@charset "utf-8";

.contents img {
    height: auto;
}

.contents .txt-center {
    text-align: center;
}

.pickup {
    margin: 6rem 0 10rem;
    background: #958A76;
    padding: 9rem 0;
    color: #ffffff;
}

.pickup__inner {
    align-content: center;
}

.pickup__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.pickup__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pickup__item {
    display: block;
    width: 48.1135%;
}

.pickup__item figure img {
    width: 100%;
    height: auto;
    transition: transform 0.4s;
}

.pickup__item:hover figure img {
    transform: scale(1.05);
    filter: opacity(0.7);
}

.pickup__item figure {
    overflow: hidden;
    margin: 0 0 2rem;
}

.pickup__item__title {
    font-size: 1.8rem;
}

.pickup__item__desc {
    font-size: 1.4rem;
}

#bottomLink {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {

    .contents .s-desc {
        font-size: 1.4rem;
    }

    .pickup {
        padding: 5rem 1.5rem 6rem;
        margin: 7rem 0 6rem;
    }

    .pickup__title {
        font-size: 2rem;
        text-align: center;
    }

    .pickup__item {
        width: 100%;
        margin: 0 auto;
    }

    .pickup__item:first-of-type {
        margin-bottom: 2.5rem;
    }

    .pickup__item figure {
        margin: 0 0 1.5rem;
        
    }

    .pickup__item figure img {
        width: 100%;
    }

    #bottomLink {
        margin-bottom: 60px;
	}
}



/* Interview */

#interview01.main,
#interview02.main {
    padding-top: 0;
}

.contents .detail-txt {
    line-height: 2;
}

.contents .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contents .mb-35 {
    margin-bottom: 35px;
}

.contents .mb-70 {
    margin-bottom: 70px;
}

.contents .s-title {
    font-size: 2rem;
    line-height: 1.7;
}

.contents .m-title {
    font-size: 2.5rem;
    line-height: 2;
}

.contents .box {
    margin: 0 0 100px;
}

.contents .box .cap {
    margin: 50px 0 0;
}

.contents .box .cap.quote-before {
    position: relative;
    padding-left: 1.5rem;
}

.contents .box .cap.quote-before::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
}

.contents .box-tit {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 2rem;
    margin: 0 0 3rem;
}

.contents .box .flexBox .col {
    width: 47.223%;
}

.contents .box .row1 {
    margin: 0 0 10rem;
}

.contents .box .row2 {
    margin: 0 0 6rem;
}

.mv {
    width: 100%;
    height: auto;
}

.contents .container900 {
    width: 900px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.contents__inner {
    width: 720px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

#interview01 .contents h2,
#interview02 .contents h2 {
    border-bottom: 1px solid #707070;
    padding-bottom: 50px;
    text-align: left;
}

.intro {
    background-color: #F3F4F6;
    padding: 50px 0;
    margin: 0 0 70px;
}

.intro .s-title {
    margin-bottom: 10px;
}

.intro .detail-txt {
    font-size: 1.4rem;
}

.intro__inner {
    width: 720px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.bnr-wrap {
    background: #F8F8F8;
    padding: 40px 50px;
    margin: 60px 0 100px;
}

.box-highlight {
    background: #F3F4F6;
    padding: 100px 0;
}

.box-highlight .m-title {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #8B929B;
    border-top: 1px solid #8B929B;
    margin-bottom: 40px;
}

.structure figure {
    text-align: center;
}

.structure figure img {
    height: auto;
}

.structure__desc figure {
    width: 47.22222%;
}

.structure__desc figure img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.structure .map-img {
    margin-bottom: 40px;
}

.structure .contents__inner .row1 .col {
    width: 47.22222%;
}

.structure .contents__inner .s-title {
    margin-bottom: 20px;
}

#interview01 #bottomLink,
#interview02 #bottomLink {
    background: #F3F4F6;
    margin-bottom: 0;
    padding-bottom: 100px;
}


#interview02 p:has(a.txt-link) a {
    color: #898989;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

#interview02 p:has(a.txt-link) a:hover {
    text-decoration: none;
}

#interview02 .contents .map-img {
    text-align: center;
    margin-bottom: 140px;
}

#interview02 .company 

#interview02 .company img {
    width: 100%;
    height: auto;
}

#interview02 .company .company__desc .colL {
    width: 67%;
}

#interview02 .company .company__desc .colR {
    width: 27.78%;
}

#interview02 .company .company__desc figure figcaption {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 10px;
}

#interview02 .company .company__desc .btn {
    position: relative;
    display: block;
    width: 22.67em;
    height: 4em;
    background: #958A76;
    color: #ffffff;
    text-align: center;
    align-content: center;
    line-height: 2;
    margin-top: 50px;
    border: 1px solid transparent;
}

#interview02 .company .company__desc .btn:hover {
    background: #F3F4F6;
    color: #958A76;
    border-color: #958A76;
    border: 1px solid #958A76;
}

#interview02 .company .company__desc .btn:hover::after {
    border-color: #958A76;
}

#interview02 .company .company__desc .btn::after {
    content: '';
    border: solid rgba(255, 255, 255, 0.7);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -4px 0 0 0;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {

    .contents .mb-70 {
        margin-bottom: 50px;
    }

    .contents .m-title {
        font-size: 2rem;
        line-height: 1.8;
    }
    
    .contents .box {
        margin: 0 0 70px;
    }

    .contents .box .flexBox .col {
        width: 100%;
    }

    .contents .box .flexBox figure.col {
        text-align: center;
    }

    .contents .box .flexBox figure.col img {
        width: 100%;
        max-width: 500px;
    }

    .contents .box .flexBox p.col {
        order: -1;
    }

    .contents .box .row1 {
        margin: 0 0 7rem;
    }

    .box-highlight .m-title {
        padding: 20px 0;
    }
    
    .box-highlight .contents__inner {
        max-width: calc(100% - 60px);
    }

    #interview01 .contents h2,
    #interview02 .contents h2 {
        text-align: left;
        padding-bottom: 22px;
        margin: 0 0 30px;
    }

    .contents .box-tit {
        margin: 0 0 2rem;
        padding: 0 0 1rem;
    }

    .intro {
        margin: 0 0 35px;
        padding: 30px 0;
    }

    .intro .detail-txt {
        font-size: 1.2rem;
    }

    .bnr-wrap {
        background: none;
        padding: 0;
        margin: 50px 0 70px;
    }

    .bnr-wrap picture {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .structure {
        padding: 60px 0;
    }

    .structure__desc figure {
        width: 100%;
    }

    .structure__desc figure:first-of-type {
        margin: 0 0 5.333vw;
    }

    .structure .contents__inner .row1 .col {
        width: 100%;
    }

    .structure .contents__inner .row1 .col img {
        width: 100%;
        max-width: 500px;
    }

    .structure .contents__inner .s-title {
        margin: 40px 0;
    }

    #interview01 #bottomLink {
        padding-bottom: 60px;
    }

    #interview02 .contents .map-img {
        margin-top: -50px;
        margin-bottom: 70px;
    }

    
    #interview02 .company .company__desc {
        justify-content: center;
    }
    
    #interview02 .company .company__desc .btn {
        margin: 30px auto ;
        max-width: 100%;
    }

    #interview02 .company .company__desc .colL {
        width: 100%;
    }

    #interview02 .company .company__desc .colL figure {
        width: fit-content;
        margin: 70px auto 0;
    }
}



