@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/

.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext, .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: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  font-family: "Noto Sans JP", sans-serif;
  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: #03A26A;
  text-decoration: underline;
}
.cmshtml a:hover {
  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;
  transition: all 1.5s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  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 .link_btn {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  border-radius: 100px;
  background: #fff;
  border: 2px solid #73D1B0;
  color: #191919;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 6px 65px 6px 30px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background-image: url("../img/btn_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #73D1B0;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  background-image: url("../img/btn_arrow_wh.png");
}
.cmshtml .link_btn02 {
  color: #73D1B0;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border-radius: 2px;
  border: #73D1B0 2px solid;
  display: inline-block;
  color: #333;
  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: #73D1B0;
  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: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 45px 6px 20px;
  }
  .cmshtml .link_btn a:after {
    right: 20px;
  }
}
/*------------------------------------------------------*/
.cmshtml .leaf_img {
  margin: auto;
  position: absolute;
  pointer-events: none;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .leaf_img01_l {
  width: 10%;
  left: 0;
  bottom: 0;
  transform: translateY(20%);
}
.cmshtml .leaf_img02_l {
  width: 20%;
  left: 0;
  top: 0;
  transform: translateY(-27%);
}
.cmshtml .leaf_img03_l {
  width: 13%;
  left: 0;
  bottom: 345px;
}
.cmshtml .leaf_img01_r {
  text-align: right;
  width: 16%;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.cmshtml .leaf_img02_r {
  text-align: right;
  width: 18%;
  right: 0;
  top: 0;
  transform: translateY(-48%);
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px 0 28px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml #header + * {
  margin-top: 107px;
}
@media screen and (max-width: 1200px) {
  .cmshtml #header + * {
    margin-top: 104px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header + * {
    margin-top: 87px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #header + * {
    margin-top: 77px;
  }
}
.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;
}
/*------------------------------------------------------
#navbar
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml #navbar {
    display: flex;
    align-items: center;
  }
}
/*----------------------
sub_menu
/*--------------------*/
.cmshtml .sub_menu {
  display: flex;
}
.cmshtml .sub_li_group {
  position: relative;
    position: inherit;
}
.cmshtml .sub_li_parent {
  position: relative;
}
.cmshtml .li_group_area {
  background: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 1);
  display: none;
  padding: 13px 30px;
  margin: auto;
  width: 90%;
  min-width: 744px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
}
.cmshtml .sub_li_titwrap {
  border-bottom: 1px solid #A9AAA9;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
  margin-bottom: 13px;
}
.cmshtml .sub_li_primary {
  color: #181818;
  font-size: 22px;
  font-weight: 500;
}
.cmshtml .sub_li_secondary {
  color: #73D1B0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 10px;
  padding-bottom: 3px;
}
.cmshtml .li_group_children {
  position: relative;
  padding: 5px;
}
.cmshtml .li_group_children > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 5px;
}
.cmshtml .li_group_c {
  color: #181818;
  font-size: 14px;
  font-weight: 500;
}
.cmshtml .li_group_c a {
  background: transparent;
  color: #181818;
  display: block;
  padding: 5px 15px 5px 10px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .li_group_c a:before {
  border-top: 2px solid #73D1B0;
  border-right: 2px solid #73D1B0;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .li_group_c a:hover {
    background: #e2ebe4;
    color: #32a07a;
    /*text-decoration: underline;*/
}
.cmshtml .sub_li {
  color: #191919;
  font-weight: 500;
  position: relative;
  margin-right: 30px;
  padding: 40px 0px;
}
.cmshtml .sub_li a {
  color: #191919;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .sub_li a:hover {
  color: #73D1B0;
}
.cmshtml .sub_li_group:hover .sub_li, .cmshtml .sub_li_group:hover .sub_li a {
  color: #73D1B0;
}
/*----------------------
btn_flex
--------------------*/
.cmshtml .btn_flex {
  width: 291px;
  position: relative;
}
.cmshtml .icon_nav {
  display: flex;
}
.cmshtml .icon_nav_btn {
  border-left: 1px solid #707070;
  text-align: center;
  padding: 5px 30px;
}
.cmshtml .icon_nav_btn:last-child {
  border-right: 1px solid #707070;
}
.cmshtml .icon_nav_img {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  transition: all 0.3s;
}
.cmshtml .icon_nav_txt {
  color: #191919;
  font-size: 10px;
  text-align: center;
  transition: all 0.3s;
}
.cmshtml .icon_nav_btn:hover .icon_nav_img {
  background: #73D1B0;
}
.cmshtml .icon_nav_btn:hover .icon_nav_img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cmshtml .icon_nav_btn:hover .icon_nav_txt {
  color: #73D1B0;
}
.cmshtml #navbar .drawer-hamburger {
  position: relative;
}

