@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 {
	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: 400;
	font-size: 3.5vw;
	letter-spacing: 0.05em;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
	color: #252525;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

.pc {
	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 {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140vw;
	overflow: hidden;
	background: #1a1c28;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual figure img {
	max-width: 400%;
	height: 140vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#visual .container {
	margin: 0 5vw;
	text-align: left;
}

#visual h1 {
	margin-bottom: 100px;
	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: 5vw;
	line-height: 1.3;
}

#visual h1 .ja {
	display: block;
	margin-bottom: 30px;
	font-size: 8vw;
}

#visual p {
	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: 3.5vw;
	line-height: 2.1;
}

/* ---------------------------------------------------------
	CSS Document lang_btn
--------------------------------------------------------- */

#lang_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 90px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 5px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	padding: 10vw 5vw;
	position: relative;
	z-index: 0;
}

#about .container:before {
	content: '';
	width: 40vw;
	height: 40vw;
	background: url(../images/about_02.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 0;
	left: -15vw;
	z-index: -1;
}

#about .container:after {
	content: '';
	width: 40vw;
	height: 48vw;
	background: url(../images/about_03.png) no-repeat 0 0 / 100% auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#about h2 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 6vw;
	color: #4fb50f;
}

#about h2:before {
	display: block;
	content: '';
	height: 8vw;
	margin-bottom: 15px;
	background: url(../images/about_01.png) no-repeat top / auto 100%;
}

#about p {
	margin-bottom: 2em;
	text-align: justify;
}

#about p em {
	font-weight: 700;
	text-decoration: underline solid #fcc2ac 7px;
	text-underline-offset: -0.2em;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution {
	margin-bottom: 90px;
	padding: 90px 5vw 10vw;
	background: #26475c url(../images/solution_01.webp) no-repeat 0 0 / auto 100%;
	color: #fff;
	position: relative;
	z-index: 0;
}

#solution:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 40px transparent;
	border-top: solid 60px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
}

#solution:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 40px transparent;
	border-top: solid 60px #26475c;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -100px;
}

#solution h2 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 6vw;
}

#solution h2:before {
	display: block;
	content: '';
	height: 8vw;
	margin-bottom: 15px;
	background: url(../images/solution_02.png) no-repeat top / auto 100%;
}

#solution p {
	margin-bottom: 2em;
	text-align: justify;
}

#solution p em {
	font-weight: 700;
	background: linear-gradient(to bottom, transparent 65%, #599755 65%);
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 20vw;
}

#case h2 {
	margin-bottom: 6vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 1.7;
	color: #4fb50f;
}

#case h2 .en {
	display: block;
	font-size: 4.5vw;
}

#case p {
	margin: 0 5vw 2vw;
	text-align: justify;
}

#case p em {
	font-weight: 700;
	text-decoration: underline solid #fcc2ac 7px;
	text-underline-offset: -0.2em;
}

#case figure img {
	height: 86vw;
}

/* ---------------------------------------------------------
	CSS Document type
--------------------------------------------------------- */

#type {
	padding: 90px 5vw 10vw;
	background: #26475c url(../images/solution_01.webp) no-repeat 0 0 / auto 100%;
	color: #fff;
	position: relative;
	z-index: 0;
}

#type:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 40px transparent;
	border-top: solid 60px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
}

#type:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 40px transparent;
	border-top: solid 60px #173b54;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -99px;
}

#type h2 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 6vw;
}

#type h2:before {
	display: block;
	content: '';
	height: 8vw;
	margin-bottom: 15px;
	background: url(../images/type_01.png) no-repeat top / auto 100%;
}

#type .copy {
	margin-bottom: 2em;
	font-size: 4vw;
}

#type .section {
	margin: 0 0 5vw 5vw;
	padding-bottom: 6vw;
	background: #fff;
	color: #302b2b;
	position: relative;
	z-index: 0;
}

#type .num {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 30vw;
	line-height: 0.67;
	color: #56b81b;
	position: absolute;
	bottom: 0;
	left: -0.26em;
	z-index: 1;
}

#type .row {
	padding: 6vw 5vw 4vw;
	text-align: justify;
}

#type .dt {
	margin-bottom: 2.5vw;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.4;
}

#type .dt span {
	font-weight: 400;
	font-size: 3vw;
}

#type .dd {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 5vw;
	letter-spacing: 0;
	line-height: 1;
	color: #4fb50f;
}

#type .row p {
	font-size: 3.2vw;
	line-height: 1.8;
}

#type figure img {
	height: 32vw;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer a {
	display: block;
	padding: 20vw 0 10vw;
	background: #fa8f65;
	text-decoration: none;
	line-height: 1.4;
	color: #fff;
}

#footer a .ja {
	display: block;
	margin-bottom: 3vw;
	font-weight: 700;
	font-size: 5vw;
}

#footer a .en {
	display: inline-block;
	vertical-align: top;
	padding-right: 5.8vw;
	background: url(../images/link_02.png) no-repeat right / 4.5vw auto;
	font-weight: 500;
	font-size: 4vw;
	line-height: 4.5vw;
}

#footer address {
	background: #f4f4f4;
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 20vw;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 100%;
	background: #26475c;
	font-size: 0;
	position: fixed;
	bottom: 5vw;
	right: 5vw;
	z-index: 9;
}

#pagetop span {
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 12px;
}
