@charset "UTF-8";


/*
	##### Media Vanguard #####
	/common/css/common.css
*/




/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* --------------------------------------------------
init
-------------------------------------------------- */

@font-face {
	font-family: 'Linearicons-Free';
	src:url('../fonts/Linearicons-Free.eot?w118d');
	src:url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
	word-break: normal;
	word-wrap: break-word;
}



html {
	font-family: 'Noto Sans JP', HiraginoSans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: hidden; /* to hide IE's horizontal scrollbar */
	overflow-y: scroll;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
	word-wrap: break-word;
	word-break: break-all;
	color: #172671;
	position: relative;
	height: 100%;
}

img {
	vertical-align: bottom;
	outline: none;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* --------------------------------------------------
links
-------------------------------------------------- */

a {
	color: #172671;
}
a:link,
a:visited {
	text-decoration: underline;
}

a img {
	border: 0;
}
@media (min-width: 768px) {
	a:hover,
	a:active {
		text-decoration: none;
	}
	a:hover img {
		opacity: .9;
	}
}


/* --------------------------------------------------
tools
-------------------------------------------------- */


.cf::after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.fRight {
	float: right;
}
.fLeft {
	float: left;
}
.clear {
	clear: both;
}

.mt1em {
	margin-top: 1em;
}
.mt2em {
	margin-top: 2em;
}

.kern2 {
	letter-spacing: -0.02em;
}
.nwrp {
	white-space: nowrap;
}

sub,
.small {
	font-size: 75%;
}
.large {
	font-size: 120%;
}
sup {
	vertical-align: top;
	font-size: 60%;
}
.caption {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 1em;
}
strong,
b {
	font-weight: bold;
}

.att {
	font-weight: bold;
	color: #be144c;
}
.att2 {
	font-weight: bold;
}

.hideOnPC {
	display: none;
}

@media (max-width:767px) {
	img {
		width: 100%;
		height: auto;
	}
	.hideOnPC {
		display: inherit
	}
	.hideOnSP {
		display: none;
	}
}

/* --------------------------------------------------
layout
-------------------------------------------------- */



.container {
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 417px;
	position: relative;
}
section {
	width: 100%;
}
section::after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}

.cols {
	display: -webkit-box;
	display: flex;
}

#mainImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 174px;
	margin: 0;
	overflow: hidden;
	background: -webkit-linear-gradient(0deg, rgba(219, 209, 160, 1) 0%, rgba(17, 142, 164, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(219, 209, 160, 1)), color-stop(1, rgba(17, 142, 164, 1)));
	background: linear-gradient(90deg, rgba(219, 209, 160, 1) 0%, rgba(17, 142, 164, 1) 100%);
	z-index: -1;
}

@media (max-width: 767px) {
	.container {
		padding-bottom: 75vw;
	}
	#mainImg {
		display: none;
	}
}

/* --------------------------------------------------
contents
-------------------------------------------------- */
.main {
	box-sizing: border-box;
	width: 100%;
	max-width: 980px;
	margin: -20px auto 0;
}
@media (max-width: 767px) {
	.main {
		margin: 0 auto;
	}
}


.title1 {
	display: inline-block;
	height: 90px;
	padding: 0 38px;
	margin-bottom: 45px;
	background: #fff;
}
.title1 span {
	position: relative;
	display: inline-block;
	padding-top: 62px;
	padding-left: 25px;
	font-size: 32px;
	font-weight: bold;
	vertical-align: baseline;
}
.title1 span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 10px;
	height: 30px;
	background-color: #118EA4;
}
.title1b {
	display: inline-block;
	padding: 0 38px;
	margin-top: 60px;
	margin-bottom: 45px;
}
.title1b span {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 32px;
	font-weight: bold;
	vertical-align: baseline;
}
.title1b span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 10px;
	height: 30px;
	background-color: #118EA4;
}
.title1b b {
	font-weight: normal;
}
@media (max-width: 767px) {
	.title1 {
		height: 19.466667vw;
		padding: 0 3.666667vw;
		margin-bottom: 7.733333vw;
		margin-left: 3.6vw;
	}
	.title1 span {
		padding-top: 10.666667vw;
		padding-left: 5.333333vw;
		font-size: 6.266667vw;
	}
	.title1 span::before {
		width: 2.133333vw;
		height: 6.666667vw;
	}
	.title1b {
		display: inline-block;
		padding: 0 3.666667vw;
		margin-top: 17.466667vw;
		margin-bottom: 7.733333vw;
		margin-left: 3.6vw;
	}
	.title1b span {
		padding-left: 5.333333vw;
		font-size: 6.266667vw;
	}
	.title1b span::before {
		width: 2.133333vw;
		height: 6.666667vw;
	}
}

.title2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 35px;
	padding-bottom: .5em;
	border-bottom: 2px solid #D5D8E5;
	position: relative;
}
.title2b {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: .5em;
	border-bottom: 2px solid #D5D8E5;
}
.title2 b {
	font-size: 18px;
	font-weight: normal;
}
.title2 .date {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 16px;
	line-height: 0;
}

@media (max-width: 767px) {
	.title2 {
		font-size: 5.066667vw;
		margin-bottom: 6.4vw;
	}
	.title2b {
		font-size: 4.8vw;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 25px;
		padding-bottom: .35em;
		border-bottom: 2px solid #D5D8E5;
	}
	.title2 b {
		display: block;
		margin-top: .75em;
		padding-left: .75em;
		font-size: 75%;
	}
	.title2 .date {
		display: block;
		top: 130%;
		font-size: 66%;
	}
}


.title3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 40px;
	padding-bottom: .25em;
	padding-left: 10px;
	border-bottom: 1px solid #D1D4E3;
}
.title3b {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: .2em;
}

@media (max-width: 767px) {
	.title3 {
		font-size: 4.4vw;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 40px;
		padding-bottom: .25em;
		padding-left: 10px;
		border-bottom: 1px solid #D1D4E3;
	}
	.title3b {
		font-size: 4.4vw;
		font-weight: bold;
		line-height: 1.4;
		padding-bottom: .2em;
	}
}

