@charset "UTF-8";

:root {
    --f-notosans: "Zen Maru Gothic", sans-serif;
    --f-jp: "Zen Maru Gothic", sans-serif;
    --main-color: #00a45d;
    --clr1: #666666;
    --clr2: #ffea7c;
    --ttl_size: 30px;
    --wrapper: 100px
}

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%)
}

body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-notosans);
    font-weight: 500
}

address,
blockquote,
button,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
select,
td,
textarea,
th {
    font-size: 100%;
    -webkit-text-size-adjust: none
}

article,
aside,
figure,
footer,
header,
main,
nav,
picture,
section {
    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):active,
a:not(.tel_click):hover {
    color: #64b5f7
}

a.tel_click {
    text-decoration: none;
    color: inherit
}

.br_auto {
    display: inline-block
}

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

.ft_logo a:hover,
.logo a:hover,
a.ft_logo:hover,
a.logo: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
}

p {
    line-height: 2;
    letter-spacing: 0.1em;
    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
}

html {
    overflow-x: auto !important
}

.wrapper {
    padding-top: var(--wrapper);
    overflow: hidden
}

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

.inner_big {
    max-width: 1220px
}

.inner {
    max-width: 1190px
}

.inner_sm {
    max-width: 1100px
}

.fullWidthBreak {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.yt {
    max-width: 960px;
    margin: 0px auto
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.txt_ver {
    writing-mode: vertical-rl
}

@media only screen and (min-width:769px) {
    .txt_ver_pc {
        writing-mode: vertical-rl
    }
}

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

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

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

@media only screen and (max-width:768px) {
    .pc_only {
        display: none !important
    }
}

@media only screen and (min-width:1001px) {
    .br_1000 {
        display: none !important
    }
}

@media only screen and (max-width:768px),
only screen and (min-width:1001px) {
    .pc_1000 {
        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
    }
}

@media only screen and (min-width:451px) {
    .sp_450 {
        display: none !important
    }
}

.accBtn:after,
.accBtn:before {
    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>.content>div:not(.active) {
    display: none
}

.TabContainer.init .TabContent {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.TabContainer.init .TabContent>.content {
    transition: all 0.3s ease-in-out;
    background-color: #ffffff
}

.TabContainer.init .TabContent>.content>div {
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    background-color: #ffffff
}

.TabContainer.init .TabContent>.content>div.active {
    opacity: 1;
    z-index: 2;
    visibility: visible
}

.TabContainer .TabPager {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-width: 100px;
    position: relative;
    z-index: 2;
    height: 71px;
    margin-bottom: 27px;
    border-bottom: 1px solid var(--main-color)
}

.TabContainer .TabPager>div {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 18px;
    padding: 9px 20px 0;
    width: calc((100% - 36px) / 3);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 0;
    border-radius: 10px 10px 0 0;
    height: 60px
}

.TabContainer .TabPager>div:last-child {
    margin-right: 0
}

.TabContainer .TabPager>div:after,
.TabContainer .TabPager>div:before {
    content: "";
    position: absolute;
    transition: all 0.3s ease
}

.TabContainer .TabPager>div:before {
    inset: 10px 10px 0;
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
    z-index: -1
}

.TabContainer .TabPager>div:after {
    top: 0;
    left: 0;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: calc(100% - 10px);
    background-color: #ffffff;
    z-index: -2
}

.TabContainer .TabPager>div .tt {
    position: relative;
    color: #a3a3a3;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    transition: all 0.3s ease;
    padding-left: 47px;
    letter-spacing: 0
}

.TabContainer .TabPager>div .tt:after,
.TabContainer .TabPager>div .tt:before {
    content: "";
    position: absolute;
    top: -0.1111111111em;
    bottom: 0;
    left: 0;
    margin: auto;
    width: round(1.9444444444em, 1px);
    height: round(1.9444444444em, 1px);
    border-radius: 50%
}

.TabContainer .TabPager>div .tt:before {
    background-color: #ffffff
}

.TabContainer .TabPager>div .tt:after {
    background-color: #a3a3a3;
    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
}

.TabContainer .TabPager>div:first-child .tt:after {
    mask-image: url(../images/idx03_tab01_ic.svg);
    -webkit-mask-image: url(../images/idx03_tab01_ic.svg)
}

.TabContainer .TabPager>div:nth-child(2) .tt:after {
    mask-image: url(../images/idx03_tab02_ic.svg);
    -webkit-mask-image: url(../images/idx03_tab02_ic.svg)
}

.TabContainer .TabPager>div:nth-child(3) .tt:after {
    mask-image: url(../images/idx03_tab03_ic.svg);
    -webkit-mask-image: url(../images/idx03_tab03_ic.svg)
}

.TabContainer .TabPager>div.active {
    z-index: 1;
    height: 70px
}

.TabContainer .TabPager>div.active:before {
    background-color: #f3f9f3;
    border-radius: 5px
}

.TabContainer .TabPager>div.active:after {
    height: calc(100% + 1px);
    border-color: var(--main-color)
}

.TabContainer .TabPager>div.active .tt {
    color: var(--main-color)
}

.TabContainer .TabPager>div.active .tt:after {
    background-color: var(--main-color)
}

@media only screen and (min-width:769px) {
    .TabContainer .TabPager>div:hover:before {
        background-color: #f3f9f3
    }

    .TabContainer .TabPager>div:hover:after {
        border-color: var(--main-color)
    }

    .TabContainer .TabPager>div:hover .tt {
        color: var(--main-color)
    }

    .TabContainer .TabPager>div:hover .tt:after {
        background-color: var(--main-color)
    }
}

@media only screen and (min-width:1921px) {
    .TabContainer .TabPager {
        height: 72px
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .TabContainer .TabPager>div .tt {
        font-size: 16px
    }
}

.rel {
    position: relative
}

.ovh {
    overflow: hidden !important
}

.ovs {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

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

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

.btn a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20.5px;
    height: 20.5px;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
    transition: 0.3s all
}

.btn-group .btn.style01 {
    width: 100%;
    min-width: 100px;
    max-width: 343px;
    overflow: hidden
}

.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 57px;
    padding: 0.3em 1.5em 0.25em;
    position: relative;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.3125;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: #00a45d;
    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
}

.slick-prev {
    left: -55px
}

.slick-next {
    right: -55px
}

@media only screen and (min-width:769px) and (max-width:1080px) {
    body {
        font-size: 87.5%
    }
}

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

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

.header_top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 16px 20px 5px 36px;
    height: 100%;
    transition: all 0.3s ease-in-out
}

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

.logo {
    width: 32%;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px
}

.logo a {
    text-align: center
}

.right_head {
    width: 68%;
    max-width: 734px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.idx-fx-h {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px
}

.idx-fx-h .idx-h-address {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1em;
    padding-right: 10px;
    margin-right: 10px;
    letter-spacing: 0.09em;
    border-right: 1px solid #d1d1d1
}

.idx-fx-h .idx-h-tel {
    line-height: 1em;
    position: relative;
    bottom: 3px
}

.idx-fx-h .idx-h-tel a {
    line-height: 1em;
    text-decoration: none;
    font-size: 12px;
    color: var(--main-color);
    font-weight: bold;
    letter-spacing: 0.1em
}

.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 {
    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: -0.5em;
    left: calc(50% - 4.5px);
    transition: all 0.5s ease
}

.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: center;
    align-items: center;
    margin: 0;
    height: 2.5em;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    color: var(--main-color)
}

.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>.subInner {
    position: absolute;
    width: 220px;
    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;
    padding-top: 15px
}

.pc_navi>ul .subInner.active {
    opacity: 1;
    visibility: visible
}

.pc_navi>ul .subInner ul {
    background-color: var(--main-color);
    padding-bottom: 0.625em
}

.pc_navi>ul .subInner ul li {
    padding: 0 0.625em
}

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

.pc_navi>ul .subInner ul .sub-menu-link-head>a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--clr2);
    border-radius: 100%
}

.pc_navi>ul>li.full>.subInner .subInner {
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 100%
}

.pc_navi>ul>li.full>.subInner .subInner ul {
    background: transparent;
    display: flex;
    flex-wrap: wrap
}

.pc_navi>ul>li.full>.subInner>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pc_navi>ul>li.full>.subInner>ul>li {
    width: 50%
}

.pc_navi>ul>li.full>.subInner .subInner ul li {
    width: 50%
}

.pc_navi>ul>li.full>.subInner>ul>li.mn-full {
    width: 100%
}

.pc_navi>ul>li.full>.subInner>ul>li.mn-full .subInner ul li {
    width: 25%
}

.pc_navi>ul>li.full>.subInner .subInner a {
    font-size: 80%
}

.pc_navi>ul>li.full>a {
    pointer-events: none
}

@media only screen and (min-width:769px) {
    .pc_navi>ul .col2 .subInner {
        width: 30em
    }

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

    .pc_navi>ul .full .subInner {
        width: 56em
    }
}

@media (min-width:769px) and (max-height:720px),
only screen and (min-width:769px) and (max-width:1366px) {
    :root {
        --wrapper: 85px
    }
    .pc_navi>ul>li.menu-item-has-children>a:after, .pc_navi>ul>li.menu-item-has-children>p:after{bottom: 0;}
}
@media only screen and (min-width:769px) and (max-width:1280px) {

}

@media only screen and (max-width:992px) and (min-width:769px) {
    :root {
        --ttl_size: 22px;
        --wrapper: 80px
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .header_top {
        padding-left: 20px
    }

    .right_head {
        padding-right: 10px
    }

    .pc_navi>ul>li>a,
    .pc_navi>ul>li>p {
        font-size: min(16px, 1.5vw)
    }

    .logo {
        width: 30%
    }
}

@media only screen and (max-width:992px) and (min-width:769px) {
    .pc_navi>ul .full .subInner {
        width: 51em
    }

    .pc_navi>ul .subInner ul li a {
        padding: 0.8em 0em 0.8em 1.2em
    }

    .pc_navi>ul>li.full>.subInner .subInner ul li {
        padding-right: 0
    }
}

.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 td,
.time_sheet table th {
    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 td:first-child,
.time_sheet table th:first-child {
    width: auto;
    padding-left: 1.9%
}

.time_sheet table td:last-child,
.time_sheet table th: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
}

.idx-fixed-bnr {
    position: fixed;
    right: 74px;
    bottom: 71px;
    width: 43.2em;
    height: 14.4em;
    background: #fff;
    border-radius: 10px;
    z-index: 10;
    border: 2px solid var(--main-color);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 10px
}

.idx-fixed-bnr .ico-close {
    position: absolute;
    right: 1.8em;
    top: -2em;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--main-color)
}

.idx-fixed-bnr .ico-close:hover img {
    opacity: 0.8
}

.idx-fixed-bnr .ico-close img {
    max-width: 3.7em
}

.idx-fixed-bnr .idx-fixed-fx {
    display: flex;
    padding: 0 0 0 1em;
    height: 100%;
    align-items: flex-end
}

.idx-fixed-bnr .idx-fixed-fx .img {
    line-height: 0;
    margin-right: 1.3em;
    position: relative;
    top: 0.1em
}

.idx-fixed-bnr .idx-fixed-fx .img img {
    max-width: 14em
}

.idx-fixed-bnr .idx-fixed-fx .cnt {
    padding-bottom: 1.7em
}

.idx-fixed-bnr .idx-fixed-fx .cnt .ttl {
    margin-bottom: 0.8em
}

.idx-fixed-bnr .idx-fixed-fx .cnt .ttl span {
    display: inline-block;
    font-size: 2.2em;
    color: vaR(--main-color);
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative
}

.idx-fixed-bnr .idx-fixed-fx .cnt .ttl span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background: var(--clr2);
    border-radius: 5px
}

