@charset "UTF-8";
:root {
    --f-notosans: "Zen Maru Gothic", sans-serif;
    --f-jp: "Zen Maru Gothic", sans-serif;
    --f-en: "Barlow", sans-serif;
    --main-color: #bea567;
    --clr1: #595757;
    --clr2: #bea567;
    --ttl_size: 30px;
    --wrapper: 140px;
}


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


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


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


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

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

.idx-btn {
    width: 25%;
    max-width: 15.6875em;
    margin-right: 1.5625em;
}

.idx-btn:nth-child(4n) {
    margin-right: 0;
}

.idx-btn a {
    display: flex;
    align-items: center;
    background: #fff;
    color: #82c14d;
    font-size: 1em;
    text-align: left;
    text-decoration: none;
    min-height: 4.375em;
    border: 1px solid #deefd0;
    border-radius: 35px;
    padding-left: 1.5em;
    letter-spacing: 0.13em;
    position: relative;
    justify-content: space-between;
    padding-right: 1.16em;
    font-weight: 600;
    transition: 0.3s all;
    line-height: 1.5em;
}

.idx-btn a .ico {
    line-height: 0;
}

.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;
    letter-spacing: 0;
}

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


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

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;
    }
    footer .f-box01 .f-logo a:hover,
    .f-logo02 a:hover {
        opacity: 1;
    }
}


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


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


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


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


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

.tbl-time01 tr th {
    background: #5997bc !important;
    color: #fff !important;
}

.tbl-time01 tr td:not(:first-child).cl-yellow {
    color: #5997bc !important;
}

.tbl-time02 tr th {
    background: #f09d9d !important;
    color: #fff !important;
}

.tbl-time02 tr td:not(:first-child).cl-yellow {
    color: #f09d9d !important;
}

.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);
    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;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.hamburger-btn {
    display: none;
}

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

.btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    right: 1em;
    top: calc(50% - 10px);
    background: url(../images/udr-ico-btn.svg) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 21px;
}

.btn-group {
    font-size: 0.625em;
    margin-top: -49px;
}

.btn-group.btn-group02 .btn.style01 a {
    border: 1px solid #ebe7e3;
    color: var(--main-color);
    background: #fff;
}

.btn-group.btn-group02 .btn.style01 a:after {
    background: url(../images/udr-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
}

.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: 54px;
    padding: 0.95em 1.25em;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: var(--main-color);
    transition: all 0.3s;
    border-radius: 40px;
}

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

.cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.09375em;
}

.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}

.idx-btn a svg {
    width: 24px;
    height: auto;
}


/* Tablet
-------------------------------------------*/

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .idx-btn a svg {
        width: 1.5em !important;
        height: 1.5em !important;
    }
    .idx-btn a svg .cls-1 {
        width: 1.5em;
        height: 1.5em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
    body {
        font-size: 87.5%;
    }
    .idx-btn a svg {
        width: 15px !important;
        height: 15px !important;
    }
}


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


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


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


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


/*                           Header - Footer                                */


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

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wrapper);
    z-index: 20;
}

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

header.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header.active .logo {
    top: 0;
}

header.active .logo img {
    width: 8.125em;
    height: auto;
}

.header_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 3.125em 0 0px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.header_top .logo img {
    width: 11.25em;
    height: auto;
}

.idx-fx-ct {
    display: flex;
    height: fit-content;
    margin-bottom: -0.4375em;
}

.idx-fx-ct .h-address {
    line-height: 1.42em;
    font-size: 0.84375em;
    font-weight: 600;
    letter-spacing: 0;
    margin-right: 1.1em;
    margin-top: 1.57em;
    margin-bottom: 0;
}

.idx-fx-ct .h-address span {
    letter-spacing: 0.1em;
}

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

.idx-fx-ct .h-list-ct li:first-child {
    margin-right: 0.625em;
}

.idx-fx-ct .h-list-ct li:first-child a {
    min-width: 10.1em;
    font-size: 1.375em;
    letter-spacing: 0.05em;
    min-height: 2.4em;
    padding-bottom: 0.15em;
    padding-left: 0.3em;
}

