@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@font-face {
    font-family: "Honoka_Shin_Mincho_L";
    src: url("/wp-content/themes/swell_child/fonts/font_1_honokamin.ttf") format("TrueType");
}

html,
button,
input,
select,
textarea {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}

.yuu {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.hono {
    font-family: "Honoka_Shin_Mincho_L", sans-serif;
}

.labe {
    font-family: "La Belle Aurore", "cursive", "sans-serif";
}

body{
    padding-top: 140px;
}

body > * {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
    color: #343434;
    font-size: 16px;
    line-height: 1.7;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap2 {
    width: 1240px;
    margin: 0 auto;
}

.wrap3 {
    width: 1340px;
    margin: 0 auto;
}

.symptoms_box h2 {
    font-size: 25px;
}

#pc_header {
    padding: 19px 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}

#pc_header .hd_box {
    align-items: center;
    flex-wrap: nowrap;
}

#pc_header .hd_box .logo_box {
    align-items: center;
    flex-wrap: nowrap;
}

#pc_header .hd_box .logo_box .logo {
    width: 115px;
    margin-right: 30px;
    flex-shrink: 0;
}

#pc_header .hd_box .logo_box .logo img {
    width: 100%;
}

#pc_header .hd_box .logo_box .comment {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.04em;
}

#pc_header .hd_box .hd_menu_box .menu_top_box {
    align-items: flex-end;
    flex-wrap: nowrap;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .tel_box .tel_come {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 300;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .tel_box .tel {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #765d24;
    margin-top: 7px;
    display: block;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .tel_box .tel .num {
    font-size: 30px;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box {
    margin-left: 35px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box::before {
    width: 1px;
    height: 20px;
    background-color: #707070;
    content: "";
    margin-right: 35px;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 10px;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li {
    width: 250px;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li.line {
    --btn-color: #00b900;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li.mail {
    --btn-color: #d0a242;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li .contact_btn {
    background-color: var(--btn-color);
    border-radius: 30px;
    padding-left: 22px;
    align-items: center;
    flex-wrap: nowrap;
    transition: 0.3s;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li .contact_btn:hover {
    opacity: 0.7;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li .contact_btn .icon {
    width: 20.5px;
    margin-right: 10px;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li .contact_btn .icon img {
    width: 100%;
    display: block;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li .contact_btn .name {
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: 600;
    line-height: 46px;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li .contact_btn .arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    margin-right: 8px;
    margin-left: auto;
    align-items: center;
    padding-left: 7px;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li .contact_btn .arrow svg {
    width: 50%;
}

#pc_header .hd_box .hd_menu_box .menu_top_box .contact_sec_box ul li .contact_btn .arrow svg path {
    stroke: var(--btn-color);
}

#pc_header .hd_box .hd_menu_box .menu_bottom_box {
    margin-top: 22px;
}

#pc_header .hd_box .hd_menu_box .menu_bottom_box ul {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

#pc_header .hd_box .hd_menu_box .menu_bottom_box ul li {
    line-height: 1;
    font-size: 13px;
}

#pc_header .hd_box .hd_menu_box .menu_bottom_box ul li .link {
    color: #343434;
    letter-spacing: 0.04em;
    transition: 0.3s;
}

#pc_header .hd_box .hd_menu_box .menu_bottom_box ul li .link:hover {
    color: #d0a242;
}

#top_main_sec {
    overflow: hidden;
}

#top_main_sec .main_box {
    background-image: url(./image/top_main_back_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 95px 50px 35px;
    position: relative;
}

#top_main_sec .main_box .text_box {
    position: relative;
    z-index: 1;
}

#top_main_sec .main_box .text_box .main_ttl {
    color: #fff;
    font-size: 70px;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

#top_main_sec .main_box .text_box .main_ttl .translate {
    transform: translateX(340px);
    display: block;
}

#top_main_sec .main_box .text_box .ttl_comment {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: 28px;
}

#top_main_sec .main_box .text_box .news_sec {
    margin-top: 95px;
    width: 610px;
}

#top_main_sec .main_box .text_box .news_sec ul li {
    line-height: 1;
}

#top_main_sec .main_box .text_box .news_sec ul li .link {
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #fff;
    align-items: center;
    flex-wrap: nowrap;
}

#top_main_sec .main_box .text_box .news_sec ul li .link .day {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
}

#top_main_sec .main_box .text_box .news_sec ul li .link .ttl {
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 500;
    margin: 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#top_main_sec .main_box .text_box .news_sec ul li .link .arrow {
    width: 10px;
    flex-shrink: 0;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    rotate: -45deg;
    margin-left: auto;
}

#top_about_sec {
    padding-top: 245px;
}

#top_about_sec .about_box {
    align-items: flex-start;
    flex-wrap: nowrap;
}

#top_about_sec .about_box .img {
    width: 460px;
    height: 530px;
    margin-right: 95px;
    position: relative;
}

#top_about_sec .about_box .img::after {
    content: "";
    position: absolute;
    width: 460px;
    height: 530px;
    border: 3px solid #d0a242;
    top: -30px;
    right: -30px;
}

#top_about_sec .about_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_about_sec .about_box .text_box {
    margin-top: 200px;
    margin-left: auto;
}

#top_about_sec .about_box .text_box .ttl_come {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-top: 40px;
}

#top_about_sec .about_box .text_box .text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    margin-top: 30px;
    line-height: 1.9;
}

#top_about_sec .about_box .text_box .common_btn_box {
    margin-top: 50px;
}

.common_ttl_box .en_ttl {
    font-size: 70px;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #d0a242;
}

.common_ttl_box .sec_ttl {
    font-size: 29px;
    letter-spacing: 0.05em;
    /* line-height: 1; */
    font-weight: 300;
    margin-top: 28px;
    color: #d0a242;
}

.common_btn_box {
    width: 440px;
}

.common_btn_box .btn {
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 10px 0 40px;
    border-radius: 35px;
    background-color: #d0a242;
    transition: 0.3s;
}

.common_btn_box .btn:hover {
    opacity: 0.7;
}

.common_btn_box .btn .name {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
}

.common_btn_box .btn .arrow {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    border-radius: 50%;
    align-items: center;
    margin-left: auto;
    padding-left: 13px;
}

.common_btn_box .btn .arrow svg {
    width: 50%;
    flex-shrink: 0;
}

.common_btn_box .btn .arrow svg path {
    stroke: #d0a242;
}

#top_slider_sec {
    padding-top: 128px;
}

#top_slider_sec .slider_box ul {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

#top_slider_sec .slider_box ul .arrow_icon {
    position: absolute;
    width: 14px;
    bottom: -38px;
    left: 50%;
    cursor: pointer;
    display: block;
}

#top_slider_sec .slider_box ul .arrow_icon.prev {
    transform: translateX(290px);
}

#top_slider_sec .slider_box ul .arrow_icon.next {
    rotate: -180deg;
    transform: translateX(-330px);
}

#top_slider_sec .slider_box ul li {
    margin: 0 10px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-shrink: 0;
    width: 700px;
}

#top_slider_sec .slider_box ul li .text {
    margin-top: auto;
    margin-left: auto;
    background-color: #d0a242;
    color: #fff;
    text-align: center;
    letter-spacing: 0.07em;
    width: 290px;
    line-height: 50px;
}

#top_slider_sec .common_ttl_box {
    text-align: center;
    margin-top: 74px;
}

#top_slider_sec .slider_text {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-top: 20px;
    font-weight: 300;
}

#top_treatment_sec {
    padding-top: 333px;
    overflow: hidden;
    position: relative;
}

#top_treatment_sec::before {
    content: "";
    position: absolute;
    background-image: url(./image/top_treatment_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 185px;
    width: calc(407px + 50vw - 570px);
    height: 400px;
}

#top_treatment_sec .treatment_box {
    justify-content: flex-end;
    align-items: flex-start;
}

#top_treatment_sec .treatment_box .text {
    writing-mode: vertical-rl;
    letter-spacing: 0.4em;
    line-height: 2.6;
    margin-right: 70px;
    margin-top: 10px;
}

#top_treatment_sec .treatment_box .ttl_sec_box {
    flex-shrink: 0;
}

#top_treatment_sec .treatment_box .ttl_sec_box .common_ttl_box {
    text-align: end;
}

#top_treatment_sec .treatment_box .ttl_sec_box .common_arrow_btn {
    margin-top: 105px;
    margin-left: 8px;
}

.common_arrow_btn .btn {
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 16px;
    border-bottom: 1px solid #838383;
    transition: 0.3s;
}

.common_arrow_btn .btn:hover {
    opacity: 0.7;
}

.common_arrow_btn .btn:hover .arrow {
    transform: translateX(5px);
}

.common_arrow_btn .btn .name {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #343434;
}

.common_arrow_btn .btn .arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: 0.3s;
    border: 1px solid #343434;
    position: relative;
    margin-left: auto;
}

.common_arrow_btn .btn .arrow::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #343434;
    border-right: 1px solid #343434;
    rotate: 45deg;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -75% -50%;
}

#top_symptoms_sec {
    margin-top: 150px;
    margin-left: calc(50vw - 570px);
    background-image: url(./image/top_symptoms_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 123px 100px 82px;
    position: relative;
}

#top_symptoms_sec::after {
    content: "";
    position: absolute;
    background: rgb(52, 52, 52);
    background: linear-gradient(90deg, rgb(52, 52, 52) 0%, rgba(119, 119, 119, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}

#top_symptoms_sec .text_box {
    position: relative;
    z-index: 1;
}

#top_symptoms_sec .text_box .common_ttl_box .en_ttl {
    color: #fff;
    font-size: 60px;
}

#top_symptoms_sec .text_box .common_ttl_box .sec_ttl {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.08em;
}

#top_symptoms_sec .text_box .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 35px;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #fff;
}

#top_symptoms_sec .text_box .common_arrow_btn {
    /* width: 263px; */
}

#top_symptoms_sec .text_box .common_arrow_btn .btn {
    border-bottom: 1px solid #ffffff;
}

#top_symptoms_sec .text_box .common_arrow_btn .btn .name {
    color: #fff;
}

#top_symptoms_sec .text_box .common_arrow_btn .btn .arrow {
    border: 1px solid #fff;
}

#top_symptoms_sec .text_box .common_arrow_btn .btn .arrow::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#top_inform_sec {
    padding-top: 178px;
}

#top_inform_sec .top_inform_box {
    margin-top: 60px;
}

#top_inform_sec .top_inform_box .common_arrow_btn {
    margin-left: auto;
    width: 282px;
    margin-top: 65px;
}

.common_inform_sec ul li+li {
    margin-top: 60px;
}

.common_inform_sec ul li .link {
    align-items: center;
    flex-wrap: nowrap;
}

.common_inform_sec ul li .link:hover .ttl_sec_box .ttl_box .ttl {
    color: #d0a242;
}

.common_inform_sec ul li .link .day {
    color: #343434;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 70px;
}

.common_inform_sec ul li .link .ttl_sec_box {
    margin-left: auto;
    width: 100%;
}

.common_inform_sec ul li .link .ttl_sec_box .ttl_box {
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 20px;
}

.common_inform_sec ul li .link .ttl_sec_box .ttl_box .ttl {
    font-size: 20px;
    color: #343434;
    letter-spacing: 0.08em;
    line-height: 1;
    transition: 0.3s;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 40px;
}

.common_inform_sec ul li .link .ttl_sec_box .ttl_box .arrow {
    width: 14px;
    height: 14px;
    border-top: 2px solid #343434;
    border-right: 2px solid #343434;
    rotate: 45deg;
    flex-shrink: 0;
    margin-left: auto;
}

.common_inform_sec ul li .link .ttl_sec_box .cont {
    padding: 29px 120px 0 20px;
    margin-top: 23px;
    border-top: 1px solid #343434;
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#top_review_sec {
    padding: 160px 0 205px;
    position: relative;
}

#top_before_after_sec {
    padding: 0 0 205px;
}

#top_review_sec::after {
    content: "";
    position: absolute;
    width: 756px;
    /* height: 706px; */
    height: 450px;
    background-color: #f8f2e4;
    right: 0;
    top: 290px;
    z-index: -1;
}

#top_review_sec .review_box,
#top_before_after_sec .review_box {
    align-items: center;
    flex-wrap: nowrap;
    padding-left: calc(50vw - 570px);
    justify-content: space-between;
}

#top_review_sec .review_box .ttl_btn_box,
#top_before_after_sec .review_box .ttl_btn_box {
    width: 310px;
}

#top_review_sec .review_box .ttl_btn_box .common_arrow_btn,
#top_before_after_sec .review_box .ttl_btn_box .common_arrow_btn {
    margin-top: 90px;
}

#top_review_sec .review_box .top_review_slider_box,
#top_before_after_sec .review_box .top_review_slider_box {
    width: 940px;
}

.common_review_sec ul {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    position: relative;
}

.common_review_sec ul .slick-track {
    padding-bottom: 2px;
}

.common_review_sec ul .slick-list {
    padding-left: 2px;
}

.common_review_sec ul .icon_box {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 20px;
    position: absolute;
    bottom: -45px;
    left: 75%;
    transition: 0.3s;
    cursor: pointer;
}

.common_review_sec ul .icon_box:hover {
    opacity: 0.7;
}

.common_review_sec ul .icon_box.next .arrow {
    rotate: 180deg;
}

.common_review_sec ul .icon_box.prev {
    transform: translateX(-130px);
}

.common_review_sec ul .icon_box .arrow {
    display: block;
    width: 30px;
}

.common_review_sec ul .icon_box .arrow img {
    width: 100%;
}

.common_review_sec ul li {
    margin: 0 15px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    height: 450px;
    width: 370px;
    background-color: #fff;
    position: relative;
}

.common_review_sec ul li::after {
    content: "";
    position: absolute;
    background-color: #d0a242;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    filter: blur(3.5px);
    bottom: 22px;
    right: 22px;
}

.common_review_sec ul li .link {
    transition: 0.3s;
    height: 100%;
    background-color: #fff;
}

.common_review_sec ul li .link:hover {
    opacity: 0.7;
}

.common_review_sec ul li .link .img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.common_review_sec ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_review_sec ul li .link .text_box {
    margin-top: -24px;
    height: 100%;
    overflow: hidden;
}

.common_review_sec ul li .link .text_box .link_ttl {
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 12px 14px;
    background-color: #d0a242;
    color: #fff;
    line-height: 2.8;
    font-size: 18px;
}

.common_review_sec ul li .link .text_box .box {
    padding: 18px 15px 0;
}

.common_review_sec ul li .link .text_box .box .text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    color: #696969;
}

.common_review_sec ul li .link .text_box .box .theme {
    color: #343434;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 14px;
}

.common_review_sec ul li .link .text_box .box .theme .symptoms {
    font-size: 20px;
}

.common_review_sec ul li .link .text_box .box .info_box {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-top: 15px;
    line-height: 1;
    font-weight: 300;
    color: #343434;
}

#top_blog_sec .blog_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 11px;
}

#top_blog_sec .blog_box ul li .link:hover .text_box .ttl_box .ttl {
    color: #d0a242;
}

#top_blog_sec .blog_box ul li .link:hover .text_box .ttl_box .en_ttl {
    color: #d0a242;
}

#top_blog_sec .blog_box ul li .link .img {
    width: 100%;
    height: 260px;
}

#top_blog_sec .blog_box ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_blog_sec .blog_box ul li .link .text_box {
    padding: 0 15px 0;
    margin-top: 22px;
    border-left: 1px solid #343434;
}

#top_blog_sec .blog_box ul li .link .text_box .ttl_box .ttl {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #343434;
    transition: 0.3s;
}

#top_blog_sec .blog_box ul li .link .text_box .ttl_box .en_ttl {
    transition: 0.3s;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 12px;
    color: #343434;
}

#top_blog_sec .blog_box ul li .link .text_box .text {
    font-size: 14px;
    margin-top: 22px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    color: #343434;
}

#top_blog_sec .blog_box ul li .link .text_box .arrow {
    width: 24px;
    margin-top: 30px;
}

#top_blog_sec .blog_box ul li .link .text_box .arrow svg {
    width: 100%;
    display: block;
}

#top_blog_sec .blog_box ul li .link .text_box .arrow svg path {
    stroke: #0d0d0d;
}

#top_access_sec {
    padding: 145px 0 160px;
}

#top_access_sec .map {
    width: 100%;
    height: 340px;
}

#top_access_sec .map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

#top_access_sec .access_box {
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 38px;
}

#top_access_sec .access_box .common_ttl_box {
    margin-right: 94px;
    flex-shrink: 0;
}

#top_access_sec .access_box .common_ttl_box .en_ttl {
    font-size: 40px;
}

#top_access_sec .access_box .common_ttl_box .sec_ttl {
    font-size: 18px;
    margin-top: 14px;
}

#top_access_sec .access_box .info_sec_box {
    display: flex;
    margin-left: auto;
}

#top_access_sec .access_box .info_sec_box::before {
    margin-right: 94px;
    width: 1px;
    background-color: #d3d3d3;
    content: "";
}

#top_access_sec .access_box .info_sec_box .info_box .add {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

#top_access_sec .access_box .info_sec_box .info_box .road {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #696969;
    line-height: 1;
}

#top_access_sec .access_box .info_sec_box .info_box .tel {
    display: inline-block;
    color: #d0a242;
    margin-top: 22px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-size: 24px;
}

#top_access_sec .access_box .info_sec_box .info_box .tel .num {
    font-size: 38px;
}

#top_access_sec .access_box .info_sec_box .info_box .time {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-top: 7px;
    line-height: 1.7;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box {
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 30px;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .ex {
    font-size: 15px;
    color: #696969;
    letter-spacing: 0.02em;
    line-height: 1;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn {
    margin-left: auto;
    width: 300px;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn {
    padding: 0 10px 0 20px;
    background-color: #00b900;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 33px;
    transition: 0.3s;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn:hover {
    opacity: 0.7;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .icon {
    width: 40px;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .icon img {
    width: 100%;
    display: block;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .name {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 56px;
    font-weight: 600;
    margin-left: 14px;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .arrow {
    margin-left: auto;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding-left: 6px;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .arrow svg {
    width: 60%;
    display: block;
    flex-shrink: 0;
}

#top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .arrow svg path {
    stroke: #00b900;
}

#footer {
    background-color: #f8f2e4;
    padding: 80px 0 60px;
}

#footer .ft_bottom .symptoms_menu ul {
    display: grid;
    gap: 25px 20px;
    grid-template-columns: repeat(3, 1fr);
}

#footer .ft_bottom .ft_menu ul li+li {
    margin-top: 25px;
}

#footer .ft_bottom .symptoms_menu .inner_ttl a {
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #343434;
    transition: 0.3s;
    display: inline-block;
}

#footer .ft_bottom .symptoms_menu .inner_ttl {
    margin-bottom: 25px;
    line-height: 1;
}

#footer .ft_bottom .symptoms_menu .inner_ttl a:hover {
    color: #d0a242;
}

#footer .ft_bottom .symptoms_menu ul li a::before {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #d0a242;
}

#footer .ft_bottom .symptoms_menu ul li a {
    display: flex;
    gap: 0 0.5em;
    align-items: center;
}

.common_shop_information {
    flex-wrap: nowrap;
    align-items: center;
}

.common_shop_information .list_img {
    width: 530px;
}

.common_shop_information .list_img img {
    width: 100%;
}

.common_shop_information .list_img .text {
    color: #696969;
    font-size: 14px;
    letter-spacing: .05em;
    margin-top: 10px;
}

.common_shop_information .info_box {
    margin-left: auto;
}

.common_shop_information .info_box .tel_box .tel_come {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 1;
}

.common_shop_information .info_box .tel_box .tel {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 9px;
    color: #343434;
}

.common_shop_information .info_box .tel_box .tel .num {
    font-size: 38px;
}

.common_shop_information .info_box .link_btn_box {
    margin-top: 18px;
}

.common_shop_information .info_box .link_btn_box ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 10px;
}

.common_shop_information .info_box .link_btn_box ul li {
    width: 280px;
}

.common_shop_information .info_box .link_btn_box ul li.line {
    --btn-color: #00b900;
}

.common_shop_information .info_box .link_btn_box ul li.mail {
    --btn-color: #d0a242;
}

.common_shop_information .info_box .link_btn_box ul li .contact_btn {
    background-color: var(--btn-color);
    border-radius: 30px;
    padding: 0 10px 0 24px;
    align-items: center;
    flex-wrap: nowrap;
    transition: 0.3s;
}

.common_shop_information .info_box .link_btn_box ul li .contact_btn:hover {
    opacity: 0.7;
}

.common_shop_information .info_box .link_btn_box ul li .contact_btn .icon {
    width: 30px;
    margin-right: 10px;
}

.common_shop_information .info_box .link_btn_box ul li .contact_btn .icon img {
    width: 100%;
    display: block;
}

.common_shop_information .info_box .link_btn_box ul li .contact_btn .name {
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 56px;
    font-weight: 600;
}

.common_shop_information .info_box .link_btn_box ul li .contact_btn .arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    margin-left: auto;
    align-items: center;
    padding-left: 7px;
}

.common_shop_information .info_box .link_btn_box ul li .contact_btn .arrow svg {
    width: 55%;
}

.common_shop_information .info_box .link_btn_box ul li .contact_btn .arrow svg path {
    stroke: var(--btn-color);
}

.common_shop_information .info_box .add {
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-top: 22px;
    line-height: 1.7;
}

.common_shop_information .info_box .note {
    color: #696969;
    letter-spacing: .02em;
}

#footer .ft_bottom {
    margin-top: 40px;
    padding: 40px 40px 0;
    border-top: 1px dashed #a2a2a2;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0 80px;
}

#footer .ft_bottom ul li {
    line-height: 1;
}

#footer .ft_bottom ul li .link {
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #343434;
    transition: 0.3s;
}

