@charset "utf-8";

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

/* ---------------------------------------------------- */
/* 変数 */
/* ---------------------------------------------------- */
:root {
    --co_1: #000;
    --co_2: #fff;
    --co_3: #e5e5e5;
    --co_4: #d4d4d4;
    --co_5: #005d38;
    --co_6: #c3ebeb;
    --co_7: #376e8c;
    --co_8: #bebebe;
    --co_9: #ff0000;
}

/* ---------------------------------------------------- */
/* 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: var(--co_1);
    line-height: 1.5;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    background-color: var(--co_2);
    overflow: hidden;
}

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

@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;
}

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

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .contents_wrap {
        padding-top: 130px;
    }
}

@media (max-width: 767px) {
    .contents_wrap {
        padding-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* .header_1 */
/* ---------------------------------------------------- */
.header_1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.3s ease-in-out;
    z-index: 100;
}

.is_page_scr .header_1 {
    top: -130px;
}

.is_page_scr.is_page_scr_up .header_1 {
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
}

.is_megamenu_show .header_1 {
    top: 0 !important;
}

.header_1 .header_inner {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100%;
}
.header_1 .btn_toggle_megamenu {
    position: absolute;
    right: 40px;
    top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
}

.header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 45px;
    height: 45px;
}

.header_1 .btn_toggle_megamenu div > span span,
.header_1 .btn_toggle_megamenu div > span:before,
.header_1 .btn_toggle_megamenu div > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--co_1);
    transform-origin: center center;
    transition: 0.3s ease-in-out;
    transform-origin: center;
}

.header_1 .btn_toggle_megamenu div > span span {
    transform: translateY(-1px);
}

.header_1 .btn_toggle_megamenu div > span:before {
    transform: translateY(-14px);
}

.header_1 .btn_toggle_megamenu div > span:after {
    width: 60%;
    transform: translateY(12px);
}

.header_1 .btn_toggle_megamenu.is_show div > span span,
.header_1 .btn_toggle_megamenu.is_show div > span:before,
.header_1 .btn_toggle_megamenu.is_show div > span:after {
    width: 100% !important;
    background-color: var(--co_1);
}
.header_1 .btn_toggle_megamenu.is_show div > span span {
    transform: scaleX(0.5);
    opacity: 0;
}
.header_1 .btn_toggle_megamenu.is_show div > span:before {
    transform: translateY(-50%) rotate(-45deg);
}

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

.header_1 .toggle_megamenu_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: var(--co_4);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

.header_1 .toggle_megamenu_wrap .toggle_inner {
    padding-top: 150px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 1100px;
}

.header_1 .logo_1 {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s ease-in-out;
}
.header_1 .logo_1 a {
    display: flex;
    height: 130px;
}
.header_1 .logo_1 > a > figure:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    width: 190px;
    background-color: var(--co_2);
    transition: 0.3s ease-in-out;
}
.is_page_scr .header_1 .logo_1 > a > figure:nth-of-type(1) {
    background-color: transparent;
}

.header_1 .logo_1 > a > figure:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 300px;
}

.header_1 .logo_2 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.header_1 .logo_2 a {
    display: flex;
    height: 130px;
}
.header_1 .logo_2 > a > figure:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    width: 190px;
    background-color: var(--co_2);
}

.header_1 .logo_2 > a > figure:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 300px;
    background-color: var(--co_4);
}

.header_1 .nav_1 {
    position: absolute;
    right: 130px;
    top: 50px;
    transition: 0.3s ease-in-out;
}
.header_1 .nav_1 > ul {
    display: flex;
}
.header_1 .nav_1 > ul > li + li {
    margin-left: 30px;
}
.header_1 .nav_1 a {
    position: relative;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
.header_1 .nav_1 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--co_1);
    transform: scaleX(0);
    transition: 0.3s ease-in-out;
    transform-origin: center;
}

.header_1 .nav_2 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -45px;
    margin-bottom: -30px;
}
.header_1 .nav_2 > ul > li {
    margin-right: 45px;
    margin-bottom: 30px;
    width: calc(100% / 4 - 45px);
}
.header_1 .nav_2 > ul > li > a {
    display: block;
    position: relative;
    padding-bottom: 15px;
}
.header_1 .nav_2 > ul > li > a::before,
.header_1 .nav_2 > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background-color: var(--co_1);
    transition: 0.3s ease-in-out;
    transform-origin: center;
}
.header_1 .nav_2 > ul > li > a::before {
    bottom: 0;
    height: 2px;
}
.header_1 .nav_2 > ul > li > a::after {
    bottom: -1px;
    height: 4px;
    transform: scaleX(0);
}

