/* MV のスクロールロック切替時に、スクロールバーの幅ぶんレイアウトがズレる
   （バーが出たり消えたりする）のを防ぐため、常に溝を確保しておく */

html {
    scrollbar-gutter: stable;
}

/*個別パーツ*/

/* .js-fade-clipPath {
    clip-path: inset(100% 0% 0% 0%);
}

.js-fadeUp {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10%);
} */

.internship__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 600px;
    padding-top: 150px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1279px) {
    .internship__wrapper {
        margin-left: max(360px, 30vw);
    }
}

/* margin-right: max(90px, 20vw); */

@media screen and (max-width: 1023px) {
    .internship__wrapper {
        margin-left: auto;
    }
}

.background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background .circle {
    width: 5vw;
    height: 5vw;
}

/* position: absolute; */

@media screen and (max-width: 767px) {
    .background .circle {
        width: 10vw;
        height: 10vw;
    }
}

.background .circle.--01 {
    margin-top: 18vw;
    margin-left: auto;
    margin-right: 20vw;
}

@media screen and (max-width: 767px) {
    .background .circle.--01 {
        margin-right: 10vw;
    }
}

.background .circle.--02 {
    margin-top: 13vw;
    margin-left: 20vw;
}

@media screen and (max-width: 767px) {
    .background .circle.--02 {
        margin-left: 10vw;
    }
}

.background .circle.--03 {
    margin-top: 29vw;
    margin-left: 19vw;
}

@media screen and (max-width: 767px) {
    .background .circle.--03 {
        margin-left: 10vw;
    }
}

.background .circle.--04 {
    margin-top: 39vw;
    margin-left: auto;
    margin-right: 20vw;
}

@media screen and (max-width: 767px) {
    .background .circle.--04 {
        margin-right: 10vw;
    }
}

.background .circle.--05 {
    margin-top: -1vw;
    margin-left: auto;
    margin-right: 16vw;
    transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
    .background .circle.--05 {
        margin-right: 10vw;
    }
}

.background .circle.--06 {
    margin-top: 43vw;
    margin-left: 22vw;
}

@media screen and (max-width: 767px) {
    .background .circle.--06 {
        margin-left: 10vw;
    }
}

.background .circle.--07 {
    margin-top: 43vw;
    margin-left: auto;
    margin-right: 9vw;
}

@media screen and (max-width: 767px) {
    .background .circle.--07 {
        margin-right: 5vw;
    }
}

.background .background__circles {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    padding-bottom: 290vh;
}

/* illusts と同様、padding-bottom で背景の高さまで伸ばす（余剰は .background の overflow:hidden でクリップ）。
               height ではなく padding で伸ばすことでパララックス計算（offsetHeight）を壊さない */

.background .background__blobs {
    position: absolute;
    width: 100%;
    height: fit-content;
    z-index: 1;
    padding-bottom: 290vh;
}

/* top: 0; */

.background .blob svg {
    width: 100%;
}

.background .blob.--01 {
    width: 51vw;
    margin-left: auto;
    margin-right: -3vw;
    margin-top: -14vw;
    animation: float 8s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
    .background .blob.--01 {
        width: 60vw;
        margin-right: -10vw;
    }
}

.background .blob.--02 {
    width: 48vw;
    margin-top: -17vw;
    margin-left: -11vw;
    animation: float-reverse 7s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
    .background .blob.--02 {
        margin-top: 20vw;
        width: 58vw;
        margin-left: -15vw;
    }
}

.background .blob.--03 {
    width: 56vw;
    margin-left: auto;
    margin-right: -10vw;
    animation: float-reverse 10s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
    .background .blob.--03 {
        margin-top: 30vw;
        width: 64vw;
        margin-right: -20vw;
    }
}

.background .blob.--04 {
    width: 51vw;
    margin-left: -14vw;
    margin-top: -13vw;
    animation: float 11s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
    .background .blob.--04 {
        margin-top: 30vw;
        margin-bottom: 20vw;
        width: 65vw;
        margin-left: -20vw;
    }
}

