/* --------------------------------- mv */
div.fv {
	position: relative;
	width: 100%;
	background-color: #ddd;
}
div.fv img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 776px;
}
div.fv h2 {
	text-align: center;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
div.fv h2 span.border {
	display: inline;
	font-size: 1.87em;
	border-bottom: 3px dotted #808080;
}
div.fv h2 span.border span {
	color: #f89a71;
}
div.fv h2 br {
	display: none;
}

@media screen and (max-width: 768px) {
	div.fv {
		margin: 0 0 30px 0;
	}
	div.fv h2 {
		top: 80px;
	}
	div.fv h2 span.border {
		line-height: 2em;
		font-size: min(7.5vw, 1.87em);
	}
	div.fv h2 br {
		display: block;
	}
}
@media screen and (max-width: 378px) {
	div.fv h2 {
		top: 40px;
	}
	div.fv img {
		height: 456px;
	}
}



/* --------------------------------- important */
div.important {
	width: 100%;
	padding: 0 20px;
	margin: 50px 0 30px;
}
div.important ul {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
div.important ul li {
	width: 100%;
	border-radius: 30px;
	background-color: #b11111;
	color: #ffffff;
}
div.important ul li:not(:last-child) {
	margin-bottom: 10px;
}
div.important ul li a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	color: #ffffff;
	padding: 16px 30px;
	transition: opacity 0.3s;
}
div.important ul li span.icon{
	width: 100%;
	max-width: 100px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0 10px 0 0;
}
div.important ul li span.date {
	width: 100%;
	max-width: 100px;
	margin: 0 12px 0 0;
}
div.important ul li p {
	text-decoration: underline;
	width: calc(100% - 222px);
}
div.important ul li a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	div.important ul li span.icon {
		margin: 0 10px 12px 0;
	}
	div.important ul li span.date {
		margin: 0 0 12px 0;
	}
	div.important ul li p {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	div.important ul li {
		border-radius: 20px;
	}
	div.important ul li a {
		padding: 16px 16px;
	}
}

/* --------------------------------- news */
div.news {
	width: 100%;
	padding: 0 20px;
	margin: 0 0 90px;
}
div.news div.inner {
	width: 100%;
	max-width: 1050px;
	background-color: #f6f4ef;
	border-radius: 30px;
	padding: 20px;
	margin: 0 auto;
}
div.news ul {
	width: 100%;
	max-width: 960px;
	height: 500px;
	margin: 0 auto;
	overflow-y: scroll;
	padding-right: 8px;
}
div.news ul li {
	width: 100%;
	border-bottom: 1px dashed #999999;
}
div.news ul li a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 16px;
}
div.news ul li span.icon{
	width: 100%;
	max-width: 100px;
	text-align: center;
	margin: 0 10px 0 0;
}
div.news ul li span.category-01 {
	color: #93278f;
	border: 1px solid #93278f;
}
div.news ul li span.category-02 {
	color: #7ac943;
	border: 1px solid #7ac943;
}
div.news ul li span.category-03 {
	color: #ff7bac;
	border: 1px solid #ff7bac;
}
div.news ul li span.category-04 {
	color: #3fa9f5;
	border: 1px solid #3fa9f5;
}
div.news ul li span.category-05 {
	color: #ff931e;
	border: 1px solid #ff931e;
}
div.news ul li span.date {
	width: 100%;
	max-width: 100px;
	color: #4d4d4d;
	margin: 0 12px 0 0;
}
div.news ul li p {
	color: #0000ff;
	text-decoration: underline;
	width: calc(100% - 222px);
}
div.news ul li a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	div.news ul li span.icon {
		margin: 0 10px 12px 0;
	}
	div.news ul li span.date {
		margin: 0 0 12px 0;
	}
	div.news ul li p {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	div.news ul li a {
		padding: 16px 8px;
	}
}

/* --------------------------------- about */
section.about {
	display: flex;
	align-items: center;
	justify-content: right;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 90px;
}
section.about h2 {
	width: 100%;
	padding: 0 20px;
}
section.about div.box-left {
	width: 43%;
	max-width: 470px;
	margin-right: 7%;
	padding-left: 20px;
}
section.about div.box-left ol {
	width: 100%;
	counter-reset: num;
	list-style: none;
	margin: 20px 0;
}
section.about div.box-left ol li {
	display: flex;
	align-items: stretch;

	width: 100%;
	font-size: 1.5em;
	border: 1px solid #f89a71;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 0 10px;
}
section.about div.box-left ol li::before {
	counter-increment: num;
	content: counter(num);
	
	flex-shrink: 0;
	width: 40px;
	align-content: center;
	color: #ffffff;
	text-align: center;
	background-color: #f89a71;
	padding-bottom: 3px;
}
section.about div.box-left ol li span {
	color: #f89a71;
	padding: 5px 10px;
}
section.about div.box-left a.btn-arrow {
	max-width: 164px;
	margin-top: 30px;
}