.idx-fixed-bnr .idx-fixed-fx .cnt .txt {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.08em;
    letter-spacing: 0.1em;
    color: var(--main-color)
}

.idx-fixed-bnr.hide {
    opacity: 0;
    visibility: hidden
}

@media (min-width:769px) and (max-height:720px),
only screen and (min-width:769px) and (max-width:1024px) {
    .idx-fixed-bnr {
        font-size: min(8px, 0.7vw);
        right: 65px;
        bottom: 20px
    }
}

.totop {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 19;
    bottom: 15px;
    right: 20px
}

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

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

.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%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }
}

@keyframes fixed_banner {
    0% {
        left: 0;
        opacity: 1
    }

    to {
        left: -3px;
        opacity: 0.7
    }
}

.idx_gallery {
    position: relative;
    z-index: 1;
    padding-bottom: 30px
}

.idx_gallery .list {
    display: flex
}

.idx_gallery .list .img {
    margin: 0 15px
}

.idx_gallery .list .img img {
    overflow: hidden;
    border-radius: 15px
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    .idx_gallery .list .img img {
        max-width: 350px;
        width: 100%
    }
}

.fixed_banner {
    position: fixed;
    top: 170px;
    right: 0px;
    z-index: 15;
    transition: right 0.3s ease-in-out;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 14%);
}

