@charset "UTF-8";


.hero {
    padding-bottom: 100px;
}

.hero>.inner {
    max-width: unset;
}

.hero_wrapper {
    border-radius: 60px;
    background-image: url(../img/home/img-hero-bg@2x.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 490px;
    aspect-ratio: 1300 / 600;
    justify-content: space-around;
}

.hero_catch {
    width: 45.15%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-family: zen maru gothic;
}

.hero_catch_txt {
    font-weight: bold;
    color: #FFFFFF;
}

.hero_catch_txt.-top {
    font-size: clamp(20px, 2vw, 24px);
    white-space: nowrap;
}

.hero_catch_txt.-mid {
    font-size: clamp(45px, 4vw, 50px);
    white-space: nowrap;
}

.hero_catch_txt.-btm {
    font-size: clamp(14px, 1vw, 15px);
}

.hero_handling {
    position: absolute;
    bottom: -46px;
    left: 7%;
    width: 42.38%;
    min-width: 545px;
    aspect-ratio: 472.96 / 148.76;
}

.hero_handling_hd {
    display: flex;
    background-image: url(../img/home/img-hero-item01@2x.png);
    width: 25.03%;
    aspect-ratio: 120 / 90;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: bold;
    background-repeat: no-repeat;
    position: absolute;
    top: -45px;
}

.hero_handling_list {
    width: 100%;
    height: 100%;
    background-image: url(../img/home/img-hero-item02@2x.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: center;
    /* padding: 0 11%; */
    padding: 30px 9% 0;
}

.hero_handling_list>li {
    font-weight: bold;
    padding-left: 19px;
    position: relative;
}

.hero_handling_list>li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #F08938;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 3px;
}

.hero_handling_or {
    color: #F08938;
}

.hero_staff {
    width: 42.92%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.hero_staff>img {
    width: 100%;
    height: auto;
}

.info {
    padding: 56.5px 0 70.5px;
}

.info_wrapper {
    display: flex;
    justify-content: space-around;
    gap: 7px;
}

.info_contact {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.info_contact_ttl {
    display: flex;
    justify-content: center;
    padding: 4.5px 34px;
    width: fit-content;
    margin: 0 auto;
    background-color: #F45424;
    margin-bottom: 16.5px;
}

.info_contact_ttl>p {
    font-weight: bold;
    color: #FFFFFF;
}

.info_contact_tel {
    flex-flow: column;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32.5px;
}

.info_contact_tel>a {
    font-size: clamp(38px, 3.7vw, 60px);
    font-weight: bold;
    font-family: Judson;
    color: #F08938;
    line-height: 60px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.info_contact_tel>a::before {
    content: "";
    width: 13.51px;
    height: 38.29px;
    background-image: url(../img/cmn/tel-item-or.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.info_contacnt_ttl_rt {
    font-size: 15px;
    color: #764E31;
}

.info_contact_mail {
    display: flex;
    justify-content: center;
}

.info_contact_mail>a {
    padding: 23px 63px;
    align-items: center;
    display: flex;
    font-size: clamp(15px, 1.3vw, 18px);
    font-weight: bold;
    width: fit-content;
    color: #FFFFFF;
    background-color: #F08938;
    border-radius: 51px;
    white-space: nowrap;
}

.info_contact_mail>a::before {
    content: "";
    width: 27.81px;
    height: 21.26px;
    background-image: url(../img/cmn/img-nav-mail.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.info_about {}

.info_about_name {}

.info_about_name>p {
    color: #764E31;
    font-weight: bold;
}

.info_about_name>h2 {
    color: #F08938;
    font-size: 29px;
    font-weight: bold;
}

.info_about_address {
    color: #764E31;
    font-size: 20px;
    margin-bottom: 25px;
}

.info_about_ot {
    font-size: 18px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 19.5px;
}

.info_about_ot_table {
    width: 100%;
    color: #764E31;
}

.info_about_ot_table th:first-child {
    white-space: nowrap;
    width: 23%;
    text-align: inherit;
    padding-left: 36.5px;
}

.info_about_ot_table thead {
    border-bottom: #DED3C9 1px solid;
}

.info_about_ot_table thead th,
.info_about_ot_table thead td {
    padding: 6.5px 0;
}

.info_about_ot_table tbody th,
.info_about_ot_table tbody td {
    padding: 17px 0;
}

.info_about_ot_table td {
    text-align: center;
}

.sun::before {
    content: "";
    display: inline-block;
    width: 22px;
    border: 2.5px solid #888888;
}

.info_about_list {
    font-size: 15px;
    color: #764E31;
}

.info_about_list>li {
    padding-left: 10px;
    position: relative;
}

.info_about_list>li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F08938;
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 10px;
}

.news {
    margin-bottom: 51px;
}

.news_wrapper {
    width: 89.23%;
    margin: 0 auto;
    padding: 20.9px 0 23.1px;
    display: flex;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.news_wrapper>h2 {
    width: 11%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-right: double #F08938 5px;
    color: #F08938;
}

.news_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 89%;
    padding: 0 19px 0 23px;
    font-size: 15px;
    color: #764E31;
}

.news_link_single {
    display: flex;
    font-weight: bold;
    gap: 20px;
}

.news_link_single>* {
    font-weight: bold;
}

.news_link_archive {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news_link_archive::before {
    display: block;
    content: "";
    background-image: url(../img/home/img-news-item01@2x.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.column {
    z-index: 10;
    margin-bottom: 47px;
    position: relative;
}

.column::after {
    width: 274.16px;
    height: 265.76px;
    content: "";
    display: block;
    background-image: url(../img/home/img-column-item02@2x.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -111px;
    right: -20px;
}

.column_wrapper {
    width: 89.23%;
    margin: 0 auto;
    padding-top: 55px;
}

.column_hd {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    gap: 59px;
    color: #764E31;
}

.column_hd>h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    z-index: 10;
}

.column_hd>h2::before {
    content: "";
    width: 200px;
    height: 178px;
    display: block;
    position: absolute;
    background-image: url(../img/home/img-column-item01@2x.png);
    background-position: center;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.column_hd>a {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.column_hd>a::before {
    display: block;
    content: "";
    background-image: url(../img/home/img-news-item01@2x.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.column_list {
    display: flex;
    z-index: 10;
    position: relative;
    justify-content: start;
    gap: 40px;
}

.column_list>li {
    padding: 37px 45px 43px 35px;
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 31%;
}

.column_list_cnt {}

.column_list_cnt>h3 {
    color: #764E31;
    font-size: 20px;
    font-weight: bold;
}

.column_list_cnt>p {
    color: #764E31;
    font-size: 15px;
}

.about {
    padding-top: 100px;
}

.about_wrapper {
    width: 89.23%;
    margin: 0 auto;
    padding-bottom: 108px;
}

.about_wrapper>h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #764E31;
    position: relative;
    margin-bottom: 65px;
}

.about_wrapper>h2::after {
    content: "";
    display: block;
    width: 300px;
    height: 10px;
    background-image: url(../img/home/img-about-item01@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -14px;
}

.about_wrapper>p {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #764E31;
    white-space: nowrap;
    margin-bottom: 57px;
}

.txt-bg {
    position: relative;
    z-index: 10;
}

.txt-bg::before {
    content: "";
    display: block;
    width: 210px;
    height: 46px;
    background-image: url(../img/home/img-about-item02@2x.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    z-index: -1;
}

.about_menu {
    margin-bottom: 172px;
}

.about_menu_list {
    display: flex;
    flex-flow: column;
    gap: 32px
}

.about_menu_list_cnt {
    display: flex;
    width: 100%;
    position: relative;
}

.about_menu_list_cnt_img {
    width: 51.72%;
    aspect-ratio: 600 / 320;
    min-width: 450px;
}

.about_menu_list_cnt_img>img {
    width: 100%;
    height: 100%;
}

.about_menu_list_cnt_txt {
    width: 53.71%;
    min-width: 538px;
    aspect-ratio: 623 / 260;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    padding: 0 60px;
    border-radius: 20px;
    color: #764E31;
}

.about_menu_list_cnt_txt>h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 3px;
}

.about_menu_list_cnt_txt>p {
    font-size: 15px;
    margin-bottom: 22px;
}

.about_menu_list_cnt_txt>a {
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about_menu_list_cnt_txt>a::before {
    display: block;
    content: "";
    background-image: url(../img/home/img-news-item01@2x.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about_point {}

.about_point_list {
    display: flex;
    gap: 40px;
}

.about_point_list_cnt {
    display: flex;
    flex-flow: column;
    width: 22.41%;
    align-items: center;
    color: #764E31;
    position: relative;
}

.about_point_list_cnt:nth-child(odd) {
    top: 0px;
}

.about_point_list_cnt:nth-child(even) {
    top: 65px;
}

.about_point_list_cnt_ttl {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 29px
}

.about_point_list_cnt_ttl::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 260 / 260;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.about_point_list_cnt_ttl::before {
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
    font-size: 26px;
    font-weight: bold;
    font-family: Judson;
    top: -40px;
}

.about_point_list_cnt:first-child>.about_point_list_cnt_ttl::after {
    background-image: url(../img/home/img-about-item03_4@2x.png);
}

.about_point_list_cnt:nth-child(2)>.about_point_list_cnt_ttl::after {
    background-image: url(../img/home/img-about-item03_3@2x.png);
}

.about_point_list_cnt:nth-child(3)>.about_point_list_cnt_ttl::after {
    background-image: url(../img/home/img-about-item03_2@2x.png);
}

.about_point_list_cnt:nth-child(4)>.about_point_list_cnt_ttl::after {
    background-image: url(../img/home/img-about-item03_1@2x.png);
}

.about_point_list_cnt:first-child>.about_point_list_cnt_ttl::before {
    content: "1";
    color: #F08938;
}

.about_point_list_cnt:nth-child(2)>.about_point_list_cnt_ttl::before {
    content: "2";
    color: #F0B738;
}

.about_point_list_cnt:nth-child(3)>.about_point_list_cnt_ttl::before {
    content: "3";
    color: #88B540;
}

.about_point_list_cnt:nth-child(4)>.about_point_list_cnt_ttl::before {
    content: "4";
    color: #43A8BA;
}

.about_point_list_cnt_txt {
    z-index: 11;
    font-size: 15px;
}

.staff {
    background: #FAF0DF;
    padding: 160px 0 0;
    position: relative;
}

.staff::before {
    content: "";
    width: 100%;
    height: 97px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(#FCF9F2, #FAF0DF);
}

.staff_wrapper {}

.staff_intro {}

.staff_intro_cnt {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 57px;
}

.staff_intro_cnt_img {
    width: 320px;
    height: 320px;
}

.staff_intro_cnt_txt {
    max-width: 560px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 7px 0;
    color: #764E31;
    font-size: 15px;
}

.staff_license {
    font-weight: bold;
}

.staff_name {
    font-size: 26px;
    font-weight: bold;
}

.director {
    font-size: 15px;
    padding-right: 8px;
}

.staff_greeting {}

.staff_img {}

.staff_slide {
    overflow: hidden;
}

.staff_slide img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}

.bx-wrapper {
    max-width: 100% !important;
}

.price {
    padding-top: 110px;
}

.price_wrapper {
    width: 100%;
    margin: 0 auto;
}

.price_tbl {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    gap: 30px;
    margin: 0 auto 38.5px;
}

.prcie_tbl_cnt {
    display: flex;
    align-items: center;
    gap: 18px;
}

.prborder {
    padding: 0 3%;
    border-right: solid 1px #DED3C9;
    border-left: solid 1px #DED3C9;
}

.prcie_tbl_cnt_img {}

.price_tbl_cnt_txt {}

.price_tbl_cnt_txt>h3 {
    font-size: 15px;
    font-weight: bold;
    color: #764E31;
}

.price_tbl_cnt_txt_fs {
    width: fit-content;
    padding: 0 10px;
    background-color: #3FBC48;
    color: #FFFFFF;
    font-size: 15px;
}

.price_tbl_cnt_txt_pr {
    color: #F45424;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Judson';
}

.yen {
    font-size: 15px;
}

.price_add {
    display: flex;
}

.price_add.-mb84 {
    margin-bottom: 84px;
}

.adb {
    display: block;
    margin-right: 4px;
}

.price_cmn {
    margin-bottom: 32px;
}

.price_cmn_tbl {
    width: 100%;
    border-bottom: #DED3C9 solid;
    border-top: #DED3C9 solid;
}

.price_cmn_tbl th {
    padding: 27px 0 0 31px;
    text-align: start;
    width: 18.8%;
    background-color: #FAF0DF;
    font-weight: bold;
}

.price_cmn_tbl td {
    padding: 27px 0 27px 29px;
}

.price_cmn_tbl_fs {
    width: fit-content;
    padding: 0 10px;
    background-color: #3D99E8;
    color: #FFFFFF;
}

.prcie_insurance {}

.prcie_insurance>h3 {
    font-weight: bold;
    margin-bottom: 13px;
}

.pib {
    color: #F08938;
    margin-right: 8px;
}

.prcie_insurance>p {
    margin-bottom: 18px;
}

.prcie_insurance_col {
    padding: 49px 59px 40px 43PX;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 15px;
}

.prcie_insurance_col_ttl {
    font-weight: bold;
    margin-bottom: 18px;
}

.price_insurance_col_list {}

.price_insurance_col_list>li {
    position: relative;
    padding-left: 15px;
}

.price_insurance_col_list>li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F08938;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
}

.price_or {
    color: #F08938;
}

.voc {
    padding: 128px 0 181px;
    position: relative;
    background: #FAF0DF;
}

.voc::before {
    content: "";
    width: 100%;
    height: 97px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(#FCF9F2, #FAF0DF);
}

.voc::after {
    content: "";
    width: 100%;
    height: 97px;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    background: linear-gradient(#FAF0DF, #FFFFFF);
}

.voc>.inner {
    padding: 0;
    max-width: unset;
}

.voc_wrapper {
    overflow: hidden;
}

.voc_wrapper>.secttl {
    margin-bottom: 28px;
}

.voc_wrapper>p {
    text-align: center;
    margin-bottom: 54px;
}

.voc_swiper {
    position: relative;
}

.swiper {}

.voc_cnt {
    padding: 35px 24px 30px;
    width: fit-content;
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    height: auto;
}

.voc_cnt>p {
    position: absolute;
    padding: 2px 17px;
    color: #FFFFFF;
    top: -15px;
    left: 25px;
}

.voc_cnt_txt {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 40px;
    right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    width: 18.87px;
    height: 13.93px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/home/img-voc-item01.svg);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    transform: scaleX(-1);
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: #F08938;
    border-radius: 50%;
}

.access {
    padding: 80px 0 119px;
    background-color: #FFFFFF;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.access_wrapper {
    width: 89.23%;
    margin: 0 auto;
}

.access_top {
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
}

.access_top_detail {
    width: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.access_top_detail_name {
    text-align: center;
}

.access_top_detail_name>p {
    font-size: 15px;
    color: #764E31;
    font-weight: bold;
}

.access_top_detail_name>h3 {
    color: #F08938;
    font-size: 29px;
    font-weight: bold;
}

.access_top_detail_address {
    font-size: 18px;
    width: 79.31%;
    text-align: center;
    padding: 10px 0;
    border-top: solid 1px #DED3C9;
    border-bottom: solid 1px #DED3C9;
    margin-bottom: 36px;
}

.access_top_detail_address>p {
    font-weight: bold;
}

.access_top_detail_img {
    width: 96.55%;
}

.access_top_detail_img>img {
    width: 100%;
}

.access_top_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access_top_img>img {
    width: 80%;
}

.access_bottom {}

.access_bottom_map {
    border-radius: 20px;
    overflow: hidden;
}

iframe {
    width: 100%;
}

@media screen and (max-width:1030px) {}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {
    .hero {
        padding-bottom: 207px;
    }

    .hero_wrapper {
        height: 550px;
        flex-flow: column;
        padding: 0 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 34px;
    }

    .hero_catch {
        width: 100%;
    }

    .hero_catch_txt {}

    .hero_catch_txt.-top {
        font-size: 13px;
    }

    .hero_catch_txt.-mid {
        font-size: 23px;
    }

    .hero_catch_txt.-btm {
        font-size: 12px;
    }

    .hero_handling {
        min-width: unset;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -173px;
        height: 210px;
    }

    .hero_handling_hd {
        font-size: 12px;
        top: -23px;
    }

    .hero_handling_list {
        background-image: url(../img/home/img-hero-item02_sp.png);
        font-size: 13px;
        text-align: start;
        padding: 0 11%;
    }

    .hero_staff {
        width: 286px;
    }

    .hero_staff>img {}

    .info {
        padding: 0 0 31.5px;
    }

    .info_wrapper {
        flex-flow: column;
    }

    .info_contact {}

    .info_contact_ttl {
        margin-bottom: 11.5px;
    }

    .info_contact_ttl>p {}

    .info_contact_tel {
        margin-bottom: 22.5px;
    }

    .info_contact_tel>a {}

    .info_contacnt_ttl_rt {}

    .info_contact_mail {
        margin-bottom: 33px;
    }

    .info_contact_mail>a {
        font-size: 15px;
        padding: 19px 26px;
    }

    .info_about {}

    .info_about_name {
        text-align: center;
    }

    .info_about_name>p {
        font-size: 12px;
    }

    .info_about_name>h2 {
        font-size: 21px;
    }

    .info_about_address {
        font-size: 15px;
        text-align: center;
    }

    .info_about_ot {
        margin-bottom: 10.5px;
    }

    .info_about_ot_table {
        font-size: 15px;
    }

    .info_about_ot_table th:first-child {
        padding-left: 14px;
    }

    .info_about_ot_table thead {}

    .info_about_ot_table thead th,
    .info_about_ot_table thead td {
        padding: 6.5px 0;
    }

    .info_about_ot_table tbody th,
    .info_about_ot_table tbody td {
        padding: 16px 0;
    }

    .info_about_ot_table td {}

    .info_about_ot_table td>img {
        width: 16px;
        height: auto;
    }

    .sun::before {
        width: 16px;
        border: 2px solid #888888;
    }

    .info_about_list {}

    .info_about_list>li::before {}

    .news {
        margin-bottom: 16px;
    }

    .news_wrapper {
        flex-flow: column;
        padding: 15px 23px;
        width: 100%;
    }

    .news_wrapper>h2 {
        border-bottom: double #F08938 5px;
        border-right: unset;
        width: 100%;
        text-align: start;
        padding-left: 8px;
        margin-bottom: 12px;
    }

    .news_link {
        flex-flow: column;
        align-items: start;
        padding-left: 10px;
    }

    .news_link_single {
        flex-flow: column;
        gap: 0;
        margin-bottom: 22px;
    }

    .news_link_single>* {}

    .news_link_archive {
        margin: 0 auto;
    }

    .news_link_archive::before {}

    .column {
        margin-bottom: 58px;
    }

    .column::after {
        display: none;
    }

    .column_wrapper {
        width: 100%;
    }

    .column_hd {
        justify-content: space-between;
    }

    .column_hd>h2 {}

    .column_hd>h2::before {}

    .column_hd>a {}

    .column_hd>a::before {}

    .column_list {
        flex-flow: column;
    }

    .column_list>li {
        width: 100%;
        padding: 28px 23px 33px;
    }

    .column_list_cnt {}

    .column_list_cnt>h3>p {}

    .column_list_cnt>p {}

    .about {
        padding-top: 0px;
    }

    .about_wrapper {
        width: 100%;
        padding-bottom: 50px;
    }

    .about_wrapper>h2 {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .about_wrapper>h2::after {
        width: 200px;
        height: 7px;
        bottom: -8px;
    }

    .about_wrapper>p {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .txt-bg {}

    .txt-bg::before {
        width: 150px;
        height: 33px;
    }

    .about_menu {
        margin-bottom: 25px;
    }

    .about_menu_list {
        gap: 10px;
        padding: 0;
    }

    .about_menu_list_cnt {
        flex-flow: column;
    }

    .about_menu_list_cnt_img {
        width: 100%;
        min-width: unset;
    }

    .about_menu_list_cnt_img>img {}

    .about_menu_list_cnt_txt {
        width: 92.02%;
        min-width: unset;
        aspect-ratio: unset;
        padding: 30px 23px 33px;
        transform: unset;
        right: unset;
        bottom: unset;
        position: relative;
        margin: 0 auto;
        bottom: 32px;
    }

    .about_menu_list_cnt_txt>h3 {
        font-size: 18px;
        margin-bottom: 9px;
    }

    .about_menu_list_cnt_txt>p {}

    .about_menu_list_cnt_txt>a {}

    .about_menu_list_cnt_txt>a::before {}

    .about_point {
        padding-top: 54px;
    }

    .about_point_list {
        gap: 64px 22px;
        flex-flow: wrap;
        justify-content: center;
        padding: 0;
    }

    .about_point_list_cnt {
        width: 43%;
    }

    .about_point_list_cnt:nth-child(odd) {}

    .about_point_list_cnt:nth-child(even) {
        top: 0;
    }

    .about_point_list_cnt_ttl {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .about_point_list_cnt_ttl::after {}

    .about_point_list_cnt_ttl::before {
        font-size: 22px;
        top: -44px;
    }

    .about_point_list_cnt:first-child>.about_point_list_cnt_ttl::after {}

    .about_point_list_cnt:nth-child(2)>.about_point_list_cnt_ttl::after {}

    .about_point_list_cnt:nth-child(3)>.about_point_list_cnt_ttl::after {}

    .about_point_list_cnt:nth-child(4)>.about_point_list_cnt_ttl::after {}

    .about_point_list_cnt_txt {}

    .staff {
        padding: 71px 0 0;
    }

    .staff_wrapper {}

    .staff_intro {}

    .staff_intro_cnt {
        flex-flow: column;
        align-items: center;
        gap: 29px;
    }

    .staff_intro_cnt_img {
        width: 220px;
        height: auto;
    }

    .staff_intro_cnt_txt {}

    .staff_license {
        text-align: center;
    }

    .staff_name {
        text-align: center;
    }

    .director {}

    .staff_greeting {}

    .staff_img {}

    .staff_slide img {}

    .bx-wrapper {}

    .price {}

    .price_wrapper {
        width: 100%;
    }

    .price_tbl {
        flex-flow: column;
        gap: 0;
        margin-bottom: 17px;
    }

    .prcie_tbl_cnt {
        gap: 11px;
        padding: 16px 0 10px;
        border-top: solid 1px #DED3C9;
    }

    .prcie_tbl_cnt:last-child {
        border-bottom: solid 1px #DED3C9;
    }

    .prborder {
        border-top: solid 1px #DED3C9;
        border-left: unset;
        border-right: unset;
    }

    .prcie_tbl_cnt_img {
        width: 120px;
        min-width: 120px;
    }

    .price_tbl_cnt_txt {}

    .price_tbl_cnt_txt>h3 {}

    .price_tbl_cnt_txt_fs {}

    .price_tbl_cnt_txt_pr {}

    .yen {}

    .price_add {
        margin-bottom: 58px;
    }

    .adb {}

    .price_cmn {}

    .price_cmn_tbl {}

    .price_cmn_tbl tr {
        display: flex;
        flex-flow: column;
    }

    .price_cmn_tbl th {
        width: 100%;
        padding: 5px 5px;
    }

    .price_cmn_tbl td {
        padding: 10px 0px 27px;
    }

    .price_cmn_tbl_fs {}

    .prcie_insurance {}

    .prcie_insurance>h3 {}

    .pib {}

    .prcie_insurance>p {}

    .prcie_insurance_col {
        padding: 31px 22px;
        font-size: 13px;
    }

    .prcie_insurance_col_ttl {}

    .price_insurance_col_list {}

    .price_insurance_col_list>li {}

    .price_insurance_col_list>li::before {
        top: 8px;
    }

    .price_or {}

    .voc {
        padding: 128px 0 98px;
    }

    .voc_wrapper {}

    .voc_swiper {}

    .swiper {}

    .voc_cnt {}

    .voc_cnt_txt {}

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    .access {
        padding-bottom: 30px;
    }

    .access_wrapper {
        width: 100%;
    }

    .access_top {
        flex-flow: column;
        gap: 23px;
    }

    .access_top_detail {
        width: 100%;
    }

    .access_top_detail_name {}

    .access_top_detail_name>p {
        font-size: 12px;
    }

    .access_top_detail_name>h3 {
        font-size: 22px;
    }

    .access_top_detail_address {
        font-size: 15px;
        width: 100%;
        margin-bottom: 27px;
    }

    .access_top_detail_address>p {}

    .access_top_detail_img {
        width: 100%;
    }

    .access_top_detail_img>img {}

    .access_top_img {
        width: 100%;
    }

    .access_top_img>img {
        width: 100%;
    }

    .access_bottom {}

    .access_bottom_map {}

    iframe {}

}