@charset "utf-8";

body{
    color: #4c5142;
}

/*===================

about

===================*/
.about{
    margin-top: 99px;
    padding-bottom: 13.26vw;
    padding-top: 53px;
    overflow: hidden;
}

.about__wrap{
    margin-top: clamp(60px,9.057vw,125px);
}

.about__listItem{
    /* margin-bottom: 225px; */
    margin-bottom: min(185px,13.4vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8%;
    position: relative;
}
.about__listItem:last-child{
    margin-bottom: 0;
}
.about__listItem--02{
    flex-direction: row-reverse;
    align-items: start;
}
.about__listItem--03{
    align-items: start;
}
.about__listItem::after{
    content: '';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
}
.about__listItem--01::after{
    width: 823px;
    height: 305px;
    background-image: url(../imgs/about/bg-about.png);
    bottom: -100px;
    right: -163px;
}
.about__listItem--02::after{
    width: 663px;
    height: 305px;
    background-image: url(../imgs/about/bg-logo.png);
    bottom: 90px;
    right: -398px;
}
.about__listItem--03::after{
    width: 1168px;
    height: 305px;
    background-image: url(../imgs/about/bg-location.png);
    bottom: -37px;
    left: -170px;
}


.about__textBox{
    width: 42%;
}
/* .about__listItem--01 .about__textBox{
   width: 90%;
   max-width: 517px;
} */
.about__listItem--02 .about__textBox{
   margin-bottom: 370px;
}
.about__textTop{
    margin-bottom: 27px;
}
.about__number{
    margin: 0 0 12px 5px;
    display: inline-block;
    color: #0ba7a3;
    font-size: 12px;
    letter-spacing: 0.003em;
    line-height: 1.16;
    font-family: century-gothic, sans-serif;
    font-weight: 400;
}
.about__textTitle{
    display: block;
    color: #0ba7a3;
    font-size: 34px;
    letter-spacing: 0.003em;
    line-height: 1.17;
    font-weight: 300;
}
.about__text{
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0.03em;
}
.about__img{
    width: 50%;
    position: relative;
}
.about__listItem--03 .about__img{
    margin-top: 70px;
}
.about__imgWrap{
    position: absolute;
    top: 100px;
    left: 0;
    /* width: 770px; */
    width: calc(77% * 2);
}
.about__imgLogo{
    width: 100%;
}

.about__access{
    display: flex;
    justify-self: start;
    align-items: start;
    font-size: 13px;
    line-height: 1.69;
}
.about__access dt{
    width: 92px;
    font-weight: 400;
}
.about__access dd{
    width: calc(100% - 92px);
}

.map_canvas {
    position: relative;
    width: 100%;
    padding-top: 66%;
}
.map_canvas iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* .ayumi__textTop{
    margin-bottom: 25px;
}
.ayumi__text{
    margin-bottom: 25px;
    font-size: 13px;
    line-height:1.15 ;
}

.ayumi__list{
    border-top: 1px solid #cdc7be;
}
.ayumi__listItem{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 18px 5px 18px 10px;
    border-bottom: 1px solid #cdc7be;
}

.ayumi__textLeft{
    width: 180px;
    font-size: 16px;
}
.ayumi__textRight{
    width: calc(100% - 180px);
    font-size: 14px;
    line-height: 1.3;
} */

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1080px) {

}

@media screen and (max-width: 860px) {
    .about__imgWrap {
        top:10vw;
    }
    .about__listItem--02 .about__textBox {
        margin-bottom: 20vw;
    }
}
@media screen and (max-width: 750px) {
    .about__listItem{
        display: block;
        max-width: 550px;
        margin: 0 auto 40px;
    }
    .about__textBox{
        width: 100%;
        margin-bottom: 20px;
    }
    .about__img{
        width: 100%;
    }
    .about__imgWrap{
        position: static;
        width: 550px;
    }
    .about__listItem--01 .about__textBox {
        width: 100%;
    }
    .about__listItem--02 .about__textBox {    
        margin-bottom: 40px;
    }
    .about__textTop{
        margin-bottom: clamp(15px,4vw,25px);
    }
    .about__number{
        margin-bottom: 5px;
    }
    .about__textTitle{
        font-size:clamp(26px, 6.933vw, 34px);
    }
    .about__listItem--03 .about__img{
        margin-top: 0;
    }

}




@media screen and (max-width: 480px) {
   
}
@media screen and (max-width: 463px) {
}

@media screen and (max-width: 350px) {
    .about__access{
        margin-top: 10px;
        display: block;
    }
    .about__access dd{
        width: 100%;
    }

}