@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    /* font-family: "游ゴシック体", YuGothic, sans-serif; */
    font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    color: #3C3C3C;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
    overflow: hidden;
    min-width: 1340px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    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;
}

.flex-sb {
    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;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

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

/*********************************************
 * PC固定ページ 共通設定
 *********************************************/
.common-page_wrap {
    padding: 20px 0 100px 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: .1em;
}

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

.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    margin-top: 85px;
    position: relative;
    z-index: 2;
}

.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: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

#page_contact table th,
#page_contact table td {
    padding: 1em;
    font-size: 14px;
}

#page_contact table th {
    width: 25%;
}

#page_contact table th .hissu {
    color: #c70000;
    margin-right: .3em;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

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

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

#page_contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

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

#page_contact #btn_wrap {
    justify-content: center;
}

#page_contact #btn_wrap button {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    text-align: center;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-right: 20px;
}

#page_contact #btn_wrap button:hover {
    background-color: #bf0000;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.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;
}

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

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked+span {
    color: #f18800;
}

.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 #f18800 #f18800;
    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 {
    text-align: center;
}

#page_contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

#page_contact .thanks_textArea .contact_text {
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    background-color: #bf0000;
}

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

#page_contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

#page_contact .progressbar .item:not(:last-child)::before,
#page_contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

#page_contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */
#page_contact .progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #FFF;
}

#page_contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}

#page_contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

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

.privacy_page dl {
    margin-bottom: 30px;
}

.privacy_page dl:last-child {
    margin-bottom: 0;
}

.privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
}

.privacy_page 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.news #archive_main {
    /* height: 300px; */
}

.archive_page.news article {
    width: 100%;
}

.archive_page.news article {
    margin-left: 0;
}

.archive_page.news article .cate_date_list {
    align-items: center;
}

.archive_page.news article .cate_date_list .date {
    margin-left: 20px;
}


.news_title {
    font-size: 40px;
    font-weight: bold;
    margin-left: 100px;
    padding: 0px 25px 15px 25px;
    background: url(/wp-content/uploads/2022/10/ttl_line.png) center no-repeat;
    background-position: center bottom, center top;
    background-size: 100% 8px;
}

.archive_navi {
    width: 100%;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    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: #43749A;
    border-color: #43749A;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #43749A;
    font-weight: bold;
    border: none;
}

/* ヘッダー　PC */
header#main_header .logo a {
    display: block;
    width: 225px;
}

header#main_header .hd_text {
    text-align: center;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-block: 0.6em 0;
}

header#main_header .hd_text .catch {
    color: #EF282D;
}

header#main_header .hd_text .num {
    color: #00ACEF;
}

.hd_conts nav li.con a {
    padding-left: 30px;
    position: relative;
}

.hd_conts nav li.con a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2022/10/mail_icon.png) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 13px;
    transition: .3s;
}

.hd_conts nav li.con a:hover::after {
    background: url(/wp-content/uploads/2022/10/mail_icon_bl.png) center no-repeat;
    background-size: contain;
}

.hd_conts nav li.media a {
    position: relative;
    padding-right: 17px;
}

.hd_conts nav li.media a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2022/10/media_icon.png) center no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    transition: .3s;
}

.hd_conts nav li.media a:hover::after {
    background: url(/wp-content/uploads/2022/10/media_icon_bl.png) center no-repeat;
    background-size: contain;
}

.hd_conts nav li a {
    display: inline-block;
    transition: .3s;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 600;
    color: #000;
    position: relative;
}

.hd_conts nav li.media a:hover::after {
    background: url(/wp-content/uploads/2022/10/media_icon_bl.png) center no-repeat;
    background-size: contain;
}

.hd_conts nav li+li {
    margin-left: 25px;
}

.hd_conts nav li img {
    width: 141px;
    display: block;
}

.hd_conts {
    display: flex;
    align-items: center;
    height: 100%;
}

.hd_conts nav li a:hover {
    color: #43749A;
}

.hd_conts nav li a:hover::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.hd_conts nav li a::before {
    content: "";
    position: absolute;
    bottom: -37px;
    left: 0;
    height: 5px;
    background: #43749A;
    width: 0;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

header#main_header {
    padding-left: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    min-width: 1340px;
    z-index: 100;
    background: #fff;
}

/* メインビジュアル　PC */
#mv>* {
    position: relative;
}

#mv .text_box .kana {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #618099;
    letter-spacing: .03em;
    margin-top: 14px;
}

#mv .text_box .kana::before {
    content: "";
    position: absolute;
    left: -111px;
    width: 80px;
    height: 5px;
    background: #608099;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}

#mv .text_box .kana::after {
    content: "";
    position: absolute;
    right: -111px;
    width: 80px;
    height: 5px;
    background: #608099;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}

#mv .text_box .text {
    font-size: 25px;
    font-weight: 600;
    margin-top: 35px;
    letter-spacing: .05em;
}

/* #mv .text_box .text.color {
    color: #43749A;
} */

#mv .nagasaku_ap {
    position: absolute;
    right: 22px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    bottom: -49px;
}

#mv .nagasaku_ap .space {
    margin-right: 10px;
}

#mv {
    /* background: #F5F9FB; */
    /* position: relative; */
    /* padding: 170px 0 160px; */
    /* overflow: hidden; */
    margin-top: 100px;
}

.mv_dc1 {
    position: absolute;
    width: 486px;
    left: -163px;
    top: -40px;
}

.mv_dc2 {
    position: absolute;
    width: 214px;
    left: 153px;
    top: 261px;
}

#mv .ttl_logo {
    width: 578px;
    margin: auto;
}

#mv .text_box {
    text-align: center;
    background: #fff;
    width: 760px;
    margin: auto;
    border-radius: 70px;
    padding: 48px 0 52px;
}

#mv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2022/10/mv_bg.png) center no-repeat;
    background-size: cover;
    display: none;
}

#mv .wrap_01 {
    position: relative;
}

#mv .wrap_01::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    background: url(/wp-content/uploads/2022/10/nagasaku_mv.png) center no-repeat;
    background-size: cover;
    width: 318px;
    height: 930px;
}

/* TOP お知らせ　PC */
#news {
    padding: 160px 0 130px;
}

.site_cmn_ttl {
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .06em;
    display: inline-block;
}

.site_cmn_ttl_wrap {
    text-align: center;
}

.site_cmn_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/10/ttl_line.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 6px;
    right: 0;
    /* margin: auto; */
}

.top_news_box li a {
    color: #767676;
    transition: .3s;
    display: block;
    padding: 20px 104px 20px 89px;
    border-bottom: solid 1px #EAEAEA;
    border-top: solid 1px #EAEAEA;
}

.top_news_box li .cat {
    padding: 2px 9px;
    border: solid 1px;
    margin-right: 24px;
}

.top_news_box li .day {
    letter-spacing: .03em;
}

.top_news_box li .ttl {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: .08em;
    margin-top: 15px;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.top_news_box li .text {
    letter-spacing: .08em;
    font-size: 15px;
}

.top_news_box li .text {
    margin-top: 5px;
    line-height: 1.6;
}

.top_news_box li .cat {
    padding: 2px 9px;
    border: solid 1px;
    margin-right: 24px;
}

.top_news_box li .day {
    letter-spacing: .03em;
}

.top_news_box li .text {
    letter-spacing: .08em;
    font-size: 15px;
}

.top_news_box li .text {
    margin-top: 5px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.top_news_box {
    margin-top: 370px;
    position: relative;
    z-index: 0;
}

.top_news_box::before {
    content: "";
    background: url(/wp-content/uploads/2024/08/news_fujimoto-1.png) no-repeat;
    background-size: contain;
    width: 460px;
    aspect-ratio: 1000 / 1461;
    min-width: 0;
    position: absolute;
    top: -337px;
    left: 50%;
    translate: -50% 0;
    pointer-events: none;
    z-index: -1;
}

.top_news_box ul {
    background: #fff;
}

.top_news_box li a:hover .cat {
    color: #43749A;
    border: solid 1px #43749A;
}

.top_news_box li a:hover .ttl {
    color: #43749A;
}

.site_cmn_btn {
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 80px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    padding: 0 45px 0 73px;
    border-radius: 6px;
    position: relative;
}

.site_cmn_btn.column {
    padding-right: 80px;
    background-image: url(/wp-content/uploads/2022/10/media_icon.png);
    background-size: 20px;
    background-position: 85%;
    background-repeat: no-repeat;
}

.site_cmn_btn.column:hover {
    background-image: url(/wp-content/uploads/2023/01/media_icon_white.svg);
    background-size: 20px;
    background-position: 85%;
    background-repeat: no-repeat;
}

.site_cmn_btn_wrap {
    text-align: center;
}

#news .site_cmn_btn_wrap {
    margin-top: 40px;
}

.site_cmn_btn:hover {
    background: #43749A;
    color: #fff;
}

.site_cmn_btn::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/10/news_btn_bk.png) center no-repeat;
    background-size: contain;
    transition: .3s;
    width: 25px;
    height: 30px;
    margin: auto;
}

