@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;
	opacity: 0.7;
	color: #333;
}
img {
	max-width: 100%;
}
.container {
	margin: 0 auto;
    max-width: 1120px;	
}
.container-inner {
	margin: 0 auto;
	max-width: 1000px;	
}
.en{
   font-family: 'Montserrat', 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{
    /*animation-fill-mode:both;
    animation-duration:1s;
    animation-name: fade;*/
    bottom: 0!important;
    transition: 0.3s;
    opacity: 1!important;
}
/*@keyframes fade {
    0% { opacity: 0; transform: translateY(20px);}
    100% { opacity: 1; transform: translateY(0);}
}*/
.fade-box {
    visibility: hidden;
}
.fade2{
    animation-fill-mode:both;
    animation-duration:0.7s;
    animation-name: fade2;
	visibility: visible !important;
}
@keyframes fade2 {
    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: #333333;
	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: 350px;
	box-sizing: border-box;
	position: relative;
	vertical-align: text-top;
	text-align: center;
	background-color: #111111;
	color: #fff;
	font-weight: bold;
	transition: 0.3s ease-in-out;
	line-height: 2;
}


a.btn:hover{
	box-shadow: none;
}

a.btn:hover:after {
	right: 25px;
	transition: 0.3s ease-in-out;
}
a.btn2 {
	width: 100%;
	max-width: 510px;
	height: 100px;
	padding: 27px 35px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	background-color: #fff;
    font-size: 2.5rem;
	font-weight: bold;
    border-bottom: 3px solid #f08200;
	line-height: 2;
}
a.btn2:after {
	content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
	position: absolute;
	top: 52%;
	right: 30px;
	transform: translate(0, -50%);
}
a.btn2.blank:after {
	background-image: url(../images/common/icon_blank.png);
    height: 22px;
    width: 22px;
}
.btn3 {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2;
	display: inline-block;
	transition: 0.3s ease-in-out;
	max-width: 300px;
	width: 100%;
	padding-bottom: 13px;
}
a.btn3:after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	bottom: 0%;
	left: 0;
	transform: translate(0, -50%);
	background-image: url(../images/common/icon_arrow.png);
	height: 12px;
	width: 303px;
	transition: 0.3s ease-in-out;
}
a.btn3:hover:after {
	left: 20px;
	transition: 0.3s ease-in-out;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.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;
}

/* =====================
  logo-area
===================== */
.logo-area{
	border-top: 3px solid #cf0e0e;
	padding: 20px 0;
}
.logo-area img{
	display: block;
	margin: 0 auto;
}
.logo-area a{
	display: table;
	margin: 0 auto;
}

/* =====================
  sub wrap
===================== */
.sub-area{
	background-color: #cfeaee;
	margin-bottom: 80px;
}
.sub-area h3{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #00afcc;
	padding: 90px 0;
	letter-spacing: 0.1em;
}


/* =====================
  entry-btn-area
===================== */
.entry-btn-area{
	padding: 80px 0;
}
.entry-btn-area h3{
	font-weight: bold;
	text-align: center;
	font-size: 4rem;
	margin-bottom: 40px;
}
.entry-btn-area ul {
	text-align: center;
}
.entry-btn-area .wrap{
		position: relative;
		z-index: 2;
	}
.entry-btn-area ul li.entry-btn{
	display: inline-block;
	margin-right: 2%;
	max-width:400px;
	width: 100%;
	color: #fff;
}
.entry-btn-area ul li.entry-btn a{
	color: #fff;
	padding: 20px 0;
	font-size: 2.5rem;
	font-weight: bold;
	background-color: #f08200;
	width: 100%;
}
.entry-btn-area ul li a:hover{
	opacity: 0.8;
}
.entry-btn-area ul li:last-child{
	margin-right:0;
}
.close-wrap a{
	color: #333;
	right: 20px;
	top:10px;
	width: auto!important;
}
.entry-btn-area .entry-wrap a{
	padding: 0!important;
	color: #333!important;
	background-color:transparent!important;
	display: inline-block!important;
}


