@charset "UTF-8";

/* コンテンツ幅 */

#life .container,
#nanairo .container {
    max-width: 800px;
}
#access .container {
    max-width: 810px;
}
#recruit .container {
    max-width: 840px;
    padding-left: 15px;
    padding-right: 15px;
}

/* 背景色　セクション間隔 */

.life-wrapper {
    background-color: #F5FAE2;
    padding-top: 160px;
    padding-bottom: 146px;
}
.nanairo-wrapper {
    background-color: #FFFFF4;
    padding-top: 164px;
    padding-bottom: 172px;
}
.access-wrapper {
    background-color: #F5FAE2;
    padding-top: 190px;
}
.recruit-wrapper {
    background-color: #F5FAE2;
    padding-top: 187px;
    padding-bottom: 219px;
    /* overflow-x: hidden; */
}

/* section 共通 */

.section__heading {
    text-align: center;
    margin-bottom: 41px;
}
.section__heading-logo {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.section__heading-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4.8px;
    margin-bottom: 12px;
}
.section__heading-title {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 10.8px;
    margin-bottom: 10px;
}
.section__heading-eng-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4.5px;
    color: #83A613;
    margin-bottom: 24px;
}
.section__heading-office-number {
    font-size: 10px;
    line-height: 1.1;
    font-weight: 400;
}

.section__lead-img {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 60/25;
    margin: 0 auto;
    margin-bottom: 70px;
}

.section__desc {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.8;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}

/* ライフサポート & なないろ 共通 */
.section__contents--dl {
    margin-top: 110px;
}
.dl_flex {
    display: flex;
    gap: 29px;
    margin-bottom: 90px;
}
.dl_flex:last-of-type {
    margin-bottom: unset;
}
.dl_flex.narrow-margin {
    margin-bottom: 40px;
}
.dl_flex dt {
    font-size: 26px;
    font-weight: 400;
    color: #83A613;
}

.dl_flex p {
    font-size: 16px;
    line-height: 1.5;
}

.dl_flex .dd_lead-text {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px;
    margin-top: 58px;
}
.dl_flex .dd_lead-text:first-of-type {
    margin-top: unset;
}

.dl_flex .dd_large-text {
    font-size: 20px;
}
.dl_flex .dd_tel-text,
.dl_flex .dd_fax-text {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 4px;
}

.dl_flex .dd_list-item {
    display: flex;
    align-items: flex-start;
    text-indent: 6px;
    line-height: 1.9;
}

.dl_flex .dd_list-item::before {
    content: "";
    display: block;
    background-color: #83A613;
    border-radius: 50%;
    min-width: 8px;
    min-height: 8px;
    margin-top: 11px;
}

.dl_flex .dd_note-text {
    color: #CE4E4E;
}

/* dl_flexの表示割合の違い */

/* life_section */
#life .dl_flex dt {
    min-width: 156px;
}
#life .dl_flex dd {
    width: 76%;
}

/* nanairo_section */
#nanairo .dl_flex dt {
    min-width: 208px;
}
#nanairo .dl_flex dd {
    width: 69%;
}

/* なないろ */
.section__text-group {
    text-align: center;
    margin-top: 48px;
}
.section__text-group>p:nth-of-type(1) {
    width: 100%;
}

.nanairo__pdf-area {
    display: contents;
}
.nanairo__pdf-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-left: 7px;
    padding-right: 20px;
    margin-top: 38px;
    max-width: 100%;
    width: fit-content;
    height: 35px;
    border: #707070 solid 0.5px;
    background-color: #FAFAFA;
    border-radius: 18px;
    font-size: 16px;
    line-height: 1.12;
    color: #1D1D1D;
    overflow: scroll;
}
.nanairo__pdf-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    background-color: #EF6E6E;
}
.nanairo__pdf-icon>p {
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
}

.nanairo__pdf-text {
    white-space: nowrap;
}
/* アクセス */
.section__access-box {
    display: flex;
    align-items: end;
    gap: 21px;
}

.access__google-map {
    max-width: 500px;
    width: 100%;
    aspect-ratio: 5/3;
    background-color: #DEDEDE;
    margin-bottom: 13px;
}

.access__text-group {
    min-width: 210px;
}
.access__text-group h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.11;
    /* letter-spacing: 4.42px; */
    letter-spacing: 3.6px; /* 入りきらなかったため少し調整 */
    color: #83A613;
    margin-bottom: 8px;
    text-align: center;
    word-break: keep-all;
}
.access__text-group ul {
    margin-bottom: 28px;
}
.access__text-group p {
    font-size: 20px;
    line-height: 1.4;
}

