@charset "utf-8";

/* 募集要項
============================ */

.guideline h2::before {
	content: "GUIDELINE";
	left: -0.6em !important;
	}
	@media screen and (min-width:1025px) {
	.guideline h2::before {
		left: -0.45em !important;
	}
}

.guideline {
	overflow: hidden;
}
.indent {
	padding-left:0;
	text-indent:0;
}
	@media screen and (min-width:1025px) {
.indent {
	padding-left:8.5rem;
	text-indent:-8.5rem;
}
}
/* 求める人物像
------------------------------------------------- */
#contentsArea .talent h3 {
	margin-bottom: 0;
}
.talent h4 {
	color: #1071b9;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 4.2rem !important;
	position: relative;
	z-index: 10;
	text-align: left;
	line-height: 1.1;
	display: inline-block;
	margin: 30px auto 0;
	font-style: italic;
	}
	@media screen and (min-width:1025px) {
	.talent h4 {
		font-size: 9rem !important;
		padding: 0;
		line-height: 2;
		margin: 0;
	}
}
.talent h4.ttl {
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}
.talent h4 span {
	display: block;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	margin-left: 20px;
	}
	@media screen and (min-width:1025px) {
	.talent h4 span {
		display: inline;
		margin-left: 0;
	}
}
.talent .flex {
	display: flex;
	margin-top: -35px;
	max-width: 100%;
	}
	@media screen and (min-width:1025px) {
	.talent .flex {
		margin-top: -90px;
	}
}
.talent .pic01 {
	flex-basis: 45%;
}
.talent .txt {
	flex-basis: 55%;
	padding: 30px 8% 0;
	text-align: left;
	line-height: 2;
	font-size: 1.5rem;
	}
	@media screen and (min-width:1025px) {
	.talent .txt {
		flex-basis: 55%;
		padding: 80px 0 0 100px;
		text-align: left;
		line-height: 2;
		font-size: 1.8rem;
	}
}
.talent .txt p {
	margin-bottom: 1em;
}

/* 選考応募
------------------------------------------------- */
.entryArea {
	background: url("../guideline/images/bg01.jpg") center bottom no-repeat;
	background-size: cover;
	padding: 50px 0 70px;
	margin-top: 50px;
	position: relative;
}
.entryArea .wrap {
	width: 84%;
/*	max-width: 1200px;*/
}
.entryArea h3 {
	color:#fff;
	margin:0 0 40px;
}
.entryArea dl {
	display: flex;
	flex-direction: column;
	margin:0;
}
.entryArea dl dt {
	text-align:center;
	color:#fff;
	border-top:1px solid rgba(255,255,255,0.3);
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding:0.5rem 0;
	font-size:1.8rem;
}
.entryArea dl dt span {
	font-size:1.2rem;
	display:block;
}
.entryArea ul {
	display: flex;
	flex-direction: column;
	width: 68%;
	margin: 0 auto;
}
.entryArea ul li {
	flex-basis: 100%;
	margin-top: 15px;
}
.entryArea ul li:last-child {
	margin-bottom: 15px;
}
.entryArea ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 80px;
	width: 100%;
	position: relative;
}
.entryArea ul li a img {
	width: 165px;
}
.entryArea ul li a .btn {
	position: absolute;
	bottom: -23px;
	width: 205px;
	}