.idx-fx-ct .h-list-ct li:first-child a .ico {
    margin-right: 0.4em;
}

.idx-fx-ct .h-list-ct li:first-child a .ico img {
    width: 1.546em;
    height: auto;
}

.idx-fx-ct .h-list-ct li a {
    min-width: 8.8em;
    text-decoration: none;
    min-height: 3em;
    background: #bea567;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.09375em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.idx-fx-ct .h-list-ct li a .ico {
    margin-right: 0.625em;
    flex-shrink: 0;
}

.idx-fx-ct .h-list-ct li a .ico img {
    width: 1.944em;
    height: auto;
}

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

.logo {
    width: 25%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 3.125em;
    margin-left: -0.875em;
}

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

.right_head {
    width: 70%;
    max-width: 814px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pc_navi {
    width: 100%;
}

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

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

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

.pc_navi>ul>li:last-child:after {
    display: none;
}

.pc_navi>ul>li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 1.5625em;
    background: url(../images/idx-ico-menu.svg) no-repeat center;
    background-size: contain;
    right: -1em;
}

.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: 0.5625em;
    height: 0.3125em;
    position: absolute;
    bottom: -0.5em;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease;
}

.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: 1em;
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: all 0.2s ease;
    color: var(--clr1);
}

.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:nth-child(8) .subInner {
    width: 350px;
}

.pc_navi>ul .subInner>ul {
    display: flex;
    flex-wrap: wrap;
}

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

.pc_navi>ul>li:nth-child(6) .subInner ul li:first-child,
.pc_navi>ul>li:nth-child(6) .subInner ul li:nth-child(5) {
    width: 100%;
}

.pc_navi>ul .subInner {
    position: absolute;
    width: 420px;
    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 5px;
}

.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: 12px;
    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;
}

@media only screen and (min-width: 769px) {
    footer .f-box03 .fblock ul li a:hover {
        color: var(--main-color);
        transition: 0.3s all;
    }
    footer .f-box01-cnt .idx-btn a:hover,
    footer .f-recruit-cnt .idx-btn a:hover {
        background: #bea567;
        color: #fff;
    }
    .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%;
    }
}

.idx_gallery .item {
    margin: 0 10px;
}

.idx_gallery .item img {
    border-radius: 15px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --wrapper: 135px;
    }
}

@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: 19;
    bottom: 1.875em;
    right: 1.875em;
}

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

.totop .icon {
    background: var(--main-color);
    border: 0px;
    width: 3.75em;
    height: 3.75em;
    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: 0.9375em solid transparent;
    border-right: 0.9375em solid transparent;
    border-bottom: 0.9375em 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: 250px;
    right: 0px;
    z-index: 15;
    transition: right 0.3s ease-in-out;
}

.fixed_banner .web.active .open {
    display: none;
}

.fixed_banner .mail.active .close {
    display: flex;
}

.fixed_banner .box-map.active {
    display: block;
}

.fixed_banner .mail.active .open {
    display: none;
}

.fixed_banner .web.active .close {
    display: flex;
}

.fixed_banner .box-time.active,
.fixed_banner .box-map.active {
    display: block;
}

.fixed_banner .web.active>p:before,
.fixed_banner .mail.active>p:before {
    background: url(../images/idx-close.png) no-repeat center !important;
    background-size: 100% auto;
}

.fixed_banner .box-time .tbl-time.tbl-time01 {
    margin-bottom: 0.9375em;
}

.fixed_banner .ttl-tbl {
    writing-mode: initial !important;
    font-size: 1em;
    height: auto;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 0.625em;
}

.fixed_banner .ttl-tbl:before {
    display: none;
}

.fixed_banner .box-map {
    background: #f6f6f6 !important;
    position: absolute;
    right: 3.75em;
    top: 0;
    margin: auto 0;
    height: 8.75em;
    width: 31.25em;
    border: 0;
    padding: 0.9375em;
    border-radius: 0;
    display: none;
}

.fixed_banner .box-time {
    background: #f6f6f6 !important;
    position: absolute;
    right: 3.75em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 147%;
    width: 31.25em;
    border: 0;
    padding: 0.9375em;
    border-radius: 0;
    display: none;
}

