@charset 'utf-8';

/*----------------------------------------------------
 base
----------------------------------------------------*/
html, body { height: 100%; }

/*----------------------------------------------------
 reset
----------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;padding:0;border:0;outline:0;
    font-size:inherit;font-weight:inherit;
    vertical-align:baseline;background:transparent;
}
article,aside,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,main,summary{ display:block; }

/*----------------------------------------------------
 base
----------------------------------------------------*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;    
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 
    "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic Pro","游ゴシック",
    "メイリオ","Meiryo",Meiryo,YuGothic,
    Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.6;
    color: #333; 
    width: 100%;
    min-width: 320px;
    margin:0;
    padding:0;
    text-align:center;
    letter-spacing: 0px;
    background:#fff;
    font-size:16px;
    word-break:break-all;
    overflow-wrap : break-word;
}
@media screen and (max-width:640px) {
    body {font-size:16px;}
}
@media screen and (max-width:480px) {
    body {font-size:14.5px;}
}

.clear { clear: both; }
.clearfix { *zoom: 1; }
.clearfix:after {
    content:"";
    display:block;
    height:0;
    clear:both;
    overflow: hidden;
}

img {
    outline: 0;
    max-width: 100%;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
a { text-decoration: none; }
a :hover { cursor: pointer; }

@media screen and (max-width:768px) { .pc_only{display: none;} }
@media screen and (min-width:769px) { .sp_only{display: none;} }
/*----------------------------------------------------
common
----------------------------------------------------*/
.container{
    width: 960px;
    margin:0 auto;
}
@media screen and (max-width:768px) {
    .container{
        width:92%;
        margin:0 auto;
    }
}

.fbolder{ font-weight: 700;}
.tacenter{ text-align: center;}
.taleft{ text-align: left;}
.taright{ text-align: right;}
.undline{ text-decoration: underline;}
.fullimg{ width:100%; vertical-align: bottom; }
.fullimg_b{ width:100%; vertical-align: top; }
.hidden{ display: none; }
.white{color:#fff;}
.anim_view{visibility: visible;}
.anim_hidden{visibility: hidden;}

.sec_area1{ padding:60px 0 20px; text-align: center; }
.sec_area2{ padding:60px 0; text-align: center; }
.sec_ttl{ font-size:150%; font-weight: bold; }
.sec_ttl_w{ font-size:115%; color:#00b9f2; }
.sec_ttl_b{ font-size:170%; color:#fff; font-weight: bold; }
.sec_ttl_s{ font-size:120%; padding:0 5px; vertical-align: middle; }
.sec_ttl_ss{ font-size:120%; padding:0 5px; vertical-align: middle; }
@media screen and (max-width:640px) {
    .sec_area1{ padding:50px 0 16px; }
    .sec_area2{ padding:50px 0; }    
}
@media screen and (max-width:480px) {
    .sec_area1{ padding:40px 0 15px; }
    .sec_area2{ padding:40px 0; }
    .sec_ttl_s{ font-size:115%; padding:0 3px; }
    .sec_ttl_ss{ font-size:110%; padding:0 0px;}
}

#page_body{
    width:100%;
    min-height: 100vh;
    text-align: center;
}
#header{
    padding:25px 0 20px;
    text-align: center;
    background:#fff;
}
#header .container{ 
    text-align: left; 
    position: relative;
}
#header .header_logo{ 
    width:223px;
    text-align: left; 
}
#header .header_btnarea{ 
    position: absolute;
    top:0;
    right: 0;
}
#header .header_ctbtn{ margin:6px 20px 0; }

@media screen and (max-width:768px) {
    #header .header_logo{
        width:42%;
        max-width:223px;
        text-align: left; 
    }
    #header .header_btnarea{ 
        position: absolute;
        top:0;
        right: 0;
        width:29%;
        max-width:150px;
    }
    #header .header_ctbtn{ 
        width:100%;
        margin:2px 0 0; 
    }
}

#top{
    width:100%;
    text-align: center;    
    background:url(../img/top_bg.png) repeat-x;
    background-size: auto 100%;
}
#top .top_img0{ 
    position: absolute;
    top:16px;
    left:19px;
    width:268px;
}
#top .top_img1{ 
    position: absolute;
    top:35px;
    right:10px;
    width:661px;
}
#top .top2{ 
    position: absolute;
    bottom:0px;
    left:10px;
    width:100%;
}
#top .top_img2{ width:100%; }

