@charset "UTF-8";

/* Main */

body {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

main {
    padding-top: 0;
}

.contentsSp {
    padding-block: 0;
}

section {
    position: relative;
}

.section__title {
    font-size: 1.9rem;
}

@media screen and (min-width: 999.8px) {

    .section__title {
        font-size: 3.5rem;
        /* margin-right: 20px; */
    }
}

/* sec01 Mv*/

#slider-container {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    
}

.swiper {
    position: absolute;
    top:0;
    left: 0;
    overflow: visible;
    height: 100%;
    aspect-ratio: 9 / 16;
}

.swiper-slide {
    height: auto;

    & img {
        height: 100%;
        object-fit: cover;
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -36px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

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

.video__wrapper {
    aspect-ratio: 9/16;
    /* position: absolute; */
    /* top:0;
    left: 0; */
    width: 100vw;
    height: unset;
    overflow: hidden;
    z-index: 20;
}

.video__wrapper>video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    aspect-ratio: 9/16;
}

.video__wrapper>button {
    position: absolute;
    bottom: 6vh;
    right: 24px;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 12px;
    color: #FFF;
    border-radius: 12px;    
}

/* .sliderTop_sp {
    display: block;
}

.sliderTop {
    display: none;
} */

#sec01 {
    margin-bottom: 8rem;
}

#sec01 .slick-track {
    height: 100vh;
}

.slick-slide {
    object-fit: cover;

    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.container__sec01 {
    position: relative;
    margin-inline: auto;
}

.text__top {
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 3.5rem;
    color: var(--color-white);
    opacity: 0;
    transition: opacity 0.1s ease;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
    z-index: 1;
}

#sec02 {
    margin-top: 5%;

    & .container {
        text-align: center;
    }
}


/* sec01 pc */
@media screen and (min-width: 999.8px) {

    .swiper {
        aspect-ratio: unset;
        width: 100%;
    }
    

    .swiper-slide {
        /* height: 100vh; */

        & img {
            width: 100vw;
            /* height: 100%; */
            object-fit: cover;
        }
    }

    .video__wrapper {
        aspect-ratio: 16/9;
        position: relative;
        width: 100vw;
        /* height: 100%; */
        overflow: hidden;
    }

    .video__wrapper>video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        aspect-ratio: 16/9;

    }

    .video__wrapper>button {
        bottom: 36px;
    }
    


    #sec02 {
        margin-top: 5%;
        text-align: center;

        & .container {
            text-align: start;
        }
    }

    .text__top {
        top: 50%;
        left: 20%;
        writing-mode: initial;
        text-orientation: initial;
        transform: translateY(-50%);
        font-size: 6rem;
        color: var(--color-white);
    }

    /* .sliderTop_sp {
        display: none;
    }

    .sliderTop {
        display: block;
    } */
}

