@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
@font-face {
    font-family: "sinhala";
    src: url("/wp-content/themes/child/fonts/sinhala-mn.ttf") format("TrueType");
}

html,
button,
input,
select,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.f_si {
    font-family: "sinhala", serif;
}

body {
    color: #34352E;
    font-size: 16px;
    line-height: 1.7;
}

a[href$=".pdf"] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #34352E;
    line-height: 1.5;
}

a[href$=".pdf"]::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href$=".pdf"]:hover {
    text-decoration: none;
}

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

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

#main_header {
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    padding: 0 calc(50vw - 670px);
}

#main_header .cont {
    flex-wrap: nowrap;
    align-items: center;
}

#main_header .cont .logo {
    display: block;
    width: 71px;
    line-height: 1;
}

#main_header .cont .logo img {
    width: 100%;
}

#main_header .cont .link_block {
    margin-left: auto;
    align-items: center;
}

#main_header .cont .link_block .guide_link_list ul {
    align-items: center;
}

#main_header .cont .link_block .guide_link_list ul li+li {
    margin-left: 60px;
}

#main_header .cont .link_block .guide_link_list ul li a {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #34352E;
    transition: 0.3s;
}

#main_header .cont .link_block .guide_link_list ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -41px;
    width: 100%;
    height: 5px;
    background-color: #A98051;
    transform: scaleX(0);
    transform-origin: center left;
    transition: 0.3s;
}

#main_header .cont .link_block .guide_link_list ul li a:hover {
    color: #A98051;
}

#main_header .cont .link_block .guide_link_list ul li a:hover::after {
    transform: scaleX(1);
}

#main_header .cont .link_block .lang_cont {
    flex-shrink: 0;
    width: 150px;
    margin-left: 80px;
}

#main_header .cont .link_block .lang_cont .current_lang {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-color: #34352E;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#main_header .cont .link_block .lang_cont .current_lang::before {
    content: "";
    display: block;
    width: 5px;
    flex-shrink: 0;
    margin-right: 10px;
    aspect-ratio: 1/1;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(135deg);
    transition: 0.3s;
}

#main_header .cont .link_block .lang_cont .current_lang:hover {
    background-color: #A98051;
}

#main_header .cont .link_block .lang_cont .current_lang.active {
    background-color: #A98051;
}

#main_header .cont .link_block .lang_cont .current_lang.active::before {
    transform: rotate(-45deg);
}

#main_header .cont .link_block .lang_cont .bogo-language-switcher {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 28px 24px;
    background-color: #fff;
}

#main_header .cont .link_block .lang_cont .bogo-language-switcher li+li {
    margin-top: 14px;
}

#main_header .cont .link_block .lang_cont .bogo-language-switcher li .bogoflags {
    display: none;
}

#main_header .cont .link_block .lang_cont .bogo-language-switcher li a {
    font-size: 16px;
    font-family: "sinhala", serif;
    font-weight: bold;
    color: #34352E;
    line-height: 1;
    transition: 0.3s;
    letter-spacing: 0.06em;
}

#main_header .cont .link_block .lang_cont .bogo-language-switcher li a:hover {
    opacity: 0.7;
}

#top_fv_sec {
    padding: 100px 0;
    background-image: url(/wp-content/themes/child/image/top_fv_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 160px;
}

#top_fv_sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(52, 53, 46, 0.13);
}

#top_fv_sec .cont {
    z-index: 1;
    flex-wrap: nowrap;
    align-items: center;
}

#top_fv_sec .cont .ttl_text_block {
    flex-grow: 1;
    color: #fff;
}

#top_fv_sec .cont .ttl_text_block .name {
    font-size: 110px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 18px;
}

#top_fv_sec .cont .ttl_text_block .ttl {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: bold;
}

#top_fv_sec .cont .post_block {
    flex-shrink: 0;
    width: 602px;
    margin-left: 50px;
}

#top_fv_sec .cont .post_block .post_box {
    padding: 22px 30px 30px;
    background-color: rgba(52, 53, 46, 0.32);
}

#top_fv_sec .cont .post_block .post_box+.post_box {
    margin-top: 20px;
}

#top_fv_sec .cont .post_block .post_box .lead_box {
    align-items: center;
    margin-bottom: 15px;
}

#top_fv_sec .cont .post_block .post_box .lead_box .lead_ttl {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

#top_fv_sec .cont .post_block .post_box .lead_box .guide {
    margin-left: auto;
    margin-right: 20px;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

#top_fv_sec .cont .post_block .post_box .lead_box .guide::after {
    content: "";
    display: block;
    width: 4px;
    aspect-ratio: 1/1;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: 6px;
    transition: 0.3s;
}

#top_fv_sec .cont .post_block .post_box .lead_box .guide:hover::after {
    transform: translateX(20px) rotate(45deg);
}

#top_fv_sec .cont .post_block .post_box .post_cont a {
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
    transition: 0.3s;
}

#top_fv_sec .cont .post_block .post_box .post_cont .white {
    color: #fff;
}


#top_fv_sec .cont .post_block .post_box .post_cont a:hover {
    opacity: 0.8;
}

#top_fv_sec .cont .post_block .post_box .post_cont a .thum_img {
    flex-shrink: 0;
    width: 140px;
    margin-right: 20px;
}

#top_fv_sec .cont .post_block .post_box .post_cont a .thum_img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 7/5;
}

#top_fv_sec .cont .post_block .post_box .post_cont a .text_box {
    flex-grow: 1;
}

#top_fv_sec .cont .post_block .post_box .post_cont a .text_box .ttl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#top_fv_sec .cont .post_block .post_box .post_cont a .text_box .date {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.common_btn {
    width: 320px;
}

.common_btn a {
    display: block;
    width: 100%;
    line-height: 60px;
    color: #fff;
    background-color: #A98051;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: bold;
    transition: 0.3s;
}

.common_btn a:hover {
    background-color: #9D7342;
}

#top_about_sec {
    padding-bottom: 145px;
}

#top_about_sec::before {
    content: "";
    position: absolute;
    top: 98px;
    bottom: 0;
    left: 0;
    right: calc(50vw - 670px);
    background-color: #F8F5F2;
    z-index: -1;
}

#top_about_sec .cont {
    flex-wrap: nowrap;
    align-items: center;
}

#top_about_sec .cont .img {
    flex-shrink: 0;
    width: 500px;
    margin-right: 127px;
}

#top_about_sec .cont .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 10/13;
}

#top_about_sec .cont .text_box {
    flex-grow: 1;
}

#top_about_sec .cont .text_box .ttl {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 55px;
}

#top_about_sec .cont .text_box .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.9;
}

#top_about_sec .cont .text_box .text+.text {
    margin-top: 30px;
}

#top_about_sec .cont .text_box .common_btn {
    margin-top: 45px;
}

#top_chart_sec {
    padding-bottom: 330px;
    margin-bottom: -160px;
}

#top_chart_sec::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(50vw - 670px);
    background-color: #F8F5F2;
    z-index: -1;
}

#top_chart_sec .top_ttl {
    font-size: 72px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: -160px;
    letter-spacing: 0.05em;
    color: #A98051;
}

#top_chart_sec .top_ttl .big {
    font-size: 100px;
}

#top_chart_sec .cont {
    padding: 200px 100px 60px;
    background-color: #fff;
}

#top_service_sec {
    z-index: 1;
    margin-bottom: 155px;
}

#top_service_sec .lead_img {
    width: calc(50vw - 570px + 944px);
    margin-left: auto;
    margin-bottom: -5.2%;
}

#top_service_sec .lead_img img {
    width: 100%;
    aspect-ratio: 400/117;
    object-fit: cover;
}

#top_service_sec .top_ttl {
    z-index: 1;
    font-size: 160px;
    color: #A98051;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 80px;
    margin-left: -100px;
}

#top_service_sec .service_list ul li {
    /* width: 356px; */
    width: 100%;
}

#top_service_sec .service_list ul {
    gap: 20px;
    justify-content: center;
}

#top_service_sec .service_list ul li.soon {
    position: relative;
    overflow: hidden;
}

#top_service_sec .service_list ul li.soon .soon_cont {
    position: absolute;
    inset: 0;
    z-index: 3;
    transform: translateY(100%);
    transition: .3s;
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#top_service_sec .service_list ul li.soon:hover .soon_cont {
    transform: translateY(0);
}

#top_service_sec .service_list ul li.soon .soon_cont .text {
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: bold;
}

#top_service_sec .service_list ul li.soon a {
    pointer-events: none;
}

#top_service_sec .service_list ul li a {
    display: block;
    width: 100%;
}

#top_service_sec .service_list ul li a .img {
    width: 100%;
}

#top_service_sec .service_list ul li a .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(52, 53, 46, 0.58);
    z-index: 1;
}

#top_service_sec .service_list ul li a .img img {
    width: 100%;
    aspect-ratio: 3/1;
    min-width: 0;
    object-fit: cover;
    object-position: 0% 35%;
}

#top_service_sec .service_list ul li a .text_box {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#top_service_sec .service_list ul li a .text_box .ttl {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.5;
    text-align: center;
}

#top_service_sec .service_list ul li a .text_box .text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.8;
}

.top_chart_sec {
    margin-bottom: 150px;
}

.top_chart_sec .cont {
    width: 75%;
    margin: 0 auto;
    padding: 70px;
    background: url(/wp-content/themes/child/image/top_fv_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.top_chart_sec .cont::before {
    content: "";
    background: #34352E;
    opacity: 0.6;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.top_chart_sec .cont .top_ttl {
    font-size: 80px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.03em;
}

.top_chart_sec .cont .common_btn {
    margin: 0 auto;
}

#top_flow_sec {
    padding: 0 0 160px;
}

#top_flow_sec::before {
    content: "";
    position: absolute;
    top: 48px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F8F5F2;
    z-index: -1;
}

#top_flow_sec .top_ttl {
    font-size: 100px;
    text-align: center;
    margin-bottom: 70px;
    line-height: 1;
    font-weight: bold;
    color: #A98051;
    letter-spacing: 0.03em;
}

#top_flow_sec .common_flow_list {
    margin-bottom: 60px;
}

#top_flow_sec .common_btn {
    margin: 0 auto;
}

.common_flow_list ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0 27px;
}

.common_flow_list ul li .icon {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: -17px;
    text-align: center;
    line-height: 1;
}

.common_flow_list ul li .icon img {
    width: 43%;
    height: 100%;
    object-fit: contain;
}

.common_flow_list ul li .text_box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.common_flow_list ul li .text_box .num {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 15px;
    color: #A98051;
}

.common_flow_list ul li .text_box .text {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #BE9B72;
    font-weight: bold;
}

#top_road_sec {
    padding: 120px 0 135px;
    background-color: #34352E;
}

#top_road_sec .top_ttl {
    font-size: 110px;
    line-height: 1;
    color: #A98051;
    margin-bottom: 20px;
}

#top_road_sec .side_scroll_wrap {
    width: calc(100% + (50vw - 570px));
    margin-right: calc(-1 * (50vw -570px));
    overflow-x: scroll;
}

#top_road_sec .side_scroll_wrap .img {
    width: 2078px;
}

#top_road_sec .side_scroll_wrap .img img {
    width: 100%;
}

#top_coop_sec {
    padding: 155px 0 160px;
}

#top_coop_sec .top_ttl_box {
    margin-bottom: 65px;
    text-align: center;
}

#top_coop_sec .top_ttl_box .ttl {
    font-size: 72px;
    font-weight: bold;
    line-height: 1.2;
    color: #A98051;
    margin-bottom: 40px;
}

#top_coop_sec .top_ttl_box .text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#top_coop_sec .common_works_list {
    margin-bottom: 55px;
}

#top_coop_sec .archive_btn_box .common_btn {
    margin: 0 auto;
}

.common_works_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 37px;
}

.common_works_list ul li .img {
    width: 100%;
    aspect-ratio: 356/253;
    margin-bottom: 15px;
    overflow: hidden;
}

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

.common_works_list ul li .img.active img {
    transform: scale(1.1);
}

.common_works_list ul li .text_box .ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.3;
    margin-bottom: 35px;
}

