@charset "UTF-8";

.single_staff_main {
	padding-block: 140px 50px;
}

.single_staff_main .title_box {
	text-align: center;
}

.single_staff_main .title_box .title {
	font-size: 40px;
	letter-spacing: .08em;
	font-weight: 400;
	line-height: 1.5;
}

.breadcrumb {
    margin-top: 49px;
	text-align: right;
    position: relative;
}

.single-staff .breadcrumb .wrap {
    padding-bottom: 7px;
    border-bottom: 1px solid #E0E0E0;
}

.single_staff .common_page_wrap {
	padding-block: 20px 150px;
}

.single_staff .about_sec .inner {
	display: grid;
	/* grid-template-columns: 490px 1fr; */
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 40px;
}



/* .single_staff .about_sec .img {
	position: relative;
	z-index: 0;
} */

.single_staff .about_sec .img img {
	width: 100%;
	aspect-ratio: 7/5;
	object-fit: cover;
    border-radius: 0 10px 10px 0;
}

/* .single_staff .about_sec .img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--main-color);
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: -1;
} */

.single_staff .about_sec .text_box .name_box {
	margin-block: 0 0.5em;
	position: relative;
	z-index: 0;
}

.single_staff .about_sec .text_box .name_box .name {
	font-size: 40px;
	letter-spacing: .08em;
	font-weight: 600;
	line-height: 1.5;
}

.single_staff .about_sec .en_name {
	color: #002557;
	font-size: 96px;
	letter-spacing: 0;
	font-weight: 700;
	font-family: "Arial-Bold", sans-serif;
	line-height: 1;
    text-transform: uppercase;
	position: absolute;
	bottom: -29px;
	left: 0;
	z-index: 0;
}

.single_staff .about_sec .text_box .info {
	margin-block: 0 2.3em;
}

.single_staff .about_sec .text_box .info .text {
	color: #7E7E7E;
	font-size: 18px;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.5;
}

.single_staff .about_sec .text_box .catch {
	display: inline-block;
	background: #E6E6E6;
	padding: 1em 0.3em 1em 1.5em;
}

.single_staff .about_sec .text_box .catch .text {
	font-size: 26px;
	letter-spacing: .08em;
	font-weight: 700;
	line-height: 1.5;
}

.single_staff .cont_sec:first-of-type {
	padding-block: 195px 0;
}

.single_staff .cont_sec_private {
    position: relative;
}

.single_staff .cont_sec_private::after {
    content: "";
    width: 482px;
    height: 389px;
    background: rgba(255,255,255,0.8) url(/wp-content/themes/child/image/bg_page_staff.png) no-repeat center center/ contain;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: -1;
}

.single_staff .cont_sec_message {
    position: relative;
}

.single_staff .cont_sec_message::after {
    content: "";
    width: 1070px;
    height: 460px;
    border-radius: 10px 0 0 10px;
    background-color: #F5F5F7;
    position: absolute;
    bottom: -330px;
    right: 0;
    z-index: -1;
}

.single_staff .cont_sec .item {
	display: flex;
	gap: 80px;
    align-items: center;
}

.single_staff .cont_sec .item+.item {
	margin-block: 100px 0;
}

.single_staff .cont_sec .item:nth-child(even) {
	flex-direction: row-reverse;
}

.single_staff .cont_sec .item .img {
	flex-shrink: 0;
	width: 550px;
    border-radius: 10px;
    overflow: hidden;
}

.single_staff .cont_sec .item .img img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.single_staff .cont_sec .item .text_box {
	width: 100%;
}

.single_staff .cont_sec .item .text_box .title {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
	line-height: 1.5;
	margin-block: 0 0.9em;
}

.single_staff .cont_sec .item .text_box .text {
    line-height: 1.5;
}


.single-staff .staff_bg {
    width: 100%;
    height: 990px;
    border-radius: 0 0 10px 10px;
    background-color: #F5F5F7;
    position: absolute;
    top: -49px;
    left: 0;
    z-index: -1;
}

.single_staff .about_sec .wrap {
    width: 1440px;
}

.single_staff .about_sec .img_block {
    position: relative;
}

.single_staff .about_sec .item_box_wrap {
    width: 100%;
}

.single_staff .about_sec .item_box_inner {
    margin: 0 auto 0 40px;
    max-width: 510px;
}

.single_staff .about_sec .item_box {
    border-radius: 5px;
    background-color: #fff;
}

.single_staff .about_sec .item_box + .item_box {
    margin-top: 10px;
}

.single_staff .about_sec .item_box .term {
    padding: 22px 0 22px 50px;
    width: 130px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    position: relative;
}

.single_staff .about_sec .item_box .term::after {
    content: "";
    width: 1px;
    height: 65%;
    background-color: #E0E0E0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

}

.single_staff .about_sec .item_box .description {
    padding: 23px 30px;
    font-size: 14px;
    line-height: 1;
    flex: 1;
}

.single_staff .about_sec .item_box ul {
    padding: 18px 34px;
    flex: 1;

}
.single_staff .about_sec .item_box li {
    font-size: 14px;
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.single_staff .about_sec .item_box li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #002557;
}

