@charset "UTF-8";

header .nav_list li:nth-child(1) a,
footer .right_box .footer_list li:nth-child(1) a {
	text-decoration: underline;
	color: #47B9F8;
}

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	position: relative;
}

#headline::before {
	content: "";
	display: block;
	background: #EFEFEF;
	width: clamp(600px, 73.4vw, 1200px);
	height: min(36.7vw, 550px);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -2;
}

#headline::after {
	content: "";
	display: block;
	background: url(../img/index/scroll_txt.svg) no-repeat center center / contain;
	width: 12px;
	height: 106px;
	position: absolute;
	right: 147px;
	bottom: 0;
	z-index: 0;
}

#headline .text {
	padding: 12.14vw 0 15vw;
	width: min(90%, 1220px);
	margin: 0 auto;
}

#headline h2 {
	font-size: min(8vw, 120px);
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: 0;
	color: #000;
	text-align: left;
	margin-bottom: 31px;
}

#headline .ja {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: 0;
	background: #ffffff;
	padding: 14px 22px;
	max-width: 540px;
	margin-bottom: 20px;
}

#headline .site {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	background: #272727;
	padding: 9.05px 10px;
	max-width: 142px;
}

#headline .image {
	width: clamp(450px, 73.4vw, 1200px);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

@media screen and (max-width: 840px) {
	#headline::after {
		right: 70px;
	}

	#headline .text {
		padding: 90px 0 70px;
	}
}

@media screen and (max-width: 640px) {
	#headline::after {
		right: 25px;
	}

	#headline h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	#headline .ja {
		font-size: 20px;
		padding: 7px 10px;
		max-width: 320px;
		margin-bottom: 10px;
	}

	#headline .site {
		font-size: 14px;
		max-width: 115px;
		padding: 7px 10px;
	}
}

@media screen and (max-width: 450px) {
	#headline::after {
		width: 10px;
		height: 85px;
		right: 20px;
	}

	#headline h2 {
		font-size: 30px;
		margin-bottom: 8px;
	}

	#headline .ja {
		font-size: 16px;
		max-width: 260px;
	}
}

/*-----------------------------------

	voice

-----------------------------------*/
#voice_block {
	padding: 120px 0 0;
	width: 100%;

}

#voice_block .voice_wrap {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

#voice_block .voice_back {
	background-color: #F2F7F9;
	padding: 25px 0 20px 0;
	margin: 80px 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	z-index: -2;
}

#voice_block .voice_area {
	width: 86%;
	position: relative;
	height: auto;
}

#voice_block .voice_area::before {
	position: absolute;
	content: url(../img/index/voice_back.png);
	top: 175px;

}

#voice_block .voice_box {
	width: 23%;
	margin-right: 20px;
	display: flex;
	align-items: flex-end;
	z-index: 10;
	position: relative;
}

#voice_block .voice_box::after {
	content: "Technical";
	font-size: 14px;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	color: #12A7F9;
	transform: rotate(-90deg);
	position: absolute;
	right: 0px;
	top: 155px;
}

#voice_block .voice_box a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

#voice_block .contents_inner {
	max-width: 1100px;
}

#voice_block .section_title {
	margin-bottom: 60px;
}



#voice_block .voice_text {
	width: 53%;
	margin-top: -90px;
	position: relative;
	right: -40px;
}

#voice_block .detail {
	color: #12A7F9;
	font-size: 13px;
	font-weight: 700;
}

#voice_block .ttl {
	font-size: 24px;
	font-weight: 700;
}

#voice_block .job {
	font-size: 14px;
	font-weight: 700;
}

#voice_block .voice_box .image {
	margin-bottom: 20px;
	max-width: 330px;
	width: 100%;
}

#voice_block .detail_btn {
	margin: 70px auto 0;
	z-index: 10;
}

#voice_block .bg_txt {
	top: -20px;
	right: -250px;
}

@media screen and (max-width: 1600px) {
	#voice_block .voice_text {
		margin-top: -90px;
		right: -10px;
	}
}

@media screen and (max-width: 1450px) {
	#voice_block .voice_text {
		margin-top: -100px;
	}

	#voice_block .ttl {
		font-size: 18px;
	}
}

@media screen and (max-width: 1400px) {
	#voice_block .voice_text {
		margin-top: -80px;
		right: 0px;
	}

	#voice_block .bg_txt {
		top: -10px;
		right: -40px;
	}

}

