@charse1t "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

/* # root1 START # */
:root {
    --color00: #fff;
    --color01: #59bc9b;
    --color02: rgba(89, 188, 155, 0.27);
    --color03: #e0ddaa;
    --color04: #133c2e;
    --color05: #eaf8f4;
    --color06: #9ce0ca;
}
/* # root1 END # */

/* # root2 START # */
/* :root {
    --color00: #fff;
    --color01: #ff7a00;
    --color02: rgba(255, 122, 0, 0.27);
    --color03: #dec8b0;
    --color04: #a16620;
    --color05: #f8f6ea;
    --color06: #ffb878;
} */
/* # root2 END # */

/* # root3 START # */
/* :root {
    --color00: #fff;
    --color01: #1e3686;
    --color02: rgba(30, 54, 134, 0.27);
    --color03: #b0b9d8;
    --color04: #6c8dff;
    --color05: #eaf3f8;
    --color06: #a5c4e0;
} */
/* # root3 END # */

/* # root4 START # */
/* :root {
    --color00: #fff;
    --color01: #59bc9b;
    --color02: #c9ebe0;
    --color03: #e0ddaa;
    --color04: #133c2e;
} */
/* # root4 END # */

/* # root5 START # */
/* :root {
    --color00: #fff;
    --color01: #59bc9b;
    --color02: #c9ebe0;
    --color03: #e0ddaa;
    --color04: #133c2e;
} */
/* # root5 END # */

html{
  font-weight: 500;
  font-size: 18px;
}

.wrapper{
      min-width: 375px;
}

@media (max-width: 599px) {
  html{
  font-size: 17px;
}
}

/*----- お知らせカテゴリーの色設定 -----*/
.休診日のお知らせ {
    background-color: #eb8d28;
}

.重要なお知らせ {
    background-color: #b54226;
}

.その他 {
    background-color: #b5ab2f;
}

/*----- お知らせカテゴリーの色設定 end -----*/

/* 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;
    -webkit-transform: translateX(-160%);
    transform: translateX(-160%);
}

.fead-banner.mv .text-box {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.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 img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 599px) {
    .hover-img img:hover {
        -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;
    }
}

/*テキスト色*/
.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;
}

.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%;
    }
}

/*余白*/
.harea {
    padding: 100px 0;
}

.harea-t {
    padding-top: 100px;
}

.harea-b {
    padding-bottom: 100px;
}

.f-harea {
    padding: 50px 0;
}

.harea-first-content {
    padding: 10px 0 100px;
}

.harea-first-content-t {
    padding: 10px 0 0;
}

@media (max-width: 1024px) {
    .harea {
        padding: 80px 0;
    }

    .harea-t {
        padding-top: 80px;
    }

    .harea-b {
        padding-bottom: 80px;
    }

    .f-harea {
        padding: 50px 0 80px;
    }
}

@media (max-width: 599px) {
    .harea {
        padding: 50px 0;
    }

    .harea-t {
        padding-top: 50px;
    }

    .harea-b {
        padding-bottom: 50px;
    }

    .f-harea {
        padding: 50px 0;
    }

    .harea-first-content {
        padding: 10px 0 50px;
    }
}

/*セクション余白上書き用*/
.harea-xlarge {
    padding: 120px 0;
}

.harea-large {
    padding: 80px 0;
}

.harea-medium {
    padding: 60px 0;
}

.harea-small {
    padding: 40px 0;
}

.harea-xsmall {
    padding: 20px 0;
}

.harea-none {
    padding: 0;
}

/**/
.harea-pt-xlarge {
    padding: 120px 0 0;
}

.harea-pt-large {
    padding: 80px 0 0;
}

.harea-pt-medium {
    padding: 60px 0 0;
}

.harea-pt-small {
    padding: 40px 0 0;
}

.harea-pt-xsmall {
    padding: 20px 0 0;
}

.harea-pt-none {
    padding-top: 0;
}

