/* opening */
.opening {
    display: none;
    background: #FFF;
    position: fixed;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    inset: 0;
}
.opening__item {
    width: 80%;
    max-width: 130rem;
    position: relative;
    top: 0;
    left: 0;
}
.opening__item01, .opening__item02 {
    position: absolute;
    top: 0;
    left: 0;
}
.opening__item01 {
    width: 52.62%;
    max-width: 68.4rem;
    z-index: 3;
}
.opening__item02 {
    width: 100%;
    z-index: 1;
}
.opening__item01 img, .opening__item02 img {
    width: 100%;
}

@property --p {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}
.radial {
    --p: 0;
    --fill: transparent;
    --track: #FFF;
    width: 120%;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
    conic-gradient(from var(--start),
    var(--track) 0turn calc(1turn - var(--p)*1turn),
    var(--fill)  calc(1turn - var(--p)*1turn) 1turn);
    position: absolute;
    z-index: 3;
    will-change: opacity, transform;
}
.to-90 {
    --start: -180deg;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.to-180 {
    --start: -135deg;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}



/* fv */
.fv {
    background: #FFF;
    padding: 45rem 6rem 11rem;
    position: relative;
}
.fv__mv {
    width: 80%;
    max-width: 130rem;
    position: absolute;
    top: 0;
    left: 0;
}
.fv__mv img {
    width: 100%;
}
.fv__cc {
    margin-left: auto;
}
.fv__cc__sub {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: end;
}
.fv__cc h2 {
    font-size: 24rem;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.fv__cc h2 .orange, .fv__cc h2 span.orange {
    color: var(--orange);
}
.fv__cc__main--big {
    margin-top: 1rem;
    display: flex;
    justify-content: end;
}
.fv__cc__main--small {
    margin-top: -2.5rem;
    display: flex;
    justify-content: end;
    gap: 0 2rem;
}
.fv__cc h2 span {
    font-size: 7rem;
    line-height: 1;
}
@media screen and (max-width: 1000px) {
    .fv {
        padding: 38rem 0 9rem;
        overflow: hidden;
    }
    .fv__mv {
        width: 190%;
        max-width: 86rem;
        position: absolute;
        top: 0;
        left: 37%;
        transform: translateX(-50%);
    }
    .fv__cc {
        width: 39rem;
        margin: 0 auto;
    }
    .fv__cc__sub {
        font-size: 2.2rem;
        text-align: left;
    }
    .fv__cc h2 {
        font-size: 9.5rem;
        margin-top: -1rem;
    }
    .fv__cc__main--big {
        margin-top: 1rem;
        justify-content: flex-start;
    }
    .fv__cc__main--small {
        margin-top: -1rem;
        gap: 0 1rem;
    }
    .fv__cc h2 span {
        font-size: 4rem;
    }
}



/* vision */
.vision {
    background: var(--orange);
    padding: 15rem 0 27rem;
}
.vision__inner {
    width: 90%;
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0 6rem;
}
.vision__cc span {
    color: #FFF;
    font-size: 2.4rem;
}
.vision__cc h2 {
    color: #FFF;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 6rem;
}
.vision__txt {
    margin-top: 16rem;
}
.vision__txt p {
    color: #FFF;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 2.5;
}
.vision__btn {
    margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
    .vision {
        padding: 12rem 0 12rem;
    }
    .vision__inner {
        max-width: 70rem;
        margin: 0 auto;
        display: block;
    }
    .vision__cc span {
        font-size: 1.4rem;
    }
    .vision__cc h2 {
        font-size: 2.6rem;
        margin-top: 2rem;
    }
    .vision__txt {
        margin-top: 3rem;
    }
    .vision__txt p {
        font-size: 1.5rem;
        line-height: 1.7;
    }
    .vision__btn {
        margin-top: 5rem;
    }
}



/* business */
.business {
    background: #FFF;
    border-top-left-radius: 12rem;
    border-top-right-radius: 12rem;
    padding: 12rem 0;
    margin-top: -12rem;
}
.business__ttl {
    width: 90%;
    max-width: 120rem;
    margin: 0 auto;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.business__ttl span {
    display: block;
    font-size: 12rem;
    margin-left: -.6rem;
}
.business__swiper {
    padding-top: 14rem;
    margin-top: -8rem;
    position: relative;
}
.business__swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.business__swiper .swiper-slide {
    height: auto;
    display: flex;
}
.business__cnt {
    width: 100%;
    height: 100%;
    border-radius: 6rem;
    padding: 35rem 3rem 4rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.business__cnt__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.business__cnt__txt {
    position: relative;
    z-index: 1;
}
.business__cnt__txt span {
    display: inline-block;
    color: var(--orange);
    font-size: 1.5rem;
    border: .2rem solid var(--orange);
    border-radius: 6rem;
    background: #FFF;
    padding: .6rem 1rem;
}
.business__cnt__txt h3 {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1.5rem;
}
.business__cnt__txt p {
    color: #FFF;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 1.5rem;
}
.swiper-button__wrap {
    width: fit-content;
    display: flex;
    gap: 0 1rem;
    position: absolute;
    top: 0;
    right: 12rem;
    z-index: 1;
}
.swiper-button-prev, .swiper-button-next {
    width: 8rem;
    height: 8rem;
    background: var(--lightgray);
    border-radius: 100%;
    margin-top: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transition: background .5s ease;
}
.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}
.swiper-button-prev svg, .swiper-button-next svg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-button-prev svg rect, .swiper-button-next svg rect {
    stroke: var(--orange);
    stroke-width: .1rem;
    stroke-dasharray: 250;
    stroke-dashoffset: 250;
    transition: stroke-dashoffset .5s ease;
}
.swiper-button-prev span, .swiper-button-next span {
    display: block;
    width: 1.9rem;
    height: 1.5rem;
    position: absolute;
}
.swiper-button-prev span img, .swiper-button-next span img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-button-prev span img:nth-of-type(1) {
    transform: translateX(0);
    opacity: 1;
}
.swiper-button-next span img:nth-of-type(1) {
    transform: translateX(0) rotate(180deg);
    opacity: 1;
}
.swiper-button-prev span img:nth-of-type(2) {
    transform: translateX(200%);
    opacity: 0;
}
.swiper-button-next span img:nth-of-type(2) {
    transform: translateX(-200%) rotate(180deg);
    opacity: 0;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #FFF;
}
.swiper-button-prev:hover svg rect, .swiper-button-next:hover svg rect {
    stroke-dashoffset: 0;
}
.swiper-button-prev:hover span img:nth-of-type(1) {
    transform: translateX(-200%);
    opacity: 0;
    transition: transform .2s ease, opacity .2s ease;
}
.swiper-button-next:hover span img:nth-of-type(1) {
    transform: translateX(200%) rotate(180deg);
    opacity: 0;
    transition: transform .2s ease, opacity .2s ease;
}
.swiper-button-prev:hover span img:nth-of-type(2) {
    transform: translateX(0);
    opacity: 1;
    transition: transform .2s ease .3s, opacity .2s ease .3s;
}
.swiper-button-next:hover span img:nth-of-type(2) {
    transform: translateX(0) rotate(180deg);
    opacity: 1;
    transition: transform .2s ease .3s, opacity .2s ease .3s;
}
.swiper-button-prev__item, .swiper-button-next__item {
    display: none;
}
@media screen and (max-width: 1000px) {
    .business {
        background: #FFF;
        border-top-left-radius: 3.2rem;
        border-top-right-radius: 3.2rem;
        padding: 8rem 0 9rem;
        margin-top: -6rem;
    }
    .business__ttl {
        max-width: 70rem;
        font-size: 1.5rem;
    }
    .business__ttl span {
        font-size: 6rem;
        margin-left: -.6rem;
    }
    .business__swiper {
        width: 90%;
        max-width: 70rem;
        padding-top: 0;
        padding-bottom: 8rem;
        margin: 4rem auto 0;
    }
    .business__cnt {
        border-radius: 4rem;
        padding: 27rem 3rem 4rem;
    }
    .business__cnt__img img {
        object-position: 50% 30%;
    }
    .business__cnt__txt span {
        font-size: 1.4rem;
        padding: .6rem 1rem;
    }
    .business__cnt__txt h3 {
        margin-top: 1rem;
    }
    .business__cnt__txt p {
        line-height: 1.7;
        margin-top: 1rem;
    }
    .swiper-button__wrap {
        gap: 0 .8rem;
        top: auto;
        bottom: 0;
        right: 0;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 6rem;
        height: 6rem;
        background: var(--orange);
    }
    .swiper-button-prev:hover, .swiper-button-next:hover {
        background: var(--orange);
    }
    .swiper-button-prev svg, .swiper-button-next svg {
        display: none;
    }
    .swiper-button-prev span, .swiper-button-next span {
        display: none;
    }
    .swiper-button-prev__item, .swiper-button-next__item {
        display: block;
        width: 1rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .swiper-button-next__item {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    .swiper-button-prev__item img, .swiper-button-next__item img {
        width: 100%;
    }
}



/* news */
.news {
    padding: 12rem 0;
}
.news__inner {
    width: 90%;
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news__index__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.news__index__ttl span {
    display: block;
    font-size: 12rem;
    margin-left: -.6rem;
}
.news__index__btn {
    margin-top: 6rem;
}
.news__index__btn.pc {
    display: flex;
}
.news__index__btn.sp {
    display: none;
}
.news__container {
    margin-top: 6rem;
}
.news__cnt {
    width: 79rem;
    background: var(--lightgray);
    border-radius: 1.5rem;
    padding: 3rem 1.5rem;
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .3s ease, box-shadow .3s ease;
}
.news__cnt:first-of-type {
    margin-top: 0;
}
.news__cnt:hover {
    background: var(--orange);
    box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .3);
}
.news__cnt__txt {
    display: flex;
    align-items: center;
    gap: 0 3rem;
}
.news__cnt__txt span {
    font-size: 1.5rem;
    transition: color .3s ease;
}
.news__cnt:hover .news__cnt__txt span {
    color: #FFF;
}
.news__cnt__txt p {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: color .3s ease;
}
.news__cnt:hover .news__cnt__txt p {
    color: #FFF;
}
.news__cnt__btn {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: #FFF;
    position: relative;
}
.news__cnt__btn img {
    width: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: z-index .3s ease, opacity .3s ease;
}
.news__cnt__btn img.default {
    z-index: 1;
    opacity: 1;
}
.news__cnt__btn img.hover {
    z-index: 0;
    opacity: 0;
}
.news__cnt:hover .news__cnt__btn img.default {
    z-index: 0;
    opacity: 0;
}
.news__cnt:hover .news__cnt__btn img.hover {
    z-index: 1;
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    .news {
        padding: 0 0 6rem;
    }
    .news__inner {
        max-width: 70rem;
        display: block;
    }
    .news__index__ttl {
        font-size: 1.5rem;
    }
    .news__index__ttl span {
        font-size: 6rem;
        margin-left: -.6rem;
    }
    .news__index__btn {
        margin: 5rem auto 0;
    }
    .news__index__btn.pc {
        display: none;
    }
    .news__index__btn.sp {
        display: flex;
    }
    .news__container {
        margin-top: 4rem;
    }
    .news__cnt {
        width: 100%;
        padding: 3rem 1.5rem 2.3rem;
        align-items: end;
    }
    .news__cnt:hover {
        background: var(--lightgray);
        box-shadow: none;
    }
    .news__cnt__txt {
        display: block;
        padding-bottom: .7rem;
    }
    .news__cnt__txt span {
        display: block;
        font-size: 1.4rem;
    }
    .news__cnt__txt p {
        margin-top: 1rem;
    }
    .news__cnt:hover .news__cnt__txt span {
        color: var(--black);
    }
    .news__cnt:hover .news__cnt__txt p {
        color: var(--black);
    }
    .news__cnt__btn {
        width: 3.5rem;
        height: 3.5rem;
    }
    .news__cnt__btn img {
        width: 1rem;
    }
    .news__cnt:hover .news__cnt__btn img.default {
        z-index: 1;
        opacity: 1;
    }
    .news__cnt:hover .news__cnt__btn img.hover {
        z-index: 0;
        opacity: 0;
    }
}




.recruit {
    padding-bottom: 8.5rem;
}
.recruit__cnt {
    width: 90%;
    max-width: 120rem;
    background: var(--black);
    border-radius: 6rem;
    padding: 9rem 3rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.recruit__ttl {
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.recruit__ttl span {
    display: block;
    color: #FFF;
    font-size: 12rem;
    text-align: center;
    margin-bottom: 1rem;
}
.recruit__txt {
    color: #FFF;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 3rem;
}
.recruit__btn {
    border: none;
    margin: 3rem auto 0;
}
.recruit__btn span {
    color: var(--black);
}
.recruit__img {
    width: 100%;
    height: 75rem;
    margin-top: -2rem;
    position: relative;
}
.recruit__img img {
    object-position: top center;
}
.recruit__img__message {
    white-space: nowrap;
    display: inline-flex;
    position: absolute;
    bottom: -6rem;
    left: 0;
    animation: flowing 30s linear infinite;
}
.recruit__img__message li {
    color: #FFF;
    font-size: 18rem;
    padding: 0 5rem;
}
@media screen and (max-width: 1000px) {
    .recruit {
        padding-bottom: 0;
    }
    .recruit__cnt {
        max-width: 70rem;
        border-radius: 3rem;
        padding: 9rem 3rem 7rem;
    }
    .recruit__ttl {
        font-size: 2rem;
    }
    .recruit__ttl span {
        font-size: 7rem;
        margin-bottom: 1rem;
    }
    .recruit__txt {
        margin-top: 3rem;
    }
    .recruit__btn {
        margin: 4rem auto 0;
    }
    .recruit__img {
        height: 38rem;
        margin-top: -2rem;
    }
    .recruit__img__message {
        bottom: -3.5rem;
        left: 0;
        animation: flowing 30s linear infinite;
    }
    .recruit__img__message li {
        font-size: 12rem;
        padding: 0 3rem;
    }
}