.header_1 .nav_2 > ul > li > a > .en {
    display: block;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.header_1 .nav_2 > ul > li > a > .ja {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
}
.header_1 .nav_2 > ul > li > ul {
    margin-top: 15px;
}
.header_1 .nav_2 > ul > li > ul > li {
    margin-top: 5px;
}
.header_1 .nav_2 > ul > li > ul > li > a {
    position: relative;
    padding-bottom: 5px;
    font-size: 1.4rem;
}
.header_1 .nav_2 > ul > li > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--co_1);
    transform: scaleX(0);
    transition: 0.3s ease-in-out;
    transform-origin: center;
}

.header_1 .nav_3 {
    margin-left: auto;
    margin-right: 0;
    margin-top: -210px;
    margin-bottom: 70px;
    width: max-content;
}
.header_1 .nav_3 > ul > li + li {
    margin-top: 30px;
}

.header_1 .nav_4 > ul {
    display: flex;
    justify-content: center;
}
.header_1 .nav_4 > ul > li + li {
    margin-left: 30px;
}
.header_1 .nav_4 a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--co_1);
    font-size: 1.4rem;
    font-weight: 700;
}
.header_1 .nav_4 a::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/ico/blank_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header_1 .tel_1 {
    display: block;
    font-size: 2.9rem;
    line-height: 1;
}

.header_1 .time_1 {
    font-size: 1.3rem;
}

.header_1 .clms_wrap_1 {
    display: flex;
    margin-bottom: 50px;
}
.header_1 .clms_wrap_1 > .clm_wrap {
    display: flex;
    align-items: center;
}
.header_1 .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: 140px;
}
.header_1 .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: auto;
    margin-left: 20px;
    padding-left: 20px;
    width: auto;
    border-left: 2px solid var(--co_1);
}

.header_1 .clms_wrap_1 > .clm_wrap:nth-of-type(3) {
    flex: none;
    margin-left: 20px;
    width: 160px;
}

.header_1 .clms_wrap_1 > .clm_wrap:nth-of-type(4) {
    flex: none;
    margin-left: 20px;
    width: 315px;
}

.header_1 .copyright_1 {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) and (max-width: 1380px) {
    .header_1 .nav_1 > ul > li + li {
        margin-left: 20px;
    }
    .header_1 .nav_1 a {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    .header_1 .copyright_1 {
        right: 20px;
    }
}

@media (min-width: 768px) {
    .header_1 .btn_toggle_megamenu:hover div > span:after {
        width: 100%;
    }
    .header_1 .nav_1 a:hover::after {
        transform: scaleX(1);
    }
    .header_1 .nav_2 > ul > li > a:hover::after {
        transform: scaleX(1);
    }
    .header_1 .nav_2 > ul > li > ul > li > a:hover::after {
        transform: scaleX(1);
    }
    .header_1 .nav_4 a:hover {
        opacity: 0.6;
    }
}

@media (max-width: 767px) {
    .header_1 {
        height: 50px;
    }

    .header_1 .header_inner {
        min-width: auto;
    }
    .header_1 .btn_toggle_megamenu {
        right: 15px;
        top: 10px;
        width: 30px;
        height: 30px;
    }

    .header_1 .btn_toggle_megamenu div {
        width: 30px;
        height: 30px;
    }
    .header_1 .btn_toggle_megamenu div > span:before {
        transform: translateY(-10px);
    }

    .header_1 .btn_toggle_megamenu div > span:after {
        transform: translateY(8px);
    }
    .header_1 .toggle_megamenu_wrap {
        min-width: auto;
    }

    .header_1 .toggle_megamenu_wrap .toggle_inner {
        padding-top: 75px;
        padding-bottom: 80px;
        width: 270px;
    }
    .header_1 .logo_1 a {
        display: flex;
        height: 50px;
    }
    .header_1 .logo_1 > a > figure:nth-of-type(1) {
        padding: 0 6px;
        width: 75px;
    }

    .header_1 .logo_1 > a > figure:nth-of-type(2) {
        padding: 0 8px;
        width: 110px;
    }

    .header_1 .logo_2 a {
        height: 50px;
    }
    .header_1 .logo_2 > a > figure:nth-of-type(1) {
        padding: 0 6px;
        width: 75px;
    }

    .header_1 .logo_2 > a > figure:nth-of-type(2) {
        padding: 0 8px;
        width: 110px;
    }

    .header_1 .nav_1 {
        display: none;
    }
    .header_1 .nav_2 > ul {
        margin-right: 0;
        margin-bottom: -25px;
    }
    .header_1 .nav_2 > ul > li {
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .header_1 .nav_2 > ul > li > a {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-bottom: 10px;
    }

    .header_1 .nav_2 > ul > li > a > .en {
        font-size: 2.2rem;
        line-height: 1;
    }

    .header_1 .nav_2 > ul > li > a > .ja {
        font-size: 1.3rem;
    }
    .header_1 .nav_2 > ul > li > ul {
        display: none;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-right: -10px;
    }
    .header_1 .nav_2 > ul > li:nth-child(4) > ul {
        display: flex;
    }
    .header_1 .nav_2 > ul > li > ul > li {
        margin-top: 5px;
        margin-right: 10px;
        width: calc(100% / 2 - 10px);
    }
    .header_1 .nav_2 > ul > li > ul > li > a {
        font-size: 1.1rem;
    }

    .header_1 .nav_3 {
        display: none;
    }
    .header_1 .nav_4 {
        display: none;
    }
    .header_1 .clms_wrap_1 {
        display: none;
    }
    .header_1 .copyright_1 {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* .footer_1 */
/* ---------------------------------------------------- */
.footer_1 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 110px;
    height: 580px;
    background-color: var(--co_3);
}

.footer_1 .footer_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    height: 100%;
}

.footer_1 .logo_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 206px;
}
.footer_1 .tel_1 {
    display: block;
    font-size: 2.9rem;
    line-height: 1;
}

.footer_1 .time_1 {
    font-size: 1.3rem;
}

.footer_1 .clms_wrap_1 {
    position: absolute;
    left: 0;
    bottom: 90px;
    display: flex;
    width: 100%;
}
.footer_1 .clms_wrap_1 > .clm_wrap {
    display: flex;
    align-items: center;
}
.footer_1 .clms_wrap_1 > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: 140px;
}
.footer_1 .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
    flex: auto;
    margin-left: 20px;
    padding-left: 20px;
    width: auto;
    border-left: 2px solid var(--co_1);
}

