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

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#main {
	margin-bottom: 10vw;
	padding-top: 10vw;
	position: relative;
	z-index: 0;
}

#main .bg {
	width: 85vw;
	height: 110vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 15vw;
	z-index: -1;
}

#main .bg img {
	max-width: 400%;
	height: 110vw;
	position: absolute;
	top: 0;
	right: -50%;
}

#main .container {
	margin-left: 5vw;
	text-align: left;
}

#main .logo img {
	height: 57.51253333333333vw;
}

#main .row {
	display: inline-block;
	vertical-align: top;
	margin-top: 15vw;
	padding-right: 6vw;
	background: #fff;
	text-align: left;
}

#main h2 {
	font-weight: 800;
	font-size: 18vw;
	line-height: 1;
	color: #1c509d;
	transform: translateY(-6vw);
}

#main p {
	text-align: left;
	font-weight: 600;
	font-size: 3.5vw;
	line-height: 1.7;
	color: #1c509d;
}

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

#about .box {
	margin-bottom: 15vw;
	padding-top: 20vw;
	position: relative;
	z-index: 0;
}

#about .bg img {
	height: 60.97493333333333vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#about .section {
	margin: 0 5vw 0 10vw;
	background: #1c509d;
	text-align: justify;
	color: #fff;
	position: relative;
	z-index: 0;
}

#about .section:before {
	content: '';
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
	position: absolute;
	top: -15vw;
	left: -5vw;
	z-index: -1;
}

#about .row {
	padding: 8vw 5vw 5vw;
	background: #1c509d;
}

#about h2 {
	margin-bottom: 50px;
	text-align: left;
	font-weight: 600;
	font-size: 3.5vw;
	letter-spacing: 0.1em;
	line-height: 1.1;
	color: #fff;
	position: absolute;
	top: -9vw;
	left: 0;
}

#about h2 .en {
	display: block;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-size: 8vw;
}

#about .more {
	margin-top: 5vw;
}

#about .more a {
	display: block;
	border-radius: 10vw;
	border: solid 2px #fff;
	text-align: center;
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 10vw;
	color: #fff;
	position: relative;
}

#about .more a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service .service_01 {
	height: 80vw;
}

#service .section {
	padding: 8vw 5vw;
	background: #eff3f6;
}

#service h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: dotted 4px #13366b;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1;
	color: #13366b;
}

#service .section p {
	margin-bottom: 1.5em;
	text-align: left;
}

#service .more a {
	display: block;
	border-radius: 10vw;
	border: solid 2px #13366b;
	text-align: center;
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 10vw;
	color: #13366b;
	position: relative;
}

#service .more a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #13366b;
	border-right: solid 2px #13366b;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

#service .service_02 {
	margin-bottom: 10vw;
	background: #eff3f6;
}

#service .service_02 img {
	height: 50vw;
}

#service .service_03 {
	margin-bottom: 7vw;
}

#service .service_03 img {
	height: 40.9376vw;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 0 5vw 20vw;
}

#case h2 {
	margin-bottom: 6vw;
	text-align: left;
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.4;
	color: #1c509d;
}

#case h2 .en {
	display: block;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-size: 8vw;
}

#case h2 .en:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 100px;
	height: 1px;
	margin-left: 30px;
	border-bottom: dotted 4px #1c509d;
}

#case figure {
	height: 22.5vw;
	margin-bottom: 8vw;
}

#case .more a {
	display: block;
	border-radius: 10vw;
	border: solid 2px #13366b;
	text-align: center;
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 10vw;
	color: #13366b;
	position: relative;
}

#case .more a:after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #13366b;
	border-right: solid 2px #13366b;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}
