@charset "UTF-8";

/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;font-size: 100%;}
/*body{line-height:1;}*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";content: none;}
a {margin: 0;padding: 0;vertical-align: baseline;background: transparent;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted;cursor: help;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
input, select {vertical-align: middle;}
img {vertical-align: top;/*font-size:0;*/line-height: 0;}
sup {font-size: 8px;}
em {font-style: normal;}
div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {content: "";display: block;}
div:after, ul:after, ol:after, dl:after {clear: both;}
div, ul, ol, dl {zoom: 1;}


/* ----------------------------- 全体 */
html {font-size: 62.5%;}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 500;
	line-height: 180%;
	color: #444;
	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
	min-width: 1100px;
	letter-spacing: 0.1em;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
a, a img {
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

img {
	max-width: 100%;
	height: auto;
}


/* ----------------------------- スマホ以外（768px～） */
@media screen and (min-width: 768px) {
	.sp-only {display: none !important;}
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
	.pc-only {display: none !important;}

	body {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 160%;
		min-width: initial;
	}
}


/* ----------------------------- パーツ */
.u-mincho {font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.u-gothic {font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;;}

.c-wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.c-wrap__1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.c-title1 {
	margin-bottom: 30px;
	text-align: center;
	padding-top: 30px;
	background: url(../img/icon_1.svg) no-repeat center top;
	background-size: 26px 26px;
	color: #f53d92;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 160%;
	letter-spacing: 0.2em;
}

.c-title2 {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 160%;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 12px;
	color: #f53d92;
}
.c-title2 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #f55ca2;
	color: #fff;
	font-weight: bold;
	padding: 6px 20px;
	border-radius: 3px;
}
/*.c-title2:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	border-bottom: 1px solid #f53d92;
	bottom: 0;
}*/

.c-btn1 {
	text-align: center;
	margin-top: 30px;
}
.c-btn1 a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #f53d92;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 160%;
	padding: 15px 30px;
}

