@charset "utf-8";
/* CSS Document */

/* =====================
  Base
===================== */
body {
	font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 1.6rem;
	color: #333;
	font-weight: 500;
	background-color: #fff;
	overflow: hidden;
}
body, a, dd, div, dt, h1, h2, h3, h4, h5, h6, html, label, li, p, span, td, th {
	line-height: 1.6;
}
a {
	display: inline-block;
	text-decoration:none;
	transition: 0.3s ease-in-out;
	color: #333;
	backface-visibility: hidden;
}
a:hover {
	text-decoration:none;
	transition: 0.3s ease-in-out;
	opacity: 0.8;
	color: #333;
	backface-visibility: hidden;
}
img {
	max-width: 100%;
}
.container {
	margin: 0 auto;
    max-width: 1120px;	
}
.container-inner {
	margin: 0 auto;
	max-width: 1000px;	
}
.en{
	font-family: 'Poppins', sans-serif;
}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    pointer-events: none;
    opacity: 0;
}
.move-blue {
	display: inline-block;
}
.fade-box{
   visibility: hidden;
}
.fade{
    animation-fill-mode:both;
    animation-duration:1s;
    animation-name: fade;
    visibility: visible !important;
}
@keyframes fade {
    0% { opacity: 0; transform: translateY(20px);}
    100% { opacity: 1; transform: translateY(0);}
}
/* scroll bar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: #1b98e0;
	border-radius:10px;
}
::-moz-selection {
  background-color: #1b98e0;
  text-shadow: none;
}
::selection {
  background-color: #1b98e0;
  text-shadow: none;
}


/* =====================
  汎用クラス
===================== */
/* btn */
.btn-wrap {
	text-align: center;
}
a.btn {
	width: 100%;
	max-width: 300px;
	height: 65px;
	padding: 21px 40px;
	border-radius: 50px;
	box-sizing: border-box;
	position: relative;
	vertical-align: text-top;
	text-align: center;
	color: #fff;
	background-color: #333;
	box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.2);
	transition: 0.3s ease-in-out;
	font-weight: bold;
}
a.btn:hover{
	box-shadow: none;
}
/*a.btn:after {
	content: url(../images/common/icon_arrow_white.png);
	position: absolute;
	top: 31.5px;
	right: 40px;
	transition: 0.3s ease-in-out;
}
a.btn:hover:after {
	right: 35px;
	transition: 0.3s ease-in-out;
}*/
a.btn.place:after {
	content: url(../images/common/icon_place.png);
	top: 30px;
	right: 40px!important;
}
a.btn.download:after {
	content: url(../images/common/download.png);
	top: 26px;
	right: 40px!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bold {
	font-weight: bold;
}
.text-link {
	color: #0165be;
	text-decoration: underline;
    word-break: break-word;
}
.text-link:hover {
	color: #0165be;
	text-decoration: none;
}
section .layer {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 90px;
	width: 90%;
	height: 790px;
	background-color: #e7e9eb;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	z-index: -1;
}


/* =====================
  pankuzu
===================== */
.pankuzu{
	padding-left: 40px;
}
.pankuzu li {
    display: inline-block;
    font-size: 1.4rem;	
	margin: 0 10px;
}
.pankuzu li.active{
	font-weight: bold;
}
.pankuzu li:first-child {
    margin-left: 0;
}
.pankuzu li:after {
	content: "";
	display: inline-block;
	position: relative;
	right: -3px;
	top: 3px;
	width: 14px;
	height: 16px;
	border-top: 1px solid #bfbfbf;
	transform: rotate(90deg);
}
.pankuzu li:last-child:after {
	display: none;
}
.pankuzu li a {
	font-weight: 500;
}
.pankuzu li img{
	vertical-align: baseline;
}

/* =====================
  footer
===================== */
footer {
	background-color: #1eb9ee;
	position: relative;
	text-align: center;
	color: #FFFFFF;
}
footer a {
	color: #fff!important;
	width: 100%;
}
footer .add a{
	display: inline;
}
footer a,footer p,footer a:hover {
	color: #fff;
}
footer .foot-nav {
    padding: 60px 0;
}
footer h3{
	font-weight: bold;
	font-size: 2.4rem;
}
footer .toi-b{
	border: 2px solid #fff;
	border-radius: 46px;
	padding: 12px;
	width: 268px;
	display: block;
	font-weight: bold;
	margin: 30px auto;
}
footer .toi-b:hover{
	background-color: #FFFFFF;
	color: #1eb9ee!important;
	opacity: 1;
}
footer .foot-nav .box {
    display: inline-block;
    max-width: 200px;
    float: left;
    width: 100%;
    margin-right: 25px;
	box-sizing: border-box;
}
footer .foot-nav .box:last-child {
    margin-right: 0;
}
footer .foot-nav .box li ul {
    margin-top: 10px;
}
footer .foot-nav .box li ul li a {
	padding-left: 20px;
	position: relative;
}
footer .foot-nav .box li ul li a:before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
}
footer .sub-wrap {
	padding: 30px 0;
	background-color: #333333;
}
footer .sub-nav li {
	display: inline-block;
	margin-right: 20px;
	transition: 0.3s ease-in-out;
}
footer .sub-nav li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	transition: 0.3s ease-in-out;
}
footer .sub-nav li:last-child {
	margin-right: 0px;
}
footer .sub-nav li a {
	font-size: 1.4rem;
}
footer .copy {
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
footer .right li {
	display: inline-block;
	margin-right: 10px;
}
footer .right li:last-child {
	margin-right: 0px;
}


/* =====================
  pegeTop
===================== */
.pagetop {
	display: none;
}
.pagetop a {
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 100;
	width: 80px;
	height: 80px;
	background-color: #1eb9ee;
	text-align: center;
	border: 1px solid transparent;
}
.pagetop a:hover {
	background-color: #fff;
	border: 1px solid #1eb9ee;
}
.pagetop a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: 37px;
	transition: 0.3s ease-in-out;
}
.pagetop a:hover span {
    border-top: 3px solid #1eb9ee;
    border-right: 3px solid #1eb9ee;
	transition: 0.3s ease-in-out;
}
.pagetop a:hover {
	opacity: inherit;
}


