@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

picture {
  display: block;
}

.pv100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .pv100 {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .pt60 {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .pt40 {
    padding-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.p25 {
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  .p25 {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}

.p40 {
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p40 {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.p60 {
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  .p60 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .mt100 {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .mt60 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .mt40 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .mt24 {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .mt20 {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}

/* Slickスライダーの初期化前の縦並び防止 */
.mv_slider .slide {
  display: none;
}

.mv_slider .slide:first-child {
  display: block;
}

/* Slick初期化後は全てのスライドを表示可能にする */
.mv_slider.slick-initialized .slide {
  display: block;
}

.header_btn01, .header_btn02 {
  color: #fff;
  background: #08A097;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: bold;
  height: 80px;
  width: 108px;
}
.header_btn01:hover, .header_btn02:hover {
  color: #fff;
  opacity: 0.8;
}
.header_btn01 img, .header_btn02 img {
  width: 15px;
  height: auto;
  margin-right: 3px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header_btn01 span.fz12, .header_btn02 span.fz12 {
  font-size: 12px;
}
.header_btn01 .flex, .header_btn02 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_btn01 img {
  width: 15.9px;
  height: auto;
}

.header_btn02 {
  background: #1255B0;
  width: 122px;
}

.mobilebtn01, .mobilebtn02 {
  display: none !important;
  position: fixed;
  right: 138px;
  display: inline-block;
  cursor: pointer;
  width: 88px;
  height: 40px;
  color: #fff;
  background: #08A097;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
}
.mobilebtn01:hover, .mobilebtn02:hover {
  opacity: 0.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mobilebtn01, .mobilebtn02 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 389px) {
  .mobilebtn01, .mobilebtn02 {
    right: 125px;
    width: 75px;
  }
}
.mobilebtn01 img, .mobilebtn02 img {
  width: 10px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.mobilebtn01 span.fz8, .mobilebtn02 span.fz8 {
  font-size: 8px;
}
.mobilebtn01 .flex, .mobilebtn02 .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobilebtn01 img {
  margin-top: -1px;
}

.mobilebtn02 {
  background: #1255B0;
  right: 45px;
}
.mobilebtn02 img {
  margin-top: 1px;
}

.mv {
  position: relative;
}
.mv .splide__list {
  height: auto;
}
.mv .mv_slider .slide {
  width: 100%;
  height: auto;
}
.mv .mv_slider .slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100svh - 190px);
}
@media screen and (max-width: 767px) {
  .mv .mv_slider .slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 390/500;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    /* max-height: 500px; */
    max-height: none;
    height: calc(100svh - 141px);
  }
}
.mv .mv_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2020px;
  margin-inline: auto;
}
.mv .mv_inner .mv_text {
  max-width: 2020px;
  margin-inline: auto;
  padding: 0 80px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .mv .mv_inner .mv_text {
    padding: 0 20px;
    max-width: 350px;
  }
}
.mv .mv_inner .mv_text .mv_title h1 {
  font-family: "Noto sans jp", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 56px;
  line-height: 160%;
  margin-bottom: 24px;
  text-shadow: 2.2px 2.2px 2.2px #003366, -2.2px -2.2px 2.2px #003366, -2.2px 2.2px 2.2px #003366, 2.2px -2.2px 2.2px #003366, 2.2px 0 2.2px #003366, -2.2px 0 2.2px #003366, 0 2.2px 2.2px #003366, 0 -2.2px 2.2px #003366, 0 0 12px #fff;
}
@media screen and (max-width: 767px) {
  .mv .mv_inner .mv_text .mv_title h1 {
    font-size: 28px;
    margin-bottom: 12px;
    text-shadow: 1.5px 1.5px 1.5px #003366, -1.5px -1.5px 1.5px #003366, -1.5px 1.5px 1.5px #003366, 1.5px -1.5px 1.5px #003366, 1.5px 0 1.5px #003366, -1.5px 0 1.5px #003366, 0 1.5px 1.5px #003366, 0 -1.5px 1.5px #003366, 0 0 12px #fff;
  }
}
@media screen and (max-width: 389px) {
  .mv .mv_inner .mv_text .mv_title h1 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
    line-height: 140%;
  }
}
.mv .mv_inner .mv_text .mv_title .mv_subtitle {
  font-size: 24px;
  font-weight: 500;
  text-shadow: 0 0 10px rgb(62, 58, 57);
  color: #fff;
  padding-bottom: 160px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mv .mv_inner .mv_text .mv_title .mv_subtitle {
    font-size: 16px;
    text-shadow: 0 0 10px rgba(62, 58, 57, 0.8);
    margin-bottom: 24px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 389px) {
  .mv .mv_inner .mv_text .mv_title .mv_subtitle {
    font-size: max(12px, 12px + 3 * (100vw - 320px) / 69);
    line-height: 140%;
    margin-bottom: max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
.mv .mv_inner .mv_text .mv_title img {
  width: 950px;
  max-width: 100%;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .mv .mv_inner .mv_text .mv_title img {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 389px) {
  .mv .mv_inner .mv_text .mv_title img {
    width: 300px;
    padding-bottom: 8px;
  }
}
.mv .mv_inner .mv_text .mv_catch_list_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv .mv_inner .mv_text .mv_catch_list_sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 389px) {
  .mv .mv_inner .mv_text .mv_catch_list_sp {
    gap: max(5px, 5px + 3 * (100vw - 320px) / 69);
    padding-bottom: max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}
.mv .mv_inner .mv_text .mv_catch_list_sp li {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 304px;
  height: 66px;
  gap: 5px;
}
@media screen and (max-width: 389px) {
  .mv .mv_inner .mv_text .mv_catch_list_sp li {
    width: max(220px, 220px + 70 * (100vw - 320px) / 69);
    height: max(55px, 55px + 8 * (100vw - 320px) / 69);
  }
}
.mv .mv_inner .mv_text .mv_catch_list_sp li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 5px;
  border: 1px solid #1255B0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mv .mv_inner .mv_text .mv_catch_list_sp li img {
  width: 70px;
  height: 70px;
  display: block;
  margin-top: -1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 389px) {
  .mv .mv_inner .mv_text .mv_catch_list_sp li img {
    width: max(50px, 50px + 15 * (100vw - 320px) / 69);
    height: max(50px, 50px + 15 * (100vw - 320px) / 69);
  }
}
.mv .mv_inner .mv_text .mv_catch_list_sp li span {
  font-size: 14px;
  font-weight: bold;
  color: #1255B0;
  line-height: 160%;
  position: relative;
  z-index: 1;
  margin-top: 0.2em;
}
@media screen and (max-width: 389px) {
  .mv .mv_inner .mv_text .mv_catch_list_sp li span {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}

.mv_catch_list_wrap {
  background: #fff;
}
.mv_catch_list_wrap .mv_catch_list_pc {
  max-width: 2020px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 10px 38px;
}
@media screen and (max-width: 767px) {
  .mv_catch_list_wrap .mv_catch_list_pc {
    display: none;
  }
}
.mv_catch_list_wrap .mv_catch_list_pc li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.mv_catch_list_wrap .mv_catch_list_pc li img {
  height: 95px;
}
.mv_catch_list_wrap .mv_catch_list_pc li span {
  font-size: 20px;
  font-weight: bold;
  color: #1255B0;
  line-height: 160%;
}

.footer_fixed_btn {
  position: fixed;
  z-index: 300;
  top: 20%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.footer_fixed_btn a {
  display: block;
  width: 70px;
  background: #1255B0;
  border: 2px solid #1255B0;
  color: #fff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn a {
    width: max(50px, 50px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: auto;
    padding: 12.5px 8px;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
}
.footer_fixed_btn a:hover {
  opacity: 0.8;
}
.footer_fixed_btn a .heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .heading {
    display: block;
    font-size: 8px;
    font-weight: bold;
    width: 104px;
    margin-inline: auto;
    background: #fff;
    color: #1255B0;
    text-align: center;
    border-radius: 999px;
    line-height: 180%;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn a .heading {
    width: 100%;
  }
}
.footer_fixed_btn a .btn_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .btn_body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3px;
  }
}
.footer_fixed_btn a .icon {
  width: 100%;
  background: #fff;
  padding: 8px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .icon {
    background: none;
    padding: 0;
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.footer_fixed_btn a .icon img {
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn a .icon img {
    width: max(30px, 30px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .icon img {
    width: 10px;
  }
}
.footer_fixed_btn a span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 110%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: grid;
  place-items: center;
  letter-spacing: 0.1em;
  padding: 12px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a span {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 14px;
    padding: 0;
    line-height: 110%;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn a span {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a i.sp-on {
    display: inline-block;
    margin-right: 2px;
  }
}
.footer_fixed_btn .web_btn a .icon img {
  width: 45px;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn .web_btn a .icon img {
    width: max(35px, 35px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .web_btn a .icon img {
    width: 10px;
    margin-top: 1px;
  }
}
.footer_fixed_btn .access_btn a span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .access_btn a span {
    font-size: 12px;
    line-height: 1.5;
    margin-top: -1px;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn .access_btn a span {
    font-size: max(9px, 9px + 2 * (100vw - 320px) / 69);
  }
}
.footer_fixed_btn.implant-lp a, .footer_fixed_btn.boroboro-lp a {
  background: #0077FF;
  border: 2px solid #0077FF;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn.implant-lp a::before, .footer_fixed_btn.boroboro-lp a::before {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn.implant-lp a .heading, .footer_fixed_btn.boroboro-lp a .heading {
    border-radius: 0;
  }
}
.footer_fixed_btn.implant-lp a .btn_body span, .footer_fixed_btn.boroboro-lp a .btn_body span {
  font-family: "Noto Serif JP", serif;
}
.footer_fixed_btn.boroboro-lp {
  top: 10%;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn.boroboro-lp {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn.boroboro-lp a .heading {
    font-weight: 500;
    color: #0077ff;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn.boroboro-lp a span {
    font-weight: 500;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn.boroboro-lp .access_btn a span {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -1px;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn.boroboro-lp .access_btn a span {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}

.page_top {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 400;
}
@media screen and (max-width: 767px) {
  .page_top {
    right: 5px;
    bottom: 65px;
  }
}
.page_top img {
  width: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page_top img {
    width: 14px;
  }
}

a.btn-c {
  background: #f0f6ff;
  -webkit-box-shadow: 0 5px 0 #1255B0;
  box-shadow: 0 5px 0 #1255B0;
}

a.btn-c:hover {
  background: #1255B0;
  -webkit-box-shadow: 0 2px 0 #2477E6;
  box-shadow: 0 2px 0 #2477E6;
}

a.btn-c span {
  border: 2px solid #1255B0;
}

a.btn-c span:before {
  border-color: #1255B0 transparent transparent transparent;
}

.b01-h4-en {
  color: #1255B0;
}

.serviceMainTitle {
  color: #1256B0;
}

.footer {
  background-color: #0b3978;
}

.main_btn, .main_btn_circle {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .main_btn, .main_btn_circle {
    margin-top: 30px;
  }
}
.main_btn a, .main_btn_circle a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  width: 240px;
  height: 50px;
  background: #1255B0;
  border: 2px solid #1255B0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_btn a, .main_btn_circle a {
    width: 200px;
    height: 45px;
    border: none;
    font-size: 14px;
    padding: 8px 16px;
  }
}
.main_btn a:hover, .main_btn_circle a:hover {
  opacity: 0.8;
}
.main_btn a::before, .main_btn_circle a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.main_btn_circle a {
  border-radius: 999px;
}
.main_btn_circle a::before {
  display: none;
}

.contactWrapper {
  background: #EFEBD4;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .contactWrapper {
    padding: 60px 0;
  }
}
.contactWrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #fff;
  z-index: -1;
}
.contactWrapper .contactHeader {
  text-align: center;
  max-width: calc(100% - 48px);
  margin-inline: auto;
}
.contactWrapper .contactHeader .serviceMainTitle {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}
.contactWrapper .contactHeader .serviceSubTitle {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contactWrapper .contactHeader .serviceSubTitle {
    margin-bottom: 30px;
  }
}
.contactWrapper .contactHeader .contactSub {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contactWrapper .contactHeader .contactSub {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.contactWrapper .contactBtnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contactWrapper .contactBtnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.contactWrapper .contactBtnArea a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 240px;
  height: 60px;
  background: #1255B0;
  border: 2px solid #1255B0;
  color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .contactWrapper .contactBtnArea a {
    width: 210px;
    height: 50px;
    border: none;
  }
}
.contactWrapper .contactBtnArea a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.contactWrapper .contactBtnArea a:hover {
  opacity: 0.8;
}
.contactWrapper .contactBtnArea a .icon {
  display: inline-block;
}
.contactWrapper .contactBtnArea a .icon img {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .contactWrapper .contactBtnArea a .icon img {
    width: 15px;
  }
}
.contactWrapper .contactBtnArea a span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contactWrapper .contactBtnArea a span {
    font-size: 14px;
  }
}

.conceptWrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .conceptWrapper {
    padding: 50px 0;
  }
}
.conceptWrapper .concept_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.conceptWrapper .concept_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conceptWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(253, 251, 238, 0.8);
  z-index: -1;
}
.conceptWrapper .conceptHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .conceptWrapper .conceptHeader {
    margin-bottom: 30px;
  }
}
.conceptWrapper .conceptHeader img {
  width: 70px;
}
.conceptWrapper .conceptHeader .title .serviceMainTitle {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.conceptWrapper .conceptHeader .title .serviceSubTitle {
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .conceptWrapper .row {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.conceptWrapper .conceptLead {
  font-size: 28px;
  line-height: 2.25;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: underline;
  -webkit-text-decoration-color: #1255B0;
          text-decoration-color: #1255B0;
  text-decoration-thickness: 2px;
  text-underline-offset: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .conceptWrapper .conceptLead {
    font-size: 20px;
    margin-bottom: 20px;
    text-underline-offset: 10px;
  }
}
.conceptWrapper .conceptText {
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .conceptWrapper .conceptText {
    font-size: 14px;
  }
}

.faqWrapper {
  margin-top: 100px;
  padding: 100px 0;
  background: #EFEBD4;
}
@media screen and (max-width: 767px) {
  .faqWrapper {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.faqWrapper .faqHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faqHeader {
    margin-bottom: 30px;
  }
}
.faqWrapper .faqHeader img {
  width: 70px;
}
.faqWrapper .faqHeader .serviceMainTitle {
  text-align: center;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.faqWrapper .faqHeader .serviceSubTitle {
  text-align: center;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0;
}
.faqWrapper .faq_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: calc(1080px + 10%);
  padding: 0 5%;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list {
    gap: 16px;
  }
}
.faqWrapper .faq_list .faq_item {
  border: 1px solid #1255B0;
  border-radius: 10px;
  overflow: hidden;
}
.faqWrapper .faq_list .faq_item input.faq_toggle {
  display: none;
}
.faqWrapper .faq_list .faq_item label.faq_question {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-right: 40px;
  background-color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item label.faq_question {
    font-size: 16px;
    padding: 15px;
    padding-right: 40px;
  }
}
.faqWrapper .faq_list .faq_item label.faq_question::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_plus.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item label.faq_question::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}
.faqWrapper .faq_list .faq_item label.faq_question span.q_mark {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #1255B0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item label.faq_question span.q_mark {
    font-size: 14px;
    width: 30px;
  }
}
.faqWrapper .faq_list .faq_item .faq_answer {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item .faq_answer {
    padding: 0 15px;
  }
}
.faqWrapper .faq_list .faq_item .faq_answer div {
  background: #FDFBEE;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item .faq_answer div {
    padding: 0 10px;
  }
}
.faqWrapper .faq_list .faq_item .faq_answer span.a_mark {
  font-size: 16px;
  font-weight: bold;
  color: #1255B0;
  background: #fff;
  border: 1px solid #1255B0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item .faq_answer span.a_mark {
    font-size: 14px;
    width: 30px;
  }
}
.faqWrapper .faq_list .faq_item .faq_answer p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item .faq_answer p {
    font-size: 14px;
  }
}
.faqWrapper .faq_list .faq_item .faq_toggle:checked + .faq_question::after {
  background: url(../img/icon_minus.png) no-repeat center/contain;
}
.faqWrapper .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
  overflow: visible;
  grid-template-rows: 1fr;
  padding: 4px 20px 20px;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
    padding: 0 15px 15px;
  }
}
.faqWrapper .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer div {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .faqWrapper .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer div {
    padding: 10px;
  }
}

.regionWrapper {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .regionWrapper {
    padding: 50px 0;
  }
}
.regionWrapper .region_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.regionWrapper .region_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.regionWrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(36, 74, 126, 0.7);
  z-index: -1;
}
.regionWrapper .regionInner {
  max-width: calc(1080px + 10%);
  padding: 0 5%;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .regionWrapper .regionInner {
    padding: 0 20px;
  }
}
.regionWrapper .regionTextWrapper {
  padding: 80px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .regionWrapper .regionTextWrapper {
    padding: 40px 20px;
  }
}
.regionWrapper .regionHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .regionWrapper .regionHeader {
    margin-bottom: 30px;
  }
}
.regionWrapper .regionHeader img {
  width: 70px;
}
.regionWrapper .regionHeader .serviceMainTitle {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.regionWrapper .regionHeader .serviceSubTitle {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0;
}
.regionWrapper .regionText {
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .regionWrapper .regionText {
    font-size: 14px;
  }
}
@media screen and (max-width: 389px) {
  .regionWrapper .regionText {
    font-size: max(12px, 12px + 1 * (100vw - 320px) / 69);
  }
}

.bannerWrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .bannerWrapper {
    padding: 40px 0;
  }
}
.bannerWrapper .banner_inner {
  max-width: calc(1080px + 10%);
  padding: 0 5%;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bannerWrapper .banner_inner {
    padding: 0 20px;
  }
}
.bannerWrapper .banner_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .bannerWrapper .banner_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 520px;
    margin-inline: auto;
  }
}
.bannerWrapper .banner_list li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bannerWrapper .banner_list li a:hover {
  opacity: 0.8;
}

body#tinymce .slide img {
  height: auto !important;
  max-width: 100% !important;
}