/*# sourceURL=shared/css/shared.css */


/*@ sourceURL=shared/css/shared.css */

@charset "UTF-8";

/* Scss Document */

html:not(.responsive) {
    min-width: 1100px;
    /* viewport */
}


/*=============================================
 * body
 *=============================================*/

body {
    color: #000;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.1em;
    background: #fff;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.1em;
    }
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-hannari {
    font-family: "Hannari";
}


/*=============================================
 * <main>
 *=============================================*/

main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.wrap {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
}


/*=============================================
 * <header>
 *=============================================*/

header {
    position: relative;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    header {
        box-sizing: border-box;
    }
}

.nav-fixed {
    position: absolute;
    opacity: 0;
    z-index: 111;
    visibility: hidden;
}

.nav-fixed.fixed {
    position: fixed;
    top: 0;
    opacity: 1;
    visibility: visible;
}


/*=============================================
 * key
 *=============================================*/


/*=============================================
 * <section>
 *=============================================*/


/*=============================================
 * <footer>
 *=============================================*/

footer .cookies_link a {
    display: inline-block;
}

footer .cookies_link a:hover {
    text-decoration: underline;
}

.slick-slide {
    cursor: grab;
}

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


/*=============================================
 * .socialbuttons
 *=============================================*/


/*====================== ft_fixed ====================== */


/*=============================================
 * copyright
 *=============================================*/

.btn_fixed {
    position: fixed;
    right: 0;
    top: 187px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: ease 0.3s;
}

.has_nav1 .btn_fixed {
    opacity: 1;
    pointer-events: visible;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

#pagetop {
    bottom: 140px;
    right: 20px;
}

@media screen and (max-width: 767px) {
    #pagetop {
        width: 40px;
    }
}

header .menu_toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100% !important;
    top: 0px;
    right: 0;
    height: 100%;
    overflow-y: auto;
    color: #000;
    z-index: 999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 50px;
    background: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

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

.navOpen #menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.navOpen #menu_toggle li {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.hamburger {
    /* background: #14304e; */
    position: fixed;
    top: 6vw;
    z-index: 100;
    right: -2vw;
    border-radius: 0;
    height: 50px;
    text-align: center;
    transform: translateX(-50%);
    z-index: 9999;
    color: #fff;
    width: 12vw;
    height: auto;
}

.hamburger:after {
    font-size: 11px;
    content: 'MENU';
    display: block;
    text-align: center;
    margin-top: -8px;
    letter-spacing: -0.05em;
    display: none;
}

.navOpen .hamburger:after {
    content: 'CLOSE';
    display: none;
}

.navOpen .hamburger {
    /* background: transparent; */
    /* padding-top: 14px; */
    /* box-sizing: border-box; */
}

.navOpen .hamburger-inner::before,
.navOpen .hamburger-inner::after,
.navOpen .hamburger-inner {
    /* background: #000!important; */
    border-radius: 0;
    height: 3px;
}

.hamburger-box {
    height: auto;
}

.slick-arrow {
    font-size: 0;
    width: 36px;
    height: 36px;
    line-height: 0;
    position: absolute;
    z-index: -1;
}


/* .slick-arrow.slick-prev {
    background: url("../img/index/left.png") no-repeat center/100% auto;
}

.slick-arrow.slick-next {
    background: url("../img/index/right.png") no-repeat center/100% auto;
} */

@media screen and (max-width: 480px) {
    .slick-arrow {
        width: 22px;
        height: 22px;
    }
}

.slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* border: 1px solid #000; */
    /* border-radius: 50%; */
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    background: #437f98;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #14304e;
}

@media only screen and (min-width: 768px) {
    .flex_pc {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.txt-center {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .txt-vertical-pc {
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
    }
    .txt-vertical-pc .int {
        writing-mode: lr-tb;
        -o-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        -moz-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        display: inline-block;
        text-align: center;
        line-height: 1;
    }
    .txt-normal-pc .int {
        height: 1.1em;
    }
    .txt-vertical-x>* {
        writing-mode: rl-tb;
        -o-writing-mode: vertical-tb;
        -ms-writing-mode: vertical-tb;
        -ms-writing-mode: rl-tb;
        -moz-writing-mode: vertical-tb;
        -webkit-writing-mode: vertical-tb;
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        display: inline-block;
        white-space: nowrap;
        word-wrap: break-word;
        width: 1px;
        line-height: 1;
    }
    .txt-vertical-pc .txt-latin {
        cursor: vertical-text;
        direction: rtl;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: sideways-right;
        -o-text-orientation: sideways-right;
        -ms-text-orientation: upright;
        -ms-text-orientation: sideways-right;
        -moz-text-orientation: sideways-right;
        -webkit-text-orientation: sideways-right;
        letter-spacing: .25em;
    }
}

#header .box {
    width: 100%;
    background: #fff;
    padding: 16px 0 9px;
}

#header .box .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 22px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#header .box .group .btn {
    margin-top: 0; 
}

.nav-fixed {
    padding: 7px 0 0;
    background: #fff;
    width: 100%;
}

.nav-fixed .group {
    padding-left: 57px;
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-fixed .group .sns {
    margin-left: 30px;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 35px;
}

.nav li {
    font-size: 14px;
    line-height: 1.5;
}

.nav li a {
    display: block;
    text-decoration: none;
    border-bottom: 6px solid transparent;
}

.nav li.active a,
.nav li a:hover,
.nav li a.active {
    border-color: #fdf404;
}

.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns li+li {
    margin-left: 38px;
}

#footer {
    color: #fff;
    background: #14304e;
    padding: 77px 0 100px;
}

