@charset "UTF-8";

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

img {
	max-width: 100%;
	height: auto;
}

body {

	margin: 0;
	overflow-wrap: break-word;

}

.header_mobile-only {
	display: none;
}

.header {
	padding-left: 8px;
	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%;
	text-align: right;
}

.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;
}

.top {
	margin-top: 70px;
	margin-bottom: 100px;
	padding-bottom: 90px;
	background-image: url("img/top.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	/* 繰り返しを防止 */
	height: 100vh;
}

.top_copy1 {
	margin-left: 190px;
	margin-bottom: 17px;
	padding-top: 150px;
}

.top_span_normal {
	font-family: 'Heisei Kaku Gothic Std';
	font-weight: 600;
	font-size: 3.5rem;
	display: inline-block;
	padding-bottom: 17px;
	margin-bottom: 34px;
	border-bottom: 4px solid #288CF1;
	filter: drop-shadow(0px 3px 20px #c0c0c0);
}

.top_span_normal2 {
	font-family: 'Heisei Kaku Gothic Std';
	font-weight: 600;
	font-size: 3.5rem;
	display: inline-block;
	padding-bottom: 17px;
	margin-bottom: 34px;
	border-bottom: 4px solid #288CF1;
	filter: none;
}

.top_span_small {
	font-family: 'Heisei Kaku Gothic Std';
	font-weight: 600;
	font-size: 2.8rem;
}

.top_span_small-1 {
	font-family: 'Heisei Kaku Gothic Std';
	font-weight: 600;
	font-size: 2.8rem;
}

.top_content {
	vertical-align: middle;
	text-align: center;
	background-color: #288CF1;
}

.top_center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.top_content_mobile-only {
	display: none;
}

.top_copy2 {
	display: inline-block;
	font-size: 3.5rem;
	color: #ffffff;
}

.column {
	margin-left: 40px;
	display: inline-block;
}

.recruitBanner1 a {
	font-size: 1.5rem;
	margin-bottom: 15px;
	display: block;
	font-family: 'YuGothic';
	background: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	justify-content: space-around;
	align-items: center;
	max-width: 500px;
	padding: 10px 100px;
	color: #288CF1;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

.recruitBanner1 a:hover {
	background: #F36C6C;
	color: #FFF;
}

.recruitBanner1 a:hover:after {
	border-color: #FFF;
}

.recruitBanner2 a {
	font-size: 1.5rem;
	display: block;
	font-family: 'YuGothic';
	background: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	justify-content: space-around;
	align-items: center;
	max-width: 500px;
	padding: 10px 50px;
	color: #288CF1;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

.recruitBanner2 a:hover {
	background: #F36C6C;
	color: #FFF;
}

.recruitBanner2 a:hover:after {
	border-color: #FFF;
}

.headline {
	font-family: 'YuGothic';
	font-size: 2.5rem;
	font-weight: 500;
}

.headline:before {
	background-color: #F36C6C;
	/* 線色 */
	border-radius: 5px;
	/* 線幅の半分 */
	content: "";
	display: inline-block;
	height: 60px;
	/* 線の長さ */
	margin-right: 20px;
	/* 線右の余白 */
	vertical-align: middle;
	width: 5px;
	/* 線幅 */
}

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

.grid1 {
	margin-left: 140px;
	margin-right: 140px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 1fr 3fr;
	column-gap: 16px;
}

.news_headline {
	grid-column: 2 / -1;
	grid-row: 1/ 2;
}

.recruit_newsList {
	grid-column: 4/ 11;
	grid-row: 2/ 3;
}

.recruit_newsList_item {
	position: relative;
	list-style: none;
}

.recruit_newsList_item::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	background-color: #288CF1;
}

.recruit_newsList_item::after {
	content: "";
	display: block;
	background-color: #2c2c2c;
	height: 1px;
}

.recruit_newsList_item_a {
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	text-decoration: none;
	color: #2c2c2c;
}

.recruit_newsList_item_p {
	margin: 0;
	margin-left: 40px;
	display: inline-block;
}

.topMessage {
	grid-column: 1/ -1;
	grid-row: 2/3;
	margin-bottom: 150px;
	padding: 45px 0;
	vertical-align: middle;
	align-items: flex-start;
	background: -webkit-linear-gradient(30deg, #C1DFFF, #4F9DEC);
	background: -o-linear-gradient(30deg, #C1DFFF, #4F9DEC);
	background: linear-gradient(120deg, #C1DFFF, #4F9DEC);
}

.topMessage_content {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 16px;
	padding: 0 140px;
}

.topMessage_div {
	grid-column: 2 / 8;
	display: inline-block;
	margin-bottom: 65px;
	vertical-align: middle;
}

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

.headline2 {
	font-family: 'YuGothic';
	font-size: 2.5rem;
	font-weight: 500;
	color: #ffffff;
}

.headline2:before {
	background-color: #F36C6C;
	/* 線色 */
	border-radius: 5px;
	/* 線幅の半分 */
	content: "";
	display: inline-block;
	height: 60px;
	/* 線の長さ */
	margin-right: 20px;
	/* 線右の余白 */
	vertical-align: middle;
	width: 5px;
	/* 線幅 */
}

.headline3 {
	margin: 150px 0;
	font-family: 'Yu Mincho';
	font-size: 1.5rem;
	font-weight: 400;
	color: #ffffff;
}

.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;
}

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

.topMessage_img {
	grid-column: 8 / 12;
	display: inline-block;
	border-radius: 5px;
	max-width: none;
	text-align: center;
		margin-top: 3em;
}

.topMessage_mobile-only {
	display: none;
}

.businessIntroduction {
	margin-bottom: 105px;
}

.businessIntroduction_img_div {
	width: 100%;
	/* 画面の幅いっぱいに表示 */
	text-align: right;
	overflow: hidden;
}

.departmentIntroduction_img_div {
	width: 100%;
	/* 画面の幅いっぱいに表示 */
	text-align: right;
	overflow: hidden;
}

.businessIntroduction_img {
	width: 1000px;
	height: 580px;
	border-top-left-radius: 5px;
}

.businessIntroduction_grid {
	margin-top: -290px;
	display: grid;
	grid-template-columns: repeat(24, 1fr);
	grid-column-gap: 16px;
}

.businessIntroduction_div2 {
	grid-column: 4/14;
	max-width: 100%;
	box-sizing: border-box;

	padding: 45px;
	background-color: #ffffff;
	border-radius: 5px;
}

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

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

.departmentIntroduction {
	margin-bottom: 105px;
}

.departmentIntroduction_img {
	width: 1000px;
	height: 580px;
	border-top-left-radius: 5px;
	z-index: 1;
	object-fit: contain;
}

.departmentIntroduction_img_div {
	width: 100%;
	/* 画面の幅いっぱいに表示 */
	text-align: left;
	overflow: hidden;
}

.departmentIntroductio_grid {
	display: grid;
	grid-template-columns: repeat(24, 1fr);
	grid-column-gap: 16px;
	margin-top: -290px;
}

.departmentIntroduction_div2 {
	grid-column: 12/22;
	word-break: break-word;
	max-width: 100%;
	padding: 45px;
	background-color: #ffffff;
	border-radius: 5px;
}

.employeeInterview {
	clear: both;
	float: none;
	display: block;
	margin-bottom: 150px;
}

.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;
}

.employeeInterview_headline {
	margin-bottom: 60px;
	margin-left: 278px;
}

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

.flex1 {
	max-width: 100%;
	margin-left: 140px;
	margin-right: 140px;
	margin-bottom: 60px;
	/*	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 1fr 1fr;
	column-gap: 16px;
	grid-row-gap: 110px;*/
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
}

.employeeInterview_item1 {
	grid-column: 2/ 7;
	grid-row: 1/ 2;
	display: flex;
	column-gap: 10px;
	padding: 30px;
	object-fit: contain;
	border-radius: 5px;
	background-color: #FDFFFF;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .03);
	transition: transform 0.3s ease;
}

/*.employeeInterview_item1:hover{
	transform: scale(1.02);
}
.employeeInterview_item1:hover .employeeInterview_img{
	transform: scale(1.02);
}*/
.employeeInterview_span2-left {
	display: block;
	text-align: left;
}

.employeeInterview_span2-left-4 {
	display: block;
	text-align: left;
}

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

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

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

.employeeInterview_item4 {
	display: flex;
	column-gap: 10px;
	padding: 35px;
	padding-bottom: 10px;
	border-radius: 5px;
	background-color: #FDFFFF;
	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;
	transition: transform 0.3s ease;
}

.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;
	padding-left: 30px;
}

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

.employeeInterview_button_mobile-only {
	display: none;
}

.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;
}

#recruitmentRequirements {
	margin-bottom: 150px;
	scroll-margin-top: 150px;
	/* ← これを追加！ */
	clear: both;
	float: none;
	/* フロートの影響を除去 */
	overflow: hidden;
}

.recruitmentRequirements_div {
	padding: 20px 20px;
	background-color: #5EA9F4;
}

.departmentIntroduction_img {
	z-index: 1;
	object-fit: contain;
}

.recruitmentRequirements_headline_div {

	margin: 60px 140px;
	margin-top: 0px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.recruitmentRequirements_headline {
	grid-column: 2/ 12;
	font-family: 'YuGothic';
	font-size: 2.5rem;
	font-weight: 500;
}

.recruitmentRequirements_headline:before {
	background-color: #F36C6C;
	/* 線色 */
	border-radius: 5px;
	/* 線幅の半分 */
	content: "";
	display: inline-block;
	height: 60px;
	/* 線の長さ */
	margin-right: 20px;
	/* 線右の余白 */
	vertical-align: middle;
	width: 5px;
	/* 線幅 */
}

.benefitSystem {
	clear: both;
	height: 840px;
}

.grid3 {
	margin: 0 140px;
	margin-top: 70px;
	margin-bottom: 0px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 660px;
	column-gap: 16px;
}

.employeeInterview_a1 {
	position: relative;
	grid-column: 3/ 7;
	grid-row: 1/ 2;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(7, 1fr);
	margin-right: 52px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	text-decoration: none;
	background-image: url("img/new-graduate.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 75% 70%;
}

.overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	/* 黒いフィルター */
	z-index: 1;
}

.recruitmantRequirements_link1 {
	grid-column: 1/7;
	grid-row: 3/ 6;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
}

.headline5 {
	position: relative;
	font-family: 'YuGothic';
	font-size: 2.5rem;
	font-weight: 400;
	color: #ffffff;
	z-index: 2;
}

.employeeInterview_button2 {
	position: relative;
	grid-column: 6/7;
	grid-row: 7/ 8;
	display: block;
	text-align: right;
	padding-top: 0;
	margin-right: 30px;
	z-index: 2;
}

.circle2 {
	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_a1:hover .circle2 {
	transform: scale(1.1);
	background-color: #ffffff;
	transition: background-color 0.3s ease-out;
	transition-duration: .2s;
}

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

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

.employeeInterview_a2 {
	position: relative;
	margin-left: 52px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(7, 1fr);
	align-items: center;
	justify-content: center;
	text-decoration: none;
	grid-column: 7/ 11;
	grid-row: 1/ 2;
	border-radius: 5px;
	background-image: url("img/mid-career.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 40% 10%;
}

.overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	/* 黒いフィルター */
	z-index: 1;
}

.circle3 {
	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_a2:hover .circle3 {
	transform: scale(1.1);
	background-color: #ffffff;
	transition: background-color 0.3s ease-out;
	transition-duration: .2s;
}

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

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

.benefits_img_div {
	width: 100%;
	text-align: right;
	overflow: hidden;
}

.recruitmantRequirements_link2 {
	grid-column: 1/7;
	grid-row: 3/ 6;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
}

#flow {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 16px;
	margin-left: 140px;
	margin-right: 140px;
	margin-bottom: 150px;
	padding-bottom: 60px;
	border-radius: 5px;
	background-color: #97C9FA;
	scroll-margin-top: 100px;
	/* ← これを追加！ */
}

.flow_span_div {
	display: inline-block;
	grid-column: 2/ -1;
	margin-top: 55px;
}

.flow_div {
	text-align: center;
	margin: 60px 0;
	grid-column: 2/ 12;
	padding: 30px 10px;
	background-color: #fff;
	border-radius: 5px;
}

.flow_p1 {
	font-size: 1.5rem;
	font-family: "YuGothic";
	margin-bottom: 40px;
}

.triangle {
	margin-bottom: 40px;
}

.headline_flow {
	margin-top: 55px;
	font-family: 'YuGothic';
	font-size: 2.5rem;
	font-weight: 500;
}

.headline_flow:before {
	background-color: #F36C6C;
	/* 線色 */
	border-radius: 5px;
	/* 線幅の半分 */
	content: "";
	display: inline-block;
	height: 60px;
	/* 線の長さ */
	margin-right: 20px;
	/* 線右の余白 */
	vertical-align: middle;
	width: 5px;
	/* 線幅 */
}

.flow_div2 {
	display: inline-block;
	text-align: left;
}

.button-flow__flex {
	grid-column: 2 / 12;
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;

	p {
		text-align: center;
		font-family: "Yu Gothic";
		font-weight: 500;
		font-size: clamp(1.125rem, 2vw, 1.5rem);
	}
}

.button-flow__center {
	width: 100%;
	height: 100%;
	padding: clamp(20px, 2vw, 30px);
	text-align: center;
	background-color: #EDF4FF;
	box-sizing: border-box;

	p {
		background-color: #fff;
	}
}

.recruit-newgrad-flow__flex {
	display: flex;
	gap: clamp(1px, 2vw, 30px);
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.mynavi {
	display: inline-block;
}

.mynavi img {
	transition: all 0.15s;
}

.mynavi:hover img {
	filter: brightness(90%);
	transition: all 0.15s;
}

.rikunavi {
	display: inline-block;
}

.rikunavi img {
	transition: all 0.15s;
}

.rikunavi:hover img {
	filter: brightness(90%);
	transition: all 0.15s;
}

.mid-career__div {
	width: 100%;
	padding: clamp(20px, 2vw, 30px);
	text-align: center;
	background-color: #EDF4FF;

	p {
		background-color: #fff;
	}
}

.button-flow {
	display: inline-block;
	width: 100%;
}

.button-flow a {
	width: 100%;
	margin-top: 20px;
	padding: 20px 1%;
	font-family: 'YuGothic';
	font-size: 1rem;
	background-color: #ffffff;
	letter-spacing: 0.1em;
	color: #2c2c2c;
	font-weight: 700;
	border: solid 3px #F36C6C;
	border-radius: 5px;
	display: block;
	box-sizing: border-box;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}

.button-flow a:hover {
	color: #fff;
	background: #F36C6C;
	transition: all 0.3s;
}

.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;
}

@media (max-width:1780px) {
	.header {
		padding: 0 70px;
	}

	.header_li {
		padding: 0 14px;
	}

	.header_a {
		font-size: 0.875rem;
	}

	.headline5 {
		padding: 0;
	}
}

@media (max-width:1717px) {
	.top {
		background-size: cover;
	}

	.logo_header {
		width: 200px;
	}

}

@media (max-width:1456px) {
	.top {
		margin-top: 100px;
	}

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

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

	.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 {
		display: block;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #333;
	}

	.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_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;
	}

	.grid2 {
		margin: 0 70px;
	}

	.employeeInterview_item1 {
		grid-column: 1/ 5;
		grid-row: 1/ 2;
		object-fit: contain;
	}

	.employeeInterview_item2 {
		grid-column: 6/ 11;
		grid-row: 1/ 2;
	}

	.employeeInterview_item3 {
		grid-column: 1/ 5;
		grid-row: 2/ 3;
	}

	.employeeInterview_item4 {
		grid-column: 6/ 11;
		grid-row: 2/ 3;
	}

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

@media (max-width:1385px) {
	.grid2 {
		margin: 0 70px;
	}

	.employeeInterview_item1 {
		grid-column: 1/ 6;
		grid-row: 1/ 2;
		object-fit: contain;
	}

	.employeeInterview_item2 {
		grid-column: 6/ 11;
		grid-row: 1/ 2;
	}

	.employeeInterview_item3 {
		grid-column: 1/ 6;
		grid-row: 2/ 3;
	}

	.employeeInterview_item4 {
		grid-column: 6/ 11;
		grid-row: 2/ 3;
	}

	.grid3 {
		margin: 70px 70px;
	}

	.departmentIntroduction_img {
		z-index: 1;
		object-fit: contain;
	}

	.grid3 {
		margin: 70px 30px;
		margin-bottom: 0;
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: 660px;
		column-gap: 16px;
	}

	.employeeInterview_a1 {
		grid-column: 1/ 7;
		grid-row: 1/ 2;
		margin-right: 0;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		text-decoration: none;
	}

	.recruitmantRequirements_link1 {
		display: inline-block;
		text-align: center;
		border-radius: 5px;
	}

	.headline5 {
		padding: 0;
		font-family: 'YuGothic';
		font-size: 2.5rem;
		font-weight: 400;
		color: #ffffff;
	}

	.employeeInterview_a2 {
		margin-left: 0;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		grid-column: 7/ 13;
		grid-row: 1/ 2;
		border-radius: 5px;
	}

}

@media (max-width:1150px) {
	.top_center {
		flex-wrap: wrap;
	}

	.column {
		padding-top: 30px;
	}

	.top_copy1 {
		margin-left: 70px;
	}

	.grid1 {
		margin-left: 70px;
		margin-right: 70px;
	}

	.news_headline {
		grid-column: 1 / -1;
		grid-row: 1/ 2;
	}

	.recruit_newsList {
		grid-column: 2/ 12;
		grid-row: 2/ 3;
	}

	.recruit_newsList_item {
		position: relative;
		list-style: none;
	}

	.recruit_newsList_item::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 80px;
		height: 1px;
		background-color: #288CF1;
	}

	.recruit_newsList_item::after {
		content: "";
		display: block;
		background-color: #2c2c2c;
		height: 1px;
	}

	.recruit_newsList_item_a {
		display: flex;
		padding-top: 40px;
		padding-bottom: 40px;
		text-decoration: none;
		color: #2c2c2c;
	}

	.recruit_newsList_item_p {
		margin: 0;
		margin-left: 40px;
		display: inline-block;
	}

	.topMessage {
		width: 100%;
		margin-bottom: 200px;
		padding: 90px 0;
		vertical-align: middle;
		align-items: flex-start;
		background: -webkit-linear-gradient(30deg, #C1DFFF, #4F9DEC);
		background: -o-linear-gradient(30deg, #C1DFFF, #4F9DEC);
		background: linear-gradient(120deg, #C1DFFF, #4F9DEC);
	}

	.topMessage_content {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		column-gap: 16px;
		padding: 0 70px;
	}

	.topMessage_div {
		grid-column: 1 / 8;
		display: inline-block;
		margin-bottom: 65px;
		vertical-align: middle;
	}

	.headline2:before {
		background-color: #F36C6C;
		/* 線色 */
		border-radius: 5px;
		/* 線幅の半分 */
		content: "";
		display: inline-block;
		height: 60px;
		/* 線の長さ */
		margin-right: 20px;
		/* 線右の余白 */
		vertical-align: middle;
		width: 5px;
		/* 線幅 */
	}

	.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;
	}

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

	.topMessage_img {
		display: inline-block;
		border-radius: 5px;
		max-width: none;
margin-top: 0;
	}

	.businessIntroduction {
		margin-bottom: 105px;
		margin-left: 30px;
		margin-right: 30px;
	}

	.businessIntroduction_div1 {
		display: block;
		margin: 0px;
	}

	.businessIntroduction_img {
		display: none;

	}

	.businessIntroduction_img_div {
		background-image: url("img/business-mobile.jpg");
		width: 100%;
		height: 500px;
		background-repeat: no-repeat;
		background-size: 1000px 563px;
		background-position: 50% 200%;
	}

	.businessIntroduction_grid {
		margin-top: -150px;
		display: block;

	}

	.businessIntroduction_div2 {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 40px;
		padding-left: 40px;
		padding-bottom: 40px;
		background-color: #ffffff;
		border-radius: 5px;
		overflow: hidden;
	}

	.businessIntroduction_img {
		border-top-left-radius: 5px;

	}

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

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

	.departmentIntroduction_div1 {
		display: block;
		margin: 0 30px;
	}

	.departmentIntroduction_img {
		display: none;
	}

	.departmentIntroduction_img_div {
		background-image: url("img/department.jpg");
		width: 100%;
		height: 500px;
		background-repeat: no-repeat;
		background-size: 1000px 563px;
		background-position: 50% 0%;
	}

	.departmentIntroductio_grid {
		margin-top: -150px;
		display: block;
	}

	.departmentIntroduction_div2 {
		width: 100%;
		box-sizing: border-box;
		margin-left: 0px;
		margin-right: 0px;
		padding-top: 40px;
		padding-left: 40px;
		padding-bottom: 40px;
		background-color: #ffffff;
		border-radius: 5px;
	}

	.employeeInterview_headline {
		margin-bottom: 30px;
		margin-left: 70px;
	}

	.employeeInterview_div1 {
		display: grid;
		grid-template-rows: repeat(4, 150px);

		margin-bottom: 70px;
		vertical-align: middle;
		padding: 20px 0;
		background-color: #5EA9F4;
	}

	.flex1 {
		margin-left: 140px;
		margin-right: 140px;
		margin-bottom: 0px;
		gap: 30px;
	}

	.employeeInterview_item1 {
		width: 80%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
		object-fit: contain;
	}

	.employeeInterview_item2 {
		width: 80%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
	}

	.flex2 {
		margin-left: 140px;
		margin-right: 140px;
		gap: 30px;
	}

	.flex1 .employeeInterview_item3:nth-child(1) {
		width: 80%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
		padding-bottom: 25px !important;

	}

	.flex2 .employeeInterview_item3:nth-child(1) {
		width: 80%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
	}

	.flex1 .employeeInterview_item3 .employeeInterview_div:nth-child(1) {
		height: 326px;
	}

	.employeeInterview_item4 {
		width: 80%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.employeeInterview_span2-left-4 {
		margin-left: 10%;
	}

	.employeeInterview_img_div {
		text-align: center;
	}

	.employeeInterview_div {
		display: inline-block;
	}

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

	.employeeInterview_item3 .employeeInterview_span1 {
		margin-left: 7%;
		margin-right: 7%;

	}

	.employeeInterview_span1 {
		writing-mode: vertical-rl;
		margin-top: 10%;
		margin-left: 20%;
		margin-right: 20%;
		padding-left: 0 !important;

	}

	.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;
	}

	.benefits_img_div {
		background-image: url("img/benefits.jpg");
		width: 100%;
		height: 500px;
		background-repeat: no-repeat;
		background-size: 1000px 563px;
		background-position: 50% 200%;
	}

	#recruitmentRequirements {
		margin-top: 0;
	}

	.departmentIntroduction_img {
		z-index: 1;
		object-fit: contain;
	}

	.grid3 {
		margin: 70px 30px;
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: 660px;
		column-gap: 16px;
	}

	.employeeInterview_a1 {
		grid-column: 1/ 7;
		grid-row: 1/ 2;
		margin-right: 0;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		text-decoration: none;
	}

	.recruitmantRequirements_link1 {
		display: inline-block;
		text-align: center;
		border-radius: 5px;
	}

	.headline5 {
		padding: 0;
		font-family: 'YuGothic';
		font-size: 2.5rem;
		font-weight: 400;
		color: #ffffff;
	}

	.employeeInterview_a2 {
		margin-left: 0;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		grid-column: 7/ 13;
		grid-row: 1/ 2;
		border-radius: 5px;
	}

	#flow {
		margin-left: 30px;
		margin-right: 30px;
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: 70px;
		padding-bottom: 60px;
		border-radius: 5px;
		background-color: #97C9FA;
	}

	.flow_span_div {
		display: inline-block;
		grid-column: 2/ -1;
		margin-top: 55px;
	}

	.flow_span_div {
		display: inline-block;
		grid-column: 1/ -1;
		margin-top: 55px;

	}

	.flow_div {
		text-align: center;
		grid-column: 1/ 13;
		padding: 60px 10px;
		background-color: #fff;
		border-radius: 5px;
	}

	.button-flow__flex {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.button-flow__center {
		width: 100%;
		padding: 1rem;
		box-sizing: border-box;
	}

	.recruit-newgrad-flow__flex {
		flex-wrap: wrap;
	}

	.mid-career__div {
		width: 100%;
		padding: 1rem;
		box-sizing: border-box;
	}

	.recruitmentRequirements_headline_div {
		margin: 30px 70px;
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}

	.recruitmentRequirements_headline {
		grid-column: 1/-1;
		font-size: 2rem;
	}

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

@media(max-width: 1125px) {
	.top {
		width: 100%;
		height: auto;
		margin-top: 70px;
		padding-bottom: 90px;
		background-size: cover;
		background-repeat: no-repeat;
		/* 繰り返しを防止 */
		background-position: 30% 30%;

	}

	.footer_a_img {
		margin-left: 60px;
	}
}

@media (max-width:1024px) {
	.header_li {
		padding: 0 15px;
	}

	.button-flow__flex {
		grid-column: 2 /12;
		justify-content: center;
		text-align: center;

		p {
			font-size: 1rem;
		}

		img {
			max-width: none;
		}
	}
}

/*@media (max-width:1232px){
		.businessIntroduction_div1 {
	display: block;
	margin: 0 30px;
	position: relative;
}
	.businessIntroduction_img{
		display: none;

	}
.businessIntroduction_img_div {
	background-image: url("img/pixta_86517602_M.jpg");
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: 1000px 563px;
	background-position: 50% 200%;


	z-index: 0;
	position: absolute;
}
.businessIntroduction_div2 {
	z-index: 1;
	width: 100%;
	max-height: 100vh;
	aspect-ratio: 16 / 9;
	box-sizing: border-box;
	position: absolute;
	margin-top: 300px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	background-color: #ffffff;
	border-radius: 5px;
}

.businessIntroduction_img {
	border-top-left-radius: 5px;
	
}
.businessIntroduction_a {
	color: #2c2c2c;
	text-decoration: none;
}
}*/
@media only screen and (max-width: 1106px) {
	.flex1 {
		margin-left: 30px;
		margin-right: 30px;
	}

	.flex2 {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media only screen and (max-width: 860px) {
	.top {
		margin-top: 70px;
		padding-bottom: 0;
		background-size: 100vh;
		background-repeat: no-repeat;
		/* 繰り返しを防止 */
		background-position: 80% 10%;
	}

	.top_content {
		display: none;
	}

	.top_copy1 {
		padding-top: 300px;
		margin-left: 20px;
	}

	.top_span_normal {
		font-family: 'Heisei Kaku Gothic Std';
		font-weight: 600;
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 0;
		font-size: 2.5rem;
		background-color: #fff;
		filter: none;
	}

	.top_span_normal2 {
		font-size: 2.5rem;
		background-color: #fff;
		padding-bottom: 0;
		filter: none;
	}

	.top_span_small {
		font-size: 2.20rem;
		background-color: #fff;
		padding-top: 7px;
		padding-left: 2px;
		padding-right: 2px;
		padding-bottom: 3px;
		margin-left: 0;
		margin-right: 0;
	}

	.top_span_small-1 {
		font-size: 2.20rem;
		background-color: #fff;
		padding-top: 7px;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 3px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.top_content_mobile-only {
		display: block;
		padding-bottom: 20px;
		vertical-align: middle;
		text-align: start;
		background-color: #288CF1;
	}

	.top_copy2 {

		font-size: 3.75rem;
	}

	.top_copy_div_content1 {
		margin-left: 50px;
		text-align: left;
	}

	.top_copy_div_content2 {
		margin-right: 50px;
		text-align: right;
	}

	.column {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 30px;
	}

	.recruitBanner1 {
		display: inline-block;
		text-align: center;
	}

	.recruitBanner1 a {
		display: block;
		padding: 20px 50px;
	}

	.recruitBanner2 {
		display: block;
		text-align: center;
	}

	.recruitBanner2 a {
		display: block;
		padding: 20px 50px;
	}

	.headline {
		font-family: 'YuGothic';
		font-size: 2rem;
		font-weight: 500;
	}

	.headline:before {
		background-color: #F36C6C;
		/* 線色 */
		border-radius: 5px;
		/* 線幅の半分 */
		content: "";
		display: inline-block;
		height: 50px;
		/* 線の長さ */
		margin-right: 10px;
		/* 線右の余白 */
		vertical-align: middle;
		width: 4px;
		/* 線幅 */
	}

	.news {
		margin-bottom: 0;
	}

	.grid1 {
		margin: 0 70px;
	}

	.news_headline {
		grid-column: 1 / -1;
	}

	.recruit_newsList {
		grid-column: 2/ 12;
	}

	.recruit_newsList_item_a {
		display: flex;
		flex-direction: column;
	}

	.recruit_newsList_item_p {
		margin-left: 0px;
	}

	.topMessage {
		display: none;
	}

	.topMessage_div {
		margin-left: 70px;
	}

	.headline3 {
		margin: 30px 0;
		font-family: 'Yu Mincho';
		font-size: 1.5rem;
		font-weight: 400;
		color: #ffffff;
	}

	.topMessage_mobile-only {
		display: block;
		grid-column: 1/ -1;
		grid-row: 2/3;
		margin: 150px 30px;
		padding: 40px;
		vertical-align: middle;
		align-items: flex-start;
		background: -webkit-linear-gradient(30deg, #C1DFFF, #4F9DEC);
		background: -o-linear-gradient(30deg, #C1DFFF, #4F9DEC);
		background: linear-gradient(120deg, #C1DFFF, #4F9DEC);
	}

	.topMessage_content_mobile-only {
		padding: 0;
		text-align: center;
	}

	.topMessage_img_div {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: 0;
	}

	.topMessage_img {
		width: 250px;
		height: auto;
		max-width: 100%;
		border-radius: 5px;
		margin-top: 0;
	}

	.headline3 {
		display: inline-block;
		text-align: left;
	}

	.button-06 {
		display: inline-block;
	}

	.topMessage_div {
		display: flex;
		margin-left: 273px;
		margin-bottom: 65px;
		vertical-align: middle;
	}

	.headline2 {
		font-family: 'YuGothic';
		font-size: 2rem;
		font-weight: 500;
		color: #ffffff;
	}

	.headline2:before {
		background-color: #F36C6C;
		/* 線色 */
		border-radius: 5px;
		/* 線幅の半分 */
		content: "";
		display: inline-block;
		height: 50px;
		/* 線の長さ */
		margin-right: 10px;
		/* 線右の余白 */
		vertical-align: middle;
		width: 4px;
		/* 線幅 */
	}

	.topMessage_p {
		margin-top: 10px;
		font-size: 1.5rem;
		text-align: cenyer;
	}

	.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;
	}

	.businessIntroduction_div1 {
		position: relative;
	}

	.businessIntroduction_img {
		border-top-left-radius: 5px;
		z-index: 1;
		object-fit: contain;
	}

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

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

	.departmentIntroduction_img {
		z-index: 1;
		object-fit: contain;
	}

	#recruitmentRequirements {
		clear: both;
		float: none;
		/* フロートの影響を除去 */
		overflow: hidden;
	}

	.grid3 {
		margin: 70px 30px;
		margin-bottom: 0;
		display: block;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: 660px;
		column-gap: 16px;
	}

	.employeeInterview_a1 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		margin-right: 0;
		border-radius: 5px;
		text-decoration: none;

	}

	.employeeInterview_a2 {
		position: relative;
		margin-left: 0;
		padding-bottom: 10px;
		grid-column: 7/ 11;
		grid-row: 1/ 2;
		border-radius: 5px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 40% 10%;
	}

	.headline_flow {
		margin-top: 55px;
		font-family: 'YuGothic';
		font-size: 2rem;
		font-weight: 500;
	}

	.headline_flow:before {
		background-color: #F36C6C;
		/* 線色 */
		border-radius: 5px;
		/* 線幅の半分 */
		content: "";
		display: inline-block;
		height: 60px;
		/* 線の長さ */
		margin-right: 20px;
		/* 線右の余白 */
		vertical-align: middle;
		width: 5px;
		/* 線幅 */
	}

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

/* sp */
@media(max-width: 800px) {
	.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 only screen and (max-width: 450px) {
	.logo_header {
		width: 200px;
		height: auto;
	}

	body {
		font-size: 16px;
	}

	.top {
		margin-top: 70px;
		margin-bottom: 30px;
		background-size: 220% auto;
		background-repeat: no-repeat;
		/* 繰り返しを防止 */
		background-position: 80% 10%;
	}

	.top_span_normal {
		font-size: 1.5rem;
	}

	.top_span_small {
		font-size: 1.25rem;
		padding-top: 6px;
	}

	.top_span_small-1 {
		font-size: 1.25rem;
		padding-top: 6px;
	}

	.top_span_normal2 {
		font-size: 1.5rem;
	}
	.top_content_mobile-only{
		padding-bottom: 0;
	}
	.top_center {
		padding: 10px;
	}
	.top_copy_div_content1 {
		margin: 0;
		;
	}
	.top_copy_div_content2 {
		text-align: center;
		margin: 0 auto;
	}
	.top_copy2 {
		font-size: 1.5rem;
	}
	.column{
		padding-top: 10px;
	}
	.recruitBanner1 a {
		font-size: 1rem;
		padding: 10px 15px;
	}

	.recruitBanner2 a {
		font-size: 1rem;
		padding: 10px 15px;
	}

	#news {
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: 30px;
		margin-right: 30px;
	}

	.grid1 {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}
	.recruit_newsList_item_a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.news_headline {
		display: block;
	}

	.headline {
		font-size: 1.2rem;
	}

	.recruit_newsList {
		padding: 0;
	}

	.recruit_newsList_item_a {
		display: flex;
		flex-direction: column;
	}

	.recruit_newsList_item_p {
		margin-left: 0;
	}

	.topMessage_mobile-only {
		margin: 50px 30px;
		padding: 30px;
	}

	.headline2 {
		font-size: 1.25rem;
	}

	.topMessage_content_mobile-only {
		padding: 0;
	}

	.headline3 {
		font-size: 1.1rem;
	}

	.topMessage_img_div {
		display: flex;
		flex-direction: column;
		align-items: center;

	}

	.topMessage_p {
		display: inline-block;
		font-size: 1rem;
	}

	.businessIntroduction {
		margin-bottom: 50px;
	}

	.businessIntroduction_div2 {
		padding: 30px;
	}

	.introduction_txt {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 0;

	}

	.departmentIntroduction {
		margin-bottom: 50px;
	}

	.departmentIntroduction_div2 {
		padding: 30px;
	}

	.employeeInterview {
		margin-top: 0px;
		margin-bottom: 50px;
	}

	.headline4 {
		font-size: 1.1rem;
	}

	.employeeInterview_img_div {
		text-align: center;
	}

	.employeeInterview_div {
		vertical-align: top;
	}
	.employeeInterview_div2{
		margin-bottom: 35px;
	}
	.flex1{
		gap: 0;
	}
	.employeeInterview_span1 {
		/*vertical-align: top;
		margin-top: 10px;
		font-size: 1rem;
		padding: 0 !important;
		height: 12em;
		br{
			display: none;
		}*/
	}

	.employeeInterview_span2 {
		text-align: left;
		font-size: 0.8rem;
	}
	.employeeInterview_button-06{
		margin-top: 0;
	}
	.recruitmentRequirements_headline_div{
		margin-top: 0;
	}
	.recruitmentRequirements_headline {
		font-size: 1.2rem;
	}

	.recruitmentRequirements_headline:before {
		height: 50px;
		width: 4px;
	}
	.headline5 {
		font-size: 1.5rem;
	}
	#recruitmentRequirements {
		margin-bottom: 50px;
	}
	.grid3{
		margin-top: 25px;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 0;
	}
	#flow {
		margin-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;

	}
	.footer{
		margin-top: 0;
	}
	.flow_span_div {
		margin-top: 30px;
	}

	.headline_flow {
		font-size: 1.2rem;
	}

	.flow_div {
		margin: 15px 0;
		padding: 15px 10px;
	}

	.flow_p1 {
		font-size: 0.9rem;
	}

	.button-flow__flex {
		grid-column: 1 / -1;
	}

	.button-flow a {
		font-size: 0.9rem;
	}

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

}

@media only screen and (max-width: 390px) {
	body {
		font-size: 16px;
	}

	.grid1 {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

	.news_headline {
		display: block;
	}

	.headline {
		font-size: 1.2rem;
	}

	.recruit_newsList {
		padding: 0;
	}

	.recruit_newsList_item_a {
		display: flex;
		flex-direction: column;
	}

	.recruit_newsList_item_p {
		margin-left: 0;
	}
	.headline2 {
		font-size: 1.25rem;
	}

	.topMessage_content_mobile-only {
		padding: 0;
	}

	.headline3 {
		font-size: 1.1rem;
	}

	.topMessage_img_div {
		display: flex;
		flex-direction: column;
		align-items: center;

	}

	.topMessage_p {
		display: inline-block;
		font-size: 1rem;
	}
	.businessIntroduction_div2 {
		padding: 30px;
	}

	.introduction_txt {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 0;

	}
	.button-06{
		display: block;
		margin: 0 auto;
	}
	.button-06 a{
		padding: 15px 30px;
	}
	.employeeInterview_button-06 a{
		margin:  0 60px;
	}
	.departmentIntroduction_div2 {
		padding: 30px;
	}
	.headline4 {
		font-size: 1.1rem;
	}

	.employeeInterview_span1 {
		font-size: 1rem;
	}

	.employeeInterview_item3 .employeeInterview_span1 {
		margin-left: 18%;
		margin-right: 18%;
	}

	.employeeInterview_span2 {
		font-size: 0.8rem;
	}

	.employeeInterview_button_mobile-only {
		display: inline-block;
		margin-left: 120px;
	}

	.recruitmentRequirements_headline {
		font-size: 1.2rem;
	}

	.recruitmentRequirements_headline:before {
		height: 50px;
		width: 4px;
	}

	.headline5 {
		font-size: 1.5rem;
	}
	.flow_p1{
		font-size: 0.8rem;
	}
	.flow_span_div {
		margin-top: 30px;
	}

	.headline_flow {
		font-size: 1.2rem;
	}

	.flow_div {
		margin: 15px 0;
		padding: 15px 10px;
	}

	.button-flow a {
		padding: 15px 15px;
	}
}