@charset "UTF-8";
@media screen and (min-width: 769px) {
  /*==============================================================================
  fv
  ============================================================================= */
  .fv--bg {
    position: relative; /* 重要：これでabsoluteの子がこの範囲に収まる */
    width: 100%;
    height: calc(100vh - 80px); /* 好きな高さに。例: 80vh = 画面の80% */
    margin-top: 80px;
  }
  .fv__inner {
    position: relative;
    height: 100%;
    color: #fff;
  }
  .fv__box {
    position: absolute;
    bottom: 8%;
    left: 0;
  }
  .fv__ttl01 {
    font-size: 95px;
    font-weight: 900;
    letter-spacing: -0.04em;
  }
  .fv__ttl01 .dot {
    display: inline-block;
    margin-right: -30px;
  }
  .fv__ttl01 .maru {
    position: absolute;
  }
  .fv__txt01 {
    display: table;
    margin-top: 1vw;
    padding: 5px 18px;
    border-radius: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    font-size: 20px;
  }
  /*==============================================================================
  abo
  ============================================================================= */
  .abo--bg {
    padding: 120px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .abo__inner {
    position: relative;
    color: #fff;
  }
  .abo__ttl01 .txt {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
  }
  .abo__ttl01 .txt::before, .abo__ttl01 .txt::after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
  }
  .abo__ttl01 .txt::before {
    top: -20px;
    left: -15px;
    width: 1px;
    height: 108px;
  }
  .abo__ttl01 .txt::after {
    bottom: 0;
    left: -50px;
    width: 764px;
    height: 1px;
  }
  .abo__ttl01 .low {
    display: block;
    margin-top: 20px;
    font-size: 47px;
    font-weight: 600;
  }
  .abo__txt01 {
    width: 716px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.11;
  }
  .abo__img01 {
    position: absolute;
    top: 0;
    right: -230px;
    width: 600px;
  }
  .abo__ttl03 {
    margin-top: 180px;
    font-weight: bold;
    font-size: 32px;
  }
  .abo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .abo__item {
    width: 380px;
    height: 230px;
    padding-top: 115px;
    text-align: center;
    background: url(../images/abo_bg01.webp) top center/contain no-repeat;
  }
  .abo__item:nth-child(2) {
    background: url(../images/abo_bg02.webp) top center/contain no-repeat;
  }
  .abo__item:nth-child(3) {
    background: url(../images/abo_bg03.webp) top center/contain no-repeat;
  }
  .abo__txt02 {
    font-size: 30px;
    font-weight: 500;
  }
  .abo__txt02 .small {
    display: block;
    margin-top: 5px;
    font-size: 18px;
  }
  .abo__ttl02 {
    position: relative;
    margin-top: 190px;
    font-size: 47px;
    font-weight: 600;
    line-height: 1.4;
  }
  .abo__ttl02::after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    top: -50px;
    left: -100px;
    width: 325px;
    height: 1px;
  }
  .abo__ttl02 .small {
    font-size: 38px;
    font-weight: 600;
  }
  .abo__ttl02 .big {
    font-size: 52px;
    font-weight: 600;
  }
  .abo__ttl02 .kak {
    display: inline-block;
    margin-left: -15px;
  }
  .abo__ttl02 .kak02 {
    display: inline-block;
    margin-right: -15px;
  }
  .abo__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 40px;
  }
  .abo__img02 {
    width: 599px;
  }
  .abo__right {
    padding-left: 50px;
  }
  .abo__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 40px;
  }
  .abo__dt {
    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;
    width: 97px;
    height: 34px;
    background-color: #143965;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
  }
  .abo__dt::after {
    content: "";
    position: absolute;
    display: block;
    background: #143965;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 1px;
  }
  .abo__dd {
    margin-left: 40px;
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .abo__dd .num {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
  }
  .abo__dd .medium {
    font-size: 24px;
    line-height: 1;
  }
  .abo__dd .small {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
  .abo__dd--num02 {
    font-size: 40px;
    letter-spacing: 0;
  }
  .abo__btn01 {
    display: table;
    margin: 70px 0 0 auto;
    border: 1px solid #fff;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .abo__btn01 .txt {
    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;
    height: 54px;
    padding: 10px 20px;
  }
  .abo__btn01 .txt::after {
    content: "";
    display: block;
    width: 31px;
    height: 5px;
    margin-left: 10px;
    background: url(../images/header_arrow01.webp) top center/contain no-repeat;
  }
  .abo__btn01:hover {
    opacity: 1;
    background: #fff;
    border: 1px solid #143965;
    color: #143965;
  }
  .abo__btn01:hover .txt::after {
    background: url(../images/header_arrow02.webp) top center/contain no-repeat;
  }
  .abo__btn01--num02 {
    border: 1px solid #143965;
    color: #143965;
  }
  .abo__btn01--num02 .txt::after {
    background: url(../images/header_arrow02.webp) top center/contain no-repeat;
  }
  .abo__btn01--num02:hover {
    background: #143965;
    border: 1px solid #fff;
    color: #fff;
  }
  .abo__btn01--num02:hover .txt::after {
    background: url(../images/header_arrow01.webp) top center/contain no-repeat;
  }
  .abo__btn01--num03 {
    width: 290px;
    margin: 30px auto 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7800), to(#ff6000));
    background-image: linear-gradient(to bottom, #ff7800, #ff6000);
    border: 1px solid transparent;
  }
  .abo__btn01--num03 .txt {
    font-size: 18px;
    font-weight: 500;
  }
  .abo__btn01--num03:hover {
    opacity: 1;
    background: #fff;
    border: 1px solid #143965;
    color: #143965;
  }
  .abo__btn01--num03:hover .txt::after {
    background: url(../images/header_arrow02.webp) top center/contain no-repeat;
  }
  .abo__btn01--num04 {
    min-width: 304px;
    margin-top: 20px;
    border: 1px solid #143965;
    color: #143965;
  }
  .abo__btn01--num04 .txt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 75px;
    padding: 10px 22px;
    line-height: 1.4;
  }
  .abo__btn01--num04 .txt::after {
    width: 18px;
    height: 18px;
    background: url(../images/abo_icon01.webp) top center/100% no-repeat;
  }
  .abo__btn01--num04:hover {
    background: #143965;
    border: 1px solid #fff;
    color: #fff;
  }
  .abo__btn01--num04:hover .txt::after {
    background: url(../images/abo_icon02.webp) top center/100% no-repeat;
  }
  .abo__btn01.sp-only {
    display: none;
  }
  /*==============================================================================
  job
  ============================================================================= */
  .job--bg {
    padding: 100px 0;
    background: #dff1fa;
  }
  .job__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
  }
  .job__item {
    width: 228px;
    height: 210px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .job__link {
    padding: 25px 0;
  }
  .job__link .txt {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  .job__link .img {
    display: block;
    width: 180px;
    margin: 20px auto 0;
  }
  .job__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 70px;
  }
  .job__txt01 {
    font-weight: 600;
    font-size: 20px;
  }
  .job__btn01 {
    margin-top: 0;
  }
  .job__btn01 .txt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 25px;
  }
  .job__btn01 + .job__btn01 {
    margin-top: 20px;
  }
  /*==============================================================================
  per
  ============================================================================= */
  .per--bg {
    overflow: hidden;
    padding: 180px 0;
    background: #dff1fa;
  }
  .per__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .per__left {
    width: 610px;
  }
  .per__ttl01 {
    width: 568px;
  }
  .per__ttl01--num01 {
    width: 711px;
    margin-top: 450px;
  }
  .per__txt01 {
    margin-top: 55px;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.4;
  }
  .per__txt02 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2.11;
  }
  .per__right {
    width: 520px;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .per__lead01 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #143965;
  }
  .per__lead01 .txt {
    position: relative;
    z-index: 2;
    display: table;
    margin: 0 auto;
    padding: 10px;
    background: #dff1fa;
  }
  .per__lead01::after {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #143965;
  }
  .per__item {
    min-height: 165px;
    margin-top: 7px;
    padding-top: 19px;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    text-align: center;
    color: #fff;
  }
  .per__en01 {
    font-size: 39px;
    font-weight: 500;
  }
  .per__en01::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background: #143965;
  }
  .per__txt03 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
  }
  .per__wrap {
    position: relative;
    min-height: 277px;
    margin-top: 100px;
  }
  .per__infinite {
    position: absolute;
  }
  .per__slide01 {
    width: 1982px;
    margin: 0 10px;
  }
  .per__ttl03 {
    margin-top: 50px;
    font-size: 30px;
    font-weight: 600;
  }
  .per__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .per__item02 {
    position: relative;
    width: 380px;
    min-height: 247px;
    padding: 10px 33px;
    padding-right: 20px;
    background: #fff;
  }
  .per__item02::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 95px;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .per__txt04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
    font-weight: bold;
    font-size: 25.5px;
    line-height: 1.35;
    color: #143965;
  }
  .per__txt05 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.61;
    color: #143965;
  }
  .per__box {
    position: relative;
    margin-top: 150px;
  }
  .per__ttl04 {
    font-size: 40px;
    font-weight: bold;
  }
  .per__img01 {
    position: absolute;
    top: -30px;
    right: 0;
    width: 172px;
  }
  .per .video-container {
    position: relative;
    width: 960px;
    margin-top: 30px;
  }
  .per video {
    width: 100%;
    height: auto;
    display: block;
  }
  .per .custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 40px;
    width: 120px;
    height: 120px;
    border: 1px solid #dff1fa;
    border-radius: 50%;
    background: #0e5ab7;
    color: #dff1fa;
    cursor: pointer;
    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;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .per .custom-play-btn:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /*==============================================================================
  env
  ============================================================================= */
  .env__bg0 {
    height: 400px;
  }
  .env__bg01 {
    padding: 200px 0 150px;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .env__inner {
    position: relative;
    padding-left: 275px;
  }
  .env__ttl01 {
    position: absolute;
    top: -100px;
    left: 0;
    width: 172px;
  }
  .env__ttl02 {
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    color: #fff;
  }
  .env__txt01 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2.11;
    color: #fff;
  }
  .env__lead01 {
    margin-top: 40px;
    padding-left: 20px;
    border-left: 2px solid #fff;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
  .env__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .env__item {
    width: 24.3%;
    min-height: 107px;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#dff1fa));
    background-image: linear-gradient(to top, #fff, #dff1fa);
  }
  .env__item--num02 {
    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: 49.5%;
  }
  .env__icon01 {
    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;
    height: 32px;
    margin: 20px auto 0;
  }
  .env__icon01--num01 {
    width: 28px;
  }
  .env__icon01--num02 {
    width: 35px;
  }
  .env__icon01--num03 {
    width: 30px;
  }
  .env__icon01--num04 {
    width: 19px;
  }
  .env__txt02 {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #143965;
  }
  .env__nun01 {
    margin-left: 25px;
    font-size: 85px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .env__nun01 .small {
    margin-left: 5px;
    font-size: 44px;
  }
  .env__nun01 .small02 {
    margin-left: 5px;
    font-weight: bold;
    font-size: 30px;
  }
  /*==============================================================================
  int
  ============================================================================= */
  .int--bg {
    padding: 100px 0;
    background: #dff1fa;
  }
  .int__ttl01 {
    line-height: 1;
  }
  .int__ttl01 .en {
    font-size: 116px;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .int__ttl01 .small {
    display: block;
    margin-top: 40px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
  }
  .int__ttl01 .txt {
    display: block;
    margin-top: 15px;
    line-height: 1;
    font-size: 40px;
    font-weight: 600;
  }
  .int__txt01 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 600;
  }
  .int__txt01 .big {
    display: block;
    font-size: 40px;
    font-weight: 600;
  }
  .int__item {
    position: relative;
    width: 374px;
    padding: 25px 10px 12px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .int__ttl02 {
    padding-left: 4px;
    font-size: 22.5px;
    line-height: 1.58;
    color: #fff;
  }
  .int__img01 {
    margin-top: 20px;
  }
  .int__info {
    position: absolute;
    bottom: 13px;
    left: 10px;
    width: 284px;
    padding: 16px 5px 16px 15px;
    border-radius: 0 15px 0 15px;
    background-color: rgba(255, 255, 255, 0.8666666667);
  }
  .int__txt02 {
    font-size: 12.5px;
    line-height: 1.58;
  }
  .int__txt02--num02 {
    margin-top: -5px;
    line-height: 1.2;
  }
  .int__name {
    font-size: 23px;
    color: #111;
  }
  .int__name .small {
    display: inline-block;
    margin-left: 7px;
    font-size: 13px;
  }
  .int__slider {
    position: relative;
    margin-top: 30px;
  }
  .int .swiper-button-prev:after,
  .int .swiper-container-rtl .swiper-button-next:after {
    content: "prev";
    display: none;
  }
  .int .swiper-button-next:after,
  .int .swiper-container-rtl .swiper-button-prev:after {
    content: "next";
    display: none;
  }
  .int .swiper-button-prev,
  .int .swiper-button-next {
    z-index: 99;
    width: 60px;
    height: 60px;
    top: -80px;
    border-radius: 50%;
  }
  .int .swiper-button-prev {
    left: inherit;
    right: 90px;
    background: url(../images/int_arrow01.webp) top center/contain no-repeat;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .int .swiper-button-next {
    left: inherit;
    right: 0;
    background: url(../images/int_arrow01.webp) top center/contain no-repeat;
  }
  .int__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
    margin-top: 30px;
  }
  .int__btns .abo__btn01 {
    width: 300px;
    margin: 0;
  }
  .int__btns .abo__btn01 .txt {
    height: 60px;
    padding: 0 15px;
  }
  /*==============================================================================
  faq
  ============================================================================= */
  .faq--bg {
    padding: 100px 0;
    background: #fff;
  }
  .faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .faq__item {
    width: 48%;
  }
  .faq__dt, .faq__dd {
    position: relative;
    padding: 15px;
  }
  .faq__dt .img, .faq__dd .img {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 5%;
  }
  .faq__dt .txt, .faq__dd .txt {
    display: block;
    padding: 0 8%;
  }
  .faq__dt {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #111;
  }
  .faq__dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8%;
    width: 19px;
    height: 19px;
    background: url(../images/faq_icon01.webp) center/contain no-repeat;
  }
  .faq__dt.open::after {
    background: url(../images/faq_icon02.webp) center/contain no-repeat;
  }
  .faq__dt .img {
    display: block;
    width: 5%;
  }
  .faq__dt .txt {
    display: block;
    width: 93%;
  }
  .faq__dd {
    display: none;
    font-size: 18px;
    letter-spacing: 0;
  }
  .faq__dd .img {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .faq__dd .link {
    display: inline-block;
    color: #11498d;
    border-bottom: 1px solid #11498d;
  }
  /*==============================================================================
  bus
  ============================================================================= */
  .bus__ttl01 .en {
    font-size: 116px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bus__ttl01 .medium {
    display: block;
    margin-top: 25px;
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
  }
  .bus__ttl01 .txt {
    display: block;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  /*==============================================================================
  fv
  ============================================================================= */
  .fv--bg {
    position: relative; /* 重要：これでabsoluteの子がこの範囲に収まる */
    width: 100%;
    height: 9.4rem; /* 好きな高さに。例: 80vh = 画面の80% */
    margin-top: 1rem;
  }
  .fv__inner {
    color: #fff;
    padding-top: 6.4rem;
  }
  .fv__ttl01 {
    white-space: nowrap;
    font-size: 0.99rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
  .fv__txt01 {
    margin-top: 0.35rem;
    padding: 0.14rem 0.25rem;
    border-radius: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    font-size: 0.32rem;
    line-height: 1.38;
  }
  /*==============================================================================
  abo
  ============================================================================= */
  .abo--bg {
    padding: 0.85rem 0 1rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .abo__inner {
    position: relative;
    color: #fff;
  }
  .abo__ttl01 .txt {
    position: relative;
    display: block;
    padding: 0 0 0.2rem 0.25rem;
    font-size: 0.38rem;
    font-weight: 600;
    line-height: 1.47;
    text-indent: -0.2rem;
  }
  .abo__ttl01 .txt::before, .abo__ttl01 .txt::after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
  }
  .abo__ttl01 .txt::before {
    top: 0;
    left: 0;
    width: 1px;
    height: 1.58rem;
  }
  .abo__ttl01 .txt::after {
    bottom: 0;
    left: -0.3rem;
    width: 100vw;
    height: 1px;
  }
  .abo__ttl01 .low {
    display: block;
    margin-top: 0.8rem;
    font-size: 0.51rem;
    line-height: 1.29;
    font-weight: 600;
  }
  .abo__txt01 {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 1.82;
    letter-spacing: 0.02em;
  }
  .abo__img01 {
    width: 7.2rem;
    margin-top: 1.5rem;
  }
  .abo__ttl03 {
    margin-top: 0.7rem;
    font-weight: bold;
    font-size: 0.46rem;
    text-align: center;
  }
  .abo__item {
    height: 3.3rem;
    margin-top: 0.5rem;
    padding-top: 1.7rem;
    text-align: center;
    background: url(../images/abo_bg01_sp.webp) top center/contain no-repeat;
  }
  .abo__item:nth-child(2) {
    background: url(../images/abo_bg02_sp.webp) top center/contain no-repeat;
  }
  .abo__item:nth-child(3) {
    background: url(../images/abo_bg03_sp.webp) top center/contain no-repeat;
  }
  .abo__txt02 {
    font-size: 0.44rem;
    font-weight: 500;
  }
  .abo__txt02 .small {
    display: block;
    margin-top: 0.03rem;
    font-size: 0.28rem;
  }
  .abo__ttl02 {
    position: relative;
    margin-top: 1.4rem;
    font-size: 0.49rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .abo__ttl02::after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    top: -0.5rem;
    left: 0rem;
    width: 2.55rem;
    height: 1px;
  }
  .abo__ttl02 .small {
    font-size: 0.32rem;
    font-weight: 600;
  }
  .abo__ttl02 .big {
    font-size: 0.48rem;
    font-weight: 600;
    line-height: 1.2;
  }
  .abo__ttl02 .kak {
    display: inline-block;
    margin-left: -0.1rem;
  }
  .abo__ttl02 .kak02 {
    display: inline-block;
    margin-right: -0.1rem;
  }
  .abo__flex {
    margin-top: 0.45rem;
  }
  .abo__img02 {
    margin-top: 0.7rem;
  }
  .abo__right {
    padding-bottom: 0.2rem;
  }
  .abo__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0.35rem;
  }
  .abo__dt {
    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;
    width: 1.88rem;
    height: 0.5rem;
    background-color: #143965;
    line-height: 1;
    font-size: 0.28rem;
    font-weight: 500;
  }
  .abo__dt::after {
    content: "";
    position: absolute;
    display: block;
    background: #143965;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 1px;
  }
  .abo__dd {
    margin-left: 0.65rem;
    font-size: 0.44rem;
    font-weight: 500;
    line-height: 1;
  }
  .abo__dd .num {
    font-size: 0.46rem;
    font-weight: 500;
    line-height: 1;
  }
  .abo__dd .medium {
    font-size: 0.28rem;
    line-height: 1;
  }
  .abo__dd .small {
    font-size: 0.19rem;
    font-weight: 600;
    line-height: 1;
  }
  .abo__dd--num02 {
    font-size: 0.42rem;
    letter-spacing: 0;
  }
  .abo__btn01 {
    display: table;
    margin: 0.6rem auto 0;
    border: 1px solid #fff;
    line-height: 1;
    font-size: 0.28rem;
    font-weight: 500;
    color: #fff;
  }
  .abo__btn01 .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 5.5rem;
    min-height: 0.85rem;
    padding: 0.1rem 0.6rem;
  }
  .abo__btn01 .txt::after {
    content: "";
    display: block;
    width: 0.31rem;
    height: 0.07rem;
    margin-left: 0.4rem;
    background: url(../images/header_arrow01.webp) top center/100% no-repeat;
  }
  .abo__btn01--num02 {
    border: 1px solid #143965;
    color: #143965;
  }
  .abo__btn01--num02 .txt::after {
    background: url(../images/header_arrow02.webp) top center/contain no-repeat;
  }
  .abo__btn01--num03 {
    width: 5rem;
    margin: 0.3rem auto 0;
    padding: 0.2rem 0rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7800), to(#ff6000));
    background-image: linear-gradient(to bottom, #ff7800, #ff6000);
    border: 1px solid transparent;
  }
  .abo__btn01--num03 .txt {
    font-size: 0.36rem;
    font-weight: 500;
  }
  .abo__btn01--num03 .txt::after {
    width: 0.53rem;
    height: 0.1rem;
  }
  .abo__btn01--num04 {
    margin-top: 0.3rem;
    border: 1px solid #143965;
    color: #143965;
  }
  .abo__btn01--num04 .txt {
    line-height: 1.4;
    padding: 0.1rem 0.55rem;
    min-width: 5.78rem;
  }
  .abo__btn01--num04 .txt::after {
    width: 0.21rem;
    height: 0.21rem;
    background: url(../images/abo_icon01.webp) top center/100% no-repeat;
  }
  .abo__btn01.pc-only {
    display: none;
  }
  /*==============================================================================
  per
  ============================================================================= */
  .per--bg {
    overflow: hidden;
    padding: 1rem 0 1.2rem;
    background: #dff1fa;
  }
  .per__ttl01 {
    width: 5.4rem;
  }
  .per__ttl01--num01 {
    width: 6.75rem;
    margin-top: 4.8rem;
  }
  .per__txt01 {
    margin-top: 0.55rem;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1.34;
  }
  .per__txt02 {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .per__lead01 {
    position: relative;
    margin-top: 0.8rem;
    font-size: 0.36rem;
    font-weight: 500;
    color: #143965;
  }
  .per__lead01 .txt {
    position: relative;
    z-index: 2;
    display: table;
    margin: 0 auto;
    padding: 0 0.35rem;
    background: #dff1fa;
  }
  .per__lead01::after {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #143965;
  }
  .per__item {
    min-height: 2.3rem;
    margin-top: 0.4rem;
    padding: 0.3rem 0 0.35rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    text-align: center;
    color: #fff;
  }
  .per__en01 {
    font-size: 0.48rem;
    font-weight: 500;
  }
  .per__en01::after {
    content: "";
    display: block;
    width: 2.3rem;
    height: 1px;
    margin: 0 auto;
    background: #143965;
  }
  .per__txt03 {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  .per__wrap {
    position: relative;
    min-height: 3.6rem;
    margin-top: 0.8rem;
  }
  .per__infinite {
    position: absolute;
  }
  .per__slide01 {
    width: 26.1rem;
    margin: 0 0.15rem;
  }
  .per__ttl03 {
    margin-top: 0.3rem;
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .per__item02 {
    position: relative;
    margin-top: 0.5rem;
    padding: 0.27rem 0.4rem 0.5rem;
    background: #fff;
  }
  .per__item02::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.07rem;
    height: 0.95rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .per__txt04 {
    font-weight: bold;
    font-size: 0.35rem;
    line-height: 1.35;
    color: #143965;
  }
  .per__txt05 {
    margin-top: 0.4rem;
    font-weight: 500;
    color: #143965;
  }
  .per__box {
    position: relative;
    margin-top: 1.5rem;
  }
  .per__ttl04 {
    font-size: 0.5rem;
    line-height: 1.15;
    font-weight: bold;
  }
  .per__img01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
  }
  .per .video-container {
    position: relative;
    width: 5.07rem;
    margin-top: 0.3rem;
  }
  .per video {
    width: 100%;
    height: auto;
    display: block;
  }
  .per .custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 0.3rem;
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #dff1fa;
    border-radius: 50%;
    background: #0e5ab7;
    color: #dff1fa;
    cursor: pointer;
    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;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .per .custom-play-btn:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /*==============================================================================
  env
  ============================================================================= */
  .env__bg0 {
    height: 5rem;
  }
  .env__bg01 {
    padding: 1rem 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .env__head {
    position: relative;
    padding-left: 2.1rem;
  }
  .env__ttl01 {
    position: absolute;
    top: 0.25rem;
    left: 0;
    width: 1.57rem;
  }
  .env__ttl02 {
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1.56;
    color: #fff;
  }
  .env__ttl02 .small {
    font-size: 0.38rem;
  }
  .env__txt01 {
    margin-top: 0.3rem;
    padding-left: 2.1rem;
    line-height: 1.8;
    color: #fff;
  }
  .env__lead01 {
    margin-top: 0.8rem;
    padding-left: 0.2rem;
    border-left: 0.02rem solid #fff;
    font-size: 0.36rem;
    font-weight: 600;
    color: #fff;
  }
  .env__list {
    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;
  }
  .env__item {
    width: 48%;
    min-height: 1.25rem;
    margin-top: 0.3rem;
    padding: 0.3rem 0 0.25rem;
    border-radius: 0.1rem;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#dff1fa));
    background-image: linear-gradient(to top, #fff, #dff1fa);
  }
  .env__item--num02 {
    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: 100%;
  }
  .env__icon01 {
    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: 0.33rem;
    height: 0.4rem;
    margin: 0 auto;
  }
  .env__icon01--num04 {
    width: 0.24rem;
  }
  .env__txt02 {
    margin-top: 0.1rem;
    text-align: center;
    font-weight: 600;
    color: #143965;
  }
  .env__nun01 {
    margin-left: 0.58rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.03em;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .env__nun01 .small {
    margin-left: 0.1rem;
    font-size: 0.5rem;
  }
  .env__nun01 .small02 {
    font-weight: bold;
    margin-left: 0.1rem;
    font-size: 0.34rem;
  }
  /*==============================================================================
  int
  ============================================================================= */
  .int--bg {
    padding: 1rem 0;
    background: #dff1fa;
  }
  .int__ttl01 .en {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .int__ttl01 .small {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.38rem;
    font-weight: 600;
  }
  .int__ttl01 .txt {
    display: block;
    margin-top: 0.3rem;
    line-height: 1;
    font-size: 0.52rem;
    font-weight: 600;
  }
  .int__txt01 {
    margin-top: 0.55rem;
    font-size: 0.38rem;
    font-weight: 600;
    line-height: 1.58;
  }
  .int__txt01 .big {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.52rem;
    font-weight: 600;
  }
  .int__item {
    position: relative;
    min-height: 3.95rem;
    padding: 0.25rem 0.3rem 0.3rem;
    border-radius: 0.2rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .int__ttl02 {
    width: 3.35rem;
    font-size: 0.27rem;
    line-height: 1.58;
    color: #fff;
  }
  .int__ttl02--num02 {
    letter-spacing: 0;
  }
  .int__img01 {
    overflow: hidden;
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
    width: 2.6rem;
    border-radius: 0.2rem;
  }
  .int__info {
    position: absolute;
    bottom: 0.25rem;
    left: 0.3rem;
    width: 3.35rem;
    padding: 0.2rem 0.05rem 0.15rem 0.15rem;
    border-radius: 0 0.1rem 0 0.1rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#dff1fa));
    background-image: linear-gradient(to right, #fff, #dff1fa);
  }
  .int__info--num02 {
    margin-top: 0.2rem;
  }
  .int__txt02 {
    font-size: 0.19rem;
    line-height: 1.44;
    color: #555;
  }
  .int__name {
    font-size: 0.32rem;
    color: #111;
  }
  .int__name .small {
    display: inline-block;
    margin-left: 0.1rem;
    font-size: 0.18rem;
    color: #555;
  }
  .int__slider {
    position: relative;
    margin-top: 0.5rem;
  }
  .int .swiper-container {
    overflow: hidden;
  }
  .int .swiper-button-prev:after,
  .int .swiper-container-rtl .swiper-button-next:after {
    content: "prev";
    display: none;
  }
  .int .swiper-button-next:after,
  .int .swiper-container-rtl .swiper-button-prev:after {
    content: "next";
    display: none;
  }
  .int .swiper-button-prev,
  .int .swiper-button-next {
    z-index: 99;
    width: 0.6rem;
    height: 0.6rem;
    top: -0.5rem;
    border-radius: 50%;
    bottom: inherit;
    -webkit-transform: none;
            transform: none;
  }
  .int .swiper-button-prev {
    left: inherit;
    right: 0.9rem;
    background: url(../images/int_arrow01.webp) top center/contain no-repeat;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .int .swiper-button-next {
    left: inherit;
    right: 0rem;
    background: url(../images/int_arrow01.webp) top center/contain no-repeat;
  }
  /*==============================================================================
  faq
  ============================================================================= */
  .faq--bg {
    padding: 1rem 0;
    background: #fff;
  }
  .faq__list {
    margin-top: 0.7rem;
  }
  .faq__item {
    margin-top: 0.2rem;
  }
  .faq__dt, .faq__dd {
    position: relative;
    padding: 0.2rem 0;
  }
  .faq__dt .img, .faq__dd .img {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0rem;
    width: 0.42rem;
  }
  .faq__dt .txt, .faq__dd .txt {
    display: block;
    padding: 0 0.6rem;
  }
  .faq__dt {
    cursor: pointer;
    font-size: 0.31rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    border-bottom: 1px solid #111;
  }
  .faq__dt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.3rem;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/faq_icon01.webp) center/contain no-repeat;
  }
  .faq__dt.open::after {
    background: url(../images/faq_icon02.webp) center/contain no-repeat;
  }
  .faq__dt .img {
    display: block;
    width: 0.42rem;
  }
  .faq__dt .txt {
    display: block;
  }
  .faq__dd {
    display: none;
    font-size: 0.28rem;
    letter-spacing: 0;
  }
  .faq__dd .img {
    top: 0.2rem;
    -webkit-transform: none;
            transform: none;
  }
  .faq__dd .link {
    display: inline-block;
    color: #11498d;
    border-bottom: 1px solid #11498d;
  }
  /*==============================================================================
  bus
  ============================================================================= */
  .bus--bg {
    padding: 1rem 0;
    background: #fff;
  }
  .bus__ttl01 .en {
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bus__ttl01 .txt {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.24rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .bus__ttl01 .txt.ide {
    font-size: 0.36rem;
  }
  .bus__ttl01 .medium {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.36rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0;
  }
  .bus__list {
    margin-top: 0.6rem;
  }
  .bus__item {
    margin-top: 0.5rem;
    padding: 0.5rem 0.25rem;
    border-radius: 0.05rem;
    background: #effaff;
  }
  .bus__ttl02 {
    font-size: 0.36rem;
    font-weight: 600;
    color: #143965;
  }
  .bus__ttl02 .en {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.2rem;
    font-weight: 500;
  }
  .bus__txt01 {
    margin-top: 0.25rem;
    line-height: 1.5;
  }
  .bus__img01 {
    margin-top: 0.4rem;
  }
  /*==============================================================================
  job
  ============================================================================= */
  .job--bg {
    padding: 1rem 0;
    background: #dff1fa;
  }
  .job__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.4rem;
  }
  .job__item {
    width: 3.28rem;
    border-radius: 0.1rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#143966), to(#0e5ab7));
    background-image: linear-gradient(to right, #143966, #0e5ab7);
  }
  .job__link {
    padding: 0.15rem 0 0.3rem;
  }
  .job__link .txt {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
  }
  .job__link .img {
    display: block;
    width: 2.78rem;
    margin: 0.15rem auto 0;
  }
  .job__flex {
    margin-top: 0.5rem;
  }
  .job__txt01 {
    font-weight: 600;
    font-size: 0.3rem;
  }
  .job__btns {
    margin-top: 0.7rem;
  }
  .job__btn01:nth-child(2) .txt {
    padding-left: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .video-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* コンテンツより下 */
  }
  .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw; /* ビューポート基準で広めに */
    height: 100vh;
    min-width: 100%; /* これで拡大してカバー */
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover; /* これが超重要！黒帯を防ぐ */
  }
}
@media screen and (min-width: 769px) {
  .video-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* コンテンツより下 */
  }
  .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw; /* ビューポート基準で広めに */
    height: 100vh;
    min-width: 100%; /* これで拡大してカバー */
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover; /* これが超重要！黒帯を防ぐ */
  }
}