html {
    position: static;
    margin: 0 !important;
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.heading {
    width: 100%;
    padding: 80px 15%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    display: inline-block;
}
a:hover {
    opacity: 0.8;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
.block0 {
    height: 70px;
}
@media screen and (max-width: 960px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .block0 {
        height: 50px;
    }
    .heading {
        width: 100%;
        padding: 80px 5.33%;
        box-sizing: border-box;
    }
}
/* header */
.header01 {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255, 253, 247, 1);
    z-index: 999;
}
.nav01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
}

.header_logo {
    width: 175px;
    height: auto;
    margin: 0 16px 0 20px;
}

.header_left {
    display: flex;
    align-items: center;
}
.header_right {
    display: flex;
    align-items: center;
}
.header_text1 {
    font: normal normal bold 12px/15px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    margin: 0;
}

.header_ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.header_text2 {
    text-align: center;
    font: normal normal bold 14px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    list-style: none;
    text-decoration: none;
    margin: 0 14px 0 0;
}

.header_btn1 {
    height: 55px;
    background: #EF9618 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #FFFFFF;
    list-style: none;
    text-decoration: none;
    margin: 0 10px 0 0;
    padding: 3px 16px 0 16px;
    box-sizing: border-box;
}

.header_btn1 rb {
    text-align: center;
    font: normal normal 900 25px/25px Zen Maru Gothic;
    letter-spacing: 0;
    margin: 0;
}

.header_btn1 rt {
    font: normal normal 700 9px/9px Zen Maru Gothic;
    letter-spacing: -0.1em;
}

.header_text3 {
    font: normal normal 900 11px/11px Zen Maru Gothic;
    margin: 0;
}

.header_btn2 {
    display: flex;
    align-items: center;
    height: 55px;
    background: #2C68AF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: #FFFFFF;
    list-style: none;
    text-decoration: none;
    margin: 0 10px 0 0;
    font: normal normal bold 18px/18px Zen Maru Gothic;
    letter-spacing: 0px;
    padding: 0 28px;
}


@media screen and (max-width: 960px) {
    .nav01 {
        height: 50px;
    }

    .ham_btn {
        width: 50px;
        height: 50px;
        background: #481D1D;
        border: none;
        cursor: pointer;
        padding: 6px;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1001;
    }

    .ham_btn span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        margin: 3px 0;
        transition: all 0.3s ease;
    }

    .ham_text1 {
        font: normal normal bold 10px/10px Zen Maru Gothic;
        color: #fff;
        margin: 2px 0 0 0;
        transition: opacity 0.3s ease;
    }

    .header_logo {
      width: 140px;
      margin: 0 5px 0 10px;
    }

    .header_text1 {
        font: normal normal bold 10px/12px Zen Maru Gothic;
    }
    .header_text2 {
        font: normal normal bold 18px/28px Zen Maru Gothic;
        margin: 0;
    }

      .header_modal {
        position: fixed;
        top: 50px;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(255, 253, 247, 1); /* ヘッダーと同じ背景色 */
        transition: right 0.3s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .header_modal.is-active {
        right: 0;
    }

    .header_modal .header_ul {
        display: flex;
        flex-direction: column;
    }

    /* ハンバーガーメニュー内の各リストアイテム (.header_li) のスタイル */
    .header_modal .header_li {
        width: 100%; /* 各アイテムの幅を100%に */
        margin-bottom: 30px; /* 各アイテムの下に余白 */
    }
    .header_modal .header_li:last-child {
        margin-bottom: 0; /* 最後のアイテムの下余白はなし */
    }

    .ham_btn.is-active span:nth-of-type(1) {
        transform: translateY(8px) rotate(45deg); /* 1本目の線を回転して移動 */
    }

    .ham_btn.is-active span:nth-of-type(2) {
        opacity: 0; /* 2本目の線を非表示に */
    }

    .ham_btn.is-active span:nth-of-type(3) {
        transform: translateY(-8px) rotate(-45deg); /* 3本目の線を回転して移動 */
    }


    body.no-scroll {
        overflow: hidden;
    }

  }