.site_cmn_btn:hover::before {
    background: url(/wp-content/uploads/2022/10/news_btn.png) center no-repeat;
    background-size: contain;
}

/* 施術 メニュー　PC */
#menu .site_menu_box li+li {
    margin-left: 20px;
}

#menu .site_menu_box li a .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.3;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
}

#menu .site_menu_box li a {
    display: block;
    width: 270px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

#menu .site_menu_box ul {
    justify-content: center;
}

#menu .site_menu_box li:nth-child(n + 5) {
    margin-top: 20px;
}

.site_menu_box {
    margin-top: 40px;
}

#menu .site_menu_box li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
    width: 100%;
    height: 100%;
    transition: .3s;
}

#menu .site_menu_box li a:hover::before {
    background: #000;
}

#menu {
    padding: 88px 0 113px;
    background: #F5F9FB;
}

/* 選ばれる理由　PC */
.top_reason_box {
    margin-top: 290px;
    position: relative;
    z-index: 0;
}

.top_reason_box::before {
    content: "";
    background: url(/wp-content/uploads/2024/08/reason_fujimoto-1.png) no-repeat;
    background-size: contain;
    width: 300px;
    aspect-ratio: 500 / 889;
    min-width: 0;
    position: absolute;
    top: -270px;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
}

.top_reason_box .img img {
    width: 160px;
}

.top_reason_box li {
    width: 360px;
    text-align: center;
    background: #F5F9FB;
    border-radius: 6px;
    padding: 35px 20px 30px;
}

.top_reason_box .ttl {
    text-align: left;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .2em;
    color: #3C3C3C;
    margin-top: 26px;
}

.top_reason_box .text {
    text-align: left;
    color: #3C3C3C;
    letter-spacing: .06em;
    margin-top: 15px;
}

.top_reason_box .img {
    background: #fff;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}

.top_reason_box .easy .text {
    margin-top: 50px;
}

.site_cmn_ttl_wrap .img {
    width: 163px;
    margin: auto;
}

#reason {
    padding-top: 109px;
}

/* セラピスト募集中　PC */
.top_recruit_box {
    flex-wrap: nowrap;
}

.top_recruit_box .text_box {
    flex-shrink: 0;
    margin-right: 67px;
}

.top_recruit_box .img {
    width: 460px;
    /* margin-top: 51px; */
}

#recruit {
    padding: 70px 0 100px;
    position: relative;
    background: #FFFAF0;
    margin-top: 100px;
}

#recruit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2022/10/recruit_bg.png) center no-repeat;
    background-size: cover;
}

#recruit>* {
    position: relative;
}

.top_recruit_box .logo {
    width: 209px;
}

.top_recruit_box .sub_ttl {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .14em;
    margin-top: 15px;
}

.top_recruit_box .sub_ttl .color {
    color: #E8A62D;
}

.top_recruit_box .ver {
    writing-mode: vertical-lr;
    font-size: 24px;
    background: #E8A62D;
    color: #fff;
    border-radius: 6px;
    letter-spacing: .2em;
    padding: 7px 0 2px;
    margin-right: 15px;
    position: relative;
    top: 9px;
}

.top_recruit_box .text_box .ttl {
    font-size: 62px;
    font-weight: 600;
}

.top_recruit_box .text_box .ttl .color {
    color: #E8A62D;
}

.top_recruit_box .hogu {
    text-align: center;
    position: relative;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .05em;
    display: inline-block;
    padding: 0 75px;
}

.top_recruit_box .hogu .color {
    color: #2E6996;
}

.top_recruit_box .hogu::before,
.top_recruit_box .hogu::after {
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #3C3C3C;
    width: 60px;
    height: 3px;
    border-radius: 5px;
}

.top_recruit_box .hogu::after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
}

.top_recruit_box .text {
    font-size: 18px;
    margin-top: 22px;
    line-height: 1.6;
    letter-spacing: .08em;
}

.top_recruit_box .rec_btn {
    display: block;
    width: 420px;
    line-height: 80px;
    background: #E8A62D;
    text-align: center;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .08em;
    border-radius: 6px;
    margin-top: 33px;
    transition: .3s;
}

.top_recruit_box .rec_btn:hover {
    color: #E8A62D;
    background: #fff;
}

/* メディア掲載　PC */
.media_logo_box li {
    width: 120px;
}

.media_logo_box .btm {
    justify-content: center;
    margin-top: 40px;
}

.media_logo_box {
    margin-top: 64px;
    padding-bottom: 100px;
    border-bottom: dotted 3px #DEDEDE;
}

.media_logo_box .btm li+li {
    margin-left: 24px;
}

#media {
    padding-top: 59px;
}

footer .logo a {
    width: 221px;
    margin: auto;
    display: block;
}

.footer_area {
    justify-content: center;
    margin-top: 28px;
    /* align-items: center; */
    font-size: 14px;
}

.footer_area .search {
    background: #43749A;
    color: #fff;
    border-radius: 6px 0 0 6px;
    width: 140px;
    /* line-height: 70px; */
    font-weight: 600;
    text-align: center;
    letter-spacing: .08em;
    display: grid;
    place-content: center;
}

.footer_area .area_tabs {
    background: #fff;
    padding: 0 28px;
    width: 950px;
    padding: 24px 12px;
}

.footer_area .location {
    background: #fff;
    /* padding: 0 28px; */
    position: relative;
    /* line-height: 70px; */
    border-radius: 0 6px 6px 0;
    display: grid;
    place-content: center;
}

.footer_area a {
    display: block;
    color: #000;
    transition: .3s;
    letter-spacing: .08em;
    font-weight: 600;
}

footer {
    background: #F5F9FB;
    padding: 44px 0 36px;
}

.footer_area .area_tabs a {
    text-align: center;
    /* padding: 0px 22px; */
    /* position: relative; */
    border-left: 1px solid #a7a7a7;
    line-height: 1.3;
}

.copy_right {
    text-align: center;
    font-size: 12px;
    color: #3C3C3C;
    letter-spacing: .05em;
    margin-top: 30px;
}

.footer_sns {
    justify-content: center;
    margin-top: 30px;
}

.footer_sns .sns {
    display: block;
    width: 36px;
}

.footer_sns .sns+.sns {
    margin-left: 29px;
}

.footer_app .apple {
    width: 218px;
}

.footer_app .google {
    width: 244px;
    margin-left: 27px;
}

.footer_app {
    justify-content: center;
    margin-top: 30px;
}

.footer_app.sp {
    display: none;
}

.footer_mypage {
    text-align: center;
    margin-top: 35px;
}

.footer_mypage_box ul {
    justify-content: center;
    gap: 0 50px;
}

.footer_mypage li a {
    display: block;
    color: #727272;
    transition: .3s;
    font-weight: 600;
    letter-spacing: .1em;
    /* padding: 0 30px; */
}

footer li a:hover {
    color: #43749A;
}

.footer_mypage li a svg {
    vertical-align: middle;
    margin: 0 5px;
}

.footer_mypage .mypage {
    margin-bottom: 3px;
    color: #727272;
    font-weight: 600;
    letter-spacing: .08em;
}

.footer_mypage li a::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #A7A7A7;
    height: 17px;
    margin: auto;
    pointer-events: none;
}

.footer_area .area_tabs a::before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    /* width: 1px; */
    /* height: 13px; */
    /* background: #A7A7A7; */
}

footer li:not(:first-child) a {
    position: relative;
}

footer .area_tabs li:nth-child(6) a::before {
    display: none;
}