.fixed_banner .box-time .tbl-time tr th,
.fixed_banner .box-time .tbl-time tr td {
    padding: 0.85em 0.525em 0.85em;
    font-size: 0.75em
}

.fixed_banner .box-time .txt-tbl:before,
.fixed_banner .box-map p:before {
    display: none;
}

.fixed_banner .box-map .btn_map a .ico {
    margin-right: 0.625em;
}

.fixed_banner .box-map .btn_map a .ico img {
    width: 1.125em;
    height: auto;
}

.fixed_banner .box-map .btn_map a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.3em;
    width: fit-content;
    margin: 0 auto;
    color: var(--clr1);
}

.fixed_banner .box-map .txt-map {
    font-size: 1.1em !important;
    margin-bottom: 1.25em;
}

.fixed_banner .box-time .tbl-time {
    margin-top: 0;
}

.fixed_banner .box-time .txt-tbl,
.fixed_banner .box-map .txt-map,
.fixed_banner .box-map .btn_map {
    writing-mode: initial;
    font-size: 0.75em;
    text-align: left;
    display: block;
    width: 100%;
    height: fit-content;
    margin-top: 0.625em;
    line-height: 1.5em;
}

.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;
	cursor:pointer;
}

.fixed_banner .mail {
    margin-bottom: 0 !important;
}

.fixed_banner>div .close {
    display: none;
}

.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: #fff;
    letter-spacing: 0.12em;
    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: 100%;
    margin-bottom: 8px;
}

.fixed_banner .tel {
    background-color: #b3b3b3;
}

.fixed_banner .tel p::before {
    background-image: url("../images/shared_fixed_bnr_icon01.png");
}

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

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

.fixed_banner .web {
    background-color: #ccc;
}

.fixed_banner .web p::before {
    background-image: url("../images/shared_fixed_bnr_icon02.png");
}

.fixed_banner .mail {
    background-color: #dcdcdc;
}

.fixed_banner .mail p::before {
    background-image: url("../images/shared_fixed_bnr_icon03.png");
}

