/* =============================================================================
Image
========================================================================== */
.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

img {
  width: 100%;
}

section ul,
section ol {
  margin: 0;
  padding: 0;
}
section iframe {
  border: 0;
}

/*==============================================================================
Mailformpro
============================================================================= */
.mfp_buttons button {
  display: inline;
}

/*==============================================================================
Media
============================================================================= */
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 768px) {
  .inner {
    width: 92vw;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  p {
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  img {
    display: block;
    vertical-align: bottom;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.02em;
  }
  
  .smi__inner{
  width: 1000px;
}
  
    .new__inner{
  width: 800px;
}
  
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.white {
  color: #fff;
}

.blue {
  color: #02409b;
}

.blue02 {
  color: #007fde;
}

.yellow {
  color: #ffda00;
}

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

.ex-bold {
  font-weight: 900;
}

.bold {
  font-weight: bold;
}

a {
  color: #111;
}

*:focus {
  outline: none;
}

/*==============================================================================
cv
============================================================================= */
@media screen and (max-width: 768px) {
  .follow_btn_sp {
    display: none !important;
  }
  .cv {
    display: none;
  }
  .cv--bg {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .cv__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 94.6666666667vw;
    height: 14.6666666667vw;
  }
  .cv__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 17.0666666667vw;
    height: 18.9333333333vw;
    right: 0;
    bottom: 1.3333333333vw;
    background: url(../images/top/cv_icon01.webp) top center/contain no-repeat;
  }
  .cv__btn01 {
    width: 64vw;
    border-radius: 6vw;
    -webkit-box-shadow: 0 1.7333333333vw 2.8vw 0.4vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 1.7333333333vw 2.8vw 0.4vw rgba(0, 0, 0, 0.07);
  }
  .cv__btn02 {
    width: 29vw;
    margin-left: 2.6666666667vw;
    border-radius: 6vw;
    -webkit-box-shadow: 0 1.7333333333vw 2.8vw 0.4vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 1.7333333333vw 2.8vw 0.4vw rgba(0, 0, 0, 0.07);
  }
}
@media screen and (min-width: 769px) {
  .cv {
    display: none;
  }
  .cv--bg {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .cv__inner {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    height: 80px;
    padding: 10px 0;
  }
  .cv__btn01 {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    width: 470px;
  }
  .cv__btn02 {
    pointer-events: none;
    width: 224px;
    margin-left: 13px;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
    max-width: inherit;
    margin: 0;
    display: block;
  }
  .footer__bg01 {
    padding: 4.7vw 0 10vw;
    background-color: #d60029;
  }
  .footer__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logo {
    width: 26.5vw;
  }
  .footer__right {
    width: 57.3333333333vw;
  }
  .footer__dl {
    margin: 0;
  }
  .footer__dt {
    display: block;
    margin-top: 4.5vw;
    font-size: 3.4666666667vw;
  }
  .footer__dd {
    font-size: 3.4666666667vw;
    line-height: 1.54;
    color: #fff;
  }
  .footer__bg02 {
    padding: 4.4vw 0;
    background-color: #af0022;
  }
  .footer__copy {
    display: block;
    text-align: center;
    line-height: 1.92;
    font-size: 3.2vw;
    color: #fff;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 0;
    max-width: inherit;
    margin: 0;
    display: block;
  }
  .footer__bg01 {
    padding: 45px 0 55px;
    background-color: #d60029;
  }
  .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            align-items: center;
  }
  .footer__logo {
    width: 142px;
  }
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 750px;
  }
  .footer__dl {
    width: 400px;
    margin: 0;
  }
  .footer__dt {
    display: block;
    font-size: 16px;
  }
  .footer__dd {
    font-size: 16px;
    line-height: 1.78;
  }
  .footer__dd + .footer__dt {
    margin-top: 30px;
  }
  .footer__bg02 {
    padding: 18px;
    background-color: #af0022;
  }
  .footer__copy {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    color: #fff;
  }
}
/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 768px) {
  .header--bg {
    position: relative;
  }
  .header__inner {
    position: absolute;
    top: 2.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 92vw;
    margin: 0 auto;
  }
  .header__logo {
    width: 27vw;
  }
}
@media screen and (min-width: 769px) {
  .header--bg {
    position: relative;
  }
  .header__inner {
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1000px;
    margin: 0 auto;
  }
  .header__logo {
    position: relative;
    top: 5px;
    width: 167px;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .header__btn01 {
    width: 250px;
  }
}
/*==============================================================================
abi
============================================================================= */
@media screen and (max-width: 768px) {
  .abi--bg {
    padding: 11.4666666667vw 0 13.3333333333vw;
  }
  .abi__ttl01 {
    width: 81.0666666667vw;
    margin: 0 auto;
  }
  .abi__img01 {
    width: 100vw;
    margin: 2vw 0 0 -4vw;
  }
  .abi__list {
    width: 89.3333333333vw;
    margin: 5.2vw auto 0;
  }
  .abi__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 2.6666666667vw;
    min-height: 30.3vw;
    margin-top: 1.3333333333vw;
    padding-left: 17.3333333333vw;
    background: url(../images/top/abi_bg02_sp.webp) top center/100% 100% no-repeat;
  }
  .abi__item:nth-child(1) .abi__num01 {
    width: 6.6666666667vw;
    left: 5.6vw;
  }
  .abi__item:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    top: -8.5vw;
    right: -12vw;
    width: 35vw;
    height: 33vw;
    background: url(../images/top/abi_icon01.webp) top center/contain no-repeat;
  }
  .abi__item:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    top: 8.5vw;
    right: -2.5vw;
    width: 15vw;
    height: 16vw;
    background: url(../images/top/abi_icon02.webp) top center/contain no-repeat;
  }
  .abi__num01 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4.9333333333vw;
    width: 8.5333333333vw;
  }
  .abi__ttl02 {
    font-size: 5.0666666667vw;
  }
  .abi__txt01 {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
  .abi__txt01 .big {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .abi--bg {
    padding: 48px 0 253px;
    background: url(../images/top/abi_bg01.webp) bottom center/2000px no-repeat;
  }
  .abi__ttl01 {
    width: 364px;
    margin: 0 auto;
  }
  .abi__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 18px;
  }
  .abi__img01 {
    width: 510px;
  }
  .abi__list {
    width: 420px;
    margin-top: 23px;
  }
  .abi__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    width: 419px;
    height: 135px;
    margin-top: 5px;
    padding-left: 88px;
    background: url(../images/top/abi_bg02.webp) top center/100% 100% no-repeat;
  }
  .abi__item:nth-child(1) .abi__num01 {
    width: 31px;
    left: 34px;
  }
  .abi__item:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: -50px;
    width: 139px;
    height: 168px;
    background: url(../images/top/abi_icon01.webp) top center/contain no-repeat;
    z-index: 10;
  }
  .abi__item:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    right: -20px;
    width: 74px;
    height: 76px;
    background: url(../images/top/abi_icon02.webp) top center/contain no-repeat;
  }
  .abi__num01 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 32px;
    width: 39px;
  }
  .abi__ttl02 {
    font-size: 22px;
  }
  .abi__txt01 {
    font-size: 16px;
  }
  .abi__txt01 .big {
    font-size: 20px;
  }
}
/*==============================================================================
act
============================================================================= */
@media screen and (max-width: 768px) {
  .act--bg {
    padding-top: 13.9vw;
  }
  .act__inner {
    width: 89.3333333333vw;
  }
  .act__ttl01 {
    font-size: 8vw;
    text-align: center;
  }
  .act__ttl01 .small {
    display: block;
    margin-top: 1.3333333333vw;
    text-align: center;
    font-size: 3.2vw;
    font-weight: normal;
  }
  .act__box {
    position: relative;
    margin-top: 11vw;
    padding: 13.7vw 5.3333333333vw 10.6vw;
    border-radius: 5.3333333333vw;
    background-color: #ffda00;
  }
  .act__lead {
    position: absolute;
    top: -4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 78.4vw;
  }
  .act__img01 {
    width: 78vw;
    margin-left: -1vw;
  }
  .act__list {
    margin-top: 9.3333333333vw;
  }
  .act__item {
    margin-top: 2.6666666667vw;
    padding: 2.6vw 5.3333333333vw 3.5vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
  }
  .act__item:first-child {
    padding: 2.6vw 5.3333333333vw;
  }
  .act__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4vw;
  }
  .act__check::before {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    margin-right: 1.2vw;
    background: url(../images/top/act_check01.webp) top center/contain no-repeat;
  }
  .act__txt01 {
    margin-top: 1.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.23;
  }
}
@media screen and (min-width: 769px) {
  .act--bg {
    padding-top: 95px;
  }
  .act__ttl01 {
    display: table;
    margin: 0 auto;
    font-size: 52px;
    letter-spacing: 0.08em;
  }
  .act__ttl01 .small {
    display: block;
    padding-right: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.07em;
  }
  .act__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 55px;
    padding: 67px 50px 58px;
    border-radius: 40px;
    background-color: #ffda00;
  }
  .act__lead {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 382px;
  }
  .act__img01 {
    width: 323px;
  }
  .act__list {
    width: 545px;
  }
  .act__item {
    margin-top: 15px;
    padding: 18px 30px;
    border-radius: 20px;
    background-color: #fff;
    height: 132px;
    box-sizing: border-box;
  }
  .act__item:nth-child(1) {
    margin-top: 0;
    height: 93px;
  }
  .act__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
  .act__check::before {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    margin-right: 8px;
    background: url(../images/top/act_check01.webp) top center/contain no-repeat;
  }
  .act__txt01 {
    margin-top: -1px;
    font-size: 18px;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 768px) {
  .cta--bg {
    padding: 4vw 0;
    background-color: #ecadbc;
  }
  .cta--fv {
    margin-top: 0;
  }
  .cta--newcta {
    background-color: #d60028;
    padding: 0 0 5vw;
    width: 100%;
  }
  .cta--newcta .cta__banner01 {
    margin-top: 0;
  }
  .cta--newcta .cta__banner01 img {
    border-radius: 3vw;
  }
  .cta--box {
    background-color: #d60028;
    margin-top: -8vw;
    position: relative;
    z-index: 3;
    padding: 0;
    width: 100%;
  }
  .cta__banner01 {
    margin: 4vw auto 2vw;
  }
  .fv .cta__banner01 {
    position: relative;
    z-index: 10;
    background-color: #ecadbc;
    padding: 4vw 0;
    margin: 0 -4vw;
    width: calc(100% + 8vw);
    text-align: center;
  }
  .fv .cta__banner01 img {
    width: 100%;
    max-width: 92vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .cta__box {
    width: 92vw;
    margin: 5.3vw auto 0;
    padding: 6.6vw 0 7vw;
    border-radius: 4vw;
    background-color: #fff;
  }
  .cta__img01 {
    width: 76vw;
    margin: 0 auto;
  }
  .cta__ttl01 {
    width: 68.5333333333vw;
    margin: 5.1vw 0 0 9.3333333333vw;
  }
  .cta__ttl02 {
    width: 95.3333333333vw;
    margin-top: -7.6vw;
    -webkit-transform: translateX(-3.3333333333vw);
            transform: translateX(-3.3333333333vw);
  }
  .cta__btn01 {
    width: 84vw;
    margin: 5.6vw auto 0;
  }
  .cta__tel {
    width: 81.5vw;
    margin: 4.1vw auto 0;
  }
  .cta__time {
    text-align: center;
    font-size: 3.2vw;
    margin: 1.7vw auto 0;
  }
  .cta__note {
    margin-top: 2.3vw;
    font-size: 2.6666666667vw;
    text-align: right;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .cta--bg {
    padding: 35px 0;
    background-color: #ecadbc;
  }
  .cta--fv {
    margin-top: -80px;
    position: relative;
    z-index: 1;
  }
  .cta--newcta {
    background-color: #d60028;
    padding: 0 0 35px;
  }
  .cta--newcta .cta__banner01 img {
    border-radius: 15px;
  }
  .cta--box {
    background-color: #d60028;
    margin-top: -120px;
    position: relative;
    z-index: 20;
    padding-top: 0;
  }
  .cta__banner01 {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto 30px;
  }
  .fv .cta__banner01 {
    position: relative;
    z-index: 10;
    background-color: #ecadbc;
    padding: 35px 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    text-align: center;
  }
  .fv .cta__banner01 img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .cta__box {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto 0;
    padding-top: 29px;
    border-radius: 30px;
    background-color: #fff;
  }
  .cta__img01 {
    width: 400px;
    margin: 0 auto;
  }
  .cta__middle {
    min-height: 120px;
    margin-top: 20px;
    padding: 30px 0 0 50px;
    background-color: #b60023;
  }
  .cta__ttl01 {
text-align: center;
    padding-bottom: 30px;
    margin-left: 0;
  }
  
  .cta__ttl01 img{
    max-width: 650px;
    margin: auto;
  }
  .cta__low {
    position: relative;
    z-index: 2;
    padding: 0 40px 20px;
    border-radius: 0 0 30px 30px;
    background-color: #eff6ff;
  }
  .cta__ttl02 {
    width: 950px;
    margin: 0 0 0 25px;
    transform: translateY(-224px);
  }
  .cta__flex {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -254px;
  }
  .cta__btn01 {
    width: 509px;
  }
  .cta__right {
    width: 380px;
  }
  .cta__tel {
    pointer-events: none;
  }
  .cta__time {
    margin-top: 9px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .02em;
  }
  .cta__note {
    margin-top: 14px;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
  }
}
/*==============================================================================
fee
============================================================================= */
@media screen and (max-width: 768px) {
  .fee--bg {
    padding-bottom: 18.6666666667vw;
    background: url(../images/top/fee_bg01_sp.webp) top center/cover no-repeat;
  }
  .fee__inner {
    width: 89.3333333333vw;
  }
  .fee__ttl01 {
    transform: translateY(-5.1vw);
  }
  .fee__list {
    margin-top: 6.8vw;
    padding: 0;
  }
  .fee__item {
    position: relative;
    width: 89.3333333333vw;
    padding: 42.2vw 0 6.5vw;
    margin-top: 8vw;
    border-radius: 16vw;
    background-color: #fff;
  }
  .fee__item:last-child {
    padding: 43.6vw 0 7.5vw;
  }
  .fee__img01 {
    position: absolute;
    top: -2.6666666667vw;
    left: 3.6vw;
    width: 90vw;
  }
  .fee__txt01 {
    text-align: center;
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
  }
  .fee__txt01 .big {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .fee--bg {
    position: relative;
    z-index: 2;
    margin-top: -112px;
    padding: 80px 0;
    background: url(../images/top/fee_bg01.webp) top center/2000px no-repeat;
  }
  .fee__ttl01 {
    width: 940px;
    margin: -163px 0 0 100px;
  }
  .fee__list {
    margin-top: 43px;
  }
  .fee__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 215px;
    margin-top: 38px;
    padding-left: 463px;
    border-radius: 106px;
    background-color: #fff;
  }
  .fee__img01 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 412px;
  }
  .fee__txt01 {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
  .fee__txt01 .big {
    font-size: 26px;
  }
}
/*==============================================================================
flo
============================================================================= */
@media screen and (max-width: 768px) {
  .flo--bg {
    padding: 18.8vw 0 16vw;
    background: url(../images/top/flo_bg01_sp.webp) top center/100% no-repeat;
  }
  .flo__inner {
    width: 89.3333333333vw;
  }
  .flo__ttl01 {
    position: relative;
    z-index: 1;
    padding-left: 2.6666666667vw;
    font-size: 8vw;
    line-height: 1.29;
    letter-spacing: 0.08em;
  }
  .flo__ttl01 .big {
    font-size: 9.3333333333vw;
  }
  .flo__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -27vw;
    right: -11vw;
    width: 44vw;
    height: 62vw;
    background: url(../images/top/flo_img02_sp.webp) top center/contain no-repeat;
  }
  .flo__list {
    position: relative;
    z-index: 2;
    margin-top: 9.2vw;
  }
  .flo__item {
    position: relative;
    padding: 5vw 5.3333333333vw 0 4.6666666667vw;
    margin-top: -2.6666666667vw;
  }
  .flo__item:nth-child(1) {
    z-index: 3;
    min-height: 46.6666666667vw;
    background: url(../images/top/flo_bg02_sp.webp) top center/100% 100% no-repeat;
    padding: 5vw 5.3333333333vw 0 4.6666666667vw;
  }
  .flo__item:nth-child(2) {
    z-index: 2;
    min-height: 88.5vw;
    background: url(../images/top/flo_bg03_sp.webp) top center/100% 100% no-repeat;
    padding: 5.8vw 5.3333333333vw 0 4.6666666667vw;
  }
  .flo__item:nth-child(3) {
    z-index: 1;
    min-height: 41.8vw;
    background: url(../images/top/flo_bg04_sp.webp) top center/100% 100% no-repeat;
    padding: 5.8vw 5.3333333333vw 0 4.6666666667vw;
  }
  .flo__num01 {
    position: absolute;
    width: 33.3333333333vw;
    top: 4.6666666667vw;
    left: -6vw;
  }
  .flo__ttl02 {
    margin-left: 26.6666666667vw;
    font-size: 5.3333333333vw;
    padding-bottom: 2vw;
    border-bottom: 0.5vw dotted #3a8aff;
    letter-spacing: 0.06em;
  }
  .flo__txt01 {
    margin-top: 4vw;
    margin-left: 26.6666666667vw;
    font-size: 4vw;
    line-height: 1.47;
  }
  .flo__txt02 {
    margin-top: 6.5vw;
    font-size: 3.3333333333vw;
    line-height: 1.69;
    letter-spacing: 0;
  }
  .flo__txt02 .small {
    font-size: 3.2vw;
  }
  .flo__ttl03 {
    width: 67.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .flo__movie {
    position: relative;
    width: 100%;
    margin-top: 8vw;
    padding-top: 56.25%;
    border: 1.3333333333vw solid #fff;
    border-radius: 1.3333333333vw;
  }
  .flo__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .flo--bg {
    padding: 124px 0 100px;
    background: url(../images/top/flo_bg01.webp) top center/cover no-repeat;
  }
  .flo__ttl01 {
    position: relative;
    padding-left: 240px;
    font-size: 47px;
    line-height: 1.32;
  }
  .flo__ttl01 .big {
    font-size: 55px;
  }
  .flo__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -152px;
    right: 60px;
    width: 239px;
    height: 344px;
    background: url(../images/top/flo_img02.webp) top center/contain no-repeat;
  }
  .flo__list {
    margin-top: 62px;
  }
  .flo__item {
    position: relative;
    padding: 25px 50px 0 254px;
    margin-top: -18px;
  }
  .flo__item:nth-child(1) {
    z-index: 3;
    height: 233px;
    background: url(../images/top/flo_bg02.webp) top center/100% 100% no-repeat;
  }
  .flo__item:nth-child(2) {
    z-index: 2;
    height: 364px;
    background: url(../images/top/flo_bg03.webp) top center/100% 100% no-repeat;
    padding: 33px 50px 0 254px;
  }
  .flo__item:nth-child(3) {
    z-index: 1;
    min-height: 212px;
    background: url(../images/top/flo_bg04.webp) top center/100% 100% no-repeat;
    padding: 35px 50px 0 254px;
  }
  .flo__num01 {
    position: absolute;
    width: 169px;
    top: 22px;
    left: 47px;
  }
  .flo__ttl02 {
    padding-bottom: 10px;
    font-size: 26px;
    border-bottom: 4px dotted #62a2ff;
  }
  .flo__txt01 {
    margin-top: 16px;
    font-size: 18px;
  }
  .flo__txt02 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.69;
  }
  .flo__ttl03 {
    width: 333px;
    margin: 57px auto 0;
  }
  .flo__movie {
    position: relative;
    width: 570px;
    height: 324px;
    margin: 60px auto 0;
    border: 10px solid #fff;
    border-radius: 10px;
  }
  .flo__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .flo__img01 {
    width: 1032px;
    margin: -390px 0 0 0;
  }
}
/*==============================================================================
fv
============================================================================= */
/*==============================================================================
fv
============================================================================= */
@media screen and (max-width: 768px) {
  .fv--bg {
    position: relative;
    padding-bottom: 78vw;
    background-image: url(../images/top/fv_bg01_sp.avif);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #d60028;
    width: 100%;
  }
  .fv__inner {
    width: 92vw;
    margin: 0 auto;
    padding-top: 15vw;
  }
  .fv__medal {
    position: absolute;
    top: 1.3333333333vw;
    right: -4vw;
    width: 52.5vw;
  }
  .fv__ttl01 {
    width: 94.6666666667vw;
    transform: translateX(1.3333333333vw);
    margin-top: 22vw;
  }
  .fv__note {
    position: relative;
    top: -8vw;
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 2.6666666667vw;
    text-align: left;
  }
  .fv__img01 {
    width: 94vw;
    margin: -4vw 0 0 -4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv--bg {
    padding: 17px 0 0;
    background: url(../images/top/fv_bg01.avif) top center/2000px no-repeat;
    background-color: #d60028;
    position: relative;
  }
  .fv--bg::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #d60028;
    z-index: 0;
  }
  .fv__inner {
    width: 1100px;
  }
  .fv__medal {
    position: absolute;
    top: 120px;
    right: 0;
    width: 297px;
  }
  .fv__ttl01 {
    width: 881px;
  }
  .fv__note {
    position: absolute;
    top: 480px;
    right: 0;
    font-size: 12px;
    text-align: right;
  }
  .fv__img01 {
    position: relative;
    z-index: 15;
    width: 1093px;
    margin-top: -200px;
  }
}
/*==============================================================================
mor
============================================================================= */
/*==============================================================================
mor
============================================================================= */
@media screen and (max-width: 768px) {
  .mor--bg {
    padding: 12vw 0 13.5vw;
  }
  .mor__inner {
    width: 89.3333333333vw;
  }
  .mor__ttl01 {
    width: 94.6666666667vw;
  }
  .mor__txt01 {
    margin-top: 1vw;
    font-size: 4vw;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  .mor__txt01 .big {
    font-size: 4.2666666667vw;
  }
  .mor__box {
    position: relative;
    min-height: 72.2666666667vw;
    margin-top: 9.1vw;
    padding: 13.2vw 6.6666666667vw 0;
    background: url(../images/top/mor_bg02_sp.webp) top center/contain no-repeat;
  }
  .mor__ttl02 {
    text-align: center;
    font-size: 4vw;
    padding-bottom: 1.5vw;
    border-bottom: 0.65vw dotted #02409b;
    letter-spacing: 0.1em;
  }
  .mor__ttl02 .big {
    font-size: 5.3333333333vw;
    font-weight: 900;
  }
  .mor__txt02 {
    margin-top: 9.4vw;
    font-size: 5.3333333333vw;
    line-height: 1.3;
  }
  .mor__txt02 .medium {
    font-size: 8vw;
  }
  .mor__txt02 .big {
    font-size: 12vw;
    line-height: 1;
    font-weight: 900;
  }
  .mor__img01 {
    position: absolute;
    top: 25.7vw;
    right: 1.0666666667vw;
    width: 36.666667vw;
  }
}
@media screen and (min-width: 769px) {
  .mor--bg {
    padding: 81px 0px 64px;
  }
  .mor__ttl01 {
    width: 872px;
    margin-left: 65px;
  }
  .mor__txt01 {
    margin-top: 29px;
    font-size: 20px;
  }
  .mor__txt01 .big {
    font-size: 22px;
  }
  .mor__box {
    position: relative;
    width: 580px;
    min-height: 372px;
    margin-top: 26px;
    padding: 64px 52px 0;
    background: url(../images/top/mor_bg02.webp) top center/contain no-repeat;
  }
  .mor__ttl02 {
    letter-spacing: 0.08em;
    text-align: center;
    padding-bottom: 8px;
    font-size: 24px;
    border-bottom: 4px dotted #02409b;
  }
  .mor__ttl02 .big {
    font-size: 34px;
    font-weight: 900;
  }
  .mor__txt02 {
    margin-top: 34px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 1.06;
  }
  .mor__txt02 .medium {
    font-size: 40px;
  }
  .mor__txt02 .big {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 62px;
    font-weight: 900;
  }
  .mor__img01 {
    position: absolute;
    top: 137px;
    right: 63px;
    width: 189px;
  }
  .mor__img02 {
    position: absolute;
    bottom: -5px;
    left: 673px;
    width: 320px;
  }
}
/*==============================================================================
one
============================================================================= */
/*==============================================================================
one
============================================================================= */
@media screen and (max-width: 768px) {
  .one__bg01 {
    padding: 13.6vw 0 16.8vw;
  }
  .one__inner {
    width: 89.3333333333vw;
  }
  .one__ttl01 {
    width: 68.8vw;
    margin: 0 auto;
  }
  .one__note01 {
    margin-top: 0.6666666667vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.056em;
  }
  .one__note01 .dot {
    display: inline-block;
  }
  .one__img01 {
    margin-top: 7.3vw;
  }
  .one__bg02 {
    padding-bottom: 16vw;
    background: #ffda00;
  }
  .one__comment {
    display: block;
    width: 63vw;
    -webkit-transform: translateY(-6vw);
            transform: translateY(-6vw);
    margin-bottom: -3.7vw;
  }
  .one__ttl02 .txt {
    display: block;
    font-size: 5.3333333333vw;
    font-weight: normal;
  }
  .one__ttl02 .big {
    font-size: 8vw;
  }
  .one__img02 {
    width: 91.4666666667vw;
    margin-top: -26.5vw;
  }
  .one__low {
    margin-top: 1.7vw;
  }
  .one__info {
    position: relative;
  }
  .one__en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4vw;
    font-weight: 300;
  }
  .one__en::before {
    content: "";
    display: block;
    width: 5.3333333333vw;
    height: 4vw;
    margin-right: 1.3333333333vw;
    background: url(../images/top/one_icon01.webp) top center/contain no-repeat;
  }
  .one__book {
    font-size: 8.5333333333vw;
    border-bottom: 1px solid #000;
    text-indent: -5vw;
    letter-spacing: 0.06em;
  }
  .one__name {
    margin-top: 2.1vw;
    font-size: 4.2666666667vw;
    line-height: 1.35;
  }
  .one__name .big {
    display: block;
    font-size: 6.1333333333vw;
  }
  .one__img03 {
    position: absolute;
    top: 0vw;
    right: -3vw;
    width: 26.5vw;
  }
  .one__movie {
    position: relative;
    margin-top: 7.5vw;
    padding-top: 56.25%;
  }
  .one__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .one__bg01 {
    padding: 61px 0 87px;
  }
  .one__ttl01 {
    width: 601px;
    margin: 0 auto;
  }
  .one__img01 {
    width: 998px;
    margin: 40px auto 0;
  }
  .one__bg02 {
    padding-bottom: 61px;
    background: #ffda00;
  }
  .one__ttl02 {
    -webkit-transform: translateY(-27px);
            transform: translateY(-27px);
    font-size: 24px;
    text-align: center;
  }
  .one__ttl02 .one__comment {
    display: block;
    width: 373px;
    margin: 0 auto 28px;
  }
  .one__ttl02 .txt {
    display: block;
    margin: 0 auto;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.38;
  }
  .one__ttl02 .big {
    font-size: 38px;
  }
  .one__img02 {
    width: 1021px;
    margin: -87px 0 0 -4px;
  }
  .one__low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            align-items: flex-start;
    margin-top: 11px;
  }
  .one__info {
    position: relative;
    width: 565px;
  }
  .one__en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
    font-weight: 300;
  }
  .one__en::before {
    content: "";
    display: block;
    width: 34px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/top/one_icon01.webp) top center/contain no-repeat;
  }
  .one__book {
    font-size: 40px;
    border-bottom: 1px solid #000;
    text-indent: -26px;
    padding-bottom: 4px;
  }
  .one__name {
    font-size: 18px;
    margin-top: 12px;
  }
  .one__name .big {
    font-size: 26px;
  }
  .one__img03 {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -18px;
    width: 167px;
  }
  .one__movie {
    position: relative;
    width: 397px;
    height: 223.3px;
    border-radius: 10px;
  }
  .one__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
  }
}
/*==============================================================================
pri
============================================================================= */
/*==============================================================================
pri
============================================================================= */
@media screen and (max-width: 768px) {
  .pri--bg {
    padding: 11.5vw 0 8vw;
  }
  .pri__ttl01 {
    text-align: center;
    letter-spacing: 0.08em;
  }
  .pri__ttl01 .small {
    display: block;
    font-size: 5.3333333333vw;
  }
  .pri__ttl01 .big {
    display: block;
    font-size: 10.6666666667vw;
  }
  .pri__box {
    position: relative;
    margin-top: 10.2vw;
    padding-bottom: 4vw;
    border-radius: 5.3333333333vw;
    background-color: #02409b;
  }
  .pri__box::after {
    content: "";
    display: block;
    position: absolute;
    top: -9vw;
    right: -2vw;
    width: 32vw;
    height: 34vw;
    background: url(../images/top/pri_icon01.webp) top center/contain no-repeat;
  }
  .pri__lead {
    width: 78.4vw;
    margin: 0 auto;
    -webkit-transform: translateY(-4.2666666667vw);
            transform: translateY(-4.2666666667vw);
  }
  .pri__list {
    padding: 0;
    padding-left: 5.3333333333vw;
  }
  .pri__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.6vw;
  }
  .pri__item:first-child {
    margin-top: 5vw;
  }
  .pri__txt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 29.3333333333vw;
    height: 9.3333333333vw;
    margin-right: 2.6666666667vw;
    border-radius: 4.6666666667vw;
    background-color: #fff;
    font-size: 4.2666666667vw;
  }
  .pri__price {
    -webkit-transform: translateY(-1.3333333333vw);
            transform: translateY(-1.3333333333vw);
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .pri__price .big {
    font-size: 9.3333333333vw;
    line-height: 1;
  }
  .pri__price .small {
    font-size: 4vw;
  }
  .pri__note {
    margin: 9.5vw 0 0 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .pri--bg {
    padding: 54px 0 50px;
  }
  .pri__ttl01 {
    text-align: center;
  }
  .pri__ttl01 .small {
    display: block;
    font-size: 25px;
  }
  .pri__ttl01 .big {
    display: inline-block;
    font-size: 52px;
    margin-top: 2px;
  }
  .pri__box {
    position: relative;
    margin-top: 62px;
    padding-bottom: 21px;
    border-radius: 40px;
    background-color: #02409b;
  }
  .pri__box::after {
    content: "";
    display: block;
    position: absolute;
    top: -65px;
    right: 64px;
    width: 172px;
    height: 153px;
    background: url(../images/top/pri_icon01.webp) top center/contain no-repeat;
  }
  .pri__lead {
    width: 375px;
    margin: 0 auto;
    transform: translateY(-31px);
  }
  .pri__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -11px 0 0 30px;
  }
  .pri__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 40px;
  }
  .pri__txt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    margin-right: 25px;
    padding: 7px 20px;
    border-radius: 22px;
    background-color: #fff;
    font-size: 18px;
  }
  .pri__price {
    font-size: 29px;
    letter-spacing: 0.06em;
  }
  .pri__price .big {
    font-size: 51px;
  }
  .pri__price .small {
    font-size: 22px;
  }
  .pri__note {
    width: 950px;
    margin: 11px auto 0;
    font-size: 12px;
    text-align: right;
  }
}
/*==============================================================================
rea
============================================================================= */
@media screen and (max-width: 768px) {
  .rea--bg {
    padding: 0vw 0 16vw;
    background-color: #3a8aff;
  }
  .rea__inner {
    width: 89.3333333333vw;
  }
  .rea__ttl01 {
    transform: translateY(-6.8vw);
  }
  .rea__list {
    margin-top: -5.8vw;
    padding: 0;
  }
  .rea__item {
    position: relative;
    margin-top: 8.6666666667vw;
    border-radius: 5.3333333333vw;
    background-color: #fff;
  }
  .rea__num01 {
    position: absolute;
    top: -2.6666666667vw;
    left: -4vw;
    width: 26.6666666667vw;
  }
  .rea__ttl02 {
    padding: 4vw 0 4vw 16vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    background-color: #02409b;
    font-size: 6.4vw;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .rea__ttl03 {
    padding-top: 3.6vw;
    font-size: 4.9333333333vw;
    line-height: 1.51;
  }
  .rea__flex {
    width: 78.6666666667vw;
    margin: 4.4vw auto 0;
  }
  .rea__list02 {
    width: 78.6666666667vw;
    margin: 5.5vw auto 0;
    padding: 0;
    padding-bottom: 10vw;
  }
  .rea__item:nth-of-type(2) .rea__list02, .rea__item:nth-of-type(3) .rea__list02, .rea__item:nth-of-type(4) .rea__list02 {
    margin: 6.2vw auto 0;
    padding-bottom: 7vw;
  }
  .rea__item:nth-of-type(3) .rea__list02 {
    padding-bottom: 10.2vw;
  }
  .rea__item:nth-of-type(4) .rea__list02 {
    padding-bottom: 9.2vw;
  }
  .rea__item02 {
    width: 100%;
    margin-top: 1.3vw;
  }
  .rea__item:nth-of-type(2) .rea__item02, .rea__item:nth-of-type(3) .rea__item02, .rea__item:nth-of-type(4) .rea__item02 {
    margin-top: 5.7vw;
  }
  .rea__txt01 {
    margin-top: 1.5vw;
    font-size: 3.7333333333vw;
    line-height: 1.68;
  }
  .rea__txt01--num02 {
    position: relative;
    margin-top: 0;
    padding-left: 8.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .rea__txt01--num02::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    background: url(../images/top/rea_check01.webp) top center/contain no-repeat;
  }
  .rea__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.9vw;
  }
  .rea__check::before {
    content: "";
    display: block;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin-right: 1.6vw;
    background: url(../images/top/rea_check01.webp) top center/contain no-repeat;
  }
  .rea__check--small {
    font-size: 4.4vw;
  }
  .rea__low {
    overflow: hidden;
    position: relative;
    padding: 0.1333333333vw 5.3333333333vw 8.6666666667vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    background-color: #f4f8ff;
  }
  .rea__low::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4vw;
    right: 1.0666666667vw;
    width: 32.6666666667vw;
    height: 33.3333333333vw;
    background: url(../images/top/rea_icon01.webp) top center/contain no-repeat;
  }
  .rea__low .rea__check {
    display: block;
    text-align: center;
  }
  .rea__low .rea__check::before {
    content: none;
  }
  .rea__low .rea__txt01 {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .rea--bg {
    padding: 62px 0 76px;
    background-color: #3a8aff;
  }
  .rea__ttl01 {
    width: 895px;
    margin-left: 85px;
  }
  .rea__list {
    display: flex;
    flex-flow: column;
    gap: 60px 0;
    margin-top: 19px;
  }
  .rea__item {
    position: relative;
    border-radius: 40px;
    background-color: #fff;
  }
  .rea__num01 {
    position: absolute;
    top: -22px;
    left: -16px;
    width: 171px;
  }
  .rea__ttl02 {
    padding: 22px 0;
    border-radius: 40px 40px 0 0;
    background-color: #02409b;
    font-size: 32px;
    letter-spacing: .08em;
  }
  .rea__ttl03 {
    padding-top: 25px;
    font-size: 24px;
    letter-spacing: 0.06em;
    font-weight: 900;
  }
  .rea__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 28px;
    padding: 0 49px 44px;
  }
  .rea__img01 {
    width: 415px;
  }
  .rea__list02 {
    width: 447px;
    margin-top: -7px;
  }
  .rea__item02 {
    margin-top: 15px;
  }
  .rea__item02:nth-child(1) {
    margin-top: 0;
  }
  .rea__txt01 {
    font-size: 18px;
  }
  .rea__txt01--num02 {
    position: relative;
    padding-left: 40px;
  }
  .rea__txt01--num02::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -15px;
    width: 28px;
    height: 28px;
    margin-left: 13px;
    background: url(../images/top/rea_check01.webp) top center/contain no-repeat;
  }
  .rea__txt01--num02.diff {
    margin-right: -15px;
  }
  .rea__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 20px;
    font-weight: 900;
  }
  .rea__check::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background: url(../images/top/rea_check01.webp) top center/contain no-repeat;
  }
  .rea__txt01 {
    font-size: 18px;
  }
  .rea__low {
    position: relative;
    margin-top: -20px;
    padding: 20px 50px 35px 220px;
    border-radius: 0 0 40px 40px;
    background-color: #f4f8ff;
  }
  .rea__low::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 119px;
    height: 115px;
    background: url(../images/top/rea_icon01.webp) top center/contain no-repeat;
  }
  .rea__low .rea__check {
    display: block;
  }
  .rea__low .rea__check::before {
    content: none;
  }
}
/*==============================================================================
smi
============================================================================= */
@media screen and (max-width: 768px) {
  .smi__ttl01 {
    width: 100vw;
    margin-left: -4vw;
  }
  .smi__bg02 {
    position: relative;
    z-index: 2;
    margin-top: -35.6vw;
    padding: 0 0 18vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #ffcd00));
    background-image: linear-gradient(to bottom, transparent 20%, #ffcd00 20%);
  }
  .smi__lead01 {
    width: 100vw;
    margin-left: -4vw;
  }
  .smi__middle {
    position: relative;
    margin-top: -17.5vw;
  }
  .smi__img01 {
    position: relative;
    z-index: 2;
    width: 94vw;
    margin: 0 auto;
  }
  .smi__ttl02 {
    position: relative;
    z-index: 1;
    width: 89.3333333333vw;
    margin: -2.92vw auto 0;
    padding: 8.6vw 0 8.7vw;
    border: solid 2.62vw #fff;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #014099;
  }
  .smi__ttl02 .medium {
    font-size: 5.8666666667vw;
  }
  .smi__ttl02 .big {
    position: relative;
    display: inline-block;
    font-size: 9.3333333333vw;
    line-height: 1;
  }
  .smi__ttl02 .big::after {
    content: "";
    position: absolute;
    top: -2.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    display: block;
    border-radius: 50%;
    background: #fff;
  }
  .smi__lead01 {
    font-size: 5.3333333333vw;
  }
  .smi__lead01 .big {
    display: inline-block;
    font-size: 8vw;
    border-bottom: 1.0666666667vw solid #02409b;
  }
  .smi__bg04 {
    position: relative;
    z-index: 2;
    margin-top: -10vw;
    padding: 0vw 0 13.3333333333vw;
    background: url(../images/top/smi_bg04_sp.webp) top 13.3333333333vw center/cover no-repeat;
  }
  .smi__ttl03 {
    width: 100vw;
    margin-left: -4vw;
  }
  .smi__low {
    position: relative;
  }
  .smi__comment {
    width: 77.2vw;
    margin: 7.2vw auto 0;
  }
  .smi__ttl04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5.3333333333vw;
    font-size: 8vw;
    line-height: 1;
  }
  .smi__ttl04::before, .smi__ttl04::after {
    position: absolute;
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 13.3333333333vw;
    background: url(../images/top/smi_line01.webp) top center/contain no-repeat;
  }
  .smi__ttl04::before {
    margin-right: 2.6666666667vw;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            left: 2vw;
  }
  .smi__ttl04::after {
    margin-left: 2.6666666667vw;
    right: 2vw;
  }
  .smi__txt02 {
    text-align: center;
    margin-top: 7.8vw;
    font-size: 4.5333333333vw;
    line-height: 1.82;
  }
  .smi__img02 {
    margin: 3.5vw auto 0;
    width: 89vw;
  }
}
@media screen and (min-width: 769px) {
  .smi__bg01 {
    padding: 43px 0 133px;
    background: url(../images/top/smi_bg01.webp) top center/2000px no-repeat;
  }
  .smi__ttl01 {
    width: 980px;
  }
  .smi__bg02 {
    position: relative;
    z-index: 2;
    margin-top: -120px;
    padding: 40px 0 200px;
    background: url(../images/top/smi_bg02.webp) top center/2000px no-repeat;
  }
  .smi__lead01 {
    width: 763px;
    margin: 0 auto;
  }
  .smi__middle {
    position: relative;
    margin-top: 69px;
  }
  .smi__img01 {
    position: absolute;
    top: -65px;
    right: -5px;
    width: 540px;
  }
  .smi__ttl02 {
    width: 519px;
    padding: 80px 10px 83px;
    border: solid 20px #fff;
    font-size: 28px;
    line-height: 1.75;
    color: #014099;
  }
  .smi__ttl02 .medium {
    font-size: 30px;
  }
  .smi__ttl02 .big {
    position: relative;
    display: inline-block;
    font-size: 52px;
    line-height: 1;
  }
  .smi__ttl02 .big::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #fff;
  }
  .smi__bg03 {
    position: relative;
    z-index: 3;
    min-height: 225px;
    margin-top: -60px;
    padding-top: 90px;
    background: url(../images/top/smi_bg03.webp) top center/2000px no-repeat;
  }
  .smi__lead01 {
    font-size: 24px;
  }
  .smi__lead01 .big {
    display: inline-block;
    font-size: 36px;
    border-bottom: 4px solid #02409b;
  }
  .smi__bg04 {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    padding: 60px 0 83px;
    background: url(../images/top/smi_bg04.webp) top center/2000px no-repeat;
  }
  .smi__txt01 {
    font-size: 24px;
  }
  .smi__ttl03 {
    position: relative;
    z-index: 5;
    width: 2000px;
    margin: 0 0 0 -500px;
    transform: translateY(-128px);
  }
  .smi__low {
    position: relative;
    margin-top: -84px;
  }
  .smi__comment {
    width: 299px;
    margin-left: 100px;
  }
  .smi__ttl04 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            justify-content: center;
    font-size: 47px;
    line-height: 1;
    width: 502px;
    margin-top: 15px;
  }
  .smi__ttl04::before, .smi__ttl04::after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 79px;
    background: url(../images/top/smi_line01.webp) top center/contain no-repeat;
  }
  .smi__ttl04::before {
    margin-right: 15px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
            left: 0;
  }
  .smi__ttl04::after {
    margin-left: 15px;
    right: 0;
  }
  .smi__txt02 {
    width: 495px;
    margin-top: 35px;
    font-size: 18px;
  }
  .smi__img02 {
    position: absolute;
    top: 13px;
    right: 0;
    width: 456px;
  }
}
/*==============================================================================
voi
============================================================================= */
@media screen and (max-width: 768px) {
  .voi--bg {
    padding: 13.4vw 0 16vw;
    background: url(../images/top/voi_bg01_sp.webp) top center/cover no-repeat;
  }
  .voi__ttl01 {
    width: 93.2vw;
    margin-left: -0.4vw;
  }
  .voi__list {
    margin-top: -5vw;
  }
  .voi__item {
    position: relative;
    margin-top: 5.3333333333vw;
    padding: 4vw 5.3333333333vw 7vw;
    border-radius: 5.3333333333vw;
    background-color: #fff;
  }
  .voi__num01 {
    width: 27.4666666667vw;
  }
  .voi__circle01 {
    position: absolute;
    top: -2vw;
    right: 2.6666666667vw;
    width: 32vw;
  }
  .voi__ttl02 {
    min-height: 21.3333333333vw;
    margin-top: 1.25vw;
    padding-bottom: 1.3333333333vw;
    font-size: 5.6vw;
    border-bottom: 0.8vw dotted #bfbfbf;
    line-height: 1.52;
  }
  .voi__item:first-child .voi__ttl02 {
    margin-top: 3.2vw;
    min-height: 17vw;
  }
  .voi__txt01 {
    margin-top: 2.5vw;
    font-size: 3.7333333333vw;
    line-height: 1.7;
    letter-spacing: 0.04em;
    padding: 0 1.5vw;
  }
  .voi__txt01 .blue {
    font-weight: 900;
  }
  .voi__item:nth-of-type(2) .voi__txt01 {
    padding: 0 2.2vw;
  }
  .voi__ttl04 {
    width: 89vw;
    margin-top: 13vw;
    margin-left: 3.7333333333vw;
  }
  .voi__list02 {
    margin-top: -2.2vw;
  }
  .voi__item02 {
    position: relative;
    margin-top: 5.7333333333vw;
    padding: 6vw 4.6666666667vw 4.6vw;
    border: solid 0.6666666667vw #b8cad2;
    background-color: #fff;
  }
  .voi__img01 {
    position: absolute;
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 34.6666666667vw;
  }
  .voi__img01::after {
    content: "";
    position: absolute;
    top: -9vw;
    right: -5.4666666667vw;
    display: block;
    width: 15.6vw;
    height: 27.6vw;
    background: url(../images/top/voi_icon05.webp) top center/contain no-repeat;
  }
  .voi__en {
    width: 16.6666666667vw;
  }
  .voi__name {
    font-size: 4vw;
  }
  .voi__name .big {
    font-size: 6.1333333333vw;
  }
  .voi__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.7vw;
  }
  .voi__dl--num01 {
    display: block;
    margin-top: 2.5vw;
  }
  .voi__dl--num01 .voi__dd {
    margin-top: 1.3333333333vw;
  }
  .voi__dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 41.3333333333vw;
    height: 6.6666666667vw;
    margin-right: -3.3333333333vw;
    padding-left: 4vw;
    font-size: 3.2vw;
    -webkit-transform: translateX(-4.6666666667vw);
            transform: translateX(-4.6666666667vw);
    background: url(../images/top/voi_bg03_sp.webp) top center/100% 100% no-repeat;
  }
  .voi__dd {
    margin: 0;
    font-size: 3.7333333333vw;
    line-height: 1.43;
  }
  .voi__low {
    width: 81.3333333333vw;
    min-height: 123.0666666667vw;
    margin: 13.3333333333vw auto 0;
    padding-top: 6.6666666667vw;
    border-radius: 5.3333333333vw;
    background: url(../images/top/voi_bg02_sp.webp) bottom center/cover no-repeat;
  }
  .voi__ttl03 {
    width: 96.6666666667vw;
    -webkit-transform: translateX(-7.7333333333vw);
            transform: translateX(-7.7333333333vw);
  }
  .voi__list03 {
    margin: 0 4.6666666667vw;
  }
  .voi__item03 {
    position: relative;
    margin-top: 3.8vw;
    padding-left: 8.6666666667vw;
    font-size: 4.2666666667vw;
    font-weight: normal;
  }
  .voi__item03 .big {
    font-size: 5.2vw;
    font-weight: 900;
  }
  .voi__item03::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    display: block;
    width: 5.8666666667vw;
    height: 5.7333333333vw;
    background: url(../images/top/voi_check01.webp) top center/contain no-repeat;
  }
  .voi__item03:first-child {
    margin-top: 2.3vw;
  }
}
@media screen and (min-width: 769px) {
  .voi--bg {
    padding: 78px 0 80px;
    background: url(../images/top/voi_bg01.webp) top center/2000px no-repeat;
  }
  .voi__ttl01 {
    width: 748px;
    margin-left: 200px;
  }
  .voi__list {
    margin-top: -32px;
  }
  .voi__item {
    position: relative;
    margin-top: 30px;
    padding: 23px 200px 46px 40px;
    border-radius: 40px;
    background-color: #fff;
  }
  .voi__num01 {
    width: 159px;
  }
  .voi__circle01 {
    position: absolute;
    top: 31px;
    right: 10px;
    width: 173px;
  }
  .voi__ttl02 {
    margin-top: 8px;
    padding-bottom: 6px;
    font-size: 26px;
    border-bottom: 5px dotted #c2c2c2;
  }
  .voi__txt01 {
    margin-top: 16px;
    padding-right: 20px;
    font-size: 16px;
  }
  .voi__txt01 .blue {
    font-weight: 900;
  }
  .voi__ttl04 {
    width: 596px;
    margin-top: 19px;
    margin-left: 200px;
  }
  .voi__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 33px 0;
        margin: 23px auto 0;
  }
  .voi__item02 {
    position: relative;
    width: 472px;
    padding: 22px 0 26px;
    border: solid 5px #b8cad2;
    background-color: #fff;
  }
  .voi__item02:nth-child(3), .voi__item02:nth-child(4) {
    padding: 20px 0 18px;
  }
  .voi__img01 {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 184px;
  }
  .voi__img01::after {
    content: "";
    position: absolute;
    top: -44px;
    right: -25px;
    display: block;
    width: 82px;
    height: 146px;
    background: url(../images/top/voi_icon05.webp) top center/contain no-repeat;
  }
  .voi__en {
    width: 90px;
    margin-left: 17px;
  }
  .voi__name {
    margin-left: 17px;
    font-size: 19px;
  }
  .voi__name .big {
    font-size: 30px;
  }
  .voi__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 6px 0 0 -4px;
  }
  .voi__dl--num01 {
    display: block;
    min-height: 123px;
  }
  .voi__dl--num01 .voi__dd {
    padding-left: 30px;
    margin: 9px 0 11px;
  }
  .voi__dl--num03 {
    margin: 15px 0 0 -4px;
  }
  .voi__dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 219px;
    height: 36px;
    margin-right: 4px;
    padding-left: 20px;
    font-size: 16px;
    background: url(../images/top/voi_bg03_sp.webp) top center/100% 100% no-repeat;
  }
  .voi__dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
  }
  .voi__dd--small {
    font-size: 12px;
    line-height: 2.04;
  }
  .voi__low {
    min-height: 426px;
    margin-top: 88px;
    border-radius: 40px;
    background: url(../images/top/voi_bg02.webp) bottom center/cover no-repeat;
  }
  .voi__ttl03 {
    width: 550px;
    margin: 0 auto;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .voi__list03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    margin: -4px 0 0 80px;
  }
  .voi__list03--content01 {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
  }
  .voi__list03--content02 {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  .voi__item03 {
    position: relative;
    width: 400px;
    padding-left: 50px;
    font-size: 24px;
    line-height: 1.5;
  }
  .voi__item03 .big {
    font-size: 30px;
  }
  .voi__item03::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../images/top/voi_check01.webp) top center/contain no-repeat;
  }
  /* .voi__item03:nth-child(1) {
    height: 46px;
    grid-area: 1/1/2/2;
  }
  .voi__item03:nth-child(2) {
    height: 46px;
    margin-top: -10px;
    grid-area: 2/1/3/2;
  }
  .voi__item03:nth-child(3) {
    height: 46px;
    margin-top: -32px;
    grid-area: 3/1/4/2;
  }
  .voi__item03:nth-child(4) {
    grid-area: 1/2/2/3;
  }
  .voi__item03:nth-child(5) {
    grid-area: 2/2/3/3;
  } */
}
/*==============================================================================
wha
============================================================================= */
@media screen and (max-width: 768px) {
  .wha--bg {
    padding: 13.5vw 0 14vw;
    background: url(../images/top/smi_bg04_sp.webp) top center/contain repeat;
  }
  .wha__inner {
    width: 89.3333333333vw;
  }
  .wha__ttl01 {
    position: relative;
    text-align: center;
  }
  .wha__ttl01 .small {
    display: block;
    padding-left: 26.6666666667vw;
    font-size: 4vw;
    letter-spacing: 0.06em;
    font-weight: normal;
  }
  .wha__ttl01 .dot {
    display: inline-block;
    border-bottom: 1.3333333333vw dotted #fff;
    font-size: 8vw;
    padding-bottom: 2vw;
    letter-spacing: 0.08em;
    margin-top: 3vw;
  }
  .wha__ttl01 .en {
    font-size: 12.6666666667vw;
  }
  .wha__ttl01 .big {
    font-size: 10.6666666667vw;
  }
  .wha__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -17.6vw;
    left: -1.4666666667vw;
    width: 29.6vw;
    height: 31.3333333333vw;
    background: url(../images/top/wha_icon01.webp) top center/contain no-repeat;
  }
  .wha__middle {
    position: relative;
  }
  .wha__txt01 {
    margin-top: 6.3vw;
    font-size: 4.2666666667vw;
    color: #fff;
    text-align: center;
    line-height: 1.69;
  }
  .wha__txt01 .bg {
    display: inline-block;
    padding: 0 0 0 2.5vw;
    background: #fff;
    line-height: 1.5;
    font-size: 5.0666666667vw;
    font-weight: 900;
    color: #000;
  }
  .wha__img01 {
    margin-top: 2vw;
  }
  .wha__lead {
    position: relative;
    margin-top: 4.7vw;
    padding: 2.4vw 0 2.4vw 21.3333333333vw;
    background: #fff;
    line-height: 1.79;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .wha__lead::after {
    content: "";
    display: block;
    position: absolute;
    top: -4.5333333333vw;
    left: 0;
    width: 20.5333333333vw;
    height: 18.1333333333vw;
    background: url(../images/top/wha_icon02.webp) top center/contain no-repeat;
  }
  .wha__ttl02 {
    width: 92.1333333333vw;
    margin: 5.3333333333vw 0 0 -3.0666666667vw;
  }
  .wha__box {
    position: relative;
    z-index: 2;
    margin-top: -4.5vw;
    padding: 12.7vw 0 10vw;
    background: url(../images/top/wha_bg02_sp.webp) top center/100% no-repeat;
  }
  .wha__ttl03 {
    position: relative;
    padding-left: 22vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    line-height: 1.73;
  }
  .wha__ttl03 .big {
    font-size: 7.2vw;
  }
  .wha__ttl03::after {
    content: "";
    display: block;
    position: absolute;
    top: -12.5vw;
    left: -4vw;
    width: 37.7333333333vw;
    height: 42.4vw;
    background: url(../images/top/wha_icon03.webp) top center/contain no-repeat;
  }
  .wha__icon02 {
    width: 62.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
  .wha__lead03 {
    margin-top: 4vw;
    font-size: 6.4vw;
    line-height: 1.46;
  }
  .wha__txt02 {
    margin-top: 6.2vw;
    font-size: 4vw;
    line-height: 1.68;
    letter-spacing: 0.04em;
  }
  .wha__low {
    position: relative;
    padding: 15vw 5.3333333333vw 10.4vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    background-color: #0049b4;
  }
  .wha__fukidashi {
    position: absolute;
    z-index: 10;
    top: -3.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45vw;
  }
  .wha__low__ttl {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .wha__movie {
    position: relative;
    width: 100%;
    margin-top: 2.2vw;
    aspect-ratio: 16 / 9;      
    border-radius: 1.3333333333vw;
    overflow: hidden;        
    background: #000;       
  }
  .wha__movie::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 1vw #fff inset; 
    pointer-events: none;
    z-index: 2;
  }
  .wha__movie iframe,
  .wha__movie #player {
    position: absolute;
    inset: 0;        
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  .wha__flex {
    margin-top: 13.5vw;
  }
  .wha__ttl04 {
    font-size: 7.7333333333vw;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .wha__ttl04 .big {
    display: inline-block;
    margin-top: -3vw;
    font-size: 15.3333333333vw;
    line-height: 1;
  }
  .wha__ttl04 .bg {
    display: inline-block;
    width: 100%;
    background: #ffda00;
    color: #000;
    font-size: 8.6666666667vw;
    margin-top: 2vw;
    padding: 1vw 2vw;
    line-height: 1;
  }
  .wha__img03 {
    width: 110vw;
    transform: translateX(-2vw) translateY(0);
  }
  .wha__txt03 {
    font-size: 4vw;
    line-height: 1.8;
    margin: 4.7vw auto 0;
  }
  .wha__txt03 .big {
    font-size: 4.6666666667vw;
  }
  .wha__slider {
    overflow: hidden;
    width: 68vw;
    margin: 7.5vw auto 0;
  }
  .wha__pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.9vw auto 0;
  }
  .wha__pagination .swiper-pagination {
    position: relative;
    bottom: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: inherit;
  }
  .wha__pagination .swiper-pagination-bullet {
    display: block;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin: 0 1.8666666667vw !important;
    background-color: #dadada;
    opacity: 1;
  }
  .wha__pagination .swiper-pagination-bullet-active {
    background-color: #3a8aff;
  }
}
@media screen and (min-width: 769px) {
  .wha--bg {
    position: relative;
    z-index: 3;
    padding: 57px 0 78px;
    background: url(../images/top/smi_bg04.webp) top center/2000px repeat;
  }
  .wha__ttl01 {
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.15;
  }
  .wha__ttl01 .small {
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.08em;
  }
  .wha__ttl01 .dot {
    display: inline-block;
    padding-bottom: 21px;
    border-bottom: 8px dotted #fff;
    font-size: 44px;
    letter-spacing: 0.08em;
  }
  .wha__ttl01 .en {
    font-size: 74px;
  }
  .wha__ttl01 .big {
    font-size: 58px;
  }
  .wha__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -92px;
    left: 123px;
    width: 123px;
    height: 129px;
    background: url(../images/top/wha_icon01.webp) top center/contain no-repeat;
  }
  .wha__middle {
    position: relative;
    margin-top: 50px;
  }
  .wha__txt01 {
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .wha__txt01 .bg {
    display: inline-block;
    padding-left: 10px;
    background: #fff;
    font-size: 26px;
    font-weight: 900;
    color: #000;
    line-height: 1.51;
  }
  .wha__img01 {
    position: absolute;
    top: 12px;
    right: -18px;
    width: 506px;
  }
  .wha__lead {
    position: relative;
    margin-top: 42px;
    width: 497px;
    padding: 15px 10px 15px 72px;
    border-radius: 10px;
    padding-left: 72px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .wha__lead::after {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: -0.5px;
    width: 74px;
    height: 64px;
    background: url(../images/top/wha_icon02.webp) top center/contain no-repeat;
  }
  .wha__ttl02 {
    width: 805px;
    margin: 55px 0 0 110px;
  }
  .wha__box {
    position: relative;
    z-index: 2;
    margin-top: -115px;
    padding: 77px 130px 43px;
    background: url(../images/top/wha_bg02.webp) top center/1000px no-repeat;
  }
  .wha__ttl03 {
    position: relative;
    font-size: 21px;
  }
  .wha__ttl03 .big {
    font-size: 40px;
  }
  .wha__ttl03::after {
    content: "";
    display: block;
    position: absolute;
    top: -72px;
    left: 44px;
    width: 205px;
    height: 230px;
    background: url(../images/top/wha_icon03.webp) top center/contain no-repeat;
  }
  .wha__img02 {
    width: 745px;
    margin-top: 45px;
  }
  .wha__box02 {
    position: relative;
    margin-top: 44px;
    padding: 22px 0;
    border-radius: 18px;
    background-color: #f4f8ff;
  }
  .wha__icon02 {
    width: 164px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wha__lead03 {
    font-size: 20px;
  }
  .wha__txt02 {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.8;
  }
  .wha__low {
    position: relative;
    padding: 30px 200px 40px;
    border-radius: 0 0 30px 30px;
    background-color: #0049b4;
  }
  .wha__fukidashi {
    position: absolute;
    top: 12px;
    left: 260px;
    width: 200px;
  }
  .wha__low__ttl {
    font-size: 34px;
    margin: 0 0 0 280px;
  }
  .wha__movie {
    position: relative;
    width: 585px;
    height: 335px;
    border: 7px solid #fff;
    margin: 27px auto 0;
  }
  .wha__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .wha__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    align-items: flex-start;
  }
  .wha__ttl04 {
    font-size: 44px;
    line-height: 1.2;
    width: 460px;
    text-align: center;
    padding-top: 62px;
    letter-spacing: 0.06em;
  }
  .wha__ttl04 .big {
    font-size: 89px;
    display: inline-block;
    margin: -22px 0 0;
  }
  .wha__ttl04 .bg {
    display: inline-block;
    margin: 12px 0px 6px;
    padding: 4px 18px;
    background: #ffda00;
    color: #000;
  }
  .wha__img03 {
    width: 604px;
    margin-right: -70px;
    margin-left: -25px;
  }
  .wha__txt03 {
    margin-top: 21px;
    font-size: 19px;
    line-height: 1.93;
  }
  .wha__txt03 .big {
    font-size: 24px;
  }
}

/*==============================================================================
register
============================================================================= */
@media screen and (max-width: 768px) {
  .register_section .container .text_block p {
    font-size: 26rem;
    line-height: 44rem;
  }
  #pv_box .lead p {
    font-size: 2.75vw;
    line-height: 1.5em;
  }
  .mfp_element_submit .mfp_element_all {
    display: block;
    margin: 20rem auto 0!important;
  }
}
@media screen and (min-width: 769px) {
  .register_section .ttl_block {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 2000px;
  }
  #pv_box .lead p {
    font-size: 18px;
  }
  #pv_box .lead a {
    display: inline-block;
  }
}

/* 2025.11追記 */
.new_top-icon{
  position: absolute;
  max-width: 310px;
  right: 0;
  top:300px;
}

.new_top-icon img{
  max-width: 280px;
}

.new_top-icon p{
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
.new_top-icon{
  position: absolute;
  max-width: 40%;
  right: initial;
  left: 0;
  top:20vw;
}
  
.new_top-icon img{
  max-width: 70%;
}  

.new_top-icon p{
  color: #ffffff;
  font-size: 2vw;
  font-weight: bold;
  background: none;
  padding: 0;
  margin-top: 0;
  line-height: 1.1em;
}
  
  .cta__ttl01{
    margin: auto;
    padding: 20px;
    background:#d6002a;
    margin-bottom: 40px;
    margin-top: 30px;
  }  
}

.ov-hd{
  overflow: hidden;
}

/*2025.12.27追記*/
.new-cont__bg01,
.new-cont__bg02{
  padding: 50px 0;
}

.new-cont__bg02{
  background: url("../images/top/new_bg.webp");
  background-size: 100% 100%;
  padding-top: 150px;
}

.cta__flex{
  justify-content: center;
}