/* 共通 スクロール位置 見出し */
#service,
#access,
#contact {
    padding-top: 70px;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.common_h2 {
    position: relative;
    text-align: center;
    font: normal normal bold 40px/40px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    margin: 0 0 40px 0;
    padding: 0 0 25px 0;
}
.common_h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    background: #2C68AF 0% 0% no-repeat padding-box;
    transform: translateX(-50%);
}
.common_h2._white {
    color: #fff;
}
@media screen and (max-width: 960px) {
    #service,
    #access,
    #contact {
        padding-top: 50px;
        margin-top: -50px;
    }
    .common_h2 {
        font: normal normal bold 30px/30px Zen Maru Gothic;
    }
}
/* 共通 左右分割 */
.division_block {
    display: flex;
    margin: 0 0 40px 0;
}
.division_left {
    width: 47.5%;
    margin: 0 5% 10px 0;
}
.division_right {
    width: 47.5%;
}
.swap .division_left {
    order: 2;
    margin: 0 0 0 5%;
}
.swap .division_right {
    order: 1;
    margin: 0;
}
.division_h3_en {
    text-align: left;
    font: normal normal 900 26px/39px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #2C68AF;
    margin: 0 0 10px 0;
}
.division_h3 {
    text-align: left;
    font: normal normal 900 26px/39px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    margin: 0 0 28px 0;
}
.division_text1 {
    text-align: left;
    font: normal normal normal 16px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 0 40px 0;
}
@media screen and (max-width: 960px) {
    .division_block {
        display: block;
    }
    .division_left {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .division_right {
        width: 100%;
    }
    .swap .division_left {
        margin: 0 0 20px 0;
    }
}
/* 共通 ボタン */
.btn_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
}
.btn_more1 {
    width: 240px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 13px 0;
    background: #481D1D 0% 0% no-repeat padding-box !important;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn_more1:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn_text1 {
    text-align: center;
    font: normal normal 900 18px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .btn_more1 {
        margin: 0 auto;
    }
}
/* 共通 YouTube */
.movie_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.movie_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 960px) {
}
/* 共通 index single archive 404 */
._minheight,
._error {
    min-height: 45vh;
}
.error {
    background: #fff 0% 0% no-repeat padding-box;
}
/* 共通 記事 */
.archive_area {
    display: flex;
    flex-wrap: wrap;
}
.archive_block {
    width: 22.8%;
    margin: 0 2% 20px 0;
}
.archive_content {
    padding: 10px;
}
.archive_block:nth-child(4n) {
    margin: 0 0 20px 0;
}
.archive_img_link {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin: 0;
    aspect-ratio: 160/84;
}
.archive_img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    transition: transform 0.5s ease;
}
.archive_ul {
    display: flex;
    flex-wrap: wrap;
}
.archive_text1 {
    text-align: left;
    font: normal normal normal 14px/18px Jost;
    letter-spacing: 0px;
    color: #B6B6B6;
    margin: 0;
    text-decoration: none;
}
.archive_text2 {
    text-align: left;
    font: normal normal bold 12px/12px Noto Sans JP;
    letter-spacing: 0px;
    color: #0064FF;
    margin: 0 5px 2px 0;
    text-decoration: none;
}
.archive_text3 {
    text-align: left;
    font: normal normal bold 16px/24px Noto Sans JP;
    letter-spacing: 0px;
    color: #232729;
    margin: 0;
    text-decoration: none;
}
@media screen and (max-width: 960px) {
    .archive_block {
        width: 48%;
    }
    .archive_block:nth-child(2n) {
        margin: 0 0 20px 0;
    }
}
/* 共通 記事投稿0件 */
.post_none {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* accodion */
.qa_area {
    background: #fff;
}
.qa_h2 {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 900;
}
.accordion {
    border-bottom: 1px solid #DDDDDD;
}
.accordion_img {
    width: 40px;
    height: 40px;
}
.accordion summary {
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    padding: 1.667vw 1.667vw 1.667vw 0;
    line-height: 40px;
}
.accordion_text1 {
    text-align: left;
    font: normal normal bold 18px/27px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}
.accordion_text2 {
    text-align: left;
    font: normal normal normal 16px/28px Noto Sans JP;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #0F3473;
    border-right: 2px solid #0F3473;
    transition: transform .4s;
    top: 45%;
    right: 10px;
    position: absolute;
}
.accordion[open] summary::after {
    transform: rotate(225deg);
}
.accordion[open] p {
    transform: none;
    opacity: 1;
}
.answer_wrapper {
    padding-bottom: 30px;
}
.answer {
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 0 1.667vw 1.667vw 0;
}
.accordion_img {
    margin: 0 10px 0 0;
}
@media screen and (max-width: 960px) {
    .qa_area {
        margin: 0 0 3vw 0;
    }
    .accordion_img {
        width: 30px;
        height: 30px;
    }
    .accordion summary {
        padding: 3vw 8vw 3vw 0;
    }
    .answer_wrapper {
        padding-bottom: 3vw;
    }
    .answer {
        line-height: 40px;
    }
    .answer {
        padding: 2vw 5.33vw 2vw 0;
    }
}
/* fv */
@media screen and (max-width: 960px) {
}
/* cta */
.cta {
    background: #F0F5F8 0% 0% no-repeat padding-box;
    padding: 20px;
    box-sizing: border-box;
}
.cta_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cta_btn1 {
    text-align: center;
    width: 335px;
    height: 80px;
    background: #EF9618 0% 0% no-repeat padding-box;
    border-radius: 40px;
    padding: 6px 0 0 0;
    color: #FFFFFF;
    list-style: none;
    text-decoration: none;
    margin: 0 30px 0 0;
    box-sizing: border-box;
}
.cta_tel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta_btn1 rb {
    text-align: center;
    font: normal normal 900 34px/34px Zen Maru Gothic;
    letter-spacing: -0.01rem;
    color: #FFFFFF;
    margin: 0;
}

.cta_btn1 rt {
    font: normal normal 900 10px/10px Zen Maru Gothic;
    letter-spacing: -0.1em;
}
.cta_img {
    width: auto;
    height: 49px;
    margin: 0 10px 0 0;
}
.cta_text1 {
    text-align: center;
    font: normal normal 900 13px/13px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}
.cta_btn2 {
    width: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: #2C68AF 0% 0% no-repeat padding-box;
    border-radius: 40px;
    font: normal normal bold 24px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
    .cta_btn1 {
        margin: 0 0 20px 0;
    }
}
/* greeting */
.greeting_text1 {
    text-align: center;
    font: normal normal bold 18px/27px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 0 50px 0;
}
.greeting_text2 {
    text-align: left;
    font: normal normal bold 18px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    margin: 0 0 4px 0;
}
.greeting_text3 {
    text-align: left;
    font: normal normal bold 24px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
}
@media screen and (max-width: 960px) {
}

/* service */
.service {
    background: #F0F5F8 0% 0% no-repeat padding-box;
}
.service_area {
    display: flex;
    flex-wrap: wrap;
}
.service_block {
    width: 24%;
    margin: 0 1% 40px 0;
    border-radius: 10px;
    text-decoration: none;
}
.service_block:nth-child(4n) {
    margin: 0 0 40px 0;
}
.service_block_upper {
    border-radius: 10px;
    position: relative;
    aspect-ratio: 216 / 180;
    overflow: hidden;
    background: #fff;
}
.service_block_img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service_block_down {
    background: #F0F5F8 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.service_text1 {
    font: normal normal 900 24px/30px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .service_block {
        width: 48%;
    }
    .service_block:nth-child(2n) {
        margin: 0 0 40px 0;
    }
}
/* access */
.access {
    background-image: url('../img/access_bg_pc.png');
    background-size: cover;
    background-position: center;
}
.access_area {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* これは現状のままでOK */
}

.access_block {
    width: 49%;
    margin: 0 2% 0 0;
    display: flex;
    flex-direction: column;
}

.access_block:nth-child(2) {
    margin: 0;
}

.access_block_upper {
    background: #481D1D 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0;
}

.access_text1 {
    text-align: center;
    font: normal normal bold 24px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}

.access_block_down {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 7%;
    box-sizing: border-box;
}

.access_text2 {
    text-align: center;
    font: normal normal bold 20px/30px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
}

.access_text3 {
    text-align: left;
    font: normal normal normal 16px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333333;
    margin: 20px 0 0 0;
}

.map {
    margin: 50px 0 0 0;
}
@media screen and (max-width: 960px) {
    .access {
        background-image: url('../img/access_bg_sp.png');
    }
    .access_block {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
/* contact */
.contact {
    background: #F0F5F8 0% 0% no-repeat padding-box;
}
.contact_area {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10%;
    box-sizing: border-box;
}
.contact_heading_text {
    text-align: center;
    font: normal normal 900 24px/27px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #2C68AF;
    margin: 0 0 20px 0;
}
.contact_block {
    margin: 0 0 20px 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.contact_title {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.contact_tel_area {
    text-align: center;
}
.contact_text1 {
    font: normal normal bold 16px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #232220;
    margin: 0;
}
.contact_text1 .required {
    text-align: left;
    font: normal normal bold 16px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    margin: 0 0 0 10px;
}
.contact_text2 {
    text-align: left;
    font: normal normal normal 16px/28px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.contact_note1 {
    font: normal normal normal 16px/16px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #232220;
    margin: 0 0 5px 0;
}
.contact_content2 {
    display: flex;
    align-items: center;
}
input.form-control,
select.form-select,
textarea.form-control {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px 2%;
}
input.form-control1 {
    width: 26% !important;
    box-sizing: border-box;
}
.contact_birth_text {
    font: normal normal bold 16px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #232220;
    margin: 0 10px;
}
input.form-control {
    width: 100%;
    height: 64px;
    box-sizing: border-box;
}
select.form-select {
    width: 45%;
    box-sizing: border-box;
}
textarea.form-control {
    width: 100%;
    height: 240px !important;
    box-sizing: border-box;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #232220;
    position: relative;
    cursor: pointer;
    margin: 0 5px 0 0 !important;
}
input[type="checkbox"]:checked {
    background-color: #481D1D;
}
input[type="checkbox"]:checked::after {
    content: "✔";
    font-size: 14px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
button.btn-success {
    cursor: pointer;
}
.checkbox {
    text-align: left;
    font: normal normal normal 16px/28px Noto Sans JP;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 !important;
}
.consent_area {
    background: #F0ECEC 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 3%;
    box-sizing: border-box;
    margin: 40px 0;
}
.contact_text4 {
    text-align: left;
    font: normal normal normal 14px/21px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
}
.consent_wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.contact_text3 {
    text-align: left;
    text-decoration: underline;
    font: normal normal bold 16px/32px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #2C68AF;
    margin: 0;
}
/* validation */
#consent-error {
    position: absolute;
    left: 50%;
    margin-top: 35px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #D30001;
    font-weight: normal;
    font-size: 16px;
}
.validation-block {
    color: #fff;
}
.has-error .validation-block {
    text-align: left;
    color: #D30001;
}
/* bootstrap */
.btn {
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}
.btn01 .btn {
    background-color: #009E96;
    width: 120px;
    margin-left: 20px;
    margin-left: 15px;
    color: #fff;
}
.modal-dialog {
    max-width: 600px;
    margin: 150px auto 0;
    width: calc(100% - 40px);
}
.modal-body {
    text-align: center;
}
.modal-footer {
    display: flex;
    justify-content: center;
}
.btn.btn-md {
    padding: 8px 20px !important;
}
.btn.btn-lg {
    padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn-primary {
    background: #3958A7;
    color: #fff;
    border: 2px solid #3958A7;
}
@media screen and (max-width: 960px) {
    .contact_area {
        padding: 4%;
    }
    input.form-control,
    textarea.form-control {
        width: 100%;
    }
    select.form-select {
        width: 100%;
    }
}
/* tel_area */
.tel_area {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 6%;
    box-sizing: border-box;
    margin: 50px 0 0 0;
}
.tel_h2 {
    text-align: center;
    font: normal normal 900 24px/38px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #2C68AF;
    margin: 0 0 20px 0;
}
.tel_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tel_left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px 0 0;
}
.tel_img {
    width: 44px;
    height: auto;
    margin: 0 10px 0 0;
}
.tel_text1 {
    text-align: center;
    font: normal normal 900 48px/48px Zen Maru Gothic;
    letter-spacing: -0.1rem;
    color: #481D1D;
    margin: 0;
    text-decoration: none;
}
.tel_text2 {
    text-align: left;
    font: normal normal 900 16px/16px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .tel_area {
        display: block;
    }
    .tel_left {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .tel_img {
        width: 39px;
    }
    .tel_text1 {
        font: normal normal 900 36px/36px Zen Maru Gothic;
    }
    .tel_text2 {
        font: normal normal 900 16px/16px Zen Maru Gothic;
    }    
}
/* sns */
.sns {
    width: 100%;
    background: #FFFDF7 0% 0% no-repeat padding-box;
    padding: 2% 15%;
    box-sizing: border-box;
}
.sns_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.sns_link1,
.sns_link2,
.sns_link3,
.sns_link4 {
    width: 24%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #F0ECEC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 2% 0;
    box-sizing: border-box;
    margin: 0 1% 0 0;
}
.sns_link3 {
    background: #60A7EF 0% 0% no-repeat padding-box;
}
.sns_link4 {
    background: #FFF57F 0% 0% no-repeat padding-box;
    margin: 0;
}
.sns_img {
    width: 46px;
    margin: 0 5px 0 0;
}
.sns_text1 {
    text-align: left;
    font: normal normal 900 20px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    margin: 0;
}
.sns_text2 {
    text-align: left;
    font: normal normal 900 20px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #06C755;
    margin: 0;
}
.sns_text3 {
    text-align: center;
    font: normal normal 900 20px/24px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}
.sns_text4 {
    text-align: center;
    font: normal normal 900 20px/30px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #23AD38;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .sns_link1,
    .sns_link2,
    .sns_link3,
    .sns_link4 {
        width: 100%;
    }
    .sns_link1 {
        margin: 0 1% 20px 0;
    }
    .sns_link2 {
        /* margin: 0 0 20px 0; */
    }
    .sns_img {
        width: 30px;
        margin: 0 3px 0 0;
    }
    .sns_text1,
    .sns_text2,
    .sns_text3,
    .sns_text4 {
        font-size: 14px;
        line-height: 1.2;
    }
}
/* footer */
.footer {
    background: #2C68AF 0% 0% no-repeat padding-box;
    height: 173px;
    margin: -2px 0 0 0;
}
.footer_logo {
    width: 244px;
    margin: 0 auto 10px auto;
    opacity: 0.4;
}
.footer_text1 {
    text-align: center;
    font: normal normal bold 18px/18px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin: 0 0 10px 0;
    opacity: 0.4;
}
.footer_text2 {
    text-align: center;
    font: normal normal normal 12px/12px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #FAFAFA;
    margin: 0;
    opacity: 0.4;
}
.fixed_cta {
    position: fixed;
    height: auto;
    right: 10px;
    bottom: 10px;
    z-index: 13;
    transition: opacity 0.3s ease-in-out;
}
.fixed_link {
    width: 100px;
    height: auto;
}
@media screen and (max-width: 960px) {
    .footer {
        height: 124px;
    }
    .fixed_cta {
        bottom: 60px;
    }
    .footer_cta {
        width: 100%;
        position: fixed;
        display: flex;
        left: 0;
        bottom: 0;
    }
    .footer_cta_btn1 {
        width: 50%;
        height: 50px;
        background: #EF9618 0% 0% no-repeat padding-box;
        color: #FFFFFF;
        list-style: none;
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        padding: 1px 0 0 0;
    }

    .footer_cta_btn1 rb {
        text-align: center;
        font: normal normal 900 22px/22px Zen Maru Gothic;
        letter-spacing: 0;
        margin: 0;
    }

    .footer_cta_btn1 rt {
        font: normal normal 700 8px/8px Zen Maru Gothic;
        letter-spacing: -0.1em;
        text-align: center;
    }

    .footer_cta_text1 {
        font: normal normal 900 10px/10px Zen Maru Gothic;
        margin: 0;
    }

    .footer_cta_btn2 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        background: #2C68AF 0% 0% no-repeat padding-box;
        color: #FFFFFF;
        list-style: none;
        text-decoration: none;
        font: normal normal bold 18px/18px Zen Maru Gothic;
        letter-spacing: 0px;
        padding: 0;
        box-sizing: border-box;
    }

    .footer_block0 {
        margin: -1px 0 0 0;
        background: #2C68AF 0% 0% no-repeat padding-box;
        height: 70px;
    }

    .footer_text1 {
        font: normal normal normal 16px/16px Zen Maru Gothic;
    }

    .footer_text2 {
        font: normal normal normal 9px/11px Zen Maru Gothic;
    }

}
/* page02 common */
.page02 {
    background: #FFFDF7 0% 0% no-repeat padding-box;
}
.fv2 {
    display: flex;
    align-items: center;
    text-align: left;
    background: #917777 0% 0% no-repeat padding-box;
    height: 220px;
    padding: 0 15%;
}
.fv2_h2 {
    font: normal normal bold 48px/60px Noto Sans JP;
    color: #FFFFFF;
    margin: 0;
}
.fv2_h2_en {
    font: normal normal bold 16px/20px Jost;
    color: #FFFFFF;
    margin: 10px 0 0 0;
}
/* page02 page03 パンくずリスト */
.crumbs {
    margin: 10px 0 0 0;
    width: 70%;
    position: relative;
    padding: 0 15%;
    box-sizing: border-box;
}
.crumbs_wrapper {
    position: absolute;
    width: 69vw;
    max-width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.crumbs_text1,
.crumbs_text3 {
    text-align: left;
    font: normal normal bold 16px/28px Noto Sans JP;
    letter-spacing: 0px;
    text-decoration: none;
}
.crumbs_text1 {
    color: #481D1D;
    margin: 0;
}
.crumbs_text3 {
    color: #F0ECEC;
    margin: 0 0 0 16px;
}
.crumbs_text2 {
    text-align: left;
    font: normal normal normal 16px/28px Noto Sans JP;
    letter-spacing: 0px;
    color: #F0ECEC;
    text-decoration: none;
    margin: 0 0 0 16px;
}
/* page02 ページネーション */
.pagenum_wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    flex-wrap: wrap;
}
.pagenum {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 5px;
}
.pagenum li {
    padding: 0;
    margin: 0;
}
.pagenum li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #fff;
    text-align: center;
    font: normal normal bold 16px/16px Jost;
    color: #481D1D;
    text-decoration: none;
    margin: 0 5px;
    width: 47px;
    height: 47px;
}
.pagenum li a:hover {
    background: #481D1D 0% 0% no-repeat padding-box;
    color: #fff !important;
    border-color: #481D1D;
}
.pagenum li a.current {
    background: #481D1D 0% 0% no-repeat padding-box;
    color: #FFFFFF !important;
    border-color: #481D1D;
    cursor: default;
}
.pagenum li a.first-btn {
    font-size: 12px;
}
.pagenum li a.last-btn {
    font-size: 12px;
}
@media screen and (max-width: 960px) {
    .fv2 {
        height: 206px;
        padding: 0 5.33%;
    }
    .fv2_h2 {
        font: normal normal bold 32px/48px Noto Sans JP;
    }
    .fv2_h2_en {
    }
    .crumbs {
        width: 89.4%;
        padding: 0 5.3%;
    }
    .crumbs_wrapper {
        width: 89.3vw;
        max-width: 100%;
    }
    .pagenum li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
/* page03 common */
.page03,
.fv3 {
    background: #FFFDF7 0% 0% no-repeat padding-box;
}
.fv3 {
    height: 100px;
}
.detail_text1 {
    text-align: left;
    font: normal normal normal 16px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333333;
    margin: 0 0 10px 0;
}
.detail h1 {
    font: normal normal bold 32px/48px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #481D1D;
    border-bottom: 4px solid #481D1D;
    padding: 0 0 30px 0;
    margin: 0 0 80px 0;
}
.detail_common_area h2 {
    font: normal normal bold 24px/36px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333333;
    border-left: 6px solid #481D1D;
    padding: 0 0 0 10px;
    margin: 0 0 40px 0;
}
.detail_common_area h3 {
    font: normal normal bold 20px/30px Zen Maru Gothic;
    letter-spacing: 0.48px;
    color: #481D1D;
    border-bottom: 2px solid #481D1D;
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
}
.detail_common_area h4 {
    font: normal normal bold 20px/20px Zen Maru Gothic;
    letter-spacing: 0;
    color: #333;
    margin: 0 0 40px 0;
}
.detail_common_area p {
    font: normal normal normal 16px/28px Zen Maru Gothic;
    letter-spacing: 0px;
    color: #333;
    margin: 0 0 40px 0;
}
.detail_common_area a {
    text-decoration: underline;
    font: normal normal bold 16px/28px Zen Maru Gothic;
    color: #481D1D;
    margin: 0 0 40px 0;
}
.detail_common_area th {
    background: #481D1D 0% 0% no-repeat padding-box;
    border: 1px solid #917777;
    color: #fff;
    padding: 20px 16px;
    box-sizing: border-box;
}
.detail_common_area td {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #917777;
    color: #481D1D;
    padding: 20px 16px;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
}

.tel_text_sub {
    margin-top: 30px;
}

.sub_link_text_area {
    margin-top: 20px;
    text-align: center;

}

.sns .sub_link_text {
    font-family: 'Zen Maru Gothic';
    color: #481D1D;
}