@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: 1300px;
	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: 500;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #333;
}

* {
	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: 1200px;
	margin: 0 auto;
}

.img_area {
	padding: 60px 30px;
	background: #e9f6f8;
}

.h2 {
	margin-bottom: 60px;
}

.h2 h2 {
	font-weight: 900;
	font-size: 60px;
	line-height: 2.4;
}

.h2 span {
	display: inline-block;
	vertical-align: top;
	background: url(../images/h2.png) repeat-x bottom;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 700px;
	overflow: hidden;
	margin-bottom: 100px;
	background: #b5dde7;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 2000px;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}

#visual .container {
	height: 700px;
	padding-top: 50px;
	position: relative;
}

#visual h1 {
	text-align: left;
	font-weight: 900;
	font-size: 84px;
	line-height: 1.2;
	color: #563d94;
}

#visual p {
	margin-left: 260px;
	text-align: left;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.6;
}

#visual .r {
	transform: translateY(-50%);
	position: absolute;
	/* top: 50%; */
	top: 53%;
	right: 0;
}

/* ---------------------------------------------------------
	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: #333;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #333;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	width: 120px;
	border: 1px solid #333;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #333;
	text-align: center;
	width: auto;
	margin: 0;
	padding-right: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #333;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .section {
	margin-bottom: 70px;
	text-align: justify;
	font-size: 26px;
}

#about .section p {
	text-indent: 1em;
}

#about .section strong {
	font-weight: 800;
	color: #df3491;
}

#about .img_area {
	margin-bottom: 130px;
}

#about .img_area .about_01 {
	height: 619px;
}

#about .img_area .about_02 {
	height: 596px;
}

#about .img_area .about_03 {
	height: 561px;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution {
	margin-bottom: 130px;
}

#solution .section {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

#solution .row {
	flex: 1;
	text-align: justify;
	font-size: 24px;
}

#solution .copy {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 40px;
	color: #563d94;
}

#solution figure {
	margin-right: 50px;
}

#solution figure img {
	height: 190px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case .num {
	margin-bottom: 10px;
}

#case .num img {
	height: 79px;
}

#case .copy {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 40px;
	color: #563d94;
}

#case p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	text-align: justify;
	font-size: 20px;
}

#case .img_area {
	margin-bottom: 120px;
}

#case .img_area .case_01 {
	height: 687px;
}

#case .img_area .case_02 {
	height: 847px;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer .link {
	height: 360px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#footer .link figure {
	width: 2000px;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

#footer a {
	display: inline-block;
	vertical-align: top;
	padding: 60px 0 60px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footer a:hover {
	opacity: 0.6;
}

#footer a .ja {
	font-weight: 900;
	font-size: 50px;
	color: #563d94;
}

#footer a .en {
	display: block;
	font-weight: 900;
	font-size: 30px;
	color: #fff;
}

#footer a .en:after {
	display: block;
	content: '';
	height: 50px;
	margin-top: 20px;
	background: url(../images/link_02.png) no-repeat top / 50px auto;
}

#footer address {
	background: #f4f4f4;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 60px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	background: #563d94;
	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;
}
