@charset "UTF-8";
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
*, ::before, ::after {
	box-sizing: border-box;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/* -----------------------------------------------
= base
----------------------------------------------- */
html {
	font-size: calc(100vw / 75);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #000;
	text-decoration: none;
}
.pc {
	display: none;
}
@media print, screen and (min-width: 768px){/* PC */
html {
	font-size: 62.5%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= loading
----------------------------------------------- */
.loading_body {
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
}
.loading {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #fff;
}
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	color: #fff;
}
.header h1 {
	position: relative;
	z-index: 30;
	padding: calc(27 / 750 * 100vw) 0 calc(27 / 750 * 100vw);
	background: #005751;
	/* text-align: center; */
}
.header h1 img {
	width: calc(525 / 750 * 100vw);
	margin-left: 2rem;
}
@media print, screen and (min-width: 768px){/* PC */
.header h1 {
	padding: 20px 0;
}
.header h1 img {
	width: 525px;
	margin-left: 30px;
}
}/* @media */
/* -----------------------------------------------
= nav
----------------------------------------------- */
.nav_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 30;
	width: calc(190 / 750 * 100vw);
	height: calc(110 / 750 * 100vw);
	color: #fff;
	cursor: pointer;
	transition: opacity .3s;
}
.nav_btn:hover {
	opacity: 0.8;
}
.nav_btn::before {
	content: "MENU";
	display: block;
	position: absolute;
	top: 50%;
	right: calc(100 / 750 * 100vw);
	margin-top: -1rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.is-nav_opened .nav_btn::before {
	content: "CLOSE";
}
.nav_btn .bar {
	display: block;
	width: 100%;
	height: 100%;
}
.nav_btn::after,
.nav_btn .bar::before,
.nav_btn .bar::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: calc(27 / 750 * 100vw);
	width: calc(50 / 750 * 100vw);
	height: 1px;
	background: #fff;
}
.nav_btn::after {
	top: calc(39 / 750 * 100vw);
	transition: transform .3s;
}
.nav_btn .bar::before {
	top: calc(54 / 750 * 100vw);
}
.nav_btn .bar::after {
	top: calc(69 / 750 * 100vw);
	transition: transform .3s;
}
.nav {
	position: fixed;
	top: calc(110 / 750 * 100vw);
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	padding-bottom: calc(180 / 750 * 100vw);
	background: #1b1b1b;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	transform: translateY(-100%);
	transition: .3s;
}
.is-nav_opened {
	overflow: hidden;
}
.is-nav_opened .nav {
	opacity: 1;
	transform: translateY(0);
}
.is-nav_opened .nav_btn::after {
	top: calc(54 / 750 * 100vw);
	transform: rotate(45deg);
}
.is-nav_opened .nav_btn .bar::before {
	display: none;
}
.is-nav_opened .nav_btn .bar::after {
	top: calc(54 / 750 * 100vw);
	transform: rotate(-45deg);
}
.nav ul li a {
	display: flex;
	align-items: center;
	color: #fff;
	border-bottom: 1px solid #535353;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 3.6rem;
	line-height: 1.5;
}
.nav ul li a img {
	width: calc(250 / 750 * 100vw);
	height: calc(160 / 750 * 100vw);
	margin-right: calc(60 / 750 * 100vw);
	margin-bottom: -1px;
	object-fit: cover;
	border-bottom: 1px solid #1b1b1b;
	opacity: 0.8;
	transition: opacity .3s;
}
.nav ul li a:hover img {
	opacity: 1;
}
.nav ul li a span {
	opacity: 1;
	transition: opacity .3s;
}
.nav ul li a:hover span {
	opacity: 0.8;
}
.nav_close {
	position: relative;
	width: calc(310 / 750 * 100vw);
	margin: calc(70 / 750 * 100vw) auto calc(150 / 750 * 100vw);
	padding: 4.6vw 0 4.6vw 2vw;
	color: #00736d;
	background: #fff;
	border-radius: 10vw;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 3.6rem;
	text-align: center;
	cursor: pointer;
}
.nav_close::before,
.nav_close::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 8vw;
	width: calc(27 / 750 * 100vw);
	height: 1px;
	background: #00736d;
}
.nav_close::before {
	transform: rotate(45deg);
}
.nav_close::after {
	transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px){/* PC */
.nav_btn {
	width: 200px;
	height: 100px;
}
.nav_btn::before {
	right: 106px;
}
.nav_btn::after,
.nav_btn .bar::before,
.nav_btn .bar::after {
	right: 33px;
	width: 50px;
}
.nav_btn::after {
	top: 33px;
}
.nav_btn .bar::before {
	top: 48px;
}
.nav_btn .bar::after {
	top: 63px;
}
.nav {
	top: 0;
	padding: 0;
	height: auto;
	min-height: 0;
	overflow: hidden;
}
.is-nav_opened {
	overflow: auto;
}
.is-nav_opened .nav_btn::after {
	top: 48px;
}
.is-nav_opened .nav_btn .bar::after {
	top: 48px;
}
.is-nav_opened .nav {
	top: 100px;
}
.nav ul {
	display: flex;
	margin-left: -1px;
}
.nav ul li {
	width: 100%;
}
.nav ul li a {
	display: block;
	border-bottom: none;
	font-size: 1.6rem;
	text-align: center;
}
.nav ul li a img {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 0;
	border-left: 1px solid #1b1b1b;
}
.nav ul li a span {
	display: block;
	padding: 15px 5px;
	border-left: 1px solid #535353;
}
}/* @media */
@media print, screen and (max-width: 1200px) and (min-width: 768px){/* TABLET */
.nav ul li a {
	font-size: 1.3vw;
}
}/* @media */
/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	position: relative;
	z-index: 10;
	width: 100%;
	height: calc(800 / 750 * 100vw);
	margin-top: calc(113 / 750 * 100vw);
	background: url(../img/main_img_sp.jpg) no-repeat 50% 50% / 100% auto;
	overflow: hidden;
}
.main::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: calc(40 / 750 * 100vw);
	z-index: 12;
	background: #fff;
}
.main #movie_pc {
	display: none;
}
.main_btn_play {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(80 / 750 * 100vw);
	height: calc(80 / 750 * 100vw);
	z-index: 20;
}
.main .text {
	position: absolute;
	top: calc(330 / 750 * 100vw);
	z-index: 12;
	width: 100%;
	color: #fff;
	margin-left: 0.41em;
	font-size: 4.6rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.82em;
}
.main .scroll {
	position: absolute;
	bottom: calc(70 / 750 * 100vw);
	width: 100%;
	z-index: 12;
	text-align: center;
}
.main .scroll a {
	margin-left: 0.32em;
	color: #fff;
	font-size: 2rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: 0.32em;
	transition: opacity .3s;
}
.main .scroll a:hover {
	opacity: 0.8;
}
.modal #movie_sp {
	width: 100%;
	height: auto;
}
.modal#memorial-movie video {
	width: 100%;
	height: auto;
}
#memorial-movie #memorial_movie02,
#memorial-movie #memorial_movie03 {
	display: none;
}
@media print, screen and (min-width: 768px){/* PC */
.main {
	height: calc(100% - 97px);
	margin-top: 97px;
}
/* .main::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
} */
.main::after {
	height: 40px;
}
.main #movie_pc {
	display: block;
	width: 100%;
	height: auto;
}
.main .main_btn_voice {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	cursor: pointer;
}
.main .main_btn_voice .on {
	display: block;
}
.main .main_btn_voice .off {
	display: none;
}
.main .main_btn_voice.is-voice_on .on {
	display: none;
}
.main .main_btn_voice.is-voice_on .off {
	display: block;
}
.main .text {
	top: 40%;
	margin-left: 1em;
	letter-spacing: 1em;
}
.main .scroll {
	bottom: 65px;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	position: relative;
	z-index: 10;
	padding: calc(70 / 750 *100vw);
	background: url(../img/intro_bg.png) no-repeat #fff;
	background-position: 0 7.7vw;
	background-size: calc(718 /750 * 100vw) auto;
	text-align: center;
}
.intro::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: calc(40 / 750 * 100vw);
	z-index: 12;
	background: #898989;
}
.intro p {
	font-size: 2.6rem;
	line-height: 2.3;
}
@media print, screen and (min-width: 768px){/* PC */
.intro {
	padding: 75px 50px 85px;
	background-position: 0 40px;
	background-size: 859px auto;
}
.intro::before {
	height: 40px;
}
.intro p {
	font-size: 1.5rem;
	line-height: 3;
}
}/* @media */
/* -----------------------------------------------
= parts
----------------------------------------------- */
.block {
	position: relative;
	background-color: #f7f6f2;
	overflow: hidden;
}
.block .block_img {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
	transform: translateY(0);
}
.block.is-active .block_img {
	opacity: 1;
	z-index: 5;
}
.block.block_history .block_img {
	background-image: url(../img/history_bg01.jpg);
}
.block.block_department .block_img {
	background-image: url(../img/department_bg01.jpg);
}
.block.block_classwork .block_img {
	background-image: url(../img/classwork_bg01.jpg);
}
.block.block_life .block_img {
	background-image: url(../img/life_bg01.jpg);
}
.block.block_campus .block_img {
	background-image: url(../img/campusy_bg01.jpg);
}
.block.block_message .block_img {
	background-image: url(../img/message_bg01.jpg);
}
.block.block_anniversary .block_img {
	background-image: url(../img/anniversary_bg01.jpg);
}
.block.is-active .block_in {
	z-index: 10;
}
.block .block_in {
	position: relative;
	margin-top: calc(600 / 750 *100vw);
	padding: calc(100 / 750 *100vw) calc(45 / 750 *100vw) calc(110 / 750 *100vw);
	background-color: #f7f6f2;
	overflow: hidden;
}
.block .block_in::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(-80 / 750 * 100vw);
	left: calc(-80 / 750 * 100vw);
	border: solid transparent;
	border-width: calc(80 / 750 * 100vw);
	transform: rotate(45deg);
}
.block h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.block h2 .en {
	display: inline-block;
	position: relative;
	margin-bottom: calc(25 / 750 * 100vw);
	padding-right: calc(30 / 750 * 100vw);
	font-size: 2.6rem;
	font-style: italic;
}
.block h2 .en::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(20 / 750 * 100vw);
	height: 1px;
	background: #bfbfbf;
}
.block h2 .jp {
	display: block;
	margin-bottom: calc(40 / 750 * 100vw);
	font-size: 6.6rem;
	line-height: 1.2;
}
.block .text {
	margin-bottom: calc(60 / 750 * 100vw);
	color: #313131;
	font-size: 2.6rem;
	line-height: 1.92;
}
.block .more {
	position: relative;
	margin-bottom: calc(50 / 750 * 100vw);
	border-top: 1px solid #dad5c5;
	border-bottom: 1px solid #dad5c5;
	padding: calc(35 / 750 * 100vw) calc(80 / 750 * 100vw) ;
	color: #00736d;
	font-size: 3.2rem;
	text-align: center;
	cursor: pointer;
}
.block .more::before,
.block .more::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: calc(33 / 750 * 100vw);
	height: 1px;
	background: #00736d;
}
.block .more::before {
	transform: rotate(90deg);
}
.block .link a {
	display: block;
	position: relative;
	border: 1px solid #00736d;
	padding: 5vw 0;
	color: #00736d;
	border-radius: 10vw;
	font-size: 3.2rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-decoration: none;
	text-align: center;
}
.block .link a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 2vw;
	margin-top: calc(-10 / 750 * 100vw);
	border: solid transparent;
	border-width: calc(10 / 750 * 100vw) calc(16 / 750 * 100vw);
	border-left-color: #00736d;
}
@media print, screen and (min-width: 768px){/* PC */
.block .block_img {
	width: 50%;
	height: 120%;
}
.block.type01 .block_img {
	left: 0;
}
.block.type02 .block_img {
	right: 0;
}
.block .block_in {
	min-height: calc(100vh - 100px);
	margin-top: 0;
	padding: 75px 50px 50px;
}
.block.type01 .block_in {
	margin-left: 50%;
}
.block.type02 .block_in {
	margin-right: 50%;
}
.block .block_in::before {
	top: -76px;
	left: -76px;
	border-width: 76px;
}
.block h2 .en {
	margin-bottom: 20px;
	padding-right: 30px;
	font-size: 2rem;
}
.block h2 .en::after {
	width: 20px;
}
.block h2 .jp {
	margin-bottom: 35px;
	font-size: 4.6rem;
}
.block .text {
	margin-bottom: 40px;
	font-size: 1.5rem;
	line-height: 2;
}
.block .more {
	margin-bottom: 40px;
	padding: 25px 0;
	font-size: 1.9rem;
	transition: opacity .3s;
}
.block .more:hover {
	opacity: 0.8;
}
.block .more::before,
.block .more::after {
	right: 35px;
	width: 25px;
}
.block .link {
	text-align: center;
}
.block .link a {
	display: inline-block;
	min-width: 360px;
	margin: 0 auto;
	padding: 20px 50px 20px 30px;
	border-radius: 30px;
	font-size: 2rem;
	transition: .3s;
}
.block .link a::after {
	right: 15px;
	margin-top: -6px;
	border-width: 6px 10px;
}
.block .link a:hover {
	color: #fff;
	background: #00736d;
}
.block .link a:hover::after {
	border-left-color: #fff;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px){/* TABLET */
.block .block_img {
	width: 100%;
	height: 100vh;
}
.block .block_in {
	margin-top: 300px;
	min-height: 0;
}
.block.type01 .block_in {
	margin-left: 0;
}
.block.type02 .block_in {
	margin-right: 0;
}
}/* @media */
@media print, screen and (min-width: 768px){/* PC */
.block.block_history .block_img {
	height: 140%;
}
}
/* -----------------------------------------------
= modal
----------------------------------------------- */
.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	transition: .3s;
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal.in {
	background: rgba(0,0,0,0.8);
}
.modal_block {
	margin: calc(20 / 750 * 100vw);
	background: #fff;
	opacity: 0;
	transition: opacity .3s;
}
.modal.in .modal_block {
	opacity: 1;
}
.modal_block .title {
	position: relative;
	padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw);
	color: #00736d;
	font-size: 4rem;
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.4;
}
.modal_block .title .sub {
	font-size: 3rem;
}
.modal_block .title::before,
.modal_block .title::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
}
.modal_block .title::before {
	width: 100%;
	background: #dcdcdc;
}
.modal_block .title::after {
	width: calc(220 / 750 * 100vw);
	background: #00736d;
}
.modal_block .title .modal_head_close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100 / 750 * 100vw);
	height: 100%;
	color: #fff;
	background: #00736d;
	font-size: 4rem;
	cursor: pointer;
	outline: none;
}
.modal_body {
	padding: calc(45 / 750 * 100vw);
}
.modal_body .sub_title {
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: calc(20 / 750 * 100vw);
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.4;
}
.modal_body .text {
	margin-bottom: calc(45 / 750 * 100vw);
	font-size: 2.6rem;
	line-height: 1.9;
}
.modal_body .img_set figure {
	margin-bottom: calc(45 / 750 * 100vw);
}
.modal_body .img_set figure img {
	display: block;
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	object-fit: cover;
}
.modal_body .img_set.small figure img {
	height: 200px;
}
.modal_body .img_set figcaption {
	margin-top: calc(15 / 750 * 100vw);
	color: #898989;
	font-size: 2.4rem;
	line-height: 1.5;
}
.modal_foot_close {
	padding-bottom: calc(100 / 750 * 100vw);
	text-align: center;
}
.modal_foot_close span {
	display: inline-block;
	position: relative;
	border: 1px solid #00736d;
	padding: 4vw 8vw;
	color: #00736d;
	border-radius: 10vw;
	font-size: 3.6rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	cursor: pointer;
}
.modal_body.culumn .block01 .youtube {
	position: relative;
	height: 0;
	padding-bottom: 56.2%;
	margin-bottom: calc(55 / 750 * 100vw);
	overflow: hidden;
}
.modal_body.culumn .block01 .youtube iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media print, screen and (min-width: 768px){/* PC */
.modal_block {
	max-width: 1100px;
	margin: 5vw auto 5vw;
}
.modal_block .title {
	padding: 18px 40px;
	font-size: 3.2rem;
}
.modal_block .title .sub {
	font-size: 2.6rem;
}
.modal_block .title::after {
	width: 220px;
}
.modal_block .title .modal_head_close {
	width: 80px;
	font-size: 2.6rem;
	transition: opacity .3s;
}
.modal_block .title .modal_head_close:hover {
	opacity: 0.8;
}
.modal_body {
	padding: 45px 50px;
}
.modal_body .sub_title {
	font-size: 2.6rem;
	margin-bottom: 20px;
}
.modal_body .text {
	margin-bottom: 50px;
	font-size: 1.4rem;
	line-height: 2.14;
}
.modal_body .img_set {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -2.2%;
}
.modal_body .img {
	text-align: center;
}
.modal_body .img_set figure {
	width: 33.33%;
	max-width: 300px;
	margin: 0 2.2%;
}
.modal_body .img_set figcaption {
	margin-top: 10px;
	font-size: 1.4rem;
}
.modal_foot_close {
	padding-bottom: 60px;
}
.modal_foot_close span {
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 1.8rem;
	transition: opacity .3s;
}
.modal_foot_close span:hover {
	opacity: 0.8;
}
.modal_body.culumn {
	display: flex;
	justify-content: space-between;
}
.modal_body.culumn .block01 {
	width: 66%;
}
.modal_body.culumn .block01 .youtube {
	text-align: center;
}
.modal_body.culumn .block02 {
	width: 34%;
}
.modal_body.culumn .block02 figure {
	width: 100%;
	margin-bottom: 20px;
}
#m-deparetment_contemporary .modal_body .img_set {
	max-width: 80%;
	margin: auto;
}
#m-deparetment_contemporary .modal_body .img_set figure {
	width: 300px;
	margin: 0 25px 15px;
}
#m-campus_site .modal_body .img_set figure {
	width: 1000px;
	max-width: 100%;
	margin-bottom: 40px;
}
#m-campus_site .modal_body .img_set figure img {
	width: 100%;
	max-width: 100%;
}
}/* @media */

