@charset "UTF-8";

@media screen and (max-width: 1728px) { /* macbook16 */

}
@media screen and (max-width: 1240px) {
    .cont {
        max-width: 96%;
        max-width: 100%;
    }

    .inner {
        max-width: 100%;
    }

    .inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}

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



}

/* ------------------------------------------------------------------------------------------------------------ */

/*モバイルサイズ*/

/* ------------------------------------------------------------------------------------------------------------ */

/*@media screen and (max-width: 767px), (orientation: landscape){*/
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 1023px) {

.toggle {
    display: inline-block;
}

/*img.mainvisimg {
    height: 100vh;
    object-fit: cover;
}
.mainvis_catches {
    height: 100vh;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}*/

div#navi {
    padding: 0;
    height: 0;
}
.head_nav {
    margin: auto;
}
ul.nav > * {
    font-size: 16px;
    margin: 0 auto;
}
    /*@media screen and (max-width: 767px) {*/
    .pcview_only {
        display: none;
    }

    .spview_only {
        display: inherit;
        /*display: initial;*/
    }

    .col.flex {
        display: block !important;
    }

    .col [class*="w_per"] {
        width: 100% !important;
        display: block;
    }

    [class*="w_per"]>img {
        width: 100%;
    }

    .f_left {
        float: none !important;
    }

    .f_right {
        float: none !important;
    }

    #main,
    .mainvis,
    .block,
    .container,
    .cont {
        min-width: 0;
    }

    #main,
    .mainvis {
        overflow-x: hidden;
    }

    .container,
    .mainvis,
    .inner {
        width: 100%;
    }

    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pagetop {
        width: 50px;
        height: 50px;
        right: 0px;
        font-size: 14px;
    }

    .pagetop a {
        width: 44px;
        height: 44px;
    }

    .pagetop.footPosition {
        bottom: 105px;
    }

    body {
        font-size: 14px;
    }

    .tit01 {
        font-size: 45px;
    }

    .txtSS {
        font-size: 12px;
    }

    .txtS {
        font-size: 13px;
    }

    .txtN {
        font-size: 16px;
    }

    .txtM {
        font-size: 18px;
    }


    .txt20 {
        font-size: 18px;
        line-height: 1.4;
    }

    .txt25 {
        font-size: 20px;
        line-height: 1.4;
    }

    .txt30 {
        font-size: 22px;
        line-height: 1.3;
    }

    .txt35 {
        font-size: 25px;
        line-height: 1.3;
    }

    .txt40 {
        font-size: 30px;
        line-height: 1.2;
    }

    .txt45 {
        font-size: 32px;
        line-height: 1.2;
    }

    .txt50 {
        font-size: 35px;
        line-height: 1.1;
    }

    .txt55 {
        font-size: 40px;
        line-height: 1.1;
    }


.outer_nav {
/*    display: none;*/
    display: block;
    transition: all .4s;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: -110vw;
    z-index: 99;
    padding: 10px 30px;
}
.nav_show .outer_nav {
    left: 0;
}

.outer_nav a.head_logo {
    display: none;
}

ul.nav {
    display: block;
    text-align: center;
    margin: 40px auto;
}

ul.nav > * {
    font-size: 22px;
    font-weight: 200;
    margin: 40px auto;
}

ul.nav > * a {
    text-decoration: underline;
    display: block;
}

.contact_sub {
    border: none;
    border-top: 1px solid;
    padding: 40px 10px 10px;
    margin-top: 30px;
}

.contact {
    padding: 1px 0 20px;
    border-top: 1px solid;
    margin-top: 50px;
    border-bottom: 1px solid;
}

a.logo.head_logo.spview_only {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    max-width: 200px;
    z-index: 9;
}
.container_mainvis {
    background: #fff;
    padding-top: 90px;
}
.scroll {
    transform: scale(0.66);
    right: -13px;
}
.main_txt_sub {
    font-size: 18px;
    margin-bottom: 70px;
}
table {
    margin: 30px auto;
}
}
@media screen and (max-width: 768px) {
tr>* {
    padding: 1em 0.4em;
}

th {
    white-space: nowrap;
    padding-right: 2em;
    font-weight: bold;
}
.fullScreen_nav {
    bottom: 0;
    top: auto;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.55);
}
.fullScreen_nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fullScreen_nav ul > * {
    display: inline-block;
    margin: 1px auto;
}
.fullScreen {
    padding-left: 0;
    padding-right: 0;
}

.footer_menu ul.nav {justify-content: center;}

.footer_menu ul.nav > * {
    margin: 1em auto;
    font-size: 18px;
}
.foot_logo {
    display: block;
}
.sns.flex {
    justify-content: center;
    padding-left: 16px;
}
.copyright.t_right {
    text-align: center !important;
}
div#formWrap {
    border-bottom: 1px solid;
    padding-bottom: 50px;
}
}


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

.is_fullScreenTop0 .fullScreen:after {
/*    background: url(../img/bg_sp0.jpg) no-repeat center;*/
/*    background-size: cover;*/
}
.is_fullScreenTop1 .fullScreen:after {
/*    background: url(../img/bg_sp1.jpg) no-repeat center;*/
/*    background-size: cover;*/
}
.is_fullScreenTop2 .fullScreen:after {
/*    background: url(../img/bg_sp2.jpg) no-repeat center;*/
/*    background-size: cover;*/
}
.is_fullScreenTop3 .fullScreen:after {
/*    background: url(../img/bg_sp3.jpg) no-repeat center;*/
/*    background-size: cover;*/
}

#bgLayer1 {
  background-image: url('/assets/img/bg_sp0.jpg');
}

#bgLayer2 {
  background-image: url('/assets/img/bg_sp1.jpg');
}

#bgLayer3 {
  background-image: url('/assets/img/bg_sp2.jpg');
}

#bgLayer4 {
  background-image: url('/assets/img/bg_sp3.jpg');
}
.fullScreen .txtN {
    font-size: 12px;
}
}
/* ------------------------------------------------------------------------------------------------------------ */

/*iPhone 414*/

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 414px) {}

/* ------------------------------------------------------------------------------------------------------------ */

/*iPhone 375*/

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 375px) {
    .fullScreen_nav ul > * a {
        font-size: 13px;
    }
}

/* ------------------------------------------------------------------------------------------------------------ */

/*小さめサイズ*/

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 330px) {
    .fullScreen_nav ul > * a {
        font-size: 10px;
    }
}