@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: #394350;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
	/* word-break: keep-all;
	white-space: normal;
	overflow-wrap: break-word;
	line-height: 1.6;
	letter-spacing: 0.02em; */
}

.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 {
	height: 100vw;
	overflow: hidden;
	margin-bottom: 8vw;
	background: #b5dde7;
	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: 100vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#visual .container {
	display: flex;
	align-items: flex-end;
	height: 100vw;
	padding-bottom: 8vw;
	text-align: left;
}

#visual h1 {
	margin: 0 5vw;
	text-shadow: 0 0 18px #b5dde7, 0 0 18px #b5dde7, 0 0 18px #b5dde7, 0 0 18px #b5dde7, 0 0 18px #b5dde7, 0 0 18px #b5dde7, 0 0 18px #b5dde7, 0 0 18px #b5dde7;
	font-weight: 700;
	font-size: 8vw;
	line-height: 1.4;
}

#visual h1 span {
	color: #dc4242;
}

#visual .r {
	width: 80vw;
	position: absolute;
	top: 12vw;
	right: 0;
}

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	/* top: 20px; */
	top: 8px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 20px;
	font-size: 14px;
	line-height: 35px;
}

#hnavi li.hnavi a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #ffffff;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	/* width: 120px; */
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 15vw;
}

#about .section {
	margin-bottom: 10vw;
	padding-top: 8vw;
	text-align: left;
	position: relative;
}

#about .num {
	width: 18vw;
	height: 18vw;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

#about h2 {
	margin-bottom: 5vw;
	margin-left: 15vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.5;
}

#about p {
	margin-bottom: 2em;
	text-align: justify;
}

#about figure {
	text-align: center;
}

#about [height="271"] {
	height: 21.85102564102564vw;
}

#about [height="233"] {
	height: 18.79vw;
}

#about [height="201"] {
	height: 22vw;
}

#about .copy {
	text-align: center;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1.7;
}

#about .copy em {
	background: #ecde69;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution {
	margin-bottom: 90px;
	padding: 80px 5vw 8vw;
	background: #b5d7df url(../images/solution_04.webp) no-repeat top / auto 100%;
	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 #b5d7df;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -100px;
}

#solution .section {
	margin-bottom: 13vw;
	text-align: left;
}

#solution .num {
	width: 18vw;
	height: 16vw;
}

#solution h2 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 1.5;
}

#solution p {
	margin-bottom: 5vw;
	text-align: justify;
}

#solution figure img {
	height: 31.39435897435897vw;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.7;
}

#case h2 .ja {
	background: #ecde69;
}

#case h2 .en {
	color: #dc4242;
}

#case h2 .big {
	display: block;
	margin-right: -1em;
	text-align: right;
	font-size: 7vw;
}

#case .section {
	margin: 0 5vw 15vw;
}

#case .copy {
	margin-bottom: 2vw;
	text-align: left;
	font-weight: 700;
	font-size: 3.5vw;
}

#case .section:nth-of-type(2) .copy {
	text-align: right;
}

#case h3 {
	height: 14vw;
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 5.5vw;
	line-height: 14vw;
}

#case .section:nth-of-type(1) h3 {
	padding-left: 5vw;
	background: url(../images/case_03.png) top right / auto 100%;
	text-align: left;
}

#case .section:nth-of-type(2) h3 {
	padding-right: 5vw;
	background: url(../images/case_04.png) top left;
	text-align: right;
	font-size: 6vw;
}

#case p {
	margin-bottom: 5vw;
	text-align: justify;
}

#case .section:nth-of-type(1) figure {
	height: 51.58666666666667vw;
}

#case .section:nth-of-type(2) figure {
	height: 30.87333333333333vw;
}

/* ---------------------------------------------------------
	CSS Document system
--------------------------------------------------------- */

#system {
	margin: 0 5vw 15vw;
}

#system h2 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 5vw;
}

#system h2 .en {
	display: block;
	font-size: 3.5vw;
	color: #ecde69;
}

#system figure {
	height: 79.03846153846154vw;
}

#system dl {
	margin-top: 8vw;
	text-align: justify;
}

#system dt {
	margin-bottom: 3vw;
	font-weight: 700;
	font-size: 4vw;
	line-height: 6vw;
}

#system dt i {
	display: inline-block;
	vertical-align: top;
	width: 9vw;
}

#system dt img {
	width: 6vw;
}

/* ---------------------------------------------------------
	CSS Document type
--------------------------------------------------------- */

#type {
	padding: 8vw 5vw 10vw;
	background: #dbecef url(../images/type_01.webp) 0 0 / auto 100%;
	position: relative;
	z-index: 0;
}

#type h2 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 5vw;
}

#type h2 .en {
	display: block;
	font-size: 3.5vw;
	color: #ecde69;
}

#type .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#type .row {
	width: 47%;
	margin-bottom: 8vw;
}

#type figure img {
	height: 42.29974358974359vw;
	margin-bottom: 2vw;
}

#type figcaptiopn {
	margin-bottom: 2vw;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1;
}

#type .row p {
	text-align: justify;
	line-height: 1.7;
	font-size: 3vw;
}

#type .copy {
	font-weight: 700;
	font-size: 4.5vw;
}

#type .copy span {
	color: #dc4242;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer a {
	display: block;
	padding: 8vw 0;
	background: #394350;
	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: block;
	font-weight: 500;
	font-size: 4vw;
	line-height: 4.5vw;
}

#footer a .en:after {
	display: block;
	content: '';
	height: 10vw;
	margin-top: 4vw;
	background: url(../images/link_02.png) no-repeat top / 10vw auto;
}

#footer address {
	background: #f4f4f4;
	font-weight: 700;
	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: #dc4242;
	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;
}