@media screen and (min-width:769px) {
    #top .container{ 
        position: relative;
        height: 485px;
    }
}


#sec1 .sec1_img0{
    width:100%;
    padding-bottom: 40px;
}
#sec1 .sec1_icon{
    display: block;
    width:10%;
    max-width: 61px;
    margin:0 auto 20px;
}

@media screen and (max-width:768px) {
    #sec1 .sec1_icon{
        display: block;
        width:10%;
        max-width: 61px;
        margin:0 auto 5vw;
    }
    #sec1 .sec_ttl{
        text-align: center;
        padding-bottom: 4vw;
        border-bottom:1px dotted #00b9f2;
        margin-bottom: 8vw;
    }
}

#sec2{
    background: #fec30a; /* Old browsers */
    background: -moz-linear-gradient(top, #ffe700 0%, #fd9f13 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffe700 0%,#fd9f13 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffe700 0%,#fd9f13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe700', endColorstr='#fd9f13',GradientType=0 ); /* IE6-9 */
}
#sec2 .sec_area2{
    background: url(../img/sec2_bg.png) repeat;
    text-align: center;    
}
#sec2 .container{
    text-align: left;
    letter-spacing: -0.3em;
}
#sec2 .sec2_left{
    display: inline-block;
    vertical-align: top;
    width:452px;
    margin-right: 27px;
    position: relative;
}
#sec2 .sec2_mov{
    width:100%;
    height: auto;
    opacity: 0;
}
#sec2 .sec2_iframe{
    position: absolute;
    top:0; left:0;
    width:100%;
    height: 100%;
}
#sec2 .sec2_right{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width:475px;
}
#sec2 .sec2_btnarea{
    padding:25px 40px;
    text-align: left;
}
#sec2 .sec2_btn{
    width:60%;
    max-width: 260px;
    text-align: left;
}

@media screen and (max-width:768px) {
    #sec2 .sec2_left{    
        display: block;
        vertical-align: top;
        width:100%;
        margin: 0 0 25px;
        position: relative;
    }
    #sec2 .sec2_right{    
        display: block;
        vertical-align: top;
        letter-spacing: 0;
        width:100%;
    }
    #sec2 .sec2_btnarea{    
        padding:25px 0;
        text-align: left;
    }
}

#sec3{
    background: #f6f6f6;
    text-align: center;
}
#sec3 .sec3_area{
    text-align: center;
    letter-spacing: -0.3em;
}
#sec3 .sec3_item{
    display: inline-block;
    letter-spacing: 0;
    width:300px;
    margin-right: 25px;
    padding-top: 40px;
    text-align: center;
}
#sec3 .sec3_item:last-child{ margin-right: 0; }
#sec3 .sec3_item_img{
    width:88%;
    max-width: 260px;
    margin:0 auto;
}
#sec3 .sec3_item h3{
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding:40px 0 20px;
}

@media screen and (max-width:768px) {
    #sec3 .sec3_item{
        display: block;
        width:92%;
        margin: 0 auto;
        padding-top: 50px;
        text-align: center;
    }
    #sec3 .sec3_item:last-child{
        margin-right: auto;
    }
    #sec3 .sec3_item h3{
        font-size: 120%;
        font-weight: bold;
        text-align: center;
        padding:25px 0 15px;
    }
}

#sec4{
    background: #fff;
    text-align: center;
}
#sec4 .sec4_area{ 
    padding-top: 30px;   
    text-align: center;
    letter-spacing: -0.3em;
}
#sec4 .sec4_item{
    display: inline-block;
    letter-spacing: 0;
    width:230px;
    outline: 0;
    margin-right: 8px;
    padding-top: 10px;
    text-align: center;
}
#sec4 .sec4_item:last-child{ margin-right: 0; }
#sec4 .sec4_img{ 
    width:100%; 
    max-width: 230px;
    margin:0 auto;
}

@media screen and (max-width:520px) {
    #sec4 .sec4_area{ 
        padding-top: 20px;
        text-align: center;
        letter-spacing: -0.3em;
    }
    #sec4 .sec4_item{
        display: inline-block;
        letter-spacing: 0;
        width:46%;
        outline: 0;
        margin-right: 2%;
        padding-top: 10px;
    }
}

