@charset "utf-8";

/* ==========================================
about01
========================================== */

.about01-row {
    display: flex;
    max-width: 170rem;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.about01-right {
    max-width: 73rem;
    width: 45%;
    aspect-ratio: 1 / 1;
}

.about01-left {
    width: 50%;
    padding: 16rem 0 0 10rem;
}

.about01-text-block {
    margin: 6rem 0 0;
}

.about01-left .deco-en-title100 {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-15deg);
    z-index: 1;
}

.about01-text-box {
    margin: 3rem 0 0;
}


/* ==========================================
about02
========================================== */

.about02-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.about02-row02 {
    gap: 20px;
}

.about02-left, .about02-right {
    max-width: 60rem;
    width: 45.45%;
}

.about02-circle {
    max-width: 18rem;
    min-width: 12rem;
    flex: 1;
    position: relative;
    aspect-ratio: 1 / 1;    
}

.about02-circle-in {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.circle-text01 {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-family02);
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.about02-arrow {
    max-width: 42rem;
    width: 95%;
    aspect-ratio: 42 / 7;
    background: var(--primary01);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin: 4rem auto 0;
}

.about02-left-text {
    width: 100%;
    margin: 4rem auto 0;
    padding: 2rem 1.65rem;
    text-align: center;
}

.about02-right .title30 {
    justify-content: flex-start;
}

.about02-title,.about02-text-box {
    margin: 4rem 0 0;
}


/* ==========================================
about03
========================================== */

.about03-in {
    padding: 10rem 0;
}

.about03-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6rem 0 0;
}

.about03-row:nth-of-type(2n) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.about03-left {
    max-width: 48rem;
    width: 36.36%;
}

.about03-right {
    max-width: 74rem;
    width: 56.06%;
}

.about03-right .title30 {
    justify-content: flex-start;
}

.about03-text-box {
    margin: 3rem 0 0;
}


/* ==========================================
about04
========================================== */

.about04 .title40 {
    margin: 4rem auto 0;
}

.about04-contents {
    max-width: 147rem;
    width: 100%;
    margin: 0 auto;
}

.about04-img-block {
    width: 100%;
    position: relative;
    padding: 0 0 5rem 5rem;
}

.about04-img-box {
    max-width: 132rem;
    width: 95%;
    margin: 6rem auto 0;
    position: relative;
}

.about04-img-block:after {
    content: "";
    position: absolute;
    left: 5rem;
    bottom: 0;
    width: 89%;
    height: 88.6%;
    background: url(../../../../uploads/cmn_img_bg01.svg) center center / auto;
    z-index: -1;
}

.about04-name {
    position: absolute;
    bottom: 3%;
    right: 0;
    transform: rotate(-5deg);
    max-width: 20rem;
    width: 20%;
    z-index: 1;
}

.about04-text-box {
    margin: 5rem auto 0;
    text-align: center;
}

.about04-text-mt {
    margin: 7rem auto 0;
}

.about-illust01 {
    max-width: 15rem;
    width: 12%;
    position: absolute;
    bottom: -8%;
    right: 11%;
    transform: rotate(15deg);
    z-index: 5;
}

/* ==========================================
about05
========================================== */

.about05-in {
    padding: 10rem 1.5rem;
}

.about05-table {
    margin: 4rem auto 0;
}

.about05-row {
    max-width: 102rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2rem;
    border-bottom: 1px dotted var(--primary04);
}

.about05-th {
    width: 25rem;
    padding: 0 1.5rem;
    color: var(--primary01);
    font-size: 2rem;
    font-weight: 500;
}

.about05-td {
    flex: 1;
}



/* ==========================================
about06
========================================== */

.about06 {
    padding: 15rem 0 20rem;
}

.about06-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about06-left .title30 {
    justify-content: flex-start;
}

.about06-title-box {
    display: flex;
    align-items: center;
    margin: 4rem auto 0;
}

.train-icon {
    max-width: 3rem;
    width: 10%;
    margin: 0 1.5rem 0 0;
}

.about06-text-box {
    margin: 4rem auto 0;
}

.about06-right {
    max-width: 75rem;
    width: 56.82%;
    height: 40rem;
}

