@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 10% 0;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .item_wrap {}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {}

.section_1 .img {
	position: relative;
	width: 95%;
	margin-left: auto;
	box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.section_1 .img .hd {
	position: absolute;
	top: 24px;
	left: 0;
	width: 50%;
	border-bottom: 1px #ffffff solid;
	text-align: right;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
}

.section_1 .text_wrap {
	margin-top: 24px;
	padding: 24px 0;
	background-color: rgba(38, 38, 38, 0.9);
}

.section_1 .text_wrap .text_wrap_inner {
	width: 90%;
}

.section_1 .text_wrap .text_wrap_inner .text {}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0 20%;
	}

	.section_1 .img {
		width: 90%;
		max-width: 1280px;
	}

	.section_1 .img .hd {
		top: 48px;
		width: 37.5%;
	}

	.section_1 .text_wrap {
		position: absolute;
		bottom: 0;
		right: 0;
		transform: translate(0, 30%);
		width: 47.5%;
		max-width: 640px;
		margin: 0;
	}

	.section_1 .text_wrap .text_wrap_inner .text {
		line-height: 3;
		writing-mode: vertical-rl;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .inner {
		padding: 5% 0 15%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .img .hd {
		top: 60px;
		font-size: 3rem;
	}

	.section_1 .text_wrap {
		padding: 48px 0;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2 .inner {
	padding: 0 0 10%;
}

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .item_wrap {}

.section_2 .item_wrap .item {}

.section_2 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_2 .text_wrap {}

.section_2 .text_wrap .text_wrap_inner {}

.section_2 .text_wrap .text_wrap_inner .text {}

.section_2 .img_wrap {
	width: 90%;
}

.section_2 .img_wrap .img_wrap_inner {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
}

.section_2 .img_wrap .img_wrap_inner img {
	width: calc((100% - (12px * 1)) / 2);
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.section_2 .inner {
		padding: 0 0 5%;
	}

	.section_2 .img_wrap {
		width: 90%;
		max-width: 1160px;
	}

	.section_2 .img_wrap .img_wrap_inner {
		gap: 24px;
	}

	.section_2 .img_wrap .img_wrap_inner img {
		width: calc((100% - (24px * 3)) / 4);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .item_wrap .item .item_inner {
		gap: 36px;
	}

	.section_2 .img_wrap .img_wrap_inner {
		gap: 36px;
	}

    .section_2 .img_wrap .img_wrap_inner img {
        width: calc((100% - (36px * 3)) / 4);
    }
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3 .inner {
	padding: 10% 0;
}

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {}

.section_3 .item_wrap {}

.section_3 .item_wrap .item {}

.section_3 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_3 .hd_label {
	width: 95%;
	margin-right: auto;
}

.section_3 .box_wrap {
	width: 90%;
}

.section_3 .box_wrap .box_wrap_inner {
	gap: 24px;
}

.section_3 .box_wrap .box_wrap_inner .box {
	align-items: flex-start;
	gap: 12px;
}

.section_3 .box_wrap .box_wrap_inner .box img {
	
}

.section_3 .box_wrap .box_wrap_inner .box .img_001 {
	width: 120%;
	margin-left: -20%;
}

.section_3 .text_wrap {}

.section_3 .text_wrap .text_wrap_inner {}

.section_3 .text_wrap .text_wrap_inner .text {}

@media screen and (min-width: 768px) {
	.section_3 .inner {
		padding: 5% 0;
	}

	.section_3 .hd_label {
		width: 55%;
		padding-right: 5.5%;
	}

	.section_3 .box_wrap {
		width: 100%;
		padding-right: 2.5%;
	}

	.section_3 .box_wrap .box_wrap_inner {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		gap: 24px;
	}

	.section_3 .box_wrap .box_wrap_inner .box {
		gap: 24px;
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_3 .box_wrap .box_wrap_inner .box .img_001 {
		width: 110%;
		margin-left: -10%;
	}

	.section_3 .text_wrap {
		width: 90%;
		margin: 0 auto;
	}

	.section_3 .btn_common {
		margin-left: 5%;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_3 .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_3 .box_wrap {
		padding-right: 5%;
	}

	.section_3 .box_wrap .box_wrap_inner {
		gap: 60px;
	}

	.section_3 .box_wrap .box_wrap_inner .box {
		gap: 60px;
		width: calc((100% - (60px * 1)) / 2);
	}

	.section_3 .text_wrap {
		width: 75%;
	}

	.section_3 .btn_common {
		margin-left: 12.5%;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {}

.section_4 .inner {
	padding: 10% 0;
}

.section_4 .wrap {}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {}

.section_4 .item_wrap {}

.section_4 .item_wrap .item {}

.section_4 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_4 .hd_label {
	width: 95%;
	margin-left: auto;
}

.section_4 .box_wrap {
	width: 90%;
}

.section_4 .box_wrap .box_wrap_inner {
	gap: 24px;
}

.section_4 .box_wrap .box_wrap_inner .box {
	gap: 12px;
}

.section_4 .box_wrap .box_wrap_inner .box img {}

.section_4 .text_wrap {}

.section_4 .text_wrap .text_wrap_inner {}

.section_4 .text_wrap .text_wrap_inner .text {}

@media screen and (min-width: 768px) {
	.section_4 .inner {
		padding: 5% 0;
	}

	.section_4 .hd_label {
		width: 55%;
		padding-left: 5.5%;
	}

	.section_4 .box_wrap {
		width: 100%;
	}

	.section_4 .box_wrap .box_wrap_inner .box {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 24px;
		width: 95%;
		margin-right: auto;
	}

	.section_4 .box_wrap .box_wrap_inner .box:nth-child(even) {
		flex-direction: row-reverse;
		margin: 0;
		margin-left: auto;
	}

	.section_4 .box_wrap .box_wrap_inner .box > *:nth-child(1) {
		width: calc((100% - (24px * 1)) * 0.6);
	}

	.section_4 .box_wrap .box_wrap_inner .box > *:nth-child(2) {
		width: calc((100% - (24px * 1)) * 0.4);
	}

	.section_4 .btn_common {
		margin: 0 auto;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_4 .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_4 .box_wrap .box_wrap_inner {
		gap: 60px;
	}

	.section_4 .box_wrap .box_wrap_inner .box {
		gap: 84px;
	}

	.section_4 .box_wrap .box_wrap_inner .box > *:nth-child(1) {
		width: calc((100% - (84px * 1)) * 0.6);
	}

	.section_4 .box_wrap .box_wrap_inner .box > *:nth-child(2) {
		width: calc((100% - (84px * 1)) * 0.4);
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_5 {}

.section_5 .inner {
	padding: 10% 0;
}

.section_5 .wrap {}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

.section_5 .content_wrap {}

.section_5 .content_wrap .content {}

.section_5 .item_wrap {}

.section_5 .item_wrap .item {}

.section_5 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_5 .text_wrap {}

.section_5 .text_wrap .text_wrap_inner {}

.section_5 .text_wrap .text_wrap_inner .text {}

.section_5 .img_wrap {
	width: 90%;
}

.section_5 .img_wrap .img_wrap_inner {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
}

.section_5 .img_wrap .img_wrap_inner img {
	width: calc((100% - (12px * 1)) / 2);
	aspect-ratio: 320 / 220;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.section_5 .inner {
		padding: 5% 0;
	}

	.section_5 .img_wrap {
		width: 90%;
		max-width: 1160px;
	}

	.section_5 .img_wrap .img_wrap_inner {
		gap: 24px;
	}

	.section_5 .img_wrap .img_wrap_inner img {
		width: calc((100% - (24px * 3)) / 4);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_5 .item_wrap .item .item_inner {
		gap: 36px;
	}

	.section_5 .img_wrap .img_wrap_inner {
		gap: 36px;
	}

    .section_5 .img_wrap .img_wrap_inner img {
        width: calc((100% - (36px * 3)) / 4);
    }
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_6 {
	background-image: url(../img/top_recruit_bg_sp.webp);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100%;
}

.section_6 .inner {
	padding: 10% 0;
}

.section_6 .wrap {}

.section_6 .heading_wrap {}

.section_6 .heading_wrap .heading {}

.section_6 .heading_wrap .heading .main {}

.section_6 .heading_wrap .heading .sub {}

.section_6 .content_wrap {}

.section_6 .content_wrap .content {}

.section_6 .item_wrap {}

.section_6 .item_wrap .item {}

.section_6 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_6 .text_wrap {
	gap: 12px;
	width: 90%;
}

.section_6 .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 12px;
}

.section_6 .text_wrap .text_wrap_inner .text {}

.section_6 .text_wrap .text_wrap_inner .big {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.section_6 {
		background-image: url(../img/top_recruit_bg_pc.webp);
	}

	.section_6 .inner {
		padding: 5% 0;
	}

	.section_6 .item_wrap .item {
		width: 90%;
		max-width: 1160px;
	}

	.section_6 .item_wrap .item .item_inner {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 48px;
	}

	.section_6 .hd_circle {
		flex: 0 0 auto;
	}

	.section_6 .text_wrap {
		flex: 1;
		width: 100%;
		min-width: 0;
	}
}

@media screen and (min-width: 1280px) {
	.section_6 .text_wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 48px;
	}

	.section_6 .text_wrap .text_wrap_inner {
		flex: 1;
		min-width: 0;
	}

	.section_6 .btn_common {
		flex: 0 0 auto;
	}
}

@media screen and (min-width: 1440px) {
	.section_6 .item_wrap .item .item_inner {
		gap: 72px;
	}

	.section_6 .text_wrap {
		gap: 72px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_7 {}

.section_7 .inner {
	padding: 10% 0;
}

.section_7 .wrap {}

.section_7 .heading_wrap {}

.section_7 .heading_wrap .heading {}

.section_7 .heading_wrap .heading .main {}

.section_7 .heading_wrap .heading .sub {}

.section_7 .content_wrap {}

.section_7 .content_wrap .content {}

.section_7 .item_wrap {}

.section_7 .item_wrap .item {}

.section_7 .item_wrap .item .item_inner {
	gap: 36px;
}

.section_7 .table_wrap {
	gap: 24px;
	width: 90%;
}

.section_7 .table_wrap .img {
	width: 144px;
}

.section_7 .table_wrap .table_wrap_inner {
	width: 100%;
}

.section_7 .btn_wrap {
	width: 90%;
}

.section_7 .btn_wrap .btn_wrap_inner {
	gap: 24px;
}

.section_7 .btn_wrap .btn_wrap_inner .btn {
	width: 168px;
}

.section_7 .map {
	position: relative;
    width: 90%;
    height: 0;
    padding-top: calc(100% * (5 / 4));
    overflow-y: hidden;
}

.section_7 .map iframe {
	position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + (150px * 2));
}

@media screen and (min-width: 768px) {
	.section_7 .inner {
		padding: 5% 0;
	}

	.section_7 .table_wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 48px;
		width: 90%;
		max-width: 960px;
	}

	.section_7 .table_wrap .img {
		flex: 0 0 auto;
	}

	.section_7 .table_wrap .table_wrap_inner {
		flex: 1;
		min-width: 0;
	}

	.section_7 .btn_wrap {
		width: 90%;
		max-width: 960px;
	}

	.section_7 .btn_wrap .btn_wrap_inner {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 48px;
	}

	.section_7 .map {
		width: 90%;
		max-width: 960px;
		padding-top: calc(100% * (1 / 3));
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_7 .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_7 .table_wrap {
		gap: 72px;
	}

	.section_7 .table_wrap .img {
		width: 276px;
	}

	.section_7 .btn_wrap .btn_wrap_inner {
		gap: 60px;
	}

	.section_7 .btn_wrap .btn_wrap_inner .btn {
		width: 288px;
	}

	.section_7 .map {
		padding-top: calc(100% * (1 / 4));
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