#footer .ft_bottom ul li .link:hover {
    color: #d0a242;
}

#footer .ft_bottom .sns_box {
    margin-left: auto;
}

#footer .ft_bottom .sns_box .name {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1;
}

#footer .ft_bottom .sns_box .icon_box {
    margin-top: 10px;
    align-items: center;
    flex-wrap: nowrap;
}

#footer .ft_bottom .sns_box .icon_box .follow {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-top: 10px;
    color: #343434;
}

#footer .ft_bottom .sns_box .icon_box .icon {
    width: 37px;
    margin-left: 22px;
}

#footer .ft_bottom .sns_box .icon_box .icon img {
    width: 100%;
    display: block;
}

#footer .cr_link_box {
    margin-top: 38px;
    padding: 0 40px;
    justify-content: space-between;
    align-items: center;
}

#footer .cr_link_box .link_box ul {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 10px;
}

#footer .cr_link_box .link_box ul li {
    line-height: 1;
}

#footer .cr_link_box .link_box ul li+li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#footer .cr_link_box .link_box ul li+li::before {
    margin-right: 10px;
    content: "|";
    font-size: 12px;
}

#footer .cr_link_box .link_box ul li .link {
    font-size: 12px;
    letter-spacing: 0.04em;
    transition: 0.3s;
    color: #343434;
}

#footer .cr_link_box .link_box ul li .link:hover {
    color: #d0a242;
}

#footer .cr_link_box .cr {
    letter-spacing: 0.06em;
    line-height: 1;
}

#footer .cr_link_box .cr small {
    font-size: 12px;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 150px 0;
}

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common_btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff !important;
    margin: 0 auto;
    transition: 0.3s;
}

.common-btn:hover {
    opacity: 0.7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    text-align: end;
    position: relative;
    margin-top: .8em;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #c70000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: 0.08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type=text],
#page_contact input[type=email],
#page_contact #zip {
    width: 85%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
    font-size: 12px;
}

#page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

#page_contact #btn_wrap button {
    background-color: #d0a242;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.08em;
    margin: auto;
}

#page_contact #btn_wrap button[name=submitBack] {
    text-decoration: underline;
    background: transparent;
    color: #333;
    width: auto;
    display: inline-block;
}

#page_contact #btn_wrap button:hover {
    opacity: 0.8;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: 0.02em;
}

.contact_form_disc .caution {
    font-size: 14px;
    color: #373636;
}

.contact_form_disc .text {
    margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #333;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all 0.3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type=checkbox] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */
#page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    opacity: 0.8;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #333;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: 0.08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #fff;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #d0a242;
    border-color: #d0a242;
}

.wp-pagenavi .current {
    color: #fff;
    background-color: #d0a242;
    border-color: #d0a242;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: 0.5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: 0.08em;
}

.singleContent article h2 {
    margin: 20px 0 10px;
    padding: 0.5rem 1rem;
    border-left: 4px dotted #d0a242;
    background: #f4f4f4;
    font-weight: 600;
    font-size: 20px;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    font-size: 18px;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    margin-top: 20px;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: "■";
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

.ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: 0.3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

.ichiran_link:hover {
    opacity: 0.7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: 0.7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: 0.5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
    justify-content: flex-end;
}

.post_image {
    margin: 45px 0;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 85px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

.recommend_post_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}

.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

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

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/swell_child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

/* .singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
} */

.singleContent article h3:after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    background: #d0a242;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/swell_child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent_links ul li+li {
    margin-top: 10px;
}

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/swell_child/image/icon/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

.archive_page_list .common_review_sec ul {
    display: grid;
    grid-template-columns: repeat(3, 370px);
    gap: 30px;
}

.archive_page_list .common_review_sec ul li {
    overflow: hidden;
}

#single_voice_page .voice_box {
    align-items: flex-start;
    flex-wrap: nowrap;
}

#single_voice_page .voice_box .voice_img {
    width: 480px;
    flex-shrink: 0;
    position: relative;
    margin-right: 90px;
    border: 1px solid #ccc;
}

#single_voice_page .voice_box .voice_img img {
    width: 100%;
}

#single_voice_page .voice_box .text_box {
    margin-left: auto;
    margin-top: 100px;
    width: 100%;
}

#single_voice_page .voice_box .text_box .theme {
    font-size: 30px;
    color: #d0a242;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

#single_voice_page .voice_box .text_box .symptoms_box {
    font-size: 18px;
    color: #696969;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin-top: 20px;
}

#single_voice_page .voice_box .text_box .symptoms_box .big {
    color: #343434;
    font-size: 20px;
}

#single_voice_page .voice_box .text_box .info_box {
    margin-top: 20px;
}

#single_voice_page .voice_box .text_box .info_box .cont {
    font-size: 14px;
    color: #696969;
    letter-spacing: 0.06em;
    line-height: 1.6;
}

#single_voice_page .voice_box .text_box .text_area {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin-top: 40px;
}

#single_voice_page .voice_box .text_box .common_arrow_btn {
    margin-top: 80px;
}

#single_voice_page .voice_box .text_box .common_arrow_btn .btn {
    padding: 0 10px 16px;
}

.common_page_main {
    padding: 100px 200px 110px;
    position: relative;
}

.common_page_main::before,
.common_page_main::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 200px;
}

.common_page_main::before {
    right: 340px;
    border: 2px solid #d0a242;
    top: 30px;
    animation-name: main_border1;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.common_page_main::after {
    right: 200px;
    border: 2px solid #a1643d;
    top: 80px;
    animation-name: main_border2;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

#common_single_symptoms .treatment_box {
    padding-top: 100px;
}

#common_single_symptoms .treatment_box .parts_box {
    display: flex;
    gap: 0 45px;
}

#common_single_symptoms .treatment_box .page_title.line {
    margin-bottom: 1em;
}

#common_single_symptoms .treatment_box .parts_box .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
}

#common_single_symptoms .treatment_box .parts_box .img {
    width: 235px;
    flex-shrink: 0;
}

#common_single_symptoms .treatment_box .parts_box .img img {
    aspect-ratio: 235/262;
    min-width: 0;
    width: 100%;
    object-fit: cover;
}

@keyframes main_border1 {
    0% {
        right: 340px;
        top: 30px;
    }

    25% {
        right: 260px;
        top: 30px;
    }

    50% {
        top: 80px;
        right: 260px;
    }

    75% {
        top: 80px;
        right: 200px;
    }

    100% {
        top: 80px;
        right: 200px;
    }
}

@keyframes main_border2 {
    0% {
        right: 200px;
        top: 80px;
    }

    25% {
        right: 260px;
        top: 80px;
    }

    50% {
        top: 30px;
        right: 260px;
    }

    75% {
        top: 30px;
        right: 340px;
    }

    100% {
        top: 30px;
        right: 340px;
    }
}

.common_page_main .title_box .sub_title {
    text-transform: capitalize;
    color: #d0a242;
    font-size: 62px;
    letter-spacing: 0.07em;
    line-height: 1;
    font-weight: 600;
}

.common_page_main .title_box .title {
    font-size: 20px;
    margin-top: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
}

#page_about .common_ttl_box .en_ttl {
    font-size: 55px;
}

#page_about .common_ttl_box .sec_ttl {
    margin-top: 18px;
}

.greeting_box {
    align-items: flex-start;
    flex-wrap: nowrap;
}

.page_symptoms .greeting_box {
    margin-top: 100px;
}

.greeting_box .img {
    width: 500px;
    height: 390px;
    margin-right: 100px;
    flex-shrink: 0;
    position: relative;
}

.greeting_box .img::after {
    left: 30px;
    right: -30px;
    top: -30px;
    bottom: 30px;
    position: absolute;
    content: "";
    border: 2px solid #d0a242;
}

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

.greeting_box .text_box {
    width: 100%;
    margin-left: auto;
    margin-top: 170px;
    text-align: center;
    margin-bottom: 50px;
}

.greeting_box .text_box .theme {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-top: 50px;
}

.greeting_box .text_box .box {
    margin-top: 20px;
}

.greeting_box .text_box .box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.greeting_box .text_box .box .text+.text {
    margin-top: 10px;
}

#page_about .intro_box {
    margin-top: 150px;
    padding: 130px 100px;
    background-image: url(./image/top_symptoms_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#page_about .intro_box::after {
    content: "";
    position: absolute;
    background-color: rgba(52, 52, 52, 0.8);
    inset: 0;
}

#page_about .intro_box .inner {
    position: relative;
    z-index: 1;
}

#page_about .intro_box .inner .common_ttl_box {
    text-align: center;
}

#page_about .intro_box .inner .common_ttl_box .en_ttl {
    color: #fff;
}

#page_about .intro_box .inner .common_ttl_box .sec_ttl {
    color: #fff;
}

#page_about .intro_box .inner .intro_text {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}

#page_about .page_about {
    margin-top: 150px;
}

#page_about .greeting_box {
    display: flex;
    position: relative;
    margin-top: 150px;
}

#page_about .greeting_box .text_box {
    text-align: left;
    margin-top: 0;
}

#page_about .greeting_box .img {
    margin-right: 0;
    width: 45%;
    height: 80%;
    margin-top: 60px;
    position: absolute;
    z-index: -1;
    right: 0;
}

#page_about .greeting_box .img::after {
    right: -30px;
    left: 30px;
    top: 30px;
    bottom: -30px;
    z-index: -1;
}

#page_about .greeting_box .text_box .theme {
    text-shadow: 1px 1px #fff;
}

#page_about .greeting_box .text_box .box .text {
    text-shadow: 1px 1px #fff;
}

#page_about .about_top_img {
    width: 100%;
}

#page_about .common_btn_box {
    margin-top: 70px;
}

/* 初めての方へページセクション追加 */
#traffic_accident_page .common_list.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

#traffic_accident_page .common_list.grid3 {
    grid-template-columns: repeat(3, 1fr);
}

#page_about .common_symptoms_cta.bg {
    background-color: unset;
}

#page_about .common_symptoms_cta.bg {
    padding-bottom: unset;
}

#page_about .section_symptoms.pb {
    padding-bottom: unset !important;
}

#page_about .section_symptoms .cont.mb {
    margin-bottom: unset;
}

/* 初めての方へページセクション追加 END */

.common_back_color_box {
    background-color: #f8f2e4;
    padding: 130px 0;
}

.common_back_color_box .cost_box .inner {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 50px 100px;
}

.common_back_color_box .cost_box .inner .common_ttl_box {
    text-align: center;
}

.common_back_color_box .cost_box .inner .box_sec {
    margin-top: 38px;
    padding-top: 38px;
    border-top: 2px dashed #ccc;
}

.common_back_color_box .cost_box .inner .box_sec .box {
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    gap: 0 80px;
}

.common_back_color_box .cost_box .inner .box_sec .box+.box {
    margin-top: 30px;
}

.common_back_color_box .cost_box .inner .box_sec .box .theme {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

.common_back_color_box .cost_box .inner .box_sec .box .cont {
    font-size: 25px;
    letter-spacing: 0.08em;
    color: #d33b32;
    font-weight: 600;
    line-height: 1;
}

.common_back_color_box .cost_box .inner .box_sec .box .cont .num {
    font-size: 50px;
    letter-spacing: 0.1em;
}

.common_back_color_box .request_box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    margin-top: 80px;
    background-color: #fff;
    padding: 55px 100px;
    text-align: center;
}

.common_back_color_box .request_box .text_box .ttl {
    color: #d33b32;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

.common_back_color_box .request_box .text_box .list_box {
    padding-top: 38px;
    margin-top: 38px;
    border-top: 2px dashed #ccc;
}

.common_back_color_box .request_box .text_box .list_box .list {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 600;
}

.common_back_color_box .request_box .text_box .list_box .list+.list {
    margin-top: 15px;
}

.common_back_color_box .request_box .text_box .attention {
    font-size: 14px;
    margin-top: 25px;
    color: #696969;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.common_link_btn_box {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0 50px;
    margin-top: 100px;
}

.common_link_btn_box .common_btn_box:nth-child(2) .btn {
    background-color: #a1643d;
}

#page_symptoms .list_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 35px;
}

#page_symptoms .list_box ul li .link {
    line-height: 65px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.06em;
    border: 1px solid #d0a242;
    background-color: #d0a242;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    transition: 0.3s;
}

#page_symptoms .list_box ul li .link:hover {
    background-color: #fff;
    color: #d0a242;
}

#page_symptoms .list_box ul li .link:hover::after {
    border-left: 2px solid #d0a242;
    border-bottom: 2px solid #d0a242;
}

#page_symptoms .list_box ul li .link::after {
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    rotate: -45deg;
    margin-left: auto;
    width: 8px;
    height: 8px;
    transition: 0.3s;
    margin-right: 15px;
}

#page_symptoms .symptoms_box {
    background-color: #f8f2e4;
    margin-top: 150px;
    padding: 150px 0;
}

#page_symptoms .symptoms_box .box_sec {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 80px;
}

#page_symptoms .symptoms_box .box_sec .box+.box {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 2px dashed #ccc;
}

#page_symptoms .symptoms_box .box_sec .box .theme {
    color: #a1643d;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    font-size: 30px;
    background: #f8f2e4;
    padding: .8em 1em;
    display: flex;
    align-items: center;
    gap: 0 1em;
}

#page_symptoms .symptoms_box .box_sec .box .theme::before {
    content: "";
    background: #d0a242;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
}

#page_symptoms .symptoms_box .box_sec .in_box+.in_box {
    margin-top: 50px;
}

#page_symptoms .symptoms_box .box_sec .box ul {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

#page_symptoms .symptoms_box .box_sec .box ul li .link {
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.06em;
    border: 1px solid #d0a242;
    background-color: #d0a242;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding-left: 48px;
    transition: 0.3s;
}

#page_symptoms .symptoms_box .box_sec .box ul li .link:hover {
    background-color: #fff;
    color: #d0a242;
}

#page_symptoms .symptoms_box .box_sec .box ul li .link:hover::after {
    border-right: 2px solid #d0a242;
    border-bottom: 2px solid #d0a242;
}

#page_symptoms .symptoms_box .box_sec .box ul li .link::after {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    rotate: -45deg;
    margin-left: auto;
    width: 8px;
    height: 8px;
    transition: 0.3s;
    margin-right: 15px;
}

#page_symptoms .symptoms_box .box_sec .box ul li .link.unset::after {
    display: none;
}

#page_symptoms .symptoms_box .box_sec .box ul li .link.unset:hover {
    background-color: #d0a242;
    color: #fff;
}

#page_symptoms_cont .symptoms_box .text_box.index_box {
    border: none;
    padding: .8em 1em;
    background: #f8f2e4;
    margin: 35px 0;
}

#page_symptoms_cont .symptoms_box .text_box.index_box h2 {
    display: flex;
    align-items: center;
    gap: 0 1em;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#page_symptoms_cont .symptoms_box .text_box.index_box h2::before {
    content: "";
    background: #d0a242;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.page-id-409 .common_page_wrap {
    padding: 150px 0 0;
}

.page_symptoms .symptoms_img {
    width: 60%;
    aspect-ratio: 5/2;
    margin: 0 auto 100px;
}

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

#page_symptoms_cont .symptoms_list {
    padding: 80px;
    background: #f8f2e4;
    margin-bottom: 100px;
}

#page_symptoms_cont .symptoms_list .theme {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 3px solid #d0a242;
}

#page_symptoms_cont .symptoms_list ul li {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

#page_symptoms_cont .symptoms_list ul li+li {
    margin-top: 15px;
}

#page_symptoms_cont .symptoms_list ul li::before {
    content: "";
    background: #d0a242;
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
}

#page_symptoms_cont .symptoms_list ul li a {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #343434;
    width: fit-content;
    transition: .3s;
}

#page_symptoms_cont .symptoms_list ul li a:hover {
    opacity: 0.6;
}

#page_symptoms_cont .symptoms_box .theme {
    color: #fff;
    display: block;
    padding: 10px 23px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
    background-color: #d0a242;
    width: fit-content;
    margin: auto;
}

#page_symptoms_cont .symptoms_box .text_box {
    border: 2px solid #d0a242;
    padding: 80px;
}

#page_symptoms_cont .symptoms_box h3 {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    border-bottom: 3px solid #343434;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#page_symptoms_cont .symptoms_box h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    padding: 18px 0;
}

#page_symptoms_cont .symptoms_box pre {
    line-height: 2;
}

#page_symptoms_cont .symptoms_box .text_box .text {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.06em;
}

#page_symptoms_cont .symptoms_box .text_box .text+.text {
    margin-top: 30px;
}

.common_arrow_btn.symptoms {
    width: 380px;
    margin: 100px auto 0;
}

.page-id-521 .common_page_wrap {
    padding: 150px 0 0;
}

.common_flow_area .main_area {
    text-align: center;
    margin-bottom: 50px;
}

.common_flow_area .main_area .title {
    font-size: 35px;
    margin-bottom: 1em;
    color: #d0a242;
}

.common_flow_area .main_area .sub_title {
    font-size: 20px;
    margin-bottom: 1em;
}

.common_flow_area .main_area .text {
    margin-bottom: 2em;
}

.common_flow_area .main_area ul {
    gap: 20px 0;
}

.common_flow_area .main_area ul li {
    width: 23%;
    position: relative;
}

.common_flow_area .main_area ul li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    right: -20px;
    top: calc(50% - 5px);
}

.common_flow_area .main_area ul li a {
    display: block;
    color: #fff;
    background: #d0a242;
    font-size: 14px;
    padding: 1em .5em;
}

.common_flow_area .main_area ul li a .step {
    display: block;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
    font-family: "Honoka_Shin_Mincho_L", sans-serif;
    letter-spacing: .1em;
}

.common_flow_area .main_area ul li:last-child::after,
.common_flow_area .main_area ul li:nth-child(4)::after {
    display: none;
}

.common_flow_area .contents ul li {
    border: 1px solid #d0a242;
    padding: 20px;
    position: relative;
}

.common_flow_area .contents ul li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ddd transparent transparent transparent;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -35px;
}

.common_flow_area .contents ul li:last-child::before {
    display: none;
}

.common_flow_area .contents ul li+li {
    margin-top: 50px;
}

.common_flow_area .contents ul li .image {
    width: 35%;
}

.common_flow_area .contents ul li .text_area {
    width: 62%;
}

.common_flow_area .contents ul li .title {
    font-size: 25px;
    border-bottom: 1px solid #d0a242;
    padding-bottom: .5em;
    margin-bottom: .5em;
    color: #d0a242;
    position: relative;
    padding-left: 110px;
}

.common_flow_area .contents ul li .title .step {
    background: #d0a242;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    padding: 0 1em;
    font-family: "Honoka_Shin_Mincho_L", sans-serif;
    letter-spacing: .1em;
}

.common_flow_area .contents ul li .text {
    line-height: 2;
    margin-top: 1em;
}

.common_flow_area .contents ul li h4 {
    font-weight: bold;
    margin-top: 1em;
    border-left: 3px solid;
    padding-left: .5em;
    line-height: 1.5;
}

.common_flow_area .contents ul li .text small {
    font-size: 12px;
}

.common_flow_area .contents ul li .text a {
    text-decoration: underline;
    color: #d0a242;
}

#page_treatment .treatment_box {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 100px;
}

#page_treatment .treatment_box .img {
    width: 450px;
    height: 350px;
    position: relative;
    flex-shrink: 0;
    margin-right: 50px;
}

#page_treatment .treatment_box .img::after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -30px;
    height: 100%;
    width: 100%;
    border: 2px solid #d0a242;
}

#page_treatment .treatment_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_treatment .treatment_box .text_sec_box {
    width: 100%;
    margin-left: auto;
    margin-top: 120px;
}

#page_treatment .treatment_box .text_sec_box .ttl {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #d0a242;
}

#page_treatment .treatment_box .text_sec_box .text_box {
    margin-top: 40px;
}

#page_treatment .treatment_box .text_sec_box .text_box .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
}

#page_treatment .treatment_box .text_sec_box .text_box .text+.text {
    margin-top: 18px;
}

#page_treatment .common_back_color_box {
    margin-top: 100px;
}

.page-id-523 .common_page_wrap {
    padding: 150px 0 0;
}

#page_access .tab_btn_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 100px;
}

#page_access .tab_btn_box ul li:nth-child(2) .link {
    background-color: #a1643d;
    border: 1px solid #a1643d;
}

#page_access .tab_btn_box ul li .link {
    background-color: #d0a242;
    border: 1px solid #d0a242;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    line-height: 70px;
    border-radius: 2px;
    transition: 0.3s;
    display: block;
    position: relative;
}

#page_access .tab_btn_box ul li .link::after {
    content: "";
    position: absolute;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    rotate: -45deg;
    width: 12px;
    height: 12px;
    right: 40px;
    top: 50%;
    translate: 0 -50%;
    flex-shrink: 0;
}

#page_access .tab_btn_box ul li .link:hover {
    opacity: 0.7;
}

#page_access .access_sec_box {
    margin-top: 150px;
}

#page_access .access_sec_box .train_box {
    border: 2px solid #d0a242;
    padding: 0 150px 100px;
    text-align: center;
}

#page_access .access_sec_box .train_box .theme {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    width: 300px;
    padding: 20px 0;
    margin: -40px auto 0;
    background-color: #d0a242;
}

#page_access .access_sec_box .train_box .box_sec {
    margin-top: 100px;
    text-align: left;
}

#page_access .access_sec_box .train_box .box_sec .box {
    align-items: flex-start;
    flex-wrap: nowrap;
}

#page_access .access_sec_box .train_box .box_sec .box+.box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px dashed #ccc;
}

#page_access .access_sec_box .train_box .box_sec .box .theme_box {
    flex-shrink: 0;
    margin-right: 150px;
    width: 320px;
}

