@charset "UTF-8";

* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 line-height: 1;
}
html {
 height: 100%;
}
body {
 font-size: 0;
 height: 100%;
 font-family: 'Noto Sans JP', sans-serif;
}
img {
 border: 0;
 max-width: 100%;
 width: auto;
 height: auto;
 vertical-align: bottom;
}
.clearfix:after {
 content: '';
 display: block;
 clear:both;
 height: 0;
 font-size: 0;
}
.fanime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-delay:0.5s;
 -ms-animation-delay:0.5s;
 animation-delay:0.5s;
 -webkit-animation-name: fanime;
 -ms-animation-name: fanime;
 animation-name: fanime;
 visibility: visible !important;
}
.fanime2 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fanime2;
 -ms-animation-name: fanime2;
 animation-name: fanime2;
 visibility: visible !important;
}
.fanime3 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fanime3;
 -ms-animation-name: fanime3;
 animation-name: fanime3;
 visibility: visible !important;
}
.fanime4 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fanime4;
 -ms-animation-name: fanime4;
 animation-name: fanime4;
 visibility: visible !important;
}
.fanime5 {
 -webkit-animation-duration:0.5s;
 -ms-animation-duration:0.5s;
 animation-duration:0.5s;
}
.fdly1 {
 -webkit-animation-delay:1.0s;
 -ms-animation-delay:1.0s;
 animation-delay:1.0s;
}
.fdly2 {
 -webkit-animation-delay:0.5s;
 -ms-animation-delay:0.5s;
 animation-delay:0.5s;
}
.fdly3 {
 -webkit-animation-delay:1.0s;
 -ms-animation-delay:1.0s;
 animation-delay:1.0s;
}
.fdly4 {
 -webkit-animation-delay:1.5s;
 -ms-animation-delay:1.5s;
 animation-delay:1.5s;
}
.fdly5 {
 -webkit-animation-delay:2.0s;
 -ms-animation-delay:2.0s;
 animation-delay:2.0s;
}
.fdly6 {
 -webkit-animation-delay:2.5s;
 -ms-animation-delay:2.5s;
 animation-delay:2.5s;
}
.fdly7 {
 -webkit-animation-delay:3.0s;
 -ms-animation-delay:3.0s;
 animation-delay:3.0s;
}
.fdly8 {
 -webkit-animation-delay:3.5s;
 -ms-animation-delay:3.5s;
 animation-delay:2.5s;
}
.fdly9 {
 -webkit-animation-delay:4.0s;
 -ms-animation-delay:4.0s;
 animation-delay:4.0s;
}
@-webkit-keyframes fanime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fanime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@keyframes fanime2 {
 0% { opacity: 0; width: 0; height: 0; }
 100% { opacity: 1; width: 100%; height: 100%; }
}
@keyframes fanime3 {
 0% { opacity: 0; }
 100% { opacity: 1; }
}
@keyframes fanime4 {
 0% { opacity: 0; width: 0; height: 0; }
 25% { opacity: 0.2; width: 50%; height: 50%; }
 50% { opacity: 0.4; width: 100%; height: 100%; }
 65% { opacity: 0.65; width: 80%; height: 80%; }
 75% { opacity: 0.85; width: 100%; height: 100%; }
 90% { opacity: 0.9; width: 90%; height: 90%; }
100% { opacity: 1; width: 100%; height: 100%; }
}

.close {
 height: 0;
 overflow: hidden;
 -webkit-transition: .5s ease-in-out;
 -moz-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
}
body.open {
 overflow: hidden;
}
#container {
 max-width: 1920px;
 margin: 0 auto;
 overflow: hidden;
}
.main {
 max-width: 1240px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 20px;
 padding-right: 20px;
}
.mg-lra {
 margin-left: auto;
 margin-right: auto;
}
.mg-t1 {
margin-top: 20px;
}
.mg-t2 {
margin-top: 50px;
}
.mg-t3 {
margin-top: 100px;
}
.float_l {
 float: left;
}
.float_r {
 float: right;
}
.pos_a {
 position: absolute;
}
.pos_r {
 position: relative;
}
.pos_f {
 position: fixed;
}
.left0 {
 left: 0;
}
.top0 {
 top: 0;
}
.v_mid {
 vertical-align: middle;
}
.btm0 {
 bottom: 0;
}
.vis_h {
 visibility: hidden;
}
.disp_ib {
 display: inline-block;
}
.disp_b {
 display: block;
}
.disp_n {
 display: none!important;
}
.w100p {
 width: 100%;
}
.h100p {
 height: 100%;
}
.text_c {
 text-align: center;
}
.text_r {
text-align: right;
}
.ovf_h {
 overflow: hidden;
}