.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;
    width: 5.5em;
    padding: 2.1em 0 2.2em;
    background:  url(../images/idx-sliderbar-hr.svg) no-repeat bottom center;
    background-size: 2.5em 2px
}

.fixed_banner>div:last-child {
    background-image: none;
}

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

.fixed_banner>div> p {
    margin-bottom: 0;
    color: var(--main-color);
    letter-spacing: 0.1em;
    line-height: 1.2222222222;
    text-align: center;
    writing-mode: tb-rl;
    text-orientation: upright;
    font-weight: 600;
    display: flex
}

.fixed_banner >div >p:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: block;
    width: 100%;
    margin-bottom: 0.3125em;
    height: 1.25em;
    width: 1.375em
}
.fixed_banner .tel >p:before {
    width: 1.1em;
    height: 1.1em;
    background-image: url("../images/ic_tel.svg")
}
.fixed_banner .web >p:before {
    background-image: url("../images/idx-sliderbar-ico01.svg")
}

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

.fixed_banner .time >p:before {
    background-image: url("../images/idx-sliderbar-ico03.svg")
}

.fixed_banner .map >p:before {
    background-image: url("../images/idx-sliderbar-ico04.svg")
}
.fixed_banner >div .f-close{
    display: none;
}
.fixed_banner >div.active .f-close{
    display: block;
}
.fixed_banner >div.active .f-open{
    display: none;
}
.fixed_banner >div.active >p::before{
    background-image: url(../images/close.svg);
    width: 1em;
    height: 1em;

}
.fixed_banner .f-modal{
    position: absolute;
    left: 105%;
    bottom: 0;
    opacity: 0;
    background: #fff;
    width: 46.5em;
    padding: 2.5em;
    transition: 0.3s ease all;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.fixed_banner .f-modal-map p{
    font-size: 1.4em;
}
.fixed_banner .f-modal-map .f-ttl{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 19px;
}
.fixed_banner .f-modal-map .f-ttl:before{
    content: "";
    position: relative;
    width: round(0.375em, 1px);
    height: round(0.375em, 1px);
    border-radius: 50%;
    background: var(--clr2);
    left: 0;
    top: 0;
    margin-right: 0.625em;
    flex: 0 0 auto;
}
.fixed_banner .f-modal-map .f-ttl::after{
    content: "";
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: url(../images/f-ico-hr.svg) repeat-x center;
    background-size: auto 1px;
    max-width: 41.625em;
    margin-left: 10px;
}
.fixed_banner .f-modal-map .f-ttl span{
    color: var(--main-color);
    flex-shrink: 0;
    font-weight: 600;
}
.fixed_banner .f-modal-map .f-address02{
    font-size: 1.4em;
    display: flex;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.fixed_banner .f-modal-map .f-btn{font-size: 1.2em;}
.fixed_banner .f-modal-map .f-btn a{
    min-width: 152px;
    min-height: 48px;
}
.fixed_banner .f-modal-map .f-address02 .ico{
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #f3f9f3;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7142857142857143em;
}
.fixed_banner .f-modal-map .f-fx-address{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed_banner .f-modal .tbl-time {
    font-size: 9px;
}
.fixed_banner .f-modal .tbl-time tr:not(:first-child) td{background-color: #f3f9f3;}
.fixed_banner >div.active .f-modal{
    left: initial;
    transition: 0.3s ease all;
    right: 115%;
    opacity: 1;
}
.fixed_banner .f-modal-tel{
    width: 27em;
    padding: 1em;
}
.fixed_banner .f-modal-tel .box-in{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.fixed_banner .f-modal-tel .bx-tel .tt-tel{
    text-decoration: none;
    display: table;
    margin: 0 auto;
    font-size: 2.5em;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1.2em;
    position: relative;
}
.fixed_banner .f-modal-tel .bx-tel .tt-tel::before{
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background: url(../images/ic_tel.svg) no-repeat center/contain;
}
.fixed_banner .f-modal-tel .bx-tel a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fixed_banner .f-modal-tel .bx-tel{position: relative;overflow: hidden;}
@media only screen and (min-width:769px) {
    .fixed_banner {
        font-size: 10px
    }

    .fixed_banner >div >p {
        font-size: 1.4em
    }

    .fixed_banner >div >p:before {
        margin-bottom: 0.1875em;
        position: relative;
        left: 1px;
    }
    .fixed_banner .tel >p:before{margin-bottom: 0.25em;}
    .fixed_banner .web.st02 {
        padding-top: 1.9em
    }

    .fixed_banner .web.st02 p:before {
        margin-bottom: 0.1875em
    }

    .fixed_banner .time {
        padding-top: 2em
    }

    .fixed_banner .map p:before {
        margin-bottom: 0.3125em
    }
    
    .fixed_banner .f-modal-tel{
        top: 0;
        margin: auto;
        height: 7.5em;
    }
    .fixed_banner .map:hover >p, .fixed_banner .time:hover >p, .fixed_banner .tel:hover >p{
        opacity: 0.7;
    } 
}

@media (min-width:769px) and (max-height:720px),
only screen and (min-width:769px) and (max-width:1366px) {
    .fixed_banner {
        font-size: 8px;
        top: 100px;
    }
    .fixed_banner>div{
        padding: 1.1em 0 1.2em;
    }
    .fixed_banner >div>p {
        font-size: 1.5em
    }

    .totop {
        right: 10px;
        bottom: 10px
    }

    .totop .icon {
        width: 45px;
        height: 45px
    }

    .totop .icon:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        top: -3px
    }

    .fixed_banner p {
        letter-spacing: 0
    }
    .fixed_banner .f-modal{
        padding: 1.5em;
    }
    .fixed_banner .f-modal-map .f-ttl{
        font-size: 1.8em;
    }
    .fixed_banner .f-modal-map .f-ttl:before{top: 2px;}
    .fixed_banner .f-modal-map .f-address02{font-size: 1.6em;}
    .fixed_banner .f-modal-map .f-address02 .ico{
        width: 2.8em;
        height: 2.8em;
        margin-right: 0.3em;
    }

    .fixed_banner .f-modal-map .f-btn{font-size: 1.4em;}
    .fixed_banner .f-modal-map .f-btn a{
        min-width: 104px;
        min-height: 40px;
        padding: 5px 29px 5px 13px;
    }
    .fixed_banner .f-modal-map .f-btn a:after{
        width: 16px;
        height: 16px;
        right: 7px;
    }
    .fixed_banner .f-modal-time .txt-tbl-note{font-size: 1.4em;}
    .fixed_banner .f-modal .tbl-time{
        font-size: min(8px, 1vw);
    }
    .fixed_banner .f-modal .tbl-time tr td:first-child{padding: 1.2222222222em 0.2em 1.77777778em;}
    .fixed_banner .f-modal .tbl-time tr td:first-child{padding: 1.2222222222em 0.2em 1.77777778em;}
    .fixed_banner .f-modal-time{
        bottom: -2.5em;
    }
}

.txt-tbl-note {
    color: var(--main-color);
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.05em;
    margin-top: 9px
}

.f-list-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px
}

.f-list-btn li {
    width: 50%;
    max-width: 192px;
    margin-right: 15px;
    margin-bottom: 15px
}

.f-list-btn li:nth-child(2n) {
    margin-right: 0
}

.f-list-btn li:last-child {
    margin-right: 0;
    max-width: 398px;
    width: 100%
}

.f-list-btn li:last-child a {
    min-width: 100%
}

.f-btn a {
    text-decoration: none;
    color: #fff;
    background: var(--main-color);
    min-height: 57px;
    min-width: 192px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    padding: 5px 25px;
    position: relative
}

.f-btn a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20.5px;
    height: 20.5px;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
    transition: 0.3s all
}

.f-btn a:hover {
    opacity: 1;
    color: #FFF
}

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

.tbl-time {
    border-radius: 10px;
    overflow: hidden;
    font-size: 10px
}

.tbl-time tr td,
.tbl-time tr th {
    border: 0;
    font-size: 1.6em;
    font-weight: 600;
    padding: 1.125em 0.5em 1.125em;
    text-align: center;
    width: 9% !important
}

.tbl-time tr td:first-child,
.tbl-time tr th:first-child {
    width: 7.5em !important
}

.tbl-time tr:not(:first-child) td {
    padding: 1.5625em 0.5em 2em;
    background: #fff url(../images/f-ico-hr.svg) no-repeat bottom center;
    background-size: 483px 10px
}

.tbl-time tr:last-child td {
    background: #fff
}

.tbl-time tr th {
    background: var(--main-color);
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: 400
}

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

.tbl-time tr td {
    background: #fff;
    color: var(--main-color)
}

.tbl-time tr td.cl {
    color: #c2c2c2
}

.tbl-time tr td:first-child {
    font-size: 1.8em;
    padding: 1.2222222222em 0.4444444444em 1.77777778em
}

.tbl-time tr:nth-child(3) td:first-child {
    padding-top: 0.9444444444em;
    padding-bottom: 1.3333333333em
}

.tbl-time tr:nth-child(3) td:not(:first-child) {
    padding-top: 1.1875em;
    padding-bottom: 1.5em
}

footer {
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

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

footer .f-map iframe {
    height: 500px
}

footer .f-box02 {
    background: #f3f9f3;
    padding-top: 100px;
    padding-bottom: 183px
}

footer .f-box02-fx {
    display: flex
}

footer .f-box02-fx .f-left {
    margin-top: 5px;
    max-width: 484px;
    margin-right: 70px;
    width: 48%;
    flex-shrink: 0
}

footer .f-box02-fx .f-left .f-logo {
    padding-bottom: 0;
    margin-bottom: 27px;
    margin-top: -2px;
    margin-left: -2px
}

footer .f-box02-fx .f-left .f-address {
    color: var(--clr1);
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 10px
}

footer .f-box02-fx .f-left .f-address span {
    letter-spacing: 0.21em
}

footer .f-box02-fx .f-left .f-tel {
    margin-bottom: 23px
}

footer .f-box02-fx .f-left .f-tel a {
    text-decoration: none;
    display: inline-flex;
    color: var(--main-color);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 1em
}

footer .f-box02-fx .f-left .f-tel a span {
    font-size: 25px;
    margin-top: 5px;
    margin-right: -3px
}

footer .f-box02-fx .f-left .f-tel a span:before {
    display: none
}

footer .f-box02-fx .f-right {
    width: calc(50% + 30px);
    margin-right: -30px
}

footer .f-box02-fx .f-right-frame {
    max-width: 556px;
    background: #fff;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px
}

footer .f-box02-fx .f-right-frame .f-ttl {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 19px
}

footer .f-box02-fx .f-right-frame .f-ttl:before {
    content: "";
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--clr2);
    left: 0;
    top: 0;
    margin-right: 10px
}

footer .f-box02-fx .f-right-frame .f-ttl:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: url(../images/f-ico-hr.svg) repeat-x center;
    background-size: auto 1px;
    max-width: 666px;
    margin-left: 10px
}

footer .f-box02-fx .f-right-frame .f-ttl span {
    font-size: 14px;
    color: var(--main-color);
    flex-shrink: 0;
    font-weight: 600
}

footer .f-box02-fx .f-right-frame .f-fx-address {
    display: flex;
    margin-top: 7px
}

footer .f-box02-fx .f-right-frame .f-fx-address .f-address02 {
    display: flex;
    font-weight: 600;
    color: var(--clr1);
    line-height: 1.35em
}

footer .f-box02-fx .f-right-frame .f-fx-address .f-address02 .ico {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f3f9f3;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

footer .f-box02-fx .f-right-frame .f-fx-address .f-btn {
    max-width: 162px;
    width: 100%
}

footer .f-box02-fx .f-right-frame .f-fx-address .f-btn a {
    min-width: 100%;
    min-height: 42px;
    font-size: 14px;
    letter-spacing: 0.05em
}

footer .f-box02-fx .f-right-frame .f-fx-address .f-btn a:before {
    right: 15px
}

footer .f-box03 {
    background: #fff;
    padding-bottom: 93px;
    position: relative;
    z-index: 0
}

footer .f-box03:before {
    content: "";
    position: absolute;
    top: -138px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ft_mask.svg) no-repeat center top/100% auto;
    z-index: -1
}

footer .f-box03 .inner_sm {
    padding: 0 10px 0 23px
}

footer .f-box03 .inner_sm .fblock {
    margin-top: -10px
}

footer p {
    margin-bottom: 0
}

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

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;
    display: inline-block
}

