@charset "UTF-8";



.youtube-container {
	width: 1150px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: 50px;
}

.youtube-wrapper {
	width: 48%;
	margin-top: 30px;
}

.youtube-item {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube-item iframe {
	width: 100%;
	height: 100%;
	border: none;
}

@media screen and (max-width: 767px) {
	.youtube-container {
		width: 90%;
		display: block;
		padding-top: 10vw;
	}

	.youtube-wrapper {
		width: 100%;
		margin-top: 4vw;
	}
}


/*===== 共通 =====*/
#page {
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
	#page {
		padding-bottom: 20vw;
	}
}



/*===== リクルート=====*/
#page .hero .wrap {
	position: relative;
	z-index: 20;
	background: url(../img/hero_bg_white_top_pc.svg)no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	padding-bottom: 120px;
}

#page .hero .innr {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	text-align: left;
	padding-top: 100px;
}

#page .hero h1 {
	color: #008bff;
	font-size: 36px;
}

#page .hero p strong {
	display: block;
	font-size: 30px;
	padding-bottom: .5em;
}

#page .hero p {
	color: #989898;
	font-size: 24px;
	line-height: 2em;
	margin-top: 90px;
}

#page .hero .img {
	position: relative;
	width: 584px;
}

#page .hero .img .i01 {
	position: absolute;
	top: 190px;
	right: -180px;
}

#page .hero .innr2 {
	position: relative;
	z-index: 10;
	background: url(../img/hero_bg_img.jpg)no-repeat;
	background-size: 100%;
	background-position-y: center;
	height: 450px;
	margin-top: -60px;
}

@media screen and (max-width: 767px) {
	#page .hero .wrap {
		padding-bottom: 25vw;
	}

	#page .hero .innr {
		width: 90%;
		display: block;
		padding-top: 10vw;
	}

	#page .hero h1 {
		font-size: 8vw;
	}

	#page .hero p strong {
		font-size: 5vw;
	}

	#page .hero p {
		font-size: 4.2vw;
		margin-top: 5vw;
	}

	#page .hero .img {
		margin-top: 5vw;
		width: 100%;
	}

	#page .hero .img img {
		width: 90%;
	}

	#page .hero .img .i01 {
		width: 50%;
		position: absolute;
		top: 35vw;
		right: 0;
	}

	#page .hero .innr2 {
		height: 40vw;
		margin-top: -7vw;
	}
}



#page .message {
	position: relative;
	z-index: 20;
	background: url(../img/hero_bg_white_down_pc.svg)no-repeat;
	background-size: 100%;
	background-position-y: top;
	margin-top: -50px;
	padding-top: 110px;
}

#page .message p {
	width: 1150px;
	margin: 0 auto;
	color: #666;
	font-size: 24px;
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	#page .message {
		margin-top: -5vw;
		padding-top: 20vw;
	}

	#page .message h2 {
		width: 40%;
		margin: 0 auto;
	}

	#page .message p {
		width: 80%;
		font-size: 4.2vw;
		text-align: justify;
		text-justify: inter-ideograph;
		margin-top: 10vw;
	}
}



#page .talk {
	margin-top: 150px;
}

#page .talk .box {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

#page .talk .box img {
	width: 550px;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#page .talk {
		margin-top: 30vw;
	}

	#page .talk h2 {
		width: 55%;
		margin: 0 auto;
	}

	#page .talk .box {
		width: 80%;
		flex-direction: column;
		margin-top: 30px;
	}

	#page .talk .box img {
		width: 100%;
		margin-top: 8vw;
	}
}



#page .career {
	margin-top: 150px;
}

#page .career .box {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	#page .career {
		margin-top: 30vw;
	}

	#page .career h2 {
		width: 55%;
		margin: 0 auto;
	}

	#page .career .box {
		width: 70%;
		flex-direction: column;
		margin-top: 10vw;
	}

	#page .career .box img {
		margin-top: 5vw;
	}
}



#page .work {
	margin-top: 150px;
}

#page .work h2 span {
	display: block;
	color: #008bff;
	font-size: 24px;
	margin-top: 30px;
}

#page .work .box {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

#page .work .box .item {
	width: 355px;
	border: 4px solid #008bff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 35px;
	margin-top: 40px;
	margin-right: 42px;
}