/**/
.harea-pb-xlarge {
    padding: 0 0 120px;
}

.harea-pb-large {
    padding: 0 0 80px;
}

.harea-pb-medium {
    padding: 0 0 60px;
}

.harea-pb-small {
    padding: 0 0 40px;
}

.harea-pb-xsmall {
    padding: 0 0 20px;
}

.harea-pb-none {
    padding-bottom: 0;
}

/*テキスト「...」*/
.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;
    letter-spacing: 2px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

[data-element-id] .heading01 .main-text>span {
    display: block;
}

.heading01.heading-half .main-text {
    font-size: 150px;
}

[data-element-id] .heading01 .text-box {
    -webkit-transform: none;
    transform: none;
    position: static;
}

.heading01 .text-box {
    width: 100%;
    overflow: hidden;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    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;
    z-index: 0;
}

.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 .bar:before,
.heading01-l .bar:after {
    display: none;
}

@media (max-width: 1024px) {
    .heading01 .main-text {
        font-size: 120px;
    }

    .heading01 .text-box {
        font-size: 20px;
    }

    .heading01.heading-half .main-text {
        font-size: 120px;
    }
}

@media (max-width: 599px) {
    .heading01 .main-text {
        font-size: 60px;
        white-space: inherit;
        width: 100%;
    }

    .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-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    font-size: 24px;
    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);
}

.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-set-text {
    margin-top: 10px;
    text-align: left;
}

.heading-set-text .set-text {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.heading-set-text .set-sub-text {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #f00;
}

/*見出し上書き用*/
.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;
    letter-spacing: 2px;
}

.text02 {
    line-height: 2;
    letter-spacing: 2px;
}

.text-02{
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
  -webkit-line-clamp: 2;
}

.d-none-tb,
.d-none-sp{
  display: block;
}
.d-b-tb,
.d-b-sp{
  display: none;
}
@media (max-width: 1024px) {
  .d-b-tb{
    display: block;
  }
  .d-none-tb{
    display: none;
  }
}
@media (max-width: 599px) {
.d-none-sp{
  display: none;
}
.d-b-sp{
  display: block;
}
}

@media (max-width: 1024px) {
    .text01 {
        line-height: 2;
    }
}

/*tel種類*/
.tel02 {
    font-size: 24px;
    color: #b54127;
}

/*アイコン挿入*/
.icon-tel01:before {
    content: "\f879";
    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-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: none;
    background-color: var(--color01);
    position: relative;
    z-index: 1;
        border: 1px solid var(--color01);
}

.btn01>*:before,
.btn01>*:after {
    content: "";
    background-color: var(--color00);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.btn01>*:before {
    width: 1px;
    height: 12px;
}

.btn01>*:after {
    width: 12px;
    height: 1px;
}

@media (max-width: 599px) {
    .btn-2col-sp>* {
        width: 150px;
    }

    .btn01>*:before,
    .btn01>*:after {
        bottom: 5px;
        right: 5px;
    }
}

.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 *:hover:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: var(--color01);
    bottom: -1px;
    right: -1px;
    z-index: -2;
}

.btn-move01 a:hover {
    color: var(--color01);
    background-color: var(--color00);
}

.btn-move02 a:hover {
    color: var(--color01);
    border: 1px solid var(--color01);
    background-color: var(--color00);
}

/*メインビジュアルの高さをpadding-topで取る*/
/* メインビジュアル */
.home-mainimg {
    overflow: hidden;
    position: relative;
}

.home-mainimg img {
    width: 100%;
}

.home-mainimg .uk-slidenav-position {
    overflow: hidden;
    position: relative;
}

.home-mainimg .mainimg-pc {
    display: block;
}

.home-mainimg .mainimg-pc .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.home-mainimg .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.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%;";
}

[data-element-id] .mv-text {
    position: absolute !important;
}

.mv-text {
    width: 1140px;
    font-weight: bold;
    font-size: 180px;
    color: rgba(255, 255, 255, 0.541);
    line-height: 1.1;
    letter-spacing: -10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
}