@media screen and (max-width: 1200px) {
	#voice_block .voice_box::after {
		top: 70px;
	}

	#voice_block .detail_btn {
		margin: 50px auto 0;
	}

	#voice_block .voice_area {
		width: 95%;
		position: relative;
		height: auto;
	}
}

@media screen and (max-width: 1060px){
	#voice_block .voice_box {
		width: 40%;
	}
}

@media screen and (max-width: 1000px) {
	#voice_block .voice_back {
		padding: 25px 0 20px 0;
		margin: 0px 0;
	}

	#voice_block .bg_txt {
		top: 20px;
		right: -40px;
	}
}

@media screen and (max-width: 860px) {
#voice_block {
	padding: 90px 0 0;
}

	#voice_block .voice_area {
		width: 100%;
		position: relative;
		height: auto;

	}

	#voice_block .voice_wrap {
		justify-content: center;
		align-content: space-around;
		gap: 30px;
	}

	#voice_block .voice_area::before {
		top: 130px;
	}
}

@media screen and (max-width: 640px) {
#voice_block {
	padding: 60px 0 0;
}
	#voice_block .voice_area::before {
		top: 100px;
	}

	#voice_block .ttl {
		font-size: 16px;
	}

	#voice_block .detail {
		font-size: 10px;
	}

	#voice_block .job {
		font-size: 12px;
	}

	#voice_block .voice_text {
		margin-top: -60px;
		width: 70%;
				right: -40px;
	}

	#voice_block .voice_wrap {
		gap: 20px 0px;
	}

	#voice_block .voice_box::after {
		right: -25px;
		top: 80px;
	}

	#voice_block .voice_back {
		padding: 0px 0 10px 0;
	}

	#voice_block .detail_btn {
		margin: 30px auto 0;
	}
		#voice_block .bg_txt {
		right: -20px;
	}
}

@media screen and (max-width: 400px) {
	#voice_block {
	padding: 40px 0 0;
}
	#voice_block .voice_back {
		margin: -29px 0 0 0;
	}
	#voice_block .voice_box {
		width: 80%;
		position: relative;
	}

	#voice_block .detail {
		font-size: 13px;
	}

	#voice_block .ttl {
		font-size: 18px;
	}

	#voice_block .job {
		font-size: 14px;
	}

	#voice_block .voice_area::before {
		top: 120px;

	}

	#voice_block .voice_box a {
		align-items: flex-end;
	}

	#voice_block .voice_area::after {
		position: absolute;
		content: url(../img/index/voice_back.png);
		top: 500px;
	}

	#voice_block .voice_text {
		right: -70px;
		margin-top: -70px;
	}

}

/*-----------------------------------

	benefit

-----------------------------------*/
#benefit_block {
	padding: 120px 0;
}

#benefit_block .section_title {
	margin-bottom: 56px;
}

#benefit_block .image {
	width: 53.2%;
	max-width: 585px;
	z-index: 20;
}

#benefit_block .text {
	width: 37.1%;
	max-width: 408px;
}

#benefit_block .text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.04em;
	margin-bottom: 54px;
}

#benefit_block .bg_txt {
	top: -105px;
	left: -100px;
	z-index: 10;
}

@media screen and (max-width: 840px) {
	#benefit_block .bg_txt {
		left: -6vw;
		top: -75px;
	}

	#benefit_block .image {
		width: 40%;
	}

	#benefit_block .text {
		width: 55%;
	}

	#benefit_block .text p {
		font-size: 14px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 640px) {
	#benefit_block {
		padding: 70px 0 60px;
	}

	#benefit_block .section_title {
		margin-bottom: 20px;
	}

	#benefit_block .benefit_wrap {
		gap: 20px;
	}

	#benefit_block .image,
	#benefit_block .text {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	#benefit_block {
		padding: 60px 0;
	}

	#benefit_block .bg_txt {
		top: -55px;
	}
}

/*-----------------------------------

	information_block

-----------------------------------*/
#information_block {
	background: #47B9F8;
	margin-bottom: 120px;
}

#information_block .contents_inner {
	padding: 123px 0 170px;
}

#information_block .bg_txt {
	z-index: 1;
	left: -100px;
	bottom: -10px;
}

#information_block .left_box {
	flex-direction: column;
	justify-content: space-between;
	min-height: 245px;
}

#information_block .section_title,
#information_block .section_title .en,
#information_block .information_box .information_list a p {
	color: #fff;
}

#information_block .information_box {
	position: relative;
	z-index: 2;
}

#information_block .information_box .information_list {
	max-width: 580px;
	width: 53%;
	margin-top: -30px;
}