@media only screen and (min-width:769px) {
    .ft_link .link_list.fblock {
        flex-wrap: nowrap
    }

    .ft_link .menu01 {
        width: calc(27.5% - 1.8em);
        max-width: 275px;
        margin-right: 1.8em
    }

    .ft_link .menu01 .ttl:after {
        background: url(../images/idx-track-hr.svg) no-repeat top center;
        background-size: 156% 3px
    }

    .ft_link .menu02 {
        width: 71%
    }

    .ft_link .menu02 .ttl {
        margin-bottom: 17px
    }

    .ft_link ul {
        display: flex;
        flex-flow: column
    }

    .ft_link ul li {
        width: 100%
    }
}

.ft_link .f-fx-menu02 {
    display: flex
}

.ft_link .f-fx-menu02 .ttl {
    margin-bottom: 20px
}

.ft_link .f-fx-menu02 .f-menu:last-child {
    flex: 1
}

.ft_link .f-fx-menu02 .f-menu .ttl {
    letter-spacing: 0
}

.ft_link .f-fx-menu02 .f-menu .ttl:after {
    background: url(../images/f-ico-hr-menu02.svg) no-repeat center;
    background-size: auto 1.5px;
    background-position: left center;
    background-repeat: repeat-x
}

.ft_link .f-fx-menu02 .f-menu:first-child {
    margin-right: 69px
}

