body {
	background: none;
	color: #5d5249;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* ヘッダー */
header.clone-nav {
	background-color: #fff;
	box-shadow: 0 3px 8px 0 #eeee;
}

header {
	height: 105px;
	z-index: 10;
}

header a {
	cursor: pointer;
}

.header_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 30px 0;
}

.header_icon_flex {
	display: flex;
	align-items: center;
	min-width: 350px;
}

.header_link_flex {
	display: flex;
	align-items: center;
}

.header_icon1 {
	width: 65px;
	height: auto;
	margin-right: 20px;
}

.header_icon2 {
	width: 75px;
	height: auto;
	margin-right: 20px;
}

.header_icon3 {
	width: 75px;
	height: auto;
	margin-right: 30px;
}

.header_icon_alumni {
	color: #333;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	background-color: #fde7e2;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	white-space: nowrap;
}

.header_link {
	font-size: 14px;
	position: relative;
	padding-left: 45px;
	letter-spacing: 0;
	cursor: pointer;
	white-space: nowrap;
	transition-duration: 0.3s;
}

.header_link::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #ffb9a9;
	top: 7px;
	left: 25px;
}

.header_link.no_hover {
	cursor: default;
}

.header_link:not(.no_hover):hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}

.header_link a {
	color: #5d5249;
	text-decoration: none;
}

.header_link a:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}

.header_link_button {
	color: #fff;
	font-size: 13px;
	line-height: 37px;
	background-color: #7d7065;
	padding-left: 23px;
	padding-right: 33px;
	position: relative;
	text-align: center;
	margin-left: 25px;
	cursor: pointer;
	letter-spacing: 1px;
	white-space: nowrap;
	transition-duration: 0.3s;
}

.header_link_button::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #ffb9a9;
	top: 17px;
	right: 10px;
}

.header_link_button:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}

.headr_new_icon {
	position: relative;
	margin-right: 55px;
}

.headr_new_icon::after {
	content: '-NEW-';
	display: inline-block;
	color: #f63257;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: -50px;
	-webkit-animation: blink 1.0s ease-in-out infinite alternate;
	-moz-animation: blink 1.0s ease-in-out infinite alternate;
	animation: blink 1.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 1499px) {
	.header_icon_flex {
		justify-content: space-between;
	}

	.header_icon1,
	.header_icon2,
	.header_icon3 {
		margin-right: 10px;
	}

	.header_link_button {
		margin-left: 10px;
	}

	.header_link {
		padding-left: 25px;
	}

	.header_link::before {
		left: 10px;
	}
}

@media only screen and (max-width: 1349px) {
	.header_link_button {
		font-size: 12px;
		padding-left: 13px;
		padding-right: 23px;
	}

	.header_link {
		font-size: 12px;
	}

	.header_icon_alumni {
		font-size: 12px;
	}

}

/* ヘッダー */
/* mv */
.alumni_mv {
	margin-top: 40px;
	background-image: url(../img/mv_bg.png);
	background-repeat: no-repeat;
	background-size: 2000px auto;
	background-position: center;
	margin-bottom: 65px;
}

.alumni_mv img {
	width: auto;
}

section {
	margin-bottom: 0;
}

/* mv */

.w-750 {
	width: 750px;
}

.w-740 {
	width: 740px;
}

.w-1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.contents_flex {
	display: flex;
	justify-content: space-between;
}

.alumni_contents {
	padding-top: 85px;
}

.alumni_contents p {
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 0;
	line-height: 1.9;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
}

.alumni_contents p a {
	color: #dc772a;
	text-decoration: underline;
	transition-duration: 0.3s;
}

.alumni_contents p a:hover {
	text-decoration: none;
	transition-duration: 0.3s;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ded1ce;
	width: 99%;
	line-height: 45px;
	text-align: left;
	padding-left: 10px;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
}

.recruit_box_header {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.recruit_box {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	line-height: 57px;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid #ded1ce;
	position: relative;
	cursor: pointer;
	transition-duration: 0.3s;
}

.recruit_box::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #ffb9a9;
	top: 25px;
	right: 20px;
}

.recruit_box:hover {
	background-color: #fff4f1;
	transition-duration: 0.3s;
}

.recruit_button {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	line-height: 58px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	color: #fff;
	background-color: #7d7065;
	cursor: pointer;
	transition-duration: 0.3s;
}

.recruit_button::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #ffb9a9;
	top: 25px;
	right: 15px;
}

.recruit_button:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}

.alumni_contents th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	width: 110px;
	vertical-align: top;
	line-height: 1.9;
	font-family: 'Noto Serif JP', serif;
}

.alumni_contents td {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	line-height: 1.9;
	padding-bottom: 25px;
}

.alumni_contents .th_add th {
	width: 140px;
}

.flow_flex {
	display: flex;
	align-items: center;
}

.flow {
	width: 130px;
	line-height: 28px;
	font-size: 14px;
	border: 1px solid #bcb2ab;
	margin-left: 10px;
	margin-right: 15px;
	font-family: 'Noto Serif JP', serif;
}

.flow_text {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}

.flow_line {
	border-left: 1px solid #bcb2ab;
	height: 25px;
	margin-left: 75px;
}

.qr {
	margin-left: 10px;
	text-align: left;
}

.qr img {
	width: 200px;
}

.footer_bg {
	width: 100%;
	height: 200px;
	background-color: #ffece6;
	position: relative;
	z-index: 1;
	margin-top: -150px;
}

.footer_mv {
	position: relative;
	z-index: 2;
}

.footer_mv img {
	height: 220px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 3;
	cursor: pointer;
}

.ws-nowrap {
	white-space: nowrap;
}

.h3_new_icon {
	position: relative;
}

.h3_new_icon::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 43px;
	height: 43px;
	background-image: url(../img/new.gif);
	background-size: contain;
	vertical-align: middle;
	margin-left: 5px;
}

.recruit_box_new {
	position: relative;
}

.recruit_box_new::before {
	content: '-NEW-';
	display: inline-block;
	color: #f63257;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 85px;
	-webkit-animation: blink 1.0s ease-in-out infinite alternate;
	-moz-animation: blink 1.0s ease-in-out infinite alternate;
	animation: blink 1.0s ease-in-out infinite alternate;
}

/* フッター */
footer {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-size: 11px;
	line-height: 100px;
	font-weight: 500;
	background: #fff;
}

/* フッター */

.text-left {
	text-align: left;
}

.pl-10 {
	padding-left: 10px;
}

.text_red_area {
	color: #b40000;
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	margin-bottom: 15px;
}

.text_red_area span {
	font-size: 20px;
}

.text_red_area .bg_red_area {
	display: inline-block;
	color: #fff;
	background-color: #b40000;
	border-radius: 5px;
	padding: 0 5px 0 7px;
	line-height: 1.5;
	margin-right: 10px;
}

.note_area {
	font-family: "Yu Gothic", YuGothic, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7;
	margin-bottom: 30px;
}

.alumni_type01 .header_icon_alumni,
.alumni_type01 .footer_bg {
	background-color: #e8f6ff;
}

.alumni_type01 .header_link_button::after,
.alumni_type01 .recruit_button::after {
	border-top-color: #e8f6ff;
}

.alumni_type01 .header_link::before,
.alumni_type01 .recruit_box::after {
	border-top-color: #adcadd;
}

.alumni_type01 .recruit_box:hover {
	background-color: #e8f6ff;
}