/* 求人情報 */
.section__recruit-box {
    display: flex;
}

.recruit__colmun {
    flex: 1;
    position: relative;
}
.recruit__colmun:nth-of-type(1) {
    margin-right: 60px;
}
.recruit__colmun:nth-of-type(2) {
    margin-right: 50px;
}
.recruit__colmun .ribbon-image {
    display: block;
    position: absolute;
    top: 30px;
    left: 100%;
    background-size: contain;
    background-position: top center;
}
.recruit__colmun:nth-of-type(1) .ribbon-image {
    width: 60px;
}
.recruit__colmun:nth-of-type(2) .ribbon-image {
    width: 50px;
}

.recruit__dl {
    padding-top: 50px;
}
.recruit__dl dt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.2px;
    color: #83A613;
    text-align: center;
}
.recruit__dl dd {
    margin: 0 auto;
    line-height: 1;
    text-align: center;
}

.open-positions {
    margin-bottom: 30px;
}
.open-positions>dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 52px;
    border: solid 2px #CE4E4E;
    border-radius: 6px;
    margin-top: 15px;
}
.dd_hiring>p {
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 3.3px;
    color: #CE4E4E;
    margin: 0 13px;
}
.dd_not-hiring>p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.6px;
    color: #CE4E4E;
    margin: 0 7px;
}
.dd_not-hiring>p:first-of-type {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1.9px;
    margin-bottom: 5px;
}

.qualification {
    margin-bottom: 36px;
}
.qualification dd {
    font-size: 16px;
    line-height: 1.43;
    margin-top: 7px;
}

.contact-address {
    margin-bottom: 42px;
}
.contact-address dd {
    font-size: 26px;
    font-weight: 400;
    margin-top: 13px;
}

.manager dd {
    font-size: 26px;
    margin-top: 6px;
}

/* フッター */
.footer-wrapper {
    background-color: #83A613;
    /* padding-top: 39px; */
    padding-top: 121px;
    padding-bottom: 38px;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 20px 10px;
    padding: 0 5%;
}

.footer__company-name {
    font-size: 38px;
    font-weight: 300;
    line-height: 1.1;
    color: #FFFFFF;
    padding-bottom: 1px;
}
/* .footer__contents {
    padding-right: 20px;
    margin-left: auto;
} */
.top-btn-box {
    height: 0;
    position: sticky;
    bottom: 151px;
    /* 121が基準 */
    transform: translateY(39px);
    padding-right: 5%;
    z-index: 100;
}
/* .top-btn-box.is-active {
    bottom: 78px;
} */
.top-move-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    background-color: transparent;
    border: #FFFFFF solid 1px;
    border-radius: 50%;
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #83A613;
    cursor: pointer;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.top-move-btn.is-active {
    opacity: 1;
    pointer-events: initial;
}
.top-move-btn .triangle-item {
    font-size: 19px;
    line-height: 1;
    transform: scaleY(0.7);
}

.copy-right {
    color: #FFFFFF;
    margin-top: 21px;
}
.copy-right small {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
}

