@charset "utf-8";

/*====================================*/
/* pc,sp/on_off */
/*====================================*/

.pc {
    display: none;
}

.tb {
    display: none;
}

.sp {
    display: block;
}

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

    .sp {
        display: none;
    }
}

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

    .tb {
        display: none;
    }
}
/*====================================*/
/* common */
/*====================================*/

p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 170%;
}
.container {
    padding: 0 0 5rem;
    max-width: 1080px;
    margin: 0 auto;
}
.sub_title {
    color: var(--main-txt, #333);
    font-size: 20px;
    font-weight: 700;
    line-height: 270%;
}
.sub_title span {
    color: var(--main-main, #E83A5A);
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
}
.read_title{
    color: var(--main-txt, #333);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.section_title{
    position: relative;
    border-bottom: 2px solid #E83A5A;
    display: inline-block;
    padding-right: 10px;
}.section_title{
    color: var(--main-txt, #333);
    font-size: 32px;
    position: relative;
    border-bottom: 2px solid #E83A5A;
    display: inline-block;
    padding-right: 10px;
}
.section_title::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background-color: var(--main-color);
    border-radius: 50%;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
}
.main-title_sub {
    font-size: 36px;
    margin: 0.5rem 0 1rem;
}
.color-red {
    color: var(--main-color);
}
.page-right-inner, .page-left-inner {
    max-width: 1080px;
    margin: 0 auto;
    gap: 2.5rem;
}
.page-left-inner {
    flex-direction: row-reverse;
}
.page-right-inner .img-box {
    position: absolute;
    right: 0;
}
.page-left-inner .img-box {
    position: absolute;
    left: 0;
}
.page-right-inner img, .page-left-inner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

@media screen and (max-width:768px) {
    .container {
        padding: 0 1rem 4rem;
    }
    .sub_title{
        line-height: 200%;
    }
    .sub_title span {
        font-size: 32px;
    }
    .section_title {
        font-size: 1rem;
    }
    .main-title_sub {
        font-size: 26px;
    }
    .c-btn{
        margin: 1.5rem auto 0;
    }
    .page-right-inner, .page-left-inner{
        margin: 0 1rem 4rem;
    }
    .page-right-inner img ,.page-left-inner img {
        height: 192px;
        margin-bottom: 1.5rem;
    }
}

/*====================================*/
/* CNCTORの取り組み */
/*====================================*/

.page-initiative-content {
    background: var(--white-color);
    padding-bottom: 2.5rem !important;
}
.initiative_read p{
    color: var(--main-txt);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
}

/* ----- 業務について ----- */

.text-box {
    width: 46%;
}
.img-box{
    width: 50%;
}

/* ----- 海外グループ企業 ----- */
.group-companies {
    padding-top: 150px;
}
.group-companies img{
    margin: 2rem 0 2.5rem;
}
.group-companies_list {
    gap: 2.5rem;
    margin-top: 2.5rem;
}
.group-companies_list .text-box {
    width: 47%;
}
.group-companies_list .text-box .c-btn {
    margin: 1rem 0;
    width: 240px;
    padding: 14px 0;
}
.group-companies_list .info-box{
    width: 44.5%;
    padding: 1.5rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

/* ----- リピッテの海外展開 ----- */
.expansion_list {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.expansion_list .col_2 {
    gap: 2.5rem;
}
.expansion_list .img-box {
    position: relative;
}
.expansion_list h4 {
    font-size: 20px;
    padding-bottom: 1.5rem;
}
.expansion_list h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 1.5rem 0;
}
.expansion-tab {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.expansion-tab p {
    color: var(--white-color);
    background: var(--main-color);
    padding: 8px 24px;
    border-radius: 50px;
}
.expansion_list .c-btn {
    margin: 1rem 0;
    width: 240px;
    padding: 14px 0;
}

@media screen and (max-width:768px) {
    .text-box, .group-companies_list .text-box, .img-box,
    .group-companies_list .text-box .c-btn, .group-companies_list .info-box {
        width: 100%;
    }
    .group-companies img {
        margin: 1rem 0 1.5rem;
    }
    .group-companies_list {
        margin-top: 1.5rem;
        gap: 1rem;
    }
    .expansion_list {
        margin-top: 1.5rem;
        gap: 2.5rem;
    }
    .expansion_list .col_2 {
        gap: 1.5rem;
    }
    .common_reverse{
        flex-direction: column-reverse;
    }
}

/*====================================*/
/* 外国人採用 */
/*====================================*/

/* ----- 外国人採用 ----- */

.page-foreign-recruitment-content {
    background: var(--white-color);
    padding-bottom: 2.5rem !important;
}
/* ----- 外国人メンバーのコメント ----- */
.members-comments {
    margin: 6.8rem auto 0;
}
.members-read {
    margin: 2.5rem 0;
}
.members_list {
    gap: 2.5rem;
}
.members_list .item-box img{
    padding-bottom: 1rem;
}
.members_list .item-box h5 {
    font-size: 20px;
}
.members_list .item-box .c-btn {
    width: 97%;
    padding: 0.5rem 0;
    margin: 1rem 0 0;
}
/* ----- 採用支援の取り組み ----- */
.support_list {
    margin-top: 2.5rem;
}
.support_list h4 {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
}
.support_list h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 1.5rem;
}
.support_list .col_2{
    gap: 2.5rem;
}
.support_list .c-btn {
    margin: 1.5rem 0 0;
    width: 240px;
    padding: 1rem 0;
}
@media screen and (max-width:768px) {
    .members-comments {
        margin: 0;
    }
    .members-read {
        margin: 1rem 0 1.5rem;
    }
    .members_list {
        gap: 2rem 1rem;
    }
    .members_list .c-btn{
        letter-spacing: 0;
    }
    .members_list .c-btn::after {
        right: 8px;
    }
    .support_list {
        margin-top: 1rem;
    }
    .support_list .col_2 {
        gap: 1.5rem;
    }
    .support_list h5 {
        margin: 0 0 1rem;
    }
    .support_list .c-btn {
        width: 100%;
    }

}

/*====================================*/
/* 社会への取り組み */
/*====================================*/

.page-social-contribution-content {
    background: var(--white-color);
    padding: 7.5rem 0 2.5rem !important;
}
.key-initiatives {
    padding-top: 107px;
}
.text_blue {
    color: var(--secondary-blue, #44BEE1);
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
}
.grid_4-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 4px;
}
.key-initiatives_list {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.key-initiatives_list .col_2 {
    gap: 2.5rem;
}
.key-initiatives_list .text-box{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.SDGs_box {
    border: 1px solid var(--gray-dark, #C1C1C1);
    margin-top: 1rem;
    padding: 1.5rem;
}
.SDGs_box h5 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 1rem;
}
.detail_box {
    padding: 1.5rem;
    border-radius: 8px;
    background: var(--gray-light, #F6F6F6);
}
.detail_box li {
    position: relative;
    padding-left: 1.5rem;
    line-height: 170%;
}
.detail_box li::before {
    content: '';
    position: absolute;
    background: var(--main-color);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    top: 8px;
    left: 0;
}

@media screen and (max-width:768px) {
    .grid_4-7 {
        grid-template-columns: repeat(4, 1fr);
    }
    .key-initiatives {
        padding-top: 0;
    }
    .key-initiatives_list {
        gap: 3rem;
    }
    .key-initiatives_list .col_2 {
        gap: 1.5rem;
    }
    .text_blue {
        line-height: 160%;
    }
}