@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

.newsletter-banner {
    background-image: url('https://cdn.prod.website-files.com/6865cdc559f013614975d0bc/686c31591e880b61f9c78ae0_newsletter_banner.jpg');
    background-position: 0 0;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    width: 720px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    display: flex;
    position: relative;
    top: 40px;
}

@media screen and (min-width: 1440px) {
    .newsletter-banner {
        width: 806px;
    }
}

@media screen and (max-width: 991px) {
    .newsletter-banner {
        width: 100%;
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .newsletter-banner {
        flex-flow: column;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .div-block-86 {
        width: 100%;
    }
}

.heading-5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .heading-5 {
        font-size: 24px;
    }
}

@media screen and (max-width: 479px) {
    .heading-5 {
        font-size: 16px;
        line-height: 1.6em;
    }
}

.paragraph-6 {
    color: #fff;
    max-width: 422px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}

@media screen and (max-width: 767px) {
    .paragraph-6 {
        font-size: 15px;
    }
}

@media screen and (max-width: 479px) {
    .paragraph-6 {
        margin-top: 5px;
        font-size: 12px;
    }
}

.subscribe {
    margin-left: 40px;
}

@media screen and (max-width: 767px) {
    .subscribe {
        flex-flow: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 400px;
        margin-top: 10px;
        margin-left: 0;
        display: flex;
    }
}

@media screen and (max-width: 479px) {
    .subscribe {
        margin-top: 0;
        padding-top: 10px;
    }
}

.link-block-5 {
    border: 1px solid #fff;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    padding: 12px 40px 12px 50px;
    text-decoration: none;
    display: flex;
}

@media screen and (max-width: 479px) {
    .link-block-5 {
        padding: 5px 20px;
    }
}

.subscribe a {
    color: #fff !important;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

    .subscribe a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
        border-radius: 40px;
        inset: 0;
    }

.text-block-17 {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 479px) {
    .text-block-17 {
        font-size: 13px;
        line-height: 24px;
    }
}

.subscribe a {
    color: #fff !important;
    position: relative;
    z-index: 1;
}

    .subscribe a:hover {
        color: #000 !important;
    }

    .subscribe a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: -1;
        border-radius: 40px;
        inset: 0; /* top, right, bottom, left 全て0と同じ */
    }

    .subscribe a:hover::before {
        opacity: 1;
    }
/*.subscribe a .text-block-15{
    transition: .4s;
}
.subscribe a:hover .text-block-15{
    transform: translateX(5px);
}*/
.footer-nav-list-link {
    color: #333 !important;
}

.sns-link {
    color: #333 !important;
}

.footer-heading-nav a {
    color: #333 !important;
}

.footer-nav-second-block a {
    color: #333 !important;
}

.footer-bottom a {
    color: #333 !important;
}

.footer-mb-only a {
    color: #333 !important;
}

@media screen and (max-width: 767px) {
    .footer-mb-only a {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .link-block-40 {
        text-decoration: none;
    }
}

.text-block-15 {
    margin-top: 3px;
    margin-left: 15px;
    /*font-family: "Font Awesome 6 Pro 400", Arial, sans-serif;*/
    font-size: 13px;
}

@media screen and (max-width: 479px) {
    .text-block-15 {
        margin-left: 10px;
    }
}

.text-block-16 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
}

@media screen and (max-width: 479px) {
    .text-block-16 {
        margin-top: 5px;
        font-size: 12px;
    }
}

.section-6 {
    background-color: #f6f6f6;
    padding-top: 40px;
}

