@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;
	-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: 600;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #606164;
}

* {
	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;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 5px;
	border-bottom: solid 7px #c9e6e5;
	padding: 60px 0 80px;
	position: relative;
	z-index: 0;
}

#visual .visual_01 {
	min-width: 1400px;
	width: 100%;
	height: 271px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

#visual .visual_02 {
	min-width: 1400px;
	width: 100%;
	height: 450px;
	overflow: hidden;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#visual .visual_02 img {
	height: 460px;
}

#visual h1 {
	margin-bottom: 40px;
	text-align: left;
	font-weight: 600;
	font-size: 140px;
	line-height: 1;
	color: #6cb9b8;
}

#visual h1 .en {
	font-size: 110px;
}

#visual p {
	text-align: left;
	font-size: 20px;
	line-height: 1.8;
	width: 45%;
}

#visual .container {
	position: relative;
}

#visual .visual_03 {
	width: 750px;
	position: absolute;
	top: -30px;
	right: -50px;
}

#visual .visual_03 img {
	/* height: 485px; */
	height: 380px;
}

/* ---------------------------------------------------------
	CSS Document lang_btn
--------------------------------------------------------- */

#lang_btn {
	position: absolute;
	top: 20px;
	right: 172px;
	width: 120px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: 100%;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin-bottom: 160px;
	padding-top: 70px;
	letter-spacing: 0.1em;
	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: 7px;
	background: #c9e6e5;
	position: absolute;
	top: 505px;
	left: 0;
	z-index: -1;
}

/* about */
#merit .about {
	margin-bottom: 80px;
	text-align: left;
	font-weight: 600;
	position: relative;
	padding-right: 260px;
}

#merit .about span {
	font-size: 40px;
}

#merit .about rt {
	font-size: 40px;
	color: #e4838c;
}

#merit .about img {
	/* width: 430px; */
	width: 320px;
	position: absolute;
	top: -50px;
	right: 20px;
}

/* section */
#merit .section {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 130px;
	padding: 50px 50px 40px 40px;
	border: dashed 3px #606164;
	background: #fff;
	position: relative;
}

#merit .section:last-of-type:before {
	content: '';
	width: 100%;
	height: 98px;
	background: url(../images/merit_04.svg) no-repeat top;
	position: absolute;
	top: -118px;
	left: 0;
}

#merit h2 {
	width: 700px;
	height: 80px;
	margin-bottom: 20px;
	padding-left: 40px;
	background: #fcdc0d;
	text-align: left;
	font-weight: 600;
	font-size: 35px;
	line-height: 77px;
	position: absolute;
	top: 30px;
	left: -3px;
}

#merit .section p {
	text-align: left;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document figure
--------------------------------------------------------- */

#figure {
	margin-bottom: 160px;
}

#figure h2 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 82px;
	line-height: 110px;
}

#figure h2 img {
	margin-left: 0.3em;
}

#figure p {
	/* margin-bottom: 60px; */
	text-align: left;
	width: 1340px;
	margin: 0 auto 60px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 160px;
}

#case h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 82px;
	line-height: 1;
	color: #5bb2b0;
}

#case .section {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	align-items: center;
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
}

#case .section:before {
	content: '';
	width: 100%;
	height: 10px;
	background: #fcdc0d;
	position: absolute;
	bottom: 0;
	left: 0;
}

#case .section:after {
	content: '';
	width: 50%;
	height: 10px;
	background: #5bb2b0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#case .row {
	width: 50%;
	text-align: left;
}

#case h3 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	color: #e4838c;
}

#case p {
	font-size: 26px;
}

#case figure {
	width: 50%;
	text-align: center;
}

/* merit_01 */
#merit .merit_01 {
	padding-top: 100px;
	position: relative;
	z-index: 0;
}

#merit .merit_01 {
	margin-bottom: 100px;
	padding-top: 130px;
}

#merit .merit_01:before {
	content: '';
	width: 100%;
	height: 1360px;
	background: url(../images/bg_01.svg) no-repeat left top;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: -1;
}

@media only screen and (min-width: 2001px) {
	#merit .merit_01:before {
		background-size: 100% 1360px;
	}
}

#merit .merit_01 .row img {
	height: 138px;
}

#merit .merit_01 .pic {
	width: 820px;
	margin-left: -300px;
	margin-right: 60px;
}

/* merit_02 */
#merit .merit_02 h3 {
	text-align: left;
	position: relative;
	z-index: 0;
}

#merit .merit_02 .flex {
	transform: translateY(-50px);
}

#merit .merit_02 .row figure {
	margin-right: 30px;
	text-align: right;
}

#merit .merit_02 .row img {
	height: 165px;
}

#merit .merit_02 .pic {
	width: 820px;
	margin-right: -260px;
	margin-left: 60px;
}

/* merit_03 */
#merit .merit_03 {
	padding-top: 100px;
	position: relative;
	z-index: 0;
}

#merit .merit_03:before {
	content: '';
	width: 100%;
	height: 1360px;
	background: url(../images/bg_02.svg) no-repeat right top;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: -1;
}

@media only screen and (min-width: 2001px) {
	#merit .merit_03:before {
		background-size: 100% 1360px;
	}
}

#merit .merit_03 .row img {
	height: 170px;
}

#merit .merit_03 .pic {
	width: 820px;
	margin-left: -380px;
	margin-right: 60px;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	position: relative;
	z-index: 0;
}

/* #link:before {
	content: '';
	width: 50%;
	height: 620px;
	background: url(../images/footer_before.png) top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#link:after {
	content: '';
	width: 50%;
	height: 620px;
	background: url(../images/footer_after.png) top;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
} */

#link a {
	display: block;
	height: 310px;
	position: relative;
}

#link img {
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	transition: .4s;
}

#link img:hover {
	filter: hue-rotate(170deg);
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer address {
	font-size: 16px;
	line-height: 80px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	background: #5bb2b0;
	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;
}
