@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.5vw;
	line-height: 1.7;
	word-break: normal;
	word-wrap: break-word;
	color: #151515;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, blockquote, i, img, figure, figcaption, table {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

address, em, i {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	text-decoration: none;
	color: #151515;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.pc {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	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 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: #394350;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #394350;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	/* width: 120px; */
	border: 1px solid #394350;
	border-radius: 50px;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #394350;
	text-align: center;
	margin: 0;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #394350;
	text-decoration: none;
}

/* ---------------------------------------------------------
	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
--------------------------------------------------------- */

#footer 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;
}

#footer a .ja {
	font-weight: 700;
	font-size: 5.5vw;
	color: #0052ba;
}

#footer a .en {
	font-weight: 500;
	font-size: 4vw;
	color: #0052ba;
}

#footer a img {
	height: 10vw;
	margin-top: 15px;
}

#footer address {
	background: #f4f4f4;
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 20vw;
}