@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap');

/* # root1 START # */
/* :root {
    --color00: #fff;
    --color01: #59bc9b;
    --color02: rgba(89, 188, 155, 0.27);
    --color03: #eecf6d;
    --color04: #133c2e;
    --color05: #eaf8f4;
    --color06: #9ce0ca;
    --color07: linear-gradient(180deg, #9de0cb 0%, #59bc9b 50%, #59bc9b 50%, #59bc9b 100%);
} */
/* # root1 END # */

/* # root2 START # */
:root {
    --color00: #fff;
    --color01: #ff7a00;
    --color02: rgba(255, 122, 0, 0.27);
    --color03: #dec8b0;
    --color04: #a16620;
    --color05: #f8f6ea;
    --color06: #ffb878;
    --color07:linear-gradient(180deg, #fd993d 0%, #ff7a00 50%, #ff7a00 50%, #ff7a00 100%);
}
/* # root2 END # */

/* # root3 START # */
/* :root {
    --color00: #fff;
    --color01: #1e3686;
    --color02: rgba(30, 54, 134, 0.27);
    --color03: #b0b9d8;
    --color04: #6c8dff;
    --color05: #eaf3f8;
    --color06: #a5c4e0;
    --color07:linear-gradient(180deg, #2847b1 0%, #5a73ca 50%, #5a73ca 50%, #2648be 100%);
} */
/* # root3 END # */

html {
    font-family: "Noto Sans JP",
        sans-serif;
}

/* fead css*/
.fead-mv {
    overflow: hidden;
    opacity: 1;
    position: relative;
}

.fead-mv.mv {
    -webkit-animation-name: play;
    animation-name: play;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fead-mv:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: var(--color01);
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fead-mv.mv:before {
    -webkit-animation-name: mask-text;
    animation-name: mask-text;
}

@-webkit-keyframes play {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes play {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes mask-text {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
}

@keyframes mask-text {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
}

.fead-mv.mv {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-up.mv {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fead-banner .text-box {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-order>* {
    opacity: 0;
}

.fead-order>.mv {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-text {
    opacity: 0;
}

.fead-text.mv {
    opacity: 1;
}

.fead-text>* {
    opacity: 0;
}

.fead-text .mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-text02 {
    opacity: 0;
}

.fead-text02.mv {
    opacity: 1;
}

.fead-text02>* {
    opacity: 0;
}

.fead-text02 .mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-order-up>* {
    opacity: 1;
}

.fead-order-up .text-box {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(160%);
    transform: translateY(160%);
}

.fead-order-up .mv .text-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fead-order-up .mv:hover .text-box {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.fead-order-right .text-box {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(-160%);
    transform: translateX(-160%);
}

.fead-order-right .mv .text-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.fead-order-right .mv:hover .text-box {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.text-mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*全体共通*/
/*フォントサイズ*/
.up-fz-120\% {
    font-size: 120%;
}

.up-fz-140\% {
    font-size: 140%;
}

.none {
    display: none;
}

.pc-tb-none {
    display: none;
}

@media (max-width: 599px) {
    .pc-tb-none {
        display: block;
    }

    .sp-none {
        display: none;
    }
}

/*改行*/
.pc-br {
    display: block;
}

.tb-br {
    display: inline-block;
}

.pc-tb-br {
    display: block;
}

@media (max-width: 1024px) {
    .pc-br {
        display: inline-block;
    }

    .tb-br {
        display: block;
    }
}

@media (max-width: 599px) {
    .tb-br {
        display: inline-block;
    }

    .sp-br {
        display: block;
    }

    .pc-tb-br {
        display: inline-block;
    }
}

/*画像にhoverした時にzoomする*/
.hover-img {
    overflow: hidden;
}

.hover-img img {
    width: 100%;
    height: auto;
    -webkit-transition: transform 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease;
    transition: -webkit-transform 0.75s ease;
    transition: transform 0.75s ease;
    transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}

.hover-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 599px) {
    .hover-img:hover img {
        -webkit-transform: inherit;
        transform: inherit;
    }
}

/*PC/TB幅可変*/
@media (max-width: 1024px) {
    .left-box-tb {
        width: 100%;
    }

    .right-box-tb {
        width: 100%;
        margin-top: 30px;
    }

    .left-img-box-tb {
        width: 80%;
    }

    .right-img-box-tb {
        width: 100%;
        margin-top: 30px;
    }

    /*余白*/
    .tb-mt-xlarge {
        margin-top: 50px;
    }

    .tb-mb-large {
        margin-top: 40px;
    }

    .tb-mb-medium {
        margin-top: 30px;
    }

    .tb-mb-small {
        margin-top: 20px;
    }

    .tb-mb-xsmall {
        margin-top: 10px;
    }

    .tb-mb-none {
        margin-top: 0;
    }
}

.m-lr-auto-pc {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .m-lr-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {
    .m-lr-auto-sp {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {
    .left-img-box-sp {
        width: 80%;
    }

    .right-img-box-sp {
        width: 80%;
    }

    .left-box-sp {
        width: 100%;
    }

    .right-box-sp {
        width: 100%;
        margin-top: 50px;
    }

    /*余白*/
    .so-mt-xlarge {
        margin-top: 50px;
    }

    .sp-mb-large {
        margin-top: 40px;
    }

    .sp-mb-medium {
        margin-top: 30px;
    }

    .sp-mb-small {
        margin-top: 20px;
    }

    .sp-mb-xsmall {
        margin-top: 10px;
    }

    .sp-mb-none {
        margin-top: 0;
    }
}

/* radius */
.radius5 {
    border-radius: 5px;
    overflow: hidden;
}

/*テキスト色*/
.text-c-green01 {
    color: #eaf8f4;
}

.text-c-green02 {
    color: var(--color01);
    color: var(--color01);
}

.text-c-green03 {
    color: #eaf8f4;
}

.text-c-green04 {
    color: var(--color01);
}

/*背景色*/
.back-c-green01 {
    background-color: var(--color05);
}

.back-c-green02 {
    background-color: var(--color01);
}

.back-c-green03 {
    background-color: var(--color05);
}

.back-c-green04 {
    background-color: var(--color01);
}

/*画像を背景に設定*/
.back-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.back-img+* {
    z-index: 2;
    position: relative;
}

.back-img .img {
    width: 100%;
    height: 100%;
}

/*inner*/
.inner-half {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 599px) {
    .inner {
        width: 94%;
    }

    .inner-half {
        width: 94%;
    }
}

/* line-cmn */
.line-cmn-01 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 1;
}

/*余白*/
.f-harea {
    padding: 50px 0;
}

@media (max-width: 1024px) {

    .f-harea {
        padding: 50px 0 80px;
    }
}

@media (max-width: 599px) {

    .f-harea {
        padding: 50px 0;
    }
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
    --section-xlarge: 150px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.8);
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.8);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.8);
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.8);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.8);
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.8);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.6);
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.6);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.6);
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.6);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.6);
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.6);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.8);
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.8);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.8);
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.8);
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.8);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.6);
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.6);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.6);
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.6);
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.6);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

