@charset "UTF-8";
@import url("../../css/common.pc02.css");

/* ---------------------------------------------------------
	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: 1.4;
}

.h2 span {
	display: inline-block;
	vertical-align: top;
	background: url(../images/h2.png) repeat-x bottom;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 700px;
	margin-top: 44px;
	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;
	padding-right: 350px;
}

#visual p {
	/* margin-left: 260px; */
	margin-top: 60px;
	margin-left: 40px;
	text-align: left;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.6;
	padding-right: 350px;

}

#visual .r {
	transform: translateY(-50%);
	position: absolute;
	/* top: 50%; */
	top: 53%;
	right: 0;
}

/* ---------------------------------------------------------
	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;
	width: 1200px;
	margin: 0 auto;
}

#case p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	text-align: justify;
	font-size: 20px;
	width: 1200px;
	margin: 0 auto 60px;
}

#case .img_area {
	margin-bottom: 120px;
}

#case .img_area .case_01 {
	height: 687px;
}

#case .img_area .case_02 {
	height: 847px;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink .link {
	height: 360px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-bottom: 60px;
}

#footerlink .link figure {
	width: 2000px;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

#footerlink a {
	display: inline-block;
	vertical-align: top;
	padding: 60px 0 60px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footerlink a:hover {
	opacity: 0.6;
}

#footerlink a .ja {
	font-weight: 900;
	font-size: 50px;
	color: #563d94;
}

#footerlink a .en {
	display: block;
	font-weight: 900;
	font-size: 30px;
	color: #fff;
}

#footerlink a .en:after {
	display: block;
	content: '';
	height: 50px;
	margin-top: 20px;
	background: url(../../images/mail.png) no-repeat top / 50px auto;
}