.common_works_list ul li .text_box .common_btn {
    margin: 0 auto;
}

#top_tourism_sec {
    margin-bottom: 160px;
}

#top_tourism_sec .cont .ttl_block {
    margin-bottom: -10px;
}

#top_tourism_sec .cont .ttl_block .en_ttl {
    font-size: 72px;
    font-weight: bold;
    line-height: 1.2;
    color: #A98051;
    margin-bottom: 25px;
}

#top_tourism_sec .cont .ttl_block .ttl {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#top_tourism_sec .cont .logo_block {
    width: 83%;
    margin-left: auto;
}

#top_tourism_sec .cont .logo_block .logo_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 10px;
}

#top_tourism_sec .cont .logo_block .logo_list ul li {
    line-height: 1;
}

#top_tourism_sec .cont .logo_block .logo_list ul li img {
    width: 100%;
    aspect-ratio: 4/1;
    object-fit: contain;
}

#main_footer {
    padding: 130px 0 105px;
    background-color: #34352E;
    color: #fff;
}

#main_footer .main_cont {
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-bottom: 80px;
    border-bottom: 1px solid #45463D;
    margin-bottom: 30px;
}

#main_footer .main_cont .data_block .logo {
    display: block;
    width: 252px;
    margin-bottom: 40px;
    line-height: 1;
}

#main_footer .main_cont .data_block .logo img {
    width: 100%;
}

#main_footer .main_cont .data_block .guide_link_list ul li+li {
    margin-top: 10px;
}

#main_footer .main_cont .data_block .guide_link_list ul li a {
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
    transition: 0.3s;
}

#main_footer .main_cont .data_block .guide_link_list ul li a:hover {
    opacity: 0.7;
}

#main_footer .main_cont .data_block .guide_link_list ul li a .icon {
    flex-shrink: 0;
    width: 25px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
    text-align: center;
    line-height: 1;
}

#main_footer .main_cont .data_block .guide_link_list ul li a .icon img {
    width: 13px;
    height: 100%;
    object-fit: contain;
}

#main_footer .main_cont .data_block .guide_link_list ul li a .text_box .text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1;
}

#main_footer .main_cont .data_block .guide_link_list ul li a .text_box .text .way {
    font-size: 13px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#main_footer .main_cont .link_block {
    margin-left: auto;
    flex-shrink: 0;
}

#main_footer .main_cont .link_block .site_link_list {
    margin-bottom: 44px;
}

#main_footer .main_cont .link_block .site_link_list ul {
    gap: 0 52px;
}

#main_footer .main_cont .link_block .site_link_list ul li a {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}

#main_footer .main_cont .link_block .site_link_list ul li a:hover {
    opacity: 0.7;
}

#main_footer .main_cont .link_block .sns_link_list ul {
    gap: 0 20px;
    justify-content: flex-end;
}

#main_footer .main_cont .link_block .sns_link_list ul li {
    width: 45px;
}

#main_footer .main_cont .link_block .sns_link_list ul li a {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #A98051;
    transition: 0.3s;
    text-align: center;
}

#main_footer .main_cont .link_block .sns_link_list ul li a:hover {
    opacity: 0.7;
}

#main_footer .main_cont .link_block .sns_link_list ul li a img {
    width: 25px;
    height: 100%;
    object-fit: contain;
}

#main_footer .guide_cont {
    align-items: center;
}

#main_footer .guide_cont .copyright {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

#main_footer .guide_cont .link_list {
    margin-left: auto;
}

#main_footer .guide_cont .link_list ul {
    gap: 0 50px;
}

#main_footer .guide_cont .link_list ul li a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
    font-weight: bold;
}

#main_footer .guide_cont .link_list ul li a:hover {
    opacity: 0.7;
}

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

.not_found .text {
    text-align: center;
}

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

.breadcrumb span {
    font-size: 12px;
}

.breadcrumb a {
    color: #34352e !important;
}

.common_page_main {
    background-image: url(/wp-content/themes/child/image/top_service_lead_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
}

.common_page_main .title_box {
    padding: 50px 100px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.common_page_main .title_box::before,
.common_page_main .title_box::after {
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: -1;
    animation-timing-function: linear;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

.common_page_main .title_box::before {
    left: 50%;
    right: 50%;
    animation-name: main_left;
}

.common_page_main .title_box::after {
    right: 50%;
    left: 50%;
    animation-name: main_right;
}

@keyframes main_left {
    0% {
        left: 50%;
    }

    100% {
        left: 0%;
    }
}

@keyframes main_right {
    0% {
        right: 50%;
    }

    100% {
        right: 0%;
    }
}

.common_page_main .title_box .title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
}

.common_page_main .title_box .sub_title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-top: 20px;
}

/* ABOUT */
.page_about {
    position: relative;
}

.page_about::after {
    content: "";
    position: absolute;
    background-color: #f8f5f2;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 195px;
    height: 625px;
}

.page_about .img_text_box {
    display: flex;
}

.page_about .img_text_box .img {
    width: 500px;
    flex-shrink: 0;
    height: 650px;
    margin-right: 120px;
}

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

.page_about .img_text_box .text_box {
    margin-left: auto;
    margin-top: 180px;
}

.page_about .img_text_box .text_box .ttl {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #9d7342;
    line-height: 1;
}

.page_about .img_text_box .text_box .box {
    margin-top: 45px;
}

.page_about .img_text_box .text_box .box .text {
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.page_about .img_text_box .text_box .box .text+.text {
    margin-top: 15px;
}

/* TEAM */
.common_page_ttl .ttl {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 28px;
    color: #9d7342;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.common_page_ttl .ttl::after {
    background-color: #9d7342;
    width: 100%;
    height: 1px;
    margin-left: 30px;
    content: "";
}

.page_team .staff_box .box {
    margin-top: 40px;
    background-color: #f8f5f2;
    padding: 80px 60px;
}

.page_team .staff_box .box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
}

.page_team .staff_box .box ul li {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 50px 45px;
}

.page_team .staff_box .box ul li .img {
    width: 100%;
    height: 420px;
}

.page_team .staff_box .box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_team .staff_box .box ul li .text_box {
    padding-top: 35px;
}

.page_team .staff_box .box ul li .text_box .name {
    font-size: 22px;
    color: #9d7342;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1;
}

.page_team .staff_box .box ul li .text_box .link_box {
    display: flex;
    gap: 0 40px;
    justify-content: center;
    margin-top: 26px;
}

.page_team .staff_box .box ul li .text_box .link_box .link {
    width: 60px;
    aspect-ratio: 1;
    background-color: #9d7342;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: 0.3s;
}

.page_team .staff_box .box ul li .text_box .link_box .link:hover {
    opacity: 0.7;
}

.page_team .staff_box .box ul li .text_box .link_box .link svg {
    width: 56%;
    display: block;
}

.page_team .staff_box .box ul li .text_box .link_box .link .in {
    font-size: 35px;
    color: #fff;
    font-weight: 900;
}

.page_team .team_box {
    margin-top: 100px;
}

.page_team .team_box+.team_box {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 2px dashed #ccc;
}

.page_team .team_box .box {
    margin-top: 20px;
}

.page_team .team_box .box .text {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

/* ダウンロード */
.page_download .link_btn {
    padding: 80px 60px;
    background-color: #f8f5f2;
}

.page_download .link_btn ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 150px;
}

.page_download .link_btn ul li .btn {
    line-height: 70px;
    justify-content: center;
    text-align: center;
    display: flex;
    font-size: 22px;
    border: 2px solid #9d7342;
    background-color: #fff;
    color: #34352e;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.06em;
    transition: 0.3s;
}

.page_download .link_btn ul li .btn:hover {
    background-color: #9d7342;
    color: #fff;
}

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

.company_profile .common_icon_ttl {
    margin-bottom: 35px;
}

.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;
    background-color: #fff;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

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

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

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

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

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

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

#page_contact table td {
    width: 75%;
}

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

#page_contact input#mobile-number {
    padding-left: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radio_btns label {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #fff;
    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: #9d7342;
    border-color: #9d7342;
}

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

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

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

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

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

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

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

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

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

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

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

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

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

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

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

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

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

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

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

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

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

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

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

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

#single_page .singleContent .ichiran_link:hover,
#partner_single_page .ichiran_link:hover {
    opacity: 0.7;
}

#single_page .singleSidebar {
    width: 27%;
}

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

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

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

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

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

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

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

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

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

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

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

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

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

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

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

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

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

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

.aside_article_type .cat_wrap {
    gap: 5px;
}

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

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

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

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

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

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

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

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

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

.recommend_post_area a {
    color: #34352e;
}

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

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

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

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

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

.recommend_post_area .category_list {
    width: 100%;
}

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

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

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

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

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

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

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

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

.singleContent_links ul {
    width: 40%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.singleContent ol li {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.singleContent .category_list ul {
    border: none;
}

#sitemap_list {
    background: #fff;
    margin: 0;
    padding: 5px 10px;
}

#sitemap_list li.home-item {
    background: none;
    font-size: large;
    border-bottom: solid 2px #333;
    padding: 0;
    margin-bottom: 30px;
}

#sitemap_list li.home-item a {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

#sitemap_list li {
    font-size: medium;
    text-indent: 0;
    padding: 0 0 12px 0px;
    margin: 10px 25px 0 0;
    list-style-type: none;
}

#sitemap_list li a {
    color: #333;
    font-weight: bold;
    background: #f8f8f8;
    padding: 0 25px;
    line-height: 32px;
    display: block;
    border: solid 1px #333;
    margin-bottom: 15px;
}

#sitemap_list li li {
    background: url(../images/index/line_dotted_glay.png) repeat-x left 0.5em;
    font-size: small;
    margin: 7px 30px 0 0;
    padding: 1px 0 0 0;
}

#sitemap_list li li a {
    background: #fff;
    font-weight: normal;
    padding: 0 25px;
    line-height: normal;
    display: inline-block;
    border: none;
    margin: 0;
}

#sitemap_list li li li {
    margin: 7px 0 0 30px;
}

#sitemap_list li li li li {
    font-style: italic;
    margin-left: 30px;
}

#sitemap_list ul {
    padding: 0;
    margin: 0;
}

#sitemap_list li .posts_in_category {
    display: block;
    margin-top: -43px;
    padding-bottom: 12px;
    padding-right: 10px;
    min-height: 1em;
}

#sitemap_list li li .posts_in_category {
    margin-top: -20px;
    margin-right: -20px;
    padding-right: 0;
    padding-bottom: 0;
}

#sitemap_list li .posts_in_category a {
    background: #fff url(../images/index/ico_post_list.png) no-repeat center;
    text-indent: -9999px;
    display: block;
    width: 1.2em;
    height: 1.2em;
    border: solid 1px #ccc;
    padding: 0;
    float: right;
}

.common_sitemap {
    background: #fff;
    margin: 0;
    padding: 5px 10px;
}

.common_sitemap li.home-item {
    background: none;
    font-size: large;
    border-bottom: solid 2px #333;
    padding: 0;
    margin-bottom: 30px;
}

.common_sitemap li.home-item a {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

.common_sitemap li {
    font-size: medium;
    text-indent: 0;
    padding: 0 0 12px 0px;
    margin: 10px 25px 0 0;
    list-style-type: none;
}

.common_sitemap li a {
    color: #333;
    font-weight: bold;
    background: #f8f8f8;
    padding: 0 25px;
    line-height: 32px;
    display: block;
    border: solid 1px #333;
    margin-bottom: 15px;
}

.common_sitemap li li {
    background: url(../images/index/line_dotted_glay.png) repeat-x left 0.5em;
    font-size: small;
    margin: 7px 30px 0 0;
    padding: 1px 0 0 0;
}

.common_sitemap li li a {
    background: #fff;
    font-weight: normal;
    padding: 0 25px;
    line-height: normal;
    display: inline-block;
    border: none;
    margin: 0;
}

.common_sitemap li li li {
    margin: 7px 0 0 30px;
}

.common_sitemap li li li li {
    font-style: italic;
    margin-left: 30px;
}

.common_sitemap ul {
    padding: 0;
    margin: 0;
}

.common_sitemap li .posts_in_category {
    display: block;
    margin-top: -43px;
    padding-bottom: 12px;
    padding-right: 10px;
    min-height: 1em;
}

.common_sitemap li li .posts_in_category {
    margin-top: -20px;
    margin-right: -20px;
    padding-right: 0;
    padding-bottom: 0;
}

.common_sitemap li .posts_in_category a {
    background: #fff url(../images/index/ico_post_list.png) no-repeat center;
    text-indent: -9999px;
    display: block;
    width: 1.2em;
    height: 1.2em;
    border: solid 1px #ccc;
    padding: 0;
    float: right;
}

/* 再生医療 */
.page_regenerative .link_box {
    background-color: #f8f5f2;
    padding: 80px 60px;
}

.page_regenerative .link_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
}

