@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1200px;
	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: 22px;
	line-height: 1.6;
	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;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.sp {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	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 hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	top: 20px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 40px;
	font-size: 18px;
	/* line-height: 60px; */
}

#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;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #394350;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #394350;
	text-decoration: none;
}

/* ---------------------------------------------------------
	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
--------------------------------------------------------- */

#footer 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;
}

#footer a:hover {
	opacity: 0.8;
}

#footer a .ja {
	font-weight: 700;
	font-size: 48px;
	color: #0052ba;
}

#footer a .en {
	font-weight: 500;
	font-size: 30px;
	color: #0052ba;
}

#footer a img {
	height: 59px;
	margin-top: 15px;
}

#footer address {
	background: #f4f4f4;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 60px;
}