.footer_area .location a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 44px;
    width: 1px;
    background: #A7A7A7;
}

.footer_area .location a {
    width: 160px;
    text-align: center;
}

.footer_area .location a:hover {
    color: #43749A;
}

.footer_mypage_box ul.btm {
    margin-top: 5px;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/
.wrap_01.news div#single_main {
    background-image: url(/wp-content/uploads/2022/10/mv_bg.png);
    height: 300px;
}

#single_page .singleContent .page_cat .time {
    margin-left: 30px;
    font-size: 15px;
}

.wrap_01.news div#single_main:before {
    display: none;
}

.wrap_01.news div#single_main .title {
    color: black;
    background: url(/wp-content/uploads/2022/10/ttl_line.png) center no-repeat;
    background-position: center bottom, center top;
    background-size: contain;
    padding: 0 10px 0;
}

#single_page .fl_wrap {
    align-items: flex-start;
    margin-top: 100px;
}

.singleContent h1 {
    font-size: 25px;
    letter-spacing: .1em;
    line-height: 1.4;
    margin-bottom: 5px;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 14px;
    margin-left: 0;
    color: #9D9D9D;
}

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

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: .5em 2em;
    margin: 5px;
}

.singleContent h2 {
    font-size: 23px;
    letter-spacing: .08em;
    margin-bottom: 20px;
}

.singleContent h2::before,
.singleContent h2::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
}

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

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

.singleContent h3 {
    font-size: 18px;
    letter-spacing: .08em;
    margin-bottom: 20px;
}

.singleContent h4 {
    padding: 10px;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}

.singleContent h4:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

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

.singleContent article p {
    font-size: 16px;
    line-height: 1.5;
    color: #3C3C3C;
}

#single_page .singleContent {
    width: 73%;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

.singleSidebar {
    width: 280px;
    font-size: 15px;
    /* border-bottom: 1px solid #E2E2E2; */
}

aside#info-side {
    background-color: #fff;
}

aside#info-side h2 {
    letter-spacing: .08em;
    border-bottom: 1.5px solid;
    font-size: 22px;
    padding-bottom: 10px;
}

aside#info-side p#news-not_found {
    text-align: center;
}

aside#info-side ul li a:hover {
    opacity: .7;
}

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

aside#info-side ul li a time i {
    margin-right: .5em;
}

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

#single_page .singleContent .page_cat .color {
    font-size: 14px;
    color: #E8A62D;
    padding-right: 20px;
    border-right: 1px solid #000;
    margin: 0 20px 0 0;
}

#single_page .singleContent .page_cat {
    margin: 30px 0 80px;
}

.singleContent article p+p {
    margin-top: 40px;
}

.singleSidebar .type+.type {
    margin-top: 92px;
}

.aside_column.type .img {
    width: 90px;
    flex-shrink: 0;
    height: 63px;
    background: url(/wp-content/uploads/2022/10/ar_as_demo.jpg) center no-repeat;
    background-size: cover;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/
#single_page .fl_wrap {
    align-items: flex-start;
    margin-top: 100px;
}

.singleContent h1 {
    font-size: 25px;
    letter-spacing: .1em;
    line-height: 1.4;
    margin-bottom: 5px;
    text-indent: -13px;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: .5em 2em;
    margin: 5px;
}

.singleContent h2 {
    font-size: 23px;
    letter-spacing: .08em;
    margin-bottom: 20px;
}

.singleContent h2::before,
.singleContent h2::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
}

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

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

.singleContent h3 {
    font-size: 18px;
    letter-spacing: .08em;
    margin-bottom: 20px;
}

.singleContent h4 {
    padding: 10px;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}

.singleContent h4:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

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

.singleContent article p {
    font-size: 16px;
    line-height: 1.5;
    color: #3C3C3C;
}

#single_page .singleContent {
    width: 69%;
}

#single_page .pager {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

aside#info-side {
    background-color: #fff;
}

aside#info-side h2 {
    letter-spacing: .08em;
    border-bottom: 1.5px solid;
    font-size: 22px;
    padding-bottom: 10px;
}

aside#info-side p#news-not_found {
    text-align: center;
}

aside#info-side ul li a {
    flex-wrap: nowrap;
    border-bottom: 1px solid #E2E2E2;
    padding: 14px 0;
    transition: .3s;
}

aside#info-side ul li a:hover {
    color: #E8A62D;
}

aside#info-side ul li a:hover {
    opacity: .7;
}

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

aside#info-side ul li a time i {
    margin-right: .5em;
}

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

#single_page .singleContent .page_cat .color {
    font-size: 14px;
    color: #E8A62D;
    padding-right: 20px;
    border-right: 1px solid #000;
    margin: 0 20px 0 0;
}

#single_page .singleContent .page_cat {
    margin: 30px 0 80px;
}

.singleContent article p+p {
    margin-top: 40px;
}

.singleSidebar .type+.type {
    margin-top: 92px;
}

.singleSidebar .archive a {
    display: block;
}

.aside_column.type .img {
    width: 90px;
    flex-shrink: 0;
    height: 63px;
    background-size: cover;
    margin-right: 15px;
}

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

aside#info-side .aside_category a {
    padding-left: 25px;
}

aside#info-side .aside_category a:hover {
    color: #E8A62D;
}

.aside_category li a {
    padding-left: 24px;
}

/*
article {
    padding-bottom: 80px;
    border-bottom: solid #E2E2E2 1px;
} */
.single_relative li {
    width: 270px;
}

.single_relative li+li {
    margin-left: 20px;
}

.single_relative li .img {
    border-radius: 6px;
    overflow: hidden;
}

.single_relative li .page_cat .color {
    font-size: 14px;
    color: #E8A62D;
    padding-right: 20px;
    border-right: 1px solid #000;
    margin: 0 20px 0 0;
}

.single_relative li .page_cat {
    font-size: 12px;
    color: #808080;
    letter-spacing: .05em;
}

.single_relative li .day {
    font-size: 12px;
    color: #9D9D9D;
    letter-spacing: .05em;
}

.single_relative li+li {
    margin-left: 20px;
}

.single_relative li .img {
    border-radius: 6px;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 190px;
}

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

.single_relative li .page_cat .color {
    font-size: 14px;
    color: #E8A62D;
    padding-right: 20px;
    border-right: 1px solid #000;
    margin: 0 20px 0 0;
}

.single_relative li .page_cat {
    font-size: 12px;
    color: #808080;
    letter-spacing: .05em;
}

.single_relative li .day {
    font-size: 12px;
    color: #9D9D9D;
    letter-spacing: .05em;
}

.single_relative li .ttl {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-top: 5px;
    transition: .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single_relative li .text {
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.single_relative .text_box {
    padding: 10px;
}

.single_relative .text_box {
    padding: 10px;
}

.single_relative .text_box {
    padding: 10px;
}

.single_relative .relative_ttl {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 40px;
}

.single_relative {
    margin-top: 178px;
}

.single_relative li a:hover .ttl {
    color: #E8A62D;
}

.singleContent .main_img {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.singleContent .main_img img {
    width: 100% !important;
    height: auto !important;
    max-width: unset !important;
}

#single_page .singleContent .page_cat {
    margin: 3vw 0 3vw;
}

.aside_column.type a .cat {
    font-size: 12px;
    color: #808080;
}

div#single_main {
    background: url(/wp-content/uploads/2022/10/single_main.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 340px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

div#single_main:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
}

div#single_main .title {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.archive_page_list {
    width: 69%;
}

.archive_page_list article {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 50px;
}

.archive_page_list article:nth-child(3n + 1) {
    margin-left: 0;
}

.archive_page_list article .image {
    width: 100%;
    height: 190px;
    margin-bottom: 10px;
}

.archive_page_list article .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.archive_page_list article .category_area {
    display: flex;
    font-size: 12px;
    margin-bottom: 5px;
}

.archive_page_list article .category_area p {
    line-height: 1;
    color: #808080;
}

.archive_page_list article .category_area p.category {
    color: #E8A62D;
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid #808080;
}

.archive_page_list article .date {
    color: #808080;
    font-size: 12px;
    margin-bottom: .5em;
}

.archive_page_list article .ttl {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    margin-bottom: .4em;
    transition: .3s;
}

.archive_page_list article:hover .ttl {
    color: #E8A62D;
}

.archive_page_list article .content {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

div#archive_main {
    /* height: 620px; */
    align-items: center;
    position: relative;
    margin-top: -55px;
    padding: 100px 0 90px;
}

div#archive_main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2022/10/mv_bg.png) center no-repeat;
    background-size: cover;
    z-index: -1;
}

