@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 768px), print {
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */


/*================*/
.about .lead{
    font-size: 3.73vw;
    line-height: 1.71;
    letter-spacing: 0.04em;
}

/*================*/
.about .map{
    margin-top: 10.67vw;
}
.about .map img{
    width: 100%;
}

/*================*/
.about .anchor{
    margin-block: 8vw 10.67vw;
}

/*================*/
.about .about-contents{
    padding-bottom: 16vw;
}

/*================*/
.about .contents:not(:first-of-type){
    margin-top: 10.67vw;
}
.about .contents__ttl{
    padding-bottom: 3.73vw;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 1.58;
    letter-spacing: 0.08em;
}
.about .content{
    margin-top: 8vw;
}
.about .content__img img{
    width: 100%;
}
.about .content__ttl{
    margin-top: 2.67vw;
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 1.67;
    letter-spacing: 0.07em;
}
.about .content__text{
    margin-top: 2.67vw;
    font-weight: 400;
    font-size: 3.73vw;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.about .content__btns{
    display: grid;
    row-gap: 2.67vw;
    margin-top: 6.4vw;
}
.about .content__btn{
    margin-inline: auto;
    font-size: 4.27vw;
}

/*================*/
/* 下層 */
.about-detail-title{
    padding-top: 7.69vw;
}
.about-detail-title__main{
    font-weight: 700;
    font-size: 7.18vw;
    letter-spacing: 0.08em;
}
.about-detail-contents{
    margin-top: 7.69vw;
    padding-bottom: 15.38vw;
}
.about-detail-content:not(:first-of-type){
    margin-top: 12.82vw;
}
.about-detail-content__ttl{
    font-weight: 700;
    font-size: 6.15vw;
    line-height: 1.58;
    letter-spacing: 0.08em;
}
.about-detail-content__box{
    margin-top: 5.13vw;
    display: grid;
    gap: 5.13vw;
}
.about-detail-content__img img{
    width: 100%;
}
.about-detail-content__text{
    font-weight: 400;
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.about-detail__btn{
    font-size: 4.1vw;
    text-align: center;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