.single_staff .cont_sec + .cont_sec {
    margin-top: 120px;
}

.single_staff .cont_sec:nth-child(odd) .item {
	flex-direction: row-reverse;
}

.single_staff .sub_title {
    font-family: "Arial-Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #002557;
    display: flex;
    align-items: center;
    gap: 10px;
}

.single_staff .sub_title::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #002557;
}

.single_staff .cont_sec_gallery {
    margin-top: 160px;
}

.staff_swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.staff_swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.staff_swiper .swiper-slide:nth-child(odd) {
    margin-top: 30px;
}

@media (max-width: 750px) {
	.single_staff_main {
		padding-block: 17vw 3.5vw;
	}

	.single_staff_main .title_box .title {
		font-size: 5.6vw;
	}

	.breadcrumb {
        margin-top: 9.2vw;
	}

    .single-staff .breadcrumb .wrap {
        padding-bottom: 1vw;
    }

	.single_staff .common_page_wrap {
		padding-block: 0.1vw 18vw;
	}

	.single_staff .about_sec .inner {
		grid-template-columns: 1fr;
		gap: 9vw;
	}

	.single_staff .about_sec .img img {
		aspect-ratio: 38/26;
	}

	.single_staff .about_sec .img::before {
		top: -1.3vw;
		left: -1.3vw;
	}

	.single_staff .about_sec .text_box .name_box {}

	.single_staff .about_sec .text_box .name_box .name {
		font-size: 6.1vw;
	}

	.single_staff .about_sec .text_box .name_box .en_name {
		font-size: 9.7vw;
	}

    .single_staff .about_sec .en_name {
        font-size: 12.3vw;
        bottom: -4.6vw;
    }

	.single_staff .about_sec .text_box .info {
		margin-block: 0 1.3em;
	}

	.single_staff .about_sec .text_box .info .text {
		font-size: 3.6vw;
	}

	.single_staff .about_sec .text_box .catch {
		width: 100%;
		padding: 1em 1.5em;
	}

	.single_staff .about_sec .text_box .catch .text {
		font-size: 4.6vw;
	}

	.single_staff .cont_sec {
		padding-block: 18vw 0;
	}

	.single_staff .cont_sec .item {
		flex-direction: column-reverse;
		gap: 5.5vw;
	}

	.single_staff .cont_sec .item:nth-child(even) {
		flex-direction: column-reverse;
	}

	.single_staff .cont_sec .item+.item {
		margin-block: 13vw 0;
	}

	.single_staff .cont_sec .item .img {
		width: 100%;
	}

	.single_staff .cont_sec .item .text_box .title {
		font-size: 6.2vw;
		/* border-width: 0 0 0 4px; */
		margin-block: 0 0.6em;
	}

	.single_staff .cont_sec .item .text_box .text {
		font-size: 3.6vw;
	}



    .single-staff .staff_bg {
        height: 273vw;
        top: -9.2vw;
    }

    .single_staff .about_sec .wrap {
        width: initial;
        max-width: 100%;
    }

    .single_staff .about_sec .img_block {
        margin-right: auto;
        width: 97.4vw;
    }

    .single_staff .about_sec .item_box_inner {
        margin: 0 auto;
        max-width: initial;
        width: 89.7vw;
    }

    .single_staff .about_sec .item_box + .item_box {
        margin-top: 2.6vw;
    }

    .single_staff .about_sec .item_box .term {
        padding: 4.5vw 0 4.5vw 6.4vw;
        width: 23.3vw;
        font-size: 3.8vw;
    }

    .single_staff .about_sec .item_box .term::after {
        height: 46%;
    }

    .single_staff .about_sec .item_box:nth-child(4) .term::after {
        height: 77%;
    }

    .single_staff .about_sec .item_box .description {
        padding: 4.5vw 5.1vw;
        font-size: 3.6vw;
    }

    .single_staff .about_sec .item_box ul {
        padding: 4.1vw 7.7vw;

    }
    .single_staff .about_sec .item_box li {
        font-size: 3.6vw;
        gap: 2.1vw;
    }

    .single_staff .about_sec .item_box li::before {
        width: 1.3vw;
        height: 1.3vw;
    }

    .single_staff .cont_sec:first-of-type {
        padding-block: 18vw 0;
    }

    .single_staff .cont_sec + .cont_sec {
        margin-top: 0;
    }

    .single_staff .cont_sec:nth-child(odd) .item {
        flex-direction: column-reverse;
    }

    .single_staff .cont_sec_private::after {
        width: 82vw;
        height: 130vw;
        background: rgba(255,255,255,0.8) url(/wp-content/themes/child/image/bg_staff_sp.png) no-repeat center center/ contain;
        bottom: -10vw;
    }

    .single_staff .cont_sec_message::after {
        width: 82vw;
        height: 136vw;
        bottom: -38vw;
    }

    .single_staff .sub_title {
        font-size: 4.1vw;
        gap: 2.6vw;
    }

    .single_staff .cont_sec .item .img img {
        aspect-ratio: 10 /6;
        object-position: center -3.1vw;
    }

    .single_staff .cont_sec_gallery {
        margin-top: 18vw;
    }
}