@media (max-width: 1024px) {
    .mv-text {
        width: 100%;
        font-size: 90px;
        letter-spacing: -4px;
    }
}

@media (max-width: 599px) {
    .home-mainimg .mainimg-pc .uk-slidenav-position:after {
        content: "";
        display: block;
        padding-top: 100vh;
    }

    .uk-slideshow li div {
        height: 100%;
    }

    .mv-text {
        font-size: 50px;
        letter-spacing: 0px;
        width: 90%;
    text-align: center;
    }
}

/*下層MV*/
.lower-mv {
    width: 100%;
    display: block;
    position: relative;
}

.lower-mv img {
    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;
}

.lower-mv:after {
    content: "";
    display: block;
    padding-top: 30%;
}

.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;
}

/*google mapの高さをpadding-topで取る*/
/* google map */
.map {
    width: 100%;
    display: block;
    position: relative;
}

.map:after {
    content: "";
    display: block;
    padding-top: 60%;
}

.map-xlarge:after {
    padding-top: 100%;
}

.map-large:after {
    padding-top: 80%;
}

.map-medium:after {
    padding-top: 50%;
}

.map-small:after {
    padding-top: 30%;
}

.map-xsmall:after {
    padding-top: 10px;
}

@media (max-width: 599px) {
    .map:after {
        padding-top: 80%;
    }

    .map-small:after {
        padding-top: 60%;
    }
}

/*youtubeの高さをpadding-topで取る*/
/* 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;
}

.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;
}

.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;
}

.toggle .toggle-btn .bar:before {
    top: -10px;
}

.toggle .toggle-btn .bar:after {
    top: 10px;
}

.toggle .text {
    list-style: 1;
    font-size: 14px;
    color: var(--color01);
}

.gnav {
    width: 100%;
    height: 100vh;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--color02);
    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;
}

.gnav.active {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.gnav .logo-box {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.26);
}

.gnav .logo {
    margin-bottom: 10px;
}

.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;
    letter-spacing: -10px;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.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;
}

.gnav ul {
    height: 50vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.gnav li+li {
    margin-top: 20px;
}

.gnav li a {
    padding: 5px;
    color: var(--color00);
}

.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: 50%;
    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);
    overflow-y: inherit;
}

.gnav .sub-menu.open ul {
    visibility: visible;
    opacity: 1;
    left: calc(100% + 100px);
}

.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,
    .toggle .toggle-btn .bar:before,
    .toggle .toggle-btn .bar:after {
        width: 30px;
    }

    .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 15px 20px;
    }

    .gnav .back-text {
        font-size: 60px;
        line-height: 1.1;
        letter-spacing: -5px;
    }
}

/*固定ボタン*/
/*ABテスト*/
.fixed-box {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 10;
}

.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 5px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.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);
}

.fixed-box .text-box.tel a {
    width: 100%;
    color: var(--color00);
    background: var(--color01);
}