@media screen and (min-width: 1366px) {
    .swiper-slide {
        height: 100vh;
        width: 100vw;

        & img {
            width: 100vw;
            height: 100vh;
            object-fit: cover;
        }
    }

    .video__wrapper {
        /* aspect-ratio: 16/9; */
        position: relative;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
    .video__wrapper>video {
        height: 100%;
        object-fit: cover;
    }

}
/* sec02 about sp*/
.about {
    display: none;
}

.item__sec02 {
    padding-block: 2rem;
}

.text__sec02 {
    font-size: 1.5rem;
    line-height: 2;
    padding-top: 4%;
    letter-spacing: 0;
}

.button__white {
    text-align: center;
}

/* sec02 pc */
@media screen and (min-width: 999.8px) {

    .text__sec02 {
        font-size: 2rem;
        line-height: 3;
        padding-top: 4%;
    }

    .about {
        display: block;
        font-size: 1.9rem;
    }

    /* .button__white {
        text-align: right;
    } */

    .button__white {
        text-align: right;
    }

}

/* sec03 news*/

.contents__sec03 {
    display: flex;
    justify-content: space-between;
    padding-top: 20%;
    margin-bottom: 4rem;
}

.item__sec03 {
    border-top: solid 1px var(--color-main);
    /* height: 100px; */
    /* padding-inline: 2rem;
    padding-block: 2rem; */
    gap: 2rem;

    &:last-of-type {
        border-bottom: solid 1px var(--color-main);
    }
}

.item__sec03>a {
    cursor: pointer;
    width: 100%;
    padding: 2rem 0 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.item_sec03>* {
    flex: 1 1 auto;
    padding-inline: 2rem;
}


.text__sec03 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.text__sec03 p {
    transition: color 0.3s ease;
    flex-shrink: 1;
}

.text__sec03 p:hover {
    color: var(--color-main);
}

.text__sec03 .arrow__sec03 {
    flex-shrink: 0;
    position: relative;
    top: -1cap;
}

.under {
    border-bottom: solid 1px var(--color-main);
}

.button__newsPc {
    display: none;
}

/* .button__newsPc .arrow_green {
    width: 48px;
    height: 48px;
} */

.button__newsSp {
    display: block;
    text-align: end;
    padding-top: 6.4%;
}

/* .text__sec03 .arrow__sec03,
.text__sec03 .arrow__sec03::after,
.button__newsSp>.arrow,
.button__newsSp>.arrow::after {
    border-color: var(--color-main);
}

.text__sec03 .arrow__sec03::before,
.button__newsSp>.arrow::before {
    background-color: var(--color-main);
} */

.left__sec03 {
    padding-right: 2%;
}

/* ===== sec03 ホバー効果 ===== */
.item__sec03:hover {
    background-color: var(--color-green-light);
    transition: background-color 0.3s ease;
}

.item__sec03:hover p {
    color: var(--color-main);
    transition: color 0.3s ease;
}

.item__sec03:hover .arrow {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.item__sec03:hover .arrow::before {
    background-color: #fff;
}

.item__sec03:hover .arrow::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


/* sec03 pc */
@media screen and (min-width: 999.8px) {

    .button__newsPc {
        display: block
    }

    .button__newsSp {
        display: none;

    }

    .item__sec03>a {
        flex-direction: row;
        align-items: center;
        padding: 2rem;
        gap: 2rem;
    }


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

    .text__sec03 {
        width: calc(100% - 100px);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text__sec03 .arrow__sec03 {
        top: unset;
    }

    .text__sec03 .arrow__sec03,
    .text__sec03 .arrow__sec03::after,
    .button__newsSp>.arrow,
    .button__newsSp>.arrow::after {
        border-color: #ccc;
    }

    .text__sec03 .arrow__sec03::before,
    .button__newsSp>.arrow::before {
        background-color: #ccc;
    }


}


/* sec04  works Introduction*/

.sp__sec04 {
    display: block;
}

.pc__sec04 {
    display: none;
}

#sec04 {
    padding-block: 12%;
}

/* .container__sec04 {
    padding: 0 5%;
} */

.contents__sec04 {
    padding-bottom: 4%;
}

.text__sec04 {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* padding-top: 4%;
    padding-bottom: 10%; */
}

.subTitle__sec04 {
    margin-right: auto;
}

/* .text__sec04 {
    display: flex;
} */

.title__sec04 {
    padding-right: 10px;
    font-size: 140%;
}

.area__sec04 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.area__sec04_item {
    transition: opacity 0.2s ease;

    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    &:hover {
        opacity: 0.7;
    }
}

.item__sec04 {
    margin-top: 1rem;
}

/* sec04 pc */
@media screen and (min-width: 999.8px) {
    .sp__sec04 {
        display: none;
    }

    .pc__sec04 {
        display: flex;
        /* justify-content: space-between;
        align-items: stretch; */
    }

    .area__sec04Pc,
    .sec04__imageWrap {
        width: 46%;
    }

    /* .container__sec04 {
        padding-left: 20%;
        padding-right: 0;
    } */

    .contents__sec04 {
        display: flex;
        align-items: end;
        gap: 20px;
        padding-bottom: 4rem;
    }

    .item__sec04Pc {
        width: 100%;
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        border-top: 1px solid #b8b8b8;
        border-bottom: 1px solid #b8b8b8;
        padding-inline: 2rem;
        height: 180px;

        &.item02 {
            border-top: none;
        }

        &.item03 {
            border-top: none;
        }
    }

    .text__sec04 {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: flex-start;
    }

    /* 右側の矢印エリア */
    .button__sec04 {
        display: flex;
        align-items: center;
        /* justify-content: flex-end; */
        /* min-width: 320px; */
        padding-right: 10px;
    }

    .subTitle__sec04 {
        font-size: 1.6rem;
        color: var(--color-main);
    }

    /* ===== sec04 ホバー効果 ===== */
    .item__sec04Pc:hover {
        background-color: var(--color-green-light);
        transition: background-color 0.3s ease;
    }

    .item__sec04Pc:hover p {
        color: var(--color-main);
        transition: color 0.3s ease;
    }

    .item__sec04Pc:hover .arrow {
        background-color: var(--color-main);
        border-color: var(--color-main);
    }

    .item__sec04Pc:hover .arrow::before {
        background-color: #fff;
    }

    .item__sec04Pc:hover .arrow::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .sec04__imageWrap {
        position: relative;
        width: 100%;
        height: auto;
        margin-right: calc(50% - 50vw);
    }

    .sec04__imageWrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease;
        opacity: 1;
        z-index: 1;
    }

    .sec04__imageWrap .img01 {
        opacity: 1;
        z-index: 2;
    }

    /* Hoverごとに表示 */
    .item01:hover~.sec04__imageWrap .img01,
    .item02:hover~.sec04__imageWrap .img02,
    .item03:hover~.sec04__imageWrap .img03 {
        opacity: 1;
        z-index: 3;
    }

    .sec04__imageWrap .img01 {
        object-position: bottom right;
    }

    .sec04__imageWrap .img02 {
        object-position: bottom left;

    }

    .sec04__imageWrap .img03 {
        object-position: top right;
    }


}

/* sec05 works*/
#sec05 {
    margin: 0 auto;
    /* padding: 150px 0; */
    background-color: var(--color-main);
}

.container__sec05 {
    padding: 6% 0;
}

.sec05__wrapper {
    display: flex;
}

/* sec05 arrow */
#sec05 .arrow__white {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: var(--color-white);
    border-radius: 50%;
    text-decoration: none;
    vertical-align: middle;
    transition: all 0.3s ease;
}

