@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	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 {
	margin-top: 44px;
	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 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
--------------------------------------------------------- */

#footerlink .link {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#footerlink .link figure {
	width: 250%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

#footerlink a {
	display: block;
	padding: 8vw 0;
	text-decoration: none;
	line-height: 1.4;
}

#footerlink a .ja {
	display: block;
	margin-bottom: 3vw;
	font-weight: 900;
	font-size: 5.5vw;
	color: #563d94;
}

#footerlink a .en {
	display: block;
	font-weight: 900;
	font-size: 4vw;
	line-height: 4.5vw;
	color: #fff;
}

#footerlink a .en:after {
	display: block;
	content: '';
	height: 9vw;
	margin-top: 4vw;
	background: url(../../images/mail.png) no-repeat top / auto 100%;
}
