@charset "UTF-8";

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN","游ゴシック","ヒラギノ角ゴ ProN W3",  "メイリオ", "Meiryo", "verdana", sans-serif;
background:#f2f2f2;
}

p {
    font-size: 22px;
    line-height: 1.8;
    color: #333;
    padding: 40px 20px 40px 20px;
    margin: 0;
    font-weight: 800;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

a {
    text-decoration: none;
}



/* 画像
******************************************************************************/

.icm {
    margin: 40px auto;
    width: 100%;
}

.ic {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
}

.present {
    margin-top:-100px;
}



/* 文字
******************************************************************************/

.fsb {
    font-size: 130%;
}

.fsb2 {
    font-size: 130%;
}


.e1 {
    color: #0d305e;
    font-weight: 900;
}

.e2 {
    background: #FFFF00;
    font-weight: 900;
}

.e3 {
       color: #ff0077;
    font-weight: 900;
}

.e4 {
    text-decoration: underline;
    font-weight: 900;
}



.sm {
    font-size: 80%;
}

.time {
    font-size:15px;
    color:#fff;
}
.kougi {
    background: #155a93;
    padding: 20px;
    text-align: center;
    font-size:35px;
    color:#fff;
    border-radius: 30px;
    width:90%;
}




/* 見出し
******************************************************************************/

.kougi_h {
    background-color: #0d305e;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}

h1 {
    font-size: 40px;
  margin: 0px auto;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    width: 90%;
border-bottom: solid 3px #fff;
}

h2 {

 font-size: 40px;
    border-bottom: solid 3px #fff;
  margin: 20px;
    line-height: 1.5;
    color: #333;
    width:90%;
    text-align: center;
}

h3 {
    background-color: #0d305e;
    text-align: center;
    padding: 30px 0 30px 0;
    margin: 0 auto;
    color:#fff;
    font-size:40px;
    width:100%;
}

/* ヘッダー
******************************************************************************/

.head {
    width: 100vw;
    height: 916px;
    background-image: url(../images/header.jpg);
    background-position: center;
    margin: auto;
}

.head_sp {
    width: 100%;
    height: 1804px;
    background-image: url(../images/header_sp.jpg);
    background-position: center;
    margin: auto;
}




/* ボタン
******************************************************************************/

.btn_nv {
background-color: #0d305e;
    color:#fff;
    font-size:35px;
    font-weight: 900;
    border-radius: 50px;
    padding: 40px 100px 40px 100px;
    margin:40px auto; 
}




/* コンテンツ
******************************************************************************/

.wrap {
    overflow: hidden;
}

.content {
    width: 900px;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 0;
    background: #fff;
    padding: 20px 20px 80px 20px;
}

.content2 {
    width: 900px;
    margin: 0 auto;
    line-height: 0;
    background: none;
    padding: 20px 20px 80px 20px;
}

.content3 {
    width: 1000px;
    margin: 0px auto;
    line-height: 0;
    background: none;
    padding-bottom: 50px;
}

.bg_wh{
    width: 100vw;
    background-color: #fff;
    margin:0;
}

.bg_nv{
    width: 100vw;
    background-color: #0d305e;
    margin:0;
}

.bg_nv p {
    color: #fff;
}

.jisseki {
    width: 100vw;
    height: 970px;
    background-image: url(../images/jisseki2.png);
    background-position: center;
    margin: auto;
}

.right {
    float: right;
    padding: 20px;
    width:40%;
}



/* 動画
******************************************************************************/

#movWrap {
    width: 854px;
    margin: auto;
    height: 480px;
    position: relative;
    border-top: solid 25px #000;
    border-bottom: solid 25px #000;
    top:0px;
}

/*1000px以下*/

@media only screen and (max-width: 1000px) {
    #movWrap {
    top:0px;
}
}

#movMsk {
    width: 854px;
    height: 480px;
    position: absolute;
    top: 0;
}


.btn {
    display: block;
    position: absolute;
    z-index: 0;
    width: 100px;
    height: 100px;
    margin: 0 20px;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.btn img {
    position: relative;
    z-index: 3;
}

.mainLight {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
}

.ripple {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
    background-color: #0082b3;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 130, 179, 1);
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
}

@keyframes rippleAnimation {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2.5, 2.5);
        opacity: 0;
    }
}

@-moz-keyframes rippleAnimation {
    0% {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(2.5, 2.5);
        opacity: 0;
    }
}



/* PC/SP表示切り替え
******************************************************************************/

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


@media only screen and (max-width: 1000px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}



/* フッター
******************************************************************************/

footer {
    background-color: #666;
    padding: 10px;
    text-align: center;
}

/*1000px以下*/

@media only screen and (max-width: 1000px) {
    footer {
    background-color: #666;
    padding: 10px;
    text-align: center;
}
}

footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px;
}

.fotter_link {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}



/* レスポンシブ
******************************************************************************/

/*1000px以下*/

@media only screen and (max-width: 1000px) {

    p {
        font-size:25px;
    }
    
    h1 {
        font-size:65px;
    }
    
    h3{
        font-size:45px;
    }
    
    .mybox h3{
        font-size:40px;
    }
    
    .name {
        font-size:25px;
    }

    .brRes {
    content: "";
}
.brRes:after {
    margin-right: -.333em;
    content:"";
}
    
    .balloon5 .faceicon {
margin-top: 25px;
}
}




    /* ボタンアニメーション
******************************************************************************/
    .pulsate-fwd {
        -webkit-animation: pulsate-fwd 2s linear infinite;
        animation: pulsate-fwd 2s linear infinite;
        margin: 50px;
        width:70%;
    }

    /* ----------------------------------------------
 * Generated by Animista on 2019-1-20 17:47:55
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
    /**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
    @-webkit-keyframes pulsate-fwd {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes pulsate-fwd {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