/* -----------------------------------------------
= block_history
----------------------------------------------- */
.block.block_history h2 .en {
	color: #005752;
}
.block.block_history h2 .jp:first-letter {
	color: #005752;
}
.block.block_history .block_in::before {
	border-right-color: #005752;
}
.block.block_history .item_wrap {
	margin-bottom: 3vw;
}
.block.block_history .item {
	position: relative;
}
.block.block_history .item .item_in {
	padding-bottom: 7vw;
}
.block.block_history .item::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(35 / 750 * 100vw);
	left: calc(14 / 750 * 100vw);
	width: 1px;
	height: 100%;
/*	height: calc(100% - 3.8vw);*/
	background: #7bb4b0;
}
.block.block_history .item_wrap .item:nth-child(2)::before {
	background: linear-gradient(#7bb4b0, #7bb4b0 80%, #fff);
}
.block.block_history .item:nth-child(n+3) {
	opacity: 0;
	height: 0;
	transition: opacity .3s;
}
.block.block_history .item_wrap.is-open .item:nth-child(n+3) {
	height: auto;
	opacity: 1;
}
.block.block_history .item_wrap.is-open .item:nth-child(2)::before {
	background: #7bb4b0;
}
.block.block_history .item_wrap.is-open .item:last-child::before {
	background: linear-gradient(#7bb4b0, #7bb4b0 80%, #fff);
}
.block.block_history .item_in {
	display: flex;
}
.block.block_history .item .set {
	flex: 1;
	margin-right: calc(30 / 750 * 100vw);
}
.block.block_history .item .history_img01 {
	width: calc(140 / 750 * 100vw);
	margin: 9vw 0 0;
}
.block.block_history .item .history_img03,
.block.block_history .item .history_img04,
.block.block_history .item .history_img11 {
	width: calc(160 / 750 * 100vw);
	margin: 1.6vw 0 0;
}
.block.block_history .item .history_img02,
.block.block_history .item .history_img05,
.block.block_history .item .history_img06,
.block.block_history .item .history_img07,
.block.block_history .item .history_img08,
.block.block_history .item .history_img09,
.block.block_history .item .history_img10,
.block.block_history .item .history_img12 {
	width: calc(220 / 750 * 100vw);
	margin: 1.6vw 0 0;
}
.block.block_history .item h3 {
	position: relative;
	margin-bottom: calc(10 / 750 * 100vw);
	padding-left: calc(45 / 750 * 100vw);
	color: #005752;
	font-size: 3.2rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.4375;
}
.block.block_history .item h3::before,
.block.block_history .item h3::after {
	content: "";
	display: block;
	position: absolute;
}
.block.block_history .item h3::before {
	top: calc(7 / 750 * 100vw);
	left: 0;
	width: calc(28 / 750 * 100vw);
	height: calc(28 / 750 * 100vw);
	border: 1px solid #00736d;
	border-radius: calc(28 / 750 * 100vw);
	background: #f7f6f3;
	box-sizing: border-box;
}
.block.block_history .item h3::after {
	top: calc(14 / 750 * 100vw);
	left: calc(7 / 750 * 100vw);
	width: calc(14 / 750 * 100vw);
	height: calc(14 / 750 * 100vw);
	background: #00736d;
	border-radius: calc(14 / 750 * 100vw);
}
.block.block_history .item p {
	padding-left: calc(45 / 750 * 100vw);
	font-size: 2.2rem;
	line-height: 2;
}
.block.block_history .item .btn_area {
	padding-bottom: 7vw;
}
.block.block_history .link,
.block.block_history .item .link {
	line-height: 1;
	cursor: pointer;
}
.block.block_history .item .btn_area .link + .link {
	margin-top: 6vw;
}
.block.block_history #history_map.modal .modal_body .img_set figure img {
	max-width: 100%;
}
.block.block_history #history_president.modal .president_list li {
	display: flex;
	align-items: center;
	margin-bottom: 7vw;
}
.block.block_history #history_president.modal .president_list li .img {
	width: 40%;
}
.block.block_history #history_president.modal .president_list li .info {
	padding: 5vw;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.block.block_history #history_president.modal .president_list li .info .generation {
	line-height: 2;
	font-size: 2.8rem;
}
.block.block_history #history_president.modal .president_list li .info .name {
	margin-bottom: 10px;
	color: #00736d;
	line-height: 1.4;
	font-size: 4rem;
}
.block.block_history #history_president.modal .president_list li .info .year {
	line-height: 2.2;
	font-size: 2.6rem;
}
.block.block_history #history_activities.modal .modal_body .text {
	margin-bottom: 0;
}
@media print, screen and (min-width: 768px){/* PC */
.block.block_history .item_wrap {
	margin-bottom: 20px;
}
.block.block_history .item::before {
	top: 10px;
	left: 10px;
	height: 100%;
}
.block.block_history .item .item_in {
	padding-bottom: 20px;
}
.block.block_history .item:last-child .item_in {
	padding-bottom: 40px;
}
.block.block_history .item .set {
	margin-right: 25px;
}
.block.block_history .item .history_img01 {
	width: 110px;
	margin: 5px 0 0;
}
.block.block_history .item .history_img02,
.block.block_history .item .history_img05,
.block.block_history .item .history_img06,
.block.block_history .item .history_img07,
.block.block_history .item .history_img08,
.block.block_history .item .history_img09,
.block.block_history .item .history_img10,
.block.block_history .item .history_img12 {
	width: 180px;
	margin: 5px 0 0;
}
.block.block_history .item .history_img03,
.block.block_history .item .history_img04,
.block.block_history .item .history_img11 {
	width: 130px;
	margin: 5px 0 0;
}
.block.block_history .item h3 {
	margin-bottom: 12px;
	padding-left: 30px;
	font-size: 2.6rem;
	line-height: 1.4375;
}
.block.block_history .item h3::before {
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}
.block.block_history .item h3::after {
	top: 12px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.block.block_history .item p {
	padding-left: 35px;
	font-size: 1.4rem;
	line-height: 2.14;
}
.block.block_history .item .btn_area {
	padding: 20px 0 40px;
}
.block.block_history .item .btn_area .link + .link {
	margin-top: 30px;
}
.block.block_history #history_president.modal .modal_body {
	padding: 45px 40px 0;
}
.block.block_history #history_president.modal .president_list {
	display: flex;
	flex-wrap: wrap;
}
.block.block_history #history_president.modal .president_list li {
	display: flex;
	align-items: center;
	width: 320px;
	margin: 0 10px 50px;
}
.block.block_history #history_president.modal .president_list li .img {
	width: 160px;
}
.block.block_history #history_map.modal .img_set figure {
	width: 75%;
	max-width: 780px;
}
.block.block_history #history_map.modal .img_set figure img {
	max-width: 780px;
}
.block.block_history #history_president.modal .president_list li .info {
	 padding: 20px;
}
.block.block_history #history_president.modal .president_list li .info .generation {
	font-size: 1.8rem;
}
.block.block_history #history_president.modal .president_list li .info .name {
	margin-bottom: 10px;
	font-size: 2.6rem;
}
.block.block_history #history_president.modal .president_list li .info .year {
	font-size: 1.6rem;
}
}/* @media */
/* -----------------------------------------------
= block_department
----------------------------------------------- */
.block.block_department h2 .en {
	color: #486a00;
}
.block.block_department h2 .jp:first-letter {
	color: #486a00;
}
.block.block_department .block_in::before {
	border-right-color: #486a00;
}
.block.block_department .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(-15 / 750 * 100vw) calc(50 / 750 * 100vw);
}
.block.block_department .list li {
	width: 50%;
}
.block.block_department .list li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: calc(120 / 750 * 100vw);
	color: #fff;
	margin: 0 calc(15 / 750 * 100vw) calc(30 / 750 * 100vw);
	font-size: 2.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.64;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.block.block_department .list li:nth-child(1) a {
	background: #9a79be;
}
.block.block_department .list li:nth-child(2) a {
	background: #9caf1e;
}
.block.block_department .list li:nth-child(3) a {
	background: #c77c82;
}
.block.block_department .list li:nth-child(4) a {
	background: #c4ac32;
}
.block.block_department .list li:nth-child(5) a {
	background: #6f75ca;
}
.block.block_department .list li:nth-child(6) a {
	background: #4da8b3;
}
.block.block_department .list li:nth-child(7) a {
	background: #5679dd;
}
.block.block_department .list li a::before,
.block.block_department .list li a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	border: solid transparent;
	border-width: calc(70 / 750 * 100vw);
}
.block.block_department .list li a::before {
	top: calc(-70 / 750 * 100vw);
	left: calc(-70 / 750 * 100vw);
	transform: rotate(45deg);
}
.block.block_department .list li a::after {
	right: calc(-70 / 750 * 100vw);
	bottom: calc(-70 / 750 * 100vw);
	transform: rotate(-135deg);
}
.block.block_department .list li:nth-child(1) a::before,
.block.block_department .list li:nth-child(1) a::after {
	border-right-color: #9273b4;
}
.block.block_department .list li:nth-child(2) a::before,
.block.block_department .list li:nth-child(2) a::after {
	border-right-color: #94a61c;
}
.block.block_department .list li:nth-child(3) a::before,
.block.block_department .list li:nth-child(3) a::after {
	border-right-color: #bd767b;
}
.block.block_department .list li:nth-child(4) a::before,
.block.block_department .list li:nth-child(4) a::after {
	border-right-color: #baa32f;
}
.block.block_department .list li:nth-child(5) a::before,
.block.block_department .list li:nth-child(5) a::after {
	border-right-color: #696fc0;
}
.block.block_department .list li:nth-child(6) a::before,
.block.block_department .list li:nth-child(6) a::after {
	border-right-color: #499faa;
}
.block.block_department .list li:nth-child(7) a::before,
.block.block_department .list li:nth-child(7) a::after {
	border-right-color: #5273d2;
}
.block.block_department .list a span {
	display: block;
	position: relative;
	width: 100%;
	z-index: 2;
}
.block.block_department .list a span.sub {
	margin-top: -5vw;
	font-size: 2.2rem;
}
@media print, screen and (min-width: 768px){/* PC */
.block.block_department .list {
	margin: 0 -10px 30px;
}
.block.block_department .list li a {
	height: 90px;
	min-height: 90px;
	margin: 0 10px 20px;
	font-size: 2rem;
	line-height: 1.5;
	transition: opacity .3s;
}
.block.block_department .list li a:hover {
	opacity: 0.8;
}
.block.block_department .list li a::before,
.block.block_department .list li a::after {
	border-width: 64px;
}
.block.block_department .list li a::before {
	top: -64px;
	left: -64px;
}
.block.block_department .list li a::after {
	right: -64px;
	bottom: -64px;
}
.block.block_department .list a span.sub {
	margin-top: -35px;
	font-size: 1.6rem;
}
}/* @media */
/* -----------------------------------------------
= block_classwork
----------------------------------------------- */
.block.block_classwork h2 .en {
	color: #005982;
}
.block.block_classwork h2 .jp:first-letter {
	color: #005982;
}
.block.block_classwork .block_in::before {
	border-right-color: #005982;
}
.block.block_classwork .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(-15 / 750 * 100vw);
}
.block.block_classwork .list li {
	width: 50%;
}
.block.block_classwork .list li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: calc(120 / 750 * 100vw);
	margin: 0 calc(15 / 750 * 100vw) calc(30 / 750 * 100vw);
	padding: 0 calc(20 / 750 * 100vw);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	font-size: 2.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.64;
	cursor: pointer;
}
.block.block_classwork .list li:nth-child(1) a {
	background-image: url(../img/classwork_img01.jpg);
}
.block.block_classwork .list li:nth-child(2) a {
	background-image: url(../img/classwork_img02.jpg);
}
.block.block_classwork .list li:nth-child(3) a {
	background-image: url(../img/classwork_img03.jpg);
}
.block.block_classwork .list li:nth-child(4) a {
	background-image: url(../img/classwork_img04.jpg);
}
.block.block_classwork .list li:nth-child(5) a {
	background-image: url(../img/classwork_img05.jpg);
}
.block.block_classwork .list li:nth-child(6) a {
	background-image: url(../img/classwork_img06.jpg);
}
.block.block_classwork .list li:nth-child(7) a {
	background-image: url(../img/classwork_img07.jpg);
}
.block.block_classwork .list li:nth-child(8) a {
	background-image: url(../img/classwork_img08.jpg);
}
.block.block_classwork .list li:nth-child(9) a {
	background-image: url(../img/classwork_img09.jpg);
}
.block.block_classwork .list li a span {
	display: block;
	width: 100%;
}
.block.block_classwork .list li a span.sub {
	margin-top: -5vw;
	font-size: 2.2rem;
}
@media print, screen and (min-width: 768px){/* PC */
.block.block_classwork .list {
	margin: 0 -10px 30px;
}
.block.block_classwork .list li a {
	height: 90px;
	min-height: 90px;
	margin: 0 10px 20px;
	padding: 0 20px;
	font-size: 2rem;
	line-height: 1.5;
	transition: opacity .3s;
}
.block.block_classwork .list li a:hover {
	opacity: 0.8;
}
.block.block_classwork .list li a span.sub {
	margin-top: -35px;
	font-size: 1.6rem;
}
}/* @media */
/* -----------------------------------------------
= block_life
----------------------------------------------- */
.block.block_life h2 .en {
	color: #8d5171;
}
.block.block_life h2 .jp:first-letter {
	color: #8d5171;
}
.block.block_life .block_in::before {
	border-right-color: #8d5171;
}
.block.block_life .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(-15 / 750 * 100vw);
}
.block.block_life .list li {
	width: 50%;
}
.block.block_life .list li a {
	display: flex;
	align-items: center;
	min-height: calc(120 / 750 * 100vw);
	margin: 0 calc(15 / 750 * 100vw) calc(30 / 750 * 100vw);
	padding: 0 calc(20 / 750 * 100vw);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	font-size: 2.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.64;
	cursor: pointer;
}
.block.block_life .list li:nth-child(1) a {
	background-image: url(../img/life_img01.jpg);
}
.block.block_life .list li:nth-child(2) a {
	background-image: url(../img/life_img02.jpg);
}
.block.block_life .list li:nth-child(3) a {
	background-image: url(../img/life_img03.jpg);
}
.block.block_life .list li:nth-child(4) a {
	background-image: url(../img/life_img04.jpg);
}
.block.block_life .list li:nth-child(5) a {
	background-image: url(../img/life_img05.jpg);
}
.block.block_life .list li:nth-child(6) a {
	background-image: url(../img/life_img06.jpg);
}
.block.block_life .list li:nth-child(7) a {
	background-image: url(../img/life_img07.jpg);
}
.block.block_life .list li:nth-child(8) a {
	background-image: url(../img/life_img08.jpg);
}
@media print, screen and (min-width: 768px){/* PC */
.block.block_life .list {
	margin: 0 -10px 30px;
}
.block.block_life .list li a {
	height: 90px;
	min-height: 90px;
	margin: 0 10px 20px;
	padding: 0 20px;
	font-size: 2rem;
	line-height: 1.5;
	transition: opacity .3s;
}
.block.block_life .list li a:hover {
	opacity: 0.8;
}
}/* @media */
/* -----------------------------------------------
= block_campus
----------------------------------------------- */
.block.block_campus h2 .en {
	color: #8a8000;
}
.block.block_campus h2 .jp:first-letter {
	color: #8a8000;
}
.block.block_campus .block_in::before {
	border-right-color: #8a8000;
}
.block.block_campus .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(-15 / 750 * 100vw) calc(50 / 750 * 100vw);
}
.block.block_campus .list li {
	width: 50%;
}
.block.block_campus .list li a {
	display: flex;
	align-items: center;
	min-height: calc(120 / 750 * 100vw);
	margin: 0 calc(15 / 750 * 100vw) calc(30 / 750 * 100vw);
	padding: 0 calc(20 / 750 * 100vw);
	color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	font-size: 2.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.64;
	cursor: pointer;
}
.block.block_campus .list li:nth-child(1) a {
	background-image: url(../img/campus_img01.jpg);
}
.block.block_campus .list li:nth-child(2) a {
	background-image: url(../img/campus_img02.jpg);
}
.block.block_campus .list li:nth-child(3) a {
	background-image: url(../img/campus_img03.jpg);
}
.block.block_campus .list li:nth-child(4) a {
	background-image: url(../img/campus_img04.jpg);
}
.block.block_campus .list li:nth-child(5) a {
	background-image: url(../img/campus_img05.jpg);
}
.block.block_campus .list li:nth-child(6) a {
	background-image: url(../img/campus_img06.jpg);
}
.block.block_campus .list li:nth-child(7) a {
	background-image: url(../img/campus_img07.jpg);
}
.block.block_campus .list li:nth-child(8) a {
	background-image: url(../img/campus_img08.jpg);
}
.block.block_campus .list li:nth-child(9) a {
	background-image: url(../img/campus_img09.jpg);
}
.block.block_campus .list li:nth-child(10) a {
	background-image: url(../img/campus_img10.jpg);
}
@media print, screen and (min-width: 768px){/* PC */
.block.block_campus .list {
	margin: 0 -10px 30px;
}
.block.block_campus .list li a {
	height: 90px;
	min-height: 90px;
	margin: 0 10px 20px;
	padding: 0 20px;
	font-size: 2rem;
	line-height: 1.5;
	transition: opacity .3s;
}
.block.block_campus .list li a:hover {
	opacity: 0.8;
}
}/* @media */
/* -----------------------------------------------
= block_message
----------------------------------------------- */
.block.block_message h2 .en {
	color: #8c5537;
}
.block.block_message h2 .jp:first-letter {
	color: #8c5537;
}
.block.block_message .block_in::before {
	border-right-color: #8c5537;
}
.block.block_message .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block.block_message .item {
	position: relative;
	width: calc(313 / 750 * 100vw);
	margin: 0 0 calc(30 / 750 * 100vw);
	border: 1px solid #d8d6d0;
	box-sizing: border-box;
}
.block.block_message .item::after {
	content: "";
	display: block;
	position: absolute;
	right: calc(-50 / 750 * 100vw);
	bottom: calc(-50 / 750 * 100vw);
	border: solid transparent;
	border-width: calc(50 / 750 * 100vw);
	border-right-color: #ac8773;
	transform: rotate(-135deg);
}
.block.block_message .item a {
	display: block;
	position: relative;
	z-index: 1;
	padding: calc(15 / 750 *100vw) calc(20 / 750 *100vw);
	overflow: hidden;
	cursor: pointer;
}
.block.block_message .item:nth-child(n+7) {
	opacity: 0;
	height: 0;
	transition: opacity .3s;
}
.block.block_message .item_wrap.is-open .item:nth-child(n+7) {
	height: auto;
	opacity: 1;
}
.block.block_message .item .text {
	margin-bottom: calc(10 / 750 * 100vw);
	font-size: 2.4rem;
	line-height: 1.75;
}
.block.block_message .item .name {
	margin-bottom: calc(5 / 750 * 100vw);
	font-size: 4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.5;
}
.block.block_message .item .dev {
	margin-bottom: calc(15 / 750 * 100vw);
	font-size: 2.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.5;
}
.block.block_message .item .read {
	display: inline-block;
	position: relative;
	margin-bottom: calc(15 / 750 * 100vw);
	padding-right: calc(35 / 750 * 100vw);
	color: #ac8773;
	font-size: 2.4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.5;
}
.block.block_message .item .read::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: calc(-8 / 750 * 100vw);
	border: solid transparent;
	border-width: calc(8 / 750 * 100vw) calc(12 / 750 * 100vw);
	border-left-color: #ac8773;
}
@media print, screen and (min-width: 768px){/* PC */
.block.block_message .item {
	width: 48%;
	margin: 0 0 20px;
}
.block.block_message .item::after {
	right: -50px;
	bottom: -50px;
	border-width: 50px;
}
.block.block_message .item a {
	padding: 15px 20px;
	transition: opacity .3s;
}
.block.block_message .item a:hover {
	opacity: 0.8;
}
.block.block_message .item .text {
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.block.block_message .item .name {
	margin-bottom: 3px;
	font-size: 2.8rem;
}
.block.block_message .item .dev {
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.block.block_message .item .read {
	margin-bottom: 0;
	padding-right: 30px;
	font-size: 1.8em;
}
.block.block_message .item .read::after {
	margin-top: -6px;
	border-width: 6px 10px;
}
}/* @media */
@media print, screen and (max-width: 1200px) and (min-width: 1024px){/* minPC */
.block.block_message .item {
	width: 100%;
}
}/* @media */

/* -----------------------------------------------
= block_anniversary
----------------------------------------------- */
.block.block_anniversary .block_in::before {
	border-right-color: #005752;
}
.block.block_anniversary .heading03 {
	color: #00736d;
	font-size: 3.2rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.43;
	padding: calc(25 / 750 * 100vw) calc(5 / 750 * 100vw);
}
.block.block_anniversary .memorial_movie {
	position: relative;
	width: 100%;
	height: calc(380 / 750 * 100vw);
	background: url(../img/anniversary_movie_bg.jpg) no-repeat;
	background-size: cover;
	margin-bottom: calc(60 / 750 * 100vw);
}
.block.block_anniversary .memorial_movie .memorial_movie_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-ransform: translate(-50%, -50%);
	width: calc(80 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
	z-index: 20;
}
.block.block_anniversary .info {
	margin-bottom: calc(65 / 750 *100vw);
}
.block.block_anniversary .info a {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #d8d6d0;
	padding: calc(20 / 750 * 100vw);
}
.block.block_anniversary .info a::after {
	content: "";
	display: block;
	position: absolute;
	right: calc(-40 / 750 * 100vw);
	bottom: calc(-40 / 750 * 100vw);
	border: solid transparent;
	border-width: calc(40 / 750 * 100vw);
	border-right-color: #306443;
	transform: rotate(-135deg);
}
.block.block_anniversary .info .img {
	position: relative;
}
.block.block_anniversary .info .img img {
	width: 100%;
}
.block.block_anniversary .info .set {
	margin: 3vw;
}
.block.block_anniversary .info .set h3 {
	margin-bottom: calc(25 / 750 *100vw);
  color: #00736d;
  font-size: 3.2rem;
	font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.43;
}
.block.block_anniversary .info .set .text {
	margin-bottom: 0;
}
@media print, screen and (min-width: 768px){/* PC */
.block.block_anniversary .heading03 {
padding: 18px 5px;
}
.block.block_anniversary .memorial_movie {
	height: 380px;
	margin-bottom: 40px;
}
.block.block_anniversary .memorial_movie .memorial_movie_play {
	width: 80px;
	height: 80px;
}
.block.block_anniversary .info {
	margin-bottom: 60px;
}
.block.block_anniversary .info a {
	display: flex;
	padding: 10px;
	transition: opacity .3s;
}
.block.block_anniversary .info a:hover {
	opacity: .8;
}
.block.block_anniversary .info a::after {
	right: -40px;
	bottom: -40px;
	border-width: 40px;
}
.block.block_anniversary .info .img {
	width: 240px;
}
.block.block_anniversary .info .img img {
	width: 240px;
}
.block.block_anniversary .info .set {
	flex: 1;
	margin: 20px 25px 10px;
}
.block.block_anniversary .info .set h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.41;
}
.block.block_anniversary .info .set .text {
	margin-bottom: 0;
}
}/* @media */
@media print, screen and (max-width: 1200px) and (min-width: 1024px){/* TABLET */
.block.block_anniversary .info a {
	display: block;
}
}/* @media */

/* -----------------------------------------------
= 下層ページ共通
----------------------------------------------- */
.block h2 .en,
.block h2 .jp::first-letter {
	color: #005752;
}
.block .heading03 {
	position: relative;
	padding: calc(25 / 750 * 100vw) calc(5 / 750 * 100vw);
	color: #005752;
	font-size: 4rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.4;
}
.block .heading03::before,
.block .heading03::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
}
.block .heading03::before {
	width: 100%;
	background: #dcdcdc;
}
.block .heading03::after {
	width: calc(220 / 750 * 100vw);
	background: #00736d;
}
.block .heading04,
.block .heading05 {
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.2;
}
.block .heading04 {
	border-left: 0.5rem solid #bfbfbf;
	padding-left: 1rem;
	margin: 1rem 0 2rem;
}
.block .heading05 {
	color: #005752;
	margin-bottom: 1.5rem;
}
.block .list_circle li {
	position: relative;
	margin-bottom: 1rem;
}
.block .list_circle li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	background: #bfbfbf;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
}
.block .bold {
	font-weight: bold;
}
@media print, screen and (min-width: 768px){/* PC */
	.block .heading03 {
		padding: 18px 5px;
		font-size: 3rem;
	}
	.block .heading03::after {
		width: 220px;
	}
	.block .heading04,
	.block .heading05 {
		font-size: 2.2rem;
	}
	.block .list_circle li {
		padding-left: 15px;
	}
	.block .text.mb {
		margin-bottom: 10px;
	}
	.block .bold {
		font-size: 1.8rem;
	}
}/* @media */
@media print, screen and (max-width: 768px){/* SP */
	.block .list_circle li {
		padding-left: 2rem;
	}
	.block .list_circle li::before {
		top: 1.6rem;
		width: 1.3rem;
		height: 1.3rem;
	}
	.block .text.mb {
		margin-bottom: 1.5rem;
	}
	.block .bold {
		font-size: 2.8rem;
	}
}