#page_access .access_sec_box .train_box .box_sec .box .theme_box .name {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#page_access .access_sec_box .train_box .box_sec .box .theme_box .name .num {
    font-size: 30px;
    color: #d33b32;
}

#page_access .access_sec_box .train_box .box_sec .box .station_box {
    margin-left: auto;
    width: 100%;
}

#page_access .access_sec_box .train_box .box_sec .box .station_box ul li+li {
    margin-top: 50px;
    position: relative;
}

#page_access .access_sec_box .train_box .box_sec .box .station_box ul li+li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -38px;
    left: 40px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #f8f2e4 transparent transparent transparent;
}

#page_access .access_sec_box .train_box .box_sec .box .station_box ul li .station {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d0a242;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.08em;
}

#page_access .access_sec_box .train_box .box_sec .box .station_box ul li .ex {
    line-height: 1.6;
    font-size: 18px;
    color: #696969;
    letter-spacing: 0.08em;
    margin-top: 12px;
}

#page_access .access_sec_box .car_box {
    margin: 100px;
    border: 2px solid #a1643d;
    padding: 0 150px 60px;
    text-align: center;
}

#page_access .access_sec_box .car_box .theme {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
    width: 300px;
    padding: 20px 0;
    margin: -40px auto 0;
    background-color: #a1643d;
}

#page_access .access_sec_box .car_box ul {
    margin-top: 40px;
    text-align: left;
}

#page_access .access_sec_box .car_box ul li {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: normal;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

#page_access .access_sec_box .car_box ul li::before {
    content: "";
    width: 40px;
    margin-top: 17px;
    height: 2px;
    background-color: #a1643d;
    margin-right: 20px;
    flex-shrink: 0;
}

#page_access .access_sec_box .car_box ul li+li {
    margin-top: 20px;
}

#page_access .access_sec_box .car_box ul li .color {
    color: #d33b32;
    font-size: 25px;
    display: contents;
}

#page_access .map {
    width: 100%;
    height: 400px;
    margin-top: 100px;
}

#page_access .map iframe {
    width: 100%;
    height: 100%;
}

#page_access .addr_box .ttl {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

#page_access .addr_box .img_box {
    display: flex;
    gap: 0 20px;
}

#page_access .addr_box .img_box .map_cont {
    width: 100%;
}

#page_access .addr_box .img_box .map_cont iframe {
    max-height: 100% !important;
}

#page_access .addr_box .img_box .out_img_box .out_img {
    width: 100%;
}

#page_access .addr_box .img_box .map_cont iframe {
    width: 100%;
    height: 100%;
}

#page_access .addr_box {
    margin-bottom: 100px;
}

#page_access .addr_box .img_box .out_img_box .addr {
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

#page_access .addr_box .img_box .out_img_box .near {
    letter-spacing: .02em;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#page_access .addr_box .img_box .out_img_box .near::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #a1643d;
    margin-right: 10px;
}

#page_access .addr_box .img_box .out_img_box {
    width: 100%;
}

#page_far_away .main_title {
    font-size: 25px;
    color: #d0a242;
    margin-bottom: .5em;
}

#page_far_away section+section {
    margin-top: 100px;
}

#page_far_away .main_message .fl_wrap {
    align-items: center;
}

#page_far_away .main_message .image {
    width: 33%;
}

#page_far_away .main_message .text_area {
    width: 65%;
}

#page_far_away .main_message .text {
    line-height: 2;
}

#page_far_away .complete .complete_list {
    margin-bottom: 20px;
}

#page_far_away .complete .complete_list.mb0 {
    margin-bottom: 0;
}

#page_far_away .complete .complete_list ul {
    border: 5px solid #f8f2e4;
    padding: 20px;
}

#page_far_away .complete .complete_list ul li {
    position: relative;
    padding-left: 30px;
    border-bottom: 3px dotted #f1f1f1;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

#page_far_away .complete .complete_list ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: 0;
    width: 15px;
    height: 7.5px;
    border-left: 3px solid #d0a242;
    border-bottom: 3px solid #d0a242;
    transform: rotate(-45deg);
}

#page_far_away .reserved .main_text {
    margin-bottom: 30px;
}

#page_far_away .common_title {
    font-size: 20px;
    margin-bottom: .5em;
    padding-left: 60px;
    position: relative;
}

#page_far_away .common_title:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #888;
    position: absolute;
    left: 0;
    top: 50%;
}

#page_far_away .reserved .how .dl_wrap {
    margin-bottom: 50px;
}

#page_far_away .reserved .how dl {
    width: 33.33%;
    display: block;
}

#page_far_away .reserved .how dl dt,
#page_far_away .reserved .how dl dd {
    padding: 1em;
    text-align: center;
}

#page_far_away .reserved .how dl dt {
    background: #f8f2e4;
    border-left: 1px solid #f1f1f1;
}

#page_far_away .reserved .how dl:last-child dt {
    border-right: 1px solid #f1f1f1;
}

#page_far_away .reserved .how dl dd {
    border: 1px solid #f1f1f1;
}

#page_far_away .reserved .example .in_box {
    align-items: center;
}

#page_far_away .reserved .example .in_box+.in_box {
    margin-top: 20px;
}

#page_far_away .reserved .example .title_box {
    width: 200px;
    line-height: 200px;
    background: #f8f2e4;
    text-align: center;
}

#page_far_away .reserved .example .text_area {
    width: calc(100% - 220px);
}

#page_far_away .reserved .example .text_area ul li {
    width: 30%;
    text-align: center;
    border-right: 1px solid #ccc;
    justify-content: center;
    align-items: center;
}

#page_far_away .reserved .example .text_area ul li .text {
    font-size: 20px;
}


#page_far_away .reserved .example .text_area ul li .time {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 20px;
    background: #f8f2e4;
    border-radius: 30px;
    padding: .2em 2em;
}

#page_far_away .near_hotel .map {
    width: 48%;
}

#page_far_away .near_hotel .text {
    margin-bottom: 2em;
}

.page_faq .last_test {
    margin-top: 5em;
    text-align: center;
    font-size: 20px;
}

.page_faq .tab_box {
    margin-bottom: 70px;
}

.page_faq .tab_box ul {
    display: flex;
    justify-content: center;
    gap: 0 15px;
}

.page_faq .tab_box li a {
    display: block;
    background: #D0A242;
    color: #fff;
    border: 2px solid #D0A242;
    padding: 0.3em 1.5em;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
    transition: .3s;
}

.page_faq .tab_box li a:hover {
    background: #fff;
    color: #D0A242;
}

.page_faq .cont .inbox+.inbox {
    padding-top: 90px;
}

.page_faq .cont .inbox .ttl {
    font-size: 24px;
    letter-spacing: .05em;
    font-weight: 700;
    display: flex;
    gap: 0 10px;
    align-items: center;
    margin-bottom: 10px;
}

.page_faq .cont .inbox .ttl::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #D0A242;
}

.page_faq .cont .inbox .faq_list dl+dl {
    margin-top: 0.5em;
}

.page_faq .cont .inbox .faq_list dl dt {
    display: flex;
    align-items: center;
    gap: 0 20px;
    background: #F8F2E4;
    padding: 15px 30px;
    position: relative;
}

.page_faq .cont .inbox .faq_list dl .en {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
    font-weight: 700;
}

.page_faq .cont .inbox .faq_list dl .en.question {
    color: #D0A242;
}

.page_faq .cont .inbox .faq_list dl .en.answer {
    color: #E10000;
}

.page_faq .cont .inbox .faq_list dl dt .text {
    font-size: 18px;
    letter-spacing: .04em;
    width: 100%;
}

.page_faq .cont .inbox .faq_list dl dt::after {
    content: "";
    width: 13px;
    aspect-ratio: 1/1;
    border: 2px solid #343434;
    border-width: 2px 2px 0 0;
    rotate: 135deg;
    flex-shrink: 0;
    transition: .6s;
}

.page_faq .cont .inbox .faq_list dl dt.nowOpen::after {
    rotate: -45deg;
}

.page_faq .cont .inbox .faq_list dl dd {
    background: #FAFAFA;
    padding: 15px 30px;
    display: flex;
    gap: 0 20px;
}

.page_faq .cont .inbox .faq_list dl dd .text {
    letter-spacing: .04em;
}

.page_greeting .comment_box {
    text-align: center;
    margin-bottom: 100px;
}

.page_greeting .comment_box .theme {
    font-size: 25px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-bottom: 35px;
}

.page_greeting .comment_box .text_box .text {
    letter-spacing: .08em;
    line-height: 2;
}

.page_greeting .comment_box .text_box .text+.text {
    margin-top: 10px;
}

.page_greeting .profile_box {
    display: flex;
    gap: 0 50px;
}

.page_greeting .profile_box .img {
    flex-shrink: 0;
    width: 400px;
}

.page_greeting .profile_box .table_box {
    width: 100%;
}

.page_greeting .profile_box .table_box table {
    width: 100%;
}

.page_greeting .profile_box .table_box table th,
.page_greeting .profile_box .table_box table td {
    padding: 1em;
    border: 1px solid #ccc;
    border-width: 1px 0;
    letter-spacing: .05em;
}

.page_greeting .profile_box .table_box table th {
    white-space: nowrap;
}

/* 当院の施術法について */

#page_treatment_new section+section {
    margin-top: 100px;
}

#page_treatment_new .main_area {
    text-align: center;
}

#page_treatment_new .main_area .text {
    font-size: 18px;
    line-height: 2.5;
}

#page_treatment_new .main_area .text_box {
    background-color: #f8f2e4;
    padding: 30px;
    margin: 20px 0;
}

#page_treatment_new .main_area .text_box .in_text {
    line-height: 2.5;
    font-weight: bold;
    font-size: 20px;
}

#page_treatment_new .main_area .text_box .in_text .accent {
    background: linear-gradient(transparent 85%, #ffd900 85%);
    margin: 0 5px;
}

#page_treatment_new .contents_counseling .fl_wrap {
    align-items: center;
    margin-bottom: 80px;
}

#page_treatment_new .contents_counseling .image {
    width: 42%;
}

#page_treatment_new .contents_counseling .text_area {
    width: 54%;
}

#page_treatment_new .contents_counseling .text_area .text {
    line-height: 2;
}

#page_treatment_new .contents_counseling .text_area .text+.text {
    margin-top: 1em;
}

#page_treatment_new .data_area .title {
    font-size: 25px;
    color: #d0a242;
    text-align: center;
    margin-bottom: 1.5em;
}

#page_treatment_new .contents_counseling .data_area ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

#page_treatment_new .contents_counseling .data_area ul li img {
    width: 100%;
}

#page_treatment_new .counseling_ueda .title {
    font-size: 20px;
    margin-bottom: 1.5em;
    border-left: 5px solid;
    padding-left: 1em;
    line-height: 1.5;
    font-weight: bold;
}

#page_treatment_new .counseling_ueda .title .small_link {
    display: block;
    color: #004cca;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 5px;
    transition: .3s;
}

#page_treatment_new .counseling_ueda .title .small_link:hover {
    opacity: 0.7;
}

#page_treatment_new .counseling_ueda .fl_wrap {
    align-items: center;
}

#page_treatment_new .counseling_ueda .image {
    width: 45%;
}

#page_treatment_new .counseling_ueda .text_area {
    width: 50%;
}

#page_treatment_new .counseling_ueda .text_area .text {
    line-height: 2;
}

#page_treatment_new .counseling_ueda .text_area .text+.text {
    margin-top: 1em;
}

.common_shop_information_section {
    padding: 100px 0;
    background-color: #f8f2e4;
    margin-bottom: 100px;
}

#page_treatment_new .faq_wrap .title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 1em;
    font-weight: bold;
}

/* 無料カウンセリング */

#page_free_counseling section+section {
    margin-top: 100px;
}

#page_free_counseling .main_area .fl_wrap {
    align-items: center;
}

#page_free_counseling .main_area .image {
    width: 42%;
}

#page_free_counseling .main_area .text_area {
    width: 52%;
}

#page_free_counseling .main_area .text_area ul {
    margin-bottom: 40px;
}

#page_free_counseling .main_area .text_area ul li {
    position: relative;
    line-height: 1.8;
    padding-left: 1.5em;
    font-weight: bold;
}

#page_free_counseling .main_area .text_area ul li+li {
    margin-top: 1em;
}

#page_free_counseling .main_area .text_area ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: 0;
    width: 15px;
    height: 7.8px;
    border-left: 3px solid #d0a242;
    border-bottom: 3px solid #d0a242;
    transform: rotate(-45deg);
}

#page_free_counseling .flow_belongings .button_area {
    margin-bottom: 100px;
}

#page_free_counseling .flow_belongings .button_area .button {
    display: block;
    color: #fff;
    background: #d0a242;
    width: 48%;
    text-align: center;
    font-size: 20px;
    padding: 15px 10px 30px 10px;
    position: relative;
}

#page_free_counseling .flow_belongings .button_area .button::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    left: calc(50% - 5px);
    bottom: 15px;
    transform: rotate(135deg);
}

#page_free_counseling .common_flow_area {
    margin-bottom: 100px;
}

#page_free_counseling .common_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 1em;
}

#page_free_counseling .common_title .accent {
    background: linear-gradient(transparent 85%, #d0a242 85%);
    padding: 0 .5em;
}

#page_free_counseling .belongings_area dl {
    width: 48%;
    border: 3px solid #d0a242;
}

#page_free_counseling .belongings_area dl dt {
    background: #d0a242;
    color: #fff;
    padding: 1em;
}

#page_free_counseling .belongings_area dl dt .title {
    position: relative;
    padding-left: 40px;
}

#page_free_counseling .belongings_area dl dt .num {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    font-size: 20px;
    line-height: 1;
}

#page_free_counseling .belongings_area dl dd {
    padding: 1em;
    line-height: 2;
}

#page_free_counseling .kids .fl_wrap {
    align-items: center;
}

#page_free_counseling .kids .image {
    width: 30%;
}

#page_free_counseling .kids .text_area {
    width: 65%;
}

#page_free_counseling .kids .text_area .text {
    margin-bottom: 2em;
}

#page_free_counseling .main_text_area {
    margin-bottom: 120px;
}

#page_free_counseling .main_text_area .text {
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
}

#page_free_counseling .main_text_area .text::before,
#page_free_counseling .main_text_area .text::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: currentColor;
}

#page_free_counseling .problem_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

#page_free_counseling .problem_wrap .problem_box {
    border: 3px solid #d0a242;
}

#page_free_counseling .problem_wrap .problem_box .lr_text {
    background: #d0a242;
    color: #fff;
    padding: 1em;
    font-weight: bold;
    font-size: 16px;
}

#page_free_counseling .problem_wrap .problem_box .problem_text_area {
    padding: 1em;
}

#page_free_counseling .problem_wrap .problem_box .problem_text_area .text+.text {
    margin-top: 1em;
}

#free_top_sec .center_text_area {
    text-align: center;
    margin: 50px auto;
    background-color: #f8f2e4;
    padding: 50px;
}

#free_top_sec .center_text_area .text {
    line-height: 2;
    font-size: 18px;
}

#free_top_sec .center_text_area .em {
    font-weight: bold;
    font-size: 1.2em;
    background: linear-gradient(transparent 85%, #ffd900 85%);
}

#free_top_sec .center_text_area>.text+.text {
    margin-top: 1em;
}

#free_top_sec .center_text_area .point_box {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

#free_top_sec .center_text_area .point_box .box_text {
    width: 450px;
    padding: 1em;
    font-size: 18px;
    line-height: 1.7;
    border: 1px solid #d0a242;
    text-align: center;
    background-color: #fff;
}

#free_top_sec .center_text_area .point_box .mark {
    width: 25px;
    aspect-ratio: 1;
    position: relative;
    flex-shrink: 0;
}

#free_top_sec .center_text_area .point_box .mark::before,
#free_top_sec .center_text_area .point_box .mark::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: #000;
    height: 1px;
    width: 100%;
}

#free_top_sec .center_text_area .point_box .mark::before {
    transform: rotate(45deg);
}

#free_top_sec .center_text_area .point_box .mark::after {
    transform: rotate(-45deg);
}

#free_top_sec .center_text_area .inner {
    border: 1px solid #d0a242;
    padding: 50px;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: left;
    margin: 30px auto 0;
}

#free_top_sec .center_text_area .inner .text {
    font-size: 16px;
    line-height: 1.7;
    display: flex;
    align-items: flex-start;
    font-weight: bold;
}

#free_top_sec .center_text_area .inner .text::before {
    content: "・";
}

#free_top_sec .img_text_area {
    display: flex;
    align-items: center;
    gap: 50px;
}

#free_top_sec .img_text_area .text_area {
    flex-grow: 1;
}

#free_top_sec .img_text_area .text_area .text {
    font-size: 21px;
    line-height: 2;
}

#free_top_sec .img_text_area .text_area .text+.text {
    margin-top: 1em;
}

#free_top_sec .img_text_area .img_area {
    flex-shrink: 0;
    width: 500px;
    aspect-ratio: 1.7;
    position: relative;
    margin: 0 20px 20px 0;
}

#free_top_sec .img_text_area .img_area::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    transform: translate(20px, 20px);
    border: 2px solid #d0a242;
    background-color: #fff;
}

#free_top_sec .img_text_area .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 当院の施術について */

.page_feature .article_cont h2:first-of-type {
    margin-top: 0;
}

.page_feature .article_cont .container {
    width: 880px;
    margin: 0 auto;
}

.page_feature .article_cont h2 {
    padding: 0.7em 1em;
    background-color: #d0a242;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    position: relative;
    border-radius: 7px;
    margin: 5em 0 3em;
}

.page_feature .article_cont h2::after {
    content: "";
    position: absolute;
    top: 94%;
    display: block;
    width: 1.2em;
    height: 1em;
    background-color: #d0a242;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin-left: 1em;
}

.page_feature .article_cont p {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2.2;
}

.page_feature .article_cont p+p {
    margin-top: 2.5em;
}

.page_feature .article_cont .list {
    margin: 0 0 3em;
}

.page_feature .article_cont .list ul {
    list-style: disc;
    padding: 1em 1.5em 1em 2.5em;
    background-color: #fffefa;
    border-left: 3px solid #d0a242;
}

.page_feature .article_cont .list ul li {
    line-height: 1.5;
    margin: 1em 0;
    position: relative;
    letter-spacing: 0.08em;
}

.page_feature .article_cont .caution_list {
    margin: 3em 0;
    border: 1px solid #d0a242;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fffefa;
}

.page_feature .article_cont .caution_list .label {
    display: inline-block;
    padding: 7px 45px;
    font-size: 17px;
    letter-spacing: 0.06em;
    color: #fff;
    background-color: #d0a242;
    border-radius: 0 0 3px 0;
    margin: 0;
    line-height: 1.5;
}

.page_feature .article_cont .caution_list ul {
    padding: 1em 1.5em 1em 2.5em;
    list-style: disc;
}

.page_feature .article_cont .caution_list ul li {
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin: 1em 0;
}

/* TOP特徴セクション */

#top_features {
    padding: 150px 0 0;
    position: relative;
    z-index: 1;
}

#top_features::before,
#top_features::after {
    display: block;
    content: "";
    width: 60%;
    height: 300px;
    background-color: #d0a242;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
}

#top_features::before {
    right: 0;
    top: 450px;
}

#top_features::after {
    left: 0;
    bottom: 200px;
}

#top_features .block {
    background-color: #fff;
    padding: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#top_features .block .image {
    width: 35%;
    position: relative;
}

#top_features .block .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#top_features .block .textBox {
    width: 60%;
    position: relative;
}

#top_features .block .textBox .number {
    font-size: 50px;
    color: #d0a242;
    line-height: 1;
    margin: 0 0 5px;
}

#top_features .block .textBox .number span {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
}

#top_features .block .textBox .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
}

#top_features .block .textBox .text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.04em;
    text-align: justify;
}

/* TOP特徴セクション 終了 */

.post-type-archive-voice .common_arrow_btn {
    width: 350px;
    margin: 0 auto 50px;
}

.before_after .before_after_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.before_after .before_after_img .img {
    width: 100%;
    height: 400px;
    position: relative;
}

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

.before_after .before_after_img .img_text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #765d24;
    color: #fff;
    padding: .3em 1em;
    font-size: 18px;
}

.before_after .common_arrow_btn {
    width: 350px;
    margin: 80px auto 0;
}

#top_reason {
    padding: 150px 0 0;
}

.common_ttl_box .en_ttl.center {
    text-align: center;
}

.common_ttl_box .sec_ttl.center {
    text-align: center;
}

#top_reason .box_wrap {
    margin-top: 60px;
}

#top_reason .box_wrap .box {
    display: flex;
    gap: 0 50px;
}

#top_reason .box_wrap .box:nth-child(even) {
    flex-direction: row-reverse;
}

#top_reason .box .text_area {
    flex-grow: 1;
}

#top_reason .box .text_area .catch_area .catch {
    font-size: 24px;
    font-weight: bold;
    color: #d0a242;
}

#top_reason .box .text_area .catch_area {
    margin-bottom: 30px;
}

#top_reason .box .text_area .catch_area .catch .cover {
    border: solid 2px #d0a242;
    padding: .4em 1em;
    margin-bottom: .3em;
    display: inline-block;
}

#top_reason .box .image {
    width: 440px;
    height: 360px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

#top_reason .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_reason .box+.box {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #d0a242;
}

#top_reason .box .text_area .text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1.9;
    color: #343434;
}

#top_different {
    margin-top: 150px;
    padding: 100px 0;
    background: #F8F2E4;
    position: relative;
}

#top_different .img_box {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 460px;
    height: 700px;
}

#top_different .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_different .img_box::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #d0a242;
    translate: -30px -30px;
}

#top_different .different_cont {
    width: 830px;
}

#top_different .different_cont .box {
    margin-top: 60px;
}

