@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: opacity 0.8s 0.3s ease-out;
    transition: opacity 0.8s 0.3s ease-out;
    opacity: 0;
    background-color: #e6f5fa;
    position: relative;
}

html {
    font-size: 10px;
}

@media (max-width: 375px) {
    html {
        font-size: 2.6666666667vw;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 0.9090909091vw;
    }
}

@media (min-width: 1100px) {
    html {
        font-size: 10px;
    }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* ホバー */
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
    a:hover {
        opacity: 0.6;
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */
html {
    /*scroll-behavior: smooth;*/
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Form reset */
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    padding: 0;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #002e7b;
    color: #FFF;
    font-size: 10px;
    font-size: 1rem;
    width: 160px;
    width: 16rem;
    border-radius: 100px;
    padding: 10px 0;
}

@media screen and (min-width: 768px) {
    .c-button {
        width: 20.2rem;
        font-size: 1.2rem;
        border-radius: 100px;
        padding: 10px 0;
    }
}

.c-button::after {
    content: "";
    display: block;
    width: 11px;
    width: 1.1rem;
    height: 11px;
    height: 1.1rem;
    background-image: url(../images/svg/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 8px;
    margin-left: 0.8rem;
}

.c-enTitle {
    color: #002e7b;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 50px;
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .c-enTitle {
        font-size: 9rem;
    }
}

.c-img {
    position: relative;
    width: 100%;
}

.c-img::before {
    content: "";
    display: block;
}

.c-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-title {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .c-title {
        font-size: 3rem;
    }
}

.l-faq {
    padding-top: 2rem;
    padding-bottom: 10rem;
}

@media screen and (min-width: 768px) {
    .l-faq {
        padding-bottom: 22rem;
    }
}

.l-info {
    padding-top: 8rem;
    padding-bottom: 10rem;
}

@media screen and (min-width: 768px) {
    .l-info {
        padding-top: 10rem;
        padding-bottom: 18rem;
    }
}

.l-inner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}

@media screen and (min-width: 768px) {
    .l-inner {
        max-width: 1150px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

.l-interview {
    padding-top: 180px;
    padding-top: 18rem;
    padding-bottom: 170px;
    padding-bottom: 17rem;
}

@media screen and (min-width: 768px) {
    .l-interview {
        padding-top: 27rem;
        padding-bottom: 10rem;
    }
}

.l-mv {
    padding-bottom: 80px;
    padding-bottom: 8rem;
}

@media screen and (min-width: 768px) {
    .l-mv {
        padding-bottom: 12rem;
    }
}

.l-narrowInner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}

@media screen and (min-width: 768px) {
    .l-narrowInner {
        max-width: 925px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

.l-numbers {
    padding-top: 100px;
    padding-top: 10rem;
    padding-bottom: 200px;
    padding-bottom: 20rem;
}

@media screen and (min-width: 768px) {
    .l-numbers {
        padding-top: 15.6rem;
        padding-bottom: 26rem;
    }
}

.l-philosophy {
    padding-top: 80px;
    padding-top: 8rem;
}

@media screen and (min-width: 768px) {
    .l-philosophy {
        padding-top: 26rem;
        padding-bottom: 23.528551vw;
    }
}

.l-tech {
    padding-top: 100px;
    padding-top: 10rem;
    padding-bottom: 200px;
    padding-bottom: 10rem;
}

@media screen and (min-width: 768px) {
    .l-tech {
        padding-top: 26rem;
        padding-bottom: 16rem;
    }
}

.l-position {
    padding-top: 100px;
    padding-top: 10rem;
    padding-bottom: 200px;
    padding-bottom: 25rem;
}

@media screen and (min-width: 768px) {
    .l-position {
        padding-top: 26rem;
        padding-bottom: 26rem;
    }
}

@media screen and (max-width: 500px) {
    .l-position {
        padding-bottom: 20rem;
    }
}

.l-project-story {
    padding-top: 100px;
    padding-top: 10rem;
    padding-bottom: 200px;
    padding-bottom: 20rem;
}

@media screen and (min-width: 768px) {
    .l-project-story {
        padding-top: 26rem;
        padding-bottom: 26rem;
    }
}

.l-recruit {
    padding-top: 8rem;
    padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
    .l-recruit {
        padding-top: 20rem;
        padding-bottom: 10rem;
    }
}

.l-support {
    padding-top: 80px;
    padding-top: 8rem;
    padding-bottom: 100px;
    padding-bottom: 10rem;
}

@media screen and (min-width: 768px) {
    .l-support {
        padding-top: 26rem;
        padding-bottom: 22rem;
    }
}

.l-vision {
    padding-top: 106vw;
    padding-bottom: 120px;
    padding-bottom: 25rem;
}

@media screen and (min-width: 768px) {
    .l-vision {
        padding-top: 53vw;
        padding-bottom: 6.4rem;
    }
}

@media screen and (max-width: 500px) {
    .l-vision {
        padding-bottom: 15rem;
    }
}

.p-bg {
    background-color: #FFF;
}

.p-bg__img::before {
    padding-top: 42.6666666667%;
}

@media screen and (min-width: 768px) {
    .p-bg__img::before {
        padding-top: 29.2825768668%;
    }
}

@media screen and (min-width: 768px) {
    .p-bg__img--support::before {
        padding-top: 30.7467057101%;
    }
}

@media screen and (min-width: 768px) {
    .p-bg__img--interview::before {
        padding-top: 21.9619326501%;
    }
}

.p-bg__slider {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 120px;
    font-size: 12rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    color: #002e7b;
}

@media screen and (min-width: 768px) {
    .p-bg__slider {
        font-size: 20rem;
    }
}

.p-bg__slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.p-bg__slider .swiper-slide {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}


.p-bg__slider.js-swiper5 .swiper-slide {
    width: 300% !important;
}
.p-bg__slider.js-swiper6 .swiper-slide {
    width: 300% !important;
}
.p-bg__slider.js-swiper7 .swiper-slide {
    width: 300% !important;
}
@media screen and (min-width: 768px) {
    .p-bg__slider.js-swiper5 .swiper-slide {
        width: 130% !important;
    }
    .p-bg__slider.js-swiper6 .swiper-slide {
        width: 130% !important;
    }
    .p-bg__slider.js-swiper7 .swiper-slide {
        width: 130% !important;
    }
}

.support_illust_wrap {
    height: 0;
    position: relative;
    overflow-x: clip;
}


.support_illust {
    position: absolute;
    width: 23rem;
    top: -5rem;
    right: -4rem;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .support_illust {
        position: absolute;
        width: 45rem;
        top: -10rem;
        left: 60%;
        z-index: 2;
    }
}


.project-story_illust_wrap {
    height: 0;
    position: relative;
    overflow-x: clip;
}

.project-story_illust {
    width: 27rem;
    right: -3rem;
    bottom: -10rem;
    position: absolute;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .project-story_illust {
        width: 55rem;
        right: 3rem;
        top: -22rem;
        position: absolute;
    }
}

.p-faq {
    position: relative;
}

.p-faq::after {
    content: "faq";
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    opacity: 0.5;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: -50px;
    top: -5rem;
    right: 20px;
    right: 2rem;
}

@media screen and (min-width: 768px) {
    .p-faq::after {
        font-size: 25rem;
        top: -8rem;
        right: 11rem;
    }
}

.p-faq__subject {
    margin-top: 60px;
    margin-top: 6rem;
    color: #002E7B;
    font-weight: 500;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .p-faq__subject {
        margin-top: 8rem;
        font-weight: 500;
        font-size: 2.4rem;
    }
}

.p-faq__contents {
    margin-top: 20px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-faq__contents {
        margin-top: 5rem;
    }
}

.p-faq__block:nth-of-type(n+2) {
    margin-top: 20px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-faq__block:nth-of-type(n+2) {
        margin-top: 3rem;
    }
}

.p-faq__block {
    position: relative;
}

.p-faq__question {
    background-color: #FFF;
    border: 1px solid #002e7b;
    border-radius: 0.2rem;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    line-height: 1.8333333333;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    min-height: 68px;
    min-height: 6.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 53px 20px 57px;
    padding: 2rem 5.3rem 2rem 5.7rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-faq__question {
        min-height: 11rem;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500;
        padding: 2rem 7rem 2rem 12rem;
    }
}

.p-faq__question .question,
.p-faq__answer .answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    border-radius: 50%;
    top: 22px;
    top: 2.2rem;
    left: 16px;
    left: 1.6rem;
    font-weight: 500;
    width: 34px;
    width: 3.4rem;
    height: 34px;
    height: 3.4rem;
}

@media screen and (min-width: 768px) {
    .p-faq__question .question,
    .p-faq__answer .answer {
        font-size: 4rem;
        top: 2.4rem;
        left: 2.7rem;
        width: 6rem;
        height: 6rem;
    }
}

.p-faq__question .question {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-faq__question .question {
        -webkit-transform: none;
        transform: none;
        top: 2.4rem;
    }
}

.p-faq__question .question {
    background-color: #002e7b;
    color: #f6b700;
}

.p-faq__answer .answer {
    background-color: #f6b700;
    color: #002e7b;
}

.p-faq__answer {
    background-color: #FFF;
    border: 1px solid #002e7b;
    font-size: 1.2rem;
    margin-top: 2rem;
    font-family: "noto-sans-cjk-jp", sans-serif;
    line-height: 1.8333333333;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding: 1.7rem 1.6rem 2.4rem 6.5rem;
    position: relative;
    color: #002e7b;
    display: none;
    min-height: 6.8rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 768px) {
    .p-faq__answer {
        font-size: 1.6rem;
        line-height: 2;
        min-height: 11rem;
        width: 76.2rem;
        margin-left: auto;
        padding: 3.7rem 2rem 3.7rem 11rem;
    }
}

.p-faq__answer a {
    text-decoration: underline;
}

.p-faq__answer::before {
    content: "";
    display: block;
    width: 1rem;
    height: 5rem;
    background-image: url(../images/svg/faq-arrow-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -3.3rem;
    left: 2.8rem;
}

@media screen and (min-width: 768px) {
    .p-faq__answer::before {
        top: 0rem;
        left: -7rem;
        width: 5.1rem;
        height: 6rem;
        background-image: url(../images/svg/faq-arrow.svg);
    }
}

.p-faq__answer.open {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.2s ease-out;
    transition: opacity 0.3s 0.2s ease-out;
}

.p-faq__answerWrap {
    display: block;
    margin: 1rem 0;
    padding: 1rem 0;
    border-top: 1px solid #002e7b;
    border-bottom: 1px solid #002e7b;
}

.p-footer {
    padding: 0 1rem 2rem;
}

@media screen and (min-width: 768px) {
    .p-footer {
        padding: 0 2.2rem 2rem;
    }
}

.p-hamburger {
    /* max-width: 246px; */
    /* width: 58px;
    width: 5.8rem;
    height: 17px;
    height: 1.7rem; */
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center; */
    flex-flow: row nowrap;
    justify-content: flex-end;
    /* justify-content: center; */
    /* -webkit-box-align: center;
    -ms-flex-align: center; */
    align-items: flex-end;
    gap: 10px;
    margin-left: auto;
    /* cursor: pointer; */
    position: relative;
    z-index: 150;
}

/* @media screen and (min-width: 768px) {
    .p-hamburger {
        width: 11.1rem;
        height: 2.5rem;
    }
} */

.p-hamburger__link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
}

.p-hamburger__link.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.p-hamburger__entry {
    display: block;
    /* position: absolute; */
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 13px;
    font-size: 1.3rem;
    border-top: solid 1px #002e7b;
    border-bottom: solid 1px #002e7b;
    /* left: -80px;
    left: -8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    translate: 0 1px;
    color: #002e7b;
    line-height: 1;
    padding: 1px 0;
}

@media screen and (min-width: 768px) {
    .p-hamburger__entry {
        font-size: 1.9rem;
        /* left: -13.4rem; */
        letter-spacing: 0.7em;
        padding: 2px 0 3px 0.7em;
    }
}

/* .p-hamburger__entry::before,
.p-hamburger__entry::after {
    content: "";
    position: absolute;
    left: 0;
    border-top: 1px solid #002e7b;
    width: 95%;
    height: 1px;
}

.p-hamburger__entry::before {
    top: 0;
}

.p-hamburger__entry::after {
    bottom: 0;
} */

.p-hamburger__button {
    display: block;
    position: relative;
    /* width: 100%;
    height: 100%; */
    width: 5.8rem;
    height: 1.7rem;
}

@media screen and (min-width: 768px) {
    .p-hamburger__button {
        width: 11.1rem;
        height: 2.5rem;
    }
    }

.p-hamburger__button span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #002e7b;
    -webkit-transition: top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out;
    transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.p-hamburger__button span:first-child {
    top: 0;
}

.p-hamburger__button span:nth-child(2) {
    top: 50%;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.p-hamburger__button span:last-child {
    top: 100%;
}

.p-hamburger__button.open span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFF;
}

.p-hamburger__button.open span:first-child {
    -webkit-transform: rotate(11.5deg);
    transform: rotate(11.5deg);
}

.p-hamburger__button.open span:nth-child(2) {
    display: none;
}

.p-hamburger__button.open span:last-child {
    -webkit-transform: rotate(-11.5deg);
    transform: rotate(-11.5deg);
}

.p-hamburger__hero {
    font-size: 1rem;
    line-height: 1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.3rem;
    padding: 0 4px;
}

.p-hamburger__hero img {
    width: 4.8rem;
}

@media screen and (min-width: 768px) {
    .p-hamburger__hero {
        font-size: 1.4rem;
        margin-bottom: 0.7rem;
        padding: 0 4px 0 0;
        gap: 0.3em;
    }

    .p-hamburger__hero img {
        width: 10rem;
    }
}

.p-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 20px;
    padding-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-header {
        padding-top: 5rem;
    }
}

.p-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.p-header__title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.p-header__logo {
    display: block;
    width: 72px;
    width: 7.2rem;
    position: absolute;
    top: 20px;
    top: 2rem;
    left: 20px;
    left: 2rem;
    z-index: 100;
}

@media screen and (min-width: 768px) {
    .p-header__logo {
        width: 18rem;
        top: 5rem;
        left: 4rem;
    }
}

.p-header__items {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-header__items {
        font-size: 1.2rem;
        font-weight: 500;
        position: absolute;
        top: 30vh;
        opacity: 0;
        visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0.8rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
        transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    }
}

@media screen and (min-width: 768px) {
    .p-header__items.active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.5s 0.2s ease-out, visibility 0.5s 0.2s ease-out;
        transition: opacity 0.5s 0.2s ease-out, visibility 0.5s 0.2s ease-out;
    }
}

@media screen and (min-width: 768px) {
    .p-header__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #002e7b;
    }
}

