@charset "UTF-8";
/**
 * ----------------------------------------------------------------------------
 * Reset
 *
 * Thanks Destyle.css!
 * https://github.com/nicolas-cusan/destyle.css
 * ----------------------------------------------------------------------------
 */
 * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
}

::before,
::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

ul,
ol {
	list-style: none;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top: 1px solid;
	clear: both;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

/*small {
	font-size: 80%;
}*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
img{
/*	zoom.jsを使うときはコメントアウトする*/
	/* pc */
/*	pointer-events: none;*/
	/* smartphone*/
	/*-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;*/
}
picture{
	display: block;
	text-align: center;
}
embed,
object,
iframe {
	border: 0;
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
		cursor: default;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	color: #333;
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::-webkit-input-placeholder {
	font: inherit;
}

:-ms-input-placeholder {
	font: inherit;
}

::-ms-input-placeholder {
	font: inherit;
}

::-moz-placeholder {
	font: inherit;
}

::placeholder {
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
}

th {
	text-align: left;
	font-weight: bold;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/**
 * ----------------------------------------------------------------------------
 * Global Base
 * ----------------------------------------------------------------------------
 */
body {
	color: #000d1c;
	/*font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	font-family: /*"Helvetica Neue",Arial,*/"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	background: #fcfcfc;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

.container {
	overflow: hidden;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	padding-right: constant(safe-area-inset-right);
	padding-right: env(safe-area-inset-right);
	padding-left: constant(safe-area-inset-left);
	padding-left: env(safe-area-inset-left);
	position: relative;
	width: 100%;
	
}
/**
 * ----------------------------------------------------------------------------
 * Main Visual
 * ----------------------------------------------------------------------------
 */
.mv-main{
	background: #04122b;
	text-align: center;
 }
.mv-top-img {
	display: block;
	margin: 0 auto;
}
.mv-main_03{
	background:  #8d192c url(../road/img/mv03.png) center top no-repeat;
	height: 830px;
}
.mv-main_04{
	background:  #8d192c url(../road/img/mv04.png) center top no-repeat;
	height: 700px;
}
.mv-main-img {
	display: block;
	margin: 0 auto;
}
#mv01 {
	background: url(../images/mv01.png) no-repeat center #04122b;
	text-align: center;
	height: 700px;
}
#mv02 {
	background: url(../images/mv02.png) no-repeat center #04122b;
	text-align: center;
	height: 700px;
}
#mv03 {
	background: url(../images/mv03.png) no-repeat center #04122b;
	text-align: center;
	height: 830px;
}
#mv04 {
	background: url(../images/mv04.png) no-repeat center #04122b;
	text-align: center;
	height: 700px;
}
/* max-width スクリーンサイズが640px以下の場合に適用 */
@media screen and (max-width: 640px){
	#mv01{
		background: url(../images/mv01_sp.png) no-repeat center #04122b;
		background-size: contain;
		height: 450px;
	}
	#mv02{
		background: url(../images/mv02_sp.png) no-repeat center #04122b;
		background-size: contain;
		height: 450px;
	}
	#mv03{
		background: url(../images/mv03_sp.png) no-repeat center #04122b;
		background-size: contain;
		height: 520px;
	}
	#mv04{
		background: url(../images/mv04_sp.png) no-repeat center #04122b;
		background-size: contain;
		height: 450px;
	}
}
/* max-width スクリーンサイズが480px以下の場合に適用 */
@media (max-width: 480px) {
	.mv-main_03,
	.mv-main_04{
		background: none;
		height: auto;
	}
}
/* max-width スクリーンサイズが35px以下の場合に適用 */
@media (max-width: 375px) {
	#mv01,
	#mv02,
	#mv04{
		height: 420px;
	}
}

/**
 * ----------------------------------------------------------------------------
 * Section Common
 * ----------------------------------------------------------------------------
 */