#top_different .different_cont .box .text_box .text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.08em;
}

#top_different .different_cont .box .text_box .text+.text {
    margin-top: 1.4em;
}

#top_different .different_cont .box .text_box .text+.text::before {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background: #d0a242;
    margin-bottom: 1.4em;
}

#top_different .different_cont .catch_box {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: fit-content;
}

#top_different .different_cont .catch_box .label {
    background: #d0a242;
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 700;
    padding: 0.2em 0.8em;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 0.5em;
}

#top_different .different_cont .catch_box .text {
    font-size: 18px;
    letter-spacing: .08em;
    font-weight: 700;
    border-bottom: 1px dashed #d0a242;
    margin-bottom: 0.4em;
}

#top_different .different_cont .catch_box .catch {
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: 700;
}

.top_page_faq {
    padding-top: 150px;
}

.top_page_faq .tab_box {
    margin-top: 60px;
}

#top_symptoms_sec .text_box .common_arrow_btn {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
    margin-top: 80px;
}

#top_flow_sec {
    padding-top: 150px;
}

#top_flow_sec .box_wrap {
    margin-top: 60px;
}

#top_flow_sec .box_wrap .box {
    display: flex;
    gap: 0 50px;
    padding: 30px 50px;
    background-color: rgba(208, 162, 66, .2);
    border-radius: 10px;
}

#top_flow_sec .box .text_area {
    flex-grow: 1;
}

#top_flow_sec .box .text_area .catch_area .catch {
    font-size: 24px;
    font-weight: bold;
    color: #343434;
    border-bottom: solid 1px #d0a242;
}

#top_flow_sec .box .text_area .catch_area {
    margin-bottom: 20px;
}

#top_flow_sec .box .image {
    width: 440px;
    height: 360px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

#top_flow_sec .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_flow_sec .box+.box {
    margin-top: 100px;
    position: relative;
}

#top_flow_sec .box+.box::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    background-color: rgba(208, 162, 66, .6);
    inset: -70px 0 0 0;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#top_flow_sec .box .text_area .step {
    font-size: 20px;
    font-weight: 300;
    background-color: #fff;
    color: #d0a242;
    width: 130px;
    line-height: 2.2;
    border-radius: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: .5em;
}

#top_flow_sec .box .text_area .step::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d0a242;
    border-radius: 50%;
}

#top_flow_sec .box .text_area .text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: #343434;
}

#top_flow_sec .box .text_area .text+.text {
    margin-top: 2em;
}

#top_point_sec {
    padding-top: 150px;
}

#top_point_sec .block_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
    margin: 60px 0 40px;
}

#top_point_sec .block {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-direction: row-reverse; */
}

#top_point_sec .block .image {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 15px;
}

#top_point_sec .block .image img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
}

#top_point_sec .block .textBox {
    width: 100%;
    position: relative;
}

#top_point_sec .block .textBox .number {
    font-size: 38px;
    color: #d0a242;
    line-height: 1;
    margin-bottom: 10px;
}

#top_point_sec .block .textBox .number span {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
}

#top_point_sec .block .textBox .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

#top_point_sec .block .textBox .title .note {
    display: block;
    font-size: 13px;
    margin-top: .5em;
}

#top_point_sec .block .textBox .text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

#top_point_sec .explain_box {
    padding: 30px 50px;
    background-color: rgba(208, 162, 66, .2);
    border-radius: 10px;
}

#top_point_sec .explain_box .textBox .text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

#top_point_sec .explain_box .textBox .text .line {
    background: linear-gradient(transparent 50%, rgba(244, 212, 144, .6) 50%);
    /* background: linear-gradient(transparent 50%, #fff 50%); */
}

/* PC シングルページ（症状） */
#common_single_symptoms .common_page_wrap {
    padding: 150px 0 0;
}

#common_single_symptoms .page_title {
    font-size: 28px;
    letter-spacing: .08em;
    line-height: 1.5;
    font-weight: 700;
}

#common_single_symptoms .page_title.line {
    border-bottom: 2px solid #d0a242;
    padding-bottom: .2em;
}

#common_single_symptoms .page_title.bg {
    border: 1px solid #d0a242;
    padding: .8em 1em 1em;
    color: #d0a242;
    position: relative;
}

#common_single_symptoms .page_title.bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 8px;
    border: 1px solid #a1643d;
}

#common_single_symptoms .page_title.center {
    text-align: center;
}

#common_single_symptoms .page_title .size {
    font-size: 1.3em;
    color: #D0A242;
}

#common_single_symptoms .page_title.dots {
    border-bottom: 1px dashed #d0a242;
    padding-bottom: .2em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 60px;
}

#common_single_symptoms .page_title.dots::after {
    flex-shrink: 0;
    content: '';
    width: 50px;
    aspect-ratio: 1;
    min-width: 0;
    background: url(/wp-content/themes/swell_child/image/icon_shinkyu.svg) no-repeat;
    background-size: contain;
    background-position: center;
    opacity: .7;
}

.symptoms_top_sec .title {
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
    color: #D0A242;
    border-bottom: 2px solid #d0a242;
    padding-bottom: .3em;
}

.symptoms_top_sec .worries_box {
    margin-top: 50px;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 50px;
    justify-content: center;
}

.symptoms_top_sec .worries_box .index {
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: .5em;
}

.symptoms_top_sec .worries_box .list ul li {
    display: flex;
    align-items: center;
    gap: 0 .8em;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 600;
    border-bottom: 2px dotted #D0A242;
    padding-bottom: .4em;
}

.symptoms_top_sec .worries_box .list ul li+li {
    margin-top: .8em;
}

.symptoms_top_sec .worries_box .list ul li .mark {
    width: 22px;
    flex-shrink: 0;
}

.symptoms_top_sec .worries_box .list ul li .mark img {
    width: 100%;
}

.symptoms_top_sec .worries_box .img_box {
    width: 300px;
    flex-shrink: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.symptoms_top_sec .worries_box .img_box img {
    width: 100%;
    aspect-ratio: 1;
    min-width: 0;
    object-fit: cover;
    object-position: right;
}

.symptoms_top_sec .cont {
    margin-top: 60px;
    padding-top: 80px;
    background-color: rgba(208, 162, 66, .1);
}

.symptoms_top_sec .cont .text_box {
    margin-top: 30px;
}

.symptoms_top_sec .cont .text_box .text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: center;
}

.common_symptoms_cta {
    padding: 65px 0 90px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.common_symptoms_cta .btn_box {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    position: relative;
}

.common_symptoms_cta .btn_box .btn .fukidashi {
    border-radius: 100vmax;
    padding: .5em 2em;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    width: fit-content;
    margin: 0 auto -7px;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.common_symptoms_cta .btn_box .btn .fukidashi::before {
    content: '';
    width: 15px;
    height: 10px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    translate: -50% 0;
    background-color: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.common_symptoms_cta .btn_box .btn.line .fukidashi {
    border: 2px solid #00b900;
}

.common_symptoms_cta .btn_box .btn.contact .fukidashi {
    border: 2px solid #d0a242;
}

.common_symptoms_cta .btn_box .btn .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    border-radius: 100vmax;
    padding: 1em 1em 1em 3em;
    transition: all .3s;
}

.common_symptoms_cta .btn_box .btn .link .icon {
    width: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}

.common_symptoms_cta .btn_box .btn .link .icon img {
    width: 100%;
    vertical-align: middle;
}

.common_symptoms_cta .btn_box .btn .link .text {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
}

.common_symptoms_cta .btn_box .btn .link .arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    margin-left: auto;
    align-items: center;
    padding-left: 7px;
    flex-shrink: 0;
}

.common_symptoms_cta .btn_box .btn .link .arrow svg {
    width: 55%;
}

.common_symptoms_cta .btn_box .btn .link:hover {
    opacity: .85;
}

.common_symptoms_cta .btn_box .btn.line .link {
    background-color: #00b900;
}

.common_symptoms_cta .btn_box .btn.contact .link {
    background-color: #D0A242;
}

.symptoms_about_sec {
    padding: 100px 0;
}

.symptoms_about_sec .cont {
    display: flex;
    gap: 0 50px;
}

.symptoms_about_sec .cont .img_box {
    flex-shrink: 0;
    width: 350px;
}

.symptoms_about_sec .cont .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.symptoms_about_sec .cont .img_box.contain img {
    object-fit: contain;
}

.symptoms_about_sec .cont .text_area .text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-top: 30px;
}

.symptoms_about_sec .doctor_box {
    margin-top: 50px;
    display: flex;
    gap: 0 50px;
    background-color: #fff;
}

.symptoms_about_sec .doctor_box .inner {
    padding: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}

.symptoms_about_sec .doctor_box .index {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 700;
}

.symptoms_about_sec .doctor_box .text_box {
    margin-top: 1em;
}

.symptoms_about_sec .doctor_box .text_box .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.symptoms_about_sec .doctor_box .img {
    width: 380px;
    flex-shrink: 0;
}

.symptoms_about_sec .doctor_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 8px 8px 0 #d0a242;
}

.symptoms_cause_sec {
    padding-top: 100px;
    background-color: rgba(208, 162, 66, .1);
}

.symptoms_cause_sec .intro_box {
    margin-top: 40px;
}

.symptoms_cause_sec .intro_box .text {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .05em;
    font-weight: 700;
    text-align: center;
}

.symptoms_cause_sec .cont {
    margin-top: 50px;
}

.symptoms_cause_sec .cont ul li {
    background-color: #fff;
    display: flex;
}

.symptoms_cause_sec .cont ul li+li {
    margin-top: 60px;
}

.symptoms_cause_sec .cont ul li .text_area {
    padding: 50px;
}

.symptoms_cause_sec .cont ul li .text_area .index {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    gap: 0 .5em;
    color: #d0a242;
    border-bottom: 2px solid #d0a242;
}

.symptoms_cause_sec .cont ul li .text_area .index .num {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 700;
    padding: .3em .6em;
    color: #fff;
    background-color: #d0a242;
}

.symptoms_cause_sec .cont ul li .text_area .text_box {
    margin-top: 30px;
}

.symptoms_cause_sec .cont ul li .text_area .text_box .text {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .05em;
}

.symptoms_cause_sec .cont ul li .img {
    width: 350px;
    flex-shrink: 0;
}

.symptoms_cause_sec .cont ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.symptoms_early_sec .page_title {
    color: #d0a242;
}

.symptoms_early_sec .cont {
    display: flex;
    gap: 0 50px;
    margin-bottom: 80px;
    padding-top: 100px;
}

.symptoms_early_sec .cont .text_box {
    margin-top: 30px;
}

.symptoms_early_sec .cont .text_box .text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.symptoms_early_sec .cont .img {
    flex-shrink: 0;
    width: 350px;
}

.symptoms_early_sec .cont .img img {
    width: 100%;
    aspect-ratio: 1;
    min-width: 0;
    object-fit: cover;
}

.symptoms_early_sec .item_box {
    background-color: rgba(208, 162, 66, 0.1);
    padding-top: 100px;
}

.symptoms_early_sec .item_box .box:not(:first-child) {
    margin-top: 60px;
}

.symptoms_early_sec .item_box .box {
    background-color: #fff;
    padding: 50px;
}

.symptoms_early_sec .item_box .box.bg {
    background-color: rgba(208, 162, 66, .1);
}

.symptoms_early_sec .item_box .box .text_box {
    margin-top: 30px;
}

.symptoms_early_sec .item_box .box .text_box .text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.symptoms_method_sec {
    padding: 100px 0;
}

.symptoms_method_sec .page_title {
    color: #d0a242;
}

.symptoms_method_sec .parts_box {
    display: flex;
    gap: 0 50px;
}

.symptoms_method_sec .parts_box .text_box {
    margin-top: 30px;
}

.symptoms_method_sec .parts_box .text_box .text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.symptoms_method_sec .parts_box .img {
    width: 350px;
    flex-shrink: 0;
}

.symptoms_method_sec .parts_box .img img {
    width: 100%;
    aspect-ratio: 1;
    min-width: 0;
    object-fit: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.symptoms_method_sec .cont {
    background-color: #f8f2e4;
    margin-top: 100px;
    padding-top: 100px;
}

.symptoms_method_sec .cont .head_box {
    margin-top: 30px;
}

.symptoms_method_sec .cont .head_box .text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: center;
}

.symptoms_method_sec .cont .item {
    margin-top: 50px;
}

.symptoms_method_sec .cont .item ul li {
    background-color: #fff;
    display: flex;
}

.symptoms_method_sec .cont .item ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.symptoms_method_sec .cont .item ul li+li {
    margin-top: 60px;
}

.symptoms_method_sec .cont .item ul li .text_box {
    padding: 50px;
}

.symptoms_method_sec .cont .item ul li .text_box .index {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #d0a242;
    border-bottom: 1px dashed #d0a242;
    padding-bottom: .3em;
}

.symptoms_method_sec .cont .item ul li .text_box .text {
    margin-top: 1em;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.symptoms_method_sec .cont .item ul li .img {
    width: 350px;
    flex-shrink: 0;
}

.symptoms_method_sec .cont .item ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.symptoms_bottom_sec .cont .page_title {
    color: #d0a242;
}

.symptoms_bottom_sec .item_box {
    background-color: #f8f2e4;
    padding: 100px 0;
}

.symptoms_bottom_sec .item_box .item_area+.item_area {
    margin-top: 50px;
}

.symptoms_bottom_sec .item_box .cont:not(:first-child) {
    margin-top: 60px;
}

.symptoms_bottom_sec .item_box .cont {
    background-color: #fff;
    padding: 50px;
}

.symptoms_bottom_sec .item_box .text_box {
    margin-top: 30px;
}

.symptoms_bottom_sec .item_box .text_box .text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.symptoms_bottom_sec .bottom_cont .inner.dots {
    position: relative;
}

.symptoms_bottom_sec .bottom_cont {
    margin-top: 100px;
}

#common_single_symptoms .bottom_cont {
    margin-top: 100px;
}

.symptoms_bottom_sec .bottom_cont .inner.dots::before,
.symptoms_bottom_sec .bottom_cont .inner.dots::after {
    content: '';
    width: 250px;
    aspect-ratio: 1;
    min-width: 0;
    position: absolute;
    background: url(/wp-content/themes/swell_child/image/dots_bg.png) no-repeat;
    background-size: contain;
    background-position: center;
    opacity: .7;
}

.symptoms_bottom_sec .bottom_cont .inner.dots::before {
    top: 8px;
    left: 8px;
}

.symptoms_bottom_sec .bottom_cont .inner.dots::after {
    transform: rotate(180deg);
    right: 10px;
    bottom: 10px;
}

.symptoms_bottom_sec .bottom_cont .inner {
    padding: 50px 100px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    background-color: rgba(208, 162, 66, .1);
}

.symptoms_bottom_sec .bottom_cont .inner .page_title {
    display: flex;
    gap: 0 .8em;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    color: #d0a242;
}

.symptoms_bottom_sec .bottom_cont .inner .page_title::before,
.symptoms_bottom_sec .bottom_cont .inner .page_title::after {
    content: "";
    width: .5em;
    aspect-ratio: 1;
    min-width: 0;
    border-radius: 50%;
    background-color: #d0a242;
}

.symptoms_bottom_sec .bottom_cont .inner .text_box {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.symptoms_bottom_sec .bottom_cont .inner .text_box .text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .05em;
}

.symptoms_bottom_sec .bottom_cont .inner .text_box .text+.text {
    margin-top: 1em;
}

.common_contact_box .cont_box {
    background-color: #FBF4EC;
    outline: 1px solid #D1A342;
    outline-offset: -7px;
    margin: 62px 0 38px;
    padding: 35px 0 30px;
}

.common_contact_box .cont_box .catch {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.3em;
    color: #70706F;
    line-height: 1.6;
}

.common_contact_box .cont_box .catch .color {
    color: #D49646;
    font-size: 18px;
}

.common_contact_box .cont_box .text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}

.common_contact_box .cont_box .text_box .tel_box .tel_text {
    font-size: 14px;
    color: #70706F;
    font-weight: 700;
    margin-bottom: 0.1em;
}

.common_contact_box .cont_box .text_box .tel_box .en_text {
    font-size: 25px;
    line-height: 1;
    color: #70706F;
    font-weight: 700;
}

.common_contact_box .cont_box .text_box .tel_box .en_text .size {
    font-size: 16px;
}

.common_contact_box .cont_box .text_box .btn_box {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.common_contact_box .cont_box .text_box .btn_box .fukidashi {
    border-radius: 100vmax;
    padding: 0 1.3em;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    width: fit-content;
    margin: 0 auto -6px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    color: #70706F;
}

.common_contact_box .staff_box .img::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #d0a242;
    translate: 5px 5px;
    z-index: -1;
}

.common_contact_box .cont_box .text_box .btn_box .fukidashi::before {
    content: "";
    width: 7px;
    height: 6px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    translate: -50% 0;
    background-color: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.common_contact_box .cont_box .text_box .btn_box .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border-radius: 100vmax;
    padding: 0.5em;
    transition: all .3s;
    gap: 0 6px;
    line-height: normal;
    transition: .3s;
}

.common_contact_box .cont_box .text_box .btn_box .link:hover {
    opacity: .7;
}

.common_contact_box .cont_box .text_box .btn_box btn.cont .link {
    background-color: #00b900;
}

.common_contact_box .cont_box .text_box .btn_box .icon {
    width: 23px;
    flex-shrink: 0;
}

.common_contact_box .cont_box .text_box .btn_box .icon img {
    width: 100%;
    vertical-align: middle;
    aspect-ratio: 23/22;
}

.common_contact_box .cont_box .text_box .btn_box .text {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
}

.common_contact_box .cont_box .text_box .btn_box .contact .link {
    background-color: #D0A242;
    /* line-height: 1; */
    line-height: 2;
}

.common_contact_box .cont_box .text_box .line .link {
    background-color: #02B902;
}

.common_contact_box .cont_box .text_box .btn_box .contact .link:hover {
    opacity: .7;
}

.common_contact_box .cont_box .text_box .line .fukidashi {
    border: 1px solid #00b900;
}

.common_contact_box .cont_box .text_box .btn_box .contact .fukidashi {
    border: 1px solid #d0a242;
}


.common_contact_box .staff_box {
    display: flex;
    gap: 0 69px;
}

.common_contact_box .staff_box .text_area .catch {
    background-color: #D0A242;
    color: #fff;
    text-align: center;
    font-size: 17px;
    width: fit-content;
    padding: 0.4em 0.7em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.2em;
}

.common_contact_box .staff_box .text_area .name {
    font-size: 30px;
    color: #D0A242;
    letter-spacing: .03em;
    line-height: 1;
    margin-bottom: 1em;
}

.common_contact_box .staff_box .text_area .name .en_name {
    display: inline;
    font-size: 18px;
    margin-left: 21px;
}

.common_contact_box .staff_box .text_area .text {
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1.7;
}

.common_contact_box .staff_box .img {
    width: 167px;
    flex-shrink: 0;
    position: relative;
}

.common_contact_box .staff_box .img img {
    width: 100%;
    aspect-ratio: 167/204;
    object-fit: cover;
}

.common_contact_box .cont_box .text_box .btn_box .contact .icon img {
    aspect-ratio: 20 / 12;
}

.common_contact_box .cont_box .text_box .line .link .icon img {
    aspect-ratio: 23 / 30;
}

/* LINEクッションページ */

#common_contact_cushion .common_symptoms_cta {
    background-color: rgba(208, 162, 66, .1);
}

#common_contact_cushion .common_symptoms_cta .catch {
    text-align: center;
    font-size: 2em;
    color: #00AE2B;
    margin-bottom: .5em;
    font-weight: 700;
}

#common_contact_cushion.mail_version .common_symptoms_cta .catch {
    color: #D0A242;
}

#common_contact_cushion .symptoms_top_sec .cont .common_symptoms_cta .catch {
    margin-bottom: 1em;
}

#common_contact_cushion .common_symptoms_cta .lead_text {
    font-size: 1.2em;
    margin-bottom: 2em;
    text-align: center;
}

#common_contact_cushion .symptoms_top_sec .cont {
    background: none;
    padding-top: 0;
}

#common_contact_cushion .symptoms_top_sec .cont .common_symptoms_cta {
    position: relative;
    padding-top: 150px;
}

#common_contact_cushion .symptoms_top_sec .cont .common_symptoms_cta:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#common_contact_cushion .page_faq {
    padding: 100px 0;
}

#common_contact_cushion .page_faq .sec_ttl {
    margin-top: 0;
    margin-bottom: 1em;
}

#common_contact_cushion .page_faq .common_btn_box {
    margin: 50px auto 0 auto;
}

#common_contact_cushion #top_flow_sec {
    padding: 100px 0;
}

#common_contact_cushion .section_about {
    padding: 100px 0;
}

#common_contact_cushion .section_about .greeting_box {
    margin-bottom: 70px;
}

#common_contact_cushion .section_about .greeting_box .cont {
    justify-content: space-between;
}

#common_contact_cushion .section_about .greeting_box .image {
    width: 40%;
    height: 600px;
}

#common_contact_cushion .section_about .greeting_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#common_contact_cushion .section_about .greeting_box .text_area {
    width: 55%;
}

#common_contact_cushion .section_about .greeting_box .text_area .catch {
    font-size: 1.5em;
    margin-bottom: 1em;
}

#common_contact_cushion .section_about .greeting_box .text_area .text {
    line-height: 2.2;
}

#common_contact_cushion .section_about .merit_box .title {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.5;
}

#common_contact_cushion .section_about .merit_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#common_contact_cushion .section_about .merit_box ul li .image {
    height: 150px;
    margin-bottom: 18px;
}

#common_contact_cushion .section_about .merit_box ul .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#common_contact_cushion .section_about .merit_box ul li .text_area .catch {
    font-size: 1.1em;
    margin-bottom: 1em;
    line-height: 1.6;
    letter-spacing: 0em;
    text-align: center;
    font-weight: 700;
    color: #d0a242;
}