/* =====================
  footer
===================== */
footer {
	position: relative;
	background-color: #333333;
	color: #fff;
	padding: 23px 0;
}
footer .footer-wrap{
	padding: 0 80px;
}
footer a {
	width: 100%;
	color: #fff;
}
footer a,footer p,footer a:hover {
	/*color: #fff;*/
}
footer .left{
	padding-top: 19px;
}
footer .right{
	width: 50%;
}
footer .left ul{
	margin-top: 28px;
}
footer .left ul li {
	display: inline-block;
	border-left: 1px solid #fff;
		padding: 0 20px;
}
footer .left ul li:last-child{
	border-right: 1px solid #fff;
}
footer .right p{
	text-align: right;
	margin-top: 20px;
}
footer .left ul li a:hover{
	color: #fff!important;
	opacity: 0.8!important;
}
.logo-icon-area ul{
	text-align: right;
}
.logo-icon-area ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 25%;
    margin: 0 6px;
}
.logo-icon-area ul li img{
	max-width: 60px;
}
.logo-icon-area ul li:nth-child(3) img{
	max-width: 67px;
}
.logo-icon-area ul li:nth-child(5) img{
	max-width:88px;
}

/* =====================
  pegeTop
===================== */
.pageTop {
    background-color: #111;
    margin: 0;
}
/*.pageTop {
    background-color: #111;
    margin: 0;
    text-align: center;
}
.pageTop a {
    width: 100%;
    display: block;
    padding: 20px 0 20px;
}
.pageTop a span{
	position: relative;
}
.pageTop a .arrow::before{
   left: 3px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
	top: 20px;
}
.pageTop a span::before,
.pageTop a span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}*/

.pageTop a {
    width: 100%;
    display: block;
    padding: 20px 0 20px;
    position: relative;
}
.pageTop a span {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pageTop a span::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* ====================================================================================
         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 {
		height: 60px;
		padding: 15px 20px 15px 20px;
		max-width: 100%;
	}
	a.btn span{
		font-size: 2rem;
	}
	a.btn::before {
		content: '';
		width: 31px;
		margin-bottom: 5px;
		right: -5px;
	}
    a.btn2 {
        height:60px;
        padding: 15px 20px;
        font-size: 1.4rem;
        line-height: 2;
    }
    a.btn2:after {
        top: 50%;
        right: 20px;
    }
    a.btn2.blank:after {
        height: 12px;
        width: 12px;
    }
	.btn3 {
		font-size: 1.4rem;
		max-width: 148px;
		text-align: left;
	}
	a.btn3:after {
		background-image: url(../images/common/icon_arrow.png);
		height: 6px;
		width: 219px;
		transition: 0.3s ease-in-out;
	}
	.inner-responsive {
		overflow-x: scroll;
		display: block;
		-webkit-overflow-scrolling: touch;
	}
	.left,
	.right {
		float: none;
	}
		
		
/* =====================
  logo-area
===================== */
	.logo-area{
		display: none;
	}
    
/* =====================
  sub wrap
===================== */
	.sub-area{
		margin-bottom: 30px;
	}
	.sub-area h3{
		font-size: 1.6rem;
		padding: 50px 0;
	}

	/* =====================
  entry-btn-area
===================== */
	.entry-btn-area{
		padding: 30px 0;
	}
	.entry-btn-area h3{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.entry-btn-area ul li {
		margin-right: 0%!important;
		margin-bottom: 20px;
	}
	.entry-btn-area ul li.entry-btn a{
		font-size: 1.4rem;
	}
	
/* =====================
  footer
===================== */
	
	footer .foot-nav {
		padding: 30px 0;
		background-color: #00afcc;
		color: #FFFFFF;
	}
	footer .foot-nav .left{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	footer h3{
		font-size: 1.6rem;
	}
	footer .left img{
		display: block;
		margin: 0 auto;
		max-width: 50%;
	}
	footer .left ul li{
		display: block;
		text-align: center;
		margin-bottom: 10px;
		border: none;
		margin-right: 0;
	}
	footer .left ul li:last-child {
		border-right: none;
	}
	footer .right p {
		text-align: center;
		margin-top: 15px;
	}
	footer .footer-wrap{
		padding: 0 20px;
	}
	
	
	footer .right{
		width: 100%;
	}
	footer .left ul{
		margin-top: 10px;
	}
	

	footer .left ul li a:hover{
		color: #fff!important;
		opacity: 0.8!important;
	}
	.logo-icon-area ul{
		text-align: center;
		margin-top: 15px;
	}
	.logo-icon-area ul li {
		display: inline-block;
		vertical-align: top;
		max-width: 25%;
		margin: 0 3px;
	}
	.logo-icon-area ul li img{
		max-width: 40px;
	}
	.logo-icon-area ul li:nth-child(3) img {
		max-width: 45px;
	}
	.logo-icon-area ul li:nth-child(5) img{
		max-width:59px;
	}

/* =====================
  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%;
	}
	.logo-area{
	display: none;
}
}