.p-header__item::before {
    content: "";
    display: block;
    width: 33px;
    width: 3.3rem;
    height: 10px;
    height: 1rem;
    border-radius: 0 99.9rem 99.9rem 0;
    margin-right: 10px;
    margin-right: 1rem;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.p-header__item.active::before {
    background-color: #0086bf;
}

.p-info__items {
    margin-top: 40px;
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 7px;
    row-gap: 0.7rem;
}

@media screen and (min-width: 768px) {
    .p-info__items {
        margin-top: 6rem;
    }
}

.p-info-insta {
    margin-top: 60px;
    margin-top: 6rem;
}

.p-info-insta__items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .p-info-insta {
        margin-top: 40px;
        margin-top: 4rem;
    }
    .p-info-insta__items {
        grid-template-columns: repeat(2,1fr);
    }
}

.p-info-insta__btn-wrap {
    margin-top: 8rem;
    
}

.p-info-insta__btn {
    position: relative;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: 16px;
    background-color: #fff;
    width: 37.4rem;
    height: 6rem;
    border-radius: 3rem;
}

.p-info-insta__btn-fukidashi {
    width: 10.4rem;
    position: absolute;
    top: -6.5rem;
    left: -6rem;
}

.p-info-insta__text {
    margin-top: 2rem;
    text-align: center;
    font-size: 14px;
    line-height: calc(24/14);
}

@media screen and (max-width: 767px) {
    .p-info-insta {
        margin-top: 4rem;
        padding-inline: 20px;
    }
    .p-info-insta__btn-wrap {
        margin-top: 5rem;
        
    }
    .p-info-insta__btn {
        gap: 2rem;
        font-size: 14px;
        width: 100%;
    }
    .p-info-insta__btn-fukidashi {
        position: absolute;
        top: inherit;
        bottom: -12rem;
        left: 0;
    }
    .p-info-insta__text {
        margin-top: 3rem;
        margin-left: 11rem;
        text-align: left;
        font-size: 11px;
        line-height: calc(24/12);
    }
}
.p-info__more {
    display: block;
    position: relative;
    width: 35px;
    width: 3.5rem;
    height: 12px;
    height: 1.2rem;
    margin-inline: auto;
    margin-top: 34px;
    margin-top: 3.4rem;
}

@media screen and (max-width: 767px) {
    .p-info__more {
        margin-top: 1.8rem;
    }
}


.p-info__more::after {
    position: absolute;
    width: 10rem;
    content: "view more";
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    bottom: -16px;
    bottom: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #002E7B;
}


.p-info__more.open::after {
    content: "close";
}

.p-info__more span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #002e7b;
    -webkit-transition: top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out;
    transition: transform 0.3s ease-out, top 0.3s ease-out, bottom 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.p-info__more span:first-child {
    top: 0;
}

.p-info__more span:nth-child(2) {
    top: 33.3333333333%;
}

.p-info__more span:nth-child(3) {
    top: 66.6666666667%;
}

.p-info__more span:last-child {
    top: 100%;
}

.p-info__more.open span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-info__more.open span:first-child {
    -webkit-transform: rotate(11.5deg);
    transform: rotate(11.5deg);
}

.p-info__more.open span:nth-child(2),
.p-info__more.open span:nth-child(3) {
    display: none;
}

.p-info__more.open span:last-child {
    -webkit-transform: rotate(-11.5deg);
    transform: rotate(-11.5deg);
}

.p-interview {
    position: relative;
    overflow: hidden;
}

.p-interview::after {
    content: "interview";
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    opacity: 0.5;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: 70px;
    top: 7rem;
    left: 0;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .p-interview::after {
        font-size: 25rem;
        top: 3.5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.p-interview__slider {
    margin-top: 60px;
    margin-top: 6rem;
}

@media screen and (min-width: 768px) {
    .p-interview__slider {
        margin-top: 14rem;
    }
}

.p-interview__sliderWrap {
    position: relative;
}

.p-interview__control {
    position: absolute;
    bottom: -90px;
    bottom: -9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.6rem;
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
}

@media screen and (min-width: 768px) {
    .p-interview__control {
        -webkit-column-gap: 3.2rem;
        -moz-column-gap: 3.2rem;
        column-gap: 3.2rem;
        -webkit-transform: none;
        transform: none;
        left: auto;
        right: 7rem;
        bottom: auto;
        top: -9rem;
    }
}

.p-item {
    background-color: #FFF;
    padding: 20px;
    padding: 2rem;
}

@media screen and (min-width: 768px) {
    .p-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        border-radius: 99.9rem;
        padding: 2rem 3rem;
    }
}

.p-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    color: #002e7b;
}

.p-item__news {
    text-transform: uppercase;
}

.p-item__title {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "noto-sans-cjk-jp", sans-serif;
    line-height: 1.6666666667;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
    .p-item__title {
        font-size: 1.4rem;
        -webkit-line-clamp: 2;
    }
}

.p-item__title a {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .p-mv {
        height: 139.0922401171vw;
        position: relative;
        overflow: hidden;
    }
}

.p-mv__img {
    margin-left: auto;
    width: 91.466667vw;
    margin-top: 10%;
}

@media screen and (min-width: 768px) {
    .p-mv__img {
        width: 87.004392vw;
        margin-top: 0;
    }
}

.p-mv__img::before {
    padding-top: 90.298507%;
}

@media screen and (min-width: 768px) {
    .p-mv__img::before {
        padding-top: 64.255583%;
    }
}

.p-mv__wrap {
    position: relative;
    z-index: 1;
    color: #002e7b;
    font-family: "Noto Serif JP", serif;
    font-style: italic;
    margin-top: 18px;
    margin-top: 1.8rem;
}

