@charset "UTF-8";

/***** 全ページ共通CSS *****/

/* base (reset)
---------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ol,
li {
	list-style: none;
}

img {
	border: none;
	line-height: 0;
	font-size: 0;
	vertical-align: middle;
	max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------- */
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	background: transparent;
}

th,
td {
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	empty-cells: show;
}

input,
select {
	vertical-align: middle;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	/*-webkit-appearance: none;*/
	border-radius: 0;
}

pre {
	white-space: -moz-pre-wrap;/* Mozilla */
	white-space: -pre-wrap;/* Opera 4-6 */
	white-space: -o-pre-wrap;/* Opera 7 */
	white-space: pre-wrap;/* CSS3 */
	word-wrap: break-word;/* IE 5.5+ */
}


/* Selected Text
---------------------------------------------------*/
::selection {
	background: #191919;
	/* Safari */
	color: #FFFFFF;
}


/* HTML
---------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;
}

body {
	background-color: #fff;
	position: relative;
	width: 100%;
	line-height: 1;
	color: #00334e;
	font-size: 1.6rem;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background: #fff;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,
:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.spno {display:block;}
br.spno {display: inline;}
.pcno {display:none;}
br.pcno {display:none;}


/* 768px以下 */
@media screen and (max-width: 768px) {
	body {
		background-color: #fff;
		min-width: auto;
		min-width: inherit;
		min-height: 100%;
		font-size: 24px;
		font-size: 2.4rem;
		-webkit-text-size-adjust: 100%;
	}

	.pcno {display: block;}
	br.pcno {display: inline;}
	.spno {display: none;}
	br.spno {display: none;}
}


/* link
---------------------------------------------------*/
a {
	text-decoration: none;
}
a:link,
a:visited,
a:active {
	color: #00334e;
}
a:hover {
	color: #006633;
}
a.u {
	text-decoration: underline;
}
a,
a:hover,
.hover {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.hover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


/* clearfix
---------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/**/
	height: auto;
	overflow: hidden;
	/**/
}
.clearfix {
	zoom: 1;
}


/* INPUT
---------------------------------------------------*/
input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}

input, button {
	border: 0;
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
	border: 0;
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea,
select {
	overflow : hidden;
	outline : none;
}

input:focus{ outline: 0 none black; }

/* ------ */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
	font-size: 16px;
	border: 1px solid #999;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.0em;
}
textarea {
	overflow: auto;
}

select {
	border: 1px solid #999;
	vertical-align: middle;
	padding: 5px;
	line-height: 1.0em;
}

.w100 {width: 100%;}
.w80 {width: 80%;}
.w60 {width: 60%;}
.w40 {width: 40%;}
.w20 {width: 20%;}


