@charset "utf-8";

/* ------------ イントロ ------------ */
#intro .route {
	margin-top: 55px;
}

#intro .route img {
	margin: 0 auto;
}


/* ------------ section01 ------------ */
#section01 {
	margin-top: 45px;
}


/* ------------ section02 ------------ */
#section02 {
	margin-top: 70px;
}

#section02 .box-bg {
	background: #d4eae8;
	padding-bottom: 24px;
}

#section02 .ttl {
	background: #fff;
	border: 1px solid #008377;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.98px;
	height: 90px;
	line-height: 90px;
	width: 100%;
	max-width: 655px;
	margin: 0 auto;
	position: relative;
	top: -32px;
}

/* アコーディオン */
.open-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.68px;
	line-height: 42px;
	margin: -15px auto 0;
	transition: 0.5s;
}
.open-btn:hover {
	opacity: 0.7;
}

.open-btn:before,
.open-btn:after {
	content: "";
	display: block;
	width: 20px;
	height: 14px;
	transition: all .15s linear;
}

.open-btn.open:before,
.open-btn.open:after {
	transform: rotate(180deg);
}

.open-btn:before {
	background: url(../images/arw04.png) no-repeat left center;
	margin-right: 20px;
}

.open-btn:after {
	background: url(../images/arw04.png) no-repeat right center;
	margin-left: 15px;
}

.text-area {
	display: none;
	font-size: 1.8rem;
	line-height: 36px;
	padding: 0 30px;
}

.detail-box .notes {
	color: #000;
}

.detail-box .notes a {
	color: #008377;
	text-decoration: underline;
}

.detail-box .notes a:hover {
	text-decoration: none;
}


/* ------------ section03 ------------ */
#section03 {
	margin-top: 65px;
}

.recruit-link {
	display: table;
	border: 8px solid #d4eae8;
	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
	height: 120px;
	margin: 0 auto;
}

.recruit-link a {
	display: table-cell;
	text-align: center;
	font-size: 2rem;
	width: 100%;
	height: 100%;
	line-height: 40px;
	vertical-align: middle;
}

.recruit-link a span {
	font-size: 2.7rem;
}

#section03 .notes {
	margin-top: 34px;
	padding: 0 58px;
}

#section03 .notes h3 {
	border-bottom: 1px solid #008377;
	font-size: 2.1rem;
	text-align: center;
	width: 288px;
	margin: 0 auto;
	padding-bottom: 6px;
}

#section03 .notes .txt {
	font-family: "FolkPro Medium-90ms-RKSJ-H", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	font-size: 1.7rem;
	margin-top: 22px;
}

#section03 .notes .notes-list {
	color: #000;
	font-size: 1.6rem;
	line-height: 28px;
	margin: 18px 0 0 10px;
}

#section03 .notes .notes-list li:before {
	content: "・";
	margin-left: -15px;
}

/* ------------ キャリアストーリー ------------ */
.bnr-story {
width: 100%;
max-width: 800px;
margin: 0 auto;
}


/* ------------ リンクボタン ------------ */
.link-box {
	margin: 94px 0 135px;
}

.link-box .link-btn {
	width: 389px;
}


/* ------------ レスポンシブ ------------ */
@media screen and (max-width: 768px) {
	/* ------------ イントロ ------------ */
	#intro .route {
		margin-top: 18.5px;
		padding: 0 6px;
	}


	/* ------------ section01 ------------ */
	#section01 {
		margin-top: 17.5px;
	}


	/* ------------ section02 ------------ */
	#section02 {
		margin-top: 28px;
	}

	#section02 .box-bg {
		background: #d4eae8;
		padding-bottom: 8px;
	}

	#section02 .ttl {
		font-size: 1rem;
		line-height: 21px;
		letter-spacing: 1px;
		max-width: 308px;
		height: 46px;
		line-height: 46px;
		top: -16.5px;
	}

	/* アコーディオン */
	.open-btn {
		font-size: 1.4rem;
		line-height: 21px;
		margin: -8px auto 0;
	}

	.open-btn:before,
	.open-btn:after {
		background-size: contain;
		width: 10px;
		height: 7px;
	}

	.open-btn:before {
		margin-right: 10px;
	}

	.open-btn:after {
		margin-left: 10px;
	}

	.text-area {
		font-size: 1.35rem;
		line-height: 24px;
		padding: 5px 15px;
	}


	/* ------------ section03 ------------ */
	#section03 {
		margin-top: 16.5px;
	}

	.recruit-link {
		border: 4px solid #d4eae8;
		max-width: 210px;
		height: 60px;
	}

	.recruit-link a {
		font-size: 1rem;
		line-height: 20px;
	}

	.recruit-link a span {
		font-size: 1.35rem;
	}

	#section03 .notes {
		margin-top: 20px;
		padding: 0 15px;
	}

	#section03 .notes h3 {
		font-size: 1.6rem;
		width: 214px;
		padding-bottom: 11.5px;
	}

	#section03 .notes .txt {
		font-size: 1.35rem;
		line-height: 24px;
		margin-top: 16.5px;
	}

	#section03 .notes .notes-list {
		font-size: 1.2rem;
		line-height: 20px;
		margin: 9px 0 0 7px;
	}

	#section03 .notes .notes-list li:before {
		margin-left: -10px;
	}


	/* ------------ リンクボタン ------------ */
	.link-box {
		margin: 40px 0 138px;
	}

	.link-box .link-btn {
		width: 281px;
	}
}

