@charset "utf-8";

.p-crosstalk{
    width: 70%;
    max-width: 1200px;
    margin: 0 auto 120px;
}
@media screen and (max-width: 740px){
    .p-crosstalk{
    width: 100%;
}
}
.p-crosstalk h1,h2,h3,h6 ,p{
    font-family: "Noto Sans JP", sans-serif;
}

.p-crosstalk h4{
    font-family: "Barlow", sans-serif;
}

.p-crosstalk .fv_img{
position: relative;
}

.p-crosstalk .crosstalk__ttl{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
    margin: 0 auto;
    background-color: rgba(193,39,45,0.5);
}
@media screen and (max-width: 740px){
    .p-crosstalk .crosstalk__ttl{
            width: 90%;
    }
}


.p-crosstalk .crosstalk__ttl .main__ttl img{
    width: 90%;
}

.p-crosstalk .crosstalk__ttl .sub__ttl{
    font-size: 5rem;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0;
}

@media screen and (max-width: 740px){
    .p-crosstalk .crosstalk__ttl .sub__ttl{
    font-size: 1.8rem;
}
}

.p-crosstalk .ttl_txt{
    width: 87%;
    margin: 0 auto;
    background-color: #c1272d;
}
@media screen and (max-width: 740px){
    .p-crosstalk .ttl_txt{
        width: 90%;
    }
}

.p-crosstalk .ttl_txt .txt{
    text-align: left;
    font-size: 2rem;
    line-height:1.8;
    font-weight: 500;
    color: #fff;
    padding: 40px 60px;
    margin: 0;
}
@media screen and (max-width: 740px){
    .p-crosstalk .ttl_txt .txt .sp_none{
        display: none;
    }
}
@media screen and (max-width: 740px){
    .p-crosstalk .ttl_txt .txt{
    font-size: 1.3rem;
    padding: 20px;
}
}

.p-crosstalk .memberbox{
    position: relative;
    margin-top: 80px;
    padding: 65px 135px;
    border-radius: 20px;
    border: 4px solid #c1272d;
}
@media screen and (max-width: 740px){
    .p-crosstalk .memberbox{
    width: 90%;
    margin: 80px auto 0;
    padding: 45px 40px;
    border: 3px solid #c1272d;
}
}

.p-crosstalk .memberbox__mainttl{
    position: absolute;
    top: -18px;
    left: 20px;
    margin: 0;
    background-color: white;
}

.p-crosstalk .memberbox__mainttl img{
    width: 80%;
}

.p-crosstalk .memberbox__wrap{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 740px){
    .p-crosstalk .memberbox__wrap{
        gap: 0;
        justify-content: space-between;
    }
}

.p-crosstalk .memberbox__wrap:last-child{
    margin-bottom: 0;
}

.p-crosstalk .memberbox__wrap img{
    height: 100%;
    width: auto;
}

.p-crosstalk .memberbox__wrap__txt .member__name{
    font-size: 2.2rem;
    margin: 0;
    text-align: left;
    color: #c1272d;
    font-weight: 800;
}

@media screen and (max-width: 740px){
    .p-crosstalk .memberbox__wrap__txt .member__name{
    font-size: 1.6rem;
}
}

.p-crosstalk .memberbox__wrap__img{
    width: 90px;
}
@media screen and (max-width: 740px){
    .p-crosstalk .memberbox__wrap__img{
        width: 35%;
    }
    .p-crosstalk .memberbox__wrap__img img{
        width: 100%;
    }
}

.p-crosstalk .memberbox__wrap__txt .txt{
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}
@media screen and (max-width: 740px){
    .p-crosstalk .memberbox__wrap__txt{
        width: 62%;
    }
}
@media screen and (max-width: 740px){
    .p-crosstalk .memberbox__wrap__txt .txt{
    font-size: 1.1rem;
}
}

.p-crosstalk .talk{
    margin-top: 90px;
}
@media screen and (max-width: 740px){
    .p-crosstalk .talk{
        width: 90%;
        margin: 90px auto 0;
    }
}