.page_regenerative .link_box ul li a {
    display: flex;
    border: 2px solid #9d7342;
    line-height: 70px;
    justify-content: center;
    gap: 0 50px;
    align-items: center;
    background-color: #fff;
    color: #34352e;
    font-weight: 600;
    font-size: 23px;
}

.page_regenerative .link_box ul li a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-left: 2px solid #34352e;
    border-bottom: 2px solid #34352e;
    rotate: -45deg;
}

.page_regenerative .sec_ttl {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #9d7342;
    justify-content: center;
    display: flex;
    align-items: center;
}

.page_regenerative .sec_ttl::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/SuperCells_favicon_new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 45px;
    flex-shrink: 0;
    /* margin-right: 28px; */
}

.page_regenerative .exosome_box {
    margin-top: 100px;
}

.page_regenerative .exosome_box .sec_box+.sec_box {
    margin-top: 100px;
}

.page_regenerative .exosome_box .sec_box.color {
    background-color: #f8f5f2;
    padding: 80px 80px;
}

.page_regenerative .exosome_box .sec_box.back_color {
    background-color: #9d7342;
    padding: 80px;
    margin-top: 80px;
}

.page_regenerative .exosome_box .sec_box.back_color .sec_ttl {
    color: #fff;
    text-align: center;
}

.page_regenerative .exosome_box .sec_box.back_color .sec_ttl::before {
    display: none;
}

.page_regenerative .exosome_box .sec_box .img_text_box {
    display: flex;
    margin-top: 45px;
}

.page_regenerative .exosome_box .sec_box .img_text_box .img {
    width: 530px;
    height: 320px;
    flex-shrink: 0;
    margin-right: 120px;
}

.page_regenerative .exosome_box .sec_box .img_text_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_regenerative .exosome_box .sec_box .img_text_box .text_box {
    margin-left: auto;
    margin-top: 90px;
}

.page_regenerative .exosome_box .sec_box .img_text_box .text_box .text {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2;
}

.page_regenerative .exosome_box .sec_box .img_text_box .text_box .text+.text {
    margin-top: 30px;
}

.page_regenerative .exosome_box .sec_box .sec_text {
    margin-top: 45px;
}

.page_regenerative .exosome_box .sec_box .sec_text .theme {
    background-color: #9d7342;
    width: fit-content;
    padding: 16px 100px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.5;
    position: relative;
}

.page_regenerative .exosome_box .sec_box .sec_text .theme::before,
.page_regenerative .exosome_box .sec_box .sec_text .theme::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: #fff;
    height: 100px;
    rotate: 45deg;
}

.page_regenerative .exosome_box .sec_box .sec_text .theme::before {
    left: 15px;
    top: -35px;
}

.page_regenerative .exosome_box .sec_box .sec_text .theme::after {
    right: 15px;
    bottom: -35px;
}

.page_regenerative .exosome_box .sec_box .sec_text .theme_text {
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 2;
    font-size: 16px;
    margin-top: 50px;
}

.page_regenerative .exosome_box .sec_box .perform_box {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 2px dashed #ccc;
}

.page_regenerative .exosome_box .sec_box .perform_box .theme {
    text-align: center;
    line-height: 1.7;
    font-size: 22px;
}

.page_regenerative .exosome_box .sec_box .perform_box .theme .color {
    color: #9d7342;
    font-weight: 600;
    font-size: 35px;
    margin: 0 5px;
}

.page_regenerative .exosome_box .sec_box .perform_box ul {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.page_regenerative .exosome_box .sec_box .perform_box ul li {
    background-color: #fff;
    width: 105px;
    height: 105px;
    flex-shrink: 0;
    border-radius: 50%;
    font-weight: 500;
    box-shadow: 0 4px 30px rgba(157, 115, 66, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #9d7342;
    text-align: center;
}

.page_regenerative .exosome_box .sec_box .graph_box {
    margin-top: 80px;
}

.page_regenerative .exosome_box .sec_box .graph_box .theme {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.page_regenerative .exosome_box .sec_box .graph_box .theme .color {
    font-size: 35px;
    margin: 0 5px;
    color: #9d7342;
    font-weight: 600;
}

.page_regenerative .exosome_box .sec_box .graph_box .graph_img_box {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .text_box {
    margin-right: 85px;
}

.page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .text_box .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2;
}

.page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .text_box .text+.text {
    margin-top: 18px;
}

.page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .img {
    width: 325px;
    flex-shrink: 0;
}

.page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .img img {
    width: 100%;
}

.page_regenerative .exosome_box .sec_box .sec_comment {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 18px;
    letter-spacing: 0.06em;
}

.page_regenerative .exosome_box .sec_box .list {
    margin-top: 60px;
}

.page_regenerative .exosome_box .sec_box .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
}

.page_regenerative .exosome_box .sec_box .list ul li {
    background-color: #f8f5f2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 25px 20px;
}

.page_regenerative .exosome_box .sec_box .list ul li .img {
    width: 100%;
    height: 230px;
}

.page_regenerative .exosome_box .sec_box .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_regenerative .exosome_box .sec_box .list ul li .text_box {
    padding: 28px 5px 0;
}

.page_regenerative .exosome_box .sec_box .list ul li .text_box .theme {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9d7342;
}

.page_regenerative .exosome_box .sec_box .list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 12px;
}

.page_regenerative .exosome_box .sec_box .attention {
    margin-top: 40px;
}

.page_regenerative .exosome_box .sec_box .attention ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 50px;
}

.page_regenerative .exosome_box .sec_box .attention ul li {
    position: relative;
}

.page_regenerative .exosome_box .sec_box .attention ul li+li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -29px;
    height: 120px;
    width: 1px;
    background-color: #ccc;
}

.page_regenerative .exosome_box .sec_box .attention ul li .theme {
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: 600;
    line-height: 1;
    color: #9d7342;
}

.page_regenerative .exosome_box .sec_box .attention ul li .text {
    margin-top: 20px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    font-size: 16px;
}

.page_regenerative .stem_cell_box {
    margin-top: 120px;
}

.page_regenerative .stem_cell_box .sec_box+.sec_box {
    margin-top: 100px;
}

.page_regenerative .stem_cell_box .sec_box.color {
    background-color: #f8f5f2;
    padding: 80px 120px;
}

.page_regenerative .stem_cell_box .sec_box.color_back {
    background-color: #9d7342;
    padding: 80px;
}

.page_regenerative .stem_cell_box .sec_box.color_back .sec_ttl {
    color: #fff;
}

.page_regenerative .stem_cell_box .sec_box.color_back .sec_ttl::before {
    display: none;
}

