@charset "UTF-8";
/*----------------------------------------------------
	再設定
----------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	color: #000; 
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Yu Gothic", YuGothic, sans-serif;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
	body {
		min-width: 960px;
	}
}

body.no-scroll {
	height: 100vh; 
	overflow: hidden;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
a img {
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
a svg {
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}
a path {
	-webkit-transition: all .3s;
	        transition: all .3s; 

	     -o-transition: all .3s;
}

svg,
img {
	max-width: 100%;
	vertical-align: middle;
}

a.text-link:hover {
	color: #007fff;
}

.text-link a:hover {
	color: #007fff;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	z-index: 9999; 
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	padding: 20px 20px;
	color: #fff;
	-webkit-transition: all .3s;
	        transition: all .3s;

	-webkit-box-align: center;
	-webkit-box-pack: justify;
	     -o-transition: all .3s;
}
header.scrolled {
	background-color: #324873d4;
}

@media (min-width: 768px) {
	header {
		height: 70px;
	}
	.headerNav ul {
		-webkit-align-items: center;
		        align-items: center; 
		-ms-flex-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-align: center;
	}
	.headerNav li:not(:first-child) {
		margin-left: 2.5rem;
	}
	.headerNav a {
		display: block;
		color: #fff; 
		line-height: 1;
	}
	.headerNav .en {
		display: block;
		font-size: 2.5rem;
		font-weight: bold;
	}
	.headerNav .en span {
		position: relative;
		top: -.2rem;
		margin-right: 1rem; 
		font-size: 1.4rem;
	}
	.headerNav .ja {
		display: block;
		padding: .2rem 0 0 2.5rem;
		font-size: 1rem;
	}
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
	.headerLogo a:hover path {
		fill: #007fff;
	}
	.headerNav a:hover {
		color: #007fff;
	}
}

@media (max-width: 767px) {
	header {
		height: 50px;
		padding: 8px 16px 0;
	}
	.headerLogo {
		position: relative;
		z-index: 10;
	}
	.headerLogo .svg {
		width: 92px;
		height: 42px;
	}
	.headerLogo.open path {
		fill: #ffffff;
	}
	.headerNav {
		position: fixed;
		top: 0;
		left: 0;
		-webkit-align-items: center;
		        align-items: center;
		-ms-flex-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;
		height: 100%;
		padding: 0 16px;
		color: #fff;
		background: url(../images/bg_spmenu4.png) right bottom/cover; 
		background-color: #324873d4;
		-webkit-transition: all .3s;
		        transition: all .3s;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;

		-webkit-box-align: center;
		     -o-transition: all .3s;
	}
	.headerNav.open {
		opacity: 100;
		visibility: visible; 
		pointer-events: auto;
	}
	.headerNav.open li {
		-webkit-animation: fadeInUp .5s forwards;
		        animation: fadeInUp .5s forwards; 
		opacity: 0;
	}
	.headerNav.open li:nth-child(2) {
		-webkit-animation-delay: .1s !important;
		        animation-delay: .1s !important;
	}
	.headerNav.open li:nth-child(3) {
		-webkit-animation-delay: .2s !important;
		        animation-delay: .2s !important;
	}
	.headerNav.open li:nth-child(4) {
		-webkit-animation-delay: .3s !important;
		        animation-delay: .3s !important;
	}
	.headerNav.open li:nth-child(5) {
		-webkit-animation-delay: .4s !important;
		        animation-delay: .4s !important;
	}
	.headerNav.open li:nth-child(6) {
		-webkit-animation-delay: .5s !important;
		        animation-delay: .5s !important;
	}
	.headerNav li {
		margin-bottom: 12px;
	}
	.headerNav a {
		display: block;
		color: #ffffff; 
		line-height: 1;
	}
	.headerNav .en {
		display: block;
		font-size: 2.5rem;
		font-weight: bold;
	}
	.headerNav .en span {
		position: relative;
		top: -.2rem;
		margin-right: 1.9rem; 
		font-size: 1.4rem;
	}
	.headerNav .ja {
		display: block;
		padding: .2rem 0 0 2.5rem;
		font-size: 1rem;
	}
	.headerNav .copy {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 16px 0;
		margin-top: auto;
		color: #ffffff;
		font-weight: lighter; 
		text-align: center;
	}
	.headerNav.open .copy {
		-webkit-animation: fadeInUp .5s forwards;
		        animation: fadeInUp .5s forwards;
		-webkit-animation-delay: .5s !important;
		        animation-delay: .5s !important; 
		opacity: 0;
	}
	.headerMenu {
		position: absolute;
		top: 0;
		right: 6px;
		z-index: 2;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.headerMenu div {
		position: relative;
	}
	.headerMenu span {
		position: absolute;
		left: 13px;
		display: block;
		width: 34px;
		height: 1.5px;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		        transition: .35s ease-in-out; 

		     -o-transition: .35s ease-in-out;
	}
	.headerMenu span:nth-child(1) {
		top: 22px;
	}
	.headerMenu span:nth-child(2) {
		top: 34px;
	}
	.headerMenu.open span {
		background-color: #ffffff;
	}
	.headerMenu.open span:nth-child(1) {
		top: 28px;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.headerMenu.open span:nth-child(2) {
		top: 28px;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
main {
	display: block;
}

@media (min-width: 768px) {
	.mainHeader {
		padding-top: 140px;
	}
}

@media (max-width: 767px) {
	.mainHeader {
		padding-top: 60px;
	}
}

.mainFooter {
	padding: 3.2rem 0;
}
@media (min-width: 768px) {
	.mainFooter .ttl01 {
		margin-bottom: 1.2rem;
	}
	.mainFooter .pagetop {
		margin-bottom: 1.6rem;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.mainFooter .header {
		-webkit-align-items: flex-end;
		        align-items: flex-end;
		-ms-flex-align: end;
		-webkit-flex-direction: row-reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse; 
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-align: end;
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
	}
	.mainFooter .pagetop img {
		width: 40px;
	}
}
.mainFooter .main_contacts {
	margin-bottom: 1.2rem;
}
.mainFooter .nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 2rem auto 2.4rem;
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.mainFooter .nav ul {
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		        justify-content: space-around; 
		max-width: 640px;
	}
}
@media (max-width: 767px) {
	.mainFooter .nav ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.mainFooter .nav ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap; 
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.mainFooter .nav li {
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #1d2088;
	}
	.mainFooter .nav li:last-child {
		border-bottom: none;
	}
	.mainFooter .nav li:nth-last-child(2):nth-child(odd) {
		border-bottom: none;
	}
	.mainFooter .nav li:nth-child(odd) {
		border-right: 1px solid #1d2088;
	}
	.mainFooter .nav a {
		display: block;
		padding: 1.5rem 0;
	}
}
.mainFooter .sns ul {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center; 
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: center;
}
.mainFooter .sns li {
	margin: 0 10px;
}
.mainFooter .sns li a {
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 40px;
	height: 40px;
	border: 1px solid #000; 
	border-radius: 20px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.mainFooter .sns li i {
	font-size: 2.4rem;
}
.mainFooter .sns li a:hover {
	color: #007fff;
	border: 1px solid #007fff;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
	color: #fff;
	background-color: #000;
}
@media (min-width: 768px) {
	footer {
		text-align: center;
	}
}
footer .footer-item {
	padding: 1rem 0;
}
footer .footer-item:first-child {
	padding-top: 2rem;
}
footer .footer-item:last-child {
	padding-bottom: 2rem;
}
footer .footer-item .ttl01 {
	margin-bottom: .5em;
}
footer .footer-item p {
	font-size: 1.2rem;
}
footer .footer-item .logo .en {
	margin-right: .5em;
	font-size: 3.2rem;
}
footer .footer-item .logo .ja {
	font-size: 1.3rem;
}
footer .footer-item .logo2 {
	font-size: 1.3rem;
}

.copyright {
	padding: 1em 16px;
	color: #0044a2;
	font-size: 1.2rem;
	text-align: center; 
	background-color: #fff;
}
@media (max-width: 767px) {
	.copyright {
		font-size: 1rem;
	}
}