@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;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-family: "Noto Serif JP", 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;
}
.cmshtml .oswald, .cmshtml .oswald * {
  font-family: "Oswald", 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: #033894;
  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: 20px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 1px solid #050634;
  color: #050634;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  padding: 7px 75px 7px 40px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  border-top: 2px solid #050634;
  border-right: 2px solid #050634;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  z-index: auto;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.cmshtml .link_btn a:hover {
  background: #050634;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.cmshtml .link_btn.btn_wh a {
  background: transparent;
  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: #265C9D;
}
.cmshtml .link_btn02 {
  color: #033894;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #033894 1px solid;
  display: inline-block;
  color: #033894;
  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: #033894;
  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: 1300px) {
  .cmshtml .link_btn {
    font-size: 16px;
  }
  .cmshtml .link_btn a {
    padding: 7px 45px 7px 25px;
  }
  .cmshtml .link_btn a:after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 35px 6px 20px;
  }
  .cmshtml .link_btn a:after {
    right: 15px;
  }
}
/*-----------------*/
.cmshtml .link_btn_c {
  color: #033894;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn_c {
  opacity: 0;
  transition: all 0.3s;
}
.cmshtml .toppage .link_btn_c:has(div) {
  opacity: 1;
  transition-delay: 0.5s;
}
.cmshtml .link_btn_c .wrap_btn {
  display: inline-block;
}
.cmshtml .link_btn_c a {
  background: #fff;
  box-shadow: #45A8FC 0 0 40px;
  border-radius: 50%;
  color: #033894;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_c a:after {
  border-right: 3px solid #033894;
  border-bottom: 2px solid #033894;
  content: "";
  display: block;
  margin: 10px auto 0;
  padding: 0;
  width: 30px;
  height: 7px;
  transition: all 0.3s;
  transform: skewX(45deg);
}
.cmshtml .link_btn_c a:hover {
  background: #033894;
  box-shadow: #45A8FC 0 0 40px;
  color: #fff;
}
.cmshtml .link_btn_c a:hover:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
@media screen and (max-width: 1000px) {
  .cmshtml .link_btn_c {
    font-size: 16px;
  }
  .cmshtml .link_btn_c a {
    padding: 15px 20px;
  }
  .cmshtml .link_btn_c a:after {
    border-right: 2px solid #033894;
    border-bottom: 2px solid #033894;
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn_c {
    font-size: 14px;
  }
  .cmshtml .link_btn_c a {
    padding: 10px;
  }
  .cmshtml .link_btn_c a:after {
    width: 24px;
    height: 6px;
  }
}
/*-----------------*/
.cmshtml .link_btn_btmArw {
  color: #033894;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_btmArw a {
  color: #033894;
  display: inline-block;
  text-decoration: none;
  padding: 0px 88px 6px 11px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn_btmArw a:before, .cmshtml .link_btn_btmArw a:after {
  background-color: #033894;
  content: "";
  display: block;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .link_btn_btmArw a:before {
  width: 96%;
  height: 2px;
  left: 0;
}
.cmshtml .link_btn_btmArw a:after {
  width: 2px;
  height: 13px;
  transform: rotate(-49deg);
  transform-origin: bottom left;
  right: 4%;
}
.cmshtml .link_btn_btmArw a:hover {
  color: #1898d1;
}
.cmshtml .link_btn_btmArw a:hover:before {
  background: #1898d1;
  width: 100%;
}
.cmshtml .link_btn_btmArw a:hover:after {
  background: #1898d1;
  right: 0;
}
@media screen and (max-width: 1300px) {
  .cmshtml .link_btn_btmArw {
    font-size: 16px;
  }
  .cmshtml .link_btn_btmArw a {
    padding: 0px 70px 6px 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn_btmArw {
    font-size: 14px;
  }
  .cmshtml .link_btn_btmArw a {
    padding: 0px 40px 6px 10px;
  }
  .cmshtml .link_btn_btmArw a:after {
    height: 10px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-left: 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.5s;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  width: 29%;
  max-width: 400px;
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
}
.cmshtml .logo a {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header.fixed {
    background: rgba(3, 56, 148, 0.8);
  }
  .cmshtml .fixed .logo {
    padding-top: 10px;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #444;
    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_li, .cmshtml .ub_txt, .cmshtml .ub_li {
    background: rgba(250, 250, 250, 0.9);
  }
  .cmshtml .drop-menu:hover .li_txt {
    background: white;
  }
}
@media screen and (min-width: 1851px) {
  .cmshtml .li_txt, .cmshtml .h_li {
    min-width: 160px;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
}
.cmshtml .drop-menu, .cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu, .cmshtml .h_li {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 20px;
  transition: all 0.3s;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #333;
  text-decoration: none;
}
.cmshtml .h_li:hover, .cmshtml .h_li:has(a):hover {
  background: white;
}
.cmshtml .h_li .primary, .cmshtml .h_li .secondary, .cmshtml .li_txt .primary, .cmshtml .li_txt .secondary {
  color: #333;
  text-align: center;
}
.cmshtml .h_li .primary, .cmshtml .li_txt .primary {
  font-size: 27px;
  font-weight: 500;
}
.cmshtml .h_li .secondary, .cmshtml .li_txt .secondary {
  font-size: 13px;
  font-weight: 600;
}
.cmshtml .nav_btn, .cmshtml .nav_btn a {
  background: #394D7B;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .nav_btn {
  border-top: 1px solid #394D7B;
  border-bottom: 1px solid #394D7B;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .nav_btn a {
  display: inline-block;
  padding: 27px 47px;
}
.cmshtml .nav_btn a:hover {
  background: #3D61B4;
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.cmshtml .drop_li, .cmshtml .ub_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #333;
  display: block;
  padding: 7px 0 7px 15px;
  position: relative;
}
.cmshtml .drop_li a:hover {
  background: #394D7B;
  color: #fff;
}
/*-----------------
drop_ub
-----------------*/
.cmshtml .drop_ub {
  position: relative;
}
.cmshtml .drop_ub a {
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .ub_txt {
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 7px 0 7px 15px;
}
.cmshtml .ub_txt:has(a) {
  padding: 0;
}
.cmshtml .ub_txt a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 7px 0 7px 15px;
  position: relative;
}
.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: #394D7B;
  }
  .cmshtml .drop_ub:hover .ub_txt, .cmshtml .drop_ub:hover .ub_txt a, .cmshtml .ub_li:hover, .cmshtml .ub_li a:hover {
    color: #fff;
  }
  .cmshtml .drop_ub:hover .ub_txt:after {
    background: #fff;
  }
  .cmshtml .ub_li {
    font-weight: 600;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background-color: #333;
  background-image: url("../img/chikyu.png");
  background-repeat: no-repeat;
  background-position: top 25px center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 60px 15px 28px;
  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: #666;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background-color: #666;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background-color: #666;
  }
  .cmshtml .selectlang_inner {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    width: 200px;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 100;
  }
}
/*------------------------------------------------------
mv
------------------------------------------------------*/
.cmshtml .mv_wrap {
  position: relative;
}
.cmshtml #mainvisual {
  position: relative;
  width: 100%;
}
.cmshtml .movie_area, .cmshtml #slide_wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.cmshtml .mbYTP_wrapper {
  position: relative !important;
}
.cmshtml .mbYTP_wrapper iframe {
  transform: translateY(-30px);
}
.cmshtml .movie_area {
  background: #666;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  background: rgba(75, 81, 88, 0.34);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 160px 3% 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catchcopy.mv_view {
  opacity: 1;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 600;
  /*text-shadow: #000 0 0 4px;*/
}
.cmshtml .catch_txt01 {
  font-size: 192px;
  font-size: min(19vh, 192px);
  line-height: 1;
  margin-bottom: 40px;
}
.cmshtml .catch_txt02 {
  font-size: 55px;
}
.cmshtml .catch_txt span {
  opacity: 0;
}
@media screen and (max-width: 1700px) {
  .cmshtml .catchcopy {
    padding: 125px 3% 10px;
  }
  .cmshtml .catch_txt01 {
    font-size: 120px;
    margin-bottom: 20px;
  }
  .cmshtml .catch_txt02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .cmshtml .catchcopy {
    padding: 85px 3% 10px;
  }
  .cmshtml .catch_txt01 {
    font-size: 100px;
  }
  .cmshtml .catch_txt02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .movie_area, .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catchcopy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 3% 10px;
  }
  .cmshtml .catch_txt01 {
    font-size: 80px;
  }
  .cmshtml .catch_txt02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .catchcopy {
    padding: 70px 20px 10px;
  }
  .cmshtml .catch_txt01 {
    font-size: 40px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  background: url("../img/bg_about.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 140px 4% 50px;
}
.cmshtml .about_inwrap {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .about_txt, .cmshtml .about_txt a {
  color: #fff;
}
.cmshtml .about_txt {
  font-size: 22px;
  font-weight: 600;
  line-height: 2.6666;
  text-shadow: #033894 1px 1px 3px;
}
.cmshtml .scroll {
  color: #033894;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.cmshtml .scroll:before {
  background-color: #033894;
  animation: down_bar 2s infinite;
  content: "";
  display: block;
  width: 2px;
  height: 47px;
  margin: auto;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: auto;
  transition: all 0.3s;
}
@keyframes down_bar {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: -10%;
    opacity: 0;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_about {
    padding: 80px 4% 50px;
  }
  .cmshtml .about_txt {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    padding: 60px 4% 30px;
  }
  .cmshtml .scroll {
    margin-top: 30px;
    font-size: 14px;
    padding-bottom: 40px;
  }
  .cmshtml .scroll:before {
    width: 1px;
    height: 30px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_about {
    border-top: 1px solid #666;
    background: linear-gradient(-45deg, #0041a8, #00112b);
    padding: 60px 4% 10px;
  }
  .cmshtml .about_inwrap {
    opacity: 1;
    transform: translateY(0px);
  }
  .cmshtml .about_txt {
    font-size: 16px;
    text-shadow: #000 1px 1px 3px;
  }
  .cmshtml .scroll {
    color: #fff;
  }
  .cmshtml .scroll:before {
    background-color: #fff;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .sec_about {
    padding: 40px 4% 10px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
  }
  .cmshtml .scroll {
    font-size: 12px;
    margin-top: 20px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  background: #DFE5EA;
  padding: 100px 4% 80px;
}
.cmshtml .info_inwrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .info_textbox {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .info_titwrap {
  margin-right: 75px;
  position: relative;
}
.cmshtml .info_tit {
  font-weight: 600;
}
.cmshtml .info_tit.tit_primary {
  color: #033894;
  font-size: 60px;
  line-height: 1;
}
.cmshtml .info_tit.tit_secondary {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding: 15px;
}
.cmshtml .news_div {
  background: #fff;
  flex-flow: nowrap;
  padding: 20px 60px 20px 35px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .news_div:hover, .cmshtml .news_div:has(a):hover {
  background: #F2F8FE;
  box-shadow: #45A8FC 0 0 10px;
}
.cmshtml .news_div:before, .cmshtml .news_div:after {
  background-color: #033894;
  content: "";
  display: block;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .news_div:before {
  width: 23px;
  height: 2px;
}
.cmshtml .news_div:after {
  width: 2px;
  height: 10px;
  bottom: 8px;
  transform: rotate(-49deg);
  transform-origin: bottom left;
}
.cmshtml .news_div + .news_div {
  margin-top: 25px;
}
.cmshtml .info_date, .cmshtml .info_txt, .cmshtml .info_date a, .cmshtml .info_txt a {
  color: #033894;
}
.cmshtml .info_date, .cmshtml .info_txt {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .info_date a, .cmshtml .info_txt a {
  text-decoration: none;
}
.cmshtml .info_date {
  max-width: 90px;
  min-width: 90px;
}
.cmshtml .info_txt {
  margin-left: 45px;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_info {
    padding: 80px 4%;
  }
  .cmshtml .info_textbox {
    margin-bottom: 40px;
  }
  .cmshtml .info_tit.tit_primary {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_info {
    padding: 60px 4%;
  }
  .cmshtml .info_textbox {
    margin-bottom: 20px;
  }
  .cmshtml .news_div {
    padding: 15px 60px 15px 20px;
  }
  .cmshtml .info_txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .info_tit.tit_primary {
    font-size: 50px;
  }
  .cmshtml .info_tit.tit_secondary {
    font-size: 18px;
    padding: 0 10px;
  }
  .cmshtml .news_div {
    padding: 15px 45px 15px 20px;
  }
  .cmshtml .news_div:before, .cmshtml .news_div:after {
    right: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    padding: 40px 4% 30px;
  }
  .cmshtml .info_tit.tit_primary {
    font-size: 40px;
  }
  .cmshtml .info_tit.tit_secondary {
    font-size: 16px;
  }
  .cmshtml .info_textbox {
    justify-content: space-between;
  }
  .cmshtml .info_titwrap {
    margin-right: 20px;
  }
  .cmshtml .scnews {
    padding: 10px;
  }
  .cmshtml .news_div {
    display: block;
    padding: 10px 30px 10px 15px;
  }
  .cmshtml .news_div:before, .cmshtml .news_div:after {
    right: 10px;
  }
  .cmshtml .news_div:before {
    width: 15px;
    height: 2px;
  }
  .cmshtml .news_div:after {
    width: 2px;
    height: 6px;
    bottom: 6px;
  }
  .cmshtml .news_div + .news_div {
    margin-top: 15px;
  }
  .cmshtml .info_date, .cmshtml .info_txt {
    font-size: 14px;
  }
  .cmshtml .info_txt {
    margin-left: 0;
  }
}
/*------------------------------------------------------
items
------------------------------------------------------*/
.cmshtml .sec_wrap {
  position: relative;
}
.cmshtml .sec_item {
  width: 100%;
  height: 93vw;
  height: 100vh;
  max-height: 1785px;
  position: relative;
}
.cmshtml .item_bg {
  z-index: 1;
}
.cmshtml .item_inwrap {
  position: absolute;
  z-index: 10;
}
.cmshtml .item_textbox {
  position: relative;
}
.cmshtml .item_fst_txt, .cmshtml .item_txt01, .cmshtml .item_txt02, .cmshtml .item_txt03, .cmshtml .item_catch {
  text-shadow: #fff 1px 1px 0px;
  text-shadow: #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px;
  text-shadow: #fff 1px 1px 3px;
}
.cmshtml .item_titwrap {
  display: flex;
}
.cmshtml .item_fst_txt {
  font-size: 337px;
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
}
.cmshtml .item_text_r {
  padding-top: 15px;
  position: relative;
}
.cmshtml .item_txt01 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.cmshtml .item_txt02 {
  border-bottom: 4px solid #333;
  color: #333;
  font-size: 130px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cmshtml .item_txt03 {
  color: #333;
  font-size: 45px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.cmshtml .item_catch {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  transform: translateY(-15px);
  line-height: 1;
}
.cmshtml .item_link {
  font-size: 20px;
  text-align: center;
}
.cmshtml .item_link.link_btn_c a:after {
  width: 50px;
  height: 10px;
  transform: skewX(47deg);
}
/*------------*/
.cmshtml .sec_item01 .item_inwrap {
  display: flex;
  padding: 5% 3%;
  top: 0;
  right: 0;
}
.cmshtml .sec_item01 .item_fst_txt {
  color: #033894;
}
.cmshtml .sec_item01 .item_textbox {
  margin-right: 50px;
}
/*------------*/
.cmshtml .sec_item02 .item_inwrap {
  display: flex;
  align-items: flex-start;
  padding: 5% 3%;
  bottom: 0;
  left: 0;
}
.cmshtml .sec_item02 .item_textbox {
  margin-right: 60px;
}
.cmshtml .sec_item02 .item_fst_txt {
  color: #033894;
}
/*------------*/
.cmshtml .sec_item03 .item_fst_txt {
  color: #394D7B;
}
.cmshtml .sec_item03 .item_inwrap {
  padding: 5% 3%;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
}
.cmshtml .sec_item03 .item_link {
  margin-right: 65px;
}
/*------------*/
.cmshtml .sec_item04 .item_inwrap {
  display: flex;
  align-items: flex-start;
  padding: 5% 3%;
  bottom: 0;
  right: 0;
}
.cmshtml .sec_item04 .item_textbox {
  margin-right: 70px;
}
.cmshtml .sec_item04 .item_fst_txt {
  color: #394D7B;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_item .item_inwrap {
    padding: 4% 4%;
  }
  .cmshtml .item_txt01 {
    font-size: 20px;
  }
  .cmshtml .item_txt03 {
    font-size: 30px;
  }
  .cmshtml .item_catch {
    font-size: 30px;
    transform: translateY(-20px);
  }
  .cmshtml .item_link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .item_fst_txt {
    font-size: 160px;
    line-height: 0.9;
  }
  .cmshtml .item_text_r {
    padding-top: 10px;
  }
  .cmshtml .sec_item .item_inwrap {
    padding: 60px 4%;
  }
  .cmshtml .item_txt01 {
    font-size: 16px;
  }
  .cmshtml .item_txt02 {
    font-size: 70px;
    border-bottom: 2px solid #333;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .cmshtml .item_txt03 {
    font-size: 20px;
  }
  .cmshtml .item_catch {
    font-size: 20px;
    transform: none;
  }
  .cmshtml .item_link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_item01 .item_textbox {
    margin-bottom: 30px;
  }
  .cmshtml .sec_item03 .item_link {
    margin-right: 30px;
  }
  .cmshtml .sec_item02 .item_textbox, .cmshtml .sec_item04 .item_textbox {
    margin-right: 30px;
  }
  .cmshtml .item_fst_txt {
    font-size: 100px;
    line-height: 1;
  }
  .cmshtml .item_txt02 {
    font-size: 40px;
  }
  .cmshtml .item_txt03 {
    font-size: 16px;
  }
  .cmshtml .item_catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .item_text_r {
    padding-top: 5px;
  }
  .cmshtml .sec_item01 .item_inwrap, .cmshtml .sec_item02 .item_inwrap, .cmshtml .sec_item04 .item_inwrap {
    display: block;
  }
  .cmshtml .sec_item03 .item_inwrap {
    display: block;
  }
  .cmshtml .sec_item04 .item_inwrap {
    left: 0;
    right: auto;
  }
  .cmshtml .sec_item01 .item_textbox, .cmshtml .sec_item02 .item_textbox, .cmshtml .sec_item03 .item_textbox, .cmshtml .sec_item04 .item_textbox {
    margin: 0 auto;
  }
  .cmshtml .item_fst_txt, .cmshtml .item_txt01, .cmshtml .item_txt02, .cmshtml .item_txt03, .cmshtml .item_catch {
    text-shadow: #fff 1px 1px 0px;
  }
  .cmshtml .sec_item .item_inwrap {
    padding: 30px 4%;
    transform: none!important;
  }
  .cmshtml .item_fst_txt {
    font-size: 75px;
  }
  .cmshtml .item_txt01 {
    font-size: 14px;
  }
  .cmshtml .item_txt02 {
    font-size: 18px;
  }
  .cmshtml .item_txt03 {
    font-size: 14px;
  }
  .cmshtml .item_catch {
    font-size: 14px;
  }
  .cmshtml .item_link {
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
  }
  .cmshtml .item_link.link_btn_c a:after {
    width: 40px;
    height: 8px;
  }
  .cmshtml .sec_item01 .item_link {
    text-align: right;
  }
  .cmshtml .sec_item03 .item_link {
    text-align: left;
    margin-right: 0;
    margin-left: auto;
  }
}
/*------------------------------------------------------
bnr
------------------------------------------------------*/
.cmshtml .sec_bnr {
  background: url("../img/bg_bnr.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 100px 4% 110px;
}
.cmshtml .bnr_inwrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .bnr_box {
  background: #fff;
  box-shadow: rgba(255, 255, 255, 0.5) 0 0 40px;
  position: relative;
}
.cmshtml .bnr_box + .bnr_box {
  margin-top: 60px;
}
.cmshtml .bnr_box > div:first-child {
  width: 74%;
}
.cmshtml .bnr_box > div:nth-child(2) {
  width: 26%;
}
.cmshtml .bnr_textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 3.8%;
  position: relative;
}
.cmshtml .bnr_tit {
  color: #033894;
  font-size: 30px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}
.cmshtml .bnr_tit:before {
  background-color: #033894;
  border-radius: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .bnr_txt {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.cmshtml .bnr_link {
  text-align: right;
}
.cmshtml .bnr_img {
  height: auto;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_bnr {
    padding: 100px 4% 90px;
  }
  .cmshtml .bnr_textbox {
    padding: 30px 3%;
  }
  .cmshtml .bnr_tit {
    padding-left: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .bnr_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .bnr_tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_bnr {
    padding: 60px 4% 50px;
  }
  .cmshtml .bnr_box + .bnr_box {
    margin-top: 30px;
  }
  .cmshtml .bnr_textbox {
    padding: 20px;
  }
  .cmshtml .bnr_tit {
    font-size: 18px;
    padding-left: 20px;
  }
  .cmshtml .bnr_tit:before {
    width: 6px;
    height: 6px;
  }
  .cmshtml .bnr_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .bnr_box {
    display: block;
  }
  .cmshtml .bnr_box > div:first-child, .cmshtml .bnr_box > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .bnr_textbox {
    padding: 20px 20px;
  }
  .cmshtml .bnr_img {
    height: 150px;
  }
  .cmshtml .bnr_img img {
    object-position: top center;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #050634;
  color: #fff;
  padding: 80px 4%;
}
.cmshtml #footer .inwrap {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .flink {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.cmshtml .flink > div {
  width: calc(25% - 30px);
  margin: 0 15px 25px;
}
.cmshtml .f_li {
  background: #050634;
  border-left: 2px solid #fff;
  padding: 0 20px 0 15px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .f_li:hover {
  background: #265C9D;
}
.cmshtml .f_li:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: auto;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.cmshtml .f_li .primary, .cmshtml .f_li .secondary, .cmshtml .f_li .primary a, .cmshtml .f_li .secondary a {
  color: #fff;
}
.cmshtml .f_li .primary {
  font-size: 20px;
  font-weight: 600;
}
.cmshtml .f_li .secondary {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  max-width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .f_link_btn {
  font-size: 12px;
  text-align: right;
}
.cmshtml .f_link_btn a {
  display: inline-block;
  color: #c6c6c6;
  text-decoration: none;
  padding-right: 10px;
  position: relative;
}
.cmshtml .f_link_btn a:hover {
  text-decoration: underline;
}
.cmshtml .f_link_btn a:before {
  background-color: #c6c6c6;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .copyright {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1700px) {
  .cmshtml .f_logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 1500px) {
  .cmshtml .flink > div {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .f_li:before {
    width: 10px;
    height: 10px;
  }
  .cmshtml .f_li .secondary {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml #footer {
    padding: 50px 4%;
  }
  .cmshtml .f_logo {
    max-width: 250px;
  }
  .cmshtml .flink {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .flink > div {
    width: calc(25% - 10px);
    margin: 0 5px 20px;
  }
  .cmshtml .f_li .primary {
    font-size: 16px;
  }
  .cmshtml .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .flink {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cmshtml .flink > div {
    width: calc(33.33333% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .f_li {
    border-left: 1px solid #fff;
    padding: 0 15px 0 10px;
  }
  .cmshtml .f_li:before {
    width: 8px;
    height: 8px;
    right: 5px;
  }
  .cmshtml .f_li .secondary {
    font-size: 12px;
    font-weight: 600;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .flink {
    border-bottom: 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cmshtml .flink > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .f_li {
    border-bottom: 1px solid #fff;
    padding: 5px 15px 10px 10px;
  }
  .cmshtml .f_link_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml #footer {
    padding: 30px 4% 50px;
  }
  .cmshtml .flink {
    border-bottom: none;
    padding-bottom: 0;
  }
  .cmshtml .flink > div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .cmshtml .f_li {
    padding: 5px 25px 5px 10px;
  }
  .cmshtml .f_li .primary {
    font-size: 14px;
  }
  .cmshtml .f_li:before {
    right: 12px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #000;
  border-bottom: 1px solid #ededed;
  padding: 250px 2% 150px;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.5;
}
.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-align: center;
}
.cmshtml .page_title01 {
  font-size: 50px;
}
.cmshtml .page_title02 {
  font-size: 22px;
  padding: 0 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 30px 0 60px;
}
.cmshtml .subpage_contents > * {
  max-width: 1300px;
  width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*---------------
blog contents
---------------*/
.cmshtml .blog_frame {
  background: #DFE5EA;
  padding: 30px 2%;
}
.cmshtml .module_blogwrapper {
  background: #fff;
  display: flex;
  align-items: flex-start;
  max-width: 1300px;
  margin: auto;
  padding: 20px;
}
.cmshtml #contents .module_blog {
  padding-right: 20px;
  margin: 0 !important;
  width: 70%;
}
.cmshtml .module_side {
  background: #DFE5EA;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.cmshtml .page_link > * {
  margin-left: 15px;
  margin-right: 15px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #033894;
}
.cmshtml .p_link {
  border-bottom: 4px double #6E8EC5;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 5px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .page_link .p_link a:hover {
  background: #033894;
  color: #fff;
}
.cmshtml .page_link .p_link a:after {
  border-top: 1px solid #033894;
  border-right: 1px solid #033894;
  content: "";
  margin: auto;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cmshtml .page_link .p_link a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2 {
  border-bottom: 1px solid #033894;
  color: #033894;
  font-size: 40px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1rem;
  padding: 25px 0 22px;
}
.cmshtml .rdplanetitle h3 {
  color: #050634;
  font-size: 36px !important;
  font-weight: 600 !important;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
.cmshtml .rdplanetitle h3:after {
  background-color: #050634;
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cmshtml .rdplanetitle h4 {
  background: linear-gradient(-45deg, #033894 0.14%, #1b83d6 100%);
  color: #fff;
  font-size: 30px !important;
  font-weight: 600 !important;
  padding: 5px 20px;
}
.cmshtml .rdplanetitle h4 a {
  color: #fff;
}
.cmshtml .rdplanetitle h5 {
  border-left: 2px solid #033894;
  color: #033894;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  padding: 0 20px;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #033894;
  content: "";
  width: 2px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h6 {
  color: #033894;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding: 0 0 5px;
}
.cmshtml .mini_title {
  text-align: center;
  position: relative;
}
.cmshtml .in_blk {
  border-top: 1px solid #033894;
  border-bottom: 1px solid #033894;
  display: inline-block;
  color: #033894;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
}
/*---------------
list block
---------------*/
.cmshtml .list01_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1260px;
}
.cmshtml .list01_inwrap li {
  list-style: disc !important;
  display: list-item;
  color: #033894;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1260px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #033894;
  font-weight: 500;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
  font-weight: 500;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #DFE5EA;
  border-left: 20px solid #033894;
  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 #033894;
  display: inline-block;
  color: #033894;
  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: #033894;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #033894;
  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: #033894;
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  /*border-bottom: 1px solid #ededed;*/
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  font-size: 16px;
  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: #033894;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #888;
  content: "A";
}
.cmshtml .qa_q > div, .cmshtml .qa_a > div {
  max-width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
}
.cmshtml .qa_q > div {
  padding: 10px 0px;
}
.cmshtml .qa_a > div {
  background: #fff;
  border: 1px solid #ededed;
  padding: 10px 20px;
}
.cmshtml .qa_a > div:before {
  background: #fff;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  z-index: 2;
  transform: rotateZ(-45deg);
}
/*---------------
bt line
---------------*/
.cmshtml .bt_line {
  justify-content: flex-start;
  flex-flow: nowrap;
}
.cmshtml .bt_line > div {
  padding: 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 1px solid #033894 !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: #DFE5EA;
  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 #033894;
  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 #033894;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #033894;
  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 #033894;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.cmshtml .step_txt {
  font-size: 16px;
  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 #033894;
  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: #033894;
  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: #DFE5EA;
  color: #033894;
}
.cmshtml .floor_imgs {
  background: #DFE5EA;
  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: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  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%;
}
.cmshtml .faq_acco .hide_area {
  padding-left: 65px;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 5px solid #033894;
}
.cmshtml .acco_box .acco_tit {
  color: #033894;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #033894;
}
.cmshtml .acco_box.faq_acco:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #033894;
  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;
}
.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: #033894;
  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;
}
/*---------------
blue_bnr_box
---------------*/
.cmshtml .blue_bnr_box {
  margin-bottom: 60px;
}
.cmshtml .blue_bnr_box > div {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}
.cmshtml .blue_bnr {
  box-shadow: 0 2px 20px rgba(0, 114, 186, 0.4);
  position: relative;
  transition: all 0.3s;
}
.cmshtml .blue_bnr:hover {
  opacity: 0.8;
}
.cmshtml .bb_img {
  height: 320px;
  overflow: hidden;
}
.cmshtml .bb_textbox {
  background: rgba(86, 130, 207, 0.6);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  padding-right: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .bb_textbox:before, .cmshtml .bb_textbox:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .bb_textbox:before {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  right: 50px;
}
.cmshtml .bb_textbox:after {
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 10px;
  height: 15px;
  right: 70px;
}
.cmshtml .bb_tit01, .cmshtml .bb_tit02 {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.cmshtml .bb_tit01 a, .cmshtml .bb_tit02 a {
  color: #fff;
}
.cmshtml .bb_tit01 {
  font-size: 32px;
}
.cmshtml .bb_tit02 {
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .blue_bnr_box > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .cmshtml .bb_img {
    height: 280px;
  }
  .cmshtml .bb_textbox {
    padding: 30px;
    padding-right: 80px;
  }
  .cmshtml .bb_textbox:before {
    right: 20px;
  }
  .cmshtml .bb_textbox:after {
    right: 40px;
  }
  .cmshtml .bb_tit01 {
    font-size: 26px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .blue_bnr_box > div {
    width: 100%;
    margin: 0 auto 20px;
  }
  .cmshtml .bb_tit01 {
    font-size: 22px;
  }
  .cmshtml .bb_tit02 {
    font-size: 14px;
  }
  .cmshtml .bb_textbox:before {
    width: 35px;
    height: 35px;
    right: 20px;
  }
  .cmshtml .bb_textbox:after {
    width: 8px;
    height: 12px;
    right: 32px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .bb_img {
    height: 220px;
  }
  .cmshtml .bb_textbox {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .cmshtml .bb_tit02 {
    margin-left: 0;
  }
}
/*---------------
profile_blk
---------------*/
.cmshtml .profi_column {
  margin-bottom: 60px;
}
.cmshtml .profile_blk {
  position: relative;
}
.cmshtml .profi_inwrap {
  display: flex;
  margin-bottom: 10px;
}
.cmshtml .profi_inwrap > div:nth-child(1) {
  width: 30%;
}
.cmshtml .profi_inwrap > div:nth-child(2) {
  width: 70%;
}
.cmshtml .profi_img {
  height: auto;
}
.cmshtml .profi_textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  position: relative;
}
.cmshtml .profi_position {
  color: #033894;
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .profi_year {
  color: #033894;
  font-size: 14px;
  font-weight: 500;
}
.cmshtml .profi_initial {
  color: #033894;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin: 5px 0 10px;
}
.cmshtml .profi_category {
  border: solid 1px #033894;
  border-radius: 4px;
  color: #033894;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
}
.cmshtml .profile_blk .profi_tags {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.cmshtml .profi_message {
  background: #DFE5EA;
  color: #033894;
  font-size: 16px;
  padding: 15px;
}
.cmshtml .bnr_3column_mgn .profi_message {
  font-size: 16px;
}
.cmshtml .bnr_3column_mgn .profi_inwrap > div:nth-child(1) {
  width: 140px;
}
.cmshtml .bnr_3column_mgn .profi_inwrap > div:nth-child(2) {
  width: calc(100% - 140px);
}
@media screen and (max-width: 1100px) {
  .cmshtml .bnr_2column_mgn .profi_inwrap > div:nth-child(1) {
    width: 140px;
  }
  .cmshtml .bnr_2column_mgn .profi_inwrap > div:nth-child(2) {
    width: calc(100% - 140px);
  }
  .cmshtml .profi_3column.bnr_3column_mgn > div {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px !important;
  }
  .cmshtml .profi_message {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .profi_2column.bnr_2column_mgn > div, .cmshtml .profi_3column.bnr_3column_mgn > div {
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .cmshtml .profi_position {
    font-size: 16px;
  }
  .cmshtml .profi_initial {
    font-size: 30px;
  }
  .cmshtml .profi_message, .cmshtml .bnr_3column_mgn .profi_message {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .profi_inwrap {
    display: block;
    margin-bottom: 0;
  }
  .cmshtml .profi_textbox {
    border-left: 1px solid #DFE5EA;
    border-right: 1px solid #DFE5EA;
    border-bottom: 1px solid #DFE5EA;
    padding: 15px;
  }
  .cmshtml .profi_inwrap > div:nth-child(1), .cmshtml .profi_inwrap > div:nth-child(2), .cmshtml .bnr_2column_mgn .profi_inwrap > div:nth-child(1), .cmshtml .bnr_2column_mgn .profi_inwrap > div:nth-child(2), .cmshtml .bnr_3column_mgn .profi_inwrap > div:nth-child(1), .cmshtml .bnr_3column_mgn .profi_inwrap > div:nth-child(2) {
    width: 100%;
  }
}
/*---------------
step_order
---------------*/
.cmshtml .step_order {
  max-width: 860px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .so_box {
  display: flex;
  padding-bottom: 30px;
  position: relative;
}
.cmshtml .so_box:before {
  background: #FEE11C;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: calc(100% - 82px);
  width: 2px;
  left: 34px;
  bottom: 6px;
}
.cmshtml .so_num {
  background: #FEE11C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  width: 70px;
  height: 70px;
}
.cmshtml .so_textbox {
  padding-top: 10px;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 70px);
}
.cmshtml .so_tit {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
.cmshtml .so_txt {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .cmshtml .so_num {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
  .cmshtml .so_textbox {
    padding-top: 10px;
    padding-left: 10px;
    width: calc(100% - 50px);
  }
  .cmshtml .so_box:before {
    height: calc(100% - 65px);
    left: 25px;
  }
  .cmshtml .so_tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .so_box:before {
    height: calc(100% - 44px);
    left: 14px;
  }
  .cmshtml .so_num {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
  .cmshtml .so_textbox {
    padding-top: 0;
    width: calc(100% - 30px);
  }
  .cmshtml .so_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cmshtml .so_txt {
    font-size: 14px;
  }
}
/*---------------
acco_drop
---------------*/
.cmshtml .acco_drop {
  margin-bottom: 60px;
}
.cmshtml .acco_drop > div {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}
.cmshtml .ad_box {
  position: relative;
}
.cmshtml .ad_tit {
  cursor: pointer;
  background: #033894;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 45px 20px 25px;
  position: relative;
}
.cmshtml .ad_tit a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .ad_tit:before, .cmshtml .ad_tit:after {
  background: #fff;
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .ad_tit:after {
  transform: rotate(90deg);
}
.cmshtml .ad_tit.active:after {
  transform: rotate(0deg);
}
.cmshtml .ad_hidearea {
  display: none;
}
.cmshtml .ad_txt {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  position: relative;
}
.cmshtml .ad_txt a {
  background-color: #fff;
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 80px 10px 25px;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .ad_txt a:hover {
  background: #E6F2F2;
}
.cmshtml .ad_txt a[href*=".pdf"]:before, .cmshtml .ad_txt a[href*=".doc"]:before, .cmshtml .ad_txt a[href*=".xls"]:before, .cmshtml .ad_txt a[href*=".xlsx"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 37px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  z-index: 10;
}
.cmshtml .ad_txt a[href*=".pdf"]:before {
  background-image: url("../img/ico_pdf.png");
}
@media screen and (max-width: 1000px) {
  .cmshtml .acco_drop > div {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .cmshtml .ad_txt {
    font-size: 15px;
    margin-top: 20px;
  }
  .cmshtml .ad_txt a {
    padding: 5px 60px 5px 15px;
  }
  .cmshtml .ad_txt a[href*=".pdf"]:before, .cmshtml .ad_txt a[href*=".doc"]:before, .cmshtml .ad_txt a[href*=".xls"]:before, .cmshtml .ad_txt a[href*=".xlsx"]:before {
    width: 25px;
    height: 33px;
    right: 15px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .acco_drop > div {
    width: 100%;
    margin: 0 auto 15px;
  }
  .cmshtml .ad_tit {
    font-size: 18px;
    padding: 10px 35px 10px 20px;
  }
  .cmshtml .ad_tit:before, .cmshtml .ad_tit:after {
    right: 12px;
  }
}
/*---------------
time_line
---------------*/
.cmshtml .time_line {
  margin-bottom: 60px;
}
.cmshtml .tl_box {
  flex-flow: nowrap;
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .tl_time {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  min-width: 170px;
  padding-right: 90px;
  line-height: 1.3;
  padding-top: 18px;
  position: relative;
}
.cmshtml .tl_time:before, .cmshtml .tl_time:after {
  background: #033894;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.cmshtml .tl_time:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: 28px;
  top: 18px;
}
.cmshtml .tl_time:after {
  height: calc(100% - 25px);
  width: 2px;
  right: 38px;
  bottom: -25px;
}
.cmshtml .tl_box:last-child .tl_time:after {
  height: calc(100% - 60px);
  bottom: -6px;
}
.cmshtml .tl_inwrap {
  display: flex;
}
.cmshtml .tl_textbox {
  background: #fff;
  border-radius: 11px;
  padding: 20px 25px;
}
.cmshtml .tl_tit {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cmshtml .tl_txt {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .tl_img {
  padding-left: 4%;
}
@media screen and (max-width: 1000px) {
  .cmshtml .tl_time {
    font-size: 22px;
    min-width: 115px;
    padding-right: 50px;
  }
  .cmshtml .tl_time:before {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 14px;
  }
  .cmshtml .tl_time:after {
    height: calc(100% - 15px);
    right: 24px;
    bottom: -40px;
  }
  .cmshtml .tl_tit {
    font-size: 22px;
  }
  .cmshtml .tl_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .tl_box {
    margin-bottom: 20px;
  }
  .cmshtml .tl_time {
    font-size: 18px;
    min-width: 65px;
    padding-right: 0;
    text-align: center;
  }
  .cmshtml .tl_time:before {
    background: #9dbdf6;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0.5;
  }
  .cmshtml .tl_time:after {
    background: #9dbdf6;
    height: calc(100% - 30px);
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: -1;
  }
  .cmshtml .tl_inwrap {
    display: block;
    width: calc(100% - 65px);
  }
  .cmshtml .tl_tit {
    font-size: 18px;
  }
  .cmshtml .tl_txt {
    font-size: 14px;
  }
  .cmshtml .tl_img {
    padding: 0 4%;
    margin-top: 20px;
    max-width: 240px;
  }
}
/*---------------
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 #DFE5EA;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .module {
  max-width: 1280px;
}
.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;
}
.cmshtml .max_module_area {
  background: #f1f8ff;
  padding: 40px 0;
  position: relative;
  margin: 0;
}
.cmshtml .subpage_contents:has(.max_module_area) {
  padding-bottom: 0;
}
.cmshtml .max_module_area .link_btn_c {
  opacity: 1;
}
.cmshtml .max_module_area > * {
  max-width: 1300px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .max_module_area > .module > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.cmshtml .max_module_area > .module, .cmshtml .max_module_area > .max_module {
  position: relative;
}
.cmshtml .max_module_area > .module {
  max-width: 1300px;
  width: 96%;
}
.cmshtml .max_module_area > .max_module {
  max-width: none;
  width: auto;
  position: relative;
}
.cmshtml .max_module_area > .module + .max_module, .cmshtml .max_module_area > .max_module + .module {
  margin-top: 30px;
}