.top-title {
 background-color: #fff;
 padding: 15px 0;
 position: fixed;
 width: 100%;
 height: 90px;
 z-index: 101;
}
.top-title > div {
 margin: 0 auto;
 padding: 0 90px;
 position: relative;
 z-index: 102;
}
.top-title > div > div {
 max-width: 296px;
 margin: 0 auto;
 height: 60px;
 line-height: 60px;
}
#mask {
position: fixed;
width: 100%;
top: 0;
left: 0;
background-color: #000;
opacity: 0.5;
fliter: alpha(opacity=50);
z-index: 99;
}
#navToggle {
position: absolute;
top: 15px;
right: 15px;
width: 60px;
height: 60px;
background-image: url(images/menu-btn.png);
background-position: center top;
background-repeat: no-repeat;
cursor: pointer;
padding: 0;
z-index: 103;
}
#globalNav {
width: 100%;
height: 100%;
max-width: 640px;
background-color: #fff;
padding: 110px 0px 40px;
position: fixed;
z-index: 100;
top: 0;
right: -640px;
-webkit-transition: 0.5s linear;
transition: 0.5s linear;
}
#globalNav ul {
list-style: none;
}
#globalNav li a {
display: block;
text-align: center;
font-size: 31px;
font-weight: bold;
color: #0062b0;
padding: 15px;
text-decoration: none;
}
#globalNav li a.disp_n {
display: none;
}
body.menuopen {
overflow: hidden;
}
body.menuopen #navToggle {
background-position: center bottom;
}
body.menuopen #mask {
height: 100%;
}
body.menuopen #globalNav {
right: 0;
}

.btn-close {
 max-width: 29px;
 width: 3.625%;
 position: absolute;
 top: 2.84%;
 right: 3.75%;
}
.hyou {
 position: fixed;
 top: 0;
 left: 0;
 height: 0;
 width: 0;
 overflow: hidden;
 z-index: 1000;
}
.hyou:before {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0.8;
 filter: alpha(opacity=80);
 background-color: #000;
}
.hyou.open {
 width: 100%;
 height: 100%;
}
.hyou > div {
 position: relative;
 overflow: auto;
 padding: 20px;
 height: 100%;
}
.hyou > div > div {
 max-width: 800px;
 margin: auto;
 position: relative;
}
.hyou .mainimg {
 opacity: 0;
 display: block;
 margin: auto;
}
.top-main {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.topbg {
width: 160%;
margin-left: -30%;
position: relative;
top: 0;
left: 0;
}
#top-text {
 max-width: 734px;
 width: 61.167%;
 position: absolute;
 top: 35%;
 left: 10px;
 z-index: 2;
}
#title-1 {
max-width: 453px;
margin: 60px auto 40px;
}
#top-1 {
margin-left: -10px;
margin-right: -10px;
font-size: 0;
}
#top-1 > div {
width: 25%;
padding: 0 10px;
display: inline-block;
vertical-align: top;
}
#subtitle-1 {
font-size: 14px;
line-height: 1.4;
max-width: 1000px;
margin: 30px auto 0;
}
#subtitle-1 img {
width: 74px;
margin-bottom: 5px;
}
#fukidasi-1 {
width: 185px;
margin: 100px auto 0;
}
#top-2 {
max-width: 560px;
margin: 30px auto;
}
#top-2 > div {
margin-left: -10px;
margin-right: -10px;
font-size: 0;
}
#top-2 > div > div {
display: inline-block;
vertical-align: top;
width: 33.33%;
padding-left: 10px;
padding-right: 10px;
}
#top-2 a {
max-width: 155px;
margin-left: auto;
margin-right: auto;
display: block;
}
#youtube {
max-width: 970px;
margin: 100px auto 60px;
position: relative;
}
#youtube iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.bg-1 {
background: url(images/bg-1.png) center top;
}
#top-3 {
padding: 60px 20px;
}
#top-3 > div {
max-width: 900px;
}
#title-0 {
max-width: 423px;
margin: 100px auto 0;
}
#top-4 {
margin-top: 50px;
}
#top-4 > div {
max-width: 580px;
width: 50%;
margin-top: 30px;
}
#top-4 > div.float_l {
padding-right: 20px;
}
#top-4 > div.float_r {
padding-left: 20px;
}
#top-5 {
width: 70.34%;
max-width: 850px;
margin-top: 80px;
margin-bottom: 80px;
}
#top-5 #p-1 {
position: absolute;
right: 0;
bottom: 0;
width: 19.765%;
}
#top-5 #fukidasi-2-1 {
max-width: 849px;
}
#top-5 #fukidasi-2-2 {
max-width: 673px;
width: 79.175%;
margin-top: 4%;
}
.bgy {
background-color: #FFF5B4;
}
#top-6 {
padding: 80px 0;
}
#title-2 {
max-width: 1200px;
margin-bottom: 40px;
}
#top-6 .main > div {
margin-left: -10px;
margin-right: -10px;
}
#top-6 .main > div > div {
width: 47.541%;
padding-left: 10px;
padding-right: 10px;
}
#top-6 .box {
width: 48.22%;
max-width: 270px;
}

