@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext p, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  color: #006BC9;
  text-decoration: underline;
}
.cmshtml a:hover {
  color: #007AE5;
  text-decoration: none;
}
.cmshtml a img {
  transition: all 0.3s;
}
.cmshtml a:hover img {
  opacity: 0.8;
}
.cmshtml .vrl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.cmshtml .tal {
  text-align: left;
}
.cmshtml .tac {
  text-align: center;
}
.cmshtml .tar {
  text-align: right;
}
.cmshtml .justimg img {
  max-width: 100% !important;
  height: auto !important;
}
.cmshtml .maximg img {
  width: 100% !important;
  height: auto !important;
}
.cmshtml .fade-up {
  opacity: 0;
  transition: opacity 0.7s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  background: #006BC9;
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 18px 190px 18px 20px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  width: 73px;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  transform: skewX(60deg);
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #007AE5;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  right: 25px;
}
.cmshtml .link_btn02 {
  color: #006BC9;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  border-radius: 4px;
  background: #fff;
  border: #006BC9 1px solid;
  display: inline-block;
  color: #006BC9;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #006BC9;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .link_btn a {
    padding: 10px 190px 10px 30px;
  }
  .cmshtml .link_btn a:after {
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    width: 45px;
    height: 6px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 10px 100px 10px 15px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  border-top: 15px solid #006BC9;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 1.5% 20px 5%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .cmshtml #navigation {
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1) !important;
    transition-duration: 0ms !important;
    transform: none !important;
  }
  .cmshtml #navigation > * {
    margin: 0 20px;
  }
  .cmshtml #navigation > .li_ico, .cmshtml #navigation > .selectlang {
    margin: 0;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after, .cmshtml .menu_tit:after {
    background: #007AE5;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after, .cmshtml .mega_menu:hover .menu_tit:after {
    width: 100%;
    opacity: 1;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #007AE5;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
  font-size: 20px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #006BC9;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #007AE5;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  flex-flow: row wrap;
  width: 100%;
  min-width: 540px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 5px 0;
}
@media screen and (min-width: 1001px) {
  .cmshtml #navigation > *:nth-child(n+3) .nav_drop {
    left: auto;
    right: 0;
    justify-content: flex-end;
  }
  .cmshtml #navigation > *:nth-child(n+3) .nav_drop > * {
    margin-left: 15px;
    margin-right: 0;
  }
}
.cmshtml .drop_li {
  color: #01B85D;
  font-size: 18px;
}
.cmshtml .drop_li a {
  color: #01B85D;
  padding: 0;
  padding-left: 20px;
  display: block;
}
.cmshtml .drop_li a:hover {
  color: #01B85D;
}
.cmshtml .drop_li a:hover:before {
  background: #01B85D;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
  color: #01B85D;
}
.cmshtml .ub_txt {
  color: #01B85D;
  font-size: 18px;
  text-align: left;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}
