@charset "UTF-8";


html {
    width: 100%;
    height: 100%;
    margin:  0 auto;
    text-align: center;
    animation: loading 1s;
    color: #000000;
    scroll-behavior: smooth;
    background-image: url(../img/hachi_3.png);
    background-size: 100%;
    background-repeat: repeat;
    font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

#stalker {
    pointer-events: none;
    position: fixed;
    top: -8px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
    transition-timing-function: ease-out;
    z-index: 10000;
  }
  #stalker.hov_ {
    top: -32px;
    left: -32px;
    width: 64px;
    height: 64px;
    transition: 0.5s;
    background: rgba(255, 0, 0, 0.4);
  }/*# sourceMappingURL=sample.css.map */

  #cursor {
    transform: translate(0, 0);
    pointer-events: none;
    position: fixed;
    top: -8px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    z-index: 20000;
    transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
  }
  #cursor.hov_ {
    top: -12px;
    left: -12px;
    width: 32px;
    height: 32px;
    background: rgba(200, 50, 50, 0.75);
  }/*# sourceMappingURL=sample.css.map */

.pc {
    display: block;
}

.sp {
    display: none;
}

.top img {
    width: 100%;
    margin: 0 auto;
}

.fix h1 img {
    vertical-align: middle;
}

img {
    width: 100%;
}
.fix h1 img {
    vertical-align: middle;
}

img {
    width: 100%;
}

body {
    width: 100%;
}

.fix {
    width: 100%;
    padding: 2%;
    display: flex;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
}

body {
    padding-top: 10%;
}

#what,#why,#how,#do {
    height:70px;
}
.main h1 {
    margin-top: 40px;
    }

    .nav {
        display: flex;
        justify-content: space-evenly;
        width: 70%;
        margin: 0 auto;
    }

    .nav a {
        width: 150px;
        height: 150px; 
        border-radius: 50%; 
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        background: rgba(73,155,234,1);
background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
       color: white;
       font-weight: 500;
       transition: 1s;
       padding-top: 5%;
    }

    

    .nav a:hover {
        background: #fff;
        color: #2a5cff;
        outline-width: 2px;
   outline-style: solid;
   outline-color: rgb(53, 107, 255);
      }

.main p {
color: #000;
font-size: 16px;
text-align: left;
letter-spacing: 2px;
line-height: 1.5;
padding: 30px 30px 0px;
}

.main span {
    padding: 10px;
    text-align: left;
    }
