@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: 300;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #002145;
}

* {
	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;
	max-width: 100%;
	height: auto;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.h2 {
	margin-bottom: 60px;
	text-align: right;
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	color: #045edb;
	position: relative;
}

.h2:after {
	content: '';
	width: calc(50vw - 500px);
	height: 12px;
	margin-left: 530px;
	background: #045edb;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.h3 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.3;
	color: #e9481a;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 52.97648824412206vw;
}

#visual img {
	width: 100%;
}

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	top: 20px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 40px;
	font-size: 18px;
	/* line-height: 60px; */
}

#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;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: auto;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 110px;
}

#about p {
	margin-bottom: 2em;
	text-align: justify;
}

#about p strong {
	font-weight: 500;
	color: #e9481a;
}

/* ---------------------------------------------------------
	CSS Document spec
--------------------------------------------------------- */

#spec {
	margin-bottom: 70px;
}

#spec figure {
	margin-bottom: 60px;
	height: 265px;
}

#spec h4 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
}

#spec .w880 {
	width: 880px;
}

#spec table {
	width: 100%;
	margin-bottom: 60px;
	border: solid 1px #b7b7b7;
}

#spec caption {
	padding-left: 1em;
	background: #b7b7b7;
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

#spec th {
	width: 50%;
	padding: 15px 20px;
	border-right: dashed 1px #b7b7b7;
	border-bottom: solid 1px #b7b7b7;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
}

#spec td {
	width: 50%;
	vertical-align: top;
	padding: 15px 20px;
	border-bottom: solid 1px #b7b7b7;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
}

#spec li {
	margin-left: 2.3em;
	list-style: disc;
}


/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

#video {
	width: 100%;
	height: 720px;
	margin: 0 auto 100px;
}


/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 130px;
}

#case p {
	margin-bottom: 2em;
	text-align: justify;
}

#case p strong {
	font-weight: 500;
	color: #e9481a;
}

#case figure {
	margin-top: 80px;
	height: 933px;
}

/* ---------------------------------------------------------
	CSS Document logic
--------------------------------------------------------- */

#logic {
	margin-bottom: 60px;
}

#logic p {
	margin-bottom: 2em;
}

#logic p strong {
	font-weight: 500;
	color: #e9481a;
}

#logic .section {
	background: url(../images/logic_02.png) top;
}

#logic .row {
	padding: 30px 0 90px;
}

#logic .row:nth-of-type(odd) {
	padding: 80px 0 140px;
	background: url(../images/logic_01.png) no-repeat bottom / 100% 100%;
}

#logic .row:last-of-type {
	background-color: #fff;
}

#logic dt {
	margin-bottom: 50px;
	text-decoration: underline solid #002145 2px;
	text-underline-offset: 0.5em;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
}

#logic dd {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document application
--------------------------------------------------------- */

#application {
	margin-bottom: 130px;
}

#application p {
	margin-bottom: 2em;
	text-align: justify;
}

#application p strong {
	font-weight: 500;
	color: #e9481a;
}

#application figure {
	margin-top: 80px;
}

#application figure img {
	height: 500px;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer a {
	display: block;
	padding: 60px 0 40px;
	background: #045edb url(../images/footer_02.png) no-repeat bottom / 100% 100%;
	cursor: pointer;
	transition: .4s;
}

#footer a:hover {
	opacity: 0.8;
}

#footer a img {
	height: 198px;
}

#footer address {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 40px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(4, 94, 219, 0.95);
	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;
}