#footer .nav1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 74px;
}

#footer .nav1 li+li a {
    border-left: 1px solid;
}

#footer .nav1 li a {
    padding: 0 16px;
}

#footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

#footer .flex .left {
    text-align: center;
    padding-top: 7px;
}

#footer .flex .left .logo {
    margin-bottom: 74px;
}

#footer .flex .right {
    width: 480px;
}

#footer .flex .right .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.9;
}

#footer .flex .right .info dl dt {
    width: 105px;
}

#footer .flex .right .info dl dd {
    width: calc(100% - 105px);
}

#footer .flex .right .info dl+dl {
    margin-top: 13px;
}

#footer .flex .right .btn1 {
    margin-top: 20px;
}
.btn_line {
    margin: 2% auto;
}

.btn_line img {
    width: 90%;
    border-radius: 10px;
}

#footer .group {
    text-align: center;
}

#footer .group address {
    margin: 36px 0 4px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .navOpen .hamburger .hamburger-box {
        top: 0;
    }
    #header .box {
        padding: 6vw 0 6vw 0;
    }
    #header .box .group,
    #header .box .flex {
        margin-bottom: 0;
        padding-right: 14vw;
        position: relative;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* min-height: 50px; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #header .box .group p.logo,
    #header .box .flex p.logo {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 18%;
    }
    #header .box .group p.tel,
    #header .box .flex p.tel {
        /*width: 26%;*/
        width: 11%;
    }
    #header .box .group .btn,
    #header .box .flex .btn {
        margin-left: 2vw;
        /*width: 41%;*/
        width: 60%;
    }
    .menu_toggle .box {
        padding-bottom: 0 !important;
    }
    .menu_toggle .nav {
        display: block;
        text-align: center;
        padding-right: 0;
        margin-top: 20px;
    }
    .menu_toggle .nav li a {
        display: inline-block;
    }
    .menu_toggle .nav li+li {
        margin-top: 20px;
    }
    .menu_toggle .tel1 {
        margin: 30px auto 20px;
        max-width: 280px;
        width: 75%;
    }
    .menu_toggle .btn1 {
        margin: 0 auto 30px;
        max-width: 300px;
        width: 90%;
    }
    .menu_toggle .sns li img {
        height: 30px;
        width: auto;
    }
    #footer {
        padding: 12vw 0 80px;
    }
    #footer .flex {
        display: block;
        margin-bottom: 30px;
    }
    #footer .flex .right {
        width: auto;
    }
    #footer .flex .right .info {
        padding-left: 10%;
    }
    #footer .flex .right .info dl {
        display: block;
    }
    #footer .flex .right .info dl dt,
    #footer .flex .right .info dl dd {
        width: auto;
    }
    #footer .flex .right .info dl+dl {
        margin-top: 20px;
    }
    #footer .flex .right .btn1 {
        margin: 20px 2% 0;
    }
    #footer .flex .left {
        padding: 0;
        margin-bottom: 8vw;
    }
    #footer .flex .left .logo {
        margin: 0 27% 8vw;
    }
    #footer .group address {
        margin: 20px 0 0;
        font-weight: bold;
    }

    .btn_line {
       padding: 0 2%;
       margin: 4% auto;
    }
}


/* CSS for IE */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

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

.bg_parallax {
    position: relative;
    padding-top: 80%;
    z-index: 0;
}

.img_parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.img_parallax img {
    width: 100% !important;
    height: 100vh !important;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .img_parallax img {
        height: auto;
        object-fit: unset;
        top: 50%;
        transform: translateY(-50%) !important;
    }
}

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


/*====================== ft_fixed ====================== */

#ft_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    color: #000;
}


/* iPhone X */

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    /* .has_nav1 footer:after {
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 99999;
        background-color: #fff;
    }
    #ft_fixed {
        padding-bottom: 36px;
    } */
}


/* iPhone XR */

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    /* .has_nav1 footer:after {
        background: #fff;
        content: '';
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 36px;
        z-index: 9999;
    }
    #ft_fixed {
        padding-bottom: 36px;
    } */
}

@media only screen and (min-width: 768px) {
    .has_nav1 footer:after {
        display: none;
    }
}

.navOpen #ft_fixed {
    z-index: 0;
}

.has_nav1 #ft_fixed {
    opacity: 1;
    visibility: visible;
}

.ft_fixed_shared {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row;
    text-align: center;
    width: 100%;
    justify-content: space-between;
    z-index: 100;
}

.ft_fixed_shared li:first-child {
    /*width: calc(100% /2 - 0.5px);*/
    width: 15%;
    box-sizing: border-box;
    background-color: #000;
    text-align: center;
    padding: 2%;
}

.ft_fixed_shared li:last-child {
    /*width: calc(100% /2 - 0.5px);*/
    width: 85%;
    box-sizing: border-box;
    background-color: #12be19;
    text-align: center;
}

.ft_fixed_shared li a {
    display: block;
}

.ft_fixed_shared li img {
    height: 30px;
    width: auto;
}

.hamburger-box .on {
    opacity: 0!important;
    position: absolute;
    top: 0;
}

.navOpen .hamburger .hamburger-box .on {
    opacity: 1!important;
}

#sp_fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:0;
    width: 96%;
    padding: 3% 2%;
    position: fixed;
    z-index: 100;
    background: #ffffffe6;
}
#sp_fixed li:first-child {
    width: 18%;
    margin-right: 0.5rem;
}

#sp_fixed li:nth-child(2) {
    width: 18%;
    margin-right: 0.5rem;
}

#sp_fixed li:last-child {
    width: 86%;
    margin-left: 2%;
}