#information_block .information_box .information_list a {
	display: block;
	padding: 30px 41px 33px 0;
	border-bottom: 2px solid #fff;
	position: relative;
}

#information_block .information_box .information_list a:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.20);
}

#information_block .information_box .information_list a::before {
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/common/arw_rt_wh_icon.svg) no-repeat center center / 8px 14px;
}

#information_block .information_box .information_list a .row_box {
	gap: 20px;
	justify-content: flex-start;
}

#information_block .information_box .information_list a p {
	font-size: 18px;
	letter-spacing: 0.04em;
}

#information_block .information_box .information_list a .date {
	font-weight: 700;
	width: 110px;
}

#information_block .information_box .information_list a .txt {
	font-weight: 400;
	width: calc(100% - 131px);
}

@media screen and (max-width: 840px) {
	#information_block .bg_txt {
		left: -5vw;
		bottom: -5px;
	}
}

@media screen and (max-width: 640px) {
	#information_block {
		margin-bottom: 60px;
	}

	#information_block .contents_inner {
		padding: 60px 0;
	}

	#information_block .information_box {
		flex-direction: column;
		gap: 20px;
	}

	#information_block .left_box {
		flex-direction: row;
		min-height: auto;
	}

	#information_block .information_box .information_list {
		width: 100%;
		margin-top: 0;
	}

	#information_block .information_box .information_list a {
		padding: 20px 20px 20px 0;
	}

	#information_block .information_box .information_list a p {
		font-size: 14px;
	}
}

/*-----------------------------------

	recruitment_block

-----------------------------------*/
#recruitment_block {
	background: url("../img/index/recruitment_bg.jpg") no-repeat top left/80%;
}

#recruitment_block .contents_inner {
	padding: 260px 0 0;
	max-width: 100%;
	width: 85%;
	margin: 0 0 0 auto;
}

#recruitment_block .bg_wh {
	background: #fff;
	padding: 120px 100px 0;
	position: relative;
}

#recruitment_block .bg_txt {
	z-index: 1;
	right: 100px;
	top: 100px;
}

#recruitment_block .bg_wh .recruitment_box {
	margin: 60px 0 0;
	max-width: 1000px;
	width: 100%;
}

#recruitment_block .bg_wh .recruitment_box h3 {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 3px solid #47B9F8;
}

#recruitment_block .bg_wh .recruitment_box .recruitment_table {
	margin: 31px auto 60px;
}

#recruitment_block .bg_wh .recruitment_box .recruitment_table table {
	border-top: 1px solid #DEDEDE;
	margin-bottom: 20px;
	width: 100%;
}

#recruitment_block .bg_wh .recruitment_box .recruitment_table tr td {
	padding: 20px;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px solid #DEDEDE;
	width: calc(100% - 260px);
}

#recruitment_block .bg_wh .recruitment_box .recruitment_table tr td:first-child {
	background: #F6F6F6;
	font-weight: 700;
	width: 260px;
}

#recruitment_block .bg_wh .recruitment_box .recruitment_table .btm_txt {
	font-size: 14px;
	font-weight: 400;
}

@media screen and (max-width: 1090px) {
	#recruitment_block .bg_txt {
		font-size: 58px;
		top: 125px;
	}
}

@media screen and (max-width: 840px) {
	#recruitment_block .bg_wh {
		padding: 50px 50px 0;
	}

	#recruitment_block .bg_txt {
		font-size: 50px;
		top: 60px;
		right: 5%;
	}

	#recruitment_block .bg_wh .recruitment_box .recruitment_table tr td:first-child {
		width: 150px;
	}
}

@media screen and (max-width: 640px) {
	#recruitment_block {
		margin-bottom: 30px;
	}

	#recruitment_block .contents_inner {
		padding: 70px 0 0;
	}

	#recruitment_block .contents_inner {
		width: 95%;
	}

	#recruitment_block .bg_wh {
		padding: 30px 30px 0;
	}

	#recruitment_block .bg_txt {
		font-size: 8.67vw;
	}

	#recruitment_block .bg_wh .recruitment_box h3 {
		font-size: 18px;
		padding-bottom: 5px;
	}

	#recruitment_block .bg_wh .recruitment_box {
		margin: 30px 0 0;
	}

	#recruitment_block .bg_wh .recruitment_box .recruitment_table {
		margin: 20px 0 0;
	}

	#recruitment_block .bg_wh .recruitment_box .recruitment_table .btm_txt {
		font-size: 12px;
		line-height: 1.7;
	}

	#recruitment_block .bg_wh .recruitment_box .recruitment_table table {
		margin-bottom: 10px;
	}

	#recruitment_block .bg_wh .recruitment_box .recruitment_table tr td {
		font-size: 13px;
		padding: 10px;
	}

	#recruitment_block .bg_wh .recruitment_box .recruitment_table tr td:first-child {
		width: 90px;
	}
}

