*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}
#wpadminbar {
    background-color: #1c1c1c85;
}
input[type="checkbox"] {
    all: revert !important;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    margin-top: 0 !important;
    scroll-behavior: smooth;
}
button {
    cursor: revert;
}
ol,
ul,
menu,
summary {
    list-style: none;
}
img {
    max-inline-size: 100%;
    max-block-size: 100%;
}
table {
    border-collapse: collapse;
}
input,
textarea {
    -webkit-user-select: auto;
}
textarea {
    white-space: revert;
}
meter {
    -webkit-appearance: revert;
    appearance: revert;
}
:where(pre) {
    all: revert;
    box-sizing: border-box;
}
::placeholder {
    color: unset;
}
:where([hidden]) {
    display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    line-break: anywhere;
    -webkit-user-select: auto;
    user-select: auto;
}
@supports (-webkit-user-drag: element) {
    :where([draggable="true"]) {
        -webkit-user-drag: element;
    }
}
:where(dialog:modal) {
    all: revert;
    box-sizing: border-box;
}
::-moz-selection {
    background-color: var(--sub_color);
}
::selection {
    background-color: var(--sub_color);
}
:root {
    --maxWh: 1040px;
    --gradation: linear-gradient(180deg, #ffffff00 50%, #ffbe73 0%);
    --shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    --green: #1aa44c;
    --recruit_C: #00a4ff;
    --font-scale: 1;
}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: var(--main_color);
    padding: clamp(0.25rem, 1vw, 0.5rem) clamp(1.5rem, 5vw, 3rem);
    margin-top: clamp(0.25rem, 1vw, 0.5rem);
    border-radius: 50px;
}
:root :where(.wp-element-button, .wp-block-button__link)::after {
    content: "";
    background-image: url(../img/arrow_wh.svg);
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -0.07em;
    transition: transform 0.5s;
}
:root :where(.wp-element-button, .wp-block-button__link):hover::after {
    transform: translateX(8px);
}
:root :where(.wp-element-button, .wp-block-button__link):hover {
    text-decoration: none;
}
.simple_facility_item_title::after {
    content: "";
    background-image: url(../img/arrow_og.svg);
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: -0.07em;
    transition: transform 0.5s;
}
.simple_facility_list_item a:hover .simple_facility_item_title::after {
    transform: translateX(8px);
}
body {
    color: var(--text_color);
    letter-spacing: 0.1rem;
    background-color: var(--body_color);
    line-height: 1.75;
    font-family: "Gabarito", "Noto Sans JP", sans-serif;
    font-size: calc(1rem * var(--font-scale));
    font-style: normal;
}
.putDown.wp-block-columns {
    margin-top: 80px;
    margin-bottom: 80px;
}
.page-id-5 #main_content {
    margin-block-start: 0 !important;
}
.page-id-5 .toppage_main .mainContent_inner {
    margin-block-start: 0 !important;
}
.mainContent_inner {
    max-width: var(--maxWh);
    margin: auto;
    padding: 0 1rem;
}
.toppage_main .mainContent_inner {
    margin-block-start: calc(100vh / 11 + 1rem);
}
.toppage_main {
    position: relative;
}
html.is-opening,
body.is-opening {
    overflow: hidden;
    height: 100%;
    touch-action: none;
}
.opening {
    position: fixed;
    inset: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition:
        opacity 1s ease,
        visibility 1s ease;
}
.opening img {
    width: min(140px, 50vw);
    height: auto;
}
.opening.fade_out {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.Content_wrapper {
    padding-bottom: clamp(30px, 5vw, 60px);
    padding-top: clamp(30px, 5vw, 60px);
}
.post_wrapper {
    border-bottom: solid 1px #d6d6d6;
}
a {
    transition: 0.1s;
    cursor: pointer;
    color: var(--link_color);
}
a:hover {
    opacity: 80%;
    text-decoration: underline;
}
.pageTitle {
    background: linear-gradient(200deg, #ff9c23 0%, #ff9c23 50%, var(--main_color) 50%, #ff6900 100%);
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 1rem;
    padding-bottom: clamp(40px, 7vw, 60px);
    padding-top: clamp(40px, 7vw, 60px);
    margin-top: 86px;
    background-size: cover;
    color: #fff;
}
.pageTitle .wp-block-group__inner-container {
    max-width: var(--maxWh);
    margin: auto;
}
.recruitContent_archive .pageTitle,
.recruitlocation_Content .pageTitle,
.recruitContent_single .pageTitle {
    background: linear-gradient(200deg, var(--recruit_C) 0%, #67c4ff 50%, var(--recruit_C) 50%, var(--recruit_C) 100%);
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 1rem;
    padding-bottom: clamp(40px, 7vw, 60px);
    padding-top: clamp(40px, 7vw, 60px);
    margin-top: 86px;
    background-size: cover;
}
.single-post main a,
.single-custom-type main a,
.post-type-archive-practice .entry-summary a {
    text-decoration: underline;
    color: var(--link_color);
}
.post-type-archive-column .excerpt,
.page-template-page-posts .excerpt {
    text-decoration: underline !important;
    color: var(--link_color) !important;
}
.wp-block a {
    text-decoration: underline;
    color: var(--link_color);
}
#sidebar {
    display: none;
}
h1,
h2,
h3,
h4,
p,
li,
td,
th,
a,
.wp-block-button__link,
.wp-block-file:not(.wp-element-button) {
    font-size: calc(var(--base-size) * var(--font-scale));
}
p,
li,
td,
th,
a,
.wp-block-button__link,
.wp-block-file:not(.wp-element-button) {
    --base-size: 1rem;
}
h1 {
    --base-size: 1.1rem;
}
h2 {
    --base-size: 1.3rem;
    font-weight: 700;
}
h3 {
    --base-size: 1.1rem;
    font-weight: 700;
}
h4 {
    --base-size: 1rem;
    font-weight: 700;
}
.facilitiesContent_pageTitle {
    --base-size: 2rem !important;
}
.subpage_main h1 {
    --base-size: 1.75rem;
    font-weight: 700;
}
.toppage_main h2 {
    --base-size: 1.5rem;
}
strong {
    font-weight: 700;
}
.text_center {
    text-align: center !important;
}
.btn a {
    background-color: var(--main_color);
    padding: 0.4rem 1.4rem;
    color: #fff;
    display: block;
    text-align: center;
}
.btn {
    padding-top: 1rem;
}
.wp-block-file a {
    display: inline-block;
}
.brpc {
    display: block !important;
}
.brsp {
    display: none !important;
}
.blake_point {
    display: inline-block;
}
.Gmap {
    aspect-ratio: 16 / 7;
    width: 100%;
    height: auto;
    object-fit: cover;
}
section {
    margin-bottom: 80px !important;
}
section .Wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.space_sp {
    display: none !important;
}
summary {
    text-align: center;
    background: var(--main_color);
    padding: 0.5rem 1rem 1rem 0rem;
    color: #fff;
    position: relative;
    font-weight: 700;
}
summary::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
details[open] summary::after {
    content: "▲" !important;
}
.summary_inner {
    padding: 1rem;
}
.archive_container {
    max-width: 900px;
    margin: auto;
    padding-bottom: 4rem;
}
.archive_container_item {
    padding: 0.5rem;
    padding-top: 2rem;
    border-bottom: 4px var(--main_color) dotted;
}
.archive_container_item a {
    text-decoration: none;
    color: var(--text_color);
}
.new_post_item a {
    color: var(--text_color);
    text-decoration: none;
}
.new_post_item {
    padding: 1rem;
    border: solid 1px var(--main_color);
    border-radius: 50px;
}
.breadcrumb {
    padding: 1rem 8px;
}
.breadcrumb a {
    color: var(--text_color) !important;
    text-decoration: none !important;
}
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb li,
.breadcrumb a {
    font-size: 0.85rem !important;
}
.breadcrumb li::after {
    content: "\03e";
    padding-right: 4px;
}
.breadcrumb li:last-child::after {
    content: "";
}
.pagination {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    max-width: 480px;
    margin: auto;
}
.pagination a {
    text-decoration: none !important;
}
.pagination .page-numbers:not(.prev):not(.next) {
    color: #ccc;
}
.recruit_info_item {
    padding: clamp(1rem, 4vw, 2rem);
    border-bottom: solid 1px var(--recruit_C);
    /* margin: 1rem 0; */
}
.Content_inner {
    margin-bottom: 80px;
}
.Content_wrapper h2 {
    text-align: center;
}
.recruit_apply_text {
    text-align: center;
    margin-bottom: 1rem;
}
.recruit_emptype {
    border-radius: 20px;
    border: solid 1px var(--main_color);
    display: inline-block;
    padding: 0 1rem;
}
.recruit_apply_tel a {
    width: 100%;
    max-width: 380px;
    margin: auto;
    padding: 1rem;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    background-color: var(--sub_color2);
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 0 #409f91;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.recruit_apply_tel a:hover {
    box-shadow: 0 3px 0 #409f91 !important;
    transform: translateY(10px) !important;
    opacity: 100;
}
.apply_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 3rem 1rem;
    background-color: var(--sub_color);
}
.apply_list_urgent_recruit {
    background-color: #fee;
}
.apply_item a {
    padding: 0.5rem 2rem;
    border: solid 2px var(--main_color);
    text-align: center;
    color: var(--text_color);
    text-decoration: none;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
}
.apply_item {
    margin-bottom: 0.5rem;
}
.apply_item a:hover {
    background-color: var(--main_color);
    color: #fff;
    opacity: 100;
}
.recruit_urgent_recruit {
    color: red;
    padding-top: 0.5rem;
}
.recruitContent .subpage_main h2 {
    margin-bottom: 2rem;
    position: relative;
}
.recruitContent h2::before {
    background-color: var(--recruit_C) !important;
}
.recruitContent h3::after {
    display: none;
}
.recruitContent h3 {
    padding-left: 0 !important;
    color: var(--recruit_C) !important;
}
.recruitContent .wp-block-group.is-style-simplecard {
    outline: solid 3px var(--recruit_C);
}
.recruitContent .Content_wrapper {
    padding-top: 0;
}
.recruitContent_single .Content_inner {
    margin-bottom: 40px;
}
.recruitContent_single h2 {
    color: var(--recruit_C);
    text-align: center;
    margin-bottom: 1rem;
}
.recruitContent_single h2::before {
    background-color: var(--recruit_C) !important;
}
.recruitContent_single h3::after {
    background-color: var(--recruit_C) !important;
}
.recruit_box {
    outline: solid 3px var(--recruit_C);
    padding: 2rem 1rem;
}
.recruit_location_wrap {
    background-color: #e1f5f5;
}
.recruit_location_wrap .apply_list,
.recruit_job_wrap .apply_list {
    background-color: unset;
    padding: 1rem;
}
.recruit_location_wrap span {
    color: #049292;
}
.recruit_job_wrap span {
    color: var(--recruit_C);
}
.recruit_job_wrap {
    background-color: #e5f5ff;
}
.recruit_location_wrap .apply_item a {
    border: solid 2px #049292;
}
.recruit_location_wrap .apply_item a:hover {
    background-color: #049292;
}
.recruit_job_wrap .apply_item a {
    border: solid 2px var(--recruit_C);
}
.recruit_job_wrap .apply_item a:hover {
    background-color: var(--recruit_C);
}
.recruit_job_wrap h2 {
    margin-bottom: 0 !important;
    padding-top: 1rem;
    color: var(--text_color);
}
.recruit_location_wrap h2 {
    margin-bottom: 0 !important;
    padding-top: 1rem;
    color: var(--text_color);
}
.recruit_location_wrap h2::before {
    display: none;
}
.recruit_job_wrap h2::before {
    display: none;
}
.recruitContent_single .Content_item {
    margin-bottom: 1rem;
}
.recruit_location_link a {
    color: unset;
    text-decoration: none;
    padding-right: 1rem;
}
.mv_recruit_section {
    height: calc(100vh - 150px);
    text-shadow: #00355d 1px 1px 10px;
    position: relative !important;
}
.mv_recruit_section h1 {
    font-size: clamp(1.8rem, 5vw, 3rem);
    line-height: 1.5;
}
.mv_recruit_wrap {
    top: 20%;
    padding-left: 4rem !important;
    position: relative;
    display: inline-block;
}
.toprecruit_wrap,
.toprecruit_wrap span {
    color: #fff !important;
    text-shadow: #00355d 1px 1px 10px;
}
#comeback-recruit .recruit_job_wrap {
    background-color: unset;
}
.top_new_job h2 {
    margin-bottom: 0;
}
.top_new_job .apply_list {
    padding: 0;
}
.recruitReview_wrap {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem 0;
    align-items: stretch;
    scroll-padding-left: 1rem;
}
.recruitReview_item {
    flex: 0 0 auto;
    width: 500px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
    border: solid 2px var(--recruit_C);
    background: #fff;
    box-sizing: border-box;
}
.recruitReview_item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    max-width: 300px;
    margin: auto;
}
.recruitReview_item .wp-block-image {
    text-align: center;
}
.is-layout-flow > .recruitReview_item {
    margin-block-start: 0;
}
.recruit_model_section {
    padding-top: 0 !important;
    background: linear-gradient(180deg, #ffffff00 50%, #e5f5ff 0%);
}
.recruit_model_section > div > div > div > div > div > div,
.recruit_model_wrap > div > div > div > div > div {
    border-bottom: dotted 4px var(--recruit_C);
    padding: 0.5rem 0.5rem 0.2rem;
}
.recruit_model_section summary {
    background-color: var(--recruit_C);
}
.subpage_main h2 {
    margin-bottom: 2rem;
    position: relative;
}
.h2_title {
    margin-top: 0;
    line-height: 1.25;
    text-align: center;
}
.h2_title span {
    color: var(--main_color);
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
}
.h2_title.h2_recruit span {
    color: var(--recruit_C);
}
.subpage_main h2::before {
    content: "";
    background-color: var(--main_color);
    width: 140px;
    height: 3px;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
}
.subpage_main h3 {
    position: relative;
    padding-left: 10px;
}
.subpage_main h3::after {
    content: "";
    background-color: var(--main_color);
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.wp-block-table thead tr {
    background-color: var(--main_color);
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
}
.wp-block-table td,
.wp-block-table th {
    border: solid 1px var(--text_color);
    vertical-align: middle;
}
.wp-block-table thead {
    border-bottom: none;
}
.cardDesign1 {
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}
.cardDesign1::before {
    content: "";
    display: block;
    max-width: 400px;
    height: 13px;
    margin-bottom: 0.5rem;
    left: 0;
    background-image: url(../img/bkimg.jpg);
}
.cardDesign1::after {
    content: "";
    display: block;
    max-width: 400px;
    height: 13px;
    background-color: var(--main_color);
    margin-bottom: 0.5rem;
}
.cardDesign2 {
    padding: 2rem;
    background-color: #fff;
    box-shadow:
        8px 8px 0 4px #c9e7fd,
        -8px -8px 0 4px var(--sub_color);
}
.simplecard {
    border: solid 1px var(--main_color);
    padding: 2rem;
    background-color: #fff;
}
.full_wide {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 1rem;
    padding-bottom: 80px;
    padding-top: 80px;
}
.full_wide .wp-block-group__inner-container {
    max-width: var(--maxWh);
    margin: auto;
}
.sky_background {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 1rem;
    padding-bottom: 80px;
    padding-top: 80px;
    background: url(../img/skyimg.jpg) no-repeat center center;
    background-size: cover;
}
.sky_background .wp-block-group__inner-container {
    max-width: var(--maxWh);
    margin: auto;
}
.tri_background {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 1rem;
    padding-bottom: 80px;
    padding-top: 80px;
}
.tri_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh / 2);
    width: calc(100vw / 2);
    clip-path: polygon(0% 0, 0% 100%, 100% 0%);
    aspect-ratio: 1;
    background-color: var(--sub_color);
    z-index: -1;
}
.tri_background::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100vh / 2);
    width: calc(100vw / 2);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    aspect-ratio: 1;
    background-color: var(--sub_color);
    z-index: -1;
}
.tri_background .wp-block-group__inner-container {
    max-width: var(--maxWh);
    margin: auto;
}
.list_design li {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.list_design li::before {
    content: "";
    background-image: url(../img/check_og.svg);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.toc_wrapper {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
    border: solid 4px #ffbe73;
}
.toc_wrapper ul {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.toc_wrapper li a {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding-left: 1.3rem;
    background-image: url(../img/arrow_og.svg);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: 0 0.5rem;
    color: var(--main_color);
}
.phy_search_wrap {
    margin-bottom: 4rem;
    padding: 1rem;
    border-radius: 8px;
    border: solid 4px #17c89c;
    background-color: #fff;
}
.post_type {
    background-color: var(--sub_color2);
    color: #fff;
    padding: 0 1rem;
    border-radius: 50px;
    display: inline-block;
}
.search_ac_container .subpage_main h2::before {
    display: none;
}
.post_date {
    margin-bottom: 1rem;
}
.mv_wrap {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mv_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    background-image: repeating-linear-gradient(
        35deg,
        var(--main_color) 0,
        var(--main_color) 50%,
        #ffffff00 50%,
        #ffffff00 80%
    );
}
.mv_inner_title {
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 60%;
    left: 0%;
    padding: 0 1rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.673);
}
.mv_inner_title h2 {
    font-size: clamp(2rem, 9vw, 3.75rem);
}
.mv_inner_title p {
    font-size: clamp(1.1rem, 4vw, 1.75rem);
    font-weight: 600;
}
.mv_section.wp-block-group.is-style-full_wide {
    padding-top: 0;
    padding-bottom: 0;
}
#main_content {
    width: 100%;
    margin: auto;
    margin-block-end: 30px;
    margin-block-start: calc(100vh / 13);
}
.facilities_wrapper h3,
.facilities_wrapper p {
    margin-bottom: 0.5rem;
}
.facilities_tel a {
    margin: auto;
    max-width: 600px;
}
.facilities_tel {
    text-align: center;
}
.facilities_tel .rsvp_info_btn {
    padding: 1rem;
    font-size: 2rem;
    line-height: 0.75;
}
.facilitiesContent .pageTitle p {
    font-size: 1.5rem;
    padding-top: 1rem;
}
.facilitiesContent .pageTitle {
    background-color: var(--sub_color);
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 1rem;
    padding-bottom: 35vh;
    padding-top: 20vh;
    background: url() no-repeat center center;
    background-size: cover;
}
.facilitiesContent_pageTitle_wrap {
    background-color: #ff9100bd;
    display: inline-block;
    padding: clamp(1rem, 8vw, 3rem) clamp(0.5rem, 2vw, 1rem);
}
.facilities_info {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.facilities_info_item a:hover {
    background-color: #fff;
}
.facilities_info_item a {
    text-decoration: none;
    font-weight: 700;
    color: var(--text_color);
    text-align: center !important;
    border-radius: 8px;
    border: solid 4px #ffbe73;
    background-color: #ffbe73;
    transition: background-color 0.3s ease;
    padding: 1rem;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: 400px;
}
.facilities_contact {
    background-color: #fff2e3;
}
.facilities_contact_inner {
    max-width: 900px;
    padding: 0 1rem;
    margin: auto;
}
.facilities_info img {
    width: 20px;
    height: 20px;
}
.facility_item_thumbnail img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.facility_list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.facility_list_item {
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
    width: 31.9%;
}
.facility_list_item a {
    display: block;
    text-decoration: none;
    color: var(--text_color);
}
.facility_list_item a:hover {
    text-decoration: none;
    color: var(--text_color);
}
.facility_list_item a:hover .facility_item_thumbnail img {
    transform: scale(1.1);
}
.facility_item_title {
    padding: 1rem 0.5rem;
    text-align: center;
}
.facility_list_item h3::after {
    display: none;
}
.pageTitle_thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.facilities_item_service {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
    align-items: center;
}
.facilities_item_service_block {
    flex: 1;
}
.facilities_item_service_block img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.facilities_schedule_block {
    background-color: #fff2e3;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem;
}
.facilities_schedule {
    max-width: 1280px;
    margin: auto;
}
.facilities_schedule_item {
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 1rem 0;
}
.facilities_schedule_content_block {
    background-color: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
    flex: 5;
}
.facilities_schedule_hour {
    font-size: 1.5rem;
    color: var(--main_color);
    padding-left: 8px;
    position: relative;
    background-color: #fff2e3;
}
.facilities_schedule_hour::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: var(--main_color);
    display: inline-block;
}
.facilities_schedule_time_block {
    position: relative;
    flex: 1;
}
.facilities_schedule_time_block::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/dotted-line.svg);
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    top: 2.5rem;
    left: 0.8rem;
    width: 1px;
    height: 100%;
}
.facilities_schedule_content_block img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    margin: auto;
}
.facility_item_thumbnail {
    width: 100%;
    height: calc(190px - 1rem);
    overflow: hidden;
}
.facilities_item_staff {
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.facilities_item_staff_item {
    flex: 0 0 auto;
    width: 400px;
    border: solid 4px var(--main_color);
    padding: 1rem;
    scroll-snap-align: start;
}
.facilities_item_staff_list {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    justify-content: center;
}
.facilities_item_staff_item img {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    margin: auto;
}
.facilities_item_staff_block:first-child {
    text-align: center;
}
.facilities_item_fqa {
    margin-bottom: 1rem;
    border-bottom: solid 1px #d4d4d4ef;
}
.facilities_item_fqa summary {
    color: var(--main_color);
    background-color: unset;
    text-align: left;
}
.facilities_item_fqa_text {
    padding: 1rem;
}
.facilities_item_fqa h3::after {
    display: none;
}
.facilities_inner {
    margin-bottom: 80px;
}
.facilities_tel_text {
    text-align: center;
    margin-bottom: 0.5rem;
    color: var(--main_color);
    font-weight: 700;
}
.facilities_about {
    margin-top: 80px;
    margin-bottom: 80px;
}
.facilities_about_text {
    text-align: center;
    padding: 1rem;
}
.riha_block h3 {
    color: var(--main_color);
    mix-blend-mode: multiply;
}
.riha_block p {
    padding-bottom: 1rem;
}
.Features_section h3 {
    text-align: center;
}
.Features_section {
    position: relative;
}
.Features_section .wp-block-columns {
    gap: 0 !important;
}
.Features_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(200deg, var(--sub_color) 50%, var(--sub_color) 0%, #ffbe73 0%, #ffbe73 0%);
    z-index: -1;
}
.recruit_about_section {
    position: relative;
}
.recruit_about_section h3 {
    text-align: center;
    color: var(--text_color) !important;
}
.recruit_about_section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(200deg, #acdfff 50%, #acdfff 0%, #e5f5ff 0%, #e5f5ff 0%);
}
.allRiha_section .wp-block-group.is-layout-constrained {
    margin-block-end: 0 !important;
}
.underLine_list td:first-child {
    width: 200px;
}
.letsriha {
    text-align: center;
}
.another_wrapper h2 {
    text-align: left;
}
.another_wrapper h2::before {
    left: 0;
    transform: translateX(0%);
}
.underLine_list td {
    border: none !important;
    border-bottom: 1px solid #cfcfcf !important;
    padding-top: 1.75rem !important;
}
th,
td {
    font-size: 1.3vw !important;
    padding: 0.4vw !important;
}
.topVisit_inner h2,
.topVisit_inner span,
.topVisit_inner p {
    color: #fff !important;
    text-shadow: #481900 1px 1px 10px;
}
.privacy_list {
    list-style: numbers;
    padding-left: 1.75rem;
}
.Daycare_contact {
    max-width: 600px;
    margin: auto;
}
.Daycare_contact_inner {
    text-align: center;
}
.Daycare_contact_inner a {
    background: var(--sub_color2);
    padding: 1rem;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 0 0 #d06f00;
    transition: 0.5s;
}
.Daycare_contact_time {
    margin: 1rem;
}
.Daycare_contact_inner a:hover {
    opacity: 100;
    box-shadow: 0 3px 0 0 #d06f00;
    transform: translateY(10px);
}
.wsp-container ul {
    padding: 1.5rem;
}
.wsp-container h2 {
    padding-top: 2rem;
}
.wsp-container {
    max-width: 900px;
    margin: auto;
}
.top_scroll_swiper_wrapper.swiper-wrapper {
    transition-timing-function: linear;
}
.top_scroll_section {
    background-image: repeating-linear-gradient(
        50deg,
        var(--main_color) 0,
        var(--main_color) 20%,
        #ffffff00 20%,
        #ffffff00 80%
    );
}
.top_scroll_section img {
    aspect-ratio: 3 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.top_scroll_section .swiper-slide:nth-child(odd) {
    transform: translateY(6rem);
}
.top_scroll_section .swiper-wrapper {
    height: clamp(240px, 30vw, 400px);
}
.Riha_scroll_section img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
    background-color: var(--main_color);
    padding: 12px;
    color: #fff !important;
    border-radius: 50%;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 0.8;
}
.swiper-pagination-bullet-active {
    background-color: var(--main_color) !important;
}
.Doctor_img::before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: -30px;
    height: calc(100vh / 2.5);
    width: calc(100vw / 2.5);
    clip-path: polygon(0% 0, 0% 100%, 100% 100%);
    aspect-ratio: 1;
    background-color: #9fd0f8;
    mix-blend-mode: multiply;
}
.Doctor_img {
    position: relative;
}
.marktable {
    background: var(--sub_color);
}
.marktable_red {
    color: red;
}
.program_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.program_item a {
    color: unset;
    text-decoration: unset;
}
.program_item {
    outline: solid 3px var(--main_color);
    padding: 2rem 1rem;
    background-color: #fff;
    position: relative;
}
.program_inner h3 {
    text-align: center;
    color: var(--main_color);
}
.program_item::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: var(--main_color);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: var(--main_color) transparent transparent var(--main_color);
    transition: 0.3s;
}
.program_item:hover::before {
    top: 0.5rem;
    left: 0.5rem;
}
.program_inner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: auto;
    aspect-ratio: 2 / 1;
}
.clipParts_right {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: auto;
}
.clipParts_left {
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
    width: 100%;
    height: auto;
}
.about_inner {
    position: relative;
}
.about_item {
    position: absolute;
    bottom: -30%;
}
.padding_bottom_off {
    padding-bottom: 0 !important;
}
.wp-block-accordion-item {
    border-bottom: #cfcfcf solid 1px;
    padding: 0.5rem;
}
:root :where(.is-layout-flow) > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}
.column_item_info {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.column_item_author {
    background-color: var(--main_color);
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
}
.column_container {
    max-width: 900px;
    margin: auto;
    font-size: 1.2rem;
}
.column_post {
    border-bottom: 4px var(--main_color) dotted;
    padding: 1rem 1rem 0.5rem;
}
.column_post h2 {
    text-align: start !important;
    margin-bottom: 0.5rem !important;
}
.column_post h2::before {
    display: none;
}
.columnTitle {
    text-align: center;
}
.post_content p,
.post_content ul,
.post_content img,
.column_content p,
.column_content ul,
.column_content img {
    margin-bottom: 1rem;
}
.post_wrapper h2,
.column_content h2 {
    background-color: #fff2e3;
    padding: 1rem;
    text-align: start !important;
}
.post_wrapper h2::before {
    display: none;
}
.post_wrapper h2::after,
.column_content h2::after {
    content: "";
    background-color: var(--main_color);
    width: 5px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
}
.post_wrapper h3,
.column_content h3 {
    position: relative;
    border-bottom: 3px solid var(--main_color);
    display: inline-block;
    padding-left: 0 !important;
    margin-bottom: 1rem;
}
.post_wrapper h3::after,
.column_content h3::after {
    display: none;
}
.column_wrapper {
    max-width: 900px;
    margin: auto;
    padding-top: 3rem;
}
.column_inner .Content_wrapper {
    margin-bottom: 80px;
}
.pager_arrow {
    width: 30px;
    height: 30px;
}
.pager_arrow_left {
    transform: rotate(180deg);
}
.screen-reader-text {
    display: none;
}
.pagination .page-numbers.current {
    color: #fff !important;
    font-weight: 700;
    background-color: var(--main_color);
    padding: 0.5rem;
}
.post-navigation {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
	margin-top:20px;
}
.post-navigation a {
    text-decoration: none !important;
    color: var(--text_color) !important;
}
.list-nav-next,
.list-nav-previous {
    display: flex;
    align-items: center;
    background-color: var(--sub_color);
    padding: 1rem 0.3rem;
    flex: 1;
    max-width: 400px;
}
.list-nav-next {
    border-right: double 7px var(--main_color);
    justify-content: flex-end;
    padding-left: 0.5rem;
}
.list-nav-previous {
    border-left: double 7px var(--main_color);
}
.list-nav-previous::before,
.list-nav-next::after {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url(../img/arrow_og.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.list-nav-previous::before {
    margin-right: 0.5rem;
    transform: rotate(180deg);
}
.list-nav-next::after {
    margin-left: 0.5rem;
}
.item_more {
    text-align: right;
}
.writer_profile {
    margin-bottom: 2rem;
    text-align: right;
    padding: 0.3rem;
}
.writer_profile h2 {
    padding-left: 0;
    padding: 0.3rem;
    position: relative;
    border-radius: 4px;
}
.writer_profile h2::before {
    display: none;
}
.writer_profile h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 30px solid var(--sub_color);
    border-bottom: 0;
    top: 50px;
    left: 50px;
}
.writer_profile_inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.writer_profile_img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.writer_profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.writer_profile_pic {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.writer_profile_nickname {
    color: var(--main_color);
}
.column_eye_catch img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.column_mv_title {
    font-size: 1.75rem;
    font-weight: 700;
}
.column_container_title {
    text-align: center;
    position: relative;
}
.container_text {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
.column_post a {
    color: var(--text_color);
    text-decoration: none;
}
.column_btn_wrapper {
    text-align: right;
    padding-right: 1rem;
}
.column_content h2::before {
    display: none;
}
.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.75rem;
    line-height: 0;
}
.footer {
    background-color: var(--sub_color);
    padding: 1rem;
    border-top: 20px solid var(--main_color);
}
.footer_inner {
    max-width: var(--maxWh);
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.footer_block {
    width: calc(100% / 3);
}
.footer a {
    color: unset;
    text-decoration: none;
}
.footer .copy {
    font-size: 0.75rem;
    text-align: center;
    padding: 0.3rem;
    padding-top: 1rem;
    color: var(--main_color);
}
.f_companylogo {
    max-width: 260px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.f_main-menu li {
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--main_color);
}
.f_main-menu li::before {
    content: "";
    background-image: url(../img/arrow_og.svg);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
.f_main-menu .sub-menu li {
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 0.2rem;
}
.rsvp_info_btn {
    display: block;
    width: 100%;
    padding: 0.5rem 2rem;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.3;
    transition: 0.5s;
}
.rsvp_info_btn_text {
    font-size: 2rem;
}
.rsvp_info_icon {
    margin-bottom: -3px;
}
.rsvp_info_btn a {
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
    box-sizing: border-box;
}
.tel_btn {
    background-color: var(--sub_color2);
    box-shadow: 0 8px 0 0 #409f91;
}
.rsvp_info_btn.tel_btn:hover {
    opacity: 100;
    text-decoration: none;
    box-shadow: 0 3px 0 0 #409f91;
    transform: translateY(10px);
}
.subpage_banner {
    padding: 1rem;
    background-image: var(--gradation);
    margin-bottom: 2rem;
}
.subpage_bar_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    max-width: var(--maxWh);
    margin: auto;
}
.subpage_banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 5;
}
.side_option {
    position: fixed;
    bottom: 3%;
    right: 0;
    z-index: 999;
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}
.side_option.hide {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
}
.side_option_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 3rem 0.5rem 2rem;
    margin-bottom: 0.4rem;
    border-radius: 50px 0 0 50px;
    text-decoration: none;
    transform: translateX(35px);
    transition: all 0.5s ease-out;
    color: #fff;
}
.side_option_web a {
    background-color: var(--sub_color2);
}
.side_option_tel a {
    background-color: var(--main_color);
}
.side_option_map a {
    background-color: var(--recruit_C);
}
.side_option_top a {
    background-color: var(--main_color);
}
.side_option_item.side_option_top a {
    border-radius: 50%;
    transform: translateX(90px);
    padding: 12px 16px 23px 16px;
    display: inline-flex;
    line-height: 0;
    gap: 1rem;
}
.side_option_top img {
    transform: rotate(-90deg);
    width: 24px !important;
    height: 24px !important;
}
.side_option img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    object-fit: contain;
}
.side_option_web a:hover,
.side_option_tel a:hover,
.side_option_map a:hover {
    transform: translateX(20px);
    opacity: 100;
}
.f_payment p {
    padding-bottom: 0.5rem;
    font-weight: 700;
}
.f_payment img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding-bottom: 1rem;
}
.f_companylogo img {
    mix-blend-mode: multiply;
}
.footer_facility_list {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.footer_facility_list .facility_list_item {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: facilityFade 24s infinite;
    width: 100%;
}
.footer_facility_list .facility_list_item > a,
.footer_facility_list .facility_item_thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -36px;
}
.footer_facility_list .facility_item_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: unset !important;
}
.footer_facility_list .facility_list_item:nth-child(1) {
    animation-delay: 0s;
}
.footer_facility_list .facility_list_item:nth-child(2) {
    animation-delay: 4s;
}
.footer_facility_list .facility_list_item:nth-child(3) {
    animation-delay: 8s;
}
.footer_facility_list .facility_list_item:nth-child(4) {
    animation-delay: 12s;
}
.footer_facility_list .facility_list_item:nth-child(5) {
    animation-delay: 16s;
}
.footer_facility_list .facility_list_item:nth-child(6) {
    animation-delay: 20s;
}
@keyframes facilityFade {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.rsvp_info_block:hover .facility_list_item {
    animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
    .footer_facility_list .facility_list_item {
        animation: none;
        opacity: 0;
    }
    .footer_facility_list .facility_list_item:first-child {
        opacity: 1;
    }
}
.footer_facility_title {
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 0.3rem;
}
.footer_facility_title::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    background-color: var(--main_color);
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}
.facilities_tel span {
    font-size: 1rem;
    font-weight: 700;
}
.rsvp_info_block_contact {
    text-align: center;
    color: #ffbe73;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: -20px;
}
.mv_news {
    max-width: 900px;
    margin: auto !important;
}
.mv_news .wp-block-button {
    text-align: end;
}
.cf_section {
    margin-top: 2rem;
}
.cf_section .inner {
    margin-bottom: 2rem;
}
.cf_section .item.detail p {
    padding-bottom: 4px;
}
.cf_section.confirmation p {
    padding-left: 0 !important;
}
.detail_date {
    padding-bottom: 4px;
    padding-left: 8px;
}
.cf_section .inner.message {
    align-items: flex-start;
}
.cf_section .item.value {
    flex: 1.3;
}
.wpcf7-form-control {
    background: #fff;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.5rem;
}
.item_choice .wpcf7-form-control {
    background: unset;
}
.cf_section.confirmation .inner {
    border-bottom: 0.5px solid;
    padding: 1rem;
}
.required_label {
    background: #fa5549;
    font-size: 0.75rem;
    padding: 0.3rem;
    margin-left: 1rem;
    color: #fff;
}
.any_label {
    background: #8b8b8b;
    font-size: 0.75rem;
    padding: 0.3rem;
    margin-left: 1rem;
    color: #fff;
}
.wpcf7-previous {
    display: inline-block !important;
}
.send_btn.return .wpcf7-previous {
    width: 380px;
    padding: 8px;
    color: #fff;
    background: #cacaca;
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 50px;
    text-align: center;
}
.send_btn input[type="submit"] {
    width: 380px;
    padding: 8px;
    border-radius: 50px;
    color: #fff;
    background: var(--main_color);
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.send_btn_block {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dateinfo {
    font-size: 0.75rem;
}
.dateinfo p {
    letter-spacing: 1px;
}
.cf_privacy {
    text-align: center;
}
.cf_privacy .wpcf7-list-item {
    margin: 0;
}
.cf_privacy .wpcf7-form-control {
    border: none;
    background-color: unset;
}
.cf_checkbox .wpcf7-list-item {
    margin: 0;
}
.cf_checkbox .wpcf7-form-control {
    border: none;
    padding: 0;
    background: unset;
}
.kiboubi_wrap .item.value {
    width: 130px;
    margin-bottom: 1rem;
}
.wpcf7-list-item {
    padding-right: 1rem;
}
.font_size_switcher.close {
    opacity: 0 !important;
    transform: translateY(-20px);
    max-height: 0;
    pointer-events: none !important;
}
.companylogo.close {
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    pointer-events: none;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--body_color);
    width: 100%;
    border-bottom: solid 0.5px var(--main_color);
    font-size: 1.2vw;
}
.header a {
    color: var(--text_color);
    text-decoration: none;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: clamp(0.7rem, 2vw, 1rem) clamp(1rem, 3vw, 1.5rem);
    flex-direction: column;
    gap: 8px;
}
.header_inner_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.font_size_switcher,
.companylogo {
    opacity: 1;
    transform: translateY(0);
    max-height: 300px;
    overflow: hidden;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        max-height 0.3s ease;
}
.header_inner.close {
    gap: 0;
}
.companylogo {
    max-width: 280px;
}
.h_main-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.h_main-menu > li {
    position: relative;
}
.h_main-menu > li > a {
    color: var(--main_color);
    position: relative;
    display: inline-block;
    padding: 0 1.5vw;
    border-left: solid 1px var(--main_color);
}
.h_main-menu li:last-child > a {
    border-right: solid 1px var(--main_color);
}
.h_main-menu > li.is-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.header .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin-top: 1rem;
    background-color: var(--body_color);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: clamp(1rem, 3vw, 3rem);
    padding-right: clamp(1rem, 3vw, 3rem);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-top: 0.5px solid var(--main_color);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 1rem;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
}
.h_main-menu > li:hover > .sub-menu,
.header .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.header .sub-menu > li > a {
    padding: 0.5rem;
    border-left: solid 2px var(--main_color);
    display: block;
}
.h_arrow {
    padding-right: 0.5rem;
}
.header .sub-menu > li > a:hover {
    background-color: var(--sub_color);
    color: var(--main_color);
}
.header .sub-menu > li:last-child > a {
    border-right: solid 2px var(--main_color);
}
.header .sub-menu > li:nth-child(4) > a {
    border-right: solid 2px var(--main_color);
}
.header_nav {
    display: flex;
    align-items: center;
}
.hamburger_menu {
    display: none !important;
    cursor: pointer;
}
.hamburger_menu span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 6px 0 4px;
    margin-left: auto;
    background-color: var(--main_color);
    border-radius: 2px;
    transition: 0.5s;
}
.hamburger_menu.open .Firstline {
    transform: rotate(45deg) translate(8px, 6px);
}
.hamburger_menu.open .Centerline {
    opacity: 0;
}
.hamburger_menu.open .Lastline {
    transform: rotate(-45deg) translate(8px, -6px);
    width: 30px !important;
}
.font_size_switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 999;
}
.font_size_switcher button {
    padding: 0.3rem 0.6rem;
    border: 1px solid var(--text_color);
    background: #fff;
    cursor: pointer;
}
.font_size_switcher button:hover {
    background: var(--sub_color2);
    color: #fff;
}
.font_size_switcher_default {
    background: var(--sub_color2) !important;
    color: #fff;
}
.fqa_section summary {
    background: unset;
    color: var(--main_color);
    text-align: start;
    padding-left: 8px;
}
.fqa_section summary::before {
    content: "Q";
    background: var(--main_color);
    color: #fff;
    font-weight: 700;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    line-height: 0;
}
.fqa_section .summary_inner::before {
    content: "A.";
    color: var(--main_color);
    font-weight: 700;
}
.recruit_faq .fqa_section summary {
    color: var(--recruit_C);
}
.recruit_faq .fqa_section summary::before {
    background: var(--recruit_C);
}
.recruit_faq .fqa_section .summary_inner::before {
    color: var(--recruit_C);
}
.feature_textarea_right {
    background-color: #fff;
    padding: 2rem 1rem;
    margin-left: -5%;
    width: calc(100% / 1.1);
}
.feature_textarea_left {
    background-color: #fff;
    padding: 2rem 1rem;
    width: calc(100% / 1.1);
    position: relative;
    right: -15%;
    z-index: 1;
}
.cf_section input[type="checkbox"],
.wpcf7-radio input[type="radio"] {
    all: revert !important;
    opacity: 0 !important;
    position: absolute !important;
}
.wpcf7-radio {
    border: none;
    padding: 0;
}
.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}
.cf_section .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-right: 0.3em;
    border: 1px solid var(--text_color);
    background: #fff;
    vertical-align: middle;
}
.cf_section input[type="checkbox"]:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/checkbox.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.item.value input::placeholder {
    color: #d2d2d2;
}
.dl_section {
    gap: 0;
    max-width: 800px;
}
.simple_facility_item_thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    max-width: 100px;
    border-radius: 50px;
}
.simple_facility_list_item a {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: var(--main_color);
    text-decoration: unset;
    background: #ffe5c3;
    padding: 0.5rem;
    border-radius: 50px;
    margin-bottom: 1rem;
}
.simple_facility_list {
    max-width: 600px;
    margin: auto;
}
.wp-block-details {
    border-bottom: solid 1px #ccc;
}
.mvmov_video {
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
}
.mvmov_video_pc {
    display: block;
}
.mvmov_video_sp {
    display: none;
}
.wp-block-accordion-heading__toggle-title {
    text-decoration: none !important;
}
.wp-block-accordion-heading__toggle-title:hover {
    opacity: 0.8;
}
.simple_facility_list_item_toukatu {
    max-width: 600px;
    margin: auto;
}
.simple_facility_list_item_toukatu a {
    justify-content: center;
    padding: 1rem 0;
    gap: 0;
}
.simple_facility_list_item_toukatu a:hover .simple_facility_item_title::after {
    transform: translateX(8px);
}
.page-id-4179 .wp-block-group.is-style-full_wide {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .column_list {
        margin-block-start: 0;
    }
    .apply_item a {
        padding: 0.5rem 0.5rem;
    }
    .absolute_center {
        text-align: center !important;
    }
    .recruitReview_item {
        width: 100%;
    }
    .mv_recruit_section {
        margin-top: 85px;
        background-image: url(https://lets-reha.com/wp-content/uploads/2026/04/rimv_sp.png) !important;
    }
    .mv_recruit_wrap {
        padding-left: 1rem !important;
    }
    .program_inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .program_item {
        padding: 1rem;
    }
    .rsvp_info_title::after {
        font-size: 7vw;
    }
    .rsvp_info_block {
        flex-direction: column;
    }
    .subpage_bar_inner {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .toc_wrapper ul {
        justify-content: flex-start;
    }
    .toc_wrapper {
        padding: 1rem;
    }
    .apply_list {
        justify-content: flex-start;
    }
    .post-navigation a {
        font-size: 3vw;
    }
    .writer_profile_inner {
        flex-direction: column;
    }
    .writer_profile {
        text-align: left;
    }
    .container_text {
        text-align: left;
    }
    .rsvp_info_contents {
        flex-direction: column;
    }
    .alternating .wp-block-columns {
        flex-direction: column-reverse;
    }
    .wp-block-columns {
        flex-direction: column;
    }
    .columnGrid3 {
        grid-template-columns: 1fr !important;
    }
    .putDown.wp-block-columns {
        flex-direction: column-reverse;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .facilities_item_staff::before {
        content: "";
        color: var(--main_color);
        position: absolute;
        top: 45%;
        right: 0;
        background-image: url(/wp-content/themes/orthopedic-surgery/common/img/arrow_og.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 2rem;
        height: 2rem;
        background-color: #fff;
        border-radius: 50%;
    }
    .footer {
        padding-bottom: 100px;
    }
    .side_option_top {
        position: fixed;
        bottom: 60px;
        right: 80px;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .side_option_top a {
        padding: 1rem 1.25rem 1rem 1.25rem !important;
        gap: 0.75rem !important;
        font-size: 10px !important;
    }
    .side_option {
        bottom: 0%;
        width: 100%;
        background-color: #fff;
        border-top: solid 1px #fff;
    }
    .side_option span {
        font-size: 2vw;
    }
    .side_option_inner {
        display: flex;
        padding: 0;
        align-items: flex-end;
        justify-content: space-between;
        gap: 0;
    }
    .side_option_item {
        flex: 1;
    }
    .side_option_item a {
        margin-bottom: 0;
        border-radius: 0;
        transform: translateX(0);
        font-size: 14px;
        text-align: center;
        padding: 0.5rem;
    }
    .side_option_web a:hover,
    .side_option_tel a:hover,
    .side_option_map a:hover {
        transform: translateX(0);
        opacity: 0.8;
    }
    .side_option.hide {
        transform: translateY(100%);
    }
    .plan_Table_org tr,
    .plan_Table_org td,
    .plan_Table_org th {
        font-size: 2vw;
        padding: 0.3vw;
    }
    .allRiha_section_title {
        font-size: 2rem !important;
    }
    .Doctor_img::before {
        width: 100vw !important;
        height: calc(100vh / 4) !important;
        bottom: -10px !important;
    }
    .medicalSection_wrap {
        background-image: url(/wp-content/themes/orthopedic-surgery/common/img/medical/medical_sp.png) !important;
        background-size: cover !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        position: relative;
    }
    .medicalSection_wrap::before {
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url(/wp-content/themes/orthopedic-surgery/common/img/medical/medtext.png) !important;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .phySection_wrap {
        background-image: url(/wp-content/themes/orthopedic-surgery/common/img/phy/physical_sp.png) !important;
        background-size: cover !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
        position: relative;
    }
    .phySection_wrap::before {
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-image: url(/wp-content/themes/orthopedic-surgery/common/img/phy/phytext.png) !important;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .top_scroll_section img {
        aspect-ratio: 3 / 4;
    }
    .schedule_section {
        padding: 0.5rem;
    }
    .schedule_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .schedule_time {
        width: 100% !important;
        padding-left: 1.5rem;
    }
    .schedule_time::before {
        top: 10px !important;
        left: 9px !important;
    }
    .schedule_list::before {
        left: 8px !important;
    }
    .schedule_content {
        z-index: 1;
        width: 100%;
    }
    .topVisit_section.wp-block-group.is-style-full_wide {
        padding-bottom: 0 !important;
        background-size: inherit !important;
    }
    .wp-block-group.is-style-full_wide {
        background-size: contain !important;
    }
    .medi_phy_inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .medicalSection_wrap .medi_phy_inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .medi_phy_item {
        display: flex;
    }
    .medi_phy_item a {
        flex: 1;
    }
    .medi_phy_content h3 {
        line-height: 1.1;
        text-align: center;
    }
    .Top_title {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        background-size: cover !important;
        background-position: top left !important;
    }
    .riha_block_tex {
        background-color: var(--sub_color);
        padding: 1rem;
    }
    .riha_block_space {
        height: calc(100vh / 4) !important;
    }
    .riha_block_img1 {
        background-image: url(/wp-content/themes/orthopedic-surgery/common/picture/pic129.webp) !important;
        background-position: top;
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    .riha_block_img2 {
        background-image: url(/wp-content/themes/orthopedic-surgery/common/picture/pic58.webp) !important;
        background-position: top;
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    .riha_block_img2 .wp-block-columns {
        flex-direction: column-reverse;
    }
    .riha_block_img3 {
        background-image: url(/wp-content/themes/orthopedic-surgery/common/picture/pic56.webp) !important;
        background-position: top;
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    section#topRiha {
        margin-bottom: 0 !important;
    }
    .features_block {
        gap: 0;
    }
    .features_block p {
        padding-bottom: 0;
    }
    .Features_section.wp-block-group.is-style-tri_background {
        padding: 1rem 1rem 4px;
        padding-top: 0;
    }
    .Features_section p {
        padding-bottom: 0.5rem;
    }
    .facilities_schedule_time_block::before {
        top: -2rem;
    }
    .facilities_schedule_item:first-child .facilities_schedule_time_block::before {
        display: none;
    }
    .facilities_schedule_item {
        flex-direction: column;
        gap: 0;
    }
    .facilities_item_service {
        flex-direction: column;
    }
    .facility_list_item {
        width: 100%;
    }
    .facilities_info {
        flex-direction: column;
    }
    .facilities_info_item a {
        width: 100% !important;
    }
    .spnone {
        display: none !important;
    }
    p.has-text-align-center {
        text-align: start;
    }
    .Gmap {
        aspect-ratio: 16 / 7;
    }
    .text_center {
        text-align: center !important;
    }
    .blake_point {
        display: inline;
    }
    main {
        margin-block-start: 80px;
        margin-block-end: 80px;
    }
    .brsp {
        display: block !important;
    }
    .brpc {
        display: none !important;
    }
    section .Wrapper {
        flex-direction: column;
    }
    .space_sp {
        display: inline !important;
    }
    .block_parts {
        width: 95%;
    }
    .kiboubi_wrap .item.value {
        width: 100%;
    }
}
@media screen and (max-width: 781px) {
    .column-reverse {
        flex-direction: column-reverse !important;
    }
    .feature_textarea_right {
        margin-left: 0;
        width: 100%;
    }
    .feature_textarea_left {
        width: 100%;
        right: 0;
    }
    .feature_text {
        text-align: center !important;
    }
    .feature_inner .wp-block-columns {
        gap: 0 !important;
    }
    .cf_section .item .description {
        padding-right: 8px;
    }
    .cf_section .inner.message {
        align-items: unset;
    }
    .wp-block-columns {
        flex-direction: column;
    }
}
@media screen and (max-width: 480px) {
    .send_btn.return .wpcf7-previous,
    .send_btn input[type="submit"] {
        width: 85vw !important;
    }
    .rsvp_info_btn_text {
        font-size: 6vw;
    }
    .simple_facility_list_item a {
        gap: 4px;
    }
}
@media screen and (max-width: 521px) {
    .Daycare_contact_inner a {
        font-size: 5vw;
        padding: 1rem 0;
    }
    .Daycare_contact_info {
        font-size: 3vw;
    }
    .Daycare_contact_telicon {
        width: 4vw;
    }
}
@media screen and (min-width: 901px) {
    .header_nav {
        display: flex !important;
        position: static;
        height: auto !important;
        padding: 0;
        background: transparent;
        border: 0;
    }
    .h_main-menu {
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (max-width: 900px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .header_inner {
        background-color: var(--body_color);
        z-index: 999;
        position: relative;
        align-items: stretch;
        padding: 0 0.5rem;
    }
    .header_inner_item {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .header_nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--body_color);
        width: 100% !important;
        padding: 1rem;
        height: calc(100vh - 80px);
        border-top: solid 0.5px var(--text_color);
    }
    .header_nav.is-open {
        display: block;
    }
    .h_main-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem !important;
        overflow-y: scroll;
        max-height: calc(100vh - 115px);
        scrollbar-width: thin;
        scrollbar-color: var(--main_color) var(--body_color);
    }
    .h_main-menu li {
        border-bottom: solid 0.5px var(--text_color);
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        text-align: start;
    }
    .h_main-menu li:last-child {
        border-bottom: none;
    }
    .h_main-menu > li > a {
        padding: 0;
        border-left: none;
        font-size: 1.1rem;
    }
    .h_main-menu li:last-child > a {
        border-right: none;
    }
    .header .sub-menu {
        position: static;
        transform: translateX(0%);
        background: var(--body_color);
        min-width: auto;
        width: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        grid-template-columns: 1fr;
        padding-top: 0rem;
        padding-bottom: 0rem;
        padding-left: 0;
        padding-right: 0;
        row-gap: 0;
    }
    .hamburger_menu {
        display: block !important;
        margin-bottom: 0.5rem;
    }
    .hamburger_menu.open {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        background-color: #fff;
        padding: 1rem;
        outline: solid 0.5px var(--main_color);
    }
    .drawer-overlay {
        width: 100%;
        height: 100%;
        display: none;
        background: #000000d4;
        opacity: 0.7;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
    }
    .header .sub-menu > li > a {
        border-left: none;
    }
    .header .sub-menu > li:last-child > a {
        border-right: none;
    }
    .header .sub-menu > li:nth-child(4) > a {
        border-right: none;
    }
    .h_main-menu li::before {
        content: "";
        margin-right: 0.5rem;
        margin-top: 1.5rem;
        background-image: url(../img/arrow_og.svg);
        width: 1rem;
        height: 1rem;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .h_main-menu .sub-menu li::before {
        display: none;
    }
    .font_size_switcher {
        top: 60px !important;
        font-size: 1rem;
        display: block;
        background: #fff;
        padding: 0.3rem;
        text-align: center;
    }
    .companylogo {
        opacity: 1 !important;
        transform: translateY(0) !important;
        max-height: none !important;
        pointer-events: auto !important;
    }
    header:has(.hamburger_menu.open) .font_size_switcher {
        opacity: 0;
        pointer-events: none;
    }
    .mvmov_video_pc {
        display: none;
    }
    .mvmov_video_sp {
        display: block;
    }
    .footer_inner {
        gap: 2rem;
        flex-direction: column;
    }
    .footer_block {
        width: 100% !important;
    }
    #main_content {
        margin-block-start: -50px !important;
    }
    .mv_spacer {
        height: 1.2rem !important;
    }
}
@media screen and (max-width: 1080px) {
    .allRiha_section_title {
        font-size: 3vw !important;
    }
}
@media screen and (max-width: 860px) {
    .facilities_item_staff_list {
        justify-content: flex-start;
    }
}
