@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.pc {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	padding: 10vw 0;
	background: url(../images/visual_03.png) no-repeat 55vw top / auto 64vw;
	text-align: left;
}

#visual figure {
	margin-bottom: 5vw;
	margin-left: 5vw;
}

#visual figure img {
	height: 24vw;
}

#visual h1 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5vw;
	padding: 0.6em 5vw;
	background: #0041b9 url(../images/visual_02.png) no-repeat right / auto 110%;
	text-align: left;
	font-weight: 900;
	font-size: 6vw;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #fff;
}

#visual p {
	margin: 0 5vw;
	text-align: justify;
	font-weight: 500;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	padding: 10vw 0;
	background: #a8d6df;
}

#main img {
	height: 100vw;
}

/* ---------------------------------------------------------
	CSS Document h2
--------------------------------------------------------- */

.h2 {
	margin-bottom: 5vw;
	padding: 30px 0 50px;
	background: #3099ba;
	font-weight: 900;
	font-size: 5vw;
	line-height: 1.4;
	color: #fff;
	position: relative;
	z-index: 0;
}

.h2:before {
	content: '';
	width: calc(50% - 20px);
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	position: absolute;
	bottom: 0;
	left: 0;
}

.h2:after {
	content: '';
	width: calc(50% - 20px);
	border-bottom: 20px solid white;
	border-left: 20px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ---------------------------------------------------------
	CSS Document contents_01
--------------------------------------------------------- */

#contents_01 {
	margin-bottom: 20vw;
}

#contents_01 .h2 {
	background: #0041b9 url(../images/h2.png) no-repeat top / auto 100%;
}

#contents_01 .section {
	margin: 0 5vw 10vw;
	text-align: justify;
}

#contents_01 h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 5px #3099ba;
	font-weight: 700;
	font-size: 5.5vw;
	line-height: 1;
	color: #3099ba;
}

#contents_01 h3 .en {
	margin-right: 0.6em;
	font-weight: 900;
	font-size: 4vw;
	letter-spacing: 0.05em;
	color: #0052ba;
}

#contents_01 p:not(:last-of-type) {
	margin-bottom: 2em;
}

#contents_01 figure {
	margin: 0 10vw 5vw
}

#contents_01 figcaption {
	margin-top: 5vw;
}

#contents_01 .note {
	font-size: 3vw;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document contents_02
--------------------------------------------------------- */

#contents_02 .copy {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1.6;
	color: #0052ba;
}

#contents_02 .figure {
	margin: 0 5vw 6vw;
}

#contents_02 .figure02 {
	margin: 0 5vw 6vw;
}

#contents_02 dl {
	margin: 0 5vw 10vw;
	text-align: justify;
}

#contents_02 dt {
	margin-bottom: 15px;
	background: #0052ba;
	text-align: center;
	font-weight: 700;
	font-size: 4vw;
	letter-spacing: 0.05em;
	line-height: 3em;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	padding: 10vw 0;
	background: #bbe1e8;
	text-align: left;
}

#case .title {
	display: flex;
	justify-content: space-between;
	margin: 0 1vw 10vw 5vw;
}

#case .title h2 {
	font-weight: 900;
	font-size: 5.5vw;
	line-height: 1.3;
}

#case .title .kana {
	display: block;
	font-weight: 700;
	font-size: 4vw;
	letter-spacing: 0.05em;
	color: #666;
}

#case .title .en {
	display: block;
	margin-bottom: 0.1em;
	font-size: 17vw;
	line-height: 16vw;
	color: #fff;
}

#case .title img {
	height: 44vw;
}

#case dl {
	margin: 0 5vw;
}

#case dl:not(:last-of-type) {
	margin-bottom: 2em;
}

#case dt {
	margin-bottom: 0.5em;
	font-weight: 700;
	font-size: 4.5vw;
	color: #0052ba;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink a {
	display: block;
	padding: 9vw 0 5vw;
	background: #7fcdc2 url(../images/h2_bg.png) no-repeat center / auto 100%;
	text-decoration: none;
	line-height: 1.6;
	color: #fff;
}

#footerlink a .ja {
	font-weight: 700;
	font-size: 5.5vw;
	color: #0052ba;
}

#footerlink a .en {
	font-weight: 500;
	font-size: 4vw;
	color: #0052ba;
}

#footerlink a img {
	height: 10vw;
	margin-top: 15px;
}
