@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.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: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  z-index: 0;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 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: #122A88;
  text-decoration: underline;
}
.cmshtml a:hover {
  color: #122A88;
  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 {
  background: #fff;
  overflow: hidden;
}
.cmshtml .date, .cmshtml .txt, .cmshtml .info_date, .cmshtml .info_txt, .cmshtml .column_txt, .cmshtml .column_detail, .cmshtml .title_2column .remarks, .cmshtml .mark_txt, .cmshtml .qa_q, .cmshtml .qa_a, .cmshtml .step_txt {
  color: #222;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #38518B;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 15px 35px 15px 20px;
  position: relative;
  transition: all 0.3s;
  min-width: 200px;
  text-align: left;
}
.cmshtml .link_btn a:after {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #4065BC;
}
.cmshtml .link_btn02 {
  color: #122A88;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #122A88 1px solid;
  display: inline-block;
  color: #122A88;
  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: #122A88;
  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;
}
.cmshtml .wrap_link.link_btn a,
.cmshtml .wrap_link .link_btn a {
  padding-left: 5px;
  padding-right: 20px;
  font-size: 12px;
}
.cmshtml .wrap_link.link_btn a:after,
.cmshtml .wrap_link .link_btn a:after {
  width: 7px;
  height: 9px;
  right: 7px;
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 40px 5%;
  padding-right: 155px;
  position: fixed;
  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 .h_menu {
  display: flex;
}
.cmshtml .h_menu > * {
  margin: 0 15px;
}
.cmshtml .menu_li {
  color: #122A88;
  font-size: 20px;
  font-weight: 600;
}
.cmshtml .menu_li a {
  color: #122A88;
  text-decoration: none;
  position: relative;
}
.cmshtml #navbar {
  position: fixed;
  top: 0;
  right: 0;
}
.cmshtml .drawer--right #navbar .drawer-hamburger, .cmshtml .drawer--right.drawer-open #navbar .drawer-hamburger {
  background: #fff;
  padding: 10px 10px 35px;
}
.cmshtml #header .drawer-nav {
  overflow: auto;
  height: calc(100vh - var(--header-height));
  padding: 40px 4%;
  padding-left: 15%;
  padding-right: 15%;
  max-height: 100vh;
  top: var(--header-height);
}
.cmshtml #header.hide_head .drawer-nav {
  height: 100vh;
  top: 0;
}
.cmshtml #navigation {
  display: block;
  transform: none !important;
  transition-timing-function: unset !important;
  transition-duration: unset !important;
}
.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 {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  font-size: 16px;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #fff;
}
.cmshtml #navigation > .drop-menu, .cmshtml #navigation > .h_li {
  border-bottom: 1px dashed #ccc;
  padding: 20px 20px;
}
/*-------------
list_group
-------------*/
.cmshtml .list_group, .cmshtml .de_list {
  border-bottom: 1px dashed #ccc;
  position: relative;
  padding: 20px 20px 10px 0;
}
.cmshtml .list_group .h_li {
  padding-left: 25px;
  margin-bottom: 10px;
}
.cmshtml .list_group .h_li:first-child {
  border-left: 5px solid #fff;
  padding-left: 20px;
}
.cmshtml .de_term, .cmshtml .de_description, .cmshtml .de_term a, .cmshtml .de_description a {
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .de_term a, .cmshtml .de_description a {
  display: inline-block;
  text-decoration: none;
}
.cmshtml .de_term {
  border-left: 5px solid #fff;
  font-size: 16px;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.cmshtml .de_description {
  padding-left: 35px;
  font-size: 14px;
  margin-bottom: 10px;
}
/*-------------
fami_list
-------------*/
.cmshtml .fami_list {
  border-bottom: 1px dashed #ccc;
  padding: 20px 20px 10px 0;
  position: relative;
}
.cmshtml .li_parent {
  border-left: 5px solid #fff;
  padding-left: 20px;
  margin-bottom: 10px;
}
.cmshtml .wrap_descendants {
  padding-left: 25px;
}
.cmshtml .li_child {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.cmshtml .li_child:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.cmshtml .li_g_child {
  padding-left: 35px;
  font-size: 14px;
  margin-bottom: 10px;
}
.cmshtml .li_parent, .cmshtml .li_child, .cmshtml .li_g_child, .cmshtml .li_parent a, .cmshtml .li_child a, .cmshtml .li_g_child a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
/*-------------
nav_drop
-------------*/
.cmshtml .drop-menu {
  cursor: pointer;
  z-index: 100;
}
.cmshtml .nav_drop {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  width: 100%;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.cmshtml .drop_li {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #122A88;
  display: block;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #122A88;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .drop_li a:hover {
  background: #122A88;
  color: #fff;
}
.cmshtml .drop_li a:hover:before {
  background: #fff;
}
/*============================================================*/
.cmshtml .selectlang {
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0;
  transition: all 0.3s;
}
.cmshtml .hide_head .selectlang {
  right: 110px;
}
.cmshtml .selectlang_btn {
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 8px 20px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: none;
  width: 240px;
  position: absolute;
  top: auto;
  right: 0;
  z-index: 100;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #666;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #122A88;
  color: #fff;
}
.cmshtml .selectlang:hover, .cmshtml .selectlang.open_menu {
  background: #122A88;
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
  padding-bottom: 45px;
}
.cmshtml #mainvisual {
  position: relative;
  width: 100%;
  height: 72vh;
  overflow: hidden;
}
.cmshtml #slide_wrap, .cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  /*background: rgba(18, 42, 136, 0.3);*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catchcopy.mv_view {
  opacity: 1;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
/*-------------
info
-------------*/
.cmshtml .sec_info {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  display: flex;
  align-items: center;
  margin: auto;
  width: 96%;
  max-width: 1200px;
  min-height: 80px;
  padding-left: 3.4%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .info_inwrap {
  position: relative;
}
.cmshtml .info_tit {
  color: #122A88;
  font-size: 26px;
  font-weight: 600;
  min-width: 90px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
  margin-left: 11%;
}
.cmshtml .news_div {
  align-items: center;
  flex-flow: nowrap;
}
.cmshtml .info_date {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 80px;
  min-width: 80px;
}
.cmshtml .info_tag {
  background: #122A88;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-width: 120px;
  max-width: 120px;
  margin: 0 30px;
  padding: 5px;
  text-align: center;
}
.cmshtml .info_tag a {
  color: #fff;
}
.cmshtml .info_txt {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cmshtml .info_link {
  color: #fff;
  position: relative;
  right: -1px;
  min-width: 180px;
  margin-left: auto;
}
.cmshtml .info_link:before {
  background: #122A88;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 25% 0%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml .info_link:after {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: -1;
}
.cmshtml .info_link a {
  color: #fff;
  display: block;
  padding: 30px 50px;
  text-decoration: none;
}
.cmshtml .info_link:hover:before {
  background: #4065BC;
}
/*------------------------------------------------------
title
------------------------------------------------------*/
.cmshtml .title_wrap {
  border-left: 20px solid #38518B;
  padding-left: 15px;
}
.cmshtml .title_wrap .secondary {
  color: #5BB3FF;
  font-size: 14px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
.cmshtml .title_wrap .secondary:before {
  background: #5BB3FF;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cmshtml .title_wrap .primary {
  color: #38518B;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.cmshtml #title_wrap .rdslide.bg_image > div {
  display: none;
}
.cmshtml #title_wrap .rdslide.bg_image > div.rdsp-slides-container,
.cmshtml #title_wrap .rdslide.bg_image > div.rdsp-buttons {
  display: block;
}
.cmshtml #title_wrap .rdslide.bg_image > div.rdsp-slides-container div {
  width: 100% !important;
  height: 100% !important;
}
.cmshtml #title_wrap .rdslide.bg_image .rdsp-buttons {
  position: absolute;
  bottom: 0;
  height: auto;
}

@media only screen and (max-width: 768px) {
    .cmshtml #title_wrap .rdslide .rdsp-buttons .rdsp-button {
        width: 10px;
        height: 10px;
    }
}


#editView .cmshtml #title_wrap .rdslide.bg_image > div.rdsp-slides-container div {
  width: 100% !important;

  height: 500px!important;

}
#editView .cmshtml #title_wrap .rdslide.bg_image .rdsp-buttons {
    position: relative;
    bottom: auto;
    height: auto;
}
/*------------------------------------------------------
lrbox
------------------------------------------------------*/
.cmshtml .lrbox {
  margin: 80px auto 125px;
  padding-bottom: 85px;
  position: relative;
}
.cmshtml .lrbox:before {
  background: #FDF7DD;
  content: "";
  display: block;
  width: 74%;
  height: 71%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .lrbox .inwrap {
  max-width: 1590px;
  width: 83%;
  margin-left: 7%;
  margin-right: 10%;
}
.cmshtml .lrbox .inwrap > div:first-child {
  width: 28%;
}
.cmshtml .lrbox .inwrap > div:nth-child(2) {
  width: 72%;
}
.cmshtml .lrbox .imgbox {
  position: relative;
}
.cmshtml .lrbox .underlayer_img {
  height: 26.4vw;
  padding-left: 15.6%;
  padding-bottom: 4vw;
  position: relative;
}
.cmshtml .lrbox .underlayer_img:before {
  background: #38518B;
  content: "";
  width: calc(100% - 15.6%);
  height: calc(100% - 7vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .lrbox .upperlayer_img {
  width: 17.7vw;
  height: 17.7vw;
  position: absolute;
  right: -39%;
  top: 12vw;
  left: auto;
  z-index: 10;
}
.cmshtml .lrbox .textbox {
  padding-top: 60px;
}
.cmshtml .lrbox .textbox > * {
  padding-left: 30%;
}
.cmshtml .lrbox .textbox .lr_title {
  color: #122A88;
  font-size: 80px;
  text-align: right;
  padding-top: 60px;
  position: relative;
  border-bottom: 3px solid #122A88;
  line-height: 0.85;
  padding: 0;
  margin-bottom: 145px;
  margin-bottom: min(7.5vw, 145px);
  max-width: 772px;
  padding-right: 5px;
}
.cmshtml .lrbox .txt {
  font-size: 22px;
  margin-bottom: 60px;
}
.cmshtml .lrbox .lr_link {
  text-align: right;
}
/*------------------------------------------------------
rlbox
------------------------------------------------------*/
.cmshtml .rlbox {
  margin: 0 auto 125px;
}
.cmshtml .rlbox:before {
  background: #FDF7DD;
  content: "";
  display: block;
  width: 81%;
  height: 68%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .rlbox .inwrap {
  max-width: 1515px;
  width: 79%;
  margin-left: 14%;
  margin-right: 7%;
}
.cmshtml .rlbox .inwrap > div:first-child {
  width: 57%;
}
.cmshtml .rlbox .inwrap > div:nth-child(2) {
  width: 43%;
}
.cmshtml .rlbox .rl_img {
  padding-right: 18%;
  padding-top: 5vw;
  height: 24vw;
  position: relative;
}
.cmshtml .rlbox .rl_img:before {
  background: #38518B;
  content: "";
  width: 68%;
  height: 87%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.cmshtml .rlbox .textbox {
  padding-top: 100px;
  padding-bottom: 65px;
}
.cmshtml .rlbox .textbox > * {
  padding-right: 12%;
}
.cmshtml .rlbox .textbox .rl_title {
  color: #122A88;
  font-size: 80px;
  border-bottom: 3px solid #122A88;
  line-height: 0.85;
  margin-bottom: 145px;
  margin-bottom: min(7.5vw, 145px);
  padding: 0;
  max-width: 772px;
  margin-left: auto;
}
.cmshtml .rlbox .txt {
  font-size: 22px;
  margin-bottom: 45px;
}
.cmshtml .rlbox .rl_link {
  text-align: right;
}
/*------------------------------------------------------
gallery
------------------------------------------------------*/
.cmshtml .sec_gallery {
  margin-bottom: 125px;
}
.cmshtml .sec_gallery .inwrap {
  max-width: 1655px;
  width: 92%;
  margin-left: auto;
  margin-bottom: 55px;
}
.cmshtml .sec_gallery .inwrap > div:first-child {
  width: 25%;
}
.cmshtml .sec_gallery .inwrap > div:nth-child(2) {
  width: 75%;
}
.cmshtml .sec_gallery .textbox {
  padding-top: 55px;
  padding-right: 2%;
}
.cmshtml .sec_gallery .title_wrap {
  margin-bottom: 45px;
}
.cmshtml .sec_gallery .txt {
  font-size: 20px;
  font-weight: 600;
  padding-left: 8.4%;
  margin-bottom: 65px;
}
.cmshtml .sec_gallery .imgbox {
  background: #122A88;
  height: auto;
}
.cmshtml .sec_gallery .imgbox img {
  opacity: 0.7;
  opacity: 1;
}
.cmshtml .sec_gallery .small_imgs {
  max-width: 1315px;
  width: 96%;
  margin: 0 auto;
}
.cmshtml .sec_gallery .small_imgs > div {
  width: calc(16.6666% - 30px);
  margin: 0 15px;
}
.cmshtml .sec_gallery .smallbox {
  position: relative;
  box-shadow: rgba(103, 103, 103, 0.6) 5px 5px 5px;
  transform: translate(-5px, -5px);
  transition: all 0.3s;
}
.cmshtml .sec_gallery .smallbox:hover {
  box-shadow: rgba(103, 103, 103, 0) 0px 0px 0px;
  transform: translate(0px, 0px);
}
.cmshtml .sec_gallery .smallbox .bg_image {
  background: #000000;
}
.cmshtml .sec_gallery .smallbox .bg_image img {
  opacity: 0.65;
}
.cmshtml .sec_gallery .img_title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
}
.cmshtml .sec_gallery .img_title a {
  color: #fff;
}
/*------------------------------------------------------
parallelGallery
------------------------------------------------------*/
.cmshtml .parallelGallery {
  margin-bottom: 120px;
}
.cmshtml .parallelGallery > div:first-child {
  width: 46%;
}
.cmshtml .parallelGallery > div:nth-child(2) {
  width: 54%;
}
.cmshtml .parallelGallery .l_box {
  background: #122A88;
  height: auto;
}
.cmshtml .parallelGallery .l_box img {
  opacity: 0.7;
  opacity: 1;
}
.cmshtml .parallelGallery .r_box {
  padding: 55px 2.9% 35px;
}
.cmshtml .parallelGallery .title_wrap {
  margin-bottom: 45px;
}
.cmshtml .parallelGallery .txt {
  font-size: 20px;
  font-weight: 600;
  padding-left: 3.8%;
  margin-bottom: 70px;
}
.cmshtml .parallelGallery .small_imgs {
  max-width: 645px;
}
.cmshtml .parallelGallery .small_imgs > div {
  width: calc(33.333333% - 30px);
  margin: 0 15px;
}
.cmshtml .parallelGallery .smallbox {
  position: relative;
  box-shadow: rgba(103, 103, 103, 0.6) 5px 5px 5px;
  transform: translate(-5px, -5px);
  transition: all 0.3s;
}
.cmshtml .parallelGallery .smallbox:hover {
  box-shadow: rgba(103, 103, 103, 0) 0px 0px 0px;
  transform: translate(0px, 0px);
}
.cmshtml .parallelGallery .smallbox .bg_image {
  background: #000000;
}
.cmshtml .parallelGallery .smallbox .bg_image img {
  opacity: 0.65;
}
.cmshtml .parallelGallery .img_title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
}
.cmshtml .parallelGallery .img_title a {
  color: #fff;
}
/*------------------------------------------------------
pickup
------------------------------------------------------*/
.cmshtml .sec_pickup {
  background-image: repeating-linear-gradient(-45deg, #fff 0px, #fff 8px, #b2dafd 9px, #b2dafd 10px);
  padding: 70px 2% 100px;
}
.cmshtml .sec_pickup:before {
  background: url("../img/bg_pickup.png") no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .pickup_tit {
  color: #122A88;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.cmshtml .pickup_slide {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.cmshtml .slide_box {
  background: #fff;
  margin: 0 15px;
}
.cmshtml .sldie_img {
  height: 220px;
}
.cmshtml .sec_pickup .textbox {
  padding: 20px;
  padding-bottom: 30px;
}
.cmshtml .slide_title {
  color: #122A88;
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .slide_txt {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.cmshtml .sec_pickup .slick-prev, .cmshtml .sec_pickup .slick-next {
  background: #122A88;
  height: 40px;
  width: 32px;
  transition: all 0.3s;
}
.cmshtml .sec_pickup .slick-prev {
  left: 0;
  right: auto;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.cmshtml .sec_pickup .slick-next {
  left: auto;
  right: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.cmshtml .sec_pickup .slick-prev:hover, .cmshtml .sec_pickup .slick-next:hover {
  background: #4065BC;
}
/*------------------------------------------------------
rlbox02
------------------------------------------------------*/
.cmshtml .rlbox02 {
  margin: 120px auto 125px;
    padding-bottom: 100px;
}
.cmshtml .rlbox02:before {
  background: #FDF7DD;
  content: "";
  display: block;
  width: 76%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .rlbox02 .inwrap {
  max-width: 1510px;
  width: 79%;
  margin-left: 14%;
  margin-right: 7%;
}
.cmshtml .rlbox02 .inwrap > div:first-child {
  width: 49%;
}
.cmshtml .rlbox02 .inwrap > div:nth-child(2) {
  width: 51%;
}
.cmshtml .rlbox02 .textbox > * {
  padding-right: 12%;
}
.cmshtml .rlbox02 .rl_title {
  color: #122A88;
  font-size: 80px;
  border-bottom: 3px solid #122A88;
  line-height: 0.85;
  margin-bottom: 145px;
  margin-bottom: min(7.5vw, 145px);
  padding: 0;
  max-width: 772px;
  margin-left: auto;
}
.cmshtml .rlbox02 .txt {
  font-size: 22px;
  margin-bottom: 75px;
}
.cmshtml .rlbox02 .rl_link {
  text-align: right;
}
.cmshtml .rlbox02 .imgbox {
  position: relative;
}
.cmshtml .rlbox02 .rl_img {
  width: 100%;
  height: 27.8vw;
  padding-bottom: 4.4vw;
  padding-right: 16.2%;
  position: relative;
}
.cmshtml .rlbox02 .rl_img:before {
  background: #38518B;
  content: "";
  width: calc(100% - 16.2%);
  height: calc(100% - 4.4vw);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
/*------------------------------------------------------
recruit
------------------------------------------------------*/
.cmshtml .sec_recruit {
  position: relative;
}
.cmshtml .sec_recruit > div:first-child {
  width: 44%;
}
.cmshtml .sec_recruit > div:nth-child(2) {
  width: 56%;
}
.cmshtml .sec_recruit .textbox {
  background: #FDF7DD;
  padding: 65px 0;
  padding-left: 15.7%;
}
.cmshtml .sec_recruit .title_wrap {
  margin-bottom: 50px;
}
.cmshtml .sec_recruit .txt {
  font-size: 20px;
  font-weight: 600;
  padding-left: 7.4%;
  margin-bottom: 55px;
}
.cmshtml .rec_link {
  text-align: right;
}
.cmshtml .sec_recruit .imgbox {
  height: auto;
}
.cmshtml .bg_rec {
  position: relative;
}
.cmshtml .bg_rec:before {
  background: #FDF7DD;
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: block;
  width: 19%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 10;
}
/*------------------------------------------------------
3column
------------------------------------------------------*/
.cmshtml .sec_3column {
  background: linear-gradient(to top, #E6F8FF, #FFFFFF);
  padding: 130px 2% 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmshtml .sec_3column .title_wrap {
  margin-bottom: 45px;
}
.cmshtml .sec_3column .inwrap {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .sec_3column .inwrap > div {
  width: calc(33.333% - 60px);
  margin: 0 30px 30px;
}
.cmshtml .sec_3column .column_box {
  position: relative;
}
.cmshtml .column_title {
  color: #122A88;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.cmshtml .column_title:before {
  background: #122A88;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cmshtml .column_txt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cmshtml .column_iframe {
  position: relative;
}
.cmshtml .column_iframe iframe {
  width: 100%;
  max-height: 285px;
}
/*------------------------------------------------------
title_2column
------------------------------------------------------*/
.cmshtml .title_2column {
  justify-content: space-between;
  max-width: 1320px;
  width: 96%;
  margin: 125px auto;
}
.cmshtml .title_2column > div {
  width: 30%;
}
.cmshtml .title_2column > div:first-child {
  width: 40%;
}
.cmshtml .title_2column .textbox {
  position: relative;
}
.cmshtml .title_2column .title_wrap {
  margin-bottom: 45px;
}
.cmshtml .column_wrap > div {
  width: 50%;
}
.cmshtml .column_detail {
  font-weight: 600;
  padding: 0 2%;
}
.cmshtml .title_2column .remarks {
  text-align: right;
  margin-top: 5vw;
  font-weight: 600;
  padding-right: 10%;
}
.cmshtml .title_2column .column_box {
  padding: 0 2%;
}
.cmshtml .column_box iframe {
  width: 100%;
}
/*------------------------------------------------------
contact
------------------------------------------------------*/
.cmshtml .sec_contact {
  padding: 80px 4% 100px;
  position: relative;
}
.cmshtml .sec_contact > * {
  position: relative;
  z-index: 10;
}
.cmshtml .bg_contact {
  background: #122A88;
  position: absolute;
  z-index: 1;
}
.cmshtml .bg_contact img {
  opacity: 0.7;
  opacity: 1;
}
.cmshtml .sec_contact .inwrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .sec_contact .inwrap > * {
  padding-left: 20px;
  padding-right: 20px;
}
.cmshtml .contact_tit {
  color: #122A88;
  font-size: 34px;
  font-weight: 600;
}
.cmshtml .sec_contact .txt {
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}
.cmshtml .sec_contact .contact_links {
  padding: 0;
}
.cmshtml .contact_links > div {
  width: calc(50% - 40px);
  margin: 0 20px 20px;
}
.cmshtml .contact_link {
  background: #FDF7DD;
  align-items: center;
  flex-flow: nowrap;
  padding: 34px 4.8%;
  padding-right: 2%;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .contact_link:hover {
  background: #fff;
}
.cmshtml .contact_link:after {
  border: 1px solid #122A88;
  content: "";
  display: block;
  margin: auto;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .contact_link .ico {
  max-width: 64px;
}
.cmshtml .ico_txt {
  color: #122A88;
  font-size: 18px;
  font-weight: 600;
  padding-left: 7%;
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #122A88;
  color: #fff;
  padding: 60px 4% 25px;
}
.cmshtml #footer a {
  color: #fff;
}
.cmshtml .f_logo {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml #footer .inwrap {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto 55px;
  padding: 0 20%;
}
.cmshtml .f_address {
  font-weight: 500;
}
.cmshtml .telfax {
  font-weight: 500;
}
.cmshtml .f_icons {
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cmshtml .f_ico {
  margin: 0 10px 10px;
}
.cmshtml #copy {
  text-align: center;
}
.cmshtml .copyright {
  font-size: 14px;
  font-weight: 500;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #122A88;
  border-bottom: 1px solid #ededed;
  padding: 139px 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;
  opacity: 1;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title01 {
  font-size: 36px;
  font-weight: 600;
}
.cmshtml .page_title02 {
  font-size: 18px;
}
/*---------------
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 .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: #FDF7DD;
  -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: #222;
}
.cmshtml .p_link {
  font-size: 14px;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  content: "";
  margin: auto;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle:has(h2) {
  text-align: center;
}
.cmshtml .rdplanetitle h2 {
  display: inline-block;
  color: #122A88;
  font-size: 34px !important;
  font-weight: 600 !important;
  padding: 0 60px;
}
.cmshtml .rdplanetitle h2:before {
  background: #5BB3FF;
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .rdplanetitle h3 {
  border-left: 20px solid #38518B;
  color: #38518B;
  font-size: 28px !important;
  font-weight: 600 !important;
  padding-left: 20px;
  position: relative;
}
.cmshtml .rdplanetitle h4 {
  border-bottom: 1px solid #38518B;
  color: #5BB3FF;
  font-size: 28px !important;
  font-weight: 600 !important;
  padding: 0 10px;
}
.cmshtml .rdplanetitle h5 {
  background: #FDF7DD;
  border-radius: 10px;
  color: #173C7B;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 10px 20px;
}
.cmshtml .rdplanetitle h6 {
  border-left: 3px solid #5BB3FF;
  color: #5BB3FF;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 0 20px;
}
.cmshtml .rdplanetitle h6:before {
  background: #38518B;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.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: #122A88;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 16px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #122A88;
  font-weight: 600;
  display: list-item;
  padding: 0 4px;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #222;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #FDF7DD;
  border-left: 20px solid #122A88;
  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 #122A88;
  display: inline-block;
  color: #122A88;
  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: #122A88;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #38518b;
  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: #38518b;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before,
.cmshtml .qa_a:before,
.cmshtml .qa_q:after,
.cmshtml .qa_a:after {
  color: #122A88;
  font-size: 26px;
  font-weight: 500;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  content: "Q";
  left: 0;
}
.cmshtml .qa_a:before {
  content: "A";
  left: 0;
}
.cmshtml .qa_q:after,
.cmshtml .qa_a:after {
  content: ":";
  left: 30px;
}

.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 30px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
padding: 10px 0px;
}
/*.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 #333 !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
.cmshtml .blog_frame {
  background: #ddd;
  padding: 30px 2%;
}
/*---------------
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: #FDF7DD;
  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 #122A88;
  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 #122A88;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #122A88;
  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 #122A88;
  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 #122A88;
  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: #122A88;
  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: #122A88;
}
.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 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: -11px 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34px;
  left: 14px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 45px !important;
  position: relative;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .acco_tit:after {
  transform: rotate(90deg);
}
.cmshtml .acco_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .hide_area {
  display: none;
  border-top: 1px solid #ededed;
  padding: 40px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border: 5px solid #122A88;
}
.cmshtml .acco_tit {
  color: #122A88;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #122A88;
}
/*---------------
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 #122A88;
  color: #122A88;
  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;
}
/*---------------
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: #122A88;
  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;
}
/*---------------
float box
---------------*/
.cmshtml .floatbox_lr, .cmshtml .floatbox_rl {
  width: 100% !important;
  max-width: none !important;
  position: relative;
  padding-bottom: 65px;
  margin-bottom: 60px;
}
.cmshtml .floatbox_lr:before, .cmshtml .floatbox_rl:before {
  background: #FDF7DD;
  content: "";
  display: block;
  width: 81%;
  height: 80%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.cmshtml .floatbox_lr:before {
  left: 0;
}
.cmshtml .floatbox_rl:before {
  right: 0;
}
.cmshtml .floatbox_lr .inwrap, .cmshtml .floatbox_rl .inwrap {
  max-width: 1515px;
  width: 79%;
}
.cmshtml .floatbox_lr .inwrap {
  margin-left: 14%;
  margin-right: 7%;
}
.cmshtml .floatbox_rl .inwrap {
  margin-left: 7%;
  margin-right: 14%;
}
.cmshtml .floatbox_lr .inwrap > div:first-child, .cmshtml .floatbox_rl .inwrap > div:nth-child(2) {
  width: 60%;
}
.cmshtml .floatbox_lr .inwrap > div:nth-child(2), .cmshtml .floatbox_rl .inwrap > div:first-child {
  width: 40%;
}
.cmshtml .floatbox_lr .textbox > * {
  padding-right: 16%;
}
.cmshtml .floatbox_rl .textbox > * {
  padding-left: 16%;
}
.cmshtml .floatbox_lr .textbox .box_title, .cmshtml .floatbox_rl .textbox .box_title {
  color: #122A88;
  border-bottom: 3px solid #122A88;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  width: 91.2%;
  margin-bottom: 145px;
  padding: 0;
}
.cmshtml .floatbox_lr .box_title {
  margin-left: auto;
  margin-right: 0;
}
.cmshtml .floatbox_rl .box_title {
  margin-left: 0;
  margin-right: auto;
}
.cmshtml .floatbox_rl .box_title {
  text-align: right;
}
.cmshtml .floatbox_rl .box_img, .cmshtml .floatbox_lr .box_img {
  height: 23.4vw;
}
.cmshtml .floatbox_lr .txt, .cmshtml .floatbox_rl .txt {
  font-size: 16px;
  margin-bottom: 45px;
}
.cmshtml .floatbox_lr .link_btn {
  text-align: right;
}
@media screen and (max-width: 1300px) {
  .cmshtml .floatbox_lr .inwrap {
    margin-left: 7%;
    margin-right: 4%;
  }
  .cmshtml .floatbox_lr .inwrap, .cmshtml .floatbox_rl .inwrap {
    width: 89%;
  }
  .cmshtml .floatbox_rl .textbox > * {
    padding-left: 8%;
  }
  .cmshtml .floatbox_lr .textbox > * {
    padding-right: 8%;
  }
  .cmshtml .floatbox_lr .textbox .box_title, .cmshtml .floatbox_rl .textbox .box_title {
    font-size: 40px;
    margin-bottom: 80px;
  }
  .cmshtml .floatbox_lr .txt, .cmshtml .floatbox_rl .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .floatbox_lr, .cmshtml .floatbox_rl {
    padding-bottom: 30px;
  }
  .cmshtml .floatbox_lr .inwrap, .cmshtml .floatbox_rl .inwrap {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .cmshtml .floatbox_lr .textbox .box_title, .cmshtml .floatbox_rl .textbox .box_title {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .floatbox_lr .inwrap, .cmshtml .floatbox_rl .inwrap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .cmshtml .floatbox_lr:before, .cmshtml .floatbox_rl:before {
    height: 90%;
  }
  .cmshtml .floatbox_rl .inwrap {
    flex-direction: column-reverse;
  }
  .cmshtml .floatbox_lr .inwrap > div:first-child, .cmshtml .floatbox_rl .inwrap > div:nth-child(2), .cmshtml .floatbox_lr .inwrap > div:nth-child(2), .cmshtml .floatbox_rl .inwrap > div:first-child {
    width: 100%;
  }
  .cmshtml .floatbox_rl .box_img, .cmshtml .floatbox_lr .box_img {
    width: 92%;
    height: 50vw;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .floatbox_lr .inwrap .textbox, .cmshtml .floatbox_rl .inwrap .textbox {
    margin-bottom: 30px;
  }
  .cmshtml .floatbox_lr .inwrap .textbox > *, .cmshtml .floatbox_rl .inwrap .textbox > * {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .floatbox_lr .textbox .box_title, .cmshtml .floatbox_rl .textbox .box_title {
    border-bottom: 2px solid #122A88;
    font-size: 22px;
    width: auto;
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.5;
    padding: 0 2%;
  }
  .cmshtml .floatbox_rl .textbox > *, .cmshtml .floatbox_lr .textbox > * {
    padding: 0;
  }
  .cmshtml .floatbox_lr .txt, .cmshtml .floatbox_rl .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*---------------
detail
---------------*/

.cmshtml .detail_wrap {
  position: relative;
}
.cmshtml .detail_wrap > div {
  width: calc(33.33333% - 20px) !important;
  margin: 0 10px 25px !important;
}
.cmshtml .detail_box {
  position: relative;
}
.cmshtml .detail_tit {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px !important;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .detail_tit .tit01 {
  font-size: 16px;
  font-weight: 600;
  padding: 0 !important;
}
.cmshtml .detail_tit .tit02 {
  font-size: 12px;
  font-weight: 500;
  padding: 0 !important;
}
.cmshtml .detail_img {
  padding: 0 !important;
  height: 400px;
  width: 100%;
  position: relative;
}
.cmshtml .detail_img img {
  height: 100%!important;
  width: 100%!important;
  object-fit: cover;
}
#editView .cmshtml .detail_img img {
  height: auto!important;
  width: 100%!important;
}
.cmshtml .detail_txt {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 120px;
  font-size: 14px;
  padding: 10px !important;
  overflow: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.cmshtml .detail_txt, .cmshtml .detail_txt a {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .cmshtml .detail_wrap > div {
    width: calc(50% - 20px) !important;
    margin: 0 10px 25px !important;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .detail_wrap > div {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto 25px !important;
  }
.cmshtml .detail_tit {
    max-width: max-content;
}
}
#editView .cmshtml .detail_img {
  height: auto;
  width: auto;
}
#editView .cmshtml .detail_img img {
  height: auto;
  width: auto;
}
#editView .cmshtml .detail_tit {
  position: relative;
  left: auto;
  top: auto;
  z-index: auto;
}
#editView .cmshtml .detail_txt {
  width: auto;
  height: auto;
  overflow: visible;
  position: relative;
  left: auto;
  bottom: auto;
  z-index: auto;
}
/*---------------
preset
---------------*/
.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 .module {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
    max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}