@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto;
}

a, button, input, textarea {
  outline: none;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
}

body {
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre, code, kbd, samp, tt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.js-fadeup {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.js-fadeup-row-child {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  transform: translateY(0);
  opacity: 1;
}

.page-top {
  position: fixed;
  z-index: 99;
}
.page-top.is-absolute {
  position: absolute;
}

main {
  background-color: #f3f3f3;
  line-height: 1.5;
}

.section_block_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.section_block_icon .is-text {
  font-weight: normal;
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: #222222;
}

.inner, .inner02 {
  max-width: 1260px;
  margin-inline: auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.inner02 {
  max-width: 1048px;
}

.cmn-ttl01 {
  margin-bottom: 32px;
  color: #0F39A9;
}
.cmn-ttl01__num {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-bottom: 64px;
  font-family: "Roboto", sans-serif;
  font-size: 7.4rem;
  font-weight: 700;
  line-height: 1.1;
}
.cmn-ttl01__num::before {
  transform: rotate(-20deg);
  aspect-ratio: 1/1;
  width: 14px;
  background-color: #0F39A9;
  content: "";
  transform-origin: left top;
}
.cmn-ttl01__main {
  font-size: 5.6rem;
  font-weight: 700;
}

.cmn-ttl02 {
  position: relative;
  margin-bottom: 40px;
  font-size: 3.4rem;
  font-weight: 700;
}
.cmn-ttl02.is-color {
  color: #0F39A9;
}
.cmn-ttl02::before, .cmn-ttl02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  background-color: #0F39A9;
  content: "";
}
.cmn-ttl02::before {
  transform: rotate(45deg) translateY(-70%);
  aspect-ratio: 1/1;
  width: 8px;
}
.cmn-ttl02::after {
  transform: translateY(-50%);
  width: 100vw;
  height: 1px;
}
.cmn-ttl02__txt {
  margin-bottom: 40px;
  font-size: 2.4rem;
}

.cmn-ttl03 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #0F39A9;
  color: #0F39A9;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.cmn-lyt-01 {
  padding: 40px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.cmn-lyt-01 + .cmn-lyt-01 {
  margin-top: 80px;
}
.cmn-lyt-01__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
  padding: 8px 16px;
  background-color: #0F39A9;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
.cmn-lyt-01__ttl-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cmn-lyt-01__ttl-note {
  font-size: 2rem;
  font-weight: 700;
}
.cmn-lyt-01__ttl02 {
  margin-bottom: 80px;
  color: #0F39A9;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
.cmn-lyt-01__ttl02 .is-color {
  color: #c3328b;
}
.cmn-lyt-01__ttl02::before {
  display: block;
  width: 2px;
  height: 80px;
  margin: -40px auto 10px;
  background-color: rgba(15, 57, 169, 0.7);
  content: "";
}
.cmn-lyt-01__list {
  margin-top: 32px;
}
.cmn-lyt-01__list li {
  font-size: 1.2rem;
}
.cmn-lyt-01__list02 {
  margin-bottom: 80px;
}
.cmn-lyt-01__list02 li {
  padding-left: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-indent: -24px;
}
.cmn-lyt-01__list02 li::before {
  display: inline-block;
  aspect-ratio: 1/1;
  width: 16px;
  margin-right: 8px;
  background-color: #0F39A9;
  vertical-align: inherit;
  content: "";
}
.cmn-lyt-01__list02 li + li {
  margin-top: 24px;
}
.cmn-lyt-01__graph {
  text-align: center;
}
.cmn-lyt-01__graph02 {
  border: 1px solid #bcbcbc;
}
.cmn-lyt-01__row {
  display: grid;
  gap: 24px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.header__inr {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__list {
  display: flex;
  align-items: center;
}
.header__list li a {
  display: flex;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.header__list li a::after {
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 9px;
  height: 6px;
  margin-left: 6px;
  background-color: #0F39A9;
  content: "";
}
.header__list li a.header__list-top::after {
  display: none;
}
.header__list-num {
  font-size: 2rem;
}
.header__link {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #0F39A9;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  gap: 10px;
  padding: 10px 12px;
}
.header__link::after {
  aspect-ratio: 1/1;
  width: 38px;
  background-color: #fff;
  content: "";
  -webkit-mask-image: url(../images/icon_header_arrow.svg);
          mask-image: url(../images/icon_header_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.header__hum {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border: none;
  position: relative;
  z-index: 9999;
}
.header__hum.active {
  background-color: #0F39A9;
}
.header__hum-line {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #0F39A9;
  position: relative;
}
.active .header__hum-line {
  background-color: transparent;
}
.header__hum-line::before, .header__hum-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0F39A9;
  transition: all 0.3s ease;
}
.active .header__hum-line::before, .active .header__hum-line::after {
  background-color: #FFF;
}
.header__hum-line::before {
  top: 7px;
}
.active .header__hum-line::before {
  top: 0;
  transform: rotate(45deg);
}
.header__hum-line::after {
  bottom: 7px;
}
.active .header__hum-line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.btn-fixed {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 10px 40px;
  border-radius: 24px 0 0 0;
  background: linear-gradient(#f74265 0%, #d71533 46.31%, #9b3a3a 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  place-items: center;
}
.btn-fixed::after {
  width: 15px;
  height: 10px;
  background-color: #fff;
  content: "";
  -webkit-mask-image: url(../images/icon_arrow01.svg);
          mask-image: url(../images/icon_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  line-height: 1;
}

.mv {
  position: relative;
}
.mv__bg {
  position: absolute;
  inset: 0;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__bg img {
  -o-object-position: right center;
     object-position: right center;
}
.mv__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.mv__ttl {
  margin: 40px auto 62.5vw;
  font-weight: 700;
  text-align: center;
}
.mv__ttl-lead {
  margin-bottom: 20px;
  font-size: min(3.2rem, 2.133vw);
}
.mv__ttl-main {
  margin-bottom: min(14px, 3.73vw);
}
.mv__ttl-note {
  font-weight: 400;
  margin-bottom: min(32px, 2.133vw);
  font-size: min(2.4rem, 1.71vw);
}
.mv__ttl-txt {
  font-size: min(2.4rem, 1.6vw);
  line-height: 1.6;
}
.mv__btn-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: 3.125vw;
  padding-bottom: 27px;
}
.mv__btn {
  display: grid;
  position: relative;
  min-height: 85px;
  padding: 10px 35px;
  border-radius: 100vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: linear-gradient(180deg, #fff 70%, #d6d6d6 100%);
  color: #0F39A9;
  font-size: 2rem;
  font-weight: 700;
}
.mv__btn::after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  background-color: #0F39A9;
  content: "";
  -webkit-mask-image: url(../images/icon_arrow01.svg);
          mask-image: url(../images/icon_arrow01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.ancers {
  padding: 28px 0;
  background-color: #0F39A9;
}
.ancers__block {
  display: grid;
  gap: 16px;
}

.movie {
  position: relative;
  overflow: hidden;
}
.movie::before, .movie::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  content: "";
}
.movie::before {
  left: 5%;
  width: 74vw;
  background-color: #fff;
}
.movie::after {
  left: 14%;
  width: 100vw;
  border: 1px solid #0F39A9;
}
.movie__block {
  display: grid;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.movie__ttl {
  max-width: 400px;
  font-weight: 700;
}
.movie__ttl-sub, .movie__ttl-main {
  font-weight: inherit;
}
.movie__ttl-sub {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  color: #0F39A9;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}
.movie__ttl-sub::before, .movie__ttl-sub::after {
  position: absolute;
  background-color: #0F39A9;
  content: "";
}
.movie__ttl-sub::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.movie__ttl-sub::after {
  right: 0;
  bottom: 0;
  transform: translateY(50%) rotate(45deg);
  aspect-ratio: 1/1;
  width: 8px;
}
.movie__ttl-main {
  font-size: 3.4rem;
}
.movie__thum {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  border: none;
}
.movie__thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie__thum::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 144px;
  background-color: #fff;
  content: "";
  -webkit-mask: url(../images/icon_play.svg) no-repeat center center/contain;
          mask: url(../images/icon_play.svg) no-repeat center center/contain;
}

.sec01 {
  position: relative;
  padding-bottom: 160px;
}
.sec01.pb-none {
  padding-bottom: 0;
}
.sec01__heading {
  margin-bottom: -40px;
  padding-top: 120px;
  padding-bottom: 40px;
  background: url(../images/img_sec01_bg.jpg) no-repeat center center/cover;
}
.sec01 .inner, .sec01 .inner02 {
  position: relative;
}
.sec01__block + .sec01__block {
  margin-top: 160px;
}

.sec02 {
  padding: 80px 0 130px;
  background-color: #fff;
}
.sec02__block + .sec02__block {
  margin-top: 40px;
}
.sec02__list {
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec02 .is-color {
  color: #db0000;
}
.sec02__lead01 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.sec02__plain-txt {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec02__box01 {
  padding: 40px;
  border: 1px solid #222;
}
.sec02__box01-txt {
  font-size: 1.4rem;
}
.sec02__dl {
  margin-bottom: 16px;
}
.sec02__dl dt {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 700;
}
.sec02__dl02 {
  margin-bottom: 16px;
}
.sec02__dl02 dt {
  margin-bottom: 0;
}
.sec02__dl02 dd {
  font-size: 1.6rem;
}

.bnrs {
  padding: 80px 0 120px;
}
.bnrs__block {
  display: grid;
  gap: 32px;
}
.bnrs__block-item {
  display: flex;
  gap: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 200px;
  padding: 15px 20px;
  border: 1px solid #d3bbbb;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}
.bnrs__block-item .item-txt {
  font-size: 2rem;
}
.bnrs__block-item .item-logo {
  display: block;
  width: 90%;
  margin-inline: auto;
}
.bnrs__block-item::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
  height: 22px;
  background-color: #0F39A9;
  content: "";
}

.footer {
  padding: 60px 20px 120px;
  background: #222;
  color: #fff;
}
.footer-01 > ul {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.footer-01 > ul > li + li {
  margin-top: 24px;
}
.footer-01 > ul > li > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.footer-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  border-top: solid 1px #707070;
}
.footer-02-01 {
  order: 1;
  margin: 24px 0 0;
}
.footer-02-01-inner > dl {
  font-size: 1rem;
  line-height: 1.6;
}
.footer-02-01-inner > dl > dt {
  font-weight: bold;
}
.footer-02-01-inner > dl > dt > span {
  padding-left: 1em;
}
.footer-02-01-inner-copyright {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
.footer-02-02 {
  order: 0;
  width: 189px;
  margin: 48px auto 0;
}
.footer-03-inner > dl {
  font-size: 1rem;
  line-height: 1.6;
}
.footer-03-inner > dl > dt {
  font-weight: bold;
}
.footer-03-inner > dl > dt > span {
  padding-left: 1em;
}
.footer-03-inner > dl > dt > br {
  display: none;
}
.footer-03-inner > dl > dd {
  margin-top: 16px;
}
.footer-03-inner > dl > dd > br {
  display: none;
}
.footer-03-inner-copyright {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

#lbox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#lbox .lbox-inr {
  aspect-ratio: 890/500;
  max-width: 890px;
  width: 65%;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#lbox .lbox-inr iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#lbox #close {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 50%;
  border: #FFFFFF 1px solid;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 1.4rem;
}
#lbox #close > span.is-txt {
  position: relative;
  top: 0.8em;
  left: 1em;
}
#lbox #close:hover {
  cursor: pointer;
}
#lbox #close::before, #lbox #close::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
#lbox #close::before {
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
#lbox #close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
#lbox #clickable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  a[href^=tel]:hover {
    opacity: 1;
  }
  .pc-none {
    display: none;
  }
  .section_block_icon {
    display: none;
  }
  .inner, .inner02 {
    padding: 0 4%;
  }
  .cmn-lyt-01__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-fixed {
    min-height: 85px;
  }
  .mv__ttl {
    margin: 5vw auto 8.2666666667vw 6.5vw;
  }
  .mv__ttl-main {
    width: min(544px, 36.266vw);
  }
  .mv__btn {
    text-align: center;
    place-items: center;
  }
  .ancers__block {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
  }
  .movie__block {
    grid-template-columns: 1fr 57%;
    padding: 80px 0;
  }
  .bnrs__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .footer {
    padding: 64px 60px 48px;
  }
  .footer-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .footer-01 > ul {
    margin: -16px -20px 0 0;
    line-height: 32px;
  }
  .footer-01 > ul > li {
    display: inline-block;
    margin: 16px 40px 0 0;
    padding: 0 40px 0 0;
    border-right: solid 1px #fff;
  }
  .footer-01 > ul > li:last-child {
    margin: 16px 0 0;
    padding: 0;
    border-right: none;
  }
  .footer-01 > ul > li + li {
    margin: 16px 40px 0 0;
    padding: 0 40px 0 0;
  }
  .footer-01 > ul > li > a {
    transition: all 0.4s;
  }
  .footer-01 > ul > li > a:hover {
    color: #1265d6;
  }
  .footer-02 {
    width: 100%;
    margin: 0;
    padding-top: 50px;
    border-top: none;
  }
  .footer-02-01 {
    flex: 1;
    margin: 0;
    padding-left: 60px;
    text-align: right;
  }
  .footer-02-01-inner {
    display: inline-block;
    text-align: left;
  }
  .footer-02-01-inner > dl {
    font-size: 1.2rem;
  }
  .footer-02-02 {
    margin: 0;
  }
  .footer-03-inner > dl {
    font-size: 1.2rem;
  }
  .footer-03-inner > dl > dt > br {
    display: block;
  }
  .footer-03-inner > dl > dd > br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .cmn-ttl01 {
    margin-bottom: 16px;
  }
  .cmn-ttl01__num {
    gap: 8px;
    margin-bottom: 32px;
    font-size: 4.4rem;
  }
  .cmn-ttl01__num::before {
    width: 10px;
  }
  .cmn-ttl01__main {
    font-size: 2.8rem;
  }
  .cmn-ttl02 {
    margin-bottom: 20px;
    margin-left: 1.5em;
    font-size: 2rem;
  }
  .cmn-ttl02__txt {
    font-size: 1.6rem;
  }
  .cmn-ttl03 {
    font-size: 2rem;
  }
  .cmn-lyt-01 {
    padding: 20px 15px;
  }
  .cmn-lyt-01__ttl {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  .cmn-lyt-01__ttl-note {
    font-size: 1.2rem;
    color: #FFF;
  }
  .cmn-lyt-01__ttl02 {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .cmn-lyt-01__ttl02::before {
    height: 60px;
    margin: -40px auto 5px;
  }
  .cmn-lyt-01__list {
    margin-top: 16px;
  }
  .cmn-lyt-01__list li {
    font-size: 1rem;
  }
  .cmn-lyt-01__list02 {
    margin-bottom: 40px;
  }
  .cmn-lyt-01__list02 li {
    font-size: 1.6rem;
  }
  .cmn-lyt-01__graph {
    margin: 0 -5px;
  }
  .btn-fixed {
    padding: 10px 24px 10px 16px;
    line-height: 1.2;
    align-items: center;
    min-height: 64px;
    font-size: 1.8rem;
  }
  .mv__ttl {
    width: 90%;
  }
  .mv__ttl-lead {
    margin-bottom: 32px;
    font-size: 7.3vw;
  }
  .mv__ttl-main img {
    width: 100%;
  }
  .mv__ttl-note {
    font-size: 4.2vw;
  }
  .mv__ttl-txt {
    font-size: 5.33vw;
  }
  .mv__btn {
    align-items: center;
    min-height: 72px;
    font-size: 1.4rem;
    text-align: left;
  }
  .movie::before {
    width: 100vw;
  }
  .movie::after {
    width: 180vw;
  }
  .movie__ttl-main {
    font-size: 2.4rem;
  }
  .movie__thum {
    border-radius: 16px;
  }
  .movie__thum::before {
    width: 20%;
  }
  .sec01 {
    padding-bottom: 80px;
  }
  .sec01__heading {
    margin-bottom: -20px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .sec01__block + .sec01__block {
    margin-top: 80px;
  }
  .sec02 {
    padding: 40px 0 60px;
  }
  .sec02__block + .sec02__block {
    margin-top: 20px;
  }
  .sec02__list {
    font-size: 1.4rem;
  }
  .sec02__lead01 {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .sec02__plain-txt {
    font-size: 1.4rem;
  }
  .sec02__box01 {
    padding: 15px;
  }
  .sec02__box01-txt {
    font-size: 1.2rem;
  }
  .sec02__dl dt {
    font-size: 1.4rem;
  }
  .sec02__dl02 dd {
    font-size: 1.4rem;
  }
  .bnrs {
    padding: 40px 0 60px;
  }
  .bnrs__block {
    gap: 16px;
  }
  .bnrs__block-item {
    gap: 8px;
    min-height: 160px;
    padding: 15px 25px;
  }
  .bnrs__block-item .item-txt {
    font-size: 1.4rem;
  }
  .bnrs__block-item::after {
    right: 12px;
  }
  #lbox .lbox-inr {
    padding: 2.4vw 2.93vw;
    width: 100%;
  }
}
@media screen and (min-width: 1051px) {
  .header {
    height: 111px;
  }
  .header__inr {
    padding-left: 2.5vw;
  }
  .header__nav {
    gap: 2.666vw;
  }
  .header__list {
    gap: 1.6vw;
    height: 111px;
  }
  .header__list li a {
    gap: 0.53vw;
    color: #0F39A9;
    border-bottom: 1px solid #0F39A9;
    padding-right: 0.53vw;
    font-size: min(1.06vw, 1.6rem);
  }
  .header__list li a.header__list-top {
    padding-left: 0.53vw;
  }
  .header__list-num {
    font-size: min(1.3vw, 2rem);
  }
  .header__link {
    font-size: 2rem;
    gap: 1.33vw;
    height: 111px;
    padding: 10px 1.03vw 10px 2.13vw;
    font-size: min(1.3vw, 2rem);
  }
  .header__hum {
    display: none;
  }
  .mv__contents {
    padding-top: 111px;
  }
}
@media screen and (max-width: 1050px) {
  .header__logo {
    width: 128px;
  }
  .header__list {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    background-color: #0F39A9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 97px 16px 40px;
    transition: all 0.3s ease;
  }
  .header__list.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header__list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .header__list li a::after {
    background-color: #FFF;
    margin-left: auto;
    margin-right: 10px;
  }
  .header__link::after {
    width: 21px;
  }
  .mv__contents {
    margin-top: 50px;
  }
}