/* -----------------------------------------------
= guide_main
----------------------------------------------- */
.guide_main .block_guide .block_img {
	background-image: url(../img/guide_bg01.jpg);
}
.guide_main .block_guide .pdf_img {
	padding-top: 1rem;
	margin-bottom: calc(60 / 750 * 100vw);
}
.guide_main .block_guide .mb_l {
	margin-bottom: calc(120 / 750 * 100vw);
}
@media print, screen and (min-width: 768px){/* PC */
	.guide_main {
		margin-top: 100px;
	}
	.guide_main .block_guide .block_in {
		padding-top: 45px;
	}
	.guide_main .block_guide .block_img {
		height: 145%;
	}
	.guide_main .block_guide .pdf_img {
		max-width: 220px;
		margin-bottom: 50px;
	}
	.guide_main .block_guide .mb_l {
		margin-bottom: 120px;
	}
}/* @media */
@media print, screen and (max-width: 768px){/* SP */
	.guide_main {
		margin-top: calc(110 / 750 * 100vw);
	}
	.guide_main .block_guide .heading04 {
		padding-left: 1.5rem;
	}
	.guide_main .block_guide .block_img {
		height: 50vh;
	}
	.guide_main .block_guide .pdf_img {
		max-width: 32rem;
	}

}/* @media */