#sec5{
    background: url(../img/sec5_bg.png) repeat-x;
    background-size: auto 100%;
    text-align: center;
}
#sec5 .sec_ttl{ padding-bottom: 30px; }
#sec5 .sec5_item h3{
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 10px;   
}
#sec5 .sec5_item p{ padding-bottom: 10px; }
#sec5 .sec5_img1{
    width: 100%;
    max-width: 320px;
    vertical-align: top;
}
#sec5 .sec5_img2{
    width: 80%;
    max-width: 200px;
    vertical-align: top;
}
#sec5 .sec5_area2{ 
    width:80%;
    max-width:240px;
    padding:20px 0;
    border:1px solid #eaeaea;
    -moz-border-radius:5px;/*for Firefox*/
    -webkit-border-radius:5px;/*for Safari and chrome*/
    border-radius: 5px;
    text-align: center;
    margin:0 auto;
    background: #fff;
}
#sec5 .sec5_area2 h3{
    color:#00b9f2;
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 15px;
}
#sec5 .sec5_img5{
    width: 55px;
    vertical-align: middle;
    margin:0 auto;
}
@media screen and (min-width:769px) {
    #sec5 .sec5_area{ 
        position: relative;
        height: 1567px;
        background: url(../img/sec5_bg2.png) no-repeat;
        background-position: top center;
    }
    #sec5 .sec5_item{
        width: 320px;
    }
    #sec5_item1{
        position: absolute;
        top:84px;
        right: 60px;
        text-align: left;
    }
    #sec5_item2{
        position: absolute;
        top:265px;
        left: 60px;
        text-align: right;
    }
    #sec5_item3{
        position: absolute;
        top:765px;
        right: 60px;
        text-align: left;
    }
    #sec5_item4{
        position: absolute;
        top:1070px;
        left: 60px;
        text-align: right;
    }
}
@media screen and (max-width:768px) {
    #sec5 .sec5_item{
        width: 100%;
        margin:0 auto 60px;
        text-align: center;
        padding:20px 5%;
        background:rgba(255,255,255,0.8);
        -moz-border-radius:5px;/*for Firefox*/
        -webkit-border-radius:5px;/*for Safari and chrome*/
        border-radius: 5px;
        border:1px solid #eaeaea;
    }
    #sec5 .sec5_item h3{
        text-align: left;
    }
    #sec5 .sec5_item p{
        text-align: left;
    }
    #sec5 .sec5_item img{
        margin:0 auto;
        padding:20px 0 10px;
    }
    #sec5 .sec5_img2{
        width: 100%;
        max-width: 200px;
        vertical-align: top;
    }
}
@media screen and (max-width:480px) {
    #sec5 .sec5_item{ margin:0 auto 40px; }
}

#sec6{
    background: #046eb7;
    text-align: center;
}
#sec6 .sec6_area{
    text-align: center;
    color: #fff;
    letter-spacing: -0.3em;
}
#sec6 .sec6_item{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width:300px;
    margin-right: 25px;
    padding-top: 40px;
    text-align: center;
}
#sec6 .sec6_item:last-child{ margin-right: 0; }
#sec6 .sec6_img0{
    display: block;
    width:90%;
    max-width: 480px;
    margin:0 auto 25px;
}
#sec6 .sec6_item_img{
    width:100%;
    max-width: 300px;
    margin:0 auto;
}
#sec6 .sec6_item h3{
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding:35px 0 20px;
}

@media screen and (max-width:768px) {
    #sec6 .sec6_item{
        display: block;
        width:92%;
        margin: 0 auto;
        padding-top: 50px;
        text-align: center;
    }
    #sec6 .sec6_item:last-child{
        margin-right: auto;
    }
    #sec6 .sec6_item h3{
        font-size: 120%;
        font-weight: bold;
        text-align: center;
        padding:25px 0 15px;
    }
}