div#archive_main .image {
    content: "";
    width: 900px;
    min-width: 60%;
    height: 500px;
    background: url(/wp-content/uploads/2022/10/archive_main.png) center no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

div#archive_main .title {
    font-size: 40px;
    font-weight: bold;
    margin-left: 100px;
    padding: 55px 25px 10px 0px;
    background: url(/wp-content/uploads/2022/10/ttl_line.png) center no-repeat, url(/wp-content/uploads/2022/10/logo.png) center no-repeat;
    background-position: left bottom, left top;
    background-size: 184px, 185px;
    flex-grow: 1;
}

.archive_contents {
    padding-top: 100px;
}

.new_therapist_list>ul {
    display: flex;
    column-gap: 14px;
    flex-wrap: wrap;
    row-gap: 70px;
}

body.home .new_therapist_list>ul {
    justify-content: center;
}

.new_therapist_item {
    width: 195px;
}

.new_therapist_item .img_box {
    width: 195px;
    height: 195px;
    overflow: hidden;
    border-radius: 50%;
}

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

.new_therapist_list {
    width: 1240px;
    position: relative;
    left: 50%;
    translate: -50% 0%;
    margin-top: 28px;
}

#new_therapist {
    margin-top: 80px;
}

.new_therapist_item .text_box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    /* height: 90px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 14px 10px;
    margin-top: 20px;
    flex-grow: 1;
}

.new_therapist_item .text_box .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.5;
    flex-grow: 1;
    word-break: break-all;
}

.new_therapist_item .text_box .price {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 10px;
}

.new_therapist_item .text_box .price .mark {
    width: 1.1em;
    flex-shrink: 0;
}

.new_therapist_item .text_box .price .mark svg {
    width: 100%;
    height: 100%;
    display: block;
    translate: 0 -0.15em;
}

.new_therapist_item>a {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.new_therapist_item .text_box .review {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-top: 4px;
}

.site_cmn_btn.therapist::before {
    background-image: url(/wp-content/uploads/2022/11/therapist_btn_bk.png);
}

.site_cmn_btn.therapist:hover::before {
    background: url(/wp-content/uploads/2022/11/therapist_btn_bk_white.png) center no-repeat;
    background-size: contain;
}

.site_cmn_btn.review::before {
    background-image: url(/wp-content/uploads/2022/11/review_btn_bk.png);
}

.site_cmn_btn.review:hover::before {
    background: url(/wp-content/uploads/2022/11/review_btn_bk_white.png) center no-repeat;
    background-size: contain;
}

.site_cmn_btn.column::before {
    background-image: url(/wp-content/uploads/2022/12/column_btn_bk.png);
}

.site_cmn_btn.column:hover::before {
    background: url(/wp-content/uploads/2022/12/column_btn_bk_white.png) center no-repeat;
    background-size: contain;
}

.new_therapist_list+.site_cmn_btn_wrap {
    margin-top: 50px;
}

.search_container {
    background-color: #FFFAEF;
    border-radius: 6px;
    padding: 30px 50px 58px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.search_container .title_box {
    text-align: center;
}

.search_container .title_box h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.search_form_inner {
    display: flex;
    border: 2px solid #E8A62D;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.search_form_inner .submit_container {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.search_form_inner .submit_container button {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #E8A62D;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    padding: 0 0 11px;
}

.search_form_inner .submit_container button::before {
    content: '';
    width: 30px;
    display: block;
    height: 30px;
    margin: 0 auto 7px;
    background-image: url(/wp-content/uploads/2022/11/icon_search_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.select_container select {
    height: 100%;
    width: 100%;
    padding: 0 22px;
    cursor: pointer;
}

.select_container {
    flex-grow: 1;
    position: relative;
    z-index: 0;
}

.select_container.pref_list {
    background-color: #fff;
}

.select_container.menu_list {
    background-color: #F7F7F7;
}

.select_container::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #3C3C3C;
    border-left: 12px solid transparent;
    transform: skew(12deg, 12deg);
    rotate: 45deg;
    translate: 0 -70%;
}

.select_container select option:first-child {
    background: green;
}

.search_form_container {
    margin-top: 12px;
}

#search {
    /* margin-top: -82px; */
    margin-top: 60px;
    /* position: relative; */
    /* z-index: 1000; */
}

#area_search {
    background-color: #F5F9FB;
    padding: 70px 0 80px;
    margin-top: 125px;
}

.search_by_current_location {
    width: fit-content;
    border-bottom: 1px solid #000;
    padding: 0 10px 10px;
    margin-left: auto;
}

.search_by_current_location .text {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    column-gap: 10px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
}

.search_by_current_location .text .icon {
    width: 12px;
    display: block;
}

.search_by_current_location .text .icon svg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.area_search_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 14px;
    margin-top: 30px;
    transition-duration: 0.3s;
}

.area_search_list.hidden {
    translate: -30px 0;
    opacity: 0;
    visibility: hidden;
}

.area_search_container {
    position: relative;
    z-index: 0;
}

.area_search_list._sub {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    translate: 30px 0;
    visibility: hidden;
    opacity: 0;
}

.area_search_list._sub.show {
    translate: 0 0;
    visibility: visible;
    opacity: 1;
}

.area_search_list .item {
    width: 550px;
}

.area_search_list._sub .item {
    display: none;
}

.area_search_list._sub .item.wide {
    width: 100%;
}

.area_search_list .item .title_box {
    background-color: #fff;
    padding: 11px 36px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

.area_search_list .item .title_box .title {
    font-weight: bold;
    letter-spacing: 0.04em;
}

.area_search_list._sub .back_btn {
    position: absolute;
    top: -40px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    column-gap: 13px;
    cursor: pointer;
}

.area_search_list._sub .back_btn::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    display: block;
    rotate: -45deg;
    translate: 0 -3px;
}

.area_search_list .item .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* column-gap: 14px; */
    row-gap: 4px;
    margin-top: 12px;
    margin-left: 28px;
    overflow: hidden;
}

.area_search_list .item .list li a {
    font-size: 14px;
    color: #767676;
    letter-spacing: 0.04em;
    display: block;
    transition-duration: 0.1s;
    padding: 0 12px;
}

.area_search_list .item .list li.line {
    background-color: #E2E2E2;
    width: 1px;
    height: 14px;
}

.area_search_list .item .list li a:hover {
    color: #43749A;
}

.area_search_inner {
    margin-top: -30px;
}

.area_search_list .item .list li {
    margin-left: -1px;
}

.area_search_list .item .list li+li a {
    border-left: 1px solid #e2e2e2;
}

.review_list>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.review_item {
    width: 49%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 24px 20px;
}

.review_date_box {
    display: flex;
    column-gap: 18px;
    margin-top: 2px;
}

.review_date_box .date,
.review_date_box .time {
    letter-spacing: 0.02em;
}

.review_info_box {
    margin-top: 4px;
}

.review_info_box .item {
    display: flex;
}

.review_info_box .item .title {
    width: 122px;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 0;
    padding-left: 22px;
}

.review_info_box .item .text {
    letter-spacing: 0.08em;
}

.review_info_box .item .title .icon {
    position: absolute;
    width: 14px;
    top: 50%;
    translate: 0 -50%;
    left: 0;
}

.review_info_box .item .title .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.review_text_box .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.review_text_box {
    margin-top: 10px;
}

.review_rating_box .star {
    position: relative;
    z-index: 0;
    font-size: 25px;
    line-height: 1;
    color: #E8E8E8;
}

/* 参考記事 https://yws.tokyo/css-star/ */
.review_rating_box .star .rating {
    position: absolute;
    color: #E8A62D;
    overflow: hidden;
    white-space: nowrap;
    left: 0;
}

.review_list {
    margin-top: 30px;
}

#review {
    margin-top: 90px;
}

.review_list+.site_cmn_btn_wrap {
    margin-top: 35px;
}

.common_page_container {
    padding: 65px 0 0;
}