#sec05 .button__simple.white>a:hover>.arrow__white {
    transform: translateX(10px);
}

.button__simple {
    padding-right: 20px;
    margin-left: 20px;
}

.button__simple a {
    /* padding-right: 10px; */
}

.contents__sec05 {
    padding: 20px 8%;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: var(--color-white);
    margin-bottom: 5px;
}

.horizontal-word {
    transform: rotate(90deg);
    display: inline-block;
    margin-bottom: -15px;
    /* ← ここでカーニング調整 */
    margin-left: 1em;

}


.rotated-works {
    display: block;
    /* transform: rotate(90deg); */
    transform-origin: left center;
    writing-mode: vertical-lr;
    /* font-size: 1.6rem; */
    line-height: 1.5;
    margin-top: 10px;
    /* margin-left: 1.2rem; */
    color: var(--color-white);
}

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

/* sec05 slider */
.slider {
    width: 100%;
    height: 100%;
    margin: auto;
}

.slick-track,
.slick-list {
    height: 100%;
}

.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
}

.slick-img {
    height: 100%;
    margin-inline: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-img:hover {
    transform: scale(1.05);
}

.slick-img__inner {
    height: min(80%, 450px);
}

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

.slick-prev,
.slick-next {
    font-size: 0;
    /* 文字を非表示 */
    width: 40px;
    height: 40px;
    z-index: 10;
}

@media screen and (min-width: 999.8px) {
    .rotated-works {
        margin-left: 1.2rem;
    }

    .button__simple {
        padding-right: 8%;
    }

}

/* =====
arrow sec05
======= */
.arrow__white::before,
.arrow__white::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 横線（矢の棒） */
.arrow__white::before {
    width: 12px;
    height: 1px;
    background: var(--color-main);
    /* 矢印の色 */
}

/* 矢印の先（Vの部分） */
.arrow__white::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--color-main);
    border-right: 1px solid var(--color-main);
    transform: translate(-50%, -50%) rotate(45deg);
}

/* sec05 pc */
@media screen and (min-width: 999.8px) {

    .contents__sec05 {
        padding: 0;
        padding-top: 20px;
        padding-left: 14%;
        padding-right: 8%;
    }

    .rotated-works span {
        font-size: 1.5rem;
        margin-left: 27px;
    }

    .sec05__sliderArea {
        align-items: flex-start;
    }

}

/* sec06 Sistainablilty*/

#sec06,
#sec07 {
    padding: 11% 5% 0;
}

#sec07 {
    padding-top: 0;
    padding-bottom: 20%;
}

