@charset "UTF-8";
/* -----------------------------------------------
= culture education page only(/culture/education.html)
----------------------------------------------- */
.main {
	position: relative;
	margin: 0 0 calc(180 / 750 * 100vw);
	padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.main h1 {
	color: #1a4661;
}
.main h1 .jp {
	display: block;
	margin-bottom: calc(15 / 750 * 100vw);
	font-size: 2rem;
	letter-spacing: 0.2em;
}
.main h1 .en {
	display: block;
	margin-bottom: calc(20 / 750 * 100vw);
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.main .img img {
	height: calc(480 / 750 * 100vw);
	object-fit: cover;
}
.main h2 {
	position: absolute;
	right: 0;
	bottom: calc(-130 / 750 * 100vw);
	width: calc(680 / 750 * 100vw);
	padding: calc(30 / 750 * 100vw);
	color: #1a4661;
	background: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
@media print, screen and (min-width: 767px){/* PC */
.main {
	max-width: 1400px;
	margin: 0 auto 150px;
	padding: 46px 0 0 80px;
}
.main h1 {
	position: relative;
	margin-bottom: -50px;
}
.main h1 .jp {
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.main h1 .en {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 25px;
	font-size: 3.6rem;
	background: #fff;
}
.main .img {
	text-align: right;
}
.main .img img {
	height: auto;
	object-fit: fill;
}
.main h2 {
	bottom: -80px;
	max-width: 740px;
	padding: 20px 30px 25px 40px;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 767px){/* TABLET */
.main {
	overflow: hidden;
}
.main h2 {
	position: static;
}
}/* @media */

.block.type01 {
	margin: 0 0 calc(60 / 750 * 100vw) 0;
	padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
	background: #f9f9f6;
}
.block.type01 h2 {
	position: relative;
	top: calc(-60 / 750 * 100vw);
	padding: calc(20 / 750 * 100vw);
	color: #fff;
	background: #1a4661;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
}
.block.type01 h2::after {
	content: "";
	display: block;
	position: absolute;
	right: calc(-10 / 750 * 100vw);
	bottom: calc(-10 / 750 * 100vw);
	width: 100%;
	height: 100%;
	border: 1px solid #1a4661;
}
.block.type01 .img {
	text-align: center;
}
.block.type02 .block_in {
	margin: 0 calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
}
.block.type02 h2 {
	margin: 0 0 calc(20 / 750 * 100vw);
	font-weight: 700;
}
.block.type02 .year {
	display: inline-block;
	margin: 0 0 calc(15 / 750 * 100vw);
	padding: calc(10 / 750 * 100vw);
	font-size: 2.4rem;
	color: #fff;
	background: #1a4661;
	border-radius: 3px;
}
.block.type02 .year span {
	font-size: 4rem;
}
.block.type02 .title {
	display: block;
	color: #1a4661;
	font-size: 3.2rem;
	line-height: 1.5;
}
.block.type02 .img_set {
	display: flex;
	justify-content: space-between;
	margin: 0 0 calc(30 / 750 * 100vw);
}
.block.type02 .img_set .img {
	width: 32%;
}
.block.type02 .text {
	font-size: 2.6rem;
	line-height: 1.83;
}
.block.type02 .support {
	margin: calc(60 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
	border: 1px solid #c7c8c9;
	border-radius: calc(10 / 750 * 100vw);
}
.block.type02 .support dt {
	position: relative;
	margin: -1px;
	padding: calc(20 / 750 * 100vw) 0;
	color: #fff;
	background: #e7a54f;
	border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
}
.block.type02 .support dt::before,
.block.type02 .support dt::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(20 / 750 * 100vw);
	width: calc(41 / 750 * 100vw);
	height: calc(29 / 750 * 100vw);
	background: url(../../img/culture/education_bg01.png) no-repeat 50% 50% / cover;
}
.block.type02 .support dt::before {
	left: 50%;
	margin-left: -7em;
}
.block.type02 .support dt::after {
	right: 50%;
	margin-right: -7em;
	transform: scale(-1,1);
}
.block.type02 .support dd {
	padding: calc(30 / 750 * 100vw);
}
@media print, screen and (min-width: 767px){/* PC */
.block.type01 {
	margin: 0 0 60px;
	padding: 0 40px 70px;
}
.block.type01 h2 {
	top: -35px;
	width: 570px;
	margin: 0 auto 30px;
	padding: 20px 0;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.block.type01 h2::after {
	right: -8px;
	bottom: -8px;
}
.block.type02 .block_in {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 40px 50px;
}
.block.type02 .block_in::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 95px;
	z-index: -1;
	width: 1px;
	height: 100%;
	background: #1a4661;
}
.block.type02 .block_in:last-child::before {
	display: none;
}
.block.type02 h2 {
	display: flex;
	align-items: start;
	margin: 0 0 15px;
}
.block.type02 .year {
	width: 110px;
	margin: 0 26px 0 0;
	padding: 10px;
	font-size: 2rem;
	border-radius: 6px;
	text-align: center;
}
.block.type02 .year span {
	font-size: 3rem;
}
.block.type02 .title {
	flex: 1;
	margin-top: 7px;
	font-size: 2.4rem;
}
.block.type02 .box {
	margin-left: 136px;
}
.block.type02 .img_set {
	margin: 0 0 30px;
}
.block.type02 .img_set .img {
	width: 32%;
}
.block.type02 .text {
	font-size: 1.5rem;
}
.block.type02 .support {
	margin: 60px 0 20px;
	border-radius: 10px;
}
.block.type02 .support dt {
	padding: 20px 0;
	border-radius: 10px 10px 0 0;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}
.block.type02 .support dt::before,
.block.type02 .support dt::after {
	top: 20px;
	width: 41px;
	height: 29px;
}
.block.type02 .support dt::before {
	margin-left: -8em;
}
.block.type02 .support dt::after {
	margin-right: -8em;
}
.block.type02 .support dd {
	padding: 25px 40px;
}
}/* @media */