.ft_link .f-fx-menu02 .f-menu:first-child .ttl:after {
    background: url(../images/f-ico-hr-menu.svg) no-repeat center;
    background-size: 205% auto
}

.ft_link .f-fx-menu02 ul:first-child {
    margin-right: 28px
}

.ft_link .f-fx-menu02 ul li {
    margin-bottom: 4px
}

.ft_link .f-fx-menu02 ul li a {
    font-size: 14px;
    padding-left: 0.95em;
    color: var(--clr1)
}

.ft_link .f-fx-menu02 ul li a:before {
    border-radius: 0;
    top: 12px;
    width: 5px;
    height: 1px;
    background: var(--main-color)
}

.ft_link .f-fx-menu02 .f-menu-fx {
    display: flex
}

.ft_link .f-fx-menu {
    display: flex;
    margin-bottom: 30px
}

.ft_link .f-fx-menu .f-menu {
    flex-shrink: 0
}

.ft_link .f-fx-menu .f-menu:first-child {
    margin-right: 55px
}

.ft_link .f-fx-menu .f-menu:nth-child(2) {
    margin-right: 25px
}

.ft_link .f-fx-menu .f-menu:nth-child(3) {
    margin-right: 27px
}

.ft_link .f-fx-menu .f-menu ul {
    margin-left: 1.2em
}