#top-6 p {
font-size: 14px;
font-weight: bold;
}
#top-6 p span {
line-height: 1.2;
}
.text_desc {
height: 100px;
}
.text_desc p {
line-height: 1.4;
}

#top-7 {
max-width: 1370px;
padding: 160px 165px 80px;
}
#top-7 .fukidasi {
width: 190px;
top: -80px;
left: 0;
position: absolute;
}
#top-7 .btns {
max-width: 950px;
font-size: 0;
text-align: center;
}
#top-7 .btns .box1 {
width: 570px;
display: inline-block;
vertical-align: top;
text-align: center;
padding-bottom: 30px;
}
#top-7 .btns .box2 {
width: 380px;
display: inline-block;
vertical-align: top;
text-align: center;
}
#top-7 .btns .btn {
width: 190px;
display: inline-block;
vertical-align: top;
}
#top-7 .btns .a1 {
display: block;
width: 81.58%;
margin-left: auto;
margin-right: auto;
}
#top-7 .btns .a2 {
display: block;
width: 84.211%;
margin-left: auto;
margin-right: auto;
}
#top-7 .btns .p-2 {
width: 200px;
position: absolute;
right: 0;
bottom: 0;
}

#footer {
 background-color: #0062b0;
 padding: 40px 15px;
}
#footer > div {
 max-width: 850px;
}
#footer .box-1 {
 padding-bottom: 20px;
}
.text-9-1 {
 max-width: 357px;
 display: inline-block;
 width: 42%;
 margin: 0 15px 20px;
 vertical-align: middle;
}
.addr {
 max-width: 342px;
 display: inline-block;
 width: 40.3%;
 margin: 0 15px 20px;
 vertical-align: middle;
}
.copyright img {
 width: 253px;
}
@media screen and (max-width: 1010px){
#top-7 {
padding-left: 20px;
padding-right: 20px;
}
#top-7 .btns .box2 {
width: 570px;
}
}
@media screen and (max-width: 1000px){
#title-2 {
width: 120%;
margin-left: -10%;
}
}
@media screen and (max-width: 640px){
.pc640_n {
 display: none!important;
}
.sp640_i {
 display: inline!important;
}
.sp640_ib {
 display: inline-block!important;
}
.sp640_b {
 display: block!important;
}
.mg-t3 {
margin-top: 60px;
}
#to_top {
 max-width: 84px;
 width: 13.125%;
 display: block;
 float: left;
}
.topbg {
width: auto;
margin-left: auto;
margin-top: auto;
padding-top: 90px;
}
#top-text {
width: 80%;
left:10%;
top: 25%;
}
#globalNav li a {
font-size: 26px;
}
#title-1 {
margin-bottom: 10px;
}
#top-1 > div {
width: 50%;
padding-top: 30px;
}
#fukidasi-1 {
margin-top: -20px;
}
#top-2 {
margin-top: 0;
}
#top-3 > div {
max-width: 560px;
}
#title-0 {
margin-top: 60px;
}
#top-4 {
max-width: 560px;
margin-top: 40px;
}
#top-4 > div {
float: none;
padding-left: 0!important;
padding-right: 0!important;
width: auto;
}
#top-4 > div:first-child {
margin-bottom: 40px;
}
#top-5 {
max-width: 560px;
width: auto;
margin-top: 50px;
margin-bottom: 50px;
}
#title-2 {
width: 180%;
margin-left: -40%;
}
#top-6 {
padding: 50px 0;
}
#top-6 .main > div > div {
float: none;
width: auto;
}
#top-6 .main > div > div:first-child {
margin-bottom: 40px;
}
.text_desc {
height: auto;
}
#top-7 {
padding-top: 130px;
padding-bottom: 50px;
}
#top-7 .btns {
max-width: 560px;
}
#top-7 .btns .box1,
#top-7 .btns .box2 {
margin-left: -10px;
margin-right: -10px;
width: auto;
}
#top-7 .btns .btn {
width: 33.33%;
padding-left: 10px;
padding-right: 10px;
}
#top-7 .btns .a1,
#top-7 .btns .a2 {
width: auto;
}
#top-7 .fukidasi {
left: 50%;
margin-left: -95px;
}
.text-9-1 {
width: 70%;
}
.addr {
width: auto;
}
}
