@charset "UTF-8";

.container01 {
    width: 100%;
    height: 45vw;
    position: relative;
    /* background-image: url(../images/business/sec03_01.jpg); */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    /* &::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    } */

    & .img_mainVisual {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;

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

        & img {
            object-fit: cover;
        }
    }
}


.introduction {
    width: 100%;
    /* height: 630px; */
    /* background-image: url(../images/business/10company_backImg.jpg); */
    background-size: auto;
    background-repeat: repeat;
}

.pc__br {
    display: none;
}

.sp__br {
    display: block;
}

@media screen and (min-width: 999.8px) {
    .pc__br {
        display: block;
    }

    .sp__br {
        display: none;
    }
}

/* ==sec01_24Introduction == */
#introduction__sec01 {
    position: relative;
}

.intro__mvSp {
    display: block;
    padding-bottom: 15%;
}

.intro__mvPc {
    display: none;
}

.intro__mainTitle {
    position: absolute;
    top: 30%;
    left: 8%;
    font-size: 1.9rem;
}

.intro__subTitle {
    position: absolute;
    top: 42%;
    left: 10%;
}

.intro__mvText {
    display: none;
}

.line__24sec01 {
    border-bottom: solid 1px var(--color-black);
}

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

    .container01 {
        width: 100%;
        height: 27vw;

        /* position: relative; */
        /* background-image: url(../images/business/24mv.jpg); */
        /* background-size: cover;
        background-position: top;
        background-repeat: no-repeat; */
        &::before {
            display: none;
        }
    }


    .intro__mvSp {
        display: none;
    }

    .intro__mvPc {
        display: block;
    }

    .intro__mvText {
        display: block;
        width: 70%;
        max-width: 1400px;
        margin: 0 auto;
        padding-top: 1%;
        padding-left: 4.5%;
    }

    .intro__mainTitle {
        top: 30%;
        left: 18%;
        font-size: 3.5rem;
        letter-spacing: 1rem
    }

    .intro__subTitle {
        top: 40%;
        left: 18%;
        font-size: 2.6rem;
    }
}

/* == intorContents__sec02 == */
.introduction__title {
    /* font-weight: bold; */
    font-size: 2rem;
    text-align: center;
    padding-bottom: 5%;
}

.text__24sec01 {
    /* font-size: 1.4rem; */
    line-height: 2;
    text-align: center;
    padding-bottom: 15%;
    padding-inline: 2rem;
}

@media screen and (min-width: 999.8px) {
    .introduction__title {
        font-size: 3.5rem;
        /* padding-top: 6.5%; */
    }

    .text__24sec01 {
        /* font-size: 1.6rem; */
        line-height: 5rem;
        text-align: center;
        padding-bottom: 15%;
        padding-inline: 0;
    }
}

/* == intorContainer__sec02 == */

.sp__24sec02 {
    display: block;
}

.pc__24sec02 {
    display: none;
}

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

.right__align {
    margin-left: 15%;
}

.left__align {
    margin-right: 15%;
}

.left__text {
    padding-right: 25%;
}

.img__24sec02 {
    margin-bottom: 2rem;
}

.intorContents__sec02 {
    /* margin-left: auto; */
    /* padding: 5% 13% 13.5% 0; */
    white-space: nowrap;
    width: 280px;
    margin-bottom: 4rem;

    &>p {
        padding-top: 1rem;
    }

    &.align__left {
        align-self: flex-start;
        margin-left: 15%;
    }

    &.align__right {
        align-self: flex-end;
        margin-right: 15%;
    }
}

.inner__24sec02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px var(--color-main);
    padding-bottom: 1rem;
}

.button__24sec02 {
    padding-left: 30px;
}

.left__24sec02 {
    padding-right: 25%;
}

.f14 {
    font-size: 1.4rem;
}

@media screen and (min-width: 999.8px) {
    .sp__24sec02 {
        display: none;
    }

    .pc__24sec02 {
        display: block;
    }

    .intorContainer__sec02Pc {
        display: flex;
        align-items: end;
        padding-bottom: 8%;
    }

    .intorContents__sec02Pc {
        width: 20%;
        padding: 0 20px;
        padding-bottom: 7%;
        flex: 1 0 250px;

        &>p {
            padding-top: 1rem;
        }

    }

    .inner__24sec02Pc {
        display: flex;
        justify-content: space-between;
        font-size: 2.6rem;
        border-bottom: solid 1px var(--color-main);
        padding-bottom: 1rem;
        align-items: end;

    }

    .f16 {
        font-size: 1.6rem;
        /* padding-bottom: 20px; */
    }
}


/* sec04  works Introduction*/

/* 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: 8%; */
    margin-left: 20px;
}

.button__simple a {
    padding-right: 20px;
}

.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 p {
    color: var(--color-white);
}

.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;
    }
}

/* =====
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;
    }

}


/* == sec03_10Company PC == */
@media screen and (min-width: 999.8px) {}

/* 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%;
        /* 丸くする */
    }

}