@charset "utf-8";

body{
    color: #4c5142;
}

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

history

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

.page-history{
    margin-top: 99px;
    padding-bottom:max(60px,11.59vw) ;
    padding-top: 53px;
    overflow: hidden;
}
.history{
    margin-top:min(80px,13.4vw);
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    position: relative;
}
.history::before{
    content: '';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    width: 859px;
    height: 305px;
    background-image: url(../imgs/about/bg-history.png);
    top: 23px;
    right: 31px;
}
.history .about__textTop{
    width: fit-content;
    margin-bottom:min(95px, 6.88vw);
}
.history .about__textTitle{
    line-height: 1.3;
}
.history__list{
    margin-bottom: min(165px,11.95vw);
}
.history__listItem{
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 4%;
    position: relative;
    border-left: 1px solid #0ba7a3;
}
.history__listItem:last-child{
    padding-bottom: 0;
}
.history__listItem::before{
    content: '';
    display: block;
    background-image: url(../imgs/about/dot.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 25px;
    left: 0;
    transform: translateX(-50%);
}
.history__listItem:first-child::after{
    content: '';
    display: block;
    width: 4px;
    height: 25px;
    background-color: #ebebe1;
    position: absolute;
    top: 0;
    left: -2px;
}

.history__textWrap{
    padding-top: 25px;
    padding-left: 30px;
    width: 46%;
    max-width: 418px;
}
.history__img{
    width: 54%;
}
.history__img span{
    display: block;
    font-size: 12px;
    padding-top: 4px;
    line-height: 1.5;
}
.history__img span.history__citing{
    padding-top: 6px;
}
.history__ttl{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.72;
    letter-spacing: 0.03em;
}
.history__txt{
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.03em;
}



.ayumi{
    position: relative;
}
.ayumi::after{
    content: '';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    width: 591px;
    height: 305px;
    background-image: url(../imgs/about/bg-step.png);
    top: -47px;
    right: -239px;
}

.ayumi__textTop{
    margin-bottom: 25px;
}
.ayumi__text{
    margin-bottom: 25px;
    font-size: 15px;
    line-height:1.45 ;
    letter-spacing: 0.03em;
}

.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: 160px;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.ayumi__textRight{
    width: calc(100% - 160px);
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.03em;
}

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

}

@media screen and (max-width: 860px) {
   
}
@media screen and (max-width: 750px) {
  

    .history .about__textTop{
        width: 100%;
        max-width: 550px;
       margin: 0 auto clamp(15px,4vw,25px);
       text-align: left;
    }
    .history__listItem{
        display: block;
        max-width: 550px;
        margin: 0 auto;
        padding-left: 20px;
    }

    .history__textWrap{
        width: 100%;
        max-width: 550px;
        padding-left: 0;
        margin: 0 auto 20px;
    }
    .history__img{
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }
    .history__ttl{
        margin-bottom: 6px;
        font-size: 16px;
    }
    .history__listItem::before {
        width: 25px;
        height: 25px;
    }
    .history__txt{
        font-size: 14px;
    }
    .ayumi{
        max-width: 550px;
        margin: 0 auto;
    }
    .ayumi__textLeft{
        font-size: 16px;
    }
    .ayumi__listItem{
        display: block;
        padding: 15px 5px 15px 5px;
    }
    .ayumi__textRight{
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
        line-height: 1.75;
    }
}




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

@media screen and (max-width: 350px) {
 

}