/** placeholder **/
.placeholder {color: #ccc; background: #fafafa;}
:placeholder-shown{color:#ccc; background: #fafafa;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder{color:#ccc; background: #fafafa;}
/* Firefox 18- */
:-moz-placeholder{color:#ccc;opacity:1; background: #fafafa;}
/* Firefox 19+ */
::-moz-placeholder{color:#ccc;opacity:1; background: #fafafa;}
/* IE 10+ */
:-ms-input-placeholder{color:#ccc !important; background: #fafafa;}


/* 768px以下 */
@media screen and (max-width: 768px) {
	input[type="text"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select {
		/*font-size: 18px;*/
		font-size: 3.75vw;
	}
}


/* wrapper
---------------------------------------------------*/
#wrapper {
	width: 100%;
	/*background: url(../images/bg.png) no-repeat;*/
	background-size: cover;
	margin: 0 auto;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
}

/* header
---------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	opacity: 0.8;
	z-index: 30;
}
header h1 {
	float: left;
}
header h1 a {
	width: auto;
	display: block;
	margin: 30px;
}
header #gnavi {
	float: right;
}
header #gnavi ul {
	display: flex;
	width: auto;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0;
}
header #gnavi li {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-right: 40px;
}

/* 1440px以下 */
@media screen and (min-width: 769px) and (max-width: 1440px) {

	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		opacity: 0.8;
	}

	header h1 {
		float: left;
	}
	header h1 a {
		width: auto;
		display: block;
		margin: 30px;
		margin-right: 25px;
	}
	header #gnavi {
		float: right;
	}
	header #gnavi ul {
		display: flex;
		width: auto;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 40px 0;
	}
	header #gnavi li {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-right: 2.43vw;
	}

}

/* 768px以下 */
@media screen and (max-width: 768px) {

	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 14.0625vw;
		background-color: #fff;
		opacity: 1;
	}

	header h1 {
		float: left;
		width: 31.25vw;
	}
	header h1 a {
		width: auto;
		display: block;
		margin: 3.125vw;
	}
	header h1 a img {
		width: 100%;
		background-size: contain;
	}

	header #menu {
		float: right;
		width: 18.75vw;
	}
	header #menu span {
		display: block;
		position: absolute;
		right: 3.125vw;
		width: 9.375%;
		border-radius: 0.625vw;
		border-bottom: 0.625vw solid #0f5a84;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header #menu span:nth-child(1) {
		top: 3.125vw;
	}
	header #menu span:nth-child(2) {
		top: 6.25vw;
	}
	header #menu span:nth-child(3) {
		top: 9.375vw;
	}
	header #menu span:nth-child(4) {
		top: 10.93vw;
		right: 3.43vw;
		font-size: 3.75vw;
		border-bottom: none;
		text-align: center;
		color: #0f5a84;
	}
	/* active */
	/* 最初のspanをマイナス45度に */
	header #menu.active span:nth-child(1) {
		top: 6.25vw;
		right: 3.125vw;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* 2番目と3番目のspanを45度に */
	header #menu.active span:nth-child(2),
	header #menu.active span:nth-child(3) {
		top: 6.25vw;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header #gnavi {
		float: unset;
		position: absolute;
		top: 13.125vw;
		width: 100%;
	}
	header #gnavi ul {
		display: none;
		width: auto;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
	}
	header #gnavi li {
		width: auto;
		height: 9.375vw;
		font-size: 4.375vw;
		letter-spacing: 0.1em;
		margin: 0;
	}
	header #gnavi li a {
		display: block;
		text-align: center;
		background-color: #fff;
		padding: 3.125vw 0;
	}

}


/* footer
---------------------------------------------------*/

footer {
	width: 100%;
	background-color: #fff;
	padding-top: 60px;
}
footer nav {
	width: auto;
}
footer nav ul {
	width: 535px;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto 55px;
}
footer nav li {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-right: 3.4375em;
}
footer nav li:last-child {
	margin-right: 0;
}
footer nav li a {
	display: block;
	position: relative;
}
footer nav li a::after {
	position: absolute;
	top: -10%;
	right: -10px;
	width: 5px;
	height: 16px;
	content: '';
	background: url(../images/icon_arrow.png) no-repeat;
	background-size: contain;
}
footer .logo {
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}

footer .copy {
	width: 100%;
	font-size: 14px;
	text-align: center;
	padding-bottom: 1.14em;
}


/* 1440px以下 */
@media screen and (min-width: 769px) and (max-width: 1440px) {


}

/* 768px以下 */
@media screen and (max-width: 768px) {

	footer {
		width: 100%;
		height: auto;
		padding-bottom: 15.625vw;
	}
	footer nav {
		width: auto;
	}
	footer nav ul {
		width: 100%;
		display: block;
		margin: 0 auto 15.625vw;
	}
	footer nav li {
		font-size: 3.75vw;
		letter-spacing: 0.1em;
		padding-left: 6.25vw;
		margin-right: 3.4375em;
		margin-bottom: 6.25vw;
	}
	footer nav li:last-child {
		margin-right: 0;
	}
	footer nav li a {
		display: block;
		position: relative;
	}
	footer nav li a::after {
		position: absolute;
		top: -10%;
		right: 0;
		left: -3.125vw;
		width: 1.5625vw;
		height: 5vw;
		content: '';
		background: url(../images/icon_arrow.png) no-repeat;
		background-size: contain;
	}
	footer .logo {
		width: 25vw;
		padding-bottom: 3.125vw;
		margin: 0 auto;
	}
	footer .logo img {
		width: 100%;
		background-size: contain;
	}
	footer .copy {
		width: 100%;
		font-size: 3.125vw;
		text-align: center;
		padding-bottom: 1.14em;
	}

}

