@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* reset */
/* ---------------------------------------------------- */
/* 最上位要素のhtmlに対してborder-boxを指定 */
html {
    box-sizing: border-box;
}

/* 全ての要素のbox-sizingがinheritとなるように指定 */
*,
*:before,
*:after {
    box-sizing: inherit;
}

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.7;
    font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    background-color: #FFF;
    overflow: hidden;
}

@media (min-width: 768px) {
    body {
        min-width: 1200px;
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    body {
        min-width: 320px;
        font-size: 1.3rem;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* wrap */
/* ---------------------------------------------------- */
#wrap {
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* areaContents */
/* --------------------------------------------------------------------------- */
@media (min-width: 768px) {
    #areaContents {
        position: relative;
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    #areaContents {
        position: relative;
        padding-top: 55px;
        padding-bottom: 50px;
    }
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */

@media (min-width: 768px) {
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 80px;
        background-color: #F1F1F1;
        z-index: 100;
    }

    .page_home header {
        background-color: #FFF;
    }

    header .header_inner {
        position: relative;
        width: 100%;
        height: 100%;
        min-width: 1200px;
    }

    header .site_ttl {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
        width: 228px;
    }

    header .site_ttl a {
        display: block;
    }

    header .btn_toggle_menu {
        display: none !important;
    }

    header .toggle_wrap {
        display: block !important;
    }

    header .h_nav_1 {
        position: absolute;
        right: 200px;
        bottom: 0;
    }

    header .h_nav_1 a.link_none {
        opacity: 0.5;
    }

    header .h_nav_1 .main-menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .h_nav_1 .main-menu>li {
        position: relative;
    }

    header .h_nav_1 .main-menu>li+li {
        margin-left: 22px;
    }

    header .h_nav_1 .main-menu>li>a {
        position: relative;
        display: block;
        margin-bottom: 10px;
        height: 25px;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1;
        border-bottom: 2px solid transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    header .h_nav_1 .main-menu>li>a:hover {
        border-color: #000;
    }

    header .h_nav_1 .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px 20px;
        min-width: 100%;
        transform: translateY(100%);
        background-color: rgba(0, 0, 0, 0.7);
    }

    header .h_nav_1 .sub-menu>li+li {
        border-top: 2px solid #FFF;
    }

    header .h_nav_1 .sub-menu>li>a {
        display: block;
        color: #FFF;
        padding: 10px 0;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4;
        text-decoration: none;
        white-space: nowrap;
    }

    header .h_nav_1 .sub-menu>li>a:hover {
        color: #FFEF24;
    }

    header .h_nav_2 {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

    header .h_nav_2>ul {
        display: flex;
        height: 100%;
    }

    header .h_nav_2>ul>li {
        height: 100%;
    }

    header .h_nav_2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        height: 100%;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
    }

    header .h_nav_2 a:hover {
        color: #FFF !important;
        background-color: #000 !important;
    }

    header .h_nav_2 a span::before {
        content: "";
        display: block;
        height: 24px;
        background-size: 22px auto;
        background-position: center top;
        background-repeat: no-repeat;
        transition: 0.3s ease-in-out;
    }

    header .h_nav_2 .contact a:hover span::before {
        filter: invert(100%);
    }

    header .h_nav_2 .mh a {
        color: #FFF;
        background-color: #6E6E6E;
    }

    header .h_nav_2 .mh a span::before {
        filter: invert(100%);
        background-image: url(../img/ico/mh_1.svg);
    }


    header .h_nav_2 .contact a {
        background-color: #FFEF24;
    }

    header .h_nav_2 .contact a span::before {
        background-image: url(../img/ico/house1.svg);
        background-size: 19px;
        background-position: center top 2px;
    }

    header .h_nav_3 {
        display: none;
    }

}

@media (max-width: 767px) {
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 55px;
        background-color: #F1F1F1;
        z-index: 100;
    }

    .page_home header {
        background-color: #FFF;
    }

    header .header_inner {
        position: relative;
        width: 100%;
        height: 100%;
        min-width: auto;
    }

    header .site_ttl {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 168px;
    }

    header .site_ttl a {
        display: block;
    }

    header .btn_toggle_menu {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 55px;
        height: 55px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
        z-index: 110;
    }

    header .btn_toggle_menu div {
        position: relative;
        width: 18px;
        height: 20px;
    }

    header .btn_toggle_menu div>span span,
    header .btn_toggle_menu div>span:before,
    header .btn_toggle_menu div>span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        transform-origin: center center;
        transition: 0.3s ease-in-out;
    }

    header .btn_toggle_menu div>span span {
        transform: translateY(-1px);
    }

    header .btn_toggle_menu div>span:before {
        transform: translateY(-8px);
    }

    header .btn_toggle_menu div>span:after {
        transform: translateY(6px);
    }

    header .btn_toggle_menu.is_show div>span span,
    header .btn_toggle_menu.is_show div>span:before,
    header .btn_toggle_menu.is_show div>span:after {
        width: 100% !important;
    }

    header .btn_toggle_menu.is_show div>span span {
        opacity: 0;
    }

    header .btn_toggle_menu.is_show div>span:before {
        transform: translateY(-50%) rotate(-45deg);
    }

    header .btn_toggle_menu.is_show div>span:after {
        bottom: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    header .toggle_wrap {
        display: none;
        position: fixed;
        left: 0;
        top: 55px;
        width: 100%;
        height: calc(100% - 55px);
        color: #FFF;
        background-color: #F1F1F1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 100;
    }

    header .toggle_wrap .toggle_inner {
        padding: 20px 0 60px;
        margin: 0 auto;
        width: auto;
        height: 100%;
    }

    header .h_nav_1 a.link_none {
        opacity: 0.5;
    }

    header .h_nav_1 .main-menu>li {
        position: relative;
        border-bottom: 1px solid #000;
    }

    header .h_nav_1 .main-menu>li>a {
        position: relative;
        display: block;
        padding: 15px 30px;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    header .h_nav_1 .main-menu>li.menu-item-has-children>a::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        right: 20px;
        top: 22px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: translateY(-50%) rotate(45deg);
        transition: 0.3s ease;
    }

    header .h_nav_1 .main-menu>li.menu-item-has-children.is_children_show>a::after {
        width: 15px;
        height: 1px;
        border-bottom: 2px solid #000;
        border-right: 2px solid transparent;
        transform: translateY(-50%) rotate(0deg);
    }

    header .h_nav_1 .sub-menu {
        display: none;
    }

    header .h_nav_1 .sub-menu>li {
        border-top: 1px solid #000;
    }

    header .h_nav_1 .sub-menu>li>a {
        display: block;
        padding: 15px 30px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    header .h_nav_1 .sub-menu>li>a::before {
        content: "-";
        margin-right: 5px;
    }

    header .h_nav_2 {
        display: none;
        padding: 20px 20px 0;
    }

    header .h_nav_2>ul {
        display: flex;
        height: 100%;
    }

    header .h_nav_2>ul>li {
        width: 50%;
        height: 100%;
    }

    header .h_nav_2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 90px;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
    }

    header .h_nav_2 a span::before {
        content: "";
        display: block;
        height: 24px;
        background-size: 22px auto;
        background-position: center top;
        background-repeat: no-repeat;
        transition: 0.3s ease-in-out;
    }

    header .h_nav_2 .mh a {
        color: #FFF;
        background-color: #6E6E6E;
    }

    header .h_nav_2 .mh a span::before {
        filter: invert(100%);
        background-image: url(../img/ico/mh_1.svg);
    }


    header .h_nav_2 .contact a {
        background-color: #FFEF24;
    }

    header .h_nav_2 .contact a span::before {
        background-image: url(../img/ico/mail_1.svg);
    }

    header .h_nav_3 {
        margin:30px auto 0;
        display: table;
    }

    header .h_nav_3>ul>li {
        color: #000;
        font-size: 1.3rem;
    }

    header .h_nav_3>ul>li::before {
        content: ">";
        margin-right: 0.5em;
    }
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F1F1F1;
}

footer .footer_inner {
    position: relative;
    margin: 0 auto;
    width: 1024px;
}

footer .nav_f_1 {
    margin-bottom: 45px;
}

footer .nav_f_1 a {
    display: table;
    font-size: 1.3rem;
}

footer .nav_f_1 a.link_none {
    opacity: 0.5;
}

footer .nav_f_1>ul {
    display: flex;
    border-left: 1px solid #6E6E6E;
}

footer .nav_f_1>ul>li {
    flex: auto;
    width: auto;
    padding: 0 20px;
    border-right: 1px solid #6E6E6E;
}

footer .nav_f_1>ul>li {
    flex: auto;
    width: auto;
}

footer .nav_f_1>ul>li>a {
    font-weight: 500;
}

footer .nav_f_1>ul>li>*+* {
    margin-top: 5px;
}

footer .nav_f_1>ul>li>ul>li {
    position: relative;
    padding-left: 1.1em;
}

footer .nav_f_1>ul>li>ul>li+li {
    margin-top: 5px;
}

footer .nav_f_1>ul>li>ul>li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
}