iframe {
    width: 100%;
    height: 100%;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {


	/* ==========================================
	about01
	========================================== */

    .about01-left {
        width: 46%;
        padding: 16rem 0 0 8rem;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    /* ==========================================
	about01
	========================================== */

    .about01-left {
        width: 50%;
        padding: 10rem 0 0 5rem;
    }

    .about01-right {
        width: 43%;
    }

    .about01-text-block {
        margin: 4rem 0 0;
    }

    .about01-text-box {
        margin: 2rem 0 0;
    }

	/* ==========================================
	about02
	========================================== */

    .circle-text01 {
        font-size: 1.75rem;
    }
	
	/* ==========================================
	about03
	========================================== */
	
	.about03-in {
		padding: 8rem 0;
	}
	
	/* ==========================================
	about04
	========================================== */

    .about04-img-block:after {
        left: 0;
    }

   .about04-text-box {
        font-size: 1.55rem;
    }
	
	.about04-text-mt {
		margin: 5rem auto 0;
	}
	
	/* ==========================================
	about05
	========================================== */
	
	.about05-in {
		padding: 8rem 1.5rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    /* ==========================================
    about01
    ========================================== */

    .about01-row {
        flex-direction: column;
    }

    .about01-left {
        width: 100%;
        padding: 10rem 0 0 4rem;
    }

    .about01-right {
        width: 94%;
        margin: 4rem auto 0;
    }

    .about01-text-block {
        margin: 5rem 0 0;
    }

    .about01-text-box {
        margin: 2rem 0 0;
    }

    /* ==========================================
    about02
    ========================================== */

    .about02-row {
        flex-direction: column-reverse;
    }


    .about02-left, .about02-right {
        width: 100%;
        margin: 0 auto;
    }
    
    .about02-left {
        margin: 4rem auto 0;
    }

    .about02-right .title30 {
        justify-content: center;
    }

    .about02-row02 {
        flex-direction: row;
    }

    /* ==========================================
    about03
    ========================================== */
	
	.about03-in {
		padding: 6rem 0;
	}

    .about03-row {
        flex-direction: column;
    }

    .about03-left {
        max-width: 63rem;
        width: 100%;
    }

    .about03-right {
        width: 100%;
        margin: 4rem auto 0;
    }

    .about03-row:nth-of-type(2n) {
        flex-direction: column;
    }
	
    /* ==========================================
    about04
    ========================================== */

	.about-illust01 {
		bottom: -16%;
	}

    /* ==========================================
    about05
    ========================================== */
	
	.about05-in {
		padding: 6rem 1.5rem;
	}

    .about05-th {
        width: 16rem;
        font-size: 1.65rem;
    }

    /* ==========================================
    about06
    ========================================== */

    .about06 {
        padding: 10rem 0 14rem;
    }

    .about06-row {
       flex-direction: column;
    }

    .about06-left {
        width: 100%;
    }

    .about06-right {
        width: 100%;
        margin: 4rem auto 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

    
    /* ==========================================
    cover
    ========================================== */
	
	/* ==========================================
    about01
    ========================================== */

	.about01-left {
		padding: 10rem 0 0 1rem;
	}

    /* ==========================================
    about02
    ========================================== */

    .circle-text01 {
        font-size: 1.5rem;
    }

	.about02-row02 {
		gap: 8px;
	}
	
	.about02-circle {
		min-width: 11rem;
	}

    /* ==========================================
    about03
    ========================================== */

    .contents04.area {
        padding: 0 2rem;
    }
	
	.about03-in .title30 {
		text-align: center;
	}

    /* ==========================================
    about04
    ========================================== */

    .about04-img-block:after {
        content: none;
    }

    .about04-img-block {
        padding: 0 0 2rem;
    }

    .about04-img-box {
        width: 98%
    }

    .about04-name {
        width: 28%;
        bottom: 1%;
    }
	
    .about04-text-box {
        margin: 3rem auto 0;
    }

	.about04-text-mt {
		margin: 4rem auto 0;
	}
	
	.about-illust01 {
		width: 20%;
		right: 0;
		bottom: -13%;
	}

    /* ==========================================
    about05
    ========================================== */

    .about05-row {
        flex-direction: column;
    }

    .about05-th {
        padding: 0;
    }

    /* ==========================================
    about06
    ========================================== */

    .about06 {
        padding: 8rem 0 10rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {





}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */