@charset "UTF-8";

/* about ---------------------------------------*/

.about {
    padding-bottom: 22.2vw;
}

.aboutintroduction {
    width: 81.77vw;
    margin: 0 0 0 auto;
    padding: 11.8vw 15.1vw 14.7vw 0;
}

.aboutintroduction-block {
    display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.aboutintroduction-block-title {
    flex: 1;
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 2.604vw;
}

.aboutintroduction-block-text {
    width: 52.343%;
    font-size: 0.833vw;
    line-height: 3.75;
    letter-spacing: 0.1em;
}

.about-pararax {
    width: 91.666vw;
    height: 39.58vw;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 auto;
}

.about-pararax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    will-change: transform;
    overflow: hidden;
}

.abouthistory {
}

.abouthistory-head {
    display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    width: 84.9vw;
    margin: 0 0 0 auto;
    padding: 12.7vw 15.1vw 16.5vw 0;
}

.abouthistory-head-title {
    flex: 1;
    line-height: 2;
    letter-spacing: 0.12em;
    font-size: 2.604vw;
}

.abouthistory-head-text {
    width: 50.373%;
    font-size: 0.833vw;
    line-height: 3.75;
    letter-spacing: 0.1em;
}

.abouthistory-block {
    width: 69.79vw;
    margin: 0 auto;
}

.abouthistory-block:not(:last-of-type) {
    margin-bottom: 16vw;
}

.abouthistory-block-title {
    display: flex;
	justify-content: flex-start;
	align-items: center;
    flex-direction: column;
	flex-wrap: wrap;
	gap: 2.7vw;
    margin-bottom: 5.3vw;
    text-align: center;
}

.abouthistory-block-title > span {
    font-size: max(2.188vw,26px);
    line-height: 1.1;
    letter-spacing: 0.17em;
}

.abouthistory-block-title small {
    font-size: max(1.15vw,16px);
    letter-spacing: 0.1em;
}

.abouthistory-block-image-wrapper {
    display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    gap: 2.08vw;
}

.abouthistory-block-image {
    width: calc(49.9% - 1.04vw);
}

.abouthistory-block-image img {
    width: 100%;
}


/* pc only */
@media screen and (min-width: 768px){
}


/* sp only */
@media screen and (max-width: 767px){
    
    /* about ---------------------------------------*/

    .about {
        padding-bottom: 51vw;
    }

    .aboutintroduction {
        width: 79.487vw;
        margin: 0 auto;
        padding: 30vw 0 29.7vw;
    }

    .aboutintroduction-block {
        display: block;
    }

    .aboutintroduction-block-title {
        line-height: 2.4;
        letter-spacing: 0.05em;
        font-size: 5.38vw;
        text-align: center;
        margin-bottom: 27vw;
    }

    .aboutintroduction-block-text {
        width: 100%;
        font-size: 3.33vw;
        line-height: 3.1;
        letter-spacing: 0.08em;
    }

    .about-pararax {
        width: 89.743vw;
        height: 71.79vw;
        margin: 0 0 0 auto;
    }

    .abouthistory-head {
        display: block;
        width: 79.487vw;
        margin: 0 auto;
        padding: 17vw 0 42vw;
    }

    .abouthistory-head-title {
        line-height: 2.4;
        letter-spacing: 0.15em;
        font-size: 5.38vw;
        margin-bottom: 13.5vw;
    }

    .abouthistory-head-text {
        width: 100%;
        font-size: 3.33vw;
        line-height: 3.1;
        letter-spacing: 0.055em;
    }

    .abouthistory-block {
        width: 79.487vw;
        margin: 0 auto;
    }

    .abouthistory-block:not(:last-of-type) {
        margin-bottom: 20vw;
    }

    .abouthistory-block-title {
        gap: 6vw;
        margin-bottom: 19vw;
    }

    .abouthistory-block-title.is-sp-2row {
        gap: 3.5vw;
    }

    .abouthistory-block-title > span {
        font-size: 4.615vw;
        letter-spacing: 0.17em;
        line-height: 1.5;
    }

    .abouthistory-block-title small {
        font-size: 2.564vw;
    }

    .abouthistory-block-image-wrapper {
        display: block;
    }

    .abouthistory-block-image {
        width: 100%;
        aspect-ratio: 310 / 210;
    }

    .abouthistory-block-image + .abouthistory-block-image {
        margin-top: 5.128vw;
    }

    .abouthistory-block-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px){

}