.entryArea ul li a .btn span {
	margin-right: 8px;
}
.entryArea ul li a.mypage {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	color:#1071b9 !important;
	text-decoration:none !important;
}
	@media screen and (min-width:1025px) {
	.entryArea {
		padding: 100px 0 250px;
		margin-top: 120px;
	}
	.entryArea::before {
		display: block;
		content: "";
		position: absolute;
		bottom:0;
		left: 0;
		width: 90%;
		height: 120px;
		background: #fff;
	}
.entryArea dl {
		width: 84%;
		flex-direction: row;
/*		max-width:1050px;*/
		margin:0 auto;
}
.entryArea dl:first-of-type {
	border-top:1px solid rgba(255,255,255,0.3);
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.entryArea dl:last-of-type {
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.entryArea dl dt {
	flex-basis: 20%;
	border-top:none;
	border-bottom:none;
	font-size:2rem;
	padding: 22px 0 0;
	text-align: left;
}
.entryArea dl dt span {
	font-size:1.6rem;
}
.entryArea dl dd {
	flex-basis: 80%;
}
	.entryArea dl dd ul {
		display: flex;
		flex-direction: row;
		width:100%;
/*		width: 75%;
		max-width: 940px;
		margin: 0 auto;*/
	}

	.entryArea ul li {
		flex-basis: 260px;
		margin-top: 30px;
		margin-right:20px;
	}
	.entryArea ul li:last-child {
		margin-right:0;
		margin-bottom: 30px;
	}

	.entryArea ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		height: 90px;
		width: 100%;
		position: relative;
	}
	.entryArea ul li a.mypage {
		font-size: 2.4rem;
	}
	.entryArea ul li a img {
		max-width: 250px;
	}
	.entryArea ul li a .btn {
		position: absolute;
		bottom: -30px;
		width: 280px;
	}
}

/* 募集要項
------------------------------------------------- */
.requirements table {
	border: 4px solid #1e7bc0;
	margin: 0 auto;
}
.requirements table tr {
	border-bottom: 1px solid #ddd;
}
.requirements table th,
.requirements table td {
	padding: 1.4em 2em;
	display: block;
	width: 100%;
}
.requirements table th {
	color: #1e7bc0;
	padding-bottom: 0;
}
.requirements table td {
	padding-top: 0.6em;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .requirements h3 {
		margin-top: -30px;
	}
	.requirements table {
		border: 5px solid #1e7bc0;
	}
	.requirements table th,
	.requirements table td {
		display: table-cell;
		padding: 1.4em 2em;
	}
	.requirements table th {
		width: 20%;
	}
}

/* 選考方法
------------------------------------------------- */
.flow ol {
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.flow ol::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	width: calc(100% - 16px);
	height: 18px;
	background: #1e7bc0;
	z-index: -5;
}
.flow ol::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -28px;
	margin: auto 0;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left: 20px solid #1e7bc0;
	z-index: -5;
}
.flow ol li {
	flex-basis: 28%;
	height: 0;
	padding-bottom: 28%;
	position: relative;
	text-align: center;
	margin-right: 4%;
}
.flow ol li::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 15px #e5f3fd inset;
	z-index: -1;
}
.flow ol li span {
	display: block;
	font-size: 1.4rem;
	margin-top: 6px;
	position: relative;
}
.flow ol li::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60%;
	height: 0;
	padding-top: 60%;
	z-index: 10;
}
.flow ol li:nth-child(1)::after {
	background: url("../guideline/images/flow01.png") center center no-repeat;
	background-size: 50%;
}
.flow ol li:nth-child(2)::after {
	background: url("../guideline/images/flow02.png") center center no-repeat;
	background-size: 58%;
}
.flow ol li:nth-child(3)::after {
	background: url("../guideline/images/flow03.png") center center no-repeat;
	background-size: 80%;
}
.flow .atten {
	display: inline-block;
	float: right;
	overflow: hidden;
	margin-bottom: 20px;
}
.flow h4 {
	clear: both;
	}
	@media screen and (min-width:1025px) {
	.flow ol {
		width: 98%;
		margin-bottom: 30px;
	}
	.flow ol::before {
		width: calc(100% - 70px);
		height: 32px;
	}
	.flow ol::after {
		border: 35px solid transparent;
		border-left: 60px solid #1e7bc0;
	}
	.flow ol li {
		flex-basis: 25%;
		padding-bottom: 25%;
		margin-right: 6%;
	}
	.flow ol li::before {
		box-shadow: 0px 0px 0px 55px #e5f3fd inset;
	}
	.flow ol li span {
		font-size: 2.4rem;
		margin-top: 75px;
	}
	.flow ol li::after {
		bottom: 12%;
	}
	.flow ol li:nth-child(1)::after {
		background: url("../guideline/images/flow01.png") center center no-repeat;
		background-size: 78px 86px;
	}
	.flow ol li:nth-child(2)::after {
		background: url("../guideline/images/flow02.png") center center no-repeat;
		background-size: 98px 86px;
	}
	.flow ol li:nth-child(3)::after {
		background: url("../guideline/images/flow03.png") center center no-repeat;
		background-size: 113px 86px;
	}
	.flow h4 {
		clear: both;
	}
}