#sec7{
    background: #f6f6f6;
    text-align: center;
}
#sec7 .sec_ttl{ padding-bottom: 40px; }
#sec7 .sec7_area{
    width:94%;
    max-width: 600px;
    margin:0 auto;
    text-align: center;
    color: #046eb7;
    padding:30px 0;
    background:#fff;
    -webkit-box-shadow: 0px 2px 0px rgba(234,234,234,0.8);
    box-shadow: 0px 2px 0px rgba(234,234,234,0.8);
    margin-bottom: 4px;
    font-weight: bold;
}
#sec7 .sec7_img{ 
    width:94%;
    max-width: 480px;
    margin:0 auto;
}
#sec7 .sec7_txt{ 
    width:94%;
    max-width: 600px;
    margin:15px auto 0;
    text-align: left;
}
#sec7 .sec7_area p{ font-size: 175%; }
#sec7 .sec7_area p span{ font-size: 185%; }
@media screen and (max-width:768px) {
    #sec7 .sec_ttl{ padding-bottom: 25px; }
    #sec7 .sec7_txt{ margin:8px auto 0; }
}

#ctarea{
    background: #279f95;
    text-align: center;
}
#ctarea .sec_ttl_b{ padding-bottom: 40px; }
.ct_part .sec_ttl_b{ 
    color:#000; 
    padding-bottom: 30px;
    vertical-align: middle; 
}
#ctarea .ctarea_part{
    background:#fff;
    padding:40px 35px;
    text-align: center;
    -moz-border-radius:5px;/*for Firefox*/
    -webkit-border-radius:5px;/*for Safari and chrome*/
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ctarea .ct_step{
    width:100%;
    max-width: 500px;
    margin:0 auto;
}
#ct_tbl{
    width:100%;    
    padding:0;
    border-collapse: collapse;
    border:0;
    font-size: 14px;
}
#ct_tbl th{
    width:310px;    
    padding:15px;
    border:1px solid #ccc;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    background: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ct_tbl th .red{ color:#e50013; }
#ct_tbl td{
    padding:15px;
    border:1px solid #ccc;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ct_tbl td .notes{ font-size: 12px; }
#ct_tbl td .alert{
    font-size: 12px;
    padding-left: 18px;
    margin-top: 5px;
    background: url('../img/icon_errmark.png') 2px 3px no-repeat;
    background-size: 14px 14px;
    color: #ff4000;
}
#ct_tbl input[type="text"],
#ct_tbl input[type="email"],
#ct_tbl textarea{
    width: 96% !important;
    max-width: 400px;    
    box-sizing: content-box;
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
    font-size: 14px;
    padding: 3px 5px;
    box-shadow: none;
    border-radius: 0;
    color: #333;
    vertical-align: middle;
}
#ct_tbl input[type="text"],
#ct_tbl input[type="email"]{ min-height: 30px; }
#ct_tbl textarea{ min-height: 90px; }
#ctarea .submitarea{ padding:60px 0 30px; }
#ctarea .formBtn{
    display: inline-block;
    width: 220px;
    height: 50px;
    background:url(../img/ctarea_btn.png) no-repeat;
    background-size: 100% 100%;
    margin:0 auto;
    outline: 0;
    border:0;
    color:rgba(0,0,0,0);
}
#ctarea .formBtn:hover{
    background:url(../img/ctarea_btn_o.png) no-repeat;
}
#ctarea .formBtn2{
    display: inline-block;
    width: 220px;
    height: 50px;
    background:url(../img/ctarea_btn2.png) no-repeat;
    background-size: 100% 100%;
    margin:0 auto 0 20px;
    outline: 0;
    border:0;
    color:rgba(0,0,0,0);
}
#ctarea .formBtn2:hover{
    background:url(../img/ctarea_btn2_o.png) no-repeat;
}