/*.section {
	margin: 60px 0 0;
	padding-bottom:10px;
	background:#f3f2da;
}
.section.ex {
	margin-top: 0;
}
*/
.section-text {
	/*background: #f5f9ff;
	font-size: 20px;
	line-height: 35px;*/
	margin: 0 auto;
	padding: 0;
}
.section-text.ex {
	margin-top: 0;
}
/*.section-text p {
	margin:45px 0;
}*/
/* max-width スクリーンサイズが767px以下の場合に適用 */
@media (max-width: 767px) {
	/*.section {
		margin: 30px 0 0;
	}
	.section.ex {margin-top: 0;}*/
	.section-text {
		background: #f5f9ff;
		font-size: 16px;
		line-height: 30px;
/*		margin: 20px auto 0;*/
	}
	.section-text.ex {margin-top: 0;}
}
.bg{
	background: #f5f9ff;
}
.bg .waku{
	background: none;
}
.waku {
	max-width: 850px;
	margin: 0 auto;
	padding: 45px 5%;
}

p {
	font-size: 20px;
	line-height: 2em;
	margin-bottom: 80px;
}

/*body#subpage .waku {
	padding:0;
}*/
/*.bg .waku img {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 20px;
}*/
.bg_sub {
	background:#6cb408;
	color: #fff;
}
.bg_sub div {
	text-align: center;
	padding: 90px 10px;
	font-size: 45px;
	font-weight: bold;
}
.bg_gold{
	background: url(../images/bg_gold.png);
}
/*.bg .waku img {
	max-width: 900px;
	width:100%;
}*/
.bg_ttl {
	padding: 30px 0;
	background: #002f66;
}
.bg_ttl_02 {
	background: #002f66;
}
/* max-width スクリーンサイズが767px以下の場合に適用 */
@media (max-width: 767px) {
		/*.mv-main img {
		max-width: 1800px;
		width: 100%;
	}*/
}
/* max-width スクリーンサイズが479px以下の場合に適用 */
@media (max-width: 479px) {
		/*.mv-main img {
		max-width: 1800px;
		width: 100%;
	}*/
	p {
		font-size: 16px;
		margin-bottom: 60px;
	}	
}
/* max-width スクリーンサイズが375px以下の場合に適用 */
@media (max-width: 375px) {
		p {
		font-size: 14.5px;
		margin-bottom: 45px;
	}
}
/**
 * ----------------------------------------------------------------------------
 * thanks
 * ----------------------------------------------------------------------------
 */
/*.waku_wrap {
	background: #000d1c;
}*/
.txt_ttl {
	max-width:850px;
	margin:0 auto;
	color:#f7ef69;
	text-align: center;
	padding: 70px 0;
	font-weight: bold;
	font-size: 50px;
}

/* max-width スクリーンサイズが414px以下の場合に適用 */
@media (max-width: 414px) {
	/*	.waku {max-width:390px;}*/
	.txt_ttl {
		padding: 20px;
		font-size: 30px;
	}
}

/**
 * ----------------------------------------------------------------------------
 * footer
 * ----------------------------------------------------------------------------
 */
footer {
	background:#eeeeee;
	/*color: #ede2b0;*/
	border-top: 5px solid #000d1c;
	padding: 10px;
	text-align: center;
}
footer ul li {
	font-size: 14px;
	text-align: center;
/*	padding-top: 10px;*/
	display: inline-block;
	margin-bottom: 10px;
}
footer ul li:not(:last-child):after{
	content: "/";
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
footer a {
	color:#000d1c;
	text-decoration: none;
	transition: all .3s;
	cursor: pointer;
}
footer a:hover {
	color:#002f66;
	text-decoration: underline;
}
footer p {
	/*color:#fff;*/
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 0 auto;
	line-height: 1.4;
/*	font-size: 0.75em;*/
}
/*#footer small {
	display: block;
	text-align: center;
	padding: 10px;
}*/