.search_result_condition_container .title_box .text {
    background-image: url(/wp-content/uploads/2022/10/ttl_line.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    width: fit-content;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 0 10px 8px;
    font-size: 24px;
}

.search_result_condition_container .condition_box {
    margin-top: 32px;
}

.search_result_condition_container .condition_box ul {
    display: flex;
    column-gap: 40px;
}

.search_result_condition_container .condition_box ul li {
    display: flex;
    align-items: center;
    column-gap: 14px;
    /* border-bottom: 2px solid #eee; */
    /* padding: 0px 24px 8px; */
}

.search_result_condition_container .condition_box ul li .title {
    color: #8f8f8f;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 13px;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 20px 2px;
    border: 1px solid #eee;
}

.search_result_condition_container .condition_box ul li .text {
    font-weight: bold;
    letter-spacing: 0.04em;
}

.search_result_condition_box {
    margin-bottom: 70px;
}

.search_result_condition_container {
    width: fit-content;
    background-color: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    padding: 40px 70px 40px 45px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer_banner {
    margin-top: 30px;
    text-align: center;
}

.footer_banner img {
    width: 400px;
    border-radius: 8px;
}

.footer_banner .text {
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-top: 10px;
    font-weight: 600;
}

.search_container .error_message {
    color: red;
    letter-spacing: 0.13em;
    font-size: 14px;
    margin-top: 15px;
}

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

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

.column_list_container ul li .img_box {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 7px;
    aspect-ratio: 1.42 / 1;
}

.column_list_container ul li .img_box .new {
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0;
    background-color: #E8A62D;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 3px 8px 0;
}

.column_list_container ul li .text_box {
    margin-top: 6px;
}

.column_list_container ul li .text_box .info {
    display: flex;
    align-items: center;
}

.column_list_container ul li .text_box .info .label {
    font-size: 12px;
    color: #E8A62D;
    border-right: 1px solid #808080;
    padding-right: 18px;
    margin-right: 18px;
    letter-spacing: 0.04em;
    line-height: 1;
}

.column_list_container ul li .text_box .info .category {
    font-size: 12px;
    letter-spacing: 0.04em;
}

.column_list_container ul li .text_box .title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-top: 10px;
    transition-duration: 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.column_list_container ul li .text_box .text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.column_list_container {
    margin: 32px 0 38px;
}

section#column {
    margin: 80px 0 110px;
}

.column_list_container ul li:hover .text_box .title {
    color: #E8A62D;
}

.error_container {
    text-align: center;
    padding: 90px 0 0;
}

.error_container .status_code {
    font-size: 120px;
    font-weight: bold;
    color: #D2DDE7;
    line-height: 1;
}

.error_container .error {
    font-size: 20px;
    color: #D2DDE7;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-top: -10px;
}

.error_container .title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-top: 22px;
}

.error_container .text {
    letter-spacing: 0.04em;
    margin-top: 4px;
}

.error_container .link {
    display: block;
    width: 180px;
    margin: 24px auto 0;
    background-color: #43749A;
    color: #fff;
    padding: 12px;
    letter-spacing: 0.08em;
    border-radius: 4px;
}

.footer_area .area_tabs ul {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    row-gap: 12px;
    overflow: hidden;
}