.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: bold;
    font-size: 16px;
    color: var(--color00);
    border-radius: 10%;
    background: -webkit-gradient(linear, left top, left bottom, from(#9de0cb), color-stop(50%, #59bc9b), color-stop(50%, #59bc9b), to(#59bc9b));
    background: linear-gradient(180deg, #9de0cb 0%, #59bc9b 50%, #59bc9b 50%, #59bc9b 100%);
    -webkit-box-shadow: 1px 2px 10px #676767;
    box-shadow: 1px 2px 10px #676767;
    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%;
}

.con.text-box a {
    background-color: var(--color01);
}

.b-test .text-box a {
    color: var(--color01);
    background: var(--color02);
}

@media (max-width: 1024px) {
    .fixed-box {
        bottom: 25%;
    }
}

@media (max-width: 599px) {
    .fixed-box {
        bottom: 20px;
        right: 20px;
    }

    .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;
    }

    .fixed-box.active .text-box {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .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.h1-title {
    max-width: calc(100% - 100px);
    font-size: 12px;
    color: var(--color00);
    text-shadow: 0 0 3px var(--color01), 0 0 3px var(--color01), 0 0 3px var(--color01), 0 0 3px var(--color01), 0 0 3px var(--color01);
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 1;
}

@media (max-width: 599px) {
    h1.h1-title {
        max-width: calc(100% - 80px);
        font-size: 10px;
    }
}

/*footer / フッター*/
/*メニュー*/
.f-menu {
    background-color: var(--color01);
    position: relative;
    z-index: 0;
}

.f-menu .back-text {
    font-weight: bold;
    font-size: 100px;
    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;
}

.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);
}

.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: 0;
    }

    .footer:after {
        content: "";
        width: 100%;
        height: 100px;
        background-color: var(--color04);
        position: absolute;
        top: 100%;
        left: 0;
    }

    .footer .f-info {
        margin-bottom: 100px;
    }

    .menu-box {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .f-menu .back-text {
        font-size: 60px;
        line-height: 1.1;
        letter-spacing: -5px;
    }
}

.f-info {
    background: 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;
}

.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: 83%;
    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 .f-left {
    width: 50%;
}

.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 .f-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px;
    font-weight: bold;
    color: var(--color04);
    background-color: var(--color00);
}

.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;
}

.f-info .box .info-box .f-right {
    width: 48%;
}

.f-info .sns-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 10px;
}

.f-info .sns-box li {
    width: 25%;
}

.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 .info-box {
        width: 100%;
    }

    .f-info .box .info-box .f-left {
        width: 100%;
    }

    .f-info .box .info-box .f-right {
        width: 100%;
    }
}

@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(--color05);
}

.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;
    font-weight: bold;
    color: var(--color01);
}

.home-reason .content .min-txt {
  margin-top: 10px;
  font-size: 16px;
}


/*home-latest / 最新機材を導入*/
.latest-cont .box {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.latest-cont .text-box {
    width: 100%;
    height: 25%;
    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: 10px 5px;
    text-align: center;
    background-color: var(--color06);
    position: absolute;
    bottom: 0;
    left: 0;
}

.latest-cont .box:hover .text-box {
    height: 100%;
}

.latest-cont .text-box .deco {
    content: "";
    width: 100%;
    height: 60%;
    display: block;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color06))) no-repeat top left/100% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), color-stop(50.5%, var(--color06))) no-repeat top right/0% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, var(--color06) 50.5%) no-repeat top left/100% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 100%, var(--color06) 50.5%) no-repeat top right/0% 100%;
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    z-index: 0;
}

.latest-cont .text-box .text {
    position: relative;
    z-index: 1;
}

/*trouble / お悩みの箇所を教えてください*/
.home-trouble .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.home-trouble .content li {
    width: 30%;
    margin: auto;
}

/* .home-trouble .content li:nth-of-type(1),
.home-trouble .content li:nth-of-type(5) {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.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(4) {
    -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;
}

[data-element-id] .home-trouble .content .text-box {
    position: absolute !important;
}

.home-trouble .content .text-box {
    width: 100%;
    padding: 10px 10px 20px;
    color: var(--color00);
    text-align: center;
    background-color: var(--color01);
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-trouble .content .text-box .text{
      display: block;
    text-align: center;
    padding: 0 30px;
}

.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;
    background: #e0deda;
}

.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;
}

.trouble-banner .text-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
    font-size: 20px;
    color: #b84c33;
}

.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: 5px 0 10px;
        font-size: 14px;
    }

    .home-trouble .content .only-img {
        width: 40%;
    }

    .trouble-banner {
        width: 80%;
    }
}

@media (max-width: 599px) {
  .latest-cont .text-box .text{
    font-size: 14px;
  }
    .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%; */
        width: 70%;
        margin: 10px auto 0;
    }

    .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: #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 50px;
}

.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: 20px;
    font-size: 14px;
    color: var(--color00);
}

