html {
    scroll-behavior: smooth;
}

body {
    font-family:
        "Yu Gothic", 
        "Yu Gothic Medium", 
        "YuGothic", 
        "Hiragino Kaku Gothic ProN", /* Mac向け */
        "メイリオ",                  /* Windows向け追加 */
        sans-serif;
	font-weight: 700;
}


.font-noto {
    font-family: 
        "Inter", 
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "Meiryo",
        sans-serif;
    font-weight: 400;
}



:root {
    --main: #1B60FB;
    --yellow: #FFE100;
    --sky: #EAF5FF;
}

.font-en {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.font-teko {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.font-windsong {
    font-family: 'WindSong', cursive;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}

p {
    letter-spacing: 0.04em;
    line-height: 1.8em;
}

header {
    position: fixed;
    padding: 30px;
    left: 0;
    top: 0;
    z-index: 10;
}

h1.logo {
    width: 350px;
}
a.popup-btn.font-teko{
	user-select: none;
}


.max-1480 {
    max-width: 1480px;
    margin: auto;
}

.max-1280 {
    max-width: 1280px;
    margin: auto;
}


main.top section {
    padding: 100px;
}

main.page section {
    padding: 60px 100px;
}

section.mv {
    position: relative;
}

.mv-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 100vh;
    position: relative;
    max-width: 1680px;
    margin: auto;
}

.mv-image .splide__track--fade>.splide__list>.splide__slide{
	border-radius:100%;
	overflow:hidden;
}

h2.copy {
    position: absolute;
    width: 43%;
    z-index: 2;
    right: 48%;
    max-width: 700px;
    transform: translateY(-40px);
}

h2.copy {
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
    animation-delay: 0.5s;
    /* ← 2秒後 */
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
header h1.logo {
  transition: opacity 0.3s ease;
}

header h1.logo.is-hidden {
  opacity: 0;
  pointer-events: none;
}


.mv-image {
    width: 60%;
    position: absolute;
    right: -40px;
    max-width: 940px;
}

.splide__pagination {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    bottom: 48% !important;
    z-index: 2;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 60px;
}

button.splide__pagination__page.is-active {
    background: #326ef5;
}

[class^="circle"] {
    position: absolute;
    border-radius: 100%;
}

span.circle1 {
    width: 15px;
    height: 15px;
    right: 10vw;
    top: 40px;
    background: #FFC300;
}

span.circle2 {
    width: 20px;
    height: 20px;
    right: 16vw;
    top: -20px;
    background: #326EF5;
}

span.circle3 {
    width: 30px;
    height: 30px;
    left: 0vw;
    top: 6vw;
    background: #C8EDFF;
}

span.circle4 {
    width: 45px;
    height: 45px;
    left: -6vw;
    bottom: 32%;
    background: var(--main);
}

span.circle5 {
    width: 15px;
    height: 15px;
    left: -1vw;
    bottom: 29%;
    background: #FFEA00;
}

.mv-scroll-wrap {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 5%;
    z-index: -1;
}

.mv-scroll {
    display: flex;
    width: fit-content;
    animation: scroll-left 15s linear infinite;
}

.mv-scroll span {
    white-space: nowrap;
    font-size: 138px;
    /* 好きに調整 */
    padding-right: 80px;
    /* 文字間の余白 */
    color: var(--main);
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.entry-inner {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    z-index: 2;
    position: relative;
}

.entry-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 400px;
}

p.sub-title {
    display: inline-block;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(85deg, #FB9A1B -13.45%, #FFD900 100%);
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.08em;
}

.entry-heading p.sub-title {
    display: inline-block;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(85deg, #FB9A1B -13.45%, #FFD900 100%);
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}


.entry-heading h2 {
    color: var(--main);
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 72.8px */
    letter-spacing: 3.12px;
}

p.entry-heading__desc {
    padding-top: 26px;
}

/*---------------アニメーション------------------*/
span.curtain-line {
    color: var(--main);
    position: relative;
    display: inline-block;
}

.curtain.curtain--white span.curtain-line {
    color: white;
}

.curtain.curtain--black span.curtain-line {
    color: #434343;
}

.curtain.curtain--white span.curtain-line {
    color: white;
}

span.curtain-line::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main);

    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.5s ease;
}

.curtain.on span.curtain-line::before {
    transform: scaleX(0);
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.6s ease,
        transform 0.6s cubic-bezier(.4, 0, .2, 1);
}

.fade-up.on {
    opacity: 1;
    transform: translateY(0);
}

.fade-stagger>* {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.65s ease,
        transform 0.65s cubic-bezier(.22, 1, .36, 1);
    /* easeOutQuart系 */

}


/* on が付いたら表示 */
.fade-stagger.on>* {
    opacity: 1;
    transform: translateY(0);
}

/* 順番ディレイ */
.fade-stagger.on>*:nth-child(1) {
    transition-delay: 0s;
}

.fade-stagger.on>*:nth-child(2) {
    transition-delay: .15s;
}

.fade-stagger.on>*:nth-child(3) {
    transition-delay: .3s;
}

.fade-stagger.on>*:nth-child(4) {
    transition-delay: .45s;
}

.fade-stagger.on>*:nth-child(5) {
    transition-delay: .6s;
}

.fade-stagger.on>*:nth-child(6) {
    transition-delay: .75s;
}

.fade-stagger.on>*:nth-child(7) {
    transition-delay: .9s;
}

.fade-stagger.on>*:nth-child(8) {
    transition-delay: 1.05s;
}

.fade-stagger.on>*:nth-child(9) {
    transition-delay: 1.2s;
}



/*---------------アニメーションここまで------------------*/

.entry-link {
    width: calc(100% - 480px);
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.entry-item {
    padding: 36px 40px;
    justify-content: center;
    background: var(--main);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 24px;
}

p.entry-item__title {
    color: #FFF;
    font-family: "Noto Sans JP",
                 "Hiragino Kaku Gothic ProN",
                 "Yu Gothic",
                 "Meiryo",
                 sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.entry-item ul {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.entry-item ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 50%;
    align-self: stretch;
    position: relative;
}

li.entry-stop:before {
    background: #1b60fbde;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: "現在募集していません";
    font-family: 
        "Inter", 
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "Meiryo",
        sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.entry-item ul li a {
    display: flex;
    width: 100%;
    padding: 14px 20px 14px 26px;
    align-items: center;
    gap: 10px;
    background: white;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 14px;
    transition: all 0.3s;
}

.entry-item ul li a p {
    transition: all 0.3s;
}

.entry-item ul li a:hover {
    background: #0000FF;
}

.entry-item ul li a:hover p {
    color: white;
}

.more-icon {
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    position: relative;
    background: var(--main);
}

/* 擬似要素 */
.more-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--main);
    transform: scale(0);
    transition: transform 0.4s ease;
    z-index: 0;
}

/* 擬似要素 */
a .more-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--main);
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 0;
}

/* 親aをホバーしたら発動 */
a:hover .more-icon::before {
    transform: scale(1);
}

/* 中身を前面に */
a .more-icon>* {
    position: relative;
    z-index: 1;
}


span.line {
    width: 28px;
    height: 2px;
    background: white;
    position: relative;
    transform: rotate(-45deg);
    transition: all 0.3s;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ffffff;
    border-right: 0;
    position: absolute;
    top: -7px;
    right: -2px;
    transition: all 0.3s;
}


a:hover span.line {
    background: var(--main);
}

a:hover .triangle {
    border-left: 12px solid var(--main);
}

.entry-item ul li a p {
    color: var(--main);
    font-family: "Noto Sans JP",
                 "Hiragino Kaku Gothic ProN",
                 "Yu Gothic",
                 "Meiryo",
                 sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.32px;
    width: calc(100% - 65px);
}

section.message {
    background: url(../img/message/message-bg.webp);
    background-size: cover;
    padding: 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.message-body h2 {
    color: #FFF;
    font-family: "Noto Sans JP",
                 "Hiragino Kaku Gothic ProN",
                 "Yu Gothic",
                 "Meiryo",
                 sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
}

.message-body h2 span {
    color: var(--yellow);
}

.message-body {
    display: flex;
    gap: 100px;
    max-width: 1080px;
    margin: auto;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.message-body__content p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 330%;
    letter-spacing: 0.1em;
}

.message-body__content p.font-windsong {
    color: #8FEBFF;
    font-size: 128px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: translate(80px, -20px) rotate(-20deg);
}

.message-bg div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.message-bg {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    gap: 10px;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.message-bg>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    will-change: transform;
}

.message-bg img {
    width: 100%;
    aspect-ratio: 420 / 280;
    object-fit: cover;
    display: block;
}


@keyframes scroll-up {
    from {
        transform: translateY(0);
    }

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

@keyframes scroll-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.col.up .track {
    animation: scroll-up 40s linear infinite;
}

.col.down .track {
    animation: scroll-down 40s linear infinite;
}


.message-bg>div:nth-child(1),
.message-bg>div:nth-child(3) {
    animation: scroll-up 20s linear infinite;
}

.message-bg>div:nth-child(2) {
    animation: scroll-down 20s linear infinite;
}


h2.title {
    color: var(--main);
    font-size: 88px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.03em;
}

h2.title.title--white {
    color: white;
}

p.heading-desc {
    font-family: 
        "Yu Gothic",                 /* Windows */
        "Yu Gothic Medium",          /* Windows太字用 */
        "Hiragino Kaku Gothic ProN", /* Mac/iOS */
        "Meiryo",                    /* Windowsゴシック保険 */
        "Noto Sans JP",              /* Webフォント（Google Fonts推奨） */
        sans-serif;                  /* 最後の保険 */
    font-weight: 700;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.04em;
}

.heading-desc.heading-desc--white {
    color: white;
}

.heading-inner {
    padding-bottom: 32px;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 26px;
    padding-top: 60px;
}

.about-item {
    width: calc(100% / 3 - 18px);
}

.about-item__body h3 {
    color: var(--main);
    font-family: "Noto Sans JP",
                 "Hiragino Kaku Gothic ProN",
                 "Yu Gothic",
                 "Meiryo",
                 sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-top: 16px;
}

.about-item__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 10px;
}

.about-item__body>div:first-of-type {
    width: calc(100% - 55px);
}

.about-item__image {
    overflow: hidden;
    border-radius: 24px;
}

.about-item__body p.font-teko {
    color: #65CCFF;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.06em;
}

.about-item a .about-item__image img {
    transition: all 0.3s;
}

.about-item a:hover .about-item__image img {
    transform: scale(1.1);
}

section.about {
    position: relative;
}

section.about::before {
    width: 50vw;
    height: 50vw;
    content: "";
    background: url(../img/logo-spin.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8vw;
    right: -8vw;
    z-index: -1;

    background-position: center;
    animation: spin 60s linear infinite;
}

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

    to {
        transform: rotate(-360deg);
    }
}



.pitch-inner {
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.pitch-title img {
    max-width: 680px;
}

.pitch-title p {
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 2em;
}

.pitch-content {
    width: 100%;
    max-width: 900px;
}

section.pitch {
    padding-bottom: 120px;
    background: url(../img/about-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-wraper {
    background: url(../img/bg01.webp);
    background-size: cover;
    background-position: center;
}

.heading-content {
    padding-top: 20px;
    position: relative;
}


main.top section.feature {
    padding: 0;
}

.heading.heading--feature {
    display: flex;
    gap: 90px;
    position: relative;
}

.heading-content {
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
}

.vire-more {
    padding-right: 30px;
}

.vire-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.vire-more a:hover p {
    color: white;
}

.vire-more p {
    color: var(--main);
    font-family: Teko;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.04em;
    transition: all 0.4s;
    padding-top: 0.2em;
}

section.feature {
    padding-bottom: 120px;
}

.feature-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.feature-slider__track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: slider 80s linear infinite;
    align-items: center;
}

.feature-slider__track img {
    max-width: none;
    flex: 0 0 auto;
    display: block;
    border-radius: 24px;
}

@keyframes slider {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}



img.slide01 {
    transform: translateY(40px);
}

img.slide03 {
    transform: translateY(-40px);
}



.voice-scroll__item {
    overflow: hidden;
    width: 100%;
}

.voice-scroll__track {
    display: flex;
    width: max-content;
    animation: voice-scroll 20s linear infinite;
    gap: 140px;
}

.voice-scroll__track p {
    white-space: nowrap;
    flex: 0 0 auto;
}


@keyframes voice-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}



.voice-scroll__item:nth-child(1) .voice-scroll__track {
    animation-duration: 26s;
}

.voice-scroll__item:nth-child(2) .voice-scroll__track {
    animation-duration: 28s;
    animation-delay: -10s;
}

.voice-scroll__item:nth-child(3) .voice-scroll__track {
    animation-duration: 30s;
    animation-delay: -20s;
}



.voice-scroll {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 100px;
}

.voice-scroll__item {
    flex: 1;
    /* ← これで均等3分割 */
    overflow: hidden;
    display: flex;
    align-items: center;
    /* 縦中央に文字 */
}


.voice-scroll__track p {
    color: var(--main);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: white;
    padding: 16px 24px;
}


.feature-inner.max-1480 {
    padding: 100px 100px 60px 100px;
}

.heading-inner.heading-inner--environment {
    padding-bottom: 32px;
}

main.top section.interview {
    padding: 0;
    padding-bottom: 100px;
}

main.top section.interview .inner {
    padding: 100px;
    padding-bottom: 60px;
}

section.interview .splide__pagination {
  display: none !important;
}

.environment-inner {
    padding-top: 40px;
}

.environment-content {
    display: flex;
    gap: 32px;
    padding-top: 40px;
}

.environment-item {
    overflow: hidden;
    width: 50%;
    border-radius: 24px;

}

.environment-item a {
    position: relative;
}

.environment-item a img {
    transition: all 0.3s;
}


.environment-item__body {
    position: absolute;
    bottom: 26px;
    left: 26px;
    display: flex;
    align-items: center;
    gap: 75px;
    background: white;
    padding: 10px 20px 10px 26px;
    border-radius: 14px;
}

.environment-item__body h3 {
    color: var(--main);
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.04em;
}

.vire-more.vire-more--environment {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
}

.environment-item a:hover img {
    transform: scale(1.1);
}



.interview-slider {
    display: flex;
    align-items: center;
    padding-left: 100px;
    max-width: 1700px;
    margin-left: auto;
    gap: 80px;
}

.interview-slider {
    padding-left: 50px;
    position: relative;
    right: -50px;
}

.interview-slider li a img {
    transition: all 0.3s;
}

.interview-slider li a:hover img {
    transform: scale(1.1);
}

.interview-main {
    width: 380px;
}

.interview-right {
    width: calc(100% - 460px);
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.interview-main .splide__slide {
    position: relative;
}

.interview-main .splide__slide div {
    position: absolute;
    z-index: 2;
    background: linear-gradient(180deg, rgba(27, 96, 251, 0.00) 0%, rgba(0, 44, 143, 0.40) 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15vh;
    display: flex;
    align-items: flex-end;
    padding: 10px 24px;
}

.interview-main .splide__slide div p {
    font-size: 42px;
    color: white;
	font-weight:bold;
}


.splide__track--nav>.splide__list>.splide__slide {
    border: 0 !important;
}

div#thumb-slider {
    max-width: 900px;
}

.interview-main {
    border-radius: 24px;
    overflow: hidden;
}

.interview-thumbnail .splide__slide {
    border-radius: 14px;
    overflow: hidden;
}

.interview-body .splide__slide h4 {
    font-size: 32px;
    font-weight: bold;
    color: var(--main);
    letter-spacing: 0.06em;
}

.interview-body .splide__slide {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.interview-tag {
    display: flex;
    gap: 10px;
}

.interview-tag {
    display: flex;
    gap: 10px;
}

.interview-tag p {
    line-height: 1.4em;
    letter-spacing: 0.06em;
    padding: 8px 12px;
    font-size: 14px;
    background: #FFBF35;
    color: white;
    font-weight: 400;
    border-radius: 8px;
    font-family: 
        "Inter", 
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "Meiryo",
        sans-serif;
}

.interview-body .splide__slide .join {
    color: var(--main);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.interview-controls {
    justify-content: flex-start !important;
    padding-top: 20px;
}

section.interview {
    padding-bottom: 120px;
}

.interview-controls,
.interview-controls * {
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
}

.interview-controls button {
    width: 50px;
    height: 10px;
    display: block;
    border: 0;
    border-bottom: 1px solid var(--main);
    position: relative;
    top: -4px;
    user-select: none;
}

button.interview-next span {
    position: absolute;
    width: 15px;
    height: 1px;
    background: var(--main);
    transform: rotate(45deg);
    bottom: 4px;
    right: -3px;
}

button.interview-prev span {
    position: absolute;
    width: 15px;
    height: 1px;
    background: var(--main);
    transform: rotate(-45deg);
    bottom: 4px;
    left: -3px;
}


.recruit-btn-wrapper {
    padding: 0 40px;
}

.recruit-btn {
    background-color: #f5f5f5;
    background-image: url(../img/contact-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 70px 100px;
    border-radius: 48px;
    gap: 140px;
    position: relative;
    overflow: hidden;
}

.recruit-btn:before {
    position: absolute;
    content: "";
    background-image: url(../img/recruit-btn-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    mix-blend-mode: multiply;
}

.recruit-btn__heading {
    position: relative;
    z-index: 2;
}

.recruit-btn__heading h3 {
    font-size: 88px;
    color: white;
}

.recruit-btn__heading p {
    color: white;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.recruit-btn__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
    position: relative;
    z-index: 2;
    max-width: 500px;
}

.recruit-btn__body a {
    padding: 48px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    background-color: white;
    transition: all 0.3s;
}

.recruit-btn__body a p {
    font-size: 26px;
    color: var(--main);
    font-weight: 700;
    letter-spacing: 0.06em;
    transition: all 0.3s;
}


.recruit-btn__body a:hover {
    background: var(--main);
}

.recruit-btn__body a:hover p {
    color: white;
}

.job-description-item__text.job-description-item__text--sitenavi {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: calc(100% - 180px);
}

.navisite-sub-item {
    width: calc(50% - 20px);
}

.navisite-bnr img {
    width: 100%;
}

.entry.entry--second .entry-inner {
    flex-direction: column;
}

.entry.entry--second .entry-link {
    flex-direction: row;
    width: 100%;
    max-width: none;
    gap: 24px;
}

.entry.entry--second .entry-item {
    width: calc(100% / 3);
    align-items: center;
}

.entry.entry--second .entry-item ul {
    flex-direction: column;
}

.entry.entry--second .entry-item ul li {
    width: 100%;
}

@media screen and (min-width:960px) {
    .entry.entry--second.two .entry-item {
        width: calc(100% / 2 - 10px);
    }

    .entry.entry--second.two .entry-link {
        max-width: 960px;
        margin: auto;
    }

    .entry.entry--second.one .entry-link {
        max-width: 960px;
        gap: 24px;
        margin: auto;
    }


    .entry.entry--second.one .entry-item {
        width: 100%;
        padding: 48px;
        gap: 32px;
    }

    .entry.entry--second.one p.entry-item__title {
        font-size: 28px;
    }



    .entry.entry--second.one .entry-item ul {
        flex-direction: row;
        gap: 24px;
    }

    .entry.entry--second.one .entry-item ul li a {
        padding: 56px 38px 56px 38px;
    }

}


.entry-tile h3 {
    font-size: 48px;
    font-weight: bold;
    color: var(--main);
    text-align: center;
}

.entry-tile h3 span {
    color: var(--main);
}

.entry-tile h3 img {
    width: 330px;
}

.entry-tile h3 span.small {
    font-size: 0.8em;
    padding: 0 8px;
}

.entry-tile h3 span.midium {
    margin-top: 20px;
    display: inline-block;
    font-size: 0.96em;
}

.entry-tile h3 span.dot {
    position: relative;
}

.entry-tile h3 span.dot:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--main);
    position: absolute;
    left: 42%;
    top: -1px;
    border-radius: 8px;
}

.entry.entry--second .entry-item {
    width: calc(100% / 3);
    align-items: center;
    padding: 36px 32px;
}

.entry.entry--second p.entry-item__title {
    font-size: 24px;
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 1.4em;
}

.scroll-top p {
    font-size: 28px;
    color: var(--main);
    line-height: 1.4em;
}

.scroll-top {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.scroll-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.scroll-top span {
    width: 20px;
    height: 20px;
    display: block;
    border-right: 3px solid var(--main);
    border-bottom: 3px solid var(--main);
    transform: rotate(-135deg);
}


footer.footer {
    background: url("../img/bg01.webp");
    background-size: cover;
    background-position: center;
    padding: 100px;
    padding-bottom: 0;
    overflow: hidden;
}


.footer-info__logo {
    width: 360px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

p.footer-info__address {
    color: white;
    font-weight: 400;
    letter-spacing: 0.06em;
}

.footer-info__link {
    padding-top: 12px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1480px;
    margin: auto;
    border-bottom: 1px solid white;
    padding-bottom: 100px;
}


ul.footer-nav__first {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 70px;
    width: 365px;
    padding-top: 20px;
}

ul.footer-nav__first li a {
    color: white;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 17px;
    position: relative;
    transition: all 0.3s;
}

ul.footer-nav__first li a:hover {
    color: var(--main);
}

ul.footer-nav__first li a:hover:before {
    width: 18px;
}

ul.footer-nav__first li a:hover:before {
    background: var(--main);
}

ul.footer-nav__first li a:before {
    content: "";
    width: 12px;
    height: 2px;
    background: white;
    position: absolute;
    left: -24px;
    top: 50%;
    transition: all 0.3s;
}



ul.footer-nav__second {
    display: flex;
    padding-top: 100px;
}

ul.footer-nav__second li {
    border-right: 1px solid white;
    padding: 2px 20px;
}

ul.footer-nav__second li:last-of-type {
    border: 0;
    padding-right: 0;
}

ul.footer-nav__second li a {
    color: white;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: all 0.3s;
}

ul.footer-nav__second li a:hover {
    opacity: 0.4;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

ul.footer-nav__second li a img {
    padding-left: 6px;
}

p.copyright.font-en {
    font-size: 14px;
    color: white;
    font-weight: 300;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

/*-----------------メニュー------------------*/

.menu-btn {
    width: 80px;
    height: 80px;
    position: fixed;
    cursor: pointer;
    right: 30px;
    top: 30px;
    background: #0000FF;
    z-index: 5;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}


.menu-btn__entry {
    position: fixed;
    transform: rotate(90deg);
    top: 140px;
    right: 20px;
    z-index: 5;
}

.menu-btn__entry a {
    color: #0000FF;
    font-weight: 300;
    font-size: 67px;
    transition: all 0.2s;
    cursor: pointer;
}

.menu-btn__entry a:hover {
    color: #65CCFF;
}

.menu-btn span {
    position: absolute;
    width: 35px;
    height: 2px;
    background: #ffffff;
    transition: 0.3s;
}

.fix-menu {
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    background: linear-gradient(59deg,
            var(--main, #00F) -15%,
            #008CFF 50%,
            #65CAF5 100%);

    z-index: 3;
    height: 100%;
    padding: 80px;
    transition: all 0.3s;
    overflow-y: auto;
    max-width: 800px;
}

.fix-menu.active {
    right: 0;
}

.nav-menu li a {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06em;
    transition: all 0.3s;
    position: relative;
}

ul.nav-menu li a::before {
    width: 24px;
    height: 1px;
    background: white;
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

ul.nav-menu li.active a::before {
    transform: scaleX(1);
}

ul.nav-menu li.active a {
    padding-left: 36px;
    color: #ffffffb7;
}

ul.nav-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid white;
    padding-bottom: 40px;
}




/* 三本線の位置 */
.menu-btn span:nth-child(1) {
    top: 28px;
}

.menu-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-btn span:nth-child(3) {
    bottom: 28px;
}

/* active時 → × */
.menu-btn.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}


.menu-info {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-info__logo {
    width: 220px;
}

p.menu-info__address.font-noto {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.menu-info__link img {
    width: 24px;
}


ul.nav-menu-second {
    display: flex;
    padding-top: 32px;
}

ul.nav-menu-second li {
    border-right: 1px solid white;
    padding: 2px 20px;
}

ul.nav-menu-second li:first-of-type {
    padding-left: 0;
}

ul.nav-menu-second li:last-of-type {
    border: 0;
    padding-right: 0;
}

ul.nav-menu-second li a {
    color: white;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

ul.nav-menu-second li a:hover {
    opacity: 0.4;
}

/*-----------------メニューここまで------------------*/


h2.page-title {
    color: var(--main);
    font-size: 108px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1em;
    padding-bottom: 24px;
}

.heading.heading--page {
    padding: 240px 100px 100px 100px;
}

.heading.heading--page .heading-inner {
    position: relative;
}

.pankuzu ol {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pankuzu li {
    display: flex;
    align-items: center;
}

/* 2階層目以降にアイコンを表示 */
.pankuzu li+li::before {
    content: "";
    display: inline-block;
    width: 8px;
    /* SVGのサイズ */
    height: 8px;
    margin: 0 8px;
    background: url("../img/common/pankuzu-icon.svg") no-repeat center;
    background-size: contain;
}


.pankuzu a {
    text-decoration: none;
    letter-spacing: 0.04em;
}

.pankuzu a:hover {
    text-decoration: underline;
}

nav.pankuzu {
    padding-top: 70px;
}


.heading-image {
    position: absolute;
    width: 85%;
    top: -150%;
    right: -22%;
    z-index: -1;
}

@media screen and (min-width:1400px) {
    .heading-image {
        max-width: 1000px;
        right: -10%;
    }
}


/* main.page {
    padding-top: 120px;
} */

@media screen and (min-width:1280px) {
    main.page {
        padding-top: 140px;
    }
}

.page-nav-wrap {
    max-width: 1480px;
    margin: auto;
    padding: 0 100px 60px 100px;
}

ul.page-nav li a {
    background: var(--main);
    color: white;
    font-weight: 500;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 8px;
    letter-spacing: 0.06em;
    display: inline-block;
    line-height: 1.4em;
	transition:all 0.3s;
}
ul.page-nav li a:hover{
	background:#65CCFF;
}
ul.page-nav {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    max-width: 600px;
}


.content-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 60px;
}


.content-title p {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.06em;
}

span.title-circle {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: var(--main);
    border-radius: 100%;
    margin-right: 7px;
    margin-bottom: 2px;
}

.content-title h3 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.top-message {
    display: flex;
    gap: 80px;
}

.top-message-image {
    width: 45%;
}

.top-message-body {
    width: 55%;
    padding-top: 20px;
}

.top-message-body h4 {
    font-weight: bold;
    font-size: 60px;
    position: relative;
    color: var(--main);
    padding-bottom: 40px;
}

.top-message-body h4:before {
    content: "ふるさと";
    position: absolute;
    top: -47px;
    left: 16px;
    font-size: 20px;
        font-family: 
        "Inter", 
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "Meiryo",
        sans-serif;
    letter-spacing: 0.2em;
}

.top-message-image img {
    border-radius: 24px;
}

.top-message-image__profile {
    padding-top: 20px;
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.top-message-image__profile p:last-of-type {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-message-image__profile p:last-of-type span {
    font-size: 24px;
}

.philosophy-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.philosophy-content img {
    width: 70%;
    border-radius: 32px;
}

.philosophy-content h4 {
    writing-mode: vertical-rl;
    font-size: 46px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0px;
    letter-spacing: 0.14em;
}

.philosophy-content h4 span {
    color: var(--main);
    position: relative;
}

.philosophy-content h4 span:last-of-type {
    position: relative;
    bottom: -110px;
}

.philosophy-content h4 span:first-of-type:before {
    content: "”";
    font-family: "poppins";
    position: absolute;
    right: -36px;
    top: -40px;
    writing-mode: horizontal-tb;
}

.philosophy-content h4 span:last-of-type:after {
    content: "“";
    font-family: "poppins";
    position: absolute;
    left: -24px;
    bottom: -60px;
    writing-mode: horizontal-tb;
}


.philosophy-copy p {
    font-size: 26px;
    letter-spacing: 0.05em;
	font-weight:bold;
}

.philosophy-copy {
    padding-top: 32px;
    padding-left: 20px;
}

.rule {
    background: var(--main);
    padding: 70px 100px;
    border-radius: 32px;
}

.rule ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rule ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rule ul li p {
    color: white;
    width: calc(100% - 70px);
	font-weight:bold;
}

.rule-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-top: 80px;
}



h3.rule-title span {
    font-size: 1.8em;
    color: var(--main);
    position: relative;
    top: 5px;
    padding: 0 8px;
}

h3.rule-title {
    font-size: 46px;
    font-weight: bold;
    color: var(--main);
}


.rule ul li p:first-of-type {
    background: #ffffff;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: var(--main);
    border-radius: 100%;
}

.rule ul li p {
    font-size: 28px;
}


.history {
    background: var(--sky);
    border-radius: 48px;
    padding: 80px 140px;

}

.history-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.history-item {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    width: 100%;
    max-width: 800px;
}

.history-item__year:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: var(--main);
    border-radius: 100%;
    right: -30px;
    top: 26px;
    z-index: 2;
}

.history-item__year {
    width: 110px;
    position: relative;
}

.history-item__year p {
    font-size: 38px;
    color: #BDCFF8;
    font-weight: 600;
    letter-spacing: 0;
}

.history-item__body {
    width: calc(100% - 190px);
}

.history-item__body p:last-of-type {
    font-size: 18px;
    line-height: 1.4em;
}

.history-item__body p:first-of-type {
    color: #BDCFF8;
    font-size: 14px;
    padding-bottom: 4px;
}

.history-item:last-of-type .history-item__year:after {
    /* display: none; */
    background: var(--sky);
}

.history-btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    position: relative;
}

.history-btn-wrap:before {
    width: 100%;
    height: 170px;
    background: #EAF5FF;
    background: linear-gradient(180deg, rgba(234, 245, 255, 0) 0%, rgba(234, 245, 255, 1) 60%, rgba(234, 245, 255, 1) 100%);
    content: "";
    position: absolute;
    top: -100px;
    transition: all 0.3s;
	z-index:2;
}

.history-btn-wrap.open:before {
    height: 0;
}

.history-btn {
    display: flex;
    justify-content: center;
    padding: 14px 66px 14px 66px;
    background: var(--main);
    border-radius: 50px;
    align-items: center;
    gap: 14px;
    border: 0;
}

.history-btn p {
    font-size: 20px;
    color: white;
	font-weight:bold;
    letter-spacing: 0.06em;
}

.history-btn__icon {
    position: relative;
}

.history-btn__icon span:last-of-type {
    position: absolute;
    transform: rotate(90deg);
    top: 0px;
}

.history-btn__icon span {
    display: block;
    width: 20px;
    height: 4px;
    background: white;
}

.history-list {
    overflow: hidden;
    transition: max-height 0.6s ease;
}

/* 初期状態（JSで max-height を設定） */
.history-list.is-collapsed {
    max-height: 0;
}

/* 開いた状態 */
.history-list.is-open {
    max-height: 9999px;
    /* JSで実寸を入れるので保険 */
}

/* ボタンのアイコン回転例（任意） */
.history-btn.open .history-btn__icon {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.history-item__year:after {
    width: 1px;
    height: 400px;
    background: var(--main);
    content: "";
    position: absolute;
    right: -24px;
    top: 30px;
}


.company {
    background: var(--sky);
    border-radius: 48px;
    padding: 80px 140px;
}

.company-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid white;
}

p.company-item__title {
    width: 220px;
    padding: 0 20px;
    color: #9E9E9E;
}

p.company-item__desc {
    width: calc(100% - 220px);
    padding: 0 20px;
}

p.company-item__desc.company-item__desc--list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

p.company-item__desc.company-item__desc--list a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.company-item:last-of-type {
    border: 0;
    padding-bottom: 0;
}



main.page section.group-container {
    padding-left: 0;
    padding-right: 0;
}

section.group-container .content-title {
    padding: 0 100px 60px 100px;
}

/* 画像・本文は初期非表示 */
.group-image,
.group-content {
    display: none;
}

/* アクティブのみ表示 */
.group-image.active,
.group-content.active {
    display: block;
}

/* タブ見た目 */
.group-tab li {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.group-tab li.active {
    opacity: 1;
    font-weight: 600;
}

.group {
    position: relative;
    padding: 100px;
    padding-top: 260px;
}

.group-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


.group-content {
    background: var(--main);
    padding: 80px 100px;
    border-radius: 48px;
}

.group-content h4 {
    font-size: 32px;
    font-weight: bold;
    color: white;
}

a.corporate-link {
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 40px 0;
    opacity: 0.6;
}

.group-content h5 span {
    display: block;
    width: 13px;
    height: 13px;
    background: white;
    border-radius: 13px;

}

.group-content h5 {
    font-size: 24px;
    font-weight: bold;
    color: white;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 32px;
}

.business {
    display: flex;
    gap: 40px;
}


.business-item {
    background: white;
    padding: 42px 48px;
    border-radius: 24px;
    width: 50%;
}

.business-item h6 {
    font-size: 24px;
    font-weight: bold;
    color: var(--main);
    border-bottom: 1px solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.group-tab ul {
    display: flex;
    justify-content: center;
}

.group-tab ul li {
    display: block;
    background: #F8F8F8;
    color: #979797;
    padding: 20px;
    width: 340px;
    text-align: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    font-size: 18px;
    letter-spacing: 0.06em;
	    font-weight: 600;
}


.group-tab ul li.active {
    background: var(--main);
    color: white;
}

p.content-title__desc {
    padding-top: 40px;
}

main.page section.relation-container {
    padding-left: 0;
    padding-right: 0;
}

section.relation-container .content-title {
    padding-left: 100px;
    padding-right: 100px;
}

.relation .splide__slide img {
    border-radius: 24px;
}


.relation-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.relation-slider .slides {
  display: flex;
  gap: 32px;
  width: max-content;   
  animation: scroll 100s linear infinite;
}

.relation-slider .slide {
  flex: 0 0 calc((100vw - 64px) / 3); 
  border-radius: 24px;
  overflow: hidden;
}

.relation-slider img {
  width: 100%;
  display: block;
}

/* 無限スクロール */
@keyframes scroll {
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 959px) {
	.relation-slider .slide{
		border-radius: 16px;
	}
}

@media (max-width: 520px) {
  .relation-slider {
    padding: 0 16px;
  }

  .relation-slider .slide {
    flex: 0 0 70vw;
  }
	.relation-slider .slides{
		gap:24px;
	}
}

.relation-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
}

.relation-link p {
    color: var(--main);
    font-size: 15px;
    font-weight: 500;
}

.feature-catch h3 {
    font-size: 40px;
    font-weight: bold;
}

.feature-catch p:last-of-type {
    font-size: 40px;
	font-weight:bold;
}

.feature-catch p:first-of-type {
    font-size: 32px;
    position: relative;
	font-weight:bold;
}

.feature-catch {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
}

.feature-catch h3 span {
    font-size: 52px;
    font-weight: bold;
    color: var(--main);
    position: relative;
}

.feature-catch h3 span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: var(--yellow);
    z-index: -1;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s ease;
}

/* ← ここがトリガー */
.feature-catch.on h3 span::before {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.feature-catch p:first-of-type span:first-of-type {
    width: 2px;
    height: 50px;
    background: #434343;
    display: block;
    position: absolute;
    bottom: 0px;
    left: -30px;
    transform: rotate(-35deg);
}

.feature-catch p:first-of-type span:first-of-type:before {
    content: "";
    width: 2px;
    height: 36px;
    background: #434343;
    position: absolute;
    left: -16px;
    bottom: 9px;
    transform: rotate(-14deg);
}


.feature-catch p:first-of-type span:last-of-type {
    width: 2px;
    height: 50px;
    background: #434343;
    display: block;
    position: absolute;
    bottom: 0px;
    right: -30px;
    transform: rotate(35deg);
}

.feature-catch p:first-of-type span:last-of-type:before {
    content: "";
    width: 2px;
    height: 36px;
    background: #434343;
    position: absolute;
    right: -16px;
    bottom: 9px;
    transform: rotate(14deg);
}


.finger p {
    color: var(--main);
    font-size: 18px;
    font-weight: 500;
}

.finger {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 40px 0 80px;
}

.feature-slider.feature-slider--page {
    margin-bottom: 100px;
}


.feature-slider.feature-slider--page .voice-scroll__track p {
    padding: 0;
}

.feature-slider.feature-slider--page .voice-scroll__track p a {
    color: white;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--main);
    padding: 16px 24px;
    display: inline-block;
    transition: all 0.3s;
}

.feature-slider.feature-slider--page .voice-scroll__track p a:hover {
    background: white;
    color: var(--main);
}


.feature-item {
    display: flex;
    max-width: 1480px;
    align-items: flex-end;
    position: relative;
    padding-left: 100px;
    margin: auto;
    padding-top: 140px;
    padding-bottom: 120px;
}

.feature-body p {
    color: white;
    line-height: 2em;
}

.feature-body h3 {
    color: white;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.03em;
}

ul.feature-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

ul.feature-tag li {
    flex-wrap: wrap;
    background: white;
    padding: 10px;
    border-radius: 8px;
    color: var(--main);
    font-weight: 500;
}

.feature-body {
    background: var(--main);
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 580px;
    padding: 60px 54px;
    border-radius: 24px;
    position: relative;
    top: 80px;
    left: -50px;
}



.feature-image {
    border-radius: 32px;
    overflow: hidden;
}


p.feature-item__num {
    font-size: 172px;
    position: absolute;
    top: -40px;
    font-weight: 400;
    color: var(--sky);
    z-index: -1;
}

.feature-item:nth-child(odd) p.feature-item__num {
    left: 60px;
}

.feature-item:nth-child(even) p.feature-item__num {
    right: 120px;
}

p.feature-item__num span {
    color: var(--sky);
    margin-left: 10px;
    font-size: 1.1em;

}

.feature-item:nth-child(even) {
    padding-left: 0;
    padding-right: 50px
}

.feature-item:nth-child(odd) {
    padding-left: 50px;
}

.feature-item:nth-child(odd) .feature-body {
    left: 50px;
}


main.page .feature {
    padding-bottom: 100px;
}

@media screen and (max-width:1480px) {
    .feature-item:nth-child(odd) .feature-image {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .feature-item:nth-child(even) .feature-image {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    p.feature-item__num {
        font-size: 154px;
    }
}


.environment-catch-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.environent-catch {
    text-align: center;
    position: relative;
}


.environent-catch h3 {
    font-size: 42px;
    font-weight: bold;
    color: var(--main);
    padding-bottom: 40px;
}

.environent-catch h3 span {
	display: inline-block;
    color: var(--main);
    position: relative;
}

.environent-catch h3 span:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: var(--main);
    left: 41%;
    top: -4px;
}

.environent-catch p {
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.04em;
}


/* 表示エリア */
.environment-slider {
    overflow: hidden;
    padding: 40px 0;
}

/* 横に流れるレーン */
.environment-slider__track {
    display: flex;
    gap: 32px;
    animation: envMarquee 40s linear infinite;
    will-change: transform;
}

/* item自体を上下に動かす */
.environment-slider__item {
    flex: 0 0 calc((100% - 40px * 2) / 2.5);
    overflow: visible;
    will-change: transform;
}

/* 奇数：上→下 */
.environment-slider__item:nth-child(odd) {
    animation: floatUp 6s linear infinite alternate;
}

/* 偶数：下→上 */
.environment-slider__item:nth-child(even) {
    animation: floatDown 6s linear infinite alternate;
}

/* 画像 */
.environment-slider__item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

/* 横スクロール */
@keyframes envMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* 上下アニメ */
@keyframes floatUp {
    from {
        transform: translateY(-40px);
    }

    to {
        transform: translateY(40px);
    }
}

@keyframes floatDown {
    from {
        transform: translateY(40px);
    }

    to {
        transform: translateY(-40px);
    }
}



.environent-catch .environment-catch__circle {
    position: absolute;
    border-radius: 100%;
}

span.environment-catch__circle.environment-catch__circle--first {
    width: 85px;
    height: 85px;
    left: -160px;
    top: -50px;
    background: #C8EDFF;
}

span.environment-catch__circle.environment-catch__circle--second {
    width: 34px;
    height: 34px;
    left: -50px;
    bottom: -20px;
    background: var(--main);
}

span.environment-catch__circle.environment-catch__circle--third {
    width: 45px;
    height: 45px;
    right: -100px;
    bottom: 30px;
    background: var(--yellow);
}


.environment-nav {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 120px;
}

.environment-nav__item a {
    display: flex;
    flex-direction: column;
    width: 380px;
    border-radius: 24px;
    align-items: center;
    overflow: hidden;
}

.environment-nav__item:last-of-type a .environment-nav__body {
    background: var(--main);
}

.environment-nav__image {
    overflow: hidden;
}

.environment-nav__item a .environment-nav__image img {
    transition: all 0.3s;
}

.environment-nav__item a:hover .environment-nav__image img {
    transform: scale(1.1);
}

.environment-nav__icon {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.environment-nav__body p {
    color: #9ED0FF;
    text-align: center;
    letter-spacing: 0.06em;
}

.environment-nav__body {
    padding: 30px 0 40px;
    background: #43B9F4;
    width: 100%;
    text-align: center;
}

.environment-nav__body h4 {
    color: white;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6em;
}

main.page section.education-container {
    padding: 120px 100px;
}

.education-container {
    background: #EAF5FF;
}



.point-wrap {
    display: flex;
    justify-content: center;
}

.point {
    background: white;
    padding: 70px 50px;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 1480px
}


h3.point-title {
    font-size: 36px;
    font-weight: bold;
    color: var(--main);
    position: relative;
    display: inline-block;
}

.point ul li p:first-of-type {
    background: #0000ff;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100%;
}

.point ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.point ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}


.point ul li p {
    font-size: 24px;
    width: calc(100% - 70px);
	font-weight:bold;
}


h3.point-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--main);
    position: absolute;
    bottom: -10px;
    left: 0;
}

h3.point-title span {
    width: 20px;
    height: 20px;
    border-left: 1px solid var(--main);
    display: block;
    border-bottom: 1px solid var(--main);
    z-index: 2;
    transform: rotate(-45deg);
    bottom: -20px;
    position: absolute;
    background: white;
    left: calc(50% - 15px);
}

.flow {
    padding: 80px 60px;
    background: white;
    border-radius: 48px;
    margin-top: 60px;
}

.flow h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: var(--main);
    padding-bottom: 60px;
}

.flow-tab ul {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--main);
    margin-bottom: 60px;
}

.flow-tab ul li.active {
    background: var(--main);
    color: white;
}

.flow-tab ul li {
    display: block;
    background: #F8F8F8;
    color: #979797;
    padding: 20px;
    width: 340px;
    text-align: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    font-size: 18px;
    letter-spacing: 0.06em;
    cursor: pointer;
	    font-weight: 600;
}

.flow-panel {
    display: none;
}

.flow-panel.active {
    display: block;
}

.flow-image {
    margin: auto;
}




.evaluation-container {
    background: #E0EBF4;
}

main.page section.evaluation-container {
    padding: 120px 100px;
    margin-bottom: 60px;
}



.axis {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
}

.axis-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
}

.axis-item {
    background: white;
    padding: 54px 20px 54px 20px;
    width: calc(100% / 3 - 16px);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.axis-item h5 {
    font-size: 24px;
    font-weight: bold;
    color: var(--main);
}

.axis-item img {
    max-width: 190px;
    width: 100%;
}

p.font-en.axis-item__num {
    position: absolute;
    top: -40px;
    font-size: 48px;
    color: var(--main);
}

h3.point-title.point-title--axis span {
    background: #e1ebf4;
}

.axis p.other {
    font-size: 24px;
	font-weight:bold;
}


.interview-list {
    display: flex;
    gap: 80px 54px;
    flex-wrap: wrap;
}

.interview-item {
    width: calc(100% / 3 - 36px);
}

.interview-item__image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.interview-item__image img {
    transition: all 0.3s;
}

.interview-item:hover img {
    transform: scale(1.1);
}

.interview-item__body {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    background: linear-gradient(180deg, rgba(27, 96, 251, 0.00) 0%, rgba(0, 44, 143, 0.40) 100%);
}

.interview-item__body p:first-of-type {
    font-size: 42px;
	font-weight:bold;
}

.interview-item__body p {
    color: white;
    font-size: 14px;
    line-height: 1.6em;
}

.interview-item__title h4 {
    font-size: 22px;
    font-weight: bold;
    color: var(--main);
    width: calc(100% - 55px);
    padding-right: 10px;
}

.interview-item__title {
    margin-top: 22px;
    display: flex;
}

section.interview-container.max-1480 {
    padding-top: 0;
}


h3.welfare-intro {
    padding: 0 100px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 20px;
    line-height: 2em;
}

.common-inner,
.each-inner {
    background: url(../img/bg01.webp);
    background-size: cover;
    padding: 64px;
    border-radius: 48px;
}

.common-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.common-item {
    width: calc(100% / 3 - 16px);
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 24px;
    border-radius: 24px;
}

p.common-item__note {
    font-size: 14px;
    margin-top: 10px;
}

.common-item__icon {
    width: 60%;
}

p.font-noto.common-item__title {
    font-size: 20px;
    color: var(--main);
    padding: 20px 0 10px;
	text-align:center;
	font-weight:bold;
}

p.common-item__note.bonus {
    font-size: 12px;
    text-align: center;
}

p.common-item__desc.common-item__desc--house span {
    font-size: 12px;
    width: 4px;
    display: inline-block;
    transform: translate(-10px, -10px);
}

.common-inner h4,
.each-inner h4 {
    font-size: 42px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-bottom: 48px;
}

.each-item ul li {
    background: var(--sky);
    padding: 10px 20px;
    text-align: center;
    line-height: 2em;
    border-radius: 8px;
    font-weight: 500;
}

.each-item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.each-item {
    background: white;
    padding: 48px;
    border-radius: 32px;
    width: 50%;
}

.each-item-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

p.each-item__title.font-noto {
    text-align: center;
    font-size: 32px;
    color: var(--main);
    padding-bottom: 32px;
	font-weight:bold;
}
.each-item li span {
        font-size: 14px;
    }
p.each-note {
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 32px;
    line-height: 2em;
}

.candidate-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.candidate-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 2px solid var(--main);
    border-radius: 24px;
    padding: 50px 30px;
    width: calc(100% / 3 - 20px);
}

.candidate-item h4 {
    font-size: 22px;
    color: var(--main);
    font-weight: bold;
    text-align: center;
}


.candidate-item__image {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.recruit-flow {
    display: flex;
    gap: 20px;
    padding: 0 30px;
    align-items: flex-end;
}

.recruit-flow-item {
    width: calc(100% / 4 - 10px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

p.recruit-flow-item__title:before {
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    background: var(--main);
    z-index: -1;
    left: 50%;
    bottom: -50px;
}

p.recruit-flow-item__title {
    border: 2px solid var(--main);
    width: 100%;
    text-align: center;
    padding: 28px 10px;
    border-radius: 100px;
    color: var(--main);
    font-size: 17px;
    font-weight: bold;
    background: white;
    position: relative;
    line-height: 1.2em;
}

p.recruit-flow-item__num.font-en {
    width: 75px;
    height: 75px;
    background: var(--main);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    border-radius: 100%;
    position: relative;
}

p.recruit-flow-item__num.font-en:after {
    width: 340%;
    height: 1px;
    border-bottom: 1px dashed var(--main);
    right: -340%;
    content: "";
    position: absolute;
    z-index: -1;
}

.recruit-flow-item:last-of-type p.recruit-flow-item__num.font-en:after {
    border-bottom: 1px solid white;
}

p.recruit-note {
    text-align: center;
    padding-top: 48px;
    font-size: 16px;
}

main.page section.job-container {
    padding-left: 0;
    padding-right: 0;
}

section.job-container .content-title {
    padding: 0 100px 60px 100px;
}

.job {
    display: flex;
    gap: 70px;
    max-width: 1480px;
    margin: auto;
    padding-right: 100px;
    align-items: flex-start;
}


.job-side {
    padding: 30px 20px;
    background: var(--sky);
    width: 270px;
    border-radius: 32px;
    position: sticky;
    top: 100px;
}

@media screen and (max-width:1500px) {
    .job-side {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.job-side ul {
    display: flex;
    flex-direction: column;
}

.job-side ul li a:before {
    content: "・";
}

.job-side ul li a {
    color: var(--main);
    line-height: 2.2em;
    position: relative;
    padding-left: 10px;
    letter-spacing: 0.05em;
	font-weight:bold;
}

.job-list {
    width: calc(100% - 340px);
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.job-item h4 {
    color: white;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-bottom: 32px;
    padding-left: 10px;
}

.job-item {
    background: var(--main);
    border-radius: 32px;
    padding: 40px 40px 60px 40px;
}

.job-content {
    background: white;
    padding: 45px;
    border-radius: 24px;
    cursor: pointer;
}


.job-content__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-content__title p {
    font-size: 24px;
    color: var(--main);
    letter-spacing: 0.06em;
	font-weight:bold;
}

.toggle-icon span:last-of-type {
    position: absolute;
    transform: rotate(90deg);
}

.toggle-icon.on span:last-of-type {
    transform: rotate(0deg);
}

.toggle-icon span {
    width: 25px;
    height: 4px;
    background: white;
    display: block;
    transition: 0.3s;
}

.toggle-icon {
    width: 55px;
    height: 55px;
    background: var(--main);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-description-item {
    display: flex;
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
}

p.job-description-item__title {
    width: 180px;
    font-size: 15px;
    color: #9E9E9E;
}

.job-description-item.slim p.job-description-item__title {
    font-size: 14px;
}

p.job-description-item__text {
    font-size: 15px;
    width: calc(100% - 180px);
}

.job-description-item.slim p.job-description-item__text {
    font-size: 14px;
    font-weight: 500;
}

.job-description-item:first-of-type {
    padding-top: 40px;
}



.job-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease, opacity 0.5s ease;
    opacity: 0;
}

.job-description.on {
    max-height: 3000px;
    /* 中身より大きければOK */
    opacity: 1;
}


.job-item-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.entry-btn {
    max-width: 280px;
}

.entry-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
}

.entry-btn a p {
    color: var(--main);
    font-size: 20px;
    transition: all 0.3s;
    width: calc(100% - 85px);
	font-weight:bold;
}

.entry-btn a {
    display: flex;
    align-items: center;
    background: white;
    padding: 12px 14px 12px 24px;
    gap: 30px;
    border-radius: 50px;
    transition: all 0.3s;
}

.entry-btn a:hover {
    background: #1f00fc;
}

.entry-btn a:hover p {
    color: white;
}

.interview-heading h2.page-title {
	font-size:3.5vw;
}

/* 1280px以上は固定 */
@media screen and (min-width: 1280px) {
    .interview-heading h2.page-title {
        font-size: 46px;
    }
}

.interview-heading span.curtain-line {
    background: url(../img/bg01.webp);
    background-position: right bottom;
    background-size: cover;
    color: white;
    margin-bottom: 10px;
    line-height: 1.4em;
    padding: 4px 0px 4px 10px;
    white-space: nowrap;
}


.interview-heading {
    padding: 80px 100px 100px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.interview-heading__body {
    position: absolute;
    left: 0;
    padding-left: 100px;
}

.interview-heading__image {
    width: 60%;
    position: relative;
    z-index: -1;
    right: -60px;

}


.interview-heading__image img {
    border-radius: 100%;
    overflow: hidden;
}


p.interview-heading__name.font-noto {
    font-size: 48px;
	font-weight:bold;
}


p.interview-heading__meta {
    line-height: 1.6em;
}





[class^="interview-circle"] {
    position: absolute;
    border-radius: 100%;
}

span.interview-circle1 {
    width: 15px;
    height: 15px;
    right: 3vw;
    bottom: 13%;
    background: #FFC300;
}

span.interview-circle2 {
    width: 20px;
    height: 20px;
    right: 16vw;
    top: -20px;
    background: #326EF5;
}

span.interview-circle3 {
    width: 30px;
    height: 30px;
    left: 3vw;
    top: 3vw;
    background: #C8EDFF;
}

span.interview-circle4 {
    width: 45px;
    height: 45px;
    left: -4vw;
    bottom: 22%;
    background: var(--main);
}

span.interview-circle5 {
    width: 15px;
    height: 15px;
    left: 1vw;
    bottom: 18%;
    background: #FFEA00;
}

.mv-scroll-wrap.mv-scroll-wrap--interview {
    bottom: 0;
    z-index: -2;
}

.mv-scroll-wrap.mv-scroll-wrap--interview .mv-scroll span {
    color: var(--sky);
}

main.page section.qa-container {
    padding-top: 0;
}

.qa-item {
    display: flex;
    gap: 100px;
}

.qa-item__body {
    width: 48%;
    padding-top: 20px;
}

.qa-item__image {
    width: 52%;
}

.qa-item__body h4 {
    font-size: 32px;
    line-height: 1.6em;
    font-weight: bold;
    color: var(--main);
    padding-bottom: 30px;
}

p.qa-item__desc {
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
}

p.qa-item__num.font-teko span {
    color: #FB9A1B;
}

p.qa-item__num.font-teko {
    font-size: 24px;
    color: #FB9A1B;
    letter-spacing: 0.05em;
}

.qa-item__image {
    width: 52%;
    aspect-ratio: 480 / 530;
    border-radius: 32px;
    overflow: hidden;
    max-width: 520px;
}

.qa-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qa-item:nth-child(odd) {
    padding-left: 40px;
    padding-right: 20px;
}

.qa-item:nth-child(even) {
    padding-right: 40px;
    padding-left: 20px;
}

.qa-item:nth-child(even) .qa-item__body {
    order: 2;
}

.qa-inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
}



.interview-list.interview-list--other {
    flex-wrap: nowrap;
    gap: 0;
}



.interview-splide .splide__arrow {
    background-image: url(../img/common/slider-icon.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    background-color: #ffffffcf;
    box-shadow: 0 0 10px #00000066;
    opacity: 1;
}

.interview-splide .splide__arrow svg {
    display: none;
}

.interview-splide .splide__arrow--next {
    transform: rotate(180deg);
}

.splide__arrow {
    top: 35%;
}

.splide__arrow--prev {
    left: -30px;
}

.splide__arrow--next {
    right: -30px;
}

.point-title-wrap {
    text-align: center;
    padding-bottom: 80px;
}


main.page section.privacy-container {
    max-width: 1280px;
    padding: 0 100px 100px 100px;
    margin: auto;
}

section.privacy-container p {
    font-weight: 500;
}

main.page.page--pt2 {
    padding-top: 0;
}

.privacy-intro h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 2em;
    padding-bottom: 20px;
}

.privacy-item h4 {
    font-size: 24px;
    font-weight: bold;
    color: var(--main);
    line-height: 2em;
}

.privacy-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

ul.privacy-list {
    padding-top: 10px;
}

ul.privacy-list li {
    display: flex;
}

ul.privacy-list li p:last-of-type {
    width: calc(100% - 20px);
}

p.privacy-item__num {
    width: 20px;
}


ul.privacy-list.privacy-list--second {
    padding-left: 16px;
}

ul.privacy-list.privacy-list--third {
    padding-left: 32px;
}

ul.privacy-list.privacy-list--contact {
    padding-left: 20px;
    padding-top: 20px;
}

p.privacy-item__desc {
    padding-top: 10px;
}


section.notfound {
    max-width: 1280px;
    padding: 0 100px 100px 100px;
    margin: auto;
}


ul.btn-entry-list li a {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 16px;
    background: #0000ff;
    display: flex;
    border-radius: 4px;
    color: white;
}

ul.btn-entry-list {
    position: absolute;
    transform: rotate(-90deg);
    right: -105px;
    bottom: 6px;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transition: all 0.3s;
    display: none;
}


.btn-entry-list__close {
    position: absolute;
    top: -25px;
    left: -17px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

ul.btn-entry-list li a:hover {
    background: var(--sky);
    color: var(--main);
}

ul.btn-entry-list.active {
    opacity: 1;
    display: flex;
}

section.notfound-container {
    max-width: 1280px;
    padding: 0 100px 100px 100px;
    margin: auto;
}

.notfound {
    background: var(--sky);
    padding: 80px 100px;
    border-radius: 48px;
}

.notfound-item h4 {
    text-align: center;
    font-size: 44px;
    color: var(--main);
    font-weight: 600;
}

.notfound-item p {
    text-align: center;
    padding-top: 24px;
}

@media screen and (max-width:1080px) {
    .entry-inner {
        flex-direction: column;
    }

    .entry-link {
        width: 100%;
        max-width: none;
    }
}

.tb-block,
.sp-block {
    display: none;
}

	section.relation-container p.content-title__desc{
		line-height:2em;
	}

/*---------------------------------タブレット以下-------------------------------------*/
@media screen and (max-width:959px) {

	body.is-fixed {
  overflow: hidden;
}
    h1.logo {
        width: 280px;
    }

    .tb-none {
        display: none;
    }

    .tb-block {
        display: block;
    }

    .mv-inner {
        height: 60vh;
    }

    .mv-scroll span {
        width: 65%;
    }

    main.top section {
        padding: 60px;
        overflow-x: hidden;
    }

    .mv-scroll span {
        font-size: 108px;
    }


    h2.copy {
        width: 50%;
        right: 44%;
    }

    span.circle1 {
        width: 10px;
        height: 10px;
        right: 6vw;
        top: 40px;
    }

    span.circle2 {
        right: 9vw;
        top: 0px;
    }

    span.circle4 {
        width: 35px;
        height: 35px;
        left: -6vw;
        bottom: 25%;
    }

    span.circle5 {
        left: 1vw;
        bottom: 15%;
    }

    .message-body h2 {
        writing-mode: horizontal-tb;
    }

    .message-body {
        gap: 40px;
        justify-content: flex-start;
    }

    main.top section.message {
        min-height: 0;
        padding-top: 80px;
        padding-left: 80px;
    }

    .message-body__content p {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 3em;
        letter-spacing: 0.1em;
    }

    .message-body__content p.font-windsong {
        text-align: right;
        font-size: 88px;
        padding-right: 40px;
    }



    .message-bg>div:first-of-type {
        display: none;
    }

    .about-item {
        width: calc(100% / 2 - 13px);
    }

    .pitch-title img {
        width: 80%;
    }

    .heading.heading--feature {
        flex-direction: column;
        gap: 0px;
    }

    .feature-inner.max-1480 {
        padding: 60px 60px 60px 60px;
    }

    .heading-content {
        align-items: flex-start;
    }

    .vire-more {
        padding-right: 0;
        margin-left: auto;
        padding-right: 0;
    }

    h2.title {
        font-size: 72px;
    }

    .voice-scroll__track p {
        font-size: 32px;
    }

    .voice-scroll {
        gap: 20px;
    }

    img.slide01 {
        width: 482px;
        height: auto;
        transform: translateY(20px);
    }

    img.slide02 {
        width: 340px;
        height: auto;
    }

    img.slide03 {
        width: 500px;
        height: auto;
        transform: translateY(-20px);
    }

    .environment-content {
        flex-direction: column;
    }

    .environment-item {
        width: 100%;
    }

    .interview-slider.interview-slider--pc {
        display: none;
    }

    main.top section.interview .inner {
        padding: 60px;
    }

    .interview-splide .splide__arrow--next,
    .interview-splide .splide__arrow--prev {
        display: none;
    }

    .recruit-btn {
        flex-direction: column;
        gap: 40px;
        padding: 60px 60px;
    }

    .recruit-btn__body {
        width: 100%;
        max-width: none;
    }

    .recruit-btn__heading h3 {
        font-size: 72px;
    }

    .entry-tile h3 {
        font-size: 40px;
    }

    .entry-tile h3 span.midium {
        font-size: 28px;
    }

    .entry.entry--second .entry-inner {
        flex-direction: column;
        gap: 30px;
    }

    .entry.entry--second .entry-link {
        flex-direction: column;
    }

    .entry.entry--second .entry-item {
        width: 100%;
        align-items: flex-start;
        padding: 36px 32px;
    }

    .entry.entry--second .entry-item ul {
        flex-direction: row;
    }

    footer.footer {
        padding: 80px 80px 60px 80px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-nav {
        align-items: flex-start;
    }

    ul.footer-nav__first {
        width: 100%;
        padding-left: 30px;
        padding-top: 50px;
    }

    ul.footer-nav__second li:first-of-type {
        padding-left: 0;
    }

    ul.footer-nav__second {
        padding-top: 50px;
    }

    .footer-inner {
        padding-bottom: 60px;
    }

    .fix-menu {
        width: 100%;
        right: -100%;
        padding: 140px 80px;
        max-width: none;
    }

    section.mv {
        overflow-x: hidden;
    }

    .splide__pagination {
        display: none;
    }

    .heading.heading--page {
        padding: 160px 60px 140px 60px;
        width: 100%;
        overflow: hidden;

    }

    .heading.heading--page.heading--simple.max-1480 {
        padding: 160px 60px 60px 60px;
    }

    section.interview-container.max-1480 {
        padding-top: 60px;
    }

    h2.page-title {
        font-size: 72px;
    }

    .heading-image {
        top: -90%;
        right: -20%;
        max-width: 610px;
    }


    .page-nav-wrap {
        padding: 0 60px 60px 60px;
    }

    main.page section {
        padding: 60px 60px;
    }

    .philosophy-content {
        gap: 40px;
    }

    .philosophy-content h4 {
        font-size: 32px;
    }

    .philosophy-content h4 span:last-of-type {
        bottom: -60px;
    }

    .philosophy-content h4 span:first-of-type:before {
        right: -26px;
        top: -30px;
    }

    .philosophy-content h4 span:last-of-type:after {
        left: -14px;
        bottom: -46px;
    }

    .philosophy-content img {
        width: 75%;
        border-radius: 24px;
    }

    .philosophy-copy p {
        font-size: 22px;
    }

    .top-message {
        flex-direction: column;
        gap: 40px;
    }

    .top-message-image {
        width: 60%;
    }

    .top-message-body {
        width: 100%;
        padding-top: 20px;
    }

    h3.rule-title {
        font-size: 36px;
    }

    .rule {
        background: var(--main);
        padding: 60px 60px;
        border-radius: 32px;
    }

    .rule ul li p {
        font-size: 20px;
    }

    .history {
        border-radius: 48px;
        padding: 60px 60px;
    }

    .history-item__year p {
        font-size: 28px;
    }

    .history-item__year {
        width: 80px;
    }

    .history-item {
        gap: 50px;
    }

    .history-item__body {
        width: calc(100% - 130px);
    }

    .history-item__body p:last-of-type {
        font-size: 16px;
    }


    .history-item__year:before {
        width: 10px;
        height: 10px;
        right: -23px;
        top: 20px;

    }

    .history-item__year:after {
        right: -19px;
        top: 20px;
    }

    .history-btn p {
        font-size: 18px;
    }

    .history-btn {
        padding: 14px 40px 14px 40px;
    }

    .history-btn-wrap {
        padding-top: 40px;
    }

    .history-btn-wrap:before {
        top: -140px;
    }

    .company {
        padding: 60px 60px;
    }

    p.company-item__title {
        width: 150px;
    }

    p.company-item__desc {
        width: calc(100% - 150px);
    }

    section.group-container .content-title {
        padding: 0 60px 60px 60px;
    }

    .group {
        position: relative;
        padding: 60px;
        padding-top: 160px;
    }

    .group-tab ul li {
        width: 240px;
    }

    .group-tab ul li {
        font-size: 16px;
    }

    .group-content {
        padding: 60px 60px;
    }

    .group-content h4 {
        font-size: 26px;
    }

    .business {
        flex-direction: column;
        gap: 20px;
    }

    .business-item {
        width: 100%;
        padding: 36px 36px;
    }

    .group {
        padding-bottom: 0;
    }

    .group-image {
        aspect-ratio: 3 / 1.6;
    }

    .group-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.relation-container .content-title {
        padding-left: 60px;
        padding-right: 60px;
    }

    .relation .splide__slide img {
        border-radius: 16px;
    }

    .feature-catch h3 {
        font-size: 32px;
    }

    .feature-catch h3 span {
        font-size: 42px;
    }

    p.feature-item__num {
        font-size: 114px;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .feature-item:nth-child(odd) {
        padding-left: 0;
    }

    .feature-item:nth-child(even) {
        padding-right: 0;
    }

    .feature-body {
        order: 2;
    }

    .feature-item:nth-child(odd) .feature-image,
    .feature-item:nth-child(even) .feature-image {
        border-radius: 0;
    }

    .feature-body {
        left: 0;
        top: -80px;
    }

    .feature-item:nth-child(odd) .feature-body {
        left: 0;
    }

    .feature-body {
        max-width: 660px;
    }

    .feature-catch {
        gap: 10px;
        padding-top: 60px;
    }

    .finger {
        gap: 7px;
        padding: 20px 0 40px;
    }

    .feature-slider.feature-slider--page .voice-scroll__track p a {
        font-size: 32px;
        padding: 16px 24px;
    }

    .feature-slider.feature-slider--page .voice-scroll__track p a:hover {
        background: var(--main);
        color: white;
    }

    .environent-catch {
        padding-top: 40px;
    }

    .environent-catch h3 {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .environent-catch p {
        font-size: 16px;
    }

    span.environment-catch__circle.environment-catch__circle--third {
        width: 20px;
        height: 20px;
        right: -30px;
        bottom: 90px;
    }

    span.environment-catch__circle.environment-catch__circle--first {
        width: 45px;
        height: 45px;
        left: -60px;
        top: 10px;
    }

    span.environment-catch__circle.environment-catch__circle--second {
        width: 24px;
        height: 24px;
        left: -30px;
        bottom: 70px;
    }

    .environment-nav {
        padding: 80px 60px;
        gap: 40px;
    }

    .environment-nav__item {
        width: 50%;
    }

    .environment-nav__item a {
        width: 100%;
    }

    .environment-nav__body h4 {
        font-size: 22px;
    }

    main.page section.education-container {
        padding: 80px 60px;
    }

    .point {
        padding: 60px 60px;
    }

    h3.point-title {
        font-size: 28px;
    }

    .point ul li p {
        font-size: 20px;
        line-height: 1.4em;
    }

    .flow h3 {
        padding-right: 60px;
        font-size: 28px;
        padding-bottom: 40px;
    }

    .flow {
        padding-right: 0;
    }


    .flow-tab ul li {
        border-radius: 12px;
    }

    .flow-tab ul {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        border: 0;
        padding-right: 60px;
    }

    .flow-image {
        margin: auto;
        width: 1000px;
        padding-right: 20px;
    }

    .flow-panel {
        overflow: auto;
    }

    main.page section.evaluation-container {
        padding: 80px 60px;
        margin-bottom: 60px;
    }

    .axis-item h5 {
        font-size: 18px;
    }

    .axis-item {
        padding: 34px 20px 34px 20px;
    }

    .axis-item img {
        max-width: 80%;
    }

    p.font-en.axis-item__num {
        top: -30px;
        font-size: 32px;
    }

    .interview-item {
        width: calc(100% / 2 - 27px);
    }

    .candidate-list {
        flex-direction: column;
        gap: 16px;
    }

    .candidate-item {
        width: 100%;
        flex-direction: row;
    }

    .candidate-item__image img {
        height: 100%;
    }

    .candidate-item__image {
        height: 60px;
    }

    .candidate-item h4 {
        font-size: 24px;
    }

    .candidate-item {
        padding: 30px 20px;
    }

    .candidate-item {
        border-radius: 16px;
    }

    .recruit-flow {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding: 0;
    }

    .recruit-flow-item {
        flex-direction: row;
        width: 100%;
    }

    p.recruit-flow-item__num.font-en {
        order: 1;
    }

    p.recruit-flow-item__title {
        order: 2;
        width: calc(100% - 100px);
    }

    p.recruit-flow-item__title:before {
        display: none;
    }

    p.recruit-flow-item__num.font-en:after {
        width: 1px;
        height: 100px;
        border-bottom: 0;
        border-left: 2px dashed var(--main);
        right: 36px;
        content: "";
        top: 65px;
        position: absolute;
        z-index: -1;
    }

    .recruit-flow-item:last-of-type p.recruit-flow-item__num.font-en:after {
        border-left: 2px dashed white;
    }

    section.job-container .content-title {
        padding: 0 60px 60px 60px;
    }

    .job {
        flex-direction: column;
        padding-right: 60px;
        padding-left: 60px;
        gap: 40px;
    }

    .job-side {
        position: static;
        width: 100%;
        border-radius: 24px;
    }

    .job-list {
        width: 100%;
    }

    .job-item {
        border-radius: 24px;
    }

    .job-description-item {
        flex-direction: column;
        gap: 10px;
    }

    p.job-description-item__title {
        width: 100%;
    }

    p.job-description-item__text {
        width: 100%;
    }

    .job-description.on {
        max-height: 5000px;
    }
	
	
.job-description-item__text.job-description-item__text--sitenavi {
    width: 100%;
}
	
    main.page section.privacy-container {
        padding: 0 60px 100px 60px;
    }

    p.interview-heading__name.font-noto {
        font-size: 28px;
    }

    .interview-heading__body {
        padding-left: 60px;
    }

    nav.pankuzu {
        padding-top: 30px;
    }

    .pankuzu a {
        font-size: 14px;
    }

    .interview-heading {
        padding: 100px 60px 100px 0px;
    }



    span.interview-circle4 {
        width: 35px;
        height: 35px;
        left: -5vw;
        bottom: 24%;
        background: var(--main);
    }

    .interview-heading h2.page-title {
        font-size: 28px;
    }

    .qa-item {
        flex-direction: column;
        gap: 40px;

    }

    .qa-item:nth-child(odd),
    .qa-item:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }

    .qa-item__body {
        width: 100%;
    }

    .qa-item__image {
        width: 100%;
        max-width: none;
        order: 2;
    }

    .qa-inner {
        display: flex;
        flex-direction: column;
        gap: 80px;
        max-width: 560px;
        margin: auto;
    }

    main.page section.other {
        padding-left: 0;
        padding-right: 0;
    }

    section.notfound-container {
        padding: 0 60px 100px 60px;
    }

    .notfound {
        padding: 80px 40px;
    }

    .notfound-item h4 {
        font-size: 32px;
    }
	
	h3.welfare-intro {
    text-align: left;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
}
.common-item {
    flex-direction: row;
    width: 100%;
    gap: 24px;
	padding: 28px 32px;
}
	
.common-inner h4, .each-inner h4 {
    font-size: 34px; 
	}
	p.font-noto.common-item__title {
    padding-top: 0;
    text-align: left;
}
	.common-item__body {
    width: 70%; 
	}
	p.common-item__desc {
    line-height: 1.4em;
}
	.common-item__icon {
    width: 25%;
}
	p.common-item__note.bonus {
    font-size: 13px;
    text-align: left;
}
	
	.each-item-wrap {
    flex-direction: column;
}
	.each-item {
    width: 100%;
}
	.each-item ul li {
    font-size: 15px;
}
	p.each-item__title.font-noto {
    font-size: 26px;
    padding-bottom: 16px;
}
	p.each-note { 
		    font-size: 15px;
	}
	.pitch-content{
		width:100%;
	}
}





/*---------------------------------スマホ以下-------------------------------------*/
@media screen and (max-width:520px) {
    p {
        font-size: 15px;
    }

    .sp-none {
        display: none;
    }

    main.top section {
        padding: 80px 20px;
    }

    header {
        position: absolute;
        z-index: 1;
    }

    .mv-image {
        width: 105%;
        right: -17%;
    }

    .mv-inner {
        height: 640px;
    }

    .mv-scroll-wrap {
        bottom: 0;
    }

    h2.copy {
        width: 90%;
        right: 6%;
        top: 60%;
    }

    .mv-scroll span {
        font-size: 80px;
    }

    h1.logo {
        width: 220px;
    }

    header {
        padding: 20px;
    }

    .menu-btn {
        width: 50px;
        height: 50px;
        right: 20px;
    }

    .menu-btn__entry {
        top: 100px;
        right: 18px;
        display: none;
    }

    .menu-btn__entry.active {
        display: block;
    }

    .menu-btn__entry a {
        font-size: 36px;

    }

    span.circle3 {
        width: 15px;
        height: 15px;
    }



    span.circle1 {
        width: 10px;
        height: 10px;
        right: 20vw;
        top: 5px;
    }

    span.circle2 {
        right: 30vw;
        top: -20px;
        width: 12px;
        height: 12px;
    }

    span.circle4 {
        width: 30px;
        height: 30px;
        left: -16vw;
        bottom: 49%;
    }

    span.circle5 {
        left: -11vw;
        bottom: 40%;
    }

    .menu-btn span {
        width: 22px;
        height: 1px;
    }

    .menu-btn span:nth-child(1) {
        top: 32px;
    }

    .menu-btn span:nth-child(3) {
        bottom: 32px;
    }

    .fix-menu {
        padding: 60px 50px;
    }

    .nav-menu li a {
        font-size: 20px;
    }

    ul.nav-menu {
        gap: 20px;
        padding-bottom: 32px;
    }

    p.menu-info__address.font-noto {
        font-size: 12px;
    }

    .sp-block {
        display: block;
    }

    ul.nav-menu-second {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    ul.nav-menu-second li {
        padding: 0;
        border-right: 0;
    }

    ul.nav-menu-second li a {
        font-size: 14px;
    }

    .menu-info {
        padding-top: 32px;
    }

    .entry-heading h2 {
        font-size: 32px;
    }

    .entry-heading p.sub-title {
        font-size: 14px;
        padding: 4px 10px;
    }

    p.entry-heading__desc {
        font-size: 15px;
    }

    .entry-heading {
        width: auto;
    }

    p.entry-heading__desc {
        padding-top: 0;
    }

    .entry-inner {
        gap: 40px;
    }

    .entry-item {
        gap: 16px;
        border-radius: 16px;
    }

    .entry-item {
        padding: 22px 20px;
        align-items: center;
    }

    p.entry-item__title {
        font-size: 18px;
    }

    .more-icon {
        width: 32px;
        height: 32px;
    }

    span.line {
        width: 14px;
    }

    .triangle {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid #ffffff;
        border-right: 0;
        top: -4px;
        right: -1px;
    }

    a:hover .triangle {
        border-left: 6px solid var(--main);
    }

    .entry-item ul li a {
        gap: 10px;
    }

    .entry-item ul li a p {
        font-size: 15px;
		white-space:nowrap;
        width: calc(100% - 42px);
    }

    .entry-item ul li a {
        gap: 10px;
        padding: 12px 14px 12px 14px;
        border-radius: 8px;
    }

    li.entry-stop:before {
        font-size: 12px;
    }

    .message-bg>div:last-of-type {
        display: none;
    }

    main.top section.message {
        padding-left: 24px;
        padding-right: 24px;
    }

    .message-body h2 {
        font-size: 42px;
        letter-spacing: 0.06em;
    }

    .message-body__content p {
        font-size: 16px;
        line-height: 2.6em;
    }

    .message-body {
        display: block;
    }

    .message-body__content {
        padding-top: 40px;
    }

    .message-body__content p.font-windsong {
        font-size: 58px;
    }

    .message-body__content p.font-windsong {
        transform: translate(30px, 0px) rotate(-14deg);
    }

    h2.title {
        font-size: 52px;
        line-height: 1em;
        padding-bottom: 14px;
    }

    p.sub-title {
        padding: 6px 10px;
        font-size: 14px;
    }

    section.about::before {
        width: 70vw;
        height: 70vw;
        top: -10vw;
        right: -10vw;
    }

    p.heading-desc {
        font-size: 15px;
    }

    main.top section.about {
        padding-left: 0;
        padding-right: 0;
    }

    .heading.heading--about {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-item__image {
        border-radius: 16px;
    }

    .about-item__body h3 {
        font-size: 18px;
        padding-top: 0;
    }

    .about-item__body {
        padding: 0 4px;
    }

    .about-item__body p.font-teko {
        font-size: 14px;
    }

    .about-list {
        padding-top: 40px;
    }

    .pitch-title img {
        width: 95%;
    }

    .pitch-title p {
        margin-top: 32px;
        font-size: 15px;
        letter-spacing: 0.04em;
        line-height: 1.8em;
        text-align: left;
    }

    .pitch-content {
        width: 100%;
        background: rgb(104, 104, 104);
        height: 200px;
    }

    .feature-inner.max-1480 {
        padding: 60px 20px 40px 20px;
    }

    .vire-more p {
        font-size: 24px;
    }

    .voice-scroll__track p {
        font-size: 28px;
        padding: 12px;
    }

    .feature-slider__track {
        gap: 20px;
    }

    .voice-scroll__track {
        gap: 40px;
    }

    img.slide01 {
        width: 348px;
    }

    img.slide02 {
        width: 260px;
    }

    img.slide03 {
        width: 360px;
    }

    .voice-scroll {
        gap: 50px;
    }

    .environment-inner {
        padding-top: 0;
    }

    .environment-content {
        padding-top: 32px;
    }

    .environment-item {
        border-radius: 16px;
    }

    .environment-item__body {
        gap: 10px;
        padding: 12px 14px 12px 14px;
        border-radius: 8px;
        left: 20px;
        bottom: 20px;
    }

    .environment-item__body h3 {
        font-size: 15px;
    }

    .vire-more.vire-more--environment {
        padding-top: 32px;
    }

    main.top section.interview .inner {
        padding: 80px 20px 40px 20px;
    }

    .interview-splide .interview-item__title h4 {
        font-size: 16px;
        width: calc(100% - 42px);
    }

    main.top section.interview {
        padding-bottom: 80px;
    }

    .recruit-btn-wrapper {
        padding: 0 10px;
    }

    .recruit-btn {
        gap: 24px;
        padding: 40px 32px;
        border-radius: 24px;
    }

    .recruit-btn__body {
        gap: 16px;
    }

    .recruit-btn__heading h3 {
        font-size: 52px;
        line-height: 1.2em;
    }

    .recruit-btn__heading p {
        font-size: 16px;
    }

    .recruit-btn__body a p {
        font-size: 18px;
    }

    .recruit-btn__body a {
        padding: 40px 24px;
        border-radius: 16px;
    }

    .entry-tile h3 img {
        width: 240px;
    }

    .entry-tile h3 {
        font-size: 38px;
    }

    .entry-tile h3 span.sp-block {
        height: 20px;
    }

    .entry-tile h3 span.dot:before {
        width: 5px;
        height: 5px;
    }

    .entry-tile h3 span.midium {
        font-size: 20px;
        line-height: 1.4em;
        letter-spacing: 0.02em;
        max-width: 300px;
    }

    .entry.entry--second .entry-item {
        padding: 22px 20px;
        align-items: center;
        border-radius: 16px;
    }

    .entry-item ul li a {
        gap: 10px;
        padding: 12px 14px 12px 14px;
        border-radius: 8px;
    }

    .entry.entry--second p.entry-item__title {
        font-size: 18px;
    }

    .scroll-top p {
        font-size: 20px;
    }

    .scroll-top span {
        width: 14px;
        height: 14px;
        display: block;
        border-right: 2px solid var(--main);
        border-bottom: 2px solid var(--main);
    }

    .scroll-top {
        padding-bottom: 20px;
    }

    footer.footer {
        padding: 60px 28px 20px 28px;
    }

    .footer-info__logo {
        width: 280px;
    }

    ul.footer-nav__first li a {
        font-size: 15px;
    }

    ul.footer-nav__first {
        gap: 20px 47px;
        padding-left: 24px;
    }

    ul.footer-nav__second {
        flex-direction: column;
        align-items: flex-start;
    }

    ul.footer-nav__second li {
        padding: 0;
        border: 0;
    }

    ul.footer-nav__second {
        gap: 24px;
    }

    p.copyright.font-en {
        font-size: 11px;
    }

    p.footer-info__address {
        font-size: 14px;
    }

    .heading.heading--page {
        padding: 130px 20px 50px 20px;
    }

    .heading.heading--page.heading--simple.max-1480 {
        padding: 130px 20px 50px 20px;
    }

    h2.page-title {
        font-size: 52px;
    }

    .pankuzu li {
        font-size: 12px;
    }

    .heading-image {
        top: -150px;
        right: -28%;
        width: 100%;
    }

    nav.pankuzu {
        padding-top: 30px;
    }

    .page-nav-wrap {
        padding: 0 20px 60px 20px;
    }

    main.page section {
        padding: 60px 20px;
    }

    .philosophy-content {
        flex-direction: column;
    }

    .content-title h3 {
        font-size: 32px;
    }

    .content-title p {
        font-size: 14px;
    }

    span.title-circle {
        margin-bottom: 1px;
    }

    .content-title {
        padding-bottom: 40px;
    }

    .top-message-image {
        width: 100%;
    }

    .top-message-image img {
        border-radius: 16px;
    }

    .top-message-image__profile p:last-of-type span {
        font-size: 20px;
    }

    .top-message-image__profile p {
        font-size: 14px;
    }

    .top-message-body h4 {
        font-size: 42px;
        padding-bottom: 32px;
    }

    .top-message {
        gap: 60px;
    }

    .top-message-body h4:before {
        top: -35px;
        left: 13px;
        font-size: 14px;
    }

    .page-nav-wrap {
        padding: 0 20px 20px 20px;
    }

    ul.page-nav {
        gap: 10px;
    }

    ul.page-nav li a {
        padding: 6px 14px;
        font-size: 15px;
        border-radius: 6px;
    }

    main.page section.philosophy-container {
        padding-left: 0;
        padding-right: 0;
    }

    section.philosophy-container .content-title {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }

    .philosophy-content {
        align-items: center;
        gap: 32px;
    }

    .philosophy-content img {
        width: 100%;
        border-radius: 0;
        order: 2;
    }

    .philosophy-content h4 {
        font-size: 26px;
        writing-mode: horizontal-tb;
        display: block;
    }

    .philosophy-content h4 span:last-of-type {
        bottom: 0;
    }

    .philosophy-content h4 span:first-of-type:before {
        content: "“";
    }

    .philosophy-content h4 span:first-of-type:before {
        right: 100%;
        top: -10px;
    }

    .philosophy-content h4 span:last-of-type:after {
        content: "”";
    }

    .philosophy-content h4 span:last-of-type:after {
        left: 100%;
        bottom: 10px;
    }

    .philosophy-copy p {
        font-size: 15px;
        text-align: center;
    }

    .philosophy-copy {
        padding-left: 0;
    }

    h3.rule-title {
        font-size: 26px;
    }

    .rule-wrap {
        padding: 60px 14px 0;
        gap: 20px;
    }

    .rule {
        padding: 42px 30px;
        border-radius: 24px;
    }

    .rule ul li {
        gap: 10px;
    }

    .rule ul li p {
        font-size: 18px;
        line-height: 1.4em;
        width: calc(100% - 40px);
    }

    .rule ul li p:first-of-type {
        width: 30px;
        height: 30px;
    }

    .history {
        padding: 0 10px;
        background: none;
    }

    .history-item__year p {
        font-size: 18px;
        padding-left: 10px;
    }

    .history-item__year {
        width: 70px;
    }

    .history-item {
        gap: 30px;
    }

    .history-item__body {
        width: calc(100% - 100px);
    }

    .history-item__body p:last-of-type {
        font-size: 14px;
        line-height: 1.4em;
    }

    .history-item__body p:first-of-type {
        font-size: 12px;
        padding-bottom: 4px;
    }

    .history-item__year:before {
        width: 8px;
        height: 8px;
        right: -10px;
        top: 12px;
    }

    .history-item__year:after {
        right: -6px;
        top: 14px;
        height: 200px;
    }

    .history-item:last-of-type .history-item__year:after {
        background: white;
    }

    .history-btn-wrap:before {
        background: linear-gradient(180deg, rgba(234, 245, 255, 0) 0%, rgb(255 255 255) 60%, rgb(255 255 255) 100%);
    }

    .history-list {
        gap: 20px;
    }

    .history-btn p {
        font-size: 16px;
    }

    .history-btn__icon span {
        width: 16px;
        height: 3px;

    }

    .history-btn-wrap:before {
        top: -60px;
        height: 100px;
    }

    .history-btn {
        padding: 10px 30px 10px 30px;
    }

    .company {
        padding: 0;
        background: 0;
    }

    .company-item {
        flex-direction: column;
        gap: 0;
    }

    .company-item {
        border-top: 1px solid #C2C2C2;
        padding: 20px 0;
    }

    p.company-item__title {
        padding: 0 10px;
        width: 100%;
        font-size: 14px;
    }

    p.company-item__desc {
        padding: 0 10px;
        padding-top: 10px;
        width: 100%;
        font-size: 14px;
    }

    section.group-container .content-title {
        padding: 0 20px 40px 20px;
    }

    .company-item:last-of-type {
        border-top: 1px solid #C2C2C2;
    }

    .group {
        padding: 0;
    }

    .group-image {
        aspect-ratio: 375 / 275;
        position: static;
    }

    .group-tab ul li {
        font-size: 13px;
        padding: 14px 0;
        border-radius: 0;
    }

    .group-content {
        border-radius: 0;
        padding: 40px 20px 60px;
    }

    .group-content h4 {
        font-size: 20px;
    }

    a.corporate-link {
        font-size: 14px;
        padding: 20px 0;
    }

    .group-content h5 {
        padding-top: 20px;
        font-size: 20px;
        padding-bottom: 24px;
    }

    .group-content h5 span {
        width: 12px;
        height: 12px;
    }

    .business-item {
        padding: 28px;
    }

    .business-item h6 {
        font-size: 18px;
    }

    .business-item p {
        line-height: 1.6em;
        letter-spacing: 0.03em;
    }

    main.page section.group-container {
        padding-bottom: 0;
    }

    section.relation-container .content-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    p.content-title__desc {
        padding-top: 32px;
    }

    .relation-link a {
        margin-top: 32px;
    }

    .feature-catch p:first-of-type {
        font-size: 22px;
    }

    .feature-catch p:first-of-type span:first-of-type {
        left: -24px;
        height: 40px;
    }

    .feature-catch p:first-of-type span:last-of-type {
        right: -24px;
        height: 40px;
    }

    .feature-catch p:first-of-type span:first-of-type:before {
        height: 26px;
        left: -12px;
        bottom: 6px;
    }

    .feature-catch p:first-of-type span:last-of-type:before {
        height: 26px;
        right: -12px;
        bottom: 6px;
    }

    .feature-catch h3 span {
        font-size: 24px;
    }

    .feature-catch p:last-of-type {
        font-size: 22px;
    }

    .feature-catch h3 {
        font-size: 14px;
    }

    .feature-catch h3 span::before {
        height: 10px;
    }

    .feature-catch {
        padding-top: 40px;
    }

    .feature-slider.feature-slider--page .voice-scroll__track p a {
        font-size: 28px;
        padding: 12px;
    }

    p.feature-item__num {
        font-size: 72px;
        position: static;
        line-height: 1.4em;
        padding-left: 20px;
    }

    .feature-item {
        padding-top: 0;
        align-items: flex-start;
    }

    .feature-body {
        width: calc(100% - 40px);
        margin: auto;
        border-radius: 16px;
        padding: 40px 28px;
        top: -40px;
    }

    .feature-body h3 {
        font-size: 20px;
    }

    ul.feature-tag li {
        font-size: 12px;
        border-radius: 6px;
    }

    ul.feature-tag {
        gap: 10px;
    }


    .environent-catch h3 {
        font-size: 26px;
        padding-bottom: 28px;
        display: inline-block;
    }

    .environent-catch {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }

    .environent-catch p {
        font-size: 15px;
        line-height: 1.8em;
        text-align: left;
    }

    span.environment-catch__circle.environment-catch__circle--first {
        width: 25px;
        height: 25px;
        left: 14px;
        top: 0px;
    }

    span.environment-catch__circle.environment-catch__circle--second {
        width: 10px;
        height: 10px;
        left: 40px;
        bottom: 180px;
    }

    span.environment-catch__circle.environment-catch__circle--third {
        width: 20px;
        height: 20px;
        right: 24px;
        bottom: 190px;
    }

    .environment-slider__item {
        flex: 0 0 calc(100% - 160px);
    }

    .environment-slider__track {
        gap: 24px;
    }

    .environment-slider__item img {
        border-radius: 16px;
    }

    .environment-catch-wrap {
        padding-bottom: 20px;
    }

    /* 横に流れるレーン */

    /* 横スクロール */
    @keyframes envMarquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-200%);
        }
    }

    /* 上下アニメ */
    @keyframes floatUp {
        from {
            transform: translateY(-20px);
        }

        to {
            transform: translateY(20px);
        }
    }

    @keyframes floatDown {
        from {
            transform: translateY(20px);
        }

        to {
            transform: translateY(-20px);
        }
    }

    .environment-slider {
        padding: 20px 0;
    }

    .environment-nav {
        padding: 100px 20px;
        gap: 15px;
    }

    .environment-nav__body h4 {
        font-size: 14px;
    }

    .environment-nav__body p {
        font-size: 10px;
    }

    .environment-nav__icon {
        padding-top: 10px;
    }

    .environment-nav__icon img {
        width: 15px;
    }

    .environment-nav__body {
        padding: 20px 0 20px;
    }

    .environment-nav__item a {
        border-radius: 16px;
    }

    main.page section.education-container {
        padding: 60px 20px;
    }

    .point {
        border-radius: 24px;
        padding: 32px 26px 40px;
    }

    h3.point-title {
        font-size: 22px;
        text-align: center;
    }

    h3.point-title span {
        width: 15px;
        height: 15px;
        bottom: -17px;
    }

    .point ul li {
        gap: 10px;
    }

    .point ul li p {
        font-size: 15px;
        width: calc(100% - 40px);
    }

    .point ul li p:first-of-type {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .point ul {
        gap: 28px;
    }

    .flow {
        margin-top: 40px;
        border-radius: 24px;
        padding: 40px 0px 40px 10px;
    }

    .flow h3 {
        padding-right: 10px;
        font-size: 22px;
    }

    .flow-tab ul {
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .flow-tab ul li {
        width: 220px;
        padding: 20px 0;
        font-size: 14px;
    }

    main.page section.evaluation-container {
        padding: 60px 20px;
    }

    .point {
        gap: 40px;
    }

    p.font-en.axis-item__num {
        display: none;
    }

    .axis-list {
        flex-direction: column;
        margin-top: 0;
        gap: 16px;
    }

    .axis {
        padding: 32px 32px 40px;
        background: white;
        border-radius: 24px;
    }

    h3.point-title.point-title--axis span {
        background: white;
    }

    .axis-item {
        width: 100%;
        flex-direction: row;
        gap: 18px;
        padding: 0;
    }

    .axis-item img {
        width: 60px;
    }

    .axis-item h5 {
        font-size: 20px;
    }

    .axis p.other {
        font-size: 18px;
        margin-top: -30px;
    }

    ul.footer-nav__second li a {
        font-size: 14px;
    }

    .interview-list {
        display: flex;
        gap: 28px 14px;
        flex-wrap: wrap;
    }

    .interview-item__body p:first-of-type {
        display: none;
    }

    .interview-splide .interview-item__body p:first-of-type {
        display: block;
    }

    .interview-item {
        width: calc(100% / 2 - 7px);
    }

    .interview-item__image {
        border-radius: 10px;
    }

    .interview-splide .interview-item__image {
        border-radius: 16px;
    }

    .interview-item__body {
        padding: 10px;
    }

    .interview-splide .interview-item__body {
        padding: 20px;
    }

    .interview-item__body p {
        font-size: 12px;
    }

    .interview-item__title h4 {
        font-size: 26px;
        margin-top: -3px;
    }

    .interview-item__title {
        margin-top: 14px;
		justify-content: space-around;
    }

    section.interview-container.max-1480 {
        padding-top: 40px;
    }

    .candidate-item h4 {
        font-size: 18px;
    }

    .candidate-item__image {
        height: auto;
    }

    .candidate-item:nth-child(1) .candidate-item__image {
        width: 47px;
    }

    .candidate-item:nth-child(2) .candidate-item__image {
        width: 47px;
    }

    .candidate-item:nth-child(3) .candidate-item__image {
        width: 67px;
    }

    .candidate-item:nth-child(4) .candidate-item__image {
        width: 63px;
    }

    .candidate-item:nth-child(5) .candidate-item__image {
        width: 47px;
    }

    p.recruit-flow-item__title {
        font-size: 16px;
        width: calc(100% - 75px);
        padding: 28px 10px;
    }

    p.recruit-flow-item__num.font-en {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    p.recruit-flow-item__num.font-en:after {
        right: 26px;
        top: 53px;
    }

    p.recruit-note {
        padding-top: 40px;
        font-size: 13px;
    }

    section.job-container .content-title {
        padding: 0 20px 40px 20px;
    }

    .job {
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
    }

    .job-side {
        border-radius: 16px;
    }

    .job-side ul li a {
        font-size: 14px;
		font-weight:bold;
    }

    .job-item {
        padding: 40px 20px 40px 20px;
    }

    .job-item h4 {
        font-size: 20px;
    }

    .job-content {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .job-content__title p {
        font-size: 18px;
		font-weight:bold;
    }

    .toggle-icon {
        width: 35px;
        height: 35px;
    }

    .toggle-icon span {
        width: 15px;
        height: 3px;
    }

    p.job-description-item__text {
        font-size: 14px;
        line-height: 1.6em;
        letter-spacing: 0.04em;
    }

    .entry-btn-wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .entry-btn a {
        gap: 14px;
    }

    .entry-btn a p {
        font-size: 15px;
        transition: all 0.3s;
        width: calc(100% - 46px);

    }

    main.page section.privacy-container {
        padding: 0 20px 100px 20px;
    }

    .privacy-intro h3 {
        font-size: 24px;
        padding-bottom: 12px;
    }

    .privacy-item h4 {
        font-size: 20px;
        line-height: 1.4em;
    }

    section.privacy-container p {
        line-height: 1.6em;
    }

    ul.privacy-list.privacy-list--contact {
        padding-left: 0px;
    }

    .flow-content {
        padding: 20px 0 0;
        position: relative;
    }

    .flow-guide {
        background: #00000094;
        position: absolute;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .flow-guide p {
        color: white;
        font-size: 18px;
    }

    .flow-guide {
        opacity: 1;
        transition: opacity 0.8s ease;
    }

    .flow-guide.is-hide {
        opacity: 0;
        pointer-events: none;
        /* クリック防止 */
    }

    .interview-heading {
        padding: 100px 30px 100px 30px;
    }

    .interview-heading h2.page-title {
        font-size: 22px;
    }

    .interview-heading__image {
        width: 100%;
        position: relative;
        z-index: -1;
        right: 0;
        order: 1;
    }

    .interview-heading {
        flex-direction: column;
    }

    .interview-heading__body {
        padding-left: 0;
        position: static;
        order: 2;
        margin-top: -30px;
        position: relative;
    }

    .interview-name-wrap {
        display: flex;
        justify-content: space-between;
    }

    .interview-heading nav.pankuzu {
        padding-top: 13px;
        right: 0;
        top: 0;
    }

    .pankuzu a {
        font-size: 12px;
    }

    p.interview-heading__meta {
        font-size: 14px;
        margin-top: 6px;
    }

    .qa-item__body h4 {
        font-size: 22px;
    }

    p.qa-item__desc {
        font-size: 15px;
    }

    .qa-item__image {
        border-radius: 16px;
        overflow: hidden;
        width: 90%;
        margin: auto;
    }

    p.qa-item__num.font-teko {
        font-size: 18px;
    }

    span.interview-circle1 {
        width: 10px;
        height: 10px;
    }

    span.interview-circle3 {
        width: 20px;
        height: 20px;
    }

    span.interview-circle4 {
        width: 20px;
        height: 20px;
        left: -5vw;
        bottom: 20%;
    }

    span.interview-circle5 {
        width: 8px;
        height: 8px;
        left: 5vw;
        bottom: 13%;
    }

    .job-description-item.slim p.job-description-item__text {
        font-size: 13px;
    }

    ul.btn-entry-list {
        right: -79px;
        bottom: -11px;
    }

    ul.btn-entry-list li a {
        font-size: 12px;
        font-weight: bold;
        padding: 10px 8px;
        background: #0000ff;
        display: flex;
        border-radius: 4px;
        color: white;
        justify-content: center;
        align-items: center;
        line-height: 1em;
    }

    .btn-entry-list__close {
        width: 23px;
        height: 23px;
    }

    section.notfound-container {
        padding: 0 20px 100px 20px;
    }

    .notfound {
        padding: 60px 20px;
        border-radius: 24px;
    }

    .notfound-item h4 {
        font-size: 22px;
        white-space: nowrap;
    }
	
	h3.welfare-intro {
        text-align: left;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
	main.page section.common {
    padding-top: 40px;
}
	.common-inner, .each-inner {
    border-radius: 24px;
    padding: 60px 20px;
}
	.common-inner h4, .each-inner h4 {
        font-size: 28px;
        padding-bottom: 40px;
    }
	.common-item {
    padding: 24px 16px;
    border-radius: 16px;
    gap: 14px;
}
	.common-item__body {
        width: calc(100% - 84px);
    }
	    .common-item__icon {
        width: 70px;
    }
	p.font-noto.common-item__title {
                font-size: 15px;
        padding-bottom: 4px;
    }
	p.common-item__desc {
    font-size: 14px;
    letter-spacing: 0.02em;
}
	.common-list{
		gap:16px;
	}
	p.common-item__desc.common-item__desc--house span {
    transform: translate(-9px, -5px);
}
	p.common-item__note.bonus {
        font-size: 12px;
        text-align: left;
        line-height: 1.4em;
    }
	.each-item{
		border-radius:16px;
		padding: 32px 20px;
	}
	p.each-item__title.font-noto {
        font-size: 22px;
        padding-bottom: 24px;
    }
	.each-item ul li {
        font-size: 14px;
    }
	.each-item li span {
    font-size: 12px;
}
	p.each-note {
        font-size: 15px;
        line-height: 1.4em;
    }
	
	
	.job-description-item__text.job-description-item__text--sitenavi{
		flex-direction:column;
		        gap: 0;
	}
.navisite-sub-item {
    width: 100%;
}
}





/*--------------------------------------------*/
/*フォーム*/
/*--------------------------------------------*/

main.page section.entry-form {
    max-width: 1280px;
    padding: 0 100px 100px 100px;
    margin: auto;
}

.form-intro h3 {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    padding-bottom: 40px;
}

.form-intro p {
    text-align: center;
}

.form-intro {
    margin-bottom: 60px;
}

.form {
    background: var(--sky);
    padding: 80px 100px;
    border-radius: 48px;
}

span.require {
    background: #FF4043;
    color: white;
    font-size: 14px;
    width: 50px;
    padding: 6px 4px;
    border-radius: 4px;
    line-height: 1em;
    text-align: center;
}

span.no-require {
    width: 50px;
}

dt.form__label p {
    display: flex;
    align-items: center;
    gap: 14px;
}

p.form__note {
    font-size: 16px;
    font-weight: 500;
    padding-top: 6px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
dd.form__input.form-input select {
    border: 1px solid;
    font-size: 18px;
    line-height: 1.6em;
    background: white;
    border-color: #E4E4E4;
    width: 100%;
    padding: 8px 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    border-radius: 4px;
}

textarea {
    height: 200px;
    padding: 20px;
}


/* ==============================
   チェックボックス・ラジオ共通カスタム
   複数行ラベルでもずれない ■ デザイン
================================= */

/* 1. input を非表示 */
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-radio input[type="radio"] {
    display: none;
}

/* 2. label を整える */
.wpcf7-checkbox label,
.wpcf7-radio label {
    position: relative;
    display: inline-block;
    /* 2行目でもずれにくい */
    padding-left: 30px;
    /* チェックマーク用スペース */
    cursor: pointer;
    line-height: 1.5em;
    /* 複数行ラベルの高さ確保 */
}

/* 3. 四角マークの作成 */
.wpcf7-checkbox label::before,
.wpcf7-radio label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    /* 角丸 */
    background: #fff;
}

/* 4. チェック済みマーク */
.wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before,
.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
    background: var(--main);
    border-color: var(--main);
    width: 12px;
    height: 12px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    /* 内側の小さい四角 */
    display: block;
    position: absolute;
}

/* 5. CF7標準の丸マークを非表示 */
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    display: none;
}





span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 20px;
}


.wpcf7-list-item {
    margin: 0;
}

.wpcf7 textarea::placeholder {
    color: #DADADA;
}

label {
    line-height: 0;
}

dt,
dd {
    font-weight: 500;
}



dl.form__item {
    display: flex;
    align-items: flex-start;
    padding: 24px 0px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid white;
}

dl.form__item:last-of-type {
    border: 0;
}

dl.form__item.form__wrap-textarea {
    align-items: flex-start;
}

dl.form__item.form__wrap-textarea dt.form__label {
    padding-top: 10px;
}

.form.form--confirm {
    padding-top: 0;
}

dd.form__input.form-input p,
dd.form__textarea.form-textarea p {
    font-size: 18px;
}

.form-container.form-container--confirm dl.form__item:last-of-type {
    border: 0;
}

dl.form__item.form__item--privacy {
    width: 100%;
    justify-content: center;
    padding-bottom: 0;
}

dl.form__item.form__item--privacy dd {
    width: 100%;
    text-align: center;
}

dl.form__item.form__wrap-textarea {
    border: 0;
}

dl.form__item dt {
    width: 340px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

dl.form__item dd {
    width: calc(100% - 340px);
    margin: 0;
    font-weight: normal;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

dd.form__input.form-select span.wpcf7-form-control.wpcf7-radio,
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
    display: flex;
    gap: 20px;
}

dd.form__input.form-select.form-select--column span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
    flex-direction: column;
    gap: 6px;
}

dd.form__input.form-input.form-input--birth {
    display: flex;
    gap: 32px;
}

dd.form__input.form-input.form-input--birth p {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

span.birth-text {
    padding-top: 9px;
}

p.year input {
    max-width: 120px;
}

p.month input,
p.date input {
    max-width: 60px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
    border-color: var(--sub) !important;
}

.wpcf7-not-valid-tip {
    color: #FF4043;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-top: 6px;
    letter-spacing: 0.04em;
/*     white-space: nowrap; */
}

/* radio / checkbox エラー時 */
.wpcf7-not-valid.wpcf7-checkbox label::before,
.wpcf7-not-valid.wpcf7-radio label::before {
    border-color: #E60012;
    background: #FFF5F5;
}



.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}


.form-container.form-container--confirm span.birth-text {
    padding-top: 0;
}

.form-container.form-container--confirm dd.form__input.form-input.form-input--birth {
    gap: 10px;
}

.form-container.form-container--confirm dd.form__input.form-input.form-input--birth p {
    gap: 0;
}

.form__submit.form-submit.form-submit--confirm p {
    display: flex;
    gap: 10px;
}

/*  フォーム用ボタン */
.form__submit.form-submit {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.form__submit.form-submit button {
    border: 0;
    background: var(--main);
    color: white;
    display: flex;
    align-items: center;
    padding: 12px 14px 12px 40px;
    gap: 30px;
    border-radius: 50px;
    transition: all 0.3s;
    width: 280px;
}

.form__submit.form-submit button.back-btn {
    width: 170px;
    justify-content: center;
    padding: 0;
    font-size: 20px;
    background: #434343;
}

.form__submit.form-submit button.back-btn:hover {
    background: #cbcbcb;
    color: white;
}

.form__submit.form-submit button span.font-noto {
    color: white;
    font-size: 20px;
    transition: all 0.3s;
    width: calc(100% - 85px);
    text-align: left;
    letter-spacing: 0.06em;
	font-weight:bold;
}


.form__submit.form-submit .more-icon {
    background: white;
}

.form__submit.form-submit span.line {
    background: var(--main);
}

.form__submit.form-submit .triangle {
    border-left: 12px solid var(--main);
}


button:hover .more-icon::before {
    transform: scale(1);
}

button .more-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--main);
    border: 1px solid white;
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 0;
}

.form__submit.form-submit button:hover .triangle {
    border-left: 12px solid white;
}

.form__submit.form-submit button:hover span.line {
    background: white;
}

.form__submit.form-submit button:hover {
    background: white;
}

.form__submit.form-submit button:hover span.font-noto {
    color: var(--main);
}

/* テキスト系のみ赤枠 */
/* 入力系だけ赤枠 */
/* テキスト系のみ赤枠 */
input.wpcf7-not-valid[type="text"],
input.wpcf7-not-valid[type="tel"],
input.wpcf7-not-valid[type="email"],
textarea.wpcf7-not-valid {
    border: 1px solid #E60012;
    background: #FFF5F5;
}


/*--------------------完了画面------------------------*/
.thanks-item h4 {
    font-weight: bold;
    font-size: 24px;
    color: var(--main);
    padding-bottom: 14px;
}

.thanks-item:first-of-type {
    margin-bottom: 60px;
}

.thanks-item a {
    text-decoration: underline;
}

section.entry-form.entry-form--thanks h3 {
    padding-bottom: 0;
}

.entry-btn.entry-btn--blue {
    width: 280px;
}

.entry-btn.entry-btn--blue a {
    background: var(--main);
}

.entry-btn.entry-btn--blue p {
    color: white;
}

.entry-btn.entry-btn--blue .more-icon {
    background: #ffffff;
}

.entry-btn.entry-btn--blue span.line {
    background: var(--main);
}

.entry-btn.entry-btn--blue .triangle {
    border-left: 12px solid var(--main);
}

.entry-btn.entry-btn--blue a .more-icon::before {
    background: var(--main);
}

.entry-btn.entry-btn--blue a:hover {
    background: white;
}

.entry-btn.entry-btn--blue a:hover p {
    color: var(--main);
}

.entry-btn.entry-btn--blue:hover span.line {
    background: white;
}

.entry-btn.entry-btn--blue:hover .triangle {
    border-left: 12px solid white;
}

/*-------------------フォームタブレット-------------------------*/

@media screen and (max-width:959px) {
    .form-intro h3 {
        font-size: 28px;
    }

    main.page section.entry-form {
        padding: 0 60px 100px 60px;
    }


    dl.form__item {
        flex-direction: column;
        gap: 10px;
    }

    dl.form__item dt {
        width: 100%;
    }

    dl.form__item dd {
        width: 100%;
    }

    .form {
        padding: 60px 60px;
    }

    span.require,
    span.no-require {
        order: 2;
    }
}

/*-------------------フォームスマホ-------------------------*/

@media screen and (max-width:520px) {
    dl.form__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    dl.form__item dt {
        width: 100%;
    }

    dl.form__item dd {
        width: 100%;
        margin: 0;
    }

    dd.form__input.form-input.form-input--pt3 {
        max-width: none;
    }

    dl.form__item:before {
        display: none;
    }

    .form__submit {
        margin-top: 20px;
    }

    dl.form__item {
        padding: 24px 0px;
    }

    dl.form__item dt {
        font-size: 18px;
        font-weight: bold;
    }

    input[type=text],
    input[type=email],
    dd.form__input.form-input.form-input--tel input,
    dd.form__input.form-input.form-input--pt3 input,
    textarea,
    dd.form__input.form-input select {
        font-size: 16px;
        padding: 8px 14px;
    }

    span.select-icon {
        right: 30px;
        top: 26px;
    }

    .form {
        padding-top: 40px;
    }


    dd.form__input.form-input p,
    dd.form__textarea.form-textarea p {
        font-size: 15px;
        line-height: 1.4em;
    }

    .form-container.form-container--confirm dl.form__item {
        padding: 28px 0px;
    }

    .form {
        border-radius: 24px;
        padding: 40px 30px;
    }

    main.page section.entry-form {
        padding: 0 20px 100px 20px;
    }

    span.require {
        font-size: 12px;
        width: 40px;
        padding: 4px 4px;
    }

    p.form__note {
        font-size: 15px;
    }

    dt.form__label p {
        font-size: 16px;
        gap: 8px;
    }

    dl.form__item {
        gap: 6px;
        padding: 20px 0px;
    }

    dd.form__input.form-input.form-input--birth {
        display: flex;
        gap: 12px 32px;
        flex-wrap: wrap;
    }

    p.year {
        margin-right: 100px;
    }

    .form__submit.form-submit button span.font-noto {
        font-size: 15px;
        width: calc(100% - 46px);
    }

    .form__submit.form-submit button {
        padding: 10px 12px 10px 28px;
        align-items: center;
        height: 57px;
        max-width: 170px;
        gap: 14px;
    }

    .entry-btn.entry-btn--blue {
        width: 170px;
    }

    .form__submit.form-submit button .triangle,
    .entry-btn.entry-btn--blue .triangle {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 6px solid var(--main);
        border-right: 0;
        top: -4px;
        right: -1px;
    }

    .form__submit.form-submit button:hover .triangle,
    .entry-btn.entry-btn--blue:hover .triangle {
        border-left: 6px solid white;
    }

    .form__submit.form-submit button span.line {
        width: 14px;
    }

    .form__submit.form-submit button.back-btn {
        width: 110px;
        font-size: 15px;
    }

    .form-container.form-container--confirm dl.form__item {
        padding: 20px 0px;
    }

    .form-container.form-container--confirm p.year {
        margin-right: 0;
    }

    .form__submit.form-submit.form-submit--confirm p {
        gap: 6px;
    }

    .form__submit.form-submit {
        margin-top: 30px;
    }

    .form-intro h3 {
        padding-bottom: 32px;
    }

    .form-intro {
        margin-bottom: 40px;
    }

    .form-intro h3 {
        font-size: 24px;
    }

    .thanks-item h4 {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .form-intro p {
        text-align: left;
    }
	main.page .feature {
    padding-bottom: 0;
}
	.environent-catch h3{
		line-height:1.8em;
	}
	.environent-catch h3 span:before {
    content: "";
    position: absolute;
width: 5px;
        height: 5px;
        top: 1px;
}
}