@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: bottom;
}

body {
    font-size: 18px;
    font-weight: bold;
    font-family: "Hiragino maru Gothic ProN w4", "Helvetica Neue", Arial, "Hiragino Sans", "MeiryoUI", sans-serif;
    color: #3d3f3f;
}

.inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.inner_L {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}



.wave {
    width: 100%;
    height: 100px;
    background: url(../images/wave.png);
    background-size: 1000px 100px;
    position: absolute;
    top: -100px;
    opacity: .4;
}

.wave1 {
    z-index: 1;
    opacity: .3;
    animation: wave 3s linear infinite;
}

.wave2 {
    z-index: 1;
    opacity: .2;
    animation: wave 4s linear infinite;
}

.wave3 {
    z-index: 1;
    opacity: .1;
    animation: wave 5s linear infinite;
}

.wave4 {
    z-index: 1;
    opacity: .05;
    animation: wave 6s linear infinite;

}

.opacity1 {
    opacity: 1;
}

.opacity2 {
    opacity: .8;
}

.opacity3 {
    opacity: .5;
}

.opacity4 {
    opacity: .3;
}

.container_2 {
    width: 100%;
    height: 200px;
    margin-top: 100px;
    background-color: #fff;
    position: relative;
    top: -300px;
}

.wave_white {
    width: 100%;
    height: 100px;
    background: url(../images/wave-white.png);
    background-size: 1000px 100px;
    position: absolute;
    top: -100px;

}

.container {
    width: 100%;
    height: 200px;
    margin-top: 300px;
    background-color: #95C0ff;
    position: relative;
    top: 50px;

}


.container_4 {
    width: 100%;
    height: 200px;
    margin-top: -100px;
    background-color: #fff;
    position: relative;
    top: 100px;
}


@keyframes wave {
    0% {
        background-position: 1000px;
    }

    100% {
        background-position: 0;
    }


}


.header {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.header .g_nav ul {
    display: flex;
    list-style: none;
    /*  padding-right: 700px; */
    margin: 0;
    gap: 40px;
}

.g_nav_sp {
    display: none;
}

.g_nav_sp.show {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.sp-nav_btn {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 10000;
    cursor: pointer;
    display: none;
}

.sp-nav_btn span {
    width: 35px;
    height: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    top: 35%;
    left: 50%;
    translate: -50% -50%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
        top 0.3s ease-in-out;
}

.sp-nav_btn span:nth-child(2) {
    top: 50%;
}

.sp-nav_btn span:nth-child(3) {
    top: 65%;
}

.main .about {
    width: 100%;
    height: 900px;
    position: relative;
}

.main .about_mv {
    position: absolute;
    top: 0;
    right: 0;
    width: 622px;
    height: 825px;

}

.main .about h1 {
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-rl;
    color: #d36716;
    line-height: 2.5;
    margin-top: 100px;
    font-size: 24px;
}

.main .about_mv_sub {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 474px;
    height: 289px;
}

.news {
    /*text-align: center;*/
    margin: auto auto 200px;
    /*max-width: 600px;*/
    color: #3d3f3f;
}

h2 {
    font-size: 42px;
    color: #d36716;
    text-align: center;
    margin-bottom: 20px;


}


h2 span {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: -5px;

}

.news_list div {
    display: flex;

}

.news_kp {
    width: 100%;
}

.news_list {
    padding: 20px 40px;

}

.news_list,
.news_box {
    background-color: #88f2ef;
    margin-top: 20px;
    line-height: 1.8;
    font-size: 18px;

}

.news_net {

    color: #d36716;
}

.test,
.news_net {
    text-align: center;
    flex-direction: column;
    width: 100%;
}

.features {

    margin: auto;
    /*max-width: 600px;*/
    color: #3d3f3f;
    padding-bottom: 500px;
    background-color: #95C0ff;
}

.features_text {
    text-align: center;
}


.features p {
    margin-bottom: 20px;
}

.features li {
    display: flex;

}

.features li div {
    width: 480px;
    height: 480px;
}

.features li div:nth-of-type(2) {
    background-color: #d6d4d2;
    position: relative;
}

.features li div:nth-of-type(2) p {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.features li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.features li h3 {
    color: #fff;
    font-weight: bold;
    background: #09a4ce;
    padding: 10px 0;
    text-align: center;
}

.features div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service {
    margin-top: -300px;
}

.service_title span {
    display: block;
    font-size: 18px;
    /*color: #d36716;*/
    margin-bottom: 60px;
}

.service ul {
    display: flex;
    justify-content: space-between;
}

.service_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.service_list p {
    width: 250px;


}


.service li h3 {
    color: #fff;
    font-weight: bold;
    background: none;
    width: 250px;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    text-align: center;
}

li img {
    margin-bottom: 10px;
}

.price {
    background-color: #95C0ff;
    padding-bottom: 200px;
}

.price h3 {
    background-color: #e8bc5b;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;

}

.price ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

}

.price li {
    width: calc((100% / 3) - 15px);
    background: #fff;
    border: 3px solid #e8bc5b;
    padding: 5px 10px;
    box-sizing: border-box;
}

.price p {
    text-align: center;
}

.price_btn {
    width: 200px;
    margin-left: auto;
}

.price_btn a {
    width: 100%;
    height: 100%;
    display: block;
}

section {
    padding: 50px 0;
}

.footer {
    margin-top: 100px;
}

.access_box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: -50px;
}

.access_png {
    padding-left: 20px;
}

.map iframe {
    width: 450px;
    height: 450px;
}

.footer_list dl {
    display: flex;

}

.footer_list dt {
    margin-top: 20px;
    margin-left: 0;
}

.footer_list dd {
    margin-left: 100px;
    margin-top: -30px;

}


.footer_container {
    height: 70px;
    text-align: center;
    background-color: #06bf85;
    line-height: 70px;
}

/*under*/
.mv_under {
    width: 100%;
    height: 350px;
}

.mv_under_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.mv_under_content h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    color: #fff;
    font-size: 42px;
    text-align: center;
}