/*テキスト「...」*/
.text-hide-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-hide-2 {
    height: calc(16px * 1.8 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 2;
}

.text-hide-3 {
    height: calc(16px * 1.8 * 3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 3;
}

@media (max-width: 599px) {
    .text-hide-3 {
        height: calc(14px * 2 * 3);
    }
}

/*見出し*/
.heading01 {
    margin-bottom: 20px;
    color: var(--color01);
    text-align: center;
}

.heading01 .main-text {
    display: inline-block;
    padding: 0 10px;
    font-family: "Bebas Neue", cursive;
    font-weight: bold;
    font-size: 200px;
    color: var(--color02);
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    white-space: unset;
    position: relative;
    min-width:500px;
}


.heading01.heading-half .main-text {
    font-size: 150px;
}

.heading01 .text-box {
    width: 100%;

    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
    white-space: normal;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.heading01 .text-box .text {
    display: block;
    color: var(--color01);
    text-align: center;
    position: relative;
    font-weight: 600;
    width: 100%;
    /* text-shadow: 0 0 5px rgb(0 0 0 / 10%); */
}

.heading01 .bar {
    width: 80%;
    height: 2px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color03);
    position: relative;
    z-index: 0;
}

.heading01 .bar:before,
.heading01 .bar:after {
    content: "";
    width: 10px;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    z-index: 1;
}

.heading01 .bar:before {
    left: calc(100% + 10px);
}

.heading01 .bar:after {
    right: calc(100% + 10px);
}

/*heading01上書き*/
.heading01-l .main-text {
    display: block;
    text-align: right;
}

.heading01-l .text-box .text {
    text-align: left;
}

.heading01-l .bar {
    width: 60%;
    margin-left: 0;
}

.heading01-l.-w100 .bar {
    width: 100%;
}

.heading01-l .bar:before,
.heading01-l .bar:after {
    display: none;
}

@media (max-width: 1024px) {
    .heading01 .main-text {
        font-size: 120px;
        min-width:0px;
    }

    .heading01 .text-box {
        font-size: 20px;
    }

    .heading01.heading-half .main-text {
        font-size: 120px;
    }
}

@media (max-width: 599px) {
    .heading01 .main-text {
        font-size: 68px;
        white-space: inherit;
        width: 100%;
    }

    .heading01 .main-text .fead-text span {
        opacity: 0.3;
    }

    .heading01 .text-box {
        font-size: 16px;
    }

    .heading01 .bar {
        margin-top: 5px;
    }

    .heading01.heading-half .main-text {
        font-size: 80px;
    }
}

/*英語テキストなし*/
.heading02 {
    overflow: hidden;
    margin-bottom: 50px;
    color: var(--color01);
    text-align: center;
}

.heading02 .text-box {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}

.heading02 .bar {
    width: 300px;
    height: 2px;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color03);
    position: relative;
    z-index: 0;
}

.heading02 .bar:before,
.heading02 .bar:after {
    content: "";
    width: 10px;
    height: 100%;
    background-color: var(--color03);
    position: absolute;
    top: 0;
    z-index: 1;
}

.heading02 .bar:before {
    left: calc(100% + 10px);
}

.heading02 .bar:after {
    right: calc(100% + 10px);
}

@media (max-width: 1024px) {
    .heading02 .text-box {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .heading02 {
        margin-bottom: 30px;
    }

    .heading02 .text-box {
        font-size: 18px;
    }

    .heading02 .bar {
        margin-top: 5px;
    }
}

.heading03 {
    margin-bottom: 30px;
    font-size: 24px;
    color: var(--color01);
    font-weight: 500;
}

.heading04 {
    display: block;
    padding: 20px;
    font-size: 24px;
    text-align: center;
    background-color: var(--color02);
}

.heading05 {
    display: block;
    margin-bottom: 30px;
    padding: 20px 20px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #999;
}

@media (max-width: 1024px) {
    .heading03 {
        font-size: 20px;
    }

    .heading04 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .heading03 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .heading04 {
        font-size: 16px;
    }
}

/*見出し上書き用*/
.heading-mt-xlarge {
    margin-bottom: 50px;
}

.heading-mb-large {
    margin-bottom: 40px;
}

.heading-mb-medium {
    margin-bottom: 30px;
}

.heading-mb-small {
    margin-bottom: 20px;
}

.heading-mb-xsmall {
    margin-bottom: 10px;
}

.heading-mb-none {
    margin-bottom: 0;
}

/*文章テキスト*/
.text01 {
    line-height: 2;
}

.text02 {
    line-height: 2;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .text01 {
        line-height: 1.8;
    }

    .text02 {
        line-height: 1.6;
    }
}

/*tel種類*/
.tel02 {
    font-size: 24px;
    color: var(--color04);
    font-weight: 600;
}

/*アイコン挿入*/
.icon-tel01:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-tel02:before {
    content: "\f3cd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-maill01:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-maill02:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-home01:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-comment01:before {
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/*ボタン*/
.btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.btn01>* {
    width: 250px;
    max-width: 100%;
    display: block;
    padding: 10px 25px;
    color: var(--color00);
    text-align: center;
    border: 2px solid var(--color01);
    background-color: var(--color01);
    position: relative;
    z-index: 1;
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn01>a:hover,
.btn01>button:hover {
    opacity: 1;
}

.btn01>*:before,
.btn01>*:after {
    content: "";
    background-color: var(--color00);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.btn01>*:before {
    width: 2px;
    height: 12px;
}

.btn01>*:after {
    width: 12px;
    height: 2px;
}

@media (max-width: 599px) {
    .btn-2col-sp>* {
        width: 150px;
    }

    .btn01>*:before,
    .btn01>*:after {
        bottom: 5px;
        right: 5px;
    }

    .recruit02 .btn01>* {
        width: 150px;
    }
}

.btn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.btn02>* {
    width: 250px;
    max-width: 100%;
    display: block;
    padding: 10px 25px;
    text-align: center;
    background-color: var(--color00);
    position: relative;
    z-index: 0;
}

.btn-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-l {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-r {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.smoll-btn a {
    width: 200px;
}

.big-btn a {
    width: 300px;
}

.max-btn a {
    width: 100%;
}

/*ボタン上書き用*/
.btn-mt-xlarge {
    margin-top: 50px;
}

.btn-mt-large {
    margin-top: 40px;
}

.btn-mt-medium {
    margin-top: 30px;
}

.btn-mt-small {
    margin-top: 20px;
}

.btn-mt-xsmall {
    margin-top: 10px;
}

.btn-mt-none {
    margin-top: 0;
}

/*ボタンオプション*/
.btn-b-l {
    border-left: 0.5px solid var(--color00);
}

.btn-b-r {
    border-left: 0.5px solid var(--color00);
}

.btn-deco-prev>*:before,
.btn-deco-prev>*:after,
.btn-deco-next>*:before,
.btn-deco-next>*:after {
    height: auto;
    background: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
}

.btn-deco-prev>*:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 10px;
    right: auto;
}

.btn-deco-next>*:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*ボタン動き*/
.btn-move01 *:before,
.btn-move01 *:after {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.btn-move01 *:hover:before {
    width: 100%;
    height: 100%;
    background-color: var(--color00);
    bottom: 0;
    right: 0;
    z-index: -1;
}

.btn-move01 a:hover,
.btn-move01 .a:hover,
.btn-move01 button:hover {
    color: var(--color01);
    background-color: var(--color00);
}

.btn-move02 a:hover,
.btn-move02 .a:hover,
.btn-move02 button:hover {
    color: var(--color01);
    border: 1px solid var(--color01);
    background-color: var(--color00);
}

/*メインビジュアルの高さをpadding-topで取る*/
/* メインビジュアル */
.home-mainimg {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.home-mainimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-mainimg .uk-slidenav-position {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.home-mainimg .mainimg-pc {
    display: block;
    height: 100%;
}


.home-mainimg .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: relative;
}

.home-mainimg .uk-slideshow li {
    height: 100% !important;
}

.home-mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.home-mainimg .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;

    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -webkit-filter: brightness(.99) contrast(0.9);
    filter: brightness(.99) contrast(0.9);
}

.mv-text {
    width: calc(100% - 40px);
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    line-height: 1.8;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
}

.mv-text h2{
  padding:60px 0;
  background-color:var(--color02);
}

.mv-text h2 span{
  font-size:1.8em;
}

.tight{
  letter-spacing:-.08em
}
@media (max-width: 1024px) {
    .mv-text {
        width: 100%;
        font-size: 22px;
        left:0;
    }

    .home-mainimg {
        overflow: hidden;
        position: relative;
        height: 100vh;
    }
    

}

@media (max-width: 599px) {
    .home-mainimg {
        height: 100vh;
    }

    .uk-slideshow li div {
        height: 100%;
    }

    .mv-text {
        font-size: 18px;
    }
    
        .mv-text h2{
  padding:30px 0;
}

.mv-text h2 span{
  font-size:1.5em;
  letter-spacing:-.08em
}

.sp-tight{
  letter-spacing:-.08em
}

}

/*下層MV*/
.lower-mv {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.lower-mv img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.lower-mv-text {
    font-weight: bold;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.54);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
}

@media(max-width:1024px) {
    .lower-mv {
        height: 300px;
    }
}

/* youtube */
.youtube {
    width: 100%;
    display: block;
    position: relative;
}

.youtube iframe {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.youtube:after {
    content: "";
    display: block;
    padding-top: 56.25%;
}

/*ハンバーガーメニュー*/
.toggle {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color00);
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 12;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
}

.toggle .toggle-btn {
    width: 40px;
    height: 30px;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
}


.toggle .toggle-btn .bar {
    width: 40px;
    height: 2px;
    display: block;
    margin-top: -2px;
    padding: 0;
    text-indent: 9999px;
    background-color: var(--color01);
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 0;
}

.drawer-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.drawer-active .header {
    z-index: 3;
    position: relative;
}

.drawer-active footer {
    z-index: 2;
    position: relative;
}

.drawer-active .toggle .toggle-btn .bar {
    width: 0;
}

.toggle .toggle-btn .bar:before,
.toggle .toggle-btn .bar:after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background-color: var(--color01);
    position: absolute;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.toggle .toggle-btn .bar:before {
    top: -10px;
}

.drawer-active .toggle .toggle-btn .bar:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg);
}

.toggle .toggle-btn .bar:after {
    top: 10px;
}

.drawer-active .toggle .toggle-btn .bar:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-25deg);
    transform: translateY(-50%) rotate(-25deg);
}

.toggle .text {
    line-height: 1;
    font-size: 14px;
    color: var(--color01);
}

.toggle .text::before {
    content: "MENU";
}

.drawer-active .toggle .text::before {
    content: "CLOSE";
}

.gnav {
    width: 100%;
    height: 100vh;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    pointer-events: none;
}

.drawer-active .gnav {
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.drawer-active .overlay {
    position: fixed;
    z-index: 4;
}

.drawer-active .overlay::after {
    content: "";
    width: 100%;
    height: 100vh;
    background-color: var(--color02);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.gnav .logo-box {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.26);
}

.gnav .logo {
    margin-bottom: 10px;
    max-width: 220px;
}

.gnav .logo-box * {
    color: var(--color00);
}

.gnav .back-text {
    font-weight: bold;
    font-size: 180px;
    color: rgba(255, 255, 255, 0.15);
    line-height: 1.1;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    font-family: 'Bebas Neue';
    text-align: center;
}

.gnav-inner {
    width: 90%;
    max-width: 1200px;
    height: 90%;
    margin: 50px auto;
    padding: 100px 100px 15px 100px;
    background-color: var(--color01);
    position: relative;
    z-index: 1;
    pointer-events: auto;
    border-radius: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.gnav li+li {
    margin-top: 20px;
}

.gnav li a,
.gnav li .a {
    padding: 5px;
    color: var(--color00);
    cursor: pointer;
}

.gnav .sub-menu {
    position: relative;
    z-index: 0;
}

.gnav .sub-menu .click-btn {
    margin-left: 10px;
    position: relative;
    z-index: 0;
}

.gnav .sub-menu .click-btn:after {
    content: "\f067";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 90%;
    color: var(--color00);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 58%;
    left: 100%;
}

.gnav .sub-menu.open .click-btn:after {
    content: "\f068";
}

.gnav .sub-menu ul {
    width: 500px;
    height: auto;
    visibility: hidden;
    padding: 20px;
    background-color: var(--color00);
    -webkit-box-shadow: 0 0 10px var(--color01);
    box-shadow: 0 0 10px var(--color01);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: calc(100% + 50px);
    border-radius: 5px;
}

.gnav .sub-menu.open ul {
    visibility: visible;
    opacity: 1;
    left: calc(100% + 50px);
}

.gnav .sub-menu ul li a {
    color: var(--color01);
}

@media (max-width: 1024px) {
    .toggle {
        width: 60px;
        height: 60px;
    }

    .toggle .text {
        font-size: 12px;
    }

    .toggle .toggle-btn {
        width: 30px;
        height: 25px;
    }

    .toggle .toggle-btn .bar {
        top: 60%;
    }

    .toggle .toggle-btn .bar,
    .toggle .toggle-btn .bar:before,
    .toggle .toggle-btn .bar:after {
        width: 30px;
    }

    .toggle .toggle-btn .bar:before {
        top: -8px;
    }

    .toggle .toggle-btn .bar:after {
        top: 8px;
    }

    .gnav-inner {
        padding: 50px 40px 15px 40px;
    }

    .gnav .back-text {
        font-size: 90px;
    }

    .gnav .sub-menu ul {
        width: 100%;
        height: 0;
        padding: 0;
        background: none;
        position: static;
    }

    .gnav .sub-menu.open ul {
        height: auto;
        margin-top: 10px;
    }

    .gnav .sub-menu ul li {
        padding-left: 20px;
        position: relative;
    }

    .gnav .sub-menu ul li:before {
        content: "∟";
        display: block;
        font-weight: bold;
        font-size: 70%;
        color: var(--color00);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 10px;
    }

    .gnav .sub-menu ul li a {
        color: var(--color00);
    }
}

@media (max-width: 599px) {
    .gnav-inner {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 50px 20px 200px 20px;
    }

    .gnav .back-text {
        font-size: 80px;
        line-height: 1.1;
        letter-spacing: 1px;
    }

    .gnav .sub-menu ul li+li {
        margin-top: 15px;
    }

    .gnav .sub-menu ul li a {
        font-size: 90%;
    }
}

/*固定ボタン*/
/*ABテスト*/
.fixed-box {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 10;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.fixed-box .text-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
    box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
}

.fixed-box .text-box i {
    font-size: 20px;
    ;
}

.fixed-box .text-box .text {
    margin-top: 10px;
    font-size: 14px;
}

.fixed-box .text-box a {
    color: var(--color00);
    border-radius: 5px 0 0 5px;
}

.fixed-box .text-box.tel a {
    width: 100%;
    background-color: var(--color04);
}

.fixed-btn-sp {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: var(--color00);
    border-radius: 10%;
    background: var(--color07);
    -webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 40%);
    box-shadow: 1px 2px 10px rgb(0 0 0 / 40%);
    position: relative;
}

.fixed-btn-sp:before {
    content: "\f095";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: var(--color00);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.a-test .text-box a {
    background-color: var(--color01);
}

.b-test .text-box a {
    color: var(--color01);
    background-color: var(--color02);
}

@media (max-width: 1024px) {
    .fixed-box {
        bottom: 25%;
    }
}

@media (max-width: 599px) {
    .fixed-box {
        bottom: 20px;
        right:10px;
    }

    .fixed-btn-sp {
        display: block;
    }

    .fixed-box .text-box {
        width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    .fixed-box .text-box a {
        -ms-writing-mode: inherit;
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        border-radius: 5px;
    }

    .fixed-box.active .text-box {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        z-index: 90;
    }

    .fixed-box .text-box {
        position: absolute;
        bottom: 0%;
        right: calc(100% + 20px);
        ;
    }

    .fixed-box .text-box.tel {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        position: absolute;
        bottom: 100%;
        right: calc(100% + 20px);
    }

    .fixed-box .text-box .text {
        margin-top: 0;
        margin-left: 10px;
    }
}

/*header / ヘッダー*/
.h1-box {
    max-width: calc(100% - 100px);
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 1;
}

h1.h1-title {
    font-size: 12px;
    font-weight: 500;
}

.new-logo {
    width: 200px;
}

.new-logo>a {
    display: block;
    width: 100%;
}

.new-logo>a>img {
    display: block;
    width: 100%;
}

@media (max-width: 599px) {
    .h1-box {
        max-width: calc(100% - 80px);
    }

    h1.h1-title {
        font-size: 10px;
    }


}

/*footer / フッター*/
/*メニュー*/
.f-menu {
    background-color: var(--color01);
    position: relative;
    z-index: 0;
}

.f-menu .back-text {
    font-weight: bold;
    font-size: 140px;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1.1;
    letter-spacing: 5px;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    font-family: 'Bebas Neue';
}

.menu-box {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.menu-box ul {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.menu-box li+li {
    margin-top: 10px;
}

.menu-box li.title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: var(--color00);
    border-bottom: 2px solid rgba(255, 255, 255, 0.26);
    font-weight: 500;
    font-size: 110%;
}

.menu-box li:not(.title) a {
    font-weight: 400;
}

.menu-box li a {
    color: var(--color00);
}

@media (max-width: 1024px) {
    .menu-box {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .menu-box ul+ul {
        margin-top: 40px;
    }
}


@media (max-width: 599px) {
    .footer {
        position: relative;
        z-index: 1;
    }

    .footer:after {
        content: "";
        width: 100%;
        height: 100px;
        background-color: var(--color04);
        position: absolute;
        top: 100%;
        left: 0;
    }

    .footer .f-info .copy {
        padding-bottom: 110px;
        position: relative;
        text-align: center;
    }

    .menu-box {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .f-menu .back-text {
        font-size: 80px;
        line-height: 1.1;
        letter-spacing: 1px;
    }
}

.f-info {
    background-color: var(--color04);
    position: relative;
    z-index: 0;
}

.f-info .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.f-info .box .logo-box {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2%;
    padding-right: 2%;
    color: var(--color00);
    border-right: 1px solid var(--color00);
}

.f-info .box .info-box {
    width: 43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.f-info .box .info-box .img {
    padding: 4px;
}

.f-info .box .info-box .f-left {
    width: 100%;
}

.f-info .box .info-box .f-left .text+.text {
    margin-top: 10px;
}

.f-info .box .info-box .f-left .text,
.f-info .box .info-box .f-left .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    color: var(--color00);
}

.f-info .box .info-box .f-left .text .icon,
.f-info .box .info-box .f-left .text .img {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 12px;
    color: var(--color04);
    border-radius: 50%;
    background-color: var(--color00);
}

.f-info .box .info-box .f-left .text.tel .icon {
    padding-top: 2px;
}

.f-info .box .info-box .f-left .text .icon.icon-maill01 {
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 1;
    padding-top: 2px;
}

.f-info .box .info-box .f-left .f-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
}

.f-info .box .info-box .f-left .f-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 10px;
    color: var(--color04);
    background-color: var(--color00);
    border-radius: 3px;
}

.f-info .box .info-box .f-right {
    width: 48%;
}

.f-info .box .info-box .f-right .table {
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
}

.f-info .box .info-box .f-right .text {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;
    color: #fff;
}

.f-info .sns-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}

.f-info .sns-box li {
    width: 28%;
}

.f-info .sns-box li+li {
    margin-left: 10px;
}

.f-info .sns-box li a {
    display: block;
}

.f-info .sns-box li .sns-img {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.f-info .sns-box li .sns-img img {
    width: auto;
    max-width: 100%;
    height: initial !important;
    max-height: 100%;
}

.f-info .sns-box .sns-text {
    font-size: 10px;
    letter-spacing: -0.5px;
    text-align: center;
}

.copy {
    font-size: 12px;
    color: var(--color00);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .f-info .box .logo-box {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        padding-bottom: 20px;
        padding-right: 0;
        border-bottom: 1px solid var(--color00);
        border-right: none;
    }

    .f-info .box .logo-box a {
        max-width: 220px;
    }

    .f-info .box .info-box {
        width: 100%;
    }

    .f-info .box .info-box .f-left {
        width: 100%;
    }

    .f-info .box .info-box .f-right {
        width: 100%;
        margin-top: 20px;
    }

    .f-info .sns-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .f-info .sns-box li {
        width: 55px;
    }
}

@media (max-width: 599px) {
    .f-info .sns-box {
        margin-top: 20px;
        margin-left: 0;
    }

    .f-info .box .info-box .f-left .text,
    .f-info .box .info-box .f-left .tel a {
        font-size: 15px;
    }

    .f-info .box .info-box .f-left .text+.text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*営業時間 / footerとhome-guideで使用*/
table {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid var(--color04);
    border-collapse: collapse;
}

table th,
table td {
    color: var(--color04);
    text-align: center;
    background-color: var(--color00);
}

table th {
    width: 30%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    border-right: 2px solid var(--color04);
}

table tbody tr {
    border-top: 2px solid var(--color04);
}

.ftable.table th {
    width: 30%;
    padding: 5px;
}

.ftable.table th,
.ftable.table td {
    font-size: 14px;
}

.home-guide table {
    border: 2px solid var(--color01);
}

.home-guide table th,
.home-guide table td {
    color: var(--color01);
}

.home-guide thead tr th,
.home-guide thead tr td {
    color: var(--color00);
    background-color: var(--color01);
}

.home-guide table th {
    border-right: 2px solid var(--color01);
}

.home-guide table tbody tr {
    border-top: 2px solid var(--color01);
}

.home-information thead tr th,
.home-information thead tr td {
    background-color: var(--color04);
    color: #fff;
}

.home-information table td+td {
    border-left: 2px solid var(--color04);
}

@media (max-width: 599px) {

    table th,
    table td {
        font-size: 12px;
    }

    table th {
        width: 35%;
        padding: 5px;
    }

    .ftable.table th {
        padding: 5px 3px;
    }
}

/*TOPコンテンツ*/
/*home-reason / 選ばれる理由*/
.home-reason .content .text-box {
    margin-top: 10px;
    text-align: center;
}

/*home-latest / 最新機材を導入*/
.latest-cont .box {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.latest-cont #list_latest li>a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}


.latest-cont .text-box {
    width: 100%;
    height: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px;
    text-align: center;
    background-color: var(--color06);
    position: absolute;
    bottom: 0;
    left: 0;
}

.latest-cont .box:hover {
    opacity: 1;
}

.latest-cont .box:hover .text-box {
    height: 100%;
}

.latest-cont .text-box .deco {
    content: "";
    width: 101%;
    height: 60%;
    display: block;
    background-color: var(--color06);
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 99.8%;
    left: 0;
    z-index: -1;
}

.latest-cont .text-box .text {
    position: relative;
    z-index: 1;
}

.latest-cont .cate {
    font-size: 12px;
    color: var(--color01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.latest-cont .cate>* {
    display: block;
    padding: 3px 4px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1;
    background-color: var(--color00);
    margin: 1px;
}

/*trouble / お悩みの箇所を教えてください*/
.home-trouble .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-trouble .content li {
    width: calc(100% / 6);
}

.home-trouble .content li:nth-of-type(1),
.home-trouble .content li:nth-of-type(6) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.home-trouble .content li:nth-of-type(3) {
    -webkit-transform: translateY(0%) translateX(-5%);
    transform: translateY(0%) translateX(-5%);
}

.home-trouble .content li:nth-of-type(4) {
    -webkit-transform: translateY(0%) translateX(5%);
    transform: translateY(0%) translateX(5%);
}

.home-trouble .content li:nth-of-type(2) {
    -webkit-transform: translateY(10%) translateX(-20%);
    transform: translateY(10%) translateX(-20%);
}

.home-trouble .content li:nth-of-type(5) {
    -webkit-transform: translateY(10%) translateX(20%);
    transform: translateY(10%) translateX(20%);
}

.home-trouble .content .box {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    border: 4px solid #fff;
}

.home-trouble .content .box:hover {
    opacity: 1;
    border-color: var(--color01);
}

.home-trouble .content .text-box {
    width: 100%;
    padding: 8px 10px 15px;
    color: var(--color00);
    text-align: center;
    background-color: var(--color01);
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-trouble .content .only-img {
    width: 20%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.trouble-banner {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.trouble-banner a {
    background-color: var(--color02);
    padding: 20px;
    border-radius: 5px;
}

.trouble-banner .banner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: 4px solid var(--color02);
}

.trouble-banner .banner-box:hover {
    opacity: 1;
    border-color: var(--color02);
    -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}

.trouble-banner .text-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
    font-size: 20px;
    color: var(--color04);
}

.trouble-banner .text-box .sub-text {
    display: block;
    font-size: 60%;
    color: #333;
}

.trouble-banner .img-box {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .home-trouble .content .text-box {
        padding: 15px;
        font-size: 14px;
    }

    .home-trouble .content .only-img {
        width: 40%;
    }

    .trouble-banner {
        width: 80%;
    }

    .home-trouble .content ul {
        flex-wrap: wrap;
    }

    .home-trouble .content li {
        width: calc(100% / 3 - 30px);
        transform: translate(0, 0) !important;
    }
}

@media (max-width: 599px) {
    .home-trouble .content ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .home-trouble .content li {
        width: 45%;
    }

    .home-trouble .content li:nth-of-type(n + 3) {
        margin-top: 20px;
    }

    .home-trouble .content li:nth-of-type(1),
    .home-trouble .content li:nth-of-type(2),
    .home-trouble .content li:nth-of-type(4),
    .home-trouble .content li:nth-of-type(5) {
        -webkit-transform: none;
        transform: none;
    }
}

/*home-news / お知らせ*/
.home-news {
    background-color: #f9f9f9;
}

.home-news .content ul {
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

.home-news .content li+li {
    border-top: 1px dotted #333;
}

.home-news .content li a {
    display: block;
    padding: 20px 20px;
}

.home-news .content .title {
    margin-top: 10px;
}

.home-news .content dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.home-news .content dd .cate {
    margin-left: 10px;
    font-size: 14px;
    color: var(--color00);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-news .content dd .cate>* {
    display: block;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1;
    background-color: var(--color01);
    margin: 1px;
}

@media (max-width: 599px) {
    .home-news .content li a {
        padding: 10px;
    }
}

/*home-guide / 営業時間*/
.home-guide {
    background-color: var(--color05);
}

.home-guide .content .text {
    margin-top: 20px;
}

@media (max-width: 599px) {
    .home-guide .content .text {
        margin-top: 10px;
        font-size: 14px;
    }
}

/*home-blog / ブログ*/
.home-blog .content li a {
    display: block;
}

.home-blog .content dl {
    margin-top: 10px;
}



.home-blog .content dt .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
}

.home-blog .content dt .day {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home-blog .content dt.text {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--color01);
}

.home-blog .content dd.cate {
    font-size: 14px;
    color: var(--color00);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-blog .content dd.cate>* {
    display: block;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1;
    background-color: var(--color01);
    margin: 1px;
}

@media (max-width: 599px) {
    .home-blog .content dt .title {
        width: 100%;
    }

    .home-blog .content dt .day {
        width: 100%;
    }
}

/*home-trainer / トレーナー活動*/
.home-trainer .box {
    position: relative;
    z-index: 1;
}

.home-trainer .box:before {
    content: "";
    width: 300%;
    height: 50%;
    background-color: var(--color02);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -100%;
}

@media (max-width: 1024px) {
    .home-trainer .box:before {
        height: 80%;
    }
}

@media (max-width: 599px) {
    .home-trainer .box {
        padding: 30px 0px;
    }

    .home-trainer .box:before {
        height: 100%;
    }

    .home-trainer .content .text-box {
        margin-top: 10px;
    }
}

/*home-activities*/
.home-activities .content .img-box {
    position: relative;
}

.home-activities .content .img-box.img-box1 img {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.home-activities .content .img-box.img-box2 img {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}

.home-activities .content .title-text {
    width: 250px;
    max-width: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: -22px;
    left: 50%;
    z-index: 2;
}

.home-activities .content .title-text .text {
    display: block;
    padding: 10px 25px;
    color: var(--color00);
    text-align: center;
    background-color: var(--color01);
    border-radius: 2px;
}

.home-activities .content .title-text .text:before,
.home-activities .content .title-text .text:after {
    content: "";
    background-color: var(--color00);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.home-activities .content .title-text .text:before {
    width: 2px;
    height: 12px;
}

.home-activities .content .title-text .text:after {
    width: 12px;
    height: 2px;
}

.home-activities .content .text-box {
    margin-top: 50px;
}

.home-activities .btn-slick {
    background-color: var(--color01);
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    top: 40%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-activities .btn-slick.btn-back {
    left: -5px;
}

.home-activities .btn-slick.btn-next {
    right: -5px;
}

@media (max-width: 1024px) {
    .home-activities .content .text-box {
        margin-top: 40px;
    }
}

/*infomation / 店舗情報*/
.home-information {
    position: relative;
    z-index: 0;
}

.home-information .information-content {
    background-color: rgba(255, 255, 255, 0.54);
    position: relative;
    z-index: 2;
}

.home-information .content {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
}

.home-information .content .box {
    padding: 20px;
    border: 4px solid #999;
    border-radius: 5px;
}

.home-information .content .text-box .text+.text {
    margin-top: 20px;
    font-weight: 600;
}

.home-information .content .text-box .text .sub-text {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.home-information .content .text-box .text.tel a .icon {
    margin-right: 10px;
}

.home-information .content .pic-text {
    font-size: 26px;
    color: var(--color04);
    text-align: center;
}

@media (max-width: 1024px) {
    .home-information .content .pic-text {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .home-information .content {
        padding: 10px;
    }

    .home-information .content .box {
        padding: 10px;
    }

    .home-information .content .pic-text {
        font-size: 18px;
    }

    .home-information .content .text-box .sub-text {
        font-size: 14px;
    }

    .home-information .content .text-box .text+.text a {
        font-size: 20px;
    }
}

/*下層コンテンツ*/
/*下層共通*/
/*コンテンツ毎に左右入れ替える*/
.reverse-cont01>*+*,
.reverse-cont02>*+* {
    margin-top: 60px;
}

.reverse-cont01 .reverse-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reverse-cont01>*:nth-of-type(even) .reverse-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reverse-cont01>*:nth-of-type(odd) .reverse-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
}

.reverse-cont02 .reverse-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reverse-cont02>*:nth-of-type(even) .reverse-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
}

.reverse-cont02>*:nth-of-type(odd) .reverse-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*2カラム*/
.column2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.column2-main {
    width: calc(100% - 280px);
}

.column2-side {
    width: 250px;
}

/*2カラム上書き用*/
.column2-wrap-rowr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {
    .column2-main {
        width: 100%;
    }

    .column2-side {
        width: 100%;
        margin-top: 60px;
    }
}

/*サイドカテゴリー*/
.side-cont01 .side-box+.side-box {
    margin-top: 40px;
}

.side-cont01 .cate-title {
    padding: 15px 5px;
    color: var(--color00);
    text-align: center;
    background-color: var(--color01);
    border-radius: 3px;
}

.side-cont01 li {
    margin-top: 2px;
}

.side-cont01 li a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    background-color: #eee;
    border-radius: 3px;
}

.side-cont01 li a:hover {
    opacity: 1;
    background-color: var(--color02);
}

/*ページネーション*/
.pagenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.pagenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagenav li+li {
    margin-left: 20px;
}

.pagenav li>* {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color00);
    background-color: #ccc;
    border-radius: 3px;
}

.pagenav li:not(.arrow)>* {
    padding-top: 3px;
    font-family: 'Bebas Neue';
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
}

.pagenav .now {
    background-color: var(--color01);
}

.pagenav .prev>*:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pagenav .next>*:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (max-width: 599px) {
    .pagenav li+li {
        margin-left: 10px;
    }

    .pagenav li>* {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 599px) {
    .pagenav02 .btn {
        font-size: 14px;
    }

    .pagenav02 .btn a {
        padding: 10px 15px;
    }
}

/*ページネーション上書き用*/
.pagenav-mt-xlarge {
    margin-top: 50px;
}

.pagenav-mb-large {
    margin-top: 40px;
}

.pagenav-mb-medium {
    margin-top: 30px;
}

.pagenav-mb-small {
    margin-top: 20px;
}

.pagenav-mb-xsmall {
    margin-top: 10px;
}

.pagenav-mb-none {
    margin-top: 0;
}

/*お客様の声*/
.voice-cont02 a {
    display: block;
}

.voice-cont02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.voice-cont02 li {
    width: calc((100% - 20px) / 3);
}

.voice-cont02 li+li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ada49f;
}

.voice-cont02 .title {
    padding: 20px 10px;
    text-align: center;
    background-color: var(--color02);
    border-radius: 5px;
}

.voice-cont02 .text-box {
    margin-top: 20px;
}

.voice-cont02 .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    position: relative;
    z-index: 0;
}

.voice-cont02 .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color00);
    background-color: var(--color01);
    border-radius: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.voice-cont02 .name .text {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.voice-cont02 .name .text .t {
    display: block;
}

.voice-cont02 .cate {
    margin-top: 10px;
    font-size: 14px;
    color: var(--color00);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.voice-cont02 .cate>* {
    display: block;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 1;
    background-color: var(--color01);
    margin: 1px;
}

@media (max-width: 599px) {
    .voice-cont02 li {
        width: 100%;
    }

    .voice-cont02 li+li {
        margin-top: 20px;
        border-top: 1px dashed #ccc;
        padding-top: 20px;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .voice-cont02 .text-box {
        margin-top: 10px;
    }

    .voice-cont02 .name {
        margin-top: 10px;
    }
}

/*バナー*/
.banner01 a {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    border-radius: 5px;
}

.banner01 a:hover {
    opacity: 1;
    -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}

.banner01 .text-box {
    width: 50%;
    padding: 40px 40px 20px;
    background-color: var(--color01);
    position: relative;
    z-index: 0;
}

.banner01 .back-text {
    font-weight: 600;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.26);
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.banner01 .deco {
    content: "";
    width: 10%;
    height: 100%;
    display: block;
    background-color: var(--color01);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: -1;
}

.banner01 .back-img {
    background-color: var(--color01);
}

.banner01 .back-img img {
    -webkit-transition: .5s;
    transition: .5s;
}

.banner01 a:hover .back-img img {
    opacity: .6;
}

.banner01 .text-box .title {
    font-size: 24px;
    color: var(--color00);
    font-weight: 600;
}

.banner01 .text-box .text {
    margin-top: 20px;
    color: var(--color00);
}

.banner01 .btn {
    margin-right: -250%;
}

.banner01 a:hover .btn .a {
    color: var(--color01);
    background-color: var(--color00);
}

.banner01 a:hover .btn .a:before {
    width: 100%;
    height: 100%;
    background-color: var(--color00);
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 1024px) {
    .banner01 {
        width: 100%;
    }

    .banner01 .text-box {
        padding: 30px 25px 20px;
    }
}

@media (max-width: 599px) {
    .banner01 a {
        width: 100%;
    }

    .banner01 .text-box {
        width: 100%;
        background-color: var(--color02);
    }

    .banner01 .btn {
        margin-right: 0;
        margin-top: 10px;
    }

    .banner01 .back-text {
        font-size: 50px;
    }
}

/*banner01 オプション*/
.banner-deco .btn {
    margin-right: 0;
}

.banner-deco .text-box {
    padding: 50px 40px 40px 70px;
}

.banner-deco .text-box .title {
    font-size: 18px;
}

.banner-deco .text-box:before,
.banner-deco .text-box:after {
    content: "";
    background-color: var(--color00);
    position: absolute;
    top: 20px;
    left: 40px;
}

.banner-deco .text-box:before {
    width: 1px;
    height: 55px;
}

.banner-deco .text-box:after {
    width: 55px;
    height: 1px;
}

@media (max-width: 1024px) {
    .banner-deco .text-box {
        padding: 40px 20px 40px 40px;
    }

    .banner-deco .text-box:before,
    .banner-deco .text-box:after {
        top: 10px;
        left: 20px;
    }

    .banner-deco .text-box:before {
        height: 45px;
    }

    .banner-deco .text-box:after {
        width: 45px;
    }
}

.banner02 {
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner02 .a {
    display: block;
    padding: 20px 30px 20px 30px;
    background-color: var(--color01);
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.banner02 .a:before,
.banner02 .a:after {
    content: "";
    background-color: var(--color00);
    position: absolute;
    top: 20px;
    left: 20px;
}

.banner02 .a:before {
    width: 2px;
    height: 30px;
}

.banner02 .a:after {
    width: 30px;
    height: 2px;
}

.banner02 .tel-box a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    color: var(--color00);
}

.banner02 .tel-box .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 18px;
    color: var(--color01);
    border-radius: 50%;
    background-color: var(--color00);
    margin-top: 3px;
    padding-top: 3px;
}

.banner02 .text-box a{
    margin-top: 20px;
    text-align: center;
}

.banner02 .text-box * {
    color: var(--color00);
}

@media (max-width: 599px) {
    .banner02 {
        width: 100%;
    }

    .banner02 .a {
        padding: 30px 20px 20px 20px;
    }

    .banner02 .a:before,
    .banner02 .a:after {
        top: 10px;
        left: 10px;
    }

    .banner02 .a:before {
        height: 35px;
    }

    .banner02 .a:after {
        width: 35px;
    }

    .banner02 .tel-box a{
        font-size: 30px;
    }

    .banner02 .text-box {
        margin-top: 20px;
    }
}

.banner03 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner03 li {
    width: 48%;
}

.banner03 li:nth-of-type(n + 3) {
    margin-top: 30px;
}

.banner03 a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 5px;
}

.banner03 a:hover {
    opacity: 1;
}

.banner03 a:hover .text-box {
    width: 100%;
}

.banner03 .text-box {
    width: 50%;
    height: 100%;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner03 .fead-order-right .text-box {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
}

.banner03 .fead-order-right .mv .text-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.banner03 .img-box {
    width: 50%;
    margin-left: auto;
    height: 150px;
}

.banner03 .title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color00);
    position: relative;
    z-index: 0;
}

.banner03 .text-box:before {
    content: "";
    width: 10%;
    height: 100%;
    display: block;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 99.8%;
    z-index: -1;
}

.banner03 .title:before,
.banner03 .title:after {
    content: "";
    background-color: var(--color00);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.banner03 .title:before {
    width: 1px;
    height: 12px;
}

.banner03 .title:after {
    width: 12px;
    height: 1px;
}


@media(max-width: 1024px) {
    .banner03 .title {
        padding: 15px;
    }
}

@media (max-width: 599px) {
    .banner03 li {
        width: 100%;
    }

    .banner03 li+li {
        margin-top: 20px;
    }

    .banner03 li:nth-of-type(n + 3) {
        margin-top: 20px;
    }

    .banner03 .title {
        padding: 5px;
    }

    .banner03 .img-box {
        width: 100%;
    }

    .banner03 .text-box {
        width: 100%;
        background-color: var(--color02);
    }
}


/*02about*/

.about-cont02 .img {
    opacity: 0.3;
}

.about-cont02 .text-box {
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 1024px) {

    .about-cont02 .text-box {
        margin-bottom: 20px;
        text-align: left;
    }
}

.about-cont03 {
    padding: 50px;
    border: 4px solid #999;
    border-radius: 10px;
}

.about-cont03 li+li {
    margin-top: 15px;
}

.about-cont03 .box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.about-cont03 .box01 dt {
    width: 60px;
    font-size: 20px;
    color: var(--color01);
}

.about-cont03 .box01 dd {
    width: calc(100% - 70px);
    margin-left: 20px;
    font-size: 20px;
}

.about-cont03 li:last-of-type .box01 dd {
    width: calc(50% - 70px);
    font-size: 16px;
}

.about-cont03 .box02 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #999999;
}

.about-cont03 .box02 .box01 {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media (max-width: 1024px) {
    .about-cont03 {
        padding: 30px;
    }
}

@media (max-width: 599px) {
    .about-cont03 {
        padding: 20px 10px;
    }

    .about-cont03 .box01 dt {
        width: 100%;
        font-size: 18px;
    }

    .about-cont03 .box01 dd {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
    }

    .about-cont03 li:last-of-type .box01 dd {
        width: 100%;
    }

    .about-cont03 tel a {
        font-size: 20px;
    }
}

.about-cont04 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}

.about-cont04 dt {
    width: 100px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}

.about-cont04 dt.back-green {
    color: var(--color00);
    background-color: var(--color01);
}

.about-cont04 dt.back-gray {
    background-color: #ccc;
}

.about-cont04 dd {
    margin-top: 3px;
    margin-left: 15px;
}

.about-cont04 .img-box .img {
    position: relative;
    z-index: 0;
}

.about-cont04 .img-box .img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color01);
    position: absolute;
    top: 7px;
    right: -7px;
    z-index: 0;
    border-radius: 5px;
}

.about-cont04 .img-box .img img {
    border-radius: 5px;
}

@media (max-width: 599px) {
    .about-cont04 dt {
        padding: 0;
    }

    .about-cont04 dd {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .about-cont04 .img-box .img:before {
        content: none;
    }
}

.about-cont05 .text {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 5px;
    color: var(--color00);
    background-color: var(--color01);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
    box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
}

@media (max-width: 1024px) {
    .about-cont05 .text {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .about-cont05 .text {
        font-size: 16px;
    }
}

/*04〜07お悩み / nayami*/
.nayami-cont01 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nayami-cont01 .title-box {
    width: 35%;
}

.nayami-cont01 .title-box .title {
    margin-bottom: 20px;
    padding: 20px 5px 20px 5px;
    font-size: 24px;
    color: var(--color00);
    position: relative;
    z-index: 0;
}

.nayami-cont01 .title-box .title:before {
    content: "";
    width: calc(200% + 1px);
    height: 100%;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}

.nayami-cont01 .title-box .title:after {
    content: "";
    width: 10%;
    height: 100%;
    display: block;
    background-color: var(--color01);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    top: 0;
    left: 99.9%;
    z-index: -1;
}

.nayami-cont01 .img-box {
    width: 60%;
}

.nayami-cont01 .img-box.v2 {
    width: 100%;
}

.nayami-cont01 .img-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nayami-cont01 .img-box li {
    width: calc((100% - 30px) / 2);
}

.nayami-cont01 .img-box.v2 li {
    width: calc((100% - 60px) / 3);
}

.nayami-cont01 .img-box li:nth-of-type(2n) {
    margin-left: 30px;
}


.nayami-cont01 .img-box li:nth-of-type(n + 3) {
    margin-top: 30px;
}

.nayami-cont01 .img-box.v2 li {
    margin-left: 30px;
    margin-top: 30px;
}

.nayami-cont01 .img-box.v2 li:first-child,
.nayami-cont01 .img-box.v2 li:nth-child(4) {
    margin-left: 0px;
}

.nayami-cont01 .img-box.v2 li:first-child,
.nayami-cont01 .img-box.v2 li:nth-child(2),
.nayami-cont01 .img-box.v2 li:nth-child(3) {
    margin-top: 0px;
}

.nayami-cont01 .img-box .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px;
    color: var(--color00);
    background-color: var(--color01);
}

@media (max-width: 1024px) {
    .nayami-cont01 .title-box {
        width: 100%;
    }

    .nayami-cont01 .title-box .title {
        width: 90%;
        padding: 10px 5px 10px 5px;
        font-size: 20px;
    }

    .nayami-cont01 .title-box .title:after {
        width: 5%;
    }

    .nayami-cont01 .title-box .img {
        width: 40%;
    }

    .nayami-cont01 .img-box {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .nayami-cont01 .img-box .text {
        font-size: 14px;
    }

    .nayami-cont01 .img-box li {
        width: calc((100% - 10px) / 2);
    }

    .nayami-cont01 .img-box li:nth-of-type(2n) {
        margin-left: 10px;
    }

    .nayami-cont01 .img-box li:nth-of-type(n + 3) {
        margin-top: 10px;
    }

    .nayami-cont01 .img-box.v2 li {
        width: calc((100% - 10px) / 2);
    }


    .nayami-cont01 .img-box.v2 li {
        margin-left: 0px;
        margin-top: 0px;
    }

    .nayami-cont01 .img-box.v2 li:nth-of-type(2n) {
        margin-left: 10px;
    }

    .nayami-cont01 .img-box.v2 li:nth-of-type(n + 3) {
        margin-top: 10px;
    }
}

.nayami-cont02 {
    padding: 50px;
    background-color: var(--color00);
    border-radius: 10px;
}

@media (max-width: 599px) {
    .nayami-cont02 {
        padding: 20px 10px;
    }
}

.nayami-cont03 .box {
    overflow: hidden;
    padding: 50px 15px;
    background-color: var(--color05);
    border-radius: 5px;
    position: relative;
    z-index: 0;
}

.nayami-cont03 .img-box {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.nayami-cont03 .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.nayami-check>ul>li+li {
    margin-top: 50px;
}

.nayami-check .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nayami-check .img-box {
    width: 30%;
}

.nayami-check .text-box {
    width: 65%;
}

.nayami-check .check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.nayami-check .check-box .check-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 15px;
    font-size: 10px;
    color: var(--color01);
    border: 2px solid var(--color01);
    border-radius: 5px;
}

.nayami-check .check-box .check {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border: 1px solid var(--color01);
}

.nayami-check .check-box.on .check:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #f7141f;
    line-height: 1px;
}

.nayami-check .check-box .title {
    margin-left: 15px;
    font-size: 24px;
    color: var(--color01);
}

.nayami-check .text {
    margin-top: 10px;
}

.nayami-check .star-box {
    border: 2px solid var(--color01);
    position: relative;
    z-index: 0;
    border-radius: 5px;
}

.nayami-check .star-box:before {
    content: "";
    display: block;
    padding-top: 70%;
}

.nayami-check .star-text {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-align: center;
}

.nayami-check .star-title {
    margin-bottom: 20px;
    font-size: 22px;
    color: var(--color01);
}

.nayami-check .star-img {
    max-width: 130px;
    margin: auto;
}

@media(max-width:1024px) {
    .nayami-check .text-box {
        width: 67%;
    }
}

@media (max-width: 599px) {
    .nayami-check .check-box .title {
        font-size: 20px;
    }

    .nayami-check .img-box {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .nayami-check .text-box {
        width: 100%;
        margin-top: 20px;
    }

    .nayami-check .star-text {
        width: 100%;
        text-align: center;
    }
}

.nayami-flow li {
    position: relative;
    z-index: 0;
}

.nayami-flow li:before {
    content: "";
    width: 150px;
    height: 30px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, 0);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 100%;
    left: 50%;
}

.nayami-flow li:last-of-type:before {
    display: none;
}

.nayami-flow li+li {
    margin-top: 40px;
}

.nayami-flow .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 40px 40px 100px;
    border: 2px solid var(--color01);
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
}

.nayami-flow .number {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
    color: var(--color00);
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Bebas Neue';
    line-height: 1;
    padding-top: 5px;
    border-radius: 0 0 10px 0;
}

.nayami-flow .text-box {
    width: 40%;
}

.nayami-flow .title {
    margin-bottom: 30px;
    font-size: 24px;
    color: var(--color01);
}

.nayami-flow .img-box {
    width: 30%;
}

@media (max-width: 1024px) {
    .nayami-flow .text-box {
        width: 60%;
    }
}

@media (max-width: 599px) {
    .nayami-flow .box {
        padding: 20px;
    }

    .nayami-flow .number {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .nayami-flow .text-box {
        width: 100%;
    }

    .nayami-flow .title {
        margin-bottom: 15px;
        font-size: 20px;
        padding-left: 50px;
    }

    .nayami-flow .img-box {
        width: 100%;
        margin-top: 20px;
    }
}

/*擬似要素で「・」を挿入*/
.point-green01 {
    padding-left: 2rem;
    text-indent: -1.45rem;
}

.point-green01:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 0.8rem;
    border-radius: 50%;
    background-color: var(--color01);
}

/*11機材紹介 / list / 機材ページ全てに使用*/
.list-cont01 .pic-text {
    text-align: right;
}

.list-cont01 .pic-text .text {
    display: inline-block;
    padding: 5px 15px;
    color: var(--color00);
    background-color: #e767a0;
}

.list-cont01 .sub-text {
    margin-bottom: 5px;
}

.list-cont01 .cate-box .sub-title01 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ada49f;
}

.list-cont01 .cate-box .sub-title02 {
    margin-bottom: 20px;
    font-weight: 600;
}

.list-cont01 .cate-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-cont01 .cate-box li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}

.list-cont01 .cate-box li:nth-of-type(3n) {
    margin-right: 0;
}

.list-cont01 .cate-box li:nth-of-type(n + 4) {
    margin-top: 10px;
}

.list-cont01 .cate-box .text {
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
}

.list-cont03 {
    padding: 40px 30px;
    border: 2px solid #999;
    border-radius: 10px;
}

.list-cont03 .title {
    margin-bottom: 20px;
    font-weight: 600;
}

.list-cont03 li+li {
    margin-top: 15px;
}

.list-cont03.-list-page li+li {
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .list-cont01 .cate-box li {
        width: calc((100% - 20px) / 2);
    }

    .list-cont01 .cate-box li:nth-of-type(n + 3) {
        margin-top: 10px;
    }

    .list-cont01 .cate-box li:nth-of-type(3n) {
        margin-right: 0px;
    }

    .list-cont01 .cate-box li:nth-of-type(odd) {
        margin-right: 10px;
    }

    .list-cont01 .cate-box li:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .list-cont03 {
        padding: 20px 10px;
    }
}

.list-cont04 .text-box {
    margin-top: 20px;
}

.list-cont04 .title {
    font-size: 24px;
    color: var(--color01);
}

.list-cont04 .text {
    margin-top: 10px;
}

.list-cont04 .pic-text {
    margin-top: 10px;
    font-weight: 600;
}

.list-cont05 {
    border-radius: 10px;
    overflow: hidden;
}

.list-cont05 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-cont05 .title {
    width: calc(50% - 1px);
    padding: 20px;
    text-align: center;
}

.list-cont05 .text {
    width: calc(50% - 1px);
    padding: 20px;
    text-align: center;
}

.list-cont05 li+li {
    margin-top: 2px;
}

.list-cont05 li:nth-of-type(even) .title,
.list-cont05 li:nth-of-type(even) .text {
    background-color: var(--color00);
}

.list-cont05 li:nth-of-type(odd) .title,
.list-cont05 li:nth-of-type(odd) .text {
    background-color: #eee;
}

.list-cont05 .title-box .title,
.list-cont05 .title-box .text {
    color: var(--color00);
    text-align: center;
    background-color: var(--color01);
}

@media (max-width: 599px) {
    .list-cont05 .title {
        padding: 10px;
        font-size: 14px;
    }

    .list-cont05 .text {
        padding: 10px;
        font-size: 14px;
    }
}

/*12よくある質問 / FAQ*/
.faq-cont li+li {
    margin-top: 20px;
}

.faq-cont .qa-item {
    position: relative;
    z-index: 0;
}

.faq-cont .question-box {
    border-radius: 5px;
    overflow: hidden;
}

.faq-cont .q-item {
    padding: 10px 60px;
    font-size: 24px;
    color: var(--color00);
    background-color: var(--color01);
    cursor: pointer;
    font-weight: 500;
}

.faq-cont .a-item {
    padding: 10px 10px 10px 60px;
    font-size: 16px;
    line-height: 36px;
    background-color: #eee;
}

.faq-cont .qa-item .text {
    font-family: "Bebas Neue", cursive;
    font-size: 30px;
    position: absolute;
    top: 8px;
    left: 20px;
    z-index: 1;
    letter-spacing: 5px;
}

.faq-cont .q-item .bar-box {
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
}

.faq-cont .q-item .bar-box .bar {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0;
}

.faq-cont .q-item .bar:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--color00);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 1;
}

.faq-cont .q-item .bar:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color00);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.question-box.action .bar:before {
    width: 100%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

@media (max-width: 1024px) {
    .faq-cont .q-item {
        font-size: 20px;
    }

    .faq-cont .qa-item.q-item .text {
        top: 3px;
    }
}

@media (max-width: 599px) {
    .faq-cont .q-item {
        padding: 10px 50px;
        font-size: 16px;
    }

    .faq-cont .qa-item.q-item .text {
        top: 2px;
    }

    .faq-cont .q-item .bar-box {
        width: 20px;
        height: 20px;
    }

    .faq-cont .a-item {
        line-height: 24px;
    }
}

/*13contact / お問い合わせ*/
.contact-cont01 li+li {
    margin-top: 20px;
}

.contact-cont01 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 5px 0;
}

.contact-cont01 .title {
    width: 240px;
    padding-left: 16px;
    position: relative;
    z-index: 0;
}

.contact-cont01 .title:before {
    content: "";
    width: 6px;
    height: 47px;
    background-color: var(--color01);
    position: absolute;
    top: -2.5px;
    left: 0;
    z-index: 0;
}

.contact-cont01 .text {
    width: calc((100% - 260px) - 2px);
}

.contact-cont01 .full-form input {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: none;
    background-color: #eee;
    border-radius: 3px;
}

.mandatory01 {
    display: block;
    font-size: 12px;
    color: var(--color01);
}

@media (max-width: 599px) {
    .contact-cont01 .title {
        width: 100%;
    }

    .contact-cont01 .title:before {
        height: 100%;
        top: 0;
    }

    .contact-cont01 .text {
        width: 100%;
        margin-top: 10px;
    }
}

.mandatory02 {
    display: block;
    font-size: 12px;
    color: #333;
}

.form .form-text textarea {
    width: 100%;
    min-height: 150px;
    padding: 10px;
    border: none;
    background-color: #eee;
    border-radius: 3px;
}

.form .form_shape li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 0;
}

.form .form_shape li+li {
    margin-left: 20px;
}

.form .form_shape input {
    display: none;
}

.form .form_shape label {
    padding-left: 40px;
    line-height: 30px;
    position: relative;
    z-index: 0;
}

.form .form_shape label::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.form .form_shape input:checked+label::after {
    content: "\f00c";
    width: 30px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--color01);
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

/*14recrit / 採用情報*/
.recruit-cont02 ul {
    border-radius: 10px;
    overflow: hidden;
}

.recruit-cont02 li+li {
    margin-top: 2px;
}

.recruit-cont02 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit-cont02 .title {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    color: var(--color00);
    text-align: center;
    background-color: var(--color01);
}

.recruit-cont02 .text {
    width: calc((100% - 200px) - 2px);
    padding: 20px;
    background-color: #eee;
}

.recruit-cont02 .text dl+dl {
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 2px dashed #fff;
}

.recruit-cont02 .text dl dt {
    color: var(--color01);
    font-weight: 500;
}

@media (max-width: 599px) {
    .recruit-cont02 .title {
        width: 100%;
        padding: 5px;
    }

    .recruit-cont02 .text {
        width: 100%;
    }
}

/*15voice / お客様の声一覧*/
.voice-cont01 li+li {
    margin-top: 20px;
}

.voice-cont01 .box {
    padding: 40px 50px;
    border: 2px solid #bfbfbf;
    border-radius: 10px;
}

.voice-cont01 .heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
}

.voice-cont01 .title {
    padding: 20px 10px;
    background-color: var(--color02);
    border-radius: 5px;
}

.voice-cont01 .name {
    margin-top: 10px;
}

.voice-cont01 .name .t {
    display: block;
}

.voice-cont01 .uk-lb img {
    cursor: pointer;
}

/* カテゴリー、施術名用追記 */
.voice-cont01 ul .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.voice-cont01 ul .cate>* {
    display: inline;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color01);
    margin: 1px;
    border: 2px solid var(--color01);
    border-radius: 3px;
}

.voice-cont01 ul .treatment {
    margin-bottom: 10px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .voice-cont01 .box {
        padding: 30px 20px;
    }
}

@media (max-width: 599px) {
    .voice-cont01 .box {
        padding: 30px 10px;
    }
}

/*16news / ニュース一覧*/
.news-cont01 li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
}

.news-cont01 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-cont01 .title {
    margin-top: 20px;
    font-size: 18px;
}

@media (max-width: 599px) {
    .news-cont01 .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-cont01 dl {
        width: 100%;
        margin-right: 0;
    }

    .news-cont01 .btn {
        width: 100%;
        margin-top: 20PX;
    }
}

/*99news_detail お知らせ詳細*/
.news-cont02 .title {
    margin-top: 10px;
    font-size: 18px;
}

.news-cont02 .sentence-text {
    margin-top: 10px;
    margin-bottom: 60px;
    padding: 35px 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.news-cont02 .sentence-text h2,
.list-cont03.-list-page h2 {
    margin: 1em 0;
    padding: 0.5em;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    background-color: var(--color01);
}

.news-cont02 .sentence-text h3,
.list-cont03.-list-page h3 {
    margin: 1em 0;
    padding: 0.5em;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    border-left: solid 10px var(--color01);
}

.news-cont02 .sentence-text h4,
.list-cont03.-list-page h4 {
    margin: 1em 0;
    padding-bottom: 0.5em;
    font-weight: 600;
    font-size: 18px;
    border-bottom: dotted 2px var(--color01);
}

.news-cont02 .sentence-text ul li,
.list-cont03.-list-page ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.news-cont02 .sentence-text ul li::before,
.list-cont03.-list-page ul li::before {
    content: "■";
    color: var(--color01);
}

.news-cont02 .sentence-text ol li,
.list-cont03.-list-page ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.news-cont02 .sentence-text ol li::before,
.list-cont03.-list-page ol li::before {
    content: ""counter(cnt)".";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    font-weight: 600;
    font-size: 120%;
    color: var(--color01);
}

.news-cont02 .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.news-cont02 .cate span {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 2px 10px;
    color: var(--color00);
    background-color: var(--color01);
    border-radius: 4px;
    margin: 1px;
}

.articledtl01 iframe[src*="youtube"],
.news-cont02 .sentence-text iframe[src*="youtube"],
.list-cont03.-list-page iframe[src*="youtube"] {
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;

    aspect-ratio: 16 / 9;
}

/*17blog / ブログ*/
.blog-cont01 a {
    display: block;
}

.blog-cont01 dl {
    margin-top: 10px;
}

.blog-cont01 .deta {
    margin-bottom: 5px;
    font-weight: 600;
}

.blog-cont01 .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.blog-cont01 .cate span {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    padding: 2px 10px;
    color: var(--color00);
    background-color: var(--color01);
    border-radius: 4px;
    margin: 1px;
}

.blog-cont01 .heading01 .main-text {
    padding: 0;
}

.blog-cont01 .heading01 .text-box {
    -webkit-transform: translateY(0%);
    transform: translateY(00%);
    position: relative;
    margin-top: 30px;
    top: 0%;
    left: 0;
    line-height: 1.2;
}

@media (max-width: 599px) {
    .blog-cont01 .deta {
        font-size: 14px;
    }

    .blog-cont01 .cate {
        font-size: 14px;
    }
}

/*99blog_detail ブログ詳細*/
.blog-cont02 dl {
    margin-top: 30px;
}

.blog-cont02 .deta {
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.blog-cont02 .cate {
    display: inline-block;
    margin-bottom: 20px;
    padding: 2px 10px;
    color: var(--color00);
    background-color: var(--color01);
}

.blog-cont02 .title {
    font-size: 24px;
}

.blog-cont02 .sentence-text {
    margin-top: 10px;
    margin-bottom: 60px;
    padding: 65px 0;
}

@media (max-width: 599px) {
    .blog-cont02 .title {
        font-size: 20px;
    }

    .blog-cont02 .sentence-text {
        margin-top: 10px;
        margin-bottom: 0px;
        padding: 10px 0;
    }
}

/*ブログ/お知らせ 本文*/
.sentence-text h2 {
    font-size: 30px;
}

.byouin01 {
    font-weight: 500;
    font-size: 18px;
}

/* ぱんくずリスト */
.breadcrumbs {
    margin: 2em 0;
}

.breadcrumbs-list li {
    display: inline;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-size: 14px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: 600;
}


.breadcrumbs-list li.breadcrumbs-thispage::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 1em 0 0.5em;
    border-top: 2px solid #473d2f;
    border-right: 2px solid #473d2f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs-list li.breadcrumbs-prevpage a::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 1em 0 0.5em;
    border-top: 2px solid #473d2f;
    border-right: 2px solid #473d2f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs a {
    display: inline;
    color: var(--color01);
}

/* list-recruit */
.list-recruit .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border: 2px solid #aaa;
    border-radius: 10px;
}

.list-recruit .list-inner .img-wrap {
    width: 30%;
}

.list-recruit .list-inner .content-wrap {
    width: 65%;
}

.list-recruit .list-inner .title {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 1.2em;
    border-bottom: 1px solid #aaa;
}

.list-recruit .list-inner .content-wrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-recruit .list-inner .content-wrap dl dt {
    width: 30%;
    font-weight: 600;
}

.list-recruit .list-inner .content-wrap dl dd {
    width: 70%;
}

.list-recruit li+li {
    margin-top: 50px;
}

@media(max-width:599px) {
    .list-recruit .list-inner .title {
        font-size: 1em;
    }

    .list-recruit .list-inner .content-wrap dl dt {
        width: 100%;
    }

    .list-recruit .list-inner .content-wrap dl dd {
        width: 100%;
    }
}

.map {
    height: 300px;
}

.map-small {
    height: 400px;
}

@media(max-width:599px) {
    .btn01.mini>* {
        width: 150px;
    }

    .map-small {
        height: 300px;
    }
}

.indent-list>li {
    padding-left: .9em;
    position: relative;
}

.indent-list>li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--color01);
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

.new-split-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-split-tag>* {
    display: inline;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color00);
    margin: 1px;
    background-color: var(--color01);
    border-radius: 4px;
}

.nbtn {
    width: 180px;
}

.nbtn>* {
    display: block;
    padding: 10px 25px;
    color: var(--color00);
    text-align: center;
    border: none;
    background-color: var(--color01);
    position: relative;
    z-index: 1;
}

.nbtn>*:before,
.nbtn>*:after {
    content: "";
    background-color: var(--color00);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.nbtn>*:before {
    width: 1px;
    height: 12px;
}

.nbtn>*:after {
    width: 12px;
    height: 1px;
}

.news-cont01 li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-cont01 dl {
    width: 100%;
}

@media(max-width:599px) {
    .news-cont01 li>a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .news-cont01 dl {
        width: 100%;
        margin-right: 0;
    }

    .nbtn {
        margin-top: 30px
    }

    .nbtn>* {
        padding: 6px 2px;
        margin-left: auto;
    }

    .new-split-tag>* {
        padding: 2px 5px;
        font-size: 13px;
    }
}

.up-content-area a:not([class]) {
    color: var(--color01);
    text-decoration: underline;
}

.up-content-area h2 {
    margin: 1.5em 0 0.75em;
    padding: 0.1em 0.1em 0.2em 0.5em;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-color: var(--color01);
}

.up-content-area h3 {
    margin: 1.5em 0 0.75em;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid var(--color01);
}

.up-content-area h4 {
    margin: 1.5em 0 0.75em;
    padding-left: 1.5em;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.up-content-area h4::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.1em;
    background-color: var(--color01);
    position: absolute;
    top: 0.25em;
    left: 0;
}

.up-content-area ul {
    margin: 1em 0;
}

.up-content-area ul>li {
    padding-left: 1.5em;
    position: relative;
}

.up-content-area ul>li::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: var(--color01);
    position: absolute;
    top: 0.25em;
    left: 0;
}

.up-content-area ul>li+li {
    margin-top: 0.5em;
}

.up-content-area ol {
    margin: 1em 0;
    counter-reset: number;
    list-style: none;
}

.up-content-area ol li {
    padding-left: 1.5em;
    position: relative;
}

.up-content-area ol li::before {
    counter-increment: number;
    content: counter(number) '.';
    color: var(--color01);
    font-size: 120%;
    line-height: 1;
    position: absolute;
    top: 10%;
    left: 0;
}

.up-content-area ol li+li {
    margin-top: 0.5em;
}

.up-content-area iframe {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin: 1em 0;
    width: 100%;
    height: 100%;
}

.kiki-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.kiki-cat>* {
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 3px;
    margin: 1px;
    color: var(--color00);
    background-color: var(--color04);
    font-size: 14px;
}

.contact-cont01 dl .checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    position: relative;
}