.ft_link .f-fx-menu .f-menu ul li {
    margin-bottom: 4.5px
}

.ft_link .f-fx-menu .f-menu ul li a {
    color: var(--clr1);
    font-weight: 600;
    padding-left: 0.85em;
    font-size: 14px
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    footer .f-box02-fx .f-right {
        width: 52%;
        margin-right: 0
    }

    footer .f-box02-fx .f-left {
        margin-right: 3%;
        width: 45%
    }
}

@media only screen and (min-width:769px) {
    .ft_link .f-fx-menu .f-menu ul li a:hover {
        color: var(--main-color);
        text-decoration: underline
    }
}

.ft_link .f-fx-menu .f-menu ul li a:before {
    border-radius: 0;
    top: 12px;
    width: 5px;
    height: 1px;
    background: var(--main-color)
}

.ft_link .f-fx-menu .ttl02 {
    position: relative;
    color: var(--main-color);
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-left: 1.15em;
    font-weight: 600;
    margin-bottom: 3px
}

.ft_link .f-fx-menu .ttl02:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: var(--clr2);
    border-radius: 100%
}

.ft_link .f-fx-menu .ttl02 a {
    padding-left: 0
}

.ft_link .f-fx-menu .ttl02 a:before {
    display: none
}

.ft_link a:hover {
    color: var(--main-color)
}