.footer_area .area_tabs li {
    margin-left: -1px;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        padding-top: 150px;
    }

    /*********************************************
     * SP固定ページ 共通設定
     *********************************************/
    .common-page_wrap {
        padding: 2vw 0 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;
        margin-top: 0;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 50%;
        translate: 0 -50%;
    }

    #sp_header .logo img {
        height: 38px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    .sp_hd_tuiju {
        width: 100%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 99;
    }

    .sp_hd_tuiju .banner {
        background: #618099;
    }

    .sp_hd_tuiju .banner img {
        width: 100%;
        height: 72px;
        object-fit: contain;
    }

    .sp_hd_tuiju .text_box {
        background: #fff;
        text-align: center;
        padding: 0.3em;
    }

    .sp_hd_tuiju .text_box .text {
        font-size: 10px;
        letter-spacing: .03em;
        line-height: 1.5;
    }

    .sp_hd_tuiju .text_box .text .num {
        color: #00ACEF;
        font-weight: 700;
    }

    /*********************************************
     * 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;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
    }

    #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: 30%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    .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 .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    #page_contact .progressbar .item:not(:last-child)::before,
    #page_contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/
    .privacy_page .main_text {
        font-size: 3.5vw;
    }

    .privacy_page dl {
        margin-bottom: 10vw;
    }

    .privacy_page dl dt {
        font-size: 4vw;
    }

    .privacy_page 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投稿ページ シングルページ
     *********************************************/
    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
        margin-bottom: 0;
    }

    .singleContent .single_title {
        margin-bottom: 4vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        /* padding: 2vw; */
    }

    .singleContent h3 {
        font-size: 4vw;
        /* padding: 2vw; */
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent article p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
    }

    #single_page .pager {
        font-size: 3.5vw;
        margin-top: 5vw;
        margin-bottom: 10vw;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    .singleSidebar {
        display: none;
    }

    a[href $='.pdf'] {
        padding-top: 3vw;
        padding-left: 8vw;
    }

    .wrap_01.news div#single_main {
        display: none;
    }

    #single_page .fl_wrap {
        align-items: flex-start;
        margin-top: 5vw;
    }

    .news_wrap #single_page .fl_wrap {
        margin-top: 5vw;
    }

    /*********************************************
     * SP固定ページ サイトマップ
     *********************************************/
    ul#sitemap_list li {
        margin: 0;
    }

    body {
        font-size: 3.6vw;
        line-height: 1.6;
        overflow: hidden;
        min-width: 100%;
    }

    .wrap,
    .wrap_01 {
        max-width: 90%;
    }

    /* メインビジュアル　SP */
    .mv_dc1 {
        width: 45.8vw;
        left: -15vw;
        top: -28vw;
        height: 41.6vw;
    }

    .mv_dc2 {
        width: 20vw;
        left: 26vw;
        top: -28vw;
    }

    #mv {
        /* padding: 26.4vw 0 30vw; */
        margin-top: 0;
    }

    #mv .wrap_01::before {
        width: 36.6vw;
        background-size: contain;
        height: 112.2vw;
        right: -11vw;
        top: 20vw;
    }

    #mv .text_box {
        width: 100%;
        border-radius: 8vw;
        padding: 8vw 0 6vw 2vw;
    }

    #mv .ttl_logo {
        width: 34vw;
        margin: 2vw auto 0;
    }

    #mv .text_box .kana {
        font-size: 4vw;
        margin-top: 2vw;
    }

    #mv .text_box .kana::before,
    #mv .text_box .kana::after {
        width: 8vw;
        height: 0.7vw;
    }

    #mv .text_box .kana::after {
        right: -11vw;
    }

    #mv .text_box .kana::before {
        left: -11vw;
    }

    #mv .text_box .text {
        font-size: 4vw;
        letter-spacing: .01em;
        margin-top: 0;
        text-align: center;
        line-height: 1.5;
    }

    #mv .nagasaku_ap {
        text-align: right;
        font-size: 3vw;
        letter-spacing: .01em;
        left: -3vw;
        right: 0;
        margin: auto;
        width: 70vw;
        display: inline-block;
        bottom: -15vw;
    }

    #mv .text_box .text .color {
        font-size: 9vw;
        position: relative;
        top: -.5vw;
        letter-spacing: .08em;
    }

    #mv .text_box .text .size {
        font-size: 6vw;
        position: relative;
        top: -.5vw;
        letter-spacing: .08em;
    }

    #mv::before {
        background: url(/wp-content/uploads/2022/10/sp_mv_bg.png) center no-repeat;
        background-size: cover;
    }

    #mv .nagasaku_ap .space {
        margin-right: 2vw;
    }

    #mv .text_box .text .color::before {
        content: "";
        position: absolute;
        left: -5vw;
        top: 7vw;
        bottom: 0;
        margin: auto;
        background: url(/wp-content/uploads/2022/10/sp_small_dc.png) center no-repeat;
        background-size: contain;
        width: 17vw;
        height: 15vw;
        z-index: -1;
    }

    #mv .text_box .text>* {
        position: relative;
        z-index: 10;
    }

    #news {
        padding: 10vw 0;
    }

    .site_cmn_ttl {
        font-size: 6vw;
        padding-bottom: 1.5vw;
    }

    .site_cmn_ttl::before {
        height: 3vw;
        background-size: contain;
    }

    .top_news_box {
        margin-top: 40vw;
    }

    .top_news_box::before {
        width: 48vw;
        top: -37vw;
    }

    .top_news_box li a {
        padding: 5vw 2vw;
    }

    .top_news_box .cat_day {
        align-items: center;
    }

    .top_news_box li .day {
        font-size: 4vw;
        letter-spacing: .05em;
    }

    .top_news_box li .cat {
        padding: .5vw 3vw;
        font-size: 4vw;
        margin-right: 4vw;
    }

    .top_news_box li .ttl {
        font-size: 4.8vw;
        letter-spacing: .05em;
        line-height: 1.44;
        margin-top: 4vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .top_news_box li .text {
        margin-top: 2vw;
        font-size: 4vw;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .site_cmn_btn {
        font-size: 4.5vw;
        line-height: 18vw;
        background: #43749A;
        color: #fff;
    }

    .site_cmn_btn.column {
        padding-right: 80px;
        background-image: url(/wp-content/uploads/2023/01/media_icon_white.svg);
        background-size: 20px;
        background-position: 85%;
        background-repeat: no-repeat;
    }

    #news .site_cmn_btn_wrap {
        margin-top: 8vw;
    }

    .site_cmn_btn::before {
        background: url(/wp-content/uploads/2022/10/news_btn.png) center no-repeat;
        background-size: contain;
    }

    .site_cmn_btn.column::before {
        background: url(/wp-content/uploads/2022/12/column_btn_bk_white.png) center no-repeat;
        background-size: contain;
    }

    #menu {
        padding: 10vw 0;
    }

    #menu .site_menu_box li a {
        width: 100%;
        border-radius: 1.6vw;
    }

    #menu .site_menu_box li a .text {
        font-size: 4.8vw;
        line-height: 1.5;
    }

    #menu .site_menu_box li+li {
        margin: 0;
    }

    #menu .site_menu_box li {
        width: 48%;
    }

    #menu .site_menu_box li:nth-child(even) {
        margin-left: 2vw;
    }

    #menu .site_menu_box li:nth-child(n + 3) {
        margin-top: 3vw;
    }

    #menu .site_menu_box ul {
        justify-content: flex-start;
    }

    .site_menu_box {
        margin-top: 5vw;
    }

    #reason {
        padding-top: 13vw;
    }

    .site_cmn_ttl_wrap .img {
        width: 35vw;
    }

    .site_cmn_ttl {
        font-size: 7vw;
        margin-top: 2vw;
    }

    .top_reason_box {
        margin-top: 40vw;
    }

    .top_reason_box::before {
        width: 40vw;
        top: -38vw;
    }

    .top_reason_box .img_ttl {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        align-items: center;
    }

    .top_reason_box .img {
        width: 25vw;
        height: 24vw;
        flex-shrink: 0;
        margin: 0 6vw 0 0;
    }

    .top_reason_box .img img {
        width: 18vw;
    }

    .top_reason_box .ttl {
        font-size: 5vw;
        letter-spacing: .05em;
        margin-top: 0;
    }

    .top_reason_box .easy .text {
        margin-top: 3vw;
    }

    .top_reason_box li {
        padding: 5vw;
        width: 100%;
    }

    .top_reason_box ul {
        display: block;
    }

    .top_reason_box li+li {
        margin-top: 4vw;
    }

    .top_reason_box .text {
        font-size: 4vw;
        color: #3C3C3C;
        margin-top: 3vw;
        letter-spacing: .05em;
    }

    .top_recruit_box {
        display: block;
    }

    .top_recruit_box .text_box {
        margin: 4vw 0 0;
    }

    .top_recruit_box .img {
        display: none;
    }

    #recruit {
        padding: 10vw 0;
    }

    #recruit {
        padding: 0vw 0 12vw;
        margin-top: 20vw;
    }

    #recruit::before {
        height: 95%;
    }

    .top_recruit_box .logo {
        width: 37vw;
    }

    .top_recruit_box .sub_ttl {
        font-size: 6vw;
        letter-spacing: .06em;
        margin-top: 5vw;
    }

    .top_recruit_box .ver {
        font-size: 4.5vw;
        padding: 7px 3px 5px 2px;
        margin-right: 2vw;
        line-height: 1.2;
        top: 0;
    }

    .top_recruit_box .text_box .ttl {
        font-size: 9vw;
        display: flex;
        align-items: center;
        letter-spacing: .01em;
        margin-top: 1vw;
        font-weight: 600;
        line-height: 1;
    }

    .top_recruit_box .hogu {
        font-size: 4.2vw;
        letter-spacing: .02em;
        padding: 0 9vw;
        display: block;
        margin-top: 3vw;
    }

    .top_recruit_box .hogu::before,
    .top_recruit_box .hogu::after {
        width: 9vw;
        height: .7vw;
    }

    .top_recruit_box .text {
        font-size: 4vw;
        letter-spacing: .02em;
        margin-top: 5vw;
        line-height: 1.6;
    }

    .top_recruit_box .rec_btn {
        width: 100%;
        font-size: 5vw;
        letter-spacing: .05em;
        line-height: 18vw;
        margin-top: 8vw;
    }

    .top_recruit_box .rec_btn:hover {
        background: #E8A62D;
        color: #fff;
    }

    .media_logo_box li {
        width: 27%;
    }

    .media_logo_box li:nth-child(n + 4) {
        margin-top: 4vw;
    }

    .media_logo_box {
        padding-bottom: 16vw;
        margin-top: 10vw;
    }

    .footer_area {
        display: block;
        padding: 3vw 0;
    }

    .footer_area .area_tabs ul {
        /* justify-content: center; */
        grid-template-columns: repeat(4, 1fr);
        row-gap: 12px;
    }

    .footer_area .area_tabs {
        width: 100%;
        justify-content: center;
        padding: 26px 0 4px;
    }

    .footer_area .area_tabs a {
        font-size: 3.8vw;
        padding: 0 6vw;
    }

    .footer_area .area_tabs li:nth-child(n + 4) {
        /* margin-top: 2vw; */
    }

    .footer_area .area_tabs a {
        font-size: 3.8vw;
        padding: 0;
    }

    .footer_area .area_tabs li:nth-child(n + 4) {
        /* margin-top: 2vw; */
    }

    .footer_area .area_tabs li:nth-child(4n) a::before {
        display: none;
    }

    .footer_area .area_tabs li:nth-child(5) a::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 13px;
        background: #A7A7A7;
    }

    .footer_area .location a {
        display: inline-block;
        border-bottom: solid 1px #000;
        padding: 0;
    }

    .footer_area .location a::before {
        display: none;
    }

    .footer_area .location {
        line-height: 10vw;
        text-align: center;
        padding: 3vw 0 6vw;
    }

    .footer_area .location a {
        display: inline-block;
        border-bottom: solid 1px #000;
        padding: 0;
        font-size: 4vw;
    }

    .footer_area .location a::before {
        display: none;
    }

    .footer_area .location {
        line-height: 10vw;
        text-align: center;
        padding: 3vw 0 6vw;
    }

    .footer_area .search {
        width: 100%;
        line-height: 15vw;
        border-radius: 2vw 2vw 0 0;
    }

    footer li a:hover {
        color: #000;
    }

    .footer_mypage_box {
        background: #fff;
        padding: 9vw 6vw;
    }

    .footer_mypage_box ul {
        display: block;
    }

    .footer_mypage li a {
        font-size: 4vw;
        text-align: left;
        padding: 2vw 0;
        border-bottom: solid .5vw #E3E3E3;
        color: #000000;
        position: relative;
        display: block;
    }

    .footer_mypage li a::before {
        display: none;
    }

    .footer_mypage li a::after {
        content: "";
        position: absolute;
        right: 2vw;
        top: 0;
        bottom: 0;
        border-top: solid .6vw #000;
        border-right: solid .6vw #000;
        width: 2.5vw;
        height: 2.5vw;
        transform: rotate(45deg);
        margin: auto;
    }

    footer {
        padding: 5vw 0;
    }

    .footer_mypage {
        margin-top: 5vw;
    }

    footer .logo a {
        width: 63%;
    }

    footer .logo {
        margin-top: 10vw;
    }

    .footer_app .apple {
        width: 45%;
    }

    .footer_app .google {
        width: 48%;
        margin-left: 3vw;
    }

    .footer_app {
        margin-top: 6vw;
    }

    .footer_app.sp {
        display: flex;
    }

    .footer_sns {
        margin-top: 8vw;
    }

    .footer_sns .sns+.sns {
        margin-left: 4vw;
    }

    .footer_sns .sns {
        width: 10vw;
    }

    .copy_right {
        font-size: 2vw;
    }

    .top_news_box li a:hover .ttl {
        color: #000;
    }

    .top_news_box li a:hover .cat {
        color: #767676;
        border: solid 1px #767676;
    }

    body .hamburger span {
        background: #3C3C3C;
        height: 3px;
        border-radius: 3px;
        width: 7.46vw;
    }

    body .hamburger span:nth-child(2) {
        top: 18px;
    }

    body .hamburger span:nth-child(3) {
        top: 26px;
    }

    body .hamburger {
        top: 9px;
        transition: .3s;
    }

    body .hamburger.active {
        right: auto;
        left: 0;
        width: 12vw;
        height: 12vw;
        background: #43749A;
        top: 0;
    }

    body .hamburger.active span {
        background: #fff;
        transition: .1s;
    }

    body .hamburger.active span:nth-child(2),
    body .hamburger.active span:nth-child(3) {
        top: 5.5vw;
        left: 2.5vw;
    }

    body .hamburger.active span:nth-child(1) {
        top: 5.5vw;
        left: 2.5vw;
    }

    body nav.globalMenuSp.active {
        transform: translateX(11.5vw);
        background: #fff;
        padding: 80px 30px 0 30px;
        width: 92vw;
        overflow: inherit;
        display: block;
    }

    body nav.globalMenuSp ul li a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .08em;
        border-bottom: solid 1px #E3E3E3;
        text-align: left;
        position: relative;
        padding: 4vw;
        padding-left: 4vw;
    }

    body nav.globalMenuSp ul li a::before {
        content: "";
        position: absolute;
        right: 4vw;
        top: 0;
        bottom: 0;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        width: 2vw;
        height: 2vw;
        transform: rotate(45deg);
        margin: auto;
    }

    nav.globalMenuSp ul li.media {
        margin-top: 54px;
    }

    body nav.globalMenuSp.active::before {
        content: "";
        position: absolute;
        left: -15vw;
        top: 0;
        background: #000;
        opacity: .3;
        width: 17%;
        height: 100%;
        z-index: -1;
    }

    body nav.globalMenuSp.active::after {
        content: "";
        position: absolute;
        left: 30px;
        top: 10px;
        width: 122px;
        height: 30px;
        background: url(/wp-content/uploads/2022/10/logo.png) center no-repeat;
        background-size: contain;
    }

    .footer_mypage li a #media_icon {
        width: 3.2vw;
        translate: 0 -0.5vw;
    }

    nav.globalMenuSp ul li a #mail_icon {
        width: 17px;
        position: relative;
        top: -4px;
    }

    body nav.globalMenuSp ul li a #media_icon {
        width: 26px;
        right: -2px;
        top: -5px;
        position: relative;
        height: 13px;
    }

    /*     article {
    padding-bottom: 10vw;
} */
    .single_relative {
        margin-top: 10vw;
    }

    .single_relative .relative_ttl {
        font-size: 6vw;
    }

    .single_relative li a {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        align-items: center;
        padding-bottom: 2vw;
    }

    .single_relative li .img {
        width: 22vw;
        flex-shrink: 0;
        margin-right: 2vw;
        height: 22vw;
    }

    .single_relative .text_box {
        padding: 1vw;
    }

    .single_relative li .page_cat {
        font-size: 3vw;
    }

    .single_relative li .page_cat .color {
        font-size: 3vw;
        padding-right: 3vw;
        margin-right: 3vw;
    }

    .single_relative li .day {
        font-size: 3vw;
    }

    .single_relative li .ttl {
        font-size: 4vw;
        letter-spacing: .05em;
        margin: 2vw 0;
    }

    .single_relative li .text {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: .05em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .single_relative li+li {
        margin: 5vw 0 0;
    }

    .single_relative li {
        border-bottom: solid 1px #ccc;
    }

    .single_relative li {
        width: 100%;
    }

    #single_page .singleContent .page_cat .color {
        font-size: 3.5vw;
        margin-right: 3vw;
        padding-right: 3vw;
    }

    .singleContent article p+p {
        margin-top: 5vw;
    }

    div#single_main {
        height: auto;
        padding: 10vw 2vw;
    }

    div#single_main .title {
        font-size: 4vw;
    }

    .archive_page_list {
        width: 100%;
    }

    .archive_page_list article {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    .archive_page_list article+article {
        margin-top: 2vw;
    }

    .archive_page_list article a {
        display: flex;
    }

    .archive_page_list article .image {
        width: 35%;
        height: 30vw;
        margin-bottom: 10px;
    }

    .archive_page_list article .textArea {
        width: 65%;
        padding-left: 4vw;
    }

    .archive_page_list article .category_area {
        font-size: 3vw;
        margin-bottom: 1vw;
    }

    .archive_page_list article .date {
        font-size: 3vw;
    }

    .archive_page_list article .ttl {
        font-size: 4vw;
    }

    .archive_page_list article .content {
        font-size: 3.4vw;
        display: none;
    }

    div#archive_main {
        /* height: auto; */
        margin-top: 0;
        padding: 8vw 0;
        justify-content: center;
    }

    div#archive_main .image {
        width: 90%;
        min-width: unset;
        height: 45vw;
        margin-bottom: 4vw;
    }

    div#archive_main .title {
        font-size: 5vw;
        margin-left: 0;
        padding: 7vw 2vw 2vw 2vw;
    }

    .archive_contents {
        padding-top: 10vw;
    }

    .wp-pagenavi {
        margin-top: 10vw;
    }

    .archive_page.news #archive_main {
        /* height: 40vw; */
    }

    .archive_page.news .news_title {
        font-size: 6vw;
        padding: 0 3vw 2.5vw 3vw;
        margin-left: 0;
    }

    .archive_page.news article .textArea {
        width: 100%;
    }

    .archive_page.news article .cate_date_list .date {
        margin-left: 0;
        text-align: right;
        flex: 1;
    }

    .archive_page.news .archive_page_list article+article {
        margin-top: 5vw;
    }

    #single_page .singleContent .page_cat .time {
        margin-left: 10vw;
        font-size: 3.8vw;
    }

    .new_therapist_list {
        width: 100%;
        left: 0;
        translate: 0 0;
    }

    body:not(.home) .new_therapist_item {
        width: 48%;
    }

    body.home .new_therapist_list>ul {
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
        padding: 0 0 40px;
    }

    #new_therapist {
        margin-top: 50px;
    }

    .new_therapist_list+.site_cmn_btn_wrap {
        margin-top: 24px;
    }

    body.home .new_therapist_list>ul::-webkit-scrollbar {
        width: 0px;
        height: 4px;
    }

    body.home .new_therapist_list>ul::-webkit-scrollbar-thumb {
        background-color: #E8A62D;
        border-radius: 100px;
    }

    body.home .new_therapist_list>ul::-webkit-scrollbar-track {
        background-color: #E8E8E8;
        border-radius: 100px;
    }

    .site_cmn_btn.therapist::before {
        background-image: url(/wp-content/uploads/2022/11/therapist_btn_bk_white.png);
    }

    .area_search_inner {
        margin-top: 28px;
    }

    .area_search_list .item .title_box {
        background-color: transparent;
        box-shadow: none;
        border-bottom: 1px solid #D6D6D6;
        padding: 0;
    }

    .area_search_list .item .title_box .title {
        font-size: 18px;
    }

    .area_search_list .item .list {
        margin-left: -19px;
        row-gap: 8px;
    }

    .area_search_list .item .list li a {
        font-size: 15px;
        padding: 0 24px;
    }

    .area_search_list {
        background-color: #fff;
        padding: 18px 20px;
        margin-top: 18px;
    }

    .area_search_list .item {
        width: 100%;
    }

    .area_search_list .item+.item {
        margin-top: 10px;
    }

    #area_search {
        margin-top: 65px;
        padding: 43px 0;
    }

    .area_search_list._sub {
        position: fixed;
        background-color: #fff;
        z-index: 99999;
        left: 0;
        display: block;
        top: 55px;
        margin-top: 0;
        overflow: scroll;
    }

    .area_search_container {
        position: static;
    }

    .area_search_list._sub .back_btn {
        position: static;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .area_search_list._sub .item .title_box .title {
        font-size: 16px;
    }

    .area_search_list._sub .item .list li a {
        font-size: 12px;
    }

    .review_item {
        width: 100%;
        padding: 20px 16px;
    }

    .review_list>ul {
        flex-direction: column;
        row-gap: 12px;
    }

    .review_rating_box .star {
        font-size: 24px;
    }

    .review_date_box .date,
    .review_date_box .time {
        font-size: 14px;
    }

    .review_date_box {
        justify-content: flex-end;
        margin-top: -22px;
    }

    .review_info_box .item {
        align-items: flex-start;
    }

    .review_info_box .item .title {
        width: 138px;
        font-size: 13px;
    }

    .review_info_box .item .text {
        font-size: 13px;
    }

    .review_info_box .item+.item {
        margin-top: 4px;
    }

    .review_info_box {
        margin-top: 12px;
    }

    .review_text_box .text {
        color: #7C7C7C;
        font-size: 12px;
    }

    .review_list {
        margin-top: 16px;
    }

    #review {
        margin-top: 42px;
    }

    .site_cmn_btn.review {
        padding: 0 0px 0 36px;
        width: 100%;
    }

    .site_cmn_btn.review::before {
        background-image: url(/wp-content/uploads/2022/11/review_btn_bk_white.png);
    }

    .search_container {
        padding: 24px 16px;
    }

    .search_container .title_box h2 {
        font-size: 20px;
    }

    .search_form_inner {
        flex-direction: column;
        border: none;
        box-shadow: none;
    }

    .select_container {
        border: 2px solid #E8A62D;
        overflow: hidden;
        border-radius: 8px;
    }

    .select_container select {
        padding: 16px 20px;
    }

    .select_container::before {
        translate: 0 -95%;
    }

    .select_container+.select_container {
        margin-top: 6px;
    }

    .search_form_container {
        margin-top: 6px;
    }

    .search_form_inner .submit_container {
        width: 150px;
        margin: 24px auto 0;
        height: auto;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .search_form_inner .submit_container button {
        flex-direction: row;
        font-size: 20px;
        letter-spacing: 0.04em;
        border-radius: 6px;
        padding: 14px 0px;
        column-gap: 12px;
        justify-content: center;
    }

    .search_form_inner .submit_container button::before {
        width: 24px;
        height: 24px;
        margin: 0 0;
    }

    #search {
        margin-top: 40px;
    }

    .search_result_condition_container {
        padding: 24px 24px;
        width: 100%;
    }

    .search_result_condition_container .title_box .text {
        font-size: 18px;
        padding: 0 6px 6px;
    }

    .search_result_condition_container .condition_box ul {
        flex-direction: column;
    }

    .search_result_condition_container .condition_box {
        margin-top: 16px;
    }

    .search_result_condition_container .condition_box ul li+li {
        margin-top: 8px;
    }

    .news_title {
        font-size: 26px;
        margin-left: 0;
        max-width: 80%;
        text-align: center;
    }

    .page_new_therapist_container {
        padding: 0 16px;
    }

    body:not(.home) .new_therapist_item .img_box {
        width: 40vw;
        height: 40vw;
        margin: auto;
    }

    body:not(.home) .new_therapist_list>ul {
        justify-content: space-between;
        row-gap: 50px;
    }

    body:not(.home) .new_therapist_list {
        margin-top: 0;
    }

    .footer_banner img {
        width: 63%;
    }

    .footer_banner .text {
        font-size: 10px;
        padding: 0 17vw;
    }

    .footer_banner {
        margin-top: 38px;
    }

    .column_list_container ul {
        display: flex;
        overflow: scroll;
        padding: 0 0 10px;
    }

    .column_list_container ul li {
        flex-shrink: 0;
        width: 60vw;
    }

    section#column {
        margin: 50px 0;
    }

    .error_container .status_code {
        font-size: 80px;
    }

    .error_container .title {
        font-size: 22px;
    }

    /* .globalMenuSp img.red_dot {
        float: right;
        margin-right: 20px;
        margin-top: 6px;
    } */

    /* .hamburger img.red_dot {
        right: 0;
        vertical-align: top;
        position: absolute;
    } */

    .hamburger .hamburger_red_dot {
        position: relative;
    }

    .hamburger .hamburger_red_dot::after {
        position: absolute;
        content: '';
        width: .65em;
        height: .65em;
        background: red;
        border-radius: 50%;
        top: 0;
        right: 0;
        transform: translateY(50%);
    }

    .globalMenuSp .sp_menu_red_dot {
        position: relative;
    }

    .globalMenuSp .sp_menu_red_dot::after {
        position: absolute;
        content: '';
        width: .65em;
        height: .65em;
        background: red;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

    .globalMenuSp .sp_menu_red_dot.one::after {
        left: 10.00em;
    }

    .globalMenuSp .sp_menu_red_dot.two::after {
        left: 11.00em;
    }

    .globalMenuSp .user_name {
        line-height: 1.55;
        white-space: pre-line;
        word-break: break-all;
        -webkit-tap-highlight-color: transparent;
        font-family: "Noto Sans JP", メイリオ, Meiryo, "Hiragino Sans", ヒラギノ角ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
        cursor: pointer;
        border-right: 0px;
        border-left: 0px;
        border-image: initial;
        appearance: none;
        font-size: 14px;
        background-color: transparent;
        text-align: left;
        text-decoration: none;
        box-sizing: border-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        user-select: none;
        width: auto;
        color: rgb(60, 60, 60);
        font-weight: bold;
        padding: 20px 10px 20px 0px;
        border-bottom: none;
        border-top: none !important;
    }

}

