/* =============================================================================
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;
  }
  .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: #3a8aff;
  }
  .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: 52.2666666667vw;
    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: 21.3333333333vw;
    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: #3a8aff;
  }
  .cv__inner {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding: 10px 0 0 260px;
  }
  .cv__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 97px;
    height: 107px;
    right: -70px;
    bottom: 5px;
    background: url(../images/top/cv_icon01.webp) top center/contain no-repeat;
  }
  .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: 10vw 0;
    background-color: #02409b;
  }
  .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;
    padding-left: 4.6666666667vw;
  }
  .footer__logo {
    width: 22.4vw;
  }
  .footer__right {
    width: 57.3333333333vw;
  }
  .footer__dl {
    margin: 0;
  }
  .footer__dt {
    display: block;
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .footer__dd {
    font-size: 3.4666666667vw;
    line-height: 1.54;
  }
  .footer__bg02 {
    padding: 4.6666666667vw;
    background-color: #002965;
  }
  .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: 50px 0 60px;
    background-color: #02409b;
  }
  .footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .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: #002965;
  }
  .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: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .header--bg {
    position: relative;
  }
  .header__inner {
    position: absolute;
    top: 15px;
    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 {
    width: 240px;
    -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: 6vw 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.6666666667vw;
    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: -7.3333333333vw;
    right: -8.6666666667vw;
    width: 30.1333333333vw;
    height: 28.2666666667vw;
    background: url(../images/top/abi_icon01.webp) top center/contain no-repeat;
  }
  .abi__item:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.3333333333vw;
    right: -4.2666666667vw;
    width: 21.0666666667vw;
    height: 23.8666666667vw;
    background: url(../images/top/abi_icon02_sp.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 230px;
    background: url(../images/top/abi_bg01.webp) bottom center/2000px no-repeat;
  }
  .abi__ttl01 {
    width: 362px;
    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: 20px;
  }
  .abi__img01 {
    width: 510px;
  }
  .abi__list {
    width: 420px;
  }
  .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: 11px;
    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(3)::after {
    content: "";
    display: block;
    position: absolute;
    top: -41px;
    right: -50px;
    width: 135px;
    height: 127px;
    background: url(../images/top/abi_icon01.webp) top center/contain no-repeat;
  }
  .abi__item:nth-child(5)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 83px;
    height: 123px;
    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: 14.6666666667vw;
  }
  .act__inner {
    width: 89.3333333333vw;
  }
  .act__ttl01 {
    font-size: 8vw;
  }
  .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: 10.6666666667vw;
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
    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: 82.6666666667vw;
    margin-left: 1.6vw;
  }
  .act__list {
    margin-top: 9.3333333333vw;
  }
  .act__item {
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
  }
  .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: 67px;
  }
  .act__ttl01 {
    display: table;
    margin: 0 auto;
    font-size: 52px;
    letter-spacing: 0.08em;
  }
  .act__ttl01 .small {
    display: block;
    padding-right: 10px;
    text-align: right;
    font-size: 15px;
    font-weight: normal;
    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: 50px;
    padding: 60px;
    padding-left: 50px;
    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: 332px;
  }
  .act__list {
    width: 545px;
  }
  .act__item {
    margin-top: 14px;
    padding: 20px 30px;
    border-radius: 20px;
    background-color: #fff;
  }
  .act__item:nth-child(1) {
    margin-top: 0;
  }
  .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: -3px;
    font-size: 17px;
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 768px) {
  .cta--bg {
    padding: 8vw 0;
    background-color: #ffda00;
  }
  .cta__banner01 {
    margin: 4vw auto 2vw;
  }
  .cta__box {
    width: 92vw;
    margin: 5vw auto 0;
    padding: 8vw 0 6.6666666667vw;
    border-radius: 4vw;
    background-color: #fff;
  }
  .cta__img01 {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
  .cta__ttl01 {
    width: 68.5333333333vw;
    margin: 4vw 0 0 9.3333333333vw;
  }
  .cta__ttl02 {
    width: 95.3333333333vw;
    margin-top: 4vw;
    -webkit-transform: translateX(-3.3333333333vw);
            transform: translateX(-3.3333333333vw);
  }
  .cta__btn01 {
    width: 84vw;
    margin: 5.3333333333vw auto 0;
  }
  .cta__right {
    width: 84vw;
    margin: 4vw auto 0;
  }
  .cta__time {
    text-align: center;
    font-size: 3.2vw;
    margin: 1.3333333333vw auto 0;
  }
  .cta__note {
    margin-top: 2vw;
    font-size: 2.6666666667vw;
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .cta--bg {
    padding: 70px 0;
    background-color: #ffda00;
  }
  .cta__banner01 {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto 30px;
  }
  .cta__box {
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto 0;
    padding-top: 30px;
    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: #02409b;
  }
  .cta__ttl01 {
    width: 744px;
  }
  .cta__low {
    position: relative;
    z-index: 2;
    padding: 0 40px 7px;
    border-radius: 0 0 30px 30px;
    background-color: #fff9d7;
  }
  .cta__ttl02 {
    width: 957px;
    margin: 0 0 0 35px;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  .cta__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -150px;
  }
  .cta__btn01 {
    width: 509px;
  }
  .cta__right {
    width: 370px;
  }
  .cta__tel {
    pointer-events: none;
  }
  .cta__time {
    margin-top: 5px;
    font-size: 14px;
  }
  .cta__note {
    margin-top: 15px;
    font-size: 10px;
    text-align: right;
  }
}
/*==============================================================================
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 {
    -webkit-transform: translateY(-6.6666666667vw);
            transform: translateY(-6.6666666667vw);
  }
  .fee__list {
    margin-top: 6.6666666667vw;
    padding: 0;
  }
  .fee__item {
    position: relative;
    width: 89.3333333333vw;
    padding: 42.6666666667vw 0 8vw;
    margin-top: 8vw;
    border-radius: 16vw;
    background-color: #fff;
  }
  .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: -100px;
    padding: 80px 0;
    background: url(../images/top/fee_bg01.webp) top center/2000px no-repeat;
  }
  .fee__ttl01 {
    width: 782px;
    margin: 0 auto;
  }
  .fee__list {
    margin-top: 45px;
  }
  .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: 20vw 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: -20.5333333333vw;
    right: -6.9333333333vw;
    width: 40vw;
    height: 56vw;
    background: url(../images/top/flo_img02_sp.webp) top center/contain no-repeat;
  }
  .flo__list {
    position: relative;
    z-index: 2;
    margin-top: 8vw;
  }
  .flo__item {
    position: relative;
    padding: 6vw 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;
  }
  .flo__item:nth-child(2) {
    z-index: 2;
    min-height: 89.3333333333vw;
    background: url(../images/top/flo_bg03_sp.webp) top center/100% 100% no-repeat;
  }
  .flo__item:nth-child(3) {
    z-index: 1;
    min-height: 42.6666666667vw;
    background: url(../images/top/flo_bg04_sp.webp) top center/100% 100% no-repeat;
  }
  .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.4vw dotted #3a8aff;
    letter-spacing: 0.06em;
  }
  .flo__txt01 {
    margin-top: 4.5333333333vw;
    margin-left: 26.6666666667vw;
    font-size: 4vw;
    line-height: 1.47;
  }
  .flo__txt02 {
    margin-top: 8vw;
    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: 110px 0 10px;
    background: url(../images/top/flo_bg01.webp) top center/cover no-repeat;
  }
  .flo__ttl01 {
    position: relative;
    padding-left: 240px;
    font-size: 47px;
  }
  .flo__ttl01 .big {
    font-size: 55px;
  }
  .flo__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -76px;
    right: 133px;
    width: 259px;
    height: 364px;
    background: url(../images/top/flo_img02_sp.webp) top center/contain no-repeat;
  }
  .flo__list {
    margin-top: 59px;
  }
  .flo__item {
    position: relative;
    padding: 30px 50px 0 254px;
    margin-top: -20px;
  }
  .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;
  }
  .flo__item:nth-child(3) {
    z-index: 1;
    min-height: 211px;
    background: url(../images/top/flo_bg04.webp) top center/100% 100% no-repeat;
  }
  .flo__num01 {
    position: absolute;
    width: 169px;
    top: 26px;
    left: 47px;
  }
  .flo__ttl02 {
    padding-bottom: 5px;
    font-size: 26px;
    border-bottom: 4px dotted #3a8aff;
  }
  .flo__txt01 {
    margin-top: 14px;
    font-size: 18px;
  }
  .flo__txt02 {
    margin-top: 15px;
    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: 8vw;
    background: url(../images/top/fv_bg01_sp.webp) top center/cover no-repeat;
  }
  .fv__inner {
    width: 92vw;
    margin: 0 auto;
    padding-top: 37.3333333333vw;
  }
  .fv__medal {
    position: absolute;
    top: 1.3333333333vw;
    right: -4vw;
    width: 52.5vw;
  }
  .fv__ttl01 {
    width: 94.6666666667vw;
    transform: translateX(1.3333333333vw) translateY(-4.3vw);
  }
  .fv__note {
    margin-top: -25.9vw;
    font-size: 2.6666666667vw;
  }
  .fv__img01 {
    width: 94vw;
    margin: 10.6666666667vw 0 0 -4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv--bg {
    padding: 17px 0 50px;
    background: url(../images/top/fv_bg01.webp) top center/2000px no-repeat;
  }
  .fv__inner {
    width: 1100px;
  }
  .fv__medal {
    position: absolute;
    top: 82px;
    right: 0;
    width: 297px;
  }
  .fv__ttl01 {
    width: 881px;
  }
  .fv__note {
    margin-top: -133px;
    font-size: 12px;
  }
  .fv__img01 {
    position: relative;
    z-index: 1;
    margin-bottom: -135px;
    width: 1093px;
    margin-top: 20px;
  }
}
/*==============================================================================
mor
============================================================================= */
/*==============================================================================
mor
============================================================================= */
@media screen and (max-width: 768px) {
  .mor--bg {
    padding: 1.3333333333vw 0 16vw;
  }
  .mor__inner {
    width: 89.3333333333vw;
  }
  .mor__ttl01 {
    width: 94.6666666667vw;
  }
  .mor__txt01 {
    margin-top: 4vw;
    font-size: 4vw;
    letter-spacing: 0.08em;
  }
  .mor__txt01 .big {
    font-size: 4.2666666667vw;
  }
  .mor__box {
    position: relative;
    min-height: 72.2666666667vw;
    margin-top: 9.3333333333vw;
    padding: 14vw 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: 0.6666666667vw;
    border-bottom: 0.4vw dotted #02409b;
    letter-spacing: 0.1em;
  }
  .mor__ttl02 .big {
    font-size: 5.3333333333vw;
    font-weight: 900;
  }
  .mor__txt02 {
    margin-top: 9.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .mor__txt02 .medium {
    font-size: 8vw;
  }
  .mor__txt02 .big {
    font-size: 12vw;
    line-height: 1;
    font-weight: 900;
  }
  .mor__img01 {
    position: absolute;
    top: 23.333333vw;
    right: 1.0666666667vw;
    width: 36.666667vw;
  }
}
@media screen and (min-width: 769px) {
  .mor--bg {
    padding: 40px 0px 60px;
  }
  .mor__ttl01 {
    width: 863px;
    margin-left: 59px;
  }
  .mor__txt01 {
    margin-top: 22px;
    font-size: 20px;
  }
  .mor__txt01 .big {
    font-size: 22px;
  }
  .mor__box {
    position: relative;
    width: 580px;
    min-height: 372px;
    margin-top: 24px;
    padding: 65px 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: 7px;
    font-size: 24px;
    border-bottom: 4px dotted #02409b;
  }
  .mor__ttl02 .big {
    font-size: 34px;
    font-weight: 900;
  }
  .mor__txt02 {
    margin-top: 30px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 1.1;
  }
  .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: -1px;
    left: 673px;
    width: 317px;
  }
}
/*==============================================================================
one
============================================================================= */
/*==============================================================================
one
============================================================================= */
@media screen and (max-width: 768px) {
  .one__bg01 {
    padding: 13.3333333333vw 0 16vw;
  }
  .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: 6.6666666667vw;
  }
  .one__bg02 {
    padding-bottom: 16vw;
    background: #ffda00;
  }
  .one__comment {
    display: block;
    width: 56vw;
    -webkit-transform: translateY(-6vw);
            transform: translateY(-6vw);
    margin-bottom: -4vw;
  }
  .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.666667vw;
  }
  .one__low {
    margin-top: 3.666667vw;
  }
  .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: 2vw;
    font-size: 4.2666666667vw;
  }
  .one__name .big {
    display: block;
    font-size: 6.1333333333vw;
  }
  .one__img03 {
    position: absolute;
    top: -1.3333333333vw;
    right: -3vw;
    width: 28vw;
  }
  .one__movie {
    position: relative;
    margin-top: 8vw;
    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: 40px 0 80px;
  }
  .one__ttl01 {
    width: 601px;
    margin: 0 auto;
  }
  .one__img01 {
    width: 998px;
    margin: 40px auto 0;
  }
  .one__bg02 {
    padding-bottom: 75px;
    background: #ffda00;
  }
  .one__ttl02 {
    -webkit-transform: translateY(-27px);
            transform: translateY(-27px);
    font-size: 24px;
    text-align: center;
  }
  .one__ttl02 .one__comment {
    display: block;
    width: 372px;
    margin: 0 auto 20px;
  }
  .one__ttl02 .txt {
    display: block;
    margin: 0 auto;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.08em;
  }
  .one__ttl02 .big {
    font-size: 38px;
  }
  .one__img02 {
    width: 1021px;
    margin: -91px 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;
    margin-top: 21px;
  }
  .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;
  }
  .one__name .big {
    font-size: 26px;
  }
  .one__img03 {
    position: absolute;
    top: 50%;
    -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: 14.6666666667vw 0 10.6666666667vw;
  }
  .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.6666666667vw;
    padding-bottom: 4.333333vw;
    border-radius: 5.3333333333vw;
    background-color: #02409b;
  }
  .pri__box::after {
    content: "";
    display: block;
    position: absolute;
    top: -13.3333333333vw;
    right: -12vw;
    width: 36vw;
    height: 38.6666666667vw;
    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: 6vw;
  }
  .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: 7.666667vw 0 0 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .pri--bg {
    padding: 60px 0 23px;
  }
  .pri__ttl01 {
    text-align: center;
  }
  .pri__ttl01 .small {
    display: block;
    font-size: 25px;
  }
  .pri__ttl01 .big {
    font-size: 52px;
  }
  .pri__box {
    position: relative;
    margin-top: 60px;
    padding-bottom: 20px;
    border-radius: 40px;
    background-color: #02409b;
  }
  .pri__box::after {
    content: "";
    display: block;
    position: absolute;
    top: -81px;
    right: 24px;
    width: 128px;
    height: 151px;
    background: url(../images/top/pri_icon01.webp) top center/contain no-repeat;
  }
  .pri__lead {
    width: 375px;
    margin: 0 auto;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .pri__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -18px 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 {
    -webkit-transform: translateY(-7.0666666667vw);
            transform: translateY(-7.0666666667vw);
  }
  .rea__list {
    margin-top: -6.6666666667vw;
    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: 4vw;
    font-size: 4.9333333333vw;
    line-height: 1.51;
  }
  .rea__flex {
    width: 78.6666666667vw;
    margin: 4.6666666667vw auto 0;
  }
  .rea__list02 {
    width: 78.6666666667vw;
    margin: 4vw auto 0;
    padding: 0;
    padding-bottom: 8vw;
  }
  .rea__item02 {
    width: 100%;
    margin-top: 3.3333333333vw;
  }
  .rea__txt01 {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.56;
  }
  .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.6666666667vw;
  }
  .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: 67px 0 80px;
    background-color: #3a8aff;
  }
  .rea__ttl01 {
    width: 880px;
    margin-left: 85px;
  }
  .rea__item {
    position: relative;
    margin-top: 60px;
    border-radius: 40px;
    background-color: #fff;
  }
  .rea__num01 {
    position: absolute;
    top: -30px;
    left: -20px;
    width: 137px;
  }
  .rea__ttl02 {
    padding: 22px 0;
    border-radius: 40px 40px 0 0;
    background-color: #02409b;
    font-size: 32px;
  }
  .rea__ttl03 {
    padding-top: 30px;
    font-size: 24px;
    letter-spacing: 0.06em;
  }
  .rea__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    padding: 0 49px 50px;
  }
  .rea__img01 {
    width: 415px;
  }
  .rea__list02 {
    width: 447px;
  }
  .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__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: -34.6666666667vw;
    padding: 0 0 20vw;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #3a8aff));
    background-image: linear-gradient(to bottom, transparent 20%, #3a8aff 20%);
  }
  .smi__lead01 {
    width: 100vw;
    margin-left: -4vw;
  }
  .smi__middle {
    position: relative;
    margin-top: -13.3333333333vw;
  }
  .smi__img01 {
    position: relative;
    z-index: 2;
    width: 89.4666666667vw;
    margin: 0 auto;
  }
  .smi__ttl02 {
    position: relative;
    z-index: 1;
    width: 89.3333333333vw;
    margin-top: -7vw;
    padding: 10.6666666667vw 0;
    border: solid 2.6666666667vw #fff;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .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: #ffda00;
  }
  .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.4666666667vw 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: 1.3333333333vw;
    font-size: 8vw;
    line-height: 1;
  }
  .smi__ttl04::before, .smi__ttl04::after {
    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);
  }
  .smi__ttl04::after {
    margin-left: 2.6666666667vw;
  }
  .smi__txt02 {
    text-align: center;
    margin-top: 4vw;
    font-size: 4.5333333333vw;
    line-height: 1.82;
  }
  .smi__img02 {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .smi__bg01 {
    padding: 45px 0 130px;
    background: url(../images/top/smi_bg01.webp) top center/2000px no-repeat;
  }
  .smi__ttl01 {
    width: 1004px;
  }
  .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: 679px;
    margin: 0 auto;
  }
  .smi__middle {
    position: relative;
    margin-top: 75px;
  }
  .smi__img01 {
    position: absolute;
    top: -65px;
    right: -5px;
    width: 635px;
  }
  .smi__ttl02 {
    width: 519px;
    padding: 80px 10px;
    border: solid 20px #fff;
    font-size: 28px;
    line-height: 1.8;
  }
  .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: #ffda00;
  }
  .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 80px;
    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;
    -webkit-transform: translateY(-125px);
            transform: translateY(-125px);
  }
  .smi__low {
    position: relative;
    margin-top: -84px;
  }
  .smi__comment {
    width: 299px;
    margin-left: 100px;
  }
  .smi__ttl04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 47px;
    line-height: 1;
  }
  .smi__ttl04::before, .smi__ttl04::after {
    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);
  }
  .smi__ttl04::after {
    margin-left: 15px;
  }
  .smi__txt02 {
    width: 495px;
    margin-top: 10px;
    font-size: 18px;
  }
  .smi__img02 {
    position: absolute;
    top: 13px;
    right: 0;
    width: 456px;
  }
}
/*==============================================================================
voi
============================================================================= */
@media screen and (max-width: 768px) {
  .voi--bg {
    padding: 14.6666666667vw 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: -29.3333333333vw;
  }
  .voi__item {
    position: relative;
    margin-top: 5.3333333333vw;
    padding: 4.6666666667vw 5.3333333333vw 7.3333333333vw;
    border-radius: 5.3333333333vw;
    background-color: #fff;
  }
  .voi__item:nth-child(2) .voi__ttl02 {
    padding-top: 4vw;
  }
  .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.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 5.6vw;
    border-bottom: 0.5333333333vw dotted #000;
    line-height: 1.52;
  }
  .voi__txt01 {
    margin-top: 3.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.71;
    letter-spacing: 0.04em;
  }
  .voi__txt01 .blue {
    font-weight: 900;
  }
  .voi__ttl04 {
    width: 92.6666666667vw;
    margin-top: 6vw;
    margin-left: 3.7333333333vw;
  }
  .voi__item02 {
    position: relative;
    margin-top: 5.7333333333vw;
    padding: 6vw 4.6666666667vw 5.3333333333vw;
    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: 4vw;
  }
  .voi__dl--num01 {
    display: block;
  }
  .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: 2.6666666667vw;
    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;
  }
}
@media screen and (min-width: 769px) {
  .voi--bg {
    padding: 80px 0;
    background: url(../images/top/voi_bg01.webp) top center/2000px no-repeat;
  }
  .voi__ttl01 {
    width: 757px;
    margin-left: 200px;
  }
  .voi__list {
    margin-top: -157px;
  }
  .voi__item {
    position: relative;
    margin-top: 40px;
    padding: 20px 200px 35px 40px;
    border-radius: 40px;
    background-color: #fff;
  }
  .voi__num01 {
    width: 159px;
  }
  .voi__circle01 {
    position: absolute;
    top: -10px;
    right: 30px;
    width: 173px;
  }
  .voi__ttl02 {
    margin-top: 8px;
    padding-bottom: 5px;
    font-size: 26px;
    border-bottom: 4px dotted #000;
  }
  .voi__txt01 {
    margin-top: 18px;
    padding-right: 20px;
    font-size: 16px;
  }
  .voi__txt01 .blue {
    font-weight: 900;
  }
  .voi__ttl04 {
    width: 655px;
    margin-top: 68px;
    margin-left: 190px;
  }
  .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;
  }
  .voi__item02 {
    position: relative;
    width: 472px;
    margin-top: 33px;
    padding: 20px 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: -45px;
    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: 9px 0 0 -4px;
  }
  .voi__dl--num01 {
    display: block;
    min-height: 123px;
  }
  .voi__dl--num01 .voi__dd {
    padding-left: 30px;
    margin-top: 10px;
  }
  .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: 425px;
    margin-top: 90px;
    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: -24px 0 0 80px;
  }
  .voi__item03 {
    position: relative;
    width: 400px;
    margin-top: 15px;
    padding-left: 50px;
    font-size: 24px;
  }
  .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: 14.6666666667vw 0;
    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: 1vw;
    letter-spacing: 0.08em;
  }
  .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.6666666667vw;
    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: 5.0666666667vw;
    padding: 2.6666666667vw 0 2.6666666667vw 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: -13vw;
    padding: 13.3333333333vw 0 12vw;
    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;
  }
  .wha__ttl03 .big {
    font-size: 7.2vw;
  }
  .wha__ttl03::after {
    content: "";
    display: block;
    position: absolute;
    top: -14vw;
    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: 4vw;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .wha__low {
    padding: 6.6666666667vw 5.3333333333vw 10.4vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    background-color: #0049b4;
  }
  .wha__low__ttl {
    font-size: 5.3333333333vw;
  }
  .wha__movie {
    position: relative;
    width: 100%;
    margin-top: 3.3333333333vw;
    padding-top: 56.25%;
    border: 1.3333333333vw solid #fff;
    border-radius: 1.3333333333vw;
  }
  .wha__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .wha__flex {
    margin-top: 9.3333333333vw;
  }
  .wha__ttl04 {
    font-size: 7.7333333333vw;
    text-align: center;
    line-height: 1.6;
    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__txt03 {
    font-size: 4vw;
  }
  .wha__txt03 .big {
    font-size: 4.6666666667vw;
  }
  .wha__slider {
    overflow: hidden;
    width: 68vw;
    margin: 8.6666666667vw 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: 3.8666666667vw 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: 60px 0 100px;
    background: url(../images/top/smi_bg04.webp) top center/2000px repeat;
  }
  .wha__ttl01 {
    text-align: center;
    letter-spacing: 0.08em;
  }
  .wha__ttl01 .small {
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.08em;
  }
  .wha__ttl01 .dot {
    display: inline-block;
    padding-bottom: 5px;
    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: -90px;
    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;
  }
  .wha__img01 {
    position: absolute;
    top: 0;
    right: -18px;
    width: 506px;
  }
  .wha__lead {
    position: relative;
    margin-top: 40px;
    width: 497px;
    padding: 15px 10px 15px 72px;
    border-radius: 10px;
    padding-left: 72px;
    background: #fff;
    font-size: 16px;
  }
  .wha__lead::after {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: -1px;
    width: 74px;
    height: 64px;
    background: url(../images/top/wha_icon02.webp) top center/contain no-repeat;
  }
  .wha__ttl02 {
    width: 805px;
    margin: 70px 0 0 95px;
  }
  .wha__box {
    position: relative;
    z-index: 2;
    margin-top: -208px;
    padding: 81px 130px 30px;
    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: 40px;
  }
  .wha__box02 {
    position: relative;
    margin-top: 44px;
    padding-bottom: 30px;
    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 {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .wha__low {
    padding: 30px 200px 60px;
    border-radius: 0 0 30px 30px;
    background-color: #0049b4;
  }
  .wha__low__ttl {
    font-size: 34px;
  }
  .wha__movie {
    position: relative;
    width: 600px;
    margin: 30px auto 0;
    padding-top: 56.25%;
    border: 10px solid #fff;
  }
  .wha__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .wha__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  .wha__ttl04 {
    font-size: 44px;
    line-height: 1.2;
    width: 486px;
    text-align: center;
    padding-top: 65px;
    letter-spacing: 0.06em;
  }
  .wha__ttl04 .big {
    font-size: 89px;
    display: inline-block;
    margin: -17px 0 0;
  }
  .wha__ttl04 .bg {
    display: inline-block;
    margin: 8px 0px;
    padding: 2px 18px;
    background: #ffda00;
    color: #000;
  }
  .wha__img03 {
    width: 491px;
  }
  .wha__txt03 {
    margin-top: 37px;
    font-size: 19px;
  }
  .wha__txt03 .big {
    font-size: 24px;
  }
}


.mirabo_ttl{ width: 320px; margin: auto;}
@media screen and (max-width: 768px) {
.mirabo_ttl{ width: 60vw;}
}
@media screen and (max-width: 768px) {
#contact_form .text_block p{ font-size: 3vw;}
}

