@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
  font-weight: 500;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  color: #454597;
  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;
  transition: all 1.4s;
  transform: translateY(60px);
}
.cmshtml .flex {
  display: flex;
  flex-flow: row wrap;
}
.cmshtml .section, .cmshtml #footer {
  position: relative;
}
.cmshtml .sec_tit {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  padding-top: 50px;
  text-align: center;
  position: relative;
}
.cmshtml .sec_tit:before {
  background-image: url("../img/tit_illust.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  content: "";
  display: block;
  width: 118px;
  height: 45px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .sec_tit.wh_tit, .cmshtml .sec_tit.wh_tit a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .sec_tit.wh_tit:before {
  background-image: url("../img/tit_illust_wh.png");
}
.cmshtml .side_tit {
  text-align: left;
}
.cmshtml .side_tit:before {
  background-position: top left;
  right: auto;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_tit {
    font-size: 30px;
    padding-top: 35px;
  }
  .cmshtml .sec_tit:before {
    width: 70px;
    height: 35px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_tit {
    padding: 35px 0 0;
    font-size: 20px;
  }
}
.cmshtml .bg_image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cmshtml .bg_image > div {
  width: 100%;
  height: 100%;
}
.cmshtml .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmshtml #contents {
  background: #fff;
  overflow: hidden;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  text-align: left;
  background: transparent;
  border: 2px solid #03044B;
  color: #03044B;
  text-decoration: none;
  display: inline-block;
  padding: 8px 45px 8px 30px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  border-top: 2px solid #03044B;
  border-right: 2px solid #03044B;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 0;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.cmshtml .link_btn a:hover {
  background: #03044B;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cmshtml .link_btn.btn_wh a {
  border-color: #fff;
  color: #fff;
}
.cmshtml .link_btn.btn_wh a:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.cmshtml .link_btn.btn_wh a:hover {
  background: #fff;
  color: #03044B;
}
.cmshtml .link_btn.btn_wh a:hover:after {
  border-top-color: #03044B;
  border-right-color: #03044B;
}
.cmshtml .link_btn02 {
  color: #03044B;
  position: relative;
  font-weight: 500;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #03044B 1px solid;
  display: inline-block;
  color: #03044B;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a:hover {
  background: #03044B;
  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: 1000px) {
  .cmshtml .link_btn a {
    border-width: 1px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 45px 6px 20px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  background: #171746;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-left: 1.8%;
  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 #header + * {
  margin-top: 67px;
}
/*------------------------------------------------------
navbar
------------------------------------------------------*/
.cmshtml #navbar {}
.cmshtml .drawer-hamburger {}
.cmshtml .globalmenu.drawer-nav {}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  background: #171746;
  color: #fff;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  background: #3C3C5E;
}
.cmshtml .cart_btn, .cmshtml .mail_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cmshtml .cart_btn > div,
.cmshtml .mail_btn > div {
    width: 100%;
    height: 100%;
}
#editView .cmshtml .cart_btn > div,
#editView .cmshtml .mail_btn > div {
    width: auto;
    height: auto;
}
.cmshtml .cart_btn a, .cmshtml .mail_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  height: 100%;
}
.cmshtml .cart_btn {
  background: #767694;
}
.cmshtml .mail_btn {
  background: #A5A5B9;
}
.cmshtml .cart_btn a, .cmshtml .mail_btn a {
  background: transparent;
  transition: all 0.3s;
}
.cmshtml .cart_btn a:hover, .cmshtml .mail_btn a:hover {
  background: #fff;
}
.cmshtml .cart_btn a:hover img, .cmshtml .mail_btn a:hover img {
  opacity: 1;
  filter: brightness(0) invert(0);
}
.cmshtml .tel_area {
  background: #fff;
  padding: 9px 15px;
  border-left: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .tel_comment {
  color: #03044B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.cmshtml .head_tel {
  color: #03044B;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}
.cmshtml .head_tel a {
  color: #03044B;
}
.cmshtml .head_tel:before {
  background-image: url("../img/tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .cmshtml .li_txt, .cmshtml .h_li {
    padding: 20px 25px;
  }
  .cmshtml .li_txt:has(a), .cmshtml .h_li:has(a) {
    padding: 0;
  }
  .cmshtml .li_txt a, .cmshtml .h_li a {
    padding: 20px 25px;
  }
  .cmshtml .drop-menu:hover .li_txt a, .cmshtml .drop-menu:hover .li_txt {
    background: #3C3C5E;
  }
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .drop_li, .cmshtml .ub_txt, .cmshtml .ub_li {
    background: #fff;
  }
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 120px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.cmshtml .drop_li, .cmshtml .ub_txt {
  color: #171746;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.cmshtml .drop_li a, .cmshtml .ub_txt {
  color: #171746;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 6px 15px;
}
.cmshtml .drop_li a:before, .cmshtml .ub_txt:before {
  border-top: 1px solid #03044B;
  border-right: 1px solid #03044B;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 0;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.cmshtml .drop_li a:hover {
  background: #D6D6E2;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_list {
  display: none;
}
.cmshtml .ub_li {
  font-size: 12px;
  transition: all 0.3s;
}
.cmshtml .ub_li a {
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.cmshtml .ub_li, .cmshtml .ub_li a {
  color: #171746;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml #navigation > *:last-child .ub_list, .cmshtml #navigation > *:nth-last-child(2) .ub_list {
    left: 10%;
    top: 100%;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .ub_li:hover {
    background: #D6D6E2;
  }
  .cmshtml .ub_li {
    font-weight: 600;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #171746;
  background-image: url("../img/chikyu.png");
  background-size: auto;
  background-position: top 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 42px 15px 10px 15px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #666;
}
.cmshtml .selectlang_inner a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  padding: 7px 20px;
  transition: all 0.3s;
}
.cmshtml .selectlang_inner a:hover {
  background: #282889;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background-color: #282889;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background-color: #282889;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .cmshtml .selectlang_btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .selectlang_btn {
    background-size: 20px auto;
    background-position: center left 10px;
    font-size: 14px;
    padding: 10px 15px 10px 42px;
    border-bottom: 1px dashed #a0a0bb;
  }
  .cmshtml .selectlang_inner {
    background: #ededed;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  background: #171746;
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
}
.cmshtml #slide_wrap {
  height: 960px;
}
.cmshtml #slide_wrap div {
  height: 100%;
}
.cmshtml .catchcopy {
  background: rgba(3, 4, 75, 0.25);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  padding-left: 4.5%;
  padding-bottom: 8.3%;
  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-weight: 600;
  /*text-shadow: #000 0 0 4px;*/
}
.cmshtml .catch_txt01 {
  font-size: 105px;
  font-size: min(5.5vw, 105px);
  line-height: 1.3;
  margin-bottom: 15px;
}
.cmshtml .catch_txt02 {
  font-size: 31px;
}
@media screen and (max-width: 1400px) {
  .cmshtml #slide_wrap {
    height: 650px;
  }
  .cmshtml .catch_txt01 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .cmshtml .catch_txt02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 500px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .catchcopy {
    padding: 10px 3% 50px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml #slide_wrap {
    height: 380px;
  }
  .cmshtml .catchcopy {
    padding: 10px 3% 30px;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: #F3F4F6;
  padding: 100px 4% 160px;
}
.cmshtml .sec_about:before {
  background-image: url("../img/btm_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .about_inwrap {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .about_tit {
  color: #03044B;
  margin-bottom: 30px;
}
.cmshtml .about_txt {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 40px;
}
.cmshtml .about_link {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_about {
    padding: 60px 4% 100px;
  }
  .cmshtml .sec_about:before {
    bottom: 40px;
  }
  .cmshtml .about_txt {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about:before {
    width: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about {
    padding: 40px 4% 55px;
  }
  .cmshtml .sec_about:before {
    bottom: 20px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------
3pillars
------------------------------------------------------*/
.cmshtml .sec_3pillars {
  padding: 75px 0 0;
}
.cmshtml .pillars_bg {
  background: #333;
  height: calc(100% - 126px);
  position: absolute;
  z-index: 0;
}
.cmshtml .pillars_bg img {
  opacity: 0.6;
}
.cmshtml .pillars_inwrap {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cmshtml .pillars_tit {
  margin-bottom: 30px;
}
.cmshtml .pillars_txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
.cmshtml .pillars_bnrs {
  position: relative;
}
.cmshtml .pillars_bnrs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
.cmshtml .pillars_bnr {
  background: #03044B;
  position: relative;
  overflow: hidden;
}
.cmshtml .pillars_img {
  height: 330px;
  opacity: 0.6;
  transition: all 0.3s;
}
.cmshtml .pillars_bnr:hover .pillars_img {
  opacity: 0.9;
  transform: scale(1.05);
}
.cmshtml .pillars_textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .pillars_name, .cmshtml .pillars_name a {
  color: #fff;
}
.cmshtml .pillars_name {
  font-size: 67px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cmshtml .pillars_txt {
    font-size: 16px;
  }
  .cmshtml .pillars_img {
    height: 250px;
  }
  .cmshtml .pillars_name {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .pillars_img {
    height: 200px;
  }
  .cmshtml .pillars_name {
    font-size: 24px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_3pillars {
    padding: 40px 0 30px;
  }
  .cmshtml .pillars_bg {
    height: 100%;
  }
  .cmshtml .pillars_txt {
    font-size: 14px;
  }
  .cmshtml .pillars_bnrs > div {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .cmshtml .pillars_bnr {
    border: 1px solid #ededed;
  }
  .cmshtml .pillars_img {
    height: 150px;
  }
  .cmshtml .pillars_name {
    font-size: 18px;
  }
}
/*------------------------------------------------------
work
------------------------------------------------------*/
.cmshtml .sec_work {
  padding: 130px 4% 130px;
}
.cmshtml .work_inwrap {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .work_tit {
  color: #03044B;
  margin-bottom: 40px;
}
.cmshtml .work_txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .work_flex {
  margin-bottom: 30px;
}
.cmshtml .work_flex > div {
  width: calc(33.33333% - 10px);
  margin: 0 5px 10px;
}
.cmshtml .work_box {
  background: #000;
  overflow: hidden;
  position: relative;
}
.cmshtml .work_img {
  height: 192px;
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .work_box:hover .work_img {
  opacity: 0.9;
  transform: scale(1.05);
}
.cmshtml .work_textbox {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.cmshtml .work_name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 20px;
}
.cmshtml .work_link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .cmshtml .work_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_work {
    padding: 80px 4% 60px;
  }
  .cmshtml .work_box {
    border: 1px solid #ededed;
  }
  .cmshtml .work_name {
    font-size: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 830px) {
  .cmshtml .work_flex > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_work {
    padding: 50px 4% 30px;
  }
  .cmshtml .work_tit {
    margin-bottom: 20px;
  }
  .cmshtml .work_txt {
    font-size: 14px;
  }
  .cmshtml .work_flex > div {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 10px;
  }
  .cmshtml .work_img {
    height: 150px;
  }
  .cmshtml .work_name {
    padding: 20px;
  }
}
@media screen and (max-width: 350px) {
  .cmshtml .work_tit {
    font-size: 18px;
  }
}
/*------------------------------------------------------
work_navy
------------------------------------------------------*/
.cmshtml .work_navy {
  background: #03044B;
  color: #fff;
  padding: 75px 4% 130px;
}
.cmshtml .work_inwrap {}
.cmshtml .work_tit {}
.cmshtml .work_txt {}
.cmshtml .work_flex {}
.cmshtml .work_box {}
.cmshtml .work_img {}
.cmshtml .work_textbox {}
.cmshtml .work_name {}
.cmshtml .link_flex {
  justify-content: center;
}
.cmshtml .nv_work_link {
  margin: 0 25px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .work_navy {
    padding: 50px 4% 60px;
  }
  .cmshtml .nv_work_link {
    margin: 0 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .work_navy {
    padding: 40px 4% 30px;
  }
  .cmshtml .work_navy .work_tit {
    font-size: 18px;
  }
  .cmshtml .work_navy .work_flex {
    margin-bottom: 10px;
  }
  .cmshtml .link_flex {
    display: block;
  }
  .cmshtml .nv_work_link {
    margin: 0 auto 10px;
    text-align: center;
  }
  .cmshtml .nv_work_link a {
    min-width: 193px;
  }
}
@media screen and (max-width: 350px) {
  .cmshtml .work_txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
info_slide
------------------------------------------------------*/
.cmshtml .info_slide {
  background: #F3F4F6;
  padding: 75px 4% 140px;
}
.cmshtml .info_slide_inwrap {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .info_tit {
  color: #03044B;
  margin-bottom: 35px;
}
.cmshtml .info_txt {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.cmshtml .slide_area {
  padding-left: 75px;
  padding-right: 75px;
  margin-bottom: 40px;
  position: relative;
}
.cmshtml .slide_box {
  background: #fff;
  margin: 0 10px;
  position: relative;
}
.cmshtml .slide_imgbox {
  position: relative;
}
.cmshtml .slide_tag {
  background: #03044B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px;
  min-width: 92px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .slide_tag.tag_wh {
  background: #fff;
  color: #03044B;
}
.cmshtml .slide_img {
  height: 215px;
  z-index: 1;
}
.cmshtml .slide_textbox {
  background: #fff;
  padding: 12px 12px 50px;
  position: relative;
}
.cmshtml .slide_date {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.cmshtml .slide_txt {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .info_slide_link {
  text-align: center;
}
.cmshtml .slide_textbox:before {
  border-right: 2px solid #03044B;
  border-bottom: 2px solid #03044B;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .cmshtml .info_slide {
    padding: 75px 4%;
  }
  .cmshtml .info_tit {
    margin-bottom: 20px;
  }
  .cmshtml .info_txt {
    font-size: 16px;
  }
  .cmshtml .slide_area {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
  }
  .cmshtml .slide_tag {
    font-size: 14px;
    padding: 5px;
    min-width: 90px;
  }
  .cmshtml .slide_textbox {
    padding: 12px 12px 30px;
  }
  .cmshtml .slide_date {
    font-size: 14px;
  }
  .cmshtml .slide_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .slide_box {
    margin: 0 5px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .info_slide {
    padding: 30px 4% 30px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cmshtml .slide_tag {
    font-size: 12px;
  }
  .cmshtml .slide_area {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cmshtml .slide_area .slick-prev, .cmshtml .slide_area .slick-next {
    height: 35px;
    width: 20px;
  }
  .cmshtml .slide_area .slick-prev:before, .cmshtml .slide_area .slick-next:before {
    width: 13px;
    height: 24px;
    opacity: 0;
  }
  .cmshtml .slide_area .slick-prev:before {
    left: 4px;
  }
  .cmshtml .slide_area .slick-next:before {
    right: 4px;
  }
}
@media screen and (max-width: 350px) {
  .cmshtml .info_txt {
    font-size: 13px;
    text-align: left;
  }
}
/*------------------------------------------------------
product
------------------------------------------------------*/
.cmshtml .sec_product {
  padding: 130px 4%;
}
.cmshtml .sec_product > div {
  position: relative;
  z-index: 5;
}
.cmshtml .sec_product:before {
  background-color: #1D1E54;
  content: "";
  display: block;
  width: 20.7%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .product_inwrap {
  align-items: flex-start;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cmshtml .product_inwrap > div:first-child {
  width: 48%;
}
.cmshtml .product_inwrap > div:nth-child(2) {
  width: 70%;
}
.cmshtml .product_textbox {
  margin-top: auto;
  padding-top: 130px;
  position: relative;
  z-index: 5;
}
.cmshtml .product_tit {
  margin-left: 8%;
}
.cmshtml .product_textbox .in_textbox {
  background: #fff;
  box-shadow: #ccc 2px 2px 5px;
  padding: 35px 8% 50px;
  position: relative;
}
.cmshtml .product_txt {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.cmshtml .product_img {
  position: absolute;
  left: auto;
  right: 0;
  z-index: 0;
  height: calc(100% - 65px);
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_product {
    padding: 100px 4%;
  }
  .cmshtml .product_inwrap > div:first-child {
    width: 55%;
  }
  .cmshtml .product_textbox {
    padding-top: 40px;
  }
  .cmshtml .product_tit {
    margin-left: 4%;
  }
  .cmshtml .product_textbox .in_textbox {
    padding: 35px 4%;
  }
  .cmshtml .product_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .product_inwrap > div:first-child {
    width: 90%;
    max-width: 630px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_product {
    padding: 40px 4% 30px;
  }
  .cmshtml .sec_product:before {
    width: 35%;
  }
  .cmshtml .product_inwrap {
    padding-bottom: 60px;
  }
  .cmshtml .product_inwrap > div:first-child {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
  .cmshtml .product_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .product_textbox {
    padding: 0;
    margin-bottom: 15px;
  }
  .cmshtml .product_tit {
    margin-left: 4%;
    margin-bottom: 20px;
  }
  .cmshtml .product_textbox .in_textbox {
    box-shadow: #ccc 0px 0px 5px;
    padding: 15px 4%;
  }
  .cmshtml .product_txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .cmshtml .product_link {
    text-align: right;
  }
  .cmshtml .product_img {
    margin-left: auto;
    height: 150px;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 480px) {
  .cmshtml .product_inwrap {
    padding-bottom: 0;
  }
  .cmshtml .product_img {
    position: relative;
    left: auto;
    right: auto;
    z-index: auto;
  }
}
/*------------------------------------------------------
rec
------------------------------------------------------*/
.cmshtml .sec_rec {
  /*background: url("../img/bg_rec.jpg") no-repeat center;
  background-size: cover;*/
}
.cmshtml .sec_rec {
  color: #fff;
  padding: 80px 4% 125px;
  position: relative;
}
.cmshtml .sec_rec > * {
  position: relative;
  z-index: 5;
}
.cmshtml .sec_rec:before {
  background-color: rgba(0, 0, 0, 0.48);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .rec_inwrap {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .rec_tit {
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .rec_txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
.cmshtml .rec_link {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .cmshtml .rec_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_rec {
    padding: 60px 6%;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .rec_txt {
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 350px) {
  .cmshtml .rec_tit {
    font-size: 18px;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  max-width: 930px;
  width: 100%;
  margin: 130px auto 105px;
  padding: 0 4%;
}
.cmshtml .sec_bnr > div {
  width: calc(50% - 50px);
  margin: 0 25px 25px;
}
.cmshtml .bnrbox {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .bnr_img {
  height: 192px;
  z-index: 0;
  opacity: 0.48;
  transition: all 0.3s;
}
.cmshtml .bnrbox:hover .bnr_img {
  transform: scale(1.05);
  opacity: 0.9;
}
.cmshtml .bnr_textbox {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .bnr_txt, .cmshtml .bnr_txt a {
  color: #fff;
  transition: all 0.3s;
}
.cmshtml .bnr_txt {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_bnr {
    margin: 60px auto 40px;
  }
  .cmshtml .sec_bnr > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .bnr_img {
    height: 150px;
  }
  .cmshtml .bnr_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_bnr {
    margin: 30px auto 10px;
  }
  .cmshtml .sec_bnr > div {
    width: 100%;
    margin: 0 auto 20px;
  }
  .cmshtml .bnr_img {
    height: 120px;
  }
  .cmshtml .bnr_txt {
    font-size: 18px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #03044B;
  color: #fff;
  padding: 0;
}
.cmshtml .f_about {
  padding: 35px 2.6% 50px;
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 10px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_txt, .cmshtml .f_txt a {
  color: #fff;
}
.cmshtml .f_flex {
  margin: 10px auto;
}
.cmshtml .f_flex .f_txt + .f_txt {
  margin-left: 11px;
}
.cmshtml .f_sns {
  padding-left: 10px;
  align-items: center;
  position: relative;
}
.cmshtml .f_sns > div {
  margin-right: 10px;
  margin-bottom: 5px;
}
.cmshtml .sns_txt, .cmshtml .sns_txt a {
  color: #fff;
}
.cmshtml .sns_txt {
  font-size: 17px;
  font-weight: 600;
}
.cmshtml .sns_ico {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .cmshtml .f_sns > div {
    margin-right: 30px;
  }
}
.cmshtml #copy {
  background: #020308;
  padding: 13px 4%;
  text-align: center;
}
.cmshtml .copyright {
  color: #fff;
  font-size: 12px;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .cmshtml .f_about {
    padding: 35px 4%;
  }
  .cmshtml .f_logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .cmshtml .f_txt {
    text-align: center;
  }
  .cmshtml .f_flex {
    justify-content: center;
    margin-bottom: 20px;
  }
  .cmshtml .f_sns {
    padding: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_txt {
    font-size: 14px;
  }
  .cmshtml .sns_txt {
    font-size: 15px;
    font-weight: 500;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .f_txt {
    font-size: 12px;
    font-weight: 500;
  }
}
@media screen and (max-width: 350px) {
  .cmshtml .f_txt {
    font-size: 11px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #03044B;
  padding: 175px 4.4% 90px;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.4;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1730px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title {
  font-weight: 600;
}
.cmshtml .page_title01 {
  font-size: 105px;
  font-size: min(3.75vw, 72px);
  line-height: 1.3;
}
.cmshtml .page_title02 {
  font-size: 30px;
  padding: 0 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 30px 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1200px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #F3F4F6;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #F3F4F6;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 20px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #03044B;
}
.cmshtml .p_link {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 16px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #03044B;
  content: "";
  margin: auto;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2 {
  color: #03044B;
  font-size: 40px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 50px;
}
.cmshtml .rdplanetitle h2:before {
  background-image: url("../img/tit_illust.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  content: "";
  display: block;
  width: 118px;
  height: 45px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h3 {
  display: inline-block;
  color: #03044B;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.cmshtml .rdplanetitle h3:before {
  background-color: #D6D6E2;
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h4 {
  background: #03044B;
  color: #fff;
  font-size: 23px !important;
  font-weight: 600 !important;
  padding: 0px 12px;
}
.cmshtml .rdplanetitle h4 a {
  color: #fff;
}
.cmshtml .rdplanetitle h5 {
  background: #F3F4F6;
  color: #03044B;
  font-size: 23px !important;
  font-weight: 600 !important;
  padding: 5px 12px;
}
.cmshtml .rdplanetitle h6 {
  color: #333;
  font-size: 23px !important;
  font-weight: 600 !important;
  padding: 0px 20px;
}
.cmshtml .rdplanetitle h6:before {
  background-color: #03044B;
  border-radius: 4px;
  content: "";
  display: block;
  width: 6px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .tit_bdr_btm {
  border-bottom: 2px solid #03044B;
  color: #03044B;
  font-size: 23px;
  font-weight: 600;
  padding: 0px 12px !important;
  position: relative;
}
/*---------------
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: #03044B;
  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: #03044B;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #F3F4F6;
  border-left: 20px solid #03044B;
  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 #03044B;
  display: inline-block;
  color: #03044B;
  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: #03044B;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #03044B;
  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: 67px;
  min-width: 67px;
}
.cmshtml .tit_txt {
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  padding: 20px 0;
}
.cmshtml .qa_q {
  color: #03044B;
    font-size: 20px;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 48px;
  height: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #fff;
  border: 1px solid #03044B;
  content: "Q";
  color: #03044B;
}
.cmshtml .qa_a:before {
  background: #03044B;
  content: "A";
  color: #fff;
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 40px);
  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: 3px solid #03044B !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #282828 !important;
  width: 80%;
}
.cmshtml .bt_line .date, .cmshtml .bt_line .txt {
  color: #282828;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 34%;
  position: relative;
  z-index: 3;
}
.cmshtml .txt_div {
  background: #F3F4F6;
  line-height: 2;
  padding: 60px;
  padding-left: 6%;
  width: 66%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 0);
  margin-top: 85px;
}
.cmshtml .img_txt02 .txt_div {
  padding: 60px;
  padding-right: 6%;
  transform: translate(3%, 0);
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #03044B;
  position: relative;
}
.cmshtml .step_div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cmshtml .step_div > div:first-child {
  max-width: 130px;
  min-width: 130px;
}
.cmshtml .step_div > div:nth-child(2) {
  max-width: calc(100% - 130px);
}
.cmshtml .step_div > div + div {
  border-left: 1px solid #03044B;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #03044B;
  font-size: 28px;
  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 #03044B;
  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 #03044B;
  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: #03044B;
  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: #F3F4F6;
  color: #03044B;
}
.cmshtml .floor_imgs {
  background: #F3F4F6;
  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 {
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  display: block;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box + .acco_box {
  margin-top: 30px;
}
.cmshtml .acco_box:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  left: 22px;
  display: none;
}
.cmshtml .acco_tit {
  border: 1px solid #03044B;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 45px 15px 25px !important;
  position: relative;
}
.cmshtml .acco_tit.active {
  border-bottom-color: #F5F5F5;
}
.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 {
  background: #F5F5F5;
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 3%;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 5px solid #03044B;
}
.cmshtml .acco_box .acco_tit {
  color: #03044B;
}
.cmshtml .acco_box .acco_tit.active {
  background: #03044B;
  color: #fff;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #03044B;
}
.cmshtml .acco_box .acco_tit.active:before, .cmshtml .acco_box .acco_tit.active:after {
  background: #fff;
}
.cmshtml .acco_box.faq_acco:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #03044B;
  font-size: 25px;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 18px;
  left: 20px;
  transition: all 0.3s;
  z-index: 5;
}
.cmshtml .acco_box.faq_acco:has(.active):before {
  color: #fff;
}
.cmshtml .acco_box.faq_acco .acco_tit {
  padding: 15px 45px 15px 65px !important;
}
.cmshtml .acco_box.faq_acco .hide_area {
  padding: 15px 45px 15px 65px;
  position: relative;
}
.cmshtml .acco_box.faq_acco .hide_area:before {
  border-radius: 0;
  border: none;
  content: "A";
  color: #03044B;
  font-size: 25px;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 18px;
  left: 20px;
  transition: all 0.3s;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
.cmshtml .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
  transform: none !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmshtml .bg_fixed {
    background-attachment: scroll;
  }
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #F3F4F6;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .module {
  max-width: 1180px;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .maxWidth_1000 {
  max-width: 1000px;
}
.cmshtml .maxWidth_900 {
  max-width: 900px;
}
.cmshtml .maxWidth_800 {
  max-width: 800px;
}
.cmshtml .maxWidth_700 {
  max-width: 700px;
}
.cmshtml .maxWidth_600 {
  max-width: 600px;
}
.cmshtml .max_module {
  max-width: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}