@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: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  color: #2F405A;
  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: all 0.2s ease;
  transform: translateY(40px);
}
@media screen and (max-width: 680px) {
  .cmshtml .fade-up {
    transition: all 0.6s ease;
  }
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  color: #1F364C;
  font-size: 32px;
  font-weight: 600;
  padding-top: 23px!important;
  text-align: center;
  position: relative;
}
.cmshtml .sec_tit:before {
  background-image: url("../img/tit_arrow.png");
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 51px;
  height: 22px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .sub_tit {
  color: #292929;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_tit {
    font-size: 28px;
  }
  .cmshtml .sub_tit {
    font-size: 18px;
  }
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.cmshtml .link_btn a {
  color: #292929;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 6px 95px 9px 20px;
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}
.cmshtml .link_btn a:before {
  background: #F3E633;
  border-radius: 50%;
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background: url("../img/link_arrow01.png") no-repeat right bottom 50%;
  background-size: auto;
  content: "";
  display: block;
  width: 61px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover:after {
  width: 55px;
  right: 0;
}
.cmshtml .link_btn_sq {
  color: #1F364C;
  font-size: 15px;
  font-weight: 600;
}
.cmshtml .link_btn_sq a {
  color: #2F405A;
  border: 1px solid #2F405A;
  display: inline-block;
  text-decoration: none;
  padding: 10px 45px 10px 15px;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .link_btn_sq a:hover {
  background: #2F405A;
  color: #fff;
}
.cmshtml .link_btn_sq a:before, .cmshtml .link_btn_sq a:after {
  background: #2F405A;
  border-radius: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin: auto;
  opacity: 1;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.cmshtml .link_btn_sq a:before {
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.cmshtml .link_btn_sq a:after {
  transform: rotate(-45deg);
  transform-origin: right top;
}
.cmshtml .link_btn_sq a:hover:before, .cmshtml .link_btn_sq a:hover:after {
  background: #fff;
}
.cmshtml .link_btn02 {
  color: #1F364C;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #f9f8f5;
  border: #AC9A7C 1px solid;
  display: inline-block;
  color: #ac9a7c;
  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: #AC9A7C;
  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;
border: 1px solid #afafaf;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 10px 80px 10px 10px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: #9e9587;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0 37px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml .subpage #header {
  background: #9e9587;
}
.cmshtml .subpage #navbar {
  opacity: 1;
  pointer-events: auto;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml .toppage #header + * {
  margin-top: 0 !important;
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .menu_tit {
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #F3E633;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 130px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
.cmshtml .drop_li {
  background: #fff;
  font-size: 18px;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #292929;
  display: block;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #2F405A;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  margin: auto;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .drop_li a:hover {
  background: #2F405A;
  color: #fff;
}
.cmshtml .drop_li a:hover:before {
  background: #fff;
}
/*-----------------
drop_ub
-----------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .drop_ub, .cmshtml .ub_li {
    background: #fff;
  }
}
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .ub_txt {
  display: block;
  padding: 4px 0;
  padding-left: 28px;
}
.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 {
  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: #1F364C;
  }
  .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: #1F364C;
  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: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 15px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #666;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #666;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang {
    padding: 0 !important;
  }
  .cmshtml .selectlang {
    position: absolute;
    top: 0;
    right: 0;
  }
  .cmshtml .selectlang .selectlang_btn:hover {
    background: #666;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
  width: 100%;
  height: 930px;
  overflow: visible;
}
.cmshtml #mainvisual .inwrap {
  position: relative;
}
.cmshtml #slide_wrap {
  position: relative;
}
.cmshtml #slide_wrap, .cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  background: rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px 0 17px 37px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 600;
}
.cmshtml .catch_txt01 {
  font-size: 71px;
  line-height: 1.3;
  text-align: center;
  padding-right: 36px;
  padding-bottom: 30px;
  position: relative;
}
.cmshtml .catch_txt01:before, .cmshtml .catch_txt01:after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.cmshtml .catch_txt01:before {
  width: 4px;
  height: 42px;
  transform-origin: right bottom;
  transform: rotate(-43deg);
  bottom: 4px;
}
.cmshtml .catch_txt01:after {
  width: 100%;
  height: 4px;
}
.cmshtml .catch_txt02 {
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.cmshtml .catchcopy .flex {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.cmshtml .info_bnr {
  background: #fff;
  display: flex;
  padding: 12px 14px;
  position: relative;
}
.cmshtml .ib_imgbox {
  padding-right: 20px;
  position: relative;
}
.cmshtml .ib_tag {
  background: #1F364C;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 1px 9px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .ib_tag a {
  color: #fff;
}
.cmshtml .ib_img {
  position: relative;
  z-index: 1;
}
.cmshtml .ib_textbox {
  padding: 23px 13px;
  position: relative;
}
.cmshtml .ib_textbox:before, .cmshtml .ib_textbox:after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  padding: 0;
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.cmshtml .ib_textbox:before {
  background-image: url("../img/info_bnr_lb.png");
  background-position: left bottom;
  bottom: 0;
  left: 0;
}
.cmshtml .ib_textbox:after {
  background-image: url("../img/info_bnr_rt.png");
  background-position: top right;
  top: 0;
  right: 0;
}
.cmshtml .ib_txt {
  color: #292929;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}
.cmshtml .ib_link {
  padding-left: 20px;
}
.cmshtml .ib_link {
  font-size: 10px;
}
.cmshtml .ib_link a {
  padding: 4px 55px 0px 10px;
}
.cmshtml .ib_link a:before {
  width: 23px;
  height: 23px;
}
.cmshtml .ib_link a:after {
  background: url("../img/link_arrow02.png") no-repeat right bottom 20%;
  background-size: auto;
  width: 35px;
}
.cmshtml .scroll {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding-bottom: 138px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -49px;
  z-index: 10;
}
.cmshtml .scroll:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 3px;
  height: 110px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .cmshtml #mainvisual {
    height: 100vh;
  }
  .cmshtml .catchcopy {
    padding: 10px 0 10px 20px;
  }
  .cmshtml .catch_txt01 {
    font-size: 50px;
    padding-right: 36px;
    padding-bottom: 30px;
  }
  .cmshtml .catch_txt02 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .cmshtml .scroll:before {
    width: 2px;
    height: 80px;
  }
  .cmshtml .scroll {
    font-size: 16px;
    width: 40px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .catchcopy {
    padding: 10px 0 20px 20px;
  }
  .cmshtml .catch_txt01 {
    font-size: 40px;
    padding-bottom: 30px;
  }
  .cmshtml .catch_txt01:before {
    width: 2px;
    height: 30px;
    bottom: 2px;
  }
  .cmshtml .catch_txt01:after {
    height: 2px;
  }
  .cmshtml .scroll {
    display: none;
  }
}
@media screen and (max-height: 830px) {
  .cmshtml .catchcopy {
    padding-right: 65px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #mainvisual {
    height: 100vh;
  }
  .cmshtml .catchcopy {
    padding: 30px 20px;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
  }
  .cmshtml .catch_txt01:before {
    height: 24px;
  }
  .cmshtml .info_bnr {
    padding: 10px;
  }
  .cmshtml .info_bnr > div {
    width: 50%;
  }
  .cmshtml .ib_imgbox {
    padding-right: 10px;
  }
  .cmshtml .ib_tag {
    font-size: 12px;
  }
  .cmshtml .ib_textbox {
    padding: 15px 10px;
  }
  .cmshtml .ib_txt {
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 550px) {
  .cmshtml .catchcopy .flex {
    display: flex;
    flex-direction: column;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .catch_txt01 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: #F3F0EB;
  padding: 110px 4% 135px;
}
.cmshtml .about_inwrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .about_tit {
  margin-bottom: 65px;
}
.cmshtml .about_flex {
  position: relative;
}
.cmshtml .about_flex > div {
  width: 50%;
}
.cmshtml .about_lbox {
  padding-left: 1%;
  padding-right: 6.2%;
  position: relative;
}
.cmshtml .about_catch {
  position: relative;
}
.cmshtml .about_catchtxt {
  color: #292929;
  font-size: 71px;
  font-size: min(3.6vw, 71px);
  font-weight: 600;
  text-align: center;
}
.cmshtml .cross_img {
  margin: 10px auto;
  text-align: center;
}
.cmshtml .about_img {
  margin-top: 60px;
  text-align: center;
}
.cmshtml .about_rbox {
  padding-top: 30px;
  padding-left: 3.4%;
  padding-right: 1.7%;
  position: relative;
}
.cmshtml .about_boxtit {
  color: #292929;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 45px;
}
.cmshtml .about_txt {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 45px;
  line-height: 2;
}
.cmshtml .about_tags {
  justify-content: center;
  width: 100%;
  margin: 115px auto 0;
}
.cmshtml .about_tags > div {
  margin: 0 23px;
}
.cmshtml .about_tag {
  text-align: center;
  position: relative;
}
.cmshtml .tag_imgarea {
  background: #000;
  border-radius: 50%;
  max-width: 147px;
  height: 147px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.cmshtml .about_tag_img {
  opacity: 0.6;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .about_tag:hover .about_tag_img {
  opacity: 0.9;
}
.cmshtml .about_tag_img img {
  transition: all 0.3s;
}
.cmshtml .about_tag:hover .about_tag_img img {
  transform: scale(1.1);
}
.cmshtml .about_tag_ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.cmshtml .about_tag_txt {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .cmshtml .about_lbox {
    padding-left: 0;
    padding-right: 3%;
  }
  .cmshtml .about_img {
    margin-top: 30px;
  }
  .cmshtml .about_rbox {
    padding-top: 10px;
  }
  .cmshtml .about_boxtit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cmshtml .about_tags > div {
    margin: 0 10px;
    width: calc(16% - 20px);
  }
  .cmshtml .about_tag_txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    padding: 60px 4% 30px;
  }
  .cmshtml .about_boxtit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .about_tags {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .cmshtml .about_tags > div {
    width: auto;
    margin-bottom: 20px;
  }
  .cmshtml .tag_imgarea {
    height: 147px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_about {
    padding: 30px 4% 30px;
  }
  .cmshtml .about_lbox {
    padding: 0;
  }
  .cmshtml .about_catchtxt {
    font-size: 28px;
  }
  .cmshtml .cross_img {
    max-width: 50px;
  }
  .cmshtml .about_img {
    max-width: 400px;
    margin: 30px auto 0;
  }
  .cmshtml .about_rbox {
    margin-top: 50px;
    padding: 0;
    padding-right: 40px;
  }
  .cmshtml .about_link {
    text-align: right;
  }
  .cmshtml .about_tit {
    margin-bottom: 30px;
  }
  .cmshtml .about_flex > div {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .about_rbox {
    padding-right: 0;
  }
  .cmshtml .about_catchtxt {
    font-size: 24px;
  }
  .cmshtml .cross_img {
    max-width: 30px;
  }
  .cmshtml .about_boxtit {
    font-size: 18px;
  }
  .cmshtml .about_tags {
    margin: 30px auto 0;
    justify-content: space-between;
  }
  .cmshtml .about_tags > div {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
/*------------------------------------------------------
event
------------------------------------------------------*/
.cmshtml .sec_event {
  padding: 65px 4% 230px;
}
.cmshtml .event_tit {
  margin-bottom: 8px;
}
.cmshtml .event_sub_tit {
  margin-bottom: 50px;
}
.cmshtml .event_bnrs {
  max-width: 1720px;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.cmshtml .event_bnrbox {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.cmshtml .event_tag {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px;
  position: relative;
}
.cmshtml .clr_y {
  background: #F3E633;
  color: #292929;
}
.cmshtml .clr_navy {
  background: #1F364C;
  color: #fff;
}
.cmshtml .clr_navy a {
  color: #fff;
}
.cmshtml .event_img {
  position: relative;
  overflow: hidden;
}
.cmshtml .event_img img {
  transition: all 0.3s;
}
.cmshtml .event_img:hover img {
  transform: scale(1.1);
}
.cmshtml .event_txt {
  color: #292929;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 1690px) {
  .cmshtml .sec_event {
    padding: 65px 4% 150px;
    padding-right: 70px;
  }
  .cmshtml .event_bnrs {
    padding-left: 5%;
    padding-right: 5%;
  }
  .cmshtml .event_bnrbox {
    margin-left: 5px;
    margin-right: 5px;
  }
  .cmshtml .event_tag {
    font-size: 14px;
  }
  .cmshtml .event_txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_event {
    padding: 65px 4% 100px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_event {
    padding: 60px 4% 30px;
  }
  .cmshtml .event_sub_tit {
    margin-bottom: 30px;
  }
  .cmshtml .sec_event .slick-prev, .cmshtml .sec_event .slick-next {
    height: 35px;
    width: 35px;
  }
}
/*------------------------------------------------------
lineup
------------------------------------------------------*/
.cmshtml .sec_lineup {
  background: #F9F8F5;
  padding-top: 70px;
}
.cmshtml .lu_list {
  margin-top: 60px;
  justify-content: space-between;
  position: relative;
}
.cmshtml .lu_list > div {
  width: calc(50% - 3px);
  margin-top: 4px;
}
.cmshtml .lu_li {
  position: relative;
}
.cmshtml .lu_img {
  height: 470px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cmshtml .lu_img img {
  transition: all 0.3s;
}
.cmshtml .lu_li:hover .lu_img img {
  transform: scale(1.1);
}
.cmshtml .lu_tit_box {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .lu_li:hover .lu_tit_box {
  background: rgba(0, 0, 0, 0.1);
}
.cmshtml .lu_tit_box a {
  color: #fff;
}
.cmshtml .lu_catch {
  color: #F3F0EB;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 25px;
  position: relative;
}
.cmshtml .lu_catch a {
  color: #F3F0EB;
}
.cmshtml .lu_catch:before, .cmshtml .lu_catch:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  z-index: 1;
}
.cmshtml .lu_catch:before {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: left top;
}
.cmshtml .lu_catch:after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: right top;
}
.cmshtml .lu_ligo {
  margin-top: 20px;
}
.cmshtml .lu_link {
  margin-top: 23px;
}
.cmshtml .lu_link a:after {
  background: url("../img/link_arrow_wh.png") no-repeat right bottom 50%;
  background-size: auto;
}
.cmshtml .lu_li:hover .lu_link a:after {
  right: 0;
}
@media screen and (max-width: 1400px) {
  .cmshtml .lu_img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_lineup {
    padding-top: 40px;
  }
  .cmshtml .lu_list {
    margin-top: 30px;
  }
  .cmshtml .lu_list > div {
    width: calc(100% - 10px);
    margin: 4px auto 0;
  }
  .cmshtml .lu_img {
    height: 350px;
  }
  .cmshtml .lu_catch {
    font-size: 14px;
    padding: 4px 20px;
  }
  .cmshtml .lu_ligo {
    margin: 20px auto 0;
    max-width: 150px;
  }
  .cmshtml .lu_tit_box a {
    padding-left: 20px;
  }
  .cmshtml .lu_tit_box a:first-letter {
    color: #333;
  }
  .cmshtml .lu_tit_box a:hover:first-letter {
    color: #fff;
  }
}
/*------------------------------------------------------
m_house
------------------------------------------------------*/
.cmshtml .sec_m_house {
  padding: 140px 4% 35px;
}
.cmshtml .m_house_list {
  max-width: 1532px;
  width: 100%;
  margin: 25px auto 0;
}
.cmshtml .m_house_list > div {
  width: calc(33.333333% - 50px);
  margin: 0 25px 50px;
}
.cmshtml .m_house_li {
  background: #F3F0EB;
  padding: 25px 20px;
  position: relative;
}
.cmshtml .m_house_imgbox {
  position: relative;
}
.cmshtml .m_house_img {
  position: relative;
  z-index: 1;
}
.cmshtml .m_house_tag_l {
  background: #F3E633;
  color: #2F405A;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 8px 16px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .m_house_tag_r {
  background: #1F364C;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 6px 11px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.cmshtml .m_house_tag_r a {
  color: #fff;
}
.cmshtml .m_house_name {
  color: #292929;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.cmshtml .m_house_txt {
  color: #292929;
  font-weight: 500;
  margin-top: 15px;
}
.cmshtml .m_house_link {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_m_house {
    padding: 100px 4% 35px;
  }
  .cmshtml .m_house_list > div {
    width: calc(33.333333% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .m_house_link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_m_house {
    padding: 60px 4% 35px;
  }
  .cmshtml .m_house_li {
    padding: 20px 10px;
  }
  .cmshtml .m_house_tag_r {
    font-size: 16px;
    padding: 6px 11px;
  }
  .cmshtml .m_house_name {
    font-size: 18px;
    margin-top: 10px;
  }
  .cmshtml .m_house_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .m_house_list > div {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
gallery
------------------------------------------------------*/
.cmshtml .sec_gallery {
  background: #F9F8F5;
  padding: 95px 4% 110px;
}
.cmshtml .gallery_inwrap {
  max-width: 1564px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .gallery_sub_tit {
  margin-bottom: 15px;
}
.cmshtml .gallery_list {
  align-items: flex-start;
  padding: 65px 0 60px;
}
.cmshtml .gallery_list + .gallery_list {
  border-top: 1px solid #707070;
}
.cmshtml .gallery_list > div {
  width: 23%;
}
.cmshtml .gallery_list > div:first-child {
  width: 17%;
}
.cmshtml .gallery_list > div:not(:last-child) {
  margin-right: 3%;
}
.cmshtml .gallery_tag {
  background: #fff;
  padding: 55px 10px;
  position: relative;
}
.cmshtml .gallery_name {
  color: #292929;
  font-size: 37px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .gallery_link {
  text-align: center;
  margin-top: 35px;
}
.cmshtml .gallery_li {
  position: relative;
}
.cmshtml .gallery_imgbox {
  background: #000;
  position: relative;
}
.cmshtml .gallery_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cmshtml .gallery_img img {
  opacity: 0.6;
  transition: all 0.3s;
}
.cmshtml .gallery_imgbox:hover .gallery_img img {
  opacity: 1;
  transform: scale(1.1);
}
.cmshtml .gallery_icons {
  padding: 9px 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .gallery_icon {
  background: #AC9A7C;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: 5px;
}

.cmshtml .gallery_icon > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cmshtml .gallery_icon {
  background: #AC9A7C;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-top: 5px;
  transition: all 0.3s;
}
.cmshtml .gallery_icon img {
  transition: all 0.3s;
}
.cmshtml .gallery_icon a {
  background: #AC9A7C;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cmshtml .gallery_icon:hover img, .cmshtml .gallery_icon a:hover img {
  transform: scale(1.1);
}
.cmshtml .gallery_detail {
  color: #292929;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  padding-top: 15px;
}
@media screen and (max-width: 1400px) {
  .cmshtml .gallery_list {
    padding: 30px 0;
  }
  .cmshtml .gallery_list > div:first-child {
    width: 20%;
  }
  .cmshtml .gallery_list > div {
    width: 25%;
  }
  .cmshtml .gallery_list > div:not(:last-child) {
    margin-right: 1%;
  }
  .cmshtml .sec_gallery {
    padding: 60px 4%;
  }
  .cmshtml .gallery_tag {
    padding: 30px 10px;
  }
  .cmshtml .gallery_detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_gallery {
    padding: 60px 4% 0;
  }
  .cmshtml .gallery_name {
    font-size: 30px;
  }
  .cmshtml .gallery_link {
    margin-top: 20px;
  }
  .cmshtml .gallery_list {
    align-items: unset;
  }
  .cmshtml .gallery_list > div:first-child {
    width: 99%;
  }
  .cmshtml .gallery_list > div {
    width: 32.33333%;
  }
  .cmshtml .gallery_list > div {
    margin-bottom: 40px;
  }
  .cmshtml .gallery_tag {
    padding: 30px 10px 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_m_house {
    padding: 30px 4% 35px;
  }
  .cmshtml .gallery_list > div:not(:last-child) {
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .gallery_list > div:first-child, .cmshtml .gallery_list > div {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
estate
------------------------------------------------------*/
.cmshtml .sec_estate {
  padding: 75px 4% 110px;
}
.cmshtml .estate_inwrap {
  margin: 0 auto;
}
.cmshtml .estate_list {
  width: 100%;
  max-width: 1530px;
  margin: 75px auto 0;
}
.cmshtml .estate_list > div {
  width: calc(25% - 36px);
  margin: 0 18px;
}
.cmshtml .estate_li {
  background: #F9F8F5;
  padding-bottom: 25px;
  position: relative;
}
.cmshtml .estate_tag {
  display: flex;
}
.cmshtml .estate_tag > div:first-child {
  width: 130px;
}
.cmshtml .estate_tag > div:nth-child(2) {
  width: calc(100% - 130px);
}
.cmshtml .estate_category {
/*  background: #F3E633;*/
  color: #292929;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
}
/*.cmshtml .estate_category.clr_navy {
  background: #1F364C;
}
.cmshtml .estate_category.clr_navy, .cmshtml .estate_category.clr_navy a {
  color: #fff;
}*/
.cmshtml .estate_area {
  background: #F9F8F5;
  color: #292929;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
}
.cmshtml .estate_img {
  position: relative;
}
.cmshtml .estate_table {
  padding: 10px 14%;
  position: relative;
}
.cmshtml .estate_t_tr:not(:first-child):before {
  background-image: url("../img/voice_dot.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left bottom;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
}
.cmshtml .estate_t_tr {
  padding: 10px;
  align-items: center;
  position: relative;
}
.cmshtml .estate_t_tr > div:nth-child(1) {
  width: 58%;
}
.cmshtml .estate_t_tr > div:nth-child(2) {
  width: 42%;
}
.cmshtml .estate_t_th {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .estate_t_td {
  color: #292929;
  font-size: 19px;
  font-weight: 600;
}
.cmshtml .estate_li_btn {
  text-align: center;
  margin-top: 5px;
}
.cmshtml .estate_link {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .cmshtml .sec_estate {
    padding: 60px 4%;
  }
  .cmshtml .estate_list > div {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .cmshtml .estate_table {
    padding: 10px 4%;
  }
  .cmshtml .estate_list {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 950px) {
  .cmshtml .estate_list > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .estate_link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .estate_list > div {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 400px;
  }
  .cmshtml .estate_link {
    margin-top: 20px;
  }
}
/*------------------------------------------------------
voice
------------------------------------------------------*/
.cmshtml .sec_voice {
  background: #F3F0EB;
  padding: 100px 4% 105px;
}
.cmshtml .voice_inwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .voice_copy {
  color: #292929;
  font-size: 25px;
  font-weight: 600;
  padding: 0 80px;
  margin-top: 30px;
  position: relative;
}
.cmshtml .voice_copy:before, .cmshtml .voice_copy:after {
  background-color: #F3E633;
  content: "";
  display: block;
  width: 3px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  z-index: 1;
}
.cmshtml .voice_copy:before {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: left top;
}
.cmshtml .voice_copy:after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: right top;
}
.cmshtml .voice_list {
  margin-top: 15px;
  width: 100%;
  justify-content: space-between;
}
.cmshtml .voice_list > div {
  width: calc(50% - 30px);
}
.cmshtml .voice_li {
  padding: 45px 20px 45px;
  display: flex;
  position: relative;
  z-index: 1;
}
.cmshtml .voice_li:before {
  background-image: url("../img/voice_dot.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: left bottom;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: auto;
}
.cmshtml .voice_li:after {
  background-color: #fff;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 40px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.cmshtml .voice_li:hover:after {
  opacity: 0.66;
}
.cmshtml .voice_li > div:first-child {
  width: calc(100% - 111px);
}
.cmshtml .voice_li > div:nth-child(2) {
  width: 111px;
}
.cmshtml .voice_textbox {
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.cmshtml .voice_txt {
  color: #292929;
  font-size: 17px;
  font-weight: 500;
}
.cmshtml .voice_name {
  color: #292929;
  font-weight: 500;
  margin-top: 12px;
}
.cmshtml .voice_img {
  border-radius: 50%;
  height: 111px;
  overflow: hidden;
}
.cmshtml .voice_link {
  width: 100%;
  margin-top: 45px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .cmshtml .voice_copy {
    font-size: 20px;
  }
  .cmshtml .voice_list {
    margin-top: 30px;
  }
  .cmshtml .voice_list > div {
    width: calc(50% - 20px);
  }
  .cmshtml .voice_li {
    padding: 20px 10px;
  }
  .cmshtml .voice_li:after {
    width: calc(100% - 10px);
    height: calc(100% - 20px);
  }
  .cmshtml .voice_txt, .cmshtml .voice_name {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .cmshtml .sec_voice {
    padding-right: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_voice {
    padding: 60px 4%;
  }
  .cmshtml .voice_list > div {
    width: calc(50% - 10px);
  }
  .cmshtml .voice_li > div:first-child {
    width: calc(100% - 80px);
  }
  .cmshtml .voice_li > div:nth-child(2) {
    width: 80px;
  }
  .cmshtml .voice_textbox {
    padding-left: 10px;
    padding-right: 15px;
  }
  .cmshtml .voice_img {
    height: 80px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 681px) {
  .cmshtml .sec_voice {
    padding-right: 60px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_voice {
    padding: 60px 4% 30px;
  }
  .cmshtml .voice_copy {
    font-size: 16px;
    padding: 0 40px;
  }
  .cmshtml .voice_list > div {
    width: 100%;
  }
  .cmshtml .voice_li {
    padding: 20px 10px;
  }
  .cmshtml .voice_li:after {
    width: 100%;
    height: 100%;
  }
  .cmshtml .voice_txt, .cmshtml .voice_name {
    font-size: 14px;
  }
}
/*------------------------------------------------------
company
------------------------------------------------------*/
.cmshtml .sec_company {
  padding: 90px 4% 170px;
}
.cmshtml .company_inwrap {
  background: #F3F0EB;
  border-radius: 56px;
  padding: 70px 5.5%;
  margin: 70px auto 0;
  max-width: 1390px;
  width: 100%;
}
.cmshtml .company_inwrap > div:first-child {
  width: 61%;
}
.cmshtml .company_inwrap > div:nth-child(2) {
  width: 39%;
}
.cmshtml .company_textbox {
  padding-right: 8%;
}
.cmshtml .company_box_tit {
  color: #292929;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}
.cmshtml .company_txt {
  font-size: 18px;
}
.cmshtml .company_link {
  margin-top: 35px;
  text-align: right;
}
.cmshtml .company_img {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_company {
    padding: 90px 4% 100px;
  }
  .cmshtml .company_inwrap {
    padding: 70px 4%;
    margin: 30px auto 0;
  }
  .cmshtml .company_textbox {
    padding-right: 4%;
  }
  .cmshtml .company_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .company_inwrap {
    padding: 40px 8%;
    border-radius: 20px;
  }
  .cmshtml .company_inwrap > div:first-child, .cmshtml .company_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .company_textbox {
    padding-right: 0;
  }
  .cmshtml .company_img {
    max-width: 300px;
    margin: 30px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_company {
    padding: 30px 4%;
  }
  .cmshtml .company_inwrap {
    padding: 40px 4%;
    border-radius: 6px;
  }
  .cmshtml .company_box_tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cmshtml .company_txt {
    font-size: 14px;
  }
  .cmshtml .company_img {
    max-width: 80%;
  }
}
/*------------------------------------------------------
contact
------------------------------------------------------*/
.cmshtml .sec_contact {
  background: #fff;
}
.cmshtml .contact_area {
  background: url("../img/bg_contact.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 45px 4% 80px;
  position: relative;
  z-index: 1;
}
.cmshtml .contact_area a {
  color: #fff;
}
.cmshtml .contact_area:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.cmshtml .contact_area > * {
  position: relative;
  z-index: 5;
}
.cmshtml .contact_inwrap {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .contact_tit {
  color: #fff;
}
.cmshtml .contact_sub_tit {
  color: #fff;
}
.cmshtml .contact_txt {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
  text-align: center;
}
.cmshtml .contact_btn_flex {
  margin-top: 70px;
  justify-content: space-between;
}
.cmshtml .contact_btn_flex > div {
  width: calc(50% - 40px);
}
.cmshtml .contact_telbox {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
}
.cmshtml .contact_tel_num {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding-left: 40px;
  position: relative;
}
.cmshtml .contact_tel_num:before {
  background-image: url("../img/ico_tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .contact_tel_txt {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.cmshtml .contact_mailbox {
  border: 1px solid #fff;
  position: relative;
}
.cmshtml .contact_mail {
  font-size: 18px;
  font-weight: 500;
}
.cmshtml .contact_mail a {
  display: block;
  text-decoration: none;
  padding: 40px 45px 40px 130px;
  transition: all 0.3s;
}
.cmshtml .contact_mail a:before {
  background-image: url("../img/ico_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 48px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .contact_mail a:hover {
  background: #fff;
  color: #2F405A;
}
.cmshtml .contact_mail a:hover:before {
  background-image: url("../img/ico_mail02.png");
}
.cmshtml .contact_icons {
  justify-content: center;
  margin-top: 55px;
}
.cmshtml .contact_icons > div {
  margin: 0 15px;
}
.cmshtml .contact_icon {
  max-width: 52px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.cmshtml .contact_icon:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml .contact_icon:hover:before {
  background: #2F405A;
}
.cmshtml .contact_icon img {
  transition: all 0.3s;
}
.cmshtml .contact_icon:hover img {
  filter: brightness(0) invert(1);
}
.cmshtml .contact_bnr {
  padding: 66px 4%;
}
.cmshtml .contact_bnr_img {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .cmshtml .contact_btn_flex > div {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .contact_area {
    padding-right: 64px;
  }
  .cmshtml .contact_mail a {
    padding: 40px 20px 40px 95px;
  }
  .cmshtml .contact_mail a:before {
    width: 35px;
    left: 35px;
  }
}
@media screen and (max-width: 900px) {
  .cmshtml .contact_btn_flex {
    display: block;
    margin-top: 40px;
  }
  .cmshtml .contact_btn_flex > div {
    width: 100%;
    max-width: 390px;
    margin: 0 auto 20px;
  }
  .cmshtml .contact_mail a {
    padding: 20px 20px 20px 95px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .contact_area {
    padding: 40px 4%;
  }
  .cmshtml .contact_txt {
    font-size: 16px;
  }
  .cmshtml .contact_btn_flex {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .cmshtml .contact_tel_txt {
    font-size: 15px;
  }
  .cmshtml .contact_mail {
    font-size: 16px;
  }
  .cmshtml .contact_icons {
    margin-top: 30px;
  }
  .cmshtml .contact_icons > div {
    margin: 0 3px;
  }
  .cmshtml .contact_bnr {
    padding: 30px 4%;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  margin: 0 auto 170px;
}
.cmshtml .info_inwrap {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .info_tit {
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
}
.cmshtml .news_div {
  padding: 20px 10px;
  flex-flow: nowrap;
  border-bottom: 1px solid #ededed;
}
.cmshtml .info_date {
  font-size: 16px;
  text-align: center;
  max-width: 100px;
  min-width: 100px;
}
.cmshtml .info_txt {
  font-size: 16px;
  margin-left: 15px;
}
.cmshtml .info_link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    margin: 0 auto 60px;
  }
  .cmshtml .news_div {
    display: block;
  }
  .cmshtml .info_date {
    font-size: 14px;
    text-align: left;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin: 0;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer .f_inwrap {
  background: #F3F0EB;
  padding: 0 4%;
}
.cmshtml .castel_inwrap {
  padding: 40px 0 80px;
  position: relative;
}
.cmshtml .castel_logo {
  text-align: center;
}
.cmshtml .castel_logo a {
  display: inline-block;
}
.cmshtml .castel_boxs {
  max-width: 880px;
  width: 100%;
  margin: 50px auto 0;
  justify-content: space-between;
}
.cmshtml .castel_boxs > div {
  width: calc(33.333333% - 40px);
}
.cmshtml .castel_box {
  position: relative;
}
.cmshtml .castel_img {
  margin-bottom: 18px;
}
.cmshtml .castel_img img {
  border-radius: 17px;
}
.cmshtml .castel_name {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  margin-bottom: 7px;
}
.cmshtml .castel_txt {
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
}
.cmshtml #copy {
  border-top: 1px solid #fff;
  padding: 25px 4%;
  text-align: center;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .copyright {
  color: #1F364C;
  font-size: 14px;
  font-weight: 600;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #1F364C;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .cmshtml #footer .f_inwrap {
    padding-bottom: 50px;
  }
  .cmshtml .castel_inwrap {
    padding: 40px 0;
  }
  .cmshtml .castel_boxs > div {
    width: calc(33.333333% - 10px);
  }
  .cmshtml .castel_name, .cmshtml .castel_txt {
    font-size: 12px;
    padding: 0 5px;
  }
  .cmshtml #copy {
    padding: 10px 4%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #footer .f_inwrap {
    padding-bottom: 70px;
  }
  .cmshtml .castel_inwrap {
    padding: 40px 0 0;
  }
  .cmshtml .castel_boxs > div {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
  }
  .cmshtml .castel_img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml #footer .f_inwrap {
    padding-bottom: 170px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #000;
  border-bottom: 1px solid #ededed;
  padding: 70px 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.7;
}
.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_title {
  font-weight: 600;
  text-align: center;
}
.cmshtml .page_title01 {
  font-size: 36px;
}
.cmshtml .page_title02 {
  font-size: 20px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 0 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #ddd;
  padding: 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: #F9F8F5;
  -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 {
  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: 0;
  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-bottom: 4px solid #AC9A7C;
  color: #292929;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 0 10px;
}
.cmshtml .rdplanetitle h2:before {
  background-color: #AC9A7C;
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
  transform: rotate(-40deg);
  transform-origin: right bottom;
}
.cmshtml .rdplanetitle h3 {
  color: #3B3B3B;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding-left: 66px;
  position: relative;
}
.cmshtml .rdplanetitle h3:before, .cmshtml .rdplanetitle h3:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h3:before {
  background: #1F364C;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .rdplanetitle h3:after {
  background: #fff;
  border: 2px solid #1F364C;
  width: 27px;
  height: 27px;
  bottom: 0;
  left: 15px;
}
.cmshtml .rdplanetitle:has(h4) {
  text-align: center;
}
.cmshtml .rdplanetitle h4 {
  color: #3B3B3B;
  font-size: 25px !important;
  font-weight: 600 !important;
  text-align: center;
  padding: 0 20px 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #F3E633;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h5 {
  background: url("../img/tit_h5.png") repeat-x left bottom;
  background-size: auto;
  color: #292929;
  font-size: 19px !important;
  font-weight: 600 !important;
  padding: 0 13px 10px;
}
.cmshtml .rdplanetitle h6 {
  background: #1F364C;
  color: #fff;
  font-size: 19px !important;
  font-weight: 600 !important;
  padding: 8px 17px;
}
.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: #1F364C;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #1F364C;
  font-weight: 500;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #F9F8F5;
  border-left: 20px solid #1F364C;
  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: #f9f8f5f;
  border-radius: 0;
  border: 1px solid #ac9a7c;
  display: inline-block;
  color: #ac9a7c;
  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: #ac9a7c;
  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;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-weight: bold;
  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: #1F364C;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #AC9A7C;
  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 #ac9a7c !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: #F9F8F5;
  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 #1F364C;
  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 #1F364C;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #1F364C;
  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 #1F364C;
  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 #1F364C;
  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: #1F364C;
  display: block !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  max-width: 200px;
  width: calc(33.333% - 10px);
  margin: 0 5px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.cmshtml .floor_tab > div:hover, .cmshtml .floor_tab > div.active {
  background: #ddd;
  color: #1F364C;
}
.cmshtml .floor_imgs {
  background: #ddd;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 25px;
  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: 3px solid #1F364C;
}
.cmshtml .acco_tit {
  color: #1F364C;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #1F364C;
}


.cmshtml .acco_box.acco_gray {
    background: #d9d9d9;
        border: 1px solid #999;
}
.cmshtml .acco_gray .acco_tit {
    color: #111;
}
.cmshtml .acco_gray .hide_area {
    border-top: 1px solid #999;
}

.cmshtml .acco_box.acco_gray:before {
    border: 3px solid #111;
}
.cmshtml .acco_gray .acco_tit:before,
.cmshtml .acco_gray .acco_tit:after {
    background: #111;
}
/*---------------
twin box
---------------*/
.cmshtml .twin_box01 > div:first-child, .cmshtml .twin_box02 > div:nth-child(2) {
  width: 70%;
}
.cmshtml .twin_box01 > div:nth-child(2), .cmshtml .twin_box02 > div:first-child {
  width: 30%;
}
.cmshtml .twin_box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml .twin_box01 .imgbox img {
  border-radius: 40px 0 0 0;
}
.cmshtml .twin_box02 .imgbox img {
  border-radius: 0 40px 0 0;
}
.cmshtml .twin_box .textbox {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.cmshtml .twin_box .twin_tit {
  border-bottom: 1px solid #1F364C;
  color: #1F364C;
  font-size: 24px;
  margin-bottom: 20px;
}
.cmshtml .twin_box .link_btn, .cmshtml .twin_box .link_btn01, .cmshtml .twin_box .link_btn02 {
  margin-top: auto;
  margin-bottom: 0;
}
.cmshtml .twin_box02 .link_btn, .cmshtml .twin_box02 .link_btn01, .cmshtml .twin_box02 .link_btn02 {
  text-align: right;
}
.cmshtml .twin_box .link_btn01 a {
  padding: 5px 20px;
  padding-right: 50px;
}

/*---------------
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 #ddd;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .module {
  max-width: 1180px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}