@charset "utf-8";

html {
	font-size: 20px;
	font-family: 'Heisei Kaku Gothic Std', 'Yu Mincho', 'YuGothic';
}

.header_mobile-only {
	display: none;
}

h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-family: 'YuGothic';
	font-weight: 500;
}

.header_mobile-only {
	display: none;
}

.header {
	text-align: center;
	align-items: center;
	width: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.top_img {
	width: 324px;
	display: inline-block;
}

.header_inner {
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: inline-block;
}

.header_a_img_div {
	display: inline-block;
}

.nav {
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
}

.header_ul {
	max-width: 100%;
	padding-left: 0px;
	display: flex;
	list-style: none;
	text-decoration: none;
	justify-content: center;
}

.header_ul li {
	display: flex;
	align-items: center;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

.header_a {
	font-size: 0.8rem;
	font-family: 'YuGothic';
	font-weight: 500;
	position: relative;
	color: #2c2c2c;
	text-decoration: none;
}

.header_a:hover {
	color: #288CF1;
	transition: 0.3s;
}

.header_a::after {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #288CF1;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header_a:hover::after {
	width: 100%;
}

.logo_header {
	width: 250px;
	height: auto;
}

main {
	margin-top: 150px;
	margin-left: 140px;
	margin-right: 140px;
}

.headline1 {
	display: block;
	font-family: 'YuGothic';
	font-size: 2.5rem;
	font-weight: 500;
}

.headline1:before {
	background-color: #F36C6C;
	border-radius: 5px;
	content: "";
	display: inline-block;
	height: 60px;
	margin-right: 20px;
	vertical-align: middle;
	width: 5px;
}


#employeeInterview {
	clear: both;
	float: none;
	display: block;
	margin-bottom: 150px;
	scroll-margin-top: 150px;
	/* ← これを追加！ */
}

.employeeInterview_headline {
	margin-bottom: 70px;
}

.employeeInterview_headline p {
	font-size: 1.25rem;
}

.employeeInterview_inner {
	margin-top: 60px;
}

.employeeInterview_div1 {
	display: grid;
	grid-template-rows: repeat(4, 150px);
	margin-bottom: 70px;
	vertical-align: middle;
	padding: 20px 0;
	background-color: #5EA9F4;
}

.employeeInterview_div2 {
	float: none;
	display: block;
	overflow: hidden;
	clear: both;
	margin-bottom: 70px;
	padding: 20px 20px;
	background-color: #5EA9F4;
}

.headline4 {
	text-align: center;
	font-family: 'Yu Mincho';
	font-size: 1.5rem;
	font-weight: 400;
	color: #ffffff;
}

.flex1 {
	max-width: 100%;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
}

.employeeInterview_item1 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	padding: 30px;
	object-fit: contain;
	border-radius: 5px;
	background-color: #FDFFFF;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
}

.employeeInterview_item2 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	padding: 30px;
	object-fit: contain;
	border-radius: 5px;
	background-color: #FDFFFF;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
}

.employeeInterview_item3 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	padding: 30px;
	object-fit: contain;
	border-radius: 5px;
	background-color: #FDFFFF;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
}

.flex2 {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
}

.employeeInterview_item4 {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	padding: 30px 30px 30px 10px;
	padding-bottom: 10px !important;
	object-fit: contain;
	border-radius: 5px;
	background-color: #FDFFFF;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
}

.flex3 {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	justify-content: center;
}

.employeeInterview_item5 {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
}

.employeeInterview_item6 {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
}

.employeeInterview_img {
	width: auto;
	height: 250px;
	max-width: 100%;
	display: inline-block;
	border-radius: 5px;
}

.employeeInterview_span2 {
	display: block;
}

.employeeInterview_div {
	display: inline-block;
	max-width: 100%;
}

.employeeInterview_a {
	color: #2c2c2c;
	text-decoration: none;
}

.employeeInterview_span1 {
	font-size: 1.25rem;
	writing-mode: vertical-rl;
	padding-top: 5px;
}

.employeeInterview_button {
	display: inline-block;
	margin-left: 70%;
}

