@charset "UTF-8";
:root {
    --f-notosans: "Zen Kaku Gothic Antique", sans-serif;
    --f-jp: "Zen Maru Gothic", sans-serif;
    --f-en: "Jost", sans-serif;
    --main-color: #099339;
    --clr1: #454545;
    --clr2: #099339;
    --clr3: #91c800;
    --ttl_size: 30px;
    --wrapper: 100px;
}


/*==========================================================================*/


/*//////////////////////////////////////////////////////////////////////////*/


/*//////                                                              //////*/


/*//////  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: #64b5f7;
}

a:not(.tel_click):hover,
a:not(.tel_click):active {
    color: #64b5f7;
}

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;
    }
	.fixed_banner .mess:hover>p{
		color:var(--clr1);
	}
    .f-btn a:hover {
        box-shadow: 0 0 0 1px var(--main-color);
        background: #fff;
        color: var(--main-color);
        opacity: 1;
    }
    footer .f-box01 .f-list-ct li a:hover {
        opacity: 1;
    }
    .ft_link a:hover {
        color: var(--main-color);
        transition: 0.3s all;
    }
}

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;
    font-weight: 500;
}

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: 0;
    overflow: hidden;
}

.inner_big,
.inner,
.inner_sm {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.inner_big {
    max-width: 1300px;
}

.inner {
    max-width: 1200px;
}

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

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

.en {
    font-family: var(--f-en);
}

.btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: 0.877778em;
    height: 12px;
    right: 1.15em;
    top: calc(50% - 6px);
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 12' %3E%3Cpath d='M12.444,5.999 L12.444,6.4 L13.999,5.999 L7.777,11.999 L6.222,11.0 L10.700,6.999 L0.0,6.999 L0.0,5.0 L10.578,5.0 L6.222,1.1 L7.777,0.0 L13.999,5.999 L12.444,5.999 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);
}

.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 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    padding: 0.5em 1.1em 0.6em;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: var(--main-color);
    text-decoration: none;
    text-align: left;
    background-color: #099339;
    color: #fff;
    font-family: var(--f-jp);
    transition: all 0.3s;
    border-radius: 10px;
}

.btn-group .btn.style01 a:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background: url(../images/idx-ico-btn01.svg) no-repeat center;
    background-size: 100% 100%;
}

.btn-group .btn.style01 a::after {
    display: none;
}

.btn-group .btn.style01 a:hover {
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .btn-group .btn.style01 a:hover::after {
        right: 1em;
    }
}

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


/* 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;
    max-width: 1920px;
    margin: 0 auto;
    right: 0;
}

header.active,
.ovh header {
    background-color: #fff;
}

.header_top {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1.5625em 0 0.3125em 1.5em;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

h1 {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    padding: 0;
    border: 0;
}

.logo {
    width: 31%;
    max-width: 28.125em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo a {
    display: block;
    width: 100%;
    text-align: left;
}

.right_head {
    width: 70%;
    max-width: 49.25em;
    display: flex;
    justify-content: flex-end;
    background: #fff;
    border-top-left-radius: 2.1875em;
    border-bottom-left-radius: 2.1875em;
    padding-right: 1.875em;
}

.right_head .idx-h-insta {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.pc_navi {
    width: 100%;
    display: flex;
}

.pc_navi>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    padding-left: 1.375em;
}

.pc_navi>ul>li {
    position: relative;
}

.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: 10px;
    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:last-child>a:before,
.pc_navi>ul>li:last-child>p:before {
    display: none;
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 0.9375em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: var(--f-jp);
    transition: all 0.2s ease;
    color: var(--clr1);
    padding: 1.6em 1.2em;
}

.pc_navi>ul>li>a:before,
.pc_navi>ul>li>p:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 1.5625em;
    background: #e2e2e2;
}

.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: 66.6666666667%;
    font-weight: 600;
}

.pc_navi>ul>li:hover a.title::after,
.pc_navi>ul>li:hover p.title::after {
    transform: translateY(5px);
}

.pc_navi>ul>li:last-child .subInner {
    right: 0;
    transform: translate(0, 100%);
}

.pc_navi>ul .subInner {
    position: absolute;
    width: 430px;
    right: 50%;
    bottom: 0;
    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;
    display: flex;
    flex-wrap: wrap;
}

.pc_navi>ul .subInner ul li {
    padding: 0 10px;
    width: calc(100% / 2);
}

.pc_navi>ul .subInner ul li a {
    position: relative;
    display: block;
    padding: 1em 0.5em 1em 1.5em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 13px;
    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;
}

.txt-tbl-time {
    font-size: 0.875em;
    line-height: 1.7em;
    letter-spacing: 0.01em;
    font-weight: 500;
}

.txt-tbl-time span {
    letter-spacing: 0.1em;
}

.txt-tbl-time span:last-child {
    margin-left: 1.25em;
    letter-spacing: 0.05em;
}

.cl-green {
    color: var(--main-color) !important;
}

.cl-yellow {
    color: #fdd000 !important;
}

.idx-ct-right {
    flex: 1;
}

.tbl-time {
    box-shadow: 0 0 0 1px #e2e2e2;
    border-radius: 0.625em;
    margin-top: 1.5625em;
    margin-bottom: 0.75em;
}

.tbl-time tr th {
    background: #f1f8ef;
    font-weight: 500;
}

.tbl-time tr th,
.tbl-time tr td {
    border: none;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-size: 0.875em;
    padding: 1.0714285714em 0.7142857143em;
    text-align: center;
    width: 10.4%;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.tbl-time tr th:first-child,
.tbl-time tr td:first-child {
    width: 10.4285714286em;
}

.tbl-time tr th:last-child,
.tbl-time tr td:last-child {
    border-right: 0;
}

.tbl-time tr:last-child td,
.tbl-time tr:last-child td {
    border-bottom: 0;
}

.tbl-time tr:first-child th:first-child {
    border-top-left-radius: 0.7142857143em;
}

.tbl-time tr:first-child th:last-child {
    border-top-right-radius: 0.7142857143em;
}

.tbl-time tr:not(:first-child) th,
.tbl-time tr:not(:first-child) td {
    padding: 0.8571428571em 0.7142857143em;
}

.tbl-time tr:not(:first-child) td:first-child {
    letter-spacing: 0.15em;
    padding-left: 1.0714285714em;
}

.idx-fx-ct {
    display: flex;
}

.idx-ct-left {
    margin-right: 3.25em;
}

.idx-ct-left .idx-logo {
    margin-left: -0.875em;
    margin-bottom: 0.4375em;
}

.idx-ct-left .idx-address {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.idx-ct-left .idx-address:before {
    content: "";
    position: relative;
    background: url(../images/idx-ico-address.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.125em;
    height: 1.25em;
    margin-right: 0.625em;
}

.idx-ct-left .idx-box-ct {
    padding-top: 1.125em;
    background: url(../images/idx-ico-hr02.svg) no-repeat top center;
    background-size: 100% 2px;
}

.idx-ct-left .idx-box-ct .idx-tel {
    margin-bottom: 0.375em;
    line-height: 1em;
}

.idx-ct-left .idx-box-ct .idx-tel a {
    text-decoration: none;
    color: var(--main-color);
    font-family: var(--f-en);
    font-size: 2.125em;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: 600;
}

.idx-ct-left .idx-box-ct .idx-tel a span {
    font-size: 0.5882352941em;
    margin-right: 0.25em;
    font-weight: 500;
}

.idx-ct-left .idx-box-ct .idx-fax {
    line-height: 1em;
    font-size: 1.25em;
    color: var(--main-color);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--f-en);
}

.idx-ct-left .idx-box-ct .idx-fax span {
    margin-right: 0.3125em;
}

.idx-ct-left .idx-box-ct .idx-address02 {
    background: #f1f8ef;
    min-width: 21.3333333333em;
    min-height: 3.3333333333em;
    display: flex;
    border-radius: 0.5555555556em;
    align-items: center;
    justify-content: center;
    font-size: 1.125em;
    color: var(--main-color);
    font-family: var(--f-jp);
    font-weight: 600;
    margin-top: 1em;
    padding-left: 0.2777777778em;
}

.idx-ct-left .idx-box-ct .idx-address02 .ico {
    position: relative;
    padding-right: 1em;
    margin-right: 1em;
    line-height: 0;
}

.idx-ct-left .idx-box-ct .idx-address02 .ico:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 2px;
    background: url(../images/idx-ico-hr03.svg) no-repeat center;
    background-size: 100% 100%;
    height: 1.6666666667em;
}
.box-map{
position: absolute;
    right: 12.1875em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 19.25em;
    width: 42.125em;
    min-width: 420px;
    min-height: 190px;
    padding: 15px;
    border-radius: 5px;
    background: #f6f6f6;
    display: none;
    cursor: default;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-map.active{
	    display: flex;
    
}
.fixed_banner>div.access{
	cursor:pointer;
}
.fixed_banner .box-map p{
	text-align:center;
	position:relative
}
.fixed_banner .box-map .idx-address {
        color: var(--clr1);
    letter-spacing: 0.09em;
    display: flex;
    justify-content: center;
}
.fixed_banner .box-map .idx-address02 {
    background: #f1f8ef;
    min-width: 21.3333333333em;
    min-height: 3.3333333333em;
    display: flex;
    border-radius: 0.5555555556em;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    color: var(--main-color);
    font-family: var(--f-jp);
    font-weight: 600;
    margin-top: 1em;
    padding-left: 0.2777777778em;
	margin-bottom:0.5em
}
.fixed_banner .box-map .idx-address02 .ico{
	margin-right:0.5em
}
.fixed_banner .box-map .idx-address:before {
    content: "";
    position: relative;
    background: url(../images/idx-ico-address.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.125em;
    height: 1.25em;
    margin-right: 0.625em;
	display:block;
	margin-left:0;
}
.fixed_banner .box-map p:before{
	display:none;
}
.fixed_banner .box-map .idx-address02 .ico img{
	width:1.25em;
	height:1.25em;
}
.fixed_banner .box-map .btn-map a{
	display: flex;
    justify-content: center;
    align-items: center;
    color: var(--clr1);
    position: relative;
    font-family: var(--f-en);
    text-decoration: none;
    letter-spacing: 0;
}
.fixed_banner .box-map .btn-map a .ico{
	margin-left:0.5em
}
.fixed_banner .box-map .btn-map a .ico img{
	width:1.25em;
	height:1.25em;
}

@media only screen and (min-width: 769px) {
	.fixed_banner>div.access:hover>p{
		color:var(--clr1);
	}

    footer .f-box01 .f-list-ct li:last-child a:hover .ttl {
        color: var(--main-color) !important;
    }
    .right_head .idx-h-insta a:hover {
        opacity: 1;
    }
    footer .f-box01 .f-list-ct li:first-child a:hover {
        opacity: 0.7;
        transition: 0.3s all;
    }
    footer .f-box01 .f-list-ct li a:hover .ttl {
        color: var(--clr1);
        transition: 0.3s all;
    }
    .idx-ct-left .idx-logo a:hover {
        opacity: 1;
    }
    .pc_navi>ul .col2 .subInner {
        width: 28em;
    }
    .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: 100px;
    }
}

@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: 10;
    bottom: 70px;
    right: 30px;
}

.totop.active {
    opacity: 1;
    visibility: visible;
}

.totop .icon {
    background: var(--main-color);
    border: 0px;
    width: 60px;
    height: 60px;
    margin: 0;
    position: relative;
    border-radius: 10px;
}

.totop .icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px 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;
    top: 16.5714285714em;
    right: 0px;
    z-index: 15;
    transition: right 0.3s ease-in-out;
}

.fixed_banner:hover {
    right: 0;
}

.fixed_banner>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #daefe1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff !important;
    height: 8.5714285714em !important;
}

.fixed_banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.fixed_banner p {
    margin-bottom: 0;
    color: var(--main-color);
    letter-spacing: 0.12em;
    font-size: 1.7142857143em;
    font-family: var(--f-jp);
    font-weight: 500;
    line-height: 1.2222222222;
    text-align: center;
}

.fixed_banner p::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: block;
    width: 1.167em;
    height: 1.167em;
    margin: 0 auto 7px;
}

.fixed_banner .mess {
    height: 10.2857142857em !important;
}

.fixed_banner .mess p {
    padding-top: 0;
}

.fixed_banner .mess p::before {
    background-image: url("../images/idx-sliderbar-mess.svg");
}

.fixed_banner .mess p i {
    font-style: normal;
}

.fixed_banner .mess p span {
    writing-mode: tb-rl;
}

.fixed_banner .web p::before {
    background-image: url("../images/idx-sliderbar-web.svg");
}

.fixed_banner .line p::before {
    background-image: url("../images/idx-sliderbar-line.svg");
}

.fixed_banner .access p::before {
    background-image: url("../images/idx-sliderbar-access.svg");
}

@media only screen and (min-width: 769px) {
    .fixed_banner {
        font-size: 10px;
    }
    .fixed_banner>div {
        width: 7.8125em;
        height: 9em;
        margin-bottom: 10px;
        min-width: 11.5em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 720px) {
    .fixed_banner {
        font-size: 8.75px;
    }
    .totop {
        right: 10px;
        bottom: 40px;
    }
    .totop .icon {
        width: 50px;
        height: 50px;
    }
}

.f-btn {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.f-btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.125em;
    font-family: var(--f-jp);
    font-weight: 500;
    background: var(--main-color);
    color: #fff;
    min-width: 13.0555555556em;
    min-height: 3.3333333333em;
    border-radius: 0.5555555556em;
    padding-left: 1.1111111111em;
	padding-right:3em;
	padding-top:0.3em;
	padding-bottom:0.3em;
    transition: 0.3s all;
}

.f-btn a:before {
    content: "";
    position: absolute;
    right: 0.8888888889em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-btn01.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.1111111111em;
    height: 1.1111111111em;
}

footer {
    padding: 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

footer:beforE {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/f-box02-ico.png) no-repeat center;
    background-size: 100% 100%;
    width: 23.5em;
    height: 22.875em;
}

footer .f-map {
    line-height: 0;
}

footer .f-map iframe {
    height: 31.25em;
}

footer .f-recruit {
    background: url(../images/idx-recruit-bg01.jpg) no-repeat center;
    background-size: 100% 100%;
    min-height: 48.125em;
    padding: 1em;
    position: relative;
}

footer .f-recruit-box {
    background: url(../images/idx-recruit-bg03.png) no-repeat center;
    background-size: 100% 100%;
    min-height: 45.625em;
    padding: 5.1875em;
    position: relative;
}

footer .f-recruit-box:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% + 1px);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: calc(100% + 2em);
    height: calc(100% + 2.0625em);
    background: url(../images/idx-recruit-bg02.png) no-repeat center;
    background-size: 100% auto;
    z-index: 1;
}

footer .f-recruit-img {
    background: url(../images/idx-recruit-img01.jpg) no-repeat top center;
    background-size: cover;
    min-height: 35.625em;
    border-radius: 1.875em;
}

footer .f-recruit-cnt {
    position: absolute;
    left: -1em;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    width: 33.75em;
    height: 29.375em;
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
    padding: 3.125em 5em 2.9375em 6.25em;
    box-shadow: 0 0 0 0.625em rgba(255, 255, 255, 0.5);
}

footer .f-recruit-cnt:before {
    content: "";
    position: absolute;
    right: -3.6875em;
    bottom: -4.9375em;
    background: url(../images/idx-recruit-txt.svg) no-repeat center;
    background-size: 100% 100%;
    width: 25.1875em;
    height: 12.25em;
}

footer .f-recruit-cnt .ttl-recruit {
    font-size: 1.875em;
    font-family: var(--f-jp);
    font-weight: 600;
    text-align: center;
    background: linear-gradient(180deg, rgb(216, 222, 0) 0%, rgb(76, 179, 50) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0.2em;
    margin-bottom: 1.0333333333em;
    position: relative;
}

footer .f-recruit-cnt .ttl-recruit:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../images/idx-recruit-hr.svg) no-repeat bottom center;
    background-size: 100% 2px;
    width: 100%;
    height: 2px;
}

footer .f-recruit-cnt .ttl-recruit02 {
    letter-spacing: 0.1em;
    font-size: 1.5em;
    color: vaR(--main-color);
    font-family: var(--f-jp);
    line-height: 1.5em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.4166666667em;
}

footer .f-recruit-cnt .txt {
    margin-bottom: 1.3125em;
}

footer .f-recruit-cnt .txt>p {
    letter-spacing: 0;
    color: var(--clr1);
}

footer .f-box01 {
    padding-top: 4.5625em;
}

footer .f-box01 .tbl-time tr th,
footer .f-box01 .tbl-time tr td {
    width: 11%;
}

footer .f-box01 .tbl-time tr th:first-child,
footer .f-box01 .tbl-time tr td:first-child {
    width: 100px !important;
}

footer .f-box01 .idx-address {
    color: var(--clr1);
    letter-spacing: 0.09em;
    padding-bottom: 0.75em;
    margin-bottom: 0.3125em;
}

footer .f-box01 .idx-box-ct .idx-fax {
    letter-spacing: 0.075em;
}

footer .f-box01 .idx-fax {
    letter-spacing: 0;
}

footer .f-box01 .txt-tbl-time {
    color: var(--clr1);
}

footer .f-box01 .f-list-ct {
    display: flex;
    margin-top: 3.125em;
    justify-content: space-between;
    background: url(../images/f-ico-hr.svg) no-repeat bottom center;
    background-size: 100% 2px;
    padding-bottom: 3.1875em;
}

footer .f-box01 .f-list-ct li {
    max-width: 15.6875em;
    width: 25%;
}

footer .f-box01 .f-list-ct li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/f-bg-list.svg) no-repeat center;
    background-size: 100% 100%;
    min-width: 15.6875em;
    min-height: 7.5em;
    padding-top: 0.3125em;
}

footer .f-box01 .f-list-ct li a .ico {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .f-box01 .f-list-ct li a .img {
    line-height: 0;
    margin-bottom: 0.625em;
}

footer .f-box01 .f-list-ct li a .ttl {
    color: var(--main-color);
    font-size: 1.25em;
    font-family: var(--f-jp);
    letter-spacing: 0.05em;
    font-weight: 500;
}

footer .f-box02 {
    padding-top: 4.3125em;
    padding-left: 0.3125em;
    padding-bottom: 4.0625em;
}

footer .f-box02 .inner_sm {
    position: relative;
}

footer p {
    margin-bottom: 0;
}

footer p,
footer a {
    color: #fff;
    text-decoration: none;
}

.ft_link {
    width: 100%;
}

.ft_link a {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .ft_link .menu01 {
        flex-shrink: 0;
        display: flex;
        margin-right: 3.625em;
    }
    .ft_link .menu01 ul {
        margin-left: 1.1875em;
        padding-left: 1.8125em;
        margin-top: -0.375em;
        border-left: 1px solid #e2e2e2;
    }
    .ft_link .menu02 {
        width: 100%;
        display: flex;
        flex-shrink: 0;
    }
    .ft_link .menu02 .f-box-menu {
        display: flex;
        margin-left: 1.125em;
        border-left: 1px solid #e2e2e2;
        padding-left: 1.875em;
    }
    .ft_link .menu02 .f-fx-menu {
        display: flex;
    }
    .ft_link .menu02 .f-fx-menu ul {
        margin-right: 0.625em;
    }
    .ft_link .menu02 .f-fx-menu ul:last-child {
        margin-right: 0;
    }
    .ft_link .menu02 .f-box {
        margin-right: 3.4375em;
    }
    .ft_link .menu02 .f-box:last-child {
        margin-right: 0;
    }
    .ft_link .menu02 .f-menu {
        margin-bottom: 2.8125em;
    }
    .ft_link .menu02 .f-menu:last-child {
        margin-bottom: 0;
    }
    .ft_link .menu02 .f-menu:last-child .f-fx-menu ul {
        margin-right: 2.625em;
    }
    .ft_link .menu02 .ttl02 {
        color: var(--clr1);
        font-weight: 600;
        font-family: var(--f-jp);
        display: flex;
        align-items: center;
        position: relative;
        margin-top: -0.625em;
        margin-bottom: 0.5625em;
    }
    .ft_link .menu02 .ttl02:last-child {
        margin-bottom: 0;
    }
    .ft_link .menu02 .ttl02 a {
        font-weight: 600;
    }
    .ft_link .menu02 .ttl02 a:before {
        display: none;
    }
    .ft_link .menu02 .ttl02::before {
        content: "";
        left: 0;
        top: 0;
        width: 0.375em;
        height: 0.375em;
        border-radius: 50%;
        background: var(--main-color);
        display: block;
        margin-right: 0.75em;
    }
    .ft_link .menu02 ul {
        margin-left: 1.125em;
    }
    .ft_link .menu02 ul li a {
        letter-spacing: 0.06em;
    }
    .ft_link .menu02 ul li a:before {
        background: #b3d100;
        width: 0.3125em;
        height: 2px;
        border-radius: 0;
        margin-right: 0.6em;
    }
    .ft_link ul {
        display: flex;
        flex-direction: column;
        height: fit-content;
    }
}

.ft_link .ttl {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1em;
    font-weight: 500;
    color: var(--main-color);
    letter-spacing: 0.1em;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
    writing-mode: tb-rl;
    height: fit-content;
}

.ft_link .ttl::before {
    display: none;
}

.ft_link ul:last-child {
    margin-bottom: 0;
}

.ft_link li {
    margin-bottom: 0.7em;
    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;
    padding-left: 0em;
    color: var(--clr1);
    font-size: 0.9375em;
    font-family: var(--f-jp);
    letter-spacing: 0.1em;
    display: flex;
    font-weight: 500;
    width: fit-content;
    align-items: center;
}

.ft_link a::before {
    content: "";
    left: 0;
    top: 0;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background: var(--main-color);
    display: block;
    margin-right: 0.8em;
}

.ft_link a:hover {
    opacity: 1;
}

.copyright {
    position: absolute;
    right: 0.75em;
    bottom: 0;
}

.copyright>p {
    font-size: 0.75em;
    font-family: var(--f-jp);
    letter-spacing: 0.1em;
    font-weight: 600;
    color: var(--main-color);
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    header,
    footer {
        font-size: 1.25vw;
    }
    .right_head .idx-h-insta img {
        width: 2.8125em;
        height: auto;
    }
    footer .f-box01 .f-list-ct li a .img img {
        height: 2.1875em;
        width: auto;
    }
    footer .f-box01 .f-list-ct li a .ico img {
        width: 1.25em;
        height: auto;
    }
    .pc_navi>ul>li:nth-child(5) .subInner {
        right: 0;
        transform: translate(0, 100%);
    }
		.box-map {
    position: absolute;
    right: 12em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 19.25em;
    width: 44.125em;
    padding: 15px;
    border-radius: 5px;
    background: #f6f6f6;
    display: none;
    cursor: default;
			min-width: auto;
    min-height: auto;
}
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
    .ft_link .menu02 .ttl02::before,
    .ft_link a::before {
        width: 4px;
        height: 4px;
    }
    .totop .icon {
        width: 40px;
        height: 40px;
    }
    footer .f-box01,
    footer .f-box02 {
        padding-left: 5em;
        padding-right: 5em;
    }
    .fixed_banner {
        font-size: 0.75vw;
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 11px;
    }

}


/*==========================================================================*/


/*==========================================================================*/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/*==========================================================================*/


/*                                INDEX                                     */


/*==========================================================================*/


/*==========================================================================*/


/*==========================================================================*/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/*==========================================================================*/


/*                                Under                                     */


/*==========================================================================*/


/*==========================================================================*/


/*==========================================================================*/


/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/


/*# sourceMappingURL=style.css.map */