@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1400px;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #252525;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

.sp {
	display: none;
}

.lazyloaded {
	opacity: 0;
	animation: lazyload .8s 0s forwards ease;
}

@keyframes lazyload {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

address, em, i {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.h2 {
	margin-bottom: 50px;
	line-height: 1;
}

.h2 .ja {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 30px;
	color: #00a6fe;
}

.h2 .en {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.1em;
	background: linear-gradient(to bottom, transparent 72%, #75c6ff 72%);
	font-weight: 700;
	font-size: 85px;
	line-height: 1.1;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 800px;
	overflow: hidden;
	background: #1a1c28;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 100%;
	min-width: 1400px;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

#visual figure img {
	max-width: 400%;
	width: 100%;
	min-height: 800px;
}

#visual .container {
	text-align: left;
}

#visual h1 {
	margin-bottom: 140px;
	text-shadow: 0 0 18px #293043, 0 0 18px #293043, 0 0 18px #293043, 0 0 18px #293043, 0 0 18px #293043, 0 0 18px #293043, 0 0 18px #293043, 0 0 18px #293043;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.3;
}

#visual h1 .ja {
	display: block;
	margin-bottom: 30px;
	font-size: 68px;
}

#visual p {
	margin-left: 70px;
	text-shadow: 0 0 10px rgba(46, 87, 107, 0.8), 0 0 10px rgba(46, 87, 107, 0.8), 0 0 10px rgba(46, 87, 107, 0.8), 0 0 10px rgba(46, 87, 107, 0.8), 0 0 10px rgba(46, 87, 107, 0.8);
	font-weight: 500;
	font-size: 22px;
	line-height: 2.1;
}

/* ---------------------------------------------------------
	CSS Document lang_btn
--------------------------------------------------------- */

#lang_btn {
	position: absolute;
	top: 20px;
	right: 150px;
	width: 120px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	padding: 120px 0 80px;
	position: relative;
	z-index: 0;
}

#about .container:before {
	content: '';
	width: 470px;
	height: 430px;
	background: url(../images/about_02.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -420px;
	z-index: -1;
}

#about .container:after {
	content: '';
	width: 391px;
	height: 504px;
	background: url(../images/about_03.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	right: -391px;
	z-index: -1;
}

#about h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 42px;
	line-height: 72px;
	color: #4fb50f;
}

#about h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 235px;
	height: 72px;
	margin-right: 1em;
	background: url(../images/about_01.png) no-repeat 0 0;
}

#about p {
	width: 1100px;
	margin: 0 auto 2em;
	text-align: justify;
	font-size: 20px;
}

#about p em {
	font-weight: 700;
	text-decoration: underline solid #fcc2ac 10px;
	text-underline-offset: -0.2em;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution {
	margin-bottom: 160px;
	padding: 120px 0 80px;
	background: #26475c url(../images/solution_01.webp) top;
	color: #fff;
	position: relative;
	z-index: 0;
}

#solution:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 50px transparent;
	border-top: solid 90px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
}

#solution:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 50px transparent;
	border-top: solid 90px #26475c;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -140px;
}

#solution h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 42px;
	line-height: 72px;
}

#solution h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 287px;
	height: 72px;
	margin-right: 1em;
	background: url(../images/solution_02.png) no-repeat 0 0;
}

#solution p {
	width: 1100px;
	margin: 0 auto 2em;
	text-align: justify;
	font-size: 20px;
}

#solution p em {
	font-weight: 700;
	background: linear-gradient(to bottom, transparent 65%, #599755 65%);
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 100px;
}

#case h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.7;
	color: #4fb50f;
}

#case h2 .en {
	display: block;
	font-size: 26px;
}

#case p {
	width: 1100px;
	margin: 0 auto 90px;
	text-align: justify;
	font-size: 20px;
}

#case p em {
	font-weight: 700;
	text-decoration: underline solid #fcc2ac 10px;
	text-underline-offset: -0.2em;
}

#case figure {
	height: 1234px;
}

/* ---------------------------------------------------------
	CSS Document type
--------------------------------------------------------- */

#type {
	padding: 150px 0 120px;
	background: #26475c url(../images/solution_01.webp) top;
	color: #fff;
	position: relative;
	z-index: 0;
}

#type:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 50px transparent;
	border-top: solid 90px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
}

#type:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 50px transparent;
	border-top: solid 90px #26475c;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -140px;
}

#type h2 {
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 42px;
	line-height: 72px;
}

#type h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 248px;
	height: 72px;
	margin-right: 1em;
	background: url(../images/type_01.png) no-repeat 0 0;
}

#type .copy {
	margin-bottom: 30px;
	font-size: 24px;
}

#type .container {
	display: flex;
	justify-content: space-between;
}

#type .section {
	width: 30%;
	padding-bottom: 30px;
	background: #fff;
	color: #302b2b;
	position: relative;
	z-index: 0;
}

#type .num {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 140px;
	line-height: 0.7;
	color: #56b81b;
	position: absolute;
	bottom: 0;
	left: -0.26em;
	z-index: 1;
}

#type .row {
	padding: 25px 20px;
	text-align: justify;
}

#type .dt {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.4;
}

#type .dt span {
	font-weight: 400;
	font-size: 14px;
}

#type .dd {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 0;
	line-height: 1;
	color: #4fb50f;
}

#type .row p {
	font-size: 15px;
	line-height: 1.7;
}

#type figure img {
	height: 140px;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer .link {
	background: #fa8f65;
}

#footer a {
	display: block;
	padding: 100px 0 60px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footer a:hover {
	opacity: 0.6;
}

#footer a .ja {
	font-weight: 700;
	font-size: 38px;
}

#footer a .en {
	display: inline-block;
	vertical-align: top;
	padding-right: 65px;
	background: url(../images/link_02.png) no-repeat right / 50px auto;
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
}

#footer address {
	background: #f4f4f4;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 60px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	background: #26475c;
	font-size: 0;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	transition: .4s;
	cursor: pointer;
}

#pagetop span {
	width: 22px;
	height: 22px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	left: 24px;
}

#pagetop:hover {
	opacity: 0.6;
}
