@charset "UTF-8";
/* 共通 */

html {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.0;
}

body {
    margin: 0;
    padding-top: 140px !important;
}

html:has(.open) {
    overflow: hidden;
}

body.home {
    padding-top: 0 !important;
}

.hamburger {
    display: none;
}

.scroll {
    display: none;
}


.wrap {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}

.section-ttl {
    margin-bottom: 60px;
}

.section-ttl .section-ttl-en {
    font-family: 'Arial', 'Roboto', sans-serif;
    font-size: 24px;
    letter-spacing: 0.2em;
    text-align: center;
    position: relative;
    padding-left: 70px;
}

.section-ttl .section-ttl-en::before {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: white;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    /* transform: rotate(45deg); */
}

.section-ttl.back-white .section-ttl-en::before {
    background-color: #383A53;
}

.section-ttl.back-white .section-ttl-ja {
    background-color: #383A53;
    color: #FFF;
}


.section-ttl .section-ttl-ja {
    font-size: 30px;
    letter-spacing: 0.1em;
    display: inline-block;
    background-color: #FFF;
    padding: 0 10px;
    color: #383A53;
    font-weight: 700;
    margin-top: 4px;
}


p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

ul,
ol {
    padding: 0;
}

li {
    list-style: none;
}

.flex {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.pc-br {
    display: block;
}

.sp-br {
    display: none;
}

@media only screen and (max-width: 1024px) {
    body {
        padding-top: 60px !important;
    }

}

@media only screen and (max-width: 767px) {
    .section-ttl .section-ttl-ja {
        font-size: 22px;
    }

    .section-ttl .section-ttl-en {
        font-size: 18px;
        padding-left: 60px;
    }
}

@media screen and (max-width: 575px) {
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .section-ttl {
        margin-bottom: 32px;
    }


}

/* header */

header {
    width: 100%;
    background: rgba(56, 58, 83, 1);
    padding: 20px 0px;
    position: fixed;
    top: 0;
    z-index: 100;
}

.home header {
    background: rgba(56, 58, 83, .8);
}

header img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.header_wrap {
    width: 95%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.header_wrap .sp {
    display: none;
}

.headerscroll .header_wrap .sp {
    display: block;
}

.header_inner {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.header-logo-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo {
    max-width: 200px;
    min-width: 100px;
}

.logo img {
    width: 100%;
}

.header-instagram {
    width: 28px;
    height: 28px;
}

.header-instagram a {
    display: block;
}

.header-instagram svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    display: block;
}

.contact-sp {
    display: none;
}

ul {
    padding: 0px;
}


.main_nav {
    display: flex;
    margin-bottom: 0;
}

.main_nav>li {
    list-style: none;
}

.main_nav>li>ul>li {
    list-style: none;
    margin-left: 20px;
}

.main_nav>li>ul>li>a {
    color: white;
    text-decoration: none;
}

.hamburger_menu_pc {
    display: flex;
    margin-bottom: 0;
}

.hamburger_only {
    display: none;
}

/* header scroll */
.headerscroll {
    background-color: transparent;
    box-shadow: none;
    transition: color 0.4s ease-out;
    padding: 0;
    position: fixed;
    z-index: 9;
}

.headerscroll .header-logo-wrap {
    display: none;
}

.open .header-logo-wrap {
    display: none;
}

.headerscroll .hamburger {
    display: block;
    height: auto;
}

.open .hamburger {
    display: block;
}

.headerscroll .hamburger .menu,
.open .hamburger .menu {
    width: 3%;
    min-width: 50px;
    aspect-ratio: 1 / 1;
    background: #383A53;
    position: fixed;
    top: 6%;
    right: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}

.headerscroll .menu img,
.open .menu img {
    width: 50%;
    display: block;

}

.headerscroll .menu img.menu_open {
    display: block;
}

.headerscroll .menu img.menu_close {
    display: none;
}

.headerscroll .main_nav {
    display: none;
}

/* header open */
.open {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 12;
    padding-top: 0px;
}

.open .header_wrap {
    width: 100%;
}

.open .header_wrap .header_inner {
    width: 50%;
    height: 100vh;
    background: #494b63;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

.open .main_nav {
    display: flex;
}

.open .main_nav>li {
    margin-left: 40px;
}

.open .main_nav>li:first-child {
    margin-left: 0;
}

.open .main_nav>li>ul>li>a {
    color: white;
    font-size: 0.8em;
    text-decoration: none;
}

.open .hamburger_menu_pc {
    display: block;
}

.open .hamburger_only {
    display: block;
}

.open .hamburger_only.instagram {
    width: 28px;
    height: 28px;
    margin-top: 20px;
}

.open .hamburger_only.instagram a {
    display: block;
}

.open .hamburger_only.instagram svg {
    fill: #fff;
}

.open .hamburger .menu {
    background: transparent;
    width: 4%;
    top: 6%;
    right: 3%;
}

.open .hamburger .menu img.menu_open {
    display: none;
}

.open .hamburger .menu img.menu_close {
    display: block;
}

.main_nav {
    display: block;
}

.main_nav_list {
    display: flex;
    justify-content: end;
    margin: 0;
    padding: 0;
    gap: 16px;
}

.main_nav_list li a {
    color: #FFF;
}

.open .main_nav {
    flex-direction: column;
    gap: 16px;
}

.open .main_nav_list {
    flex-direction: column;
}

/* fv */

.fv-section {
    height: 100vh;
    background-image: url(../images/top_fv.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv-ttl {
    font-size: 32px;
    letter-spacing: 0.1em;
    text-align: left;
    /* text-shadow: 0 0 12px #666; */
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.fv-ttl span {
    background-color: #383A53;
    color: #FFF;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 4px;
}

.fv-ttl .sp-show {
    display: none;
}

.fv-section .container {
    height: 100%;
    position: relative;
}

.fv-section .fv-inner {
    position: absolute;
    bottom: 80px;
    left: 0;
}

.fv-cta {
    text-align: left;
    color: white;
    font-weight: 700;
}

.fv-cta a {
    border: 1px solid #61648F;
    text-decoration: none;
    color: #61648F;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 100px;
    display: inline-block;
    background-color: #FFF;
}

.fv-cta a:hover {
    color: #333;
}

@media only screen and (max-width: 1024px) {
    .fv-ttl {
        font-size: 24px;
    }

    .fv-section .fv-inner {
        bottom: 40px;
    }

    .fv-cta a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .fv-section .fv-inner {
        bottom: 0;
    }

    .fv-ttl {
        font-size: 18px;
    }

    .fv-cta {
        display: none;
    }
}

/* issue */

.issue-section {
    background: #383A53;
    color: white;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.issue-section::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -70px;
    border: 70px solid transparent;
    border-top: 70px solid #383A53;
}

.issue-list {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 0;
    margin: 0;
}


.issue-item {
    width: 100%;
    margin: 0;
}

.issue-item>img {
    width: 100%;
}

.issue-item>p {
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .issue-item>p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .issue-list {
        flex-direction: column;
    }

    .issue-item {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .issue-item>img {
        width: 160px;
    }

    .issue-item>p {
        text-align: left;
    }
}

@media only screen and (max-width: 575px) {
    .issue-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .issue-section::before {
        margin-left: -40px;
        border: 40px solid transparent;
        border-top: 40px solid #383A53;
    }

    .issue-item>p {
        font-size: 16px;
    }
}


/* rc-nex */

.rc-next-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.rc-next-text p {
    text-align: center;
    line-height: 1.5;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px;
}


.rc-next-section>img {
    margin-top: 50px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .rc-next-text p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .rc-next-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .rc-next-text p {
        font-size: 20px;
    }
}

/* merit */

.merit-section {
    padding-top: 120px;
    background-color: #383A53;
    color: white;
    padding-bottom: 120px;
}

.merit-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
    margin: 0;
}

.merit-item {
    display: flex;
    gap: 24px;
}

.merit-item.item1 .merit-text {
    order: 1;
}

.merit-item.item1 .merit-img {
    order: 2;
}

.merit-item .merit-text {
    width: 50%;
}

.merit-item .merit-text h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
}

.merit-item .merit-text p {
    font-size: 18px;
}

.merit-item .merit-img {
    width: 50%;
}

.merit-item .merit-img>img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .merit-list {
        gap: 20px;
    }

    .merit-item {
        flex-direction: column;
    }

    .merit-item.item1 .merit-img {
        order: 1;
    }

    .merit-item.item1 .merit-text {
        order: 2;
    }

    .merit-item .merit-img {
        width: 100%;
    }

    .merit-item .merit-text {
        width: 100%;
    }

    .merit-item .merit-text h3 {
        font-size: 20px;
    }

    .merit-item .merit-text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .merit-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* lineup */

.lineup-section {
    background-color: #EDEDED;
    padding-top: 120px;
    padding-bottom: 120px;
}

.lineup-inner {
    width: 100vw;
    overflow-x: visible;
    padding: 0 20px;
}

.lineup-list {
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.lineup-item {
    flex: 0 0 auto;
    width: 550px;
    background-color: #fff;
}

.lineup-item>img {
    width: 100%;
}


.lineup-text {
    margin-top: 0;
    padding: 0px 30px 48px 30px;
}

.lineup-text>p {
    font-size: 1.75em;
    font-weight: bold;
    margin: 5px 0;
    line-height: 1.8;
}

.lineup-text>p>span {
    font-size: 1.5em;
}

.lineup-text>p>.tax {
    font-size: 0.7em;
}

.lineup-text small {
    font-size: 0.8em;
    display: block;
}

.lineup-text h3 {
    margin-bottom: 0;
    text-align: center;
}

.lineup-text .layout {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    height: 60px;
}

.lineup-text .layout a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #61648F;
    background: #fff;
    border: 1px solid #61648F;
}

.dl_inline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.dl_inline dt {
    width: auto
}

.dl_inline dd {
    width: 70%;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
}

.modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    height: 80%;
    width: 60%;
    background: white;
    padding: 50px;
    text-align: right;
    font-size: 1.4em;
}

.modal-content .modal-ttl {
    text-align: left;
    font-weight: bold;
}

.modal-content .floor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal-content .floor .floor_img {
    width: 50%;
    text-align: center;
}

.modal-content .floor .floor_img img {
    width: 100%;
}

.works-modal .modal-content {
    height: auto;
    padding: 0;
}

.works-modal .modal-content a {
    position: absolute;
    right: 0px;
    z-index: 11111;
    width: 50px;
}

.works-modal .modal-content img {
    width: 100%;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

@media only screen and (max-width: 575px) {
    .lineup-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lineup-list {
        padding-right: 10px;
    }

    .lineup-item {
        width: 340px;
    }

    .lineup-text {
        padding: 0px 14px 20px 14px;
    }

    .lineup-text>p {
        font-size: 16px;
    }

    .lineup-text>p>span {
        font-size: 24px;
    }

    .dl_inline dd {
        width: 50%;
    }

}

/* estimation */

.estimation-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.estimation-ttl {
    font-size: 30px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #383A53;
    padding-bottom: 30px;
    font-weight: bold;
    color: #383A53;
}


.estimation-section .estimation-text {
    text-align: center;
}

.estimation-wrap {
    margin-bottom: 120px;
}

.estimation-table table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    text-indent: initial;
    border-spacing: 2px;
    text-align: center;
    border-spacing: 2px;
    border-color: #EDEDED;

}

.estimation-table table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;

}

.estimation-table table thead th {
    padding: 35px 8px;
    background-color: #383A53;
    font-size: 20px;
    font-weight: 700;
    width: 25%;
    text-align: center;
}


.estimation-table table th:first-child {
    min-width: auto;
}

.estimation-table table thead th:not(:last-child) {
    border-right: 1px solid #fff;
}

.estimation-table table thead tr {
    padding: 35px 8px;
    background-color: #383A53;
    font-weight: 700;
    color: white;
}



.estimation-table table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.estimation-table table tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.estimation-table table tbody tr:nth-child(odd) {
    background-color: #fff;

}

.estimation-table table tbody tr:nth-child(2n) {
    background-color: #EDEDED;
}

.estimation-table table tbody tr th {
    width: 90px;
    vertical-align: middle;
}


.estimation-table table tbody tr th:first-child {
    min-width: auto;
}

.estimation-table table tbody th {
    font-weight: 700;
    text-align: center;
    background-color: transparent;
    border: 1px solid #acacac;
    font-size: 18px;
    line-height: 1.2;
}

.estimation-table table tbody td {
    padding: 15px 8px;
    font-size: 20px;
    border: 1px solid #acacac;
    vertical-align: middle;
}

.estimation-table table tbody td:nth-child(3) {
    color: red;
    font-size: 36px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .estimation-ttl {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .estimation-table table thead th {
        padding: 16px 8px;
        font-size: 14px;
    }

    .estimation-table table tbody th {
        font-size: 14px;
    }

    .estimation-table table tbody td {
        padding: 8px 8px;
        font-size: 18px;
    }

    .estimation-table table tbody td:nth-child(3) {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .estimation-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .estimation-wrap {
        margin-bottom: 80px;
    }
}

.reason-ttl {
    font-size: 30px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #383A53;
    padding-bottom: 30px;
    font-weight: bold;
    color: #383A53;
}

.reason-list {
    padding: 0;
    margin: 0;
}

.accordion {
    margin-top: 126px;
}

.accordion li {
    list-style: none;
}


.question {
    display: flex;
    font-size: 24px;
    height: 120px;
    padding-left: 40px;
    line-height: 120px;
    position: relative;
}

.question_body {
    margin-left: 50px;
}

.question span {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 30px;
    height: 30px;
    background: #333;
    border-radius: 50px;
    transform: translateY(-50%);
}

.question span:before,
.question span:after {
    content: "";
    display: block;
    position: absolute;
    font-size: 36px;
    top: 50%;
    right: 25%;
    width: 15px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    cursor: pointer;
}

.question span::after {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.active .question span::after {

    display: none;
}

.answer {
    text-align: left;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 400;
    display: none;
}

.bg_gray {
    background: #F0F0F0;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .reason {
        width: 100%;
        margin: auto;
    }

    .question {
        width: 100%;
        padding-left: 15px;
        font-size: 20px;
    }

    .question_body {
        margin-left: 15px;
    }

    .answer {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .reason-ttl {
        font-size: 22px;
    }

    .question span {
        top: 48%;
        width: 20px;
        height: 20px;
    }

    .question span:before,
    .question span:after {
        width: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .question {
        flex-direction: column;
        line-height: 2;
        height: auto;
    }

    .question_body {
        margin-left: 0;
    }

    .question_label {
        font-size: 14px;
    }

    .answer {
        font-size: 16px;
        padding-left: 15px;
    }

    .question span {
        right: 20px;
    }

}

/* warranty */

.warranty-section {
    padding-top: 60px;
    padding-bottom: 120px;
}

.warranty-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.warranty-ttl {
    font-size: 24px;
    border-left: 3px solid #383A53;
    padding-left: 30px;
    font-weight: bold;
}

.warranty-text {
    width: 60%;
}

.warranty-img {
    width: 40%;
    max-width: 480px;
}

.warranty_img>img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .warranty-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .warranty-ttl {
        font-size: 20px;
        padding-left: 20px;
    }

    .warranty-text {
        width: 100%;
    }

    .warranty-img {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .warranty-section {
        padding-top: 0px;
        padding-bottom: 60px;
    }

}

/* gallery */

.gallery-section {
    background-color: #EDEDED;
    padding-top: 120px;
    padding-bottom: 120px;
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%
}


.gallery_grid {
    width: 23%;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;

}

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

@media only screen and (max-width: 767px) {
    .gallery_grid {
        width: 48%;
    }
}

@media only screen and (max-width: 575px) {
    .gallery-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* instagram-section */
.instagram-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #383A53;
}

.instagram-logo-wrap {

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;

    .mark {
        width: 50px;
        height: 50px;

        svg {
            width: 100%;
            height: 100%;
            display: block;
        }
    }

    .text {
        width: 200px;

        svg {
            width: 100%;
            height: 100%;
            fill: #fff;
            display: block;
        }
    }
}


@media only screen and (max-width: 575px) {
    .instagram-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .instagram-logo-wrap {
        gap: 10px;

        .mark {
            width: 36px;
            height: 40px;
        }

        .text {
            width: 140px;
        }
    }
}



/* method */

.method-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.method-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}

.method-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.method-card {
    width: 50%;
}

.method-card .img {
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.method-card img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.method-card h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .method-text {
        font-size: 18px;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .method-list {
        flex-direction: column;
    }

    .method-card {
        width: 100%;
    }

    .method-text {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .method-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* column */

.column-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #EDEDED;
}


.column-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.column-item {
    width: calc((100% - 40px) / 3);
    margin: 0;
}

.column-item a {
    text-decoration: none;
    color: #383A53;
}

.column-item-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 8px;
}

.column-item-text p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.column-more-btn {
    text-align: center;
    margin-top: 60px;
}

.column-more-btn a {
    display: inline-block;
    border: 1px solid #383A53;
    color: #383A53;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
}

.column-more-btn a:hover {
    background-color: #383A53;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .column-list {
        flex-direction: column;
    }

    .column-item {
        width: 100%;
    }

    .column-item a {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .column-item-text h3 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .column-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .column-more-btn {
        margin-top: 30px;
    }

    .column-item a {
        display: block;
    }

    .column-item-text h3 {
        margin-top: 8px;
        font-size: 18px;
    }

    .column-item-text p {
        display: none;
    }
}

/* area */

.area-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.area-wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.area-img {
    position: relative;
    max-width: 512px;
    width: 100%;
}

.area-text .contact_link {
    max-width: 360px;
    padding: 16px 0;
}

.area-text .contact_link a {
    display: flex;
    height: 100%;
    width: 100%;
    background: #49a78c;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #FFF;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .area-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .area-text .contact_link {
        margin: auto;
    }

    .area-text .contact_link a {
        padding: 8px 12px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .area-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

// .area-img svg {
//     position: absolute;
//     top: 45%;
//     left: 50%;
//     transform: translate(-50%, -50%);
//     animation: pin 1.3s infinite ease-in;
//     z-index: 2;
// }

// .area-img::before {
//     content: "";
//     background-color: rgba(56, 58, 83, 0.5);
//     border-radius: 500px;
//     position: absolute;
//     top: calc(50% - 140px);
//     left: calc(50% - 140px);
//     width: 280px;
//     height: 280px;
//     opacity: 0;
//     animation: radar 2.5s linear infinite;
//     z-index: 2;
// }

// @keyframes pin {
//     0% {
//         margin-top: 0px;
//     }

//     50% {
//         margin-top: 10px;
//     }
// }

// @keyframes radar {
//     0% {
//         opacity: 0.5;
//         transform: scale(0.1);
//     }

//     30% {
//         opacity: 0.7;
//         transform: scale(1);
//     }

//     60% {
//         opacity: 0;
//         transform: scale(1.2);
//     }

// }




.area-text {
    font-size: 18px;
}

/* address */

.address-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #EDEDED;
}

.address-text {
    margin-bottom: 40px;
}

.address-text dl {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 10px;
}

.address-text dl dt {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.address-text dl dd {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .address-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .address-text {
        margin-bottom: 20px;
    }

    .address-text dl {
        gap: 4px;
        flex-direction: column;
        align-items: start;
    }

    .address-text dl dt {
        font-size: 14px;
    }
}

/* contact */
.contact-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.contact-section .section-ttl {
    text-align: center;
}


.contact-step {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 40px;
}

.contact-step li {
    position: relative;
    text-align: center;
    background: #F6F6F6;
    width: 33.33333%;
}


.contact-step li:nth-child(n+2) {
    margin-left: 2.5%;
}

/* .contact-step li:nth-child(n+2):before {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #F6F6F6;
    border-width: 30px 20px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.contact-step li span {
    position: relative;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 20px;
}

.contact-step li span .step-num {
    display: inline;
    margin-right: 4px;
}

.contact-step li span:after {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #F6F6F6;
    border-width: 30px 20px;
    width: 0;
    height: 0;
    left: 100%;
    border-color: transparent;
    border-left-color: #F6F6F6;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-step li span .step-num::after {
    display: none;
}

.contact-step li.active {
    background: #383A53;
}

.contact-step li.active span {
    color: #fff;
    font-weight: bold;
}

.contact-step li.active span:after {
    border-left-color: #383A53 !important;
}

.contact-step li:nth-child(even) span:after {
    border-left-color: #F6F6F6;
}

.contact-step li:last-child span:after {
    display: none;
}

.contact-section .form-wrap {
    max-width: 800px;
    margin: 0 auto;
    background: #F6F6F6;
    padding: 40px;
    border-radius: 10px;
}

.contact-section .form-wrap p {
    margin: 0;
}



.form_container {
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 0;
}

.reqired {
    font-size: 12px;
    padding: 3px 12px;
    background-color: #D80000;
    color: white;
    margin-left: 16px;
    vertical-align: middle;
}

.label {
    width: 35%;
}

.label label {
    font-weight: bold;
    display: inline-block;
}

.label p {
    margin: 0;
}


.input {
    width: 65%;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    margin: 0 !important;
}

.input p {
    margin: 0;
}

.input p span {
    display: block;
}

.form_address {
    align-items: flex-start;
}

.form_address .input p {
    display: flex;
    align-items: center;
}

.form_address input {
    margin-bottom: 17px;
}

.postcode {
    width: 121px;
    height: 66px;
    margin-right: 38px;
}

.form_catalog {
    align-items: flex-start;
}

.catalog {
    display: inline;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.hope {
    font-size: 1rem;
}

.hope label {
    display: block;
    margin-top: 4px;
    width: auto;
}

input[type=radio] {
    display: none;
}

input[type=radio]+span {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

input[type=radio]+span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50px;
    transform: translateY(-50%);
}

input[type=radio]+span::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-bottom: 3px solid #3e48b4;
    border-left: 3px solid #3e48b4;
    position: absolute;
    left: 4px;
    top: 40%;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.3s;
}

input[type=radio]:checked+span::after {
    opacity: 1;
}


.catalog_label {
    display: inline;
    line-height: 16px;
}


.non_required {
    font-size: 12px;
    padding: 3px 12px;
    background-color: #ACACAC;
    color: white;
    margin-left: 16px;
    vertical-align: middle;
}

.form_textarea {
    align-items: flex-start;
    border-bottom: none;
}

textarea {
    width: 100%;
    height: 200px;
    background: #F6F6F6;
    border: #707070 solid 1px;
    padding-left: 20px;
    padding-top: 24px;
    box-sizing: border-box;
}

.privacy {
    color: #333333;
    line-height: 1.5em;
}

.privacy li {
    list-style: disc;
}

.privacy a {
    color: #333333;
    font-weight: bold;
}

.privacy_check {
    width: auto;
    margin: 0px 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy_check p {
    margin-bottom: 0;
}

.privacy_check label {
    font-size: 16px;
    width: auto;
}

.privacy input {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+span {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

input[type=checkbox]+span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

input[type=checkbox]+span::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-bottom: 3px solid #d42424;
    border-left: 3px solid #d42424;
    position: absolute;
    left: 4px;
    top: 40%;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.3s;
}

input[type=checkbox]:checked+span::after {
    opacity: 1;
}


#confirmBtn {
    width: 240px;
    height: 60px;
    color: #fff;
    background: #61648F;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 100px;
}

#confirmBtn:disabled {
    background: #ACACAC;
    border: 1px solid #ACACAC;
}

#realSubmitBtn {
    display: none;
}

.wpcf7-previous {
    width: 240px;
    height: 60px;
    color: #61648F;
    background: #FFF;
    border: 1px solid #61648F;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 100px;
}

.required-message {
    text-align: center;
    color: #D80000;
    margin-top: 5%;
}

.thanks_area {
    font-size: 18px;
    padding: 80px 0;
}

@media only screen and (max-width: 991px) {
    .contact-step li:nth-child(n+2) {
        margin-left: 24px;
    }

    .contact-step li:nth-child(n+2):before {
        left: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-step li span {
        font-size: 16px;
    }

    .form_container {
        flex-direction: column;
        align-items: start;
    }

    .label,
    .input {
        width: 100%;
    }

}

@media only screen and (max-width: 575px) {
    .contact-step li span.step-num {
        display: none;
    }

    .contact-section .form-wrap {
        padding: 16px;
    }


}

/* 固定 */

.fixed_btn {
    width: 100%;
    height: 100vh;
}


.contact_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 10;
    display: flex;
    display: none;
}

.contact_btn_wrap {
    width: 100%;
    background: rgba(56, 58, 83, 0.7);
}

.contact_btn_inner {
    flex: 1;
    display: flex;
    gap: 32px;
    justify-content: center;
}

.contact_btn_inner .tel_link {
    width: 50%;
    max-width: 360px;
    padding: 16px 0;
}

.contact_btn_inner .tel_link a {
    display: flex;
    height: 100%;
    width: 100%;
    border: 2px solid #61648F;
    background: #FFF;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #61648F;
    font-weight: bold;
}

.contact_btn_inner .tel_link a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.contact_btn_inner .contact_link {
    width: 50%;
    max-width: 360px;
    padding: 16px 0;
}

.contact_btn_inner .contact_link a {
    display: flex;
    height: 100%;
    width: 100%;
    background: #49a78c;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #FFF;
    font-weight: bold;
}


.top_link {
    width: 60px;
    height: 60px;
    background: #383A53;
    position: absolute;
    right: 0;
    bottom: 100px;
}

.top_link a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .contact_btn_inner {
        flex-direction: column;
        gap: 6px;
        padding: 8px 0;
    }

    .contact_btn_inner .tel_link {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .contact_btn_inner .tel_link a {
        padding: 6px 12px;
    }

    .contact_btn_inner .contact_link {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }

    .contact_btn_inner .contact_link a {
        padding: 6px 12px;
    }

    .top_link {
        width: 50px;
        height: 50px;
        bottom: 120px;
    }
}


/* footer */

footer {
    background: rgba(56, 58, 83, 0.6);
    padding: 80px 50px 90px 50px;
    overflow: hidden;
}

.footer_wrap {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    display: flex;
    justify-content: space-between;
}

.footer-logo-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;

}


.footer_logo {
    width: 200px;
}

.footer-instagram {
    width: 28px;
    height: 28px;
}


.footer-instagram a {
    display: block;
}


.footer-instagram svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    display: block;
}


.footer_nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 162px;
    width: 617px;
    margin: 0;
}

.footer_nav a {

    color: black;
    text-decoration: none;
    font-weight: bold;
    line-height: 250%;
}

.copy_area {
    margin-top: 100px;
    text-align: center;
    color: white;
}

@media only screen and (max-width: 991px) {
    .footer_wrap {
        flex-direction: column;
        gap: 40px;
    }

    .footer_nav {
        width: 100%;
        padding: 0;
    }

    .copy_area {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 575px) {
    footer {
        padding: 40px 40px 110px 40px;
    }

    .footer_nav {
        height: auto;
    }
}

/* step2 */

.breadcrumb {
    padding-top: 40px;
    padding-bottom: 0;
}

.breadcrumb li {
    display: inline-block;

}

.breadcrumb li a {
    text-decoration: none;
    color: #333;
}

.step2 {
    margin-top: 180px;
    width: 100%;
    overflow: hidden;
}

.step2 ul li:first-child span:after {
    border-left-color: #F6F6F6;
}

.step2 ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #383A53;
    border-width: 62px 20px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step2 ul li:nth-child(2) span:after {
    border-left-color: #383A53;
}

.confirm {
    width: 60%;
    margin: 70px auto;
}

/* .confirm p {
    text-align: center;
    margin-bottom: 100px;
} */

.confirm dl {
    width: 90%;
    max-width: 800px;
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.confirm dt {
    font-weight: bold;
    width: 40%;
    margin-bottom: 10px;
}

.confirm dd {
    width: 60%;
}

.confirm a {
    display: block;
    width: 180px;
    margin-left: auto;
    color: #333;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 80px;

}

.confirm a {
    display: block;
    width: 180px;
    margin-left: auto;
    color: #333;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 80px;
}

.step2_footer {
    padding: 0;
}

.step2_footer .copy_area {
    margin: 0;
}

.step23_menu {
    display: none;
}

/* step3 */

.step3 {
    margin-top: 180px;

}

.step3 ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #F6F6F6;
    border-width: 62px 20px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step3 ul li:nth-child(2) span:after {
    border-left-color: #F6F6F6;
}

.step3 ul li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #383A53;
    border-width: 62px 20px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step3 ul li:first-child span:after {
    border-left-color: #F6F6F6;
}

.step3_confirm {
    width: 80%;
    margin: 126px auto;
    text-align-last: left;
    font-weight: bold;
}



.btn {
    background: #383A53;
    width: 300px;
    height: 60px;
    margin: 200px auto;
    color: white;
    line-height: 60px;
}

.btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;


}

.btn a span {
    display: block;
    width: 130px;
    margin: auto;
}

.g-recaptcha div {
    margin: 0 auto 60px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .confirm {
        width: 100%;
        margin: 30px auto;
    }

    .confirm dl {
        width: 100%;
    }

    .form_container {
        padding-bottom: 0px;
    }

    .wpcf7-previous {
        margin-top: 80px;
    }

    .thanks_area {
        font-size: 16px;
        padding: 0px 0 60px;
    }

}




/* タブレット */

@media screen and (max-width: 1024px) {
    body {
        font-size: 15px;
    }

    h2 {
        display: block;
        margin-left: 0;
    }

    header {
        display: block;
        // height: 60px;
        padding: 15px;
        background-color: black;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    .header_inner .pc {
        display: none;
    }

    .open .header_inner .pc {
        display: block;
    }




    .header_inner .sp {
        display: flex;
        align-items: center;
        gap: 20px;
    }


    .contact-sp {
        display: block;
    }

    .contact-sp a {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: #49a78c;
        color: #fff;
        text-decoration: none;
        padding: 8px 20px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main_nav {
        display: none;
    }


    .hamburger {
        display: block;
        width: 32px;
        height: 28px;
    }



    .menu img.menu_open {
        display: block;
    }

    .menu img.menu_close {
        display: none;
    }


    /* header scroll */
    .headerscroll {
        background-color: transparent;
    }

    .headerscroll .contact-sp {
        display: none;
    }

    .headerscroll .hamburger .menu {
        background: #383A53;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        top: 3%;
        right: 0;
    }

    /* header open */
    .open {
        padding: 0;
        margin: 0;
    }

    .open .header_wrap .header_inner {
        width: 100%;
        height: 100vh;
        background: #494b63;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        margin: 0 auto;
        padding-top: 20%;
        padding-left: 15%;
    }

    .open .main_nav {
        display: flex;
        flex-direction: column;
    }

    .open .main_nav>li {
        margin-left: 0;
    }

    .open .main_nav>li:first-child {
        margin-left: 0;
    }

    .open .main_nav>li>ul>li>a {
        color: white;
        font-size: 0.8em;
        text-decoration: none;
        margin-left: 0;
        line-height: 3.8em;
        display: block;
    }

    .open .hamburger .menu {
        width: 15%;
        top: 6%;
        right: 8%;
        background-color: transparent;
        max-width: 50px;
    }

    .open .logo {
        display: none;
    }

    .open .contact-sp {
        display: none;
    }

    .merit .flex {
        align-items: center;
    }





    .merit_text {
        width: 50%;
    }

    .merit_img {
        width: 45%;
    }

    .flex>.lineup_flex {
        width: 400px;
        margin-right: 40px;
    }

    .lineup>.section_ttl::before {
        right: calc(50% + 110px);
    }

    .compare {
        width: 600px;
    }


    .warranty>.flex {
        align-items: center;
    }

    .warranty>.section_ttl::before {
        right: calc(50% + 150px);
    }


    .method>.section_ttl::before {
        right: calc(50% + 120px);
    }


    .step23_menu {
        display: block;
        background: #383A53;
        height: 60px;
    }

    .menu_wrap {
        width: 90%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu_wrap .logo {
        width: 15%;
        max-width: 300px;
        min-width: 100px;
    }



    .menu_wrap .menu_doc {
        width: 50%;
        color: white;
        text-align: right;
        font-size: 13px;
    }



    .menu_wrap .menu_doc a {
        color: white;
        text-decoration: none;
        padding-bottom: 8px;
        border-bottom: 1px solid white;
    }

    .step23_hamburger {
        width: 4%;
    }

    .step23_hamburger img {
        width: 100%;
    }

    .breadcrumb {
        font-size: 10px;
    }

    .step2 {
        margin-top: 40px;
    }

}

@media screen and (max-width: 991px) {
    .footer-logo-wrap {
        gap: 16px;
        align-items: flex-start;
    }

}

@media screen and (max-width: 780px) {
    .contact-sp {
        display: none;
    }

    .fv>h1 {
        font-size: 2em;
    }

    .section_ttl {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    .issue_flex>p {
        font-size: 0.85em;
    }

    .rc-next>p {
        font-size: 2em;
    }

    h3 {
        font-size: 1.3em;
    }

    .estimation h3 {
        font-size: 1.5em;

    }

    .question {
        font-size: 1.3em;
    }


}

/* スマホ */

@media screen and (max-width: 480px) {
    .logo {
        width: 160px;
    }

    .header_wrap {
        width: 100%;
    }


    header {
        height: auto;
    }

    .header-logo-wrap {
        gap: 28px;
    }

    .header-instagram {
        width: 24px;
        height: 24px;
    }

    .hamburger {
        width: 24px;
        height: 24px;
    }

    .contact-sp {
        top: 28px;
    }

    .contact-sp:before {
        display: none;
    }

    .scroll {
        display: block;
        padding-left: 20px;
    }


    .wrap {
        width: 90%;
    }

    .section_ttl {
        font-size: 1.6em;
        margin-left: 45px;
    }

    .section_ttl::before {
        width: 30px;
        height: 1px;
        display: inline-block;
        background-color: white;
        position: absolute;
        top: calc(50% - 2px);
        right: calc(50% + 60px);
    }



    .modal-content {
        height: 70%;
        width: 96%;
        padding: 10px;
    }

    .modal-content p {
        text-align: center;
    }

    .modal-content .floor .floor_img {
        width: 100%;
    }

    .accordion {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .fv-ttl .sp-show {
        display: block;
    }

    /* フッターCTA */
    .doc_img,
    .top {
        display: none;
    }

    .doc_img_sp,
    .reserve_sp,
    .tel_sp {
        display: block;
        z-index: 10;
    }


    .doc_img_sp {
        width: 50%;
        height: 10vh;
        background: #E9D074;


    }

    .doc_img_sp a {
        width: 100%;
        height: 100%;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .doc_img_sp img {
        width: 35%;
        transform: rotate(-10deg);
        display: inline-block;
    }


    .doc_img_sp p {
        font-size: 0.7em;
        font-weight: bold;
        display: inline-block;
        line-height: 1.5em;
        margin: 0;
        color: #333;
    }

    .reserve_sp {
        width: 28%;
        height: 10vh;
    }

    .reserve_sp a {
        width: 100%;
        height: 100%;
        background: #E78634;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .reserve_sp img {
        width: 30%;
    }

    .reserve_sp p {
        font-size: 0.7em;
        font-weight: bold;
        display: inline-block;
        line-height: 1.5em;
        margin: 0;
        color: white;
    }

    .tel_sp {
        width: 20%;
        height: 10vh;
    }

    .tel_sp a {
        width: 100%;
        height: 100%;
        background: #607687;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .tel_sp img {
        width: 20%;
    }

    .tel_sp p {
        font-size: 0.7em;
        font-weight: bold;
        display: inline-block;
        line-height: 1.5em;
        margin: 0;
        color: white;
    }


    .footer_nav {
        display: block;
        width: 100%;
        height: auto;
    }
}

#autozip {
    pointer-events: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;

    .modal-inner {
        position: relative;
        width: 100%;
        max-width: 600px;
        background: #FFF;
        color: #333;
        padding-bottom: 80px;
        height: 90%;
        max-height: 740px;
    }

    .modal-header {
        padding: 16px;
        border-bottom: 1px solid #e8e8e8;

        h2 {
            text-align: center;
            font-size: 22px;
        }

        .modal-close {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }
    }

    .modal-body {
        padding: 20px;
        overflow: scroll;
        max-height: calc(100% - 60px);

        dl {
            display: flex;
            flex-wrap: wrap;
        }

        dt {
            width: 180px;
            margin-bottom: 0;
            padding: 12px;

            &:nth-of-type(2n + 1) {
                background: #f5f5f5;
            }
        }

        dd {
            width: calc(100% - 180px);
            margin-bottom: 0;
            padding: 12px;

            &:nth-of-type(2n + 1) {
                background: #f5f5f5;
            }
        }

    }

    .modal-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #e8e8e8;
        background: #FFF;
        height: 80px;
        gap: 40px;

        #cancelBtn {
            border: none;
            background: initial;
            cursor: pointer;
            transition: .3s;
        }

        #sendBtn {
            padding: 12px 60px;
            background: #61648F;
            color: #fff;
            border: 1px solid #61648F;
            border-radius: 50px;
            cursor: pointer;
            transition: .3s;
            font-size: 18px;
        }
    }
}


@media screen and (max-width: 575px) {
    .contact-modal {
        .modal-inner {
            height: 100%;
        }

        .modal-header {
            h2 {
                font-size: 18px;
            }
        }

        .modal-body {
            max-height: calc(100% - 100px);

            dt {
                width: 100%;
                padding-bottom: 0;
            }

            dd {
                width: 100%;
                padding-top: 4px;
            }
        }

        .modal-footer {
            flex-direction: column-reverse;
            height: 120px;
            gap: 16px;

            #sendBtn {

                padding: 8px 60px;
            }
        }
    }
}