@charset "UTF-8";
@import url("../../css/common.pc02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.sp {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	height: 700px;
	padding-top: 70px;
	background: url(../images/visual_04.jpg) no-repeat top;
}

#visual .section {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#visual figure {
	width: 676px;
	height: 187px;
	margin-bottom: 60px;
}

#visual h1 {
	width: 676px;
	height: 150px;
	padding-top: 12px;
	margin-bottom: 60px;
	background: #ddd;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual h1:before {
	content: '';
	width: calc(100% + 50vw);
	height: 100%;
	background: #0041b9 url(../images/visual_02.png) no-repeat right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	padding: 60px 5vw;
	background: #a8d6df;
}

/* ---------------------------------------------------------
	CSS Document h2
--------------------------------------------------------- */

.h2 {
	margin-bottom: 30px;
	padding: 30px 0 68px;
	background: #3099ba;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	z-index: 0;
}

.h2:before {
	content: '';
	width: calc(50% - 30px);
	border-right: 30px solid transparent;
	border-bottom: 30px solid white;
	position: absolute;
	bottom: 0;
	left: 0;
}

.h2:after {
	content: '';
	width: calc(50% - 30px);
	border-bottom: 30px solid white;
	border-left: 30px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ---------------------------------------------------------
	CSS Document contents_01
--------------------------------------------------------- */

#contents_01 {
	margin-bottom: 80px;
}

#contents_01 .h2 {
	background: #0041b9 url(../images/h2.png) no-repeat right;
	font-size: 50px;
	line-height: 100px;
}

#contents_01 .flex {
	display: flex;
	flex-flow: row-reverse;
	margin: 0 5vw 50px;
}

#contents_01 .section {
	flex: 1;
	margin-left: 50px;
	text-align: justify;
}

#contents_01 h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 5px #3099ba;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	color: #3099ba;
}

#contents_01 h3 .en {
	margin-right: 0.6em;
	font-size: 40px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #0052ba;
}

#contents_01 p:not(:last-of-type) {
	margin-bottom: 2em;
}

#contents_01 figcaption {
	margin-top: 2vw;
}

#contents_01 .note {
	font-size: 20px;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document contents_02
--------------------------------------------------------- */

#contents_02 .copy {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	color: #0052ba;
}

#contents_02 .figure02 img {
	width: 760px;
}

#contents_02 .flex {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 50px auto 80px;
}

#contents_02 dl {
	width: 31%;
	text-align: justify;
	font-size: 18px;
}

#contents_02 dt {
	margin-bottom: 15px;
	background: #0052ba;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 60px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	padding: 100px 5vw;
	background: #bbe1e8;
}

#case .section {
	width: 980px;
	margin: 0 auto;
	text-align: justify;
}

#case .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#case .title h2 {
	font-weight: 700;
	font-size: 50px;
}

#case .title .kana {
	display: block;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #666;
}

#case .title .en {
	display: block;
	margin-bottom: 15px;
	font-size: 160px;
	line-height: 140px;
	color: #fff;
}

#case .title img {
	height: 430px;
}

#case dl:not(:last-of-type) {
	margin-bottom: 2em;
}

#case dt {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 26px;
	color: #0052ba;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink a {
	display: block;
	padding: 60px 0 40px;
	background: #cae8f9 url(../images/h2_bg.png) center;
	text-decoration: none;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footerlink a:hover {
	opacity: 0.8;
}

#footerlink a .ja {
	font-weight: 700;
	font-size: 48px;
	color: #0052ba;
}

#footerlink a .en {
	font-weight: 500;
	font-size: 30px;
	color: #0052ba;
}

#footerlink a img {
	height: 59px;
	margin-top: 15px;
}