/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	
/* =====================
  Base
===================== */
	main {
		overflow: hidden;
	}
	body {
		font-size: 1.4rem;
	}
	body, a, dd, div, dt, h1, h2, h3, h4, h5, h6, html, label, li, p, span, td, th {
		line-height: 1.4;
	}
	
	
/* =====================
  汎用クラス
===================== */
/* btn */
	a.btn {
		max-width: 260px;
		height: 60px;
		padding: 20px;
	}
	a.btn:after {
		top: 21px;
		right: 20px;
	}
	a.btn:hover:after {
		right: 15px;
	}
	a.btn.place:after {
		top: 19px;
		right: 25px!important;
	}
	a.btn.download:after {
		top: 16px;
		right: 30px!important;
	}
	.inner-responsive {
		overflow-x: scroll;
		display: block;
		-webkit-overflow-scrolling: touch;
	}
	.left,
	.right {
		float: none;
	}
		
		
/* =====================
  pankuzu
===================== */
	.pankuzu{
		padding-left: 26px;
	}
	.pankuzu li {
		padding: 10px 0;
		font-size: 1.2rem;	
	}
	.pankuzu li:after {
		width: 10px;
		height: 15px;
	}

	
/* =====================
  footer
===================== */
	footer .foot-nav {
		padding: 50px 0;
	}
	footer .foot-nav .box {
		max-width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	footer h3{
		font-size: 1.6rem;
	}
	footer .foot-nav .box:last-child {
		margin-bottom: 0;
	}
	footer .sub-wrap {
		padding: 20px 0;
	}
	footer .foot-nav .box li ul {
		display: none;
	}
	footer .copy {
		margin-top: 20px;
		font-size: 1rem;
		margin-bottom: 20px;
	}
	footer .right {
		text-align: center;
	}
	footer .right li {
		width: auto;
		height: 34px;
	}
	footer .right li a ,
	footer .right li img {
		height: 100%;
	}
	
/* =====================
  pegeTop
===================== */
	.pagetop a {
		width: 40px;
		height: 40px;
	}
	.pagetop a span {
		width: 10px;
		height: 10px;
		margin-top: 18px;
	}
	
	
}



/* =====================
  調整
===================== */
@media screen and (max-width: 1140px) {
	.container {
		padding: 0 20px!important;
		max-width: 100%;
	}
	.container-inner {
		padding: 0 20px;
		max-width: 100%;
	}
}