.background .background__illusts {
    position: absolute;
    width: 100%;
    padding-right: 8vw;
    padding-bottom: 290vh;
    top: 0;
    z-index: 2;
}

@media screen and (max-width: 1279px) {
    .background .background__illusts {
        display: none;
    }
}

.background .background__illust {
    margin-left: auto;
    position: relative;
}

.background .background__bubble {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

/* JSのリビール（IntersectionObserver）まで隠しておく */

.background .background__illust.--01 {
    width: 10vw;
    margin-top: 80vh;
}

.background .background__illust.--02 {
    width: 12vw;
    margin-top: 75vh;
}

.background .background__illust.--03 {
    width: 18vw;
    margin-top: 64vh;
}

.background .background__illust.--04 {
    width: 25vw;
    margin-top: 58vh;
}

.mobileMenu {
    display: none;
}

@media screen and (max-width: 1023px) {
    .mobileMenu {
        display: block;
    }
}

.mobileMenu__btn {
    width: 60px;
    height: 60px;
    background: #203E8E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    padding: 20px 0 11px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.mobileMenu__btnIcon {
    width: 20px;
    height: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mobileMenu__btnIcon .line {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: transform .3s ease;
}

.mobileMenu__btnIcon .line.--01 {
    transform: translateY(-3px);
}

.mobileMenu__btnIcon .line.--02 {
    transform: translateY(3px);
}

.mobileMenu__btnLabel {
    font-size: 11px;
    color: #fff;
}

.mobileNav {
    position: fixed;
    width: 100%;
    max-width: 480px;
    height: 100%;
    padding: 20px 20px;
    top: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
    transition: .4s;
}

.mobileNav__circle {
    position: absolute;
    z-index: 0;
    width: 40px;
}

.mobileNav__circle.--01 {
    top: 30%;
    right: 26%;
}

.mobileNav__circle.--02 {
    top: 60%;
    right: 10%;
}

.mobileNav__circle.--03 {
    bottom: 44%;
    left: 2%;
}

.mobileNav__circle.--04 {
    bottom: 20%;
    left: 20%;
}

.mobileNav__blob {
    position: absolute;
    z-index: 0;
}

.mobileNav__blob.--01 {
    width: 80%;
    top: -4%;
    left: -20%;
    animation: float 8s ease-in-out infinite alternate;
}

.mobileNav__blob.--02 {
    width: 74%;
    top: 10%;
    right: -35%;
    animation: float-reverse 7s ease-in-out infinite alternate;
}

.mobileNav__blob.--03 {
    width: 80%;
    bottom: 10%;
    left: -30%;
    animation: float-reverse 10s ease-in-out infinite alternate;
}

.mobileNav__blob.--04 {
    width: 80%;
    bottom: 4%;
    right: -30%;
    animation: float 11s ease-in-out infinite alternate;
}

.mobileMenu.--isOpen .mobileNav {
    clip-path: inset(0 0 0 0);
    visibility: visible;
}

.mobileMenu.--isOpen .mobileMenu__btnIcon .line.--01 {
    transform: rotate(45deg);
}

.mobileMenu.--isOpen .mobileMenu__btnIcon .line.--02 {
    transform: rotate(-45deg);
}

.mobileMenu__logo {
    width: 200px;
}

.mobileMenu__logo a {
    display: block;
    width: 100%;
}

.mobileMenu__logo a img {
    width: 100%;
}

.mv {
    width: 100%;
    height: 100dvh;
    position: fixed;
    overflow: clip;
    top: 0;
    left: 0;
    z-index: 5;
    padding-top: min(6.8vh, 60px);
    padding-bottom: min(6.8vh, 60px);
    background: #fff;
}

@media screen and (max-width: 767px) {
    .mv {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* OPアニメ開始前の初期状態。
   JS(GSAP)はインラインstyleで上書きするため、load後はアニメ表示が優先される。
   defer読込み+load発火までの間にMVが素のまま一瞬見えるのを防ぐ。 */
.mv.is-op-init .mv__blob,
.mv.is-op-init .mv__illust {
    opacity: 0;
    visibility: hidden;
}

.mv.is-op-init .mv__logo,
.mv.is-op-init .mv__heading,
.mv.is-op-init .mv__text {
    clip-path: inset(100% 0% 0% 0%);
}

.mv.is-op-init .mv__cta {
    transform: translateY(200%);
}

.mv__blob {
    position: absolute;
    z-index: 0;
}

.mv__blob.--01 {
    width: 51vw;
    top: -14vw;
    left: -18vw;
}

@media screen and (max-width: 767px) {
    .mv__blob.--01 {
        width: 80vw;
        left: -36vw;
        top: -20vw;
    }
}

.mv__blob.--01.floating {
    animation: float 8s ease-in-out infinite alternate;
}

.mv__blob.--02 {
    width: 48vw;
    top: -14vw;
    right: -18vw;
}

@media screen and (max-width: 767px) {
    .mv__blob.--02 {
        width: 86vw;
        right: -40vw;
        top: -18vw;
    }
}

.mv__blob.--02.floating {
    animation: float-reverse 7s ease-in-out infinite alternate;
}

.mv__blob.--03 {
    width: 56vw;
    left: -14vw;
    bottom: -18vw;
}

@media screen and (max-width: 767px) {
    .mv__blob.--03 {
        width: 76vw;
        bottom: 18vw;
        left: -50vw;
    }
}

.mv__blob.--03.floating {
    animation: float-reverse 10s ease-in-out infinite alternate;
}

.mv__blob.--04 {
    width: 48vw;
    bottom: -8vw;
    right: -18vw;
}

@media screen and (max-width: 767px) {
    .mv__blob.--04 {
        width: 86vw;
        bottom: 24vw;
        right: -46vw;
    }
}

.mv__blob.--04.floating {
    animation: float 11s ease-in-out infinite alternate;
}

.mv__circle {
    position: absolute;
    z-index: 0;
}

.mv__circle.--01 {
    width: 5vw;
    height: 5vw;
    top: 17vw;
    left: 15vw;
}

.mv__circle.--02 {
    width: 5vw;
    height: 5vw;
    top: -2.5vw;
    right: 9vw;
}

.mv__circle.--03 {
    width: 5vw;
    height: 5vw;
    right: 25vw;
    bottom: 20vw;
}

.mv__circle.--04 {
    width: 5vw;
    height: 5vw;
    left: 36vw;
    bottom: -2.5vw;
}

.mv__illust {
    position: absolute;
}

.mv__illust img {
    width: 100%;
}

.mv__bubble {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mv__bubble img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mv__bubble.is-animate {
    animation: bubble 4s ease-in-out infinite;
}

.mv__illust.--01 {
    width: 10vw;
    top: 5vw;
    right: 76vw;
}

@media screen and (max-width: 767px) {
    .mv__illust.--01 {
        width: 21vw;
        top: 2vw;
        right: 74vw;
    }
}

.mv__illust.--01 .mv__bubble.--01 {
    animation-delay: 0s;
}

.mv__illust.--01 .mv__bubble.--02 {
    animation-delay: 0.3s;
}

.mv__illust.--02 {
    width: 14vw;
    top: 4vw;
    left: 76vw;
}

@media screen and (max-width: 767px) {
    .mv__illust.--02 {
        width: 20vw;
        left: auto;
        right: 0;
        top: 100px;
    }
}

.mv__illust.--02 .mv__bubble.--01 {
    animation-delay: 0.2s;
}

.mv__illust.--02 .mv__bubble.--02 {
    animation-delay: 0.5s;
}

.mv__illust.--03 {
    width: 21vw;
    bottom: 18vh;
    left: 0;
}

@media screen and (max-width: 1279px) {
    .mv__illust.--03 {
        bottom: 24vh;
    }
}

@media screen and (max-width: 767px) {
    .mv__illust.--03 {
        width: 28vw;
        bottom: 160px;
    }
}

.mv__illust.--03 .mv__bubble.--01 {
    animation-delay: 0s;
}

.mv__illust.--03 .mv__bubble.--02 {
    animation-delay: 0.3s;
}

.mv__illust.--04 {
    width: 18vw;
    bottom: 18vh;
    right: 0;
}

@media screen and (max-width: 1279px) {
    .mv__illust.--04 {
        bottom: 24vh;
    }
}

@media screen and (max-width: 767px) {
    .mv__illust.--04 {
        width: 28vw;
        bottom: 150px;
    }
}

.mv__illust.--04 .mv__bubble.--01 {
    animation-delay: 0.2s;
}

.mv__illust.--04 .mv__bubble.--02 {
    animation-delay: 0.5s;
}

.mv__inner {
    width: 100%;
    height: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1279px) {
    .mv__top {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
}

@media screen and (max-width: 767px) {
  .mv__top {
    /* height: 100dvh; */
  }
}

.mv__logo {
    /* width: 35vw; */
    margin-inline: auto;
    height: 24.8vh;
    max-height: 220px;
}

@media screen and (max-width: 1279px) {
    .mv__logo {
        height: auto;
        max-height: none;
        width: 57vw;
    }
}

.mv__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mv__heading {
    margin-top: 3.4vh;
    font-family: var(--font-jost);
    line-height: 1;
    text-align: center;
    font-size: min(60px, 14vw);
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .mv__heading {
        font-size: min(40px, 6vw);
    }
}

.mv__heading span {
    /* font-size: min(130px, 14vw); */
    font-size: min(130px, 15vh);
    font-weight: 500;
    line-height: 1.2;
}

/* font-size: min(130px, 14.77vh); */

@media screen and (max-width: 1279px) {
    .mv__heading span {
        font-size: min(100px, 14vw);
    }
}

.mv__text {
    margin-top: 3vh;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .mv__text {
        font-size: 18px;
    }
}

.mv__cta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 1279px) {
    .mv__cta {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .mv__cta {
        gap: 14px;
        /* display: none; */
    }
}

.mv__ctaBtn {
    width: 25%;
}

@media screen and (max-width: 1279px) {
    .mv__ctaBtn {
        width: 100%;
    }
}

/* height: 54px; */

@media screen and (max-width: 767px) {
    .mv__ctaBtn {
        min-height: 54px;
    }
}

@media screen and (max-width: 767px) {
    .mv__ctaBtn a .label {
        font-size: 13px;
        padding: 0;
    }
}

.fixedBox__left {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 30px 30px 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (max-width: 1023px) {
    .fixedBox__left {
        display: none;
    }
}

.logo__fixed {
    width: 258px;
}

.logo__fixed img {
    width: 100%;
}

.gnav.--pc {
    margin-left: 30px;
}

@media screen and (max-width: 1400px) {
    .gnav.--pc {
        margin-left: 0;
    }
}

.gnav.--pc .gnav__btns {
    margin-top: 12vh;
}

.gnav.--pc .gnav__btn {
    width: 280px;
    margin-top: 24px;
}

.gnav.--mobile {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.gnav.--mobile .gnav__btn {
    margin-top: 12px;
    width: 100%;
}

.gnav__link {
    font-size: 18px;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.gnav__link::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: currentColor;
    mask: url('../images/icon_arrow.svg') no-repeat center center / contain;
    transition: 0.3s;
}

.gnav__link:hover {
    color: var(--color-blue);
}

.gnav__link:hover::after {
    transform: translateX(6px);
}

.gnav__btn {
    margin-top: 26px;
}

.fixedBox__right {
    position: fixed;
    height: 100vh;
    right: 0;
    bottom: 0;
}

.fixed__entryBtn {
    width: min(14vw, 250px);
    aspect-ratio: 1/1;
    position: fixed;
    z-index: 3;
    right: min(60px, 1.6vw);
    bottom: min(60px, 1.6vw);
}

@media screen and (max-width: 1023px) {
    .fixed__entryBtn {
        display: none;
    }
}

.fixed__entryBtn a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: var(--font-jost);
    font-size: min(30px, 2.4vw);
    text-decoration: none;
}

.fixed__entryBtn a::before {
    content: '';
    display: block;
    width: 1.2em;
    height: 1em;
    background: currentColor;
    mask: url('../images/icon_fixedBtn.svg') no-repeat center center / contain;
}

.fixed__entryBtn a .rotateText {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate 30s linear infinite;
}

.fixed__loop {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    right: 24px;
    z-index: 1;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .fixed__loop {
        right: 12px;
    }
}

.fixed__loopBox {
    animation: loop 60s linear infinite;
    display: flex;
    flex-direction: column;
}

.fixed__loopItem {
    font-family: var(--font-jost);
    color: rgba(235, 235, 235, 0.7);
    font-size: 90px;
    line-height: 1;
    mix-blend-mode: multiply;
    white-space: nowrap;
    writing-mode: vertical-rl;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 1279px) {
  .fixed__loopItem {
    font-size: 72px;
  }
}

@media screen and (max-width: 767px) {
    .fixed__loopItem {
        font-size: 68px;
    }
}

.fixed__loopItem::after {
    content: '';
    display: inline-block;
    width: 70px;
    aspect-ratio: 70/ 178;
    background: url('../images/logo_vertical.svg') no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
    .fixed__loopItem::after {
        width: 40px;
    }
}

/* padding: 100px 60px; */

.lead__logo {
    width: 50%;
    min-width: 210px;
    margin: 0 auto;
}

.lead__heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 64px;
    margin-top: 1.7em;
}

@media screen and (max-width: 743px) {
    .lead__heading {
        font-size: 32px;
    }
}

.lead__text {
    font-size: 20px;
    margin-top: 1.2em;
    font-weight: 700;
    margin-top: 1em;
}

@media screen and (max-width: 743px) {
    .lead__text {
        font-size: 18px;
    }
}

.about__ttl {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 743px) {
    .about__ttl {
        font-size: 56px;
    }
}

.about__box {
    padding: 0;
    overflow: hidden;
}

.about__box img {
    width: 100%;
}

.about__inner {
    padding-left: 10%;
    padding-right: 10%;
}

@media screen and (max-width: 743px) {
    .about__inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.point__item {
    position: relative;
}

/* padding-top: 70px; */

/* padding-bottom: 60px; */

.point__heading {
    text-align: center;
}

.point__text {
    margin-top: 1em;
}

.point__icon {
    width: 18%;
    min-width: 80px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.point__icon img {
    width: 58%;
}

.point__icon.--green {
    background: var(--color-green);
}

.point__icon.--blue {
    background: var(--color-blue);
}

.point__plus {
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    aspect-ratio: 1/1;
}

@media screen and (max-width: 743px) {
    .point__plus {
        width: 36px;
        height: 36px;
    }
}

.point__plus img {
    width: 100%;
}

.benefit__box {
    position: relative;
    background-color: var(--color-blue);
    color: #fff;
    position: relative;
}

.benefit__heading {
    text-align: center;
}

.benefit__heading span {
    color: var(--color-green);
}

.benefit__item {
    padding-top: 48px;
}

@media screen and (max-width: 743px) {
    .benefit__item {
        padding-top: 28px;
    }
}

.benefit__item:not(:last-child) {
    border-bottom: 1px dashed #fff;
    padding-bottom: 48px;
}

@media screen and (max-width: 743px) {
    .benefit__item:not(:last-child) {
        padding-bottom: 28px;
    }
}

.benefit__itemImg {
    border-radius: 10px;
    overflow: hidden;
}

.benefit__itemHeading {
    margin-top: 18px;
}

.benefit__itemText {
    margin-top: 18px;
}

.benefit__bubble {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width: 743px) {
    .benefit__bubble {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.program__desc {
    margin-top: 50px;
}

@media screen and (max-width: 743px) {
    .program__desc {
        margin-top: 36px;
    }
}

.program__toggle {
    margin-top: 50px;
}

@media screen and (max-width: 743px) {
    .program__toggle {
        margin-top: 36px;
    }
}

.program__toggleBtn .toggleBtn__label {
    text-align: center;
    font-size: 34px;
    padding-left: 60px;
}

@media screen and (max-width: 743px) {
    .program__toggleBtn .toggleBtn__label {
        font-size: 24px;
        padding-left: 40px;
    }
}

.program__toggleBtn .toggleBtn__label span {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 743px) {
    .program__toggleBtn .toggleBtn__label span {
        font-size: 16px;
    }
}

.program__toggleBtn .toggleBtn__label.selection {
    font-size: 24px;
}

@media screen and (max-width: 743px) {
    .program__toggleBtn .toggleBtn__label.selection {
        font-size: 18px;
    }
  
}

.program__toggleBtn.--recomend {
    position: relative;
}

.program__toggleBtn.--recomend::before {
    content: 'おすすめ';
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: var(--color-green);
    padding: 0 16px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 743px) {
    .program__toggleBtn.--recomend::before {
        font-size: 12px;
        padding: 0 12px;
    }
}

.program__toggleContent {
    margin-top: 50px;
}

@media screen and (max-width: 743px) {
    .program__toggleContent {
        margin-top: 36px;
    }
}

.program__img {
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 743px) {
    .program__img {
        margin-top: 32px;
    }
}

.program__detail {
    margin-top: 40px;
}

.progmram__bubble {
    width: 100%;
}

.program__list {
    margin-top: 24px;
}

.program__listItem {
    font-size: 22px;
    line-height: 1.8;
    display: flex;
}

.program__listItem span {
    font-size: 16px;
}

@media screen and (max-width: 743px) {
    .program__listItem {
        font-size: 18px;
    }
}

@media screen and (max-width: 743px) {
    .program__listItem span {
        font-size: 14px;
    }
}

.program__listItem::before {
    content: '・';
    display: block;
    padding-inline: .2em;
}

.program__scheduleList {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .program__scheduleList {
        margin-top: 24px;
    }
}

.program__scheduleList.--1day .program__scheduleListItem {
    display: grid;
    grid-template-columns: 3em 2em 1fr 160px;
}

@media screen and (max-width: 767px) {
    .program__scheduleList.--1day .program__scheduleListItem {
        grid-template-columns: 3em 2em 1fr;
    }
}

.program__scheduleListItem {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    position: relative;
}

@media screen and (max-width: 767px) {
    .program__scheduleListItem {
        font-size: 20px;
        margin-bottom: 12px;
        grid-template-columns: 1fr;
    }
}

.program__scheduleListItem .date {
    width: 3em;
    font-family: var(--font-jost);
}

.program__scheduleListItem .time {
    margin-left: 0.5em;
    font-family: var(--font-jost);
}

.program__scheduleListItem::after {
    display: block;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
    line-height: 1;
    letter-spacing: 0;
    padding: 6px 18px;
    color: #fff;
    border-radius: 100px;
}

@media screen and (max-width: 767px) {
    .program__scheduleListItem.--1day::after {
        grid-column: 1 / -1;
    }
    .program__scheduleListItem::after {
        grid-column: 1 / -1;
        font-size: 13px;
        padding: 4px 12px;
    }
}

.program__scheduleListItem.--sapporo::after {
    content: '札幌本社';
    background: var(--color-blue);
}

.program__scheduleListItem.--tokyo::after {
    content: '東京オフィス';
    background: #695897;
}

.program__scheduleListItem.--web::after {
    content: 'WEB';
    background: var(--color-green);
}

.program__scheduleListItem.--satsueki::after {
    content: '札幌駅周辺会場';
    background: #37486D;
}

.program__scheduleList.--selection .program__scheduleListItem {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #999999;
    font-size: 22px;
    line-height: 1.8;
}

.program__scheduleList.--selection .program__scheduleListItem:last-child {
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .program__scheduleList.--selection .program__scheduleListItem {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 18px;
    }
}

.program__scheduleList.--selection .program__scheduleListItem .text {
    font-weight: 500;
}

.program__scheduleList.--selection .program__scheduleListItem .place {
    font-weight: 500;
    color: var(--color-blue);
}

.program__note {
    display: flex;
    &::before {
        content: '※';
    }
}

.selection__box {
    background-color: var(--color-green);
    color: #fff;
    padding: 65px 20px 100px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .selection__box {
        padding: 40px 16px 60px;
    }
}

.selection__bubble {
    position: absolute;
    top: 0;
    width: fit-content;
    padding-left: 14px;
    padding-right: 14px;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
}

.selection__heading {
    font-weight: 700;
    line-height: 1.6;
    font-size: 34px;
}

@media screen and (max-width: 743px) {
    .selection__heading {
        font-size: 23px;
    }
}
/* width: 100%; */

.selection__text {
    margin-top: 24px;
}

.voice__info {
    display: flex;
    align-items: center;
    gap: 27px;
}

@media screen and (max-width: 743px) {
    .voice__info {
        gap: 18px;
    }
}

.voice__infoImg {
    width: 27%;
    border-radius: 50%;
    overflow: hidden;
}

.voice__body {
    margin-top: 33px;
}

.voice__text {
    margin-top: 28px;
}

.swiper-slide {
    opacity: 0;
    transform: scale(0.9);
    transition: 0.5s;
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.voice__slider {
    padding-bottom: 90px;
    position: relative;
    overflow: visible;
}

@media screen and (max-width: 767px) {
    .voice__slider {
        padding-bottom: 60px;
    }
}

.voice__slider .swiper-slide {
    height: auto;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    background: #6d6d6d;
}

@media screen and (max-width: 767px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

.swiper-pagination-bullet-active {
    background: var(--color-green);
}

.voice__slider .voice__item {
    height: 100%;
}

.voice__pagination {
    bottom: 20px;
}

.voice__nav {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #292C34;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: auto;
}

.voice__nav::after {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url('../images/icon_arrow.svg') no-repeat center center / contain;
}

@media screen and (max-width: 743px) {
    .voice__nav {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 743px) {
    .voice__nav::after {
        font-size: 18px;
    }
}

.voice__nav.--prev {
    left: 0;
}

.voice__nav.--prev::after {
    transform: rotate(180deg);
}

.voice__nav.--next {
    right: 0;
}

.faq__box {
    background-color: #F2F5D5;
}

.faq__toggleBtn {
    background: #fff;
}

.faq__toggleBtn .toggleBtn__label {
    padding-right: 20px;
}

@media screen and (max-width: 743px) {
    .faq__toggleBtn .toggleBtn__label {
        font-size: 18px;
    }
}

.faq__toggleBtn::before {
    content: 'Q.';
    display: inline-block;
    width: 68px;
    flex-shrink: 0;
    text-align: center;
    color: currentColor;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
}

@media screen and (max-width: 743px) {
    .faq__toggleBtn::before {
        font-size: 20px;
        width: 48px;
    }
}

.faq__toggleContent {
    padding: 20px 20px 20px 0;
    display: flex;
}

.faq__toggleContent::before {
    content: 'A.';
    display: inline-block;
    width: 68px;
    flex-shrink: 0;
    text-align: center;
    color: var(--color-blue);
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
}

@media screen and (max-width: 743px) {
    .faq__toggleContent::before {
        font-size: 20px;
        width: 48px;
    }
}

.recruitments__list {
    border-bottom: 1px solid #999999;
}

.recruitments__text {
    font-size: 22px;
    margin-top: 28px;
}

.recruitments__text span {
    font-size: 16px;
}

@media screen and (max-width: 743px) {
    .recruitments__text {
        font-size: 18px;
        margin-top: 24px;
    }
    .recruitments__text span {
        font-size: 14px;
    }
}

.entry__qr {
    width: 191px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.footer__copyright {
    font-size: 16px;
    text-align: center;
    font-family: var(--font-jost);
    font-weight: 500;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-8%);
    }
}

@keyframes float-reverse {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(8%);
    }
}

@keyframes loop {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes bubble {
    0% {
        transform: translateY(0px);

        opacity: 1;
    }

    70% {
        transform: translateY(0px);

        opacity: 1;
    }

    80% {
        transform: translateY(-30px);

        opacity: 0;
    }

    90% {
        transform: translateY(30px);

        opacity: 0;
    }

    100% {
        opacity: 1;

        transform: translateY(0px);
    }
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}
