@charset "utf-8";

.news__archives__box__inner{
    padding: 24px;
}
.news__archives__box-title{
    font-size: 1.7rem;
}
.page__content .sitemap h3{
    padding: 10px 0 10px;
    margin: 32px 0 12px;
    font-size: 2rem;
    line-height: 1.2;
    color: #61C64A;
}
.page__content .sitemap h3::before {
    display: none;
}
.page__content .sitemap ul {
    display: flex;
    margin: 12px 0;
}
.page__content .sitemap ul li {
    margin-right: 36px;
}
.service__photo {
    padding: 0 20px 50px;
    margin: 0 -20px;
}

.service__photo .service__photo-title {
    padding: 0;
    margin: 0 0 30px;
    font-size: 2.4rem;
    line-height: 1.5;
}
.service__photo .service__photo-title:before {
    display: none;
}

.service__photo-subTitle {
    color: #43B02A;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 30px;
    display: block;
}

@media screen and (max-width: 900px) {
    .service .cmn__conents.page__content-photo {
        margin-top: 8vw;
    }
    .service__photo {
        padding: 0 20px 16px;
        margin: 0 -20px 0;
    }
    .service__photo .service__photo-title {
        padding: 0;
        margin: 0 0 4vw;
        font-size: 4.3vw;
        text-align: center;
        line-height: 1.5;
    }
    .service__photo-subTitle {
        font-size: 4.26667vw;
        margin: 0 0 5.33333vw;
        text-align: center;
    }
}


div.wpcf7-mail-sent-ok {
    border: none;
    padding: 30px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    background-color: #5eaf58;
    color: #fff;
    border-radius: 10px;
}

/**
# reCAPTCHA保護マーク非表示
*/
.grecaptcha-badge {
    visibility: hidden;
}

.contact__button-area p.grecaptcha-text {
    line-height: 1.4;
}

@media screen and (max-width: 900px) {
    .contact__button-area p.grecaptcha-text:last-child {
        width: 72%;
        margin: 10px auto 0;
    }
}

/**
# Report改修　2021/3/5
*/
.report__meta__images iframe {
    width: 100%;
    max-height: 220px;
}
.contact__page-movie {
    width: auto;
}
.contact__page-movie iframe {
    width: 100%;
    height: 450px;
}
.single-report .tex__videoItem {
    width: 100%;
}
@media screen and (max-width: 900px) {
    .contact__page-movie iframe {
        width: 100%;
        height: 46.66666667vw;
    }
    .report__meta__content-smpBox-images iframe {
        width: 90%;
        height: 22.66666667vw;
    }
    .single-report .report__meta__content-smpBox .report__meta__content-title {
        width: 55.66% !important;
    }
    .report__meta__content-smpBox {
        justify-content: space-between;
    }
    .page__content p {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-all;
    }
    .btn--type01 {
        -webkit-appearance: none;
    }
}


