@charset "UTF-8";

.en_sp .area-s p{
    font-weight: 700;
}

.en_sp section.title{
    padding-top: 0rem;
}


.en_sp p, .en_single , .interview , #interview{
    font-family: 'fot-tsukuardgothic-std';
}

.en_sp p.leadtext{
    letter-spacing: -1px;
    font-size: 20px;
}

.en_link div{
    
}

.en_link div p{
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.enbox figure {
    background: #fff;
}

.enbox a{
    font-size: 110%;
    font-weight: 700;
    text-decoration: underline;
}

.en_sp h1{ 
    text-align: center; 
    margin-bottom: 0;
}

.en_link{
    padding: 1rem 4rem;
    display: flex;
    justify-content: space-between;
}

.en_link div {
    width: 48%;
    padding: 1rem;
    margin: 0.5rem;
}

.en_link div figure{
    text-align: center;
    background: #fff;
}

.en_link div figure img{
    width: auto;
}

.en_link p{
    text-align: center;
    margin: 1rem 0;
}

.en_link .en01 a,
.en01 h3{ color: #76AADE;}

.en_link .en02 a,
.en02 h3{ color: #82D9AE;}

.en_link .en03 a,
.en03 h3{ color: #E0A366;}

.en_link .en04 a,
.en04 h3{ color: #A4A4EF;}

.en_title{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 3rem 0;
}
.en_title::before{
    content: "――― ";
}
.en_title::after{
    content: " ―――";
}

.enbox{
    padding: 2rem;
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
}

.enbox img{
    border: 10px solid #FFF;
    border-radius: 10px;
}

.en01{ background: rgba(118,170,222,0.2);}
.en02{ background: rgba(126,209,168,0.2);}
.en03{ background: rgba(224,163,102,0.2);}
.en04{ background: rgba(164,164,239,0.2);}

.enbox h3{
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.enbox p{
    margin-bottom: 2rem;
}

.enbox h2{
    font-size: 1.5rem;
}

.en_single h1{
    width: 60%;
    margin: 0 auto;
}

.en_single p{
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.5rem;
    
}

.interview-box{
    padding: 2rem;
    margin: 5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.en_single article{
    width: 33%;
}
.en_single article h3{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
}

.interview-box figure{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}


.interview-box figure img{
    height: auto;
    /* max-width: 80%; */
}

.en_single .wp-block-buttons{
    font-size: 1.4rem;
}



#interview h1{
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 1rem;
}

#interview p{
    font-size: 1.2rem;
    line-height: 1.75rem;
}

#interview p.int_question{
    margin-top: 4rem;
    margin-bottom: 0.5rem;
}

#interview p strong{
    font-size: 1.5rem;
    font-weight: 700;
}

.is-provider-youtube iframe{
    width: 100%;
    height: 50vh;
    margin-bottom: 4rem;
}
.liquid-speech-balloon-text {
    background: rgba(0, 0, 0, 0.03) !important;
}
.liquid-speech-balloon-avatar::after {
    font-size: 1.2rem !important;
}


.wp-block-liquid-speech-balloon{
    margin-bottom: 3rem;
}

.wp-block-buttons {
    text-align: center;
}

.liquid-speech-balloon-text{
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.03);
}


@media (max-width: 768px) {
    .en_link{
        padding: 0rem ;
    }

    .en_sp p.leadtext{
        font-size: 1rem;
    }

    .en_link div p {
        font-size: 1rem;
    }



.en_single h1{
    width: 80%;
}

.en_single p{
    letter-spacing: -0.2rem;
}

/*interview*/

.interview-box{
    display: block;
}

.interview-box article{
    width: 90%;
    padding: 1rem;
}

.interview-box figure img{
    height: 180px;
    width: auto;
}

    .is-provider-youtube iframe {
        height: revert-layer;
    }
    .en_link div{
        width: 48%;
    }

    .wp-block-buttons{
        margin: 2rem auto;
    }
}