.page_regenerative .stem_cell_box .sec_box.color_back .sec_comment {
    color: #fff;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec {
    margin-top: 50px;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box {
    display: flex;
    align-items: center;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box+.img_box {
    flex-direction: row-reverse;
    margin-top: 70px;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box+.img_box .img {
    margin-right: 0;
    margin-left: auto;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box+.img_box .text_box {
    margin-left: 0;
    margin-right: 120px;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .img {
    width: 380px;
    height: 480px;
    flex-shrink: 0;
    margin-right: 120px;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box {
    margin-left: auto;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .theme {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    color: #9d7342;
    font-weight: 600;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .text {
    margin-top: 40px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #ccc;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec .list {
    display: flex;
    gap: 0 30px;
    align-items: center;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec .list+.list {
    margin-top: 12px;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec .list .name {
    width: 18%;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 16px;
}

.page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec .list .cont {
    font-size: 16px;
    letter-spacing: 0.06em;
}

.page_regenerative .stem_cell_box .sec_box .sec_comment {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.9;
    margin-top: 30px;
}

.page_regenerative .stem_cell_box .sec_box .list_sec {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px dashed #ccc;
}

.page_regenerative .stem_cell_box .sec_box .list_sec ul li {
    list-style: circle;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.page_regenerative .stem_cell_box .sec_box .list_sec ul li+li {
    margin-top: 12px;
}

.page_regenerative .stem_cell_box .sec_box .flow {
    margin-top: 40px;
}

.page_regenerative .stem_cell_box .sec_box .flow ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
}

.page_regenerative .stem_cell_box .sec_box .flow ul li {
    background-color: #fff;
    padding: 35px 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.page_regenerative .stem_cell_box .sec_box .flow ul li .theme {
    color: #9d7342;
    font-weight: 600;
    letter-spacing: 0.06em;
    font-size: 20px;
    line-height: 1;
}

.page_regenerative .stem_cell_box .sec_box .flow ul li .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-top: 18px;
    padding-top: 18px;
    color: #636363;
    line-height: 1.9;
    border-top: 1px dashed #ccc;
}

.page_regenerative .stem_cell_box .sec_box .list_type {
    margin-top: 60px;
    background-color: #f8f5f2;
    padding: 60px;
}

.page_regenerative .stem_cell_box .sec_box .list_type ul {
    display: flex;
    gap: 22px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_regenerative .stem_cell_box .sec_box .list_type ul li {
    width: 33%;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.page_regenerative .stem_cell_box .sec_box .box_num ul li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.page_regenerative .stem_cell_box .sec_box .box_num ul li .theme {
    font-size: 20px;
    font-weight: 600;
    color: #9d7342;
    letter-spacing: 0.08em;
}

.page_regenerative .stem_cell_box .sec_box .box_num ul li .text_box {
    margin-top: 10px;
    padding-left: 15px;
}

.page_regenerative .stem_cell_box .sec_box .box_num ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.page_regenerative .stem_cell_box .sec_box .box_num ul li .text_box .text+.text {
    margin-top: 5px;
}

/* アンチエイジング */
.page_aging .aging_sec_box {
    display: flex;
    justify-content: space-between;
}

.page_aging .aging_sec_box .side_menu {
    width: 30%;
}

.page_aging .aging_sec_box .side_menu .aging_tab {
    padding: 50px 30px;
    background-color: #f8f5f2;
    position: sticky;
    top: 50px;
}

.page_aging .aging_sec_box .side_menu .aging_tab ul li {
    background-color: #9d7342;
    height: 90px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    border: 1px solid #9d7342;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_aging .aging_sec_box .side_menu .aging_tab ul li:hover {
    background-color: #fff;
    color: #9d7342;
}

.page_aging .aging_sec_box .side_menu .aging_tab ul li.show {
    background-color: #fff;
    color: #9d7342;
}

.page_aging .aging_sec_box .side_menu .aging_tab ul li+li {
    margin-top: 12px;
}

.page_aging .aging_sec_box .tab_cont_box {
    width: 66%;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont {
    display: none;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont.show {
    display: block;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .tab_sec_ttl {
    text-align: center;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .tab_sec_ttl .ttl {
    font-size: 25px;
    font-weight: 600;
    color: #9d7342;
    letter-spacing: 0.08em;
    line-height: 1;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .tab_sec_ttl .en_ttl {
    font-size: 20px;
    letter-spacing: 0.06em;
    margin-top: 20px;
    line-height: 1;
    color: #9d7342;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .tab_sec_ttl .ttl_comment {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 30px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box {
    display: flex;
    margin-top: 100px;
    margin-bottom: 50px;
}

.page_aging .aging_sec_box .ol_list_box {
    margin-top: 50px;
}

.page_aging .aging_sec_box .ol_list_box .theme {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #9d7342;
    margin-bottom: 1.5em;
}

.page_aging .aging_sec_box .sub_theme {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #9d7342;
    margin-bottom: 1em;    
}

.page_aging .aging_sec_box .sub_theme:before {
    content: "■";
}

.page_aging .aging_sec_box .ol_list_box ol li + li {
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    padding-top: 20px;;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .img {
    width: 300px;
    height: 350px;
    flex-shrink: 0;
    margin-right: 40px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .text_box {
    margin-left: auto;
    margin-top: 100px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .text_box .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .text_box .text+.text {
    margin-top: 15px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box {
    margin-top: 100px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box .theme {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #9d7342;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box .box {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dashed #ccc;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box .box ul {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 18px 40px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box .box ul li {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box {
    margin-top: 100px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li+li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #ccc;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .theme {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #9d7342;
    letter-spacing: 0.07em;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .theme::before {
    content: "";
    width: 35px;
    height: 30px;
    background-image: url(/wp-content/uploads/2024/05/SuperCells_favicon_new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-right: 20px; */
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box {
    margin-top: 15px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .text.small {
    font-size: 14px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .box {
    display: flex;
    gap: 0 30px;
    align-items: baseline;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .box .name {
    width: 30%;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 16px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .box .cont {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 0.08em;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box {
    margin-top: 100px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box {
    margin-top: 60px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li+li {
    margin-top: 40px;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .quest {
    background-color: #f8f5f2;
    padding: 10px 30px;
    display: flex;
    gap: 0 30px;
    align-items: baseline;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .quest .q {
    font-size: 30px;
    color: #9d7342;
    font-weight: 600;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .quest .cont {
    font-size: 18px;
    font-weight: 600;
    color: #9d7342;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .answer {
    padding: 10px 30px;
    display: flex;
    gap: 0 30px;
    align-items: baseline;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .answer .a {
    font-size: 30px;
    font-weight: 600;
    color: #9d7342;
}

.page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .answer .cont {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

/* flow */
.page_flow .flow_list {
    padding: 80px 30px;
    background-color: #f8f5f2;
}

.page_flow .flow_box {
    margin-top: 100px;
}

.page_flow .flow_box .list {
    margin-top: 28px;
}

.page_flow .flow_box .list+.list {
    margin-top: 100px;
}

.page_flow .flow_box .list ul li {
    padding: 20px 30px;
    background-color: #f8f5f2;
}

.page_flow .flow_box .list ul li+li {
    margin-top: 100px;
    position: relative;
}

.page_flow .flow_box .list ul li+li::before {
    content: "";
    position: absolute;
    opacity: 0.4;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 50px 0 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
    border-color: #9d7342 transparent transparent transparent;
}

.page_flow .flow_box .list ul li .theme {
    font-size: 20px;
    font-weight: 600;
    color: #9d7342;
    letter-spacing: 0.07em;
}

.page_flow .flow_box .list ul li .cont_box {
    margin-top: 20px;
}

.page_flow .flow_box .list ul li .cont_box .cont {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.page_flow .flow_box .list ul li .cont_box .cont+.cont {
    margin-top: 10px;
}

.page_flow .flow_box .list .attention {
    margin-top: 30px;
}

.page_flow .flow_box .list .attention .text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

.common_icon_ttl .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #9d7342;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.common_icon_ttl .ttl::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/SuperCells_favicon_new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 45px;
    margin-right: 5px;
}

/* partner */
.page_partner .sec_box {
    margin-top: 40px;
}

.page_partner .sec_box+.sec_box {
    margin-top: 100px;
}

.page_partner .sec_box .sec_ttl {
    text-align: center;
}

.page_partner .sec_box .sec_ttl .ttl {
    width: fit-content;
    padding: 15px 80px;
    background-color: #9d7342;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.08em;
    margin: 0 auto;
    line-height: 1.5;
    position: relative;
}

.page_partner .sec_box .sec_ttl .ttl::before,
.page_partner .sec_box .sec_ttl .ttl::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #f8f5f2;
    rotate: 45deg;
}

.page_partner .sec_box .sec_ttl .ttl::before {
    top: -30px;
    left: 15px;
}

.page_partner .sec_box .sec_ttl .ttl::after {
    bottom: -30px;
    right: 15px;
}

.page_partner .sec_box .sec_comment {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin-top: 35px;
}

.page_partner .sec_box .list {
    margin-top: 40px;
}

.page_partner .sec_box .list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 12px;
    position: relative;
}

.page_partner .sec_box .list ul::before {
    content: "";
    position: absolute;
    background-color: #9d7342;
    opacity: 0.3;
    height: 150px;
    left: calc(-1 * (50vw - 570px));
    right: calc(-1 * (50vw - 570px));
    z-index: -1;
    top: 150px;
}

.page_partner .sec_box .list ul li {
    background-color: #f8f5f2;
    padding: 12px;
}

.page_partner .sec_box .list ul li .img {
    width: 100%;
    height: 180px;
}

.page_partner .sec_box .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_partner .sec_box .list ul li .text_box {
    padding: 20px 5px;
}

.page_partner .sec_box .list ul li .text_box .theme {
    font-size: 20px;
    font-weight: 600;
    color: #9d7342;
    letter-spacing: 0.08em;
}

.page_partner .sec_box .list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 5px;
}

.page_partner .sec_box .box {
    display: flex;
    margin-top: 50px;
}

.page_partner .sec_box .box .img {
    width: 50%;
    margin-right: 50px;
    flex-shrink: 0;
}

.page_partner .sec_box .box .img img {
    width: 100%;
}

.page_partner .sec_box .box .flow {
    margin-left: auto;
}

.page_partner .sec_box .box .flow ul li {
    background-color: #f8f5f2;
    padding: 23px 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    position: relative;
}

.page_partner .sec_box .box .flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #f8f5f2 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.page_partner .sec_box .box .flow ul li .color {
    font-size: 22px;
    color: #9d7342;
    display: inline-block;
    margin-bottom: 15px;
}

.page_partner .sec_box .box .flow ul li+li {
    margin-top: 22px;
}

.page_partner .support_box .box {
    margin-top: 50px;
}

.page_partner .support_box .box ul li {
    display: flex;
}

.page_partner .support_box .box ul li+li {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #ccc;
}

.page_partner .support_box .box ul li .img_box {
    width: 400px;
    flex-shrink: 0;
    margin-right: 100px;
}

.page_partner .support_box .box ul li .img_box .img {
    width: 100%;
    height: 400px;
}

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

.page_partner .support_box .box ul li .img_box .theme_box {
    margin-top: 20px;
    text-align: center;
}

.page_partner .support_box .box ul li .img_box .theme_box .comment {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 10px;
}

.page_partner .support_box .box ul li .img_box .theme_box .name {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1;
}

.page_partner .support_box .box ul li .img_box .theme_box .name .big {
    font-size: 28px;
    font-weight: 600;
}

.page_partner .support_box .box ul li .text_box {
    margin-left: auto;
}

.page_partner .support_box .box ul li .text_box .logo {
    width: 80%;
    height: 100px;
    margin: 0 auto;
}

.page_partner .support_box .box ul li .text_box .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page_partner .support_box .box ul li .text_box .catch {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 20px;
}

.page_partner .support_box .box ul li .text_box .text {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 35px;
}

.page_partner .support_box .box ul li .text_box .point {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #9d7342;
    line-height: 1.8;
    margin-top: 18px;
}

/* 提携医療機関 */

.page_medical .list ul li {
    background-color: #f8f5f2;
    padding: 40px 30px;
}

.page_medical.login .list ul li .bokasi_img {
    width: 100%;
    position: relative;
}

.page_medical.login .list ul li .bokasi_img img {
    width: 100%;
}

.page_medical.login .list ul li .bokasi_img .ab_btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    width: 480px;
}

.page_medical.login .list ul li .bokasi_img .ab_btn .btn_box {
    width: 100%;
}

.page_medical.login .list ul li .bokasi_img .ab_btn .btn_box+.btn_box {
    margin-top: 10px;
}

.page_medical.login .list ul li .bokasi_img .ab_btn .btn_box a {
    display: block;
    line-height: 70px;
    background-color: #9d7342;
    border: 1px solid #9d7342;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.08em;
    transition: 0.3s;
}

.page_medical.login .list ul li .bokasi_img .ab_btn .btn_box a:hover {
    background-color: #fff;
    color: #9d7342;
}

/* パートナー詳細 */

#partner_single_page .cont_wrap {
    background-color: #f8f5f2;
    padding: 40px 30px 50px;
}

#partner_single_page .cont_wrap .clinic_name {
    background-color: #9d7342;
    padding: 20px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.08em;
}

#partner_single_page .cont_wrap .box {
    display: flex;
    gap: 0 50px;
    padding: 0 50px;
}

#partner_single_page .cont_wrap .box .img_box {
    width: 25%;
}

#partner_single_page .cont_wrap .box .img_box .img {
    width: 100%;
    height: 200px;
    background-color: #fff;
}

#partner_single_page .cont_wrap .box .img_box .img+.img {
    margin-top: 20px;
}

#partner_single_page .cont_wrap .box .img_box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#partner_single_page .cont_wrap .box .cont_box {
    width: 50%;
}

#partner_single_page .cont_wrap .box .cont_box .cont+.cont {
    margin-top: 25px;
    padding-top: 35px;
    border-top: 1px dashed #ccc;
}

#partner_single_page .cont_wrap .box .cont_box .cont .theme {
    color: #9d7342;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

#partner_single_page .cont_wrap .box .cont_box .cont .name {
    margin-top: 17px;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

#partner_single_page .cont_wrap .box .info_box {
    width: 50%;
}

#partner_single_page .cont_wrap .box .info_box .info+.info {
    margin-top: 25px;
    padding-top: 35px;
    border-top: 1px dashed #ccc;
}

#partner_single_page .cont_wrap .box .info_box .info .theme {
    color: #9d7342;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.08em;
}

#partner_single_page .cont_wrap .box .info_box .info .text {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 15px;
    margin-top: 17px;
}

#partner_single_page .cont_wrap .store_img img {
    aspect-ratio: 3/2;
    object-fit: contain;
    width: 100%;
}

#partner_single_page .cont_wrap .store_img {
    width: 90%;
    margin: 20px auto 100px;
    background-color: rgba(157, 115, 66, 0.15);
}

#partner_single_page .cont_wrap .img_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
    margin-bottom: 60px;
}

#partner_single_page .cont_wrap .img_box .img img {
    aspect-ratio: 4/3;
    object-fit: contain;
    width: 100%;
}

#partner_single_page .cont_wrap .intro {
    padding: 40px 50px;
    margin-bottom: 60px;
    background-color: #fff;
    position: relative;
}

#partner_single_page .cont_wrap .intro .text {
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1.8;
}

#partner_single_page .cont_wrap .store_img::after {
    content: "";
    background-color: #9d7342;
    width: 90px;
    height: 2px;
    display: block;
    position: relative;
    left: 50%;
    bottom: -50px;
    translate: -50% -50%;
}

#partner_single_page .cont_wrap .intro::before,
#partner_single_page .cont_wrap .intro::after {
    content: "";
    border: solid 3px #9d7342;
    position: absolute;
    width: 35px;
    aspect-ratio: 1/1;
    top: -1px;
    right: -1px;
    border-width: 3px 3px 0 0;
}

#partner_single_page .cont_wrap .intro::after {
    rotate: 180deg;
    top: auto;
    right: auto;
    left: -1px;
    bottom: -1px;
}

#partner_single_page .cont_wrap .img_box .img {
    background-color: rgba(157, 115, 66, 0.15);
}

.single-partner_medical .common_page_wrap {
    padding: 70px 0 0;
}

#partner_single_page .file_box .theme {
    width: fit-content;
    padding: 15px 80px;
    background-color: #9d7342;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.08em;
    margin: 0 auto 50px;
    line-height: 1.5;
    position: relative;
}

#partner_single_page .file_box {
    margin-top: 70px;
}

#partner_single_page .file_box .file_cont .link_box .link a {
    display: inline-block;
    color: #004CCA;
    letter-spacing: .04em;
}

#partner_single_page .file_box .file_cont td .link {
    width: 100%;
    padding: 0 25px;
}

#partner_single_page .file_box .file_cont .item .link_box .link a[href$=".pdf"]::before {
    content: none;
}

#partner_single_page .file_box .file_cont .item .ttl_box {
    padding: 15px 25px;
    background-color: rgba(56, 169, 186, .1);
    height: 100%;
    border-bottom: solid 1px #ddd;
    display: flex;
    align-items: center;
}

#partner_single_page .file_box .file_cont td .link+.link {
    border-top: solid 1px #ddd;
}

#partner_single_page .file_box .file_cont th .ttl,
#partner_single_page .file_box .file_cont th .text {
    letter-spacing: .03em;
}

#partner_single_page .file_box .file_cont td {
    white-space: nowrap;
}

#partner_single_page .file_box .file_cont .item {
    display: grid;
    grid-template-columns: 65% 25% 10%;
}