#common_contact_cushion .section_about .merit_box ul li .text_area .text {
    font-size: .9em;
    line-height: 2;
}

/* 交通事故 */

.symptoms_top_sec .worries_box .lead {
    margin-bottom: 2em;
    line-height: 2;
}

.symptoms_top_sec .worries_box .text {
    line-height: 2;
}

#traffic_accident_page .common_symptoms_cta .box {
    background: #fff;
    padding: 20px 30px;
    margin-top: 30px;
}

#traffic_accident_page .common_symptoms_cta .lead_text {
    margin-bottom: 2em;
    text-align: center;
}

#traffic_accident_page .symptoms_top_sec .worries_box .text {
    margin-top: 2em;
}

#traffic_accident_page .common_symptoms_cta {
    background-color: rgba(208, 162, 66, .1);
}

#traffic_accident_page .symptoms_top_sec .cont {
    background: none;
}

#traffic_accident_page .section_symptoms {
    padding: 100px 0;
}

#traffic_accident_page .common_title {
    text-align: center;
    margin-bottom: 30px;
}

#traffic_accident_page .common_title .title {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: .4em;
    color: #d0a242;
}

#traffic_accident_page .section_symptoms .cont {
    margin-bottom: 100px;
}

#traffic_accident_page .section_symptoms .cont .box+.box {
    margin-top: 50px;
}

#traffic_accident_page .section_symptoms .cont .box .main_title {
    font-size: 1.4em;
    border-left: 4px solid;
    padding-left: 1em;
    font-weight: bold;
    margin-bottom: .5em;
}

#traffic_accident_page ul.common_gray_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#traffic_accident_page ul.common_gray_list li {
    background-color: rgba(208, 162, 66, .1);
    padding: 20px;
    text-align: center;
    border: 2px solid #d0a242;
}

#traffic_accident_page ul.common_gray_list li .title {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #d0a242;
    padding-bottom: .4em;
    margin-bottom: .5em;
}

#traffic_accident_page ul.common_gray_list li .text {
    font-size: .9em;
}

#traffic_accident_page .common_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

#traffic_accident_page .common_list li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

#traffic_accident_page .common_list li .image {
    height: 160px;
    margin-bottom: 10px;
}

#traffic_accident_page .common_list li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#traffic_accident_page .common_list li .text_area {
    padding: 1em;
}

#traffic_accident_page .common_list li .text_area .catch {
    font-size: 1.15em;
    line-height: 1.5;
    margin-bottom: .6em;
    font-weight: 700;
    color: #d0a242;
}

#traffic_accident_page .common_list li .text_area .text {
    font-size: .9em;
    line-height: 1.7;
}

#traffic_accident_page .common_list li .text_area .button a {
    display: block;
    background-color: #d0a242;
    color: #fff;
    border-radius: 100px;
    line-height: 40px;
    margin-top: 10px;
    color: #fff;
}

#traffic_accident_page .common_list.flow li {
    position: relative;
}

#traffic_accident_page .common_list.flow li:not(:last-child)::after {
    content: '';
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: -13px;
    translate: 100% -50%;
    background-color: #d0a242;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#traffic_accident_page .symptoms_about_sec .cont_wrap {
    margin-top: 80px;
}

#traffic_accident_page .page_title {
    font-size: 28px;
    letter-spacing: .08em;
    line-height: 1.5;
    font-weight: 700;
}

#traffic_accident_page .page_title.line {
    border-bottom: 2px solid #d0a242;
    padding-bottom: .2em;
}

#traffic_accident_page .symptoms_about_sec .cont+.cont {
    margin-top: 80px;
}

#traffic_accident_page .symptoms_about_sec .cont:nth-child(even) .img_box {
    order: 2;
}

#traffic_accident_page .symptoms_cause_sec {
    background: none;
    padding: 100px 0;
}

#traffic_accident_page .symptoms_cause_sec .reason_box {
    margin-top: 100px;
}

#traffic_accident_page .symptoms_cause_sec .attention_box {
    margin-bottom: 100px;
}

#traffic_accident_page .symptoms_cause_sec .attention_box .common_gray_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#traffic_accident_page .symptoms_cause_sec .flow_box {
    margin-top: 100px;
}

#traffic_accident_page .common_back_color_box {
    margin-top: 100px;
}

.worries_title_box .index {
    text-align: center;
    font-size: 28px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: .5em;
}

.worries_title_box .lead {
    margin-bottom: 2em;
    line-height: 2;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .05em;
    text-align: center;
}

#common_contact_cushion .section_about .merit_box {
    border: 2px solid #D0A242;
    padding: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: #fff;
}

/* トップページ「口コミ」セクション追加 */
.top_google_review {
    padding-bottom: 160px;
}

.top_google_review .box {
    border-radius: 10px;
    overflow: hidden;
}

.top_google_review .box .text_area {
    padding: 55px;
    width: 50%;
    background-color: rgba(208, 162, 66, .2);
    text-align: center;
    display: grid;
    place-content: center;
}

.top_google_review .box .text_area .catch_area {
    margin-bottom: 20px;
}

.top_google_review .box .text_area .catch_area .catch {
    font-size: 24px;
    font-weight: bold;
    color: #343434;
    border-bottom: solid 1px #d0a242;
}

.top_google_review .box .text_area .text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: #343434;
}

.top_google_review .box .img {
    margin: 28px auto 0;
    width: 400px;
}

.top_google_review .box .img img {
    width: 100%;
    aspect-ratio: 476/160.8;
    object-fit: cover;
}

.top_google_review .more_review {
    margin: 28px auto 0;
    width: 315px;
    --btn-color: #d0a242;
}

.top_google_review .more_review .contact_btn {
    background-color: var(--btn-color);
    border-radius: 100vh;
    padding-left: 22px;
    align-items: center;
    flex-wrap: nowrap;
    transition: 0.3s;
}

.top_google_review .more_review .contact_btn:hover {
    opacity: 0.7;
}

.top_google_review .more_review .contact_btn .icon {
    width: 20.5px;
    margin-right: 10px;
}

.top_google_review .more_review .contact_btn .icon img {
    width: 100%;
    display: block;
}

.top_google_review .more_review .contact_btn .name {
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: 600;
    line-height: 56px;
}

.top_google_review .more_review .contact_btn .arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    margin-right: 8px;
    margin-left: auto;
    align-items: center;
    padding-left: 7px;
}

.top_google_review .more_review .contact_btn .arrow svg {
    width: 50%;
}

.top_google_review .more_review .contact_btn .arrow svg path {
    stroke: var(--btn-color);
}

.top_google_review .review_area {
    width: 50%;
    height: 400px;
    padding: 0 40px;
    background-color: #f8f2e4;
    overflow-y: auto;
}

.top_google_review .list {
    padding: 30px 0;
    height: auto;
}

.top_google_review .item {
    padding: 20px 30px;
    border-radius: 26px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.top_google_review .item+.item {
    margin-top: 20px;
}

.top_google_review .ttl_box {
    align-items: center;
    gap: 18px;
}

.top_google_review .name {
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #343434;
}

.top_google_review .star_img {
    width: 18px;
    display: inline-block;
    line-height: 1;
}

.top_google_review .star_img img {
    width: 100%;
    aspect-ratio: 19.7/18.7;
    object-fit: cover;
}

.top_google_review .star_img+.star_img {
    margin-left: 3px;
}

.top_google_review .review_text {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 300;
    line-height: 1.7;
    color: #343434;
}

.single_station_page .station_symptoms_cta {
    background-color: rgba(208, 162, 66, .1);
    margin: 60px 0;
    text-align: center;
    padding-top: 60px;
}

.single_station_page .station_symptoms_cta .page_title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: .5em;
}

.single_station_page .station_symptoms_cta .text {
    line-height: 2;
}

.common_title_box {
    text-align: center;
    margin-bottom: 30px;
}

.common_title_box .title {
    font-size: 25px;
    font-weight: bold;
}

.common_title_box .lead {
    font-size: 16px;
    margin-top: 1em;
}

.single_station_page .section_what_kind {
    margin-bottom: 100px;
}

.single_station_page .section_what_kind ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.single_station_page .section_what_kind ul li .image {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.single_station_page .section_what_kind ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_station_page .section_what_kind ul li .text_box .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.single_station_page .section_access {
    margin-bottom: 100px;
    background-color: rgba(208, 162, 66, .1);
    padding: 100px 0;
}

.single_station_page .section_access .image {
    width: 40%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.single_station_page .section_access .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_station_page .section_access .text_box {
    width: 55%;
}

.single_station_page .section_access .text_box .text {
    font-size: 15px;
}

.single_station_page .section_worries {
    margin-bottom: 150px;
}

.single_station_page .section_worries ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.single_station_page .section_worries ul li {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    position: relative;
}

.single_station_page .section_worries ul li .num {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    width: 40px;
    aspect-ratio: 1;
    min-width: 0;
    background-color: #d0a242;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
}

.single_station_page .section_worries ul li .image {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.single_station_page .section_worries ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_station_page .section_worries ul li .text_box .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: .5em;
}

.single_station_page .section_worries ul li .text_box {
    padding: 0 15px 20px;
}

.single_station_page .section_worries ul li .text_box .text {
    font-size: 14px;
    line-height: 2;
}

.single_station_page .section_example {
    background-color: rgba(208, 162, 66, .1);
    padding: 100px 0;
}

.single_station_page .section_example ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.single_station_page .section_example ul li {
    background: #fff;
    padding: 30px;
}

.single_station_page .section_example ul li .name_box {
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0a242;
    padding-bottom: 20px;
}

.single_station_page .section_example ul li .name_box .icon {
    width: 50px;
}

.single_station_page .section_example ul li .name_box .name {
    font-weight: bold;
}

.single_station_page .section_example ul li .text {
    font-size: 14px;
}

#footer .area_list {
    margin-top: 40px;
    margin-left: 40px;
}

#footer .area_list ul {
    gap: 20px;
    margin-top: .5em;
}

#footer .area_list ul li a {
    color: initial;
    font-size: 14px;
}

.page_greeting .reason_sec {
    padding: 80px 0px;
    margin-top: 80px;
    background-color: #f7f7f7;
}

.page_greeting .reason_sec .common_ttl_box .sec_ttl {
    margin: 0 0 30px;
}

.page_greeting .common_page_wrap {
    padding: 150px 0 0;
}

.page_greeting .reason_sec .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
}

.page_greeting .reason_sec .text_box .text+.text {
    margin-top: 20px;
    position: relative;
}

.page_greeting .reason_sec .text_box .name {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .03em;
    margin-top: 2em;
}

.page_greeting .reason_sec .text_box .text+.text::before {
}

.section_improvement_works {
    margin-top: 100px;
    background-color: rgba(208, 162, 66, .2);
    padding: 100px 0;
}

.section_improvement_works .common_ttl_box {
    text-align: center;
    margin-bottom: 40px;
}

ul.improvement_works_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 3rem;
}

ul.improvement_works_list li a {
    display: block;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
    overflow: hidden;
}

ul.improvement_works_list li .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

ul.improvement_works_list li .img img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    transition: .3s;
}

ul.improvement_works_list li:hover .img img {
    transform: scale(1.1,1.1);
}

ul.improvement_works_list li .text_box {
    padding: 30px 25px 40px 25px;
    color: initial;
    position: relative;
}

ul.improvement_works_list li .text_box::after {
    content: "";
    position: absolute;
    background-color: #d0a242;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    filter: blur(3.5px);
    bottom: 12px;
    right: 12px;
}

ul.improvement_works_list li .text_box .title {
    color: #d0a242;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
    margin-bottom: .7em;
}

ul.improvement_works_list li .text_box .lead {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
}

