@charset "UTF-8";
:root {
    --f-jp: "Zen Kaku Gothic New", sans-serif;
    --f-en: "Roboto", sans-serif;
    --main-color: #5F9F4B;
    --clr1: #545250;
    --clr2: #504131;
    --clr3: #F4BE8C;
    --ttl_size: 28px;
    --wrapper: 105px;
    --border-radius: 10px
}
body {
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: 17px;
    font-weight: 500;
    background-color: #F8F7F2
}
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 {
    display: table;
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}
a.tel_click {
    text-decoration: none;
    color: inherit
}
@media only screen and (min-width:769px) {
    a:not(.tel_click, [target*=_blank]) {
        transition: all 0.3s ease
    }
    a:not(.tel_click, [target*=_blank]):hover {
        opacity: 0.7
    }
    a.tel_click {
        pointer-events: none
    }
    a:not(.tel_click, [target*=_blank]):active,
    a:not(.tel_click, [target*=_blank]):hover {
        color: #64b5f7
    }
}
.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
}
.flex {
    display: flex;
    flex-wrap: wrap
}
.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
p {
    line-height: 1.88;
    letter-spacing: 0.025em;
    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_max,
.inner_sm {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}
.inner_max {
    max-width: 1480px
}
.inner_big {
    max-width: 1380px
}
.inner {
    max-width: 1140px
}
.inner_sm {
    max-width: 1020px
}
.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
    }
}
.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:769px) {
    .sp_only {
        display: none !important
    }
}
@media only screen and (min-width:451px) {
    .sp_450 {
        display: none !important
    }
}
.TabContainer .TabContent {
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 0px 20px rgba(165, 147, 107, 0.1))
}
.TabContainer .TabContent .content {
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 40px
}
.TabContainer .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;
    padding: 60px 60px
}
.TabContainer .TabContent .content > div.active {
    opacity: 1;
    z-index: 1;
    visibility: visible
}
.TabContainer .TabPager {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0px auto;
    max-width: 1118px
}
.TabContainer .TabPager > div {
    background-color: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 0 5px;
    padding: 25px 20px 24px;
    max-width: 320px;
    width: calc(33.3333333333% - 10px);
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    border-radius: 20px 20px 0px 0px
}
.TabContainer .TabPager > div p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold
}
.TabContainer .TabPager > div.active {
    background-color: var(--clr3);
    z-index: 1
}
.TabContainer.tab_st01 .TabPager {
    max-width: 750px;
    width: 90%;
    margin: 0 auto -48px;
    background-color: #B8DBAC;
    border-radius: 20px;
    padding: 10px;
    position: relative;
    z-index: 2
}
.TabContainer.tab_st01 .TabPager > div {
    border: 2px solid transparent;
    border-radius: 13px;
    background: none;
    width: calc(50% - 0px);
    max-width: 425px;
    margin: 0;
    padding: 19px 20px 17px
}
.TabContainer.tab_st01 .TabPager > div p {
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.05em
}
.TabContainer.tab_st01 .TabPager > div.active {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15)
}
.TabContainer.tab_st01 .TabContent {
    filter: unset
}
.TabContainer.tab_st01 .TabContent .content {
    border-radius: 0;
    position: relative;
    background: url(../images/idx02_bg.jpg) no-repeat center/cover;
    border-top: 8px solid #B8DBAD
}
.TabContainer.tab_st01 .TabContent .content > div {
    padding: 46px 5% 49px
}
.TabContainer.tab_st02 .TabPager > div {
    border-radius: 50px;
    max-width: 360px;
    padding: 10px;
    background-color: transparent;
    display: block
}
.TabContainer.tab_st02 .TabPager > div .tt {
    border-radius: 50px;
    background-color: #DBDBDB;
    font-size: 20px;
    display: block;
    padding: 21px 20px 20px;
    letter-spacing: 0.05em
}
.TabContainer.tab_st02 .TabPager > div.active {
    background-color: rgba(184, 219, 173, 0.3)
}
.TabContainer.tab_st02 .TabPager > div.active .tt {
    background-color: #B8DBAD
}
.TabContainer.tab_st02 .TabContent {
    filter: unset
}
.TabContainer.tab_st02 .TabContent .content {
    background-color: transparent
}
.TabContainer.tab_st02 .TabContent .content > div {
    padding: 47px 10px
}
.cl_orange {
    color: var(--clr3) !important
}
.cl_green {
    color: #5F9F4B !important
}
.rel {
    position: relative
}
.box_center {
    text-align: center
}
.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;
    z-index: 0
}
.key:before {
    content: "";
    position: absolute;
    bottom: -313px;
    left: 0;
    width: 100%;
    height: 382px;
    background: url(../images/key_mask.svg) no-repeat center top/100% auto;
    z-index: -1
}
.br_auto {
    display: inline-block
}
.txt_l {
    float: left;
    width: calc(100% - 385px)
}
.txt_r {
    float: right;
    width: calc(100% - 385px)
}
.link > a {
    position: absolute;
    inset: 0;
    z-index: 1
}
.tel_click {
    display: table;
    text-decoration: none
}
.tel_click .icon {
    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 .icon:before {
    content: "";
    display: block;
    margin-right: 0.3214em;
    margin-top: 0.1786em;
    width: 0.893em;
    height: 0.893em;
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--main-color)
}
.en {
    font-family: var(--f-en)
}
.btn_st01 {
    max-width: 320px;
    width: 100%
}
.btn_st01 a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
    background-color: #B8DBAD;
    border-radius: 55px;
    padding: 0.9375em 2.5em 0.9375em 2.5em;
    min-height: 5.125em;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 5px 5px 0px rgba(93, 85, 25, 0.07);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    transition: 0.3s all
}
.btn_st01 a:after,
.btn_st01 a:before {
    content: "";
    position: absolute;
    transition: 0.3s all
}
.btn_st01 a:before {
    background: url(../images/btn_mask.svg) no-repeat center/contain;
    width: 17.5625em;
    height: 18.1875em;
    top: -5.4375em;
    right: -5.1875em;
    mix-blend-mode: multiply
}
.btn_st01 a:after {
    top: 0;
    bottom: 0;
    right: 2.375em;
    width: 0.875em;
    height: 0.75em;
    background: url(../images/ic_btn.svg) no-repeat center/contain;
    margin: auto
}
.btn_st01 a:hover {
    color: #ffffff;
    opacity: 1
}
@media only screen and (min-width:769px) {
    .btn_st01 a:hover {
        box-shadow: 0 5px 0px rgba(93, 85, 25, 0.17);
        background-color: #5F9F4B
    }
    .btn_st01 a:hover:before {
        transform: translateY(10px)
    }
}
.btn a {
    position: relative;
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--f-jp)
}
.btn a:after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    width: 0.38125em;
    height: 12px;
    right: 5%;
    top: calc(50% - 6px);
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 101' %3E%3Cpath d='M60.957,50.350 L52.385,58.785 L52.329,58.731 L9.523,100.309 L0.950,91.881 L43.698,50.349 L0.950,8.832 L9.523,0.385 L52.326,41.966 L52.385,41.909 L60.957,50.350 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--main-color)
}
.btn-group {
    font-size: 0.625em
}
.btn-group .btn {
    font-size: 1em
}
.btn-group .btn.style01 {
    width: 100%;
    min-width: 180px;
    max-width: 408px;
    overflow: hidden
}
.btn-group .btn.style01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.88889em;
    padding: 0.5em 1em;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background-color: var(--main-color);
    transition: all 0.3s;
    border-radius: 40px
}
.btn-group .btn.style01 a:after {
    background-color: #fff
}
.btn-group .btn.style01 a:hover {
    opacity: 1
}
@media only screen and (min-width:769px) {
    .btn-group .btn.style01 a:hover:after {
        right: 0.5em
    }
}
.btn-group .btn.bg01 a {
    background-color: #fff;
    color: var(--main-color)
}
.btn-group .btn.bg01 a:after {
    background-color: var(--main-color)
}
.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%
}
.slick-arrow {
    display: block;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    position: absolute;
    top: 37%;
    width: 2em;
    height: 2em;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent
}
.slick-arrow:focus {
    outline: 0
}
.slick-prev {
    left: -1em
}
.slick-next {
    right: -1em
}
@media only screen and (min-width:769px) {
    .TabContainer .TabPager > div:not(.active):hover {
        background-color: var(--clr3)
    }
    .TabContainer .TabContent .content:not(.ac) {
        min-height: 31.7647058824em
    }
    .TabContainer.tab_st01 .TabPager > div:not(.active):hover {
        background-color: transparent
    }
    .TabContainer.tab_st01 .TabPager > div:not(.active):hover .tt {
        color: #5F9F4B
    }
    .TabContainer.tab_st01 .TabContent .content:not(.ac) {
        min-height: 35.3529411765em
    }
    .TabContainer.tab_st02 .TabPager > div:not(.active):hover {
        background-color: rgba(184, 219, 173, 0.3)
    }
    .TabContainer.tab_st02 .TabPager > div:not(.active):hover .tt {
        background-color: #B8DBAD
    }
    .TabContainer.tab_st02 .TabContent .content:not(.ac) {
        min-height: 68.6470588235em
    }
}
@media only screen and (min-width:769px) and (max-width:1400px) {
    .TabContainer .TabPager > div {
        padding: 20px 10px 19px
    }
    .TabContainer .TabPager > div .tt {
        font-size: 16px
    }
    .TabContainer .TabContent .content > div {
        padding: 40px 4%
    }
    .TabContainer.tab_st01 .TabPager > div .tt {
        font-size: 18px
    }
    .TabContainer.tab_st02 .TabPager {
        width: 95%
    }
    .TabContainer.tab_st02 .TabPager > div {
        padding: 6px;
        width: calc(33.3333333333% - 6px);
        margin: 0 3px
    }
    .TabContainer.tab_st02 .TabPager > div .tt {
        font-size: 18px;
        padding: 17px 12px 17px
    }
    .TabContainer.tab_st02 .TabContent .content > div {
        padding: 20px 10px
    }
}
@media only screen and (min-width:769px) and (max-width:1024px) {
    .inner,
    .inner_big,
    .inner_max,
    .inner_sm {
        padding-left: 40px;
        padding-right: 40px
    }
    body {
        font-size: 15px
    }
    .btn_st01 a {
        font-size: 14px
    }
    .TabContainer .TabPager > div .tt {
        letter-spacing: 0.05em
    }
}
@media only screen and (max-width:768px) {
    .inner,
    .inner_big,
    .inner_max,
    .inner_sm {
        padding-left: 30px;
        padding-right: 30px
    }
}
h1 {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wrapper);
    z-index: 20;
    background-color: #fff
}
.header_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 2.4em);
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5em 2em;
    height: 100%;
    transition: all 0.3s ease-in-out;
    font-size: 10px
}
.logo {
    width: 25%;
    max-width: 32.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.5em
}
.logo a {
    display: block;
    width: 100%;
    text-align: center
}
.logo img {
    width: auto
}
.h_insta {
    margin: -0.1em 2.1em 0 1.5em
}
.h_insta img {
    max-width: 5.6em
}
.right_head {
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center
}
.pc_navi {
    width: 100%
}
.pc_navi > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    width: 100%
}
.pc_navi > ul > li {
    position: relative
}
.pc_navi > ul > li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 5em;
    background-color: #E8E8E8;
    margin: auto
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
    opacity: 0.8;
    color: var(--main-color)
}
.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.svg) center no-repeat;
    background-size: 100% auto;
    width: 19px;
    height: 19px;
    position: relative;
    display: block;
    margin-left: 14px;
    transition: all 0.5s ease;
    top: 0px
}
.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: 700;
    line-height: 1.5;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
    color: var(--clr1);
    padding: 0 1.5625em 0.0625em 1.5em
}
.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: 31em;
    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 > li > .subInner.active {
    opacity: 1;
    visibility: visible
}
.pc_navi > ul > li > .subInner > ul {
    background-color: var(--main-color);
    padding-bottom: 10px
}
.pc_navi > ul > li > .subInner > ul > li {
    padding: 0 10px
}
.pc_navi > ul > li > .subInner > ul > li.tl_mn > a {
    font-size: 1.7em;
    font-weight: 600;
    border: 1px solid #fff;
    display: table;
    padding: 0.5em 0.8em;
    line-height: 1;
    margin-top: 1em;
    pointer-events: none;
}
.pc_navi > ul > li > .subInner > ul > li.tl_mn > a:before {
    display: none
}
.pc_navi > ul > li > .subInner > ul > li a {
    position: relative;
    display: block;
    padding: 0.8em 0.6em 0.8em 1.6em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease;
    font-size: 1.5em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0.05em
}
.pc_navi > ul > li > .subInner > ul > li a:before {
    content: "›";
    display: block;
    position: absolute;
    top: 50%;
    left: 0.6em;
    transform: translateY(-54%)
}
@media only screen and (min-width:769px) {
    .pc_navi > ul .col2 > .subInner {
        width: 57em
    }
    .pc_navi > ul .col2 > .subInner > ul {
        display: flex;
        flex-wrap: wrap
    }
    .pc_navi > ul .col2 > .subInner > ul > li {
        width: 50%
    }
    .pc_navi > ul .col2 > .subInner .subInner {
        width: 100%;
        bottom: 0
    }
    .pc_navi > ul .col3 .subInner {
        width: 88em
    }
    .pc_navi > ul .col3 .subInner ul {
        display: flex;
        flex-wrap: wrap
    }
    .pc_navi > ul .col3 .subInner ul li {
        width: 33.33%
    }
    .menu_toggle .inside .ft_link {
        width: 100%;
        max-width: 1460px;
        margin: auto;
        min-height: 100%;
        display: flex;
        align-items: center
    }
    .menu_toggle .inside .ft_link .link_list {
        width: 100%
    }
}
@media only screen and (min-width:769px) and (max-width:1400px) {
    :root {
        --wrapper: 90px
    }
}
@media only screen and (min-width:769px) and (max-width:1200px) {
    :root {
        --wrapper: 75px
    }
}
@media only screen and (min-width:1001px) and (max-width:1200px) {
    .menu_toggle .inside .ft_link a {
        font-size: min(17px, 1.33vw)
    }
}
@media only screen and (min-width:769px) and (max-width:1200px) {
    .header_top {
        padding: 0.5em 1em;
        font-size: min(10px, 0.866vw)
    }
    .pc_navi > ul .subInner {
        width: 38em
    }
    .pc_navi > ul > li.menu-item-has-children > a:after,
    .pc_navi > ul > li.menu-item-has-children > p:after {
        width: 14px;
        height: 14px;
        margin-left: 0.375em
    }
    .pc_navi > ul > li > a,
    .pc_navi > ul > li > p {
        padding: 0 1em 0.0625em 1em
    }
    .pc_navi > ul .subInner ul li a {
        font-size: 12px
    }
    .pc_navi > ul .col3 .subInner {
        width: 90em;
    }
    .pc_navi > ul > li:first-child > .subInner {
        right: 10%;
    }
}
@media only screen and (min-width:1001px) and (max-width:1000px) {
    .pc_navi > ul .col3 .subInner {
        width: 109em;
        right: -47px
    }
    .pc_navi > ul .col2 .subInner {
        width: 68em
    }
}
.idx_gallery {
    position: relative;
    z-index: 1;
    margin-bottom: 0
}
.idx_gallery .list {
    display: flex;
    align-items: flex-start
}
.idx_gallery .list .item {
    padding: 20px
}
.idx_gallery .list .item .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 400px;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)
}
.idx_gallery .list .item.slick-slide .img01 {
    background-image: url(../images/idx_gallery01.jpg)
}
.idx_gallery .list .item.slick-slide .img02 {
    background-image: url(../images/idx_gallery02.jpg)
}
.idx_gallery .list .item.slick-slide .img03 {
    background-image: url(../images/idx_gallery03.jpg)
}
.idx_gallery .list .item.slick-slide .img04 {
    background-image: url(../images/idx_gallery04.jpg)
}
.idx_gallery .list .item.slick-slide .img05 {
    background-image: url(../images/idx_gallery05.jpg)
}
.idx_gallery .list .item.slick-slide .img06 {
    background-image: url(../images/idx_gallery06.jpg)
}
.idx_gallery .list .item.slick-slide .img07 {
    background-image: url(../images/idx_gallery07.jpg)
}
.idx_gallery .list .item.slick-slide .img08 {
    background-image: url(../images/idx_gallery08.jpg)
}
.idx_gallery .list .item.slick-slide .img09 {
    background-image: url(../images/idx_gallery09.jpg)
}
.time_sheet .ttl {
    font-size: 1.1765em;
    color: #B8DBAD;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.time_sheet .note {
    margin-top: 30px;
    margin-left: auto;
    line-height: 1.764705;
    display: table;
    color: var(--clr2);
    font-weight: 400;
    font-size: 0.8824em;
}
.time_sheet .note span {
    display: inline-block;
    color: #B8DBAD;
}
.time_sheet table {
    font-feature-settings: "palt"
}
.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.025em;
    width: 10.25%;
    border-bottom: 1px solid #F2F2F2
}
.time_sheet table td:first-child,
.time_sheet table th:first-child {
    width: auto;
    padding-left: 0;
    padding-right: 0.4em
}
.time_sheet table td:last-child,
.time_sheet table th:last-child {
    width: 14%;
    padding-right: 1.2em
}
.time_sheet table th {
    padding: 0.8823529412em 0.2em 0.8235294118em;
    background-color: #B8DBAD;
    color: #ffffff;
    border: 0
}
.time_sheet table th:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}
.time_sheet table th:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}
.time_sheet table td {
    padding: 1.2352941176em 0.2em 0.6470588235em;
    color: #B8DBAD
}
.time_sheet table td:first-child {
    color: var(--clr2)
}
.time_sheet table td.clr_gray {
    color: #D1D1D1
}
.time_sheet table tbody tr:nth-child(2) td {
    padding-top: 0.8235294118em;
    padding-bottom: 0.8823529412em
}
.time_sheet table tbody tr:nth-child(3) td {
    padding-top: 0.6470588235em;
    padding-bottom: 0.8823529412em
}
@media only screen and (max-width:992px) and (min-width:769px) {
    :root {
        --ttl_size: 22px;
        --wrapper: 80px
    }
}
.btn_scroll {
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 202px;
    height: 80px;
    border-top-right-radius: 20px;
    overflow: hidden;
    z-index: 18;
    transition: 0.3s ease-in-out
}
.btn_scroll .tobottom,
.btn_scroll .totop {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    padding-left: 6px
}
.btn_scroll.active .totop {
    opacity: 1;
    visibility: visible
}
.btn_scroll.active .tobottom {
    opacity: 0;
    visibility: hidden
}
.btn_scroll .icon {
    color: var(--main-color);
    font-family: var(--f-en);
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding-right: 33px;
    padding-top: 3px;
    letter-spacing: 0.1em
}
.btn_scroll .icon:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/totop.svg) no-repeat center/contain
}
.btn_scroll .tobottom {
    visibility: visible;
    text-decoration: none
}
.btn_scroll .totop {
    opacity: 0;
    visibility: hidden
}
.btn_scroll .totop .icon:after {
    transform: rotate(180deg)
}
.ft {
    background-color: #faf9f9
}
@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
    }
}
.bnr_corona {
    font-size: 10px;
    position: fixed;
    z-index: 10;
    width: 35em;
    aspect-ratio: 528 / 164;
    transition: all 0.3s ease;
}
.bnr_corona .close {
    position: absolute;
    top: -1em;
    right: -1em;
    background-color: var(--main-color);
    width: 3em;
    height: 3em;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}