/* -----------------------------------------------
= exhibition_main
----------------------------------------------- */
.block.block_exhibition h2 .en {
	color: #306443;
}
.block.block_exhibition h2 .jp:first-letter {
	color: #306443;
}
.block.block_exhibition .item_wrap {
	margin: 0 calc(-45 / 750 *100vw) calc(150 / 750 *100vw);
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.block.block_exhibition .item {
	margin-bottom: calc(40 / 750 * 100vw);
}
.block.block_exhibition .item .update {
	margin-bottom: calc(35 / 750 *100vw);
	color: #898989;
	font-size: 2rem;
	text-align: right;
}
.block.block_exhibition .heading03 {
	padding: calc(25 / 750 * 100vw) calc(5 / 750 * 100vw) calc(8 / 750 * 100vw);
}
.block.block_exhibition .heading03 a {
	color: #00736d;
	font-size: 3.2rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.43;
}
.block.block_exhibition .heading03 a:after {
  content: "";
  position: relative;
  display: inline-block;
  right: -0.3rem;
  width: calc(40 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  background-image: url(../img/exhibition_pdf.jpg);
  background-size: 100%;
}
.block.block_exhibition .text.bold {
	font-size: 2.6rem;
}

@media print, screen and (min-width: 768px){/* PC */
.block.block_exhibition .item_wrap {
	margin: 0 -50px 130px;
}
.block.block_exhibition .item {
	margin-bottom: 40px;
}
.block.block_exhibition .item .update {
	margin-bottom: 35px;
	font-size: 1.5rem;
}
.block.block_exhibition .heading03 {
padding: 18px 5px 8px;
}
.block.block_exhibition .heading03 a {
	font-size: 2.2rem;
	line-height: 1.5;
	transition: opacity .3s;
}
.block.block_exhibition .heading03 a:after {
	width: 40px;
  height: 20px;
}
.block.block_exhibition .heading03 a:hover {
	opacity: 0.8;
}
.block.block_exhibition .text.bold {
	font-size: 1.6rem;
}


}/* @media */







.exhibition_main .block_exhibition .block_img {
	background-image: url(../img/exhibition_bg01.jpg);
}
.exhibition_main .block_exhibition .bold.text {
	margin-bottom: 2rem;
}
.exhibition_main .block_exhibition .item {
	margin-bottom: calc(40 / 750 * 100vw);
}
.exhibition_main .block_exhibition .heading03 a:after {
	content: "";
	position: relative;
  display: inline-block;
	right: -0.5rem;
  width: calc(50 / 750 * 100vw);
	height: calc(25 / 750 * 100vw);
  background-image: url(../img/exhibition_pdf.jpg);
	background-size: 100%;
}
.exhibition_main .block_exhibition .heading03 a {
	color: #005752;
}

@media print, screen and (min-width: 768px){/* PC */
	.exhibition_main {
		margin-top: 100px;
	}
	.exhibition_main .block_exhibition .block_in {
		padding-top: 45px;
	}
	.exhibition_main .block_exhibition .block_img {
		height: 138%;
	}
	.exhibition_main .block_exhibition .heading05 {
		font-size: 2rem;
	}
	.exhibition_main .block_exhibition .item {
		margin-bottom: 40px;
	}
	.exhibition_main .block_exhibition .heading03 a {
		transition: opacity .3s;
	}
	.exhibition_main .block_exhibition .heading03 a:after {
		width: 50px;
		height: 25px;
		transition: opacity .3s;
	}
	.exhibition_main .block_exhibition .heading03 a:hover {
		opacity: 0.8;
	}

}/* @media */
@media print, screen and (max-width: 768px){/* SP */
	.exhibition_main {
		margin-top: calc(110 / 750 * 100vw);
	}
	.exhibition_main .block_exhibition .block_img {
		height: 53vh;
	}
	.exhibition_main .block_exhibition .heading05 {
		font-size: 3rem;
	}
}

/* -----------------------------------------------
= alumnae_main
----------------------------------------------- */
.alumnae_main .block_alumnae .block_img {
	background-image: url(../img/alumnae_bg01.jpg);
}
.alumnae_main .block_alumnae .item {
	margin-bottom: calc(40 / 750 * 100vw);
}
.alumnae_main .block_alumnae .item .text {
	margin-bottom: 0;
}
.alumnae_main .block_alumnae .item.link_only .internal_link {
	border-top: 1px solid #dad5c5;
}
.alumnae_main .block_alumnae .item.link_only .internal_link:last-child {
	border-bottom: 1px solid #dad5c5;
}
.alumnae_main .block_alumnae .internal_link a {
	position: relative;
	display: inline-block;
	color: #00736d;
	font-size: 3.2rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	padding: calc(25 / 750 * 100vw) calc(35 / 750 * 100vw);
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	line-height: 1.4;
}
.alumnae_main .block_alumnae .internal_link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: calc(-10 / 750 * 100vw);
	border: solid transparent;
	border-width: calc(10 / 750 * 100vw) calc(16 / 750 * 100vw);
	border-left-color: #00736d;
}
.alumnae_main .block_alumnae .internal_link a::after {
	content: "";
	display: block;
	position: absolute;
	right: -1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2.8rem;
	height: 2.8rem;
	background: url(../img/internal_link.png) no-repeat;
	background-size: 100%;
}

@media print, screen and (min-width: 768px){/* PC */
	.alumnae_main {
		margin-top: 100px;
	}
	.alumnae_main .block_alumnae .block_img {
		height: 105%;
	}
	.alumnae_main .block_alumnae .block_in {
		min-height: 1000px;
		padding-top: 45px;
	}
	.alumnae_main .block_alumnae .item {
		margin-bottom: 25px;
	}
	.alumnae_main .block_alumnae .heading03 {
		font-size: 2.4rem;
	}
	.alumnae_main .block_alumnae .internal_link a {
		font-size: 1.9rem;
		padding: 25px;
	}
	.alumnae_main .block_alumnae .internal_link a::before {
		margin-top: -6px;
		border-width: 6px 10px;
	}
	.alumnae_main .block_alumnae .internal_link a::after {
		width: 17px;
		height: 17px;
	}
	.alumnae_main .block_alumnae .internal_link a:hover {
		text-decoration: underline;
	}

}/* @media */
@media print, screen and (max-width: 768px){/* SP */
	.alumnae_main {
		margin-top: calc(110 / 750 * 100vw);
	}
	.alumnae_main .block_alumnae .block_img {
		height: 44vh;
	}
}/* @media */

/* -----------------------------------------------
= afterglow_main
----------------------------------------------- */
.afterglow_main {
	margin-top: calc(110 / 750 * 100vw);
}
.afterglow_main .block_in {
	margin-top: 0;
}
.afterglow_gallery_thm {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.afterglow_gallery_thm a {
	position: relative;
	display: block;
	width: 47%;
	margin-bottom: calc(30 / 750 * 100vw);
	cursor: pointer;
}
.afterglow_gallery_thm a::before {
	content: "";
  display: block;
  padding-top: 100%;
}
.afterglow_gallery_thm a img {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.afterglow_gallery_thm .col_set {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.afterglow_gallery_thm .row_set {
	width: 47%;
}
.afterglow_gallery_thm .row_set a {
	width: 100%;
}
.afterglow_gallery_thm figcaption {
	margin-top: calc(10 / 750 * 100vw);
	color: #898989;
	font-size: 2.4rem;
	line-height: 1.5;
}
.is-modal_opened {
	overflow: hidden;
}
.css_modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(0,0,0,0.8);
}
.css_modal:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.css_modal:target {
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.css_modal .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.afterglow_gallery {
	position: relative;
	width: calc(100% - 5.66666vw);
	margin: calc(20 / 750 * 100vw);
}
.afterglow_gallery .modal_block {
	position: relative;
	opacity: 1;
	margin: 0;
}
.afterglow_gallery .modal_body {
	padding: calc(15 / 750 * 100vw) calc(15 / 750 * 100vw) calc(45 / 750 * 100vw) calc(15 / 750 * 100vw);
}
.afterglow_gallery .modal_body .img {
	margin-bottom: 1.5rem;
}
.afterglow_gallery .modal_body .img img {
	margin: 0 auto;
}
.afterglow_gallery .modal_foot_close {
	display: block;
	outline: none;
}
.afterglow_main .chime {
	padding: calc(35 / 750 * 100vw) 0 0;
}
.afterglow_main .chime .txt {
	font-size: 4.6rem;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: calc(30 / 750 * 100vw);
}
.afterglow_main .chime .audio {
	text-align: center;
}
@media print, screen and (min-width: 768px){/* PC */
.afterglow_main {
	margin-top: 100px;
}
.afterglow_main .block_afterglow .block_in {
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 45px;
}
.afterglow_gallery_thm {
	justify-content: flex-start;
}
.afterglow_gallery_thm a {
	width: 15.3846%;
	margin: 0 0.6% 15px;
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
	transition: all .3s;
}
/* .afterglow_gallery_thm .wid30 {
	width: 32.3076%;
}
.afterglow_gallery_thm .wid30 a {
	width: 47.619%;
	max-height: 47.619%;
}
.afterglow_gallery_thm .wid30 .row_set a {
	width: 100%;
}
.afterglow_gallery_thm .wid70 {
	width: 66.1538%;
}
.afterglow_gallery_thm .wid70 a {
	width: 23.2558%;
} */
.afterglow_gallery_thm a figcaption {
	margin-top: 7px;
	font-size: 1.4rem;
}
.afterglow_gallery_thm a:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.afterglow_gallery {
	width: 100%;
	max-width: 1190px;
	margin: 90px auto;
	padding: 0 80px;
}
.afterglow_gallery .modal_body {
	padding: 15px;
}
.afterglow_gallery .modal_body .text {
	margin-bottom: 10px;
}
.afterglow_gallery .modal_foot_close {
	padding-bottom: 40px;
}
.afterglow_gallery .slick-prev,
.afterglow_gallery .slick-next {
	top: 450px;
	width: 27px;
	height: 49px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.afterglow_gallery .slick-prev {
	left: 20px;
}
.afterglow_gallery .slick-next {
	right: 20px;
}
.afterglow_gallery .slick-prev:before,
.afterglow_gallery .slick-next:before {
	content: "";
	display: block;
	width: 27px;
	height: 49px;
	background: url(../img/gallery_arrow.svg) no-repeat;
	opacity: 1;
	transition: opacity .3s;
}
.afterglow_gallery .slick-prev:before {
	transform: rotate(180deg);
}
.afterglow_gallery .slick-prev:hover:before,
.afterglow_gallery .slick-prev:focus:before,
.afterglow_gallery .slick-next:hover:before,
.afterglow_gallery .slick-next:focus:before {
	opacity: .8;
}
.afterglow_main .chime {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
.afterglow_main .chime .txt {
	font-size: 3rem;
	margin-right: 20px;
	margin-bottom: 0;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px){/* TABLET */
.afterglow_gallery .slick-prev,
.afterglow_gallery .slick-next {
	top: 300px;
}
}/* @media */
@media print{
.css_modal {
	display: none;
}
.afterglow_main {
	margin-top: 0;
}
}/* @media */

/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer {
	position: relative;
	z-index: 10;
	padding: calc(80 / 750 * 100vw) 0;
	background: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}
.footer .logo {
	width: calc(303 / 750 * 100vw);
	margin: 0 auto calc(75/ 750 * 100vw);
}
.footer .logo img:nth-child(1) {
	margin-bottom: calc(35/ 750 * 100vw);
}
.footer .logo .memorial {
	width: calc(250 / 750 * 100vw);
}
.footer .text {
	margin: 0 0 calc(75/ 750 * 100vw);
	padding-left: 0.34em;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.34em;
}
.footer .menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(30 / 750 * 100vw) calc(75/ 750 * 100vw);
}
.footer .menu li {
	width: 50%;
}
.footer .menu li a {
	display: block;
	margin: 0 calc(15/ 750 * 100vw);
	padding: calc(30/ 750 * 100vw) 0;
	color: #00736d;
	border-bottom: 1px solid #eaeaea;
	font-size: 3rem;
	line-height: 1.2;
}
.footer .menu li:nth-child(1) a,
.footer .menu li:nth-child(2) a {
	border-top: 1px solid #eaeaea;
}
.footer .link {
	margin: 0 calc(30 / 750 * 100vw) calc(70/ 750 * 100vw);
}
.footer .link a {
	display: block;
	padding: calc(25/ 750 * 100vw) 0;
	font-size: 2.8rem;
}
.footer small {
	display: block;
	padding: calc(40/ 750 * 100vw) 0 0;
	color: #aaa;
	border-top: 1px solid #eaeaea;
	font-size: 1.8rem;
}
.footer .pagetop {
	position: fixed;
	z-index: 30;
	right: calc(24/ 750 * 100vw);
	bottom: calc(24/ 750 * 100vw);
	width: calc(80/ 750 * 100vw);
	height: calc(80/ 750 * 100vw);
	background: #e1ded8;
	border-radius: calc(40/ 750 * 100vw);
	cursor: pointer;
}
.footer .pagetop::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: calc(-34/ 750 * 100vw);
	margin-left: calc(-12/ 750 * 100vw);
	border: solid transparent;
	border-bottom-color: #fff;
	border-width: calc(20/ 750 * 100vw) calc(12/ 750 * 100vw);
}
@media print, screen and (min-width: 768px){/* PC */
.footer {
	padding: 60px 0 20px;
}
.footer .logo {
	width: 303px;
	margin: 0 auto 45px;
}
.footer .logo a {
	display: block;
}
.footer .logo a:hover img {
	opacity: .8;
}
.footer .logo img:nth-child(1) {
	margin-bottom: 25px;
}
.footer .logo .memorial {
	width: 250px;
}
.footer .text {
	margin: 0 0 45px;
	font-size: 4rem;
}
.footer .menu {
	justify-content: center;
	margin: 0 70px 40px;
}
.footer .menu li {
	width: 14.2857%;
	min-width: 160px;
}
.footer .menu li a {
	margin: 0 8px 15px;
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
	font-size: 1.5rem;
	white-space: nowrap;
	transition: border .3s;
}
.footer .menu a:hover {
	border-top-color: #00736d !important;
	border-bottom-color: #00736d;
}
.footer .link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 30px 70px;
}
.footer .link a {
	display: block;
	margin: 0 25px 20px;
	padding: 0;
	font-size: 1.4rem;
	transition: color .3s;
}
.footer .link a:hover {
	color: #00736d;
}
.footer small {
	padding: 20px 0 0;
	font-size: 1.5rem;
}
.footer .pagetop {
	right: 30px;
	bottom: 30px;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	transition: background .3s;
}
.footer .pagetop:hover {
	background: #00736d;
}
.footer .pagetop::before {
	margin-top: -34px;
	margin-left: -12px;
	border-width: 20px 12px;
}
}/* @media */
/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
.header,
.nav_btn,
.block,
.block_in {
	position: static;
}
.block.type01 .block_in {
	margin-left: 0;
}
.block.type02 .block_in {
	margin-right: 0;
}
.main,
.block::before,
.footer .pagetop {
	display: none;
}
}/* @media */