/* .details {
    border-top: 2px solid #00a5a0;
    border-left: 2px solid #00a5a0;
    border-right: 2px solid #00a5a0;
  }
  .details:last-of-type {
    border-bottom: 2px solid #00a5a0;
  }
   */
  .details-summary {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .details-summary .btn {
    position: absolute;
    top: 37%;
    right: 10%;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .details-summary .btn:before, .details-summary .btn:after {
    content: "";
    background-color: #000000;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center center;
  }
  .details-summary .btn:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .details-summary.is-active .btn {
    transform: rotate(-180deg);
  }
  .details-summary.is-active .btn:before {
    content: none;
  }
  
  .details-summary::-webkit-details-marker {
    display: none;
  }
  
  .details-content p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    text-align: left;
    letter-spacing: 3px;
    line-height: 1.5;
}
  .details-content p:last-of-type {
    margin: 0 0 0;
  }/*# sourceMappingURL=sample.css.map */

  span {
    width: 100%;
    display: inline-block;
    color: #018bd5;
  }
  .showmore_list {
    border-radius: 10px;
    padding: 30px 30px 0px;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6;
    transition: all .3s ease-in;
    text-align: left;
}

.list_toggle a.open_link:before {
    content: "もっと見る▼";
    display: inline;
}

.list_toggle a.close_link:before {
    content: "閉じる▲";
    display: inline;
}
.list_box {
    padding-bottom: 10px;
}

.list_toggle {
    padding-top: 10px;
}











.txt-hide1{
    display: none;
    }
.txt-hide2{
    display: none;
    }
.txt-hide3{
display: none;
}
.txt-hide4{
    display: none;
    }
    button.more1 {
line-height: 1.6;
        width: 50%;
        margin: 20px auto;
        display: block;
        /* background-color: #666; */
        color: #000;
        padding: 10px 15px;
        border: none;
        outline: 0;
        transition: .5s;
        -erbkit-transition: .5s;
        text-align: center;
    }
button.more2 {
    line-height: 1.6;
            width: 50%;
            margin: 20px auto;
            display: block;
            /* background-color: #666; */
            color: #000;
            padding: 10px 15px;
            border: none;
            outline: 0;
            transition: .5s;
            -erbkit-transition: .5s;
            text-align: center;
        }
    button.more3 {
        line-height: 1.6;
                width: 50%;
                margin: 20px auto;
                display: block;
                /* background-color: #666; */
                color: #000;
                padding: 10px 15px;
                border: none;
                outline: 0;
                transition: .5s;
                -erbkit-transition: .5s;
                text-align: center;
            }
    button.more4 {
        line-height: 1.6;
                width: 50%;
                margin: 20px auto;
                display: block;
                /* background-color: #666; */
                color: #000;
                padding: 10px 15px;
                border: none;
                outline: 0;
                transition: .5s;
                -erbkit-transition: .5s;
                text-align: center;
            }
     
    button.more1::before {
    content: "もっと見る";
    transition: .2s;
    -erbkit-transition: .2s;
    }

    button.more1.on-click::before{
    content: "閉じる";
    }
    button.more2::before {
    content: "もっと見る";
    transition: .2s;
    -erbkit-transition: .2s;
    }

    button.more2.on-click::before{
    content: "閉じる";
    }
    button.more3::before {
    content: "もっと見る";
    transition: .2s;
    -erbkit-transition: .2s;
    }

    button.more3.on-click::before{
    content: "閉じる";
    }
    button.more4::before {
    content: "もっと見る";
    transition: .2s;
    -erbkit-transition: .2s;
    }

    button.more4.on-click::before{
    content: "閉じる";
    }

    /* button.more1::after {
        content: url(../img/arrow.png);
        display: inline-block;
width: 25px;
height: 25px;
        transition: .2s;
        -erbkit-transition: .2s;
        }

        button.more1.on-click::after{
        content: url(../img/arrow.png);
        transform:rotateZ(180deg);
        }
        button.more2::after {
            content: url(../img/arrow.png);
            display: inline-block;
  width: 25px;
  height: 25px;
            transition: .2s;
            -erbkit-transition: .2s;
        }

        button.more2.on-click::after{
            transform:rotateZ(180deg);

        }
        button.more3::after {
            content: url(../img/arrow.png);
            display: inline-block;
  width: 25px;
  height: 25px;
            transition: .2s;
            -erbkit-transition: .2s;
        }

        button.more3.on-click::after{
            transform:rotateZ(180deg);

        }
        button.more4::after {
            content: url(../img/arrow.png);
            display: inline-block;
  width: 25px;
  height: 25px;
            transition: .2s;
            -erbkit-transition: .2s;
        }

        button.more4.on-click::after{
            transform:rotateZ(180deg);

        } */

        @keyframes rotate-z{
            0%{transform:rotateZ(0deg);}
            100%{transform:rotateZ(180deg);}
          }
            
    /* この記述は不要です */
    #wrap {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    line-height: 1.6;
    font-size: 1rem;
    position: relative;
    }

h1.pc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1000;
}

    .txt-show {
        width: 55%;
        margin: 0 auto;
        padding-top: 25%;
    }

    .txt-hide1 {
        width: 55%;
        margin:  0 auto;
    }
    .txt-hide2 {
        width: 55%;
        margin:  0 auto;
    }
    .txt-hide3 {
        width: 55%;
        margin:  0 auto;
    }
    .txt-hide4 {
        width: 55%;
        margin:  0 auto;
    }

    button img {
        width: 25px;
        height: 25px;
        margin-left: 10px;
        transition: .2s;
        -erbkit-transition: .2s;
    }

    button.on-click img {
        width: 25px;
        height: 25px;
        transform:rotateZ(180deg);
        transition: .2s;
        -erbkit-transition: .2s;
    }


    footer {
        background-image: url(../img/footer_bg.png);
        background-size: 100%;
        color: white;
        padding: 100px 100px;
        font-size: 14px;
        font-weight: 500;
    }

    footer h1 {
        padding: 20px 30px;
        font-size: 25px;
        font-weight: bold;
    }
    table {
        width: 70%;
        margin: 0 auto;
        height: 300px;
    }
    table tr {
        padding: 20px 10px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        height: 50px;
    }

    td {
        vertical-align: middle;
        width: 60%;
        padding: 20px;
        text-align: left;
        font-weight: bold;
    }

    th {
        vertical-align: middle;
        width: 35%;
        padding: 0;
        padding-left: 10px;
    }
    .entry_2 {
        width: 90%;
        margin: 0 auto;
    }

    .entry_2 p {
        width: 40%;
        margin:100px auto;
    }

    .fle.pc {
        display: flex;
        justify-content: space-around;
    }

    .fle.pc {
        display: flex;
    }

    .fle.pc h1 {
        width: 45%;
        margin-top: 100px;
    }

    .fix h1 {
        width: 25%;
    }
    .fix p {
        width: 25%;
    }

    footer span {
        margin: 2% 0;
        color: white;
    }