@media screen and (max-width: 780px) {

    #recruit .container {
        padding-left: 30px;
        padding-right: 35px;
    }
    /* section 共通 */
    .section__heading {
        margin-bottom: 30px;
    }
    .section__heading-logo {
        margin-bottom: 16px;
    }
    .section__heading-sub-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .section__heading-title {
        /* font-size: 29px; */
        font-size: clamp(24px, 6vw, 36px);
        letter-spacing: clamp(1.2px, 0.4vw, 10.8px);
        margin-bottom: 4px;
    }
    .section__heading-eng-title {
        font-size: 13px;
        letter-spacing: clamp(1.5px, calc(0.6vw + -0.5px), 4.5px);
        margin-bottom: 18px;
    }

    .section__lead-img {
        margin-bottom: 40px;
    }
    .section__desc {
        /* font-size: 24px; */
        font-size: clamp(15px, calc(3vw + 2.6px), 26px);
        letter-spacing: clamp(1.6px, calc(0.25vw + 0.65px), 2.6px);
    }
    .section__text-group {
        margin-top: 30px;
    }
    .section__text-group p  {
        font-size: clamp(12px, 2vw, 14px);
    }
    /* ライフサポート & なないろ 共通 */

    .section__contents--dl {
        max-width: 560px;
        margin: 50px auto 0;
    }
    .dl_flex {
        flex-direction: column;
        gap: 14px;
        margin-bottom: 42px;
    }
    .dl_flex p,
    .dl_flex .dd_list-item {
        font-size: 14px;
    }
    .dl_flex dt {
        font-size: 20px;
    }
    .dl_flex dt br {
        display: none;
    }
    
    .dl_flex .dd_lead-text {
        font-size: 17px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .dl_flex .dd_large-text {
        font-size: 18px;
    }
    .dl_flex .dd_tel-text,
    .dl_flex .dd_fax-text {
        font-size: 21px;
        line-height: 1.36;
    }

    #life .dl_flex dd,
    #nanairo .dl_flex dd {
        width: 100%;
        padding-left: 10px;
    }

    /* なないろ */
    .nanairo__pdf-area {
        display: block;
        max-width: 560px;
        margin: 0 auto;
    }
    .nanairo__pdf-link {
        font-size: 14px;
    }

    /* アクセス */
    .section__access-box {
        display: block;
    }
    .access__google-map {
        max-width: unset;
    }
    .access__text-group {
        display: flex;
        width: 100%;
        gap: 10px 50px;
        flex-wrap: wrap;
        padding-top: 20px;
        align-items: end;
    }
    .access__text-group h3 {
        font-size: 22px;
        letter-spacing: 2px;
        text-align: left;
    }
    .access__text-group ul {
        margin-bottom: unset;
        font-size: 14px;
    }
    .access__text-group p {
        font-size: 16px;
    }
    /* 求人情報 */
    .section__recruit-box {
        flex-direction: column;
        gap: 80px;
    }
    .recruit__colmun:nth-of-type(1),
    .recruit__colmun:nth-of-type(2) {
        margin-right: unset;
    }
    .recruit__colmun .ribbon-image {
        display: none;
    }

    .recruit__img {
        max-width: 300px;
        margin: 0 auto;
        position: relative;
    }
    /* .recruit__img::before {
        content: "";
        display: block;
        background-image: url(../img/ribbon1.svg);
        width: 60px;
        height: 700px;
        position: absolute;
        top: 50px;
        left: -50px;
    }
    .recruit__img::after{
        content: "";
        display: block;
        background-image: url(../img/ribbon2.svg);
        width: 50px;
        height: 670px;
        position: absolute;
        top: 50px;
        right: -50px;
    } */

    .recruit__img::before {
        content: "";
        display: block;
        background-image: url(../img/ribbon1.svg);
        background-position: right;
        width: clamp(40px, 10vw , 60px);
        height: 700px;
        position: absolute;
        top: 50px;
        left: 0;
        transform: translateX(calc(-100% + 10px));
    }
    .recruit__img::after{
        content: "";
        display: block;
        background-image: url(../img/ribbon2.svg);
        background-position: left;
        width: clamp(45px, 10vw, 50px);
        height: 670px;
        position: absolute;
        top: 50px;
        right: 0;
        transform: translateX(calc(100% - 10px));
    }
    .recruit__dl dt {
        font-size: 20px;
    }
    /* フッター */
    .footer-wrapper {
        padding-top: 100px;
        padding-bottom: 18px;
    }
    .footer__company-name {
        /* font-size: clamp(26px, 8vw, 36px); */
        font-size: clamp(26px, 5vw, 36px);
    }
    .top-btn-box {
        bottom: 121px;
        transform: translateY(30px);
    }
    .top-move-btn {
        width: 70px;
        height: 70px;
        font-size: 13px;
    }
    .copy-right small {
        font-size: 12px;
    }
}

@media screen and (max-width: 580px) {
    .footer-wrapper {
        /* position: relative; */
        padding-top: 34px;
        padding-bottom: 8px;
    }
    .footer__container {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    /* .footer__contents {
        margin: 0;
        padding: 0;
    } */
    .top-btn-box {
        bottom: 0px;
        transform: translateY(-78px);
    }
    .top-move-btn {
        /* margin: 0 auto; */
        width: 54px;
        height: 54px;
        /* position: absolute;
        top: 16px;
        left: 50%;
        transform: translateX(-50%); */
    }
    .top-move-btn .triangle-item {
        font-size: 13px;
    }
    .top-move-btn span {
        font-size: 12px;
    }
    .copy-right {
        margin-top: unset;
    }
}

@media screen and (max-width: 450px) {
    .section__text-group p {
        text-align: left;
        margin-bottom: 6px;
    }
    .section__text-group p br {
        display: none;
    }
    .dd_br-pc {
        display: none;
    }
}