.footer_1 .clms_wrap_1 > .clm_wrap:nth-of-type(3) {
    flex: none;
    margin-left: 20px;
    width: 160px;
}

.footer_1 .clms_wrap_1 > .clm_wrap:nth-of-type(4) {
    flex: none;
    margin-left: 20px;
    width: 315px;
}

.footer_1 .nav_1 {
    position: absolute;
    right: 0;
    top: 30px;
}
.footer_1 .nav_1 > ul {
    display: flex;
}
.footer_1 .nav_1 > ul > li + li {
    margin-left: 30px;
}
.footer_1 .nav_1 a {
    position: relative;
    padding: 10px 0;
    font-size: 1.4rem;
}

.footer_1 .nav_2 {
    position: absolute;
    right: 100px;
    top: 90px;
}
.footer_1 .nav_2 > ul {
    display: flex;
}
.footer_1 .nav_2 > ul > li + li {
    margin-left: 30px;
}

.footer_1 .nav_3 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer_1 .nav_3 > ul {
    display: flex;
}
.footer_1 .nav_3 > ul > li + li {
    margin-left: 30px;
}
.footer_1 .nav_3 a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--co_1);
    font-size: 1.4rem;
    font-weight: 700;
}
.footer_1 .nav_3 a::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../img/ico/blank_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_1 .nav_4 {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    min-width: 720px;
    height: 80px;
    background-color: var(--co_1);
    transform: translateY(100%);
    transition: 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
}

.is_page_scr .footer_1 .nav_4 {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
}

.is_footer_scr .footer_1 .nav_4 {
    position: absolute;
    top: -80px;
    bottom: auto;
}

.footer_1 .nav_4 > ul {
    display: flex;
    height: 100%;
}
.footer_1 .nav_4 > ul > li {
    position: relative;
    width: calc(100% / 2);
    height: 100%;
}

.footer_1 .nav_4 > ul > li:nth-child(1) {
    display: none;
}
.footer_1 .nav_4 > ul > li:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: var(--co_2);
}

.footer_1 .nav_4 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--co_2);
    font-size: 2rem;
}
.footer_1 .nav_4 > ul > li:nth-child(3) a {
    letter-spacing: 1em;
}

.footer_1 .copyright_1 {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.2rem;
}

.footer_1 .btn_pagetop_1 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 70px;
    height: 70px;
    background-color: var(--co_2);
    z-index: 11;
}

