@charset "UTF-8";
:root {
    --f-notosans: "Shippori Mincho", serif;
    --f-jp: "Shippori Mincho", serif;
    --f-en: "Playfair Display", serif;
    --main-color: #295282;
    --clr1: #424243;
    --clr2: #295282;
    --ttl_size: 30px;
    --wrapper: 90px;
}
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-notosans);
}
body::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 10px;
}
body::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
    box-shadow: inset 0 0 6px #fff;
}
body::-webkit-scrollbar-thumb:window-inactive {
    background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 100%;
    -webkit-text-size-adjust: none;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
    display: block;
    padding: 0;
    margin: 0;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:not(.tel_click) {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: --clr2;
}
a:not(.tel_click):hover,
a:not(.tel_click):active {
    color: #000;
}
a.tel_click {
    text-decoration: none;
    color: inherit;
}
@media only screen and (min-width: 769px) {
    a:not([target*=_blank]) {
        transition: opacity 0.3s ease;
    }
    a:not([target*=_blank]):hover {
        opacity: 0.7;
    }
    a.tel_click {
        pointer-events: none;
    }
}
a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
    opacity: 1 !important;
}
table {
    width: 100%;
}
iframe {
    width: 100%;
    height: 100%;
}
.captcha_box iframe {
    height: auto;
}
.link > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
p {
    line-height: 2;
    letter-spacing: inherit;
    word-wrap: break-word;
    word-break: break-word;
    margin-bottom: 15px;
}
p:empty {
    display: none !important;
}
p:last-child {
    margin-bottom: 0;
}
.red {
    color: #ca0a0a !important;
}
.bold {
    font-weight: bold !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
*,
::after,
::before {
    box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
.hamburger-btn {
    display: none;
}
html {
    overflow-x: auto !important;
}
.wrapper {
    padding-top: var(--wrapper);
    overflow: hidden;
}
.inner_big,
.inner,
.inner_sm {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.inner_big {
    max-width: 1300px;
}
.inner {
    max-width: 1190px;
}
.inner_sm {
    max-width: 1100px;
}
.fullWidthBreak {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.txt_ver {
    writing-mode: vertical-rl;
}
@media only screen and (min-width: 769px) {
    .txt_ver_pc {
        writing-mode: vertical-rl;
    }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 35px;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
}
@media only screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
    .pc_navi > ul > li > a:hover,
    .pc_navi > ul > li > p:hover {
        text-shadow: none;
    }
}
.accBtn::before,
.accBtn::after {
    transition: all 0.3s ease-in-out;
}
.accBtn.triangle,
.accBtn.triangle_btt {
    position: relative;
}
.accBtn.triangle::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 20px;
    border-color: inherit;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
    transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
    content: "";
    position: relative;
    top: 0px;
    width: 0;
    height: 0;
    border-radius: 20px;
    border-color: inherit;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid;
    display: block;
    margin: 10px auto 0;
    transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
    transform: rotateX(180deg);
}
.TabContainer:not(.init) .TabContent li:not(.active) {
    display: none;
}
.TabContainer.init .TabContent {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.TabContainer.init .TabContent > ul {
    transition: all 0.3s ease-in-out;
}
.TabContainer.init .TabContent > ul > li {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}
.TabContainer.init .TabContent > ul > li.active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
.TabContainer .TabPager {
    display: flex;
    justify-content: space-between;
    min-width: 290px;
}
.TabContainer .TabPager li {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 9px 20px;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
    width: calc(33.33% - 1px);
    transition: all 0.3s ease;
    cursor: pointer;
    color: #797b7d;
}
.TabContainer .TabPager li p {
    margin: 0;
}
.TabContainer .TabPager li.active {
    background-color: #edf0f5;
    z-index: 1;
}
.rel {
    position: relative;
}
.ovh {
    overflow: hidden !important;
}
.ovs {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* Lets it scroll lazy */
}
.lt0 {
    letter-spacing: 0 !important;
}
figure,
picture {
    text-align: center;
    line-height: 1;
}
.fblock {
    display: flex;
    width: 100%;
}
.key {
    position: relative;
}
.gMap {
    width: 100%;
    height: 100%;
}
.txt_l {
    float: left;
    width: calc(100% - 385px);
}
.txt_r {
    float: right;
    width: calc(100% - 385px);
}
.image_alone {
    display: table;
    max-width: 500px;
    margin: 0 auto;
    border: 7px solid rgba(231, 231, 231, 0.5);
    border-radius: 11px;
    overflow: hidden;
}
.tel_click {
    text-decoration: none;
}
.tel_click span {
    display: flex;
    align-items: center;
    font-family: var(--f-en);
    font-weight: 700;
    color: var(--main-color);
    letter-spacing: 0.05em;
    font-size: 1.5em;
}
.tel_click span::before {
    content: "";
    display: block;
    margin-right: 0.3214em;
    margin-top: 0.1786em;
    width: 0.893em;
    height: 0.893em;
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--main-color);
}
.en {
    font-family: var(--f-en);
}
.btn a::after {
    content: "";
    position: absolute;
    right: 1.3333em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.3333em;
    height: 1.3333em;
}
.cl-blue {
    color: var(--main-color) !important;
}
.btn-group {
    font-size: 0.625em;
}
.btn-group .btn {
    font-size: 1em;
}
.btn-group .btn.style01 {
    width: 100%;
    min-width: 100px;
    max-width: 343px;
}
.btn-group .btn.style01.st2 a {
    background: #fff;
    color: var(--clr1);
}
.btn-group .btn.style01.st2 a:after {
    background: url(../images/idx-ico-arr03.svg) no-repeat center;
    background-size: 100% auto;
}
.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 4.6667em;
    padding: 1em 1.5em;
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background: linear-gradient(to right, #295282 0%, #6986a7 100%);
    transition: all 0.3s;
    border-radius: 3px;
}
.btn-group .btn.style01 a:hover {
    opacity: 1;
}
@media only screen and (min-width: 769px) {
    .btn-group .btn.style01 a:hover {
        background: #fff;
        box-shadow: 0 0 0 1px var(--main-color);
        color: var(--main-color);
    }
}
.btn-group .btn.bg01 a {
    background-color: transparent;
    color: var(--main-color);
}
.slick-arrow {
    display: block;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    position: absolute;
    top: 37%;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
}
.slick-arrow:focus {
    outline: 0;
}
.slick-prev {
    left: -55px;
}
.slick-next {
    right: -55px;
}
.br_auto {
    display: inline-block;
}
@media only screen and (max-width: 319px) {
    .br_auto {
        display: inline;
    }
}
.br_1170 {
    display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
    .br_1170 {
        display: block;
    }
    .dis_1170 {
        display: none;
    }
}
.br_992 {
    display: none;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .br_992 {
        display: block;
    }
    .dis_992 {
        display: none;
    }
}
.br_769 {
    display: none;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .br_769 {
        display: block;
    }
    .dis_769 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_769 {
        display: none;
    }
}
.br_768 {
    display: none;
}
@media only screen and (max-width: 768px) {
    .br_768 {
        display: block;
    }
    .in_768 {
        display: inline;
    }
    .dis_768 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_768 {
        display: none;
    }
}
.br_750 {
    display: none;
}
@media only screen and (max-width: 750px) {
    .br_750 {
        display: block;
    }
    .in_750 {
        display: inline;
    }
    .dis_750 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_750 {
        display: none;
    }
}
.br_640 {
    display: none;
}
@media only screen and (max-width: 640px) {
    .br_640 {
        display: block;
    }
    .in_640 {
        display: inline;
    }
    .dis_640 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_640 {
        display: none;
    }
}
.br_520 {
    display: none;
}
@media only screen and (max-width: 520px) {
    .br_520 {
        display: block;
    }
    .in_520 {
        display: inline;
    }
    .dis_520 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_520 {
        display: none;
    }
}
.br_480 {
    display: none;
}
@media only screen and (max-width: 480px) {
    .br_480 {
        display: block;
    }
    .in_480 {
        display: inline;
    }
    .dis_480 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_480 {
        display: none;
    }
}
.br_430 {
    display: none;
}
@media only screen and (max-width: 430px) {
    .br_430 {
        display: block;
    }
    .in_430 {
        display: inline;
    }
    .dis_430 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_430 {
        display: none;
    }
}
.br_390 {
    display: none;
}
@media only screen and (max-width: 390px) {
    .br_390 {
        display: block;
    }
    .in_390 {
        display: inline;
    }
    .dis_390 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_390 {
        display: none;
    }
}
.br_375 {
    display: none;
}
@media only screen and (max-width: 375px) {
    .br_375 {
        display: block;
    }
    .in_375 {
        display: inline;
    }
    .dis_375 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_375 {
        display: none;
    }
}
.br_360 {
    display: none;
}
@media only screen and (max-width: 360px) {
    .br_360 {
        display: block;
    }
    .in_360 {
        display: inline;
    }
    .dis_360 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_360 {
        display: none;
    }
}
.br_320 {
    display: none;
}
@media only screen and (max-width: 320px) {
    .br_320 {
        display: block;
    }
    .in_320 {
        display: inline;
    }
    .dis_320 {
        display: none;
    }
}
@media only screen and (max-width: 319px) {
    .br_320 {
        display: none;
    }
}
/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1080px) {
    body {
        font-size: 87.5%;
    }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wrapper);
    z-index: 20;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
header.active,
.ovh header {
    background-color: #fff;
}
.header_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.3125em 2.1875em 0.3125em 1.875em;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
h1 {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 0;
    border: 0;
}
.logo {
    width: 25%;
    max-width: 28.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8125em;
}
.logo a {
    display: block;
    width: 100%;
    text-align: center;
}
.logo a img {
    width: 18.5625em;
    height: auto;
}
.right_head {
    width: 100%;
    max-width: 49.625em;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.pc_navi {
    width: 100%;
}
.pc_navi > ul {
    display: flex;
    text-align: center;
    width: 100%;
}
.pc_navi > ul > li {
    position: relative;
    max-width: 8.75em;
    margin-right: 1.5em;
}
.pc_navi > ul > li:nth-child(2) {
    max-width: 7.5em;
}
.pc_navi > ul > li:last-child {
    margin-right: 0;
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
    content: "";
    background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 5px;
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease;
    /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
    transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    height: 2.8571428571em;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: max(0.875em, 10px);
    line-height: 1.5;
    letter-spacing: 0;
    transition: all 0.2s ease;
    color: var(--clr1);
    width: fit-content;
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
    opacity: 0.8;
    color: var(--main-color);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
    display: block;
    width: 100%;
    padding-top: 0px;
    font-size: 75%;
    font-weight: 600;
    text-align: left;
    color: var(--main-color);
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
    transform: translateY(5px);
}
.pc_navi > ul .subInner {
    position: absolute;
    width: 220px;
    right: 50%;
    bottom: -15px;
    padding-top: 0px;
    transform: translate(50%, 100%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.pc_navi > ul .subInner.active {
    opacity: 1;
    visibility: visible;
}
.pc_navi > ul .subInner ul {
    background-color: var(--main-color);
    padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
    padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 1em 0.5em 1em 1em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 0.85em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
    content: "›";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-54%);
    font-size: 1em;
}
.pc_navi > ul .col2 > .subInner > ul > li .subInner {
    position: relative;
    transform: none;
    bottom: 0;
    right: initial;
    width: 100%;
}
.pc_navi > ul .col2 > .subInner > ul {
    flex-direction: column;
}
.pc_navi > ul .col2 > .subInner > ul > li {
    width: 100% !important;
}
.pc_navi > ul .col2 > .subInner > ul > li.ttl > a:before {
    display: none;
}
.pc_navi > ul .col2 > .subInner > ul > li.ttl > a {
    padding-left: 0;
    font-size: 1em;
}
.pc_navi > ul > li:nth-child(5) .subInner,
.pc_navi > ul > li:nth-child(6) .subInner {
    right: 0;
    transform: translate(5%, 100%);
}
@media only screen and (min-width: 769px) {
    .pc_navi > ul .col2 .subInner {
        width: 21em;
    }
    .pc_navi > ul > li:nth-child(4).col2 .subInner {
        width: 37em;
    }
    .pc_navi > ul .col2 .subInner ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pc_navi > ul .col2 .subInner ul li {
        width: 50%;
    }
    .menu_toggle .inside .ft_link {
        width: 100%;
        max-width: 900px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center;
    }
    .menu_toggle .inside .ft_link .link_list {
        width: 100%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
    :root {
        --wrapper: 90px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    :root {
        --ttl_size: 22px;
        --wrapper: 80px;
    }
}
.time_sheet {
    margin: 0px auto;
}
.time_sheet .note {
    margin-top: 15px;
    margin-left: -2px;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.time_sheet .note span {
    display: inline-block;
}
.time_sheet table th,
.time_sheet table td {
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 9.9%;
    border-bottom: 1px solid var(--clr1);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
    width: auto;
    padding-left: 1.9%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
    width: 16.05%;
    padding-left: 0.8em;
    text-align: left;
}
.time_sheet table th {
    padding: 0.6em 0.2em;
}
.time_sheet table td {
    padding: 1.35em 0.2em 1.65em;
    color: var(--main-color);
}
.time_sheet table td:first-child {
    color: #333;
}
.time_sheet table tr:nth-child(3) td {
    padding-bottom: 1.6em;
}
.totop {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 18;
    bottom: 65px;
    right: 45px;
}
.totop.active {
    opacity: 1;
    visibility: visible;
}
.totop .icon {
    background: var(--main-color);
    border-radius: 3px;
    border: 0px;
    width: 50px;
    height: 50px;
    margin: 0;
    position: relative;
}
.totop .icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
}
@media only screen and (min-width: 769px) {
    .totop:hover .icon {
        opacity: 0.9;
        animation-name: bounces;
    }
}
.bounce {
    animation-name: bounces;
}
.animateds {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes bounces {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
@keyframes fixed_banner {
    0% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: -3px;
        opacity: 0.7;
    }
}
.idx_gallery ul {
    display: flex;
}
.idx_gallery ul li .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--main-color);
    width: 300px;
    height: 300px;
}
.idx_gallery ul li .img01 {
    background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery ul li .img02 {
    background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery ul li .img03 {
    background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery ul li .img04 {
    background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery ul li .img05 {
    background-image: url(../images/idx_gallery05.jpg);
}
.fixed_banner {
    position: fixed;
    bottom: 0;
    right: 1.875em;
    z-index: 19;
    transition: right 0.3s ease-in-out;
    display: flex;
    align-items: flex-end;
}
.fixed_banner > .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    height: 3.0625em;
    min-width: 7.75em;
    background: #fff;
    border-top-left-radius: 0.1875em;
    border-top-right-radius: 0.1875em;
    margin-right: 0.3125em;
    padding-left: 1.5625em;
}
.fixed_banner > .item:before {
    content: "";
    position: absolute;
    left: 0.625em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-sliderbar-tel.svg) no-repeat center;
    background-size: contain;
    width: 1.25em;
    height: 1.25em;
}
.fixed_banner > .item:last-child {
    margin-right: 0;
}
.fixed_banner > .item.tel {
    min-width: 13.5em;
    min-height: 3.6875em;
}
.fixed_banner > .item.tel .tt {
    font-size: 1.5625em;
    font-family: var(--f-en);
    letter-spacing: 0;
    line-height: 1em;
}
.fixed_banner > .item.tel .tt .sub-ttl {
    font-family: var(--f-jp);
}
.fixed_banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
.fixed_banner .tt {
    margin-bottom: 0;
    color: var(--main-color);
    letter-spacing: 0.12em;
    line-height: 1.2222222222;
    text-align: center;
    writing-mode: initial;
    display: flex;
    font-weight: 600;
    flex-direction: column;
}
.fixed_banner .tt .sub-ttl {
    display: block;
    text-align: left;
    line-height: 1em;
    font-weight: 600;
    writing-mode: initial;
    font-size: 0.48em;
}
.fixed_banner .time::before {
    background-image: url("../images/idx-sliderbar-time.svg");
}
.fixed_banner .access::before {
    background-image: url("../images/idx-sliderbar-access.svg");
}
.fixed_banner > .item[data-target] {
    cursor: pointer;
}
.fixed_banner > .item.active::before {
    background: url(../images/ico_close.svg)
}
.fixed_banner .popup {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    bottom: calc(100% + 5px);
    right: 0;
}
.fixed_banner .popup .panel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26.25em;
    height: auto;
    padding: 1.25em 0.625em;
    transform: translateY(100%);
    background-color: #fff;
    border-radius: 0.1875em;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.fixed_banner .popup .panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.fixed_banner .popup .panel[data-content=time] .txt .box-tbl {
    padding: 0;
}
.fixed_banner .popup .panel[data-content=access] .txt .f-box-map {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 0.625em;
    margin-bottom: 1em;
}
.fixed_banner .popup .panel[data-content=access] .txt .f-map {
    height: 12.4375em;
    margin-bottom: 1em;
}
.fixed_banner .popup .panel[data-content=access] .txt .f-box-map .f-ttl {
    font-size: 1.25em;
    font-family: var(--f-en);
    color: var(--main-color);
    letter-spacing: 0;
    padding-right: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0;
    position: relative;
    flex-shrink: 0;
}
.fixed_banner .popup .panel[data-content=access] .txt .f-box-map .f-ttl:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background: url(../images/f-ico-hr01.svg) no-repeat right center;
    background-size: 100% auto;
    width: 1px;
    height: 3.3333333333em;
}
.fixed_banner .popup .panel[data-content=access] .txt .f-box-map .txt {
    font-size: 0.875em;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.95em;
    letter-spacing: 0;
}
.fixed_banner .popup .panel[data-content=access] .txt .btn-group {
    font-size: 0.625em;
    justify-content: center;
}
@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 720px) {
    .totop {
        right: 50px;
    }
    .totop .icon {
        width: 40px;
        height: 40px;
    }
}
.box-tbl {
    background: #fff;
    padding: 0.625em 1.875em 1.625em;
}
.box-tbl .tbl-time tr:first-child th,
.box-tbl .tbl-time tr:first-child td {
    border-top: 0;
}
.box-tbl .tbl-time tr th,
.box-tbl .tbl-time tr td {
    border-left: 0;
    border-right: 0;
    border-color: #f2f2f2;
    font-size: 0.875em;
    padding: 1.1428571429em 0.3571428571em;
    text-align: center;
    width: 11.5% !important;
}
.box-tbl .tbl-time tr th:first-child,
.box-tbl .tbl-time tr td:first-child {
    padding: 1.1428571429em 0.8571428571em 1.1428571429em 1.5714285714em;
    width: 7.1428571429em !important;
}
.box-tbl .tbl-time tr th:last-child,
.box-tbl .tbl-time tr td:last-child {
    padding-right: 1.4285714286em;
}
.box-tbl .tbl-time tr:not(:first-child) td:first-child {
    letter-spacing: 0.05em;
}
.box-tbl .box-txt-tbl {
    margin-top: 0.6875em;
}
.box-tbl .box-txt-tbl .txt-tbl {
    display: flex;
    align-items: center;
    font-size: 0.8125em;
    color: var(--main-color);
    font-weight: 500;
    letter-spacing: 0;
}
.box-tbl .box-txt-tbl .txt-tbl .txt {
    margin-right: 0.4615384615em;
    flex-shrink: 0;
    font-size: 1em;
    color: var(--main-color);
    background: #f4f4f4;
    border-radius: 0.2307692308em;
    padding: 0.3846153846em 1em;
    line-height: 1em;
}
.box-tbl .box-txt-tbl .txt-tbl02 {
    font-size: 0.8125em;
    color: var(--clr1);
    line-height: 1.5em;
    margin-top: 0.6153846154em;
    letter-spacing: 0.05em;
}
.box-tbl .box-txt-tbl .txt-tbl02 label {
    cursor: default;
    letter-spacing: -0.6em;
    margin-right: 0.3888888888888889em;
}
footer {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/idx-reha-bg02.png) no-repeat top center;
    background-size: 100% auto;
    margin-top: -14em;
    padding-top: 0;
}
footer .f-box02 {
    background: url(../images/f-box02-bg.png) no-repeat top center;
    background-size: 100% auto;
    padding: 6.25em 0;
    position: relative;
}
footer .f-box02:before {
    content: "";
    position: absolute;
    left: calc(50% - 15.875em);
    transform: translate(-50%);
    bottom: -5em;
    background: url(../images/f-ico.svg) no-repeat center;
    background-size: 100% auto;
    width: 39.5625em;
    height: 51.4375em;
    mix-blend-mode: multiply;
}
footer .f-box01 {
    padding-bottom: 7.5em;
}
footer .f-box01-fx {
    display: flex;
    justify-content: space-between;
    padding: 0 6.25em;
}
footer .f-box01-fx .box-cnt {
    padding-top: 21.4375em;
    width: 27.2875em;
    flex-shrink: 0;
}
footer .f-box01-fx .box-cnt .f-logo {
    padding-bottom: 0;
    margin-bottom: 1.25em;
}
footer .f-box01-fx .box-cnt .f-logo img {
    width: 23em;
    height: auto;
}
footer .f-box01-fx .box-cnt .f-address {
    line-height: 1.6em;
    font-size: 0.875em;
    color: var(--clr1);
    letter-spacing: 0.05em;
    background: url(../images/f-ico-hr02.svg) no-repeat bottom center;
    background-size: 100% 2px;
    padding-bottom: 1.9285714286em;
    margin-bottom: 1.0714285714em;
    font-weight: 600;
}
footer .f-box01-fx .box-cnt .f-box-tel {
    display: flex;
    align-items: center;
    margin-bottom: 0.75em;
}
footer .f-box01-fx .box-cnt .f-box-tel.st02 {
    margin-bottom: 1.6875em;
}
footer .f-box01-fx .box-cnt .f-box-tel.st02 .txt {
    letter-spacing: -1px;
    margin-right: 1.1333333333em;
    position: relative;
    top: 0.3333333333em;
}
footer .f-box01-fx .box-cnt .f-box-tel .txt {
    font-size: 0.9375em;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0.05em;
    word-break: keep-all;
    max-width: 9.4666666667em;
    margin-right: 1em;
}
footer .f-box01-fx .box-cnt .f-box-tel .f-tel a {
    line-height: 1em;
    text-decoration: none;
    font-size: 2.5em;
    letter-spacing: 0;
    color: var(--main-color);
    font-family: var(--f-en);
}
footer .f-box01-fx .box-cnt .f-bnr {
    margin-top: 1.875em;
}
footer .f-box01-fx .box-cnt .f-list-bnr {
    display: flex;
    margin-top: 0.75em;
}
footer .f-box01-fx .box-cnt .f-list-bnr li:first-child {
    margin-right: 1.25em;
}
footer .f-box01-fx .box-map {
    padding-top: 18.375em;
    background: #fff;
    flex: 1;
    max-width: 35.9375em;
    padding-left: 4.375em;
    height: fit-content;
    padding-bottom: 4.375em;
    position: relative;
    z-index: 1;
}
footer .f-box01-fx .box-map:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
}
footer .f-box01-fx .box-map .f-map {
    line-height: 0;
}
footer .f-box01-fx .box-map .f-map iframe {
    height: 23.4375em;
}
footer .f-box01-fx .box-map .f-box-map {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 0.8125em 1.5625em;
}
footer .f-box01-fx .box-map .f-box-map .f-ttl {
    font-size: 1.5em;
    font-family: var(--f-en);
    color: var(--main-color);
    letter-spacing: 0;
    padding-right: 0.9583333333em;
    margin-right: 0.8333333333em;
    position: relative;
    flex-shrink: 0;
}
footer .f-box01-fx .box-map .f-box-map .f-ttl:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background: url(../images/f-ico-hr01.svg) no-repeat right center;
    background-size: 100% auto;
    width: 1px;
    height: 3.3333333333em;
}
footer .f-box01-fx .box-map .f-box-map .txt {
    font-size: 1em;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.95em;
    letter-spacing: 0;
}
footer .f-box01-fx .box-map .f-box-news {
    margin-top: 2.25em;
}
footer .f-box01-fx .box-map .f-box-news .f-fx-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3125em;
}
footer .f-box01-fx .box-map .f-box-news .f-fx-ttl .ttl {
    font-size: 1.5em;
    font-family: var(--f-en);
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--main-color);
}
footer .f-box01-fx .box-map .f-box-news .f-fx-ttl .idx-btn-news a {
    text-decoration: none;
    font-size: 1.125em;
    font-family: var(--f-en);
    color: var(--clr1);
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
}
footer .f-box01-fx .box-map .f-box-news .f-fx-ttl .idx-btn-news a:after {
    content: "";
    position: relative;
    width: 1.1111111111em;
    height: 1.1111111111em;
    right: 0;
    top: 0;
    margin-left: 0.5555555556em;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
}
footer .f-box01-fx .box-map .f-box-news ul li:last-child {
    border-bottom: 1px solid #f2f2f2;
}
footer .f-box01-fx .box-map .f-box-news ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 2.5em;
    padding-top: 2.0625em;
    padding-bottom: 2.125em;
    border-top: 1px solid #f2f2f2;
}
footer .f-box01-fx .box-map .f-box-news ul li a:after {
    content: "";
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
}
footer .f-box01-fx .box-map .f-box-news ul li a .date {
    font-size: 0.9375em;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-right: 1.3333333333em;
    font-family: var(--f-en);
}
footer .f-box01-fx .box-map .f-box-news ul li a .ttl {
    font-size: 0.9375em;
    color: var(--clr1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
footer p {
    margin-bottom: 0;
}
footer p,
footer a {
    color: #fff;
    text-decoration: none;
}
footer .ft_logo {
    padding: 0px 0 30px;
}
footer .ft_info {
    width: 47.5%;
}
footer .ft_info .des {
    margin-bottom: 26px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.ft_link {
    width: 100%;
}
.ft_link a {
    text-decoration: none;
}
@media only screen and (min-width: 769px) {
    .ft_link .menu01 {
        display: flex;
        flex-shrink: 0;
        margin-right: 5em;
        height: fit-content;
    }
    .ft_link .menu01 ul {
        padding-top: 0.25em;
    }
    .ft_link .menu02 {
        width: 100%;
        flex: 1;
        display: flex;
    }
    .ft_link .menu02 .f-box-menu {
        flex: 1;
        padding-top: 0.1875em;
    }
    .ft_link .menu02 .f-menu {
        margin-bottom: 1.125em;
    }
    .ft_link .menu02 .f-menu:nth-child(2) {
        margin-bottom: 1.875em;
    }
    .ft_link .menu02 .f-menu:nth-child(3) {
        margin-bottom: 2.25em;
    }
    .ft_link .menu02 .f-menu:nth-child(4) {
        margin-bottom: 1.75em;
    }
    .ft_link .menu02 .f-menu .ttl02 {
        display: flex;
        align-items: center;
        margin-bottom: 0.5em;
        position: relative;
    }
    .ft_link .menu02 .f-menu .ttl02 span {
        font-size: 0.875em;
        color: #fff;
        position: relative;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        margin-right: 0.3571428571em;
        letter-spacing: 0.1em;
    }
    .ft_link .menu02 .f-menu .ttl02 span:before {
        content: "";
        position: relative;
        background: url(../images/f-ico-arr.svg) no-repeat center;
        background-size: 100% auto;
        width: 0.2857142857em;
        height: 0.5714285714em;
        left: 0;
        top: 0;
        margin-right: 0.3571428571em;
    }
    .ft_link .menu02 .f-menu .ttl02:after {
        content: "";
        position: relative;
        right: 0;
        top: 0;
        background: url(../images/f-ico-hr.svg) no-repeat center;
        background-size: 100% auto;
        width: 100%;
        height: 2px;
    }
    .ft_link .menu02 .f-menu ul {
        padding: 0 0 0 1.375em;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .ft_link .menu02 .f-menu ul li {
        width: calc(50% - 0.375em);
    }
    .ft_link .menu02 .f-menu ul li:nth-child(2n) {
        margin-left: 0.75em;
    }
    .ft_link .menu02 .f-menu ul li a {
        padding-left: 0.7142857143em;
        font-weight: 400;
    }
    .ft_link .menu02 .f-menu ul li a:before {
        width: max(0.2142857143em, 3px);
        height: 1px;
        background: #fff;
        top: 0.7142857143em;
    }
    .ft_link ul {
        display: flex;
        flex-flow: column;
        position: relative;
        z-index: 2;
    }
    .ft_link ul li {
        width: 100%;
    }
}
.menu01 .ttl {
    padding-bottom: 0;
    margin-bottom: 0.2em !important;
}
.ft_link .ttl {
    margin-bottom: 1.3333333333em;
    padding-left: 0;
    font-size: 1.3125em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    padding-top: 0.1904761905em;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
    padding-right: 1.4285714286em;
    margin-right: 2.1em;
    border-right: 1px solid #5b5b5b;
    flex-shrink: 0;
}
.ft_link .ttl::before {
    display: none;
}
.ft_link ul:last-child {
    margin-bottom: 0;
}
.ft_link li {
    margin-bottom: 0.5625em;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #fff;
}
.ft_link li.last {
    margin-bottom: 29px;
}
.ft_link li:last-child {
    margin-bottom: 0;
}
.ft_link a {
    position: relative;
    color: inherit;
    font-size: 0.875em;
    letter-spacing: 0.05em;
    font-weight: 300;
    padding-left: 0.7142857143em;
}
.ft_link a::before {
    content: "";
    position: absolute;
    background: url(../images/f-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.2857142857em;
    height: 0.5714285714em;
    left: 0;
    top: 0.5em;
}
.ft_link a:hover {
    opacity: 1;
}
.copyright {
    margin-top: -3.125em;
}
.copyright > p {
    text-align: left;
    font-size: 0.8125em;
    font-family: var(--f-en);
    letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
    header {
        font-size: 1.25vw;
    }
    footer .inner_big {
        padding: 0;
    }
    footer,
    .fixed_banner {
        font-size: 1.25vw;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
    .pc_navi > ul > li {
        margin-right: 0.8em;
        max-width: 11em;
    }
    .pc_navi > ul > li:nth-child(2) {
        max-width: 8.5em;
    }
    .right_head {
        max-width: 54em;
    }
    .header_top {
        padding: 0.3125em 1.1875em 0.3125em 0.875em;
    }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*# sourceMappingURL=style.css.map */