.hd_conts .mypage_box {
    margin-right: 40px;
    position: relative;
}

.hd_conts .mypage_box .name_box {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 0 10px;
    border: 1px solid #DDD;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
    transition: .3s;
}

.hd_conts .mypage_box .name_box .name {
    color: #3C3C3C;
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hd_conts .mypage_box .name_box svg {
    flex-shrink: 0;
    fill: #43749A;
}

.hd_conts .mypage_box .in_menu {
    position: absolute;
    top: 90px;
    left: -100px;
    background: #fff;
    border: 1px solid #E9ECEF;
    color: #000;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    padding: 0.25rem;
    width: 250px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hd_conts .mypage_box .in_menu li a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    gap: 0 10px;
    position: relative;
    transition: .3s;
}

.hd_conts .mypage_box .in_menu li a svg {
    max-width: 15px;
    flex-shrink: 0;
}

.hd_conts .login_box {
    display: flex;
}

.hd_conts .login_box .btn.register a {
    background: #43749A;
}

.hd_conts .login_box .btn a {
    display: flex;
    width: 100px;
    aspect-ratio: 1/1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hd_conts .login_box .btn a svg {
    margin-bottom: 5px;
}

.hd_conts .login_box .btn a .text {
    font-size: 12px;
    line-height: 1.55;
}

.hd_conts .login_box .btn.login a {
    background: #E8A62D;
}

.hd_menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.footer_mypage .login_box {
    margin-bottom: 5px;
}

.footer_mypage .login_box ul {
    display: flex;
    justify-content: center;
    gap: 0 50px;
}

/* img.red_dot {
    width: 10px !important;
    height: 10px !important;
} */

.hd_conts .mypage_box .name_box .name_box_red_dot {
    position: relative;
}

.hd_conts .mypage_box .name_box .name_box_red_dot::after {
    position: absolute;
    content: '';
    width: .65em;
    height: .65em;
    background: red;
    border-radius: 50%;
    top: 50%;
    right: -1.00em;
    transform: translateY(-50%);
}

.hd_conts .mypage_box .in_menu .in_menu_red_dot {
    position: relative;
}

.hd_conts .mypage_box .in_menu .in_menu_red_dot::after {
    position: absolute;
    content: '';
    width: .65em;
    height: .65em;
    background: red;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.hd_conts .mypage_box .in_menu .in_menu_red_dot.un::after {
    right: -6.50em;
}

.hd_conts .mypage_box .in_menu .in_menu_red_dot.um::after {
    right: -7.50em;
}