@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: "Zen Maru Gothic", 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .m-plus, .cmshtml .m-plus * {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.cmshtml .line_seed, .cmshtml .line_seed * {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.cmshtml .segoe, .cmshtml .segoe * {
  font-family: "segoe-ui", sans-serif;
}
.cmsbody {
  background-color: #F9F9F9;
  background-color: #fff;
  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: #5CC1E1;
  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;
  transform: translateY(80px) scale(0.98);
  filter: blur(6px);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, filter 1s ease;
}
.cmshtml .fade-up.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.cmshtml .fade-up.is-show {
  animation: floatUp 1.5s ease forwards;
}
@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(0.98);
    filter: blur(6px);
  }
  60% {
    opacity: 1;
    transform: translateY(-8px) scale(1);
    filter: blur(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cmshtml .fade-up {
    transform: translateY(30px);
    filter: none;
    transition: transform .5s ease, opacity .5s ease;
  }
  .cmshtml .fade-up.is-show {
    transform: translateY(0);
    animation: none;
  }
}
.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 {
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #5CC1E1;
  color: #5CC1E1;
  text-decoration: none;
  display: inline-block;
  padding: 10px 85px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #5CC1E1;
  color: #fff;
}
.cmshtml .link_btn02 {
  color: #5CC1E1;
  position: relative;
  font-weight: 500;
}
.cmshtml .link_btn02 a {
  border-radius: 4px;
  background: #fff;
  border: #5CC1E1 1px solid;
  display: inline-block;
  color: #5CC1E1;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #5CC1E1;
  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 .link_btn_arw {
  font-size: 17px;
  font-weight: 600;
}
.cmshtml .link_btn_arw a {
  background: #5FABD4;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  padding: 11px 70px 11px 30px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_arw a:hover {
  background: #77CF9A;
}
.cmshtml .link_btn_arw a:after {
  background-image: url("../img/arrow_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .link_btn_arw_s {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .link_btn_arw_s a {
  border: 2px solid #5DA2B8;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  color: #333;
  padding: 8px 80px 8px 23px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_arw_s a:hover {
  background: #5DA2B8;
  color: #fff;
}
.cmshtml .link_btn_arw_s a:after {
  border-right: 3px solid #5DA2B8;
  border-bottom: 2px solid #5DA2B8;
  content: "";
  display: block;
  width: 33px;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  z-index: 5;
  transform: skewX(45deg);
  transition: all 0.3s;
}
.cmshtml .link_btn_arw_s a:hover:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn_arw_s a {
    font-size: 14px;
  }
}
/*-------------------------------------------------------*/
.cmshtml .link_btn_v1, .cmshtml .link_btn_v2 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn_v1 a, .cmshtml .link_btn_v2 a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 14px 85px;
  position: relative;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .link_btn_v1 a {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #5CC1E1;
  color: #5CC1E1;
}
.cmshtml .link_btn_v2 a {
  border-radius: 4px;
  background: #5CC1E1;
  border: 1px solid #5CC1E1;
  color: #FFF;
}
.cmshtml .link_btn_v1 a:hover {
  background: #5CC1E1;
  color: #fff;
}
.cmshtml .link_btn_v2 a:hover {
  background: #fff;
  color: #5CC1E1;
}
.cmshtml .link_btn_v1 a:after, .cmshtml .link_btn_v2 a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .link_btn_v1 a:after {
  border-top: 2px solid #5CC1E1;
  border-right: 2px solid #5CC1E1;
}
.cmshtml .link_btn_v1 a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cmshtml .link_btn_v2 a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cmshtml .link_btn_v2 a:hover:after {
  border-top: 2px solid #5CC1E1;
  border-right: 2px solid #5CC1E1;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn_v1 a, .cmshtml .link_btn_v2 a {
    padding: 8px 50px;
    font-size: 14px;
  }
}
/*-------------------------------------------------------*/
.cmshtml .link_btn_cr_arw {
  color: #5CC1E1;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn_cr_arw a {
  color: #5CC1E1;
  display: inline-block;
  text-decoration: none;
  padding: 7px 0;
  padding-right: 70px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_cr_arw a:hover {
  color: #fbbb2c;
}
.cmshtml .link_btn_cr_arw a:before, .cmshtml .link_btn_cr_arw a:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .link_btn_cr_arw a:before {
  background-color: #5CC1E1;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  right: 0;
  z-index: 0;
}
.cmshtml .link_btn_cr_arw a:hover:before {
  background-color: #fbbb2c;
}
.cmshtml .link_btn_cr_arw a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 9px;
  height: 9px;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .cmshtml .link_btn_cr_arw {
    font-size: 18px;
  }
  .cmshtml .link_btn_cr_arw a {
    padding-right: 45px;
  }
  .cmshtml .link_btn_cr_arw a:before {
    width: 30px;
    height: 30px;
  }
  .cmshtml .link_btn_cr_arw a:after {
    width: 8px;
    height: 8px;
    right: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .link_btn_cr_arw {
    font-size: 16px;
  }
  .cmshtml .link_btn_cr_arw a {
    padding-right: 35px;
  }
  .cmshtml .link_btn_cr_arw a:before {
    width: 25px;
    height: 25px;
  }
  .cmshtml .link_btn_cr_arw a:after {
    width: 7px;
    height: 7px;
    right: 10px;
  }
}
.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;
}
.cmshtml .wrap_link .link_btn02 a {
  padding-left: 35px;
  padding-right: 35px;
}
.cmshtml .wrap_link .link_btn_cr_arw a {
  display: inline-block;
  width: auto;
  padding-right: 50px;
}
.cmshtml .wrap_link .link_btn_v1 a, .cmshtml .wrap_link .link_btn_v2 a {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 35px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: rgba(129, 197, 219, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  max-width: 325px;
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header:hover, .cmshtml #header.fixed {
    background: #81c5db;
  }
  .cmshtml .h_li, .cmshtml .li_txt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/*------------------------------------------------------
navbar
------------------------------------------------------*/
.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, .cmshtml .li_btn a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .li_btn a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #333;
}
.cmshtml .li_btn, .cmshtml .li_btn a {
  color: #fff;
}
.cmshtml .li_btn {
  font-size: 15px;
  font-weight: 600;
}
.cmshtml .li_btn a {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  padding: 6px 17px 6px 49px;
}
.cmshtml .li_btn a:before {
  background-image: url("../img/ico_mail.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 17px;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .li_btn a:hover {
  background: #fff;
  color: #81C5DB;
}
.cmshtml .li_btn a:hover:before {
  background-image: url("../img/ico_mail_b.png");
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml #navigation > *:not(:first-child) {
    margin-left: 35px;
  }
  .cmshtml .nav_drop {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #333;
  }
  .cmshtml .drop_li, .cmshtml .ub_txt, .cmshtml .ub_li {
    background: #fff;
  }
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .nav_drop > * + * {
  border-top: 1px solid #DCDCDC;
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #333;
  display: block;
  padding: 7px 0;
  padding-left: 30px;
  position: relative;
}
.cmshtml .drop_li a:before, .cmshtml .ub_txt:before {
  background: #54A5BF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  margin: auto;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .drop_li a:hover {
  color: #54A5BF;
}
.cmshtml .drop_li a:hover:before {
  opacity: 1;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  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:after {
  background: #54A5BF;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .ub_list {
  display: none;
}
.cmshtml .ub_li {
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  text-decoration: none;
  display: block;
  padding: 8px;
  transition: all 0.3s;
}
.cmshtml .ub_li, .cmshtml .ub_li a {
  color: #333;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml .drop_ub:hover .ub_txt:before {
    opacity: 1;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .ub_li a:hover {
    background: #54A5BF;
    color: #fff;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover {
    color: #54A5BF;
  }
  .cmshtml .drop_ub:hover .ub_txt:after {
    width: 4px;
    height: 4px;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  border: 2px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #333;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #777;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 7px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #54A5BF;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #fff;
  color: #54A5BF;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #fff;
    color: #54A5BF;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 200px;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml .mv_wrap:before {
  /*background-image: url("../img/mv_bg.png");*/
  background-image: url("../img/mv_bg02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml .movie_area {
  background: #8bcdef;
  height: 990px;
  overflow: hidden;
}
.cmshtml .movie {
  display: none;
}
.cmshtml #slide_wrap div {
  height: 100%;
}
.cmshtml .catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_img {
  max-width: 50%;
  text-align: center;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cmshtml .mv_wrap:before {
    background-size: 100% 100%;
    height: 60px;
  }
  .cmshtml .movie_area {
    height: 700px;
  }
  .cmshtml .catch_txt {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .cmshtml .mv_wrap:before {
    height: 40px;
  }
  .cmshtml .movie_area {
    height: 500px;
  }
  .cmshtml .catch_txt {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .cmshtml .mv_wrap:before {
    height: 20px;
  }
  .cmshtml .movie_area {
    height: 450px;
  }
  .cmshtml .catch_txt {
    font-size: 20px;
  }
}
/*------------------------------------------------------
title
------------------------------------------------------*/
.cmshtml .title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cmshtml .tit_primary {
  color: #333333;
  font-size: 34px;
  font-weight: 600;
  padding: 0 65px;
  position: relative;
}
.cmshtml .tit_primary:before, .cmshtml .tit_primary:after {
  background-color: #5CC1E1;
  border-radius: 5px;
  content: "";
  display: block;
  width: 2px;
  height: 73%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .tit_primary:before {
  left: 15px;
  transform: rotate(-45deg);
}
.cmshtml .tit_primary:after {
  right: 15px;
  transform: rotate(45deg);
}
.cmshtml .tit_secondary {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.cmshtml .catch_tit {
  color: #333333;
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .cmshtml .catch_tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .catch_tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .tit_primary {
    font-size: 28px;
    padding: 0 40px;
  }
  .cmshtml .tit_secondary {
    font-size: 18px;
  }
  .cmshtml .catch_tit {
    font-size: 26px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .tit_primary {
    font-size: 22px;
    padding: 0 30px;
  }
  .cmshtml .tit_secondary {
    font-size: 14px;
  }
  .cmshtml .catch_tit {
    font-size: 22px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  padding: 80px 4% 110px;
}
.cmshtml .sec_about:before {
  background-image: url("../img/about_deco05.png");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 44.6%;
  height: 153px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .about_titwrap {
  margin-bottom: 50px;
}
.cmshtml .about_inwrap {
  align-items: flex-start;
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .about_inwrap > div {
  width: 50%;
}
.cmshtml .about_imgbox {
  padding-left: 20px;
  padding-bottom: 300px;
  position: relative;
}
.cmshtml .about_img {
  border: 10px solid #fff;
  width: 100%;
  max-width: 345px;
  position: relative;
}
.cmshtml .about_img01 {
  z-index: 1;
  transform: rotate(-10deg) translate(6%, 6%);
}
.cmshtml .about_img02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transform: rotate(20deg) translate(-10%, 45%);
  right: 15%;
  top: 20%;
  transform: rotate(20deg);
}
.cmshtml .about_img03 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  transform: rotate(-7deg) translate(25%, 87%);
  left: 20%;
  top: auto;
  bottom: 0;
  transform: rotate(-7deg) translateY(-6%);
}
.cmshtml .about_textbox {
  padding: 0 20px 0 40px;
  position: relative;
}
.cmshtml .about_catch {
  margin-bottom: 30px;
}
.cmshtml .about_txt {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_about {
    padding: 60px 4%;
  }
  .cmshtml .about_imgbox {
    padding: 0;
  }
  .cmshtml .about_img {
    border-width: 5px;
    max-width: 300px;
  }
  .cmshtml .about_img02 {
    right: 8%;
    top: 18%;
    transform: rotate(20deg);
  }
  .cmshtml .about_img03 {
    left: 0%;
    top: 0;
    bottom: auto;
    transform: rotate(-7deg) translateY(100%);
  }
  .cmshtml .about_textbox {
    padding: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .cmshtml .about_inwrap {
    display: flex;
    flex-flow: column-reverse;
  }
  .cmshtml .about_inwrap > div {
    width: 100%;
  }
  .cmshtml .about_textbox {
    text-align: center;
    padding: 0;
    margin-bottom: 60px;
  }
  .cmshtml .about_imgbox {
    display: flex;
  }
  .cmshtml .about_imgbox > div {
    width: 33.333%;
  }
  .cmshtml .about_img02, .cmshtml .about_img03 {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    left: auto;
  }
  .cmshtml .about_img02 {
    transform: rotate(20deg) translate(0%, 5%);
  }
  .cmshtml .about_img03 {
    transform: rotate(-7deg) translate(0%, 10%);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .about_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .cmshtml .about_txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
try
------------------------------------------------------*/
.cmshtml .sec_try {
  padding: 80px 0 175px;
  position: relative;
}
.cmshtml .try_titwrap {
  margin-bottom: 50px;
}
.cmshtml .try_box {
  align-items: center;
  position: relative;
}
.cmshtml .try_textbox {
  width: 48%;
  max-width: 690px;
  position: relative;
}
.cmshtml .try_catch {
  margin-bottom: 25px;
}
.cmshtml .try_txt {
  color: #333;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 40px;
}
.cmshtml .try_link {
  position: relative;
}
.cmshtml .try_imgbox {
  width: 52%;
  padding-bottom: 22px;
  position: relative;
}
.cmshtml .try_imgbox:before {
  background-color: #ededed;
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
}
/*------------------------*/
.cmshtml .box_txtimg {
  justify-content: flex-end;
  padding-bottom: 125px;
}
.cmshtml .box_txtimg .try_textbox {
  padding-left: 7%;
  padding-right: 2%;
}
.cmshtml .box_txtimg .try_imgbox {
  padding-left: 26px;
}
.cmshtml .box_txtimg .try_imgbox:before {
  background-color: #C2E3F4;
  right: 0;
}
/*------------------------*/
.cmshtml .box_imgtxt {
  justify-content: flex-start;
}
.cmshtml .box_imgtxt:before {
  background-image: url("../img/try02_deco02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  content: "";
  display: block;
  width: 17.3%;
  height: 175px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: auto;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .box_imgtxt .try_imgbox {
  padding-right: 26px;
}
.cmshtml .box_imgtxt .try_imgbox:before {
  background-color: #B5E2C7;
  right: 0;
}
.cmshtml .box_imgtxt .try_textbox {
  padding-left: 2.6%;
}
/*------------------------*/
@media screen and (max-width: 1500px) {
  .cmshtml .sec_try {
    padding: 80px 0;
  }
  .cmshtml .try_box {
    align-items: flex-start;
  }
  .cmshtml .try_txt {
    line-height: 1.5;
  }
  .cmshtml .box_txtimg .try_textbox, .cmshtml .box_imgtxt .try_textbox {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_try {
    padding: 60px 0;
  }
  .cmshtml .try_box {
    flex-flow: wrap;
  }
  .cmshtml .box_imgtxt {
    flex-flow: column-reverse;
  }
  .cmshtml .try_textbox {
    width: 100%;
    margin-bottom: 30px;
    max-width: none;
    text-align: center;
  }
  .cmshtml .try_txt {
    font-size: 14px;
  }
  .cmshtml .try_imgbox {
    width: 85%;
  }
  .cmshtml .box_txtimg .try_imgbox {
    margin-left: auto;
  }
  .cmshtml .sec_try .box_imgtxt .cloud_box, .cmshtml .sec_try .box_txtimg .cloud_box {
    width: 100%;
  }
}
/*------------------------------------------------------
voice
------------------------------------------------------*/
.cmshtml .sec_voice {
  background: linear-gradient(to bottom, transparent 80px, #d0e9f5 80px, #d0e9f5 calc(100% - 80px), transparent calc(100% - 80px));
  padding: 80px 2% 130px;
}
.cmshtml .sec_voice:before {
  background-image: url("../img/bg_top.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .sec_voice:after {
  background-image: url("../img/bg_bottom.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .voice_inwrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .voice_titwrap {
  margin-bottom: 30px;
}
.cmshtml .voice_message {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.cmshtml .voice_flex {
  padding-top: 60px;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto 45px;
}
.cmshtml .voice_flex > div {
  width: calc(33.333333% - 24px);
  margin: 0 12px 30px;
}
.cmshtml .voice_box {
  background: #FFFFFF;
  position: relative;
}
.cmshtml .voice_num {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.cmshtml .voice_img {
  height: 255px;
}
.cmshtml .voice_textbox {
  padding: 20px 30px;
  position: relative;
}
.cmshtml .voice_box_tit {
  color: #0D86AC;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.cmshtml .voice_txt {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.cmshtml .voice_link {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .cmshtml .voice_message {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .cmshtml .voice_num {
    font-size: 40px;
  }
  .cmshtml .voice_textbox {
    padding: 20px 10px;
  }
  .cmshtml .voice_box_tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_voice {
    background: linear-gradient(to bottom, transparent 40px, #d0e9f5 40px, #d0e9f5 calc(100% - 40px), transparent calc(100% - 40px));
    padding: 80px 4%;
  }
  .cmshtml .sec_voice:before, .cmshtml .sec_voice:after {
    height: 40px;
  }
  .cmshtml .voice_flex {
    margin: 0 auto;
  }
  .cmshtml .voice_flex > div {
    width: calc(50% - 20px);
    margin: 0 10px 60px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .voice_message {
    font-size: 16px;
    margin-bottom: 0;
  }
  .cmshtml .voice_flex > div {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 60px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  padding: 80px 4%;
}
.cmshtml .sec_info:before {
  background-image: url("../img/news_deco_lb.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  content: "";
  display: block;
  max-width: 381px;
  width: 50%;
  height: 69px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .info_inwrap {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .info_titwrap {
  margin-bottom: 23px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-left: 10%;
  padding-right: 15px;
}
.cmshtml .news_div {
  padding: 5px;
  flex-flow: nowrap;
  position: relative;
  margin: 14px auto;
  transition: all 0.3s;
}
.cmshtml .news_div:hover {
  background: #fff;
}
.cmshtml .info_date, .cmshtml .info_date a, .cmshtml .info_txt, .cmshtml .info_txt a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .news_div:hover .info_date, .cmshtml .news_div:hover .info_date a, .cmshtml .news_div:hover .info_txt, .cmshtml .news_div:hover .info_txt a {
  color: #5DA2B8;
}
.cmshtml .info_date {
  font-size: 15px;
  font-weight: 600;
  max-width: 65px;
  min-width: 65px;
}
.cmshtml .info_tag, .cmshtml .info_tag a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .info_tag {
  background: #5CC1E1;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  padding: 4px 5px;
  max-width: 73px;
  min-width: 73px;
  position: absolute;
  left: 86px;
  top: 5px;
  z-index: 5;
}
.cmshtml .info_txt {
  font-size: 14px;
  font-weight: 600;
  margin-left: 105px;
}
.cmshtml .info_link {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cmshtml .scnews {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    padding: 60px 0 60px;
  }
  .cmshtml .news_div {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 0;
  }
  .cmshtml .info_tag {
    top: 10px;
  }
  .cmshtml .info_txt {
    margin-left: auto;
    margin-top: 10px;
  }
}
/*------------------------------------------------------
flows
------------------------------------------------------*/
.cmshtml .sec_flows {
  background: #fff;
  padding: 20px 0;
  position: relative;
}
.cmshtml .flows_slide {
  height: 200px;
}
.cmshtml .flows_slide div {
  height: 100%;
}
.cmshtml .flows_img {
  margin: 0 15px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .flows_img {
    margin: 0 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .flows_slide {
    height: 150px;
  }
}
/*------------------------------------------------------
more
------------------------------------------------------*/
.cmshtml .sec_more {
  padding: 80px 4% 175px;
}
.cmshtml .more_inwrap {
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;
  position: relative;
}
.cmshtml .more_boxarea > div {
  width: calc(33.33333% - 36px);
  margin: 0 18px 35px;
}
.cmshtml .more_box {
  position: relative;
}
.cmshtml .more_img {
  background: #000;
  height: 290px;
  position: relative;
  z-index: 1;
}
.cmshtml .more_img img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .more_tit, .cmshtml .more_tit a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .more_tit {
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: calc(100% - 40px);
  height: calc(100% - 28px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .more_box:hover .more_img img {
  opacity: 0.9;
}
.cmshtml .more_box:hover .more_tit {
  border-color: transparent;
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_more {
    padding: 80px 4%;
  }
  .cmshtml .more_boxarea > div {
    width: calc(33.33333% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .more_tit {
    border: 2px solid #fff;
    font-size: 20px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_more {
    padding: 60px 4% 40px;
  }
  .cmshtml .more_boxarea > div {
    width: calc(50% - 20px);
  }
  .cmshtml .more_img {
    height: 240px;
  }
  .cmshtml .more_tit {
    font-size: 18px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_more {
    padding: 60px 4% 40px;
  }
  .cmshtml .more_boxarea > div {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .cmshtml .more_img {
    height: 240px;
  }
  .cmshtml .more_tit {
    font-size: 18px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
/*------------------------------------------------------
contact
------------------------------------------------------*/
.cmshtml .sec_contact {
  background: #fff;
  padding: 80px 4% 90px;
  position: relative;
}
.cmshtml .sec_contact:before {
  background-image: url("../img/contact_deco_rb02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  content: "";
  display: block;
  width: 50%;
  max-width: 571px;
  height: 78px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .contact_titwrap {
  margin-bottom: 50px;
}
.cmshtml .contact_inwrap {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .contact_inwrap > div {
  width: 50%;
}
.cmshtml .contact_imgbox {
  padding-left: 20px;
  padding-bottom: 300px;
  position: relative;
}
.cmshtml .contact_img {
  border: 10px solid #fff;
  width: 100%;
  max-width: 345px;
  position: relative;
}
.cmshtml .contact_img01 {
  z-index: 1;
  transform: rotate(-10deg) translate(6%, 6%);
}
.cmshtml .contact_img02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transform: rotate(20deg) translate(-10%, 45%);
  right: 15%;
  top: 20%;
  transform: rotate(20deg);
}
.cmshtml .contact_img03 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  transform: rotate(-7deg) translate(25%, 87%);
  left: 20%;
  top: auto;
  bottom: 0;
  transform: rotate(-7deg) translateY(-6%);
}
.cmshtml .contact_textbox {
  padding: 0 20px 0 40px;
  position: relative;
}
.cmshtml .contact_catch {
  margin-bottom: 30px;
}
.cmshtml .contact_txt {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .contact_imgbox {
    padding: 0;
  }
  .cmshtml .contact_img {
    border-width: 5px;
    max-width: 300px;
  }
  .cmshtml .contact_img02 {
    right: 8%;
    top: 18%;
    transform: rotate(20deg);
  }
  .cmshtml .contact_img03 {
    left: 0%;
    top: 0;
    bottom: auto;
    transform: rotate(-7deg) translateY(100%);
  }
  .cmshtml .contact_textbox {
    padding: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) {
  .cmshtml .contact_inwrap {
    display: flex;
    flex-flow: column-reverse;
  }
  .cmshtml .contact_inwrap > div {
    width: 100%;
  }
  .cmshtml .contact_textbox {
    text-align: center;
    padding: 0;
    margin-bottom: 60px;
  }
  .cmshtml .contact_imgbox {
    display: flex;
  }
  .cmshtml .contact_imgbox > div {
    width: 33.333%;
  }
  .cmshtml .contact_img02, .cmshtml .contact_img03 {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    left: auto;
  }
  .cmshtml .contact_img02 {
    transform: rotate(20deg) translate(0%, 5%);
  }
  .cmshtml .contact_img03 {
    transform: rotate(-7deg) translate(0%, 10%);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .contact_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .cmshtml .contact_txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  position: relative;
}
/*----------------------------------------*/
.cmshtml .sec_bnr_access {
  padding: 80px 0 135px;
  position: relative;
}
.cmshtml .subpage .sec_bnr_access {
  border-top: 2px solid #ededed;
}
.cmshtml .group_bnr {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 50px;
}
.cmshtml .group_bnr > div {
  width: calc(25% - 20px);
  margin: 0 10px 30px;
}
.cmshtml .bnr_img {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .bnr_img:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
.cmshtml .access_wrap {
  position: relative;
}
.cmshtml .ggmap {
  position: relative;
  z-index: 1;
}
.cmshtml .ggmap iframe {
  width: 100%;
  max-height: 425px;
}
.cmshtml .access_link {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 5;
  transform: translateY(-50%);
}
.cmshtml .access_link a {
  background: #fff;
  border: 5px solid #5DA2B8;
  border-radius: 100px;
  display: inline-block;
  color: #333333;
  padding: 25px 120px 25px 50px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .access_link a:hover {
  background: #5DA2B8;
  color: #fff;
}
.cmshtml .access_link a:after {
  background-image: url("../img/arw_ico_b.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  content: "";
  display: block;
  width: 38px;
  height: 16px;
  margin: auto;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .access_link a:hover:after {
  background-image: url("../img/arw_ico_wh.png");
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr_access {
    padding: 40px 0 40px;
  }
  .cmshtml .group_bnr {
    width: 92%;
    margin: 0 auto 20px;
  }
  .cmshtml .group_bnr > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .ggmap iframe {
    max-height: 350px;
  }
  .cmshtml .access_link {
    font-size: 18px;
    transform: translateY(-50%);
  }
  .cmshtml .access_link a {
    border: 2px solid #5DA2B8;
    padding: 15px 100px 15px 30px;
  }
  .cmshtml .access_link a:after {
    width: 30px;
    height: 16px;
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .access_link {
    max-width: 92%;
    font-size: 14px;
    margin: 40px auto 0;
    transform: none;
  }
  .cmshtml .access_link a {
    border: 2px solid #5DA2B8;
    padding: 15px 100px 15px 30px;
  }
  .cmshtml .access_link a:after {
    width: 30px;
    height: 16px;
    right: 40px;
  }
}
@media screen and (max-width: 510px) {
  .cmshtml .ggmap iframe {
    max-height: 250px;
  }
  .cmshtml .group_bnr > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .access_link a {
    border-radius: 10px;
    border: 2px solid #5DA2B8;
    padding: 15px 50px 15px 15px;
  }
  .cmshtml .access_link a:after {
    width: 20px;
    height: 16px;
    right: 13px;
  }
}
/*----------------------------------------*/
.cmshtml .f_inwrap {
  background: url("../img/bg_f01.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 195px 4% 100px;
  position: relative;
}
.cmshtml .f_inwrap:before {
  background-image: url("../img/bg_f02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 60px);
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .f_about {
  background: #fff;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  width: 92%;
  padding: 50px 4%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.cmshtml .f_logo {
  position: relative;
}
.cmshtml .f_logo a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .f_logo a:hover {
  color: #666;
}
.cmshtml .f_logo, .cmshtml .f_txt {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.cmshtml .f_tel {
  color: #333;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 0 0 0 50px;
  position: relative;
}
.cmshtml .f_tel:before {
  background-image: url("../img/ico_tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 38px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .f_link {
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .copyright {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #333;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .cmshtml .f_inwrap {
    padding: 100px 4% 40px;
  }
  .cmshtml .f_about {
    border-radius: 20px;
    padding: 30px 4%;
  }
  .cmshtml .f_logo, .cmshtml .f_txt {
    margin-bottom: 10px;
  }
  .cmshtml .f_txt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cmshtml .f_tel {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .cmshtml .link_btn_arw {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .f_inwrap {
    padding: 60px 4% 30px;
  }
  .cmshtml .f_inwrap:before {
    height: calc(100% - 20px);
  }
  .cmshtml .f_logo {
    font-size: 16px;
  }
  .cmshtml .f_txt {
    font-size: 14px;
  }
  .cmshtml .f_link {
    text-align: center;
    margin-bottom: 10px;
  }
  .cmshtml .link_btn_arw a {
    padding: 7px 40px 7px 20px;
  }
  .cmshtml .link_btn_arw a:after {
    width: 20px;
    right: 15px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_about {
    width: 100%;
    border-radius: 10px;
    padding: 20px 4%;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #4d9fb9;
  padding: 165px 6% 255px;
  position: relative;
}
.cmshtml #title_wrap:before {
  /*background-image: url(../img/mv_bg.png);*/
  background-image: url(../img/mv_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.5;
}
.cmshtml #title_wrap .inwrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 140px;
  position: relative;
  z-index: 2;
}
.cmshtml #title_wrap .inwrap:before {
  background-image: url("../img/catch_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  content: "";
  display: block;
  width: 22%;
  height: 141px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .page_title {
  padding: 0 5%;
  text-align: center;
}
.cmshtml .page_title01 {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  font-size: 53px;
  font-weight: 600;
}
.cmshtml .page_title02, .cmshtml .page_title02 a {
  color: #fff;
}
.cmshtml .page_title02 {
  font-size: 35px;
  text-align: center;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 30px 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 {
  padding: 60px 2%;
}
.cmshtml .module_blogwrapper {
  border-radius: 6px;
  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 {
  border-radius: 6px;
  background: #e4f9ff;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #333;
}
.cmshtml .p_link {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 16px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #333;
  content: "";
  margin: auto;
  width: 8px;
  height: 2px;
  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 h2 {
  display: inline-block;
  color: #181818;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 0px 10px 10px;
}
.cmshtml .rdplanetitle h2:before {
  background-color: #5CC1E1;
  border-radius: 5px;
  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, .cmshtml .rdplanetitle h3 a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .rdplanetitle:has(h3) {
  padding-top: 25px !important;
  padding-bottom: 30px !important;
}
.cmshtml .rdplanetitle h3 {
  background: #5CC1E1;
  border-radius: 14px;
  font-size: 23px !important;
  font-weight: 600 !important;
  padding: 2px 25px;
  position: relative;
  z-index: 1;
}
.cmshtml .rdplanetitle h3:before, .cmshtml .rdplanetitle h3:after {
  background-image: url("../img/h3_cloud.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 92px;
  height: 53px;
  margin: auto;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .rdplanetitle h3:before {
  right: 6%;
  top: 0;
  transform: translateY(-50%);
}
.cmshtml .rdplanetitle h3:after {
  right: 27%;
  bottom: 0;
  transform: translateY(50%);
}
.cmshtml .rdplanetitle h4 {
  color: #2E2E2E;
  font-size: 25px !important;
  font-weight: 600 !important;
  display: inline-block;
  padding: 0 20px;
  z-index: 1;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #D0E8F5;
  content: "";
  display: block;
  width: 100%;
  height: 33%;
  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-left: 25px;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #5DA2B8;
  border-radius: 50%;
  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 {
  color: #2E2E2E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 0px 0px 0px 20px;
}
.cmshtml .rdplanetitle h6:before {
  background-color: #77CF9A;
  border-radius: 10px;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
/*---------------
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: #5CC1E1;
  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: #5CC1E1;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  border-radius: 4px;
  background: #D0E8F5;
  border-left: 20px solid #5CC1E1;
  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: 4px;
  border: 1px solid #5CC1E1;
  display: inline-block;
  color: #5CC1E1;
  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: #5CC1E1;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #666;
  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: 70px;
  min-width: 70px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #666;
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  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: #5CC1E1;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #96dbb2;
  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: 15px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 2px solid #5CC1E1 !important;
  padding-right: 15px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #2B2B2B !important;
  width: 80%;
}
.cmshtml .bt_line .date {
  color: #5CC1E1;
  font-weight: 500;
  text-align: center;
  justify-content: center;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  padding-top: 20px;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .txt_div {
  background: #fff;
  line-height: 2;
  padding: 60px 30px 100px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 0);
  margin-top: 90px;
}
.cmshtml .img_txt02 .txt_div {
  padding: 60px 30px 100px;
  padding-right: 6%;
  transform: translate(3%, 0);
}
@media screen and (min-width: 681px) {
  .cmshtml .img_txt:before, .cmshtml .img_txt02:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    transition: all 0.3s;
  }
  .cmshtml .img_txt:before {
    background-image: url("../img/para_deco.png");
    background-position: right top;
    width: 13%;
    height: 172px;
    top: 0;
    right: 45px;
  }
  .cmshtml .img_txt02:before {
    background-image: url("../img/para_deco02.png");
    background-position: left top;
    width: 11%;
    height: 148px;
    top: 0;
    left: 0;
    right: auto;
  }
  .cmshtml .img_div {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .cmshtml .img_txt02 .img_div {
    padding-right: 0;
    padding-left: 20px;
  }
  .cmshtml .img_div:before, .cmshtml .img_txt02 .img_div:before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 35px);
    position: absolute;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s;
    pointer-events: none;
  }
  .cmshtml .img_div:before {
    background: #C2E3F4;
    right: 0;
  }
  .cmshtml .img_txt02 .img_div:before {
    background: #B5E2C7;
    left: 0;
    right: auto;
  }
  .cmshtml .txt_div {
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  }
  .cmshtml .txt_div:before, .cmshtml .txt_div:after {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    width: 15%;
    height: 60px;
    margin: auto;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    transition: all 0.3s;
  }
  .cmshtml .txt_div:before, .cmshtml .txt_div:after {
    background-image: url("../img/txt_div01.png");
  }
  .cmshtml .txt_div:before {
    right: 40%;
    top: 0;
    transform: translateY(-50%);
  }
  .cmshtml .txt_div:after {
    right: 4%;
    bottom: 0;
    transform: translateY(35%);
  }
  .cmshtml .img_txt02 .txt_div:before, .cmshtml .img_txt02 .txt_div:after {
    background-image: url("../img/txt_div02.png");
    right: auto;
  }
  .cmshtml .img_txt02 .txt_div:before {
    left: 40%;
    top: 0;
  }
  .cmshtml .img_txt02 .txt_div:after {
    left: 6%;
    bottom: 0;
  }
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #5CC1E1;
  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 #5CC1E1;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #5CC1E1;
  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 #5CC1E1;
  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 #5CC1E1;
  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 {
  background: #FBFDFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_tit {
  color: #5CC1E1;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  padding: 21px 45px 21px 30px !important;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .acco_tit.active, .cmshtml .acco_tit.active a {
  color: #fff;
}
.cmshtml .acco_tit.active {
  background: #5CC1E1;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #5CC1E1;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .acco_tit.active:before, .cmshtml .acco_tit.active:after {
  background: #fff;
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 30px 4%;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
/*---------*/
.cmshtml .acco_box.faq_acco:before {
  background: #5CC1E1;
  border-radius: 50%;
  border: none;
  content: "Q";
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 20px;
  pointer-events: none;
  transition: all 0.3s;
  padding-bottom: 4px;
  z-index: 10;
}
.cmshtml .acco_box.faq_acco:has(.active):before {
  background: #fff;
  content: "A";
  color: #5CC1E1;
}
.cmshtml .acco_box.faq_acco .acco_tit {
  padding: 21px 45px 21px 110px !important;
}
.cmshtml .acco_box.faq_acco .hide_area {
  padding: 30px 4%;
  position: relative;
}
/*---------------
num_blk
---------------*/
.cmshtml .num_blk {
  position: relative;
}
.cmshtml .num_box {
  padding-left: 40px;
  padding-top: 40px;
  position: relative;
  margin-bottom: 60px;
}
.cmshtml .num_c {
  background: #5CC1E1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  width: 115px;
  height: 115px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .num_c a {
  color: #fff;
}
.cmshtml .num_area {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  padding: 35px 30px 70px 105px;
  position: relative;
}
.cmshtml .num_tit {
  color: #0A0A0A;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmshtml .num_txt {
  color: #0A0A0A;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .cmshtml .num_box {
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .cmshtml .num_tit {
    font-size: 20px;
  }
  .cmshtml .num_c {
    font-size: 30px;
    width: 80px;
    height: 80px;
  }
  .cmshtml .num_area {
    padding: 30px 20px 30px 80px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .num_box {
    padding-left: 0;
    padding-top: 30px;
  }
  .cmshtml .num_c {
    font-size: 22px;
    width: 50px;
    height: 50px;
    right: 0;
    margin: auto;
  }
  .cmshtml .num_area {
    padding: 20px;
  }
  .cmshtml .num_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cmshtml .num_txt {
    font-size: 14px;
  }
}
/*---------------
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;
}
/*---------------
time_line
---------------*/
.cmshtml .time_line {
  margin-bottom: 60px;
}
.cmshtml .tl_box {
  flex-flow: nowrap;
  padding-bottom: 30px;
  position: relative;
}
.cmshtml .tl_time {
  color: #472800;
  font-size: 28px;
  font-weight: 600;
  min-width: 170px;
  padding-right: 90px;
  line-height: 1.3;
  padding-top: 7px;
  position: relative;
}
.cmshtml .tl_time:before, .cmshtml .tl_time:after {
  background: #B7876F;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.cmshtml .tl_time:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: 28px;
  top: 18px;
}
.cmshtml .tl_time:after {
  height: calc(100% + 30px);
  width: 2px;
  right: 38px;
  top: 20px;
}
.cmshtml .tl_box:last-child .tl_time:after {
  height: calc(100% - 60px);
}
.cmshtml .tl_inwrap {
  display: flex;
}
.cmshtml .tl_textbox {
  background: #F5F0E7;
  border-radius: 11px;
  padding: 20px 25px;
  width: 100%;
}
.cmshtml .tl_tit {
  color: #472800;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cmshtml .tl_txt {
  color: #472800;
  font-size: 18px;
  font-weight: 500;
}
.cmshtml .tl_img {
  padding-left: 4%;
}
@media screen and (min-width: 681px) {
  .cmshtml .tl_inwrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cmshtml .tl_inwrap:has(.tl_img) > div:nth-child(1) {
    width: calc(100% - 270px);
  }
  .cmshtml .tl_inwrap:has(.tl_img) > div:nth-child(2) {
    width: 270px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .tl_time {
    font-size: 22px;
    min-width: 115px;
    padding-right: 50px;
  }
  .cmshtml .tl_time:before {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 14px;
  }
  .cmshtml .tl_time:after {
    right: 24px;
  }
  .cmshtml .tl_box {
    padding-bottom: 17px;
  }
  .cmshtml .tl_tit {
    font-size: 22px;
  }
  .cmshtml .tl_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .tl_time {
    font-size: 18px;
    min-width: 65px;
    padding-right: 0;
    text-align: center;
  }
  .cmshtml .tl_time:before {
    background: #f5f0e7;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 1;
    top: 5px;
  }
  .cmshtml .tl_time:after {
    background: #c5c0bb;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -2;
  }
  .cmshtml .tl_inwrap {
    display: block;
    width: calc(100% - 65px);
  }
  .cmshtml .tl_tit {
    font-size: 18px;
  }
  .cmshtml .tl_txt {
    font-size: 14px;
  }
  .cmshtml .tl_img {
    padding: 0 4%;
    margin-top: 20px;
    max-width: 240px;
  }
}
/*---------------
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 #e4f9ff;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: 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 .wave_area {
  background: linear-gradient(to bottom, transparent 80px, #d0e9f5 80px, #d0e9f5 calc(100% - 80px), transparent calc(100% - 80px));
  padding: 80px 0;
  position: relative;
}
.cmshtml .wave_area:before {
  background-image: url("../img/bg_top.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: auto;
  transition: all 0.3s;
    pointer-events: none;
}
.cmshtml .wave_area:after {
  background-image: url("../img/bg_bottom.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: auto;
  transition: all 0.3s;
    pointer-events: none;
}
.cmshtml .wave_area .bt_line, .cmshtml .wave_area .mark_btn {
  background: #fff;
}
.cmshtml .clr_area {
  background: #fff;
  padding: 80px 0;
  position: relative;
}
.cmshtml .clr_area:before {
  background-image: url("../img/contact_deco_rb02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  content: "";
  display: block;
  width: 30%;
  height: 78px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .wave_area > *, .cmshtml .clr_area > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .wave_area {
    background: linear-gradient(to bottom, transparent 40px, #d0e9f5 40px, #d0e9f5 calc(100% - 40px), transparent calc(100% - 40px));
    padding: 40px 0;
  }
  .cmshtml .wave_area:before, .cmshtml .wave_area:after {
    height: 40px;
  }
  .cmshtml .clr_area {
    padding: 40px 0;
  }
  .cmshtml .clr_area:before {
    width: 50%;
  }
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  opacity: 1 !important;
  transform: translateY(0px) !important;
}