@charset "UTF-8";
/*------------------------------------------------------
common
------------------------------------------------------*/
.cmshtml {
  overflow-y: scroll;
  box-sizing: border-box;
}
.cmshtml .rdplanetext, .cmshtml .rdplanetext td, .cmshtml .rdplanetext th, .cmshtml .rdplanetext, .cmshtml .rdBreadcrumbItem, .cmshtml .rdListExcerpt, .cmshtml .rdCalendar th, .cmshtml .rdCalendar td, .cmshtml .rdnewArticle-ContDate, .cmshtml .rdCalendar-yearmonth, .cmshtml dt, .cmshtml dd {
  color: #333;
}
.cmsbody, .cmshtml div, .cmshtml dl, .cmshtml dt, .cmshtml dd, .cmshtml ul, .cmshtml ol, .cmshtml li, .cmshtml pre, .cmshtml form, .cmshtml input, .cmshtml textarea, .cmshtml p, .cmshtml small, .cmshtml address, .cmshtml aside, .cmshtml blockquote, .cmshtml th, .cmshtml td {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'Roboto', Helvetica Neue, Helvetica, YuGothic, "メイリオ", Meiryo;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  box-sizing: border-box;
}
.cmshtml .min, .cmshtml .min * {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.cmshtml .maru_Gothic, .cmshtml .maru_Gothic * {
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Maru Gothic', '丸ゴシック', 'Noto Sans JP', 'Meiryo', 'MS PGothic', 'Noto Sans Japanese', 'Rounded M+', sans-serif;
}
.cmshtml .outfit, .cmshtml .outfit * {
  font-family: "Outfit", 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: #005BAC;
  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;
}
/*------------------------------------------------------
tit_wrap
------------------------------------------------------*/
.cmshtml .tit_wrap, .cmshtml .tit_en, .cmshtml .tit_ja {
  position: relative;
}
.cmshtml .tit_wrap {
  position: relative;
}
.cmshtml .tit_en {
  color: #005BAC;
  font-size: 12px;
  font-weight: 700;
  padding-left: 20px;
}
.cmshtml .tit_en:before {
  background-image: url("../img/tit_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .tit_ja {
  color: #212121;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .cmshtml .tit_ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .tit_ja {
    font-size: 24px;
  }
}
/*------------------------------------------------------
link btn
------------------------------------------------------*/
.cmshtml .link_btn {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cmshtml .link_btn a {
  background: #fff;
  border: 1px solid #005BAC;
  color: #005BAC;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 130px 15px 30px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn a:after {
  background: url("../img/arrow_blue.png") no-repeat right center;
  background-size: contain;
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .link_btn a:hover {
  background: #005BAC;
  color: #fff;
}
.cmshtml .link_btn a:hover:after {
  background-image: url("../img/arrow_wh.png");
}
.cmshtml .link_btn.link_wh a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cmshtml .link_btn.link_wh a:after {
  background: url("../img/arrow_wh.png") no-repeat right center;
  background-size: contain;
}
.cmshtml .link_btn.link_wh a:hover {
  background: #fff;
  color: #005BAC;
}
.cmshtml .link_btn.link_wh a:hover:after {
  background-image: url("../img/arrow_blue.png");
}
.cmshtml .link_btn02 {
  color: #005BAC;
  position: relative;
  font-weight: 700;
}
.cmshtml .link_btn02 a {
  background: #fff;
  border: #005BAC 1px solid;
  display: inline-block;
  color: #005BAC;
  text-align: left;
  text-decoration: none;
  margin: 0;
  padding: 5px 20px;
  padding-right: 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .link_btn02 a[href*=".svg"],
.cmshtml .link_btn02 a[href*=".csv"] {
  padding: 5px 20px;
  padding-right: 50px;
}
.cmshtml .link_btn02 a:hover {
  background: #005BAC;
  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,
.cmshtml .link_btn02 a[href*=".svg"]:before,
.cmshtml .link_btn02 a[href*=".csv"]:before {
  content: '';
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right center;
  width: 28px;
  height: 28px;
  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 .link_btn02 a[href*=".svg"]:before {
  background-image: url("../img/ico_svg.svg");
    width: 30px;
    height: 32px;
}
.cmshtml .link_btn02 a[href*=".svg"]:hover:before {
  background-color: #fff;
  border-radius: 4px;
}
.cmshtml .link_btn02 a[href*=".csv"]:before {
  background-image: url("../img/ico_csv02.png");
    width: 30px;
    height: 32px;
    background-size: 27px auto;
}
.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: 65px;
  padding-right: 65px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 10px 80px 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .link_btn, .cmshtml .link_btn02 {
    font-size: 14px;
  }
  .cmshtml .link_btn a {
    padding: 8px 80px 8px 20px;
  }
}


.cmshtml .link_btn_grade a {
    background: linear-gradient(to right, #005BAC, #03CEE5);
    border: none;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cmshtml .link_btn_grade a:hover {
    background: linear-gradient(to right, #005BAC, #005BAC);

}
.cmshtml .link_btn.link_btn_grade a:after,
.cmshtml .link_btn.link_btn_grade a:hover:after {
    background-image: url(../img/arrow_wh.png);
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.cmshtml #header {
  background: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 25px 0 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.cmshtml #header > h1 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -9999px;
  top: -9999px;
  z-index: -1;
}
.cmshtml .logo {
  position: relative;
}
.cmshtml .logo .justimg {
  transition: all 0.3s;
}
.cmshtml .logo a {
  display: inline-block;
}
.cmshtml .wh_logo {
  position: relative;
  z-index: 1;
}
.cmshtml .clr_logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.cmshtml #header + * {
  margin-top: 0 !important;
}
@media screen and (min-width: 1001px) {
  .cmshtml #header:hover .wh_logo {
    opacity: 0;
  }
  .cmshtml #header:hover .clr_logo {
    opacity: 1;
  }
  .cmshtml #navigation > *:not(:first-child) {
    margin-left: 40px;
  }
  .cmshtml .sub_li a {
    position: relative;
  }
  .cmshtml .dm_title a:after, .cmshtml .sub_li a:after, .cmshtml .li_txt a:after, .cmshtml .h_li a:after, .cmshtml .menu_tit:after {
    background: #0086FF;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .cmshtml .dm_title a:hover:after, .cmshtml .sub_li a:hover:after, .cmshtml .drop-menu:hover .li_txt a:after, .cmshtml .h_li a:hover:after, .cmshtml .mega_menu:hover .menu_tit:after {
    width: 100%;
  }
  .cmshtml .drop-menu:hover .li_txt a {
    color: #005BAC;
  }
  .cmshtml .li_txt, .cmshtml .h_li {
    padding-bottom: 10px;
  }
}
/*------------------------------------------------------
sub_navi
------------------------------------------------------*/
.cmshtml .sub_navi {
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.cmshtml .sub_li, .cmshtml .sub_btn {
  font-size: 14px;
}
.cmshtml .sub_li a, .cmshtml .sub_btn a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.cmshtml .sub_btn {
  font-weight: 500;
}
.cmshtml .sub_btn a {
  border-radius: 50px;
  padding: 3px 20px;
}
/*------------------------------------------------------
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, .cmshtml .menu_tit {
  font-size: 16px;
  font-weight: 500;
}
/*-------------------------
navi color
-------------------------*/
.cmshtml .sub_li, .cmshtml .sub_btn, .cmshtml .sub_li a, .cmshtml .sub_btn a {
  color: #fff;
}
.cmshtml .sub_btn a {
  border: 2px solid #fff;
}
.cmshtml .sub_btn a:hover {
  border-color: #005BAC;
  background: #005BAC;
  color: #fff;
}
.cmshtml .li_txt a, .cmshtml .h_li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .cmshtml .sub_li, .cmshtml .sub_btn {
    margin-left: 15px;
  }
  .cmshtml #header:hover {
    background: white;
  }
  .cmshtml .drawer-nav {
    position: unset !important;
  }
  .cmshtml #navigation {
    transition-timing-function: unset !important;
    transition-duration: unset !important;
    transform: unset !important;
  }
  .cmshtml .drop-menu:hover .li_txt a, .cmshtml .h_li a:hover, .cmshtml #header:hover .drop-menu:hover .li_txt a {
    color: #212121;
  }
  .cmshtml #header:hover .h_li a:hover {
    color: #005BAC;
  }
  .cmshtml #header.fixed {
    background: white;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .cmshtml #header.fixed .sub_navi {
    margin-bottom: 5px;
  }
  .cmshtml #header.fixed .wh_logo {
    opacity: 0;
  }
  .cmshtml #header.fixed .clr_logo {
    opacity: 1;
  }
  .cmshtml #header.fixed .sub_li, .cmshtml #header.fixed .sub_btn, .cmshtml #header.fixed .sub_li a, .cmshtml #header.fixed .sub_btn a, .cmshtml #header:hover .sub_li, .cmshtml #header:hover .sub_btn, .cmshtml #header:hover .sub_li a, .cmshtml #header:hover .sub_btn a {
    color: #212121;
    color: #005BAC;
  }
  .cmshtml #header.fixed .sub_btn a, .cmshtml #header:hover .sub_btn a {
    border: 2px solid #212121;
    border: 2px solid #005BAC;
  }
  .cmshtml #header.fixed .li_txt a, .cmshtml #header.fixed .h_li a, .cmshtml #header:hover .li_txt a, .cmshtml #header:hover .h_li a {
    color: #212121;
    color: #005BAC;
  }
  .cmshtml #header:hover .sub_li a:hover {
    color: #005BAC;
  }
  .cmshtml #header:hover .sub_btn a:hover {
    border-color: #005BAC;
    background: #005BAC;
    color: #fff;
  }
  .cmshtml .drawer-nav {
    display: flex;
    flex-direction: column-reverse;
  }
}
/*------------------------------------------------------
drop menu
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .cmshtml .nav_drop .wh_area {
    background: rgba(255, 255, 255, 0.75);
    padding: 50px 4%;
  }
  .cmshtml .nav_drop .in_area {
    display: flex;
    align-items: flex-start;
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
  }
  .cmshtml .nav_drop .in_area > div:nth-child(1) {
    width: 240px;
  }
  .cmshtml .nav_drop .in_area > div:nth-child(2) {
    width: calc(100% - 240px);
  }
  .cmshtml .dm_list {
    display: flex;
    flex-flow: wrap;
    margin-top: 25px;
    padding-left: 35px;
    position: relative;
  }
  .cmshtml .dm_list > div {
    width: calc(33.333% - 30px);
    margin: 0 15px 20px;
  }
  .cmshtml .drop_li a {
    color: #212121;
    border-bottom: 1px solid #686868;
  }
  .cmshtml .drop_li a:hover {
    background: #005BAC;
    color: #fff;
  }
  .cmshtml .drop_li a:hover:before {
    background: #fff;
  }
}
.cmshtml .nav_drop {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
.cmshtml .dm_titwrap {
  position: relative;
}
.cmshtml .dm_title {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.cmshtml .dm_title a {
  color: #212121;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
}
.cmshtml .dm_title a:hover {
  color: #005BAC;
}
.cmshtml .dm_tit_img {
  position: relative;
}
.cmshtml .drop_li {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}
.cmshtml .drop_li a {
  color: #212121;
  display: block;
  padding: 10px 7px;
  padding-right: 20px;
  position: relative;
}
.cmshtml .drop_li a:before {
  background: #686868;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: 1;
}
/*------------------------------------------------------
selectlang
------------------------------------------------------*/
.cmshtml .selectlang {
  position: relative;
  margin-bottom: 10px;
}
.cmshtml .selectlang_btn {
  border: 1px solid #005BAC;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  color: #005BAC;
  font-size: 13px;
  line-height: 1;
  padding: 6px 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 #005BAC;
}
.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: #005BAC;
  color: #fff;
}
.cmshtml .selectlang.open_menu .selectlang_btn {
  background: #005BAC;
}
@media screen and (min-width: 1001px) {
  .cmshtml .selectlang:hover .selectlang_btn {
    background: #005BAC;
  }
  .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;
}
.cmshtml #slide_wrap {
  width: 100%;
  height: 950px;
}
.cmshtml #slide_wrap div {
  width: 100%;
  height: 100%;
}
.cmshtml .add-animation {
  animation: zoomOut 6s linear 0s normal both;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.cmshtml .catchcopy {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px 7.5% 175px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .catch_txt, .cmshtml .catch_txt a, .cmshtml .catch_s_txt, .cmshtml .catch_s_txt a {
  color: #fff;
}
.cmshtml .catch_txt {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cmshtml .catch_s_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.cmshtml .catchcopy .link_btn {
  margin-top: 45px;
}
.cmshtml .catchcopy {
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px 7.5% 175px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .cmshtml #slide_wrap {
    height: 700px;
  }
  .cmshtml .catchcopy {
    padding: 10px 7.5% 100px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml #slide_wrap {
    height: 500px;
  }
  .cmshtml .catchcopy {
    padding: 10px 6% 60px;
  }
  .cmshtml .catch_txt {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .cmshtml .catch_s_txt {
    font-size: 16px;
  }
  .cmshtml .catchcopy .link_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .catchcopy {
    padding: 10px 6% 60px;
  }
  .cmshtml .catch_txt {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cmshtml .catch_s_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .catchcopy {
    padding: 10px 4% 40px;
  }
  .cmshtml .catch_txt {
    font-size: 20px;
  }
  .cmshtml .catch_s_txt {
    font-size: 12px;
    line-height: 1.7;
  }
}
/*------------------------------------------------------
busi
------------------------------------------------------*/
.cmshtml .sec_busi {
  background: #F5F5F5;
  padding: 100px 4%;
}
.cmshtml .busi_inwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1515px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .busi_tit_wrap {
  margin-bottom: 40px;
}
.cmshtml .busi_catch {
  color: #005BAC;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
.cmshtml .busi_items {
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
}
.cmshtml .busi_items > div {
  width: calc(20% - 14px);
  margin: 0 7px 10px;
}
.cmshtml .busi_box {
  box-shadow: rgba(0, 0, 0, 0.2) 3px 6px 6px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.cmshtml .busi_box:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
}
.cmshtml .busi_box > * {
  position: relative;
  z-index: 5;
}
.cmshtml .bg_busi {
  position: absolute;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .busi_box:hover .bg_busi {
  transform: scale(1.1);
}
.cmshtml .bisu_in_area {
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 30px 10px 50px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .busi_box:hover .bisu_in_area {
  background: rgba(255, 255, 255, 0.6);
}
.cmshtml .busi_num {
  color: #005BAC;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #005BAC;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.cmshtml .busi_ico {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px;
  min-height: 66px;
}
.cmshtml .busi_name {
  color: #005BAC;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.cmshtml .busi_txt {
  color: #212121;
  font-weight: 500;
  margin-top: auto;
}
.cmshtml .busi_link {
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .cmshtml .sec_busi {
    padding: 60px 2%;
  }
  .cmshtml .busi_tit_wrap {
    margin-bottom: 20px;
  }
  .cmshtml .busi_catch {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .cmshtml .busi_items {
    margin: 0 auto 30px;
  }
  .cmshtml .bisu_in_area {
    padding: 30px 10px;
  }
  .cmshtml .busi_num {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .cmshtml .busi_ico {
    margin-bottom: 20px;
  }
  .cmshtml .busi_name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cmshtml .busi_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .cmshtml .busi_items > div {
    width: calc(25% - 14px);
    margin: 0 7px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .cmshtml .busi_items {
    justify-content: center;
  }
  .cmshtml .busi_items > div {
    width: calc(33.33333% - 14px);
    margin: 0 7px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .busi_catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cmshtml .busi_items {
    justify-content: flex-start;
  }
  .cmshtml .busi_items > div {
    width: calc(50% - 14px);
    margin: 0 7px 14px;
  }
}
@media screen and (max-width: 450px) {
  .cmshtml .sec_busi {
    padding: 30px 4%;
  }
  .cmshtml .busi_catch {
    font-size: 16px;
  }
  .cmshtml .busi_items > div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------
pro
------------------------------------------------------*/
.cmshtml .sec_pro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 4% 165px;
}
.cmshtml .pro_tit_wrap {
  margin-bottom: 80px;
}
.cmshtml .pro_inwrap {
  align-items: center;
  justify-content: center;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .pro_inwrap > div:nth-child(1) {
  width: 45%;
}
.cmshtml .pro_inwrap > div:nth-child(2) {
  width: 50%;
}
.cmshtml .pro_img {
  padding-left: 3%;
}
.cmshtml .pro_textbox {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
  padding: 60px 55px 35px;
  transform: translateX(-100px);
}
.cmshtml .pro_catch {
  color: #005BAC;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}
.cmshtml .pro_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
.cmshtml .pro_link {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .cmshtml .sec_pro {
    padding: 75px 4%;
  }
  .cmshtml .pro_tit_wrap {
    margin-bottom: 40px;
  }
  .cmshtml .pro_textbox {
    padding: 50px 30px 35px;
    transform: translateX(-60px);
  }
  .cmshtml .pro_catch {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .cmshtml .pro_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .pro_textbox {
    padding: 35px 20px;
    transform: translateX(-30px);
  }
  .cmshtml .pro_catch {
    font-size: 20px;
  }
  .cmshtml .pro_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_pro {
    padding: 60px 4%;
  }
  .cmshtml .pro_inwrap {
    display: block;
  }
  .cmshtml .pro_inwrap > div:nth-child(1), .cmshtml .pro_inwrap > div:nth-child(2) {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .cmshtml .pro_img {
    padding-left: 0;
  }
  .cmshtml .pro_textbox {
    padding: 35px 20px;
    transform: none;
  }
}
/*------------------------------------------------------
com_rec
------------------------------------------------------*/
.cmshtml .sec_com_rec {
  position: relative;
}
.cmshtml .sec_com_rec > div {
  width: 50%;
}
.cmshtml .cr_box {
  position: relative;
}
.cmshtml .cr_box > * {
  position: relative;
  z-index: 5;
}
.cmshtml .bg_cr {
  width: 100%;
  position: absolute;
  z-index: 0;
}
/*.cmshtml .com_box .cr_inbox {
  background: rgba(0, 0, 0, 0.4);
}
.cmshtml .rec_box .cr_inbox {
  background: rgba(0, 91, 172, 0.4);
}*/
.cmshtml .cr_inbox {
  color: #fff;
  padding: 80px 8% 85px;
  position: relative;
}
.cmshtml .cr_inbox > * {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cmshtml .cr_tit_wrap {
  margin-bottom: 20px;
}
.cmshtml .cr_tit_en a, .cmshtml .cr_tit_ja a, .cmshtml .cr_txt a {
  color: #fff;
}
.cmshtml .cr_tit_en {
  color: #fff;
}
.cmshtml .cr_tit_en:before {
  background-image: url("../img/tit_ico_wh.png");
}
.cmshtml .cr_tit_ja {
  color: #fff;
}
.cmshtml .cr_txt {
  color: #fff;
  font-weight: 500;
  margin-bottom: 65px;
}
.cmshtml .cr_link {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_com_rec > div {
    width: 100%;
  }
  .cmshtml .cr_inbox {
    padding: 50px 6%;
  }
  .cmshtml .cr_txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .cr_txt {
    font-size: 14px;
  }
}
/*------------------------------------------------------
info
------------------------------------------------------*/
.cmshtml .sec_info {
  margin: 115px auto;
}
.cmshtml .info_inwrap {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
}
.cmshtml .info_inwrap > div:nth-child(1) {
  width: 332px;
}
.cmshtml .info_inwrap > div:nth-child(2) {
  width: calc(100% - 332px);
}
.cmshtml .info_textbox {
  position: relative;
}
.cmshtml .info_tit_wrap {
  padding: 0 15px;
  margin-bottom: 55px;
}
.cmshtml .scnews {
  position: relative;
  overflow: auto;
  padding-right: 15px;
}
.cmshtml .news_div {
  border-bottom: 1px solid #037AE5;
  align-items: center;
  flex-flow: nowrap;
  padding: 30px 70px 30px 10px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .news_div:has(a):hover {
  background-color: #f1f8ff;
}
.cmshtml .news_div:has(a):before {
  background-color: #8B8A8A;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .news_div:has(a):hover:before {
  background-color: #037AE5;
}
.cmshtml .news_div:first-child {
  border-top: 1px solid #037AE5;
}
.cmshtml .info_date {
  color: #30343A;
  max-width: 120px;
  min-width: 120px;
}
.cmshtml .info_date a, .cmshtml .info_txt a {
  color: #212121;
  text-decoration: none;
}
.cmshtml .info_tag {
  background: #8B8A8A;
  color: #fff;
  font-size: 14px;
  text-align: center;
  max-width: 130px;
  min-width: 130px;
  margin-left: 35px;
}
.cmshtml .info_tag a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .info_txt {
  margin-left: 50px;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .cmshtml .info_inwrap > div:nth-child(1) {
    width: 275px;
  }
  .cmshtml .info_inwrap > div:nth-child(2) {
    width: calc(100% - 275px);
  }
  .cmshtml .news_div {
    padding: 20px 30px 20px 10px;
  }
  .cmshtml .info_date {
    font-size: 14px;
    max-width: 110px;
    min-width: 110px;
  }
  .cmshtml .info_tag {
    font-size: 14px;
    max-width: 100px;
    min-width: 100px;
    margin-left: 15px;
  }
  .cmshtml .info_txt {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_info {
    margin: 60px auto 115px;
  }
  .cmshtml .info_inwrap {
    display: block;
  }
  .cmshtml .info_inwrap > div:nth-child(1), .cmshtml .info_inwrap > div:nth-child(2) {
    width: auto;
  }
  .cmshtml .info_textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .cmshtml .info_tit_wrap {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .sec_info {
    margin: 60px auto;
  }
  .cmshtml .info_inwrap {
    width: 92%;
  }
  .cmshtml .news_div {
    flex-flow: row wrap;
    padding: 15px 30px 15px 10px;
  }
  .cmshtml .info_tag {
    font-size: 12px;
    max-width: 100px;
    min-width: 100px;
  }
  .cmshtml .info_txt {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  .cmshtml .info_inwrap .info_tit_wrap.rdblock {
        width: auto !important;
    }
}
@media screen and (max-width: 500px) {
  .cmshtml .sec_info {
    margin: 30px auto;
  }
  .cmshtml .news_div:has(a):before {
    width: 6px;
    height: 10px;
  }
  .cmshtml .info_txt {
    font-size: 12px;
  }
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.cmshtml #footer {
  background: #fff;
  padding: 0;
}
.cmshtml .sec_contact {
  background: url("../img/bg_contact.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 4% 125px;
}
.cmshtml .contact_inwrap {
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 2% 35px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cmshtml .contact_tit_wrap {
  margin-bottom: 25px;
}
.cmshtml .contact_txt {
  color: #212121;
  margin-bottom: 50px;
}
.cmshtml .contact_tel_mail {
  align-items: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.cmshtml .contact_tel_mail > div {
  width: calc(50% - 30px);
  margin: 0 15px 10px;
}
.cmshtml .tel_box {
  background: #fff;
  border: 1px solid #005BAC;
  padding: 10px 90px 10px 70px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .tel_box:has(a):hover {
  background: #005BAC;
}
.cmshtml .tel_box:has(a):hover, .cmshtml .tel_box:has(a):hover a, .cmshtml .tel_box:has(a):hover .tel_num, .cmshtml .tel_box:has(a):hover .tel_time {
  color: #fff;
}
.cmshtml .tel_box:has(a):hover:after {
  background-image: url("../img/arrow_wh.png");
}
.cmshtml .tel_box a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s;
}
.cmshtml .tel_box:before {
  background-image: url("../img/ico_tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 23px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 30px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .tel_box:has(a):hover:before {
  background-image: url("../img/ico_tel_wh.png");
}
.cmshtml .tel_box:after {
  background-image: url("../img/arrow_blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .tel_num {
  color: #005BAC;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
.cmshtml .tel_num a {
  color: #005BAC;
  text-decoration: none;
}
.cmshtml .tel_time {
  color: #212121;
  font-size: 14px;
}
.cmshtml .mail_btn {
  font-weight: 500;
  border: 1px solid #005BAC;
  color: #005BAC;
}
.cmshtml .mail_btn a {
  background: #fff;
  color: #005BAC;
  display: block;
  text-decoration: none;
  padding: 25px 70px 25px 80px;
  position: relative;
  transition: all 0.3s;
}
.cmshtml .mail_btn a:hover {
  background: #005BAC;
  color: #fff;
}
.cmshtml .mail_btn a:before {
  background-image: url("../img/ico_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  content: "";
  display: block;
  width: 36px;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 25px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .mail_btn a:hover:before {
  background-image: url("../img/ico_mail_wh.png");
}
.cmshtml .mail_btn a:after {
  background-image: url("../img/arrow_blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .mail_btn a:hover:after {
  background-image: url("../img/arrow_wh.png");
}
.cmshtml .f_inwrap {
  background: #005BAC;
  padding: 60px 4% 35px;
  position: relative;
}
.cmshtml .f_about {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.cmshtml .f_logo {
  position: relative;
}
.cmshtml .f_logo a {
  display: inline-block;
}
.cmshtml .flink_wrap {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
}
.cmshtml .flink {
  margin-bottom: 20px;
  position: relative;
}
.cmshtml .flink:not(:last-child) {
  margin-right: 125px;
}
.cmshtml .f_li, .cmshtml .f_li_c {
  color: #fff;
}
.cmshtml .f_li a, .cmshtml .f_li_c a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .f_li a:hover, .cmshtml .f_li_c a:hover {
  text-decoration: underline;
}
.cmshtml .f_li {
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
}
.cmshtml .f_li_home {
  margin-bottom: 30px;
}
.cmshtml .f_li_c {
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 8px;
  position: relative;
}
.cmshtml .f_li_c:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: auto;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .f_li_c + .f_li {
  margin-top: 40px;
}
.cmshtml .copyright {
  color: #fff;
  font-size: 14px;
  max-width: 1600px;
  width: 100%;
  text-align: right;
}
.cmshtml .copyright, .cmshtml .copyright * {
  text-decoration: none;
}
.cmshtml .copyright a {
  color: #fff;
}
.cmshtml .copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1500px) {
  .cmshtml .flink:not(:last-child) {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .cmshtml .flink:not(:last-child) {
    margin-right: 40px;
  }
  .cmshtml .f_li {
    font-size: 14px;
  }
  .cmshtml .f_li_c {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .sec_contact {
    padding: 30px 4%;
  }
  .cmshtml .contact_inwrap {
    padding: 40px 4% 20px;
  }
  .cmshtml .contact_txt {
    margin-bottom: 20px;
  }
  .cmshtml .contact_tel_mail {
    display: block;
  }
  .cmshtml .contact_tel_mail > div {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .cmshtml .tel_box {
    padding: 5px 90px 5px 70px;
  }
  .cmshtml .mail_btn a {
    padding: 15px 70px 15px 80px;
  }
  .cmshtml .flink:not(:last-child) {
    margin-right: 20px;
  }
  .cmshtml .copyright {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .contact_tit_wrap {
    margin-bottom: 10px;
  }
  .cmshtml .contact_txt {
    font-size: 14px;
  }
  .cmshtml .contact_tel_mail > div {
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .cmshtml .tel_num {
    font-size: 16px;
  }
  .cmshtml .tel_time {
    font-size: 12px;
  }
  .cmshtml .tel_box {
    padding: 5px 65px;
  }
  .cmshtml .mail_btn a {
    font-size: 14px;
    padding: 15px 65px 15px;
  }
  .cmshtml .tel_box:before {
    width: 20px;
    left: 20px;
  }
  .cmshtml .mail_btn a:before {
    width: 28px;
    left: 18px;
  }
  .cmshtml .flink:not(:last-child) {
    margin: 0 15px 20px;
  }
  .cmshtml .f_li_home {
    margin-bottom: 20px;
  }
  .cmshtml .f_li_c + .f_li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .cmshtml .f_inwrap {
    padding: 30px 4% 60px;
  }
  .cmshtml .f_logo {
    text-align: center;
  }
  .cmshtml .flink_wrap {
    display: block;
  }
  .cmshtml .flink, .cmshtml .flink:not(:last-child) {
    margin: 0 10px 20px;
  }
}
/*------------------------------------------------------
subpage
------------------------------------------------------*/
.cmshtml #title_wrap {
  background: #000;
  border-bottom: 1px solid #ededed;
  padding: 200px 4% 135px;
  position: relative;
}
.cmshtml #title_wrap .bg_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cmshtml #title_wrap .bg_image img {
  opacity: 0.8;
}
.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 {
  font-weight: 600;
  position: relative;
}
.cmshtml .page_title.en_tit {
  font-size: 12px;
}
.cmshtml .page_title.ja_tit {
  font-size: 30px;
}
/*---------------
large_title
---------------*/
.cmshtml #title_wrap.large_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 950px;
  flex-direction: column;
overflow: hidden;
padding: 10px 4%;
}



.cmshtml #title_wrap.large_title .mv_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#editView .cmshtml #title_wrap.large_title .mv_wrap {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    z-index: auto;
}
.cmshtml #title_wrap.large_title #slide_wrap {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1000px) {
.cmshtml #title_wrap.large_title #slide_wrap {
    height: 600px;
}
}
/*.cmshtml #title_wrap.large_title .bg_image {
  opacity: 1;
}*/


.cmshtml #title_wrap.large_title .inwrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: wrap;
}
.cmshtml #title_wrap.large_title .inwrap .big_title,
.cmshtml #title_wrap.large_title .inwrap .big_title a {
    color: #fff;
    font-size: 50px;
}
.cmshtml #title_wrap.large_title .inwrap .big_title {
  width: 100%;
}
@media screen and (max-width: 1000px) {
.cmshtml #title_wrap.large_title .inwrap .big_title,
.cmshtml #title_wrap.large_title .inwrap .big_title a {
    font-size: 30px;
}
}
/*.cmshtml #title_wrap.large_title .inwrap > div:nth-child(1) {
  width: 39%;
}
.cmshtml #title_wrap.large_title .inwrap > div:nth-child(2) {
  width: 58%;
}*/
.cmshtml #title_wrap.large_title .tit_wrap {
margin-right: 100px;
}
.cmshtml #title_wrap.large_title .page_title, .cmshtml #title_wrap.large_title .page_title a, .cmshtml #title_wrap.large_title .textbox .catch, .cmshtml #title_wrap.large_title .textbox .catch a, .cmshtml #title_wrap.large_title .textbox .txt, .cmshtml #title_wrap.large_title .textbox .txt a {
  color: #fff;
}
.cmshtml #title_wrap.large_title .textbox {}
.cmshtml #title_wrap.large_title .textbox .catch {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cmshtml #title_wrap.large_title .textbox .txt {
  font-weight: 500;
}
/*---------------
subpage contents
---------------*/
.cmshtml .subpage_contents {
  padding: 40px 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: #f1f8ff;
  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: #f1f8ff;
  width: 30%;
  padding: 20px;
}
/*---------------
page link
---------------*/
.cmshtml .page_link {
  justify-content: center;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
.cmshtml .page_link > *:not(:last-child) {
  margin-right: 25px;
}
.cmshtml .p_link, .cmshtml .p_link a {
  color: #005BAC;
}
.cmshtml .p_link {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.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: #005BAC;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  margin: auto;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
/*---------------
h2 - h6
---------------*/
.cmshtml .rdplanetitle h2, .cmshtml .rdplanetitle h3, .cmshtml .rdplanetitle h4, .cmshtml .rdplanetitle h5, .cmshtml .rdplanetitle h6 {
  display: block;
  font-weight: 500;
  margin: auto;
  position: relative;
}
.cmshtml .rdplanetitle h2 {
  border-top: 1px solid #005BAC;
  border-bottom: 3px solid #005BAC;
  color: #005BAC;
  font-size: 32px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5rem;
  padding: 15px 0 15px;
}
.cmshtml .rdplanetitle h3 {
  border-left: 5px solid #03CEE5;
  color: #005BAC;
  font-size: 30px !important;
  font-weight: 600 !important;
  padding: 0 10px 0 20px;
  position: relative;
}
.cmshtml .rdplanetitle h4 {
  border-bottom: 2px solid #F5F5F5;
  color: #212121;
  font-size: 28px !important;
  font-weight: 600 !important;
  padding-bottom: 15px;
}
.cmshtml .rdplanetitle h4:before {
  background: linear-gradient(to right, #005BAC, #03CEE5);
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  margin: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cmshtml .rdplanetitle h5 {
  background: #F5F5F5;
  color: #005BAC;
  font-size: 26px !important;
  font-weight: 600 !important;
  padding: 4px 10px 4px 40px;
  z-index: 1;
}
.cmshtml .rdplanetitle h5:before, .cmshtml .rdplanetitle h5:after {
  content: "";
  display: block;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .rdplanetitle h5:before {
  background: #03CEE5;
  width: 7px;
  height: 7px;
  left: 13px;
  bottom: 7px;
}
.cmshtml .rdplanetitle h5:after {
  background: #037AE5;
  width: 6px;
  height: 6px;
  left: 20px;
  top: 7px;
}
.cmshtml .rdplanetitle h6 {
  background: linear-gradient(to right, #005BAC, #03CEE5);
  color: #fff;
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 5px 25px;
}
.cmshtml .rdplanetitle h6 a {
  color: #fff;
}
.cmshtml .title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cmshtml .title_wrap .inwrap {
  position: relative;
}
.cmshtml .s_title, .cmshtml .s_title a {
  color: #005BAC;
}
.cmshtml .s_title {
  font-size: 12px;
  font-weight: 700;
  padding: 0 !important;
  padding-left: 20px !important;
  position: relative;
}
.cmshtml .s_title:before {
  background-image: url("../img/tit_ico.png");
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  transition: all 0.3s;
}
.cmshtml .l_title {
  font-size: 40px;
  font-weight: 500;
  padding: 0 !important;
}
/*---------------
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: #005BAC;
  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: #005BAC;
  display: list-item;
  padding: 0;
  position: relative;
}
.cmshtml .list01_inwrap li .intxt, .cmshtml .list02_inwrap li .intxt {
  color: #333;
}
/*---------------
mark btn
---------------*/
.cmshtml .mark_btn {
  background: #f1f8ff;
  border-left: 20px solid #005BAC;
  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 #005BAC;
  display: inline-block;
  color: #005BAC;
  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: #005BAC;
  color: #fff;
}
/*---------------
icon title
---------------*/
.cmshtml .ico_title {
  border-bottom: 2px solid #aaa;
  align-items: center;
  flex-flow: nowrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.cmshtml .ico_title02 {
  border-bottom: none;
}
.cmshtml .ico_title > div:first-child {
  max-width: 80px;
  min-width: 80px;
  text-align: right;
}
.cmshtml .tit_txt {
  color: #005BAC;
  font-size: 24px;
  padding-left: 20px;
}
/*---------------
faq
---------------*/
.cmshtml .faq {
  /*border-bottom: 1px solid #ededed;*/
  padding: 20px 0;
}
.cmshtml .qa_q {
  margin-bottom: 20px;
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_a {
  padding-left: 30px !important;
  position: relative;
}
.cmshtml .qa_q:before, .cmshtml .qa_a:before {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: auto;
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cmshtml .qa_q:before {
  background: #005BAC;
  content: "Q";
}
.cmshtml .qa_a:before {
  background: #70ccd6;
  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 #005BAC !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%;
  padding-left: 4%;
  padding-bottom: 4%;
  position: relative;
  z-index: 3;
}
.cmshtml .img_div img {
  position: relative;
  z-index: 3;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}
.cmshtml .img_div:before {
  background-color: #D9E5F1;
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .img_txt02 .img_div {
  padding: 0;
  padding-right: 4%;
  padding-bottom: 4%;
}
.cmshtml .img_txt02 .img_div:before {
  left: auto;
  right: 0;
}
.cmshtml .txt_div {
  line-height: 2;
  padding: 0;
  padding-left: 6%;
  width: 60%;
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
.cmshtml .img_txt02 .txt_div {
  padding: 0;
  padding-right: 6%;
}
/*---------------
stepbox
---------------*/
.cmshtml .stepbox {
  margin-bottom: 60px;
}
.cmshtml .stepbox > div + div {
  margin-top: 40px;
}
.cmshtml .step_div {
  background: #fff;
  border: 1px solid #005BAC;
  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 #005BAC;
}
.cmshtml .step_num, .cmshtml .step_num a {
  color: #fff;
  font-weight: 600;
}
.cmshtml .step_num {
  background: #005BAC;
  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 #005BAC;
  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 #005BAC;
  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: #005BAC;
  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: #f1f8ff;
  color: #005BAC;
}
.cmshtml .floor_imgs {
  background: #f1f8ff;
  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%;
  padding-left: 65px;
}
.cmshtml .hide_area > * + * {
  margin-top: 15px;
}
.cmshtml .acco_box:before {
  border: 5px solid #005BAC;
}
.cmshtml .acco_box .acco_tit {
  color: #005BAC;
}
.cmshtml .acco_box .acco_tit:before, .cmshtml .acco_box .acco_tit:after {
  background: #005BAC;
}
.cmshtml .acco_box.faq_acco:before {
  border-radius: 0;
  border: none;
  content: "Q";
  color: #005BAC;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  left: 20px;
  transition: all 0.3s;
}
.cmshtml .acco_box.faq_acco .acco_tit {
  font-size: 16px;
  padding: 15px 45px 15px 65px !important;
}
.cmshtml .acco_box.faq_acco .hide_area {
  padding: 20px 45px 15px 65px;
  position: relative;
}
.cmshtml .acco_box.faq_acco .hide_area:before {
  border-radius: 0;
  border: none;
  content: "A";
  color: #005BAC;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s;
}
/*---------------
img mask
---------------*/
.cmshtml .img_blackMask {
  position: relative;
}
.cmshtml .img_blackMask > div {
  background: #000;
  position: relative;
  overflow: hidden;
}
.cmshtml .img_blackMask img {
  opacity: 0.5;
  transition: all 0.3s;
}
.cmshtml .img_blackMask > div img {
  max-width: none;
  width: 100%;
  height: auto;
}
.cmshtml .img_blackMask > div:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.cmshtml .img_blackMask .mask_txt {
  color: #FFF;
  position: absolute;
  margin: auto;
  font-size: 24px;
  left: 0;
  top: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.cmshtml .bnr_box.img_blackMask > div img {
  opacity: 1;
}
.cmshtml .bnr_box.img_blackMask .mask_txt {
  text-shadow: #000 0 0 2px, #000 0 0 2px, #000 0 0 2px, #000 0 0 2px;
  font-size: 30px;
}
.cmshtml .img_blackMask .mask_txt, .cmshtml .img_blackMask .mask_txt p, .cmshtml .img_blackMask .mask_txt a {
  color: #FFF;
}
/*---------------
zoom-img
---------------*/
.cmshtml .zoom-img {
  background: #000;
  overflow: hidden;
  padding: 0 !important;
}
.cmshtml .zoom-img img {
  opacity: 0.6;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  max-width: none;
}
.cmshtml .zoom-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}
/*---------------
preset
---------------*/
.cmshtml .bg_fixed {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: none !important;
  width: 100% !important;
  transform: none !important;
}
.cmshtml .bg_fixed:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cmshtml .bg_fixed {
    background-attachment: scroll;
  }
}
.cmshtml .rounded_rectangle img {
  border-radius: 6px;
}
.cmshtml .catalogdetail_tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.cmshtml .catalogdetail_tags > div {
  margin: 0 5px 5px 0 !important;
  display: block;
  padding: 2px 5px !important;
  border: 1px solid #f1f8ff;
  border-radius: 2px;
  background-color: #F5F7F8;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
/*------------------------------------------------------*/
.cmshtml .link_blk {
  position: relative;
}
.cmshtml .link_blk > div {
  width: calc(33.3333% - 60px);
  margin: 0 30px 30px;
}
.cmshtml .lb_box {
  position: relative;
}
.cmshtml .lb_img {
  height: 240px;
  overflow: hidden;
}
.cmshtml .lb_img img {
  transition: all 0.3s;
}
.cmshtml .lb_box:hover .lb_img img {
  transform: scale(1.1);
}
.cmshtml .lb_txt {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 11px;
  position: relative;
}
.cmshtml .lb_txt a {
  color: #333;
  display: block;
  text-decoration: none;
}
.cmshtml .lb_txt:before, .cmshtml .lb_txt:after {
  background-color: #005BAC;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .lb_txt:before {
  right: 20px;
  transition-delay: 0.3s;
  opacity: 0;
}
.cmshtml .lb_txt:after {
  right: 10px;
}
.cmshtml .lb_box:hover .lb_txt:before, .cmshtml .lb_txt:hover:before {
  right: 10px;
  opacity: 1;
  transition: all 0.3s;
}
.cmshtml .lb_box:hover .lb_txt:after, .cmshtml .lb_txt:hover:after {
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.cmshtml .lb_box:hover .lb_txt, .cmshtml .lb_txt:hover, .cmshtml .lb_box:hover .lb_txt a, .cmshtml .lb_txt:hover a {
  color: #005BAC;
}
.cmshtml .lb_box:hover a img, .cmshtml .lb_box a:hover img {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .cmshtml .link_blk > div {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .cmshtml .link_blk > div {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .cmshtml .link_blk > div {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 20px;
  }
}
/*------------------------------------------------------*/
.cmshtml .flyer_blk {
  overflow: hidden;
}
.cmshtml .flyer_blk:before {
  border: 2px solid #E7E7E7;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s;
}
.cmshtml .flyer_blk:hover:before {
  border-color: #005BAC;
}
.cmshtml .flyer_img, .cmshtml .flyer_blk > div:has(.flyer_img) {
  width: 57%;
}
.cmshtml .flyer_textbox, .cmshtml .flyer_blk > div:has(.flyer_textbox) {
  width: 43%;
}
.cmshtml .flyer_img {
  height: auto;
  overflow: hidden;
  position: relative;
}
.cmshtml .flyer_img img {
  transition: all 0.3s;
}
.cmshtml .flyer_blk:hover .flyer_img img {
  transform: scale(1.1);
}
.cmshtml .flyer_textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 4%;
  height: 100%;
  position: relative;
}
.cmshtml .flyer_tit01 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.cmshtml .flyer_tit02 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding-right: 40px;
  position: relative;
}
.cmshtml .flyer_tit02:before, .cmshtml .flyer_tit02:after {
  background-color: #005BAC;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.cmshtml .flyer_tit02:before {
  right: 20px;
  transition-delay: 0.3s;
  opacity: 0;
}
.cmshtml .flyer_tit02:after {
  right: 10px;
}
.cmshtml .flyer_blk:hover .flyer_tit02:before, .cmshtml .flyer_tit02:hover:before {
  right: 10px;
  opacity: 1;
  transition: all 0.3s;
}
.cmshtml .flyer_blk:hover .flyer_tit02:after, .cmshtml .flyer_tit02:hover:after {
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.cmshtml .flyer_txt {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .cmshtml .flyer_txt {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .cmshtml .flyer_img, .cmshtml .flyer_blk > div:has(.flyer_img), .cmshtml .flyer_textbox, .cmshtml .flyer_blk > div:has(.flyer_textbox) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .cmshtml .flyer_img, .cmshtml .flyer_blk > div:has(.flyer_img), .cmshtml .flyer_textbox, .cmshtml .flyer_blk > div:has(.flyer_textbox) {
    width: 100%;
  }
}
/*------------------------------------------------------*/
.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, 195, 241, 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;
  }
}
/*------------------------------------------------------*/
.cmshtml .link_btn_arrow {
  position: relative;
}
.cmshtml .link_btn_arrow a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.1em;
  padding: 15px 50px 15px 0;
  border-bottom: 1px solid #b5bfc9;
  transition: all 0.4s;
  position: relative;
}
.cmshtml .wrap_link .link_btn_arrow a {
  text-align: left;
  padding: 15px 50px 15px 0;
}
.cmshtml .link_btn_arrow a:before, .cmshtml .link_btn_arrow a: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 .link_btn_arrow a:before {
  border: 1px solid #005BAC;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: 10px;
}
.cmshtml .link_btn_arrow a:after {
  background-color: #005BAC;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 8px;
  height: 13px;
  right: 25px;
}
.cmshtml .link_btn_arrow a:hover:before {
  opacity: 0.8;
}
.cmshtml .link_btn_arrow a:hover:before {
  border: 1px solid #005BAC;
  background: #005BAC;
}
.cmshtml .link_btn_arrow a:hover:after {
  background-color: #fff;
}
.cmshtml .link_btn_arrow:hover a, .cmshtml .link_btn_arrow a:hover {
  color: #005BAC;
}
@media screen and (max-width: 1000px) {
  .cmshtml .link_btn_arrow a:before {
    width: 35px;
    height: 35px;
  }
  .cmshtml .link_btn_arrow a:after {
    width: 8px;
    height: 12px;
    right: 22px;
  }
}
@media screen and (max-width: 680px) {
  .cmshtml .link_btn_arrow {
    font-size: 14px;
  }
  .cmshtml .link_btn_arrow a, .cmshtml .wrap_link .link_btn_arrow a {
    padding: 10px 40px 10px 0;
  }
  .cmshtml .link_btn_arrow a:before {
    width: 25px;
    height: 25px;
  }
  .cmshtml .link_btn_arrow a:after {
    width: 6px;
    height: 9px;
    right: 19px;
  }
}
@media screen and (max-width: 400px) {
  .cmshtml .link_btn_arrow {
    font-size: 13px;
  }
  .cmshtml .link_btn_arrow a, .cmshtml .wrap_link .link_btn_arrow a {
    padding: 10px 30px 10px 0;
  }
  .cmshtml .link_btn_arrow a:before {
    width: 25px;
    height: 25px;
  }
  .cmshtml .link_btn_arrow a:after {
    width: 6px;
    height: 9px;
    right: 19px;
  }
}
/*---------------
pick_up
---------------*/
.cmshtml .pick_up {
  padding: 47px 47px 0;
  position: relative;
}
.cmshtml .pu_tag {
  background: #005BAC;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 94px;
  height: 94px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.cmshtml .pu_tag:before {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #005BAC;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: auto;
  transition: all 0.3s;
  pointer-events: none;
}
.cmshtml .pu_tag a {
  color: #fff;
  text-decoration: none;
}
.cmshtml .pu_inwrap {
  border: 4px solid #005BAC;
  border-radius: 4px;
  padding: 40px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cmshtml .pu_inwrap > div:nth-child(1) {
  width: 30%;
}
.cmshtml .pu_inwrap > div:nth-child(2) {
  width: 70%;
}
.cmshtml .pu_img {
  height: auto;
  position: relative;
}
.cmshtml .pu_textbox {
  padding-top: 10px;
  padding-left: 4%;
  position: relative;
}
.cmshtml .pu_tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .06em;
  color: #005BAC;
  margin-bottom: 20px;
}
.cmshtml .pu_txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .cmshtml .pick_up {
    padding: 38px 38px 0;
  }
  .cmshtml .pu_tag {
    font-size: 13px;
    width: 76px;
    height: 76px;
  }
  .cmshtml .pu_tag:before {
    display: none;
  }
  .cmshtml .pu_inwrap {
    border: 2px solid #005BAC;
    padding: 20px;
  }
  .cmshtml .pu_inwrap > div:nth-child(1),
  .cmshtml .pu_inwrap > div:nth-child(2) {
    width: 100%;
  }
  .cmshtml .pu_textbox {
    margin-top: 20px;
    padding: 0;
  }
  .cmshtml .pu_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cmshtml .pu_txt {
    font-size: 14px;
  }
}

/*------------------------------------------------------*/
.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 {
  padding: 40px 0;
  position: relative;
}
.cmshtml .max_module_area > * {
  max-width: 1300px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.cmshtml .bdr_txt {
  border-bottom: 1px solid #ccc;
  font-size: 30px;
  text-align: center;
}
/*------------------------------------------------------*/