@charset "UTF-8";

/* =============================
common
================================ */
.sectionPicture img {
    height: 200px;
    object-fit: cover;
}

.topic {
    display: flex;
    width: 100vw;
    padding: 36px var(--contentPadding) 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.topic__title {
    display: flex;
    width: var(--contentWidth);
    padding: 0px 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-left: 10px solid var(--base-green);
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 4.8px;
}

.topic__eng {
    font-size: 1.3rem;
    letter-spacing: 1.95px;
}

.topic__abstract {
    font-family: "Noto Sans";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    /* 171.429% */
    letter-spacing: 0.56px;
}

.detail__arrow {
    width: var(--contentWidth);
    height: 30px;
    position: relative;
}

.detail__arrow p {
    position: absolute;
    right: 46px;
    bottom: 5px;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.84px;
}

.detail__arrow img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: auto;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove_r 1s ease-in-out infinite;
}

/*右までの距離が変化して矢印が左右に動く*/
@keyframes arrowmove_r {
    0% {
        right: 0%;
    }

    50% {
        right: -2%;
    }

    100% {
        right: 0%;
    }
}

.btn {
    margin: 36px auto 0;
    display: flex;
    width: 300px;
    height: 50px;
    padding: 10px 50px;
    justify-content: space-between;
    align-items: center;
    border: 3px solid var(--base-green);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.btn:hover {
    opacity: 0.6;
}

.btn p {
    color: var(--base-green);
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 1.12px;
}

.btn img {
    width: 12px;
    height: 20px;
}

/* common pc */
@media screen and (min-width:769px) {
    /* .section {
        position: relative;
    }

    .sectionPicture {
        position: absolute;
        top: -200px;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 230px;
        clip-path: inset(0);
        z-index: -1;

    }

    .sectionPicture__fixed {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    } */

    .sectionPicture img {
        width: 100vw;
        height: 380px;
        object-fit: cover;
    }

    .topic {
        width: 1040px;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .topic__title {
        display: flex;
        padding: 0px 30px;
        align-items: flex-end;
        font-size: 4.8rem;
        letter-spacing: 9.6px;
        width: fit-content;
    }

    .topic__title.contact {
        font-size: 4rem;
        letter-spacing: 2px;
    }

    .topic__eng {
        font-size: 1.6rem;
        letter-spacing: 2.4px;
    }

    .topic__abstract {
        width: 700px;
        font-size: 1.6rem;
        line-height: 2.4rem;
        /* 171.429% */
        letter-spacing: 0.64px;
    }

    .detail__arrow {
        width: 1040px;
        height: 30px;
        position: relative;

    }

    .detail__arrow p {
        right: 54px;
        top: -2px;
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 1.2px;
        transition: all 0.4s;
    }
    .detail__arrow p:hover{
        transform: scale(1.1);
        opacity: 0.7;
        transition: all 0.4s;
    }

    .detail__arrow img {
        width: 202.378px;
        height: auto;
    }


    .btn {
        margin: 36px auto 0;
        display: flex;
        width: 500px;
        height: 75px;
        padding: 10px 90px;
        justify-content: space-between;
        align-items: center;
        border: 3px solid #5A5;
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
    }

    .btn p {
        color: var(--base-green);
        font-family: "Noto Serif JP";
        font-size: 2.4rem;
        font-weight: 900;
        letter-spacing: 1.68px;
    }

    .btn img {
        width: 17.104px;
        height: auto;
    }
}

/* pc 769px */


/* =============================
article header
================================ */
.graphic {
    position: relative;
}

.graphic ul li img {
    width: 100vw;
    height: calc(80vh - 80px);
    object-fit: cover;
}

.graphic.graphic__pc {
    display: none;
}

.article__header__txt {
    display: flex;
    width: 100vw;
    padding: 48px 0px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    /* position: absolute;
    top: 50lvh;
    left: 50vw;
    transform: translate(-50%, calc(-50% - 40px));
    z-index: 100;
    background-color: rgba(253, 253, 253, 0.75); */
}

.mainVisual__catchCopy {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    padding: 5px 0px;
    border-bottom: 3px solid #3C8255;
}

.mainVisual__abstract {
    width: var(--contentWidth);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 1.5rem;
    line-height: 22px;
    /* 146.667% */
}

/**スライドショー**/
.graphic ul {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.graphic ul li {
    opacity: 0;
}

.graphic ul li:nth-child(2),
.graphic ul li:nth-child(3),
.graphic ul li:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.graphic ul li:nth-child(1) {
    position: relative;
    z-index: 4;
}

.graphic ul li:nth-child(2) {
    z-index: 3;
}

.graphic ul li:nth-child(3) {
    z-index: 2;
}

.graphic ul li:nth-child(4) {
    z-index: 1;
}

.graphic ul li.now {
    opacity: 1;
}

.graphic ul li.now:nth-child(1) {
    z-index: 0;
}

.graphic ul li img {
    vertical-align: bottom;
}

/**スライドショーここまで**/
/*========= スクロールダウンのためのCSS ===============*/
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 1%;
    left: 50vw;
    z-index: 8000;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
    0% {
        bottom: 1%;
    }

    50% {
        bottom: 3%;
    }

    100% {
        bottom: 1%;
    }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    bottom: 10px;
    /*テキストの形状*/
    color: var(--base-white);
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 2px;
    height: 20px;
    background: var(--base-white);
    transform: skewX(-31deg);
}

.scrolldown4:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: 0;
    /*矢印の形状*/
    width: 2px;
    height: 50px;
    background: var(--base-white);
}

/* article header pc */
@media screen and (min-width:769px) {
    .graphic ul li img {
        width: 100vw;
        height: 600px;
        object-fit: cover;
    }

    .graphic.graphic__pc {
        display: block;
    }

    .graphic.graphic__sp {
        display: none;
    }

    .scrolldown4 {
        right: 10%;
    }

    /*Scrollテキストの描写*/
    .scrolldown4 span {
        right: 20px;
        font-size: 1.6rem;
    }

    /* 矢印の描写 */
    .scrolldown4:before {
        right: -9px;
        /*矢印の形状*/
        width: 3px;
        height: 30px;
    }

    .scrolldown4:after {
        width: 3px;
        height: 75px;
    }

    .article__header__txt {
        position: initial;
        top: auto;
        left: auto;
        transform: translate(0, 0);
        padding: 64px 0 96px;
        gap: 48px;
    }

    .mainVisual__catchCopy {
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: 1.44px;
    }

    .mainVisual__abstract {
        width: 1000px;
        font-size: 2rem;
        line-height: normal
    }

}

/* pc 769px */
/* =============================
profile
================================ */
.section.section__profile {
    display: flex;
    width: 100vw;
    padding: 24px 0px 48px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* profile pc */
@media screen and (min-width:769px) {
    .section.section__profile {
        padding: 48px 0px 96px 0px;
        gap: 48px;
    }
}

/* pc 769px */
/* =============================
description
================================ */
.section.section__description {
    padding: 48px 0;
}

.coreService {
    padding-top: 36px;
}

.coreService__list {
    display: flex;
    width: 100vw;
    margin-top: 36px;
    padding: 15px 0px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.coreService__item {
    display: flex;
    width: 343px;
    padding-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-bottom: 1px solid var(--line-gray);
}

.coreService__item img {
    width: 343px;
    height: 200px;
    object-fit: cover;
}

.coreService__item__txt {
    display: flex;
    width: 343px;
    padding: 0px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.coreService__item__title {
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 2.4px;
    border-bottom: 4px solid var(--base-green);
}

.coreService__item__abstract {
    font-family: "Noto Sans";
    font-size: 1.4rem;
    letter-spacing: 0.56px;
}

.consultation {
    text-align: center;
    font-family: "Noto Sans";
    font-size: 1.5rem;
    line-height: 26px;
    /* 173.333% */
    letter-spacing: 1.05px;
    margin-top: 36px;
}


.subTopic__abstract {
    width: var(--contentWidth);
    margin: 0 auto;
    font-family: "Noto Sans";
    padding-top: 36px;
    font-size: 1.4rem;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.56px;
}

.community {
    padding-top: 64px;
}

.community__list {
    margin-top: 36px;
    display: flex;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.community__item {
    width: 300px;
    display: flex;
    padding-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid var(--line-gray);
}

.community__item img {
    width: 300px;
    height: 225px;
    object-fit: cover;
}

.community__item__title {
    padding-left: 15px;
    border-left: 7px solid var(--base-green);
    font-family: "Noto Serif JP";
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
}

/* discription pc */
@media screen and (min-width:769px) {
    .section.section.section__description {
        display: flex;
        width: 100vw;
        padding: 64px 0px 96px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 48px;
    }

    .coreService,
    .community {
        padding-top: 18px;
    }

    .coreService__list {
        margin-top: 48px;
        padding: 15px 0px;
        gap: 16px;
    }

    .coreService__item {
        width: 1000px;
        flex-direction: row;
        gap: 50px;
    }

    .coreService__item img {
        width: 450px;
        height: 300px;
    }

    .coreService__item__txt {
        width: 500px;
        padding: 15px 25px;
        gap: 25px;
    }

    .coreService__item__title {
        font-size: 3.2rem;
        letter-spacing: 3.2px;
    }

    .coreService__item__abstract {
        font-size: 1.6rem;
        letter-spacing: 0.64px;
    }

    .consultation {
        font-size: 2rem;
        line-height: 26px;
        /* 173.333% */
        letter-spacing: 1.05px;
        margin-top: 36px;
    }

    .community {
        width: 100vw;
    }


    .subTopic__abstract {
        width: 1040px;
        margin: 0 auto;
        padding-top: 48px;
        font-size: 1.6rem;
        line-height: normal;
    }

    .community__list {
        display: flex;
        width: 1040px;
        padding: 36px 0;
        margin: 48px auto 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 35px;
    }

    .community__item {
        width: fit-content;
        display: flex;
        padding-bottom: 0;
        padding-right: 35px;
        border-bottom: none;
        border-right: 1px solid var(--line-gray);
    }

    .community__item:last-child {
        border-right: none;
        padding-right: 0;
    }

    .community__item img {
        width: 300px;
        height: 225px;
        object-fit: cover;
    }

    .community__item__title {
        font-size: 2.4rem;
        letter-spacing: 2.4px;
        width: 300px;
        height: 70px;
    }
}

/* pc 769px */
/* =============================
achievement
================================ */
.section.section__achievement {
    padding: 48px 0 64px;
}

.achievement__list {
    width: 300px !important;
}

.achievement__item__txt {
    display: flex;
    margin-top: 10px;
    padding: 0px 15px 10px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    border-left: 5px solid var(--base-green);
}

.achievement__item__title {
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 700;
}

.achievement__item__construction {
    font-family: "Noto Sans";
    font-size: 1.6rem;
}

.achievement__item__endDate {
    font-family: "Noto Sans";
    font-size: 1.3rem;
}

.detail__arrow.achievement {
    margin-top: 48px;
}

/* slick */
.slick-slider {
    overflow: hidden;
    width: var(--contentWidth);
    margin: 48px auto 0;
}

/* achievement pc */
@media screen and (min-width:769px) {
    .section.section__achievement {
        display: flex;
        width: 100vw;
        padding: 64px 0px 96px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 48px;
    }

    .achievement__list {
        width: 1040px !important;
        display: flex;
        justify-content: space-between;
    }

    .achievement__item {
        width: 300px !important;
    }

    .achievement__item__txt {
        gap: 10px;
    }

    .achievement__item__title {
        font-size: 2.4rem;
    }


    .achievement__item__endDate {
        font-size: 1.6rem;
    }

    .detail__arrow.achievement {
        margin-top: 0;
    }

    .slick-slider {
        overflow: hidden;
        width: 100vw;
        margin: 0;
        padding: 0 13.9%;
    }

    .achievement__item {
        margin-right: 70px;
    }

    .achievement__item:last-child {
        margin-right: 0;
    }
}

/* pc 769px */
/* =============================
contact
================================ */
.section.section__contact {
    padding: 0 0 48px;
    background-color: var(--point-green);
}

.contact__staffRecruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
}

.staffRecruit {
    display: flex;
    width: var(--contentWidth);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.staffRecruit__title {
    display: flex;
    width: fit-content;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    background: var(--point-pink);
    color: var(--base-white);
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.staffRecruit__abstract {
    font-size: 1.4rem;
}

.btn.contact__btn {
    background: linear-gradient(90deg, #3C8255 0%, #5A5 100%);
    border: none;
}

.btn.contact__btn p {
    color: var(--base-white);
}

/* contact pc */
@media screen and (min-width:769px) {
    .section.section__contact {
        display: flex;
        width: 100vw;
        padding: 64px 0px 96px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 48px;
    }

    .contact__staffRecruit {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        margin-top: 0px;
        gap: 40px;
    }

    .staffRecruit {
        display: flex;
        width: 500px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .staffRecruit__title {
        font-size: 4rem;
        letter-spacing: 4px;
    }

    .staffRecruit__abstract {
        font-size: 1.6rem;
    }
}

/* pc 769px */