@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;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 3.5vw;
	letter-spacing: 0.05em;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
}

* {
	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: 8vw;
}

.h2 h2 {
	font-weight: 900;
	font-size: 6vw;
	line-height: 2.4;
}

.h2 span {
	display: inline-block;
	vertical-align: top;
	background: url(../images/h2.png) repeat-x bottom / auto 7px;
}

.img_area {
	padding: 10vw 5vw;
	background: #e9f6f8;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 75vw;
	overflow: hidden;
	margin-bottom: 8vw;
	background: #b5dde7;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual figure img {
	max-width: 400%;
	height: 75vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#visual .container {
	height: 70vw;
	margin: 0 5vw;
	padding-top: 5vw;
	text-align: justify;
	position: relative;
}

#visual h1 {
	margin-bottom: 5vw;
	font-weight: 900;
	font-size: 8vw;
	line-height: 1.2;
	color: #563d94;
}

#visual p {
	width: 70%;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.6;
}

#visual .r {
	width: 20vw;
	transform: translateY(-50%);
	position: absolute;
	/* top: 50%; */
	top: 53%;
	right: 0;
}

/* ---------------------------------------------------------
	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: #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;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #333;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	margin: 0 5vw;
}

#about .section {
	margin-bottom: 8vw;
	text-align: justify;
}

#about .section p {
	margin-bottom: 1.5em;
}

#about .section strong {
	font-weight: 800;
	color: #df3491;
}

#about .img_area {
	margin-bottom: 10vw;
}

#about .img_area .about_01 {
	height: 51.01908212560386vw;
}

#about .img_area .about_02 {
	height: 47.13550724637681vw;
}

#about .img_area .about_03 {
	height: 30.67632850241546vw;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution .h2 {
	margin-bottom: 10vw;
}

#solution .section {
	display: flex;
	justify-content: space-between;
	margin: 0 5vw 10vw;
}

#solution .row {
	flex: 1;
	text-align: justify;
}

#solution .copy {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1.4;
	color: #563d94;
}

#solution figure {
	margin-right: 5vw;
}

#solution figure img {
	height: 20vw;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case .num {
	margin-bottom: 2vw;
}

#case .num {
	margin-bottom: 2vw;
}

#case .num img {
	height: 10vw;
}

#case .copy {
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1.4;
	color: #563d94;
}

#case p {
	margin: 5vw;
	text-align: justify;
}

#case .img_area {
	margin-bottom: 10vw;
}

#case .img_area .case_01 {
	height: 46.84106280193237vw;
}

#case .img_area .case_02 {
	height: 49.18091787439614vw;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer .link {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#footer .link figure {
	width: 250%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

#footer a {
	display: block;
	padding: 8vw 0;
	text-decoration: none;
	line-height: 1.4;
}

#footer a .ja {
	display: block;
	margin-bottom: 3vw;
	font-weight: 900;
	font-size: 5.5vw;
	color: #563d94;
}

#footer a .en {
	display: block;
	font-weight: 900;
	font-size: 4vw;
	line-height: 4.5vw;
	color: #fff;
}

#footer a .en:after {
	display: block;
	content: '';
	height: 9vw;
	margin-top: 4vw;
	background: url(../images/link_02.png) no-repeat top / auto 100%;
}

#footer address {
	background: #f4f4f4;
	font-weight: 700;
	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: #563d94;
	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;
}