@media screen and (min-width: 768px) {
    .p-mv__wrap {
        margin: 0;
        position: absolute;
        top: 26.5%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.p-mv__title {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .p-mv__title {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        font-size: 5.4904831625vw;
    }
}

.p-mv__title .strong {
    font-size: 60px;
    font-size: 6rem;
}

@media screen and (min-width: 768px) {
    .p-mv__title .strong {
        font-size: 7.3206442167vw;
    }
}

.p-mv__title .next {
    display: block;
    margin-left: 40px;
    margin-left: 4rem;
}

@media screen and (min-width: 768px) {
    .p-mv__title .next {
        margin-left: 10rem;
    }
}

.p-mv__text {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.1176470588;
    font-weight: 500;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-top: 24px;
    margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
    .p-mv__text {
        opacity: 0;
        font-size: 2.8rem;
        line-height: 2.1428571429;
        margin-top: 12rem;
        margin-right: 6.5rem;
        -webkit-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
    }
}

.p-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #0086bf;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
    padding-top: 18.6629526462vh;
    color: #FFF;
}

@media screen and (min-width: 768px) {
    .p-nav {
        padding-top: 13.4vh;
        overflow: visible;
    }
}

.p-nav.open,
.p-nav--footer {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.p-nav--footer {
    overflow: visible;
    position: static;
    padding-top: 203px;
    padding-top: 20.3rem;
}

@media screen and (min-width: 768px) {
    .p-nav--footer {
        padding-top: 8rem;
    }
}

.p-nav__logo {
    position: absolute;
    display: block;
    top: 10px;
    top: 1rem;
    left: 20px;
    left: 2rem;
    width: 72px;
    width: 7.2rem;
}

@media screen and (min-width: 768px) {
    .p-nav__logo {
        top: 4.8rem;
        left: 4rem;
        width: 13rem;
    }
}

.p-nav--footer .p-nav__logo {
    position: absolute;
    top: 30px;
    top: 3rem;
    left: 20px;
    left: 2rem;
}

@media screen and (min-width: 768px) {
    .p-nav--footer .p-nav__logo {
        top: 5rem;
        left: 4rem;
    }
}

.p-nav__inner {
    width: 100%;
    max-width: 640px;
    max-width: 64rem;
    min-height: 100%;
    padding: 0 40px 30px;
    padding: 0 4rem 3rem;
    margin-inline: auto;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-nav__inner {
        max-width: 118rem;
        padding-bottom: 5.5rem;
    }
}

.p-nav__container {
    width: 100%;
    padding-bottom: 40px;
    padding-bottom: 4rem;
    border-bottom: 1px solid #FFF;
}

@media screen and (min-width: 768px) {
    .p-nav__container {
        max-width: 65rem;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 8rem;
    }
}

.p-nav__block {
    font-weight: 500;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 14px;
    gap: 1.6rem 1.4rem;
    padding-bottom: 30px;
    padding-bottom: 3rem;
    border-bottom: 1px solid #FFF;
}

@media screen and (min-width: 768px) {
    .p-nav__block {
        display: block;
        border: none;
        width: 15.7rem;
        padding-bottom: 0;
        margin-left: auto;
    }
}

.p-nav__topic {
    display: block;
    background-color: #FFF;
    border-radius: 99.9rem;
    color: #002e7b;
    height: 25px;
    height: 2.5rem;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-nav__topic {
        font-size: 1.2rem;
        height: 3.1rem;
    }
}

@media screen and (min-width: 768px) {
    .p-nav__topic:nth-of-type(n+2) {
        margin-top: 2rem;
    }
}

.p-nav__topic.en {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.3em;
}

@media screen and (min-width: 768px) {
    .p-nav__topic.en {
        font-size: 1.6rem;
    }
}

.p-nav__topicText,
.p-nav__link {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .p-nav__topicText,
    .p-nav__link {
        font-size: 1.2rem;
    }
}

.p-nav__topicText {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-nav__topicText {
        margin-top: 8rem;
    }
}

.p-nav__classification {
    margin-top: 40px;
    margin-top: 4rem;
    display: grid;
    gap: 48px 30px;
    gap: 4.8rem 3rem;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 30px;
    padding-right: 3rem;
}

@media screen and (min-width: 768px) {
    .p-nav__classification {
        padding-right: 0;
        margin-top: 0;
        -webkit-column-gap: 6rem;
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }
}

.p-nav__theme {
    opacity: 0.6;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .p-nav__theme {
        font-size: 2.6rem;
    }
}

.p-nav__themeBlock {
    margin-top: 12px;
    margin-top: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 13px;
    row-gap: 1.3rem;
}

@media screen and (min-width: 768px) {
    .p-nav__themeBlock {
        margin-top: 1.4rem;
    }
}

.p-nav__bottom {
    margin-top: 30px;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    row-gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-nav__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0 3rem;
        margin-top: 5.3rem;
        margin-left: 44.5rem;
        padding: 0;
    }
}

.p-nav__address {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-nav__address {
        position: absolute;
        bottom: 4.5rem;
        left: 0;
        font-size: 1.2rem;
    }
}

.p-nav--footer {
    border-radius: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-nav--footer {
        border-radius: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .p-nav--footer .p-nav__container {
        padding-bottom: 5rem;
        border: none;
    }
}

.p-nav--footer .p-nav__inner {
    padding: 0 30px 30px;
    padding: 0 3rem 3rem;
}

@media screen and (min-width: 768px) {
    .p-nav--footer .p-nav__inner {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-nav--footer .p-nav__topicText {
        margin-top: 4rem;
    }
}

.p-nav--footer .p-nav__bottom {
    margin-top: 0;
    padding: 0 30px 20px;
    padding: 0 3rem 2rem;
}

@media screen and (min-width: 768px) {
    .p-nav--footer .p-nav__bottom {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-column-gap: 21rem;
        -moz-column-gap: 21rem;
        column-gap: 21rem;
        padding: 3rem 2rem;
    }
}

@media screen and (min-width: 768px) {
    .p-nav__others {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
}

@media screen and (min-width: 768px) {
    .p-nav--footer .p-nav__bottom::before {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        display: block;
        width: calc(100vw - 4.4rem);
        height: 1px;
        border-top: 1px solid #FFF;
    }
}

.p-nav__other {
    font-size: 10px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (min-width: 768px) {
    .p-nav__other {
        font-size: 1.1rem;
    }
}

.p-nav__other::after {
    content: "";
    display: block;
    width: 13px;
    width: 1.3rem;
    height: 11px;
    height: 1.1rem;
    background-image: url(../images/svg/link.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 5px;
    margin-left: 0.5rem;
}

.p-nav__copyright {
    font-family: "Barlow", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 40px;
    margin-top: 4rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-nav__copyright {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-nav--footer .p-nav__copyright {
        display: block;
        font-size: 1.1rem;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-nav--footer .p-nav__copyright small {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.p-numbers {
    position: relative;
    overflow: hidden;
}

.p-numbers::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5ebfa;
    mix-blend-mode: multiply;
}

.p-numbers__container {
    margin-top: 40px;
    margin-top: 4rem;
}

@media screen and (min-width: 768px) {
    .p-numbers__container {
        margin-top: 5.5rem;
    }
}

.p-numbers__inner {
    position: relative;
    z-index: 1;
}

.p-numbers__inner::before {
    content: "numbers";
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    z-index: -1;
    opacity: 0.5;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: -90px;
    top: -9rem;
    right: 0;
}

@media screen and (min-width: 768px) {
    .p-numbers__inner::before {
        font-size: 25rem;
        top: -23rem;
        right: -9rem;
    }
}

.p-numbers__blockWrap {
    display: grid;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-numbers__blockWrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-numbers__blockWrap:nth-of-type(2) {
    border-bottom: 1px solid #002e7b;
}

@media screen and (min-width: 768px) {
    .p-numbers__blockWrap::after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        display: block;
        width: 1px;
        height: 75%;
        border-right: 1px solid #002e7b;
    }
}

.p-numbers__block {
    width: 100%;
    padding: 40px 0;
    padding: 4rem 0;
    text-align: center;
    margin-inline: auto;
    border-bottom: 1px solid #002e7b;
}

@media screen and (min-width: 768px) {
    .p-numbers__block {
        padding: 8.5rem 0 10.5rem;
        border: none;
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .p-numbers__blockWrap.border .p-numbers__block::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        display: block;
        width: 75%;
        height: 1px;
        border-bottom: 1px solid #002e7b;
    }
}

.p-numbers__theme {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #002e7b;
    margin-inline: auto;
    width: 315px;
    width: 31.5rem;
    padding: 2px 15px;
    padding: 0.2rem 1.5rem;
    border-radius: 99.9rem;
    background-color: #FFF;
    margin-inline: auto;
}

.p-numbers__theme span {
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
    .p-numbers__theme {
        width: 47rem;
        font-size: 2.4rem;
    }
    .p-numbers__theme span {
        font-size: 1.8rem;
    }
}

.p-numbers__block--wide {
    border-bottom: 1px solid #002e7b;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide {
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__theme {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
}

.p-numbers__textWrap {
    margin-top: 10px;
    margin-top: 1rem;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    grid-template-columns: 12.9rem 14.8rem;
}

@media screen and (min-width: 768px) {
    .p-numbers__textWrap {
        display: contents;
    }
}

.p-numbers__block--wide .p-numbers__img {
    width: 200px;
    width: 20rem;
    height: 200px;
    height: 20rem;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__img {
        width: 36rem;
        height: 36rem;
    }
}

.p-numbers__block--wide .p-numbers__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    row-gap: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0 2rem;
    }
}

.p-numbers__block--wide .p-numbers__text .flex_numbers_item {
    display: flex;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text .flex_numbers_item {
        display: block;
    }
}

.p-numbers__block--wide .p-numbers__text .flex_numbers_item:first-of-type img:first-of-type {
    width: 33px;
    width: 3.3rem;
    height: 33px;
    height: 3.3rem;
    /* margin-bottom: 20px; */
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text .flex_numbers_item:first-of-type img:first-of-type {
        width: 5rem;
        height: 5rem;
        margin-bottom: 10px;
    }
}

.p-numbers__block--wide .p-numbers__text .flex_numbers_item:first-of-type img:nth-of-type(2) {
    width: 33px;
    width: 3.3rem;
    height: 33px;
    height: 3.3rem;
    margin: 0 10px;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text .flex_numbers_item:first-of-type img:nth-of-type(2) {
        width: 5rem;
        height: 5rem;
        margin: 0;
    }
}

.p-numbers__block--wide .p-numbers__text .flex_numbers_item:first-of-type img:nth-of-type(3) {
    width: 33px;
    width: 3.3rem;
    height: 33px;
    height: 3.3rem;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text .flex_numbers_item:first-of-type img:nth-of-type(3) {
        width: 5rem;
        height: 5rem;
    }
}

.p-numbers__block--wide .p-numbers__text .flex_numbers_item:last-of-type img {
    width: 180px;
    width: 18rem;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text .flex_numbers_item:last-of-type img {
        width: 20.2rem;
    }
}

.p-numbers__block--wide .p-numbers__text:last-of-type .flex_numbers_item:first-of-type img:nth-of-type(1) {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text:last-of-type .flex_numbers_item:first-of-type img:nth-of-type(1) {
        display: block;
    }
}

.p-numbers__block--wide .p-numbers__text:last-of-type .flex_numbers_item:first-of-type img:nth-of-type(3) {
    display: block;
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text:last-of-type .flex_numbers_item:first-of-type img:nth-of-type(3) {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text:nth-of-type(2) .flex_numbers_item:last-of-type img {
        width: 24.2rem;
    }
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text.arts {
        position: absolute;
        bottom: 18rem;
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-numbers__block--wide .p-numbers__text.science {
        position: absolute;
        bottom: 6.5rem;
        right: 0;
    }
}

.p-numbers__img {
    margin-top: 20px;
    margin-top: 2rem;
    margin-inline: auto;
}

.establishment .p-numbers__img {
    width: 80px;
    width: 20rem;
    height: 66px;
    height: 6.6rem;
    display: flex;
}

@media screen and (min-width: 768px) {
    .establishment .p-numbers__img {
        margin-top: 5.4rem;
        width: 25.1rem;
        height: 10.1rem;
        display: flex;
    }
}

.p-numbers__text {
    margin-inline: auto;
}

.establishment .p-numbers__text {
    width: 200px;
    width: 20rem;
    margin-top: 27px;
    margin-top: 2.7rem;
}

@media screen and (min-width: 768px) {
    .establishment .p-numbers__text {
        width: 30.7rem;
    }
}

.attendance .p-numbers__img {
    width: 121px;
    width: 25.1rem;
    height: 70px;
    height: 7rem;
    margin-inline: auto;
    display: flex;
}

@media screen and (min-width: 768px) {
    .attendance .p-numbers__img {
        width: 40.6rem;
        height: 9.3rem;
        display: flex;
    }
}

.ratio .p-numbers__img,
.established-rate .p-numbers__img,
.satisfaction .p-numbers__img {
    width: 101px;
    width: 26.1rem;
    height: 101px;
    height: 10.1rem;
    display: flex;
}

@media screen and (min-width: 768px) {
    .ratio .p-numbers__img,
    .established-rate .p-numbers__img,
    .satisfaction .p-numbers__img {
        width: 40.4rem;
        height: 15.4rem;
        display: flex;
    }
}

.ratio .p-numbers__img {
    /* width: 101px;
    width: 33.1rem;
    height: 101px;
    height: 10.1rem; */
    display: flex;
}

@media screen and (min-width: 768px) {
    .ratio .p-numbers__img {
        width: 40.4rem;
        height: 15.4rem;
        display: flex;
    }
}

.ratio .p-numbers__img img:first-of-type {
    width: 6rem;
}

@media screen and (min-width: 768px) {
    .ratio .p-numbers__img img:first-of-type {
        width: 8rem;
    }
}

.ratio .p-numbers__img img:nth-of-type(2) {
    width: 24rem;
}

@media screen and (min-width: 768px) {
    .ratio .p-numbers__img img:nth-of-type(2) {
        width: 24rem;
    }
}

.ratio .p-numbers__img img:last-of-type {
    width: 6rem;
}

@media screen and (min-width: 768px) {
    .ratio .p-numbers__img img:last-of-type {
        width: 8rem;
    }
}

.ratio .p-numbers__text {
    margin-top: 20px;
    margin-top: 2rem;
    width: 200px;
    width: 20rem;
}

@media screen and (min-width: 768px) {
    .ratio .p-numbers__text {
        width: 38.5rem;
    }
}

.ratio .p-numbers__text {
    margin-top: 20px;
    margin-top: 2rem;
    width: 260px;
    width: 26rem;
}

@media screen and (min-width: 768px) {
    .ratio .p-numbers__text {
        width: 38.5rem;
    }
}


.established-rate .p-numbers__img {
    width: 101px;
    width: 23.1rem;
    height: 101px;
    height: 10.1rem;
    display: flex;
}

@media screen and (min-width: 768px) {
    .established-rate .p-numbers__img {
        width: 30.4rem;
        height: 15.4rem;
        display: flex;
    }
}

.established-rate .p-numbers__img img:first-of-type {
    width: 8rem;
}

@media screen and (min-width: 768px) {
    .established-rate .p-numbers__img img:first-of-type {
        width: 8rem;
    }
}


.annual-income .p-numbers__img {
    width: 148px;
    width: 25.8rem;
}

@media screen and (min-width: 768px) {
    .annual-income .p-numbers__img {
        width: 30rem;
    }
}

.p-numbers__block.annual-income {
    border-bottom: none;
}

.annual-income .p-numbers__text {
    margin-top: 20px;
    margin-top: 2rem;
    width: 280px;
    width: 28rem;
}

@media screen and (min-width: 768px) {
    .annual-income .p-numbers__text {
        margin-top: 3rem;
        width: 42.1rem;
    }
}

.established-rate .p-numbers__text,
.satisfaction .p-numbers__text {
    margin-top: 20px;
    margin-top: 2rem;
    width: 138px;
    width: 13.8rem;
}

@media screen and (min-width: 768px) {
    .established-rate .p-numbers__text,
    .satisfaction .p-numbers__text {
        width: 20rem;
    }
}

.satisfaction .p-numbers__text {
    margin-top: 20px;
    margin-top: 2rem;
    width: 138px;
    width: 13.8rem;
}

@media screen and (min-width: 768px) {
    .satisfaction .p-numbers__text {
        width: 22rem;
    }
}


.satisfaction .p-numbers__img {
    width: 19.1rem;
}

@media screen and (min-width: 768px) {
    .satisfaction .p-numbers__img {
        width: 30.4rem;
    }
}

.satisfaction .p-numbers__img img:first-of-type {
    width: 3rem;
}

@media screen and (min-width: 768px) {
    .satisfaction .p-numbers__img img:first-of-type {
        width: 4rem;
    }
}

.attendance .p-numbers__text {
    margin-top: 20px;
    margin-top: 2rem;
    width: 314px;
    width: 31.4rem;
}

@media screen and (min-width: 768px) {
    .attendance .p-numbers__text {
        margin-top: 4rem;
        width: 39rem;
    }
}

.sales .p-numbers__text {
    width: 240px;
    width: 24rem;
    margin-top: 21px;
    margin-top: 2.1rem;
}

@media screen and (min-width: 768px) {
    .sales .p-numbers__text {
        width: 33rem;
        margin-top: 3.8rem;
    }
}

.p-numbers__flex {

}

@media screen and (min-width: 768px) {
    .sales .p-numbers__flex {
        display: flex;
        align-items: center;
    }
}

.sales .p-numbers__img {
    width: 80px;
    width: 8rem;
    height: 66px;
    height: 12.6rem;
}

@media screen and (min-width: 768px) {
    .sales .p-numbers__img {
        margin-top: 5.4rem;
        width: 25.1rem;
        height: 12.1rem;
        display: flex;
    }
}


.arts-science .p-numbers__img {
    width: 150px;
    width: 30rem;
}

@media screen and (min-width: 768px) {
    .arts-science .p-numbers__img {
        width: 35rem;
    }
}

.arts-science .p-numbers__text {
    width: 240px;
    width: 35rem;
    margin-top: 20px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .arts-science .p-numbers__text {
        margin-top: 2.7rem;
        width: 43rem;
    }
}

.p-philosophy {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-philosophy {
        overflow-x: hidden;
        padding-bottom: 6vw;
    }
}

.p-philosophy::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6f5fa;
    mix-blend-mode: multiply;
}

.p-philosophy__container {
    position: relative;
    /*overflow: hidden;*/
}

.p-philosophy__container.opacity {
    z-index: 10;
}

.p-philosophy__heading {
    position: relative;
}

.p-philosophy__heading::after {
    content: "philoso-";
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    z-index: -1;
    opacity: 0.5;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: -90px;
    top: -9rem;
    right: 0;
}

@media screen and (min-width: 768px) {
    .p-philosophy__heading::after {
        content: "philosophy";
        font-size: 25rem;
        top: -23.2rem;
        left: -2.2rem;
        right: auto;
    }
}

.p-philosophy__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 20px;
    row-gap: 2rem;
    margin-top: 40px;
    margin-top: 4rem;
}

@media screen and (min-width: 768px) {
    .p-philosophy__contents {
        display: block;
        padding: 0 2.5rem;
        height: 100.168375vw;
    }
}

.p-philosophy__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-philosophy__text {
        display: none;
    }
}

.p-philosophy__triangleContainer {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .p-philosophy__triangleContainer {
        display: contents;
    }
}

.p-philosophy__triangleWrap {
    position: relative;
    width: 100%;
    height: 762px;
    height: 76.2rem;
}

@media screen and (min-width: 768px) {
    .p-philosophy__triangleWrap {
        display: contents;
    }
}

.p-philosophy__triangle img {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translate(-50%,0);*/
}

@media screen and (min-width: 768px) {
    .p-philosophy__triangle img {
        width: 75.5vw;
        margin: auto;
    }
}

.p-philosophy__triangle .up {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-philosophy__triangle .up {
        display: block;
        z-index: 1;
    }
}

@media screen and (min-width: 768px) {
    .p-philosophy__triangle .down {
        display: none;
    }
}

.p-philosophy__triangle {
    width: 878px;
    width: 87.8rem;
    height: 100%;
    margin-inline: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .p-philosophy__triangle {
        -webkit-transform: none;
        transform: none;
        position: static;
        width: 97.5vw;
        height: 95.168374817vw;
        float: right;
        margin-top: 0.7rem;
        shape-outside: polygon(47.5% 0%, 4% 77%, 95% 83%);
    }
}

.p-philosophy__bottom {
    margin-top: 30px;
    margin-top: 3rem;
}

.p-philosophy__link {
    margin: auto;
}

@media screen and (min-width: 768px) {
    .p-philosophy__link {
        /*position: absolute;*/
        /*top: 71.4%;*/
        /*left: 50%;*/
        z-index: 10;
        /*transform: translate(-50%, 0);*/
        margin-top: 5%;
    }
}

.philosophy_illust__wrapper {
    position: relative;
    z-index: 2;
}

.philosophy_illust__wrapper.desktop {
    display: none;
}

.philosophy_illust {
    width: 55vw;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .philosophy_illust__wrapper.desktop {
        display: block;
    }

    .philosophy_illust__wrapper.mobile {
        display: none;
    }

    .philosophy_illust {
        position: absolute;
        height: 33.5285505124vw;
        margin: 0 0 0 3rem;
        width: fit-content;
        top: 0;
        right: 5rem;
    }
}

.philosophy_illust img {
    height: 100%;
    width: 100%;
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .p-philosophy__link.mobile {
        display: none;
    }
}

.p-philosophy__link.desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-philosophy__link.desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-philosophy__bottomText {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 30px;
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
    .p-philosophy__bottomText {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 1.4rem;
        margin: -16.8374816984vw auto 0 auto;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }
}

@media screen and (min-width: 768px) {
    .p-philosophy__bottomText span {
        display: block;
        /*margin-left: 18rem;*/
    }
}

.p-philosophy__bottomImg {
    position: relative;
    z-index: 1;
    margin-top: -31vw;
    left: 0;
}

.p-philosophy__bottomImg img {
    height: auto;
}

.p-philosophy__bottomImg.after {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
}

.p-philosophy__bottomImg::before {
    padding-top: 245.8666666667%;
}

@media screen and (min-width: 768px) {
    .p-philosophy__bottomImg {
        margin-top: -25vw;
    }
    .p-philosophy__bottomImg::before {
        padding-top: 76.8667642753%;
    }
}

/*------------進化する技術----------*/
.p-tech {
    position: relative;
    overflow: hidden;
}

.p-tech::after {
    content: "inovative tech";
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    opacity: 0.5;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: 10px;
    top: 1rem;
    left: 0;
    width: 10rem;
    line-height: 10rem;
}

@media screen and (min-width: 768px) {
    .p-tech::after {
        font-size: 25rem;
        top: 2rem;
        line-height: 20rem;
    }
}

.p-tech::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #FFF7D5;
    mix-blend-mode: multiply;
}

.p-tech__inner {
    position: relative;
    z-index: 1;
}

.p-tech__heading {
    /*padding-bottom: 95vw;*/
}

@media screen and (min-width: 768px) {
    .p-tech__heading {
        /*padding-bottom: 40rem;*/
    }
}

.p-tech__slider {
    margin-top: 60px;
    margin-top: 6rem;
}

@media screen and (min-width: 768px) {
    .p-tech__slider {
        margin-top: 14rem;
        position: relative;
    }
}

.select-slider {
    position: relative;
    width: 100vw;
}

@media screen and (min-width: 768px) {
    .viest:after {
        content: "ViEST";
        font-weight: 600;
        font-family: "Barlow Condensed", sans-serif;
        color: #F5EBD7;
        opacity: 0.5;
        font-size: 12vw;
        position: absolute;
        line-height: 10rem;
        mix-blend-mode: multiply;
        width: 100%;
        transform: translate(0, -45%);
        text-align: center;
        z-index: -1;
    }

    .energy-quest-cloud:after {
        content: "EnergyQuest® Cloud";
        font-weight: 600;
        font-family: "Barlow Condensed", sans-serif;
        color: #F5EBD7;
        opacity: 0.5;
        font-size: 12vw;
        position: absolute;
        line-height: 10rem;
        mix-blend-mode: multiply;
        width: 100%;
        transform: translate(0, -45%);
        text-align: center;
        z-index: -1;
    }

    .therbl-ductable:after {
        content: "THERble／DUCTable";
        font-weight: 600;
        font-family: "Barlow Condensed", sans-serif;
        color: #F5EBD7;
        opacity: 0.5;
        font-size: 12vw;
        position: absolute;
        line-height: 10rem;
        mix-blend-mode: multiply;
        width: 100%;
        transform: translate(0, -45%);
        text-align: center;
        z-index: -1;
    }

    .no-code:after {
        content: "NO CODE";
        font-weight: 600;
        font-family: "Barlow Condensed", sans-serif;
        color: #F5EBD7;
        opacity: 0.5;
        font-size: 12vw;
        position: absolute;
        line-height: 10rem;
        mix-blend-mode: multiply;
        width: 100%;
        transform: translate(0, -45%);
        text-align: center;
        z-index: -1;
    }
}

.p-tech__sliderWrap {
    position: relative;
}

.p-tech__control {
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -25%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 38vw;
    -moz-column-gap: 38vw;
    column-gap: 80vw;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .p-tech__control {
        -webkit-column-gap: 48vw;
        -moz-column-gap: 48vw;
        column-gap: 48vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -20%);
        z-index: 2;
    }
}

.p-tech .swiper-button-prev,
.p-tech .swiper-button-next {
    position: static;
    width: 48px;
    width: 4.8rem;
    height: 48px;
    height: 4.8rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 767px) {
    .p-tech .swiper-button-prev,
.p-tech .swiper-button-next {
    width: 3.4rem;
    height: 3.4rem;
}
}

.p-tech .swiper-button-prev {
    background-image: url(../images/svg/prev.svg);
}

.p-tech .swiper-button-next {
    background-image: url(../images/svg/next.svg);
}

.p-tech .swiper-button-prev:after, .p-tech .swiper-rtl .swiper-button-next:after,
.p-tech .swiper-button-next:after, .p-tech .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.p-tech__slider .swiper-slide {
    height: unset;
}

.p-tech_slider_bg {
    padding: 2rem 2rem 3rem;
    background-color: #ffff;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .p-tech_slider_bg {
        padding: 3rem 4.5rem;
        background-color: #ffff;
        height: 100%;
    }
}


.slider_item_01 .p-tech_slider_bg {
    border-image: url('../images/common/tech-slider1-bg.png') 100 / 100px / 0px;
}
.slider_item_02 .p-tech_slider_bg {
    border-image: url('../images/common/tech-slider2-bg.png') 100 / 100px / 0px;
}
.slider_item_03 .p-tech_slider_bg {
    border-image: url('../images/common/tech-slider3-bg.png') 100 / 100px / 0px;
}
.slider_item_04 .p-tech_slider_bg {
    border-image: url('../images/common/tech-slider4-bg.png') 100 / 100px / 0px;
}

.p-tech_slider_item_img {
    width: 100%;
}

@media screen and (min-width: 768px) {
.p-tech_slider_item_img {
    margin-inline: auto;
    width: 70%;
}
.p-tech_slider_item_img img {
    
}
}

.p-tech_slider_title {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    color: #002E7B;
}
@media screen and (min-width: 768px) {
    .p-tech_slider_title {
        font-size: 2rem;
    }
}

.p-tech_slider_text {
    font-size: 1.3rem;
    line-height: calc(24/13);
}
@media screen and (min-width: 768px) {
    .p-tech_slider_text {
        font-size: 1.4rem;
        line-height: calc(26/14);
    }
}

.p-tech_slider_notes {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 7rem;
}

.p-tech_slider_note {
    width: 16.4rem;
}
.p-tech_slider_note--special {
    width: 20rem;
}

.p-tech_slider_note--app {
    width: 25rem;
}

.p-tech_slider_note_title {
    position: relative;
    background-color: #002E7B;
    font-size: 1.2rem;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 0.5rem 0;
    border-radius: 100px;
}

.p-tech_slider_note_title::after {
    content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #002E7B;
}

.p-tech_slider_note_link {
    display: block;
    margin-top: 1.5rem;
}

.p-tech_slider_note_note {

}

.p-tech_slider_note_note img {
    width: 6.9rem;
    margin: 5rem auto 0;
}

.p-tech_slider_note_note_text {
    text-align: center;
    font-size: 1.2rem;
    margin: 2rem auto 0;
    color: #002E7B;
}

.slider_item_02 .p-tech_slider_sub_wrapper {
    flex-flow: column;
}
.slider_item_02 .p-tech_slider_sub_text {
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .p-tech_slider_notes {
        gap: 4rem;
    }
    .p-tech_slider_note--app {
        /* width: 20rem; */
    }
}
@media screen and (max-width: 767px) {
    .p-tech_slider_notes {
        flex-direction: column;
        gap: 2.3rem;
        align-items: center;
    }
    
    .p-tech_slider_note {

    }
    .p-tech_slider_note--special {

    }
    
    .p-tech_slider_note_title {
        width: 16.4rem;
        margin-inline: auto;
    }
    
    .p-tech_slider_note_title::after {

    }
    
    .p-tech_slider_note_link {
        margin-top: 1rem;
    }
    
    .p-tech_slider_note_note {
    
    }
    
    .p-tech_slider_note_note img {
        margin: 2.3rem auto 0;

    }
    
    .p-tech_slider_note_note_text {
        margin: 1.4rem auto 0;
    }

}

.p-tech_slider_sub_wrapper {
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-tech_slider_sub_wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
    }

    .slider_item_02 .p-tech_slider_sub_wrapper {
        flex-flow: unset;
    }
    .slider_item_02 .p-tech_slider_sub_text {
        text-align: unset;
    }
}

.slider_item_03 .p-tech_slider_sub_wrapper {
    display: block;
    width: fit-content;
}
.slider_item_03 .p-tech_slider_sub_wrapper .p-tech_slider_sub_flex {
    display: flex;
    justify-content: start;
    width: fit-content;
}
.slider_item_03 .p-tech_slider_sub_wrapper .p-tech_slider_annotation {
    font-size: 1.2rem;
    margin-top: 1.2rem;
    text-align: center;
}

.slider_item_02 .p-tech_slider_sub_text {
    font-size: 1.6rem;
    color: #002E7B;
}

.slider_item_02 .p-tech_slider_sub_img {
    margin: auto;
    margin-top: 1rem;
    width: 20rem;
}
@media screen and (min-width: 768px) {
    .slider_item_02 .p-tech_slider_sub_img {
        width: 20rem;
        margin: unset;
        margin-left: 3rem;
    }
}

.slider_item_02 .p-tech_slider_sub_img img {
    border-radius: 10px;
}

.slider_item_03 .p-tech_slider_sub_item {
    display: flex;
    align-items: center;
}

.slider_item_03 .p-tech_slider_sub_text {
    font-size: 1.6rem;
    color: #002E7B;
}
.slider_item_03 .p-tech_slider_sub_img {
    margin-left: 0.5rem;
    width: 4rem;
}
.slider_item_03 .p-tech_slider_sub_item {
    margin-left: 1.5rem;
}
.slider_item_03 .p-tech_slider_sub_item:first-of-type {
    margin-left: 0;
}
.p-tech_slider_sub_img .p-tech_slider_annotation {
    text-align: end;
    margin-bottom: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.p-tech__link {
    margin: auto;
    margin-top: 35px;
    margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
    .p-tech__link {
        z-index: 10;
    }
}

.p-tech_slider_interview_link {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.p-tech_slider_interview_link a {
    display: inline-block;
    width: 46rem;
}
.p-tech_slider_interview_link img {
    border-radius: 1rem;
}
@media screen and (max-width: 767px) {
    .p-tech_slider_interview_link {
        align-content: start;
        
    }
    .p-tech_slider_interview_link a {
        padding: 2rem 0 0;
        width: 29.2rem;
        
    }
}

/*-----------ここまで --------------*/

.p-position {
    position: relative;
    overflow: hidden;
}

.p-position::after {
    content: "position";
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    opacity: 0.5;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: 10px;
    top: 1rem;
    left: 0;
}

@media screen and (min-width: 768px) {
    .p-position::after {
        font-size: 25rem;
        top: 2rem;
    }
}

.p-position::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    background-color: #0086bf;
    mix-blend-mode: multiply;
}

.p-position__inner {
    position: relative;
    z-index: 1;
}

.position_illust {
    width: 100vw;
    position: absolute;
    top: 13rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.position_illust img:first-of-type {
    display: none;
}

.position_illust img:last-of-type {
    display: block;
}

@media screen and (min-width: 768px) {
    .position_illust {
        width: 110rem;
        position: absolute;
        top: 30rem;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .position_illust img:first-of-type {
        display: block;
    }

    .position_illust img:last-of-type {
        display: none;
    }
}

.p-position__heading {
    padding-bottom: 95vw;
}

@media screen and (min-width: 768px) {
    .p-position__heading {
        padding-bottom: 40rem;
    }
}

.p-position__contents {
    margin-top: 40px;
    margin-top: 4rem;
    padding: 20px;
    padding: 2rem;
    background: rgba(255, 255, 255, .25);
}

.p-position__subject {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #002e7b;
    font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-position__subject {
        font-size: 2.6rem;
    }
}

.position__description {
    line-height: 1.7142857143;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 2px;
    margin-top: 0.2rem;
    font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (min-width: 768px) {
    .position__description {
        font-size: 1.6rem;
    }
}

.p-position__items {
    display: grid;
    row-gap: 20px;
    row-gap: 2rem;
    margin-top: 12px;
    margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-position__items {
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}

.p-position__item {
    background-color: #FFF;
    border-radius: 0.5rem;
    padding: 24px 20px 14px;
    padding: 2.4rem 2rem 1.4rem;
    color: #002e7b;
    font-family: "noto-sans-cjk-jp", sans-serif;
}

.p-position__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.p-position__img {
    width: 50px;
    width: 5rem;
    height: 50px;
    height: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p-position__type {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 18px;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #002e7b;
    width: 100%;
}

.p-position__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-top: 20px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-position__text {
        font-size: 1.5rem;
    }
}

.p-position__bottomItems {
    margin-top: 38px;
    margin-top: 3.8rem;
    display: grid;
    row-gap: 30px;
    row-gap: 3rem;
}

@media screen and (min-width: 768px) {
    .p-position__bottomItems {
        margin-top: 5rem;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
}


.support_illust2_wrap {
    position: relative;
    height: 15rem;
}

.support_illust2 {
    width: 20rem;
    position: absolute;
    right: -3rem;
    z-index: 2;
    top: 0;
}

@media screen and (min-width: 768px) {
    .support_illust2 {
        width: 45rem;
        position: absolute;
        left: calc(50% + 15rem);
        z-index: 2;
        top: -35rem;
    }
}

/*--------project-story　プロジェクトストーリー----------*/
.p-project-story {
    position: relative;
    overflow: hidden;
}

.p-project-story::after {
    content: "project story";
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    opacity: 0.5;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: 10px;
    top: 1rem;
    left: 0;
}

@media screen and (min-width: 768px) {
    .p-project-story::after {
        font-size: 25rem;
        top: 2rem;
    }
}

.p-project-story::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #EFEFFA;
    mix-blend-mode: multiply;
}

.p-project-story__inner {
    position: relative;
    z-index: 1;
}

.p-project-story__item {
    padding: 3rem 0;
    background-color: #ffff;
    border-radius: 10px;
    position: relative;
    margin-top: 10rem;
}

.p-project_number {
    position: relative;
}

@media screen and (min-width: 768px) {
    .open-project01:after{
        content: "Project Story 01";
        font-weight: 600;
        font-family: "Barlow Condensed", sans-serif;
        color: #C6DAF0;
        opacity: 1;
        font-size: 15vw;
        position: absolute;
        line-height: 0rem;
        mix-blend-mode: multiply;
        width: 150%;
        transform: rotate(90deg);
        bottom: 130rem;
        right: -72rem;
        z-index: -1;
        transition: ease-in-out .1s;
    }
    .open-project02:after{
        content: "Project Story 02";
        font-weight: 600;
        font-family: "Barlow Condensed", sans-serif;
        color: #C6DAF0;
        opacity: 1;
        font-size: 15vw;
        position: absolute;
        line-height: 0rem;
        mix-blend-mode: multiply;
        width: 150%;
        transform: rotate(90deg);
        bottom: 130rem;
        right: -72rem;
        z-index: -1;
        transition: ease-in-out .1s;
    }
    .open-project03:after{
        content: "Project Story 03";
        font-weight: 600;
        font-family: "Barlow Condensed", sans-serif;
        color: #C6DAF0;
        opacity: 1;
        font-size: 15vw;
        position: absolute;
        line-height: 0rem;
        mix-blend-mode: multiply;
        width: 150%;
        transform: rotate(90deg);
        bottom: 130rem;
        right: -72rem;
        z-index: -1;
        transition: ease-in-out .1s;
    }
}

.p-story__item_inner {
    width: 90%;
    margin: auto;
}

.p-story_number {
    font-size: 1.7rem;
    font-weight: bold;
    color: #ffff;
    background-color: #002e7b;
    padding: 0.1rem 2rem;
    display: inline-block;
    border-radius: 100px;
}

@media screen and (min-width: 768px) {
    .p-story_number {
        font-size: 1.7rem;
        font-weight: bold;
        color: #ffff;
        display: inline-block;
        border-radius: 100px;
    }
}

.p-story_title {
    font-size: 3rem;
    color: #002e7b;
    margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-story_title {
        font-size: 3rem;
        color: #002e7b;
    }
}

.p-story_img_wrap {
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
    .p-story_img_wrap {
        margin-top: 3rem;
    }
}

.flex_img_wrap {
    display: block;
}

@media screen and (min-width: 768px) {
    .flex_img_wrap {
        display: flex;
    }
}

.p-story_profile_wrap {
    margin-left: 0;
    text-align: center;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .p-story_profile_wrap {
        margin-left: 3rem;
        display: block;
        margin-top: 0;
    }
}

.p-story_profile_item {
    display: inline-block;
    border: solid 1px #002E7B;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    margin-left: 2rem;
    width: 40vw;
}

.p-story_profile_item:first-of-type {
    display: inline-block;
    border: solid 1px #002E7B;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .p-story_profile_item:first-of-type {
        display: flex;
        border: solid 1px #002E7B;
        border-radius: 10px;
        padding: 1.5rem 2rem;
        width: 29rem;
        margin-top: 0;
    }

    .p-story_profile_item {
        display: flex;
        border: solid 1px #002E7B;
        border-radius: 10px;
        padding: 1.5rem 2rem;
        width: 29rem;
        margin-left: 0;
        margin-top: 1rem;
    }
}

.p-story_profile_text_wrap {
    font-size: 1.4rem;
    margin-left: 0;
    text-align: center;
    color: #002e7b;
}

@media screen and (min-width: 768px) {
    .p-story_profile_text_wrap {
        font-size: 1.2rem;
        margin-left: 1rem;
        color: #002e7b;
        text-align: left;
        width: 14vw;
    }
}

.p-story_profile_name {
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .p-story_profile_name {
        font-size: 1.4rem;
    }
}

.p-story_profile_text {
    text-align: left;
    list-style: none;
    margin-left: 5px;
}
.p-story_profile_text li:before {
    content: '';
    background-color: black;
    width: 2.5px;
    height: 2.5px;
    display: inline-block;
    position: relative;
    top: -3px;
    left: -5px;
    border-radius: 100px;
}

@media screen and (min-width: 768px) {
    .p-story_profile_text {
        margin-left: 10px;
    }
}

.p-story_profile_img {
    width: 10rem;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .p-story_profile_img {
        width: 10rem;
    }
}

.p-project-story__item_text_title {
    font-size: 2.4rem;
    margin: 3rem 0;
    color: #002e7b;
}

@media screen and (min-width: 768px) {
    .p-project-story__item_text_title {
        font-size: 2.4rem;
        margin: 3rem 0;
    }
}

.p-project-story__item_text {
    font-size: 1.4rem;
    line-height: 1.8461538462;
}

@media screen and (min-width: 768px) {
    .p-project-story__item_text {
        font-size: 1.4rem;
        column-count: 2;
        line-height: 1.8461538462;
    }
}

.p-project-story__item_img_wrapper {
    margin-top: 6rem;
}

@media screen and (min-width: 768px) {
    .p-project-story__item_img_wrapper {
        margin-top: 6rem;
    }
}

.p-project-story__item_togle_btn_wrap {
    margin-top: 4rem;
}

.p-project-story__item_open {
    width: 5rem;
    height: 5rem;
    margin: auto;
    cursor: pointer;
    background-image: url('../images/svg/open.svg');
    position: relative;
}
.p-project-story__item_open::after {
    position: absolute;
    content: "read more";
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    bottom: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.p-project-story__item_close {
    width: 5rem;
    height: 5rem;
    margin: auto;
    cursor: pointer;
    background-image: url('../images/svg/close.svg');
    position: relative;
}

.p-project-story__item_close::after {
    position: absolute;
    content: "close";
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    bottom: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.p-project-story__item_display_close {
    display: block;
}

.p-project-story__contents .hidden {
    display: none;
}

.p-project-story__item_bg_image {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-project-story__item_bg_image {
        position: absolute;
        top: 57vw;
        right: -12vw;
        z-index: -1;
        display: block;
    }
}

/*---------ここまで-------------*/

.p-recruit__inner {
    position: relative;
}

.p-recruit__inner.l-inner {
    max-width: 1040px;
    max-width: 104rem;
}

.p-recruit__inner::after {
    content: "recruit";
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    opacity: 0.5;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: -50px;
    top: -5rem;
    right: 20px;
    right: 2rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__inner::after {
        font-size: 25rem;
        top: -21rem;
    }
}

.p-recruit__container {
    position: relative;
    z-index: 1;
}

.p-recruit__subject {
    margin-top: 50px;
    margin-top: 5rem;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #002e7b;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .p-recruit__subject {
        font-size: 1.6rem;
        margin-top: 2.5rem;
    }
}

.p-recruit__movies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-top: 20px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__movies {
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        margin-top: 3rem;
    }
}

.p-recruit__movie {
    width: 50%;
    background-color: #FFF;
    border-radius: 0.5rem;
    border: 1px solid #002e7b;
    padding: 15px;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .p-recruit__movie {
        padding: 2rem;
        width: 27.5rem;
        border-radius: 1rem;
    }
}

.p-recruit__movieTitle {
    font-size: 12px;
    font-size: 1.2rem;
    color: #002e7b;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__movieTitle {
        font-size: 1.6rem;
    }
}

.p-recruit__thumbnail {
    margin-top: auto;
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
}

.p-recruit__thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-recruit__tabPanel {
    margin-top: 40px;
    margin-top: 4rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__tabPanel {
        margin-top: 6rem;
    }
}

.p-recruit__tabGroup {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-recruit__tabGroup {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1.5px solid #002e7b;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
}

.p-recruit__tab {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 7.5px;
    padding: 0.75rem;
    border-radius: 1.2rem 1.2rem 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #fafafa;
    letter-spacing: 0.03em;
    border-radius: 1rem 1rem 0 0;
    border: 1.5px solid #002e7b;
    margin-bottom: -1.5px;
    -webkit-transition: border 0.3s ease-out;
    transition: border 0.3s ease-out;
}

@media screen and (min-width: 768px) {
    .p-recruit__tab {
        font-size: 2rem;
    }
}

.p-recruit__tab.current {
    border-bottom: 1.5px solid #fafafa;
}

.p-recruit__panel {
    display: contents;
}

@media screen and (min-width: 768px) {
    .p-recruit__panel {
        background-color: #fafafa;
        border: 1.5px solid #002e7b;
        border-top: none;
        display: none;
        padding: 2.7rem 4rem;
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .p-recruit__panel.show {
        display: block;
    }
}

.p-recruit__panelInner {
    margin-top: 20px;
    margin-top: 2rem;
    border: 1px solid #002e7b;
    background-color: #FFF;
    border-radius: 0.5rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-recruit__panelInner {
        margin-top: 0;
        border-radius: none;
        border: 1px solid #dcdcdc;
        overflow-y: scroll;
        background-color: transparent;
        height: 63.7rem;
    }
}

.p-recruit__block {
    padding-bottom: 60px;
    padding-bottom: 6rem;
    display: none;
}

@media screen and (min-width: 768px) {
    .p-recruit__block {
        min-height: 100%;
        background-color: #FFF;
        display: block;
        border: none;
        padding-bottom: 8.4rem;
    }
}

.p-recruit__block.open {
    display: block;
}

.p-recruit__list {
    padding: 28px 16px 0;
    padding: 2.8rem 1.6rem 0;
    margin-inline: auto;
}

@media screen and (min-width: 768px) {
    .p-recruit__list {
        max-width: 101.4rem;
        padding: 3.6rem 5.5rem 0;
    }
}

.p-recruit__list:nth-of-type(n+2) {
    padding-top: 20px;
    padding-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__list:nth-of-type(n+2) {
        padding-top: 2.7rem;
    }
}

.p-recruit__term {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #002e7b;
}

.p-recruit__term.first {
    padding-top: 24px;
    padding-top: 2.4rem;
    border-top: 1px solid #002e7b;
}

@media screen and (min-width: 768px) {
    .p-recruit__term.first {
        border: none;
        padding: 0;
    }
}

.p-recruit__description {
    margin-top: 11px;
    margin-top: 1.1rem;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 2;
    border-bottom: 1px solid #002e7b;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__description {
        font-size: 1.5rem;
        line-height: 2.4;
        padding-bottom: 2.3rem;
    }
}

.p-recruit__description a {
    color: #002e7b;
    text-decoration: underline;
}

.p-recruit__tabTheme {
    color: #002e7b;
    font-size: 17px;
    font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__tabTheme {
        text-align: center;
        font-size: 2rem;
    }
}

.p-recruit__tabSubject {
    color: #002e7b;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__tabSubject {
        text-align: center;
        font-size: 3rem;
    }
}

.p-recruit__heading {
    position: relative;
    padding: 2rem 1.6rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

.p-recruit__more {
    width: 2.7rem;
    height: 2.7rem;
    position: absolute;
    top: calc(50% - 1.35rem);
    right: 1.8rem;
    border: 1px solid #002e7b;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .p-recruit__more {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-faq .p-recruit__more {
        top: calc(50% - 2rem);
        display: block;
        width: 4rem;
        height: 4rem;
    }
}

.p-recruit__more::before,
.p-recruit__more::after {
    content: "";
    display: block;
    background-color: #002e7b;
    position: absolute;
    width: 20px;
    width: 2rem;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .p-recruit__more::before,
    .p-recruit__more::after {
        width: 3rem;
    }
}

.p-recruit__more::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 9%;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-recruit__more.active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.p-recruit__link {
    margin-top: 60px;
    margin-top: 6rem;
    margin-inline: auto;
}

.ratio-table {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #002e7b;
    border-radius: 10px;
}
.ratio-table__header {
    color: #002e7b;
    text-align: center;
    padding: 10px;
}
.ratio-table th {
    border-bottom: 1px solid #002e7b;
    padding: 10px;
    text-align: center;
}
.ratio-table th, .ratio-table td {
    line-height: 1.5;
    padding: 10px;
    text-align: center;
}
.ratio-table th span, .ratio-table td span {
    font-size: 0.8em;
}
.ratio-table th {
    border-bottom: 1px solid #002e7b;
}
.ratio-table td + td {
    border-left: 1px solid #002e7b;
}
.ratio-table tr + tr td {
    border-top: 1px solid #002e7b;
}
.date {
    text-align: right;
    margin: 1.2rem 1.5rem;
    font-size: 1.2rem;
}

.p-slider__link {
    display: block;
}

@media screen and (min-width: 768px) {
    .p-slider__link {
        width: 22.9868228404vw;
    }
}

.p-slider__img::before {
    padding-top: 143.3121019108%;
}

.p-slider__container {
    margin-left: 14px;
    margin-left: 1.4rem;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-slider__container {
        margin-left: 2rem;
    }
}

.p-slider__block {
    position: relative;
    width: 100%;
    background-color: #FFF;
    padding: 10px;
    padding: 1rem;
    margin-top: -70px;
    margin-top: -7rem;
}

.p-interview .swiper-button-prev,
.p-interview .swiper-button-next {
    position: static;
    width: 48px;
    width: 4.8rem;
    height: 48px;
    height: 4.8rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.p-interview .swiper-button-prev {
    background-image: url(../images/svg/prev.svg);
}

.p-interview .swiper-button-next {
    background-image: url(../images/svg/next.svg);
}

.p-interview .swiper-button-prev:after, .p-interview .swiper-rtl .swiper-button-next:after,
.p-interview .swiper-button-next:after, .p-interview .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.p-slider__name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}

.p-slider__info {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 4px;
    margin-top: 0.4rem;
}

.p-slider__comment {
    margin-left: 12px;
    margin-left: 1.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 20px;
    margin-top: 2rem;
    line-height: 1.75;
}

.p-slider__sign {
    margin-top: 12px;
    margin-top: 1.2rem;
    margin-left: 12px;
    margin-left: 1.2rem;
    background-image: url(../images/common/icon.png);
    width: 88px;
    width: 8.8rem;
    height: 20px;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.p-support {
    position: relative;
    overflow: hidden;
}

.p-support::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5ebd7;
    mix-blend-mode: multiply;
}

.p-support::after {
    content: "support";
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    color: #FFF;
    opacity: 0.5;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: 10px;
    top: 1rem;
    left: 0;
}

@media screen and (min-width: 768px) {
    .p-support::after {
        font-size: 25rem;
    }
}

.p-support__inner {
    position: relative;
    z-index: 1;
}

.p-support__subject {
    margin-top: 70px;
    margin-top: 7rem;
    font-weight: 500;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (min-width: 768px) {
    .p-support__subject {
        margin-top: 15rem;
        font-size: 2.4rem;
    }
}

.p-support__contents {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-support__contents {
        margin-top: -5rem;
    }
}

.p-support__items {
    margin-top: 14px;
    margin-top: 1.4rem;
    display: grid;
    row-gap: 20px;
    row-gap: 2rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-support__items {
        margin-top: 2rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .p-support__items::after {
        position: absolute;
        color: #D8D9C2;
        text-transform: capitalize;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-size: 21rem;
        z-index: -1;
    }
}

@media screen and (min-width: 768px) {
    .p-support__items.welfare::after {
        content: "welfare";
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        top: -16.5rem;
        right: -20rem;
    }
}

@media screen and (min-width: 768px) {
    .p-support__items.welfare {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .welfare .p-support__item:nth-of-type(1) {
        grid-area: 1 / 1 / 3 / 2;
    }

    .welfare .p-support__item:nth-of-type(1) .p-support__wrap {
        height: 63rem;
    }

    .welfare .p-support__item:nth-of-type(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .welfare .p-support__item:nth-of-type(3) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .welfare .p-support__item:nth-of-type(4) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .welfare .p-support__item:nth-of-type(5) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .welfare .p-support__item:nth-of-type(6) {
        grid-area: 4 / 1 / 5 / 2;
    }
}

@media screen and (min-width: 768px) {
    .p-support__items.careerup::after {
        content: "career up";
        top: -21.6rem;
        right: -23rem;
    }
}

@media screen and (min-width: 768px) {
    .p-support__items.etc::after {
        content: "etc.";
        bottom: 0;
        right: 0;
    }
}

.p-support__item {
    background-color: #FFF;
    padding: 30px 20px 20px;
    padding: 3rem 2rem 2rem;
}

@media screen and (min-width: 768px) {
    .p-support__item {
        border-radius: 1rem;
    }
}

.p-support__wideItem {
    background-color: #FFF;
    padding: 30px 20px 20px;
    padding: 3rem 2rem 2rem;
    overflow: hidden;
    margin-top: 20px;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .p-support__wideItem {
        border-radius: 1rem;
    }
}

.p-support__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #002e7b;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .p-support__wrap {
        height: 26.3rem;
    }
}

.p-support__wideItem .p-support__wrap {
    border: none;
}

@media screen and (min-width: 768px) {
    .p-support__wideItem .p-support__wrap {
        height: auto;
    }
}

.p-support__wideItemContainer {
    overflow-x: scroll;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #002e7b;
}

.p-support__schedule {
    width: 830px;
    width: 83rem;
    height: 177px;
    height: 17.7rem;
}

.p-support__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    width: 6rem;
    height: 60px;
    height: 6rem;
    margin-right: 3rem;
}

.p-support__img.dormitory {
    width: 60px;
    width: 6rem;
    height: 52px;
    height: 5.2rem;
}

.p-support__img.childcare {
    width: 50px;
    width: 5rem;
    height: 50px;
    height: 5rem;
}

.p-support__text {
    /*margin-left: auto;*/
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    width: 53.3333333333vw;
    color: #002E7B;
}

@media screen and (min-width: 768px) {
    .p-support__text {
        font-size: 1.5rem;
        width: 30rem;
    }
}

.p-support__text span {
    display: block;
    font-weight: bold;
}

.p-support__text p {
    margin-top: 3rem;
}

.p-support__text p:first-of-type {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .p-support__wideItem .p-support__text {
        width: 83rem;
    }
}

.p-support__theme {
    margin-top: 10px;
    margin-top: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "noto-sans-cjk-jp", sans-serif;
    color: #002e7b;
}

.p-support__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-top: 1rem;
}

.p-support__bottom .p-support__theme {
    margin-top: 0;
}

.p-support__annotation {
    margin-left: auto;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "noto-sans-cjk-jp", sans-serif;
}

.p-triangle__title {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    letter-spacing: 0.2em;
    top: 16%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .p-triangle__title {
        top: 26.2%;
        font-size: 3.2rem;
    }
}

.p-triangle__title.values {
    top: 47%;
}

@media screen and (min-width: 768px) {
    .p-triangle__title.values {
        top: 51.5%;
    }
}

@media screen and (min-width: 768px) {
    .p-triangle__content {
        display: none;
    }
}

.p-triangle__enTitle {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 600;
    font-size: 38px;
    font-size: 3.8rem;
    color: #002e7b;
    top: 22.7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .p-triangle__enTitle {
        top: 32.1%;
        font-size: 8.4rem;
    }
}

.p-triangle__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 33.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .p-triangle__text {
        top: 40.5%;
        font-size: 2.4rem;
        line-height: 1.8333333333;
    }
}

.p-triangle__blockContainer {
    width: min(100vw - 40px, 340px);
    width: min(100vw - 40px, 34rem);
    margin-top: -360px;
    margin-top: -36rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    gap: 1.6rem;
    padding: 0 20px;
    -webkit-transform: translateX(74%);
    transform: translateX(74%);
    position: absolute;
    bottom: 22px;
    bottom: 2.2rem;
}

@media screen and (min-width: 768px) {
    .p-triangle__blockContainer {
        width: 100%;
        margin-top: 0;
        display: block;
        padding: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.p-triangle__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 160px;
    width: 16rem;
    height: 160px;
    height: 16rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .p-triangle__block {
        position: absolute;
        bottom: 27.8vw;
        width: 21.4494875549vw;
        height: 21.4494875549vw;
        padding-bottom: 1.5rem;
    }
}

.p-triangle__block:first-of-type {
    border: 1px solid #0086bf;
}

@media screen and (min-width: 768px) {
    .p-triangle__block:first-of-type {
        border: none;
        left: 2.6%;
    }
}

.p-triangle__block:nth-of-type(2) {
    border: 1px solid #f6b700;
}

@media screen and (min-width: 768px) {
    .p-triangle__block:nth-of-type(2) {
        border: none;
        left: 27.3%;
    }
}

.p-triangle__block:nth-of-type(3) {
    border: 1px solid #78aa00;
}

@media screen and (min-width: 768px) {
    .p-triangle__block:nth-of-type(3) {
        border: none;
        left: 52.1%;
    }
}

.p-triangle__block:last-of-type {
    border: 1px solid #6558b1;
}

@media screen and (min-width: 768px) {
    .p-triangle__block:last-of-type {
        border: none;
        right: 1.8%;
    }
}

.p-triangle__blockTitle {
    font-weight: 300;
    color: #002e7b;
    line-height: 1.2;
    font-size: 40px;
    font-size: 4rem;
}

@media screen and (min-width: 768px) {
    .p-triangle__blockTitle {
        font-size: 7rem;
    }
}

.p-triangle__blockEnTitle {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .p-triangle__blockEnTitle {
        font-size: 1.4rem;
    }
}

.p-triangle__blockText {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8181818182;
    margin: auto 6px 0;
    margin: auto 0.6rem 0;
}

@media screen and (min-width: 768px) {
    .p-triangle__blockText {
        font-size: 1.6rem;
        line-height: 2.25;
        margin-left: 1.5rem;
    }
}

.p-vision {
    position: relative;
    overflow: hidden;
    margin-top: -66.6666666667vw;
}

@media screen and (min-width: 768px) {
    .p-vision {
        margin-top: -43.746706vw;
    }
}

.p-vision::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6f5e1;
    mix-blend-mode: multiply;
}

.p-vision__inner {
    position: relative;
}

.p-vision__heading::before {
    content: "vision";
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Barlow Condensed", sans-serif;
    z-index: -1;
    color: transparent;
    text-shadow: 0 0 5px #FFF;
    opacity: 0.5;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: -90px;
    top: -9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .p-vision__heading::before {
        font-size: 25rem;
        left: 43.6%;
        top: -23.3rem;
    }
}

.p-vision__heading {
    position: relative;
    z-index: 1;
}

.p-vision__contentsWrap {
    position: relative;
    height: 1237px;
    height: 123.7rem;
}

@media screen and (min-width: 768px) {
    .p-vision__contentsWrap {
        height: auto;
    }
}

.p-vision__contents {
    position: absolute;
    top: 0;
    left: 32%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 820px;
    width: 82rem;
    height: 1237px;
    height: 123.7rem;
}

@media screen and (min-width: 768px) {
    .p-vision__contents {
        transform: rotate(9.7deg);
        position: static;
        margin-top: 5.5rem;
        margin-left: auto;
        margin-right: 12%;
        width: 80vw;
        height: 102.4890190337vw;
    }
}

.vision_illust_wrap {
    position: relative;
    overflow-x: clip;
}

@media screen and (min-width: 768px) {
    .vision_illust_wrap {
        position: relative;
        height: 0;
    }
}

.vision_illust img {
    width: 100%;
}

.vision_illust {
    position: absolute;
    width: 90vw;
    top: -55vw;
    left: unset;
    right: -13vw;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .vision_illust {
        position: absolute;
        width: 60.5vw;
        top: -42vw;
        left: -5%;
        z-index: 2;
    }
}


.p-vision__contentsInner {
    display: none;
}

.p-vision__theme {
    font-weight: 500;
    color: #002e7b;
    font-size: 20px;
    font-size: 2rem;
    font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (min-width: 768px) {
    .p-vision__theme {
        font-size: 2.4rem;
    }
}

.p-vision__text {
    margin-top: 20px;
    margin-top: 2rem;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
}

@media screen and (min-width: 768px) {
    .p-vision__text {
        margin-top: 4.3rem;
        font-size: 1.75rem;
        line-height: 1.8571428571;
    }
}

.p-vision__smallText,
.p-vision__lastText {
    margin-top: 20px;
    margin-top: 2rem;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
}

@media screen and (min-width: 768px) {
    .p-vision__lastText {
        margin-top: 7.6rem;
        margin-left: 10.9rem;
    }
}

.p-vision__contentsBlock:nth-of-type(n+2) {
    margin-top: 80px;
    margin-top: 8rem;
}

@media screen and (min-width: 768px) {
    .p-vision__contentsBlock:nth-of-type(n+2) {
        margin: 11.5rem 0 0 17.7rem;
    }
}

.p-vision__items {
    margin-top: 40px;
    margin-top: 4rem;
    color: #002e7b;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7333333333;
}

@media screen and (min-width: 768px) {
    .p-vision__items {
        margin-top: 5.4rem;
        font-size: 2rem;
        line-height: 2.5;
    }
}

.p-vision__item:nth-of-type(n+2) {
    margin-top: 12px;
    margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-vision__item:nth-of-type(n+2) {
        margin-top: 0;
    }
}

.u-desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .u-desktop {
        display: block;
    }
}

.u-fadein {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.u-fadein.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.illust-fadein {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(3rem);
    transform: translateX(3rem);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.illust-fadein.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


.illust-fadein-center {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.illust-fadein-center.active-center {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


@media screen and (min-width: 768px) {
    .u-mobile {
        display: none;
    }
}

.u-nowrap {
    white-space: nowrap;
}

/*# sourceMappingURL=styles.css.map */