.w-layout-blockcontainer {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.container-4 {
    width: 1160px;
    max-width: 92%;
}

.w-container:before, .w-container:after {
    content: " ";
    display: table;
}

@media screen and (max-width: 767px) {
    .link-block-11, .link-block-12 {
        text-align: center;
        display: block;
        margin: auto;
    }
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.footer-nav-wrap {
    justify-content: space-between;
    margin-top: 35px;
    display: flex;
}

    .footer-nav-wrap ul {
        display: block !important;
    }

@media screen and (max-width: 991px) {
    .div-block-7, .footer-nav-wrap {
        flex-flow: column;
    }
}

.footer-nav-left {
    width: 74%;
}

@media screen and (max-width: 991px) {
    .footer-nav-left {
        width: 100%;
    }
}


.footer-heading-nav {
    border-bottom: 1px solid #d5d5d5;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

@media screen and (max-width: 991px) {
    .footer-heading-nav {
        width: auto;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .footer-heading-nav.footer-lower-tab {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .footer-heading-nav {
        display: block;
    }
}

.footer-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .footer-h2 {
        font-size: 16px;
    }
}

.footer-nav-left-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    padding-top: 10px;
    display: flex;
}

.footer-left-1, .footer-left-2, .footer-left-3 {
    width: 26%;
}

.link-block-3 {
    color: #333;
    text-decoration: none;
    display: block;
}

.footer-h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .footer-h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-h3 {
        margin-bottom: 0;
    }
}

.list {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.footer-nav-list-item {
    margin-bottom: 10px;
}

.footer-nav-list-link {
    font-family: Open Sans, sans-serif;
    text-decoration: none;
    display: block;
    color: #333 !important;
    font-size: 14px;
}

.footer-nav-second-block {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .footer-nav-second-block.footer-lower-tab {
        width: 30%;
    }
}

.link-block-4 {
    align-items: center;
    text-decoration: none;
    display: flex;
}

@media screen and (max-width: 991px) {
    .link-block-4.footer-me {
        margin-top: 20px;
    }
}

.footer-heading-nav a {
    color: #333 !important;
}

.text-block-11 {
    margin-top: 3px;
    margin-left: 10px;
    /*font-family: "Font Awesome 6 Pro 400", Arial, sans-serif;*/
    font-size: 11px;
}

.footer-nav-right {
    width: 24%;
}

@media screen and (max-width: 991px) {
    .footer-nav-right {
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .footer-nav-left, .footer-nav-right {
        display: none;
    }
}

.footer-mb-only {
    display: none;
}

@media screen and (max-width: 767px) {
    .footer-mb-only {
        text-align: center;
        display: block;
    }
}

.footer-jtb {
    justify-content: space-between;
    align-items: baseline;
    margin-top: 30px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .footer-jtb {
        flex-flow: column;
    }
}

.footer-sns {
    border-top: 1px solid #d5d5d5;
    align-items: center;
    min-width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .footer-sns {
        flex-flow: column;
        width: 100%;
    }
}

.text-block-12 {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
}

.sns-icons {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .sns-icons {
        margin-top: 20px;
    }
}

.sns-link {
    margin-right: 20px;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid #d5d5d5;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
}

.link {
    font-family: Open Sans, sans-serif;
    text-decoration: none;
}

.footer-bottom a {
    color: #333 !important;
    font-size: 14px;
}

.text-block-14 {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .list-2 {
        text-align: center;
        margin-top: 10px;
        padding-left: 0;
        list-style-type: none;
    }
}

@media screen and (max-width: 767px) {
    .link-block-10 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    .text-block-33 {
        font-family: Open Sans, sans-serif;
        font-weight: 700;
    }
}

@media screen and (max-width: 767px) {
    .link-block-11, .link-block-12 {
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .div-block-11 {
        text-align: center;
        border-top: 1px solid #d5d5d5;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .div-block-12 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .div-block-13 {
        text-align: center;
        width: 100%;
    }
}

.footer a {
    position: relative;
    width: max-content;
    transition: .4s;
    text-decoration: none;
}

    .footer a:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 0%;
        background-color: #333;
        left: 0;
        bottom: -2px;
        transition: .4s;
    }

    .footer a:hover:after {
        width: 100%;
    }







/*
.footer .list {font-weight:normal;}
.footer h3 {font-weight:500;}*/






