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

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	height: 780px;
	background: #fff;
	position: relative;
	z-index: 0;
}

#main .bg img {
	max-width: 400%;
	height: 780px;
	transform: translateX(-260px);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#main .container {
	padding-top: 140px;
	position: relative;
}

#main h2 {
	margin-bottom: 40px;
	text-align: left;
	font-weight: 800;
	font-size: 150px;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #1c509d;
}

#main p {
	text-align: left;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #1c509d;
}

#main .logo {
	width: 100px;
	height: 382px;
	position: absolute;
	top: 140px;
	left: -140px;
}

#main .logo img {
	height: 382px;
}

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

#about {
	margin-bottom: 100px;
	padding-top: 80px;
	background: linear-gradient(to bottom, #fff 50%, #eff3f6 50%);
}

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

#about .box {
	width: 560px;
	padding-top: 250px;
	position: relative;
	z-index: 0;
}

#about .bg img {
	max-width: 400%;
	width: 820px;
	height: 500px;
	position: absolute;
	top: 0;
	z-index: -1;
}

#about .box:nth-of-type(1) .bg img {
	right: 0;
}

#about .box:nth-of-type(2) .bg img {
	left: 0;
}

#about .section {
	width: 480px;
	background: #1c509d;
	text-align: justify;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 0;
}

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

#about .box:nth-of-type(2) .section {
	margin-left: auto;
}

#about .row {
	height: 350px;
	padding: 60px 45px 0;
	background: #1c509d;
}

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

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

#about .more {
	margin-top: 40px;
}

#about .more a {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 60px;
	border-radius: 60px;
	border: solid 2px #fff;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 56px;
	color: #fff;
	position: relative;
}

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

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

#service {
	height: 880px;
	position: relative;
	z-index: 0;
}

#service:before {
	content: '';
	width: 100%;
	height: 512px;
	background: #fff;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: -1;
}

#service .service_01 img {
	max-width: 400%;
	width: 775px;
	height: 620px;
	margin-right: 180px;
	position: absolute;
	top: -14px;
	right: 50%;
}

#service .section {
	width: 480px;
	margin: 0 auto;
	padding-top: 25px;
}

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

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

#service .more a {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 60px;
	border-radius: 60px;
	border: solid 2px #1c509d;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 56px;
	color: #1c509d;
	position: relative;
}

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

#service .service_02 img {
	max-width: 400%;
	width: 412px;
	height: 558px;
	margin-left: 280px;
	position: absolute;
	top: 0;
	left: 50%;
}

#service .service_03 img {
	max-width: 400%;
	width: 960px;
	height: 393px;
	position: absolute;
	top: 610px;
	left: 50%;
}

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

#case .container {
	margin-bottom: 130px;
	padding: 0 60px 60px;
	background: #fff;
	position: relative;
	z-index: 1;
}

#case h2 {
	margin-bottom: 0;
	text-align: left;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	color: #1c509d;
	transform: translateY(-45px);
}

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

#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: 275px;
	margin-bottom: 40px;
}

#case .more a {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 60px;
	border-radius: 60px;
	border: solid 2px #1c509d;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 56px;
	color: #1c509d;
	position: relative;
}

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