#name1alert,#name2alert,
#telalert,#emailalert{ display: none; }
@media screen and (max-width:768px) {
    #ctarea .sec_ttl_b{ padding-bottom: 30px; }
    .ct_part .sec_ttl_b{ padding-bottom: 25px; }
    #ctarea .ctarea_part{
        background:#fff;
        padding:40px 4%;
    }
    #ct_tbl th{
        display: block;
        width:100%;    
        padding:15px;
    }
    #ct_tbl td{
        display: block;
        width:100%;    
        padding:15px;
    }
    #ctarea .submitarea{ padding:60px 0 40px; }
}
@media screen and (max-width:480px) {
    #ctarea .sec_ttl_b{ padding-bottom: 25px; }
    .ct_part .sec_ttl_b{
        font-size: 120%; 
        color:#000; padding-bottom: 20px; 
    }
    #ctarea .ctarea_part{ padding:25px 4%; }
    #ct_tbl th{ padding:12px; }
    #ct_tbl td{ padding:12px; }
    #ctarea .submitarea{ padding:40px 0 15px; }
    #ctarea .formBtn{
        display: inline-block;
        width: 176px;
        height: 40px;
        background:url(../img/ctarea_btn.png) no-repeat;
        background-size: 100% 100%;
        margin:0 auto;
        outline: 0;
        border:0;
        color:rgba(0,0,0,0);
    }
    #ctarea .formBtn2{
        display: inline-block;
        width: 176px;
        height: 40px;
        background:url(../img/ctarea_btn2.png) no-repeat;
        background-size: 100% 100%;
        margin:15px auto 0;
        outline: 0;
        border:0;
        color:rgba(0,0,0,0);
    }
    #ctarea .formBtn:hover{
        display: block;
        width: 176px;
        height: 40px;
        background:url(../img/ctarea_btn_o.png) no-repeat;
        background-size: 100% 100%;
        margin:0 auto;
        outline: 0;
        border:0;
        color:rgba(0,0,0,0);
    }
    #ctarea .formBtn2:hover{
        display: block;
        width: 176px;
        height: 40px;
        background:url(../img/ctarea_btn2_o.png) no-repeat;
        background-size: 100% 100%;
        margin:15px auto 0;
        outline: 0;
        border:0;
        color:rgba(0,0,0,0);
    }
}

.modal-hidden-contents { display: none; }
.video-player {
    opacity: 0; 
    position: relative;
    margin: 0 auto;
    width: 910px;
}
.video-player .btn-modal-close {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: -50px;
}
.video-player video {
    width: 100%;
    height: auto;
}
#modal-base-layer{
    background: #000;
    color: #000;    
    display: none;
    position: fixed;
    _position: absolute;
    top:0px;
    right:0px;
    width: 100%;
    height: 100px;  
    z-index: 9900;
    text-align: center;
}
#modal-contents-layer {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top:0;
    left:0;
    text-align: center;
    width: 100%;    
    z-index: 9901;
}



.ct_part{ background:#fff; }
.ct_part .ct_container{
    width:75%;
    max-width: 600px;
    margin:0 auto;
    padding:40px 5%;
    background:#eaeaea;
}
.ct_part .ct_txt{
    width:92%;
    max-width: 324px;
    margin:0 auto 40px;
}
.ct_part .ct_btn{
    width:90%;
    max-width: 320px;
    margin:0 auto;
}
@media screen and (max-width:480px) {
    .ct_part .ct_txt{ margin:0 auto 25px; }
}


#copyright {
    text-align: center;
    font-size: 13px;
    padding: 20px 0 20px;
}
@media screen and (max-width:480px) {
    #copyright {
        text-align: center;
        font-size: 11px;
        padding: 20px 0 20px;
    }
}













/* Fadein from display:none */
@keyframes fade-in {
  0% { display: none; opacity: 0; }
  1% { display: flex; opacity: 0; }
  100% { display: flex; opacity: 1; }
}

@-moz-keyframes fade-in {
  0% { display: none; opacity: 0; }
  1% { display: flex; opacity: 0; }
  100% { display: flex; opacity: 1; }
}

@-webkit-keyframes fade-in {
  0% { display: none; opacity: 0; }
  1% { display: flex; opacity: 0; }
  100% { display: flex; opacity: 1; }
}


.wp_c0,.wp_c1,.wp_c2,.wp_c3,
.wp_00,.wp_01,.wp_02,
.wp_10,.wp_11,.wp_12,
.wp_20,.wp_21,
.wp_30,.wp_31,.wp_32,.wp_33,
.wp_40,.wp_41,
.wp_50,.wp_51,.wp_52,.wp_53,.wp_54,
.wp_60,.wp_61,.wp_62,.wp_63,
.wp_70,.wp_71,.wp_72{
    visibility: visible
}

.bounce,.zoomInLeft,.fadeIn,.fadeInDown, 
.fadeInUp, .fadeInLeft, .fadeInRight {
    visibility: visible
}

.delay-05s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay-10s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay-15s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}