.box__sec06,
.box__sec07 {
    position: relative;
    width: 100%;
    height: 325px;

    &>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (min-width: 999.8px) {

    .box__sec06,
    .box__sec07 {
        width: 50%;
        height: 420px;
    }
}

/* 左右BOX item */
.item__left {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-inline: 2rem;
    top: 0;
    /* left: 13%; */
    /* text-align: center; */

}

.item__right {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-inline: 2rem;
    top: 0;

    /* left: 13%; */
    /* text-align: center; */
}

.text__sec06,
.text__sec07 {
    line-height: 2;
    padding: 4% 0;
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
}

.text__sec07.sub_title {
    font-size: 2rem;
    padding-bottom: 0;
    line-height: 1.5;
}


/* ====button内に矢印==== */
.button__white {
    /* width: 100%; */
    /* text-align: center; */
}

.button__white a {
    width: 240px;
    /* padding: 20px 50px; */
}

.button__green {
    /* width: 240px; */
    /* padding: 12px 16px; */
    text-align: center;
    padding-top: 2rem;
}

.button__green a {
    display: inline-block;
    width: 240px;
    padding: 12px 16px;
    text-align: center;
    color: var(--color-main);
    background: var(--color-white);
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

/* 矢印マーク（丸＋→） */
.button__green .arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    /* 丸の色：白 */
    border-radius: 50%;
}

/* 横棒（→ の横線） */
.button__green .arrow::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: var(--color-white);
    /* メインカラーで表示 */
    transform: translate(-50%, -50%);
}

/* 矢印の先端（→ の > 部分） */
.button__green .arrow::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    border-top: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
    transform: translate(-50%, -50%) rotate(45deg);
}

.img__sec07 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* sec06 pc */
@media screen and (min-width: 999.8px) {

    #sec06,
    #sec07 {
        max-width: 1400px;
        margin: 0 auto;
        padding: 150px 0;
    }

    #sec06 {
        padding-bottom: 0;
    }

    #sec07 {
        padding-top: 0;
    }


    .container__sec06,
    .container__sec07 {
        display: flex;
        justify-content: center;
    }

    /* 左右BOX item */
    .item__left {
        /* padding-inline: 12rem; */
    }

    .item__right {
        height: 100%;
        /* padding-inline: 12rem; */
    }

    .text__sec06,
    .text__sec07 {
        /* text-align: left; */
        font-size: 1.6rem;
        /* padding: 10% 0; */
    }

    .text__sec07.sub_title {
        font-size: 2rem;
        padding-bottom: 0;
    }

    #sec06 .button__white,
    #sec07 .button__green {
        text-align: center;
    }


    #sec06 .button__white a,
    #sec06 .button__green a,
    #sec07 .button__white a,
    #sec07 .button__green a {
        width: 280px;

        /* padding: 20px 50px; */
    }

}

/* sec08 RECRUIT*/
.sp__sec08 {
    display: block;
}

.pc__sec08 {
    display: none;
}

.box__sec08 {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}


.item__sec08 {
    display: flex;
    flex-direction: column;
}

.subtitle__sec08 {
    font-size: 1.9rem;
    line-height: 2;
    padding: 3% 0;
}


.text__sec08 {
    line-height: 2;
    padding: 3% 0;
}

.icon::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/link.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
}

.recruit-text::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(../images/link.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    transform: scale(1.8);
    bottom: 4px;
}


/* sec08 pc */
@media screen and (min-width: 999.8px) {
    .sp__sec08 {
        display: none;
    }

    .pc__sec08 {
        display: block;
        margin-left: auto;
    }

    #sec08 {
        padding: 5% 0;
    }

    .box__sec08 {
        position: absolute;
        top: 50%;
        right: 60%;
    }

    .item__sec08 {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding-bottom: 40px;
    }


    .recruit-text::after {
        position: relative;
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url(../images/link.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 6px;
        margin-left: 16px;
        transform: scale(1.8);
        bottom: 4px;
    }

}


/* sec09 Contact*/

/* sec09 pc */
@media screen and (min-width: 999.8px) {
    .item__sec09 {
        text-align: center;
        border-top: solid 1px var(--color-main);
        border-bottom: solid 1px var(--color-main);
        padding: 30px 0;
    }

    .arrow__menu {
        position: relative;
        padding-right: 40px;
        /* 矢印分のスペース */
        cursor: pointer;
    }

    /* ::after で丸＋矢印 */
    .arrow__menu::after {
        content: "→";
        /* 矢印文字を表示 */
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        color: white;
        background-color: #000;
        /* 丸の色 */
        border-radius: 50%;
        /* 丸くする */
    }

}