@media screen and (max-width: 426px) {

    html {
        max-width: 1024px;
        height: 100%;
        margin:  0 auto;
        text-align: center;
        animation: loading 1s;
        color: #000000;
        scroll-behavior: smooth;
    }

    
.pc {
    display:none;
}

.sp {
    display: block;
}

    .fix h1 img {
        vertical-align: middle;
    }
    
    img {
        width: 100%;
    }
    
    body {
        width: 100%;
    }

    .fix {
        width: 100%;
        padding: 2%;
        display: flex;
        position: fixed;
        top: 0;
        background-color: white;
        z-index: 1000;
        align-items: center;
        justify-content: space-between;
    }

    body {
        padding-top: 14%;
    }

    .main h1 {
        margin-top: 40px;
        }

    .main p {
    color: #000;
    font-size: 16px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 30px 30px 0px;
    }

    .main span {
        padding: 10px;
        }
    /* .details {
        border-top: 2px solid #00a5a0;
        border-left: 2px solid #00a5a0;
        border-right: 2px solid #00a5a0;
      }
      .details:last-of-type {
        border-bottom: 2px solid #00a5a0;
      }
       */
      .details-summary {
        position: relative;
        display: block;
        padding: 20px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
      }
      .details-summary:hover {
        cursor: pointer;
        opacity: 0.8;
      }
      .details-summary .btn {
        position: absolute;
        top: 37%;
        right: 10%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;
      }
      .details-summary .btn:before, .details-summary .btn:after {
        content: "";
        background-color: #000000;
        border-radius: 10px;
        width: 18px;
        height: 4px;
        position: absolute;
        top: 7px;
        left: 0;
        transform-origin: center center;
      }
      .details-summary .btn:before {
        width: 4px;
        height: 18px;
        top: 0;
        left: 7px;
      }
      .details-summary.is-active .btn {
        transform: rotate(-180deg);
      }
      .details-summary.is-active .btn:before {
        content: none;
      }
      
      .details-summary::-webkit-details-marker {
        display: none;
      }
      
      .details-content p {
        margin: 0 0 20px;
        color: #000;
        font-size: 16px;
        text-align: left;
        letter-spacing: 3px;
        line-height: 1.5;
    }
      .details-content p:last-of-type {
        margin: 0 0 0;
      }/*# sourceMappingURL=sample.css.map */

      span {
        width: 100%;
        display: inline-block;
        color: #018bd5;
      }
      .showmore_list {
        border-radius: 10px;
        padding: 30px 30px 0px;
        overflow: hidden;
        font-size: 1rem;
        line-height: 1.6;
        transition: all .3s ease-in;
        text-align: left;
    }

    .list_toggle a.open_link:before {
        content: "もっと見る▼";
        display: inline;
    }
    
    .list_toggle a.close_link:before {
        content: "閉じる▲";
        display: inline;
    }
    .list_box {
        padding-bottom: 10px;
    }

    .list_toggle {
        padding-top: 10px;
    }


    .txt-show {
        width: 40%;
        margin: 0 auto;
        padding-top:0%;
    }
    .fle.pc h1 {
        width: 100%;
        margin-top: 0px;
    }


    #what, #why, #how, #do {
        height: 0px;
    }
    
    .fle.pc {
        display: flex;
        flex-direction: column;
    }


    .txt-hide1{
        display: none;
        }
    .txt-hide2{
        display: none;
        }
    .txt-hide3{
    display: none;
    }
    .txt-hide4{
        display: none;
        }
        button.more1 {
    line-height: 1.6;
            width: 50%;
            margin: 20px auto;
            display: block;
            /* background-color: #666; */
            color: #000;
            padding: 10px 15px;
            border: none;
            outline: 0;
            transition: .5s;
            -erbkit-transition: .5s;
            text-align: center;
        }
    button.more2 {
        line-height: 1.6;
                width: 50%;
                margin: 20px auto;
                display: block;
                /* background-color: #666; */
                color: #000;
                padding: 10px 15px;
                border: none;
                outline: 0;
                transition: .5s;
                -erbkit-transition: .5s;
                text-align: center;
            }
        button.more3 {
            line-height: 1.6;
                    width: 50%;
                    margin: 20px auto;
                    display: block;
                    /* background-color: #666; */
                    color: #000;
                    padding: 10px 15px;
                    border: none;
                    outline: 0;
                    transition: .5s;
                    -erbkit-transition: .5s;
                    text-align: center;
                }
        button.more4 {
            line-height: 1.6;
                    width: 50%;
                    margin: 20px auto;
                    display: block;
                    /* background-color: #666; */
                    color: #000;
                    padding: 10px 15px;
                    border: none;
                    outline: 0;
                    transition: .5s;
                    -erbkit-transition: .5s;
                    text-align: center;
                }
         
        button.more1::before {
        content: "もっと見る";
        transition: .2s;
        -erbkit-transition: .2s;
        }

        button.more1.on-click::before{
        content: "閉じる";
        }
        button.more2::before {
        content: "もっと見る";
        transition: .2s;
        -erbkit-transition: .2s;
        }

        button.more2.on-click::before{
        content: "閉じる";
        }
        button.more3::before {
        content: "もっと見る";
        transition: .2s;
        -erbkit-transition: .2s;
        }

        button.more3.on-click::before{
        content: "閉じる";
        }
        button.more4::before {
        content: "もっと見る";
        transition: .2s;
        -erbkit-transition: .2s;
        }

        button.more4.on-click::before{
        content: "閉じる";
        }

        /* button.more1::after {
            content: url(../img/arrow.png);
            display: inline-block;
  width: 25px;
  height: 25px;
            transition: .2s;
            -erbkit-transition: .2s;
            }
    
            button.more1.on-click::after{
            content: url(../img/arrow.png);
            transform:rotateZ(180deg);
            }
            button.more2::after {
                content: url(../img/arrow.png);
                display: inline-block;
      width: 25px;
      height: 25px;
                transition: .2s;
                -erbkit-transition: .2s;
            }
    
            button.more2.on-click::after{
                transform:rotateZ(180deg);

            }
            button.more3::after {
                content: url(../img/arrow.png);
                display: inline-block;
      width: 25px;
      height: 25px;
                transition: .2s;
                -erbkit-transition: .2s;
            }
    
            button.more3.on-click::after{
                transform:rotateZ(180deg);

            }
            button.more4::after {
                content: url(../img/arrow.png);
                display: inline-block;
      width: 25px;
      height: 25px;
                transition: .2s;
                -erbkit-transition: .2s;
            }
    
            button.more4.on-click::after{
                transform:rotateZ(180deg);

            } */

            @keyframes rotate-z{
                0%{transform:rotateZ(0deg);}
                100%{transform:rotateZ(180deg);}
              }
                
        /* この記述は不要です */
        #wrap {
        width: 100%;
        margin: 0 auto;
        height: 100%;
        text-align: left;
        line-height: 1.6;
        font-size: 0.9rem;
        }
        .txt-show {
            width: 90%;
            margin: 0 auto;
        }

        .txt-hide1 {
            width: 90%;
            margin:  0 auto;
        }
        .txt-hide2 {
            width: 90%;
            margin:  0 auto;
        }
        .txt-hide3 {
            width: 90%;
            margin:  0 auto;
        }
        .txt-hide4 {
            width: 90%;
            margin:  0 auto;
        }

        button img {
            width: 25px;
            height: 25px;
            margin-left: 10px;
            transition: .2s;
            -erbkit-transition: .2s;
        }

        button.on-click img {
            width: 25px;
            height: 25px;
            transform:rotateZ(180deg);
            transition: .2s;
            -erbkit-transition: .2s;
        }
        .fix h1 {
            width: 45%;
        }
        .fix p {
            width: 40%;
        }

        footer {
            background-image: url(../img/footer_bg.png);
            background-size: cover;

            color: white;
            padding: 50px 30px;
            font-size: 12px;
        }

        footer h1 {
            padding: 10px 30px;
        }
        table {
            width: 100%;
            height: 300px;
        }
        table tr {
            padding: 20px 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 30px;
        }

        td {
            vertical-align: middle;
            width: 60%;
            padding: 0;
            text-align: left;
        }

        th {
            vertical-align: middle;
            width: 35%;
            padding: 0;
            font-weight: 100;
            padding-left: 10px;
        }
        .entry_2 {
            width: 90%;
            margin: 0 auto;
        }

        .entry_2 h1 {
            margin-bottom: 30px;
        }
        .entry_2 p {
            width: 70%;
            margin: 0px auto 30px;
        }

        footer span {
            margin: 2% 0;
            color: white;
        }
}