@media only screen and (min-width: 769px) {
    .fixed_banner .mail:hover,
    .fixed_banner .web:hover {
        opacity: 0.7;
        transition: 0.3s all;
    }
    .fixed_banner>div {
        width: 3.75em;
        height: 8.6875em;
        background: #fff !important;
        border: 1px solid var(--main-color);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-bottom: 0.625em;
    }
    .fixed_banner>.web p:before {
        background: url(../images/idx-sliderbar-ico-map.png) no-repeat center !important;
        background-size: 100% auto !important;
    }
    .fixed_banner>.mail p:before {
        background: url(../images/idx-sliderbar-ico-time.png) no-repeat center !important;
        background-size: 100% auto !important;
    }
    .fixed_banner p {
        font-size: 1em;
        letter-spacing: 0.05em;
        writing-mode: tb-rl;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 600;
        color: var(--clr1);
    }
    .fixed_banner p:before {
        content: "";
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        background: url(../images/idx-sliderbar-ico01.svg) no-repeat center !important;
        background-size: 100% auto;
        width: 1.25em;
        height: 1.25em;
        margin-bottom: 0.3125em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 720px) {
    .totop {
        right: 10px;
    }
    .fixed_banner {
        top: 215px;
    }
    .totop .icon {
        width: 2.75em;
        height: 2.75em;
    }
}

.tbl-time {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ebe7e3;
}

.tbl-time tr th,
.tbl-time tr td {
    font-size: 1em;
    padding: 2.07em 1em;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.01em;
    border-color: #ebe7e3;
    color: #595757;
}

.tbl-time tr th:first-child,
.tbl-time tr td:first-child {
    width: 9.0625em;
    border-left: 0;
}

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

.tbl-time tr:first-child th,
.tbl-time tr:first-child td {
    border-top: 0;
}

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

.tbl-time tr td:first-child {
    letter-spacing: 0.1em;
}

.tbl-time tr th {
    background: #faf5f1;
    width: 11.4%;
}

footer {
    padding: 0;
    position: relative;
    background-color: #fff;
}

footer .idx_gallery {
    position: relative;
    z-index: 1;
}

footer .f-box01 .inner_big {
    position: relative;
}

footer .f-box01 .inner_big:before {
    content: "";
    position: absolute;
    right: -15.25em;
    top: -4.9375em;
    background: url(../images/f-ico01.svg) no-repeat center;
    background-size: contain;
    width: 34em;
    height: 23.4375em;
    z-index: 1;
}

footer .f-box01 .f-logo {
    margin-top: -1.4375em;
    text-align: center;
    margin-right: 1.1875em;
    margin-bottom: 2.2em;
}

footer .f-box01-fx {
    display: flex;
    padding: 0 5.5em;
}

footer .f-box01-cnt {
    width: 20em;
    flex-shrink: 0;
    margin-left: 3.9em;
    order: 2;
}

footer .f-box01-cnt .f-name {
    font-size: 1.5em;
    font-weight: 600;
    color: #bea567;
    margin-bottom: 0.5em;
}

footer .f-box01-cnt .f-address {
    color: #bea567;
    line-height: 1.5em;
    letter-spacing: 0;
    padding-bottom: 1.9em;
    background: url(../images/f-ico-hr.svg) no-repeat bottom center;
    background-size: 19.625em 3px;
    margin-bottom: 0.5em;
}

footer .f-box01-cnt .f-tel {
    margin-bottom: 0.65em;
}

footer .f-box01-cnt .f-tel a {
    text-decoration: none;
    color: #bea567;
    font-weight: 600;
    font-family: var(--f-en);
    font-size: 2em;
    letter-spacing: 0.05em;
}

footer .f-box01-cnt .f-tel a span {
    font-size: 0.63em;
}

footer .f-box01-cnt .idx-btn a {
    min-width: 11.5em;
    color: #bea567;
    border: 1px solid #ebe7e3;
}

footer .f-box01-cnt .cls-1 {
    fill: #bea567;
}

footer .f-box01-cnt .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

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

footer .f-box01-tbl {
    margin-top: 1em;
    flex: 1;
    position: relative;
    z-index: 1;
    order: 1;
}

footer p {
    margin-bottom: 0;
}

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

footer .f-map {
    margin-top: 6.3em;
    position: relative;
    z-index: 1;
}

footer .f-map:before {
    content: "";
    position: absolute;
    left: -5.0625em;
    top: -6.25em;
    background: url(../images/f-ico02.svg) no-repeat center;
    background-size: contain;
    width: 18.6875em;
    height: 7.25em;
    z-index: -1;
}

footer .f-map .map {
    height: 20.82em;
    background: #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #fff;
}

footer .f-box02 {
    background: #faf5f1;
    padding-top: 4.3em;
    padding-bottom: 6.3em;
}

footer .f-recruit .inner_big {
    padding: 0;
}

footer .f-recruit-box {
    background: #fff;
    width: 68em;
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
    margin-top: -15.3125em;
    padding-top: 13.3em;
    position: relative;
}

footer .f-recruit-cnt {
    position: relative;
    padding-left: 6em;
    max-width: 35.625em;
    padding-bottom: 2.1em;
    z-index: 1;
}

footer .f-recruit-cnt h2 {
    color: #bea567;
    font-size: 4.8125em;
    letter-spacing: 0.1em;
    background: url(../images/idx-ico-jp.svg) no-repeat bottom left;
    background-size: 100px 3px;
    padding-bottom: 0.25em;
    margin-bottom: 0.19em;
    width: fit-content;
    position: relative;
    font-family: var(--f-en);
    font-weight: bold;
    line-height: 1em;
}

footer .f-recruit-cnt h2:before {
    content: "";
    position: absolute;
    right: -0.55em;
    bottom: -0.14em;
    background: url(../images/idx-recruit-ico02.svg) no-repeat center;
    background-size: contain;
    width: 1.702em;
    height: 1.234em;
    z-index: -1;
}

footer .f-recruit-cnt .idx-ttl-jp {
    color: #595757;
    font-size: 1.25em;
    background: transparent;
    margin-left: 0.2em;
    letter-spacing: 0.18em;
    margin-bottom: 0.7em;
}

footer .f-recruit-cnt h3 {
    margin-left: 0.1em;
    color: var(--main-color);
    font-family: var(--f-jp);
    font-size: 1.9375em;
    font-weight: 600;
    line-height: 1.7em;
    letter-spacing: 0;
    margin-bottom: 0.7em;
}

footer .f-recruit-cnt .txt {
    margin-left: 0.2em;
    margin-bottom: 2em;
}

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

footer .f-recruit-cnt .cls-1 {
    fill: #bea567;
}

footer .f-recruit-cnt .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

footer .f-recruit-cnt .idx-btn {
    margin-left: 0.2em;
    position: absolute;
    left: 6.0625em;
    bottom: -2.125em;
}

footer .f-recruit-cnt .idx-btn a {
    color: #bea567;
    border: 1px solid #ebe7e3;
    min-width: 15.6875em;
    letter-spacing: 0.1em;
}

footer .f-recruit .img {
    position: absolute;
    right: -12em;
    bottom: -6.25em;
}

footer .f-recruit .img:before {
    content: "";
    position: absolute;
    left: -2.5625em;
    top: -3em;
    background: url(../images/idx-recruit-ico01.svg) no-repeat center;
    background-size: contain;
    width: 15.4375em;
    height: 10.5625em;
}

footer .f-recruit .img img {
    border-top-left-radius: 1.875em;
}

footer .f-box03 {
    border-top: 1px solid #ebe7e3;
}

footer .f-box03-fx {
    display: flex;
    padding-left: 2.8em;
    padding-top: 4em;
    position: relative;
    padding-bottom: 3.2em;
}

footer .f-box03-fx:before {
    content: "";
    position: absolute;
    left: -8.3125em;
    bottom: -2.5em;
    background: url(../images/f-ico03.svg) no-repeat center;
    background-size: contain;
    width: 25.25em;
    height: 31.4375em;
}

footer .f-box03-cnt {
    padding-top: 1em;
    margin-right: 2.6em;
    min-width: 12em;
}

footer .f-box03-cnt .f-address {
    color: #595757;
    letter-spacing: 0.1em;
    font-size: 0.78125em;
    line-height: 1.55em;
    margin-top: 2em;
}

footer .f-box03-cnt .f-tel {
    margin-top: 0.9em;
}

footer .f-box03-cnt .f-tel a {
    text-decoration: none;
    color: #bea567;
    font-size: 1.3125em;
    font-weight: 600;
    letter-spacing: 0.075em;
    padding-top: 0.35em;
    display: block;
    background: url(../images/f-ico-hr-tel.svg) no-repeat top left;
    background-size: 11.5em 3px;
}

footer .f-box03-cnt .f-tel a span {
    font-size: 0.619em;
}

footer .f-box03 .fblock {
    max-width: 51.875em;
    padding-top: 0.45em;
}

.f-box-menu>ul {
    width: 100% !important;
}

footer .f-box03 .fblock .f-fx-menu {
    display: flex;
    flex-wrap: wrap;
}

footer .f-box03 .fblock .f-fx-menu ul {
    width: 24%;
    margin-right: 0.375em;
}

footer .f-box03 .fblock .f-fx-menu ul:last-child {
    margin-right: 0;
    width: 21%;
}

footer .f-box03 .fblock .ttl {
    color: #bea567;
    font-family: var(--f-en);
    font-size: 1.3125em;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #ebe7e3;
    padding-bottom: 0.85em;
    margin-bottom: 1.1em;
}

footer .f-box03 .fblock ul {
    padding-left: 0.45em;
    max-height: 100% !important;
}

footer .f-box03 .fblock ul li {
    margin-bottom: 0.4em;
    margin-right: 0.5em;
}

footer .f-box03 .fblock ul li:nth-child(4n) {
    margin-right: 0;
}

footer .f-box03 .fblock ul li:nth-child(4) {
    width: fit-content !important;
}

footer .f-box03 .fblock ul li:nth-child(5) a {
    letter-spacing: -1px;
}

footer .f-box03 .fblock ul li>ul {
    margin-top: 0.625em;
    width: 100% !important;
    margin-left: 0.5625em;
    margin-bottom: 0;
}

footer .f-box03 .fblock ul li>ul li {
    margin-bottom: 0.25em;
}

footer .f-box03 .fblock ul li>ul li a {
    font-size: 0.8125em;
    font-weight: 500;
    padding-left: 5px;
    letter-spacing: 0;
    line-height: 1.3em;
    display: inline-block;
}

footer .f-box03 .fblock ul li>ul li a:before {
    top: 0.5625em;
    width: 5px;
    height: 1px;
    border-radius: 0;
}

footer .f-box03 .fblock ul li a {
    color: #595757;
    font-weight: 600;
    font-size: 1em;
    position: relative;
    padding-left: 0.6em;
    letter-spacing: 0.1em;
    transition: 0.3s all;
    display: inline-block;
}

footer .f-box03 .fblock ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6875em;
    width: 0.3125em;
    height: 0.3125em;
    border-radius: 50%;
    background: #bea567;
}