/*-----------------------------------
	faq_block
-----------------------------------*/
#faq_block {
	padding: 117px 0 0;
}

#faq_block .bg_txt {
	right: 0;
	top: 0;
}

#faq_block .faq_wrap {
	margin-top: 60px;
}

#faq_block dl {
	text-align: left;
	cursor: pointer;
	border-bottom: 1px solid #e1e1e1;
}

#faq_block dl:not(:last-of-type) {
	margin-bottom: 20px;
}

#faq_block dl dt {
	position: relative;
	font-size: 18px;
	padding: 0 60px 20px;
	background-color: #fff;
	/* border-radius: 5px; */
}

#faq_block dl dt::before {
	content: "Q";
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: -4px;
	/* transform: translateY(-50%);*/
	left: 10px;
	line-height: 35px;
	background: #47b9f8;
	/* border: 2px solid #47b9f8; */
	width: 35px;
	height: 35px;
	text-align: center;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	border-radius: 50%;
}

/*#faq_block dl dt::after {
  content: "";
  background: #fff;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-radius: 5px;
}*/
#faq_block dt span {
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	/*transform: translateY(-50%);*/
	z-index: 1;
}

#faq_block dt span::before {
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	border-radius: 5px;
	background: #47b9f8;
	position: absolute;
	right: 0;
	top: -2px;
}

#faq_block dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	border-radius: 5px;
	background: #47b9f8;
	position: absolute;
	right: 0;
}

#faq_block dt span::after {
	background: #47b9f8;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
	top: 0;
}

#faq_block dt.active span::after {
	transform: rotate(0);
	transition: 0.5s;
	top: -2px;
}

#faq_block dl dd {
	display: none;
	position: relative;
	padding: 20px 60px;
}

#faq_block dl dd span {
	display: block;
	color: #47b9f8;
}

#faq_block dl dd::before {
	content: "A";
	font-size: 18px;
	color: #47b9f8;
	position: absolute;
	top: 17px;
	/*transform: translateY(-50%);*/
	left: 10px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #47b9f8;
	width: 35px;
	height: 35px;
	text-align: center;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	border-radius: 50%;
}

#faq_block p {
	font-size: 15px;
	line-height: 2.5;
}

@media screen and (max-width: 640px) {
	#faq_block {
		padding: 60px 0 0;
	}

	#faq_block .faq_wrap {
		margin-top: 30px;
	}

	#faq_block dl dt {
		font-size: 15px;
		/*padding: 0 70px 20px;*/
	}

	#faq_block dl dd {
		padding: 20px 40px 20px 60px;
	}

	#faq_block p {
		font-size: 14px;
		line-height: 1.8;
	}
}

/*-----------------------------------
	flow_block
-----------------------------------*/
#flow_block {
	padding: 117px 0;
}

#flow_block .bg_txt {
	right: 0;
	top: 0;
}

#flow_block .flow_wrap {
	margin-top: 60px;
	gap: 30px 40px;
	justify-content: flex-start;
	margin-right: 25px;
}

#flow_block .flow_wrap .flow_box {
	width: calc((100% - 120px) / 4);
}

#flow_block .flow_wrap .flow_box:not(:last-child) .img_box {
	position: relative;
}

#flow_block .flow_wrap .flow_box:not(:last-child) .img_box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
	width: 8px;
	height: 14px;
	background: url(../img/common/arw_rt_bl_icon.svg) no-repeat center/contain;
}

#flow_block .flow_wrap .flow_box p {
	font-size: 15px;
	margin: 7px 0 0;
}

@media screen and (max-width: 840px) {
	#flow_block .flow_wrap .flow_box {
		width: calc((100% - 80px) / 3);
	}
}

@media screen and (max-width: 640px) {
	#flow_block {
		padding: 60px 0;
	}

	#flow_block .flow_wrap {
		margin-top: 30px;
	}

	#flow_block .flow_wrap .flow_box {
		width: calc((100% - 40px) / 2);
	}

	#flow_block .flow_wrap .flow_box p {
		font-size: 14px;
	}
}