@charset "UTF-8";
/*==========基本構造==========
1.共通設定
2.基本構造
3.タイトル共通
4.ヘッダー
5.フッター
==============================*/

/* --------------------------------------------------- 
1.共通設定
---------------------------------------------------- */
html {
	font-size: 62.5%;/* font-size 1em = 10px */
	height: 100%;
}
body {
	width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.8;
	color: #293F5A;
    min-height: 100vh;

}

/*flex*/		
.flex {	
display: flex;
flex-wrap: wrap;}
.flex-around {justify-content: space-around;}
.flex-between {justify-content: space-between;}
.flex-center {justify-content:center;}
.flex-align-center {align-items: center}

/*text*/
p {
	font-size: 1.6rem;
	line-height: 2.6;
}
.note, .font_s {	font-size: 1.2rem;}
.txt_center {	text-align: center !important;}
.txt_right {	text-align: right !important;}
.red {	color: #BD1C10;}
.blue {	color: #3333FF;}


/*margin*/
.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt25 {	margin-top: 25px !important;}
.mt30 {	margin-top: 30px !important;}
.mt35 {	margin-top: 35px !important;}
.mt40 {	margin-top: 40px !important;}
.mt50 {	margin-top: 50px !important;}
.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb50 {	margin-bottom: 50px !important;}

/*link*/
a {
	transition-duration: 0.6s;
	text-decoration: underline;
}
a:hover {
	color: #BD1C10;
	text-decoration: underline;
}
a:link {
	color: #595757;
}
a:visited {
	color: #595757;
}
a:active {
	color: #595757;
}
img {
	width: auto;
	max-width: 100%;
}
a img {
	transition-duration: 0.8s;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
.link_btn {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.link_btn a {
display: inline-block;
	color: #293F5A;
	font-size: 1.6rem;
	letter-spacing: 0.4rem;
	line-height: 2.0;
	background: #fff;
	padding: 10px 60px 10px 80px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	border: #293F5A solid 1px;
}
.link_btn a:hover {
	color: #fff;
	background: #293F5A;
}
@media print, screen and (max-width: 912px) {
p {
	font-size: 1.5rem;
	line-height: 2.2;
}
}


/* --------------------------------------------------- 
2.基本構造
---------------------------------------------------- */
article {
	background: url("../img/index/contents_bottom_bg.jpg") no-repeat;
	background-position: bottom center;
	background-size: contain;
	
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}

@media print, screen and (max-width: 1330px) {

}
	
@media print, screen and (max-width: 912px) {
.inner {
	width: 95%;
	margin: 0 auto;

	}
}


/* --------------------------------------------------- 
3.タイトル共通
---------------------------------------------------- */

h2.titl_lv1 {
	font-size: 4.0rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 40px;
}
h2.titl_lv2 {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 20px;
}
h3.titl_lv1 {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 15px;
}
h3.titl_lv2 {
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 20px;
}
@media print, screen and (max-width: 1330px) {
h2.titl_lv1 {
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 40px;
}
h2.titl_lv2 {
	font-size: 1,8rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 20px;
}
h3.titl_lv1 {
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 15px;
}
h3.titl_lv2 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: left;
	margin-bottom: 20px;
}
}
	

@media screen and (max-width: 912px) {



}



/* --------------------------------------------------- 
4.ヘッダー
---------------------------------------------------- */
header {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
    z-index: 0!important;
}

header .logo{
	position: absolute;
	top: 26px;
	right: 100px;
	width: 144px;
	height: auto;
}
header .copy{
	position: absolute;
	top: 25px;
	left: 40px;
}
header .copy h1{
	font-size: 6.0rem;
	line-height: 1.6;
	font-weight: 500;
}
header .mainVisual{
	  margin-left: 300px;
}
header .mainVisual img {
	width: 100%;
}
header .mainVisual_sp {
	 display: none;
}
header .vertical_copy01 {
	position: absolute;
	top: 325px;
	left: 40px;
}

@media print, screen and (max-width: 1330px) {
header .copy h1{
	font-size: 4.0vw;
}
header .mainVisual{
	  margin-left: 15vw;
}
header .vertical_copy01 {
	top: 280px;
	left: 40px;
	width: 40px;
	display: none;
}	
}
	

@media print, screen and (max-width: 912px) {
header .copy h1{
	font-size: 4.0rem;
}
header .copy h1 span {
	padding: 5px;
	background: rgba(255, 255, 255, 0.5);
}	
	header .mainVisual{
	  margin-left: 0vw;
}

}
@media print, screen and (max-width: 540px) {
header .copy{
	top: 40%;
	left: 40px;
}
header .copy h1{
	font-size: 3.0rem;
}
header .mainVisual{
	 display: none;
}
header .mainVisual img {
	width: 100%;
}
header .mainVisual_sp {
	 display: block;
}

}

.menuBox {
	position: fixed;
	z-index: 999999999999999;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background:#E0E1E2;
}
.menuBox p {
	position: absolute;
	top:230px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	writing-mode: vertical-rl;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 1.2rem;
	font-weight: 400;
}
.menuBox p i {
	font-size: 2.6rem;
	font-weight: 300;
	color: #293F5A;
}
.menu-trigger-wrap {
	position: relative;
	z-index: 999999999999999;
	top: 0;
	right: 0;
	width: 60px;
	height: 200px;
	background: #293F5A;
}
.menu-trigger {
	position: absolute;
	z-index: 999999999999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 30px;
	height: 26px;
}
.menu-trigger span {
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
}
.menu-trigger span:before {
	display: block;
	width: 30px;
	height: 1px;
	content: '';
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
	background: #fff;
}
.menu-trigger span:after {
	display: block;
	width: 30px;
	height: 1px;
	content: '';
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	transform: translateY(-9px);
	background: #fff;
}
.menu-trigger span.is-open {
	background: #f4f4f4;
}
.menu-trigger span.is-open:before {
	-webkit-transform: rotate(45deg) translateY(0);
	-ms-transform: rotate(45deg) translateY(0);
	transform: rotate(45deg) translateY(0);
}
.menu-trigger span.is-open:after {
	-webkit-transform: rotate(-45deg) translateY(0);
	-ms-transform: rotate(-45deg) translateY(0);
	transform: rotate(-45deg) translateY(0);
}

.spHeadNav {
	display: none;
}
.spHeadNav {
	display: block;
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	vertical-align: middle;
	opacity: 0;
	background: #f4f4f4;
	overflow-y: scroll !important;
	-webkit-overflow-scrolling:touch;
}

.spHeadNav.is-open {
	left: 0;
	display: block;
	-webkit-transition: all .6s;
	transition: all .6s;
	opacity: 1;
	text-align: center;
}
.spHeadNav ul {
	vertical-align: middle;
	width: 100% !important;
	height: 100%;
	padding: 20px 0;
}
.spHeadNav ul li {
	padding: 0;
	text-align: center;
}
.spHeadNav ul li a {
	font-size: 1.6rem;
	display: block;
	padding: 20px 0;
	color: #293F5A;
	/*border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;*/

	box-sizing: border-box;
	text-decoration: none;
}
.spHeadNav ul li a span {
	font-size: 1.1rem;
	display: block;
	padding-top: 10px;
}
/*.spHeadNav ul li:last-child a {
	border: none;
}*/
.spHeadNav ul li.sp_code {
		float: left;
		width: 50%;
	height: 58px;
	vertical-align: middle;
	margin-top: 20px;
	padding: 24px 0;
	background: #fff;
	font-size: 1.4rem;
	line-height:2.0;
	}
.spHeadNav ul li.sp_contact a {
		float: right;
		width: 50%;
	margin-top: 20px;
	display: block;
	background: #454545;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2.2;
	padding: 24px;
	}
.spHeadNav ul li.sp_contact a i {
	color: #fff;
	font-size: 2.8rem;
}
.spHeadNav ul li.sp_contact a:hover {
	background: #429cd6;
	color: #ffffff;
}



/* --------------------------------------------------- 
5.フッター
---------------------------------------------------- */
footer {
	width: 100%;
	height: auto;
}

.sec-support {
	background: #EFF2F4;	
	padding: 50px 0px 60px 0px;
}

.sec-support h3 {
	color: #293F5A;
	font-size: 2.0rem;
	line-height: 2.2;
	text-align: center;
	margin-bottom: 10px;
}
.sec-support p {
	color: #293F5A;
	font-size: 1.5rem;
	line-height: 2.2;
	text-align: center;
}
.sec-support .support_bnrs {
	margin-top: 60px;
}
.sec-support .support_bnrs li {
	width: 22%;
}
.sec-support .support_bnrs li img {
	width: 100%;
}
.sec-copyright {
	background: #293F5A;
	padding: 30px 0px 15px 0px;
	
}
.sec-copyright ul.nav_sns {
	margin-bottom: 30px;
}
.sec-copyright ul.nav_sns li {
	padding: 0 10px;
}
.sec-copyright ul.nav_sns li i {
	font-size: 3.0rem;
	color: #fff;
}
.sec-copyright .copyright {
	margin: 0px auto;
	text-align: center;
	font-size: 1.0rem;
	color: #fff;
}
/*page-top*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 10rem;
	z-index: 999999999999999;
}
#page-top {
	text-decoration: none !important;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../img/common/pagetop.png) no-repeat center #293F5A;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
}
#page-top:hover {
	text-decoration: none !important;
	background: url(../img/common/pagetop.png) no-repeat center #727171;
}

@media print, screen and (max-width: 912px) {

.sec-support .support_bnrs {
	margin-top: 20px;
	justify-content: center;
}
.sec-support .support_bnrs li {
	width: 40%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
}
@media print, screen and (max-width: 540px) {

.sec-support {
    padding: 50px 50px 60px 0px;
}
	.sec-copyright {
    padding: 30px 50px 15px 0px;
}
}