.contact-cont01 dl .checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid var(--color04);
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 3px;
    left: 0;
}

.contact-cont01 .checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-cont01 .checkboxer input {
    display: none;
}

.contact-cont01 .checkboxer input:checked+label {
    text-decoration: underline;
}

.contact-cont01 dl .checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: red;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 3px;
    left: 2px;
}

.textion-list {
    display: block;
}

.textion-list li {
    padding-left: 1rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.textion-list li:last-child {
    margin-bottom: 0px;
}

.textion-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color01);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

/*見たまま編集*/
[data-element-id] .up-hide.up-show\@sp .heading01 .main-text {
    font-size: 66px;
    white-space: inherit;
}

[data-element-id] .heading01 .main-text>span {
    display: block;
}

[data-element-id] .up-hide.up-show\@sp .heading01.heading-half .main-text {
    font-size: 80px;
}

[data-element-id] .heading01 .text-box {
    -webkit-transform: none;
    transform: none;
    position: static;
}

[data-element-id] .up-hide.up-show\@sp .heading01 .text-box {
    font-size: 16px;
}

[data-element-id] .up-hide.up-show\@sp .heading02 .text-box {
    font-size: 18px;
}

[data-element-id] .up-hide.up-show\@sp .heading03 {
    margin-bottom: 10px;
    font-size: 18px;
}