footer .nav_f_2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .nav_f_2>ul>li+li {
    margin-top: 20px;
}

footer .nav_f_2 a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    line-height: 1;
    font-weight: 500;
    background-color: #FFF;
    border: 1px solid #000;
}

footer .nav_f_2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

footer .nav_f_2 a span {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}


footer .nav_f_2 a span::before {
    content: "";
    display: block;
    margin-right: 5px;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

footer .nav_f_2 .mail a {
    font-size: 1.5rem;
}

footer .nav_f_2 .mail a span::before {
    background-image: url(../img/ico/mail_1.svg);
}

footer .nav_f_2 .tel a {
    font-size: 2.0rem;
}

footer .nav_f_2 .tel a::after {
    display: none;
}

footer .nav_f_2 .tel a span::before {
    background-image: url(../img/ico/tel_1.svg);
}

footer .nav_f_2 .time {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

footer .overview .logo {
    display: block;
    margin-bottom: 20px;
    width: 290px;
}

footer .overview .comname {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 500;
}

footer .overview .address {
    font-size: 1.4rem;
}

footer .overview .btn_map {
    display: none;
}

footer .nav_f_3 {
    position: absolute;
    right: 325px;
    bottom: 0;
}

footer .nav_f_3>ul {
    display: flex;
    justify-content: center;
}

footer .nav_f_3>ul>li+li {
    margin-left: 20px;
}

footer .nav_f_3 a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

footer .nav_f_3 .fb a {
    background-image: url(../img/ico/sns_fb_1.svg);
}

footer .nav_f_3 .in a {
    background-image: url(../img/ico/sns_in_1.svg);
}

footer .nav_f_3 .li a {
    background-image: url(../img/ico/sns_li_1.svg);
}

footer .nav_f_3 .yt a {
    background-image: url(../img/ico/sns_yt_1.webp);
}

footer .copyright {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 500;
}

footer .nav_cv_1 {
    display: none;
}

@media (min-width: 768px) {
    footer .nav_f_1 a:hover {
        text-decoration: underline;
    }

    footer .nav_f_2 a:hover {
        background-color: #000;
    }

    footer .nav_f_2 a:hover::after {
        border-color: #FFF;
    }

    footer .nav_f_2 a:hover span {
        filter: invert(100%);
    }

}

@media (max-width: 767px) {
    footer {
        padding-bottom: 60px;
    }

    footer .footer_inner {
        width: calc(100% - 40px);
    }

    footer .nav_f_1 {
        display: none;
    }

    footer .nav_f_2 {
        position: static;
        margin-bottom: 30px;
    }

    footer .nav_f_2>ul>li+li {
        margin-top: 15px;
    }

    footer .nav_f_2 a {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    footer .overview .logo {
        display: none;
    }

    footer .overview {
        margin-bottom: 30px;
        text-align: center;
    }

    footer .overview .btn_map {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto 0;
        width: 70px;
        height: 30px;
        color: #FFF;
        font-size: 1.6rem;
        line-height: 1;
        background-color: #000;
        border-radius: 4px;
    }

    footer .overview .btn_map::before {
        content: "";
        display: block;
        margin-right: 4px;
        width: 15px;
        height: 15px;
        background-image: url(../img/ico/map_1.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }


    footer .nav_f_3 {
        position: static;
    }

    footer .copyright {
        margin-top: 30px;
        text-align: center;
    }

    footer .nav_cv_1 {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

    footer .nav_cv_1>ul {
        display: flex;
    }

    footer .nav_cv_1 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.4;
        text-align: center;
    }

    footer .nav_cv_1 a::before {
        content: "";
        display: block;
        width: 26px;
        height: 50px;
        background-size: 26px auto;
        background-position: center;
        background-repeat: no-repeat;
        transition: 0.3s ease-in-out;
    }


    footer .nav_cv_1 span {
        margin-left: 5px;
    }


    footer .nav_cv_1 .tel {
        width: 50px;
    }

    footer .nav_cv_1 .tel a {
        color: #FFF;
        background-color: #000;
    }

    footer .nav_cv_1 .tel a::before {
        filter: invert(100%);
        background-image: url(../img/ico/tel_1.svg);
    }

    footer .nav_cv_1 .mh {
        width: calc(50% - 25px);
    }

    footer .nav_cv_1 .mh a {
        color: #FFF;
        background-color: #6E6E6E;
    }

    footer .nav_cv_1 .mh a::before {
        filter: invert(100%);
        background-image: url(../img/ico/mh_1.svg);
    }

    footer .nav_cv_1 .contact {
        width: calc(50% - 25px);
    }

    footer .nav_cv_1 .contact a {
        background-color: #FFEF24;
    }

    footer .nav_cv_1 .contact a::before {
        background-image: url(../img/ico/house1.svg);
        background-size: 22px;
    }

    footer .nav_cv_1 .contact.type2 {
        width: calc(100% - 50px);
    }

}


/* aaa */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