@media screen and (max-width: 1100px) {
    .cmshtml .btn_flex {
    width: 251px;
  }

  .cmshtml .icon_nav_btn {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .btn_flex {
    width: 231px;
  }
  .cmshtml .icon_nav_btn {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .btn_flex {
    width: 173px;
  }
  .cmshtml .icon_nav_btn {
    padding: 5px 8px;
  }
  .cmshtml .icon_nav_img {
    width: 30px;
    height: 30px;
  }
}
/*----------------------
drawer-nav
--------------------*/
.cmshtml #navbar .drawer-nav {
  height: calc(100% - 107px);
  top: 107px;
  overflow: auto;
  touch-action: auto !important;
}
.cmshtml #navbar .drawer-nav > *:first-child {
  transition-timing-function: unset !important;
  transition-duration: unset !important;
  transform: unset !important;
}
/*----------------------
navigation
--------------------*/
.cmshtml #navigation {
  align-items: center;
  position: relative;
  z-index: 2;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .drop-menu, .cmshtml .h_li {
  border-bottom: 1px solid #707070;
}
.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: 16px;
}
.cmshtml .h_li a {
  padding: 15px 30px;
  color: #191919;
  display: block;
  position: relative;
}
.cmshtml .li_txt a {
  color: #191919;
  display: inline-block;
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li a {
  background: url("../img/li_ico.png") no-repeat left 12px center;
  background-size: auto;
}

.cmshtml .h_li a:hover {
  color: #73D1B0;
}
/*----------------------
drop menu
--------------------*/
.cmshtml .drop-menu {
  z-index: 5;
}
.cmshtml .li_txt {
  padding: 15px 30px;
}
.cmshtml .li_txt:before, .cmshtml .li_txt:after {
  background-color: #73D1B0;
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 27px;
  top: 50%;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .li_txt:after {
  transform: rotate(90deg);
}
.cmshtml .drop_active .li_txt:after {
  transform: rotate(0deg);
}
.cmshtml .drop_active .li_txt, .cmshtml .drop_active .li_txt a {
  color: #1f956c;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu:hover .li_txt, .cmshtml .drop-menu:hover .li_txt a {
    color: #73D1B0;
  }
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  position: relative;
  z-index: 10;
}
.cmshtml .nav_drop > * {
  border-top: 1px dashed #ccc;
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #212121;
  display: block;
  padding: 7px 0;
  padding-left: 30px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #212121;
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .drop_li a:hover {
  background: #73D1B0;
  color: #fff;
}
.cmshtml .drop_li a:hover:before {
  background: #fff;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
color: #1f956c;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 7px 0;
  padding-left: 30px;
}
.cmshtml .ub_txt:before {
  background: #212121;
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .ub_list {
  display: flex !important;
  flex-flow: row wrap;
  height: auto !important;
  opacity: 1 !important;
  padding: 0 5px 0 30px;
}
.cmshtml .ub_li {
  font-size: 12px;
    padding: 0 15px 5px 0;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  text-decoration: none;
  display: block;
  transition: all 0.3s;
}
.cmshtml .ub_li, .cmshtml .ub_li a {
  color: #191919;
}
.cmshtml .ub_li a:hover {
  color: #73D1B0;
  text-decoration: underline;
}
/*----------------------
h_contact
--------------------*/
.cmshtml .h_contact {
  position: relative;
  z-index: 1;
}
.cmshtml .h_contact:has(div) {
  padding: 20px 20px;
}
.cmshtml .hc_inwrap {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px;
  position: relative;
}
.cmshtml .hc_tag, .cmshtml .hc_tag a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .hc_tag {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 2px 5px;
  min-width: 68px;
  text-align: center;
}
.cmshtml .tag_greeen {
  background: #73D1B0;
  font-size: 13px;
}
.cmshtml .tag_pink {
  background: #EFA7BB;
  font-size: 11px;
}
.cmshtml .hc_time {
  color: #181818;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cmshtml .hc_tit {
  color: #181818;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
.cmshtml .hc_comment {
  color: #C40D0D;
  font-size: 10px;
  font-weight: 600;
}
.cmshtml .hc_tel {
  color: #191919;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
  padding-left: 34px;
  position: relative;
}
.cmshtml .hc_tel:before {
  background-image: url("../img/ico_tel.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
  .cmshtml .h_contact:has(div) {
    padding: 20px 10px;
  }
  .cmshtml .hc_inwrap {
    padding: 10px;
  }
  .cmshtml .hc_time {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .h_contact:has(div) {
    padding: 10px 10px;
  }
}
/*----------------------
selectlang
--------------------*/
.cmshtml .selectlang {
  position: relative;
  z-index: 10;
}
.cmshtml .selectlang_btn {
  background: #444;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 100;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #666;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 7px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #23bf88;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #23bf88;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #23bf88;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
  z-index: 1;
}
.cmshtml #mainvisual {
  position: relative;
  z-index: 1;
}
.cmshtml #slide_wrap {
  height: 777px;
  overflow: hidden;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  background: rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  padding-top: 10%;
  padding-left: 6.3%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catchcopy.mv_view {
  opacity: 1;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-size: 47px;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .cmshtml #slide_wrap {
    height: 600px;
  }
  .cmshtml .catchcopy {
    padding: 10px;
    padding-left: 6.3%;
  }
  .cmshtml .catch_txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catchcopy {
    padding-left: 6%;
  }
  .cmshtml .catch_txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #slide_wrap {
    height: 350px;
  }
  .cmshtml .catch_txt {
    font-size: 24px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #fff;
  max-width: 1410px;
  width: 80%;
  margin: 0 auto;
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}
.cmshtml .sec_info > div:nth-child(1) {
  width: 221px;
}
.cmshtml .sec_info > div:nth-child(2) {
  width: calc(100% - 221px);
}
.cmshtml .info_inwrap {
  background: #73D1B0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  position: relative;
}
.cmshtml .info_tit {
  font-size: 23px;
  font-weight: 600;
  position: relative;
}
.cmshtml .info_tit a {
  display: block;
  padding-bottom: 50px;
}
.cmshtml .info_tit a:after {
  border-radius: 50%;
  background-image: url("../img/info_ico_wh.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .info_tit a:hover:after {
  border-radius: 50%;
  background-image: url("../img/info_ico.png");
  background-color: #fff;
}
.cmshtml .info_tit, .cmshtml .info_tit a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .info_ico {
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.cmshtml .info_ico a {
  background: transparent;
  display: block;
  transition: all 0.3s;
}
.cmshtml .info_ico a:hover {
  background: #fff;
}
.cmshtml .info_ico img {
  filter: brightness(0) invert(1);
  text-align: center;
  text-decoration: all 0.3s;
}
.cmshtml .info_ico a:hover img {
  filter: brightness(1) invert(0);
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding: 27px 60px 10px;
  padding-right: 15px;
}
.cmshtml .news_div {
  flex-flow: nowrap;
  padding: 7.5px 0;
}
.cmshtml .info_date {
  font-size: 18px;
  max-width: 100px;
  min-width: 100px;
}
.cmshtml .info_txt {
  font-size: 16px;
  margin-left: 40px;
}
.cmshtml .info_date, .cmshtml .info_txt, .cmshtml .info_date a, .cmshtml .info_txt a {
  color: #191919;
  transition: all 0.3s;
  text-decoration: none;
}
.cmshtml .news_div:has(a):hover .info_date, .cmshtml .news_div:has(a):hover .info_txt, .cmshtml .news_div:has(a):hover .info_date a, .cmshtml .news_div:has(a):hover .info_txt a {
  color: #89D5BB;
}
@media screen and (max-width: 1500px) {
  .cmshtml .scnews {
    padding: 10px 30px;
    padding-right: 15px;
  }
  .cmshtml .info_date {
    font-size: 16px;
    max-width: 95px;
    min-width: 95px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    width: 100%;
    transform: none;
  }
  .cmshtml .info_inwrap {
    padding: 20px 10px;
  }
  .cmshtml .info_tit {
    font-size: 20px;
  }
  .cmshtml .news_div {
    display: block;
    padding: 5px 0;
  }
  .cmshtml .info_date {
    font-size: 14px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0;
  }
  .cmshtml .mv_wrap .leaf_img {
    transform: translateY(50%);
    opacity: 0.5;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
  }
  .cmshtml .sec_info > div:nth-child(1), .cmshtml .sec_info > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .info_inwrap {
    flex-direction: row;
    padding: 10px;
  }
  .cmshtml .info_tit {
    font-size: 16px;
  }
  .cmshtml .info_tit a {
    padding: 10px;
    padding-right: 40px;
  }
  .cmshtml .info_tit a:after {
    left: auto;
    right: 0;
    top: 0;
  }
  .cmshtml .scnews {
    padding: 10px 15px;
    max-height: 165px;
  }
  .cmshtml .mv_wrap .leaf_img {
    transform: translateY(0%);
    opacity: 0;
  }
}
/*------------------------------------------------------
guidance
------------------------------------------------------*/
.cmshtml .sec_guidance {
  background: url("../img/bg_guid.png") no-repeat top center;
  background-size: 100% auto;
  max-width: 1560px;
  width: 92%;
  margin: 0 auto 140px;
}
.cmshtml .guid_inwrap {
  justify-content: space-between;
  max-width: 1305px;
  width: 84%;
  margin: 0 auto 65px;
  padding-top: 140px;
  position: relative;
}
.cmshtml .guid_inwrap > div:nth-child(1) {
  width: calc(100% - 627px);
}
.cmshtml .guid_inwrap > div:nth-child(2) {
  width: 627px;
}
.cmshtml .guid_lbox {
  position: relative;
}
.cmshtml .guid_tit {
  color: #181818;
  font-size: 30px;
  font-weight: 600;
  padding-left: 60px;
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .guid_tit:before {
  background-image: url(../img/guid_tit.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .guid_time_plate {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.cmshtml .guid_tag {
  background: #666;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 9px 20px;
  min-width: 146px;
}
.cmshtml .guid_tag a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .green_tag {
  background: #73D1B0;
}
.cmshtml .pink_tag {
  background: #EFA7BB;
}
.cmshtml .guid_txt {
  color: #181818;
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
}
.cmshtml .guid_rbox {
  background: #FFFFFF;
  padding: 30px 27px 20px;
  position: relative;
}
.cmshtml .holi_flex {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #73D1B0;
  padding: 0 5px;
  padding-bottom: 5px;
}
.cmshtml .holi_tit {
  color: #181818;
  font-size: 25px;
  font-weight: 600;
}
.cmshtml .holi_comment {
  color: #C40D0D;
  font-weight: 600;
  margin-left: 5px;
  padding-bottom: 3px;
}
.cmshtml .holi_txt {
  color: #181818;
  padding: 15px 15px 0;
}
.cmshtml .guid_bnrs {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .guid_bnrs > div {
  width: calc(25% - 50px);
  margin: 0 25px 30px;
}
.cmshtml .guid_bnr {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  padding: 25px;
  position: relative;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .guid_bnr a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .guid_bnr:has(a):hover {
    background: #73d1b0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0px 3px;
  transform: translateY(3px);
}
.cmshtml .guid_bnr.bnr_yg:has(a):hover {
    background: #b9e982;
}


.cmshtml .guid_icon_box {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}
.cmshtml .guid_ico {
  text-align: center;
}
.cmshtml .guid_ico_usually {
  position: relative;
  z-index: 1;
}
.cmshtml .guid_ico_hover {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s;
}
.cmshtml .guid_bnr:has(a):hover .guid_ico_hover {
  opacity: 1;
}
.cmshtml .guid_bnr_name {
  color: #181818;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .guid_bnr_name a {
  color: #181818;
  text-decoration: none;
}
.cmshtml .guid_bnr:has(a):hover .guid_bnr_name,
.cmshtml .guid_bnr:has(a):hover .guid_bnr_name a {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_guidance {
    margin: 0 auto 100px;
  }
  .cmshtml .guid_inwrap {
    width: 84%;
    padding-top: 100px;
  }
  .cmshtml .guid_inwrap > div:nth-child(1) {
    width: calc(100% - 545px);
  }
  .cmshtml .guid_inwrap > div:nth-child(2) {
    width: 545px;
  }
  .cmshtml .guid_tit {
    font-size: 22px;
    padding-left: 50px;
    margin-bottom: 30px;
  }
  .cmshtml .guid_tag {
    font-size: 14px;
    padding: 4px 10px;
    min-width: 100px;
  }
  .cmshtml .guid_txt {
    font-size: 15px;
    margin-left: 20px;
  }
  .cmshtml .guid_bnrs > div {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .guid_rbox {
    padding: 20px;
  }
  .cmshtml .holi_tit {
    font-size: 22px;
  }
  .cmshtml .holi_comment {
    font-size: 14px;
  }
  .cmshtml .holi_txt {
    font-size: 14px;
    padding: 15px 10px 0;
  }
  .cmshtml .guid_bnr_name {
    font-size: 18px;
  }
  .cmshtml .guid_bnrs {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .guid_time_plate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cmshtml .guid_tit {
    margin-bottom: 20px;
  }
  .cmshtml .guid_tag {
    font-size: 12px;
    padding: 4px 10px;
    min-width: 1px;
  }
  .cmshtml .guid_txt {
    font-size: 14px;
    margin-left: 0;
    margin-top: 5px;
  }
  .cmshtml .holi_flex {
    display: block;
    padding: 0 5px;
    padding-bottom: 5px;
  }
  .cmshtml .holi_comment {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .cmshtml .sec_guidance {
    background-size: 100% 100%;
    background-position: bottom center;
  }
  .cmshtml .guid_inwrap {
    padding: 0;
    margin: 0 auto 30px;
  }
  .cmshtml .guid_inwrap > div:nth-child(1), .cmshtml .guid_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .guid_lbox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .guid_inwrap {
    padding-top: 100px;
  }
  .cmshtml .guid_lbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .cmshtml .guid_time_plate {
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
  }
  .cmshtml .guid_tag {
    min-width: 85px;
  }
  .cmshtml .guid_txt {
    margin: 0;
    margin-left: 10px;
  }
  .cmshtml .guid_bnr_name {
    font-size: 14px;
  }
  .cmshtml .guid_bnr {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_guidance {
    width: 100%;
    margin: 0 auto 60px;
  }
  .cmshtml .guid_inwrap {
    width: 90%;
    padding-top: 60px;
  }
  .cmshtml .guid_lbox {
    align-items: center;
  }
  .cmshtml .guid_time_plate {
    justify-content: center;
  }
  .cmshtml .holi_tit {
    font-size: 18px;
    text-align: center;
  }
  .cmshtml .holi_comment {
    text-align: center;
  }
  .cmshtml .guid_bnrs > div {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .sec_guidance {
    background: #f5ffeb;
    margin: 0 auto 10px;
  }
  .cmshtml .guid_inwrap {
    padding-top: 30px;
  }
  .cmshtml .guid_time_plate {
    flex-direction: column;
  }
  .cmshtml .guid_tag {
    margin-bottom: 10px;
  }
  .cmshtml .guid_txt {
    margin: 5px auto 0;
  }
  .cmshtml .guid_rbox {
    padding: 20px 10px;
  }
  .cmshtml .holi_txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
medical_departments
------------------------------------------------------*/
.cmshtml .sec_medical_departments {
  background: url("../img/bg_md.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 70px 4% 120px;
}
.cmshtml .md_tit {
  color: #181818;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
.cmshtml .md_inwrap {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .md_inwrap > div {
  width: calc(33.333333% - 30px);
  margin: 0 15px 40px;
}
.cmshtml .md_box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 3px 4px;
  display: flex;
  align-items: center;
  padding: 13px 50px 13px 16px;
  position: relative;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .md_box:hover {
  background: #73D1B0;
}
.cmshtml .md_box:before {
  background-image: url("../img/md_btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .md_box:hover:before {
  background-image: url("../img/md_btn_wh.png");
}
.cmshtml .md_icon {
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
}
.cmshtml .md_icon img {
  display: block;
  transition: all 0.3s;
}
.cmshtml .md_box:hover .md_icon img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(12%) saturate(1023%) hue-rotate(112deg) brightness(95%) contrast(90%);
}
.cmshtml .md_name {
  font-size: 22px;
  font-weight: 500;
  margin-left: 10px;
}
.cmshtml .md_name, .cmshtml .md_name a {
  color: #0A0A0A;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .md_box:hover .md_name, .cmshtml .md_box:hover .md_name a {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .cmshtml .md_tit {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .leaf_img01_r {
    width: 10%;
    transform: translateY(-30%);
  }
  .cmshtml .md_inwrap > div {
    width: calc(33.333333% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .md_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .md_inwrap > div {
    width: calc(50% - 20px);
  }
  .cmshtml .leaf_img01_r {
    opacity: 0.5;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_medical_departments {
    padding: 30px 4% 30px;
  }
  .cmshtml .md_tit {
    margin-bottom: 30px;
  }
  .cmshtml .md_inwrap > div {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .cmshtml .md_icon {
    width: 50px;
    height: 50px;
  }
  .cmshtml .md_name {
    font-size: 14px;
  }
}
/*------------------------------------------------------
rehabili
------------------------------------------------------*/
.cmshtml .sec_rehabili {
  background: url("../img/bg_reha.png") no-repeat center bottom;
  background-size: contain;
  margin: 0 auto;
  padding: 160px 0;
}
.cmshtml .rehabili_img01 {
  max-width: 458px;
  width: 24%;
  margin: 0 auto 60px;
  text-align: right;
  margin-right: 6%;
}
.cmshtml .rehabili_img01 img {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
}
.cmshtml .rehabili_inwrap {
  padding-bottom: 300px;
  position: relative;
  z-index: 3;
}
.cmshtml .rehabili_textbox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cmshtml .rehabili_tit {
  color: #181818;
  font-size: 30px;
  font-weight: 600;
  padding: 0 0 0 70px;
  margin-bottom: 65px;
  position: relative;
}
.cmshtml .rehabili_tit:before {
  background-image: url("../img/rehabili_tit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rehabili_tit span {
  color: #73D1B0;
}
.cmshtml .rehabili_txt {
  color: #0A0A0A;
  font-size: 18px;
  font-weight: 500;
  max-width: 810px;
  margin: 0 auto 65px;
}
.cmshtml .rehabili_link {
  text-align: center;
}
.cmshtml .rehabili_imgs {
  width: 34%;
  position: absolute;
  bottom: 0;
  left: 38px;
  z-index: 1;
}
.cmshtml .rehabili_img02 {
  width: 67%;
}
.cmshtml .rehabili_img03 {
  width: 60%;
  margin-left: auto;
  transform: translateY(-10px);
}
.cmshtml .rehabili_img02 img, .cmshtml .rehabili_img03 img {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_rehabili {
    padding: 50px 0;
  }
  .cmshtml .leaf_img02_l {
    width: 12%;
    transform: translateY(-20%);
  }
  .cmshtml .rehabili_inwrap {
    padding-bottom: 200px;
  }
  .cmshtml .rehabili_tit {
    font-size: 22px;
    padding: 0 0 0 50px;
  }
  .cmshtml .rehabili_txt {
    font-size: 16px;
    margin: 0 auto 30px;
  }
  .cmshtml .rehabili_imgs {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .leaf_img02_l {
    opacity: 0.5;
  }
  .cmshtml .rehabili_img01 {
    margin-bottom: 30px;
  }
  .cmshtml .rehabili_tit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_rehabili {
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px;
  }
  .cmshtml .rehabili_img01 {
    width: 35%;
  }
  .cmshtml .rehabili_tit {
    font-size: 18px;
    padding: 0 0 0 45px;
  }
  .cmshtml .rehabili_tit:before {
    width: 40px;
  }
  .cmshtml .rehabili_txt {
    font-size: 14px;
  }
  .cmshtml .rehabili_inwrap {
    padding-bottom: 100px;
  }
  .cmshtml .rehabili_imgs {
    opacity: 0.4;
    width: 45%;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: #E7F9D2;
  padding: 1px 0 0;
}
.cmshtml .about_inwrap {
  max-width: 1300px;
  width: 92%;
  margin: 0 auto;
  padding: 190px 0 130px;
  margin-top: 165px;
  margin-bottom: 235px;
  position: relative;
  z-index: 10;
}
.cmshtml .about_textbox {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  padding: 37px 3.8% 60px;
  max-width: 826px;
  width: 65%;
  position: relative;
  z-index: 10;
}
.cmshtml .about_tit {
  color: #191919;
  font-size: 25px;
  font-weight: 600;
  padding: 5px 0 5px 60px;
  margin-bottom: 34px;
  position: relative;
}
.cmshtml .about_tit:before {
  background-image: url("../img/about_tit.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .about_txt {
  color: #191919;
  font-weight: 500;
  padding: 0 2.7%;
  margin-bottom: 45px;
}
.cmshtml .about_link {
  text-align: center;
  padding-right: 50px;
}
.cmshtml .about_img {
  margin: auto;
  position: absolute;
}
.cmshtml .about_img01 {
  max-width: 704px;
  width: 55%;
  height: 670px;
  left: 0;
  right: 0;
  z-index: 5;
}
.cmshtml .about_img02 {
  max-width: 638px;
  width: 50%;
  height: 592px;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .bg_about {
  background: url("../img/bg_about.jpg");
  height: 636px;
  z-index: 1;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
  transform: none !important;
  position: relative;
}
.cmshtml .bg_about:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.cmshtml .bg_about img {
  opacity: 0;
}
@media screen and (max-width: 1500px) {
  .cmshtml .leaf_img02_r {
    width: 12%;
  }
  .cmshtml .about_inwrap {
    padding: 160px 0 100px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .cmshtml .about_tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cmshtml .about_textbox {
    padding: 30px 3%;
    max-width: 826px;
    width: 65%;
  }
  .cmshtml .about_txt {
    padding: 0 2%;
    margin-bottom: 20px;
  }
  .cmshtml .about_img01 {
    height: 600px;
  }
  .cmshtml .about_img02 {
    height: 500px;
  }
  .cmshtml .bg_about {
    height: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .leaf_img02_r {
    width: 15%;
    transform: translateY(-20%);
  }
  .cmshtml .leaf_img03_l {
    bottom: 150px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
  .cmshtml .about_img01 {
    height: 500px;
  }
  .cmshtml .about_img02 {
    height: 400px;
  }
  .cmshtml .bg_about {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .leaf_img02_r, .cmshtml .leaf_img03_l {
    opacity: 0.5;
  }
  .cmshtml .about_inwrap {
    padding: 100px 0 80px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .cmshtml .about_textbox {
    width: 90%;
    margin: 0 auto;
  }
  .cmshtml .about_link {
    padding-right: 0;
  }
  .cmshtml .about_img01 {
    right: auto;
    height: 400px;
  }
  .cmshtml .about_img02 {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .about_textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cmshtml .about_tit {
    font-size: 18px;
    padding: 0 40px;
  }
  .cmshtml .leaf_img03_l {
    bottom: 50px;
  }
  .cmshtml .about_inwrap {
    width: 100%;
    margin: 0 auto;
  }
  .cmshtml .bg_about {
    background-attachment: scroll;
    height: 200px;
  }
}
@media screen and (max-width: 550px) {
  .cmshtml .about_inwrap {
    padding: 60px 0;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .about_img01 {
    width: 90%;
  }
  .cmshtml .about_img02 {
    width: 80%;
  }
  .cmshtml .bg_about {
    height: 150px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 0 0 30px;
  overflow: hidden;
}
.cmshtml .f_inwrap {
  background: url("../img/bg_footer.png") no-repeat bottom center;
  background-size: 100% 100%;
  padding: 130px 4% 100px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .cmshtml .subpage .f_inwrap {
    background: url("../img/bg_footer02.png") no-repeat bottom center;
    background-size: 200% 100%;
  }
}
.cmshtml .f_access_contact {
  display: flex;
  max-width: 1410px;
  width: 100%;
  padding-bottom: 80px;
  margin: 0 auto 60px;
  position: relative;
}
.cmshtml .f_access_contact:after {
  background-image: url("../img/f_bdr.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center bottom;
  content: "";
  display: block;
  width: 100%;
  height: 11px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .f_access_contact > div:nth-child(1) {
  width: 55%;
}
.cmshtml .f_access_contact > div:nth-child(2) {
  width: 45%;
}
.cmshtml .f_access {
  display: flex;
  position: relative;
}
.cmshtml .f_access > div:nth-child(1) {
  width: 250px;
}
.cmshtml .f_access > div:nth-child(2) {
  width: calc(100% - 250px);
}
.cmshtml .f_access_about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.cmshtml .access_tit {
  color: #0A0A0A;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 43px;
  position: relative;
}
.cmshtml .access_tit:before {
  background-image: url("../img/f_access.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 25px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .f_access_textbox {
  background: rgba(255, 255, 255, 0.7);
  padding: 24px 17px 17px;
  margin-bottom: 23px;
  position: relative;
}
.cmshtml .access_txt {
  border-bottom: 1px solid #707070;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}
.cmshtml .access_train {
  color: #0A0A0A;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
  padding-left: 50px;
  position: relative;
}
.cmshtml .access_train:before {
  background-image: url("../img/ico_train.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 38px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .access_btn {
  font-size: 12px;
  font-weight: 500;
  padding-left: 9px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: #73D1B0;
  color: #fff;
  text-decoration: none;
  padding: 6px 10px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .access_btn:has(a) {
  padding: 0;
}
.cmshtml .access_btn a {
  border-radius: 15px;
  background: #73D1B0;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 6px 10px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .access_btn a:hover {
  background: #26B381;
}
.cmshtml .f_map {
  padding: 0 9% 0 3.6%;
  position: relative;
}
.cmshtml .f_map iframe {
  width: 100%;
  max-height: 322px;
}
.cmshtml .f_contact {
  position: relative;
}
.cmshtml .contact_tit {
  color: #0A0A0A;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 60px;
  position: relative;
}
.cmshtml .contact_tit:before {
  background-image: url("../img/f_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 37px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 6px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .contact_txt {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
  padding: 25px 30px;
  margin-bottom: 15px;
  position: relative;
}
.cmshtml .contact_box {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 20px;
  position: relative;
}
.cmshtml .tel_box {
  position: relative;
}
.cmshtml .tel_num {
  color: #191919;
  font-size: 23px;
  font-weight: 600;
  padding: 5px 0;
  padding-left: 40px;
  margin-bottom: 4px;
  position: relative;
}
.cmshtml .tel_num:before {
  background-image: url("../img/ico_tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 33px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .tel_txt {
  font-size: 12px;
  font-weight: 500;
  padding-left: 25px;
}
.cmshtml .contact_btn {
  font-size: 14px;
  font-weight: 600;
}
.cmshtml .contact_btn a {
  background: transparent;
  color: #191919;
  border-radius: 31px;
  border: 3px solid #73D1B0;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px 40px;
  transition: all 0.3s;
}
.cmshtml .contact_btn a:hover {
  background: #73D1B0;
  color: #fff;
}
.cmshtml .f_bnr {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .f_bnr > div {
  width: calc(25% - 16px);
  margin: 0 8px 16px;
}
.cmshtml .bnr_img {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .bnr_img:has(a):hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
  transform: translateY(3px);
}
.cmshtml .bnr_img a {
  display: block;
}
.cmshtml .f_about {
  max-width: 1410px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .f_logo {
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_textbox {
  padding-left: 25px;
  position: relative;
}
.cmshtml .f_txt {
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
.cmshtml .f_flex {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (min-width: 451px) {
  .cmshtml .f_flex .f_txt + .f_txt {
    padding-left: 15px;
    margin-left: 12px;
  }
  .cmshtml .f_flex .f_txt + .f_txt:before {
    background-color: #0A0A0A;
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: auto;
    transition: all 0.3s;
    transform: rotate(20deg);
  }
}
.cmshtml .copyright {
  color: #0A0A0A;
  font-size: 11px;
  font-weight: 500;
}
.cmshtml .copyright a {
  color: #0A0A0A;
  text-decoration: none;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
.cmshtml .f_icons {
  margin-left: auto;
}
.cmshtml .f_icon {
  margin-right: 20px;
}
@media screen and (max-width: 1550px) {
  .cmshtml .f_inwrap {
    padding: 80px 4% 60px;
  }
  .cmshtml .f_access_contact {
    padding-bottom: 40px;
    margin: 0 auto 30px;
  }
  .cmshtml .access_tit {
    font-size: 22px;
  }
  .cmshtml .f_map {
    padding: 0 4%;
  }
  .cmshtml .contact_tit {
    font-size: 22px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
    padding: 15px;
  }
  .cmshtml .contact_box {
    padding: 10px 20px;
  }
  .cmshtml .tel_num {
    font-size: 18px;
  }
  .cmshtml .contact_btn a {
    padding: 10px 20px;
  }
  .cmshtml .f_about {
    padding-right: 40px;
  }
  .cmshtml .tel_txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .cmshtml .contact_box {
    padding: 10px;
  }
  .cmshtml .contact_btn {
    font-size: 12px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .f_inwrap {
    padding: 30px 4% 60px;
  }
  .cmshtml .f_access {
    margin-bottom: 40px;
  }
  .cmshtml .f_access_contact {
    display: block;
  }
  .cmshtml .f_access_contact > div:nth-child(1), .cmshtml .f_access_contact > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .f_map {
    padding: 0 0 0 4%;
  }
  .cmshtml .f_bnr {
    max-width: 600px;
  }
  .cmshtml .f_bnr > div {
    width: calc(50% - 16px);
  }
  .cmshtml .f_icons {
    margin-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer .fade-up, .cmshtml #footer .to-lr, .cmshtml #footer .to-rl {
    opacity: 1 !important;
    transform: none !important;
  }
  .cmshtml .f_access {
    display: block;
  }
  .cmshtml .f_access > div:nth-child(1), .cmshtml .f_access > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .access_tit {
    margin-bottom: 20px;
  }
  .cmshtml .f_access_about {
    margin-bottom: 20px;
  }
  .cmshtml .f_access_textbox {
    width: 100%;
    padding: 15px;
  }
  .cmshtml .f_map {
    padding: 0;
  }
  .cmshtml .f_map iframe {
    max-height: 250px;
  }
  .cmshtml .contact_box {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .cmshtml .tel_box {
    margin-bottom: 10px;
  }
  .cmshtml .f_bnr > div {
    width: 100%;
    max-width: 284px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .f_about {
    display: block;
    padding-right: 0;
  }
  .cmshtml .f_logo {
    text-align: center;
    margin-bottom: 20px;
    max-width: 150px;
    margin: 0 auto 20px;
  }
  .cmshtml .f_flex {
    justify-content: center;
  }
  .cmshtml .f_textbox {
    padding-left: 0;
    text-align: center;
  }
  .cmshtml .f_icons {
    display: flex;
    justify-content: center;
  }
  .cmshtml .f_icon {
    margin: 0 10px 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #000;
  border-bottom: 1px solid #ededed;
  padding: 175px 6%;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.85;
}
.cmshtml #title_wrap .inwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1670px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .page_title {
  text-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}
.cmshtml .page_title01 {
  border-bottom: 4px solid #fff;
  font-size: 47px;
  padding-left: 5px;
  padding-right: 80px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cmshtml .page_title02 {
  font-size: 22px;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cmshtml .page_tit_leaf {
  width: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transform: translateY(10%);
  pointer-events: none;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 40px 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: #F2FBF8;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #F2FBF8;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  justify-content: flex-start;
  margin: 0 auto 30px;
  position: relative;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 40px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #73D1B0;
}
.cmshtml .p_link {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #181818;
  background: #666;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  margin: auto;
  width: 5px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*---------------
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:has(h2) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.cmshtml .rdplanetitle h2 {
  color: #2E2E2E;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 0 45px 15px 10px;
  margin: 0;
}
.cmshtml .rdplanetitle h2:after {
  background-image: url("../img/tit_dot.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left bottom;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h3 {
  display: inline-block;
  color: #2E2E2E;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding-left: 10px;
  padding-bottom: 10px;
  position: relative;
  min-width: 47%;
}
.cmshtml .rdplanetitle h3:after {
  background-color: #73D1B0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h4 {
  display: inline-block;
  color: #2E2E2E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 0 20px 0px 10px;
  z-index: 1;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #CFEFE4;
  content: "";
  display: block;
  width: 100%;
  height: 42%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h5 {
  color: #2E2E2E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 5px 0;
  padding-left: 30px;
}
.cmshtml .rdplanetitle h5:before {
  border-radius: 50%;
  background-color: #73D1B0;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h6 {
  background: #F0FAE3;
  color: #2E2E2E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 8px 20px 8px 48px;
}
.cmshtml .rdplanetitle h6:before {
  border-radius: 50%;
  background-color: #B9E982;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .sec_tit {
  color: #2E2E2E;
  font-size: 35px;
  font-weight: 600;
  padding: 0 0 15px 0 !important;
  text-align: center;
  position: relative;
}
.cmshtml .sec_tit:after {
  background-color: #73D1B0;
  content: "";
  display: block;
  width: 125px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .bdr_tit {
  color: #2E2E2E;
  font-size: 22px;
  font-weight: 600;
  padding: 0px 0px 0px 25px !important;
}
.cmshtml .bdr_tit:before {
  background-color: #B9E982;
  border-radius: 2px;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .num_title_area {
  display: flex;
  align-items: center;
}
.cmshtml .num_title {
  color: #73D1B0;
  font-size: 40px;
  font-weight: 600;
}
.cmshtml .num_title a {
  color: #73D1B0;
  text-decoration: none;
}
.cmshtml .num_title_txt {
  color: #2E2E2E;
  font-size: 22px;
  font-weight: 600;
  padding-left: 20px;
}
/*---------------
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: #73D1B0;
  font-weight: 600;
  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: #73D1B0;
  font-weight: 500;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #F2FBF8;
  border-left: 20px solid #73D1B0;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  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 #73D1B0;
  display: inline-block;
  color: #73D1B0;
  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: #73D1B0;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #73D1B0;
  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: 67px;
  min-width: 67px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #2B2B2B;
  font-size: 20px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  /*border-bottom: 1px solid #ededed;*/
  padding: 20px 0;
}
.cmshtml .qa_q {
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  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: #73D1B0;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #EFA7BB;
  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: 2px solid #73D1B0 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
.cmshtml .bt_line .date {
  color: #73D1B0;
  text-align: center;
  justify-content: center;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt_module {
  background: url("../img/bg_imgtxt.png") no-repeat center;
  background-size: 100% 100%;
  padding: 100px 0;
  margin-bottom: 90px;
  max-width: 1320px;
}
.cmshtml .img_txt {
  max-width: 1000px;
  width: 92%;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
  padding-right: 4%;
}
.cmshtml .img_txt .link_btn {
  margin-top: 20px;
  padding: 0 20px;
}
.cmshtml .img_txt02 .img_div {
  padding: 0;
  padding-left: 4%;
}
.cmshtml .txt_div {
  width: 60%;
  position: relative;
  z-index: 2;
}
.cmshtml .txt_div .txt {
  padding: 30px;
  background: #F9FFF2;
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #73D1B0;
  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 #73D1B0;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #73D1B0;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  padding: 10px 30px;
  position: relative;
}
.cmshtml .stepbox > div:not(:last-child) .step_num:after {
  border: 30px solid transparent;
  border-top: 20px solid #73D1B0;
  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;
}
.cmshtml .one_side.step_div {
  padding: 20px 30px;
}
.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 #73D1B0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
  background: #fff;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  left: 22px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 65px !important;
  position: relative;
  transition: all 0.3s;
}
.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 {
  background: #FBFFF6;
  display: none;
  padding: 15px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 5px solid #B9E982;
}
.cmshtml .acco_box .acco_tit {
  background: transparent;
  color: #2B2B2B;
}
.cmshtml .acco_box .acco_tit.active, .cmshtml .acco_box .acco_tit.active a {
  color: #fff;
}
.cmshtml .acco_box .acco_tit.active {
  background: #B9E982;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #B9E982;
}
.cmshtml .acco_box .acco_tit.active:before, .cmshtml .acco_box .acco_tit.active:after {
  background: #fff;
}
/*---------------
faq_acco
---------------*/
.cmshtml .acco_box.faq_acco:before {
  background: #73D1B0;
  border-radius: 50%;
  border: none;
  content: "Q";
  color: #fff;
  padding-bottom: 5px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 15px;
  left: 15px;
  transition: all 0.3s;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .acco_box.faq_acco:has(.active):before {
  background: #fff;
  content: "A";
  color: #73D1B0;
  padding-bottom: 5px;
}
.cmshtml .acco_box.faq_acco .acco_tit {
  padding: 24px 45px 24px 90px !important;
}
.cmshtml .acco_box.faq_acco .acco_tit:before, .cmshtml .acco_box.faq_acco .acco_tit:after {
  background: #73D1B0;
}
.cmshtml .acco_box.faq_acco .acco_tit.active:before, .cmshtml .acco_box.faq_acco .acco_tit.active:after {
  background: #fff;
}
.cmshtml .acco_box.faq_acco .hide_area {
  background: #F9FEFC;
  padding: 15px 40px;
  position: relative;
}
.cmshtml .faq_acco.acco_box .acco_tit.active {
  background: #73D1B0;
}
/*---------------
num_step
---------------*/
.cmshtml .num_step {
  max-width: 1100px;
}
.cmshtml .ns_box {
  padding-left: 75px;
  padding-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .num_txt {
  background: #B9E982;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .num_txt a {
  color: #fff;
}
.cmshtml .ns_flex {
  background: #F7FFEE;
  padding: 30px;
  padding-left: 75px;
  position: relative;
}
.cmshtml .ns_tit {
  color: #0A0A0A;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cmshtml .ns_txt {
  color: #0A0A0A;
}
/*---------------
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;
}
.cmshtml .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
/*---------------
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;
  transform: none !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;
}
@media screen and (max-width: 768px) {
  .cmshtml .bg_fixed {
    background-attachment: scroll;
  }
}
.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 #F2FBF8;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .link_btn_arrow {
  font-size: 22px;
  font-weight: 500;
}
.cmshtml .link_btn_arrow a {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 3px 4px;
  display: inline-block;
  padding: 13px 50px 13px 16px !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  overflow: hidden;
}
.cmshtml .link_btn_arrow a:before {
  background-color: #73D1B0;
  border-radius: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
}
.cmshtml .link_btn_arrow a:hover:before {
  width: 200%;
  height: 200%;
  opacity: 1;
}
.cmshtml .link_btn_arrow a:after {
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../img/md_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.4s;
}
.cmshtml .link_btn_arrow a:hover:after {
  background-color: #fff;
}
.cmshtml .link_btn_arrow, .cmshtml .link_btn_arrow a {
  color: #0A0A0A;
  text-align: left !important;
  text-decoration: none;
  transition: all 0.4s;
}
.cmshtml .link_btn_arrow a:hover {
  color: #fff;
}
.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;
}