@charset "utf-8";

/* キャリア登録
============================ */
#contentsArea .visualArea {
	background: url("../alumni/images/visual.jpg") center center;
	background-size: cover;
}
.alumni .intro {
	text-align: center!important;
}
.alumni .intro h2 {
	display: inline-block;
	font-family: 'Shippori Mincho', serif;
	font-size: 2.6rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.4;
	border-bottom: solid 1px #333;
	margin: 40px 0 30px;
	padding-bottom: 10px; 
	}
	@media screen and (min-width:1025px) {
	.alumni .intro h2 {
		font-size: 3.6rem;
		margin: 110px 0 48px;
	}
}
.alumni .intro .txt {
	text-align: left;
}
.alumni h3 {
	width: 86%;
	max-width: 1440px;
	font-family: 'Shippori Mincho', serif;
	font-size: 2rem;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.01em;
	line-height: 1.5;
	border-bottom: solid 1px #b1b1b1;
	margin: 40px auto 26px;
	padding-bottom: 16px;
	}
	@media screen and (min-width:1025px) {
	.alumni h3 {
		font-size: 2.8rem;
		margin: 0 auto 45px;
		padding-bottom: 30px;
		margin-top: 60px;
	}
}
.alumni h3:first-child {
	margin-top: 0;
}
.alumni h3 span {
	display: block;
	font-size: 1.6rem;
	}
	@media screen and (min-width:1025px) {
	.alumni h3 span {
		display: inline-block;
		font-size: 1.8rem;
	}
}
.alumni .txt {
	letter-spacing: 0.05em;
}
.alumni .txt + .txt {
	margin-top: 20px;
}
.alumni .txt + h3 {
	margin-top: 60px;
}
.alumni .disc {
	list-style: disc;
	margin-bottom: 30px;
	}
	@media screen and (min-width:1025px) {
	.alumni .disc {
		margin-bottom: 60px;
	}
}
.alumni .disc li {
	margin: 0 0 0.5em 1.5em;
}
.alumni .bg_gray {
	background: #f3f3f3;
	padding: 50px 0 20px;
	margin: 50px 0 0;
	}
	@media screen and (min-width:1025px) {
	.alumni .bg_gray {
		padding: 100px 0 50px;
		margin: 100px 0;
	}
}
.alumni .txt_lnk {
	color: #333;
	text-decoration: underline!important;
}
.alumni .txt_lnk:hover {
	text-decoration: none!important;
}

/* ボタン */
.alumni .btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 460px;
	color: #333;
	border: solid 1px #7d7d7d;
	text-align: center;
	padding: 12px;
	margin-top: 15px;
	transition: all 0.3s;
	}
	@media screen and (min-width:1025px) {
	.alumni .btn a {
		padding: 20px;
		margin-top: 25px;
	}
}
.alumni .btn a::before,
.alumni .btn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: all 0.3s;
}
.alumni .btn a::before{
	right: 26px;
	width: 10px;
	height: 1px;
	background: #957514;
}
.alumni .btn a::after {
	right: 26px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #957514;
	border-right: 1px solid #957514;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.alumni .btn a:hover {
	color: #fff;
	border: solid 1px #957514;
	background: #957514;
}
.alumni .btn a:hover::before{
	right: 16px;
	background: #fff;
}
.alumni .btn a:hover::after {
	right: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* よくある質問 */
.alumni .faq {
	width: 100%;
	letter-spacing: 0.01em;
	margin: 0 0 80px;
	padding-top: 10px;
	}
	@media screen and (min-width:1025px) {
	.alumni .faq {
		margin: 0 0 150px;
	}
}
.alumni .faq dt,
.alumni .faq dd {
	position: relative;
	padding-left: 2em;
	padding: 14px 14px 14px 48px;
	}
	@media screen and (min-width:768px) {
	.alumni .faq dt,
	.alumni .faq dd {
		padding: 20px 30px 20px 70px;
	}
}
.alumni .faq dt {
	background: #f9f6ec;
	color: #957514;
	border-bottom: solid 1px #d9cfb4;
}
.alumni .faq dd {
	margin-bottom: 15px;
	}
	@media screen and (min-width:768px) {
	.alumni .faq dd {
		margin-bottom: 30px;
	}
}
.alumni .faq dt::before,
.alumni .faq dd::before {
	position: absolute;
	top: 5px;
	left: 14px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	}
	@media screen and (min-width:1025px) {
	.alumni .faq dt::before,
	.alumni .faq dd::before {
		font-size: 2.6rem;
		top: 10px;
		left: 20px;
	}
}
.alumni .faq dt::before {
	content: 'Q.';
	color: #957514;
}
.alumni .faq dd::before {
	content: 'A.';
	left: 15px;
	}
	@media screen and (min-width:1025px) {
	.alumni .faq dd::before {
		left: 21px;
	}
}