.u-youtube-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.2%;
}
.u-youtube-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* ----------------------------- コンテンツ */
.l-kv {
	background: url(../img/kv_bg1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.l-kv-wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: rgba(255,255,255,.85);
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.l-kv .logo {
	margin-bottom: 30px;
}
.l-kv h1 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 140%;
	/*margin-bottom: 8px;*/
	margin-bottom: 20px;
	color: #f53d92;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
}
.l-kv .h {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 180%;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.l-kv p {text-align: left;}



.p-graduate {}

.p-graduate__heading {
	text-align: center;
	padding-bottom: 60px;
}
.p-graduate__heading .box1 {
	margin-bottom: 60px;
}
.p-graduate__heading .box1 .date {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 160%;
	margin-bottom: 20px;
	font-weight: bold;
	color: #f53d92;
}
.p-graduate__heading .box1 table {
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse: separate;
	border-spacing: 4px;
}
.p-graduate__heading .box1 th,
.p-graduate__heading .box1 td {
	padding: 8px 15px;
}
.p-graduate__heading .box1 th {
	background: #fdf3f8;
	text-align: center;
	color: #f53d92;
}
.p-graduate__heading .box1 th small {font-size: 85%;}
.p-graduate__heading .box1 td {
	padding: 8px 0 15px;
}
.p-graduate__heading .box1 td p {
	text-indent: -5.5em;
	padding-left: 5.5em;
	margin-bottom: 15px;
}
.p-graduate__heading .box2 {
	border: 6px solid #f9d4e7;
	padding: 30px;
	margin-bottom: 60px;
}
.p-graduate__heading .box2 ol {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: "vpal";
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 160%;
	font-weight: normal;
}
.p-graduate__heading .box2 li {
	margin-left: 40px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.p-graduate__heading .box2 li small {
	font-size: 76%;
	line-height: 120%;
	display: block;
	margin-top: 2em;
}
.p-graduate__heading .box2 li span {
	-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
			writing-mode: horizontal-tb;
	vertical-align: 1px;
}
.p-graduate__heading .box2 li:last-child {margin-left: 0;}

.p-graduate__message {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fdf3f8;
	margin-bottom: 60px;
	text-align: center;
}
.p-graduate__message .date {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 160%;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #f53d92;
}
.p-graduate__message .date span {
	font-size: 16px;
	font-size: 1.6rem;
}
.p-graduate__message .u-youtube-wrap {
	margin-top: 30px;
}

.p-graduate__gallery {
	text-align: center;
	margin-bottom: 60px;
}
.p-graduate__gallery .img1 {
	text-align: center;
	margin-bottom: 20px;
}
.p-graduate__gallery .date {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 160%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #f53d92;
}
.p-graduate__gallery .date span {
	font-size: 16px;
	font-size: 1.6rem;
}
.p-graduate__gallery .c-btn1 a {
	padding-left: 10px;
	padding-right: 10px;
}
.p-graduate__gallery .c-btn1 small {
	font-size: 70%;
	display: block;
	line-height: 140%;
}

.p-graduate__notice {
	text-align: center;
	background: #f8f8f8;
	padding-top: 60px;
	padding-bottom: 60px;
}
.p-graduate__notice .contact {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 160%;
}


.l-footer {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #eee;
	/*margin-top: 100px;*/
}
.l-footer .copyright {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 12px;
	letter-spacing: 0.04em;
}




/* ----------------------------- スマホ */
@media screen and (max-width: 768px) {

.c-title1 {
	font-size: 2.1rem;
	letter-spacing: 0.1em;
}
.c-title2 {
	font-size: 1.6rem;
	padding-bottom: 0;
}
.c-title2 span {padding: 3px 15px;}

.l-kv {
	padding: 20px;
	margin-bottom: 60px;
}
.l-kv-wrap {padding: 15px;}
.l-kv .logo {margin-bottom: 10px;}
.l-kv h1 {
	font-size: 2.2rem;
	line-height: 140%;
	margin-bottom: 10px;
}
.l-kv .h {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 140%;
	margin-bottom: 14px;
}

.p-graduate__heading .box1 .date {
	font-size: 2.0rem;
	margin-bottom: 15px;
}
.p-graduate__heading .box1 table {display: block;}
.p-graduate__heading .box1 tr {
	display: flex;
	flex-wrap: wrap;
}
.p-graduate__heading .box1 th,
.p-graduate__heading .box1 td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-graduate__heading .box1 th {
	width: 100%;
	margin-top: 15px;
}
.p-graduate__heading .box1 tr:first-child th {margin-top: 0;}
.p-graduate__heading .box1 td:nth-child(2) {
	width: 60%;
	padding-left: 0;
}
.p-graduate__heading .box1 td:nth-child(3) {
	width: 40%;
	text-align: right;
	padding-right: 0;
}
.p-graduate__heading .box2 {
	padding: 20px;
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	border-width: 4px;
}
.p-graduate__heading .box2 ol {
	-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
			writing-mode: horizontal-tb;
	font-size: 1.6rem;
}
.p-graduate__heading .box2 li {
	margin-left: 0;
	margin-bottom: 20px;
}
.p-graduate__heading .box2 li small {
	margin-top: 0;
	margin-left: 2em;
}
.p-graduate__message {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 60px;
}
.p-graduate__message .date {
	font-size: 2.0rem;
	margin-bottom: 15px;
	text-align: center;
}
.p-graduate__message .date span {display: block;}
.p-graduate__message p {text-align: left;}
.p-graduate__gallery {
	text-align: left;
	margin-bottom: 60px;
}
.p-graduate__gallery .date {
	font-size: 2.0rem;
	margin-bottom: 15px;
	text-align: center;
}
.p-graduate__gallery .date span {display: block;}
.p-graduate__gallery .c-btn1 a {margin-bottom: 5px;}
.p-graduate__notice {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.l-footer {margin-top: 60px;}
.l-footer h1 img {width: 180px;}

}