@charset "utf-8";

/* 採用情報
======================================== */

/* 採用トップ
------------------------------------------------- */

/* 採用トップ共通 */
.recruit .wrap {
	margin-top: 130px;
}
.recruit .txt_box p {
	letter-spacing: 0.02em;
	margin-bottom: 1.5em;
}
@media screen and (max-width:768px) {
	.recruit .wrap {
		margin-top: 80px;
	}
	.recruit .txt_box p {
		margin-bottom: 1.2em;
	}
}

/* 社員紹介・仕事紹介 */
.recruit .itv_work {
	justify-content: space-between;
	align-items: center;
}
.recruit .work .itv_work {
	flex-direction: row-reverse;
}
.recruit .itv_work .txt_box {
	width: 38%;
}
.recruit .itv_work .pic_box {
	width: 55%;
}
.recruit .itv_work .pic_box img {
	border-radius: 5px;
}
.recruit .itv_work .txt {
	font-size: 3rem;
	line-height: 1.6;
}
.recruit .itv_work .btn a {
	width: 280px;
}
@media screen and (max-width:768px) {
	.recruit .itv_work .txt_box {
		width: 100%;
		margin-top: -10px;
	}
	.recruit .itv_work .pic_box {
		width: 100%;
		margin-top: 35px;
	}
	.recruit .itv_work .txt {
		font-size: 2rem;
	}
	.recruit .interview .wrap,
	.recruit .work .wrap {
		margin-top: 60px;
	}
	.recruit .itv_work .btn a {
		width: 160px;
	}
}

/* 求める人物像 */
.recruit .wanted {
	background: #f5f5f5;
	padding: 1px 0 100px;
	margin-top: 140px;
}
.recruit .wanted .pic {
	display: flex;
	border-radius: 5px;
	margin: 50px 0 60px;
	overflow: hidden;
}
.recruit .wanted .pic img {
	width: 50%;
}
@media screen and (max-width:768px) {
	.recruit .wanted {
		padding: 1px 0 60px;
		margin-top: 80px;
	}
	.recruit .wanted .pic {
		margin: 30px 0 40px;
	}
	.recruit .wanted .pic img {
		width: 50%;
	}
}

/* 採用関連情報 */
.recruit .related {
	margin-bottom: 140px;
}
.recruit .related ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.recruit .related ul li {
	width: 31%;
	height: 260px;
	border-radius: 5px;
	overflow: hidden;
}
.recruit .related ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: 3rem;
	line-height: 1.6;
	color: #fff;
	background-color: rgba(88,88,88,0.6);
	transition: all 0.3s;
}
.recruit .related ul li a:hover {
	background-color: rgba(0,109,243,0.8);
}
.recruit .related ul li a span {
	display: block;
	font-size: 1.8rem;
	font-family: "Outfit", sans-serif;
	letter-spacing: 0.05em;
}
.recruit .related ul li:nth-child(1) {
	background: url("https://tousuiun.sakura.ne.jp//wp/wp-content/uploads/recruit_pic05b.jpg") center center;
	background-size: cover;
}
.recruit .related ul li:nth-child(2) {
	background: url("https://tousuiun.sakura.ne.jp//wp/wp-content/uploads/recruit_pic06b.jpg") center center;
	background-size: cover;
}
.recruit .related ul li:nth-child(3) {
	background: url("https://tousuiun.sakura.ne.jp//wp/wp-content/uploads/recruit_pic07b.jpg") center center;
	background-size: cover;
}
.recruit .related .entry {
	background: url("../images/recruit_pic08.jpg") center center;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
}
.recruit .related .entry a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 360px;
	color: #fff;
	background-color: rgba(1,71,157,0.85);
	padding: 0 260px 0 100px;
	transition: all 0.3s;
}
.recruit .related .entry a::before {
	position: absolute;
	content: "";
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 100px;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	margin: auto;
}
.recruit .related .entry a::after {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 140px;
	width: 20px;
	height: 14px;
	background: url("../images/arrow_blue.svg") no-repeat;
	background-size: contain;
	margin: auto;
}
.recruit .related .entry a:hover {
	background-color: rgba(0,109,243,0.8);
}
.recruit .related .entry .ttl {
	width: 360px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
}
.recruit .related .entry .ttl span {
	display: block;
	font-size: 9rem;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}