@media only screen and (min-width:769px) {
    .ft_link a:hover {
        color: #62c99c
    }

    .ft_link .f-fx-menu02 ul li a:hover {
        color: var(--main-color);
        text-decoration: underline
    }
}

.ft_link .ttl {
    margin-bottom: 21px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    letter-spacing: 0.1em;
    line-height: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    position: relative
}

.ft_link .ttl:after {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: url(../images/f-ico-hr-menu.svg) no-repeat center;
    background-size: 100% 5px;
    margin-left: 15px
}

.ft_link .ttl span {
    flex-shrink: 0
}

.ft_link .ttl:before {
    display: none
}

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

.ft_link li {
    margin-bottom: 0.65em;
    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: var(--main-color);
    letter-spacing: 0.01em;
    padding-left: 1.15em;
    font-weight: 600
}

.ft_link a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--clr2);
    border-radius: 100%
}

.ft_link a:hover {
    opacity: 1
}

.copyright {
    margin-top: -25px
}

.copyright p {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em
}

@media only screen and (min-width:1921px) {
    footer .f-box02 {
        padding-bottom: 10vw
    }

    footer .f-box03:before {
        top: -7vw;
        background-size: 105% auto
    }
}

@media only screen and (max-width:1920px) and (min-width:1281px) {
    footer .f-box03:before {
        background-size: 104% auto
    }
}

