@charset "UTF-8";

/* cross-talk-hero */

.ttl-box{
    position: relative;
    max-width: 1184px;
	margin: -86px auto 0;
	padding: 28px 41px 29px;
    background: #EA6876;
    color: #fff;
}

.ttl-box .ttl{
    margin-bottom: 35px;
}

.ttl-box .ttl .-en{
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.ttl-box .ttl .-serif{
    margin-left: 11px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ttl-box p{
    font-size: 14px;
}

/* sec */
.sec{
    overflow: hidden;
}

/* talk-box */
.talk-box{
    position: relative;
    padding-bottom: 65px;
}

.talk-box::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -50vw;
    width: 200vw;
    height: 1px;
    background: #E5E5E5;
}

.talk-box .head{
    position: relative;
    padding: 63px 37px 47px;
}

.talk-box .head::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: #EA6876;
    z-index: 1;
}

.talk-box .head::after{
    content: '';
    position: absolute;
    bottom: 0.5px;
    left: -50vw;
    width: 200vw;
    height: 1px;
    background: #E5E5E5;
}

.talk-box .head p{
    font-size: 28px;
    font-weight: bold;
}

.talk-box .body{
    display: flex;
    justify-content: space-between;
}

.talk-box:nth-of-type(even) .body{
    flex-flow: row-reverse;
}

.talk-box:first-of-type .body:nth-of-type(odd){
    flex-flow: row-reverse;
}

.talk-box:nth-of-type(2) .body:nth-of-type(odd){
    flex-flow: row;
}

.talk-box:first-of-type .body:nth-of-type(odd) .img{
    /* margin-top: -264px; */
    margin-top: 20px;
}

.talk-box:nth-of-type(2) .body:nth-of-type(odd) .img{
    margin-top: -30px;
}

.talk-box .txt-box{
    width: 49%;
    margin-top: 45px;
}

.talk-box .talk-ttl{
    font-size: 14px;
    color: #EA6876;
}

.talk-box .tbl{
    margin-top: 25px;
}

.talk-box .tbl th{
    padding-right: 12px;
    font-weight: bold;
}

.talk-box .tbl td p{
    padding-bottom: 17px;
    font-size: 14px;
    line-height: 2.2;
}

.talk-box .img{
    width: 45.5%;
    margin-top: 91px;
}

.talk-box:nth-of-type(even) .img{
    margin-top: 51px;
}

/* cross-talk-list */
.cross-talk-list{
    padding: 82px 0 111px;
    text-align: center;
}

.cross-talk-list .row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 28px;
}

.cross-talk-list .talk-anchor{
    width: 329px;
    height: 95px;
}

.cross-talk-list .talk-anchor a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #EA6876;
    color: #fff;
}

.cross-talk-list p{
    font-size: 14px;
    font-weight: 500;
}

.cross-talk-list .-en{
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
}

.cross-talk-list .-serif{
    margin-left: 11px;
    font-size: 17px;
    font-weight: bold;
}

@media screen and (max-width:949px) {
    /* cross-talk-hero */ 

    .ttl-box{
        max-width: none;
        margin: 0 auto;
        padding: 25px 4.8% 33px;
    }

    .ttl-box .ttl{
        margin-bottom: 43px;
    }

    .ttl-box .ttl .-en{
        font-size: 35px;
    }

    .ttl-box .ttl .-serif{
        margin-left: 5px;
        font-size: 17px;
    }

    .ttl-box p{
        font-size: 12px;
    }

    /* talk-box */
    .talk-box{
        padding-bottom: 35px;
    }

    .talk-box:first-of-type .body:nth-of-type(odd) .img{
        margin-top: 0;
    }

    .talk-box:nth-of-type(2) .body:nth-of-type(odd) .img{
        margin-top: 0;
    }

    .talk-box .head{
        position: relative;
        padding: 52px 0 27px;
    }

    .talk-box .head::before{
        left: -4.8vw;
        width: 76.8%;
        height: 1px;
    }

    .talk-box .head::after{
        bottom: 0;
    }

    .talk-box .head p{
        font-size: 20px;
    }

    .talk-box .body{
        display: block;
    }

    .talk-box .txt-box{
        width: 100%;
        margin-top: 14px;
    }

    .talk-box .talk-ttl{
        font-size: 13px;
    }

    .talk-box .tbl{
        margin-top: 18px;
    }

    .talk-box .tbl th{
        padding-right: 7px;
    }

    .talk-box .tbl td p{
        padding-bottom: 35px;
    }

    .talk-box .img{
        width: 100%;
        margin-top: 0;
    }

    .talk-box:nth-of-type(even) .img{
        margin-top: 0;
    }

    /* cross-talk-list */
    .cross-talk-list{
        padding: 61px 4.8% 70px;
    }

    .cross-talk-list .row{
        flex-flow: column;
        gap: 19px;
        margin-top: 24px;
    }

    .cross-talk-list .talk-anchor{
        width: 100%;
        max-width: 329px;
        height: 84px;
    }

    .cross-talk-list p{
        font-size: 13px;
    }

    .cross-talk-list .-en{
        font-size: 24px;
    }

    .cross-talk-list .-serif{
        margin-left: 7px;
    }
}
