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

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

#about {
	margin-bottom: 70px;
}

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

#point {
	margin-bottom: 100px;
	padding-top: 280px;
	position: relative;
}

#point .photo_01 {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#point .photo_01 img {
	max-width: 400%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#point .container {
	height: 530px;
	padding: 50px 0 0 160px;
	background: #1c509d;
	text-align: justify;
	color: #fff;
	position: relative;
	z-index: 0;
}

#point .photo_02 {
	width: 1200px;
	height: 530px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#point .photo_03 {
	width: 195px;
	height: 230px;
	position: absolute;
	top: -100px;
	left: -80px;
}

#point .photo_04 {
	width: 436px;
	height: 407px;
	position: absolute;
	top: -87px;
	right: -20px;
}

#point h3 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dotted 4px #fff;
	font-weight: 700;
	font-size: 40px;
}

#point p {
	margin-bottom: 1.5em;
	font-size: 16px;
}

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

#feature {
	margin-bottom: 130px;
}

#feature .h2 {
	margin-bottom: 80px;
}

#feature .container {
	display: flex;
	justify-content: space-between;
}

#feature .section {
	width: 260px;
	background: #fff;
	position: relative;
	z-index: 0;
}

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

#feature .section:nth-of-type(even) {
	transform: translateY(30px);
}

#feature .row {
	background: #fff;
}

#feature .name {
	margin-bottom: 15px;
	padding-top: 50px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	color: #1c509d;
}

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

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

#feature img {
	height: 96px;
}

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