.mv_under_content h1 span {
    display: block;
    font-size: 24px;
}

.mv_under_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv_item {
    width: 100%;
    height: 100%;
}
#totop{
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #06bf85;
    z-index: 10000;
}
#totop a{
    width: 100%;
    height: 100%;
    line-height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-decoration: none;
}

@media (max-width:767px) {
    body {
        font-size: 16px;

    }

    img {
        width: 100%;
    }

    .inner {
        width: 90%;
    }

    .inner_L {
        width: 95%;
    }

    .container {
        height: 100px;
        margin-top: 50px;
    }

    .container_2 {

        height: 100px;
        margin-top: 50px;
        top: -150px;
    }

    .container_4 {
        height: 100px;
        margin-top: -50px;
        top: 50px;
    }

    .header .g_nav {
        display: none;
    }

    .g_nav_sp {
        display: block;
        width: 100%;
        height: max-content;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        padding-top: 90px;
    }

    .g_nav_sp li {
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }

    .g_nav_sp li:last-child {
        border-bottom: none;
    }

    .g_nav_sp li a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }

    .sp-nav_btn {
        display: block;
    }

    .sp-nav_btn.active span {
        top: 50%;
        transform: translate(0, -50%) rotate(45deg);
    }

    .sp-nav_btn.active span:nth-child(2) {
        opacity: 0;
    }

    .sp-nav_btn.active span:nth-child(3) {
        top: 50%;
        transform: translate(0, -50%) rotate(-45deg);
    }


    .header div {
        width: 50%;
        max-width: 190px;
        position: fixed;
        z-index: 10000;
        top: 15px;
    }

    .header div img {
        width: 100%;
    }

    .main .about {
        height: 600x;

    }

    .main .about_mv {

        width: 100%;
        height: max-content;
        top: 160px;

    }

    .main .about h1 {

        font-size: 20px;
    }

    .main .about_mv_sub {
        bottom: 100px;
        width: 80%;
        height: 100px;
    }

    .news {

        margin: auto auto 150px;

    }

    h2 {
        font-size: 24px;

    }


    h2 span {

        font-size: 16px;

    }

    news_list div {
        flex-direction: column;

    }

    .news_list {
        padding: 10px 20px;

    }

    .news_list,
    .news_box {

        font-size: 16px;

    }

    .features {

        padding-bottom: 300px;

    }

    .features li {
        flex-direction: column;
        font-size: 14px;

    }

    .features li div {
        width: 300px;
        height: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .features li:nth-of-type(even) {
        flex-direction: column;
    }

    .service {
        margin-top: -200px;
    }

    .service_title span {

        font-size: 16px;

        margin-bottom: 30px;
    }

    .service ul {
        flex-direction: column;
    }


    .price {
        padding: 10PX 10PX 200px 10px;
    }

    .price h3 {

        width: 100%;

    }

    .price ul {
        flex-direction: column;

    }

    .price li {
        width: 100%;
        margin-bottom: 10px;
    }

    .access_box {
        flex-direction: column;
    }

    .map iframe {
        width: 100%;
        height: 300px;
    }

    .access_png {
        width: 50%;
    }

    .footer_container p {
        font-size: 10px;
    }

    .footer_container p img {
        width: auto;
    }

    .mv_under_content h1 {
        font-size: 24px;

    }
}