.circle {
	display: flex;
	justify-content: center;
	/* 横方向の中央揃え */
	align-items: center;
	/* 縦方向の中央揃え */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #288CF1;
	/*背景色*/
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.employeeInterview_a:hover .circle {
	transform: scale(1.1);
	background-color: #ffffff;
	transition: background-color 0.3s ease-out;
	transition-duration: .2s;
}

.home-icon {
	display: flex;
	justify-content: center;
	/* 横方向の中央揃え */
	align-items: center;
	/* 縦方向の中央揃え */
	width: 30px;
	fill: #fff;
	text-align: center;
}

/* svgのアイコンにhoverが当たったら 塗りを#2BBF82にする。*/
.employeeInterview_a:hover .cls-1 {
	fill: #288CF1;
	transition: fill 0.3s ease-out;
}

.employeeInterview_button-06 {
	margin-top: 60px;
	text-align: center;
}

.employeeInterview_button-06 a {
	font-family: 'YuGothic';
	background-color: #ffffff;
	letter-spacing: 0.1em;
	color: #2c2c2c;
	font-weight: 700;
	border: solid 2px #288CF1;
	border-radius: 999px;
	display: block;
	box-sizing: border-box;
	max-width: 300px;
	text-align: center;
	padding: 16px 64px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0 auto;
}

.employeeInterview_button-06 a:hover {
	color: #fff;
	background: #288CF1;
	transition: all 0.3s;
}

.businessIntroduction_a {
	color: #2c2c2c;
	text-decoration: none;
}

.introduction_txt {
	margin-top: 70px;
	margin-bottom: 70px;
	margin-right: 130px;
}

#benefits {
	scroll-margin-top: 150px;
	/* ← これを追加！ */
}

.benefits_content {
	margin-top: 80px;
}

.accordion-single {
	border-bottom: 1px solid #288CF1;
	margin-top: 10px;
}

.benefits_p {
	margin-top: 60px;
	text-align: center;
	font-family: "YuGothic";
	font-size: 1.5rem;
}

.recruit_dl {
	padding: 0 140px;
}

.dl-row {
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #DBE8F3;
}

.dl-row dt {
	flex: 0 0 150px;
	text-align: left;
}

.dl-row dd {
	text-align: left;
}

.accordion-single-title {
	border-top: 1px solid #288CF1;
	padding: 20px;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	margin: 0;
}

.accordion-single-title::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	transform: translateY(-50%) rotate(135deg);
}

.accordion-single-title {
	font-size: 1rem;
	font-family: 'YuGothic';
	font-weight: 500;
}

.accordion-single-title p {
	font-family: 'YuGothic'
}

.accordion-single-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
}

.accordion-single-content p {
	padding: 20px;
}

.accordion-single-item.is-open .accordion-single-content {
	max-height: 150px;
}

.accordion-single-item.is-open .accordion-single-title::after {
	transform: translateY(-50%) rotate(315deg);
}

.footer {
	width: 100%;
	margin-top: 150px;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #288CF1;
}

.footer_a_img {
	margin-left: 140px;
}

.footer_a_div {
	margin-left: 140px;
	margin-bottom: 30px;
}

nav {
	vertical-align: middle;
}

.footer_ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	text-decoration: none;
	justify-content: center;
}

.footer_li {
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}

.footer_ul_mobile-only-1 {
	display: none;
}

.footer_li_mobile-only-1 {
	display: none;
}

.footer_ul_mobile-only-2 {
	display: none;
}

.footer_li_mobile-only-2 {
	display: none;
}

.footer_a {
	font-size: 0.8rem;
	font-family: 'YuGothic';
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

.copyright {
	margin-top: 30px;
	text-align: center;
	font-size: 0.8rem;
	color: #fff;
}

.content {
	text-align: center;
}

.inner {
	display: inline-block;
	margin-top: 70px;
}

.headline2 {
	display: block;
	margin-bottom: 30px;
	font-family: 'Yu Mincho';
	font-size: 2rem;
}

.person {
	max-width: 80%;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 60px;
}

.personBox {
	display: inline-flex;
	gap: 60px;
}

.txtBox-introduce p {
	margin: 0;
}

.name span {
	font-size: 2rem;
}

.interview-box_flex p {
	text-align: left;
}

.interview-box1 {
	width: 80%;
	margin: 0 auto;
}

.interview-box2 {
	width: 80%;
	margin: 0 auto;
}

.interview-box3 {
	width: 80%;
	margin: 0 auto;
}

.txtBox-job {
	padding: 1rem;
	border-radius: 5px;
	background-color: #97C9FA;
}

.txtBox-job p {
	display: inline-block;
	margin: 0;
}

.txt-box-schedule {
	padding: 1rem;
	border: 3px solid #97C9FA;
	border-radius: 5px;

	ul {
		padding-left: 0;
	}
}

.txt-box-schedule span {
	text-align: left;
}

.txt-box-schedule li {
	list-style: none;
	margin-bottom: 1em;
}

.text-box-message {
	padding: 1rem;
	border-radius: 5px;
	background-color: #DBEBFB;
}

.text-box-message p {
	margin: 0;
}

.interview-box2 {
	margin-top: 60px;
}

.interview-box3 {
	margin-top: 60px;
}

.other_interview {
	text-align: center;
	margin-top: 150px;
}

.other_interview_content {
	display: inline-block;
}

.other_interview_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	margin-top: 70px;
}