.home-news .content dd .cate>* {
    display: block;
    padding: 4px 15px;
    line-height: 1;
}

@media (max-width: 599px) {
    .home-news .content li a {
        padding: 10px;
    }
}

/*home-guide / 診療時間*/
.home-guide {
    background: 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 {
    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;
}

.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 dd.text {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--color01);
}

@media (max-width: 599px) {
    .home-blog .content dt .title {
        width: 100%;
    }

    .home-blog .content dt .day {
        width: 100%;
    }
}

/*home-youtube / youtube*/
.home-youtube .content .box {
    position: relative;
    z-index: 0;
}

.home-youtube .content .deco {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.home-youtube .content .youtube:hover .deco {
    z-index: -1;
}

.home-youtube .content .deco i {
    display: block;
    font-size: 80px;
    color: var(--color01);
    border-radius: 50%;
    background-color: var(--color00);
    opacity: 0.8;
}

/*home-trainer / トレーナー活動*/
.home-trainer .box {
    position: relative;
    z-index: 1;
}

.home-trainer .box:before {
    content: "";
    width: 300%;
    height: 50%;
    background: var(--color02);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -100%;
    z-index: -1;
}

@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;
    z-index: 0;
}

.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: 1;
}

.home-activities .content .title-text .text {
    display: block;
    padding: 10px 25px;
    color: var(--color00);
    text-align: center;
    background-color: var(--color01);
}

.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: 1px;
    height: 12px;
}

.home-activities .content .title-text .text:after {
    width: 12px;
    height: 1px;
}

.home-activities .content .text-box {
    margin-top: 50px;
}

@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: rgba(255, 255, 255, 0.54);
    position: relative;
    z-index: 1;
}

[data-element-id].home-information .information-content{
  pointer-events: none;
}

[data-element-id].home-information .information-content>div{
  pointer-events: auto;
}

.home-information .content {
    padding: 30px;
    background: rgba(255, 255, 255, 0.54);
}

.home-information .content .box {
    padding: 20px;
    border: 5px solid #999;
}

.home-information .content .text-box .text+.text {
    margin-top: 20px;
}

.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: 32px;
    color: var(--color01);
    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);
}

.side-cont01 li {
    margin-top: 2px;
}

.side-cont01 li a {
    display: block;
    padding: 15px 5px;
    text-align: center;
    background: #eee;
}

/*ページネーション*/
.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: block;
    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: #ccc;
}

.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 5px;
    text-align: center;
    background-color: #eaf8f4;
}

.voice-cont02 .text-box {
    margin-top: 30px;
}

.voice-cont02 .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
    position: relative;
    z-index: 0;
}

.voice-cont02 .icon {
    width: 30px;
    height: 30px;
    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);
}

.voice-cont02 .name .text {
    margin-left: 10px;
}

.voice-cont02 .name .text .t {
    display: block;
}

/* @media (max-width: 1024px) {
    .voice-cont02 li {
        width: calc((100% - 20px) / 2);
    }
} */

