@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;
}

/* 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;
    aspect-ratio: 390/500;
    /* 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);
  }
}

.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;
  }
}