.footer_1 .btn_pagetop_1::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--co_1);
    border-right: 2px solid var(--co_1);
    transform: translate(-50%, -4px) rotate(-45deg);
    transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .footer_1 .nav_1 a:hover {
        opacity: 0.6;
    }
    .footer_1 .nav_3 a:hover {
        opacity: 0.6;
    }
    .footer_1 .nav_4 a:hover {
        opacity: 0.6;
    }
    .footer_1 .btn_pagetop_1:hover {
        background-color: var(--co_4);
    }
}

@media (max-width: 767px) {
    .footer_1 {
        padding-top: 20px;
        padding-bottom: 80px;
        height: auto;
    }

    .footer_1 .footer_inner {
        width: calc(100% - 60px);
        height: auto;
    }

    .footer_1 .logo_1 {
        position: static;
        margin: 0 auto 20px;
        width: 160px;
    }
    .footer_1 .logo_2 {
        margin: 0 auto 20px;
        width: 250px;
    }
    .footer_1 .outline_1 {
        font-size: 1.1rem;
        text-align: center;
    }

    .footer_1 .tel_1 {
        font-size: 2.1rem;
        text-align: center;
    }

    .footer_1 .time_1 {
        font-size: 1.2rem;
        text-align: center;
    }

    .footer_1 .img_1 {
        margin: 0 auto;
        width: 170px;
    }

    .footer_1 .clms_wrap_1 {
        position: static;
        display: block;
        margin-bottom: 25px;
    }
    .footer_1 .clms_wrap_1 > .clm_wrap {
        display: block;
    }
    .footer_1 .clms_wrap_1 > .clm_wrap {
        width: auto !important;
    }
    .footer_1 .clms_wrap_1 > .clm_wrap:nth-of-type(2) {
        margin-left: 0;
        margin-top: 20px;
        padding-left: 0;
        border-left: none;
    }

    .footer_1 .clms_wrap_1 > .clm_wrap:nth-of-type(3) {
        margin-left: 0;
        margin-top: 20px;
        width: auto;
    }

    .footer_1 .clms_wrap_1 > .clm_wrap:nth-of-type(4) {
        margin-left: 0;
        margin-top: 20px;
        width: auto;
    }

    .footer_1 .nav_1 {
        display: none;
    }

    .footer_1 .nav_2 {
        display: none;
    }
    .footer_1 .nav_3 {
        position: static;
        margin: 0 auto 40px;
        width: max-content;
        max-width: 100%;
    }
    .footer_1 .nav_3 > ul {
        display: block;
    }
    .footer_1 .nav_3 > ul > li + li {
        margin-left: 0;
        margin-top: 10px;
    }
    .footer_1 .nav_3 a {
        font-size: 1.1rem;
    }

    .footer_1 .nav_4 {
        position: fixed !important;
        top: auto !important;
        bottom: 0 !important;
        width: 100%;
        min-width: auto;
        height: 50px;
        z-index: 110;
    }

    .is_megamenu_show .footer_1 .nav_4 {
        top: 0;
    }
    .footer_1 .nav_4 > ul {
        display: flex;
        height: 100%;
        padding: 5px;
    }
    .footer_1 .nav_4 > ul > li {
        position: relative;
        height: 100%;
    }

    .footer_1 .nav_4 > ul > li:nth-child(1) {
        flex: none;
        display: block;
        width: 40px;
    }
    .footer_1 .nav_4 > ul > li:nth-child(2),
    .footer_1 .nav_4 > ul > li:nth-child(3) {
        flex: auto;
        margin-left: 5px;
        width: calc(100% - 50px / 2);
    }
    .footer_1 .nav_4 > ul > li:nth-child(3)::before {
        display: none;
    }
    .footer_1 .nav_4 a {
        color: var(--co_1);
        font-size: 1.2rem;
        text-align: center;
        background-color: var(--co_8);
    }

    .footer_1 .nav_4 > ul > li:nth-child(1) a {
        width: 100%;
        background-image: url(../img/ico/tel_1.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-color: var(--co_2);
    }
    .footer_1 .nav_4 > ul > li:nth-child(3) a {
        letter-spacing: 0em;
    }

    .footer_1 .copyright_1 {
        position: static;
        font-size: 1.1rem;
        text-align: center;
    }

    .footer_1 .btn_pagetop_1 {
        right: 10px;
        bottom: 60px;
        width: 50px;
        height: 50px;
    }

    .footer_1 .btn_pagetop_1::before {
        width: 16px;
        height: 16px;
    }
}
