@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;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .shippori_min, .cmshtml .shippori_min * {
  font-family: "Shippori Mincho", 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: #146FAB;
  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 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;
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #F2FAFF;
  border: 1px solid #1EB9EE;
  color: #146FAB;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 8px 50px 8px 40px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  border-top: 1px solid #146FAB;
  border-right: 1px solid #146FAB;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #1EB9EE;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cmshtml .link_btn02 {
  color: #146FAB;
  position: relative;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #146FAB 1px solid;
  display: inline-block;
  color: #146FAB;
  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: #146FAB;
  color: #fff;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before, .cmshtml .link_btn02 a[href*=".doc"]:before, .cmshtml .link_btn02 a[href*=".xls"]:before, .cmshtml .link_btn02 a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .link_btn02 a[href*=".pdf"]:before {
  background-image: url("../img/icon-pdf-m.svg");
}
.cmshtml .link_btn02 a[href*=".doc"]:before {
  background-image: url("../img/icon-word-m.svg");
}
.cmshtml .link_btn02 a[href*=".xls"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .link_btn02 a[href*=".xlsx"]:before {
  background-image: url("../img/icon-xcel-m.svg");
}
.cmshtml .wrap_link[class*="link_btn"] a, .cmshtml .wrap_link [class*="link_btn"] a {
  display: block;
  width: 100%;
  min-width: 1px;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 40px 6px 30px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-left: 5%;
  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: 85px;
}
@media screen and (max-width: 1400px) {
  .cmshtml #header + * {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1100px) {
  .cmshtml #header + * {
    margin-top: 51px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #header + * {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1001px) {
  .cmshtml #navigation > *:not(:first-child) {
    margin-left: 30px;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #146FAB;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after {
    width: 100%;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #146FAB;
  }
  .cmshtml .drop_li, .cmshtml .ub_txt, .cmshtml .ub_li {
    background: #fff;
  }
  .cmshtml .li_txt:after {
    border-bottom: 1px solid #146FAB;
    border-right: 1px solid #146FAB;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 1;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .cmshtml .drop-menu:hover .li_txt:after {
    transform: rotate(225deg);
    bottom: 0;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .contact_btn, .cmshtml .contact_btn a, .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 .contact_btn, .cmshtml .li_txt, .cmshtml .h_li {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .contact_btn a, .cmshtml .li_txt a, .cmshtml .h_li a {
  color: #333;
  display: inline-block;
  position: relative;
}
.cmshtml .contact_btn a:hover {
  background: #007ECD;
}
.cmshtml .h_li a:hover {
  color: #146FAB;
}
.cmshtml .contact_btn, .cmshtml .contact_btn a {
  background: #146FAB;
  color: #fff;
}
.cmshtml .contact_btn a {
  display: block;
  padding: 29px 47px;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .nav_drop {
    padding: 10px;
    min-width: 277px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    visibility: hidden;
  }
  .cmshtml .drop-menu:hover .nav_drop {
    background: #fff;
    box-shadow: #aaa 0 0 5px;
    visibility: visible;
  }
  .cmshtml .ub_txt, .cmshtml .drop_li {
    border-bottom: 1px solid #DCDCDC;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .cmshtml .ub_txt, .cmshtml .drop_li a {
    color: #333;
    display: block;
    padding: 7px;
    padding-right: 25px;
    position: relative;
  }
  .cmshtml .drop_li a:after, .cmshtml .ub_txt:after {
    border-top: 2px solid #146FAB;
    border-right: 2px solid #146FAB;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    z-index: 1;
    transform: rotate(45deg);
  }
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
}
.cmshtml .ub_txt, .cmshtml .drop_li a {
  color: #333;
  display: block;
  padding: 8px;
  position: relative;
}
.cmshtml .drop_li a:hover {
  background: #146FAB;
  color: #fff;
}
.cmshtml .drop_li a:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.cmshtml .drop_ub:hover .ub_txt:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  color: #333;
  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: #333;
}
@media screen and (min-width: 1001px) {
  .cmshtml .ub_list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    z-index: 10;
  }
  .cmshtml .drop_ub:hover .ub_txt:before {
    background: #fff;
  }
  .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: #146FAB;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
    color: #fff;
  }
  .cmshtml .ub_li {
    font-weight: 600;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  margin: 0 !important;
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #333;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 51px 15px 20px;
  transition: ease .2s;
}
.cmshtml .selectlang_btn:before {
  background-image: url("../img/chikyu.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  z-index: auto;
  transition: all 0.3s;
}
.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: #666;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #666;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #666;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .selectlang_btn {
    font-size: 13px;
    padding: 35px 15px 10px;
  }
  .cmshtml .selectlang_inner {
    background: #ededed;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
  width: 100%;
}
.cmshtml #slide_wrap {
  height: 750px;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  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 .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  text-shadow: #333 3px 4px 8px;
}
@media screen and (max-width: 1050px) {
  .cmshtml #slide_wrap {
    height: 600px;
  }
  .cmshtml .catch_txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml #slide_wrap {
    height: 450px;
  }
  .cmshtml .catch_txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .cmshtml #slide_wrap {
    height: 380px;
  }
  .cmshtml .catch_txt {
    font-size: 22px;
  }
}
/*------------------------------------------------------
title
------------------------------------------------------*/
.cmshtml .titwrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cmshtml .tit_primary, .cmshtml .tit_secondary, .cmshtml .tit_primary *, .cmshtml .tit_secondary * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .tit_primary, .cmshtml .tit_secondary {
  color: #146FAB;
}
.cmshtml .tit_primary {
  font-size: 28px;
  font-weight: 600;
  padding: 0 !important;
}
.cmshtml .tit_secondary {
  font-size: 18px;
  font-weight: 600;
  padding: 0 !important;
  padding-left: 100px !important;
  margin-left: 30px;
  position: relative;
}
.cmshtml .tit_secondary:before {
  background-color: #146FAB;
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1050px) {
  .cmshtml .tit_primary {
    font-size: 26px;
  }
  .cmshtml .tit_secondary {
    font-size: 16px;
    padding-left: 70px !important;
    margin-left: 20px;
  }
  .cmshtml .tit_secondary:before {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .titwrap {
    display: block;
  }
  .cmshtml .tit_primary {
    font-size: 24px;
  }
  .cmshtml .tit_secondary {
    font-size: 14px;
    padding-left: 40px !important;
    margin-left: 5px;
  }
  .cmshtml .tit_secondary:before {
    width: 30px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -125px;
  margin-bottom: 125px;
  z-index: 10;
}
.cmshtml .info_textbox {
  background: #146FAB;
  padding: 70px 89px 65px;
}
.cmshtml .info_tit {
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .info_tit, .cmshtml .info_tit a {
  color: #fff;
}
.cmshtml .info_link {
  text-align: center;
}
.cmshtml .info_inwrap {
  max-width: 1110px;
  width: 92%;
  margin: 0 auto;
}
.cmshtml .scnews {
  max-width: 900px;
  width: 92%;
  margin-left: auto;
  position: relative;
  overflow: auto;
  padding: 0 15px;
}
.cmshtml .news_div {
  border-bottom: 1px solid #DCDCDC;
  flex-flow: nowrap;
  padding: 20px;
}
.cmshtml .info_date {
  font-size: 16px;
  max-width: 120px;
  min-width: 120px;
}
.cmshtml .info_txt {
  font-size: 16px;
  font-weight: 500;
  margin-left: 50px;
}
@media screen and (max-width: 1500px) {
  .cmshtml .info_textbox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .cmshtml .sec_info {
    margin-top: -60px;
    margin-bottom: 100px;
  }
  .cmshtml .info_textbox {
    background: #146FAB;
    padding: 40px 70px;
    margin-bottom: 30px;
  }
  .cmshtml .info_tit {
    margin-bottom: 20px;
  }
  .cmshtml .info_txt {
    margin-left: 30px;
  }
  .cmshtml .info_inwrap {
    width: 100%;
  }
  .cmshtml .scnews {
    width: 100%;
  }
  .cmshtml .news_div {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_info {
    border-top: 1px solid #ACC5D5;
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .cmshtml .info_textbox {
    background: #146FAB;
    border-bottom: 1px solid #ACC5D5;
    padding: 20px 20px 30px;
    margin-bottom: 10px;
  }
  .cmshtml .news_div {
    display: block;
  }
  .cmshtml .info_date {
    font-size: 14px;
    font-weight: 400;
    max-width: none;
    min-width: 1px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .news_div {
    padding: 15px 10px;
  }
}
/*------------------------------------------------------
vision
------------------------------------------------------*/
.cmshtml .sec_vision {
  background: url("../img/bg_vision.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 4%;
}
.cmshtml .sec_vision:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s;
  opacity: 0.35;
}
.cmshtml .sec_vision > * {
  position: relative;
  z-index: 1;
}
.cmshtml .vision_inwrap {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .vision_inwrap > div:nth-child(1) {
  width: 56%;
}
.cmshtml .vision_inwrap > div:nth-child(2) {
  width: 44%;
}
.cmshtml .vision_textbox {
  padding-right: 6.5%;
  position: relative;
}
.cmshtml .vision_titwrap {
  margin-bottom: 20px;
}
.cmshtml .vision_catch {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  max-width: 635px;
}
.cmshtml .vision_txt {
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 40px;
}
.cmshtml .vision_imgs {
  padding: 95px 0 160px;
  position: relative;
}
.cmshtml .vision_img {
  box-shadow: rgba(0, 0, 0, 0.35) 3px 3px 6px;
}
.cmshtml .vision_img01 {
  max-width: 360px;
  width: 54%;
  height: 270px;
  z-index: 5;
}
.cmshtml .vision_img02 {
  max-width: 300px;
  width: 45%;
  height: 250px;
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 0;
  left: 22%;
  right: 0;
}
.cmshtml .vision_img03 {
  max-width: 300px;
  width: 45%;
  height: 400px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .cmshtml .vision_textbox {
    padding-right: 4%;
  }
  .cmshtml .vision_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .cmshtml .vision_catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cmshtml .vision_imgs {
    padding: 45px 0 100px;
    position: relative;
  }
  .cmshtml .vision_img01 {
    height: 220px;
  }
  .cmshtml .vision_img02 {
    height: 200px;
    left: 22%;
  }
  .cmshtml .vision_img03 {
    height: 300px;
  }
}
@media screen and (max-width: 850px) {
  .cmshtml .sec_vision {
    padding: 60px 4% 30px;
  }
  .cmshtml .vision_inwrap {
    display: block;
  }
  .cmshtml .vision_inwrap > div:nth-child(1), .cmshtml .vision_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .vision_textbox {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .cmshtml .vision_imgs {
    max-width: 668px;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .cmshtml .vision_catch {
    font-size: 16px;
  }
  .cmshtml .vision_txt {
    font-size: 14px;
  }
  .cmshtml .vision_imgs {
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .vision_img01 {
    height: 170px;
  }
  .cmshtml .vision_img02 {
    height: 150px;
  }
  .cmshtml .vision_img03 {
    height: 200px;
  }
}
/*------------------------------------------------------
busi
------------------------------------------------------*/
.cmshtml .sec_busi {
  background: url("../img/bg_busi.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 125px 4% 115px;
}
.cmshtml .busi_inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .busi_titwrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 25px;
}
.cmshtml .busi_tit_primary, .cmshtml .busi_tit_secondary, .cmshtml .busi_txt {
  color: #fff;
}
.cmshtml .busi_tit_primary, .cmshtml .busi_tit_secondary, .cmshtml .busi_txt {
  text-shadow: #143760 0 0 4px, #143760 0 0 4px, #143760 0 0 4px, #143760 0 0 4px;
}
.cmshtml .busi_tit_secondary:before {
  background-color: #fff;
  box-shadow: #143760 0 0 4px, #143760 0 0 4px, #143760 0 0 4px, #143760 0 0 4px;
}
.cmshtml .busi_txt {
  font-size: 17px;
  font-weight: 500;
  max-width: 950px;
  width: 100%;
  margin: 0 auto 65px;
}
.cmshtml .busi_bnrs {
  position: relative;
}
.cmshtml .busi_bnrs > div {
  width: calc(25% - 10px);
  margin: 0 5px 10px;
}
.cmshtml .busi_box {
  background: #fff;
  border: 1px solid #003355;
  padding: 40px 3.3%;
  position: relative;
  transition: all 0.4s ease;
}
.cmshtml .busi_box:before {
  border: 1px solid #003355;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cmshtml .busi_box:after {
  background: #003355;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  width: 28px;
  height: 31px;
  margin: auto;
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.cmshtml .busi_img {
  height: 210px;
  margin-bottom: 20px;
  overflow: hidden;
}
.cmshtml .busi_img img {
  height: 100% !important;
  transition: all 0.4s ease;
}
.cmshtml .subpage .busi_box {
    padding: 40px 40px;
}
.cmshtml .busi_name {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .busi_name, .cmshtml .busi_name a {
  color: #333333;
  text-decoration: none;
  transition: all 0.4s ease;
}
.cmshtml .busi_box:has(a):hover {
  background: #003355;
  border-color: #fff;
}
.cmshtml .busi_box:has(a):hover .busi_name, .cmshtml .busi_box:has(a):hover .busi_name a {
  color: #fff;
}
.cmshtml .busi_box:has(a):hover:before {
  border-color: #fff;
}
.cmshtml .busi_box:has(a):hover:after {
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_busi {
    padding: 80px 4% 100px;
  }
  .cmshtml .busi_txt {
    font-size: 16px;
    margin: 0 auto 40px;
  }
  .cmshtml .busi_box {
    padding: 30px 2%;
  }
  .cmshtml .busi_img {
    height: 180px;
  }
  .cmshtml .busi_name {
    font-size: 16px;
  }
    .cmshtml .subpage .busi_box {
        padding: 30px 25px;
    }

}
@media screen and (max-width: 1050px) {
  .cmshtml .sec_busi {
    padding: 80px 4% 60px;
  }
  .cmshtml .busi_inwrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .cmshtml .busi_bnrs > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .busi_box {
    padding: 20px 2% 35px;
  }
  .cmshtml .busi_name {
    font-size: 14px;
  }
    .cmshtml .subpage .busi_box {
        padding: 20px 12px 35px;
    }

    .cmshtml .subpage .rdhorizontalarea:has(.busi_box) {
        max-width: 600px;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .cmshtml .subpage .rdhorizontalarea:has(.busi_box) > div {
        width: calc(50% - 10px) !important;
        margin: 0 5px 10px !important;
    }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_busi {
    background-size: 130% 100%;
    padding: 60px 4% 30px;
  }
  .cmshtml .busi_box {
    padding: 12px 12px 35px;
  }
  .cmshtml .busi_box:after {
    height: 24px;
  }
  .cmshtml .busi_img {
    margin-bottom: 10px;
  }
  .cmshtml .busi_txt {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .busi_inwrap {
    max-width: 330px;
  }
  .cmshtml .busi_bnrs > div {
    width: 100%;
    margin: 0 auto 20px;
  }
    .cmshtml .subpage .rdhorizontalarea:has(.busi_box) {
        max-width: 330px;
        width: 100%!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
        .cmshtml .subpage .rdhorizontalarea:has(.busi_box) > div {
        width: 100% !important;
        margin: 0 auto 10px !important;
    }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  margin: 125px auto;
  padding: 0 4%;
}
.cmshtml .bnr_inwrap {
  background: linear-gradient(to right, #9BD7FF, #146FAB);
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.cmshtml .bnr_inwrap + .bnr_inwrap {
  margin-top: 20px;
}
.cmshtml .bnr_inwrap > div {
  width: 50%;
}
.cmshtml .bnr_img {
  height: auto;
}
.cmshtml .bnr_textbox {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.cmshtml .bnr_txt {
  padding: 0 5px;
  margin-bottom: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .bnr_link {
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .cmshtml .sec_bnr {
    margin: 80px auto;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .bnr_inwrap.bnr_re {
    flex-direction: column-reverse;
  }
  .cmshtml .bnr_inwrap > div {
    width: 100%;
  }
  .cmshtml .bnr_textbox {
    padding: 20px 15px;
  }
  .cmshtml .bnr_txt {
    padding: 0;
    font-size: 14px;
  }
  .cmshtml .bnr_img {
    height: 320px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.cmshtml #footer:before {
  background: linear-gradient(to right, #146FAB, #9BD7FF);
  content: "";
  display: block;
  width: 90%;
  height: 77.8%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml #footer .f_inwrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}
.cmshtml #footer .f_inwrap > div {
  width: 50%;
}
/*--------------
l_box
--------------*/
.cmshtml .l_box {
  padding-bottom: 25px;
  position: relative;
  z-index: 3;
}
.cmshtml .l_box > * {
  position: relative;
  z-index: 5;
}
.cmshtml .f_img {
  height: 544px;
  margin-bottom: 55px;
}
.cmshtml .copyright {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding-right: 9.4%;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #333;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
/*--------------
r_box
--------------*/
.cmshtml .r_box {
  background: #146FAB;
  padding: 80px 2% 100px 4.7%;
  position: relative;
  z-index: 1;
}
.cmshtml .r_box:before {
  background-color: #146FAB;
  content: "";
  display: block;
  width: 9.4%;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 100%;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
/*-------
contact
-------*/
.cmshtml .contact_box {
  margin-bottom: 100px;
}
.cmshtml .contact_titwrap {
  margin-bottom: 0;
}
.cmshtml .contact_tit_secondary:before {
  background: #fff;
}
.cmshtml .contact_txt {
  font-weight: 500;
  margin-bottom: 20px;
}
.cmshtml .tel_mail {
  position: relative;
}
.cmshtml .tel_box {
  position: relative;
}
.cmshtml .tel_num {
  font-size: 26px;
  font-weight: 600;
  padding: 0 10px 5px;
}
.cmshtml .tel_txt {
  font-weight: 500;
}
.cmshtml .mail_btn {
  margin-left: 35px;
  padding-top: 10px;
}
.cmshtml .contact_tit_primary, .cmshtml .contact_tit_secondary, .cmshtml .contact_txt, .cmshtml .tel_num, .cmshtml .tel_txt, .cmshtml .contact_tit_primary a, .cmshtml .contact_tit_secondary a, .cmshtml .contact_txt a, .cmshtml .tel_num a, .cmshtml .tel_txt a {
  color: #fff;
}
/*-------
f_about
-------*/
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 5px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .access_box {
  display: flex;
  align-items: flex-start;
}
.cmshtml .f_address, .cmshtml .f_address a {
  color: #fff;
}
.cmshtml .f_address {
  font-size: 16px;
  font-weight: 500;
}
.cmshtml .access_btn {
  font-size: 14px;
  font-weight: 600;
  margin-left: 25px;
}
.cmshtml .access_btn a {
  background: #F2FAFF;
  border: 1px solid #1EB9EE;
  color: #146FAB;
  padding: 0px 10px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .access_btn a:hover {
  background: #1EB9EE;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .cmshtml .f_img {
    height: 450px;
    margin-bottom: 20px;
  }
  .cmshtml .copyright {
    font-size: 12px;
    padding-right: 9.4%;
  }
  .cmshtml .r_box {
    padding: 40px 2% 60px 4%;
  }
  .cmshtml .contact_box {
    margin-bottom: 60px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
  }
  .cmshtml .tel_num {
    font-size: 22px;
    padding: 0 10px 5px;
  }
  .cmshtml .tel_txt {
    font-size: 12px;
  }
  .cmshtml .mail_btn {
    margin-left: 20px;
  }
  .cmshtml .mail_btn a {
    padding: 8px 40px 8px 15px;
  }
  .cmshtml .f_address {
    font-size: 14px;
  }
}
@media screen and (max-width: 1050px) {
  .cmshtml #footer:before, .cmshtml .r_box:before {
    display: none;
  }
  .cmshtml .l_box, .cmshtml .r_box {
    opacity: 1 !important;
    transform: none !important;
  }
  .cmshtml #footer .f_inwrap {
    flex-direction: column-reverse;
  }
  .cmshtml #footer .f_inwrap > div {
    width: 100%;
  }
  .cmshtml .l_box {
    padding-bottom: 10px;
  }
  .cmshtml .f_img {
    height: 180px;
    margin-bottom: 10px;
  }
  .cmshtml .copyright {
    padding-right: 0;
  }
  .cmshtml .r_box {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    padding: 50px 2%;
  }
  .cmshtml .contact_box {
    margin-bottom: 0;
    padding: 0px 0 10px;
  }
  .cmshtml .tel_mail {
    flex-flow: nowrap;
  }
  .cmshtml .tel_num {
    font-size: 18px;
    padding: 0;
  }
  .cmshtml .mail_btn {
    margin-left: 10px;
  }
  .cmshtml .mail_btn a {
    padding: 8px 30px 8px 10px;
    min-width: 168px;
  }
  .cmshtml .f_about {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    min-width: 350px;
  }
  .cmshtml .f_logo {
    margin-bottom: 10px;
  }
  .cmshtml .access_btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .cmshtml .access_box {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .copyright {
    font-size: 10px;
    padding: 0 10px;
  }
  .cmshtml .f_logo, .cmshtml .f_address, .cmshtml .access_btn, .cmshtml .contact_txt, .cmshtml .tel_num, .cmshtml .tel_txt, .cmshtml .mail_btn {
    text-align: center;
  }
  .cmshtml .r_box {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
  .cmshtml .r_box > div {
    width: 100%;
  }
  .cmshtml .contact_box {
    padding: 0 10px;
  }
  .cmshtml .contact_titwrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .cmshtml .tel_mail {
    display: block;
  }
  .cmshtml .mail_btn {
    margin-left: 0;
  }
  .cmshtml .f_about {
    border-right: none;
    border-bottom: 1px dashed #fff;
    margin-right: auto;
    min-width: 1px;
    padding: 0 10px 30px;
    margin-bottom: 20px;
  }
  .cmshtml .f_logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .f_logo {
    max-width: 80%;
    margin: 0 auto 15px;
  }
  .cmshtml .f_address, .cmshtml .contact_txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #143760;
  padding: 135px 2%;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 1;
}
.cmshtml #title_wrap .inwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cmshtml .page_title, .cmshtml .page_title a {
  color: #fff;
}
.cmshtml .page_title {
  text-shadow: #143760 0 0 4px, #143760 0 0 4px, #143760 0 0 4px, #143760 0 0 4px;
  text-align: center;
  font-weight: 600;
}
.cmshtml .page_title01 {
  font-size: 30px;
}
.cmshtml .page_title02 {
  font-size: 18px;
  padding: 0 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 30px 0 100px;
}
.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: #f3f3f3;
  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: #f3f3f3;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  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: #146FAB;
}
.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: 20px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #146FAB;
  content: "";
  margin: auto;
  width: 10px;
  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: #146FAB;
  font-size: 28px !important;
  font-weight: 600 !important;
  padding: 0 0 20px;
  text-align: center;
}
.cmshtml .rdplanetitle h2:after {
  background-color: #DCDCDC;
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: auto;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .rdplanetitle h3 {
  color: #146FAB;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 0 20px 4px;
  position: relative;
  z-index: 1;
}
.cmshtml .rdplanetitle h3:after {
  background-color: #DCDCDC;
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h4 {
  color: #003355;
  font-size: 24px !important;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 15px;
}
.cmshtml .rdplanetitle h4:before {
  background-color: #003355;
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h5 {
  border-bottom: 1px solid #146FAB;
  color: #003355;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 0 10px 10px;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #146FAB;
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h6 {
  background: linear-gradient(to right, #D6EFFF, #DCDCDC);
  color: #333;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 5px 20px;
}
/*---------------
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: #146FAB;
  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: #146FAB;
  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: #f3f3f3;
  border-left: 20px solid #146FAB;
  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 #146FAB;
  display: inline-block;
  color: #146FAB;
  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: #146FAB;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #aaa;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #999;
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  /*border-bottom: 1px solid #ededed;*/
  padding: 20px 0;
}
.cmshtml .qa_q {
  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 {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #146FAB;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #003355;
  content: "A";
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.cmshtml .qa_a > div:before {
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #146FAB !important;
  padding-right: 20px;
  width: 20%;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #ededed !important;
  width: 80%;
}
/*---------------
img text
---------------*/
.cmshtml .img_txt {
  align-items: flex-start;
  margin-bottom: 90px;
  position: relative;
}
.cmshtml .img_div {
  width: 40%;
  position: relative;
  z-index: 3;
}
.cmshtml .txt_div {
  background: #f3f3f3;
  line-height: 2;
  padding: 30px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 0);
  margin-top: 60px;
}
.cmshtml .img_txt02 .txt_div {
  padding: 30px;
  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 #146FAB;
  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 #146FAB;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #146FAB;
  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 #146FAB;
  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 #146FAB;
  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: #146FAB;
  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: #f3f3f3;
  color: #146FAB;
}
.cmshtml .floor_imgs {
  background: #f3f3f3;
  padding: 30px 2%;
}
.cmshtml .floor_imgs > div {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .floor_box {
  display: none;
}
.cmshtml .floor_box.active {
  display: block;
}
.cmshtml .floor_tit {
  color: #666;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .floor_inwrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.cmshtml .floor_map {
  margin-bottom: 40px;
}
.cmshtml .in_imgs > div {
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box:before {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  margin: auto;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 26px;
  left: 22px;
}
.cmshtml .acco_tit {
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 65px !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: 15px 3%;
  padding-left: 65px;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 3px solid #146FAB;
}
.cmshtml .acco_box .acco_tit {
  color: #146FAB;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #146FAB;
}
.cmshtml .acco_box.faq_acco:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #146FAB;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  left: 20px;
  transition: all 0.3s;
}
.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: #146FAB;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  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 #f3f3f3;
  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;
}