@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext p, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ 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_font, .cmshtml .maru_font * {
  font-family: "Kiwi Maru", 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif, 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: #F3102E;
  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;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transform: translateY(70px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit, .cmshtml .sec_tit *, .cmshtml .sub_tit, .cmshtml .sub_tit * {
  font-family: "Kiwi Maru", serif;
}
.cmshtml .sec_tit, .cmshtml .sub_tit {
  font-weight: 500;
  position: relative;
}
.cmshtml .sec_tit {
  color: #F3102E;
  font-size: 36px;
}
.cmshtml .sub_tit {
  color: #F5AA14;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml .sec_tit {
    font-size: 24px;
  }
  .cmshtml .sub_tit {
    font-size: 16px;
  }
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: "Kiwi Maru", 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif, serif;
}
.cmshtml .link_btn {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border-radius: 3px;
  border: 2px solid #222;
  color: #222;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 8px 85px 8px 71px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background-image: url("../img/arrow_b.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 100%;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #222;
  color: #fff;
}
.cmshtml .link_btn.yellow_btn a {
  border-color: #F5AA14;
  color: #F5AA14;
}
.cmshtml .link_btn.yellow_btn a:hover {
  background: #F5AA14;
  color: #fff;
}
.cmshtml .link_btn.yellow_btn a:after {
  background-image: url("../img/arrow_y.png");
}
.cmshtml .link_btn.red_btn a {
  border-color: #F3102E;
  color: #F3102E;
}
.cmshtml .link_btn.red_btn a:hover {
  background: #F3102E;
  color: #fff;
}
.cmshtml .link_btn.red_btn a:after {
  background-image: url("../img/arrow_r.png");
}
.cmshtml .link_btn.green_btn a {
  border-color: #005241;
  color: #005241;
}
.cmshtml .link_btn.green_btn a:hover {
  background: #005241;
  color: #fff;
}
.cmshtml .link_btn.green_btn a:after {
  background-image: url("../img/arrow_g.png");
}
.cmshtml .link_btn a:hover:after {
  background-image: url("../img/arrow_wh.png");
}
.cmshtml .link_btn02 {
  color: #222;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #222 1px solid;
  display: inline-block;
  color: #222;
  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: #222;
  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: 30px;
  padding-right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 50px 6px 30px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  border-top: 5px solid #005241;
  border-bottom: 5px solid #005241;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 9.4% 20px 5%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.cmshtml #header + * {
  margin-top: 150px;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  max-width: 170px;
  margin-right: 3%;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml .h_icons {
  flex-flow: nowrap;
}
.cmshtml .h_ico {
  max-width: 80px;
  transition: all 0.3s;
}
.cmshtml .h_ico + .h_ico {
  margin-left: 5px;
}
.cmshtml .drop_li, .cmshtml .drop_ub, .cmshtml .ub_li {
  background: #fff;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header.fixed {
    border-top: 2px solid #005241;
    border-bottom: 2px solid #005241;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cmshtml .fixed .logo {
    max-width: 110px;
  }
  .cmshtml .fixed .h_ico {
    max-width: 50px;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #005241;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after {
    width: 100%;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #005241;
  }
}
/*------------------------------------------------------
navbar
------------------------------------------------------*/
.cmshtml #navbar {
  margin-left: auto;
}
.cmshtml .sub_navi {
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s !important;
}
.cmshtml .s_li {
  font-size: 24px;
}
.cmshtml .s_li a {
  text-decoration: none;
}
.cmshtml .s_li_yellow, .cmshtml .s_li_yellow a {
  color: #F5AA14;
}
.cmshtml .s_li_yellow a:hover {
  text-decoration: underline;
}
.cmshtml .s_li_green_btn a {
  background: #005241;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 35px;
  transition: all 0.3s;
}
.cmshtml .s_li_green_btn a:hover {
  background: #008267;
}
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  font-size: 24px;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #005241;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #005241;
}
@media screen and (min-width: 1001px) {
  .cmshtml .globalmenu {
    padding-top: 60px;
    transition: all 0.3s !important;
  }
  .cmshtml .fixed .globalmenu {
    padding-top: 0;
  }
  .cmshtml .fixed .sub_navi {
    opacity: 0;
    transform: translateY(-100%) !important;
  }
  .cmshtml .s_li + .s_li {
    margin-left: 35px;
  }
  .cmshtml #navigation > * {
    padding: 0 20px;
    border-right: 1px solid #005241;
  }
  .cmshtml #navigation > *:last-child {
    padding-right: 0;
    border-right: none;
  }
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #222;
  display: block;
  padding: 8px 0;
  padding-left: 30px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #222;
  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: #005241;
  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 {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .ub_txt {
  display: block;
  padding: 8px 0;
  padding-left: 30px;
}
.cmshtml .ub_txt:after {
  background: #999;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  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: 12px;
  font-weight: 600;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .ub_li:hover {
    background: #005241;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
    color: #fff;
  }
  .cmshtml .drop_ub:hover .ub_txt:after {
    background: #fff;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #222;
  cursor: pointer;
  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;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #666;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #005241;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #005241;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang .selectlang_btn:hover {
    background: #005241;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 240px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  background: #FFF6E3;
  padding: 70px 0 43px;
  position: relative;
  padding: 40px 0;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml #slide_wrap, .cmshtml #slide_wrap_sp {
  width: 100%;
  position: relative;
  margin: 0;
}
.cmshtml .slide_item {
  overflow: hidden;
  margin: 0 10px;
  opacity: 0.5;
  height: 100%;
  text-align: center;
  /*border: 3px solid #005241;*/
  border-radius: 15px;
}
.cmshtml .slide_item img {
  width: 100%;
  height: auto;
  margin: auto;
}
.cmshtml .slide_item.slick-current {
  opacity: 1;
}
.cmshtml #slide_wrap .slick-dots, .cmshtml #slide_wrap_sp .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  margin-top: 10px;
}
.cmshtml #slide_wrap .slick-dots li, .cmshtml #slide_wrap_sp .slick-dots li {
  display: block;
  height: auto;
  width: auto;
  margin: 0 5px;
}
.cmshtml #slide_wrap .slick-dots li button, .cmshtml #slide_wrap_sp .slick-dots li button {
  border-radius: 50%;
  background: #9B9B9B;
  height: 12px;
  width: 12px;
  padding: 0;
}
.cmshtml #slide_wrap .slick-dots li.slick-active button, .cmshtml #slide_wrap_sp .slick-dots li.slick-active button {
  background: #013328;
}
.cmshtml #slide_wrap .slick-dots li button:before, .cmshtml #slide_wrap_sp .slick-dots li button:before {
  display: none;
}
.cmshtml #slide_wrap .slick-prev, .cmshtml #slide_wrap .slick-next, .cmshtml #slide_wrap_sp .slick-prev, .cmshtml #slide_wrap_sp .slick-next {
  background-color: transparent;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.cmshtml #slide_wrap .slick-prev, .cmshtml #slide_wrap_sp .slick-prev {
  border: 1px solid #005140;
  /*background-image: url("../img/slide_arrow03.png");*/
  left: 11%;
  right: auto;
}
.cmshtml #slide_wrap .slick-next, .cmshtml #slide_wrap_sp .slick-next {
  border: 1px solid #005140;
  /*background-image: url("../img/slide_arrow01.png");*/
  left: auto;
  right: 11%;
}
.cmshtml #slide_wrap .slick-prev:hover, .cmshtml #slide_wrap_sp .slick-prev:hover {
  background-color: #005140;
  /*background-image: url("../img/slide_arrow04.png");*/
}
.cmshtml #slide_wrap .slick-next:hover, .cmshtml #slide_wrap_sp .slick-next:hover {
  background-color: #005140;
  /* background-image: url("../img/slide_arrow02.png");*/
}
.cmshtml #slide_wrap .slick-prev:after, .cmshtml #slide_wrap .slick-next:after, .cmshtml #slide_wrap_sp .slick-prev:after, .cmshtml #slide_wrap_sp .slick-next:after {
  content: "";
  display: block;
  width: 23px;
  height: 27px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml #slide_wrap .slick-prev:after, .cmshtml #slide_wrap_sp .slick-prev:after {
  background-color: #333;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.cmshtml #slide_wrap .slick-next:after, .cmshtml #slide_wrap_sp .slick-next:after {
  background-color: #005140;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.cmshtml #slide_wrap .slick-prev:hover:after, .cmshtml #slide_wrap .slick-next:hover:after, .cmshtml #slide_wrap_sp .slick-prev:hover:after, .cmshtml #slide_wrap_sp .slick-next:hover:after {
  background-color: #fff;
}
.cmshtml #slide_wrap .slick-prev:before, .cmshtml #slide_wrap .slick-next:before, .cmshtml #slide_wrap_sp .slick-prev:before, .cmshtml #slide_wrap_sp .slick-next:before {
  display: none;
}
@media screen and (max-width: 1000px) {
  .cmshtml .mv_wrap {
    padding: 20px 0;
  }
  .cmshtml #slide_wrap .slick-prev, .cmshtml #slide_wrap_sp .slick-prev {
    left: 5%;
  }
  .cmshtml #slide_wrap .slick-next, .cmshtml #slide_wrap_sp .slick-next {
    right: 5%;
  }
  .cmshtml #slide_wrap .slick-prev, .cmshtml #slide_wrap .slick-next, .cmshtml #slide_wrap_sp .slick-prev, .cmshtml #slide_wrap_sp .slick-next {
    background-size: 10px auto;
    height: 30px;
    width: 30px;
  }
  .cmshtml #slide_wrap .slick-prev:after, .cmshtml #slide_wrap .slick-next:after, .cmshtml #slide_wrap_sp .slick-prev:after, .cmshtml #slide_wrap_sp .slick-next:after {
    width: 10px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml #slide_wrap .slick-dots li button, .cmshtml #slide_wrap_sp .slick-dots li button {
    height: 8px;
    width: 8px;
  }
  .cmshtml .slide_item {
    width: 100%;
  }
  .cmshtml .slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  /*background: url("../img/bg_info.jpg") no-repeat center;
  background-size: cover;*/
  padding: 85px 4% 130px;
}
.cmshtml .sec_info:before {
  background-color: rgba(34, 34, 34, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .sec_info > * {
  position: relative;
  z-index: 5;
}
.cmshtml .info_titwrap {
  margin-bottom: 50px;
}
.cmshtml .info_tit {
  text-align: center;
}
.cmshtml .info_inwrap {
  background: rgba(253, 234, 196, 0.8);
  border-radius: 15px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 4% 55px;
}
.cmshtml .info_inwrap > * {
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
  margin-bottom: 35px;
}
.cmshtml .news_div {
  border-bottom: 1px dashed #F3102E;
  flex-flow: nowrap;
  padding: 25px 35px 25px 5px;
  position: relative;
}
.cmshtml .news_div:before {
  background-image: url("../img/arrow_r.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .info_date {
  color: #222222;
  font-size: 17px;
  max-width: 140px;
  min-width: 140px;
  font-weight: 500;
}
.cmshtml .info_txt {
  color: #222222;
  font-size: 17px;
  font-weight: 500;
  margin-left: 7%;
}
.cmshtml .info_link {
  text-align: right;
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 60px 4%;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml .info_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .info_inwrap {
    background: rgba(253, 234, 196, 0.9);
    padding: 20px 4%;
    border-radius: 10px;
  }
  .cmshtml .scnews {
    margin-bottom: 20px;
  }
  .cmshtml .news_div {
    display: block;
    padding: 15px 25px 15px 5px;
  }
  .cmshtml .info_date {
    font-size: 14px;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-left: 0;
  }
}
/*------------------------------------------------------
flier
------------------------------------------------------*/
.cmshtml .sec_flier {
  border-top: 8px solid #F3102E;
  border-bottom: 8px solid #F3102E;
  overflow: hidden;
}
.cmshtml .sec_flier:before {
  background-image: url("../img/bg_flier.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  width: 111%;
  height: 130%;
  margin: auto;
  position: absolute;
  left: -5%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(-6deg);
  transition: all 0.3s;
  opacity: 0.85;
}
.cmshtml .sec_flier:after {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  display: block;
  width: 111%;
  height: 66%;
  margin: auto;
  position: absolute;
  left: -5%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(-6deg);
  transition: all 0.3s;
}
.cmshtml .sec_flier > * {
  position: relative;
  z-index: 5;
}
.cmshtml .flier_inwrap {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 150px 4% 190px;
}
.cmshtml .flier_inwrap:before {
  border-top: 5px solid #F5AA14;
  border-bottom: 5px solid #F5AA14;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .flier_titwrap {
  margin-bottom: 50px;
  position: relative;
}
.cmshtml .flier_tit {
  text-align: center;
}
.cmshtml .flier_list {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .flier_list > div {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}
.cmshtml .flier_btn {
  background: #FDEAC4;
  border: 2px solid #005241;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 8px 13px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .flier_btn > div:first-child {
  width: 70px;
}
.cmshtml .flier_btn > div:nth-child(2) {
  width: calc(100% - 70px);
}
.cmshtml .flier_ico a:hover img {
  opacity: 1;
}
.cmshtml .flier_txt {
  color: #005241;
  font-size: 22px;
  font-weight: 500;
  padding-left: 7%;
}
.cmshtml .flier_txt a {
  color: #005241;
  text-decoration: none;
}
.cmshtml .flier_btn:has(a):hover {
  opacity: 0.8;
}
@media screen and (max-width: 1300px) {
  .cmshtml .flier_list > div {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .flier_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .flier_inwrap {
    padding: 100px 4%;
  }
  .cmshtml .flier_titwrap {
    margin-bottom: 30px;
  }
  .cmshtml .flier_list > div {
    width: calc(33.333% - 10px);
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml .sec_flier:before {
    opacity: 0.2;
  }
  .cmshtml .sec_flier:after {
    display: none;
  }
  .cmshtml .flier_inwrap {
    padding: 60px 4%;
  }
  .cmshtml .flier_list > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .flier_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .cmshtml .sec_flier {
    border-top: 5px solid #F3102E;
    border-bottom: 5px solid #F3102E;
  }
  .cmshtml .flier_inwrap {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 40px 4%;
  }
  .cmshtml .flier_inwrap:before {
    border-top: 3px solid #F5AA14;
    border-bottom: 3px solid #F5AA14;
  }
  .cmshtml .flier_list > div {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 10px;
  }
  .cmshtml .flier_btn {
    padding: 8px 10px;
  }
  .cmshtml .flier_btn > div:first-child {
    width: 50px;
  }
  .cmshtml .flier_btn > div:nth-child(2) {
    width: calc(100% - 50px);
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  margin: 110px auto 70px;
  max-width: 1350px;
  width: 92%;
}
.cmshtml .sec_bnr > div {
  width: calc(33.3333% - 40px);
  margin: 0 20px 40px;
}
.cmshtml .bnr_box {
  border: 5px solid;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.cmshtml .bnr_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .bnr_box:has(a):hover .bnr_img {
  transform: scale(1.1);
}
.cmshtml .bnr_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
pointer-events: none;
}
.cmshtml .bnr_txt, .cmshtml .bnr_txt a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .bnr_txt {
  font-size: 26px;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.5) 3px 3px 6px;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.cmshtml .green_box {
  border-color: #005241;
}
.cmshtml .green_box .bnr_img:before {
  background-color: rgba(146, 197, 186, 0.4);
}
.cmshtml .red_box {
  border-color: #F3102E;
}
.cmshtml .red_box .bnr_img:before {
  background-color: rgba(243, 16, 46, 0.15);
}
.cmshtml .yellow_box {
  border-color: #F5AA14;
}
.cmshtml .yellow_box .bnr_img:before {
  background-color: rgba(245, 170, 20, 0.37);
}
.cmshtml .bnr_box:has(a):hover .bnr_img:before {
  opacity: 0.2;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_bnr > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .bnr_txt {
    font-size: 20px;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr {
    margin: 60px auto 40px;
  }
  .cmshtml .bnr_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml .sec_bnr > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .cmshtml .bnr_box {
    border-width: 3px;
  }
  .cmshtml .bnr_txt {
    padding: 33px 20px;
  }
}
/*------------------------------------------------------
rec
------------------------------------------------------*/
.cmshtml .sec_rec {
  padding: 95px 4% 0;
  margin-bottom: 110px;
}
.cmshtml .sec_rec:before {
  background-image: url("../img/bg_rec.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .sec_rec > * {
  position: relative;
  z-index: 5;
}
.cmshtml .rec_inwrap {
  align-items: flex-start;
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .rec_inwrap > div:nth-child(1) {
  width: 57.7%;
}
.cmshtml .rec_inwrap > div:nth-child(2) {
  width: 42.3%;
}
.cmshtml .rec_textbox {
  padding: 0 9.3% 0 7.5%;
}
.cmshtml .rec_titwrap {
  align-items: flex-end;
  margin-bottom: 25px;
}
.cmshtml .rec_tit.sec_tit {
  line-height: 1;
}
.cmshtml .rec_tit.sub_tit {
  padding-left: 30px;
}
.cmshtml .rec_txt {
  color: #222;
  font-size: 18px;
  margin-bottom: 50px;
}
.cmshtml .rec_links > div {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
.cmshtml .rec_img {
  padding: 0 5px 5px 0;
  position: relative;
}
.cmshtml .rec_img:before {
  background-color: #F5AA14;
  content: "";
  display: block;
  width: 5px;
  height: 83%;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rec_img:after {
  background-color: #F5AA14;
  content: "";
  display: block;
  width: 65%;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rec_copy {
  color: #F5AA14;
  font-size: 120px;
  font-size: min(120px, 6.3vw);
  line-height: 1;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_rec {
    padding: 60px 4% 0;
  }
  .cmshtml .rec_textbox {
    padding: 0 4%;
    padding-left: 0;
  }
  .cmshtml .rec_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .cmshtml .rec_links > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .rec_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_rec {
    margin-bottom: 60px;
  }
  .cmshtml .rec_inwrap > div:nth-child(1) {
    width: 65%;
  }
  .cmshtml .rec_inwrap > div:nth-child(2) {
    width: 35%;
  }
  .cmshtml .rec_textbox {
    padding: 0 2%;
    padding-left: 0;
  }
  .cmshtml .rec_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml .sec_rec {
    background: #e2f3ef;
    margin-bottom: 0;
    border-bottom: 5px solid #F5AA14;
    padding: 60px 0 10px;
  }
  .cmshtml .sec_rec:before {
    display: none;
  }
  .cmshtml .rec_inwrap {
    width: 92%;
  }
  .cmshtml .rec_inwrap > div:nth-child(1), .cmshtml .rec_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .rec_textbox {
    padding: 0;
    margin-bottom: 20px;
  }
  .cmshtml .rec_img {
    margin-left: auto;
    margin-bottom: 10px;
    max-width: 500px;
  }
  .cmshtml .rec_copy {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .cmshtml .sec_rec {
    padding: 30px 0 10px;
  }
  .cmshtml .rec_links > div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .cmshtml .rec_img {
    padding-left: 10%;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #005241;
  padding: 50px 4% 45px;
}
.cmshtml #footer .inwrap {
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml #footer .inwrap > div:first-child {
  width: 315px;
}
.cmshtml #footer .inwrap > div:nth-child(2) {
  width: calc(100% - 315px);
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 40px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_ico {
  margin-right: 15px;
  margin-bottom: 15px;
}
.cmshtml .flinks {
  position: relative;
  padding-left: 5.8%;
}
.cmshtml .flink {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 5px;
}
.cmshtml .f_li {
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
  margin-bottom: 10px;
}
.cmshtml .f_li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.cmshtml .f_li a:hover {
  text-decoration: underline;
}
.cmshtml .dot_li {
  margin-right: 25px;
  padding-left: 10px;
  position: relative;
}
.cmshtml .dot_li:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml #copy {
  text-align: right;
  max-width: 1520px;
  width: 100%;
  margin: 30px auto 0;
}
.cmshtml .copyright {
  color: #fff;
  font-size: 14px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer .inwrap {
    align-items: flex-start;
  }
  .cmshtml .flinks {
    padding-left: 2%;
  }
  .cmshtml .f_li {
    font-size: 14px;
    margin-right: 20px;
  }
  .cmshtml .copyright {
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml #footer .inwrap {
    display: block;
  }
  .cmshtml #footer .inwrap > div:first-child, .cmshtml #footer .inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .f_about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .cmshtml .f_logo {
    margin-bottom: 0;
  }
  .cmshtml .flinks {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .cmshtml #footer {
    background: #005241;
    padding: 30px 4%;
  }
  .cmshtml .f_about {
    display: block;
    margin-bottom: 20px;
  }
  .cmshtml .f_logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .cmshtml .f_icons {
    justify-content: center;
  }
  .cmshtml .f_ico {
    margin: 0 5px 10px;
  }
  .cmshtml .f_li {
    font-size: 12px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #000;
  padding: 140px 2%;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.8;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title01 {
  font-size: 36px;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 30px 0 100px;
}
.cmshtml .meet_page_wrap .subpage_contents {
  background: #ededed;
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}
.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: #e2f3ef;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #f4f5f7;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #333;
}
.cmshtml .p_link {
  font-size: 14px;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  margin: auto;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2 {
  border-top: 1px solid #005241;
  border-bottom: 3px solid #005241;
  color: #005241;
  font-size: 32px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5rem;
  padding: 25px 0 22px;
}
.cmshtml .rdplanetitle h3 {
  border-bottom: 1px solid #ededed;
  color: #F5AA14;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding-bottom: 25px;
  position: relative;
}
.cmshtml .rdplanetitle h3:after {
  background-color: #F5AA14;
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cmshtml .rdplanetitle h4 {
  color: #F5AA14;
  font-size: 24px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 20px;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #F5AA14;
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h5 {
  border-left: 4px solid #F5AA14;
  border-bottom: 1px solid #ccc;
  color: #F5AA14;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1;
  padding: 7px 10px;
  padding-left: 12px;
}
.cmshtml .rdplanetitle h6 {
  background: #005241;
  color: #fff;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 8px 20px;
}
.cmshtml .rdplanetitle h6 a {
  color: #fff;
}
/*---------------
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: #005241;
  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: #005241;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #e2f3ef;
  border-left: 20px solid #005241;
  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,
.cmshtml .mark_btn .link_btn01 * {
  font-family: "Noto Sans JP", sans-serif;
}
.cmshtml .mark_btn .link_btn01 + .link_btn01 {
    margin-left: 5px;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #005241;
  display: inline-block;
  color: #005241;
  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: #005241;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #aaa;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #999;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  line-height: 1.4;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #005241;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #F5AA14;
  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 #005241 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .txt_div {
  background: #e2f3ef;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 60px);
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  padding-right: 6%;
  transform: translate(3%, 60px);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #005241;
  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 #005241;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #005241;
  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 #005241;
  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 #005241;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
floor
---------------*/
.cmshtml .floor {
  margin: 60px auto 120px;
  position: relative;
  z-index: 1;
}
.cmshtml .floor_tab {
  justify-content: center;
}
.cmshtml .floor_tab > div {
  background: #005241;
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #e2f3ef;
  color: #005241;
}
.cmshtml .floor_imgs {
  background: #e2f3ef;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: -11px 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 14px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 40px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border: 5px solid #005241;
}
.cmshtml .acco_tit {
  color: #005241;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #005241;
}
/*---------------
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;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #e2f3ef;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .module {
  max-width: 1180px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
/*------------------------------------------------------
meet_page_wrap
------------------------------------------------------*/
.cmshtml .meet_page, .cmshtml .meet_page_wrap {
  background: #000;
}
.cmshtml .meet_page_wrap #header {
  border-top: 6px solid #EED071;
  border-bottom: 6px solid #EED071;
  background: black;
}
.cmshtml .meet_page_wrap .logo {
  max-width: 100px;
}
.cmshtml .meet_page_wrap .drawer-hamburger {
  background-color: transparent;
}
.cmshtml .meet_page_wrap .drawer-hamburger-icon, .cmshtml .meet_page_wrap .drawer-hamburger-icon:after, .cmshtml .meet_page_wrap .drawer-hamburger-icon:before {
  background-color: #EED071;
}
.cmshtml .meet_page_wrap .li_txt a, .cmshtml .meet_page_wrap .h_li a {
  color: #fff;
}
.cmshtml .meet_page_wrap .h_li a:hover {
  color: #EED071;
}
.cmshtml .meet_page_wrap .selectlang_btn {
  background: #EED071;
  color: #000;
}
.cmshtml .meet_page_wrap .selectlang_inner a:hover, .cmshtml .meet_page_wrap .selectlang.open_menu .selectlang_btn {
  background: #C5A230;
}
.cmshtml .meet_page_wrap #slide_wrap .slick-dots li.slick-active button, .cmshtml .meet_page_wrap #slide_wrap_sp .slick-dots li.slick-active button {
  background: #EED071;
}
.cmshtml .meet_page_wrap .mv_wrap, .cmshtml .meet_page_wrap #contents {
  background: #000;
}
.cmshtml .meet_page_wrap .sec_info {
  /*background: url("../img/bg_meet_info.jpg") no-repeat center;
  background-size: cover;*/
}
.cmshtml .meet_page_wrap .flier_inwrap {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}
.cmshtml .meet_page_wrap .sec_info {
  border-bottom: 5px solid #EED071;
}
.cmshtml .meet_page_wrap .sec_info:after {
  border-bottom: 5px solid #000;
  background: #F3102E;
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .meet_page_wrap .info_tit.sec_tit {
  color: #fff;
}
.cmshtml .meet_page_wrap .sub_tit {
  color: #F3102E;
}
.cmshtml .insta_box {
  background: #FEDBE0;
  border: 5px solid #F3102E;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  padding: 15px;
}
.cmshtml .insta_ico {
  position: relative;
}
.cmshtml .insta_txt01 {
  font-size: 20px;
  font-weight: 500;
  margin-left: 50px;
}
.cmshtml .insta_txt02 {
  color: #F3102E;
  font-size: 26px;
  font-weight: 500;
  margin-left: 40px;
}
.cmshtml .meet_page_wrap #footer {
  background: #000;
  border-top: 5px solid #EED071;
}
.cmshtml .meet_page_wrap #footer:before {
  border-top: 5px solid #000;
  background: #F3102E;
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.3s;
}
.cmshtml .meet_page_wrap .f_li, .cmshtml .meet_page_wrap .f_li a {
  color: #fff;
}
.cmshtml .meet_page_wrap .f_txt, .cmshtml .meet_page_wrap .f_txt a {
  color: #EED071;
}
.cmshtml .meet_page_wrap .f_txt {
  font-size: 13px;
}
.cmshtml .sec_bnr_insta {
  margin: 120px auto 120px;
}
.cmshtml .sec_bnr_insta .sec_bnr {
  margin: 0 auto 10px;
  position: relative;
}
.cmshtml .meet_page_wrap #page-top {
  border: 1px solid #C5A230;
  background: #fff;
  color: #C5A230;
}
.cmshtml .meet_page_wrap #page-top:before {
  background: #C5A230;
}
.cmshtml .meet_page_wrap #page-top:hover {
  background: #C5A230;
  color: #fff;
}
.cmshtml .meet_page_wrap .rdplanetitle h2 {
  border-top: 1px solid #111;
  border-bottom: 3px solid #111;
  color: #111;
}
.cmshtml .meet_page_wrap .rdplanetitle h6 {
  background: #666;
}
.cmshtml .meet_page_wrap .mark_btn {
  background: #FDEAC4;
  border-left: 20px solid #EED071;
}
.cmshtml .meet_page_wrap .mark_btn .link_btn01 a {
  border: 1px solid #EED071;
  color: #EED071;
}
.cmshtml .meet_page_wrap .qa_q:before {
  background: #111;
  content: "Q";
}
.cmshtml .meet_page_wrap .txt_div {
  background: #fff;
}
.cmshtml .meet_page_wrap .step_div {
  border: 1px solid #333;
}
.cmshtml .meet_page_wrap .stepbox > div.one_side.step_div:not(:last-child):after, .cmshtml .meet_page_wrap .stepbox > div:not(:last-child) .step_num:after {
  border-top: 20px solid #333;
}
.cmshtml .meet_page_wrap .step_num {
  background: #333;
}
.cmshtml .meet_page_wrap .bt_line > div:first-child {
  border-bottom: 2px solid #333 !important;
}
.cmshtml .meet_page_wrap .acco_tit {
  color: #333;
}
.cmshtml .meet_page_wrap .acco_box:before {
  border-color: #EED071;
}
.cmshtml .meet_page_wrap .acco_tit:before, .cmshtml .meet_page_wrap .acco_tit:after {
  background: #EED071;
}
.cmshtml .meet_page_wrap #slide_wrap .slick-prev,
.cmshtml .meet_page_wrap #slide_wrap_sp .slick-prev,
.cmshtml .meet_page_wrap #slide_wrap .slick-next,
.cmshtml .meet_page_wrap #slide_wrap_sp .slick-next {
  border: 1px solid #EED071;
}
.cmshtml .meet_page_wrap #slide_wrap .slick-prev:after,
.cmshtml .meet_page_wrap #slide_wrap_sp .slick-prev:after,
.cmshtml .meet_page_wrap #slide_wrap .slick-next:after,
.cmshtml .meet_page_wrap #slide_wrap_sp .slick-next:after {
  background-color: #EED071;
}
.cmshtml .meet_page_wrap #slide_wrap .slick-prev:hover:after,
.cmshtml .meet_page_wrap #slide_wrap_sp .slick-prev:hover:after,
.cmshtml .meet_page_wrap #slide_wrap .slick-next:hover:after,
.cmshtml .meet_page_wrap #slide_wrap_sp .slick-next:hover:after{
  background-color: #fff;
}
.cmshtml .meet_page_wrap #slide_wrap .slick-prev:hover,
.cmshtml .meet_page_wrap #slide_wrap_sp .slick-prev:hover,
.cmshtml .meet_page_wrap #slide_wrap .slick-next:hover,
.cmshtml .meet_page_wrap #slide_wrap_sp .slick-next:hover {
  background-color: #EED071;
}
.cmshtml .meet_page_wrap .list01_inwrap li {
  color: #EED071;
}
.cmshtml .meet_page_wrap .list02_inwrap li {
  color: #EED071;
}
.cmshtml .meet_page_wrap .list01_inwrap li .intxt, .cmshtml .meet_page_wrap .list02_inwrap li .intxt {
  color: #333;
}
.cmshtml .meet_page_wrap .mark_btn .link_btn01 a:hover {
    background: #444;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .cmshtml .meet_page_wrap .selectlang .selectlang_btn:hover {
    background: #C5A230;
  }
  .cmshtml .meet_page_wrap .globalmenu {
    padding-top: 0;
  }
  .cmshtml .meet_page_wrap #navigation > * {
    border-right-color: #fff;
    color: #333;
  }
  .cmshtml .meet_page_wrap .li_txt a:after, .cmshtml .meet_page_wrap .h_li a:after {
    background: #EED071;
  }
  .cmshtml .meet_page_wrap .drop-menu:hover .li_txt a {
    color: #EED071;
  }
  .cmshtml .meet_page_wrap .drop_li a:hover {
    background: #EED071;
  }
  .cmshtml .meet_page_wrap .drop_ub:hover .ub_txt, .cmshtml .meet_page_wrap .ub_li:hover {
    background: #EED071;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .meet_page_wrap #header {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .cmshtml .meet_page_wrap .logo {
    max-width: 54px;
  }
  .cmshtml .meet_page_wrap .drawer-nav {
    background: #C5A230;
    border-top: 2px solid #EED071;
  }
  .cmshtml .drawer-open .meet_page_wrap .drawer-hamburger {
    background-color: #C5A230;
  }
  .cmshtml .meet_page_wrap .selectlang_inner {
    background: #fdf2cf;
  }
  .cmshtml .meet_page_wrap .selectlang_inner a {
    font-size: 12px;
    padding: 5px 20px;
  }
  .cmshtml .sec_bnr_insta {
    margin: 60px auto;
  }
}
@media screen and (max-width: 767px) {
  .cmshtml .meet_page_wrap .f_about {
    display: block;
  }
  .cmshtml .meet_page_wrap .f_logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .cmshtml .meet_page_wrap .f_txt {
    font-size: 13px;
    text-align: center;
  }
  .cmshtml .insta_box {
    display: block;
    padding: 15px;
    border: 2px solid #F3102E;
  }
  .cmshtml .insta_ico, .cmshtml .insta_txt01, .cmshtml .insta_txt02 {
    text-align: center;
    margin: auto;
  }
  .cmshtml .insta_txt01 {
    margin: 10px auto;
    font-size: 16px;
  }
  .cmshtml .insta_txt02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .meet_page_wrap .step_div {
    border: 1px solid #333;
  }
  .cmshtml .meet_page_wrap .stepbox > div.one_side.step_div:not(:last-child):after, .cmshtml .meet_page_wrap .stepbox > div:not(:last-child):after {
    border-top: 15px solid #333;
  }
  .cmshtml .meet_page_wrap .bt_line > div:first-child {
    border-bottom: 1px dashed #ccc !important;
  }
  .cmshtml .meet_page_wrap .bt_line > div:nth-child(2) {
    border-bottom: 1px solid #333 !important;
  }
}