footer .f-box03 .fblock .menu01 ul {
    display: flex;
    flex-direction: row;
}

footer .f-box03 .fblock .menu01 ul li {
    width: 25%;
}

footer .f-box03 .fblock .menu02 ul {
    flex-direction: column;
}

footer .f-box03 .fblock .menu02 ul li {
    width: 100%;
}

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 a {
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .ft_link .menu01 {
        width: 100%;
    }
    .ft_link .menu01 ul {
        max-height: 8em;
    }
    .ft_link .menu02 {
        margin-top: 2.1875em;
        width: 100%;
    }
    .ft_link .menu02 ul {
        max-height: 10em;
    }
    .ft_link .menu02 ul li:nth-child(n+3) {
        max-width: 13em;
    }
    .ft_link ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
    }
    .ft_link ul li {
        width: 50%;
    }
}

.ft_link .ttl {
    margin-bottom: 28px;
    padding-left: 0;
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1;
    pointer-events: none;
    font-family: var(--f-en);
}

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

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

.ft_link li {
    margin-bottom: 1.15em;
    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: inherit;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.ft_link a::before {
    content: "・";
    margin-left: -0.35em;
    border-radius: 100%;
    width: auto;
    height: auto;
}

.ft_link a:hover {
    opacity: 1;
}

.copyright {
    margin: 0 auto 0;
    padding: 1.4375em 0px 1.4375em;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #faf5f1;
}

.copyright>p {
    color: #bea567;
    letter-spacing: 0.1em;
    font-size: 0.78125em;
}

.ttl-tbl {
    font-size: 22px;
    color: var(--main-color);
    line-height: 1.5em;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.ttl-tbl:before {
    content: "";
    position: absolute;
    background: url(../images/udr-ico-h3.svg) no-repeat center;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    top: 7px;
    left: 0;
}

@media only screen and (min-width: 1921px) {
    footer .f-box03 .fblock ul li a:before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .header_top {
        font-size: 1.25vw;
    }
    .f-box01,
    .f-map,
    .f-recruit,
    .f-box03 {
        font-size: 1.25vw;
    }
    footer .f-box01 .f-logo img {
        height: 10em;
        width: auto;
    }
    .idx_gallery .item img {
        width: 22.5em;
        height: auto;
    }
    footer .f-recruit .img img {
        height: 28.125em;
        width: auto;
    }
    .f-logo02 a img {
        height: 8.875em;
        width: auto;
    }
    footer .f-recruit-cnt .txt>p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1080px) {
    footer .f-box02 {
        padding-bottom: 6em;
    }
    .totop .icon {
        width: 3em;
        height: 3em;
    }
    .pc_navi>ul .subInner ul li a {
        font-size: 10px;
    }
    .pc_navi>ul .subInner {
        width: 300px;
    }
    .pc_navi>ul>li>a,
    .pc_navi>ul>li>p {
        font-size: 12px;
    }
    .ttl-tbl {
        font-size: 17px;
        padding-left: 25px;
    }
    .ttl-tbl:before {
        width: 17px;
        height: 17px;
    }
    .fixed_banner {
        top: 150px;
    }
}


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


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


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


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


/*                                INDEX                                     */


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


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


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


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


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


/*                                Under                                     */


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


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


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


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


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