#partner_single_page .file_box .file_cont {
    border: solid 1px #ddd;
    border-width: 1px 1px 0 1px;
    background-color: #fff;
}

#partner_single_page .file_box .file_cont .item .text_box,
#partner_single_page .file_box .file_cont .item .link_box {
    border: solid 1px #ddd;
    height: 100%;
    border-width: 0 0 1px 1px;
}

#partner_single_page .file_box .file_cont .item .ttl_box .ttl {
    font-weight: 600;
}

#partner_single_page .file_box .file_cont .item .text_box {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#partner_single_page .file_box .file_cont .item .link_box {
    display: flex;
    flex-direction: column;
}

#partner_single_page .file_box .file_cont .item .link_box .link+.link {
    border-top: solid 1px #ddd;
}

#partner_single_page .file_box .file_cont .item .link_box .link {
    padding: 10px;
    flex-grow: 1;
    display: grid;
    place-content: center;
}

#partner_single_page .file_box .file_cont .item .text_box .text {
    letter-spacing: .03em;
}

#partner_single_page .file_box .theme::before,
#partner_single_page .file_box .theme::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #fff;
    rotate: 45deg;
}

#partner_single_page .file_box .theme::before {
    top: -30px;
    left: 15px;
}

#partner_single_page .file_box .theme::after {
    bottom: -30px;
    right: 15px;
}

/* 提携医療機関一覧 */

#page_medical_archive .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

#page_medical_archive .list ul li .more_link {
    display: block;
    width: 100%;
}

#page_medical_archive .list ul li .more_link .img {
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: rgba(220, 220, 220, 0.15);
}

#page_medical_archive .list ul li .more_link .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
}

#page_medical_archive .list ul li .more_link:hover .img img {
    transform: scale(1.1);
}

#page_medical_archive .list ul li .more_link .text_box .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #333;
    transition: .3s;
}

#page_medical_archive .list ul li .more_link:hover .text_box .name {
    color: #9D7342;
}

#page_medical_archive .list ul li .common_btn {
    width: 100%;
    margin-top: 20px;
}

/* 各種免疫治療 */

.page_immunotherapy .immunotherapy_intro_sec .top_ttl {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.page_immunotherapy .immunotherapy_intro_sec .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.9;
}

.page_immunotherapy .immunotherapy_intro_sec .text+.text {
    margin-top: 20px;
}

.page_immunotherapy .immunotherapy_intro_sec .text+.top_ttl {
    margin-top: 50px;
}

.page_immunotherapy .immunotherapy_intro_sec ol {
    margin-left: 1em;
}

.page_immunotherapy .immunotherapy_intro_sec ol li {
    list-style: auto;
}

.page_immunotherapy .immunotherapy_intro_sec ol li + li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.page_immunotherapy .immunotherapy_intro_sec .graph_img {
    width: 100%;
    padding: 30px 10%;
    line-height: 1;
    background-color: #F8F5F2;
    margin: 30px 0;
}

.page_immunotherapy .immunotherapy_intro_sec .graph_img .img {
    width: 100%;
    line-height: 1;
}

.page_immunotherapy .immunotherapy_intro_sec .graph_img img {
    width: 100%;
}

.page_immunotherapy .immunotherapy_intro_sec .service_list {
    margin: 30px 0;
}

.page_immunotherapy .immunotherapy_intro_sec .service_list ul li {
    width: 31%;
    padding: 20px;
    border: 1px solid #ccc;
    flex-direction: column;
    justify-content: center;
    background-color: #fffdfb;
}

.page_immunotherapy .immunotherapy_intro_sec .service_list ul li .inner {
    width: 100%;
}