section.about figure {
	width: 50%;
}
section.about figure img {
	object-fit: cover;
	width: 100%;
	height: 400px;
	background-color: #ddd;
	border-radius: 30px 0 0 30px;
}

@media screen and (max-width: 768px) {
	section.about {
		padding: 0 20px;
		margin: 0 auto 40px;
	}
	section.about div.box-left {
		width: 100%;
		max-width: unset;
		order: 3;
		margin-right: unset;
		padding-left: unset;
	}
	section.about div.box-left ol li {
		line-height: 1.5em;
		font-size: 1.37em;
	}
	section.about div.box-left a.btn-arrow {
		margin: 30px auto 0;
	}
	section.about figure {
		width: 100%;
		orphans: 2;
		margin-bottom: 20px;
	}
	section.about figure img {
		object-fit: cover;
		height: 300px;
		/* aspect-ratio: 6 / 5; */
		border-radius: 30px;
	}
}

div.overview {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
div.overview a.btn-arrow {
	max-width: 250px;
	margin: 0 auto 20px;
}


/* --------------------------------- member */
section.detail a.btn-arrow {
	margin: 0 auto 0;
}

section.detail p.text {
	width: 100%;
	max-width: 680px;
	line-height: 1.75em;
	margin: 0 auto 30px;
}
section.detail p span {
	color: #f89a71;
}

section.guide {
	position: relative;
	z-index: 5;
}
section.guide div.image {
	position: relative;
}
section.guide div.image::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 18%;
	background-color: #f6f4ef;
	z-index: -1;
}
section.guide div.image figure {
	width: 60%;
	max-width: 870px;
	margin: 0 auto;
}
section.guide div.image figure img {
	object-fit: contain;
	aspect-ratio: 20 / 9;
	width: 100%;
	height: auto;
}
section.guide div.image svg.wave {
	position: absolute;
	bottom: 17%;
	left: 0;
	width: 100%;
	stroke: none;
	transform: scale(-1 , -1);
	z-index: -1;
}
section.guide div.bg {
	background-color: #f6f4ef;
	padding: 25px 20px 50px;
}
section.guide a.btn-arrow {
	max-width: 260px;
}

section.brochure {
	background-color: #f6f4ef;
	padding: 0 20px 90px;
}
section.brochure a.btn-arrow {
	max-width: 260px;
}
section.brochure figure {
	width: 70%;
	max-width: 259px;
	margin: 0 auto 25px;
}

section.magazine {
	position: relative;
	background-color: #f6f4ef;
	padding: 0 20px 100px;
}
section.magazine figure {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 25px;
}
section.magazine p.text {
	position: relative;
	z-index: 5;
	text-align: center;
	margin-bottom: 15px;
}
section.magazine p.annotation {
	text-align: center;
	font-size: 0.87em;
	margin-bottom: 40px;
}
section.magazine a.btn-arrow {
	position: relative;
	z-index: 5;
	max-width: 164px;
	margin-bottom: 70px;
}
section.magazine div.deco-illust {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 94%;
	max-width: 1050px;
}
section.magazine div.deco-illust img {
	position: absolute;
	bottom: 100px;
	object-fit: contain;
}
section.magazine div.deco-illust img:first-child {
	width: 25.9vw;
	max-width: 272px;
	left: 0;
}
section.magazine div.deco-illust img:last-child {
	width: 34.51vw;
	max-width: 405px;
	right: 0;
}

section.magazine svg.wave {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	stroke: none;
	object-fit: contain;
	object-position: bottom;
}

@media screen and (max-width: 768px) {
	section.detail p.text br {
		display: none;
	}

	section.guide div.image figure {
		width: 96%;
	}
	section.brochure {
    padding: 0 20px 50px;
	}

	section.magazine figure {
		max-width: 285px;
	}
}
@media screen and (max-width: 378px) {
	section.magazine {
    padding: 0px 20px 50px;
	}
	section.magazine p.annotation {
		margin-bottom: 20px;
	}
	section.magazine a.btn-arrow {
		margin-bottom: unset;
	}
	section.magazine div.deco-illust {
		position: static;
		transform: unset;

		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	section.magazine div.deco-illust img {
		position: static;
		bottom: unset;
	}
	section.magazine div.deco-illust img:first-child {
		left: 0;
		width: 40%;
	}
	section.magazine div.deco-illust img:last-child {
		right: 0;
		width: 60%;
	}
}

/* ---------------------------------  */
/* ---------------------------------  */