/**
# Interview改修　2022/8/3
*/
.tex__moreButtonWrap.tex__moreLink a {
    color: #ffffff;
    transition: all 0.2s;
    border: solid 1px #5BBB24;
}
.tex__moreButtonWrap.tex__moreLink a:hover {
    background-color: #ffffff;
    border: solid 1px #5BBB24;
    color: #5BBB24;
}
.tex__ScrollList {}
.tex__interviewList {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tex__interviewItem {
    width: calc(100% / 3 - 20px);
}
.tex__interviewItem .cat {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tex__interviewItem .cat span {
    font-size: 1.3rem;
    color: #424242;
    background-color: #F2F4F4;
    border-radius: 20px;
    padding: 10px 14px;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    margin-top: 10px;
}
.tex__interviewItem h3 {
    position: relative;
    margin-top: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.444;
    transition: 0.5s;
}
.tex__interviewItem h3::after {
    position: absolute;
    bottom: 6px;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url(../images/tex/tex_link_blank.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s;
}
.tex__interviewSubtitle {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
    color: #43B02A;
}
.tex__interviewProfile {
    margin-top: 10px;
    text-align: left;
}
.tex__interviewProfile span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #707070;
    transition: 0.5s;
}
.tex__interviewItem a:hover h3,
.tex__interviewItem a:hover .tex__interviewProfile span {
    color: #43B02A;
}
.tex__interviewItem a:hover h3::after {
    background-image: url(../images/tex/tex_link_blank_on.svg);
    transition: 0.5s;
}
@media screen and (max-width: 900px) {
    .tex__ScrollList {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 0 !important;
        margin-right: -20px;
        padding-right: 20px;
    }
    .tex__ScrollList::-webkit-scrollbar{
        display: none;
    }
    .tex__moreButtonWrap.tex__moreLink {
        display: flex;
    }

    .tex__ScrollList .tex__videoItem {
        width: 210px;
        height: auto;
        flex: 0 0 auto;
    }
    .tex__ScrollList .tex__videoItem:not(:last-of-type) {
        margin-right: 20px;
    }
    .tex__ScrollList .tex__videoItem .tex__videoWrap {
        height: 136px;
        margin-bottom: 17px;
    }
    .tex__ScrollList .tex__videoCtrl {
        padding: 30px 25px;
    }
    .tex__ScrollList .tex__videoCtrlIcon {
        width: 18px;
    }
    .tex__ScrollList .tex__videoCtrlIcon:not(:last-of-type) {
        margin-right: 30px;
    }

    .tex__interviewList .tex__interviewItem {
        width: 260px;
        height: auto;
        flex: 0 0 auto;
    }
    .tex__ScrollList .tex__interviewItem:not(:last-of-type) {
        margin-right: 20px;
    }
    .tex__interviewItem .cat {
    }
    .tex__interviewItem .cat span {
        font-size: 1.2rem;
    }
    .tex__interviewItem h3 {
        font-size: 1.6rem;
    }
    .tex__interviewSubtitle {
        margin-top: 8px;
        font-size: 1.4rem;
    }
    .tex__interviewProfile {
        margin-top: 6px;
        font-size: 1.4rem;
    }
    .tex__interviewProfile span {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}

/* interview archive */
.interview_top .kv_box {
    background-image: url(https://firstcareer.co.jp/img/interview_kv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 280px;
    position: relative;
}
.interview_top .interview_top_content {
    margin-bottom: 54px;
}
.interview_top .interview_top_content h2{
    font-weight: bold;
    font-size: 2.6rem;
    letter-spacing: 0.01em;
    line-height: 42px;
    text-align: center;
}
.interview_top .interview_top_content .cat_box{
    margin-top: 95px;
    display: flex;
    align-items: baseline;
}
.interview_top .interview_top_content .cat_box .title{
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    line-height: 1;
    text-align: left;
    color: #202124;
}
.interview_top .interview_top_content .cat_box ul{
    display: flex;
    margin-left: 30px;
    flex-wrap: wrap;
}
.interview_top .interview_top_content .cat_box ul li{
    margin-right: 10px;
}
.interview_top .interview_top_content .cat_box ul li a{
    font-size: 1.3rem;
    color: #424242;
    height: 31px;
    border-radius: 15.5px;
    background: #f2f4f4;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.interview_top .interview_top_content .cat_box ul li a.active{
    background: #43B12B;
    color: #fff;
}
.interview_top .interview_top_content .cat_box ul li a:hover{
    background: #43B12B;
    color: #fff;
}

.interview_top .list ul{
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
}
.interview_top .list ul.list_li + ul.list_li {
    margin-top: 0;
}

.interview_top .list ul li{
    max-width: 30.8%;
    margin-bottom: 70px;
}
.interview_top .list ul li a{
    display: block;
    width: 100%;
}

.interview_top .list ul li:not(:nth-child(3n)){
    margin-right: 3.8%;
}
.interview_top .list ul li img{
    max-width: 100%;
    width: auto;
    height: auto;
    flex-shrink: 0;
}
.interview_top .list ul li .cat{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.interview_top .list ul li .cat span{
    font-size: 1.3rem;
    color: #424242;
    background-color: #F2F4F4;
    border-radius: 20px;
    padding: 10px 14px;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    margin-top: 10px;
}

.interview_top .list ul li h3{
    position: relative;
    margin-top: 4px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #424242;
    transition: 0.5s;
}
.interview_top .list ul li h3::after {
    position: absolute;
    bottom: 6px;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url(../images/tex/tex_link_blank.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s;
}

.interview_top .list ul li p{
    margin-top: 8px; 
}
.interview_top .list ul li a:hover h3,
.interview_top .list ul li a:hover .tex__interviewProfile span{
    color: #43B12B;
}
.interview_top .list ul li a:hover h3::after {
    background-image: url(../images/tex/tex_link_blank_on.svg);
    transition: 0.5s;
}
@media screen and (max-width: 900px) {
    .interview_top .kv_box {
        height: 160px;
    }
    .interview_top .interview_top_content h2{
        font-size: 2.0rem;
        line-height: 32px;
    }
    .interview_top .interview_top_content .cat_box{
        margin-top: 60px;
        display: block;
    }
    .interview_top .interview_top_content .cat_box ul{
        margin-left: 0px;
        margin-top: 18px;
    }
    .interview_top .interview_top_content .cat_box ul li {
        margin-bottom: 12px;
        margin-right: 10px;
    }
    .interview_top .list ul{
        display: block;
        margin-top: 36px;
    }
    .interview_top .list ul li{
        max-width: 100%;
        margin-right: 0 !important;
        margin-bottom: 36px;
    }
    .interview_top .list ul li img {
        width: 100%;
    }
    .interview_top .list ul li .cat span{
        font-size: 1.2rem;
    }
    .interview_top .list ul li h3{
        font-size: 1.6rem;
        letter-spacing: 0.075em;
    }
}

/* interview single */
.interview .container_n{
    padding-top: 80px;
}
.interview .interview_detail .main_title{
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 42px;
}
.interview .interview_detail .sub_title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.3;
    color: #43B02A;
}
.interview .cat{
    margin-top: 20px;
    display: flex;
}
.interview .cat span {
    font-size: 1.3rem;
    color: #424242;
    background-color: #F2F4F4;
    border-radius: 20px;
    padding: 10px 14px;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
}
.interview .lead {
    margin-top: 40px;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 32px;
    color: #707070;
}
.interview .interview_detail .main_catch{
    margin-top: 64px;
    height: 612px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.interview_profile {
    max-width: 920px;
    margin: -67px auto 0;
    padding: 42px 50px 50px;
    background: #F5F5F5;
}
.interview .interview_detail_content .interview_profile__title span {
    font-size: 1.4rem;
    line-height: 2.2;
    color: #43B02A;
}
.interview .interview_detail_content .interview_profile__detail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}
.interview .interview_detail_content .interview_profile__detail:not(:last-of-type) {
    margin-bottom: 20px;
}
.interview .interview_detail_content .interview_profile__post_name {
    flex: 1;
}
.interview .interview_detail_content .interview_profile__post_name span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2;
}
.interview .interview_detail_content .interview_profile__post_name h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
}
.interview .interview_detail_content .interview_profile__introduction {
    width: 100%;
    max-width: 553px;
    padding-left: 50px;
}
.interview .interview_detail_content .interview_profile__introduction p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.2;
}

.interview .interview_detail_content{
    padding-top: 0px;
    padding-bottom: 120px;
}
.interview .interview_contents {
    margin-top: 120px;
}
.interview .interview_detail_content h3{
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 36px;
    position: relative;
    padding: 20px 0 20px 25px;
    margin-bottom: 40px;
    margin-top: 120px;
}

.interview .interview_detail_content h3:nth-child(1){
    margin-top: 0;
}
.interview .interview_detail_content h3:before {
    width: 2px;
    background-color: #43b12b;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.interview .interview_detail_content p{
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 32px;
    color: #707070;
    margin-bottom: 70px;
}
.interview .interview_detail__section {
    margin-bottom: 120px;
}
.interview .interview_detail__head {
    margin-bottom: 70px;
}

.interview .interview_detail__body .interview_detail__question {
    position: relative;
    margin-bottom: 40px;
    padding-left: 62px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    color: #42b029;
}
.interview .interview_detail__body .interview_detail__question::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #42b029;
}
.interview .interview_detail__section:last-child {
    margin-bottom: 40px;
}
.interview .interview_detail__section:last-child .interview_detail__answer:last-child {
    margin-bottom: 0;
}
.interview .interview_date p {
    margin-bottom: 0;
    text-align: right;
}

.tex__videoList.interview-video {
    display: block;
    max-width: 920px;
    margin: 0 auto;
}
.tex__videoList.interview-video .tex__videoItem {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.tex__videoList.interview-video .tex__videoItem .tex__videoWrap {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

.interview .interview_detail_content .link_box{
    margin-top: 120px;
}
.interview .interview_detail_content .link_box .mark {
    display: flex;
    justify-content: center;
}
.interview .interview_detail_content .link_box .mark img{
    width: 28px;
    height: 28px;
}
.interview .interview_detail_content .link_box .link_area {
    margin-top: 25px;
    position: relative;
    font-size: 1.6rem;
}
.interview .interview_detail_content .link_box .link_area a{
    position: relative;
}
.interview .interview_detail_content .link_box .link_area .to_list {
    display: flex;
    justify-content: center;
}
.interview .interview_detail_content .link_box .link_area .to_back {
    position: absolute;
    top: 0;
    left: 31.4%;
}
.interview .interview_detail_content .link_box .link_area .to_back a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 34%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #43B12B;
    border-right: solid 2px #43B12B;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.interview .interview_detail_content .link_box .link_area .to_next {
    position: absolute;
    top: 0;
    right: 31.4%;
}
.interview .interview_detail_content .link_box .link_area .to_next a:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 34%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #43B12B;
    border-right: solid 2px #43B12B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
    .interview .container_n{
        padding-top: 0;
    }
    .interview .interview_detail .main_title{
        font-size: 2rem;
        line-height: 1.6;
    }
    .interview .interview_detail .sub_title{
        font-size: 1.8rem;
    }
    .interview .cat{
        margin-top: 12px;
    }
    .interview .cat span {
        font-size: 1.2rem;
    }
    .interview .lead {
        margin-top: 25px;
        font-size: 1.4rem;
        line-height: 25px;
    }
    .interview .interview_detail .main_catch{
        margin-top: 40px;
        height: 246px;
    }
    
    .interview_profile {
        margin-top: -30px;
        padding: 22px 30px 30px;
    }
    .interview .interview_detail_content .interview_profile__detail {
        display: block;
    }
    .interview .interview_detail_content .interview_profile__post_name h4 {
        font-size: 1.8rem;
    }
    .interview .interview_detail_content .interview_profile__introduction {
        margin-top: 20px;
        padding-left: 0;
    }
    .interview .interview_detail_content .interview_profile__introduction p {
        line-height: 1.78;
    }
    
    .interview .interview_detail_content{
        padding-bottom: 60px;
    }
    .interview .interview_contents {
        margin-top: 60px;
    }
    .interview .interview_detail_content h2{
        font-size: 1.8rem;
        line-height: 27px;
        padding: 13px 0 13px 20px;
        margin-bottom: 24px;
        margin-top: 60px;
    }
    
    .interview .interview_detail_content p{
        font-size: 1.4rem;
        line-height: 25px;
        margin-bottom: 60px;
    }
    .interview .interview_detail__section {
        margin-bottom: 60px;
    }
    .interview .interview_detail__head {
        margin-bottom: 28px;
    }
    
    .interview .interview_detail__body .interview_detail__question {
        margin-bottom: 24px;
        padding-left: 32px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .interview .interview_detail__body .interview_detail__question::before {
        top: 12px;
        width: 20px;
    }
    .interview .interview_detail_content .link_box {
        margin-top: 60px;
    }
    .interview .interview_detail_content .link_box .link_area {
        margin-top: 20px;
        position: relative;
        font-size: 1.4rem;
    }
    .interview .interview_detail_content .link_box .link_area .to_back {
        position: absolute;
        top: 0;
        left: 25px;
    }
    .interview .interview_detail_content .link_box .link_area .to_next {
        position: absolute;
        top: 0;
        right: 25px;
    }
}