.page_immunotherapy .immunotherapy_intro_sec .service_list ul li .inner .ttl {
    padding-left: 15px;
    border-left: 2px solid #A98051;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page_immunotherapy .immunotherapy_intro_sec .service_list ul li .inner .service_text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.page_immunotherapy .immunotherapy_intro_sec .service_list ul li .inner .service_label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 10px 0 5px;
    line-height: 1.5;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    .wrap02 {
        max-width: 90%;
    }

    a[href$=".pdf"]::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href$=".pdf"]:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.6vw;
        padding-top: 60px;
    }

    #sp_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
    }

    #sp_header .container {
        padding-left: 20px;
        flex-wrap: nowrap;
        align-items: center;
    }

    #sp_header .container .logo {
        display: block;
        width: 50px;
        line-height: 1;
    }

    #sp_header .container .logo img {
        width: 100%;
    }

    #sp_header .container .guide_block {
        margin-left: auto;
    }

    #sp_header .container .guide_block .lang_cont {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: 60px;
        aspect-ratio: 1/1;
        background-color: #A98051;
    }

    #sp_header .container .guide_block .lang_cont .icon {
        width: 23px;
        line-height: 1;
    }

    #sp_header .container .guide_block .lang_cont .icon img {
        width: 100%;
    }

    #sp_header .container .guide_block .lang_cont .bogo-language-switcher {
        position: absolute;
        z-index: 10002;
        top: 60px;
        left: 0;
        width: 120px;
        padding: 15px 11px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    #sp_header .container .guide_block .lang_cont .bogo-language-switcher.active {
        opacity: 1;
        visibility: visible;
    }

    #sp_header .container .guide_block .lang_cont .bogo-language-switcher li+li {
        margin-top: 5px;
    }

    #sp_header .container .guide_block .lang_cont .bogo-language-switcher li .bogoflags {
        display: none;
    }

    #sp_header .container .guide_block .lang_cont .bogo-language-switcher li a {
        font-size: 14px;
        font-family: "sinhala", serif;
        font-weight: bold;
        color: #34352E;
        line-height: 1;
        letter-spacing: 0.06em;
    }

    #sp_header .container .guide_block .ham_btn {
        width: 60px;
        aspect-ratio: 1/1;
        align-items: center;
        justify-content: center;
        background-color: #34352E;
    }

    #sp_header .container .guide_block .ham_btn .inner {
        width: 20px;
        height: 16px;
        text-align: center;
    }

    #sp_header .container .guide_block .ham_btn .inner .border {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transition: 0.3s;
    }

    #sp_header .container .guide_block .ham_btn .inner .border:first-child {
        top: 0;
    }

    #sp_header .container .guide_block .ham_btn .inner .border:nth-child(2) {
        top: 7px;
    }

    #sp_header .container .guide_block .ham_btn .inner .border:nth-child(3) {
        top: 15px;
    }

    #sp_header .container .guide_block .ham_btn.active .inner .border:first-child {
        top: 7px;
        transform: rotate(315deg);
    }

    #sp_header .container .guide_block .ham_btn.active .inner .border:nth-child(2),
    #sp_header .container .guide_block .ham_btn.active .inner .border:nth-child(3) {
        top: 7px;
        transform: rotate(-315deg);
    }

    #sp_header .hd_ham_menu {
        position: fixed;
        width: 100%;
        height: calc(100dvh - 60px);
        z-index: 10001;
        top: 60px;
        left: 0;
        overflow: scroll;
        transform: translateX(100%);
        transition: all 0.5s ease;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #sp_header .hd_ham_menu.active {
        transform: translateX(0);
    }

    #sp_header .hd_ham_menu .link_list {
        width: 100%;
    }

    #sp_header .hd_ham_menu .link_list ul li {
        border-top: 1px solid #F8F5F2;
    }

    #sp_header .hd_ham_menu .link_list ul li a {
        display: block;
        width: 100%;
        padding: 3.5vw 5vw;
        text-align: center;
        color: #34352E;
        font-size: 3.6vw;
        font-weight: bold;
        letter-spacing: 0.08em;
        line-height: 1;
    }

    #top_fv_sec {
        padding: 0;
        background-image: url(/wp-content/themes/child/image/top_fv_back_sp.jpg);
        margin-bottom: 13vw;
    }

    #top_fv_sec .cont {
        height: calc(100vh - 60px);
        justify-content: center;
        flex-direction: column;
    }

    #top_fv_sec .cont .ttl_text_block {
        flex-grow: 0;
        text-align: center;
    }

    #top_fv_sec .cont .ttl_text_block .name {
        font-size: 16vw;
        margin-bottom: 6vw;
    }

    #top_fv_sec .cont .ttl_text_block .ttl {
        font-size: 4.1vw;
        line-height: 1.7;
    }

    #top_sp_post_block {
        margin-bottom: 8vw;
    }

    #top_sp_post_block .post_block {
        width: 100%;
    }

    #top_sp_post_block .post_block .post_box {
        padding: 5vw 3.5vw;
        background-color: #34352E;
    }

    #top_sp_post_block .post_block .post_box+.post_box {
        margin-top: 4vw;
    }

    #top_sp_post_block .post_block .post_box .lead_box {
        align-items: center;
        margin-bottom: 3vw;
    }

    #top_sp_post_block .post_block .post_box .lead_box .lead_ttl {
        font-size: 5.3vw;
        line-height: 1;
        color: #fff;
        font-weight: bold;
    }

    #top_sp_post_block .post_block .post_box .lead_box .guide {
        margin-left: auto;
        align-items: center;
        color: #fff;
        font-size: 3.3vw;
        font-weight: bold;
        line-height: 1;
    }

    #top_sp_post_block .post_block .post_box .lead_box .guide::after {
        content: "";
        display: block;
        width: 1vw;
        aspect-ratio: 1/1;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        flex-shrink: 0;
        margin-left: 2vw;
    }

    #top_sp_post_block .post_block .post_box .post_cont a {
        flex-wrap: nowrap;
        align-items: center;
        color: #fff;
    }

    #top_sp_post_block .post_block .post_box .post_cont .white {
        color: #fff;
    }

    #top_sp_post_block .post_block .post_box .post_cont a .thum_img {
        flex-shrink: 0;
        width: 40%;
        margin-right: 3vw;
    }

    #top_sp_post_block .post_block .post_box .post_cont a .thum_img img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 7/5;
    }

    #top_sp_post_block .post_block .post_box .post_cont a .text_box {
        flex-grow: 1;
    }

    #top_sp_post_block .post_block .post_box .post_cont a .text_box .ttl {
        font-size: 3.6vw;
        font-weight: bold;
        letter-spacing: 0.08em;
        line-height: 1.7;
        margin-bottom: 2vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    #top_sp_post_block .post_block .post_box .post_cont a .text_box .date {
        text-align: right;
        font-size: 3.1vw;
        font-weight: bold;
        line-height: 1;
    }

    .common_btn {
        width: 100%;
    }

    .common_btn a {
        line-height: 13vw;
        font-size: 4.2vw;
    }

    .common_btn a:hover {
        background-color: #A98051;
    }

    #top_about_sec {
        padding-bottom: 18vw;
    }

    #top_about_sec::before {
        top: 25vw;
        right: 0;
    }

    #top_about_sec .cont {
        display: block;
    }

    #top_about_sec .cont .img {
        width: 34vw;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: -26vw;
    }

    #top_about_sec .cont .img img {
        aspect-ratio: 10/13;
    }

    #top_about_sec .cont .text_box .ttl {
        font-size: 11vw;
        margin-bottom: 9vw;
    }

    #top_about_sec .cont .text_box .text {
        font-size: 3.6vw;
    }

    #top_about_sec .cont .text_box .text+.text {
        margin-top: 3vw;
    }

    #top_about_sec .cont .text_box .common_btn {
        margin-top: 7vw;
    }

    #top_chart_sec {
        padding-bottom: 28vw;
        margin-bottom: -10vw;
    }

    #top_chart_sec::before {
        right: 0;
    }

    #top_chart_sec .top_ttl {
        font-size: 8vw;
        margin-bottom: -8vw;
    }

    #top_chart_sec .top_ttl .big {
        font-size: 11vw;
    }

    #top_chart_sec .cont {
        padding: 12vw 3.5vw 7vw;
    }

    #top_service_sec {
        margin-bottom: 18vw;
    }

    #top_service_sec .lead_img {
        width: 90vw;
        margin-bottom: -5vw;
    }

    #top_service_sec .top_ttl {
        font-size: 13vw;
        margin-bottom: 8vw;
        margin-left: 0;
    }

    #top_service_sec .service_list ul {
        display: block;
    }

    #top_service_sec .service_list ul li {
        width: 100%;
    }

    #top_service_sec .service_list ul li+li {
        margin-top: 3vw;
    }

    #top_service_sec .service_list ul li.soon .soon_cont .text {
        font-size: 5vw;
    }

    #top_service_sec .service_list ul li a .img img {
        aspect-ratio: 5/2;
    }

    #top_service_sec .service_list ul li a .text_box .ttl {
        font-size: 4.5vw;
    }

    #top_service_sec .service_list ul li a .text_box .text {
        font-size: 3.5vw;
    }

    .top_chart_sec {
        margin-bottom: 18vw;
    }

    .top_chart_sec .cont {
        width: 100%;
        padding: 10vw 5vw;
    }

    .top_chart_sec .cont .top_ttl {
        font-size: 10vw;
        margin-bottom: 4vw;
    }

    .top_chart_sec .cont .common_btn {
        width: 90%;
    }

    #top_flow_sec {
        padding: 0 0 16vw;
    }

    #top_flow_sec::before {
        top: 6vw;
    }

    #top_flow_sec .top_ttl {
        font-size: 12vw;
        margin-bottom: 5vw;
    }

    #top_flow_sec .common_flow_list {
        margin-bottom: 8vw;
    }

    .common_flow_list ul {
        display: block;
        position: relative;
        z-index: 1;
    }

    .common_flow_list ul::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(13% - 1px);
        width: 2px;
        background-color: #A98051;
        z-index: -1;
    }

    .common_flow_list ul li {
        display: flex;
        align-items: center;
    }

    .common_flow_list ul li+li {
        margin-top: 3vw;
    }

    .common_flow_list ul li .icon {
        width: 26%;
        margin-bottom: 0;
        flex-shrink: 0;
        margin-right: 7vw;
    }

    .common_flow_list ul li .text_box {
        text-align: left;
        flex-grow: 1;
    }

    .common_flow_list ul li .text_box .num {
        font-size: 5.5vw;
        margin-bottom: 2vw;
    }

    .common_flow_list ul li .text_box .text {
        font-size: 3.8vw;
    }

    #top_road_sec {
        padding: 15vw 0 13vw;
    }

    #top_road_sec .top_ttl {
        font-size: 11vw;
        margin-bottom: 6vw;
    }

    #top_road_sec .side_scroll_wrap {
        width: 95vw;
        margin-right: -5vw;
    }

    #top_road_sec .side_scroll_wrap .img {
        width: 410vw;
    }

    #top_coop_sec {
        padding: 18vw 0;
    }

    #top_coop_sec .top_ttl_box {
        margin-bottom: 7vw;
    }

    #top_coop_sec .top_ttl_box .ttl {
        font-size: 8.5vw;
        margin-bottom: 4vw;
    }

    #top_coop_sec .top_ttl_box .text {
        font-size: 3.5vw;
    }

    #top_coop_sec .common_works_list {
        margin-bottom: 10vw;
        overflow-x: scroll;
        width: 95vw;
        margin-right: -5vw;
    }

    #top_coop_sec .common_works_list ul {
        display: flex;
        gap: 0;
    }

    #top_coop_sec .common_works_list ul li {
        flex-shrink: 0;
        width: 60vw;
    }

    #top_coop_sec .common_works_list ul li+li {
        margin-top: 0;
        margin-left: 3.5vw;
    }

    #top_coop_sec .common_works_list ul li .img {
        margin-bottom: 3vw;
    }

    #top_coop_sec .common_works_list ul li .text_box .ttl {
        font-size: 4.4vw;
        margin-bottom: 5vw;
    }

    #top_coop_sec .archive_btn_box .common_btn {
        margin: 0 auto;
    }

    .common_works_list ul {
        display: block;
    }

    .common_works_list ul li+li {
        margin-top: 8vw;
    }

    .common_works_list ul li .img {
        margin-bottom: 3vw;
    }

    .common_works_list ul li .img.active img {
        transform: scale(1);
    }

    .common_works_list ul li .text_box .ttl {
        font-size: 4.4vw;
        margin-bottom: 5vw;
    }

    #top_tourism_sec {
        margin-bottom: 20vw;
    }

    #top_tourism_sec .cont .ttl_block {
        margin-bottom: 7vw;
        text-align: center;
    }

    #top_tourism_sec .cont .ttl_block .en_ttl {
        font-size: 8.5vw;
        margin-bottom: 0;
    }

    #top_tourism_sec .cont .ttl_block .ttl {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    #top_tourism_sec .cont .logo_block {
        width: 100%;
        margin-left: 0;
    }

    #top_tourism_sec .cont .logo_block .logo_list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw 3vw;
    }

    #main_footer {
        padding: 17vw 0 9vw;
    }

    #main_footer .main_cont {
        display: block;
        padding-bottom: 8vw;
        margin-bottom: 5vw;
    }

    #main_footer .main_cont .data_block {
        margin-bottom: 5vw;
    }

    #main_footer .main_cont .data_block .logo {
        width: 51vw;
        margin: 0 auto 6vw;
    }

    #main_footer .main_cont .data_block .guide_link_list ul li+li {
        margin-top: 2vw;
    }

    #main_footer .main_cont .data_block .guide_link_list ul li a:hover {
        opacity: 1;
    }

    #main_footer .main_cont .data_block .guide_link_list ul li a .icon {
        width: 7vw;
        margin-right: 2vw;
    }

    #main_footer .main_cont .data_block .guide_link_list ul li a .icon img {
        width: 3vw;
    }

    #main_footer .main_cont .data_block .guide_link_list ul li a .text_box .text {
        font-size: 3.4vw;
    }

    #main_footer .main_cont .data_block .guide_link_list ul li a .text_box .text .way {
        font-size: 3.3vw;
    }

    #main_footer .main_cont .link_block {
        margin-left: 0;
    }

    #main_footer .main_cont .link_block .site_link_list {
        display: none;
    }

    #main_footer .main_cont .link_block .sns_link_list ul {
        gap: 0 3vw;
        justify-content: center;
    }

    #main_footer .main_cont .link_block .sns_link_list ul li {
        width: 8vw;
    }

    #main_footer .main_cont .link_block .sns_link_list ul li a:hover {
        opacity: 1;
    }

    #main_footer .main_cont .link_block .sns_link_list ul li a img {
        width: 4vw;
    }

    #main_footer .guide_cont {
        flex-direction: column-reverse;
    }

    #main_footer .guide_cont .copyright {
        font-size: 3.2vw;
        text-align: center;
    }

    #main_footer .guide_cont .link_list {
        margin-bottom: 10vw;
        margin-left: 0;
    }

    #main_footer .guide_cont .link_list ul {
        justify-content: center;
        gap: 0 5vw;
    }

    #main_footer .guide_cont .link_list ul li a {
        font-size: 3.4vw;
    }

    #main_footer .guide_cont .link_list ul li a:hover {
        opacity: 1;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-top: 17vw;
    }

    .company_profile .common_icon_ttl {
        margin-bottom: 4vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type=text],
    #page_contact input[type=email],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

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

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

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: 0.02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    #page_contact #btn_wrap button[name=submitBack] {
        margin-top: 4vw;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        padding-bottom: 4vw;
        margin-bottom: 5vw;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

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

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

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        width: 8vw;
        height: 8vw;
    }

    #page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
        height: 4vw;
    }

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

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

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

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

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

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
    }

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

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

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

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

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

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

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

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

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

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

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

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: 0.05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

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

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    ul#sitemap_list li {
        margin: 0;
    }

    body .common_sitemap li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body .common_sitemap li.home-item {
        margin-bottom: 4vw;
    }

    body .common_sitemap {
        padding: 0;
    }

    .breadcrumb span {
        font-size: 3.2vw;
    }

    .common_page_main {
        padding: 8vw 0;
    }

    .common_page_main .title_box {
        padding: 6vw 2vw;
        z-index: 1;
    }

    .common_page_main .title_box .title {
        font-size: 4vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 6.5vw;
        margin-top: 4vw;
    }

    /* ABOUT */
    .page_about::after {
        top: 108vw;
        height: 90vw;
    }

    .page_about .img_text_box {
        display: block;
    }

    .page_about .img_text_box .img {
        width: 100%;
        height: 100vw;
        margin-right: 0;
    }

    .page_about .img_text_box .text_box {
        margin-left: 0;
        margin-top: 5.8vw;
    }

    .page_about .img_text_box .text_box .ttl {
        font-size: 5.5vw;
    }

    .page_about .img_text_box .text_box .box {
        margin-top: 3.8vw;
    }

    .page_about .img_text_box .text_box .box .text {
        font-size: 3.6vw;
    }

    .page_about .img_text_box .text_box .box .text+.text {
        margin-top: 3vw;
    }

    /* TEAM */
    .common_page_ttl .ttl {
        font-size: 5.3vw;
        text-align: left;
    }

    .common_page_ttl .ttl::after {
        margin-left: 3vw;
    }

    .page_team .staff_box .box {
        margin-top: 7vw;
        padding: 7vw 3vw;
    }

    .page_team .staff_box .box ul {
        gap: 0 3vw;
    }

    .page_team .staff_box .box ul li {
        padding: 5vw 3vw;
    }

    .page_team .staff_box .box ul li .img {
        height: 45vw;
    }

    .page_team .staff_box .box ul li .text_box {
        padding-top: 6vw;
    }

    .page_team .staff_box .box ul li .text_box .name {
        font-size: 4.2vw;
        line-height: 1.4;
    }

    .page_team .staff_box .box ul li .text_box .link_box {
        gap: 0 4vw;
        margin-top: 6vw;
    }

    .page_team .staff_box .box ul li .text_box .link_box .link {
        width: 12vw;
        flex-shrink: 0;
        transition: 0s;
    }

    .page_team .staff_box .box ul li .text_box .link_box .link:hover {
        opacity: 1;
    }

    .page_team .staff_box .box ul li .text_box .link_box .link .in {
        font-size: 7vw;
    }

    .page_team .team_box {
        margin-top: 20vw;
    }

    .page_team .team_box+.team_box {
        margin-top: 12vw;
        padding-top: 12vw;
    }

    .page_team .team_box .box {
        margin-top: 3.2vw;
    }

    .page_team .team_box .box .text {
        font-size: 3.5vw;
    }

    /* ダウンロード */
    .page_download .link_btn {
        padding: 8vw 5vw;
    }

    .page_download .link_btn ul {
        grid-template-columns: 100%;
        gap: 3vw;
    }

    .page_download .link_btn ul li .btn {
        line-height: 13vw;
        font-size: 4vw;
        transition: 0s;
    }

    .page_download .link_btn ul li .btn:hover {
        background-color: #fff;
        color: #34352e;
    }

    /* 再生医療 */
    .page_regenerative .link_box {
        padding: 6vw 2vw;
    }

    .page_regenerative .link_box ul {
        grid-template-columns: 100%;
        gap: 3vw 0;
    }

    .page_regenerative .link_box ul li a {
        line-height: 13vw;
        gap: 0;
        font-size: 4vw;
        padding-left: 27vw;
    }

    .page_regenerative .link_box ul li a::after {
        width: 2.5vw;
        height: 2.5vw;
        margin-left: auto;
        margin-right: 23vw;
    }

    .page_regenerative .sec_ttl {
        font-size: 5vw;
    }

    .page_regenerative .sec_ttl::before {
        width: 12vw;
        height: 10vw;
        margin-right: 4.2vw;
    }

    .page_regenerative .exosome_box {
        margin-top: 20vw;
    }

    .page_regenerative .exosome_box .sec_box+.sec_box {
        margin-top: 20vw;
    }

    .page_regenerative .exosome_box .sec_box.color {
        padding: 12vw 3vw;
    }

    .page_regenerative .exosome_box .sec_box.back_color {
        padding: 12vw 3vw;
        margin-top: 15vw;
    }

    .page_regenerative .exosome_box .sec_box .img_text_box {
        display: block;
        margin-top: 6vw;
    }

    .page_regenerative .exosome_box .sec_box .img_text_box .img {
        width: 100%;
        height: 52vw;
        margin-right: 0;
    }

    .page_regenerative .exosome_box .sec_box .img_text_box .text_box {
        margin-left: 0;
        margin-top: 5.5vw;
    }

    .page_regenerative .exosome_box .sec_box .img_text_box .text_box .text {
        font-size: 3.5vw;
    }

    .page_regenerative .exosome_box .sec_box .img_text_box .text_box .text+.text {
        margin-top: 3vw;
    }

    .page_regenerative .exosome_box .sec_box .sec_text {
        margin-top: 7vw;
    }

    .page_regenerative .exosome_box .sec_box .sec_text .theme {
        width: 100%;
        padding: 2vw 3vw;
        margin: 0;
        font-size: 4.2vw;
    }

    .page_regenerative .exosome_box .sec_box .sec_text .theme::before,
    .page_regenerative .exosome_box .sec_box .sec_text .theme::after {
        width: 2px;
        height: 14vw;
    }

    .page_regenerative .exosome_box .sec_box .sec_text .theme::before {
        left: 2vw;
        top: -4vw;
    }

    .page_regenerative .exosome_box .sec_box .sec_text .theme::after {
        right: 2vw;
        bottom: -4vw;
    }

    .page_regenerative .exosome_box .sec_box .sec_text .theme_text {
        font-size: 3.5vw;
        margin-top: 7vw;
        text-align: left;
    }

    .page_regenerative .exosome_box .sec_box .perform_box {
        margin-top: 8vw;
        padding-top: 8vw;
    }

    .page_regenerative .exosome_box .sec_box .perform_box .theme {
        font-size: 4.6vw;
    }

    .page_regenerative .exosome_box .sec_box .perform_box .theme .color {
        font-size: 6.2vw;
        margin: 0 1vw;
    }

    .page_regenerative .exosome_box .sec_box .perform_box ul {
        display: grid;
        margin-top: 4vw;
        gap: 2vw;
        grid-template-columns: repeat(3, 1fr);
    }

    .page_regenerative .exosome_box .sec_box .perform_box ul li {
        width: 100%;
        height: 25vw;
        font-size: 3.5vw;
    }

    .page_regenerative .exosome_box .sec_box .graph_box {
        margin-top: 10vw;
    }

    .page_regenerative .exosome_box .sec_box .graph_box .theme {
        font-size: 4.2vw;
    }

    .page_regenerative .exosome_box .sec_box .graph_box .theme .color {
        font-size: 5.5vw;
        margin: 0 1vw;
    }

    .page_regenerative .exosome_box .sec_box .graph_box .graph_img_box {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 5vw;
        align-items: unset;
    }

    .page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .text_box {
        margin-right: 0;
        margin-top: 3.2vw;
    }

    .page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .text_box .text {
        font-size: 3.5vw;
    }

    .page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .text_box .text+.text {
        margin-top: 2.4vw;
    }

    .page_regenerative .exosome_box .sec_box .graph_box .graph_img_box .img {
        width: 100%;
    }

    .page_regenerative .exosome_box .sec_box .sec_comment {
        font-size: 3.5vw;
        margin-top: 3vw;
    }

    .page_regenerative .exosome_box .sec_box .list {
        margin-top: 8vw;
    }

    .page_regenerative .exosome_box .sec_box .list ul {
        display: flex;
        gap: 0 3vw;
        overflow-x: scroll;
    }

    .page_regenerative .exosome_box .sec_box .list ul li {
        flex-shrink: 0;
        width: 84vw;
        padding: 5vw 3vw;
    }

    .page_regenerative .exosome_box .sec_box .list ul li .img {
        height: 50vw;
    }

    .page_regenerative .exosome_box .sec_box .list ul li .text_box {
        padding: 6vw 1.2vw 0;
    }

    .page_regenerative .exosome_box .sec_box .list ul li .text_box .theme {
        font-size: 4.5vw;
    }

    .page_regenerative .exosome_box .sec_box .list ul li .text_box .text {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    .page_regenerative .exosome_box .sec_box .attention {
        margin-top: 7vw;
    }

    .page_regenerative .exosome_box .sec_box .attention ul {
        grid-template-columns: 100%;
        gap: 8vw 0;
    }

    .page_regenerative .exosome_box .sec_box .attention ul li+li::before {
        top: -5vw;
        left: 0;
        height: 1px;
        width: 100%;
    }

    .page_regenerative .exosome_box .sec_box .attention ul li .theme {
        font-size: 4.2vw;
    }

    .page_regenerative .exosome_box .sec_box .attention ul li .text {
        margin-top: 3.5vw;
        font-size: 3.5vw;
    }

    .page_regenerative .stem_cell_box {
        margin-top: 20vw;
    }

    .page_regenerative .stem_cell_box .sec_box+.sec_box {
        margin-top: 20vw;
    }

    .page_regenerative .stem_cell_box .sec_box.color {
        padding: 12vw 3vw;
    }

    .page_regenerative .stem_cell_box .sec_box.color_back {
        padding: 12vw 3vw;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec {
        margin-top: 6vw;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box {
        display: block;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box+.img_box {
        margin-top: 10vw;
        padding-top: 10vw;
        border-top: 2px solid #ccc;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box+.img_box .img {
        margin-left: 0;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box+.img_box .text_box {
        margin-right: 0;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .img {
        width: 100%;
        height: 90vw;
        margin-right: 0;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box {
        margin-left: 0;
        margin-top: 6vw;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .theme {
        font-size: 4.5vw;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .text {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec {
        margin-top: 5.5vw;
        padding-top: 5.5vw;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec .list {
        gap: 0 3vw;
        align-items: baseline;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec .list+.list {
        margin-top: 2.2vw;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec .list .name {
        width: 24%;
        font-size: 3.5vw;
    }

    .page_regenerative .stem_cell_box .sec_box .img_box_sec .img_box .text_box .list_sec .list .cont {
        font-size: 3.4vw;
    }

    .page_regenerative .stem_cell_box .sec_box .sec_comment {
        text-align: left;
        font-size: 3.5vw;
        margin-top: 5.2vw;
    }

    .page_regenerative .stem_cell_box .sec_box .list_sec {
        margin-top: 8vw;
        padding-top: 8vw;
    }

    .page_regenerative .stem_cell_box .sec_box .list_sec ul {
        padding-left: 2.5vw;
    }

    .page_regenerative .stem_cell_box .sec_box .list_sec ul li {
        font-size: 3.5vw;
    }

    .page_regenerative .stem_cell_box .sec_box .list_sec ul li+li {
        margin-top: 3vw;
    }

    .page_regenerative .stem_cell_box .sec_box .flow {
        margin-top: 12vw;
    }

    .page_regenerative .stem_cell_box .sec_box .flow ul {
        display: flex;
        gap: 0 3vw;
        overflow-x: scroll;
    }

    .page_regenerative .stem_cell_box .sec_box .flow ul li {
        padding: 8vw 4vw;
        flex-shrink: 0;
        width: 75vw;
    }

    .page_regenerative .stem_cell_box .sec_box .flow ul li .theme {
        font-size: 4.5vw;
    }

    .page_regenerative .stem_cell_box .sec_box .flow ul li .text {
        font-size: 3.5vw;
        margin-top: 5vw;
        padding-top: 4vw;
    }

    .page_regenerative .stem_cell_box .sec_box .list_type {
        margin-top: 7vw;
        padding: 5vw 3vw;
    }

    .page_regenerative .stem_cell_box .sec_box .list_type ul {
        display: block;
    }

    .page_regenerative .stem_cell_box .sec_box .list_type ul li {
        width: 100%;
        font-size: 3.3vw;
    }

    .page_regenerative .stem_cell_box .sec_box .list_type ul li+li {
        margin-top: 2vw;
    }

    .page_regenerative .stem_cell_box .sec_box .box_num ul li+li {
        margin-top: 5vw;
        padding-top: 5vw;
    }

    .page_regenerative .stem_cell_box .sec_box .box_num ul li .theme {
        font-size: 4.2vw;
    }

    .page_regenerative .stem_cell_box .sec_box .box_num ul li .text_box {
        margin-top: 2vw;
        padding-left: 1.2vw;
    }

    .page_regenerative .stem_cell_box .sec_box .box_num ul li .text_box .text {
        font-size: 3.4vw;
    }

    .page_regenerative .stem_cell_box .sec_box .box_num ul li .text_box .text+.text {
        margin-top: 1.2vw;
    }

    /* アンチエイジング */
    .page_aging .aging_sec_box {
        display: block;
    }

    .page_aging .aging_sec_box .side_menu {
        width: 100%;
    }

    .page_aging .aging_sec_box .side_menu .aging_tab {
        padding: 8vw 3vw;
        position: relative;
        top: unset;
    }

    .page_aging .aging_sec_box .side_menu .aging_tab ul li {
        height: 18vw;
        font-size: 4vw;
        transition: 0s;
    }

    .page_aging .aging_sec_box .side_menu .aging_tab ul li:hover {
        background-color: #fff;
        color: #9d7342;
    }

    .page_aging .aging_sec_box .side_menu .aging_tab ul li+li {
        margin-top: 2vw;
    }

    .page_aging .aging_sec_box .tab_cont_box {
        width: 100%;
        margin-top: 15vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .tab_sec_ttl .ttl {
        font-size: 4.6vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .tab_sec_ttl .en_ttl {
        font-size: 3.8vw;
        margin-top: 3vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .tab_sec_ttl .ttl_comment {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box {
        display: block;
        margin-top: 10vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .img {
        width: 100%;
        height: 85vw;
        margin-right: 0;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .text_box {
        margin-left: 0;
        margin-top: 5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .text_box .text {
        font-size: 3.5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .img_text_box .text_box .text+.text {
        margin-top: 3.5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box {
        margin-top: 20vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box .theme {
        font-size: 4.2vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box .box {
        margin-top: 4vw;
        padding-top: 3vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box .box ul {
        grid-template-columns: 100%;
        gap: 2vw 0;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .recommendation_box .box ul li {
        font-size: 3.3vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box {
        margin-top: 20vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li+li {
        margin-top: 5vw;
        padding-top: 5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .theme {
        font-size: 4.2vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .theme::before {
        width: 11vw;
        height: 8vw;
        margin-right: 5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box {
        margin-top: 4vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .text {
        font-size: 3.5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .text.small {
        font-size: 3.3vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .box {
        gap: 0 3vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .box .name {
        font-size: 3.5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .type_box ul li .text_box .box .cont {
        font-size: 3.3vw;
        margin-top: 2vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box {
        margin-top: 20vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box {
        margin-top: 7vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li+li {
        margin-top: 6vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .quest {
        padding: 2vw 3vw;
        gap: 0 3vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .quest .q {
        font-size: 5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .quest .cont {
        font-size: 3.5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .answer {
        padding: 2vw 3vw;
        gap: 0 3vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .answer .a {
        font-size: 5vw;
    }

    .page_aging .aging_sec_box .tab_cont_box .tab_cont .faq_box .box ul li .answer .cont {
        font-size: 3.4vw;
    }

    /* flow */
    .page_flow .flow_list {
        padding: 8vw 2vw;
    }

    .page_flow .flow_box {
        margin-top: 20vw;
    }

    .page_flow .flow_box .list {
        margin-top: 7vw;
    }

    .page_flow .flow_box .list+.list {
        margin-top: 20vw;
    }

    .page_flow .flow_box .list ul li {
        padding: 5vw 3vw;
    }

    .page_flow .flow_box .list ul li+li {
        margin-top: 10vw;
    }

    .page_flow .flow_box .list ul li+li::before {
        border-width: 5vw 6vw 0 6vw;
        top: -7vw;
    }

    .page_flow .flow_box .list ul li .theme {
        font-size: 4vw;
        line-height: 1.5;
    }

    .page_flow .flow_box .list ul li .cont_box {
        margin-top: 2.5vw;
    }

    .page_flow .flow_box .list ul li .cont_box .cont {
        font-size: 3.4vw;
    }

    .page_flow .flow_box .list ul li .cont_box .cont+.cont {
        margin-top: 1.2vw;
    }

    .page_flow .flow_box .list .attention {
        margin-top: 8vw;
    }

    .page_flow .flow_box .list .attention .text {
        font-size: 3.3vw;
    }

    .common_icon_ttl .ttl {
        font-size: 5.5vw;
    }

    .common_icon_ttl .ttl::before {
        width: 12vw;
        height: 10vw;
        margin-right: 3vw;
    }

    /* partner */
    .page_partner .sec_box {
        margin-top: 7vw;
    }

    .page_partner .sec_box+.sec_box {
        margin-top: 20vw;
    }

    .page_partner .sec_box .sec_ttl .ttl {
        width: 100%;
        padding: 2vw 1vw;
        font-size: 4.2vw;
    }

    .page_partner .sec_box .sec_ttl .ttl::before,
    .page_partner .sec_box .sec_ttl .ttl::after {
        height: 12vw;
    }

    .page_partner .sec_box .sec_ttl .ttl::before {
        top: -3vw;
        left: 3vw;
    }

    .page_partner .sec_box .sec_ttl .ttl::after {
        bottom: -3vw;
        right: 3vw;
    }

    .page_partner .sec_box .sec_comment {
        font-size: 3.8vw;
        margin-top: 5vw;
    }

    .page_partner .sec_box .list {
        margin-top: 5vw;
    }

    .page_partner .sec_box .list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
    }

    .page_partner .sec_box .list ul::before {
        display: none;
    }

    .page_partner .sec_box .list ul li {
        padding: 6vw 3vw;
    }

    .page_partner .sec_box .list ul li .img {
        height: 27vw;
    }

    .page_partner .sec_box .list ul li .text_box {
        padding: 3.8vw 1vw;
    }

    .page_partner .sec_box .list ul li .text_box .theme {
        font-size: 4vw;
        line-height: 1.4;
    }

    .page_partner .sec_box .list ul li .text_box .text {
        font-size: 3.5vw;
        margin-top: 2vw;
    }

    .page_partner .sec_box .box {
        display: block;
        margin-top: 7vw;
    }

    .page_partner .sec_box .box .img {
        width: 100%;
        margin-right: 0;
    }

    .page_partner .sec_box .box .flow {
        margin-left: 0;
        margin-top: 10vw;
    }

    .page_partner .sec_box .box .flow ul li {
        padding: 4vw 3vw;
        font-size: 3.8vw;
    }

    .page_partner .sec_box .box .flow ul li:not(:last-child)::after {
        border-width: 3vw 3vw 0 3vw;
        bottom: -2.8vw;
    }

    .page_partner .sec_box .box .flow ul li .color {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .page_partner .sec_box .box .flow ul li+li {
        margin-top: 5vw;
    }

    .page_partner .support_box .box {
        margin-top: 7vw;
    }

    .page_partner .support_box .box ul li {
        display: block;
    }

    .page_partner .support_box .box ul li+li {
        margin-top: 10vw;
        padding-top: 10vw;
    }

    .page_partner .support_box .box ul li .img_box {
        width: 100%;
        margin-right: 0;
    }

    .page_partner .support_box .box ul li .img_box .img {
        height: 85vw;
    }

    .page_partner .support_box .box ul li .img_box .theme_box {
        margin-top: 3vw;
    }

    .page_partner .support_box .box ul li .img_box .theme_box .comment {
        font-size: 3.6vw;
        margin-bottom: 1.6vw;
    }

    .page_partner .support_box .box ul li .img_box .theme_box .name {
        font-size: 3.6vw;
    }

    .page_partner .support_box .box ul li .img_box .theme_box .name .big {
        font-size: 4.4vw;
    }

    .page_partner .support_box .box ul li .text_box {
        margin-left: 0;
        margin-top: 5.5vw;
    }

    .page_partner .support_box .box ul li .text_box .logo {
        width: 80%;
        height: 18vw;
    }

    .page_partner .support_box .box ul li .text_box .catch {
        font-size: 4.2vw;
        margin-top: 3vw;
    }

    .page_partner .support_box .box ul li .text_box .text {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    .page_partner .support_box .box ul li .text_box .point {
        font-size: 4vw;
        margin-top: 4vw;
    }

    /* 提携医療機関 */
    .page_medical.login .list ul li .bokasi_img .ab_btn {
        top: 40%;
        width: 80%;
    }

    .page_medical.login .list ul li .bokasi_img .ab_btn .btn_box+.btn_box {
        margin-top: 3vw;
    }

    .page_medical.login .list ul li .bokasi_img .ab_btn .btn_box a {
        line-height: 13vw;
        font-size: 4vw;
        transition: 0s;
    }

    .page_medical.login .list ul li .bokasi_img .ab_btn .btn_box a:hover {
        background-color: #9d7342;
        color: #fff;
    }

    .page_medical .list ul li {
        padding: 7vw 3vw;
    }

    /* パートナー詳細 */

    #partner_single_page .cont_wrap {
        padding: 5vw 3vw;
    }

    #partner_single_page .cont_wrap .clinic_name {
        padding: 3.5vw 2vw;
        font-size: 4vw;
    }

    #partner_single_page .cont_wrap .box {
        display: block;
        padding: 0;
    }

    #partner_single_page .cont_wrap .box .img_box {
        width: unset;
        overflow-x: scroll;
        display: flex;
        gap: 0 3vw;
    }

    #partner_single_page .cont_wrap .box .img_box .img {
        width: 70vw;
        height: 70vw;
        flex-shrink: 0;
    }

    #partner_single_page .cont_wrap .box .img_box .img+.img {
        margin-top: 0;
    }

    #partner_single_page .cont_wrap .box .cont_box {
        width: 100%;
        margin-top: 7vw;
    }

    #partner_single_page .cont_wrap .box .cont_box .cont+.cont {
        margin-top: 5.5vw;
        padding-top: 5.5vw;
    }

    #partner_single_page .cont_wrap .box .cont_box .cont .theme {
        font-size: 4.2vw;
    }

    #partner_single_page .cont_wrap .box .cont_box .cont .name {
        margin-top: 2vw;
        font-size: 3.3vw;
    }

    #partner_single_page .cont_wrap .box .info_box {
        width: 100%;
        margin-top: 5.5vw;
        padding-top: 5.5vw;
        border-top: 1px dashed #ccc;
    }

    #partner_single_page .cont_wrap .box .info_box .info+.info {
        margin-top: 5.5vw;
        padding-top: 5.5vw;
    }

    #partner_single_page .cont_wrap .box .info_box .info .theme {
        font-size: 4.2vw;
    }

    #partner_single_page .cont_wrap .box .info_box .info .text {
        font-size: 3.3vw;
        margin-top: 2vw;
    }

    #partner_single_page .cont_wrap .store_img {
        width: 100%;
        margin: 5vw 0 15vw;
    }

    #partner_single_page .cont_wrap .img_box {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw;
        margin-bottom: 15vw;
    }

    #partner_single_page .cont_wrap .store_img::after {
        width: 12vw;
        height: 1px;
        bottom: -7.5vw;
    }

    #partner_single_page .cont_wrap .intro {
        padding: 5vw;
        margin-bottom: 15vw;
    }

    #partner_single_page .cont_wrap .intro .text {
        font-size: 3.3vw;
    }

    .single-partner_medical .common_page_wrap {
        padding: 5vw 0;
    }

    .single-partner_medical .breadcrumb.single {
        margin-top: 10vw;
    }

    #partner_single_page .cont_wrap .intro::before,
    #partner_single_page .cont_wrap .intro::after {
        border: solid 2px #9d7342;
        border-width: 2px 2px 0 0;
        width: 5vw;
    }

    #partner_single_page .file_box .file_cont {
        width: 100%;
        overflow-x: scroll;
    }

    #partner_single_page .file_box .file_cont .inner {
        width: 200%;
    }

    #partner_single_page .file_box .theme {
        padding: 3vw 20vw;
        font-size: 4vw;
        margin: 0 auto 5vw;
    }

    #partner_single_page .file_box {
        margin-top: 13vw;
    }

    #partner_single_page .file_box .theme::before,
    #partner_single_page .file_box .theme::after {
        height: 10vw;
    }

    #partner_single_page .file_box .theme::before {
        top: -3vw;
        left: 1.5vw;
    }

    #partner_single_page .file_box .theme::after {
        bottom: -3vw;
        right: 1.5vw;
    }

    #partner_single_page .file_box .file_cont .item .ttl_box {
        padding: 2vw 3vw;
    }

    #partner_single_page .file_box .file_cont .item .text_box {
        padding: 2vw 3vw;
    }

    #partner_single_page .file_box .file_cont .item {
        grid-template-columns: 45% 45% 15%;
    }

    #partner_single_page .file_box .file_cont .item .link_box .link {
        padding: 2vw;
    }

    /* 提携医療機関一覧 */

    #page_medical_archive .list ul {
        display: block;
    }

    #page_medical_archive .list ul li+li {
        margin-top: 9vw;
    }

    #page_medical_archive .list ul li .more_link .img {
        margin-bottom: 3.5vw;
    }

    #page_medical_archive .list ul li .more_link:hover .img img {
        transform: scale(1);
    }

    #page_medical_archive .list ul li .more_link .text_box .name {
        font-size: 4.3vw;
    }

    #page_medical_archive .list ul li .more_link:hover .text_box .name {
        color: #333;
    }

    #page_medical_archive .list ul li .common_btn {
        margin-top: 5vw;
    }

    /* 各種免疫治療 */

    .page_immunotherapy .immunotherapy_intro_sec .top_ttl {
        font-size: 5vw;
        padding-bottom: 1.5vw;
        margin-bottom: 3.5vw;
    }

    .page_immunotherapy .immunotherapy_intro_sec .text {
        font-size: 3.5vw;
        line-height: 1.7;
    }

    .page_immunotherapy .immunotherapy_intro_sec .text+.text {
        margin-top: 3.5vw;
    }

    .page_immunotherapy .immunotherapy_intro_sec .text+.top_ttl {
        margin-top: 7vw;
    }

    .page_immunotherapy .immunotherapy_intro_sec .graph_img {
        width: 100%;
        padding: 3.5vw;
        margin: 4vw 0;
        overflow-x: scroll;
    }

    .page_immunotherapy .immunotherapy_intro_sec .graph_img .img {
        width: 190vw;
        min-width: 190vw;
    }

    .page_immunotherapy .immunotherapy_intro_sec .service_list {
        margin: 4vw 0;
    }

    .page_immunotherapy .immunotherapy_intro_sec .service_list ul {
        display: block;
    }

    .page_immunotherapy .immunotherapy_intro_sec .service_list ul li {
        width: 100%;
        padding: 4vw;
        display: block;
    }

    .page_immunotherapy .immunotherapy_intro_sec .service_list ul li+li {
        margin-top: 4vw;
    }

    .page_immunotherapy .immunotherapy_intro_sec .service_list ul li .inner .ttl {
        padding-left: 3vw;
        font-size: 4.2vw;
        margin-bottom: 2vw;
    }

    .page_immunotherapy .immunotherapy_intro_sec .service_list ul li .inner .service_text {
        font-size: 3.5vw;
    }

    .page_immunotherapy .immunotherapy_intro_sec .service_list ul li .inner .service_label {
        font-size: 3.8vw;
        margin: 2vw 0 1.5vw;
    }

    .page_aging .aging_sec_box .ol_list_box .theme {
        font-size: 4.2vw;
    }
   
    .page_aging .aging_sec_box .sub_theme {
        font-size: 4vw;
    }

}