[data-element-id] .mv-text {
    position: absolute !important;
}

[data-element-id] .home-trouble .content .text-box {
    position: absolute !important;
}

[data-element-id] .about-cont05 .text {
    -webkit-transform: none;
    transform: none;
}

[data-element-id] .nayami-cont01 .title-box .up-hide.up-show\@sp .title {
    width: 90%;
    padding: 10px 5px 10px 5px;
    font-size: 20px;
}

[data-element-id].nayami-check .check-box .title .up-hide.up-show\@sp {
    font-size: 20px;
}

[data-element-id] .nayami-flow .number {
    position: absolute !important;
}

[data-element-id] .none {
    display: block;
}

[data-element-id] .pc-tb-none {
    display: block;
}

[data-element-id] .hover-img:hover img {
    -webkit-transform: inherit;
    transform: inherit;
}

[data-element-id] h1.h1-title {
    line-height: 4;
    border: 1px solid #bd6c6c;
    position: relative;
}

[data-element-id] h1.h1-title:before {
    content: "h1タイトル";
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #bd6c6c;
}

[data-element-id] .latest-cont .box:hover .text-box {
    height: 40%;
}

[data-element-id] .banner03 a:hover .text-box {
    width: 50%;
}

/* ハンバーガーメニュー */
[data-element-id] .toggle {
    position: absolute;
    top: 100px;
}

