@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
    font-weight: 500;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .zen_kaku, .cmshtml .zen_kaku * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cmshtml .yu_gothic, .cmshtml .yu_gothic * {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmsbody {
  line-height: 1.7;
}
.cmshtml ul {
  margin: 0;
  padding: 0;
}
.cmshtml li {
  list-style: none;
}
.cmshtml li img {
  vertical-align: bottom;
}
.cmshtml img {
  vertical-align: bottom;
}
.cmshtml a {
  color: #0D7EC8;
  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 .tit_ja, .cmshtml .en_tit, .cmshtml .tit_ja *, .cmshtml .en_tit * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cmshtml .tit_ja {
  color: #0D7EC8;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0 !important;
  padding-left: 37px !important;
  position: relative;
}
.cmshtml .tit_ja:before {
  background-image: url("../img/title_dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 26px;
  height: 22px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
}
.cmshtml .en_tit {
  color: #2E2E2E;
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  padding: 0 5px!important;
}
.cmshtml .en_tit.subpage_tit {
  font-size: 35px;
}
@media screen and (max-width: 1200px) {
  .cmshtml .en_tit {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .tit_ja {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .cmshtml .en_tit {
    font-size: 32px;
  }
}
.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 [class*="link_btn"], .cmshtml [class*="link_btn"] * {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
}
.cmshtml .link_btn {
  color: #0D7EC8;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 2px solid #0D7EC8;
  border-radius: 60px;
  color: #0D7EC8;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 9px 70px 9px 35px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background: url("../img/link_arrow.png") no-repeat center;
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  margin: auto;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #0D7EC8;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  background-image: url("../img/link_arrow_wh.png");
}
.cmshtml .link_btn02 {
  color: #0D7EC8;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #0D7EC8 1px solid;
  display: inline-block;
  color: #0D7EC8;
  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: #0D7EC8;
  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: 35px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 6px 55px 6px 35px;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-right: 13px;
  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 {
  background: #fff;
  border-radius: 0 0 10px 0;
  padding: 20px 18px 20px 55px;
  position: relative;
}
.cmshtml .logo a {
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .cmshtml {
    /*.subpage #header #navigation,*/
  }
  .cmshtml #header {
    transition: all 0.3s;
  }
  .cmshtml #header:hover, .cmshtml #header.fixed {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  }
  .cmshtml #navigation {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  .cmshtml #header:hover #navigation, .cmshtml #header.fixed #navigation {
    opacity: 1;
    pointer-events: auto;
  }
  .cmshtml .drawer-nav {
    position: unset !important;
  }
  .cmshtml #navigation {
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transform: unset !important;
  }
  .cmshtml #navigation > *:not(:last-child) {
    margin-left: 55px;
  }
  .cmshtml #navigation > *.h_btn:not(:last-child) {
    margin-right: 6px;
        margin-left: 26px;
  }
  .cmshtml .li_txt,
  .cmshtml .li_txt a, .cmshtml .h_li a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cmshtml .li_txt:has(a) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cmshtml .li_txt a:after, .cmshtml .h_li a:after {
    background: #13599E;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    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: #13599E;
  }
}
/*------------------------------------------------------
navigation
------------------------------------------------------*/
.cmshtml #navigation {
  display: flex;
  align-items: center;
}
.cmshtml .li_txt, .cmshtml .h_li {
  position: relative;
}
.cmshtml .li_txt, .cmshtml .h_li, .cmshtml .drop_li, .cmshtml .li_txt a, .cmshtml .h_li a, .cmshtml .drop_li a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .li_txt, .cmshtml .h_li {
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #2E2E2E;
  display: inline-block;
  position: relative;
}
.cmshtml .h_li a:hover {
  color: #13599E;
}
.cmshtml .h_btn {
  color: #2E2E2E;
  font-weight: 600;
  position: relative;
}
.cmshtml .h_btn a {
  color: #2E2E2E;
  display: block;
  text-decoration: none;
  padding: 11px 23px;
  transition: all 0.3s;
}
@media screen and (min-width: 1001px) {
  .cmshtml .h_btn a {
    color: #fff;
  }
  .cmshtml .skyBule_btn a {
    background: #0D7EC8;
    border: 2px solid #0D7EC8;
  }
  .cmshtml .bule_btn a {
    background: #014099;
    border: 2px solid #014099;
  }
  .cmshtml .skyBule_btn a:hover {
    background: #fff;
    color: #0D7EC8;
  }
  .cmshtml .bule_btn a:hover {
    background: #fff;
    color: #014099;
  }
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.cmshtml .drop_area {
  padding: 15px 0;
}
.cmshtml .drop_tit {
  color: #2E2E2E;
}
.cmshtml .drop_tit a {
  color: #2E2E2E;
  text-decoration: none;
}
.cmshtml .drop_li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.cmshtml .drop_li a {
  color: #2E2E2E;
  display: block;
  padding-left: 15px;
  position: relative;
}
.cmshtml .drop_li a:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #14A2E5;
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .drop_li a:hover {
  color: #14A2E5;
}
@media screen and (min-width: 1001px) {
  .cmshtml .drop-menu:hover .nav_drop {
    background: rgba(198, 224, 244, 0.9);
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  }
  .cmshtml .drop_area {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
  }
  .cmshtml .drop_tit {
    font-size: 18px;
    font-weight: 600;
    padding: 8px 55px 8px 0;
    border-right: 1px solid #014099;
    min-width: 150px;
  }
  .cmshtml .drop_list {
    display: flex;
    flex-flow: row wrap;
    padding-left: 40px;
  }
  .cmshtml .drop_li {
    margin-right: 30px;
  }
  .cmshtml .drop_li a:before {
    opacity: 0;
  }
  .cmshtml .drop_li a:hover:before {
    opacity: 1;
  }
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
}
.cmshtml .selectlang_btn {
  background: #0D7EC8;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  transition: ease .2s;
}
.cmshtml .selectlang:hover .selectlang_btn {
  color: #fff;
}
.cmshtml .selectlang_inner {
  display: none;
}
.cmshtml .selectlang_inner > div + div {
  border-top: 1px dashed #3aacf7;
}
.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: #3aacf7;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #3aacf7;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #3aacf7;
  }
  .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 .scroll {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 55px;
  height: 100%;
  padding-bottom: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .scroll:before {
  background-color: #2E2E2E;
  content: "";
  display: block;
  width: 2px;
  height: 166px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  z-index: auto;
  transition: all 0.3s;
  animation: down_bar 2s infinite;
}
@keyframes down_bar {
  0% {
    height: 166px;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
.cmshtml #mainvisual, .cmshtml .mbYTP_wrapper {
  width: calc(100% - 55px) !important;
  margin-left: 55px;
}
.cmshtml #mainvisual {
  position: relative;
  height: 910px;
  overflow: visible;
}
.cmshtml #mainvisual .inwrap {
  position: relative;
}
.cmshtml #slide_wrap, .cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .catchcopy {
  background: rgba(60, 60, 60, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catchcopy.mv_view {
  opacity: 1;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-weight: 500;
  text-align: center;
}
.cmshtml .catch_txt01 {
  font-size: 62px;
}
.cmshtml .catch_txt02 {
  font-size: 34px;
}
.cmshtml .mv_img {
  background: #fff;
  border-radius: 10px 0 0 0;
  padding: 18px 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .cmshtml #mainvisual {
    height: 700px;
  }
  .cmshtml .catch_txt01 {
    font-size: 50px;
  }
  .cmshtml .catch_txt02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml #mainvisual {
    height: 600px;
  }
  .cmshtml .catch_txt01 {
    font-size: 40px;
  }
  .cmshtml .catch_txt02 {
    font-size: 22px;
  }
  .cmshtml .mv_img {
    padding: 10px 25px;
    max-width: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #mainvisual, .cmshtml .mbYTP_wrapper {
    width: 100% !important;
    margin-left: 0;
  }
  .cmshtml #mainvisual {
    height: 500px;
  }
  .cmshtml .catch_txt01 {
    font-size: 30px;
  }
  .cmshtml .catch_txt02 {
    font-size: 18px;
  }
  .cmshtml .scroll {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml #mainvisual {
    height: 450px;
  }
  .cmshtml .catch_txt01 {
    font-size: 24px;
  }
  .cmshtml .catch_txt02 {
    font-size: 16px;
  }
  .cmshtml .mv_img {
    background: rgba(255, 255, 255, 0.8);
    max-width: 300px;
    width: 90%;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .cmshtml #mainvisual {
    height: 400px;
  }
}
/*------------------------------------------------------
about
------------------------------------------------------*/
.cmshtml .sec_about {
  margin-left: auto;
  margin-bottom: 118px;
}
.cmshtml .sec_about:before {
  background-color: #F5F9FF;
  content: "";
  display: block;
  width: calc(100% - 55px);
  height: calc(100% - 68px);
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.cmshtml .about_inwrap {
  position: relative;
}
.cmshtml .about_inwrap:before, .cmshtml .about_inwrap:after {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .about_inwrap:before {
  background-image: url("../img/picto01.png");
  background-position: left top;
  width: 16%;
  height: 57%;
  left: 0;
  top: 0;
}
.cmshtml .about_inwrap:after {
  background-image: url("../img/picto02.png");
  background-position: right bottom;
  width: 19.5%;
  height: 120%;
  right: 0;
  bottom: -60%;
}
.cmshtml .about_area {
  max-width: 1350px;
  width: 96%;
  margin: 0 auto;
  padding: 130px 4.7% 145px;
  position: relative;
}
.cmshtml .about_area:before, .cmshtml .about_area:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .about_area:before {
  background-image: url("../img/about_illust01.png");
  background-position: left bottom;
  content: "";
  display: block;
  width: 19%;
  height: 43%;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .about_area:after {
  background-image: url("../img/about_illust02.png");
  background-position: right top;
  content: "";
  display: block;
  width: 19%;
  height: 43%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .about_area > div:nth-child(1) {
  width: 45%;
}
.cmshtml .about_area > div:nth-child(2) {
  width: 55%;
}
.cmshtml .about_box_l {
  position: relative;
  z-index: 1;
}
.cmshtml .about_tit_en {
  margin-bottom: 25px;
}
.cmshtml .about_catch {
  color: #2E2E2E;
  font-size: 40px;
  font-weight: 600;
}

.cmshtml .about_box_r {
  padding-top: 135px;
  position: relative;
  z-index: 1;
}
.cmshtml .about_txt {
  color: #2E2E2E;
  font-weight: 500;
  margin-bottom: 45px;
}
.cmshtml .about_link {
  position: relative;
}
@media screen and (max-width: 1500px) {
  .cmshtml .about_inwrap:before, .cmshtml .about_inwrap:after {
    opacity: 0.5;
  }
  .cmshtml .about_area {
    padding: 100px 4% 130px;
  }
  .cmshtml .about_area:before, .cmshtml .about_area:after {
    opacity: 0.8;
  }
  .cmshtml .about_area > div:nth-child(1) {
    width: 400px;
  }
  .cmshtml .about_area > div:nth-child(2) {
    width: calc(100% - 400px);
  }
  .cmshtml .about_catch {
    font-size: 30px;
  }
  .cmshtml .about_box_r {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .about_inwrap:after {
    height: 100%;
    bottom: -40%;
  }
  .cmshtml .about_area:after {
    top: 20px;
  }
  .cmshtml .about_area > div:nth-child(1) {
    width: 300px;
  }
  .cmshtml .about_area > div:nth-child(2) {
    width: calc(100% - 300px);
  }
  .cmshtml .about_box_r {
    padding-top: 0;
  }
  .cmshtml .about_catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_about {
    margin-bottom: 60px;
  }
.cmshtml .about_box_l, .cmshtml .about_box_r {
    opacity: 1!important;
    transform: translate(0)!important;
}
  .cmshtml .sec_about:before {
    width: 100%;
    height: calc(100% - 20px);
  }
  .cmshtml .about_inwrap:after {
    bottom: -20%;
  }
  .cmshtml .about_area {
    padding: 60px 4%;
  }
  .cmshtml .about_area > div:nth-child(1), .cmshtml .about_area > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .about_box_l {
    margin-bottom: 30px;
  }
  .cmshtml .about_link {
    text-align: right;
  }
  .cmshtml .about_area:before {
    width: 120px;
    height: 120px;
    transform: translateY(20%);
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .about_inwrap:after {
    bottom: 0;
  }
  .cmshtml .about_area {
    padding: 30px 4% 60px;
  }
  .cmshtml .about_area:after {
    width: 80px;
    height: 80px;
  }
  .cmshtml .about_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------
busi
------------------------------------------------------*/
.cmshtml .sec_busi {
  padding: 0 0 170px;
  margin-bottom: 110px;
}
.cmshtml .sec_busi:before {
  background-image: url("../img/picto03.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  content: "";
  display: block;
  width: 23%;
  height: 46%;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: -23%;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .sec_busi > * {
  position: relative;
  z-index: 1;
}
.cmshtml .busi_inwrap {
  background: #D8E8FF;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  border-radius: 70px 0 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  width: 95%;
  margin: 0 auto;
  padding: 75px 4% 55px;
}
.cmshtml .busi_inwrap > * {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.cmshtml .busi_inwrap:before {
  background-image: url("../img/busi_illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 14%;
  height: 32%;
  margin: auto;
  position: absolute;
  right: 5.5%;
  bottom: -17%;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .busi_tit_ja {
  width: auto;
}
.cmshtml .busi_tit_en {
  text-align: center;
  margin-bottom: 30px;
}
.cmshtml .busi_catch {
  color: #2E2E2E;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.cmshtml .busi_txt {
  color: #2E2E2E;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.cmshtml .busi_boxs {
  margin-bottom: 85px;
  position: relative;
}
.cmshtml .busi_boxs > div {
  width: calc(25% - 20px);
  margin: 0 10px;
}
.cmshtml .busi_box {
  background: #fff;
  padding: 40px 10px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .busi_box:hover {
  background: #0D7EC8;
}
.cmshtml .busi_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
}
.cmshtml .busi_name, .cmshtml .busi_box_txt {
  color: #2E2E2E;
}
.cmshtml .busi_box:hover, .cmshtml .busi_box:hover a, .cmshtml .busi_box:hover .busi_name, .cmshtml .busi_box:hover .busi_box_txt {
  color: #fff;
}
.cmshtml .busi_name {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.cmshtml .busi_box_txt {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.cmshtml .busi_link {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cmshtml .sec_busi {
    padding: 0 0 100px;
    margin-bottom: 100px;
  }
  .cmshtml .busi_boxs {
    margin-bottom: 40px;
  }
  .cmshtml .busi_boxs > div {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .cmshtml .busi_catch {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .cmshtml .busi_name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_busi:before {
    bottom: 0;
  }
  .cmshtml .busi_inwrap {
    border-radius: 40px 0 40px 0;
    padding: 40px 2%;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_busi {
    padding: 0 0 100px;
    margin-bottom: 20px;
  }
  .cmshtml .busi_catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .busi_boxs > div {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .cmshtml .busi_box {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .busi_inwrap:before {
    width: 120px;
    height: 120px;
    right: 2%;
    bottom: 0;
    transform: translateY(80%);
  }
  .cmshtml .busi_inwrap {
    border-radius: 20px 0 20px 0;
  }
  .cmshtml .busi_boxs {
    margin-bottom: 20px;
  }
  .cmshtml .busi_catch {
    font-size: 16px;
  }
  .cmshtml .busi_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .cmshtml .busi_box_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .busi_boxs > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .cmshtml .busi_txt {
    text-align: left;
  }
}
/*------------------------------------------------------
hbe-saver
------------------------------------------------------*/
.cmshtml .sec_hbe-saver {
  padding-bottom: 120px;
  margin-bottom: 135px;
}
.cmshtml .sec_hbe-saver:before {
  background-image: url("../img/hbe_illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  content: "";
  display: block;
  width: 20%;
  height: 231px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
  transform: translateX(-56px);
}
.cmshtml .hbe-saver_inwrap {
  background: #FBFDFF;
  position: relative;
}
.cmshtml .hbe-saver_inwrap > div:nth-child(1) {
  width: 47.4%;
}
.cmshtml .hbe-saver_inwrap > div:nth-child(2) {
  width: 52.6%;
}
.cmshtml .hbe-saver_img {
  height: auto;
  position: relative;
}
.cmshtml .hbe-saver_img img {
  border-radius: 0 50px 0 0;
}
.cmshtml .hbe-saver_textbox {
  padding: 90px 5% 30px;
  position: relative;
}
.cmshtml .hbe-saver_textarea {
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.cmshtml .hbe-saver_titwrap {
  position: relative;
  margin-bottom: 20px;
}
.cmshtml .hbe-saver_txt {
  color: #2E2E2E;
  font-weight: 600;
  max-width: 510px;
  padding-left: 30px;
}
.cmshtml .hbe-saver_list {
  margin-bottom: 35px;
  position: relative;
}
.cmshtml .hbe-saver_list > div {
  width: 50%;
}
.cmshtml .hbe-saver_li {
  color: #2E2E2E;
  font-weight: 600;
  position: relative;
}

.cmshtml .hbe-saver_li a {
  background: #FBFDFF;
  display: block;
  color: #2E2E2E;
  text-decoration: none;
  padding: 13px 30px 13px 18px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .hbe-saver_li a:hover {
  background: #F1F6FB;
}
.cmshtml .hbe-saver_li a:before {
  background-image: url("../img/info_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .hbe-saver_link {
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .cmshtml .sec_hbe-saver {
    padding-bottom: 60px;
  }
  .cmshtml .sec_hbe-saver:before {
    height: 135px;
    transform: translateX(-50%);
  }
  .cmshtml .hbe-saver_inwrap > div:nth-child(1) {
    width: 40%;
  }
  .cmshtml .hbe-saver_inwrap > div:nth-child(2) {
    width: 60%;
  }
  .cmshtml .hbe-saver_textbox {
    padding: 30px 2%;
  }
  .cmshtml .hbe-saver_txt {
    max-width: none;
    padding: 0 10px;
  }
  .cmshtml .hbe-saver_list {
    margin-bottom: 20px;
  }
  .cmshtml .hbe-saver_li {
    font-size: 14px;
  }
  .cmshtml .hbe-saver_li a {
    padding: 10px 30px 10px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_hbe-saver {
    margin-bottom: 60px;
  }
  .cmshtml .sec_hbe-saver:before {
    width: 20%;
    left: auto;
    right: 4%;
    height: 135px;
    transform: none;
  }
  .cmshtml .hbe-saver_inwrap {
    flex-direction: column-reverse;
  }
  .cmshtml .hbe-saver_inwrap > div:nth-child(1), .cmshtml .hbe-saver_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .hbe-saver_img {
    height: 250px;
  }
  .cmshtml .hbe-saver_textbox {
    padding: 40px 2%;
  }
  .cmshtml .hbe-saver_img img {
    border-radius: 0 30px 0 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_hbe-saver {
    margin-bottom: 30px;
  }
  .cmshtml .hbe-saver_list > div {
    width: 100%;
  }
  .cmshtml .hbe-saver_li a {
    padding: 10px 25px 10px 10px;
  }
  .cmshtml .hbe-saver_li a:before {
    width: 6px;
    height: 10px;
    right: 8px;
  }
}
/*------------------------------------------------------
project
------------------------------------------------------*/
.cmshtml .sec_project {
  padding-bottom: 100px;
}
.cmshtml .sec_project > * {
  position: relative;
  z-index: 1;
}
.cmshtml .sec_project:before {
  background-image: url("../img/picto04.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  content: "";
  display: block;
  width: 21%;
  height: 74%;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -29%;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .project_slide {
  display: flex;
}
.cmshtml .project_img {
  height: 455px;
  margin: 0 25px;
}
.cmshtml .project_inwrap {
  background: #fff;
  box-shadow: #F1F8FC 0 10px 10px;
  border-radius: 70px 0 70px 0;
  max-width: 1440px;
  width: 92%;
  margin: 0 auto;
  padding: 60px 200px 60px 6%;
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
}
.cmshtml .project_inwrap:before {
  background-image: url("../img/btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  content: "";
  display: block;
  width: 77px;
  height: 77px;
  margin: auto;
  position: absolute;
  right: 105px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.cmshtml .project_inwrap:hover:before {
  background-image: url("../img/btn_hover.png");
}
.cmshtml .project_titwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
}
.cmshtml .project_catch {
  color: #2E2E2E;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

.cmshtml .project_txt {
  color: #2E2E2E;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .cmshtml .project_img {
    margin: 0 10px;
  }
  .cmshtml .project_inwrap {
    padding: 60px 100px 60px 4%;
    transform: translateY(-10%);
  }
  .cmshtml .project_inwrap:before {
    width: 38px;
    height: 40px;
    right: 50px;
  }
  .cmshtml .project_titwrap {
    margin-right: 80px;
  }
  .cmshtml .project_catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .project_inwrap {
    display: block;
    padding: 60px 100px 60px 4%;
  }
  .cmshtml .project_titwrap {
    align-items: flex-start;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .cmshtml .project_catch {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .project_inwrap {
    border-radius: 40px 0 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .project_img {
    margin: 0 10px;
  }
  .cmshtml .project_inwrap {
    padding: 30px 100px 30px 4%;
    margin-top: 30px;
    transform: none;
  }
  .cmshtml .project_inwrap:before {
    width: 38px;
    height: 40px;
    right: 50px;
  }
  .cmshtml .project_catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_project {
    padding-bottom: 50px;
  }
  .cmshtml .project_inwrap {
    border-radius: 20px 0 20px 0;
    margin-top: 10px;
    padding: 30px 4% 70px;
  }
  .cmshtml .project_inwrap:before {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .cmshtml .project_img {
    margin: 0 5px;
  }
  .cmshtml .project_catch {
    font-size: 18px;
  }
  .cmshtml .project_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
tec_vision
------------------------------------------------------*/
.cmshtml .sec_tec_vision {
  margin: 0 auto 215px;
}
.cmshtml .sec_tec_vision > * {
  position: relative;
  z-index: 2;
}
.cmshtml .sec_tec_vision:before {
  background-image: url("../img/picto05.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  content: "";
  display: block;
  width: 20.5%;
  height: 80%;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: -58.5%;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .tv_inwrap {
  background: #044099;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  color: #fff;
  border-radius: 70px 0 70px 0;
  max-width: 1660px;
  width: 92%;
  margin: 0 auto;
  padding: 100px 10%;
  justify-content: space-between;
  position: relative;
}
.cmshtml .tv_inwrap > div {
  width: calc(50% - 100px);
}
.cmshtml .tv_box {
  position: relative;
}
.cmshtml .tv_tit_ja, .cmshtml .tv_tit_en, .cmshtml .tv_catch, .cmshtml .tv_txt, .cmshtml .tv_link, .cmshtml .tv_tit_ja a, .cmshtml .tv_tit_en a, .cmshtml .tv_catch a, .cmshtml .tv_txt a, .cmshtml .tv_link a {
  color: #fff;
}
.cmshtml .tv_tit_en {
  margin-bottom: 25px;
}
.cmshtml .tv_img {
  margin-bottom: 30px;
  position: relative;
}
.cmshtml .tv_img img {
  border-radius: 40px;
}
.cmshtml .tv_catch {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}
.cmshtml .tv_txt {
  font-weight: 600;
  padding: 0 4%;
  margin-bottom: 35px;
}
.cmshtml .tv_link {
  text-align: center;
}
.cmshtml .tv_link a {
  border-color: #fff;
  background-color: #044099;
  color: #fff;
}
.cmshtml .tv_link a:hover {
  background-color: #fff;
  color: #044099;
}
.cmshtml .tv_link a:after {
  background-image: url("../img/link_arrow_wh.png");
}
.cmshtml .tv_link a:hover:after {
  background-image: url("../img/link_arrow.png");
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_tec_vision {
    margin: 0 auto 100px;
  }
  .cmshtml .tv_inwrap {
    padding: 80px 4%;
  }
  .cmshtml .tv_inwrap > div {
    width: calc(50% - 50px);
  }
  .cmshtml .tv_img img {
    border-radius: 20px;
  }
  .cmshtml .tv_catch {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cmshtml .tv_txt {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_tec_vision:before {
    bottom: -40%;
  }
  .cmshtml .tv_inwrap {
    border-radius: 40px 0 40px 0;
    width: 96%;
    padding: 40px 4%;
  }
  .cmshtml .tv_inwrap > div {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_tec_vision:before {
    bottom: -15%;
  }
  .cmshtml .tv_inwrap {
    border-radius: 20px 0 20px 0;
    width: 96%;
  }
  .cmshtml .tv_inwrap > div {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .tv_box + .tv_box {
    margin-top: 40px;
  }
  .cmshtml .tv_img {
    margin-bottom: 10px;
  }
  .cmshtml .tv_img img {
    border-radius: 10px;
  }
  .cmshtml .tv_txt {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .sec_tec_vision {
    margin: 0 auto 60px;
  }
  .cmshtml .tv_catch {
    font-size: 14px;
  }
  .cmshtml .tv_txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  max-width: 1160px;
  width: 92%;
  margin: 0 auto 215px;
}
.cmshtml .info_inwrap {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-right: 6%;
}
.cmshtml .info_titwrap {
  position: relative;
}
.cmshtml .info_tit_ja {
  margin-bottom: 10px;
}
.cmshtml .info_tit_en {
  position: relative;
}
.cmshtml .info_link {
  position: relative;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 6%;
  max-height: 305px;
}
.cmshtml .news_div {
  background-color: #fff;
  border-bottom: 1px solid #B0B1B0;
  flex-flow: nowrap;
  align-items: center;
  padding: 12px 30px 12px 20px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .news_div a {
  color: #2E2E2E;
}
.cmshtml .news_div:has(a):hover {
  background-color: #F1F6FB;
  border-color: #0D7EC8;
}
.cmshtml .news_div:has(a):before {
  background-image: url("../img/info_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  margin: auto;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .news_div a {
  text-decoration: none;
}
.cmshtml .info_date {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 600;
  max-width: 85px;
  min-width: 85px;
}
.cmshtml .info_tag {
  background: #0D7EC8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  min-width: 95px;
  margin-left: 35px;
  padding: 6px;
}
.cmshtml .info_txt {
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 600;
  margin-left: 25px;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin: 0 auto 100px;
  }
  .cmshtml .info_inwrap {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .cmshtml .scnews {
    padding-right: 15px;
  }
  .cmshtml .news_div {
    flex-flow: wrap;
    padding: 12px 30px 12px 20px;
  }
  .cmshtml .info_tag {
    font-size: 12px;
    text-align: center;
    min-width: 80px;
    margin-left: 35px;
    padding: 2px;
  }
  .cmshtml .info_txt {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_info {
    margin: 0 auto 60px;
  }
  .cmshtml .info_inwrap {
    display: block;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .cmshtml .info_titwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .cmshtml .info_link {
    text-align: center;
  }
  .cmshtml .news_div {
    flex-flow: wrap;
    padding: 10px 30px 10px 0px;
  }
  .cmshtml .info_date {
    font-size: 14px;
    max-width: 85px;
    min-width: 85px;
  }
  .cmshtml .info_tag {
    font-size: 10px;
    min-width: 70px;
    margin-left: 10px;
    padding: 2px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
recruit
------------------------------------------------------*/
.cmshtml .sec_recruit {
  padding: 0 4%;
  margin: 0px auto 125px;
  padding-bottom: 74px;
  position: relative;
  z-index: 1;
}
.cmshtml .sec_recruit:before {
  background-image: url("../img/picto06.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
  content: "";
  display: block;
  width: 22%;
  height: 80%;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.cmshtml .rec_inwrap {
  align-items: flex-end;
  max-width: 1645px;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 155px;
  margin: 0 auto;
  position: relative;
}
.cmshtml .rec_inwrap:before {
  background-color: #D8E8FF;
  border-radius: 70px 0 70px 0;
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 65%;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 75px;
  z-index: -1;
}
.cmshtml .rec_inwrap:after {
  background-image: url("../img/rec_illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  content: "";
  display: block;
  width: 60px;
  height: 186px;
  margin: auto;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 5;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .rec_inwrap > div {
  width: 50%;
}
.cmshtml .rec_box_l {
  padding-bottom: 165px;
  position: relative;
}
.cmshtml .rec_tit_en {
  margin-bottom: 15px;
}
.cmshtml .rec_catch {
  color: #2E2E2E;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cmshtml .rec_txt {
  color: #2E2E2E;
  font-size: 18px;
  font-weight: 600;
}
.cmshtml .rec_box_r {
  position: relative;
}
.cmshtml .rec_imgs {
  margin-bottom: 140px;
  position: relative;
}
.cmshtml .rec_imgs > div {
  width: calc(33.33333% - 26px);
  margin: 0 13px;
}
.cmshtml .rec_img {
  border-radius: 10px;
  height: 340px;
  overflow: hidden;
}
.cmshtml .rec_link {
  font-size: 23px;
  font-weight: 600;
  text-align: right;
  padding-right: 60px;
}
.cmshtml .rec_link a {
  background: #fff;
  border-radius: 70px 0 70px 0;
  display: inline-block;
  color: #2E2E2E;
  text-decoration: none;
  padding: 60px 190px 60px 80px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .rec_link a:hover {
  background: #044099;
  color: #fff;
}
.cmshtml .rec_link a:before {
  background-image: url("../img/btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  content: "";
  display: block;
  width: 76px;
  height: 77px;
  margin: auto;
  position: absolute;
  right: 45px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rec_link a:hover:before {
  background-image: url("../img/btn_hover.png");
}
@media screen and (max-width: 1500px) {
  .cmshtml .rec_inwrap {
    padding-left: 70px;
    padding-bottom: 0;
  }
  .cmshtml .rec_inwrap:before {
    border-radius: 70px 0 70px 0;
    width: calc(100% - 50px);
    height: 80%;
    bottom: 35px;
  }
  .cmshtml .rec_inwrap:after {
    width: 40px;
    height: 125px;
    left: -2%;
  }
  .cmshtml .rec_box_l {
    padding-bottom: 120px;
  }
  .cmshtml .rec_catch {
    font-size: 24px;
  }
  .cmshtml .rec_txt {
    font-size: 16px;
  }
  .cmshtml .rec_imgs {
    margin-bottom: 80px;
    position: relative;
  }
  .cmshtml .rec_imgs > div {
    width: calc(33.33333% - 10px);
    margin: 0 5px;
  }
  .cmshtml .rec_img {
    height: 300px;
  }
  .cmshtml .rec_link {
    font-size: 20px;
    padding-right: 0;
  }
  .cmshtml .rec_link a {
    border-radius: 40px 0 40px 0;
    padding: 30px 100px 30px 40px;
  }
  .cmshtml .rec_link a:before {
    width: 38px;
    height: 40px;
    right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .rec_inwrap:before {
    border-radius: 40px 0 40px 0;
    width: 90%;
    height: 90%;
    bottom: 35px;
  }
  .cmshtml .rec_imgs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_recruit {
    margin: 0px auto 80px;
  }
  .cmshtml .rec_inwrap {
    display: block;
    padding-top: 30px;
    padding-left: 50px;
  }
  .cmshtml .rec_inwrap:before {
    width: 96%;
    height: 100%;
    bottom: 0;
  }
  .cmshtml .rec_inwrap > div {
    width: auto;
  }
  .cmshtml .rec_inwrap > div.rec_box_l {
    width: 90%;
  }
  .cmshtml .rec_box_l {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .cmshtml .rec_catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_recruit {
    margin: 0px auto;
    padding: 0 2% 90px;
  }
  .cmshtml .rec_inwrap:after {
    bottom: -20px;
    z-index: -1;
  }
  .cmshtml .rec_inwrap {
    padding: 30px 4%;
  }
  .cmshtml .rec_inwrap:before {
    border-radius: 20px 0 20px 0;
    width: 100%;
  }
  .cmshtml .rec_img {
    height: 240px;
  }
  .cmshtml .rec_link {
    font-size: 16px;
    text-align: center;
  }
  .cmshtml .rec_link a {
    border-radius: 20px 0 20px 0;
    padding: 20px 60px 20px 20px;
  }
  .cmshtml .rec_link a:before {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
@media screen and (max-width: 550px) {
  .cmshtml .rec_imgs > div {
    width: 48%;
    margin: 0 1% 10px;
  }
  .cmshtml .rec_link {
    font-size: 14px;
  }
  .cmshtml .rec_link a {
    border-radius: 10px;
    padding: 15px 60px 15px 20px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .rec_imgs > div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .cmshtml .rec_img {
    height: 150px;
  }
  .cmshtml .rec_catch {
    font-size: 18px;
  }
}
/*------------------------------------------------------
contact
------------------------------------------------------*/
.cmshtml .sec_contact {
  background: #014099;
  color: #fff;
  padding: 100px 4% 130px;
}
.cmshtml .contact_inwrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .contact_inwrap > div:nth-child(1) {
  width: 67%;
}
.cmshtml .contact_inwrap > div:nth-child(2) {
  width: 33%;
}
.cmshtml .contact_texbox {
  position: relative;
}
.cmshtml .contact_tit_ja a, .cmshtml .contact_tit_en a, .cmshtml .contact_catch a, .cmshtml .contact_txt a {
  color: #fff;
}
.cmshtml .contact_tit_ja {
  color: #fff;
}
.cmshtml .contact_tit_en {
  color: #fff;
  margin-bottom: 30px;
}
.cmshtml .contact_catch {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
.cmshtml .contact_txt {
  font-weight: 600;
}
.cmshtml .contact_btn {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  max-width: 475px;
  margin-left: auto;
}
.cmshtml .contact_btn a {
  border: 3px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 120px 60px 120px 160px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .contact_btn a:before {
  background-image: url("../img/ico_mail_wh.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 50px;
  height: 37px;
  margin: auto;
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .contact_btn a:hover {
  background-color: #fff;
  color: #014099;
}
.cmshtml .contact_btn a:hover:before {
  background-image: url("../img/ico_mail.png");
}
@media screen and (max-width: 1600px) {
  .cmshtml .sec_contact {
    padding: 80px 4%;
  }
  .cmshtml .contact_inwrap > div:nth-child(1), .cmshtml .contact_inwrap > div:nth-child(2) {
    width: 50%;
  }
  .cmshtml .contact_catch {
    font-size: 22px;
  }
  .cmshtml .contact_btn {
    max-width: 435px;
  }
  .cmshtml .contact_btn a {
    padding: 80px 30px 80px 120px;
  }
  .cmshtml .contact_btn a:before {
    width: 50px;
    height: 37px;
    left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .sec_contact {
    padding: 50px 4%;
  }
  .cmshtml .contact_inwrap {
    align-items: center;
  }
  .cmshtml .contact_inwrap > div:nth-child(1), .cmshtml .contact_inwrap > div:nth-child(2) {
    width: auto;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
  }
  .cmshtml .contact_btn {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    max-width: 300px;
    margin-left: auto;
  }
  .cmshtml .contact_btn a {
    padding: 40px 20px 40px 90px;
  }
  .cmshtml .contact_btn a:before {
    width: 40px;
    height: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .cmshtml .sec_contact {
    padding: 40px 4%;
  }
  .cmshtml .contact_inwrap {
    display: block;
  }
  .cmshtml .contact_texbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cmshtml .contact_catch, .cmshtml .contact_txt {
    text-align: center;
  }
  .cmshtml .contact_btn {
    margin-top: 40px;
    margin-right: auto;
  }
  .cmshtml .contact_btn a {
    border-radius: 6px;
    padding: 20px 20px 20px 90px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .sec_contact {
    padding: 20px 4%;
  }
  .cmshtml .contact_catch {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cmshtml .contact_txt {
    font-size: 12px;
  }
  .cmshtml .contact_btn {
    font-size: 16px;
    max-width: 280px;
    margin-top: 20px;
  }
  .cmshtml .contact_btn a {
    border: 2px solid #fff;
  }
  .cmshtml .contact_btn a:before {
    width: 30px;
    height: 30px;
    left: 30px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 0;
}
.cmshtml .f_inwrap {
  background: #D8E8FF;
  padding: 67px 3.1%;
  justify-content: space-between;
}
.cmshtml .f_inwrap > div:nth-child(1) {
  width: 33%;
}
.cmshtml .f_inwrap > div:nth-child(2) {
  width: 67%;
}
.cmshtml .f_about {
  position: relative;
}
.cmshtml .f_logo {
  margin-bottom: 14px;
  position: relative;
}
.cmshtml .f_txt {
  color: #2E2E2E;
  font-size: 15px;
  font-weight: 500;
}
.cmshtml .f_flex {
  position: relative;
}
.cmshtml .f_flex .f_txt {
  margin-right: 10px;
}
.cmshtml .f_bnr_area {
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 10px;
  padding-left: 20px;
}
.cmshtml .f_bnr {
  margin-right: 23px;
  margin-bottom: 10px;
}
.cmshtml .f_bnr a:hover img {
  transition: all 0.3s;
}
.cmshtml .f_bnr a:hover img {
  opacity: 1;
  box-shadow: #999 0px 0px 3px;
  transform: translateY(2px);
}
.cmshtml #copy {
  background: #fff;
  padding: 17px 4%;
  text-align: center;
  position: relative;
}
.cmshtml .copyright {
  color: #014099;
  font-size: 16px;
  font-weight: 600;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #333;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  .cmshtml .f_inwrap > div:nth-child(1) {
    width: 40%;
  }
  .cmshtml .f_inwrap > div:nth-child(2) {
    width: 60%;
  }
  .cmshtml .f_bnr {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .f_inwrap {
    padding: 50px 2% 30px;
  }
  .cmshtml .f_inwrap > div:nth-child(1), .cmshtml .f_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .f_logo {
    text-align: center;
  }
  .cmshtml .f_txt {
    font-size: 14px;
    text-align: center;
  }
  .cmshtml .f_flex {
    justify-content: center;
  }
  .cmshtml .f_flex .f_txt {
    margin: 0 5px;
  }
  .cmshtml .f_bnr_area {
    padding-left: 0;
    justify-content: center;
    margin-top: 30px;
  }
  .cmshtml .f_bnr {
    margin: 0 5px 10px;
  }
  .cmshtml #copy {
    padding: 10px 4%;
  }
  .cmshtml .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .f_inwrap {
    padding: 30px 2% 20px;
  }
  .cmshtml .f_flex {
    display: block;
    margin-top: 10px;
  }
  .cmshtml .f_txt {
    font-size: 12px;
  }
  .cmshtml .f_bnr_area {
    margin-top: 20px;
    align-items: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmshtml .f_bnr_area > div {
    width: calc(50% - 10px);
  }
  .cmshtml .f_bnr.justimg img {
    max-width: none !important;
    width: 100%;
  }
  .cmshtml #copy {
    padding: 10px;
  }
  .cmshtml .copyright {
    font-size: 10px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  padding: 220px 90px 174px;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  background: #2E2E2E;
  width: calc(100% - 55px);
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.9;
}
.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: 32px;
  font-weight: 600;
}
.cmshtml .page_title02 {
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_c {
  position: relative;
}
.cmshtml .subpage_c:before, .cmshtml .subpage_c:after {
  background-image: url("../img/.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cmshtml .subpage_c:before {
  background-image: url("../img/bg_l.png");
  background-position: top left;
  width: 22%;
  left: 0;
}
.cmshtml .subpage_c:after {
  background-image: url("../img/bg_r.png");
  background-position: top right;
  width: 21%;
  right: 0;
}
.cmshtml .subpage_contents {
  padding: 20px 0 60px;
  position: relative;
  z-index: 1;
}
.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: #F5F9FF;
  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: #F5F9FF;
  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: #0D7EC8;
}
.cmshtml .p_link {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cmshtml .page_link .p_link a {
  display: inline-block;
  text-decoration: none;
  padding-left: 16px;
  position: relative;
}
.cmshtml .page_link .p_link a:hover {
  text-decoration: underline;
}
.cmshtml .page_link .p_link a:after {
  background: #0D7EC8;
  content: "";
  margin: auto;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle:has(h2) {
  text-align: center;
}
.cmshtml .rdplanetitle h2 {
  color: #2E2E2E;
  font-size: 35px !important;
  font-weight: 600 !important;
  padding: 0 0 15px;
}
.cmshtml .rdplanetitle h2:before {
  background-color: #014099;
  content: "";
  display: block;
  width: 125px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h3 {
  color: #2E2E2E;
  font-size: 32px !important;
  font-weight: 600 !important;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.cmshtml .rdplanetitle h3:before {
  background-color: #D1EDF7;
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cmshtml .rdplanetitle h4 {
  background-color: #0d7ec8;
  color: #fff;
  font-size: 25px !important;
  font-weight: 500 !important;
  padding: 6px 60px;
  border-radius: 60px;
}
.cmshtml .rdplanetitle h4 a {
  color: #fff;
}
.cmshtml .rdplanetitle h4:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    z-index: auto;
    transition: all 0.3s;
}
.cmshtml .rdplanetitle h5 {
  color: #2E2E2E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-left: 25px;
}
.cmshtml .rdplanetitle h5:before {
  background-color: #52C7F8;
  border-radius: 50%;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h6 {
  color: #2E2E2E;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-left: 25px;
}
.cmshtml .rdplanetitle h6:before {
  background-color: #014099;
  border-radius: 2px;
  content: "";
  display: block;
  width: 6px;
  height: 80%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmshtml .number_title {
  display: flex;
  align-items: center;
  position: relative;
}
.cmshtml .number_title .number_txt {
  color: #14A2E5;
  font-size: 50px;
  font-weight: 500;
  min-width: 60px;
  text-align: center;
  line-height: 1.3;
  padding: 0!important;
}
.cmshtml .number_title .title_txt {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  padding: 0 0 0 20px!important;
}
/*---------------
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: #0D7EC8;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.cmshtml .list02_inwrap {
  list-style: disc !important;
  padding-left: 20px;
  max-width: 1160px;
}
.cmshtml .list02_inwrap li {
  list-style: decimal !important;
  color: #0D7EC8;
  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: #F5F9FF;
  border-left: 20px solid #0D7EC8;
  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 .mark_txt {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.cmshtml .mark_btn .link_btn01 {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}
.cmshtml .mark_btn .link_btn01 a {
  background: #fff;
  border-radius: 0;
  border: 2px solid #0D7EC8;
  display: inline-block;
  color: #0D7EC8;
  text-align: center;
  text-decoration: none;
  padding: 7px 20px;
  min-width: 1px;
  transition: all 0.3s;
}
.cmshtml .mark_btn .link_btn01 a:hover {
  background: #0D7EC8;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 1px solid #014099;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
  padding: 0;
}
.cmshtml .ico_title > div:first-child {
  max-width: 65px;
  min-width: 65px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #2B2B2B;
  font-size: 20px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  /*border-bottom: 1px solid #ededed;*/
  padding: 20px 0;
}
.cmshtml .qa_q {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  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: #0D7EC8;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #99c6e3;
  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: 15px 20px;
}
.cmshtml .bt_line > div:first-child {
  border-bottom: 3px solid #0D7EC8 !important;
  padding-right: 20px;
  width: 190px;
}
.cmshtml .bt_line > div:nth-child(2) {
  border-bottom: 1px solid #2B2B2B !important;
  width: calc(100% - 190px);
}
.cmshtml .bt_line .date {
  color: #0D7EC8;
  text-align: center;
  font-weight: 500;
}
/*---------------
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: #F5F9FF;
  line-height: 2;
  padding: 50px 5% 80px;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  transform: translate(-3%, 0);
  margin-top: 80px;
}
.cmshtml .img_txt02 .txt_div {
  padding: 50px 5% 80px;
  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 #0D7EC8;
  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 #0D7EC8;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #0D7EC8;
  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 #0D7EC8;
  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 #0D7EC8;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
/*---------------
accordion
---------------*/
.cmshtml .accordion_blk {
  margin-top: 35px;
  margin-bottom: 60px;
  position: relative;
}
.cmshtml .acco_box {
  background: #F5F9FF;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.cmshtml .acco_box .acco_tit {
  color: #0D7EC8;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 45px 15px 30px !important;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .acco_box .acco_tit.active {
  background: #0D7EC8;
  color: #fff;
}
.cmshtml .acco_box .acco_tit.active a {
  color: #fff;
}
.cmshtml .acco_tit:before, .cmshtml .acco_tit:after {
  background: #0D7EC8;
  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 .acco_tit.active:before, .cmshtml .acco_tit.active:after {
  background: #fff;
}
.cmshtml .hide_area {
  background: #FBFDFF;
  display: none;
  padding: 30px 40px;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box.faq_acco:has(.active) {
  background: #0D7EC8;
}
.cmshtml .acco_box.faq_acco .acco_tit.active {
  background: transparent;
  color: #fff;
}
.cmshtml .acco_box.faq_acco:before {
  background: #0D7EC8;
  border: 2px solid #0D7EC8;
  border-radius: 50%;
  content: "Q";
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 20px;
  transition: all 0.3s;
  padding-bottom: 3px;
}
.cmshtml .acco_box.faq_acco:has(.active):before {
  background: #fff;
  border: 2px solid #14A2E5;
  content: "A";
  color: #0D7EC8;
  padding-bottom: 3px;
}
.cmshtml .acco_box.faq_acco .acco_tit {
  padding: 22px 45px 22px 100px !important;
}
.cmshtml .acco_box.faq_acco .hide_area {
  position: relative;
}
/*---------------
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 #F5F9FF;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cmshtml .color_area {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  border-radius: 70px 0 70px 0;
  padding: 100px 4%;
  max-width: none;
  width: 96%;
}
.cmshtml .color_area > * {
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .max_module_area + .module_area, .cmshtml .module_area + .max_module_area {
  margin-top: 20px;
}
.cmshtml .module_area {
  position: relative;
}
.cmshtml .max_module_area {
  position: relative;
}
.cmshtml .module {
  max-width: 1180px;
}
.cmshtml .module_block {
  padding: 0 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 5;
}
.cmshtml .module_block > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.cmshtml .mini_module {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.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;
}