@font-face {
    font-family: 'didot';
    src: url(../font/didot_bold.otf);
}
body .wrap,body aside{
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .15em;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}
body section img,body aside img{
    margin: 0;
}
.l-header{
    position: relative;
}

main,aside{
    font-size: 10px;
}
main *,aside *{
    letter-spacing: .1em;
    line-height: 1em;
}
.about{
    padding: 10em 0;
    background: #ebf0f0;
}
.about strong{
    font-size: 2.2em;
    text-align: center;
    display: block;
}
.about div{
    width: 120em;
    margin: 5em auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about div img{
    width: 48%;
    display: block;
}
.about div p{
    width: 48%;
    font-size: 1.6em;
    line-height: 1.5em;
}
.contents{
    width: 120em;
    margin: auto;
}
.contents > li{
    padding: 10em 0;
}
.contents > li{
    border-bottom: 1px solid #292b48;
}
.contents > li > img{
    height: 1.7em;
    margin: 0 auto 5em;
    display: block;
}
.contents h3{
    font-size: 2em;
    margin: 0 0 5em;
    text-align: center;
}

.item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item > img{
    width: 48%;
}
.contents > li:first-child .item{
    align-items: flex-start;
}
.contents > li:nth-child(2n) .item{
    flex-direction: row-reverse;
}
.item .images{
    width: 48%;
}
.item .images img{
    margin: 0 0 3em;
}
.item .images p{
    font-size: 1.6em;
}
.item .info{
    width: 48%;
}
.item .info img{
    width: 33.5em;
    margin: 0 0 10em;
    display: block;
}
.item .info > em{
    font-size: 1.6em;
    margin: 0 0 2.5em;
    display: block;
}
.item .info > p{
    margin: 0 0 2.8215em;
    font-size: 1.6em;
    line-height: 1.5em;
}
.item ul{
    font-family: 'Noto Sans JP', sans-serif;
}
.item li{
    display: flex;
    align-items: center;
    height: 2.8em;
}
.item li + li{
    margin: 1.8em 0 0;
}
.item ul em{
    font-size: 1.4em;
}
.item ul small{
    font-size: .9em;
}
.item ul a{
    aspect-ratio: 170/28;
    height: 100%;
    margin: 0 0 0 auto;
    font-size: 1.2em;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.person{
    width: 100em;
    margin: auto;
    padding: 10em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.person img{
    width: 45em;
}
.person div{
    width: 50em;
}
.person strong{
    margin: 0 0 1.6666em;
    font-size: 1.8em;
    font-weight: bold;
    display: block;
}
.person p{
    font-size: 1.6em;
    line-height: 1.5em;
}
.other{
    padding: 10em 0;
    background: #ebf0f0;
}
.other h5{
    margin: 0 0 1.5em;
    font-size: 2em;
    line-height: 1.6em;
    text-align: center;
}
.other img{
    width: 80em;
    margin: 0 auto 3em;
    display: block;
}
.other p{
    font-size: 1.6em;
    line-height: 1.5em;
    width: 50em;
    margin: 0 auto 3.125em;
    letter-spacing: .15em;
}
.other a{
    font-size: 1.6em;
    width: 21.25em;
    margin: 0 auto 1.875em;
    aspect-ratio: 340/50;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
}
.other small{
    width: 66.6666em;
    margin: auto;
    font-size: 1.2em;
    line-height: 2em;
    display: block;
}


@media screen and (max-width:1240px) {
    main,aside{
        font-size: .78vw;
    }
}

@media screen and (max-width:768px) {
    .pc{
        display: none;
    }
    main,aside{
        font-size: 2.66666vw;
    }
    .fv{
        margin: 0 0 8em;
    }
    .about{
        padding: 8em 0;
    }
    .about strong{
        font-size: 2em;
        text-align: left;
        width: 92%;
        margin: auto;
        display: block;
    }
    .about div{
        width: 92%;
        display: block;
    }
    .about div img{
        width: 100%;
        margin: 0 0 4em;
    }
    .about div p{
        width: 100%;
        font-size: 1.4em;
        line-height: 2em;
    }
    .contents{
        width: 92%;
    }
    .contents h3{
        font-size: 1.8em;
        margin: 0 0 2.2em;
    }
    .contents > li{
        padding: 8em 0;
    }

    .item{
        display: block;
    }
    .item .images{
        width: 100%;
    }
    .item .images img{
        margin: 0 0 2em;
    }
    .item .images p{
        font-size: 1.4em;
        letter-spacing: .02em;
    }
    .item .info{
        width: 100%;
        margin: 4em 0 0;
    }
    .item .info img{
        width: 100%;
        margin: 0 0 4em;
    }
    .item .info > em{
        margin: 0 0 2.8571em;
        font-size: 1.4em;
    }
    .item .info > p{
        margin: 0 0 2.8571em;
        font-size: 1.4em;
        line-height: 1.7em;
    }
    .item ul{
        width: 100%;
    }
    .item li{
        height: 2em;
    }
    .item ul em{
        font-size: 1.2em;
    }
    .item ul small{
        font-size: 1em;
    }
    .item ul a{
        aspect-ratio: 8/2;
        font-size: 1em;
    }
    .item > img{
        width: 100%;
    }
    .person{
        width: 92%;
        padding: 8em 0;
        display: block;
    }
    .person img{
        width: 100%;
        margin: 0 0 2em;
    }
    .person strong{
        font-size: 1.6em;
        margin: 0 0 1em;
    }
    .person div{
        width: 100%;
    }
    .person p{
        font-size: 1.4em;
        line-height: 2em;
    }
    .other{
        padding: 8em 0;
    }
    .other h5{
        margin: 0 0 4.4444em;
        font-size: 1.6em;
    }
    .other img{
        width: 92%;
        margin: 0 auto 4em;
    }
    .other p{
        width: 92%;
        margin: 0 auto 2.8571em;
        font-size: 1.4em;
        line-height: 2em;
    }
    .other a{
        width: 92%;
        margin: 0 auto 5.7142em;
        aspect-ratio: 335/50;
        font-size: 1.4em;
    }
    .other small{
        width: 92%;
        
    }
    
}