@media (max-width: 599px) {
    .voice-cont02 li {
        width: 100%;
    }

    .voice-cont02 li+li {
        margin-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 {
    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;
}

.banner01 .text-box {
    width: 50%;
    padding: 40px 40px 20px;
    background-color: var(--color01);
    position: relative;
    z-index: 0;
}

.banner01 .back-text {
    font-weight: bold;
    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: 60%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #38b48b)) no-repeat top left/20% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), color-stop(50.5%, #38b48b)) no-repeat top right/0% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #38b48b 50.5%) no-repeat top left/20% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 100%, #38b48b 50.5%) no-repeat top right/0% 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: -1;
}

.banner01 .text-box .title {
    font-size: 24px;
    color: var(--color00);
}

.banner01 .text-box .text {
    margin-top: 20px;
    color: var(--color00);
}

.banner01 .btn {
    margin-right: -250%;
}

@media (max-width: 1024px) {
    .banner01 {
        width: 100%;
    }

    .banner01 .text-box {
        padding: 30px 25px 20px;
    }
}

@media (max-width: 599px) {
    .banner01 .text-box {
        width: 100%;
        background: rgba(56, 180, 139, 0.321);
    }

    .banner01 .btn {
        margin-right: 0;
    }

    .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: 40px 40px 20px 60px;
    background-color: var(--color01);
    position: relative;
    z-index: 0;
}

.banner02 a:before,
.banner02 a:after {
    content: "";
    background-color: var(--color00);
    position: absolute;
    top: 20px;
    left: 40px;
}

.banner02 a:before {
    width: 1px;
    height: 55px;
}

.banner02 a:after {
    width: 55px;
    height: 1px;
}

.banner02 .tel-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-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: 20px;
    font-size: 18px;
    color: #333;
    border-radius: 50%;
    background-color: var(--color00);
}

.banner02 .text-box {
    margin-top: 40px;
    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 {
        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;
}

.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 .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;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #38b48b)) no-repeat top left/100% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), color-stop(50.5%, #38b48b)) no-repeat top right/0% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #38b48b 50.5%) no-repeat top left/100% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 100%, #38b48b 50.5%) no-repeat top right/0% 100%;
    position: absolute;
    top: 0;
    left: 100%;
    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 .text-box {
        width: 100%;
        background: rgba(56, 180, 139, 0.321);
    }
}


/*02about*/
.about-cont02 {
    width: 80%;
    margin-top: -90px;
    margin-left: auto;
    margin-right: 0;
    background: var(--color04);
    position: relative;
    z-index: -1;
}

.about-cont02 .img {
    opacity: 0.3;
}

.about-cont02 .text-box {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 30px;
    color: var(--color00);
}

@media (max-width: 1024px) {
    .about-cont02 {
        width: 90%;
        margin-top: -50px;
    }

    .about-cont02 .text-box {
        padding-top: 60px;
        padding-bottom: 40px;
        font-size: 20px;
    }
}

.about-cont03 {
    padding: 50px;
    border: 5px solid #999;
}

.about-cont03 li+li {
    margin-top: 20px;
}

.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: 100px;
    font-size: 24px;
    color: var(--color01);
}

.about-cont03 .box01 dd {
    width: calc(100% - 120px);
    margin-left: 20px;
    font-size: 24px;
}

.about-cont03 li:last-of-type .box01 dd {
    width: calc(50% - 120px);
    font-size: 16px;
}

.about-cont03 .box02 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #333;
}

@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;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.about-cont04 dt {
    width: 100px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}

.about-cont04 dt.back-green {
    color: var(--color00);
    background-color: var(--color01);
}

.about-cont04 dt.back-gray {
    background: #ccc;
}

.about-cont04 dd {
    margin-left: 20px;
}

.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: -10px;
    right: -10px;
    z-index: 0;
}

@media (max-width: 599px) {
    .about-cont04 dt {
        padding: 0;
    }

    .about-cont04 dd {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .about-cont04 .img-box {
        margin-left: -5px;
    }
}

[data-element-id] .about-cont05 .text {
    -webkit-transform: none;
    transform: none;
}

.about-cont05 .text {
    display: inline-block;
    padding: 5px 10px;
    font-size: 24px;
    color: var(--color00);
    background-color: var(--color01);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: relative;
    z-index: 1;
}

@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: 200%;
    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: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #38b48b)) no-repeat top left/100% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), color-stop(50.5%, #38b48b)) no-repeat top right/0% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #38b48b 50.5%) no-repeat top left/100% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 100%, #38b48b 50.5%) no-repeat top right/0% 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
}

.nayami-cont01 .img-box {
    width: 60%;
}

.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 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 .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 .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-cont02 {
    padding: 50px;
    background-color: var(--color00);
}

@media (max-width: 599px) {
    .nayami-cont02 {
        padding: 20px 10px;
    }
}

