@charset "utf-8";

/* ==========================================
first01
========================================== */

.first01 .en-title02 {
    margin: 0 0 0 13.7rem;
}

.first01-img-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: -5rem 0 0;
}

.first01-img-row figure  {
    position: relative;
    aspect-ratio: 67 / 48;
    overflow: hidden;
    max-width: 67rem;
    width: 34.9%;
    height: 100%;
    padding: 0;
}

.first01-img02 {
    margin: 24rem 0 0;
}

.first01-text-area {
    max-width: 80rem;
    width: 100%;
    height: 52rem;
    margin: auto;
    padding: 0 2rem;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 10rem;
    text-align: center;
    z-index: 5;
}

/* ==========================================
first02
========================================== */

.first02 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0 16rem;
    position: relative;
}

.first02-row-block {
    margin: -9rem auto 0;
}

.first02-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10rem auto 0;
}

.first02-row:first-child {
    margin: 0 auto;
}

.first02-row:nth-of-type(2n) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.first02-img-box {
    max-width: 62rem;
    width: 50.82%;
}

.first02-img-box.img-control {
    position: relative;
    aspect-ratio: 31 / 24;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

.first02-img-grid {
    max-width: 62rem;
    width: 50.82%;
    gap: 2rem;
}

.first02-img-grid figure {
    position: relative;
    aspect-ratio: 30 / 23;
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

.first02-text-block {
    max-width: 55rem;
    width: 44.8%;
}

.flex-title02 br {
    display: none;
}

/* ==========================================
first03
========================================== */

.first03 {
    padding: 10rem 0 13rem;
}

.first03-title-box {
    text-align: center;
    margin: -6.5rem 0 0;
}

.first03-title-box .flex-title01 br {
    display: none;
}

.first03-row {
    margin: 10rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.first03-left {
    max-width: 56rem;
    width: 39.44%;
}

.first03-right {
    max-width: 76rem;
    width: 53.52%;
}

.message {
    line-height: 2.7em;
}

.first03-profile-box {
    margin: 6rem 0 0;
    padding: 3rem;
    border: 1px solid var(--gray02);
}

.first03-profile-box-in {
    max-width: 70rem;
    width: 100%;
    margin: 0 auto;
}

.first03-profile-list {
    margin: 3rem 0 0;
}

.first03-profile-list-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 1.5rem 0 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid var(--gray05);
}

.first03-profile-list-th {
    width: 10rem;
    margin: 0 3rem 0 0;
}

.first03-profile-title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

    .first01-img-row figure  {
        width: 32%;
    }

    .first01-text-area {
        bottom: 0;
    }


    .first03-right {
        max-width: 85rem;
        width: 60%;
    }

    .first03-left { 
        width: 37%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    /* ==========================================
    first01
    ========================================== */

    .first01-text-area {
        height: 33rem;
        bottom: 5rem;
    }

    .first01-img-row figure {
        width: 25%;
    }

    /* ==========================================
    first02
    ========================================== */

    .first02-row-block {
        margin: -5rem auto 0;
    }

    /* ==========================================
    first03
    ========================================== */

    .first03-right .text01 br {
        display: none;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 900px) {

    /* ==========================================
    first01
    ========================================== */

    .first01-img-row figure {
        width: 20.5%;
    }

    .first02-img-box {
        width: 50%;
    }

    .first02-text-block {
        max-width: 58rem;
        width: 47%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    /* ==========================================
    first01
    ========================================== */

    .first01 {
        display: flex;
        flex-direction: column;
    }

    .first01 .en-title02 {
        margin: 0;
    }

    .first01-img-row {
        flex-direction: column-reverse;
        margin: 0;
        display: contents;
    }

    .first01-img-row figure {
        width: 95%;
        margin: 0 0 0 auto;
    }

    .first01-img-row figure:first-child {
        margin: 4rem auto 0 0;
    }

    .first01-img01 {
        order: 1;
    }

    .first01-img02 {
        order: 3;
    }

    .first01-text-area {
        position: static;
        margin: 4rem auto 0;
        text-align: left;
        order: 2;
    }

    .first01 .flex-title01 {
        font-size: 3rem;
    }

	/* ==========================================
    first02
	========================================== */

    .first02 {
        padding: 5rem 0 10rem;
    }

    .first02-row-block {
        margin: -4rem auto 0;
    }

    .first02-row {
        flex-direction: column-reverse;
        margin: 6rem auto 0;
    }

    .first02-row:nth-of-type(2n) {
        flex-direction: column-reverse;
    }

    .first02-text-block, .first02-img-grid, .first02-img-box {
        width: 100%;
    }

    .first02-text-block {
        max-width: 62rem;
        margin: 4rem auto 0;
    }

	/* ==========================================
    first03
	========================================== */

    .first03-row {
        align-items: center;
    }

    .first03-left, .first03-right {
        width: 100%;
    }

    .first03-right, .first03-profile-box {
        margin: 4rem 0 0;
    }
    
    .message {
        line-height: 2.22em;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {


	/* ==========================================
    first02
	========================================== */

    .first02 {
        padding: 5rem 0 8rem;
    }

    .first02-row-block {
        margin: -2rem auto 0;
    }

    /* ==========================================
    first03
	========================================== */

    .first03 {
        padding: 8rem 0;
    }

    .first03-title-box {
        margin: -2rem auto 0;
    }

    .first03-row {
        margin: 8rem auto 0;
    }

    .first03-profile-box {
        padding: 2rem;
    }

    .first03-profile-list-row {
        flex-direction: column;
    }

    .first03-profile-list {
        margin: 2rem 0 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
