@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#bread figure {
	bottom: -15vw;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	margin: 15vw 5vw 10vw;
}

#about p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point .photo_01 {
	height: 34.8832vw;
	margin-bottom: 8vw;
}

#point .row {
	margin: 0 5vw;
}

#point h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8vw;
	padding-bottom: 5px;
	border-bottom: dotted 4px #1c509d;
	font-weight: 700;
	font-size: 5vw;
	color: #1c509d;
}

#point p {
	margin-bottom: 1.5em;
	text-align: justify;
}

#point .photo_04 img {
	height: 50vw;
}

/* ---------------------------------------------------------
	CSS Document feature
--------------------------------------------------------- */

#feature {
	padding: 15vw 10vw 5vw;
	background: #e0e4e7;
}

#feature .h2 {
	margin-bottom: 15vw;
}

#feature .section {
	margin-bottom: 15vw;
	background: #fff;
	position: relative;
	z-index: 0;
}

#feature .section:after {
	content: '';
	width: 130px;
	height: 220px;
	border: solid 1px #1c509d;
	position: absolute;
	top: -5vw;
	left: -5vw;
	z-index: -1;
}

#feature .row {
	background: #fff;
}

#feature .name {
	margin-bottom: 4vw;
	padding-top: 10vw;
	font-weight: 600;
	font-size: 5vw;
	line-height: 1.3;
	color: #1c509d;
}

#feature .name .en {
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-size: 15vw;
	position: absolute;
	top: -5vw;
	left: 0;
}

#feature .name .small {
	font-size: 14px;
}

#feature img {
	height: 96px;
}

#feature .section p {
	padding: 20px;
	text-align: justify;
}