[data-element-id] .gnav ul {
    width: 50%;
    height: auto;
    overflow-y: hidden;
}

[data-element-id] .gnav-inner {
    height: auto;
    border: 1px solid #bd6c6c;
}

[data-element-id] .gnav .back-text {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    -webkit-transform: none;
    transform: none;
}

[data-element-id] .gnav-inner:before {
    content: "ハンバーガーメニュー";
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #bd6c6c;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .gnav .sub-menu {
    width: 100%;
}

[data-element-id] .gnav .sub-menu ul {
    width: 100%;
    visibility: visible;
    margin-top: 10px;
    opacity: 1;
    position: static;
    left: calc(100% + 100px);
}

/*固定ボタン*/
[data-element-id] .fixed-box {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    position: static;
}

[data-element-id] .gnav {
    height: auto;
    visibility: inherit;
    opacity: 1;
    position: relative;
}

[data-element-id] .fixed-box a {
    display: block;
    margin: 1%;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    border: 1px solid #bd6c6c;
    position: relative;
    z-index: 1;
}

[data-element-id] .fixed-box a:before {
    content: "固定ナビ";
    width: calc(100% + 2px);
    display: block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #bd6c6c;
    position: absolute;
    bottom: 100%;
    left: -1px;
    z-index: 1;
}

