@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: "Yu Gothic UI", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  z-index: 0;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .gothic_a1, .cmshtml .gothic_a1 * {
  font-family: "Gothic A1", serif;
}
.cmshtml .zen-kaku-gothic-al, .cmshtml .zen-kaku-gothic-al * {
  font-family: "Zen Kaku Gothic Antique", serif;
}
.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 {
  background: #FEFDF8;
  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: #F19043;
  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 {
  position: relative;
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  background: #fff;
  color: #333;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px 60px 10px 20px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  margin: auto;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 5;
  pointer-events: none;
}
.cmshtml .link_btn a:hover {
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}
.cmshtml .btn_red a:after {
  background: #FDABB8;
}
.cmshtml .btn_blue a:after {
  background: #93D3DF;
}
.cmshtml .btn_green a:after {
  background: #6EC193;
}
.cmshtml .btn_yellow a:after {
  background: #FEE11C;
}
.cmshtml .btn_orange a:after {
  background: #F19042;
}
.cmshtml .btn_red a:hover {
  background: #FDABB8;
}
.cmshtml .btn_blue a:hover {
  background: #93D3DF;
}
.cmshtml .btn_green a:hover {
  background: #6EC193;
}
.cmshtml .btn_yellow a:hover {
  background: #FEE11C;
}
.cmshtml .btn_orange a:hover {
  background: #F19042;
}
.cmshtml .link_btn a:hover:after {
  background: #000;
}
.cmshtml .link_btn02 {
  color: #666;
  font-size: 18px;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: 1px solid #F19043;
  display: inline-block;
  color: #666;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 10px 20px;
  padding-right: 80px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #F19043;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 3% 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml .contact_btn {
  position: relative;
}
.cmshtml .contact_btn .btn_img a {
  display: block;
  background: url("../img/contact_bg.png") no-repeat center;
  background-size: contain;
  padding: 18px 20px 20px;
  transition: all 0.3s;
}
.cmshtml .contact_btn .btn_img a:hover {
  background: url("../img/contact_bg02.png") no-repeat center;
  background-size: contain;
}
.cmshtml .contact_btn .btn_img a:hover img {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drawer-nav {
    display: flex;
    align-items: center;
  }
  .cmshtml #navbar {
    position: fixed;
    top: 30px;
    right: 3%;
    max-width: calc(100% - 410px);
  }
}
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .cmshtml #header {
    padding: 30px 2% 0;
  }
  .cmshtml #navbar {
    right: 10px;
    max-width: calc(100% - 333px);
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .cmshtml .logo {
    max-width: 200px;
  }
  .cmshtml .contact_btn .btn_img a {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #header {
    padding: 10px;
  }
  .cmshtml .logo {
    max-width: 200px;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.cmshtml .h_li {
  position: relative;
}
.cmshtml .h_li, .cmshtml .h_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .h_li, .cmshtml .menu_tit {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .h_li a {
  color: #333;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #F6921D;
}
@media screen and (min-width: 1001px) {
  .cmshtml #navigation {
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
    margin-right: 25px;
    padding: 15px 50px 15px 25px;
  }
  .cmshtml #navigation > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cmshtml #navigation > *:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1001px) {
  .cmshtml #navigation {
    margin-right: 10px;
    padding: 10px 30px;
  }
  .cmshtml #navigation > *:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .cmshtml #navbar {
    top: 20px;
    max-width: calc(100% - 250px);
  }
  .cmshtml #navigation {
    padding: 10px 25px;
  }
  .cmshtml #navigation > *:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .cmshtml #navigation > *:not(:last-child) {
    margin-right: 15px;
  }
  .cmshtml .h_li {
    font-size: 13px;
  }
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .li_txt {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .li_txt a, .cmshtml .drop_li, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.cmshtml .li_txt:before {
  background: url("../img/li_ico.png") no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .drop_active.drop-menu .li_txt:before {
  transform: rotate(180deg);
}
.cmshtml .li_txt a {
  color: #333;
  display: inline-block;
  position: relative;
}
.cmshtml .drop-menu.drop_active .li_txt, .cmshtml .drop-menu.drop_active .li_txt a {
  color: #F6921D;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu:hover .li_txt, .cmshtml .drop-menu:hover .li_txt a {
    color: #F6921D;
  }
}
.cmshtml .nav_drop {
  display: block;
}
@media screen and (min-width: 1001px) {
  .cmshtml .nav_drop {
    width: 130%;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
}
.cmshtml .drop_active .nav_drop {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.cmshtml .menu_wrap {
  padding: 10px 10px 10px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .cmshtml .menu_wrap {
    background: #fff;
    border-radius: 23px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
    display: flex;
    padding: 25px 0% 25px 4%;
    margin-top: 25px;
  }
}
.cmshtml .menu_tit {
  border-right: 4px solid #F19043;
  color: #333;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  padding-right: 50px;
}
.cmshtml .menu_list {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .cmshtml .menu_tit {
    min-width: 210px;
  }
  .cmshtml .menu_list {
    padding-left: 4%;
    align-items: center;
  }
}
.cmshtml .drop_li {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop_li {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 40px;
  }
}
.cmshtml .drop_li a {
  color: #333;
  display: block;
  position: relative;
}
.cmshtml .drop_li a:hover {
  color: #F6921D;
}
@media screen and (max-width: 1150px) and (min-width: 1001px) {
  .cmshtml .li_txt {
    font-size: 13px;
  }
  .cmshtml .li_txt:before {
    width: 13px;
    height: 7px;
  }
  .cmshtml .li_txt:before {
    width: 13px;
    height: 7px;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
  margin-top: 0 !important;
}
.cmshtml .mainimg img {
  width: 100%;
  height: auto;
}
.cmshtml #slide_wrap {
  background: #fffef1;
  width: 100%;
  height: 1113px;
  height: 100vh;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px 10px 130px 2.6%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt {
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  padding: 0 10px;
}
.cmshtml .catch_txt + .catch_txt {
  margin-top: 25px;
}
.cmshtml .en_copy {
  margin-top: 25px;
  padding: 0 13px;
}
@media screen and (max-width: 1300px) {
  .cmshtml #slide_wrap {
    height: 100vh;
  }
  .cmshtml .catch_txt {
    font-size: 40px;
  }
  .cmshtml .en_copy {
    margin-top: 10px;
    padding: 0;
    max-width: 500px;
  }
  .cmshtml .catchcopy {
    padding: 10px 10px 60px 2.6%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catchcopy {
    padding: 10px 10px 30px 2.6%;
  }
  .cmshtml .catch_txt {
    font-size: 30px;
  }
  .cmshtml .en_copy {
    max-width: 350px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #slide_wrap {
    height: 450px;
  }
  .cmshtml .mainimg {
    width: 100%;
    height: 100%;
  }
  .cmshtml .mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cmshtml .catch_txt {
    font-size: 18px;
  }
  .cmshtml .catch_txt + .catch_txt {
    margin-top: 10px;
  }
  .cmshtml .en_copy {
    max-width: 250px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: url("../img/about_bg.png") no-repeat left top;
  background-size: 51% auto;
  padding: 89px 4% 160px;
}
.cmshtml .sec_about > div {
  width: 50%;
}
.cmshtml .about_tit {
  text-align: center;
  overflow: hidden;
  transition: all 1s;
}
.cmshtml .about_textbox {
  padding-left: 4%;
  padding-top: 15px;
}
.cmshtml .abpout_txt {
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .cmshtml .abpout_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .about_textbox {
    padding-left: 20px;
  }
  .cmshtml .abpout_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    padding: 80px 4% 0;
  }
  .cmshtml .sec_about > div:first-child {
    width: 30%;
  }
  .cmshtml .sec_about > div:nth-child(2) {
    width: 70%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about {
    background-size: 100% auto;
    padding: 40px 4% 0;
    margin-bottom: 60px;
  }
  .cmshtml .sec_about > div:first-child, .cmshtml .sec_about > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_tit {
    max-width: 200px;
    margin: 0 auto 20px;
    height: auto !important;
  }
  .cmshtml .about_textbox {
    padding: 0;
  }
}
/*------------------------------------------------------
facility
------------------------------------------------------*/
.cmshtml .sec_facility {
  margin: 0 auto 260px;
}
.cmshtml .sec_facility.textimg {
  background: url("../img/faci-a_bg02.png") no-repeat right -40% top;
  background-size: 75% auto;
  padding: 180px 2% 0;
}
.cmshtml .sec_facility.textimg:before {
  background: url("../img/faci-a_bg01.png") no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
  width: 9%;
  height: 186px;
  position: absolute;
  left: 10px;
  top: 155px;
  z-index: 1;
  pointer-events: none;
}
.cmshtml .sec_facility.imgtext {
  margin: 0 auto 180px;
}
.cmshtml .facility_inwrap {
  position: relative;
  z-index: 2;
}
.cmshtml .textimg .facility_inwrap {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.cmshtml .facility_inwrap .imgbox {
  border-radius: 27px;
  overflow: hidden;
  position: relative;
}
.cmshtml .textimg .facility_inwrap .imgbox {
  margin-top: 245px;
  transition-delay: 0.5s;
}
.cmshtml .textimg .facility_inwrap > div {
  width: 46%;
}
.cmshtml .facility_img {
  position: relative;
  z-index: 1;
}

.cmshtml .facility_inwrap .imgbox .rdslide .rdsp-buttons,
.cmshtml .detail_img.rdslide .rdsp-buttons {
    display: none;
}

.cmshtml .facility_name {
  background: linear-gradient(to top, #7AD5B6, transparent);
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding: 130px 6% 25px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .imgtext .facility_name {
  text-align: right;
}
.cmshtml .facility_name a {
  text-decoration: none;
}
.cmshtml .facility_inwrap .textbox {
  position: relative;
}
.cmshtml .facility_title {
  color: #333;
  font-size: 50px;
  font-weight: 600;
  padding: 0 0 0 20px;
  letter-spacing: 0.3rem;
}
.cmshtml .imgtext .facility_title {
  letter-spacing: 0;
}
.cmshtml .facility_title a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding-right: 70px;
  transition: all 0.3s;
}
.cmshtml .textimg .facility_title a {
    background: url(../img/btn03_hover.png) no-repeat right center;
    background-size: auto;
}
.cmshtml .textimg .facility_title a:hover {
  background-image: url("../img/btn02.png");
}
.cmshtml .facility_int .facility_title a {
  background: url("../img/btn04_hover.png") no-repeat right center;
  background-size: auto;
}
.cmshtml .facility_int .facility_title a:hover {
  background-image: url("../img/btn02.png");
}
.cmshtml .facility_label {
  padding: 0 30px;
  margin-bottom: 45px;
}
.cmshtml .linklist {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #E9E5DE;
}
.cmshtml .linklist > div {
  width: 50%;
}
.cmshtml .textimg .linklist > div:last-child {
  width: 100%;
  border-bottom: none;
}
.cmshtml .linkbox {
  flex-flow: nowrap;
  padding: 29px 60px 29px 25px;
  align-items: center;
}
.cmshtml .linkbox:nth-child(even) {
  border-left: 1px solid #E9E5DE;
}
.cmshtml .linkbox {
  border-bottom: 1px solid #E9E5DE;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .imgtext .linkbox:nth-last-child(1), .cmshtml .imgtext .linkbox:nth-last-child(2) {
  border-bottom: none;
}
.cmshtml .linkbox:hover {
  background: #FCEDEB;
}
.cmshtml .facility_int .linkbox:hover {
  background: #E6F2F2;
}
.cmshtml .linkbox:after {
  background: #EC697E;
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  width: 10px;
  height: 15px;
  margin: auto;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.cmshtml .imgtext .linkbox:after {
  background: #3AA9C5;
}
.cmshtml .link_num {
  color: #EC697E;
  font-size: 30px;
  font-weight: 600;
  min-width: 35px;
  margin-right: 20px;
}
.cmshtml .facility_int .link_num {
  color: #3AA9C5;
}
.cmshtml .link_txt {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
/*-----------
facility_int
-----------*/
.cmshtml .facility_int {
  background: url("../img/faci-b_bg03.png") no-repeat left -70% top 130px;
  background-size: 70% auto;
  padding: 0 2% 380px;
  margin: 0 auto 145px;
  position: relative;
}
.cmshtml .facility_int:before {
  background: url("../img/faci-b_bg04.png") no-repeat left bottom;
  background-size: contain;
  content: "";
  display: block;
  width: 15%;
  height: 275px;
  position: absolute;
  bottom: 255px;
  left: 4%;
  z-index: 5;
}
.cmshtml .facility_int:after {
  background: url("../img/faci-b_bg02.png") no-repeat right bottom;
  background-size: contain;
  content: "";
  display: block;
  width: 16%;
  height: 290px;
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: 0;
}
.cmshtml .facility_int .facility_inwrap {
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.cmshtml .facility_int .facility_inwrap > div:nth-child(1) {
  width: 42.5%;
}
.cmshtml .facility_int .facility_inwrap > div:nth-child(2) {
  width: 46%;
}
.cmshtml .facility_int .facility_inwrap .imgbox {
  transition-delay: 0.5s;
}
/*-----------
facility_detail
-----------*/
.cmshtml .facility_detail {
  max-width: 1780px;
  width: 96%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}
.cmshtml .heading_box {
  background: #F9F4EB;
  border-radius: 55px;
  padding: 55px 2.5% 130px;
  position: relative;
  max-width: 35%;
  width: 100%;
}
.cmshtml .heading_box:before {
  background: url("../img/btn02_hover.png") no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 59px;
  height: 59px;
  left: 0;
  right: 0;
  bottom: 45px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .heading_box:hover:before {
  background: url("../img/btn02.png") no-repeat center;
  background-size: contain;
}
.cmshtml .heading_txt {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.cmshtml .heading_label {
  margin-bottom: 45px;
  text-align: center;
}
.cmshtml .heading_illust {
  text-align: center;
}
.cmshtml .detailbox {
  background: #fff;
  border-radius: 72px;
  padding: 40px 2.5% 50px;
  position: relative;
  max-width: 30%;
  width: 100%;
}
.cmshtml .detail_img {
  margin: 0 auto 40px;
  text-align: center;
}
.cmshtml .detail_img img {
  border-radius: 11px;
}
.cmshtml .detail_inwrap {
  padding: 0 10px;
  justify-content: space-between;
  position: relative;
}
.cmshtml .detail_link + .detail_link {
  margin-top: 25px;
}
.cmshtml .detail_link {
  border-radius: 22px;
  border: 1px solid #E9E5DE;
  padding: 15px 30px 15px 4%;
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.cmshtml .detail_link a {
  color: #333;
  text-decoration: none;
}
.cmshtml .detail_link:hover {
  background: #DDF1E5;
  border-color: #DDF1E5;
}
.cmshtml .detail_link:after {
  background: #4AB278;
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  margin: auto;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 33px;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .detail_inwrap .detail_link:after {
  right: 14px;
}
.cmshtml .deta_link_num {
  color: #65BE8B;
  font-size: 30px;
  font-weight: 600;
  min-width: 40px;
  line-height: 1;
}
.cmshtml .deta_link_txt {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}
@media screen and (max-width: 1600px) {
  .cmshtml .facility_title {
    font-size: 40px;
    letter-spacing: 0;
  }
  .cmshtml .heading_txt {
    font-size: 30px;
  }
  .cmshtml .detailbox {
    padding: 30px 2%;
  }
  .cmshtml .detail_img {
    margin: 0 auto 20px;
  }
  .cmshtml .detail_inwrap {
    padding: 0;
  }
  .cmshtml .detail_inwrap .detail_link {
    padding: 10px 35px 10px 15px;
  }
  .cmshtml .detail_link {
    font-size: 16px;
    padding: 30px 35px 30px 15px;
  }
  .cmshtml .detail_link:after {
    right: 14px;
  }
}
@media screen and (max-width: 1500px) {
  .cmshtml .facility_int {
    padding: 0 2% 280px;
  }
  .cmshtml .facility_int:before {
    bottom: 155px;
  }
  .cmshtml .linkbox {
    padding: 20px 40px 20px 15px;
  }
  .cmshtml .linkbox:after {
    right: 20px;
  }
  .cmshtml .link_num {
    font-size: 22px;
    min-width: 25px;
    margin-right: 10px;
  }
  .cmshtml .link_txt {
    font-size: 16px;
  }
  .cmshtml .facility_int:before {
    width: 10%;
  }
  .cmshtml .heading_box {
    padding: 30px 2% 80px;
    max-width: 33%;
  }
  .cmshtml .heading_box:before {
    width: 59px;
    height: 59px;
    bottom: 20px;
  }
  .cmshtml .heading_label {
    margin-bottom: 20px;
  }
  .cmshtml .detailbox {
    max-width: 32%;
  }
  .cmshtml .detail_link {
    border-radius: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_facility {
    margin: 0 auto 160px;
  }
  .cmshtml .facility_int {
    padding: 0 2% 180px;
    margin-bottom: 100px;
  }
  .cmshtml .facility_int:before {
    bottom: 100px;
  }
  .cmshtml .facility_title {
    font-size: 28px;
    padding: 0 0 0 20px;
    text-shadow: #fff 0 0 2px, #fff 0 0 2px;
  }
  .cmshtml .facility_title a, .cmshtml .facility_title a:hover {
    background-size: contain;
  }
  .cmshtml .facility_label {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .cmshtml .facility_int .facility_inwrap {
    padding-left: 0;
  }
  .cmshtml .textimg .facility_inwrap > div, .cmshtml .facility_int .facility_inwrap > div:nth-child(1), .cmshtml .facility_int .facility_inwrap > div:nth-child(2) {
    width: 48%;
  }
  .cmshtml .linklist, .cmshtml .facility_inwrap .imgbox {
    border-radius: 20px;
  }
  .cmshtml .textimg .facility_inwrap .imgbox {
    margin-top: 120px;
  }
  .cmshtml .facility_name {
    font-size: 26px;
  }
  .cmshtml .heading_box, .cmshtml .detailbox {
    border-radius: 20px;
  }
  .cmshtml .heading_txt {
    font-size: 22px;
  }
    .cmshtml .textimg .facility_title a,
    .cmshtml .facility_int .facility_title a {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 1150px) {
  .cmshtml .link_txt {
    font-size: 14px;
  }
  .cmshtml .facility_name {
    font-size: 24px;
    padding: 80px 6% 25px;
  }
  .cmshtml .detail_link + .detail_link {
    margin-top: 10px;
  }
  .cmshtml .detail_inwrap .detail_link, .cmshtml .detail_link {
    padding: 10px 35px 10px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_facility.textimg {
    padding: 140px 2% 0;
  }
  .cmshtml .sec_facility.imgtext {
    margin: 0 auto 100px;
  }
  .cmshtml .facility_detail > div {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .cmshtml .facility_detail > div:first-child {
    width: 100%;
    margin: 0 auto 20px;
  }
  .cmshtml .detailbox {
    max-width: none;
  }
  .cmshtml .heading_box {
    max-width: 580px;
  }
  .cmshtml .facility_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .sec_facility {
    margin: 0 auto 100px;
  }
  .cmshtml .sec_facility.textimg {
    padding: 100px 2% 0;
  }
  .cmshtml .facility_int {
    padding: 40px 2%;
    margin-bottom: 60px;
    background: url(../img/faci-b_bg03.png) no-repeat left -70% top 0;
    background-size: 70% auto;
  }
  .cmshtml .facility_int:before {
    bottom: 30px;
  }
  .cmshtml .facility_int .facility_inwrap {
    flex-direction: column-reverse;
  }
  .cmshtml .textimg .facility_inwrap .imgbox, .cmshtml .facility_inwrap .imgbox {
    margin-top: 30px;
  }
  .cmshtml .facility_int .facility_inwrap > div:nth-child(1), .cmshtml .facility_int .facility_inwrap > div:nth-child(2), .cmshtml .textimg .facility_inwrap > div {
    width: 100%;
  }
  .cmshtml .sec_facility.textimg:before {
    top: 90px;
  }
  .cmshtml .facility_inwrap .imgbox {
    transition-delay: 0s;
  }
  .cmshtml .facility_name {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_facility {
    margin: 0 auto 60px;
  }
  .cmshtml .sec_facility.imgtext {
    margin: 0 auto 20px;
  }
  .cmshtml .facility_int:after {
    right: 1%;
  }
  .cmshtml .sec_facility.textimg {
    padding: 100px 4% 0;
  }
  .cmshtml .facility_inwrap .imgbox {
    border-radius: 0 0 20px 20px;
  }
  .cmshtml .textimg .facility_inwrap .imgbox, .cmshtml .facility_inwrap .imgbox {
    margin-top: 0;
  }
  .cmshtml .facility_title {
    font-size: 22px;
    padding: 0 0 0 20px;
    letter-spacing: 0;
  }
  .cmshtml .facility_label {
    padding: 0 20px;
  }
  .cmshtml .facility_title a {
    padding-right: 55px;
  }
  .cmshtml .linklist {
    border-radius: 20px 20px 0 0;
  }
  .cmshtml .linklist > div {
    width: 100%;
  }
  .cmshtml .linkbox {
    padding: 10px 40px 10px 15px;
  }
  .cmshtml .linkbox:nth-child(even) {
    border-left: none;
  }
  .cmshtml .imgtext .linkbox:nth-last-child(2) {
    border-bottom: 1px solid #E9E5DE;
  }
  .cmshtml .heading_box {
    padding: 30px 4% 80px;
  }
  .cmshtml .heading_box:before {
    width: 45px;
    height: 45px;
    bottom: 15px;
  }
  .cmshtml .facility_detail {
    width: 92%;
  }
  .cmshtml .facility_detail > div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .cmshtml .detailbox {
    padding: 30px 4%;
  }
  .cmshtml .deta_link_num {
    font-size: 22px;
    min-width: 30px;
  }
  .cmshtml .deta_link_txt {
    font-size: 16px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: url("../img/info_bg.png") no-repeat bottom right -12%;
  background-size: 61% auto;
  margin: 0 auto 75px;
  padding: 0 0 245px;
}
.cmshtml .sec_info > div:nth-child(1) {
  width: 64%;
}
.cmshtml .sec_info > div:nth-child(2) {
  width: 36%;
}
.cmshtml .scnews {
  background: #fff;
  position: relative;
  overflow: auto;
  border-radius: 0 60px 60px 0;
}
.cmshtml .news_div {
  align-items: center;
  flex-flow: nowrap;
  padding: 30px 145px 30px 4%;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .news_div:hover {
  background-color: #FEF4EC;
}
.cmshtml .news_div:after {
  background: url("../img/btn01.png") no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  margin: auto;
  position: absolute;
  right: 85px;
  top: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  transition: all 0.3s;
}
.cmshtml .news_div:hover:after {
  background: url("../img/btn01_hover.png") no-repeat center;
  background-size: contain;
}
.cmshtml .info_date {
  width: 145px;
  border-left: 5px solid #F19043;
  padding: 0 0 0 1.6%;
  position: relative;
}
.cmshtml .news_div > div:nth-child(2) {
  width: calc(100% - 145px);
}
.cmshtml .info_year {
  color: #333;
  font-size: 19px;
  font-weight: 600;
}
.cmshtml .info_day {
  color: #333;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}
.cmshtml .info_dow {
  color: #333;
  font-size: 19px;
  font-weight: 600;
}
.cmshtml .info_txt {
  color: #333333;
  font-size: 23px;
  font-weight: 600;
  padding: 0 0 0 4.3%;
}
.cmshtml .info_title_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 6.8% 0;
}
.cmshtml .info_tit {
  position: relative;
}
.cmshtml .info_tit a {
  background: url("../img/btn01_hover.png") no-repeat center bottom;
  background-size: auto;
  display: block;
  padding-bottom: 145px;
  transition: all 0.3s;
}
.cmshtml .info_tit a:hover {
  background: url("../img/btn01.png") no-repeat center bottom;
  background-size: auto;
}
@media screen and (max-width: 1500px) {
  .cmshtml .scnews {
    border-radius: 0 30px 30px 0;
  }
  .cmshtml .news_div {
    padding: 20px 100px 20px 4%;
  }
  .cmshtml .news_div:after {
    right: 25px;
  }
  .cmshtml .info_date {
    width: 105px;
    border-left: 3px solid #F19043;
  }
  .cmshtml .info_year, .cmshtml .info_dow {
    font-size: 16px;
  }
  .cmshtml .info_day {
    font-size: 30px;
  }
  .cmshtml .news_div > div:nth-child(2) {
    width: calc(100% - 105px);
  }
  .cmshtml .info_txt {
    font-size: 18px;
    padding: 0 0 0 2%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    padding: 0 0 120px;
    margin-bottom: 30px;
  }
  .cmshtml .sec_info > div:nth-child(1) {
    width: 67%;
  }
  .cmshtml .sec_info > div:nth-child(2) {
    width: 33%;
  }
  .cmshtml .info_title_box {
    display: block;
    padding: 20px 4% 0;
    text-align: center;
  }
  .cmshtml .news_div {
    padding: 10px 60px 10px 2%;
  }
  .cmshtml .news_div:after {
    width: 30px;
    height: 30px;
    right: 25px;
  }
  .cmshtml .info_date {
    width: 90px;
  }
  .cmshtml .info_day {
    font-size: 24px;
  }
  .cmshtml .info_year, .cmshtml .info_dow {
    font-size: 14px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
  }
  .cmshtml .info_tit a {
    background: url(../img/btn01_hover.png) no-repeat center bottom;
    background-size: 60px auto;
    padding-bottom: 80px;
  }
  .cmshtml .info_tit a:hover {
    background: url(../img/btn01.png) no-repeat center bottom;
    background-size: 60px auto;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    flex-direction: column-reverse;
    background: url(../img/info_bg.png) no-repeat bottom right -2%;
    background-size: auto 120px;
    padding: 0 4% 120px;
  }
  .cmshtml .sec_info > div:nth-child(1), .cmshtml .sec_info > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .scnews {
    border-radius: 10px;
  }
  .cmshtml .news_div {
    padding: 10px;
  }
  .cmshtml .news_div:after {
    display: none;
    right: 7px;
  }
  .cmshtml .news_div > div:nth-child(2) {
    width: calc(100% - 90px);
  }
  .cmshtml .info_date {
    padding: 0 0 0 10px;
  }
  .cmshtml .info_day {
    font-size: 20px;
  }
  .cmshtml .info_title_box {
    margin-bottom: 20px;
  }
  .cmshtml .info_tit a, .cmshtml .info_tit a:hover {
    background-size: 50px auto;
    display: inline-block;
    padding-bottom: 60px;
  }
  .cmshtml .info_tit {
    max-width: 100px;
    margin: 0 auto;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  background: url("../img/bnr_bg.png") no-repeat left 8.6% top;
  background-size: 42% auto;
  padding: 165px 7% 0 13%;
  margin: 0 auto 200px;
}
.cmshtml .bnr_inwrap {
  max-width: 1505px;
  margin-left: auto;
}
.cmshtml .bnr_inwrap > div {
  width: calc(33.3333% - 64px);
  margin: 0 32px 10px;
}
.cmshtml .bnr_box.bg_green {
  background: #4DB37A;
  border-color: #4DB37A;
}
.cmshtml .bnr_box.bg_blue {
  background: #3AA9C5;
  border-color: #3AA9C5;
}
.cmshtml .bnr_box.bg_purple {
  background: #AE79B9;
  border-color: #AE79B9;
}
.cmshtml .bnr_box {
  background: #333;
  border: 3px solid;
  border-radius: 27px;
  padding: 25px 2.5% 85px;
  position: relative;
  transition: all 0.3s;
  opacity: 0;
}
.cmshtml .bnr_box:hover {
  background: #fff;
}
.cmshtml .bnr_illust {
  text-align: center;
}
.cmshtml .bnr_box .textbox {
  padding: 9%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .category_label, .cmshtml .category_label a, .cmshtml .category_tit, .cmshtml .category_tit a {
  color: #fff;
  transition: all 0.3s;
}
.cmshtml .bnr_box:hover .category_label, .cmshtml .bnr_box:hover .category_label a, .cmshtml .bnr_box:hover .category_tit, .cmshtml .bnr_box:hover .category_tit a {
  color: #333;
}
.cmshtml .category_label {
  position: relative;
}
.cmshtml .category_label img {
  transition: all 0.3s;
}
.cmshtml .bnr_box:hover .category_label img {
  filter: brightness(0.3);
}
.cmshtml .category_tit {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_bnr {
    padding: 130px 7% 0 13%;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_bnr {
    background: url(../img/bnr_bg.png) no-repeat left 2% top;
    background-size: 42% auto;
    padding: 100px 4% 0;
  }
  .cmshtml .bnr_inwrap > div {
    width: calc(33.3333% - 30px);
    margin: 0 15px 10px;
  }
  .cmshtml .bnr_box {
    padding: 10px 2.5% 70px;
  }
  .cmshtml .bnr_box .textbox {
    padding: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr {
    padding: 60px 4% 0;
    margin: 0 auto 60px;
  }
  .cmshtml .category_tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .bnr_inwrap > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .bnr_box {
    border-radius: 10px;
  }
  .cmshtml .category_tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .sec_bnr {
    background: url(../img/bnr_bg.png) no-repeat left 2% top;
    background-size: 80% auto;
    margin-bottom: 30px;
  }
  .cmshtml .bnr_inwrap > div {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
recruit
------------------------------------------------------*/
.cmshtml .sec_recruit {
  padding: 190px 4% 260px;
  margin: 0 auto 100px;
}
.cmshtml .sec_recruit:before, .cmshtml .sec_recruit:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  pointer-events: none;
}
.cmshtml .sec_recruit:before {
  background: url("../img/rec_bg.png") no-repeat center;
  background-size: contain;
  width: 98%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml .sec_recruit:after {
  background: url("../img/rec_en.png") no-repeat center;
  background-size: contain;
  width: 14.7%;
  height: 280px;
  top: 5%;
  left: 3%;
  z-index: 10;
  animation: r1 10s linear infinite;
}
@keyframes r1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmshtml .rec_inwrap {
  background: #fff;
  border-radius: 76px;
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 2.9% 100px;
}
.cmshtml .rec_tit {
  color: #333;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .rec_txt {
  color: #333;
  font-size: 23px;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 60px;
  transition-delay: 0.3s;
}
.cmshtml .rec_bnr {
  position: relative;
  margin: 0 auto 80px;
}
.cmshtml .rec_bnr > div {
  width: calc(25% - 40px);
  margin: 0 20px 20px;
}
.cmshtml .rec_bnr_box {
  background: #F9F9F5;
  border-radius: 27px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  padding: 10px 0 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .rec_bnr_box:hover {
  background: #F9F9C9;
  box-shadow: rgba(0, 0, 0, 0) 0px 0 0;
  transform: translateY(3px);
}
.cmshtml .rec_bnr_illust {
  text-align: center;
}
.cmshtml .rec_bnr_box .textbox {
  padding: 20px 9%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .rec_bnr_label {
  position: relative;
}
.cmshtml .rec_bnr_tit {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  opacity: 1;
  height: auto !important;
}
.cmshtml .rec_link_wrap {
  max-width: 1070px;
  margin: 0 auto;
  justify-content: space-between;
}
.cmshtml .rec_link_wrap > div {
  width: calc(50% - 40px);
}
.cmshtml .rec_link {
  background: #fff;
  border-radius: 27px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  padding: 30px 20px 18px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .rec_link:hover {
  background: #FFE000;
  box-shadow: rgba(0, 0, 0, 0) 0px 0 0;
  transform: translateY(3px);
}
.cmshtml .rl_img {
  text-align: center;
}
.cmshtml .rl_img img {
  transition: all 0.3s;
}
.cmshtml .rec_link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cmshtml .rl_txt {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
}
.cmshtml .rec_link:hover .rl_txt {
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .cmshtml .sec_recruit {
    padding: 90px 4%;
  }
  .cmshtml .rec_inwrap {
    border-radius: 30px;
    padding: 50px 2%;
  }
  .cmshtml .rec_txt {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
  }
  .cmshtml .rec_bnr {
    margin: 0 auto 40px;
  }
  .cmshtml .rec_bnr > div {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .rec_bnr_tit {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_recruit:after {
    height: 200px;
    top: 0;
    left: 3%;
  }
  .cmshtml .rec_inwrap {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 30px 4%;
  }
  .cmshtml .rec_tit {
    font-size: 30px;
    letter-spacing: 0.1rem;
    margin-bottom: 30px;
  }
  .cmshtml .rec_txt {
    font-size: 16px;
  }
  .cmshtml .rec_link {
    border-radius: 10px;
    padding: 20px 20px 18px;
  }
  .cmshtml .rec_bnr_box {
    border-radius: 10px;
  }
  .cmshtml .rec_bnr_box .textbox {
    padding: 10px;
  }
  .cmshtml .rec_bnr_tit {
    font-size: 14px;
  }
  .cmshtml .rec_link_wrap {
    max-width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_recruit {
    padding: 90px 4% 0;
  }
  .cmshtml .rec_tit {
    font-size: 20px;
    letter-spacing: 0;
  }
  .cmshtml .rec_txt {
    font-size: 14px;
  }
  .cmshtml .rec_bnr {
    margin: 0 auto 20px;
  }
  .cmshtml .rec_bnr > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .rec_link {
    padding: 10px;
  }
  .cmshtml .rec_link_wrap > div {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_recruit {
    margin: 0 auto 60px;
    padding: 40px 4% 0;
  }
  .cmshtml .sec_recruit:after {
    height: 95px;
    width: 95px;
    top: 0;
    left: 3%;
  }
  .cmshtml .rec_inwrap {
    background: rgba(254, 224, 28, 0.5);
    border-radius: 20px;
    padding: 30px 2%;
  }
  .cmshtml .rec_link_wrap > div {
    margin: 0 5px;
  }
  .cmshtml .rec_link_wrap > div:nth-child(1) .rl_img {
    margin: 0 auto;
    max-width: 100px;
  }
  .cmshtml .rec_link_wrap > div:nth-child(2) .rl_img {
    margin: 0 auto;
    max-width: 125px;
  }
  .cmshtml .rec_bnr {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .sec_recruit:after {
    height: 60px;
    width: 60px;
    top: 13px;
    left: 3%;
  }
  .cmshtml .rec_inwrap {
    padding: 30px 4% 10px;
  }
  .cmshtml .rec_bnr > div {
    width: 100%;
    margin: 0 auto 20px;
  }
  .cmshtml .rec_link_wrap > div {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #FFE000;
}
.cmshtml .f_about {
  padding: 20px 4% 25px;
  position: relative;
}
.cmshtml .f_logo {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .logo_label {
  margin-bottom: 5px;
}
.cmshtml .logo_txt {
  color: #333;
  font-size: 25px;
  font-weight: 600;
}
.cmshtml .con_info {
  justify-content: center;
  margin-bottom: 5px;
}
.cmshtml .con_info > div {
  margin: 0 7px;
}
.cmshtml .f_txt {
  color: #333;
  font-weight: 600;
  text-align: center;
}
.cmshtml .f_txt a {
  color: #333;
  text-decoration: none;
}
.cmshtml .f_txt a:hover {
  text-decoration: underline;
}
.cmshtml #copy {
  background: #535353;
  padding: 7px 4%;
  text-align: center;
}
.cmshtml .copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  .cmshtml .f_txt {
    font-size: 14px;
  }
  .cmshtml .logo_txt {
    font-size: 20px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  padding: 120px 3.6% 165px;
  height: 630px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 1;
}
.cmshtml #title_wrap .inwrap {
  background: #fff;
  padding: 10px 45px;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #000;
}
.cmshtml .page_title01 {
  font-size: 50px;
  font-weight: 600;
}
.cmshtml .page_title02 {
  font-size: 18px;
  padding: 0 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 100px 0;
}
.cmshtml .subpage_contents > * {
  max-width: 1240px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  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: #F9F9F5;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
}
.cmshtml .page_link > div {
  margin: 0 11px 30px;
}
.cmshtml .p_link {
  background: #fff;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .pli_num {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.cmshtml .pli_red .pli_num {
  color: #EC697E;
}
.cmshtml .pli_blue .pli_num {
  color: #3AA9C5;
}
.cmshtml .pli_green .pli_num {
  color: #4AB278;
}
.cmshtml .pli_txt {
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .pli_txt a {
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  background: #fff;
  display: inline-block;
  padding: 17px 100px;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .page_link .p_link a:after {
  background: #333;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  margin: auto;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 5;
  pointer-events: none;
}
.cmshtml .pli_red.p_link a:after {
  background: #FDABB8;
}
.cmshtml .pli_blue.p_link a:after {
  background: #3AA9C5;
}
.cmshtml .pli_green.p_link a:after {
  background: #4AB278;
}
.cmshtml .p_link a:hover {
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}
.cmshtml .pli_red.p_link:hover a {
  background: #FCEDEB;
}
.cmshtml .pli_blue.p_link:hover a {
  background: #E6F2F2;
}
.cmshtml .pli_green.p_link:hover a {
  background: #DDF1E5;
}
/*---------------
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: 1px solid #9E8A66;
  color: #333;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 15px 10px;
}
.cmshtml .rdplanetitle h3 {
  background: url("../img/h3_tit.png") no-repeat left 22px center;
  background-size: auto;
  color: #333;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding-left: 75px;
  position: relative;
}
.cmshtml .rdplanetitle h4 {
  color: #333;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 15px;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #FEE11C;
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  color: #333;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding-left: 30px;
}
.cmshtml .rdplanetitle h5:before, .cmshtml .rdplanetitle h6:before {
  border-radius: 2px;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 11px;
  top: 0;
  z-index: 0;
}
.cmshtml .rdplanetitle h5:before {
  background: #FEDC61;
}
.cmshtml .rdplanetitle h6:before {
  background: #F19042;
}
/*---------------
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: #F19043;
  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: #F19043;
  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: #fff;
  border-left: 20px solid #F19043;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.cmshtml .mark_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(45deg);
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 1px solid #F19043;
  display: inline-block;
  color: #F19043;
  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: #F19043;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #F19043;
  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: #F19043;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  border-bottom: 1px solid #ededed;
  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: #F19043;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #888;
  content: "A";
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.cmshtml .qa_a > div:before {
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #F19043 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ccc !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: #fff;
  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 #F19043;
  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 #F19043;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #F19043;
  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 #F19043;
  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 #F19043;
  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: #F19043;
  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: #F19043;
}
.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: 30px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  display: block;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .acco_tit {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
  color: #333;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #333;
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  margin: auto;
  position: absolute;
  right: 30px;
  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 {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  display: none;
  padding: 20px 4%;
  margin-top: 20px;
}
.cmshtml .acco_faq .acco_tit {
  background: url("../img/ico_q.png") no-repeat left 25px center;
  background-size: auto;
  background-color: #FEFDF8;
  padding: 25px 45px 25px 100px !important;
}
.cmshtml .acco_faq .hide_area {
  background: url("../img/ico_a.png") no-repeat left 25px top 10px;
  background-size: auto;
  background-color: #FEFDF8;
  padding: 25px 45px 25px 100px !important;
}
/*---------------
step_order
---------------*/
.cmshtml .step_order {
  max-width: 1220px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .so_box {
  display: flex;
  padding-bottom: 30px;
  position: relative;
}
.cmshtml .so_box:before {
  background: #FEE11C;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: calc(100% - 82px);
  width: 2px;
  left: 34px;
  bottom: 6px;
}
.cmshtml .so_num {
  background: #FEE11C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  width: 70px;
  height: 70px;
}
.cmshtml .so_textbox {
  padding-top: 10px;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 70px);
}
.cmshtml .so_tit {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
}
.cmshtml .so_txt {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
/*---------------
season
---------------*/
.cmshtml .season {
  max-width: 1120px;
  padding-top: 30px;
  position: relative;
}
.cmshtml .season > div {
  width: calc(25% - 26px);
  margin: 0 13px 25px;
}
.cmshtml .sea_box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  border-radius: 4px;
  padding: 50px 20px 40px;
  position: relative;
}
.cmshtml .sea_tag {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #333;
  font-size: 28px;
  font-weight: 600;
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  transform: translateY(-50%);
}
.cmshtml .tag_p {
  background: #FDABB8;
}
.cmshtml .tag_y {
  background: #FEE11C;
}
.cmshtml .tag_o {
  background: #F19042;
}
.cmshtml .tag_b {
  background: #93D3DF;
}
.cmshtml .sea_month {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.cmshtml .sea_tit {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cmshtml .sea_txt {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
/*---------------
acco_drop
---------------*/
.cmshtml .acco_drop {
  margin-bottom: 60px;
}
.cmshtml .acco_drop > div {
  width: calc(50% - 60px);
  margin: 0 30px 60px;
}
.cmshtml .ad_box {
  position: relative;
}
.cmshtml .ad_tit {
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 45px 20px 25px;
  position: relative;
}
.cmshtml .ad_tit:before, .cmshtml .ad_tit:after {
  background: #333;
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .ad_tit:after {
  transform: rotate(90deg);
}
.cmshtml .ad_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .ad_hidearea {
  display: none;
}
.cmshtml .ad_txt {
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  position: relative;
}
.cmshtml .ad_txt a {
  background-color: #fff;
  display: block;
  color: #333;
  text-decoration: none;
  padding: 5px 80px 5px 25px;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .ad_txt a[href*=".pdf"]:before, .cmshtml .ad_txt a[href*=".doc"]:before, .cmshtml .ad_txt a[href*=".xls"]:before, .cmshtml .ad_txt a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 37px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .ad_txt a[href*=".pdf"]:before {
  background-image: url("../img/ico_pdf.png");
}
.cmshtml .ad_y .ad_tit {
  background: #FEE11C;
}
.cmshtml .ad_r .ad_tit {
  background: #FDABB8;
}
.cmshtml .ad_b .ad_tit {
  background: #93D3DF;
}
.cmshtml .ad_g .ad_tit {
  background: #66B488;
}
.cmshtml .ad_y .ad_txt a:hover {
  background: #FEF9D9;
}
.cmshtml .ad_r .ad_txt a:hover {
  background: #FCEDEB;
}
.cmshtml .ad_b .ad_txt a:hover {
  background: #E6F2F2;
}
.cmshtml .ad_g .ad_txt a:hover {
  background: #DDF1E5;
}
/*---------------
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 #F19043;
  color: #F19043;
  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;
}
.cmshtml .time_line {
  margin-bottom: 60px;
}
.cmshtml .tl_box {
  flex-flow: nowrap;
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .tl_time {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  min-width: 170px;
  padding-right: 90px;
  line-height: 1.3;
  padding-top: 18px;
  position: relative;
}
.cmshtml .tl_time:before, .cmshtml .tl_time:after {
  background: #FEE11C;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.cmshtml .tl_time:before {
  border-radius: 50%;
  width: 37px;
  height: 37px;
  right: 28px;
  top: 18px;
}
.cmshtml .tl_time:after {
  height: calc(100% - 25px);
  width: 2px;
  right: 46px;
  bottom: -40px;
}
.cmshtml .tl_box:last-child .tl_time:after {
  height: calc(100% - 60px);
  bottom: -6px;
}
.cmshtml .tl_inwrap {
  display: flex;
}
.cmshtml .tl_textbox {
  background: #fff;
  border-radius: 11px;
  padding: 20px 25px;
}
.cmshtml .tl_tit {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cmshtml .tl_txt {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .tl_img {
  padding-left: 4%;
}
.cmshtml .tl_img img {
  border-radius: 20px;
}
/*---------------
profile
---------------*/
.cmshtml .profile {
  border-radius: 20px;
  background-color: #fff;
  background-image: radial-gradient(#ddd 30%, transparent 30%);
  background-size: 10px 10px;
  max-width: 1300px;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .pro_img {
  position: relative;
}
.cmshtml .pro_card {
  padding: 20px;
}
.cmshtml .pro_txt {
  font-weight: 500;
}
.cmshtml .pro_txt01 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #F19043;
  font-weight: 600;
}
.cmshtml .pro_txt02 {
  font-weight: 500;
}
.cmshtml .profile_inwrap01 {
  background: #fff;
  margin: 0 auto;
  box-shadow: #ccc 0 0 5px;
}
.cmshtml .profile_inwrap01 > div:first-child {
  width: 40%;
}
.cmshtml .profile_inwrap01 > div:nth-child(2) {
  width: 60%;
}
.cmshtml .profile_inwrap02 {
  border: 1px solid #CEE1FF;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  align-items: flex-start;
}
.cmshtml .profile_inwrap02 > div:first-child {
  width: 70%;
}
.cmshtml .profile_inwrap02 > div:nth-child(2) {
  width: 30%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cmshtml .in_protxt {
  padding-right: 10px;
  line-height: 2;
  font-size: 14px;
}
.cmshtml .in_proimg {
  position: relative;
}
.cmshtml .in_proimg:before {
  background: #d7e7ff;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
  transform: none !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.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: 1220px;
}
.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;
}