.recruit .related .entry .txt {
	width: calc(100% - 360px);
	font-size: 2.2rem;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	.recruit .related {
		margin-bottom: 80px;
	}
	.recruit .related ul {
		display: block;
		margin-bottom: 60px;
	}
	.recruit .related ul li {
		width: 100%;
		max-width: 400px;
		height: 160px;
		margin: 0 auto 20px;
	}
	.recruit .related ul li a {
		font-size: 2.2rem;
	}
	.recruit .related ul li a span {
		font-size: 1.3rem;
	}
	.recruit .related .entry a {
		display: block;
		height: auto;
		padding: 40px 85px 40px 25px;
	}
	.recruit .related .entry a::before {
		right: 20px;
		width: 50px;
		height: 50px;
	}
	.recruit .related .entry a::after {
		right: 38px;
		width: 15px;
		height: 10px;
	}
	.recruit .related .entry .ttl {
		width: 100%;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.recruit .related .entry .ttl span {
		font-size: 4rem;
	}
	.recruit .related .entry .txt {
		width: 100%;
		font-size: 1.4rem;
	}
}

/* 社員紹介
------------------------------------------------- */
/* ビジュアル */
.interview .visual .ttl {
	margin: -40px 0 90px 6%;
}
.interview .visual .ttl span {
	display: inline-block;
	background: #333;
	font-size: 5rem;
	line-height: 1.6;
	color: #fff;
	padding: 0 20px;
	margin-bottom: 10px;
}
@media screen and (max-width:768px) {
	.interview .visual .ttl {
		margin: -15px 0 40px 5%;
	}
	.interview .visual .ttl span {
		font-size: 2.2rem;
		padding: 0 5px;
		margin-bottom: 5px;
	}
}

/* プロフィール */
.interview .profile .col {
	justify-content: space-around;
	background: #e7f2ff;
	border-radius: 5px;
	padding: 50px 80px 40px;
	margin-bottom: 110px;
}
.interview .profile .col img {
	width: 180px;
	border-radius: 50%;
}
.interview .profile dl {
	width: 30%;
	text-align: center;
}
.interview .profile dd {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 15px;
}
.interview .profile dd span {
	display: block;
	font-size: 2.4rem;
}
@media screen and (max-width:768px) {
	.interview .profile .col {
		padding: 10px 20px;
		margin-bottom: 60px;
	}
	.interview .profile .col img {
		width: 80px;
	}
	.interview .profile dl {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 20px 0;
	}
	.interview .profile dt {
		width: 80px;
	}
	.interview .profile dd {
		width: calc(100% - 95px);
		font-size: 1.2rem;
		text-align: left;
		margin-top: 0;
	}
	.interview .profile dd span {
		font-size: 1.8rem;
		margin-bottom: 2px;
	}
}

/* 本文 */
.interview .talk {
	counter-increment: section;
}
.interview .talk h2 {
	position: relative;
	font-size: 3.6rem;
	line-height: 1.4;
}
.interview .talk h2::before {
	position: absolute;
	content: counter(section, decimal-leading-zero);
	display: block;
	top: -50px;
	left: -40px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	font-size: 10rem;
	line-height: 1;
	color: #e7f2ff;
	z-index: -1;
}
.interview .talk .pic_box {
	margin: 100px auto 160px;
}
.interview .talk .pic_box img {
	border-radius: 5px;
}
.interview .talk dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.interview .talk dt {
	width: 80px;
	font-size: 1.4rem;
	text-align: center;
}
.interview .talk dt img {
	display: block;
	border-radius: 50%;
}
.interview .talk dd {
	width: calc(100% - 120px);
	padding-top: 20px;
}
@media screen and (max-width:768px) {
	.interview .talk h2 {
		font-size: 2rem;
	}
	.interview .talk h2::before {
		top: -30px;
		left: -20px;
		font-size: 5.6rem;
	}
	.interview .talk .pic_box {
		margin: 40px auto 70px;
	}
	.interview .talk dl {
		margin-bottom: 20px;
	}
	.interview .talk dt {
		width: 50px;
		font-size: 1.3rem;
	}
	.interview .talk dd {
		width: calc(100% - 65px);
		padding-top: 10px;
	}
}

/* 仕事紹介
------------------------------------------------- */
.work .intro p {
	margin-bottom: 1.5em;
}
.work .work_wrap {
	margin: 130px 0 140px;
}
.work .col {
	justify-content: space-between;
	margin-top: 50px;
}
.work .pic_box {
	width: 40%;
}
.work .pic_box img {
	border-radius: 5px;
}
.work .txt_box {
	width: 54%;
}
.work .txt_box p {
	margin: 20px 0 50px;
}
@media screen and (max-width:768px) {
	.work .work_wrap {
		margin: 60px 0 80px;
	}
	.work .col {
		margin-top: 20px;
	}
	.work .pic_box {
		width: 70%;
		margin: 0 auto 30px;
	}
	.work .txt_box {
		width: 100%;
	}
	.work .txt_box p {
		margin: 15px 0 30px;
	}
}

/* 教育制度
------------------------------------------------- */
.educationalsystem .education_wrap {
	margin: 130px 0 140px;
}
@media screen and (max-width:768px) {
	.educationalsystem .education_wrap {
		margin: 60px 0 80px;
	}
}

/* よくあるご質問
------------------------------------------------- */
.faq .faq_wrap {
	margin: 130px 0 140px;
}
.faq .faq_wrap dl {
	margin-bottom: 30px;
}
.faq .faq_wrap dt,
.faq .faq_wrap dd {
	display: flex;
	padding: 10px 20px;
}
.faq .faq_wrap dt {
	background: #f5f5f5;
	color: #01479d;
	border-radius: 5px;
	font-size: 2rem;
	line-height: 1.5;
}
.faq .faq_wrap span {
	display: inline-block;
}
.faq .faq_wrap span:first-child {
	width: 50px;
	font-size: 3rem;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.faq .faq_wrap span:last-child {
	width: calc(100% - 50px);
}
.faq .faq_wrap dt span:last-child {
	padding: 6px 0;
}
.faq .faq_wrap dd span:last-child {
	padding-top: 5px;
}
@media screen and (max-width:768px) {
	.faq .faq_wrap {
		margin: 60px 0;
	}
	.faq .faq_wrap dl {
		margin-bottom: 20px;
	}
	.faq .faq_wrap dt,
	.faq .faq_wrap dd {
		padding: 10px 15px;
	}
	.faq .faq_wrap dt {
		font-size: 1.6rem;
	}
	.faq .faq_wrap span:first-child {
		width: 40px;
		font-size: 2.4rem;
	}
	.faq .faq_wrap span:last-child {
		width: calc(100% - 40px);
	}
	.faq .faq_wrap dt span:last-child {
		padding: 3px 0;
	}
	.faq .faq_wrap dd span:last-child {
		padding-top: 5px;
	}
}

/* 募集要項
------------------------------------------------- */
.bosyu .requirements_wrap {
	margin: 130px 0 140px;
}
.bosyu .list {
	margin-bottom: 50px;
}
.bosyu .btn {
	text-align: center;
	margin-bottom: 120px;
}
@media screen and (max-width:768px) {
	.bosyu .requirements_wrap {
		margin: 60px 0 100px;
	}
	.bosyu .visual h1 span:last-child {
		font-size: clamp(4.2rem, 10vw, 5.6rem);
	}
	.bosyu .list {
		margin-bottom: 35px;
	}
	.bosyu .btn {
		margin-bottom: 70px;
	}
}