.nayami-cont03 .box {
    overflow: hidden;
    padding: 50px 15px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    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: bold;
    font-size: 14px;
    text-align: center;
}

.nayami-check 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;
}

.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%;
}

.nayami-check .star-title {
    margin-bottom: 20px;
    font-size: 22px;
    color: var(--color01);
}

.nayami-check .star-img {
    max-width: 100px;
    margin: auto;
}

@media (max-width: 1024px) {
  .nayami-check .check-box .title{
        font-size: 20px;
  }
}

@media (max-width: 599px) {
    .nayami-check .check-box .title {
        margin-left: 0;
        width: 100%;
    }

    .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: 200px;
    height: 30px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #38b48b)) no-repeat top left/50% 100%,
        -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #38b48b)) no-repeat top right/50% 100%;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #38b48b 50.5%) no-repeat top left/50% 100%,
        linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #38b48b 50.5%) no-repeat top right/50% 100%;
    -webkit-transform: translate(-50%, 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;
}

[data-element-id] .nayami-flow .number {
    position: absolute !important;
}

.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: 36px;
    color: var(--color00);
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 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 40px 20px 60px;
    }

    .nayami-flow .number {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .nayami-flow .text-box {
        width: 100%;
    }

    .nayami-flow .title {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .nayami-flow .img-box {
        width: 100%;
        margin-top: 20px;
    }
}

/*擬似要素で「・」を挿入*/
.point-green01:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 20px;
    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: #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: bold;
}

.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;
}

.list-cont03 .title {
    margin-bottom: 30px;
    font-weight: bold;
}

.list-cont03 li+li {
    margin-top: 20px;
}

@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: bold;
}

.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: #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 .q-item {
    padding: 10px 60px;
    font-size: 24px;
    color: var(--color00);
    background-color: var(--color01);
    cursor: pointer;
}

.faq-cont .a-item {
    padding: 10px 10px 10px 60px;
    font-size: 16px;
    line-height: 36px;
    background: #eee;
}

.faq-cont .qa-item .text {
    font-family: "Bebas Neue", cursive;
    font-size: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
}

.faq-cont .q-item .bar-box {
    width: 40px;
    height: 40px;
    -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;
  transform: translateX(-50%);
    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;
   transform: translateY(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.question-box.action .bar:before {
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    transform: translateX(-50%);
    top: 50%;
}

@media (max-width: 1024px) {
    .faq-cont .q-item {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .faq-cont .q-item {
        padding: 10px 50px;
        font-size: 16px;
    }

    .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: 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: #eee;
}

.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: #eee;
}

.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: #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 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: #eee;
}

@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: 1px solid #bfbfbf;
}

.voice-cont01 .heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
}

.voice-cont01 .title {
    padding: 20px 5px;
    text-align: center;
    background-color: #eaf8f4;
}

.voice-cont01 .name {
    margin-top: 20px;
}

.voice-cont01 .name .t {
    display: block;
}

/* カテゴリー、施術名用追記 */
.voice-cont01 ul .cate {
    display: inline;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid var(--color01);
}

.voice-cont01 ul .treatment {
    margin-bottom: 10px;
    font-weight: bold;
}

@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 dl {
    margin-right: 20px;
}

.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: 65px 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

/*17blog / ブログ*/
.blog-cont01 a {
    display: block;
}

.blog-cont01 dl {
    margin-top: 10px;
}

.blog-cont01 .deta {
    margin-bottom: 5px;
    font-weight: bold;
}

.blog-cont01 .cate {
    display: inline-block;
    margin-bottom: 20px;
    padding: 2px 10px;
    color: var(--color00);
    background-color: var(--color01);
}

.blog-cont01 .title {
    font-size: 14px;
}

@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: bold;
    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;
}

/*見たまま編集*/
[data-element-id] .none {
    display: block;
}

[data-element-id] .pc-tb-none {
    display: block;
}

[data-element-id] .hover-img img:hover {
    -webkit-transform: inherit;
    transform: inherit;
}