.cmshtml .ub_list {
  display: none;
  flex-flow: row wrap;
}
.cmshtml .ub_li {
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  color: #01B85D;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
/*------------------------------------------------------
mega menu
------------------------------------------------------*/
.cmshtml .menu_tit {
  cursor: pointer;
  position: relative;
}
.cmshtml .toppage_h.fixed .menu_tit {
  color: #333;
}
.cmshtml .mega_inwrap {
  background: #e6e6e6;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
}
.cmshtml .mega_area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto 20px;
  padding: 20px;
}
.cmshtml .megamenu_list {
  width: 30%;
  margin: 0 1.5% 25px;
}
.cmshtml .megamenu_li.li_parent {
  border-bottom: 1px solid #313131;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.cmshtml .megamenu_li.li_children {
  position: relative;
  padding-bottom: 5px;
}
.cmshtml .megamenu_li.li_child, .cmshtml .megamenu_li .li_chi, .cmshtml .li_g_child {
  font-size: 15px;
  display: block;
  position: relative;
  padding: 5px 0;
  padding-left: 15px;
}
.cmshtml .li_g_child {
  padding: 0;
  padding-left: 15px;
}
.cmshtml .megamenu_li .li_chi:before, .cmshtml .megamenu_li.li_child:before {
  background: #333;
  content: '';
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  align-items: center;
  width: 5px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 5px;
}
.cmshtml .li_g_child:before {
  background: #333;
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .megamenu_li.li_children, .cmshtml .megamenu_li.li_child {
  border-bottom: 1px dotted #363636;
}
.cmshtml .megamenu_li.li_children a, .cmshtml .megamenu_li.li_child a {
  color: #313131;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
.cmshtml .megamenu_li.li_children a:hover, .cmshtml .megamenu_li.li_child a:hover {
  color: #006BC9;
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .selectlang_btn {
  background: url("../img/chikyu.png") no-repeat left 12px center;
  background-size: 17px auto;
  background-color: #006BC9;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  padding-left: 40px;
  transition: ease .2s;
  border-radius: 0 0 0 6px;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #007AE5;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 16px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background-color: #007AE5;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background-color: #007AE5;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang .selectlang_btn:hover {
    background-color: #007AE5;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  padding: 30px 0 140px;
  margin-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.cmshtml .mv_wrap:before {
  background: url("../img/bg_mv.png") no-repeat left bottom;
  background-size: cover;
  border-left: 5px solid #006BC9;
  border-bottom: 5px solid #006BC9;
  border-radius: 0 0 0 100px;
  content: "";
  display: block;
  width: 78%;
  height: 74%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml #mainvisual {
  position: relative;
  width: 100%;
  display: flex;
}
.cmshtml .wrap_slide {
  background: #fff;
  width: 73%;
  border-radius: 0 0 100px 0;
  overflow: hidden;
}
.cmshtml #slide_wrap {
  background: #fff;
  height: 800px;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .slide_item {
  position: relative;
}
.cmshtml .catchcopy {
  width: 27%;
  padding: 10px;
  padding-top: 50px;
  position: relative;
  opacity: 1;
}
.cmshtml .catchcopy .inwrap {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #006BC9;
}
.cmshtml .catch_txt {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1rem;
}
.cmshtml .catch_txt01 {
  padding: 0;
  margin-left: 45px;
}
.cmshtml .catch_txt02 {
  padding-top: 200px;
}
.cmshtml .sec_about {
  max-width: 1520px;
  width: 92%;
  margin: 150px auto 0;
  align-items: flex-start;
}
.cmshtml .sec_about > div:first-child {
  width: 31%;
}
.cmshtml .sec_about > div:nth-child(2) {
  width: 69%;
}
.cmshtml .about_imgbox {
  position: relative;
  padding-bottom: 60px;
}
.cmshtml .about_img {
  border-radius: 0 0 50px 50px;
  position: relative;
}
.cmshtml .about_img:after {
  background: linear-gradient(to top, #fff, transparent 50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .about_img img {
  border-radius: 0 0 50px 50px;
}
.cmshtml .about_copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .about_textbox {
  padding: 0 6%;
  position: relative;
}
.cmshtml .about_tit {
  color: #006BC9;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
.cmshtml .about_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 70px;
}
.cmshtml .about_flex {
  align-items: flex-end;
  margin-bottom: 120px;
}
.cmshtml .l_box {
  position: relative;
}
.cmshtml .about_tit_s {
  color: #006BC9;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cmshtml .about_list {
  font-size: 18px;
  font-weight: 500;
}
.cmshtml .r_box {
  margin-top: 30px;
  position: relative;
}
.cmshtml .about_link {
  position: relative;
}
.cmshtml .about_experience {
  background: #E5F3FE;
  border-radius: 30px;
  padding: 40px 20px 45px;
}
.cmshtml .expe_tit {
  color: #006BC9;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.cmshtml .expe_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.cmshtml .expe_link {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .cmshtml .mv_wrap {
    padding: 10px 0 100px;
    margin-bottom: 50px;
  }
  .cmshtml #slide_wrap {
    height: 600px;
  }
  .cmshtml .catchcopy {
    width: 27%;
    padding: 10px;
    padding-top: 30px;
  }
  .cmshtml .catch_txt {
    font-size: 30px;
    letter-spacing: 0.5rem;
  }
  .cmshtml .catch_txt01 {
    margin-left: 20px;
  }
  .cmshtml .catch_txt02 {
    padding-top: 50px;
  }
  .cmshtml .sec_about {
    margin: 60px auto 0;
  }
  .cmshtml .about_textbox {
    padding: 0 0 0 4%;
    position: relative;
  }
  .cmshtml .about_tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cmshtml .about_txt {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .cmshtml .about_flex {
    margin-bottom: 60px;
  }
  .cmshtml .about_tit_s {
    font-size: 18px;
  }
  .cmshtml .about_list {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .wrap_slide {
    width: 70%;
    border-radius: 0 0 50px 0;
  }
  .cmshtml .catchcopy {
    width: 30%;
  }
  .cmshtml .about_experience {
    background: #E5F3FE;
    border-radius: 30px;
    padding: 30px 20px;
  }
  .cmshtml .expe_tit {
    font-size: 22px;
  }
  .cmshtml .expe_txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap:before {
    border-left: 3px solid #006BC9;
    border-bottom: 3px solid #006BC9;
    width: 78%;
    height: 80%;
  }
  .cmshtml #slide_wrap {
    height: 400px;
  }
  .cmshtml .catchcopy {
    padding: 10px;
  }
  .cmshtml .catch_txt {
    font-size: 20px;
    letter-spacing: 0.2rem;
  }
  .cmshtml .sec_about {
    margin: 60px auto 0;
  }
  .cmshtml .about_tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .mv_wrap {
    padding: 10px 0 30px;
  }
  .cmshtml .mv_wrap:before {
    border: none;
    border-radius: 0 0 0 50px;
    width: 100%;
    height: 74%;
  }
  .cmshtml .wrap_slide {
    width: 100%;
    border-radius: 0;
  }
  .cmshtml #slide_wrap {
    height: 400px;
  }
  .cmshtml .catchcopy {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .cmshtml .catchcopy .inwrap {
    display: block;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
  }
  .cmshtml .catch_txt {
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin: 0;
    padding: 0;
  }
  .cmshtml .mv_wrap {
    padding: 0 0 30px;
  }
  .cmshtml .sec_about {
    margin: 30px auto 0;
  }
  .cmshtml .sec_about > div:first-child {
    width: auto;
    max-width: 350px;
  }
  .cmshtml .sec_about > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_imgbox {
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .cmshtml .about_textbox {
    padding: 0;
  }
  .cmshtml .about_tit {
    font-size: 18px;
  }
  .cmshtml .about_txt, .cmshtml .about_list, .cmshtml .expe_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cmshtml .about_tit_s {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cmshtml .r_box {
    margin-top: 0;
  }
  .cmshtml .about_flex {
    margin-bottom: 30px;
  }
  .cmshtml .expe_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cmshtml .about_experience {
    border-radius: 10px;
    padding: 30px 20px;
  }
}
/*------------------------------------------------------
introduction
------------------------------------------------------*/
.cmshtml .sec_introduction {
  background: #ECF9F1;
  border-radius: 100px 100px 0 0;
  padding: 75px 4%;
}
.cmshtml .intro_inwrap {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .intro_inwrap > div:first-child {
  width: 69%;
}
.cmshtml .intro_inwrap > div:nth-child(2) {
  width: 31%;
}
.cmshtml .intro_textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 9%;
}
.cmshtml .intro_tit {
  color: #006BC9;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px solid #01B85D;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.cmshtml .intro_txt {
  font-size: 18px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.cmshtml .intro_name_box {
  text-align: center;
  margin-left: auto;
}
.cmshtml .intro_ruby {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.cmshtml .intro_name {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_introduction {
    border-radius: 50px 50px 0 0;
    padding: 60px 4% 30px;
  }
  .cmshtml .intro_textbox {
    padding-right: 2%;
  }
  .cmshtml .intro_tit {
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 0;
  }
  .cmshtml .intro_txt {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_introduction {
    border-radius: 0;
    padding: 40px 4% 30px;
  }
  .cmshtml .intro_inwrap > div:first-child, .cmshtml .intro_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .intro_textbox {
    padding: 0;
    display: block;
  }
  .cmshtml .intro_txt {
    font-size: 14px;
  }
  .cmshtml .intro_img {
    max-width: 200px;
    margin: 30px auto 0;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  background: url("../img/bg_grid.png") repeat left top;
  padding: 150px 4% 120px;
}
.cmshtml .bnr_inwrap {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .bnr_inwrap > div {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px;
}
.cmshtml .bnr_box {
  background: #C5E4FF;
  border: 1px solid #006BC9;
  border-radius: 15px;
  padding: 50px 3%;
  position: relative;
    opacity: 0;
}
.cmshtml .bnr_item {
  border-radius: 13px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.cmshtml .bnr_tit {
  background: #006BC9;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}
.cmshtml .bnr_tit a {
  color: #fff;
}
.cmshtml .bnr_img {
  position: relative;
}
.cmshtml .bnr_link {
  color: #006BC9;
  font-weight: 500;
  text-align: right;
}
.cmshtml .bnr_link a {
  color: #006BC9;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  padding-right: 85px;
  position: relative;
}
.cmshtml .bnr_link a:after {
  border-right: 2px solid #006BC9;
  border-bottom: 1px solid #006BC9;
  content: "";
  width: 73px;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  transform: skewX(60deg);
  transition: all 0.3s;
}
.cmshtml .bnr_link a:hover:after {
  right: 0;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_bnr {
    padding: 90px 2% 60px;
  }
  .cmshtml .bnr_box {
    padding: 30px 2%;
  }
  .cmshtml .bnr_tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr {
    padding: 60px 2% 40px;
  }
  .cmshtml .bnr_inwrap > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  .cmshtml .sec_bnr {
    padding: 60px 4% 40px;
  }
  .cmshtml .bnr_inwrap > div {
    width: 100%;
    max-width: 410px;
    margin: 0 auto 30px;
  }
  .cmshtml .bnr_box {
    padding: 20px 15px;
  }
  .cmshtml .bnr_link {
    font-size: 14px;
  }
  .cmshtml .bnr_link a:after {
    width: 50px;
    height: 6px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  margin: 50px auto 100px;
  max-width: 1060px;
  width: 92%;
}
.cmshtml .info_inwrap {
  position: relative;
}
.cmshtml .info_tit {
  color: #01B85D;
  font-size: 30px;
  font-weight: 500;
}
.cmshtml .info_link {
  color: #006BC9;
  font-weight: 500;
  text-align: right;
  margin-bottom: 30px;
}
.cmshtml .info_link a {
  color: #006BC9;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  padding-right: 115px;
  position: relative;
}
.cmshtml .info_link a:after {
  border-right: 2px solid #006BC9;
  border-bottom: 1px solid #006BC9;
  content: "";
  width: 73px;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  transform: skewX(60deg);
  transition: all 0.3s;
}
.cmshtml .info_link a:hover:after {
  right: 0;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
  max-height: 305px;
}
.cmshtml .news_div {
  border-bottom: 1px dashed #01B85D;
  padding: 24px 18px;
  flex-flow: nowrap;
}
.cmshtml .news_div:first-child {
  padding-top: 0;
}
.cmshtml .info_date {
  font-size: 16px;
  font-weight: 500;
  max-width: 125px;
  min-width: 125px;
}
.cmshtml .info_txt {
  font-size: 16px;
  font-weight: 500;
  margin-left: 90px;
}
@media screen and (max-width: 1300px) {
  .cmshtml .info_txt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin: 50px auto;
  }
  .cmshtml .info_link a {
    padding: 5px;
    padding-right: 80px;
  }
  .cmshtml .info_link a:after {
    width: 60px;
    height: 7px;
  }
  .cmshtml .news_div {
    padding: 20px 18px;
    display: block;
  }
  .cmshtml .info_date {
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    margin: 5px 0 0;
  }
  .cmshtml .info_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .info_tit {
    font-size: 26px;
    text-align: center;
  }
  .cmshtml .info_link {
    margin-bottom: 10px;
  }
  .cmshtml .news_div {
    padding: 10px;
  }
  .cmshtml .info_date, .cmshtml .info_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
contact
------------------------------------------------------*/
.cmshtml .sec_contact {
  /*background: url("../img/bg_contact.jpg") no-repeat center;
  background-size: cover;*/
  padding: 100px 4%;
  padding-left: 15%;
}
.cmshtml .contact_inwrap {
  background: #ECF9F1;
  border-radius: 20px;
  padding: 60px 5% 50px;
  width: 100%;
  max-width: 970px;
  position: relative;
}
.cmshtml .subpage .contact_inwrap {
  transform: none !important;
  opacity: 1 !important;
}
.cmshtml .contact_txt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.cmshtml .contact_flex {
  padding: 0 5% 0 2%;
  align-items: center;
  justify-content: space-between;
}
.cmshtml .contact_telbox {
  position: relative;
}
.cmshtml .contact_ico {
  position: relative;
}
.cmshtml .tel_textbox {
  position: relative;
}
.cmshtml .tel_num {
  font-size: 30px;
}
.cmshtml .tel_time {
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_contact {
    padding: 100px 4%;
  }
  .cmshtml .contact_inwrap {
    border-radius: 10px;
    padding: 60px 4% 50px;
    margin: 0 auto;
  }
  .cmshtml .contact_flex {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_contact {
    padding: 60px 4%;
  }
  .cmshtml .contact_flex {
    padding: 0;
    justify-content: center;
  }
  .cmshtml .contact_link {
    padding: 0 10px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .contact_inwrap {
    padding: 30px 4%;
  }
  .cmshtml .contact_telbox {
    align-items: center;
  }
  .cmshtml .contact_txt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cmshtml .tel_num {
    font-size: 20px;
  }
  .cmshtml .tel_time {
    font-size: 16px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 0;
}
.cmshtml #footer .inwrap {
  max-width: 1345px;
  width: 92%;
  margin: 0 auto;
  padding: 35px 2% 50px 0;
  justify-content: space-between;
  align-items: flex-end;
}
.cmshtml .f_about {
  width: 100%;
  max-width: 450px;
  padding-right: 20px;
}
.cmshtml .f_logos {
  align-items: center;
  justify-content: flex-start;
}
.cmshtml .f_logo {
  margin-right: 75px;
}
.cmshtml .f_ico {
  margin-right: 10px;
}
.cmshtml .f_address {
  padding: 0 10px;
  margin-top: 15px;
}
.cmshtml .f_ex {
  max-width: 450px;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.cmshtml .f_li_box {
  border: 1px solid #006BC9;
  border-radius: 15px;
  padding: 15px 130px 20px 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .f_li_box:hover {
  background: #006BC9;
}
.cmshtml .f_li_box:after {
  border-right: 2px solid #006BC9;
  border-bottom: 1px solid #006BC9;
  content: "";
  width: 73px;
  height: 10px;
  margin: auto;
  position: absolute;
  right: 45px;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  transform: skewX(60deg);
  transition: all 0.3s;
}
.cmshtml .f_li_box:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  right: 35px;
}
.cmshtml .f_li_tit, .cmshtml .f_li_txt {
  color: #006BC9;
  font-weight: 500;
  transition: all 0.3s;
}
.cmshtml .f_li_box:hover .f_li_tit, .cmshtml .f_li_box:hover .f_li_txt {
  color: #fff;
}
.cmshtml .f_li_tit {
  line-height: 1.3;
}
.cmshtml .f_li_txt {
  font-size: 20px;
  padding-left: 20px;
}
.cmshtml #copy {
  background: #ECF9F1;
  padding: 15px;
  text-align: center;
}
.cmshtml .copyright {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #000;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer .inwrap {
    padding: 35px 0;
  }
  .cmshtml .f_about, .cmshtml .f_ex {
    max-width: none;
    width: auto;
    padding: 0;
  }
  .cmshtml .f_about {
    margin-bottom: 20px;
  }
  .cmshtml .f_logo {
    max-width: 200px;
    margin-right: 20px;
  }
  .cmshtml .f_address {
    font-size: 14px;
    padding: 0;
  }
  .cmshtml .f_ex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cmshtml .f_li_box {
    padding: 10px 130px 10px 20px;
  }
  .cmshtml .f_li_tit {
    font-size: 14px;
  }
  .cmshtml .f_li_txt {
    font-size: 16px;
    padding-left: 10px;
  }
  .cmshtml .f_li_box {
    padding: 15px 100px 15px 20px;
    margin-left: auto;
  }
  .cmshtml .f_li_box:after {
    right: 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer .inwrap {
    display: block;
  }
  .cmshtml .f_logos {
    justify-content: center;
  }
  .cmshtml .f_logo {
    margin-right: 10px;
    width: calc(100% - 35px);
  }
  .cmshtml .f_ico {
    max-width: 35px;
  }
  .cmshtml .f_li_box:after {
    width: 50px;
    height: 6px;
    right: 30px;
  }
  .cmshtml .f_li_box:hover:after {
    right: 25px;
  }
  .cmshtml .f_address {
    text-align: center;
  }
  .cmshtml .f_li_txt {
    padding-left: 0;
  }
  .cmshtml .f_li_box {
    border-radius: 6px;
    padding: 8px 100px 8px 20px;
    margin: 0 auto;
  }
  .cmshtml #copy {
    padding: 8px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .f_address {
    font-size: 12px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  padding-right: 18%;
  padding-bottom: 50px;
  position: relative;
}
.cmshtml #title_wrap:before {
  background: url("../img/bg_pagetitle.png") repeat left top;
  background-size: auto;
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.cmshtml .title_area {
  padding: 135px 7%;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  border-radius: 0 0 100px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.cmshtml #title_wrap .inwrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title {
  text-shadow: rgba(255, 255, 255, 0.65) 0 3px 5px;
  text-align: right;
  font-weight: 600;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #006BC9;
}
.cmshtml .page_title01 {
  font-size: 32px;
  font-weight: 600;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 0 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #ddd;
  padding: 60px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  border-radius: 6px;
  background: #E5F3FE;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  padding: 20px;
  margin: 0;
}
@media screen and (max-width: 680px) {
.cmshtml .blog_frame {
  padding: 0;
}
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #333;
}
.cmshtml .p_link {
  font-size: 14px;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  margin: auto;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6, .cmshtml .rdplanetitle h2 *, .cmshtml .rdplanetitle h3 *, .cmshtml .rdplanetitle h4 *, .cmshtml .rdplanetitle h5 *, .cmshtml .rdplanetitle h6 * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmshtml .rdplanetitle:has(h2) {
  text-align: center;
}
.cmshtml .rdplanetitle h2 {
  border-bottom: 2px solid #01B85D;
  display: inline-block;
  color: #006BC9;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 25px 15px;
  margin-bottom: 30px;
}
.cmshtml .rdplanetitle h2:before, .cmshtml .rdplanetitle h2:after {
  background: #01B85D;
  border: 10px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  bottom: -15px;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .rdplanetitle h2:before {
  left: 0;
}
.cmshtml .rdplanetitle h2:after {
  right: 0;
}
.cmshtml .rdplanetitle h3 {
  color: #01B85D;
  font-size: 28px !important;
  font-weight: 600 !important;
  padding: 0 30px 10px;
}
.cmshtml .rdplanetitle h3:before {
  background: #E5F3FE;
  border-radius: 30px;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .rdplanetitle h4 {
  color: #006BC9;
  font-size: 26px !important;
  font-weight: 600 !important;
  border-bottom: 2px dashed #006BC9;
  padding: 0 30px 10px;
}
.cmshtml .rdplanetitle h5 {
  background: #C5E4FF;
  border-radius: 13px;
  color: #006BC9;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 10px 30px;
}
.cmshtml .rdplanetitle h6 {
  color: #01B85D;
  font-size: 26px !important;
  font-weight: 600 !important;
  display: inline-block;
  padding: 0 30px 5px;
  border-bottom: 2px solid #C5E4FF;
}
.cmshtml .rdplanetitle h6:after {
  background: #01B85D;
  content: "";
  display: block;
  width: 100%;
  height: 2%;
  margin: auto;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #006BC9;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #006BC9;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #E5F3FE;
  border-left: 20px solid #006BC9;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  border-radius: 4px;
  position: relative;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #006BC9;
  display: inline-block;
  color: #006BC9;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #006BC9;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #006BC9;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #006BC9;
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  line-height: 1.4;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #006BC9;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #01B85D;
  content: "A";
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.cmshtml .qa_a > div:before {
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #006bc9 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .img_div img {
  border-radius: 10px;
}
.cmshtml .txt_div {
  border-radius: 10px;
  background: #E5F3FE;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 60px);
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 60px);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #006BC9;
  border-radius: 6px;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 205px;
  min-width: 205px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 205px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #006BC9;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #006BC9;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 30px;
  position: relative;
  border-radius: 6px 0 0 6px;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #006BC9;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .step_txt {
  padding: 10px 20px;
}
.cmshtml .one_side.step_div {
  padding: 20px 30px;
  border-radius: 6px;
}
.cmshtml .one_side.step_div > div {
  display: block;
  border: none;
}
.cmshtml .one_side.step_div > div:first-child, .cmshtml .one_side.step_div > div:nth-child(2) {
  max-width: none;
  min-width: 1px;
}
.cmshtml .stepbox > div.one_side.step_div:not(:last-child):after {
  border: 30px solid transparent;
  border-top: 20px solid #006BC9;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
floor
---------------*/
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tab > div {
  background: #006BC9;
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #ddd;
  color: #006BC9;
}
.cmshtml .floor_imgs {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: -11px 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 14px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 40px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border: 5px solid #006BC9;
}
.cmshtml .acco_tit {
  color: #006BC9;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #006BC9;
}
/*---------------
twin box
---------------*/
.cmshtml .twin_box01 > div:first-child, .cmshtml .twin_box02 > div:nth-child(2) {
  width: 70%;
}
.cmshtml .twin_box01 > div:nth-child(2), .cmshtml .twin_box02 > div:first-child {
  width: 30%;
}
.cmshtml .twin_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .twin_box01 .imgbox img {
  border-radius: 40px 0 0 0;
}
.cmshtml .twin_box02 .imgbox img {
  border-radius: 0 40px 0 0;
}
.cmshtml .twin_box .textbox {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.cmshtml .twin_box .twin_tit {
  border-bottom: 1px solid #006BC9;
  color: #006BC9;
  font-size: 24px;
  margin-bottom: 20px;
}
.cmshtml .twin_box .link_btn, .cmshtml .twin_box .link_btn01, .cmshtml .twin_box .link_btn02 {
  margin-top: auto;
  margin-bottom: 0;
}
.cmshtml .twin_box02 .link_btn, .cmshtml .twin_box02 .link_btn01, .cmshtml .twin_box02 .link_btn02 {
  text-align: right;
}
.cmshtml .twin_box .link_btn01 a {
  padding: 5px 20px;
  padding-right: 50px;
}
/*---------------
profile
---------------*/
.cmshtml .profile {
  border-radius: 20px;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 10px 10px;
  max-width: 1300px;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .pro_img {
  position: relative;
}
.cmshtml .pro_card {
  padding: 20px;
}
.cmshtml .pro_txt {
  font-weight: 500;
}
.cmshtml .pro_txt01 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #006BC9;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .module {
  max-width: 1180px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}