@charset "UTF-8";
/* Body */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
	font-size: 1rem;
	font-family: 'Noto Sans', sans-serif,"メイリオ",Meiryo,sans-serifAvenir,"Open Sans","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic","游ゴシック体";
	font-style: normal;
	font-weight: 200;
	margin:0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.section{
	display: block;
	position: relative;
}

.slide{
	display: block;
	position: relative;
	background-size: cover!important;
	z-index: 10;
}

.cursor{
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	z-index: 100;
}

div#page1_1{
	background: url(../images/EN1-1.jpg) no-repeat center center;
}

div#page1_2{
	background: url(../images/EN2-1.jpg) no-repeat center center;
}

div#page1_3{
	background: url(../images/EN3-1.jpg) no-repeat center center;
}

div#page2_1{
	background: url(../images/EN1-2.jpg) no-repeat center center;
}

div#page2_2{
	background: url(../images/EN2-2.jpg) no-repeat center center;
}

div#page2_3{
	background: url(../images/EN3-2.jpg) no-repeat center center;
}

div#page3_1{
	background: url(../images/EN1-3.jpg) no-repeat center center;
}

div#page3_2{
	background: url(../images/EN2-3.jpg) no-repeat center center;
}

div#page3_3{
	background: url(../images/EN3-3.jpg) no-repeat center center;
}

div#page4_1{
	background: url(../images/EN1-4.jpg) no-repeat center center;
}

div#page4_2{
	background: url(../images/EN2-4.jpg) no-repeat center center;
}

div#page4_3{
	background: url(../images/EN3-4.jpg) no-repeat center center;
}

.logo img {
	position: fixed;
	width: 15%;
	top: 3%;
	left: 2%;
	z-index:100;
	transform: translate3d(0, 0, 0);
}

.logo img:hover {
	opacity: 0.8;
}

.tohoku_japan_copy img {
	position: fixed;
	width: 0.8%;
	top: 30%;
	left: 2%;
	z-index:100;
	transform: translate3d(0, 0, 0);
}

.pacific_coast_copy img {
	position: fixed;
	width: 0.8%;
	top: 10%;
	right: 2%;
	z-index:100;
	transform: translate3d(0, 0, 0);
}

.page_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.center_logo {
	margin-top: 22%;
	text-align: center;
}
.center_logo img {
	/* margin-top: 15%; */
	width: 19%;
}
.center_logo img.side {
	display: none;
}

.center_catch p{
	text-align: center;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 1.5% 10%;
}


.center_link a {
	position: relative;
    background: #fff url("../images/icon_btn.png") no-repeat scroll 90% center;
    border: 4px solid #009fb3;
    border-radius: 5px;
    box-sizing: border-box;
    color: #009fb3;
    display: block;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 0 auto;
	padding: 0;
    text-decoration: none;
    width: 250px;
}
.center_link a:hover {
	opacity: 0.8;
}

.center_link a span {
	display: block;
	width: auto;
	height: 100%;
    padding: 10px 10px 10px 40px;
}

/* Footer */

#footerBox {
	width: 100%;
	background-color: #000;
	padding: 45px 0 0 0;
}

#footerBox .fp-tableCell {
	display: inline;
}
#footerBox #footerBoxInner{
	width: 100%;
	margin: 0 auto;
}

.footer_logo {
	text-align: center;
	margin-bottom: 60px;
}

.footer_logo img {
	width: 35%;
}


#footerBox #footerBoxInner ul li a{
	text-decoration: none;
	color:#12ABBC;
	font-size: 16px;
}

#footerBox #footerBoxInner ul li a:hover{
	opacity: 0.8;
}

#footerBox #list {
	width: 100%;
	text-align: center;
}

#footerBox #list ul {
	display: inline;
	/* width: 100%; */
	list-style: none;
}

#footerBox #list ul li{
	display: inline-block;
	/* float:left; */
	list-style: none;
	font-size: 14px;
	line-height: 150%;
	box-sizing: border-box;
	margin: 5px 20px;
}

#footerBox #smallBox{
	background-color: #000;
	margin: 0 auto;
	padding:40px 0;
	text-align: center;
	color: #fff;
	width: 95%;
}

#footerBox #smallBox small p{
	font-size:12px;
	line-height: 15px;
}



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

	.logo img {
		width: 40%;
		max-width: 128px;
	}

	.tohoku_japan_copy img {
		width: 7px;
		top: 30%;
		left: 2%;
	}

	.pacific_coast_copy img {
		width: 7px;
		top: 10%;
		right: 2%;
	}

	.center_logo {
		text-align: center;
	}
	.center_logo img {
		margin-top: 25%;
		margin-bottom: 5%;
		width: 50%;
	}
	.center_logo img.side {
		margin-top: -4%;
		margin-bottom: 1%;
		display: none;
	}
	.center_logo img.vertical {
		margin-top: 45%;
	}

	.center_catch p{
		font-size: 13px;
		padding: 2% 10%;
	}

	.center_link a {
	    font-size: 15px;
	    width: 200px;
	}

	.center_link a span {
	    padding: 10px 10px 10px 20px;
	}

	.cursor{
		position: absolute;
	    left: calc(52% - 30px);
	}

	.footer_logo img {
		width: 70%;
		max-width: 250px;
	}

	.cursor,
	#fp-nav,
	.fp-slidesNav {
		display: none;
	}

	.footer_logo {
		text-align: center;
		margin-bottom: 20px;
	}

	#footerBox #smallBox{
		background-color: #000;
		margin: 0 auto;
		padding:22px 0;
		text-align: center;
		color: #fff;
		width: 95%;
	}


}

