@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.grecaptcha-badge { visibility: hidden; }

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size:16px;
	line-height:1.6em;
	word-wrap: break-word;
	color: #333333;
	background:#EAF4FC;
}

.en{
	font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 800px) {
body {
	font-size:14px;
}
}

a{
	color: #333333;
}


h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

/* contents
-------------------------------------------------------------------*/
.slider{
    display: none;
}
 
.slider.slick-initialized{
    display: block; 
}

.f_btn{
    position: fixed;
    right: 20px;
    bottom:20px;
    transition: all 0.3s;
	z-index:99;
	animation: fuwafuwa 5s ease 0s infinite;
}

@keyframes fuwafuwa{
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -10%);
    }
    100% {
        transform: translate(0, 0);
    }
}

.f_btn.off{
    opacity: 0;
    z-index: -1;
}

.wrap {
	min-width:1024px;
	overflow:hidden;
	position:relative;
}

.wd{
	max-width:1000px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}

.contents{
	clear:both;
}

.scale{
	width:100%;
	height:auto;
}

.sp{
	display:none !important;
}

.left{
	float:left;
}

.right{
	float:right;
}

img{
	max-width:100%;
	height:auto;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.coverimg{
	overflow:hidden;
	position:relative;
}

.coverimg:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.coverimg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition:1s all;
}

@media screen and (max-width: 800px) {
.f_btn{
    right: 0;
	left:0;
    bottom:0;
	margin:0 auto;
	max-width:350px;
	padding:0 20px;
	animation:none;
}

	
.wrap {
	min-width:100%;
	overflow:hidden;
	box-sizing:border-box;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

.spscale{
	width:100%;
	height:auto;
}

.wd,.wd02{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.spscale{
	width:100%;
	height:auto;
}

img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}
}

/* header
-------------------------------------------------------------------*/
header{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:999;
}

header .gnav{
	display:flex;
	justify-content:flex-end;
	padding:20px 10px 0 0;
}

header nav{
	background: #fff;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
	border-radius:80px;
	padding:25px;
}

header .gnav ul{
	display:flex;
	align-items:center;
}

header .gnav ul li{
	padding:0 20px;
}

header .gnav ul li a{
	text-align:center;
	line-height:1.2em;
}

header .gnav ul li a span{
	font-family: "Roboto", sans-serif;
	display:block;
	color:#5E99C9;
	font-size:12px;
}

.gnav p{
	line-height:0;
}

.clone_gnav {
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	margin:0 auto;
	z-index: 99;
	width: 100%;
	transition: .3s;
	transform: translateY(-250px);
	box-sizing:border-box;
}

.is-show,
.clone_gnav:hover{
	transform: translateY(0);
	top: 0;
}

@media screen and (max-width: 800px) {
header{
	position:fixed;
	left:0;
	right:0;
	top:0;
	width:100%;
	padding:0;
	border:none;
}
	
header .gnav{
	display:none;
}

.spgnav{
	height:60px;
}

.triger_wrap.movmobb1{
	position:absolute;
	right:0;
	top:0;
	height:60px;
	width:60px;
}

.topmenu {
    display: block;
	height:60px;
	width:60px;
    cursor: pointer;
	transition: all 0.3s;
	border-radius:0 0 0 10px;
}

.top-trigger,
.top-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.top-trigger {
    position: relative;
    width: 100%;
    height: 100%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border-radius: 0px 0px 0px 10px;
	background: linear-gradient(#469ee5 0%, #005093 100%);
}
.top-trigger span {
	position: absolute;
	left: 50%;
	width: 22px;
    margin-left: -11px;
	height: 2px;
	background-color: #fff;
    z-index: 99999;
	top:50%;
}

.mobilenav {
    top:0;
	bottom:0;
	right:0;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
	box-sizing:border-box;
	padding:20px 40px;
	overflow:auto;
	background:url(../img/common/sp/menu-bg.png) center center #EAF4FC;
	background-size:cover;
	display:none;
	border-radius:0;
}

.menubox{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

.menubox ul{
	margin:-100px 0 0 0;
}

.menubox ul li{
	padding:15px 0;
}

.menubox ul li a{
	text-align:center;
	line-height:1.4em;
	font-size:20px;
}

.menubox ul li a span{
	font-family: "Roboto", sans-serif;
	display:block;
	color:#5E99C9;
	font-size:16px;
	
}

.menubox .btn{
	line-height:0;
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	margin:0 auto;
	max-width:350px;
}

.top-trigger span:nth-of-type(1) {
    margin-top: -7px;
}

.top-trigger span:nth-of-type(2) {
    margin-top: 0;
}

.top-trigger span:nth-of-type(3) {
    margin-top: 7px;
}

.movmobb1 .active span:nth-of-type(1) {
	margin-top: -2px;
	-webkit-transform: translateY(1px) rotate(-45deg);
	transform: translateY(1px) rotate(-45deg);
}

.movmobb1 .active span:nth-of-type(2) {
	opacity:0;
}

.movmobb1 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	margin-top: 7px;
}

.clone_gnav{
	display:none;
}

}
/* footer
-------------------------------------------------------------------*/
footer{
	text-align:center;
	padding:40px 0;
}

footer .copy{
	font-size:14px;
	color:#3377B1;
}

@media screen and (max-width: 800px) {
footer{
	padding:30px 0;
}

footer .copy{
	font-size:13px;
}
}