[data-element-id] .fixed-btn-sp {
    display: block;
}

/*フィード形*/
[data-element-id] .fead-text,
[data-element-id] .fead-text02,
[data-element-id] .fead-order>*,
[data-element-id] .fead-text>* {
    opacity: 1;
}

[data-element-id] .fead-mv:before {
    display: none;
}

[data-element-id] .fead-order-up .text-box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: absolute !important;
}

[data-element-id] .fead-banner .text-box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

[data-element-id] .fead-order-right .text-box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

[data-element-id] .up-show\@sp {
    border: solid 2px #008000;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .up-show {
    border: solid 2px #ff1493;
}

[data-element-id] .h1-box {
    position: relative;
}

[data-element-id] .voice-cont02 ul {
    width: 100%;
}

[data-element-id] .voice-cont02 ul>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id].a-test{
  min-width:250px;
}

[data-element-id].text-box.tel{
  min-width:250px;
}

@media(max-width:599px){
  
  .fixed-box .text-box{
        position: absolute;
        bottom: 100%;
        right: calc(100% + 20px);
    }
  
  .fixed-box .text-box.tel {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        position: absolute;
        bottom: 0;
        right: calc(100% + 20px);
    }
    
    
.hon.a-test .text-box{
  transform:translateY(-110%);
}
}

.a-test .text-box.line a {
    background-color: #06C755;
}

.icon-line:before {
    content: "\f3c0";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400; /* brandsにはweightが無いので400固定 */
}

.a-two a,
.a-one{
  animation: btn_animation1 1.5s infinite;
}

@keyframes btn_animation1 {
    0% {
        transform: scale(1.2)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

.b-two a,
.b-one{
  position:relative;
  overflow: hidden;
}

.b-two a::before,
.b-one::after {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation2 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation2 {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.new-box{
  background-color:#fff;
  padding:30px;
  border: 2px solid var(--color01);
}

.new-box .newbox-item+.newbox-item{
  margin-top:30px;
}

.newbox-item>*+*{
  margin-top:20px;
}

.point-list li+li{
  margin-top:10px;
}

@media(Max-width:599px){
  .byouin01 {
    font-size: 14px;
    letter-spacing:-.05em;
    line-height:1.4em;
}

.new-box{
  padding:20px 10px;
}
}