/* main
---------------------------------------------------*/

#main {
	position: relative;
	width: auto;
	height: auto;
	background: url(../images/bg.png) repeat-y center;
	background-size: contain;
	min-height: calc(100vh - 300px); /* 画面高さ-フッターの高さ */
	padding-top: 100px;
	padding-bottom: 15px;
}

/* mv_ttl */
#mv_ttl {
	overflow: hidden;
}

/* mv_ttl triangle */
#mv_ttl.triangle1::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 776px;
	height: 499px;
	content: '';
	background: url(../images/triangle_1.png) no-repeat;
	background-size: cover;
	z-index: 10;
	animation: slideInDown 1s;
}
#mv_ttl.triangle1::after{
	position: absolute;
	top: 1px;
	right: 0;
	width: 212px;
	height: 499px;
	content: '';
	background: url(../images/triangle_2.png) no-repeat;
	background-size: contain;
	z-index: 20;
	animation: slideInUp 1s;
}



/* 1440px以下 */
@media screen and (min-width: 769px) and (max-width: 1440px) {

	#main {
		position: relative;
		width: auto;
		background: url(../images/bg.png) repeat-y center;
		background-size: contain;
		min-height: calc(100vh - 300px); /* 画面高さ-フッターの高さ */
		padding-top: 100px;
		padding-bottom: 15px;
	}

	/* mv_ttl triangle */
	#mv_ttl.triangle1::before{
		position: absolute;
		top: 0;
		right: 0;
		width: 53.88vw;
		height: 34.72vw;
		content: '';
		background: url(../images/triangle_1.png) no-repeat;
		background-size: cover;
		z-index: 10;
		animation: slideInDown 1s;
	}
	#mv_ttl.triangle1::after{
		position: absolute;
		top: 0;
		right: 0;
		width: 14.72vw;
		height: 34.72vw;
		content: '';
		background: url(../images/triangle_2.png) no-repeat;
		background-size: cover;
		z-index: 20;
		animation: slideInUp 1s;
	}

}

/* 768px以下 */
@media screen and (max-width: 768px) {

	#main {
		position: relative;
		width: 100%;
		background: url(../images/bg.png) repeat-y center;
		background-size: contain;
		min-height: calc(100vh - 101.25vw); /* 画面高さ-フッターの高さ */
		padding-top: 14.0625vw;
		padding-bottom: 4.6875vw;
	}

	/* mv_ttl */
	#mv_ttl {
		overflow: hidden;
		animation: unset;
	}

	/* mv_ttl triangle */
	#mv_ttl.triangle1::before{
		position: absolute;
		top: 0;
		right: 0;
		width: 65%;
		height: 56.25vw;
		content: '';
		background: url(../images/triangle_1.png) no-repeat;
		background-size: cover;
		z-index: 10;
		animation: slideInDown 0.8s;
	}
	#mv_ttl.triangle1::after{
		position: absolute;
		top: 0;
		right: 0;
		width: 25%;
		height: 56.25vw;
		content: '';
		background: url(../images/triangle_2.png) no-repeat;
		background-size: cover;
		z-index: 20;
		animation: slideInUp 0.8s;
	}

}

/* Common
---------------------------------------------------*/
/* 共通のパーツのみ記述する */

/* box-shadow */
.inr_shadow {
	box-shadow: inset 0px -15px 15px -15px rgba(0, 0, 0, 0.2);
}

.out_shadow {
	box-shadow: 1px 5px 10px 1px rgba(102, 102, 102, 0.2);
}

/* color */
.txt_red {
	color: #fc0034ed;
}

