@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: 400;
	font-size: 3.6vw;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
	color: #002145;
}

* {
	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;
}

.h2 {
	margin-bottom: 4vw;
	font-weight: 700;
	font-size: 6vw;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 5vw;
	font-size: 0;
}

#visual img {
	max-width: 400%;
	height: 65vw;
	transform: translateX(-55%);
	position: relative;
	left: 50%;
}

/* ---------------------------------------------------------
	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;
}
#headar_navi #lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0px;
}
#headar_navi #lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 10vw;
}

#about p {
	margin-bottom: 2em;
	text-align: justify;
}

#about .copy {
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1.7;
}

#about .copy span {
	font-size: 5.5vw;
	color: #e54822;
}

/* ---------------------------------------------------------
	CSS Document merit_01
--------------------------------------------------------- */

#merit_01 {
	padding: 10vw 5vw;
	background: #f0f0f2;
}

#merit_01 figure {
	margin-bottom: 5vw;
}

#merit_01 figure img {
	height: 28vw;
}

#merit_01 p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document merit_02
--------------------------------------------------------- */

#merit_02 {
	padding: 15vw 5vw 10vw;
	background: #cae8f9 url(../images/merit_bg.png) no-repeat center / auto 150%;
}

#merit_02 figure {
	margin-bottom: 3vw;
	font-size: 0;
}

#merit_02 figure img {
	height: 4.5vw;
}

#merit_02 p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document merit_03
--------------------------------------------------------- */

#merit_03 {
	padding: 10vw 5vw;
	background: #f0f0f2;
}

#merit_03 figure {
	margin-bottom: 5vw;
	font-size: 0;
}

#merit_03 figure img {
	height: 27vw;
}

#merit_03 p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document merit_04
--------------------------------------------------------- */

#merit_04 {
	padding: 15vw 5vw 10vw;
	background: #cae8f9 url(../images/merit_bg.png) no-repeat center / auto 150%;
}

#merit_04 figure {
	margin-bottom: 3vw;
	font-size: 0;
}

#merit_04 figure img {
	height: 4.5vw;
}

#merit_04 p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document merit_05
--------------------------------------------------------- */

#merit_05 {
	padding: 10vw 5vw;
	background: #f0f0f2;
}

#merit_05 figure {
	margin-bottom: 5vw;
	font-size: 0;
}

#merit_05 figure img {
	height: 27vw;
}

#merit_05 p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document logic
--------------------------------------------------------- */

#logic {
	padding: 15vw 0 1vw;
	background: #fefeff url(../images/logic_02.png) no-repeat top / auto 100%;
}

#logic h2 {
	margin-bottom: 3vw;
	font-weight: 700;
	font-size: 5.5vw;
	color: #e54822;
}

#logic p {
	margin: 0 5vw 5vw;
	text-align: justify;
}

#logic figure {
	margin-bottom: 15vw;
}

#logic figure img {
	height: 74vw;
}

#logic .num img {
	height: 10vw;
}

#logic h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 5vw;
	color: #e54822;
}

#logic .section {
	margin-bottom: 15vw;
}

#logic .section p {
	text-align: justify;
}

#logic .num_02 h3 {
	color: #70ad47;
}

#logic .num_03 h3 {
	color: #66327b;
}


/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer a {
	display: block;
	padding: 10vw 0 5vw;
	background: #cae8f9 url(../images/merit_bg.png) no-repeat center / auto 100%;
	text-decoration: none;
	line-height: 1.6;
	color: #66327b;
}

#footer a .ja {
	font-weight: 700;
	font-size: 5.5vw;
}

#footer a .en {
	font-weight: 500;
	font-size: 4vw;
}

#footer a img {
	height: 10vw;
	margin-top: 15px;
}

#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: #e54822;
	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;
}
