@charset "UTF-8";
.pc {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }
}

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

.heading {
    font-family: "Noto Serif JP", serif;
}

.footer_copyright {
    font-size: 1.2rem;
}

.lr_contact_note {
    font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
    .lr_contact_note {
        font-size: 1.5rem;
    }
}

.lr_contact_tel span,
body {
    font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
    .lr_contact_tel span,
    body {
        font-size: 1.6rem;
    }
}

.btn,
.txt,
.footer_totop .totop {
    font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
    .btn,
    .txt,
    .footer_totop .totop {
        font-size: 1.8rem;
    }
}

.heading {
    font-size: 2rem;
}
@media only screen and (min-width: 768px) {
    .heading {
        font-size: 2.6rem;
    }
}

html {
    line-height: 1.6;
    scrollbar-width: thin;
    overflow-y: scroll;
    scroll-padding-top: 80px;
}
@media only screen and (min-width: 768px) {
    html {
        scroll-padding-top: 120px;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    left: 0;
}

main {
    width: 100%;
    padding-top: 90px;
}
@media only screen and (min-width: 768px) {
    main {
        padding-top: 153px;
    }
}

@media only screen and (min-width: 768px) {
    a {
        transition: opacity 150ms linear;
    }
    a:hover {
        opacity: 0.6;
    }
}
@media only screen and (min-width: 768px) {
    a[href^="tel"] {
        pointer-events: none;
    }
}

img {
    width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

.wrapper,
#wrapper {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 1140px;
        margin-right: auto;
        margin-left: auto;
    }
}
.container_fluid {
    padding-left: 20px;
    padding-right: 20px;
}

html.is_loading #loadding {
    opacity: 1;
    pointer-events: all;
}
html.is_loading body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#loadding {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background-color: #1eb5bc;
    opacity: 0;
    transition: opacity 1s ease-out 0.5s;
}

.three-body {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    animation: spin 2.75s infinite linear;
}
.three-body__dot {
    position: absolute;
    height: 100%;
    width: 30%;
}
.three-body__dot:after {
    content: "";
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    border-radius: 50%;
}
.three-body__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 1.1s infinite ease-in-out;
    animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes wobble1 {
    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}
@keyframes wobble2 {
    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}
.lr_contact {
    background-color: #52a6ec;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .lr_contact {
        margin-top: 100px;
        padding-top: 32px;
        padding-bottom: 38px;
    }
}
.lr_contact_heading {
    margin-left: -8px;
    margin-right: -8px;
    font-size: 1.7rem;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .lr_contact_heading {
        font-size: 2.746rem;
    }
}
.lr_contact_tel {
    display: inline-flex;
    gap: 11px;
    align-items: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
    .lr_contact_tel {
        font-size: 4rem;
        position: relative;
        left: 4px;
    }
}
.lr_contact_tel span {
    width: 16px;
    letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
    .lr_contact_tel span {
        width: 16px;
    }
}
.lr_contact_note {
    font-weight: 700;
    line-height: 1.6;
    margin-top: 4px;
}
@media only screen and (min-width: 768px) {
    .lr_contact_note {
        position: relative;
        left: 7px;
    }
}