/* 募集コース
------------------------------------------------- */
.guideline .coursewrap {
	display: block;
	border: 4px solid #1e7bc0;
}
.guideline .coursewrap .box {
	width: 100%;
	text-align: left;
	padding: 3rem 2rem;
}
.guideline .coursewrap .box:first-child {
	border-bottom: solid 1px #ccc;
}
.guideline .coursewrap h4 {
	position: relative;
	text-align: center;
	margin-bottom: 3rem;
}
.guideline .coursewrap h4::before {
	position: absolute;
	display: block;
	content: "";
	bottom: -16px;
	right: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #1e7bc0;
	margin: auto;
}
@media screen and (min-width:1025px) {
	.guideline .coursewrap {
		display: flex;
		justify-content: space-between;
		border: 5px solid #1e7bc0;
	}
	.guideline .coursewrap .box {
		width: 50%;
		text-align: center;
		padding: 5rem 3rem;
	}
	.guideline .coursewrap .box:first-child {
		border-right: solid 1px #ccc;
		border-bottom: none;
	}
	.guideline .coursewrap h4 {
		margin-bottom: 4rem;
	}
	.guideline .coursewrap h4::before {
		bottom: -22px;
	}
}

/* 職種紹介
------------------------------------------------- */
.guideline .workwrap {
	display:flex;
	flex-direction: column;
}
.guideline .workwrap h4 {
	font-size:1.8rem;
	color:#fff;
	text-align:center;
}
.guideline .workwrap p {
	font-size:1.4rem;
	color:#fff;
	text-align:center;
	margin:0 0 1.2rem;
}
.guideline .workwrap h4 span {
	font-size:1.6rem;
	color:#333333;
	display:block;
	background:#d2e5f2;
	border-radius: 20px;
	padding: 8px 20px;
	width:60%;
	max-width:275px;
	text-align:center;
	margin: 0 auto;
}
.guideline .workwrap .joblist {
	margin:0;
}
.guideline .workwrap .joblist li {
	background:#fff;
	margin:0 0 1px;
	position: relative;
}
.guideline .workwrap .joblist li::before {
	content:"";
	display:block;
	width:35px;
	height:19px;
	background:#d2e5f2;
	border-radius: 8.5px;
	position: absolute;
	right:17px;
	top:50%;
	transform: translate(0, -50%);
}
.guideline .workwrap .joblist li a {
	display:block;
	color:#333;
	text-decoration:none !important;
	padding:5px 60px 5px 5px;
}
.guideline .workwrap .joblist li a::before,
.guideline .workwrap .joblist li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 28px;
	transition: all .3s;
}
.guideline .workwrap .joblist li a::before {
	width: 6px;
	height: 6px;
	border-top: 2px solid #1e7bc0;
	border-right: 2px solid #1e7bc0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.guideline .workwrap .joblist li a::after {
	width: 14px;
	height: 2px;
	background: #1e7bc0;
}
.guideline .workwrap .workOne {
	background:#1e7bc0;
	padding:7%;
	margin:0 0 4rem;
}
.guideline .workwrap .workTwo {
	background:#f8a30e;
	padding:7%;
}
.guideline .workwrap .workTwo .joblist li::before {
	background:#fef1db;
}
.guideline .workwrap .workTwo .joblist li a::before {
	border-top: 2px solid #f8a30e;
	border-right: 2px solid #f8a30e;

}
.guideline .workwrap .workTwo .joblist li a::after {
	background:#f8a30e;
}
.guideline .workwrap .workTwo h4 span {
	background:#fef1db;
}
@media screen and (min-width:1025px) {
	.guideline .workwrap {
		display:flex;
		flex-direction: row;
	}
	.guideline .workwrap p {
		font-size:1.6rem;
		text-align:center;
		margin:0 0 1.6rem;
	}
	.guideline .workwrap .joblist li{
		margin: 0 0 2px;
	}
	.guideline .workwrap .joblist li a {
		font-size:1.6rem;
		padding: 8px 60px 8px 25px;
	}
	.guideline .workwrap h4 {
		font-size:3.2rem;
	}
	.guideline .workwrap h4 span {
		font-size:2rem;
	}
	.guideline .workwrap .workOne,
	.guideline .workwrap .workTwo {
		margin:0 4rem 0 0;
		padding:3.6%;
		flex-basis:50%;
	}
	.guideline .workwrap .workTwo {
		margin:0 0 0 4rem;
	}
}
/* for appear
============================ */
.guideline .entryArea p.btn {
	opacity: 0;
	right: 70px;
}
.guideline .entryArea p.btn.is-active {
	opacity: 1;
	right: 10%;
}