@media only screen and (max-width:1200px) and (min-width:769px) {
    .ft_link .f-fx-menu02 .f-menu:first-child {
        margin-right: 5%
    }

    .ft_link .f-fx-menu .f-menu:first-child {
        margin-right: 3%
    }

    .ft_link .f-fx-menu .f-menu:nth-child(2) {
        margin-right: 3%
    }

    .ft_link .f-fx-menu .f-menu:nth-child(3) {
        margin-right: 3%
    }

    .ft_link .f-fx-menu02 ul li a {
        font-size: 12px
    }

    .ft_link .f-fx-menu .ttl02 {
        font-size: 14px;
        padding-left: 1em
    }
}

@media only screen and (max-width:1000px) and (min-width:769px) {

    .ft_link .f-fx-menu,
    .ft_link .f-fx-menu02 {
        flex-wrap: wrap
    }

    .ft_link .menu01 {
        width: calc(38.5% - 1.8em)
    }

    .ft_link .f-fx-menu .f-menu:first-child {
        width: 14%
    }

    .ft_link .f-fx-menu .f-menu:nth-child(2) {
        width: 82%;
        margin-right: 0
    }

    .ft_link .f-fx-menu .f-menu:nth-child(2)>ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
        max-height: 10em;
        margin-bottom: 15px
    }

    .ft_link .f-fx-menu .f-menu:nth-child(2)>ul>li {
        width: 50%
    }

    .ft_link .f-fx-menu02 .f-menu:last-child {
        width: 100%;
        flex: auto;
        margin-top: 15px
    }

    .ft_link .f-fx-menu02 .f-menu:last-child>ul {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
        max-height: 3em
    }

    .ft_link .f-fx-menu02 .f-menu:last-child>ul>li {
        width: 55%
    }

    .ft_link .f-fx-menu02 .f-menu:last-child>ul>li:last-child {
        width: 37%
    }

    .ft_link .f-fx-menu02 .f-menu .ttl:after {
        background-size: auto 1px;
        background-position: left center;
        background-repeat: repeat-x
    }

    .ft_link .menu01 .ttl,
    .ft_link .menu02 .ttl {
        margin-bottom: 10px
    }

    .tbl-time {
        font-size: min(9px, 0.9vw)
    }

    .txt-tbl-note {
        font-size: 12px
    }

    .f-list-btn li {
        width: 47%
    }

    .f-btn a {
        min-width: auto;
        padding: 5px 25px 5px 20px;
        letter-spacing: 0.05em
    }

    footer .f-box02-fx .f-right-frame .f-fx-address .f-btn a {
        font-size: 12px
    }

    footer .f-box02-fx .f-right-frame .f-fx-address .f-btn a:after {
        right: 8px
    }

    footer .f-box02-fx .f-right-frame {
        padding: 15px
    }

    footer .f-box02-fx .f-right-frame .f-fx-address .f-address02 {
        width: 75%
    }

    footer .f-box02-fx .f-right-frame .f-fx-address .f-btn {
        width: 52%
    }
}

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