.p-crosstalk .talk__ttl{
    display: flex;
    align-items: end;
    gap: 20px;
}

.p-crosstalk .talk__ttl .talk__mainttl{
    width: 50px;
}

.p-crosstalk .talk__ttl .talk__mainttl img{
    width: 100%;
}

.p-crosstalk .talk__ttl .talkttl {
    width: 400px;
}

.p-crosstalk .talk__ttl .talkttl img{
    width: 100%;
}

.p-crosstalk .talk_blok{
    width: 100%;
    margin: 0 auto;
}


.p-crosstalk .talk_blok .talk__subttl{
    font-size: 1.5rem;
    font-weight: 700;
    padding: 20px 0;
    border-radius: 20px;
    background-color: #f2f2f2;
    width: 50%;
    margin: 40px auto 0;
}
@media screen and (max-width: 740px){
    .p-crosstalk .talk_blok .talk__subttl{
        font-size: 1.2rem;
        padding: 15px 0;
        width: 100%;
    }
}

@media screen and (min-width: 741px){
    .p-crosstalk .talk_blok .talk__subttl .pc_none{
    display: none;
}
}

.p-crosstalk .talk_blok .left{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.p-crosstalk .talk_blok .left .left__img{
    width: 25%;
}

.p-crosstalk .talk_blok .left .left__img img{
    width: 30%;
}
@media screen and (max-width: 740px){
    .p-crosstalk .talk_blok .left .left__img img{
        width: 60%;
    }
}

.p-crosstalk .box__name{
    font-weight: 700;
    color: #c1272d;
    font-size: 1.9rem;
    margin: 4px 0 0;
}
@media screen and (max-width: 740px){
    .p-crosstalk .box__name{
        font-size: 1.4rem;
        margin: 0; 
    }
}

.p-crosstalk .box__sentence{
    position: relative;
    background-color: #f9e9ea;
    border-radius: 20px;
    padding: 30px 40px;
    text-align: left;
    width: 50%;
}
@media screen and (max-width: 740px){
    .p-crosstalk .box__sentence{
    padding: 15px;
    width: 330px;
}
}

.p-crosstalk .left .triangle{
    position: absolute;
    top: 23px;
    left: -20px;
    display: inline-block;
    width: 21px;
    height: 28px;
    background-color: #f9e9ea;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

@media screen and (max-width: 740px){
    .p-crosstalk .left .triangle{
        top: 27px;
        left: -6px;
        width: 7px;
        height: 16px;
    }
}

.p-crosstalk .box__sentence .box__txt{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}
@media screen and (max-width: 740px){
    .p-crosstalk .box__sentence .box__txt{
    font-size: 1.2rem;
}
}

.p-crosstalk .box__sentence .box__txt span{
    color: #c1272d;
    border-bottom: 2px solid #c1272d;
    font-weight: bold;
}

.p-crosstalk .box__sentence .box__txt a{
    color: #d32b2e; 
    display: inline; 
    border-bottom: 2px solid #d32b2e;
}

.p-crosstalk .talk_blok .right{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 20px;
}
.p-crosstalk .talk_blok .right .right__img{
    right: -275px;
    width: 25%;
}

.p-crosstalk .talk_blok .right .right__img img{
    width: 30%;
}
@media screen and (max-width: 740px){
    .p-crosstalk .talk_blok .right .right__img img{
        width: 60%;
    }
}

.p-crosstalk .right .triangle{
    position: absolute;
    top: 23px;
    right: -20px;
    display: inline-block;
    width: 21px;
    height: 28px;
    background-color: #f9e9ea;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media screen and (max-width: 740px){
    .p-crosstalk .right .triangle{
        top: 27px;
        right: -6px;
        width: 7px;
        height: 16px;
    }
}


.talk_blok__img{
    width: 50%;
    margin: 30px auto 0;
}
@media screen and (max-width: 740px){
    .talk_blok__img{
        width: 100%;
    }
}