[data-element-id] h1.h1-title {
    line-height: 4;
    border: 1px solid #bd6c6c;
    background-color: var(--color01);
    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-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: 0;
}

[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: 0;
}

[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);
}



/* 2022.02.02 */
.byouin01 {
    font-weight: bold;
    font-size: 18px;
}

/*-------------------
 S04追記 
 -------------------*/

/* ぱんくずリスト */
.breadcrumbs {
    padding: 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: bold;
}


.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;
}

/* 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: 1px solid #aaa;
}

.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: bold;
}

.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%;
    }
}

@media(max-width:599px) {
    .btn01.mini>* {
        width: 150px;
    }
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px black;
    position: relative;
}
[data-element-id] .up-d-none:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

[data-element-id].fead-order>* {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

[data-element-id] .gnav .list02 {
    visibility: visible;
    padding: 0;
    border: solid 2px #f48100;
    opacity: 1;
    position: relative;
    top: 0;
}

[data-element-id] .gnav .list02:after {
    content: "事業内容";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 black;
    background: #f48100;
}

[data-element-id] .attached-altlist {
    display: block;
    border: solid 4px #009fff;
    position: relative;
}

[data-element-id] .attached-altlist:after {
    content: "altlistとalt有！";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #009fff;
}

[data-element-id] .not-altlist.not-alt {
    display: block;
    border: solid 4px #f00;
    position: relative;
}

[data-element-id] .not-altlist.not-alt:after {
    content: "altlistとalt無し！";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #f00;
}

[data-element-id] .not-altlist {
    display: block;
    border: solid 4px #ffed00;
    position: relative;
}

[data-element-id] .not-altlist:after {
    content: "altlist無し！";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    text-align: center;
    background: #ffed00;
}

[data-element-id] .not-alt {
    display: block;
    border: solid 4px #b600ff;
    position: relative;
}

[data-element-id] .not-alt:after {
    content: "altlist有、alt無し！";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #b600ff;
}

.detail-content-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    border-bottom: 3px solid var(--color01);
}

.detail-content-text h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    background: var(--color01);
}

.detail-content-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
    letter-spacing: 2px;
}
.detail-content-text ol {
    counter-reset: count 0;
}
.detail-content-text ol li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}
.detail-content-text ol li::before {
    content: counter(count) ". ";
    display: inline-block;
    counter-increment: count 1;
    color: var(--color01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.detail-content-text ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content-text ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.detail-content-text ol li marker {
    display: none;
}

.detail-content-text iframe[src*="youtube"] {
    aspect-ratio: 16 / 9;
}

.check4 li {
    margin-bottom: 5px;
    padding-left: 1.5em;
    line-height: 2;
    position: relative;
}

.check4 li:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--color01);
    position: absolute;
    top: 8px;
    left: 0;
}

.menu-box [data-hide-element] li{
  margin-top: 50px;
}

[data-element-id] .uk-slideshow > li {
    opacity: 1;
}

[data-element-id] .up-sp-text {
    width: 375px;
    margin: auto;
}

[data-element-id] .mv-text .up-sp-text {
      font-size: 50px;
      letter-spacing: 0;
}

[data-element-id] .heading01 .up-sp-text .main-text{
  font-size: 70px;
}

[data-element-id] .heading01 .up-sp-text .text-box {
    font-size: 16px;
}

[data-element-id] .up-sp-text .heading03{
      font-size: 18px;
}

[data-element-id] .gnav .back-text,
[data-element-id] .f-menu .back-text{
      transform: none;
    position: relative;
    top: 0;
    left: 0;
}

[data-hide-element]:before{
  letter-spacing: 1px;
}

[data-element-id].f-menu{
     margin-bottom: 20px;
}

[data-element-id] .voice-cont02 ul> div{
      display: flex;
}

[data-element-id] .slick02{
  display: flex;
    flex-wrap: wrap;
}

[data-element-id] .slick02 li{
  width: 20%;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}