.section_improvement_works .common_btn_box {
    margin: 0 auto;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    .wrap2 {
        max-width: 90%;
    }

    .wrap3 {
        max-width: 90%;
    }

    a[href$=".pdf"]::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href$=".pdf"]:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.4vw;
        line-height: 1.7;
        padding-top: 100px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common_btn {
        width: 80%;
        line-height: 12vw;
    }

    .common_btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 2px 1px rgba(0, 0, 0, 0.16);
        z-index: 999;
        height: 100px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 16px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 65px;
    }

    #sp_header .tel_icon {
        right: 75px;
        position: absolute;
        top: 25px;
        width: 50px;
        height: 50px;
    }

    #sp_header .tel_icon .tel {
        background-color: #a1643d;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sp_header .tel_icon .tel svg {
        width: 40%;
    }

    #sp_header .tel_icon .tel svg path {
        fill: #fff;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type=text],
    #page_contact input[type=email],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name=submitBack] {
        width: 100%;
        line-height: 1.4;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: 0.02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        padding-bottom: 4vw;
        margin-bottom: 5vw;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        /* top: -10vw; */
        width: 8vw;
        height: 8vw;
        border: solid 1px #a5a5a5;
        border-radius: 50%;
        margin: auto;
    }

    #page_contact .progressbar .item.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 2vw;
        width: 4vw;
        height: 4vw;
        border-radius: 50%;
        background: #333;
        margin: auto;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .post_image {
        margin: 5vw 0;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: 0.05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .breadcrumb.single.voice {
        margin-top: 15vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    #top_main_sec .main_box {
        background-image: url(./image/top_main_back_img_sp.jpg);
        padding: 43vw 5vw 93.5vw;
    }

    #top_main_sec .main_box .text_box {
        text-align: center;
    }

    #top_main_sec .main_box .text_box .main_ttl {
        font-size: 10vw;
    }

    #top_main_sec .main_box .text_box .main_ttl .translate {
        transform: translateX(0);
    }

    #top_main_sec .main_box .text_box .ttl_comment {
        font-size: 2.8vw;
        margin-top: 4vw;
    }

    #top_main_sec .main_box .text_box .news_sec {
        display: none;
    }

    #top_about_sec {
        padding-top: 20vw;
    }

    #top_about_sec .about_box {
        display: block;
    }

    #top_about_sec .about_box .img {
        width: 95%;
        height: 90vw;
        margin: 0;
    }

    #top_about_sec .about_box .img::after {
        width: unset;
        height: unset;
        border: 2px solid #d0a242;
        top: -5vw;
        bottom: 5vw;
        right: -5vw;
        left: 5vw;
    }

    #top_about_sec .about_box .text_box {
        margin-top: 6vw;
        margin-left: 0;
    }

    #top_about_sec .about_box .text_box .ttl_come {
        font-size: 4vw;
        margin-top: 4vw;
    }

    #top_about_sec .about_box .text_box .text {
        font-size: 3.5vw;
        margin-top: 5vw;
    }

    #top_about_sec .about_box .text_box .common_btn_box {
        margin-top: 10vw;
    }

    .common_ttl_box .en_ttl {
        font-size: 10vw;
    }

    .common_ttl_box .sec_ttl {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .common_btn_box {
        width: 100%;
    }

    .common_btn_box .btn {
        padding: 0 4vw 0 8vw;
        border-radius: 10vw;
        transition: 0s;
    }

    .common_btn_box .btn:hover {
        opacity: 1;
    }

    .common_btn_box .btn .name {
        font-size: 4vw;
        line-height: 15vw;
    }

    .common_btn_box .btn .arrow {
        width: 6vw;
        height: 6vw;
        padding-left: 1.6vw;
    }

    #top_slider_sec {
        padding-top: 20vw;
    }

    #top_slider_sec .slider_box ul .arrow_icon {
        width: 5vw;
        bottom: -9vw;
    }

    #top_slider_sec .slider_box ul .arrow_icon.prev {
        transform: translateX(-90%);
    }

    #top_slider_sec .slider_box ul .arrow_icon.next {
        transform: translateX(-90%);
    }

    #top_slider_sec .slider_box ul li {
        margin: 0 1.5vw;
        height: 52vw;
        width: 90vw;
    }

    #top_slider_sec .slider_box ul li .text {
        margin-left: 0;
        width: 100%;
        font-size: 3.4vw;
        line-height: 10vw;
    }

    #top_slider_sec .slider_text {
        font-size: 3.4vw;
        margin-top: 4vw;
    }

    #top_treatment_sec {
        padding-top: 20vw;
    }

    #top_treatment_sec::before {
        display: none;
    }

    #top_treatment_sec .treatment_box .treatment_img {
        width: 100%;
        height: 65vw;
    }

    #top_treatment_sec .treatment_box .treatment_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #top_treatment_sec .treatment_box .ttl_sec_box {
        flex-shrink: 0;
        margin-top: 6vw;
    }

    #top_treatment_sec .treatment_box .ttl_sec_box .text {
        writing-mode: unset;
        letter-spacing: 0.1em;
        line-height: 1.8;
        margin-right: 0;
        margin-top: 4vw;
    }

    #top_treatment_sec .treatment_box .ttl_sec_box .common_ttl_box {
        text-align: left;
    }

    #top_treatment_sec .treatment_box .ttl_sec_box .common_arrow_btn {
        margin-top: 10vw;
        margin-left: 0;
    }

    .common_arrow_btn .btn {
        padding-bottom: 2.5vw;
        transition: 0s;
        padding-left: 1.2vw;
    }

    .common_arrow_btn .btn:hover {
        opacity: 1;
    }

    .common_arrow_btn .btn:hover .arrow {
        transform: translateX(0px);
    }

    .common_arrow_btn .btn .name {
        font-size: 3.8vw;
    }

    .common_arrow_btn .btn .arrow {
        width: 6vw;
        height: 6vw;
        transition: 0s;
        margin-right: 2vw;
    }

    .common_arrow_btn .btn .arrow::after {
        width: 2vw;
        height: 2vw;
    }

    #top_symptoms_sec {
        margin-top: 20vw;
        margin-left: 5vw;
        padding: 15vw 5vw;
    }

    #top_symptoms_sec::after {
        background: rgba(52, 52, 52, 0.8);
        mix-blend-mode: unset;
    }

    #top_symptoms_sec .text_box .common_ttl_box .en_ttl {
        font-size: 10vw;
    }

    #top_symptoms_sec .text_box .common_ttl_box .sec_ttl {
        letter-spacing: 0.08em;
        margin-top: 4.5vw;
    }

    #top_symptoms_sec .text_box .text {
        font-size: 3.5vw;
        margin-top: 7vw;
    }

    #top_symptoms_sec .text_box .common_arrow_btn {
        width: 100%;
    }

    #top_inform_sec {
        padding-top: 20vw;
    }

    #top_inform_sec .top_inform_box {
        margin-top: 7vw;
    }

    #top_inform_sec .top_inform_box .common_arrow_btn {
        margin-left: 0;
        width: 100%;
        margin-top: 10vw;
    }

    .common_inform_sec ul li+li {
        margin-top: 7vw;
    }

    .common_inform_sec ul li .link {
        display: block;
    }

    .common_inform_sec ul li .link .day {
        font-size: 3.4vw;
        margin-right: 0;
        margin-bottom: 3vw;
    }

    .common_inform_sec ul li .link .ttl_sec_box {
        margin-left: 0;
    }

    .common_inform_sec ul li .link .ttl_sec_box .ttl_box {
        padding: 0 3vw 0 0;
    }

    .common_inform_sec ul li .link .ttl_sec_box .ttl_box .ttl {
        font-size: 3.8vw;
        color: #d0a242;
        transition: 0s;
        padding-right: 3vw;
    }

    .common_inform_sec ul li .link .ttl_sec_box .ttl_box .arrow {
        width: 2vw;
        height: 2vw;
        border-top: 1px solid #343434;
        border-right: 1px solid #343434;
    }

    .common_inform_sec ul li .link .ttl_sec_box .cont {
        padding: 3vw 7vw 0vw 0;
        margin-top: 2vw;
        font-size: 3.4vw;
    }

    #top_review_sec {
        padding: 20vw 0;
    }

    #top_before_after_sec {
        padding: 0 0 20vw;
    }

    #top_review_sec::after {
        width: 65vw;
        height: 120vw;
        top: 12vw;
    }

    #top_review_sec .review_box,
    #top_before_after_sec .review_box {
        padding-left: 0;
        display: block;
    }

    #top_review_sec .review_box .ttl_btn_box,
    #top_before_after_sec .review_box .ttl_btn_box {
        width: 100%;
        padding-left: 5vw;
    }

    #top_review_sec .review_box .top_review_slider_box,
    #top_before_after_sec .review_box .top_review_slider_box {
        width: 100%;
        margin-top: 7vw;
    }

    #top_review_sec .review_box .common_arrow_btn,
    #top_before_after_sec .review_box .common_arrow_btn {
        margin-top: 14vw;
        padding: 0 5vw;
    }

    .common_review_sec ul {
        padding-bottom: 2vw;
    }

    .common_review_sec ul .slick-track {
        padding-bottom: 2vw;
    }

    .common_review_sec ul .slick-list {
        padding-left: 0;
    }

    .common_review_sec ul .icon_box {
        gap: 0 2vw;
        bottom: -7vw;
        left: 50%;
        transition: 0s;
    }

    .common_review_sec ul .icon_box:hover {
        opacity: 1;
    }

    .common_review_sec ul .icon_box.next {
        transform: translateX(60%);
    }

    .common_review_sec ul .icon_box.next .arrow {
        transform: translateX(-2vw);
    }

    .common_review_sec ul .icon_box.prev {
        transform: translateX(-160%);
    }

    .common_review_sec ul .icon_box .arrow {
        display: block;
        width: 5vw;
    }

    .common_review_sec ul .icon_box .arrow img {
        display: block;
    }

    .common_review_sec ul li {
        margin: 0 3vw;
        width: 75vw;
        flex-shrink: 0;
        height: 108vw;
    }

    .common_review_sec ul li::after {
        width: 6vw;
        height: 6vw;
        bottom: 2vw;
        right: 2vw;
    }

    .common_review_sec ul li .link {
        transition: 0s;
    }

    .common_review_sec ul li .link:hover {
        opacity: 1;
    }

    .common_review_sec ul li .link .img {
        height: 50vw;
    }

    .common_review_sec ul li .link .text_box {
        margin-top: -4vw;
    }

    .common_review_sec ul li .link .text_box .link_ttl {
        padding: 2vw 1vw;
        line-height: 2.3;
        font-size: 3.8vw;
    }

    .common_review_sec ul li .link .text_box .box {
        padding: 3vw 3vw 0;
    }

    .common_review_sec ul li .link .text_box .box .text {
        font-size: 3.4vw;
        line-height: 1.8;
    }

    .common_review_sec ul li .link .text_box .box .theme {
        font-size: 3.8vw;
        margin-top: 4vw;
    }

    .common_review_sec ul li .link .text_box .box .theme .symptoms {
        font-size: 4.2vw;
    }

    .common_review_sec ul li .link .text_box .box .info_box {
        font-size: 3.4vw;
        margin-top: 2vw;
    }

    #top_blog_sec .blog_box ul {
        grid-template-columns: 100%;
        gap: 8vw 0;
    }

    #top_blog_sec .blog_box ul li+li {
        padding-top: 8vw;
        border-top: 1px dashed #ccc;
    }

    #top_blog_sec .blog_box ul li .link .img {
        height: 55vw;
    }

    #top_blog_sec .blog_box ul li .link .text_box {
        padding: 0;
        margin-top: 4vw;
        border-left: unset;
    }

    #top_blog_sec .blog_box ul li .link .text_box .ttl_box .ttl {
        font-size: 5.2vw;
        transition: 0s;
        color: #d0a242;
    }

    #top_blog_sec .blog_box ul li .link .text_box .ttl_box .en_ttl {
        transition: 0s;
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    #top_blog_sec .blog_box ul li .link .text_box .text {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    #top_blog_sec .blog_box ul li .link .text_box .arrow {
        width: 5vw;
        margin-top: 3vw;
    }

    #top_access_sec {
        padding: 20vw 0;
    }

    #top_access_sec .map {
        height: 50vw;
    }

    #top_access_sec .access_box {
        margin-top: 7vw;
        display: block;
    }

    #top_access_sec .access_box .common_ttl_box {
        margin-right: 0;
    }

    #top_access_sec .access_box .common_ttl_box .en_ttl {
        font-size: 9vw;
    }

    #top_access_sec .access_box .common_ttl_box .sec_ttl {
        font-size: 4vw;
        margin-top: 2vw;
    }

    #top_access_sec .access_box .info_sec_box {
        display: block;
        margin-left: 0;
        margin-top: 3vw;
    }

    #top_access_sec .access_box .info_sec_box::before {
        display: none;
    }

    #top_access_sec .access_box .info_sec_box .info_box .add {
        font-size: 3.4vw;
    }

    #top_access_sec .access_box .info_sec_box .info_box .road {
        margin-top: 2vw;
        font-size: 3.4vw;
        line-height: 1.6;
    }

    #top_access_sec .access_box .info_sec_box .info_box .tel {
        margin-top: 3vw;
        font-size: 6vw;
    }

    #top_access_sec .access_box .info_sec_box .info_box .tel .num {
        font-size: 9vw;
    }

    #top_access_sec .access_box .info_sec_box .info_box .time {
        font-size: 3vw;
        margin-top: 3vw;
    }

    #top_access_sec .access_box .info_sec_box .info_box .time .row {
        display: block;
        margin-top: 1vw;
    }

    #top_access_sec .access_box .info_sec_box .info_box .line_box {
        display: block;
        margin-top: 7vw;
    }

    #top_access_sec .access_box .info_sec_box .info_box .line_box .ex {
        font-size: 3.2vw;
        line-height: 1.6;
    }

    #top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn {
        margin-left: 0;
        margin-top: 3vw;
        width: 100%;
    }

    #top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn {
        padding: 0 5vw 0 5vw;
        border-radius: 10vw;
        transition: 0s;
    }

    #top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn:hover {
        opacity: 1;
    }

    #top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .icon {
        width: 10vw;
    }

    #top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .name {
        font-size: 4vw;
        line-height: 14vw;
        margin-left: 5vw;
    }

    #top_access_sec .access_box .info_sec_box .info_box .line_box .line_btn .btn .arrow {
        width: 7vw;
        height: 7vw;
        padding-left: 1.5vw;
    }

    #footer {
        padding: 20vw 0 28vw;
    }

    .common_shop_information {
        display: block;
    }

    .common_shop_information .list_img {
        width: 100%;
    }

    .common_shop_information .list_img .text {
        font-size: 3.3vw;
        margin-top: 2vw;
    }

    .common_shop_information .info_box {
        margin-left: 0;
        margin-top: 6vw;
        text-align: center;
    }

    .common_shop_information .info_box .tel_box .tel_come {
        font-size: 3.5vw;
    }

    .common_shop_information .info_box .tel_box .tel {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .common_shop_information .info_box .tel_box .tel .num {
        font-size: 9vw;
    }

    .common_shop_information .info_box .link_btn_box {
        display: none;
    }

    .common_shop_information .info_box .add {
        font-size: 3.4vw;
        margin-top: 2vw;
    }

    #footer .ft_bottom {
        margin-top: 4vw;
        padding: 0;
        border-top: unset;
        display: block;
    }

    #footer .ft_bottom ul {
        display: none;
    }

    #footer .ft_bottom .sns_box {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }

    #footer .ft_bottom .sns_box .name {
        font-size: 3.8vw;
    }

    #footer .ft_bottom .sns_box .icon_box {
        margin-top: 2vw;
        justify-content: center;
    }

    #footer .ft_bottom .sns_box .icon_box .follow {
        font-size: 8vw;
        margin-top: 2vw;
    }

    #footer .ft_bottom .sns_box .icon_box .icon {
        width: 7vw;
        margin-left: 3vw;
    }

    #footer .ft_bottom .symptoms_menu {
        display: none;
    }

    #footer .cr_link_box {
        margin-top: 4vw;
        padding: 0;
        display: block;
    }

    #footer .cr_link_box .link_box ul {
        gap: 0 7vw;
        justify-content: center;
    }

    #footer .cr_link_box .link_box ul li+li::before {
        display: none;
    }

    #footer .cr_link_box .link_box ul li .link {
        font-size: 3.4vw;
        transition: 0s;
    }

    #footer .cr_link_box .link_box ul li .link:hover {
        color: #343434;
    }

    #footer .cr_link_box .cr {
        text-align: center;
        margin-top: 5vw;
    }

    #footer .cr_link_box .cr small {
        font-size: 3.2vw;
    }

    #footer_fixed {
        position: fixed;
        z-index: 500;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 3vw 0;
    }

    #footer_fixed .box ul {
        display: flex;
        gap: 0 2vw;
        justify-content: space-between;
    }

    #footer_fixed .box ul li.link_mail {
        width: 78%;
        height: 16vw;
    }

    #footer_fixed .box ul li.link_mail .mail {
        height: 100%;
        width: 100%;
        align-items: center;
        border-radius: 10vw;
        flex-wrap: nowrap;
        padding: 0 2vw 0 3.9vw;
        background-color: #d0a242;
    }

    #footer_fixed .box ul li.link_mail .mail .icon {
        width: 6.4vw;
        margin-right: 2.6vw;
        flex-shrink: 0;
    }

    #footer_fixed .box ul li.link_mail .mail .icon img {
        display: block;
        width: 100%;
    }

    #footer_fixed .box ul li.link_mail .mail .name {
        font-size: 3.4vw;
        line-height: 1.4;
        color: #fff;
        letter-spacing: 0.04em;
        font-weight: 700;
    }

    #footer_fixed .box ul li .link {
        border-radius: 50%;
        width: 16vw;
        height: 16vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #footer_fixed .box ul li .link svg {
        width: 40%;
        display: flex;
    }

    #footer_fixed .box ul li .link svg path {
        fill: #fff;
    }

    #footer_fixed .box ul li .link .line_icon {
        width: 55%;
    }

    #footer_fixed .box ul li .link .line_icon img {
        width: 100%;
    }

    #footer_fixed .box ul li .link.tel {
        background-color: #a1643d;
    }

    #footer_fixed .box ul li .link.line {
        background-color: #00b900;
    }

    .archive_page_list .common_review_sec ul {
        display: grid;
        grid-template-columns: 100%;
        gap: 5vw 0;
    }

    .archive_page_list .common_review_sec ul li {
        width: 100%;
        margin: 0;
    }

    .wp-pagenavi {
        margin-top: 10vw;
    }

    #single_voice_page .voice_box {
        display: block;
    }

    #single_voice_page .voice_box .voice_img {
        width: 95%;
        margin: auto;
    }

    #single_voice_page .voice_box .text_box {
        margin-left: 0;
        margin-top: 5vw;
    }

    #single_voice_page .voice_box .text_box .theme {
        font-size: 5.2vw;
    }

    #single_voice_page .voice_box .text_box .symptoms_box {
        font-size: 3.8vw;
        margin-top: 2vw;
    }

    #single_voice_page .voice_box .text_box .symptoms_box .big {
        font-size: 4.2vw;
    }

    #single_voice_page .voice_box .text_box .info_box {
        margin-top: 5vw;
    }

    #single_voice_page .voice_box .text_box .info_box .cont {
        font-size: 3.4vw;
    }

    #single_voice_page .voice_box .text_box .text_area {
        font-size: 3.4vw;
        margin-top: 2vw;
    }

    #single_voice_page .voice_box .text_box .common_arrow_btn {
        margin-top: 15vw;
    }

    #single_voice_page .voice_box .text_box .common_arrow_btn .btn {
        padding: 0 5vw 2.5vw;
    }

    .common_page_main {
        padding: 15vw 0;
    }

    .common_page_main::before,
    .common_page_main::after {
        width: 20vw;
        height: 15vw;
        animation-timing-function: ease-in;
        opacity: 0.3;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }

    .common_page_main::before {
        left: 5vw;
        right: unset;
        border: 2px solid #d0a242;
        top: 4vw;
        animation-name: main_border3;
    }

    .common_page_main::after {
        right: 5vw;
        border: 2px solid #a1643d;
        top: 24vw;
        animation-name: main_border4;
    }

    @keyframes main_border3 {
        0% {
            left: 5vw;
            top: 4vw;
        }

        50% {
            top: 24vw;
            left: 5vw;
        }

        100% {
            top: 24vw;
            left: 75vw;
        }
    }

    @keyframes main_border4 {
        0% {
            top: 24vw;
            right: 5vw;
        }

        50% {
            top: 4vw;
            right: 5vw;
        }

        100% {
            top: 4vw;
            right: 75vw;
        }
    }

    .common_page_main .title_box {
        text-align: center;
    }

    .common_page_main .title_box .sub_title {
        font-size: 7vw;
    }

    .common_page_main .title_box .title {
        font-size: 4vw;
        margin-top: 2vw;
    }

    #page_about .common_ttl_box .en_ttl {
        font-size: 10vw;
    }

    #page_about .common_ttl_box .sec_ttl {
        margin-top: 3vw;
    }

    .greeting_box {
        display: block;
    }

    .greeting_box .img {
        width: 95%;
        height: 65vw;
        margin-right: 0;
    }

    .greeting_box .text_box {
        margin-left: 0;
        margin-top: 6vw;
        text-align: left;
        margin-bottom: 12vw;
    }

    .greeting_box .text_box .theme {
        font-size: 5.2vw;
        margin-top: 7vw;
    }

    .greeting_box .text_box .box {
        margin-top: 4vw;
    }

    .greeting_box .text_box .box .text {
        font-size: 3.7vw;
    }

    .greeting_box .text_box .box .text+.text {
        margin-top: 2.5vw;
    }

    #page_about .intro_box {
        margin-top: 20vw;
        padding: 15vw 5vw;
    }

    #page_about .intro_box .inner .intro_text {
        font-size: 3.5vw;
        margin-top: 8vw;
    }

    #page_about .page_about {
        margin-top: 20vw;
    }

    #page_about .greeting_box {
        margin-top: 15vw;
        display: block;
    }

    #page_about .greeting_box .img {
        position: relative;
        width: 95%;
        height: auto;
        margin-top: 10vw;
    }

    #page_about .greeting_box .img::after {
        right: -5%;
        left: 5%;
        top: 5%;
        bottom: -5%;
    }

    #page_about .common_btn_box {
        margin-top: 15vw;
    }

    /* 初めての方へページセクション追加 */
    #traffic_accident_page .common_list.grid2 {
        grid-template-columns: repeat(1, 1fr);
    }

    #traffic_accident_page .common_list.grid3 {
        grid-template-columns: repeat(1, 1fr);
    }

    /* 初めての方へページセクション追加 END */

    .common_back_color_box {
        padding: 20vw 0;
    }

    .common_back_color_box .cost_box .inner {
        padding: 10vw 5vw;
    }

    .common_back_color_box .cost_box .inner .box_sec {
        margin-top: 6vw;
        padding-top: 6vw;
    }

    .common_back_color_box .cost_box .inner .box_sec .box {
        gap: 0 3vw;
    }

    .common_back_color_box .cost_box .inner .box_sec .box+.box {
        margin-top: 3vw;
    }

    .common_back_color_box .cost_box .inner .box_sec .box .theme {
        font-size: 3.8vw;
    }

    .common_back_color_box .cost_box .inner .box_sec .box .cont {
        font-size: 4vw;
    }

    .common_back_color_box .cost_box .inner .box_sec .box .cont .num {
        font-size: 8vw;
    }

    .common_back_color_box .request_box {
        margin-top: 10vw;
        padding: 10vw 5vw;
    }

    .common_back_color_box .request_box .text_box .ttl {
        font-size: 6vw;
    }

    .common_back_color_box .request_box .text_box .list_box {
        padding-top: 6vw;
        margin-top: 6vw;
    }

    .common_back_color_box .request_box .text_box .list_box .list {
        font-size: 4.5vw;
    }

    .common_back_color_box .request_box .text_box .list_box .list+.list {
        margin-top: 2vw;
    }

    .common_back_color_box .request_box .text_box .attention {
        font-size: 3.2vw;
        margin-top: 5vw;
    }

    .common_link_btn_box {
        flex-wrap: wrap;
        gap: 3vw 0;
        margin-top: 15vw;
    }

    .common_link_btn_box .common_btn_box {
        width: 100%;
    }

    #page_symptoms .list_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw 2vw;
    }

    #page_symptoms .list_box ul li .link {
        line-height: 1.6;
        font-size: 3.4vw;
        border-radius: 2vw;
        padding: 3vw 0;
        transition: 0s;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
        width: 100%;
    }

    #page_symptoms .list_box ul li .link:hover {
        background-color: #d0a242;
        color: #fff;
    }

    #page_symptoms .list_box ul li .link:hover::after {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    #page_symptoms .list_box ul li .link::after {
        content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 2vw;
        height: 2vw;
        flex-shrink: 0;
        transition: 0s;
        margin: 0 auto;
    }

    #page_symptoms .symptoms_box {
        margin-top: 20vw;
        padding: 20vw 0;
    }

    #page_symptoms .symptoms_box .box_sec {
        padding: 10vw 3vw;
    }

    #page_symptoms .symptoms_box .box_sec .box+.box {
        margin-top: 10vw;
        padding-top: 10vw;
    }

    #page_symptoms .symptoms_box .box_sec .box .theme {
        font-size: 5vw;
        line-height: 1.6;
        gap: 0 .5em;
    }

    #page_symptoms .symptoms_box .box_sec .box .theme::before {
        width: 3vw;
    }

    #page_symptoms .symptoms_box .box_sec .box ul {
        margin-top: 5vw;
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw 1vw;
    }

    #page_symptoms .symptoms_box .box_sec .box ul li .link {
        line-height: 1.5;
        font-size: 3.2vw;
        border-radius: 2vw;
        padding: 3vw 0 3vw 2vw;
        transition: 0s;
        width: 100%;
    }

    #page_symptoms .symptoms_box .box_sec .box ul li .link:hover {
        background-color: #d0a242;
        color: #fff;
    }

    #page_symptoms .symptoms_box .box_sec .box ul li .link:hover::after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    #page_symptoms .symptoms_box .box_sec .box ul li .link::after {
        content: "";
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 2vw;
        height: 2vw;
        flex-shrink: 0;
        transition: 0s;
        margin-left: auto;
        margin-right: 2vw;
    }

    #page_symptoms_cont .symptoms_box .text_box.index_box {
        margin-bottom: 4vw;
    }

    #page_symptoms_cont .symptoms_box .text_box.index_box h2::before {
        width: 3vw;
    }

    .page-id-409 .common_page_wrap {
        padding: 20vw 0 0;
    }

    .page_symptoms .symptoms_img {
        width: 100vw;
        aspect-ratio: 2/1;
        margin: 0 auto 15vw;
    }

    #page_symptoms_cont .symptoms_list {
        padding: 5vw;
        margin-bottom: 10vw;
    }

    #page_symptoms_cont .symptoms_list .theme {
        font-size: 5vw;
        padding-bottom: 3vw;
        margin-bottom: 5vw;
        border-bottom: 2px solid #d0a242;
    }

    #page_symptoms_cont .symptoms_list ul li {
        gap: 0 2vw;
    }

    #page_symptoms_cont .symptoms_list ul li+li {
        margin-top: 2vw;
    }

    #page_symptoms_cont .symptoms_list ul li::before {
        width: 3vw;
    }

    #page_symptoms_cont .symptoms_list ul li a {
        font-size: 3.6vw;
    }

    #page_symptoms_cont .symptoms_list ul li a:hover {
        opacity: 1;
    }

    #page_symptoms_cont .symptoms_box .theme {
        display: block;
        padding: 3.8vw 1vw;
        font-size: 5vw;
        width: 90%;
        text-align: center;
    }

    #page_symptoms_cont .symptoms_box .text_box {
        padding: 15vw 5vw 10vw;
    }

    #page_symptoms_cont .symptoms_box h2 {
        font-size: 4.5vw;
    }

    #page_symptoms_cont .symptoms_box h3 {
        font-size: 4.2vw;
        border-bottom: 2px solid #343434;
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    }

    #page_symptoms_cont .symptoms_box h4 {
        font-size: 4vw;
        padding: 4vw 0;
        line-height: 1.3;
    }

    pre {
        white-space: pre-wrap;
    }

    #page_symptoms_cont .symptoms_box .text_box .text {
        font-size: 3.4vw;
    }

    #page_symptoms_cont .symptoms_box .text_box .text+.text {
        margin-top: 3.4vw;
    }

    .common_arrow_btn.symptoms {
        width: 100%;
        margin: 15vw auto 0;
    }

    .page-id-521 .common_page_wrap {
        padding: 20vw 0 0;
    }

    #page_treatment .treatment_box {
        display: block;
    }

    #page_treatment .treatment_box .img {
        width: 95%;
        height: 60vw;
        margin-right: 0;
        margin-left: auto;
    }

    #page_treatment .treatment_box .img::after {
        left: -5vw;
        bottom: -5vw;
    }

    #page_treatment .treatment_box .text_sec_box {
        margin-left: 0;
        margin-top: 10vw;
    }

    #page_treatment .treatment_box .text_sec_box .ttl {
        font-size: 4.2vw;
    }

    #page_treatment .treatment_box .text_sec_box .text_box {
        margin-top: 5vw;
    }

    #page_treatment .treatment_box .text_sec_box .text_box .text {
        font-size: 3.4vw;
    }

    #page_treatment .treatment_box .text_sec_box .text_box .text+.text {
        margin-top: 3vw;
    }

    #page_treatment .common_back_color_box {
        margin-top: 20vw;
    }

    .page-id-523 .common_page_wrap {
        padding: 20vw 0 0;
    }

    #page_access .tab_btn_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 2vw;
    }

    #page_access .tab_btn_box ul li .link {
        font-size: 5vw;
        line-height: 13vw;
        border-radius: 0;
        transition: 0s;
    }

    #page_access .tab_btn_box ul li .link::after {
        width: 2vw;
        height: 2vw;
        right: 2vw;
    }

    #page_access .tab_btn_box ul li .link:hover {
        opacity: 1;
    }

    #page_access .access_sec_box {
        margin-top: 20vw;
    }

    #page_access .access_sec_box .train_box {
        padding: 0 5vw 15vw;
    }

    #page_access .access_sec_box .train_box .theme {
        font-size: 4vw;
        width: 90%;
        padding: 4vw 0;
        margin: -6vw auto 0;
    }

    #page_access .access_sec_box .train_box .box_sec {
        margin-top: 12vw;
    }

    #page_access .access_sec_box .train_box .box_sec .box {
        display: block;
    }

    #page_access .access_sec_box .train_box .box_sec .box+.box {
        margin-top: 10vw;
        padding-top: 10vw;
    }

    #page_access .access_sec_box .train_box .box_sec .box .theme_box {
        margin-right: 0;
        width: 100%;
    }

    #page_access .access_sec_box .train_box .box_sec .box .theme_box .name {
        font-size: 4.8vw;
    }

    #page_access .access_sec_box .train_box .box_sec .box .theme_box .name .num {
        font-size: 5vw;
    }

    #page_access .access_sec_box .train_box .box_sec .box .station_box {
        margin-left: 0;
        margin-top: 7vw;
    }

    #page_access .access_sec_box .train_box .box_sec .box .station_box ul li+li {
        margin-top: 9vw;
    }

    #page_access .access_sec_box .train_box .box_sec .box .station_box ul li+li::before {
        top: -7vw;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4vw 4vw 0 4vw;
    }

    #page_access .access_sec_box .train_box .box_sec .box .station_box ul li .station {
        display: block;
        padding: 2vw 1vw 2vw 3vw;
        font-size: 4.5vw;
    }

    #page_access .access_sec_box .train_box .box_sec .box .station_box ul li .ex {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    #page_access .access_sec_box .car_box {
        margin: 15vw;
        padding: 0 5vw 8vw;
    }

    #page_access .access_sec_box .car_box .theme {
        font-size: 4vw;
        width: 90%;
        padding: 4vw 0;
        margin: -6vw auto 0;
    }

    #page_access .access_sec_box .car_box ul {
        margin-top: 8vw;
    }

    #page_access .access_sec_box .car_box ul li {
        font-size: 3.8vw;
    }

    #page_access .access_sec_box .car_box ul li::before {
        width: 5vw;
        margin-top: 2.7vw;
        margin-right: 4vw;
    }

    #page_access .access_sec_box .car_box ul li+li {
        margin-top: 3vw;
    }

    #page_access .access_sec_box .car_box ul li .color {
        font-size: 4.2vw;
    }

    #page_access .map {
        height: 50vw;
        margin-top: 20vw;
    }

    #page_access .addr_box .ttl {
        font-size: 5vw;
        text-align: center;
        margin-bottom: 5vw;
    }

    #page_access .addr_box {
        margin-bottom: 15vw;
    }

    #page_access .addr_box .img_box {
        display: block;
    }

    #page_access .addr_box .img_box .out_img_box .near {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    #page_access .addr_box .img_box .out_img_box {
        margin-bottom: 5vw;
    }

    #page_access .addr_box .img_box .out_img_box .addr {
        margin-bottom: 3vw;
    }

    #page_access .addr_box .img_box .out_img_box .near::before {
        margin-right: 2vw;
        width: 5vw;
    }

    .common_flow_area .main_area {
        margin-bottom: 10vw;
    }

    .common_flow_area .main_area .title {
        font-size: 5.5vw;
    }

    .common_flow_area .main_area .sub_title {
        font-size: 4vw;
    }

    .common_flow_area .main_area .text {
        margin-bottom: 2em;
    }

    .common_flow_area .main_area ul {
        gap: 0;
    }

    .common_flow_area .main_area ul li {
        width: 49%;
        margin-bottom: 1.5vw;
    }

    .common_flow_area .main_area ul li:after {
        display: none;
    }

    .common_flow_area .main_area ul li a {
        font-size: 3.5vw;
        padding: .5em;
    }

    .common_flow_area .main_area ul li a .step {
        font-size: 3vw;
    }

    .common_flow_area .main_area ul li:last-child::after {
        display: none;
    }

    .common_flow_area .contents ul li {
        padding: 4vw;
    }

    .common_flow_area .contents ul li:before {
        border-width: 10px 10px 0 10px;
        left: calc(50% - 10px);
        bottom: -25px;
    }

    .common_flow_area .contents ul li+li {
        margin-top: 40px;
    }

    .common_flow_area .contents ul li .image {
        width: 100%;
        height: 50vw;
        margin-bottom: 5vw;
    }

    .common_flow_area .contents ul li .image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .common_flow_area .contents ul li .text_area {
        width: 100%;
    }

    .common_flow_area .contents ul li .title {
        font-size: 5vw;
        padding-left: 28vw;
    }

    .common_flow_area .contents ul li .title .step {
        font-size: 4vw;
        line-height: 8vw;
        top: calc(50% - 5vw);
    }

    .common_flow_area .contents ul li .text small {
        font-size: 3vw;
    }

    #page_far_away .main_title {
        font-size: 5vw;
    }

    #page_far_away section+section {
        margin-top: 20vw;
    }

    #page_far_away .main_message .image {
        width: 100%;
        margin-bottom: 4vw;
        height: 30vw;
    }

    #page_far_away .main_message .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page_far_away .main_message .text_area {
        width: 100%;
    }

    #page_far_away .complete .complete_list {
        margin-bottom: 5vw;
    }

    #page_far_away .complete .complete_list ul {
        padding: 4vw;
    }

    #page_far_away .reserved .main_text {
        margin-bottom: 10vw;
    }

    #page_far_away .common_title {
        font-size: 4vw;
        padding-left: 40px;
    }

    #page_far_away .common_title:before {
        width: 30px;
    }

    #page_far_away .reserved .how .dl_wrap {
        margin-bottom: 10vw;
    }

    #page_far_away .reserved .how dl {
        width: 100%;
    }

    #page_far_away .reserved .example .in_box+.in_box {
        margin-top: 4vw;
    }

    #page_far_away .reserved .example .title_box {
        width: 100%;
        line-height: 4;
    }

    #page_far_away .reserved .example .text_area {
        width: 100%;
    }

    #page_far_away .reserved .example .text_area ul {
        justify-content: center;
    }

    #page_far_away .reserved .example .text_area ul li {
        width: 70%;
        border-right: none;
        border-bottom: 1px solid #f1f1f1;
        padding: 2em;
    }

    #page_far_away .reserved .example .text_area ul li:last-child {
        border-bottom: none;
    }

    #page_far_away .reserved .example .text_area ul li .text {
        font-size: 5vw;
    }

    #page_far_away .reserved .example .text_area ul li .time {
        font-size: 3vw;
        line-height: 6vw;
        border-radius: 10vw;
    }

    #page_far_away .near_hotel .image_area .image {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
    }

    #page_far_away .near_hotel .map {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_far_away .near_hotel .text {
        margin-bottom: 2em;
    }

    .page_faq .tab_box {
        margin-bottom: 12vw;
    }

    .page_faq .tab_box ul {
        justify-content: flex-start;
        gap: 2vw;
        flex-wrap: wrap;
    }

    .page_faq .tab_box li {
        flex: 1 0 auto;
    }

    .page_faq .tab_box li a {
        font-size: 4vw;
        padding: 0.5em 1em;
        border: none;
    }

    .page_faq .tab_box li a:hover {
        color: #fff;
        background: #D0A242;
    }

    .page_faq .cont .inbox+.inbox {
        padding-top: 12vw;
    }

    .page_faq .cont .inbox .ttl {
        font-size: 4.5vw;
        gap: 0 2vw;
        margin-bottom: 2vw;
    }

    .page_faq .cont .inbox .ttl::before {
        width: 5vw;
    }

    .page_faq .cont .inbox .faq_list dl dt {
        gap: 0 4vw;
        padding: 3vw 4vw;
    }

    .page_faq .cont .inbox .faq_list dl .en {
        font-size: 6vw;
    }

    .page_faq .cont .inbox .faq_list dl dt .text {
        font-size: 3.8vw;
    }

    .page_faq .cont .inbox .faq_list dl dt::after {
        width: 3vw;
    }

    .page_faq .cont .inbox .faq_list dl dd {
        padding: 3vw 4vw;
        gap: 0 4vw;
    }

    .page_faq .cont .inbox .faq_list dl dd .text {
        font-size: 3.5vw;
    }

    .page_greeting .comment_box {
        margin-bottom: 12vw;
        text-align: justify;
    }

    .page_greeting .comment_box .theme {
        font-size: 5.2vw;
        margin-bottom: 4vw;
    }

    .page_greeting .comment_box .text_box .text {
        font-size: 3.7vw;
    }

    .page_greeting .comment_box .text_box .text+.text {
        margin-top: 2.5vw;
    }

    .page_greeting .profile_box {
        display: block;
    }

    .page_greeting .profile_box .img {
        width: 70%;
        margin: 0 auto 5vw;
    }

    .page_greeting .profile_box .table_box table th,
    .page_greeting .profile_box .table_box table td {
        font-size: 3.5vw;
    }

    /* 当院の施術法について */

    #page_treatment_new section+section {
        margin-top: 20vw;
    }

    #page_treatment_new .main_area .text {
        font-size: 4vw;
        line-height: 2.2;
    }

    #page_treatment_new .main_area .text_box {
        padding: 4vw;
        margin: 5vw 0;
    }

    #page_treatment_new .main_area .text_box .in_text {
        font-size: 4.3vw;
    }

    #page_treatment_new .contents_counseling .fl_wrap {
        margin-bottom: 12vw;
    }

    #page_treatment_new .contents_counseling .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_treatment_new .contents_counseling .text_area {
        width: 100%;
    }

    #page_treatment_new .contents_counseling .text_area .text {
        font-size: 3.7vw;
    }

    #page_treatment_new .contents_counseling .text_area .text+.text {
        margin-top: 1em;
    }

    #page_treatment_new .counseling_ueda .title {
        font-size: 4vw;
    }

    #page_treatment_new .counseling_ueda .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_treatment_new .counseling_ueda .text_area {
        width: 100%;
    }

    #page_treatment_new .counseling_ueda .text_area .text {
        font-size: 3.7vw;
    }

    .common_shop_information_section {
        padding: 20vw 0;
        margin-bottom: 20vw;
    }

    #page_treatment_new .faq_wrap .title {
        font-size: 5.5vw;
    }

    /* 無料カウンセリング */

    #page_free_counseling section+section {
        margin-top: 20vw;
    }

    #page_free_counseling .main_area .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_free_counseling .main_area .text_area {
        width: 100%;
    }

    #page_free_counseling .main_area .text_area ul {
        margin-bottom: 10vw;
    }

    #page_free_counseling .main_area .text_area ul li {
        font-size: 4vw;
        padding-left: 20px;
    }

    #page_free_counseling .main_area .text_area .text {
        font-size: 4vw;
    }

    #page_free_counseling .flow_belongings .button_area {
        margin-bottom: 20vw;
    }

    #page_free_counseling .flow_belongings .button_area .button {
        width: 100%;
        font-size: 5vw;
        padding: 15px 10px 30px 10px;
    }

    #page_free_counseling .flow_belongings .button_area .button+.button {
        margin-top: 20px;
    }

    #page_free_counseling .common_flow_area {
        margin-bottom: 20vw;
    }

    #page_free_counseling .common_title {
        font-size: 5vw;
    }

    #page_free_counseling .belongings_area dl {
        width: 100%;
    }

    #page_free_counseling .belongings_area dl+dl {
        margin-top: 20px;
    }

    #page_free_counseling .belongings_area dl dt {
        font-size: 4.5vw;
    }

    #page_free_counseling .belongings_area dl dt .title {
        position: relative;
        padding-left: 40px;
    }

    #page_free_counseling .belongings_area dl dt .num {
        top: calc(50% - 2.5vw);
        font-size: 5vw;
    }

    #page_free_counseling .belongings_area dl dd {
        font-size: 3.7vw;
    }

    #page_free_counseling .kids .image {
        width: 100%;
        margin-bottom: 5vw;
    }

    #page_free_counseling .kids .text_area {
        width: 100%;
    }

    #page_free_counseling .kids .text_area .text {
        font-size: 4vw;
    }

    #page_treatment_new .data_area .title {
        font-size: 4.5vw;
    }

    #page_free_counseling .main_text_area {
        margin-bottom: 12vw;
    }

    #page_free_counseling .main_text_area .text {
        font-size: 6vw;
        text-align: center;
    }

    #page_free_counseling .main_text_area .text::before,
    #page_free_counseling .main_text_area .text::after {
        content: unset;
    }

    #page_free_counseling .problem_wrap {
        grid-template-columns: 1fr;
        gap: 4vw;
    }

    #page_free_counseling .problem_wrap .problem_box {
        border: 3px solid #d0a242;
    }

    #page_free_counseling .problem_wrap .problem_box .lr_text {
        font-size: 4vw;
    }

    #page_free_counseling .problem_wrap .problem_box .problem_text_area .text+.text {
        font-size: 3.7vw;
    }

    #page_treatment_new .contents_counseling .data_area ul {
        grid-template-columns: 1fr;
        gap: 7vw;
    }

    #free_top_sec .center_text_area {
        margin: 7vw auto;
        padding: 5vw;
    }

    #free_top_sec .center_text_area .text {
        font-size: 3.7vw;
        text-align: left;
    }

    #free_top_sec .center_text_area .point_box {
        flex-direction: column;
        gap: 3vw;
        margin: 5vw auto;
    }

    #free_top_sec .center_text_area .point_box .box_text {
        font-size: 3.7vw;
        width: 100%;
        padding: .8em 1em;
    }

    #free_top_sec .center_text_area .point_box .box_text .em {
        font-size: 1em;
    }

    #free_top_sec .center_text_area .point_box .mark {
        width: 4vw;
    }


    #free_top_sec .center_text_area .inner {
        padding: 5vw;
        grid-template-columns: 1fr;
        gap: 4vw;
        margin: 5vw auto 0;
    }

    #free_top_sec .center_text_area .inner .text {
        font-size: 3.7vw;
    }

    #free_top_sec .img_text_area {
        flex-direction: column-reverse;
        align-items: unset;
        gap: 4vw;
    }

    #free_top_sec .img_text_area .text_area .text {
        font-size: 4vw;
    }

    #free_top_sec .img_text_area .img_area {
        width: 86vw;
        aspect-ratio: 1.7;
        position: relative;
        margin: 0 4vw 4vw 0;
    }

    #free_top_sec .img_text_area .img_area::before {
        transform: translate(4vw, 4vw);
    }

    /* 当院の施術について */

    .page_feature .article_cont .container {
        max-width: 90%;
    }

    .page_feature .article_cont h2 {
        padding: 0.7em 1em;
        font-size: 4.7vw;
        margin: 2.5em 0 2.4em;
    }

    .page_feature .article_cont h2::after {
        top: 94%;
        width: 1.2em;
        height: 1em;
        margin-left: 1em;
    }

    .page_feature .article_cont p {
        font-size: 3.6vw;
        letter-spacing: 0.07em;
        line-height: 2.1;
    }

    .page_feature .article_cont p+p {
        margin-top: 1.8em;
    }

    .page_feature .article_cont .list {
        margin: 0 0 3em;
    }

    .page_feature .article_cont .list ul {
        border-left: 2px solid #d0a242;
    }

    .page_feature .article_cont .caution_list .label {
        padding: 1.2vw 3.5vw;
        font-size: 3.8vw;
    }

    /* TOP特徴セクション */

    #top_features {
        padding: 20vw 0 0;
    }

    #top_features::before {
        top: 35%;
    }

    #top_features::after {
        bottom: 15%;
    }

    #top_features .block {
        padding: 6vw;
        border-radius: 6px;
        margin-top: 7vw;
    }

    #top_features .block .image {
        width: 100%;
        height: 40vw;
    }

    #top_features .block .textBox {
        width: 100%;
        margin-top: 4vw;
    }

    #top_features .block .textBox .number {
        font-size: 7vw;
        margin: 0 0 1vw;
    }

    #top_features .block .textBox .number span {
        font-size: 4.3vw;
        margin-right: 5px;
    }

    #top_features .block .textBox .title {
        font-size: 4.2vw;
        margin: 0 0 2vw;
    }

    #top_features .block .textBox .text {
        font-size: 3.4vw;
    }

    /* TOP特徴セクション 終了 */

    .post-type-archive-voice .common_arrow_btn {
        width: 100%;
        margin: 0 auto 10vw;
    }

    .before_after .before_after_img {
        grid-template-columns: 1fr;
        gap: 5vw;
    }

    .before_after .before_after_img .img {
        width: 100%;
        height: 60vw;
    }

    .before_after .common_arrow_btn {
        width: 100%;
    }

    .before_after .before_after_img .img_text {
        font-size: 4vw;
    }

    .page_faq .last_test {
        margin-top: 3em;
        font-size: 4vw;
        line-height: 2;
    }

    #page_treatment_new .counseling_ueda .title .small_link {
        font-size: 3.2vw;
        margin-top: 1.2vw;
    }

    #page_treatment_new .counseling_ueda .title .small_link:hover {
        opacity: 1;
    }


    #top_reason {
        padding-top: 20vw;
    }

    .common_ttl_box .en_ttl.center {
        text-align: left;
    }

    .common_ttl_box .sec_ttl.center {
        text-align: left;
    }

    #top_reason .box_wrap {
        margin-top: 6vw;
    }

    #top_reason .box_wrap .box {
        flex-direction: column;
        gap: 5vw 0;
    }

    #top_reason .box_wrap .box:nth-child(even) {
        flex-direction: column;
    }

    #top_reason .box .text_area .catch_area .catch {
        font-size: 4vw;
        font-weight: 600;
        color: #d0a242;
    }

    #top_reason .box .text_area .catch_area {
        margin-bottom: 1.5vw;
    }

    #top_reason .box .text_area .catch_area .catch .cover {
        border: solid 1px #d0a242;
        padding: .4em 1em;
        margin-bottom: .3em;
        display: inline-block;
    }

    #top_reason .box .image {
        width: 100%;
        height: 65vw;
    }

    #top_reason .box+.box {
        margin-top: 5vw;
        padding-top: 5vw;
    }

    #top_reason .box .text_area .text {
        font-size: 3.6vw;
        line-height: 1.6;
    }

    #top_different {
        margin-top: 15vw;
        padding: 15vw 0 55vw;
    }

    #top_different .img_box {
        bottom: -6vw;
        right: 0;
        width: 80vw;
        height: 50vw;
    }

    #top_different .img_box::before {
        translate: -3vw -3vw;
        border-width: 2px;
    }

    #top_different .different_cont {
        width: 100%;
    }

    #top_different .different_cont .box {
        margin-top: 6vw;
    }

    #top_different .different_cont .box .text_box .text {
        font-size: 3.4vw;
    }

    #top_different .different_cont .box .text_box .text+.text {
        margin-top: 1em;
    }

    #top_different .different_cont .box .text_box .text+.text::before {
        width: 25vw;
        margin-bottom: 1em;
    }

    #top_different .different_cont .catch_box {
        margin-top: 6vw;
        padding: 5vw;
        width: 100%;
    }

    #top_different .different_cont .catch_box .label {
        font-size: 3vw;
    }

    #top_different .different_cont .catch_box .text {
        font-size: 3.6vw;
    }

    #top_different .different_cont .catch_box .catch {
        font-size: 5vw;
    }


    .top_page_faq {
        padding-top: 20vw;
    }

    .top_page_faq .tab_box {
        margin-top: 4vw;
    }

    #top_symptoms_sec .text_box .common_arrow_btn {
        margin-top: 15vw;
        grid-template-columns: 1fr;
        gap: 5vw 0;
    }

    #top_flow_sec {
        padding-top: 25vw;
    }

    #top_flow_sec .box_wrap {
        margin-top: 6vw;
    }

    #top_flow_sec .box_wrap .box {
        flex-direction: column;
        gap: 5vw 0;
        padding: 4vw;
        border-radius: 5px;
    }

    #top_flow_sec .box .text_area .catch_area .catch {
        font-size: 4vw;
        font-weight: 600;
    }

    #top_flow_sec .box .text_area .catch_area {
        margin-bottom: 4vw;
    }

    #top_flow_sec .box .image {
        width: 100%;
        height: 40vw;
    }

    #top_flow_sec .box+.box {
        margin-top: 15vw;
    }

    #top_flow_sec .box+.box::before {
        width: 8vw;
        height: 6vw;
        inset: -10vw 0 0 0;
    }

    #top_flow_sec .box .text_area .step {
        font-size: 3.8vw;
        width: 30vw;
        border-radius: 20px;
        gap: 0 3vw;
        line-height: 2;
    }

    #top_flow_sec .box .text_area .step::before {
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

    #top_flow_sec .box .text_area .text {
        font-size: 3.6vw;
    }

    #top_point_sec {
        padding-top: 20vw;
    }

    #top_point_sec .block_box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3vw 0;
        margin: 5vw 0;
    }

    #top_point_sec .block {
        padding: 4vw;
    }

    #top_point_sec .block .image {
        height: 47vw;
    }

    #top_point_sec .block .textBox .number {
        font-size: 6vw;
        margin-bottom: .2em;
    }

    #top_point_sec .block .textBox .number span {
        font-size: 5vw;
        margin-right: .2em;
    }

    #top_point_sec .block .textBox .title {
        font-size: 3.8vw;
        margin-bottom: .2em;
    }

    #top_point_sec .block .textBox .title .note {
        font-size: 3vw;
    }

    #top_point_sec .block .textBox .text {
        font-size: 3.6vw;
    }

    #top_point_sec .explain_box {
        padding: 4vw;
    }

    #top_point_sec .explain_box .textBox .text {
        font-size: 3.6vw;
    }

    #top_point_sec .explain_box .textBox .text .line {
        background: linear-gradient(transparent 50%, rgba(244, 212, 144, .6) 50%);
        /* background: linear-gradient(transparent 50%, #fff 50%); */
    }

    /* SP シングルページ（症状） */
    #common_single_symptoms .common_page_wrap {
        padding: 20vw 0 0;
    }

    #common_single_symptoms .page_title {
        font-size: 5.3vw;
        text-align: center;
    }

    #common_single_symptoms .page_title.center {
        text-align: center;
    }

    #common_single_symptoms .page_title.dots {
        gap: 0 5vw;
        text-align: left;
        font-size: 5vw;
    }

    #common_single_symptoms .page_title.dots::after {
        width: 10vw;
    }

    .symptoms_top_sec .title {
        font-size: 5.3vw;
    }

    .symptoms_top_sec .worries_box {
        margin-top: 8vw;
        display: grid;
        gap: 5vw 0;
    }

    .symptoms_top_sec .worries_box .text_box {
        display: contents;
    }

    .symptoms_top_sec .worries_box .index {
        font-size: 4.8vw;
        margin-bottom: 0;
        order: -1;
        text-align: center;
    }

    .symptoms_top_sec .worries_box .list ul li {
        font-size: 3.6vw;
    }

    .symptoms_top_sec .worries_box .list ul li .mark {
        width: 6vw;
    }

    .symptoms_top_sec .worries_box .img_box {
        width: 100%;
        order: -1;
    }

    .symptoms_top_sec .worries_box .img_box img {
        height: 50vw;
    }

    .symptoms_top_sec .cont {
        margin-top: 20vw;
        padding-top: 15vw;
    }

    .symptoms_top_sec .cont .text_box {
        margin-top: 5vw;
    }

    .symptoms_top_sec .cont .text_box .text {
        font-size: 3.6vw;
    }

    .postid-1516 .symptoms_top_sec .cont .text_box .text {
        text-align: left;
    }

    .common_symptoms_cta {
        padding: 10vw 0 20vw;
    }

    .common_symptoms_cta .btn_box {
        flex-direction: column;
        gap: 5vw 0;
    }

    .common_symptoms_cta .btn_box .btn .fukidashi {
        font-size: 3.3vw;
    }

    .common_symptoms_cta .btn_box .btn .fukidashi::before {
        width: 4vw;
        height: 3vw;
    }

    .common_symptoms_cta .btn_box .btn .link {
        width: 100%;
        padding: 1em 2em;
    }

    .common_symptoms_cta .btn_box .btn .link .text {
        font-size: 4.3vw;
    }

    .common_symptoms_cta .btn_box .btn .link .icon {
        width: 8vw;
    }

    .common_symptoms_cta .btn_box .btn .link .arrow {
        width: 8vw;
        height: 8vw;
    }

    .common_symptoms_cta .btn_box .btn .link:hover {
        opacity: 1;
    }

    .common_symptoms_cta .btn_box .btn .link::after {
        width: 3vw;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .symptoms_about_sec {
        padding: 20vw 0;
    }

    .symptoms_about_sec .cont {
        display: grid;
        gap: 6vw 0;
    }

    .symptoms_about_sec .cont .text_area {
        display: contents;
    }

    .symptoms_about_sec .cont .img_box {
        width: 100%;
        order: 1;
    }

    .symptoms_about_sec .cont .img_box img {
        height: 45vw;
    }

    .symptoms_about_sec .cont .text_area .text {
        font-size: 3.5vw;
        order: 2;
        margin-top: 0;
    }

    .symptoms_about_sec .doctor_box {
        margin-top: 8vw;
        flex-direction: column;
        gap: 5vw 0;
    }

    .symptoms_about_sec .doctor_box .inner {
        padding: 5vw;
    }

    .symptoms_about_sec .doctor_box .index {
        font-size: 4.8vw;
        text-align: center;
    }

    .symptoms_about_sec .doctor_box .text_box .text {
        font-size: 3.4vw;
    }

    .symptoms_about_sec .doctor_box .img {
        width: 100%;
        order: -1;
    }

    .symptoms_about_sec .doctor_box .img img {
        height: 45vw;
    }

    .symptoms_cause_sec {
        padding-top: 20vw;
    }

    .symptoms_cause_sec .intro_box {
        margin-top: 6vw;
    }

    .symptoms_cause_sec .intro_box .text {
        font-size: 3.6vw;
        text-align: left;
    }

    .symptoms_cause_sec .cont {
        margin-top: 8vw;
    }

    .symptoms_cause_sec .cont ul li {
        display: grid;
        padding: 5vw;
    }

    .symptoms_cause_sec .cont ul li+li {
        margin-top: 6vw;
    }

    .symptoms_cause_sec .cont ul li .text_area {
        padding: 5vw;
        display: contents;
    }

    .symptoms_cause_sec .cont ul li .text_area .index {
        font-size: 4.3vw;
        order: -1;
        margin-bottom: 3vw;
    }

    .symptoms_cause_sec .cont ul li .text_area .index .num {
        font-size: 4.8vw;
    }

    .symptoms_cause_sec .cont ul li .text_area .text_box {
        margin-top: 1em;
    }

    .symptoms_cause_sec .cont ul li .text_area .text_box .text {
        font-size: 3.4vw;
    }

    .symptoms_cause_sec .cont ul li .img {
        width: 100%;
        order: -1;
    }

    .symptoms_cause_sec .cont ul li .img img {
        height: 40vw;
    }

    .symptoms_early_sec .cont {
        display: grid;
        gap: 6vw 0;
        margin-bottom: 15vw;
        padding-top: 20vw;
    }

    .symptoms_early_sec .cont .box {
        display: contents;
    }

    .symptoms_early_sec .cont .box .page_title {
        order: -1;
        text-align: center;
    }

    .symptoms_early_sec .cont .text_box {
        margin-top: 0;
    }

    .symptoms_early_sec .cont .text_box .text {
        font-size: 3.4vw;
    }

    .symptoms_early_sec .cont .img {
        order: -1;
        width: 100%;
    }

    .symptoms_early_sec .cont .img img {
        height: 40vw;
    }

    .symptoms_early_sec .item_box {
        background-color: rgba(208, 162, 66, 0.1);
        padding-top: 20vw;
    }

    .symptoms_early_sec .item_box .box:not(:first-child) {
        margin-top: 6vw;
    }

    .symptoms_early_sec .item_box .box {
        padding: 6vw 5vw;
    }

    .symptoms_early_sec .item_box .box .text_box {
        margin-top: 4vw;
    }

    .symptoms_early_sec .item_box .box .text_box .text {
        font-size: 3.4vw;
        text-align: left;
    }

    .symptoms_method_sec {
        padding: 20vw 0;
    }

    .symptoms_method_sec .parts_box {
        display: grid;
        gap: 6vw 0;
    }

    .symptoms_method_sec .parts_box .box {
        display: contents;
    }

    #common_single_symptoms .page_title.line {
        order: -1;
    }

    .symptoms_method_sec .parts_box .text_box {
        margin-top: 0;
    }

    .symptoms_method_sec .parts_box .text_box .text {
        font-size: 3.4vw;
    }

    .symptoms_method_sec .parts_box .img {
        width: 100%;
        order: -1;
    }

    .symptoms_method_sec .parts_box .img img {
        height: 40vw;
    }

    .symptoms_method_sec .cont {
        margin-top: 15vw;
        padding-top: 20vw;
    }

    .symptoms_method_sec .cont .head_box {
        margin-top: 5vw;
    }

    .symptoms_method_sec .cont .head_box .text {
        font-size: 3.4vw;
        text-align: left;
    }

    .symptoms_method_sec .cont .item {
        margin-top: 8vw;
    }

    .symptoms_method_sec .cont .item ul li+li {
        margin-top: 6vw;
    }

    .symptoms_method_sec .cont .item ul li {
        flex-direction: column;
    }

    .symptoms_method_sec .cont .item ul li:nth-child(even) {
        flex-direction: column;
    }

    .symptoms_method_sec .cont .item ul li .text_box {
        padding: 5vw;
    }

    .symptoms_method_sec .cont .item ul li .text_box .index {
        font-size: 4.5vw;
    }

    .symptoms_method_sec .cont .item ul li .text_box .text {
        font-size: 3.4vw;
    }

    .symptoms_method_sec .cont .item ul li .img {
        width: 100%;
        order: -1;
    }

    .symptoms_method_sec .cont .item ul li .img img {
        height: 40vw;
    }

    .symptoms_bottom_sec .item_box .item_area {}

    .symptoms_bottom_sec .item_box .cont:not(:first-child) {
        margin-top: 7vw;
    }

    .symptoms_bottom_sec .item_box .cont {
        padding: 6vw 5vw;
    }

    .symptoms_bottom_sec .item_box {
        padding: 20vw 0;
    }

    .symptoms_bottom_sec .item_box .item_area+.item_area {
        margin-top: 10vw;
    }

    .symptoms_bottom_sec .cont .text_box {
        margin-top: 6vw;
    }

    .symptoms_bottom_sec .cont .text_box .text {
        font-size: 3.6vw;
    }

    .symptoms_bottom_sec .cont {
        padding: 20vw 0;
    }

    .symptoms_bottom_sec .bottom_cont .inner.dots::before,
    .symptoms_bottom_sec .bottom_cont .inner.dots::after {
        width: 45vw;
    }

    #common_single_symptoms .bottom_cont {
        margin-top: 20vw;
    }

    .symptoms_bottom_sec .bottom_cont .inner {
        padding: 8vw 5vw;
    }

    .symptoms_bottom_sec .bottom_cont .inner .text_box {
        margin-top: 6vw;
    }

    .symptoms_bottom_sec .bottom_cont .inner .text_box .text {
        font-size: 3.6vw;
    }

    .symptoms_bottom_sec .treatment_box {
        padding-top: 20vw;
    }

    .symptoms_bottom_sec .treatment_box .parts_box {
        flex-direction: column-reverse;
        gap: 8vw 0;
    }

    .symptoms_bottom_sec .treatment_box .parts_box .text_box .text {
        font-size: 3.6vw;
    }

    .symptoms_bottom_sec .treatment_box .parts_box .img {
        width: 100%;
    }

    #common_single_symptoms .treatment_box .parts_box .img img {
        aspect-ratio: 235/105;
    }

    #common_single_symptoms .treatment_box {
        padding-top: 20vw;
    }

    #common_single_symptoms .treatment_box .parts_box {
        gap: 10vw 0;
    }

    #common_single_symptoms .treatment_box .parts_box .img {
        width: 100%;
    }

    .common_contact_box .cont_box {
        margin: 10vw 0;
        padding: 8vw 3vw;
        outline-offset: -2vw;
    }

    .common_contact_box .cont_box .catch {
        font-size: 3.8vw;
        margin-bottom: 1em;
    }

    .common_contact_box .cont_box .catch .color {
        font-size: 4.1vw;
    }

    .common_contact_box .cont_box .text_box {
        flex-direction: column;
        gap: 5vw 0;
    }

    .common_contact_box .cont_box .text_box .tel_box .tel_text {
        font-size: 3.6vw;
        margin-bottom: 1vw;
    }

    .common_contact_box .cont_box .text_box .tel_box .en_text {
        font-size: 6vw;
        text-align: center;
    }

    .common_contact_box .cont_box .text_box .btn_box {
        flex-direction: column;
        gap: 3vw 0;
        align-items: unset;
        width: 100%;
    }

    .common_contact_box .cont_box .text_box .tel_box .en_text .size {
        font-size: 4vw;
    }

    .common_contact_box .cont_box .text_box .btn_box .link {
        width: 90%;
        margin: 0 auto;
        padding: 1em 1em 1em 1em;
    }

    .common_contact_box .cont_box .text_box .btn_box .icon {
        width: 8vw;
    }

    .common_contact_box .cont_box .text_box .btn_box .text {
        font-size: 4vw;
    }

    .common_contact_box .cont_box .text_box .btn_box .fukidashi {
        font-size: 3.3vw;
    }

    .common_contact_box .cont_box .text_box .btn_box .fukidashi::before {
        width: 4vw;
        height: 3vw;
        bottom: -2.1vw;
    }

    .common_contact_box .staff_box {
        flex-direction: column-reverse;
        gap: 10vw 0;
    }

    .common_contact_box .staff_box .text_area .catch {
        font-size: 3.8vw;
    }

    .common_contact_box .staff_box .text_area .name {
        font-size: 5.6vw;
    }

    .common_contact_box .staff_box .text_area .name .en_name {
        font-size: 3.6vw;
        margin-left: 3vw;
    }

    .common_contact_boxe .staff_box .text_area .text {
        font-size: 3.1vw;
    }

    .common_contact_box .staff_box .img {
        width: 100%;
    }

    .common_contact_box .staff_box .img img {
        aspect-ratio: 167/90;
    }

    .common_contact_box .staff_box .img::before {
        translate: 3vw 3vw;
    }

    .common_contact_box .staff_box .text_area .text {
        font-size: 3.6vw;
    }

    /* LINEクッションページ */

    #common_contact_cushion .symptoms_top_sec .cont .common_symptoms_cta {
        padding-top: 30vw;
    }

    #common_contact_cushion .symptoms_top_sec .cont .common_symptoms_cta:before {
        border-top: 15vw solid #fff;
    }

    #common_contact_cushion .page_faq {
        padding: 20vw 0;
    }

    #common_contact_cushion .page_faq .sec_ttl {
        text-align: center;
    }

    #common_contact_cushion .page_faq .common_btn_box {
        margin: 10vw auto 0 auto;
    }

    #common_contact_cushion #top_flow_sec {
        padding: 20vw 0;
    }

    #common_contact_cushion #top_flow_sec .common_ttl_box .sec_ttl {
        text-align: center;
    }

    #common_contact_cushion .section_about {
        padding: 20vw 0;
    }

    #common_contact_cushion .section_about .greeting_box {
        margin-bottom: 15vw;
    }

    #common_contact_cushion .section_about .greeting_box .image {
        width: 100%;
        height: 50vw;
        margin-bottom: 5vw;
    }

    #common_contact_cushion .section_about .greeting_box .text_area {
        width: 100%;
    }

    #common_contact_cushion .section_about .greeting_box .text_area .text {
        font-size: 1.1em;
    }

    #common_contact_cushion .section_about .merit_box .title {
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    #common_contact_cushion .section_about .merit_box ul {
        grid-template-columns: repeat(1, 1fr);
    }

    #common_contact_cushion .section_about .merit_box ul li .image {
        height: 50vw;
        margin-bottom: 5vw;
    }

    #common_contact_cushion .section_about .merit_box ul li .text_area .catch {
        font-size: 1.2em;
    }

    #common_contact_cushion .section_about .merit_box ul li .text_area .text {
        font-size: 1em;
    }

    /* 交通事故 */

    #traffic_accident_page .common_symptoms_cta .box {
        padding: 4vw;
        margin-top: 10vw;
    }

    #traffic_accident_page .common_symptoms_cta .box .text {
        line-height: 2;
    }

    #traffic_accident_page .common_symptoms_cta .lead_text {
        font-size: 1.1em;
        line-height: 2;
    }

    #traffic_accident_page .section_symptoms {
        padding: 20vw 0;
    }

    #traffic_accident_page .common_title {
        margin-bottom: 10vw;
    }

    #traffic_accident_page .common_title .title {
        font-size: 1.4em;
    }

    #traffic_accident_page .section_symptoms .cont {
        margin-bottom: 20vw;
    }

    #traffic_accident_page .section_symptoms .cont .box+.box {
        margin-top: 10vw;
    }

    #traffic_accident_page .section_symptoms .cont .box .main_title {
        font-size: 1.2em;
    }

    #traffic_accident_page ul.common_gray_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    #traffic_accident_page ul.common_gray_list li {
        padding: 4vw;
    }

    #traffic_accident_page ul.common_gray_list li .text {
        font-size: 1em;
    }

    #traffic_accident_page .common_list {
        grid-template-columns: repeat(1, 1fr);
    }

    #traffic_accident_page .common_list li .image {
        height: 40vw;
    }

    #traffic_accident_page .common_list li .text_area .text {
        font-size: 1em;
    }

    #traffic_accident_page .common_list.flow li:not(:last-child)::after {
        width: 15vw;
        height: 5vw;
        top: unset;
        bottom: -3vw;
        right: 50%;
        translate: 50% 100%;
        clip-path: polygon(0 0, 50% 100%, 100% 0%);
    }

    #traffic_accident_page .symptoms_about_sec .cont_wrap {
        margin-top: 15vw;
    }

    #traffic_accident_page .page_title {
        font-size: 5.3vw;
    }

    #traffic_accident_page .symptoms_about_sec .cont+.cont {
        margin-top: 10vw;
    }

    #traffic_accident_page .symptoms_about_sec .cont:nth-child(even) .img_box {
        order: -1;
    }

    #traffic_accident_page .symptoms_cause_sec {
        padding: 20vw 0;
    }

    #traffic_accident_page .symptoms_cause_sec .reason_box {
        margin-top: 20vw;
    }

    #traffic_accident_page .symptoms_cause_sec .attention_box {
        margin-bottom: 20vw;
    }

    #traffic_accident_page .symptoms_cause_sec .attention_box .common_gray_list {
        grid-template-columns: repeat(1, 1fr);
    }

    #traffic_accident_page .symptoms_cause_sec .flow_box {
        margin-top: 20vw;
    }

    #traffic_accident_page .common_back_color_box {
        margin-top: 20vw;
    }

    .worries_title_box .index {
        font-size: 5.3vw;
    }

    .worries_title_box .lead {
        line-height: 1.8;
        font-size: 3.6vw;
    }

    #common_contact_cushion .section_about .merit_box {
        padding: 4vw;
    }

    /* トップページ「口コミ」セクション追加 */
    .top_google_review {
        padding-bottom: 20vw;
    }

    .top_google_review .box {
        flex-direction: column;
        border-radius: 2.6vw;
    }

    .top_google_review .box .text_area {
        padding: 6vw 4vw;
        width: 100%;
    }

    .top_google_review .box .text_area .catch_area {
        margin-bottom: 4vw;
    }

    .top_google_review .box .text_area .catch_area .catch {
        font-size: 4vw;
        font-weight: 600;
    }

    .top_google_review .box .text_area .text {
        font-size: 3.6vw;
    }

    .top_google_review .box .img {
        margin: 5vw auto 0;
        width: 90%;
    }

    .top_google_review .review_area {
        width: 100%;
        height: 450px;
        padding: 0 4vw;
    }

    .top_google_review .list {
        padding: 8vw 0;
    }

    .top_google_review .item {
        padding: 4vw;
        border-radius: 4vw;
    }

    .top_google_review .item+.item {
        margin-top: 2vw;
    }

    .top_google_review .ttl_box {
        gap: 3vw;
    }

    .top_google_review .name {
        font-size: 3.6vw;
    }

    .top_google_review .star_img {
        width: 4vw;
    }

    .top_google_review .star_img+.star_img {
        margin-left: 0.8vw;
    }

    .top_google_review .review_text {
        margin-top: 2vw;
        font-size: 3.6vw;
    }

    .top_google_review .more_review {
        margin: 5vw auto 0;
        width: 74.4vw;
    }

    .top_google_review .more_review .contact_btn {
        padding-left: 3.9vw;
    }

    .top_google_review .more_review .contact_btn:hover {
        opacity: initial;
    }

    .top_google_review .more_review .contact_btn .icon {
        width: 6.4vw;
        margin-right: 2.6vw;
        flex-shrink: 0;
    }

    .top_google_review .more_review .contact_btn .name {
        font-size: 3.4vw;
        font-weight: 700;
        line-height: 16vw;
    }

    .top_google_review .more_review .contact_btn .arrow {
        width: 7vw;
        height: 7vw;
        margin-right: 2.1vw;
        padding-left: 1.8vw;
    }

    .single_station_page .station_symptoms_cta {
        margin: 20vw 0;
        padding-top: 10vw;
    }

    .single_station_page .station_symptoms_cta .page_title {
        font-size: 4.5vw;
    }

    .common_title_box {
        margin-bottom: 10vw;
    }

    .common_title_box .title {
        font-size: 4.5vw;
    }

    .common_title_box .lead {
        font-size: 3.4vw;
    }

    .single_station_page .section_what_kind {
        margin-bottom: 20vw;
    }

    .single_station_page .section_what_kind ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .single_station_page .section_what_kind ul li .image {
        height: 50vw;
        margin-bottom: 4vw;
    }

    .single_station_page .section_what_kind ul li .text_box .title {
        font-size: 4vw;
    }

    .single_station_page .section_access {
        margin-bottom: 20vw;
        padding: 20vw 0;
    }

    .single_station_page .section_access .image {
        width: 100%;
        margin-bottom: 6vw;
    }

    .single_station_page .section_access .image img {
        aspect-ratio: 3/2;
        min-width: 0;
    }

    .single_station_page .section_access .text_box {
        width: 100%;
    }

    .single_station_page .section_worries {
        margin-bottom: 22vw;
    }

    .single_station_page .section_worries ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }


    .single_station_page .section_worries ul li .num {
        width: 10vw;
        font-size: 5vw;
    }

    .single_station_page .section_worries ul li .image {
        height: 50vw;
        margin-bottom: 4vw;
    }

    .single_station_page .section_worries ul li .text_box {
        padding: 0 3vw 3vw;
    }

    .single_station_page .section_worries ul li .text_box .title {
        font-size: 4.2vw;
    }

    .single_station_page .section_worries ul li .text_box .text {
        font-size: 3.4vw;
    }

    .single_station_page .section_example {
        margin-bottom: 20vw;
        padding: 20vw 0;
    }

    .single_station_page .section_example ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }

    .single_station_page .section_example ul li {
        padding: 6vw;
    }

    .single_station_page .section_example ul li .name_box {
        gap: 4vw;
        margin-bottom: 4vw;
        padding-bottom: 4vw;
    }

    .single_station_page .section_example ul li .name_box .icon {
        width: 10vw;
    }

    .single_station_page .section_example ul li .text {
        font-size: 3.2vw;
    }

    .page_greeting .reason_sec {
        padding: 10vw 0;
        margin-top: 10vw;
    }

    .page_greeting .reason_sec .text_box .text {
        font-size: 3.6vw;
    }

    .page_greeting .reason_sec .text_box .text+.text {
        margin-top: 5vw;
    }

    .page_greeting .reason_sec .common_ttl_box .sec_ttl {
        margin: 0 0 4vw;
    }

    .page_greeting .reason_sec .text_box .name {
        font-size: 4vw;
    }

    .section_improvement_works {
        margin-top: 20vw;
        padding: 20vw 0;
    }
    
    .section_improvement_works .common_ttl_box {
        margin-bottom: 7vw;
    }
    
    ul.improvement_works_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }
    
    ul.improvement_works_list li .img {
        height: 40vw;
    }
    
    ul.improvement_works_list li:hover .img img {
        transform: scale(1);
    }
    
    ul.improvement_works_list li .text_box {
        padding: 6vw 4vw;
    }
    
    ul.improvement_works_list li .text_box::after {
        width: 3vw;
        height: 3vw;
        bottom: 3vw;
        right: 3vw;
    }
    
    ul.improvement_works_list li .text_box .title {
        font-size: 4vw;
    }
    
    ul.improvement_works_list li .text_box .lead {
        font-size: 3.2vw;
    }

}