#page .work .box .item:nth-child(3n) {
	margin-right: 0;
}

#page .work .box .item h3 {
	color: #008bff;
	font-size: 28px;
	font-weight: normal;
	border-left: 8px solid #008bff;
	text-align: left;
	padding: 3px 0;
	padding-left: 10px;
}

#page .work .box .item p {
	color: #808080;
	font-size: 19px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	#page .work {
		margin-top: 30vw;
	}

	#page .work h2 img {
		width: 70%;
	}

	#page .work h2 span {
		font-size: 5vw;
		margin-top: 5vw;
	}

	#page .work .box {
		width: 80%;
		flex-direction: column;
		margin-top: 0;
	}

	#page .work .box .item {
		width: 100%;
		margin-top: 8vw;
		margin-right: 0;
	}

	#page .work .box .item h3 {
		font-size: 6vw;
		border-left: 5px solid #008bff;
	}

	#page .work .box .item p {
		font-size: 4.5vw;
	}
}



#page .requirements {
	margin-top: 150px;
}

#page .requirements p {
	margin-top: 3em;
	text-align: center;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#page .requirements p {
		margin-top: 2em;
		font-size: 4vw;
	}
}

#page .requirements .tab_wrap {
	width: 1150px;
	margin: 0 auto;
	margin-top: 80px;
}

input[type="radio"] {
	display: none;
}

#page .requirements .tab_area {
	display: flex;
	justify-content: space-between;
	border-bottom: 4px solid #008bff;
}

#page .requirements .tab_area label {
	width: 565px;
	color: #008bff;
	font-size: 28px;
	text-align: center;
	background: #cdeff9;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	transition: ease .2s opacity;
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	#page .requirements .tab_area label {
		font-size: 5vw;
		padding: 3vw 0;
	}
}

#page .requirements .tab_area label:hover {
	color: #008bff;
	background: #cdeff9;
}

#page .requirements .panel_area {
	background: #fff;
}

#page .requirements .tab_panel {
	width: 100%;
	padding: 20px 0;
	display: none;
}

#tab1:checked~.tab_area .tab1_label {
	background: #6bd2f7;
	color: #fff;
}

#tab1:checked~.panel_area #panel1 {
	display: block;
}

#tab2:checked~.tab_area .tab2_label {
	background: #6bd2f7;
	color: #fff;
}

#tab2:checked~.panel_area #panel2 {
	display: block;
}

#page .requirements .table table {
	text-align: left;
}

#page .requirements .table table th {
	width: 190px;
	color: #008bff;
	font-size: 24px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #808080;
	padding: 20px 0;
	padding-left: 10px;
	box-sizing: border-box;
}

#page .requirements .table table td {
	width: 960px;
	color: #808080;
	font-size: 23px;
	line-height: 1.8em;
	border-bottom: 1px dotted #808080;
	padding: 20px 0;
}

#page .requirements .table table td a {
	color: #f6921e;
	text-decoration: underline;
}


@media screen and (max-width: 767px) {
	#page .requirements {
		margin-top: 20vw;
	}

	#page .requirements .tab_wrap {
		width: 86%;
		margin: 0 auto;
		margin-top: 10vw;
	}

	#page .requirements .table table,
	#page .requirements .table table tr,
	#page .requirements .table table th,
	#page .requirements .table table td {
		display: block;
	}

	#page .requirements .table table th {
		width: 100%;
		font-size: 5vw;
		padding: 5vw 2vw;
		padding-bottom: 2vw;
		border-bottom: none;
	}

	#page .requirements .table table td {
		width: 100%;
		font-size: 4.6vw;
		padding: 5vw 2vw;
		padding-top: 2vw;
	}
}





#page .requirements .btn {
	width: 580px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#page .requirements .btn a {
	display: block;
	color: #008bff;
	font-size: 28px;
	font-weight: bold;
	background-color: #fcef95;
	border: 3px solid #bcc07e;
	border-radius: 40px;
	padding: 15px 0;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	#page .requirements .btn {
		width: 90%;
	}

	#page .requirements .btn a {
		font-size: 4.2vw;
		margin-top: 20vw;
	}
}