.bnr_corona .close::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    inset: 0;
    margin: auto;
    background: url("../images/ic_close.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
    .bnr_corona .close:hover {
        background-color: var(--clr1);
    }
}
.bnr_corona.hide {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 769px) {
    .bnr_corona {
        font-size: clamp(8px, 0.7vw, 10px);
        bottom: 5em;
        right: 5em;
    }
    .bnr_corona.active {
        bottom: 4em;
    }
}
.fixed_banner {
    position: fixed;
    right: 0px;
    z-index: 15;
    transition: 0.3s ease-in-out
}
.fixed_banner > div {
    position: relative;
    transition: all 0.3s ease
}
.fixed_banner a {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.fixed_banner p {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    color: var(--clr1);
    letter-spacing: 0.1em;
    line-height: 1.2222222222;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16)
}
.fixed_banner p:hover {
    color: #fff
}
.fixed_banner p .tt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column
}
.fixed_banner p .tt:before {
    content: "";
    display: block;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}
.fixed_banner .web p {
    background-color: #F8F7F2
}
.fixed_banner .web p .tt:before {
    margin-bottom: 0.7142857143em;
    width: 2.5714285714em;
    height: 2em;
    background-image: url(../images/ic_web.svg)
}
.fixed_banner .line p {
    background-color: #06C755;
    color: #ffffff
}
.fixed_banner .line p .tt:before {
    margin-bottom: 0.5714285714em;
    width: 2.5em;
    height: 2.3571428571em;
    background-image: url(../images/ic_line.svg)
}
.fixed_banner .tel p {
    background-color: #B8DBAC
}
.fixed_banner .tel p .tt:before {
    margin-bottom: 0.6428571429em;
    width: 1.5714285714em;
    height: 1.7142857143em;
    background-image: url(../images/ic_tel.svg)
}
.fixed_banner .mail p {
    background-color: #F8CEA7
}
.fixed_banner .mail p .tt:before {
    margin-bottom: 1em;
    width: 1.7142857143em;
    height: 1.2857142857em;
    background-image: url(../images/ic_mail.svg)
}
@media only screen and (min-width:769px) {
    .fixed_banner {
        font-size: 10px;
        --size: 8.5em;
        width: 8.5em;
        top: 26.5em
    }
    .fixed_banner.active {
        top: 15em
    }
    .fixed_banner > div {
        width: var(--size);
        height: 12em;
        margin-bottom: 0.5em
    }
    .fixed_banner p {
        width: 100%;
        height: 100%;
        border-radius: 10px 0 0 10px
    }
    .fixed_banner p .tt {
        font-size: 1.4em
    }
    .fixed_banner .tel {
        --w_tel: 10em;
        transform: translateX(calc(-var(--size) - var(--w_tel)));
        transition: all 0.3s ease
    }
    .fixed_banner .tel:hover {
        transform: translateX(calc(0em - var(--w_tel)))
    }
    .fixed_banner .tel:hover .tt {
        color: var(--clr1)
    }
    .fixed_banner .tel:hover a {
        width: calc(var(--size) + var(--w_tel));
        color: var(--clr1)
    }
    .fixed_banner .tel p {
        padding-top: 3px
    }
    .fixed_banner .tel .ov {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #B8DBAC;
        position: absolute;
        left: var(--size);
        height: 100%;
        top: 0;
        width: var(--w_tel);
        border-left: 1px solid #fff;
        padding: 1em;
        color: var(--clr1)
    }
    .fixed_banner .tel .ov .text {
        font-size: 2.2em;
        font-family: var(--f-en)
    }
    .fixed_banner .line p {
        padding-bottom: 2px
    }
    .fixed_banner .web p .tt:before {
        left: 2px
    }
    .fixed_banner .mail:hover p {
        background-color: #fff1e4
    }
    .fixed_banner .mail p {
        transition: 0.3s all ease;
        padding-top: 1px
    }
}
@media only screen and (min-width:769px) and (max-width:1366px) {
    .btn_scroll {
        width: 160px;
        height: 60px
    }
    .btn_scroll .icon {
        font-size: 12px;
        padding-right: 24px
    }
    .btn_scroll .icon:after {
        width: 17px;
        height: 17px
    }
}
@media only screen and (min-width:769px) and (max-width:1600px) {
    .fixed_banner {
        font-size: 8.75px;
        top: calc(50% - 18em);
        --size: 7.5em
    }
    .fixed_banner.active {
        top: calc(50% - 18em)
    }
    .fixed_banner > div {
        height: 10em
    }
    .fixed_banner .tel .ov {
        left: 8.5em
    }
}
@media only screen and (min-width:769px) and (max-width:1300px) {
    .fixed_banner > div {
        height: 9em
    }
}
footer {
    padding: 68px 0 0;
    position: relative;
    z-index: 0
}
footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 156px);
    background: url(../images/ft_bg.jpg) no-repeat top -15px center/cover;
    z-index: -1
}
footer p {
    margin-bottom: 0
}
footer a,
footer p {
    color: #fff;
    text-decoration: none
}
footer .inner_max {
    max-width: 1460px
}
footer .ft_logo {
    margin: 0 auto 75px;
    max-width: 385px
}
footer .ft_info {
    width: 47.5%
}
footer .ft_info .des {
    margin-bottom: 26px;
    font-size: 14px;
    letter-spacing: 0.1em
}
footer .ft_menu {
    width: calc(100% - 100px);
    max-width: 1628px;
    margin: 0 auto;
    border-radius: 50px 50px 0 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 106px 0 40px
}
.ft_link a {
    text-decoration: none
}
.ft_link .title {
    margin-bottom: 26px;
    padding-left: 0;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1;
    pointer-events: none;
    color: var(--main-color);
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.23);
    width: 100%;
    text-indent: -1px
}
.ft_link .title:before {
    display: none
}
.ft_link ul:last-child {
    margin-bottom: 0
}
.ft_link li {
    margin-bottom: 14px;
    letter-spacing: 0.1em;
    line-height: 1.6
}
.ft_link a {
    display: table;
    position: relative;
    padding-left: 0em;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: var(--clr2);
    line-height: 1.6
}
.ft_link a:hover {
    color: var(--clr2);
    opacity: 1
}
@media only screen and (min-width:769px) {
    .ft_link .link_list {
        align-items: flex-start
    }
    .ft_link .menu01,
    .ft_link .menu02 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start
    }
    .ft_link .menu01 {
        width: 37%;
        max-width: 516px
    }
    .ft_link .menu01 .li_mn01 {
        width: 55%
    }
    .ft_link .menu01 .li_mn02 {
        width: 37.5%
    }
    .ft_link .menu02 {
        width: 60%;
        max-width: 828px
    }
    .ft_link .menu02 .li_mn03 {
        width: 32%
    }
    .ft_link .menu02 .li_mn04 {
        width: 32.5%
    }
    .ft_link .menu02 .li_mn05 {
        width: 27%
    }
    .ft_link a:hover {
        color: var(--main-color)
    }
}
.copyright {
    margin: 107px auto 0;
    position: relative;
    z-index: 1
}
.copyright .flex {
    align-items: center;
    justify-content: flex-start;
    min-height: 40px
}
.copyright .inner_big {
    max-width: 1135px
}
.copyright .textwidget p {
    color: var(--clr1);
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 0.025em;
    text-align: center
}
.copyright .grits {
    margin-bottom: 0;
    line-height: 2.501
}
.copyright .grits a {
    display: block
}
.copyright .grits img {
    max-width: 159px
}
@media only screen and (min-width:769px) and (max-width:1500px) {
    .ft_link .menu01 {
        width: 38%
    }
}
@media only screen and (min-width:769px) and (max-width:1500px) {
    .ft_link .menu01 .li_mn01 {
        width: 60%
    }
    .ft_link .menu02 .li_mn03 {
        width: 35%
    }
    .ft_link .menu02 .li_mn05 {
        width: 28%
    }
    footer .ft_link {
        padding: 0 1.2%
    }
}
@media only screen and (min-width:769px) and (max-width:1400px) {
    .ft_link a {
        font-size: min(17px, 1.16vw);
        letter-spacing: 0
    }
    footer .ft_menu {
        width: calc(100% - 80px)
    }
}
@media only screen and (min-width:769px) and (max-width:1200px) {
    .ft_link a {
        font-size: min(17px, 1.166vw)
    }
    footer .ft_menu {
        padding-top: 66px;
        width: calc(100% - 70px)
    }
    footer .ft_menu .inner_max {
        padding-left: 30px;
        padding-right: 30px
    }
    footer .ft_link {
        padding: 0 0.5%
    }
    footer .ft_logo {
        margin-bottom: 45px
    }
    .copyright {
        margin-top: 60px
    }
    .idx_gallery .list .item {
        padding: 10px
    }
    .idx_gallery .list .item .img {
        width: 250px;
        height: 188px
    }
    .time_sheet table {
        font-size: min(15px, 1.6vw)
    }
    .time_sheet table td,
    .time_sheet table th {
        width: 9.25%
    }
    .time_sheet table td:first-child,
    .time_sheet table th:first-child {
        width: auto
    }
}
@media only screen and (min-width:769px) and (max-width:1000px) {
    .ft_link .title {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    .ft_link .menu01 {
        width: 100%;
        max-width: 100%
    }
    .ft_link .menu02 {
        margin-top: 25px;
        width: 100%
    }
    .ft_link a {
        font-size: 14px
    }
}
.fixed_frame {
    --size-w-border: 25px;
    --size-w-thumb-scroll: 10px;
    --size-w-border-right: calc(var(--size-w-border));
    --size-w-border-radius: 20px;
    --cl-mode-bd: white
}
.fixed_frame .item_bd {
    position: fixed;
    z-index: 14;
    background-color: var(--cl-mode-bd)
}
.fixed_frame .item_col {
    bottom: 0;
    height: calc(100vh - var(--wrapper));
    transition: 0.3s ease-in-out
}
.fixed_frame .item_col:after,
.fixed_frame .item_col:before {
    content: "";
    position: absolute;
    display: block;
    width: var(--size-w-border-radius);
    height: var(--size-w-border-radius);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.fixed_frame .item_col.left {
    left: 0;
    width: var(--size-w-border)
}
.fixed_frame .item_col.left:before {
    top: 0;
    left: var(--size-w-border);
    background-image: url(../images/fixed_frame_top_l.svg)
}
.fixed_frame .item_col.left:after {
    left: var(--size-w-border);
    bottom: var(--size-w-border);
    background-image: url(../images/fixed_frame_bot_l.svg)
}
.fixed_frame .item_col.right {
    right: 0;
    width: var(--size-w-border-right)
}
.fixed_frame .item_col.right:before {
    top: 0;
    right: var(--size-w-border);
    background-image: url(../images/fixed_frame_top_r.svg)
}
.fixed_frame .item_col.right:after {
    right: var(--size-w-border);
    bottom: var(--size-w-border);
    background-image: url(../images/fixed_frame_bot_r.svg)
}
.fixed_frame .item_row {
    bottom: 0;
    left: 0;
    height: var(--size-w-border);
    width: 100vw;
    transition: 0.3s ease-in-out
}
.fixed_frame .item01 {
    top: 0;
    left: var(--size-w-border);
    background-image: url(../images/fixed_frame_top_l.svg)
}
.fixed_frame .item02 {
    top: 0;
    right: var(--size-w-border-right);
    background-image: url(../images/fixed_frame_top_r.svg)
}
.fixed_frame .item03 {
    bottom: var(--size-w-border);
    left: var(--size-w-border);
    background-image: url(../images/fixed_frame_bot_l.svg)
}
.fixed_frame .item04 {
    bottom: var(--size-w-border);
    right: var(--size-w-border-right);
    background-image: url(../images/fixed_frame_bot_r.svg)
}
@media only screen and (max-width:1200px) {
    .fixed_frame {
        --size-w-border: 15px
    }
}
/*# sourceMappingURL=style.css.map */