.other_interview_a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	text-decoration: none;
	border-radius: 5px;
	background-color: #FDFFFF;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
}

.other_interview_a p {
	display: inline-block;
	text-align: left;
	margin-bottom: 0;
	color: #2c2c2c;

}

.other_interview_a span {
	margin-right: 10px;
}

.other_interview_a img {
	width: 210px;
	height: auto;
	border-radius: 5px;
	max-width: 100%;

}

.employeeInterview_button {
	display: inline-block;
}

.circle {
	display: flex;
	justify-content: center;
	/* 横方向の中央揃え */
	align-items: center;
	/* 縦方向の中央揃え */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #288CF1;
	/*背景色*/
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.other_interview_a:hover .circle {
	transform: scale(1.1);
	background-color: #ffffff;
	transition: background-color 0.3s ease-out;
	transition-duration: .2s;
}

.home-icon {
	display: flex;
	justify-content: center;
	/* 横方向の中央揃え */
	align-items: center;
	/* 縦方向の中央揃え */
	width: 30px;
	fill: #fff;
	text-align: center;
}

/* svgのアイコンにhoverが当たったら 塗りを#2BBF82にする。*/
.other_interview_a:hover .cls-1 {
	fill: #288CF1;
	transition: fill 0.3s ease-out;
}

.employeeInterview_button {
	text-align: center;
}

.employeeInterview_button a {
	font-family: 'YuGothic';
	background-color: #ffffff;
	letter-spacing: 0.1em;
	color: #2c2c2c;
	font-weight: 700;
	border: solid 2px #288CF1;
	border-radius: 999px;
	display: block;
	box-sizing: border-box;
	max-width: 300px;
	text-align: center;
	padding: 16px 64px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	margin: 0 auto;
}

.employeeInterview_button a:hover {
	color: #fff;
	background: #288CF1;
	transition: all 0.3s;
}

@media (max-width:1717px) {
	.logo_header {
		width: 200px;
	}
}

@media (max-width:1456px) {
	.header_mobile-only {
		display: block;
		position: fixed;
		background-color: #fff;
		width: 100%;
		height: 100px;
		z-index: 1001;
		left: 0;
		/* ← これが重要 */
		top: 0;
		/* 忘れずに */
	}

	.header {
		display: flex;
		flex-direction: row;
		text-align: left;
		padding: 0;
		background-color: #fff;
	}

	.header_a:hover {
		color: #288CF1;
		transition: 0.3s;
	}

	.header_a::after {
		position: absolute;
		top: 43px;
		bottom: 0;
		left: 50%;
		content: '';
		width: 0;
		height: 1px;
		background-color: #288CF1;
		transition: .3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.header_sp {
		padding: 30px 30px;
		text-align: left;
	}

	.nav {
		position: fixed;
		right: -2000px;
		/* 右から出てくる */
		top: 0;
		width: 100%;
		/* スマホに収まるサイズ */
		height: 100vh;
		padding-top: 60px;
		background-color: #fff;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
		/* メニューが多くなったらスクロールできるように */
	}

	.hamburger {
		position: fixed;
		right: 20px;
		/* 右端に配置する */
		top: 20px;
		/* 上端に配置する */
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 2000;
	}

	.header_ul {
		margin-top: 60px;
		margin-left: clamp(40px, 10vw, 200px);
		margin-right: clamp(40px, 10vw, 200px);
		padding: 0;
		display: block;
	}

	.header_li {
		padding: 0 14px;
	}

	.header_li:nth-child(1) {
		display: none;
		/* 最初の li だけ非表示にする */
	}

	.header_a {
		font-size: 1rem;
		display: block;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #333;
	}

	.header_a:hover {
		background-color: #eee;
	}

	.hamburger_border {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 2px;
		background-color: #333;
		transition: all .6s;
	}

	.hamburger_border_top {
		top: 14px;
	}

	.hamburger_border_center {
		top: 20px;
	}

	.hamburger_border_bottom {
		top: 26px;
	}

	/* 表示された時用のCSS */
	.nav-open .nav {
		right: 0;
	}

	.nav-open .hamburger_border_top {
		transform: rotate(45deg);
		top: 20px;
	}

	.nav-open .hamburger_border_center {
		width: 0;
		left: 50%;
	}

	.nav-open .hamburger_border_bottom {
		transform: rotate(-45deg);
		top: 20px;
	}

	.nav-open .header_sp {
		display: none;
	}
	.headline2 br {
			display: none;
		}
	.interview-box1{
		width: 100%;
	}
	.interview-box2{
		width: 100%;
	}
	.interview-box3{
		width: 100%;
	}
}

	@media(max-width: 1024px) {
		html {
			font-size: 16px;
		}

		main {
			margin: 90px 30px;
		}

		.headline1 {
			font-size: 2rem;
		}

		.personBox {
			flex-direction: column;
			gap: 30px;
		}

		.txtBox-introduce {
			margin-top: 0px;
		}

		.interview-box_flex {
			flex-direction: column;
			gap: 30px;
		}

		.businessIntroduction_content {
			display: none;
		}

		.businessIntroduction_content-mobil-only {
			display: block;
		}

		.flex {
			display: block;
		}

		.flex img {
			width: 100%;
			height: auto;
		}

		.businessIntroduction_h4 {
			margin-bottom: 0;
		}

		.footer_a_img {
			margin-left: 60px;
		}

		.recruit_dl {
			padding: 0;
		}

		.dl-row {
			flex-direction: column;
			gap: 30px;
			padding-bottom: 30px;
			margin-bottom: 30px;
			border-bottom: 2px solid #DBE8F3;
		}

		.dl-row dd {
			margin-left: 0;
		}

		.dl-row dt {
			flex: 0;
		}

		.employeeInterview_item1 {
			height: 653px;
			flex-direction: column;
			justify-content: center;
		}

		.employeeInterview_item2 {
			height: 653px;
			flex-direction: column;
			justify-content: center;
		}

		.employeeInterview_item3 {
			height: 653px;
			flex-direction: column;
			justify-content: center;
		}

		.employeeInterview_item4 {
			height: 653px;
			flex-direction: column;
			justify-content: center;
			padding: 30px;
			padding-bottom: 30px !important;
		}

		.other_interview_inner {
			flex-direction: column;
			margin-top: 35px;
		}

		.employeeInterview_span1 {
			margin-top: 10%;
			margin-left: 20%;
			margin-right: 20%;
		}

	}
@media(max-width: 800px) {
	.person{
		max-width: 100%;
		margin: 10px 0;
	}
	.interview-box_flex h2{
		width: fit-content;
		margin: 0 auto;
		text-align: left;
	}
	.footer_ul {
		display: none;
	}

	.footer_li {
		display: none;
	}

	.fotter nav {
		text-align: right;
		box-sizing: border-box;
	}

	.footer_ul_mobile-only-1 {
		display: inline-flex;
		flex-direction: column;
		flex-wrap: wrap;
		text-align: left;
		list-style: none;
		text-decoration: none;
		justify-content: center;
		box-sizing: border-box;
	}

	.footer_li_mobile-only-1 {
		display: inline-block;
		padding-left: 25px;
		padding-right: 25px;
	}

	.footer_ul_mobile-only-2 {
		display: inline-flex;
		flex-direction: column;
		flex-wrap: wrap;
		text-align: left;
		margin-right: 5%;
		list-style: none;
		text-decoration: none;
		justify-content: center;
		box-sizing: border-box;
	}

	.footer_li_mobile-only-2 {
		display: inline-block;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media(max-width: 450px) {
	html {
		font-size: 16px;
	}
	.logo_header {
		width: 200px;
		height: auto;
	}

	main {
		margin: 100px 30px 50px 30px;
	}

	.headline1 {
		font-size: 1.5rem;
	}

	.headline1:before {
		margin-right: 10px;
		width: 4px;
		height: 50px;
	}

	.inner {
		margin-top: 35px;
	}

	.person {
		margin-bottom: 35px;
	}

	.interview-box2 {
		margin-top: 70px;
	}

	.interview-box3 {
		margin-top: 70px;
	}

	.logo_fotter {
		width: 200px;
		height: auto;
	}

	.headline2 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 1.25rem;
		text-align: left;
	}
	#employeeInterview{
		margin-bottom: 50px;
	}
	.employeeInterview_headline {
		margin-bottom: 0;
	}
	.employeeInterview_inner{
		margin-top: 30px;
	}
	.flex1{
		gap: 30px;
		margin-bottom: 30px;
	}
	.flex2{
		gap: 30px;
	}
	.benefits_content{
		margin-top: 30px;
	}
	.other_interview {
		margin-top: 70px;
	}
	.other_interview_inner{
		gap: 30px;
	}
	.other_interview_a {
		width: 200px;
	}

	.other_interview_a img {
		width: 200px;
		height: auto;
	}

	.footer {
		margin-top: 70px;
	}
}