/** -- ▷ header -- */
.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
}
.header::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #c8db6f;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media only screen and (min-width: 768px) {
    .header::before {
        height: 18px;
        bottom: -11px;
    }
}
.header_inner {
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
@media only screen and (min-width: 768px) {
    .header_inner {
        max-width: 1138px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        padding: 14px 20px 9px;
    }
}
.header_logo_link {
    width: 180px;
    display: block;
}
@media only screen and (min-width: 768px) {
    .header_logo_link {
        width: 300px;
        width: clamp(180px, (100vw - 1200px) * 1000, 300px);
    }
}
.header_menu {
    display: none;
    gap: 35px;
    gap: clamp(16px, (100vw - 1200px) * 1000, 35px);
    align-items: center;
    margin-left: auto;
    margin-right: -1px;
}
@media only screen and (min-width: 768px) {
    .header_menu {
        display: flex;
    }
}
.header_menu_link {
    font-size: 1.8rem;
    font-size: clamp(
        1.4rem,
        calc(1.4rem + 0.0063291139 * (100vw - 768px)),
        1.8rem
    );
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.5;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .header_menu_link:hover {
        opacity: 1;
    }
    .header_menu_link:hover::after {
        opacity: 1;
    }
}
.header_menu_link::after {
    content: "";
    width: calc(100% + 4px);
    height: 3px;
    background-color: #ff9900;
    position: absolute;
    opacity: 0;
    left: -2px;
    bottom: -11px;
    pointer-events: none;
    transition: opacity 150ms linear;
}
@media only screen and (min-width: 768px) {
    .header__top::before {
        height: 7px;
        bottom: 0;
    }
}

.nav {
    position: fixed;
    z-index: -1;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 350ms linear;
    padding: 118px 20px 60px;
}
@media only screen and (min-width: 768px) {
    .nav {
        transition: none;
    }
}
.nav.is_open {
    visibility: visible;
    pointer-events: all;
}
.nav.is_open .nav_mask {
    max-height: 100%;
}
.nav.is_open .nav_menu_item {
    opacity: 1;
}
.nav.is_open .nav_menu_item:nth-child(0) {
    transition-delay: 0ms;
}
.nav.is_open .nav_menu_item:nth-child(1) {
    transition-delay: 100ms;
}
.nav.is_open .nav_menu_item:nth-child(2) {
    transition-delay: 200ms;
}
.nav.is_open .nav_menu_item:nth-child(3) {
    transition-delay: 300ms;
}
.nav.is_open .nav_menu_item:nth-child(4) {
    transition-delay: 400ms;
}
.nav.is_open .nav_menu_item:nth-child(5) {
    transition-delay: 500ms;
}
.nav.is_open .nav_menu_item:nth-child(6) {
    transition-delay: 600ms;
}
.nav.is_open .nav_menu_item:nth-child(7) {
    transition-delay: 700ms;
}
.nav.is_open .nav_menu_item:nth-child(8) {
    transition-delay: 800ms;
}
.nav.is_open .nav_menu_item:nth-child(9) {
    transition-delay: 900ms;
}
.nav_toggler {
    margin-left: auto;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .nav_toggler {
        display: none;
    }
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(1) {
    top: 50%;
    rotate: 45deg;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(2) {
    opacity: 0;
}
.nav_toggler.is_open .nav_toggler_bar:nth-child(3) {
    top: 50%;
    rotate: -45deg;
}
.nav_toggler.is_open .nav_toggler_state_txt:nth-child(1) {
    opacity: 0;
}
.nav_toggler.is_open .nav_toggler_state_txt:nth-child(2) {
    opacity: 1;
}
.nav_toggler_box {
    width: 25px;
    height: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.nav_toggler_bar {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 50%;
    translate: -50% 0;
    transition: rotate 150ms linear;
}
.nav_toggler_bar:nth-child(1) {
    top: 0;
}
.nav_toggler_bar:nth-child(2) {
    top: 50%;
}
.nav_toggler_bar:nth-child(3) {
    top: 100%;
}
.nav_mask {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: #333;
    max-height: 0;
    transition: max-height 400ms cubic-bezier(0.4, 0, 0.6, 1);
}
.nav_wrap {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
}
.nav_menu_item {
    opacity: 0;
    transition: opacity 320ms cubic-bezier(0.4, 0, 0.6, 1);
}
.nav_menu_item_link {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

/** -- ▷ footer -- */
.footer {
    background-color: #f0f0f0;
}
.footer_totop {
    background-color: #787575;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
    .footer_totop {
        padding-top: 13px;
        padding-bottom: 4px;
    }
}
.footer_totop .totop {
    font-weight: 300;
    line-height: 1.6666666667;
    color: #fff;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .footer_totop .totop {
        gap: 16px;
        transition: opacity 150ms linear;
    }
    .footer_totop .totop:hover {
        opacity: 0.6;
    }
}
.footer_totop .totop::before {
    content: "";
    width: 21px;
    aspect-ratio: 1;
    background-image: url("./../images/common/icon_totop.webp");
    background-repeat: no-repeat;
    background-size: 100%;
}
@media only screen and (min-width: 768px) {
    .footer_totop .totop::before {
        width: 31px;
    }
}
.footer_context {
    display: flex;
    flex-direction: column;
    padding-top: 48px;
}
@media only screen and (min-width: 768px) {
    .footer_context {
        flex-wrap: wrap;
        gap: 40px;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 48px;
    }
}
@media only screen and (min-width: 768px) {
    .footer_info {
        width: 450px;
    }
}
.footer_logo {
    width: 128px;
    display: block;
}
.footer_address {
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-top: 24px;
}
@media only screen and (min-width: 768px) {
    .footer_address {
        margin-top: 29px;
    }
}
.footer_menu {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .footer_menu {
        width: 522px;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 0;
    }
}
.footer_menu_lists {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    .footer_menu_lists {
        width: 231px;
        max-width: 50%;
        margin-top: -9px;
    }
}
.footer_menu_lists_item_link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    line-height: 1.4;
    font-weight: 300;
}
@media only screen and (min-width: 768px) {
    .footer_menu_lists_item_link {
        gap: 13px;
    }
}
.footer_menu_lists_item_link::before {
    content: "";
    border: 0;
    border-left: 6px solid #ed6d00;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 768px) {
    .footer_menu_lists_item_link::before {
        position: relative;
        top: 2px;
    }
}
.footer_copyright {
    font-weight: 300;
    line-height: 3;
    letter-spacing: 0.075em;
    color: #666;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .footer_copyright {
        padding-top: 43px;
        padding-bottom: 30px;
    }
}

.heading {
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000;
}

.txt {
    font-weight: 300;
    line-height: 1.6666666667;
    text-align: justify;
}

.btn {
    letter-spacing: 0.075em;
    font-weight: 500;
    color: #fff;
    width: 400px;
    max-width: 100%;
    height: 60px;
    background-color: #1eb5bc;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .btn {
        height: 100px;
        gap: 12px;
    }
}
.btn::before {
    content: "";
    border: 0;
    border-left: 8px solid currentColor;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.btn_wrap {
    display: flex;
}
.btn_wrap[data-center="true"] {
    justify-content: center;
}
.btn__sm {
    font-size: 16px;
    width: 209px;
    height: 52px;
}

[data-align="center"] {
    text-align: center;
}

[data-hidden="true"] {
    display: none !important;
}

.lr_select img {
    width: auto;
}
