@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;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-font-feature-settings: "palt";
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 3.6vw;
	letter-spacing: 0.05em;
	line-height: 2;
	/* word-wrap: break-word;
	word-break: break-all; */
	color: #606164;
}

* {
	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 {
	margin-bottom: 3px;
	padding: 10vw;
	border-bottom: solid 5px #c9e6e5;
	position: relative;
	z-index: 0;
}

#visual .visual_01 {
	width: 48vw;
	height: 50vw;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#visual .visual_02 {
	width: 100%;
	height: 38vw;
	overflow: hidden;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#visual .visual_02 img {
	height: 40vw;
}

#visual h1 {
	margin-bottom: 5vw;
	text-align: left;
	font-weight: 600;
	font-size: 14vw;
	line-height: 1;
	color: #6cb9b8;
}

#visual h1 .en {
	font-size: 10vw;
}

#visual p {
	text-align: left;
	font-size: 5vw;
	line-height: 1.8;
}

#visual .container {
	position: relative;
}

#visual .visual_03 {
	margin-bottom: 5vw;
}

#visual .visual_03 img {
	height: 50vw;
}

/* ---------------------------------------------------------
	CSS Document lang_btn
--------------------------------------------------------- */

#lang_btn {
	position: absolute;
	top: 100px;
	right: 10px;
	width: 90px;
	border: 1px solid #000000;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
#lang_btn a {
	display: inline-block;
	margin: auto 5px;
	color: #000000;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	padding: 8vw 5vw;
	position: relative;
	z-index: 0;
}

#merit:before {
	content: '';
	width: 100%;
	height: 500px;
	background: #c9e6e5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#merit:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #c9e6e5;
	position: absolute;
	top: 503px;
	left: 0;
	z-index: -1;
}

/* about */
#merit .about {
	margin-bottom: 8vw;
	text-align: left;
	font-weight: 600;
	position: relative;
}

#merit .about span {
	font-size: 6vw;
}

#merit .about rt {
	font-size: 6vw;
	color: #e4838c;
}

#merit .about p {
	margin-bottom: 5vw;
}

#merit .about figure {
	text-align: center;
}

#merit .about img {
	height: 50vw;
}

/* section */
#merit .section {
	margin-bottom: 19vw;
	padding: 25vw 5vw 5vw;
	border: dashed 2px #606164;
	background: #fff;
	position: relative;
}

#merit .section:last-of-type:before {
	content: '';
	width: 100%;
	height: 10vw;
	background: url(../images/merit_04.svg) no-repeat top / auto 100%;
	position: absolute;
	top: -15vw;
	left: 0;
}

#merit h2 {
	width: 80%;
	padding-left: 10vw;
	background: #fcdc0d;
	text-align: left;
	font-weight: 700;
	font-size: 5vw;
	line-height: 9vw;
	position: absolute;
	top: 5vw;
	left: -2px;
}

#merit .section p {
	margin-bottom: 5vw;
	text-align: left;
	line-height: 2;
}

#merit .section img {
	height: 40vw;
}

/* ---------------------------------------------------------
	CSS Document figure
--------------------------------------------------------- */

#figure {
	margin: 0 5vw 20vw;
}

#figure h2 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 7vw;
	line-height: 12vw;
}

#figure h2 img {
	height: 12vw;
	margin-left: 0.3em;
}

#figure p {
	margin-bottom: 5vw;
}

#figure figure img {
	height: 62.0208vw;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 0 5vw 20vw;
}

#case h2 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 8vw;
	line-height: 1;
	color: #5bb2b0;
}

#case .section {
	margin-bottom: 10vw;
	padding-top: 8vw;
	position: relative;
}

#case .section:before {
	content: '';
	width: 100%;
	height: 5px;
	background: #fcdc0d;
	position: absolute;
	top: 0;
	left: 0;
}

#case .section:after {
	content: '';
	width: 70%;
	height: 5px;
	background: #5bb2b0;
	position: absolute;
	top: 0;
	right: 0;
}

#case h3 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1;
	color: #e4838c;
}

#case figure {
	margin-top: 5vw;
	text-align: center;
}

#case figure img[height="274"] {
	height: 40vw;
}

#case figure img[height="310"] {
	height: 45vw;
}

#case figure img[height="251"] {
	height: 40vw;
}

#case figure img[height="331"] {
	height: 60vw;
}

#case figure img[height="304"] {
	height: 40vw;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link a {
	display: block;
}

#link a img {
	max-width: 400%;
	height: 21vw;
	position: relative;
	left: -5vw;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer address {
	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: #5bb2b0;
	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;
}
