@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Noto Sans JP', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* font-family: 'Noto Serif JP', serif; */
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");
/* font-family: 'Klee One', cursive; */
/*===================================
  基本設定
===================================*/
:root {
    --c-01: #086d65;
    --c-02: #d6bb59;
    --c-03: #50493b;
    --c-04: #f3e0b1;
    --c-05: #ebebeb;
    --c-06: #dde7de;
    --c-07: #f0e7c0;
    --c-08: #f2e0b0;
    --c-10: #666;
    --c-11: #c4c4c4;
    --f-01: "Noto Serif JP", serif;
    --f-02: "Noto Sans JP", sans-serif;
    --f-03: "Klee One", cursive;
}
.c-01 {
    color: var(--c-01);
}
.c-02 {
    color: var(--c-02);
}
.c-03 {
    color: var(--c-03);
}
.c-04 {
    color: var(--c-04);
}
.c-05 {
    color: var(--c-05);
}
.c-06 {
    color: var(--c-06);
}
.c-07 {
    color: var(--c-07);
}
.c-08 {
    color: var(--c-08);
}
.c-09 {
    color: var(--c-09);
}
.c-10 {
    color: var(--c-10);
}
.c-11 {
    color: var(--c-11);
}
.bgc-01 {
    background: var(--c-01);
}
.bgc-02 {
    background: var(--c-02);
}
.bgc-03 {
    background: var(--c-03);
}
.bgc-04 {
    background: var(--c-04);
}
.bgc-05 {
    background: var(--c-05);
}
.bgc-06 {
    background: var(--c-06);
}
.bgc-07 {
    background: var(--c-07);
}
.bgc-08 {
    background: var(--c-08);
}
.bgc-10 {
    background: var(--c-10);
}
.bgc-11 {
    background: var(--c-11);
}

.c-w {
    color: #fff;
}

html {
    font-family: var(--f-02);
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
}

.en {
    font-family: var(--f-01);
}

.map {
    overflow: hidden;
    padding-top: 70%;
    position: relative;
}

.uk-lb {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.uk-lb:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* 共通コンテンツ間隔 */
.area {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 599px) {
    .area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    html {
        font-size: 14px;
    }
}
/* 共通要素読み込みコメント（取り込み後削除） */
[class*="load-"] {
    min-height: 50px;
    border: 3px solid #00bcd4;
    position: relative;
}
[class*="load-"]:before {
    content: "共通要素";
    display: block;
    font-weight: bold;
    color: #ff0;
    text-align: center;
    background: #00bcd4;
    position: absolute;
    z-index: 100;
}
/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
    font-size: 28px;
    text-align: center;
}
@media (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 24px;
    }
}
/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
    max-width: 180px;
    margin-top: 50px;
}
.btn-cmn01 a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    background: #000;
    position: relative;
}
.btn-cmn01 a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5px;
}
.btn-cmn01.btn-back a:after {
    content: "\f053";
    left: 5px;
    right: inherit;
}
/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
    padding: 0 5px;
    font-size: 12px;
}
/**
ヘッダー
header
*/
.header {
    padding: 10px 0;
}
.header .contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.header .logo img {
  max-width: 250px;
}

.k-l .header .logo img{
         max-height: initial;
             max-width: 120px;
}

.f-l .header .logo img{
       max-height: initial;
    max-width: 175px;
}
.header .right {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.header .right .txt {
    margin-right: 10px;
    line-height: 120%;
}
.header .right .txtin {
    display: block;
}
.header .right .tel a {
    font-weight: bold;
    font-size: 30px;
}
.header .right .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 24px;
}
@media (max-width: 1024px) {
    .pagettl {
        padding-right: 50px;
    }
    .header {
        padding: 5px 0;
    }
    .header .logo img {
        max-width: 180px;
    }
    .header .right {
        display: none;
    }
}
/* 下部固定コンテンツ */
.fix-bottom {
    display: none;
}
@media (max-width: 1024px) {
    .fix-bottom {
        width: 100%;
        display: -webkit-box;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 250;
    }
    .fix-bottom .item {
        width: 50%;
        text-align: center;
    }
    .fix-bottom a {
        height: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 10px 5px;
    }
    .fix-bottom .tel {
        font-size: 14px;
        color: #fff;
        background: #000;
    }
    .fix-bottom .tel a:before {
        content: "\f879";
        margin-right: 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }
    .fix-bottom .contact {
        color: #000;
        background: #eee;
    }
    .fix-bottom .contact a:before {
        content: "\f0e0";
        margin-right: 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }
}
/**
グローバルナビ
gnav
*/
.gnav {
    width: 80%;
    padding: 10px 0;
    position: relative;
    z-index: 100;
    margin: auto;
}

.header.fixed {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0 5px 0 #999;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.gnav .wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.gnav .navlogo {
    display: none;
}

.gnav .navlogo img {
    max-height: 40px;
}

.gnav .list01 {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.gnav .item01 {
    font-size: 16px;
    text-align: center;
}

.gnav .item01>a,
.gnav .item01 .itemin {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.gnav .item01.-parent {
    position: relative;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
}

.gnav .list02 {
    width: 250px;
    visibility: hidden;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.8) content-box;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
}

.gnav .item02 a {
    display: block;
    padding: 5px;
}

.gnav .item02 a:hover {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}

@media (max-width: 1024px) {
    .gnav {
        width: 100%;
        max-width: 300px;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(255, 255, 255, 0.9);
        -webkit-transition: -webkit-transform ease 0.5s;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        transition: transform ease 0.5s, -webkit-transform ease 0.5s;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: fixed;
        top: 0;
        right: 0;
    }

    .gnav.action {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 250;
    }

    .gnav .wrap {
        padding: 100px 0;
    }

    .gnav .navlogo {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding-right: 40px;
        font-weight: bold;
        font-size: 20px;
    }

    .gnav .item01 {
        width: 100%;
        min-height: 40px;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .gnav .list02 {
        width: 100%;
        visibility: visible;
        padding-top: 0;
        padding-left: 20px;
        background: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .gnav .list02 a {
        padding: 10px 0 10px 20px;
        position: relative;
    }

    .gnav .list02 a:before {
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background: #000;
        position: absolute;
        top: 20px;
        left: 0;
    }
}

[data-element-id] .gnav.fixed {
    position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background: var(--c-01);
    opacity: 0.8;
    cursor: pointer;
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
}
.toggle .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 7px;
}
.toggle .bar:before,
.toggle .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
}
.toggle .bar:before {
    top: -10px;
}
.toggle .bar:after {
    top: 10px;
}
.toggle.active .bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle.active .bar:after,
.toggle.active .bar:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}
@media (max-width: 1024px) {
    .toggle {
        display: block !important;
    }
}
.overlay {
    overflow: hidden;
}
.overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
}
/*トップへ戻る*/
.totop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border: solid 2px #fff;
    border-radius: 50%;
    background: var(--c-01);
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}
.totop:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
@media (max-width: 1024px) {
    .totop {
        bottom: 75px;
        right: 10px;
    }
}
/**
フッター
footer
*/
.footer .copy {
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    background: var(--c-05);
}
@media (max-width: 1024px) {
    .footer .copy {
        padding-bottom: 75px;
    }
}
/**
フッターナビ
fnav
*/
.fnav {
    padding: 50px 0;
}
.fnav .wrap {
    display: -webkit-box;
    display: flex;
}
.fnav .list01 {
    width: 50%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.fnav .item {
    margin-bottom: 10px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.fnav .item a {
    display: block;
    padding-left: 12px;
    position: relative;
}
.fnav .item a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
}
.fnav .list02 {
    width: 50%;
}
.fnav .datawrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.fnav .datattl {
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
}
.fnav .datattl:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
}
.fnav .data {
    margin-bottom: 5px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.fnav .data a {
    padding-left: 12px;
    position: relative;
}
.fnav .data a:before {
    content: "";
    width: 5px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 7px;
    left: 0;
}

.fnav .box {
    width: 33%;
}
@media (max-width: 1024px) {
    .fnav .wrap {
        flex-wrap: wrap;
    }
    .fnav .list01 {
        width: 100%;
        margin-bottom: 10px;
    }
    .fnav .list02 {
        width: 100%;
    }
    .fnav .box:nth-child(1) {
        width: 100%;
    }
    .fnav .box:nth-child(2) {
        width: 50%;
    }
    .fnav .box:nth-child(3) {
        width: 50%;
    }
}
@media (max-width: 599px) {
    .fnav .list01 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .fnav .datawrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .fnav .box:nth-child(2) {
        width: 100%;
    }
    .fnav .box:nth-child(3) {
        width: 100%;
    }
}
/**
2カラムページ
*/
.column2 .inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.column2 .side {
    width: 250px;
}
.column2 .mainwrap {
    width: calc(100% - 290px);
}
@media (max-width: 1024px) {
    .column2 .inner {
        flex-wrap: wrap;
    }
    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        order: 3;
        margin-bottom: 50px;
    }
    .column2 .side .aside-container:last-child{
      margin-top: 50px;
    }
    .column2 .mainwrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-bottom: 50px;
    }
}
/* サイドメニュー */
.side .list {
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .side {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .side .list {
        width: 48%;
    }
}
@media (max-width: 599px) {
    .side .list {
        width: 100%;
    }
}
.list-side .datattl {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 2em;
    background: #000;
    position: relative;
}
.list-side .data {
    margin-bottom: 10px;
    padding-left: 10px;
}
.list-side a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.list-side a:before {
    content: ">";
    color: #000;
    position: absolute;
    left: 0;
}
@media (max-width: 1024px) {
    .list-side.type-archive .datawrap {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .list-side.type-archive .datawrap .datattl {
        width: 100%;
    }
    .list-side.type-archive .datawrap .data {
        width: 48%;
    }
}
/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
    position: relative;
}
.homevisual .img {
    min-height: 300px;
    max-height: 700px;
    position: relative;
}
.homevisual .img:before {
    content: "";
    display: block;
    padding-top: 40%;
    position: relative;
    z-index: -1;
}
.homevisual .img img {
    width: 100%;
    height: 100%;
    -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%;";
    position: absolute;
    top: 0;
    left: 0;
}
/*IE対策*/
.homevisual .head {
    font-weight: bold;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}
@media (max-width: 599px) {
    .homevisual .head {
        font-size: 28px;
    }
}
/* A-BiSUスライダー用 */
.main-visual .uk-slidenav-position {
    height: 100%;
}

.main-visual .uk-slideshow {
    height: 100% !important;
    max-height: 770px;
    overflow: hidden;
    position: relative;
}


.main-visual-index-inner.lf-img .uk-slideshow {
    max-height: 550px;
}

.main-visual .uk-slideshow::after {
    content: "";
    display: block;
    padding-top: 55%;
}

.main-visual-index-inner.main-img .uk-slideshow::after {
    padding-top: 90%;
}

.main-visual-index-inner.lf-img .uk-slideshow::after {
    padding-top: 130%;
}

.main-visual .uk-slideshow li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.main-visual .uk-slideshow li>div {
    height: 100% !important;
}

.main-visual .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.main-visual {
    position: relative;
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.uk-dotnav .uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-dotnav-contrast>*>* {
    background: #ccc;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #565656;
}

.uk-position-bottom {
    bottom: -30px;
}

.catch {
    font-family: var(--f-03);
    font-weight: bold;
    font-size: 60px;
    color: var(--c-01);
    text-align: center;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    transform: rotate(-8deg) translate(10%,-50%);
    position: absolute;
    top: 50%;
    right: 0px;
}

.catch.new {
    font-family: var(--f-03);
    font-weight: bold;
    font-size: 40px;
    color: var(--c-01);
    text-align: center;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    transform: none;
    position: absolute;
    top: 50%;
    right: 0px;
}

.catch.new.img01 img{
  max-width: 250px;
    width: 100%;
    filter: drop-shadow(0px 0px 10px #fff)drop-shadow(0px 0px 10px #fff)drop-shadow(0px 0px 10px #fff)drop-shadow(0px 0px 10px #fff);
}

.catch.new.img02 img{
  max-width: 350px;
    width: 100%;
    filter: drop-shadow(0px 0px 10px #fff)drop-shadow(0px 0px 10px #fff)drop-shadow(0px 0px 10px #fff)drop-shadow(0px 0px 10px #fff);
}

.f-l .catch.new{
      top: initial;
    right: initial;
    position: relative;
        padding: 150px 0 50px;
}

.f-l .catch.new.img02 img{
      max-width: 630px;
}

.catch .ttl {
    display: inline-block;
    line-height: 1.3;
}

.main-visual-index-inner.main-img {
    width: 70%;
    padding-top: 50px;
    transform: translateX(-50%);
    position: relative;
    left: 55%;
}

.main-visual-index-inner.main-img .uk-slideshow {
    width: 90%;
}

.main-visual-index-inner.lf-img {
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-visual-index-inner.main-img .img-h {
    width: 100%;
    max-width: 431px;
    position: absolute;
    bottom: -5%;
    right: 0%;
    z-index: 1;
}

@media (max-width: 1024px) {
    .main-visual .uk-slideshow::after {
        padding-top: 55%;
    }
    .catch.new {
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    .main-visual .uk-slideshow::after {
        padding-top: 100%;
    }
    .catch.new.img01 img{
  max-width: 150px;
}

.catch.new.img02 img{
  max-width: 250px;
}
.f-l .catch.new{
      padding: 70px 0 30px;
}
}
/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
    padding: 0 20px;
}
.slick01.slick-dotted {
    margin-bottom: 50px;
}
.slick01 .btn-slick {
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}
.slick01 .btn-slick.btn-back {
    left: 0;
}
.slick01 .btn-slick.btn-next {
    right: 0;
}
.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}
@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }
    .slick01 .btn-slick {
        font-size: 20px;
    }
}
/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
    position: relative;
        overflow: hidden;
}
.topvisual .img {
    max-height: 600px;
    opacity: 0.5;
    position: relative;
}
.topvisual .img:before {
    content: "";
    display: block;
    padding-top: 45%;
    position: relative;
    z-index: -1;
}
.topvisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}
.topvisual .head {
    width: 96%;
    max-width: 1000px;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}
@media (max-width: 1024px) {
    .topvisual .head {
        font-size: 38px;
    }
}
@media (max-width: 599px) {
    .topvisual .head {
        font-size: 24px;
    }
    .topvisual .img:before {
        padding-top: 100%;
    }
}
/* パンくずリスト */
.breadcrumbs {
    padding: 30px 0;
}

.breadcrumbs-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;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage a {
    font-weight: bold;
    color: var(--c-01);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px 0 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 20px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .breadcrumbs-list {
        width: 90%;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}
/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.pagenation .item {
    margin: 0 10px;
}
.pagenation .prev {
    position: relative;
}
.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.pagenation .next {
    position: relative;
}
.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.pagenation a,
.pagenation .now {
    font-weight: bold;
}
.pagenation .number a,
.pagenation .now,
.pagenation .next a,
.pagenation .prev a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    font-size: 20px;
    color: #000;
    text-align: center;
    border-radius: 50%;
}
.pagenation .number a:hover,
.pagenation .next a:hover,
.pagenation .prev a:hover,
.pagenation .now {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}
@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }
    .pagenation .prev {
        margin-right: 10px;
    }
    .pagenation .next {
        margin-left: 10px;
    }
}
/**
各下層ページ
*/
/* 記事一覧ページ */
.js-split-tag span {
     display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0.2em 1em;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    background: var(--c-01);
    border-radius: 5px;
}
.list-article .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #000;
}
.list-article .cate .cate1 {
    background: #00f;
}
/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #000;
}
.articledtl01 .cate .cate1 {
    background: #00f;
}
.aside-container .wrap {
    height: 100%;
    background-color: #fff;
}

.aside-container .wrap ul {
    border: 3px solid var(--c-01);
}

.aside-container .wrap .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5em;
    color: #fff;
    text-align: center;
    background-color: var(--c-01);
}


.aside-container .wrap .title .en {
    font-size: 140%;
}

.aside-container .wrap li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 5px;
    text-align: center;
}

.aside-container .wrap li:nth-of-type(even) a {
    background-color: #f5f5f5;
}

.aside-container+.aside-container {
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .aside-container {
        width: 48%;
    }
    .aside-container+.aside-container {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .aside-container {
        width: 100%;
    }
    .aside-container+.aside-container {
        margin-top: 50px;
    }
}

/* ギャラリー */
.list-gallery01 a {
    display: block;
    position: relative;
}
.list-gallery01 .img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.list-gallery01 .block-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}
.list-gallery01 .cate {
    margin-bottom: 5px;
    font-size: 14px;
}
.list-gallery01 .head {
    font-size: 18px;
}
.list-gallery01 a:hover {
    opacity: 1;
}
.list-gallery01 a:hover .img {
    opacity: 0.5;
}
.list-gallery01 a:hover .block-txt {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 599px) {
    .list-gallery01 .block-txt {
        display: none;
    }
    .list-gallery01 .head {
        font-size: 14px;
    }
}
/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
    cursor: pointer;
}
/* フォーム */
.form .box {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: 2px solid #999;
}
.form .datattl {
    width: 200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-shrink: 0;
    font-weight: bold;
    color: #000;
}
.form .require {
    display: inline-block;
    margin-left: 10px;
    padding: 0 4px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6em;
    background: #000;
}
.form .data {
    width: 100%;
    padding-left: 50px;
}
.form .data input {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #999;
}
.form .data input[type="radio"] {
    display: none;
}
.form .data input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 200%;
    position: relative;
}
.form .data input[type="radio"]+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 1px 1px 0 1px #999;
    position: absolute;
    top: 4px;
    left: 0;
}
.form .data input[type="radio"]:checked+label::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #303841;
    position: absolute;
    top: 7px;
    left: 3px;
}
.form .data input[type="radio"]:checked+label {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.form .data input[type="number"] {
    width: 70px;
    margin-right: 10px;
}
.form .data select {
    padding: 5px;
    box-sizing: border-box;
    color: inherit;
    border: 1px solid #999;
}
.form .data textarea {
    width: 100%;
    height: 170px;
    padding: 5px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #999;
}
.form .data01 div {
    display: inline-block;
}
.form .btn {
    margin-top: 30px;
}
.form .btn button {
    width: 200px;
    margin: 10px 20px;
    padding: 0.2em;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 2em;
    background: #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.form .btn button:hover {
    opacity: 0.6;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .form .item {
        flex-wrap: wrap;
    }
    .form .datattl {
        display: block;
        margin-bottom: 10px;
    }
    .form .data {
        padding-left: 0;
    }
}

/*# sourceMappingURL=style.css.map */

.formitem dd input[type="radio"] {
    padding-left: 50px;
}

.formitem dd input[type="radio"]+label::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid var(--c-01);
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
}

.formitem dd input[type="radio"] label:hover {
    cursor: pointer;
}

.formitem dd input[type="radio"] {
    display: none;
}

.formitem dd input[type="radio"]:checked+label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--c-01);
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 1;
}

.formitem dd input[type="radio"]+label {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px 5px 35px;
    position: relative;
}

.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(--c-01);
}

.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(--c-01);
}

.detail-content-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--c-01);
    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(--c-01);
    -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(--c-01);
    -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;
}

.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;
    }
}

.l-text2 {
    letter-spacing: 2px;
}
.l-text3 {
    letter-spacing: 3px;
}

.cats-btn {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 10;
}

.cats-btn .img {
    max-width: 33px;
    margin-bottom: 10px;
    line-height: 1;
}

.cats-btn .a .img {
    max-width: 28px;
}

.cats-btn .box .a,
.cats-btn .box a {
    display: inline-block;
    padding: 1em;
    font-weight: bold;
    color: #fff;
    background: #f7e169;
}
.cats-btn .box.item022 a{
  background: #3d6373;
}

.cats-btn .box .a i,
.cats-btn .box a i {
    margin-bottom: 5px;
    font-size: 120%;
}
.cats-btn .box.item02,
.cats-btn .box.item022{
    margin-bottom: 20px;
}

.k-l .cats-btn .box.item02,
.k-l .cats-btn .box.item022{
    margin-bottom: 10px;
}

.k-l .cats-btn .box .text{
  letter-spacing: 0px;
}

.cats-btn .box.item022{
  display: none;
}

.k-l .cats-btn .box.item022{
  display: block;
}

.cats-btn .box.item02 .a {
    background: var(--c-01);
}
.cats-btn .box.item03 .a,
.cats-btn .box.item02 .a,
.con-sc .line .a{
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cats-btn .box.item03 .a:hover,
.cats-btn .box.item02 .a:hover,
.con-sc .line .a:hover{
    opacity: 0.6;
}

.cats-btn .box.item03 .a {
    background: #06c655;
}

.cats-btn .box.item03 .a a{
      display: block;
       padding: 0.5em 0.3em;
    font-weight: bold;
    color: #fff;
    border: solid 1px;
    border-radius: 10px;
    background: none;
}

.cats-btn .box.item03 .a .b-tn{
      width: 100%;
    text-align: center;
    margin: 10px 0;
}

.cats-btn .box.item03 .a,
.cats-btn .box.item02 .a,
.cats-btn .box.item022 a{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 2px #fff;
}

.cats-btn .box .text {
    letter-spacing: 2px;
    writing-mode: vertical-rl;
}

.cats-btn .box.tel {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative;
    right: 0;
}

.cats-btn .box.tel:hover {
    right: 188px;
}

.cats-btn .box.tel .num {
    margin-left: 30px;
    font-size: 24px;
}

.cats-btn .box-area {
   display: flex;
    flex-direction: column;
    align-items: stretch;
}

.text-01 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 1;
}

.text-02 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.text-03 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.s-heading {
    margin-bottom: 15px;
    padding: 0.7em 0.5em 0.7em 1em;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid var(--c-01);
    position: relative;
}

.s-heading::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: var(--c-01);
    position: absolute;
    bottom: -7px;
    left: 0;
}

.s-heading2 {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0.5rem 2rem 0.5rem 130px;
    font-weight: bold;
    font-size: 24px;
    border-top: 3px solid var(--c-01);
    position: relative;
}

.s-heading2:before {
    content: "";
    width: 200px;
    height: 300%;
    background: var(--c-01);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    position: absolute;
    top: -150%;
    left: -100px;
}

.s-heading2 .num {
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.s-heading3 {
    margin-bottom: 15px;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 24px;
    border: 4px solid var(--c-01);
    position: relative;
}

.s-heading3:before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 2px solid var(--c-01);
    position: absolute;
    top: 4px;
    left: 4px;
}

.s-heading4 {
    margin-bottom: 15px;
    padding: 20px 30px 20px 40px;
    font-weight: bold;
    font-size: 24px;
    background: var(--c-05);
    position: relative;
}

.s-heading4:before {
    content: "";
    width: 6px;
    height: 50%;
    border-radius: 3px;
    background: var(--c-01);
    opacity: 0.2;
    position: absolute;
    top: 25%;
    left: 20px;
}

.s-heading5 {
    margin-bottom: 15px;
    padding-left: 1em;
    font-size: 24px;
    position: relative;
}

.s-heading5:before {
    content: "";
    width: 5px;
    height: 100%;
    background: var(--c-01);
    position: absolute;
    top: 0;
    left: 0px;
}

.box-ss {
    -webkit-box-shadow: 0px 0px 7px #8b8b8b;
    box-shadow: 0px 0px 7px #8b8b8b;
}

.box-ssb {
    -webkit-box-shadow: 0px 0px 7px #000;
    box-shadow: 0px 0px 7px #000;
}

@media (max-width: 1024px) {
    .s-heading2 {
        padding: 0.5rem 0rem 0.5rem 50px;
        font-size: 20px;
    }

    .s-heading2:before {
        left: -160px;
    }
    .cats-btn .box{
      width: 100%;
    }
    .cats-btn .box.tel .num {
    width: 100%;
    display: none;
    margin-left: 0;
    text-align: center;
}
.cats-btn .box .a i,
.cats-btn .box a i{
  margin-bottom: 0;
}
.cats-btn .box.tel:hover{
      right: 0;
}

    .b-tn-box{
          width: 100%;
    display: flex;
    justify-content: space-between;
    }
    .cats-btn .box.item03 .a a{
          padding: 0 0.3em;
    font-size: 14px;
    }
    .cats-btn .box.item03 .a .b-tn{
          margin: 5px 0 0;
width: 48%;
    }
        .s-heading3.ori{
          font-size: 20px;
    }
}

@media (max-width: 599px) {
    .s-heading3 {
        font-size: 20px;
    }
    .s-heading {
        font-size: 18px;
    }
    .s-heading5 {
        font-size: 20px;
    }
    .s-heading3.ori{
          font-size: 14px;
          padding: 1rem 0.8rem;
    }
}

.border-10 {
    border-radius: 10px;
}

.check li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.check li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 8px;
    left: 0;
}

.check li:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 5px;
}

.check.stare li:after {
    content: "\f005";
    font-size: 13px;
    line-height: 1;
    top: 11px;
    left: 3px;
}

.check.stare li {
    font-size: 16px;
}

.check2 li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.check2 li:before {
    content: "";
    width: 20px;
    height: 20px;
    border: solid 1px #333;
    background: var(--c-06);
    position: absolute;
    top: 8px;
    left: 0;
}

.check3 li {
    margin-bottom: 5px;
    padding-left: 1em;
    line-height: 2;
    position: relative;
}

.check3 li:before {
    content: "・";
    position: absolute;
    top: 1px;
    left: 0;
}

.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(--c-01);
    position: absolute;
    top: 10px;
    left: 0;
}

.y-c .check li:before {
    background: #f7c735;
}

.title-left-deco {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 3px #dfe3ed;
    position: relative;
}
.title-left-deco::before {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    background-color: var(--c-01);
    position: absolute;
    bottom: -3px;
    left: 0;
}
.title-left-deco.b-w {
    border-bottom: solid 3px #fff;
}
.y-c .title-left-deco::before {
    background: #f7c735;
}

.border-10 {
    overflow: hidden;
    border-radius: 10px;
}
.border-10-img img {
    overflow: hidden;
    border-radius: 10px;
}

.cmn-fixed-02 {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 502;
}

[data-element-id] .cmn-fixed-02 {
    display: block;
    position: relative;
}

.cmn-fixed-02 .logo-img a {
    text-align: center;
}

.cmn-fixed-02 .logo-img span {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.cmn-fixed-02.active,
.cmn-fixed-02.active-new{
    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;
}

.cmn-fixed-02 .box .con-sc,
.cmn-fixed-02 .box .con-sc-new{
    max-width: 375px;
    margin: auto;
}

.cmn-fixed-02 .box .k-tel,
.cmn-fixed-02 .box .f-tel{
  min-width: 366px;
}

.cmn-fixed-02 .tit {
    margin-bottom: 5px;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
}

.fixedbtn-target-new .box-new{
      padding: 50px;
    background: #06c655;
    border: solid 2px #fff;
    -webkit-box-shadow: 0px 0px 7px #000;
    box-shadow: 0px 0px 7px #000;
    border-radius: 20px;
        margin: 0 2%;
}

.fixedbtn-target-new .box-new .ttl{
  display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}

.fixedbtn-target-new .box-new .ttl .img{
  max-width: 100px;
}

@media (max-width: 1024px) {
    .cmn-fixed-02 .box,
    .cmn-fixed-02 .box-new{
        max-width: calc(100% - 20px);
        overflow-y: scroll;
        padding: 10px;
    }
    .fixedbtn-target-new .box-new{
          padding: 30px 15px;
    }
      .fixedbtn-target-new .box-new .ttl{
    font-size: 26px;
  }
  .fixedbtn-target-new .box-new .ttl .img{
  max-width: 75px;
}
}

@media (max-width: 599px) {
  .fixedbtn-target-new .box-new .ttl{
    font-size: 20px;
  }
  .fixedbtn-target-new .box-new .ttl .img{
  max-width: 55px;
}
    .cmn-fixed-02 .box {
        width: 90%;
        height: calc(100% - 20px);
        overflow-y: scroll;
    }
    .title-left-deco {
        font-size: 16px;
    }
    .check li {
        font-size: 16px;
    }
    .check4 li {
        font-size: 14px;
    }
    .check4 li:before {
        width: 10px;
        height: 10px;
        top: 10px;
    }
    .k-l .cmn-fixed-02 .box,
    .f-l .cmn-fixed-02 .box{
        display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    }
    .cmn-fixed-02 .box .k-tel, .cmn-fixed-02 .box .f-tel {
    min-width: 335px;
}
}

.overlay-02,
.overlay-02-new{
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 501;

    -ms-touch-action: none;
    touch-action: none;
}
.overlay-02.overlay-02-active,
.overlay-02-new.overlay-02-active-new{
    display: block;
}
.m-btn {
    position: relative;
    z-index: 2;
}
.m-btn .a,
.m-btn a {
    width: 100%;
    max-width: 170px;
    display: inline-block;
    padding: 0.3em 1.5em;
    font-weight: bold;
    font-size: 18px;
    color: var(--c-02);
    text-align: center;
    border: solid 3px var(--c-02);
    border-radius: 9999px;
    background: #fff;
    box-shadow: 1px 3px 1px var(--c-07);
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.m-btn.big a {
    max-width: 280px;
}

.m-btn .a:hover,
.m-btn a:hover {
    box-shadow: none;
    opacity: 0.6;
}

.sc-01 {
    position: relative;
}

.sc-01 .box {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: translateX(-50%);
    position: relative;
    left: 55%;
}

.sc-01 .box .en {
      width: 165px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    font-size: 20px;
    color: #fff;
    background: var(--c-01);
}

.sc-01 .box .text-area {
    width: calc(100% - 200px);
}

.sc-01 .box .text-area li:nth-of-type(2){
  border-top: solid 1px;
  margin-top: 10px;
  padding-top: 10px;
}

.img-01 {
    width: 100%;
    max-width: 250px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 1;
}

.img-02 {
    width: 100%;
    max-width: 300px;
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 1;
}

.img-03 {
    width: 100%;
    max-width: 180px;
    transform: translateY(-50%);
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 1;
}

.img-03.sin{
   top: 0%;
}

.img-04 {
    width: 100%;
    max-width: 400px;
    position: absolute;
    bottom: -5%;
    right: 0%;
    z-index: 1;
}

.img-05 {
      width: 100%;
    max-width: 330px;
    transform: translateY(-50%);
    position: absolute;
    bottom: -10%;
    left: 0%;
    z-index: 1;
}

.img-06 {
    width: 100%;
    max-width: 525px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 1;
}

.img-07 {
    width: 100%;
    max-width: 200px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: 1;
}

.img-08 {
    width: 100%;
    max-width: 280px;
    transform: translateY(-50%);
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 1;
}

.img-09 {
    width: 100%;
    max-width: 230px;
    position: absolute;
    bottom: -15%;
    right: 0%;
    z-index: 1;
}
.img-09.new {
    bottom: 0%;
}

.img-10 {
    width: 100%;
    max-width: 422px;
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1;
}

.img-11 {
    width: 100%;
    max-width: 170px;
    position: absolute;
    bottom: 0;
    right: 0%;
    z-index: 1;
}

.img-12 {
    width: 100%;
    max-width: 446px;
    position: absolute;
    bottom: -60%;
    right: -30%;
    z-index: 1;
}

.img-13 {
    width: 100%;
    max-width: 360px;
    position: absolute;
    top: -3%;
    left: 0%;
    z-index: 1;
}

.img-14 {
    width: 100%;
    max-width: 280px;
    position: absolute;
    top: 20%;
    right: 0%;
    z-index: 1;
}

.img-15 {
    width: 100%;
    max-width: 350px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 1;
}

.img-17 {
    width: 100%;
    max-width: 200px;
    position: absolute;
    top: 10px;
    left: 7%;
    z-index: 1;
}

.img-18 {
    width: 100%;
    max-width: 230px;
    position: absolute;
    top: 17%;
    left: 0%;
    z-index: 1;
}

.img-19 {
    width: 100%;
    max-width: 250px;
    position: absolute;
    top: 10px;
    right: 0%;
    z-index: 1;
}

.img-20 {
    width: 100%;
    max-width: 250px;
    position: absolute;
    bottom: -5%;
    right: 0%;
    z-index: 1;
}

.img-21 {
    width: 100%;
    max-width: 250px;
    position: absolute;
    bottom: -5%;
    left: 0%;
    z-index: 1;
}

.m-ttl {
    margin-bottom: 50px;
}

.m-ttl.new {
    margin-bottom: 100px;
}

.m-ttl .en {
    font-size: 60px;
    line-height: 1.3;
}

.m-ttl .en.c-03{
      color: var(--c-11);
}

.m-ttl .ja {
    font-size: 18px;
}

.sc-02::after {
    content: "";
    width: 100%;
    height: 40%;
    background: var(--c-08);
    position: absolute;
    top: 0;
    right: 0;
}

.num-area .img {
    width: 70%;
    margin-left: -30%;
}

.num-area .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    border: solid 1px;
    background: var(--c-04);
    position: relative;
}

.num-area .box .s-img {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-03);
    transform: translate(50%,-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.num-area .box .s-img span {
    max-width: 80px;
}

.num-area .box .s-img span img {
    object-fit: contain;
}

.num-area li+li {
    margin-top: 50px;
}

.num-area li:nth-of-type(odd) .box {
    flex-direction: row-reverse;
    background: #fff;
}

.num-area li:nth-of-type(odd) .img {
    margin-left: initial;
    margin-right: -30%;
}

.num-area li:nth-of-type(odd) .box .s-img {
    transform: translate(-50%,-50%);
    left: 0;
    right: initial;
}

.num-area .box .text-area {
    margin: 0 50px;
    text-align: center;
}

.num-area .box .text-area .num {
    margin-bottom: 30px;
    font-family: var(--f-01);
    font-size: 60px;
    color: var(--c-03);
    line-height: 1.3;
}

.num-area .box .text-area .sb-ttl {
    margin-bottom: 30px;
    font-size: 24px;
}

.logo-02 {
    margin-top: -26%;
    text-align: center;
}

.logo-02 span {
    max-width: 250px;
    margin: auto;
}

.logo-03 {
    text-align: center;
}

.logo-03 span {
    max-width: 480px;
    margin: auto;
}

.up-fxd-even2>*:nth-child(even) .up-d-flex,
.up-fxd-odd2>*:nth-child(odd) .up-d-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.up-left-1200 {
    margin-left: calc(50% - 640px);
}
.up-right-1200 {
    margin-right: calc(50% - 640px);
}
[class*=up-fxd-even]>.up-left-1200:nth-child(even),
[class*=up-fxd-odd]>.up-left-1200:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 640px);
}
[class*=up-fxd-even]>.up-right-1200:nth-child(even),
[class*=up-fxd-odd]>.up-right-1200:nth-child(odd) {
    margin-left: calc(50% - 640px);
    margin-right: 0;
}
@media (max-width: 1224px) {
    .up-left-1200 {
        margin-left: 2%;
    }
    .up-right-1200 {
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-left-1200:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1200:nth-child(odd) {
        margin-left: 0;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1200:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1200:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }
}
@media (max-width: 599px) {
    .up-left-1200 {
        margin-right: 2%;
    }
    .up-right-1200 {
        margin-left: 2%;
    }
    [class*=up-fxd-even]>.up-left-1200:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1200:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1200:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1200:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
}
.up-left-1100 {
    margin-left: calc(50% - 550px);
}
.up-right-1100 {
    margin-right: calc(50% - 550px);
}
[class*=up-fxd-even]>.up-left-1100:nth-child(even),
[class*=up-fxd-odd]>.up-left-1100:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 550px);
}
[class*=up-fxd-even]>.up-right-1100:nth-child(even),
[class*=up-fxd-odd]>.up-right-1100:nth-child(odd) {
    margin-left: calc(50% - 550px);
    margin-right: 0;
}
@media (max-width: 1122px) {
    .up-left-1100 {
        margin-left: 2%;
    }
    .up-right-1100 {
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-left-1100:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1100:nth-child(odd) {
        margin-left: 0;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1100:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1100:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }
}
@media (max-width: 599px) {
    .up-left-1100 {
        margin-right: 2%;
    }
    .up-right-1100 {
        margin-left: 2%;
    }
    [class*=up-fxd-even]>.up-left-1100:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1100:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1100:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1100:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
}
.up-left-1000 {
    margin-left: calc(50% - 500px);
}
.up-right-1000 {
    margin-right: calc(50% - 500px);
}
[class*=up-fxd-even]>.up-left-1000:nth-child(even),
[class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 500px);
}
[class*=up-fxd-even]>.up-right-1000:nth-child(even),
[class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
    margin-left: calc(50% - 500px);
    margin-right: 0;
}
@media (max-width: 1024px) {
    .up-left-1000 {
        margin-left: 2%;
    }
    .up-right-1000 {
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 0;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }
}
@media (max-width: 599px) {
    .up-left-1000 {
        margin-right: 2%;
    }
    .up-right-1000 {
        margin-left: 2%;
    }
    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
}

.table-cmp02 .table {
    width: 100%;
    border-collapse: collapse;
}
.table-cmp02 .datattl01 {
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.table-cmp02 .datattl02,
.table-cmp02 .data {
    padding: 5px;
}
.table-cmp02 .data {
    text-align: center;
}

.table-cmp02 .data span {
    text-shadow: 0 0 1px var(--c-10),0 0 1px var(--c-10),0 0 1px var(--c-10),0 0 1px var(--c-10),0 0 1px var(--c-10),0 0 1px var(--c-10);
}

.f-pr .table-cmp02 .data {
    padding-top: 10px;
    text-align: left;
}

.f-pr .table-cmp02 .thead {
    margin-bottom: 10px;
    border-bottom: dotted 2px;
}

.table-cmp02 .time {
    font-weight: bold;
}

.ac-t-area {
    padding: 30px;
    background: #fff;
    position: relative;
}

.ac-t-area .ttl {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--c-01);
    position: absolute;
    top: -10%;
    left: 30px;
}

.ac-t-area .add {
    margin-left: 120px;
}

.ac-t-area .img {
    text-align: center;
}

.ac-t-area .img span {
    max-width: 65px;
    margin: auto;
}

.text-rl {
    display: inline-block;
    font-size: 40px;
    position: relative;
}

.text-rl::after,
.text-rl::before {
    content: "";
    width: 3px;
    height: 100px;
    background: #333;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
.text-rl::before {
    transform: rotate(-30deg) translateY(-50%);
    left: -60px;
}
.text-rl::after {
    transform: rotate(30deg) translateY(-50%);
    right: -60px;
}

.up-bgc-w {
    background: #fff;
}

.card-area .ttl {
    font-size: 20px;
    text-align: center;
}

.bg-id {
    padding: 30px;
    background-image: url('/import/tenant_1/153.121.32.199/html/images/g-b.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.s-ttl {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 40px;
    color: var(--c-01);
    text-align: center;
}

.s-ttl .img span {
    max-width: 90px;
    margin: auto;
}

.img-16 {
    text-align: center;
}

.img-16 span {
    max-width: 600px;
    margin: auto;
}

.flow-area {
    width: 125%;
    margin: auto;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}
.flow-area .box {
    padding: 50px 30px;
    position: relative;
}

.flow-area .box>* {
    position: relative;
    z-index: 1;
}

.flow-area .box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.flow-area li:nth-of-type(1) .box::after {
    background-image: url('/import/tenant_1/153.121.32.199/html/images/w-01.webp');
}
.flow-area li:nth-of-type(2) .box::after {
    background-image: url('/import/tenant_1/153.121.32.199/html/images/w-02.webp');
}
.flow-area li:nth-of-type(3) .box::after {
    background-image: url('/import/tenant_1/153.121.32.199/html/images/w-03.webp');
}
.flow-area li:nth-of-type(4) .box::after {
    background-image: url('/import/tenant_1/153.121.32.199/html/images/w-03.webp');
}
.flow-area li:nth-of-type(5) .box::after {
    background-image: url('/import/tenant_1/153.121.32.199/html/images/w-02.webp');
}
.flow-area li:nth-of-type(6) .box::after {
    background-image: url('/import/tenant_1/153.121.32.199/html/images/w-04.webp');
}

.flow-area .ttl {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.flow-area .img span {
    max-width: 85px;
    margin: auto;
}

.flow-area .num {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--f-01);
    font-size: 50px;
    color: #fff;
    background: var(--c-01);
    transform: translateX(-50%);
    position: absolute;
    top: -15%;
    left: 50%;
}

.about-area .img span {
    max-width: 80px;
    margin: auto;
    z-index: 1;
}
.about-area .img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}

.about-area .img.new{
height: auto;
    width: auto;
    border-radius: 0;
    margin-bottom: 0;
}

.about-area .img.new span{
      max-width: 230px;
}

.about-area .ttl {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.about-area li:nth-child(2) {
    border: dotted 4px var(--c-01);
    border-top: 0;
    border-bottom: 0;
}

.about-area.new li:nth-child(2){
      border-right: 0;
}

.food-area .ttl-area {
    display: flex;
    align-items: center;
}

.food-area .ttl-area .ttl {
    font-weight: bold;
    font-size: 40px;
    color: var(--c-02);
}

.food-area .ttl-area .img {
    max-width: 70px;
    margin-right: 10px;
}

.in-box {
    position: relative;
}

.in-box::after {
    content: "";
    width: 100%;
    max-width: 1000px;
    height: 100%;
    background: var(--c-06);
    transform: translateX(-50%);
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}

.in-box .lg-img {
    margin-bottom: 20px;
}

.in-box .lg-img span {
    max-width: 50px;
    margin: auto;
}

.in-box .img a span {
    overflow: hidden;
    border-radius: 50%;
}

.line-area {
    color: #fff;
    background: #06c655;
}

.line-area .box {
    padding: 50px;
    border: solid 3px #fff;
    position: relative;;
}

.line-area .ttl {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.line-area .img01 {
    width: 75px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -37.5px;
}

.line-area .img02 {
    width: 190px;
    padding: 0 20px;
    background: #06c655;
    transform: translateX(-50%);
    position: absolute;
    top: -45px;
    left: 50%;
}

.blog-area li:nth-child(2) {
    margin-top: 30px;
}

.blog-area li:nth-child(3) {
    margin-top: 60px;
}

.blog-area li .box {
    position: relative;
}

.blog-area li .text-area {
    width: 100%;
    padding: 15px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    right: -50px;
}

.blog-area li .date-box {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.blog-area li .date {
  flex-shrink: 0;
    margin-right: 0;
    width: 100%;
}

.blog-area li .cat .歯科 {
    padding: 0.2em 0.5em;
    color: #333;
    letter-spacing: 2px;
    border-radius: 5px;
    background: var(--c-05);
}

.blog-area li .cat .保育園 {
    padding: 0.2em 0.5em;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 5px;
    background: var(--c-01);
}
.js-split-tag .KGPDグループ {
  background: var(--c-02);
}
.js-split-tag .cat .医療法人クレモト歯科小児歯科 {
  background: var(--c-05);
  color: #333;
}
.js-split-tag .cat .ふれあい保育園 {
  background: var(--c-01);
}

.sk-ttl {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 26px;
    position: relative;
}
.sk-ttl::before,
.sk-ttl::after {
    content: "";
    width: 32px;
    height: 56px;
    background-image: url('/import/tenant_1/153.121.32.199/html/images/kgs_1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.sk-ttl::before {
    left: -40px;
}
.sk-ttl::after {
    background-image: url('/import/tenant_1/153.121.32.199/html/images/kgs_2.webp');
    right: -40px;
}

.bn-area .box {
    padding: 50px;
    color: #fff;
    text-align: center;
}

.bn-area .m-ttl {
    margin-bottom: -13px;
}

.bn-area li:nth-child(1) .box {
    border-right: solid 1px;
}

.bn-area .text {
    font-size: 18px;
    line-height: 2;
}

.n-ttl {
    font-weight: bold;
    font-size: 26px;
}
.ns-ttl {
    font-weight: bold;
    font-size: 20px;
}

.con-sc {
    font-weight: bold;
}
.con-sc .tel a {
    font-size: 34px;
}

.con-sc .tel a i {
    font-size: 28px;
    color: var(--c-01);
}

.con-sc .line .a {
    display: block;
    padding: 15px;
    font-size: 24px;
    color: #fff;
    background: #06c655;
}

.l-line li {
    padding-left: 1em;
    position: relative;
}

.l-line li::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 12px;
    left: 0;
}


.fnav .table-cmp02 .time {
    font-weight: bold;
    font-size: 12px;
}

.fnav .ac-t-area {
    padding: 0px;
    background: #fff;
    position: relative;
}

.fnav .ac-t-area .ttl {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 0.5em;
    color: #fff;
    background: var(--c-02);
    position: relative;
    top: initial;
    left: initial;
}

.fnav .ac-t-area .add {
    margin-left: 120px;
}

.fnav .ac-t-area .img {
    text-align: center;
}

.fnav .ac-t-area .img span {
    max-width: 65px;
    margin: auto;
}

.fnav .table-cmp02 .table {
    width: 100%;
    border-collapse: collapse;
}
.fnav .table-cmp02 .datattl01 {
    padding: 0 5px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.fnav .table-cmp02 .datattl02,
.fnav .table-cmp02 .data {
    padding: 5px;
}
.fnav .table-cmp02 .data {
    text-align: center;
}

.fnav .table-cmp02 .data span {
    text-shadow: 0 0 1px var(--c-10),0 0 1px var(--c-10),0 0 1px var(--c-10),0 0 1px var(--c-10),0 0 1px var(--c-10),0 0 1px var(--c-10);
}

.sns {
    display: flex;
}

.sns li {
    margin-right: 10px;
}

.sns a {
    width: 37px;
    display: inline-block;
}

.f-ligo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}

.f-ligo img {
    max-width: 250px;
}

.f-ligo.new img {
    max-width: 161px;
    margin: auto;
}

.fead-cover {
    position: relative;
}
.fead-cover:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: var(--c-01);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.fead-cover.border-20img:before {
    overflow: hidden;
    border-radius: 20px;
}
.border-20img .fead-cover:before {
    overflow: hidden;
    border-radius: 20px;
}

.fead-cover.mv:before {
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.scroll-area {
    width: 100%;
    min-width: 800px;
}

@media (max-width: 1024px) {
    .cats-btn {
        width: 100%;
        position: fixed;
        top: initial;
        bottom: 0;
        left: 0;
        right: initial;
        z-index: 10;
    }
    .cats-btn .box.item03 .a,
    .cats-btn .box.item02 .a,
    .cats-btn .box.item022 a{
          display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.3em 0.5em;
    border: solid 2px #fff;
    flex-wrap: wrap;
    height: 100%;
    }
    .cats-btn .box-area {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .cats-btn .box.item02,
    .cats-btn .box.item022{
        margin-bottom: 0;
    }
    .cats-btn .box .text {
        letter-spacing: 2px;
        writing-mode: initial;
    }
    .k-l .cats-btn .box .text{
      letter-spacing: 0px;
    font-size: 14px;
    }
     .k-l .cats-btn .a .img {
    max-width: 18px;
}
    .cats-btn .img {
        max-width: 24px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .k-l .cats-btn .img{
          margin-right: 5px;
    }
    .catch {
        font-size: 40px;
    }
    .sc-01 .box .en {
     width: 160px;
    height: 125px;
    font-size: 20px;
    }
    .m-ttl .en {
        font-size: 40px;
    }
    .s-ttl {
        font-size: 30px;
    }
    .main-visual-index-inner.main-img .img-h {
        max-width: 200px;
    }
    .num-area .box .s-img {
        top: 0;
        right: 50%;
    }
    .num-area li:nth-of-type(odd) .box .s-img {
        left: 50%;
    }
    .num-area li+li {
        margin-top: 110px;
    }
    .num-area.new li+li {
        margin-top: 50px;
    }
    .logo-02 span {
        max-width: 150px;
    }
    .text-rl {
        font-size: 28px;
    }
    .text-rl::after,
    .text-rl::before {
        height: 60px;
    }
    .n-ttl {
        font-size: 18px;
    }
    .ns-ttl {
        font-size: 18px;
    }
    .logo-03 span {
        max-width: 330px;
    }
    .m-ttl.new {
        margin-bottom: 50px;
    }
    .flow-area {
        width: 100%;
        transform: none;
        left: initial;
    }
    .flow-area .num {
        width: 65px;
        height: 65px;
        font-size: 40px;
        top: -5%;
    }
    .food-area .ttl-area .ttl {
        font-size: 32px;
    }
    .line-area a {
        display: block;
        padding: 0 50px;
    }
    .blog-area li .text-area {
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .s-ttl {
        font-size: 25px;
    }
    .food-area .ttl-area .ttl {
        font-size: 26px;
    }
    .img-01 {
        max-width: 100px;
    }
    .img-02 {
        max-width: 120px;
    }
    .img-03 {
        max-width: 100px;
    }
    .img-04 {
        max-width: 180px;
    }
    .img-05 {
        max-width: 125px;
        bottom: 0%;
    }
    .img-06 {
        max-width: 200px;
        top: initial;
        bottom: -2%;
        left: initial;
        right: 0;
    }
    .img-07 {
        max-width: 70px;
        top: 0;
    }
    .img-08 {
        max-width: 120px;
    }
    .img-09 {
        max-width: 110px;
    }
    .img-10 {
        max-width: 200px;
    }
    .img-11 {
        max-width: 100px;
    }
    .img-13 {
        max-width: 150px;
    }
    .img-14 {
        max-width: 125px;
        top: 2%;
        right: 0%;
    }
    .img-15 {
        max-width: 135px;
        top: 55%;
    }
    .img-17 {
        max-width: 95px;
    }
    .img-18 {
        max-width: 100px;
    }
    .img-19 {
        max-width: 150px;
    }
    .img-20 {
        max-width: 150px;
    }
    .img-21 {
        max-width: 135px;
        bottom: 0%;
    }
    .about-area .ttl{
      font-size: 20px;
    }
}

@media (max-width: 599px) {
  .text-rl::after{
        right: 0px;
  }
  .text-rl::before {
    left: 0px;
}
  .about-area .ttl{
    font-size: 22px;
  }
    .catch {
        font-size: 28px;
        top: 15%;
    }
    .main-visual-index-inner.main-img .uk-slideshow {
        width: 100%;
    }
    .main-visual-index-inner.main-img {
        width: 80%;
    }
    .main-visual-index-inner.main-img .img-h {
        max-width: 150px;
    }
    .sc-01 .box .text-area {
        width: 100%;
    }
    .sc-01 .box .en {
        height: 65px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .m-ttl .en {
        font-size: 36px;
    }
    .m-ttl .ja {
        font-size: 16px;
    }
    .num-area .box .s-img span {
        max-width: 60px;
    }
    .num-area .box .s-img {
        width: 85px;
        height: 85px;
    }
    .num-area .box {
        flex-wrap: wrap;
        padding: 50px 15px;
    }
    .num-area .img {
        width: 100%;
        margin-left: 0%;
    }
    .num-area li:nth-of-type(odd) .img {
        width: 100%;
        margin-right: 0;
    }
    .num-area .box .text-area {
        margin: 0;
    }
    .num-area .box .text-area .num {
        margin-bottom: 10px;
        font-size: 40px;
    }
    .table-cmp02 .time {
        font-size: 14px;
    }
    .ac-t-area {
        padding: 10px;
    }
    .ac-t-area .ttl {
        width: 80px;
        height: 80px;
        top: -40px;
        left: 10px;
    }
    .table-cmp02 .datattl01 {
        padding: 10px 0px;
    }
    .ac-t-area .add {
        margin-left: 100px;
    }
    .text-rl {
        font-size: 24px;
    }
    .check2 li {
        font-size: 16px;
    }
    .num-area .box .text-area .sb-ttl {
        font-size: 20px;
    }
    .card-area .ttl {
        font-size: 16px;
    }
    .m-btn .a,
    .m-btn a {
        padding: 0.3em 1em;
        font-size: 14px;
    }
    .bg-id {
        padding: 30px 15px;
    }
    .line-area .img01 {
        width: 50px;
    }
    .line-area a {
        padding: 0 20px;
    }
    .line-area .box {
        padding: 35px;
    }
    .line-area .img01 {
        left: -26.5px;
    }
    .blog-area li:nth-child(2) {
        margin-top: 0px;
    }
    .blog-area li:nth-child(3) {
        margin-top: 0px;
    }
    .blog-area li .date-box {
        flex-wrap: wrap;
    }
    .blog-area li .date {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .con-sc .tel a {
        font-size: 26px;
    }
    .con-sc .tel a i {
        font-size: 22px;
    }
    .con-sc .line .a {
        font-size: 16px;
        text-align: center;
    }
    .about-area li:nth-child(2) {
        margin-bottom: 40px;
        padding: 40px 0;
        border: dotted 4px var(--c-01);
        border-left: 0;
        border-right: 0;
    }
    .flow-area .ttl{
      font-size: 22px;
    }
    .img-01 {
        max-width: 70px;
    }
    .img-02 {
        max-width: 70px;
    }
    .img-03 {
        max-width: 70px;
    }
    .img-04 {
        max-width: 160px;
    }
    .img-05 {
        max-width: 110px;
        bottom: 0%;
    }
    .img-06 {
        max-width: 130px;
        top: initial;
        bottom: -5%;
    }
    .img-07 {
        max-width: 70px;
        top: 0;
    }
    .img-07.sin {
        max-width: 60px;
    top: 25px;
    right: -20px;
}
    .img-08 {
        max-width: 70px;
    }
    .img-09 {
        max-width: 70px;
        bottom: 0;
    }
    .img-10 {
        max-width: 700px;
    }
    .img-11 {
        max-width: 70px;
    }
    .img-11.sin {
    max-width: 60px;
    bottom: -15px;
}
    .img-13 {
        max-width: 70px;
        top: 0%;
    }
    .img-13.new {
        max-width: 70px;
        top: 1%;
    }
    .img-13.new.sin{
          max-width: 105px;
    top: 0%;
    }
    .img-14 {
        max-width: 75px;
        top: 0%;
        right: 0%;
    }
    .img-15 {
        max-width: 75px;
        top: 55%;
    }
    .img-17 {
        max-width: 95px;
    }
    .img-18 {
        max-width: 70px;
    }
    .img-19 {
        max-width: 70px;
    }
    .img-20 {
        max-width: 100px;
        bottom: -2%;
    }
    .img-21 {
        max-width: 75px;
        bottom: 0%;
    }
}

.bnr-area {
    max-width: 700px;
    border-radius: 30px;
}
.bnr-area a {
    display: block;
    overflow: hidden;
    border: solid 3px transparent;
    border-radius: 30px;
    background-color: #fff;;
}

.bnr-area a:hover {
    border: solid 3px var(--c-01);
}

.bnr-area .bgc-gr {
    opacity: 0.6;
}

.up-pa-100 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bnr-area .m-ttl {
    margin-bottom: 0;
    text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white;
}

.company .box {
    overflow: hidden;
}

.company .box dl{
  border: 1px solid var(--c-01);
}

.company .item {
    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;
}

.company .item>* {
    padding: 20px;
}

.company .item .tit {
    width: 220px;
    font-weight: bold;
    color: #fff;
    background: var(--c-01);
}

.company .item+.item .tit {
    border-top: 1px solid #fff;
}

.company .item .txt {
    width: calc(100% - 220px);
    background: #fff;
}

.company .item+.item .txt {
    border-top: 1px solid var(--c-01);
}
.company.time .item>* {
    padding: 10px 20px;
}
.company.time .item .tit {
    width: 100px;
    font-weight: bold;
    color: #fff;
    background: var(--c-01);
}

.company.time .item .txt {
    width: calc(100% - 100px);
    background: #fff;
}
.company.rec .item .tit {
    width: 105px;
    font-weight: bold;
    color: #fff;
    background: var(--c-01);
}

.company.rec .item .txt {
    width: calc(100% - 105px);
    background: #fff;
}
@media(max-width:599px) {
    .company .item .tit,
    .company .item .txt {
        width: 100%;
    }
    .box-pss {
        padding: 15px;
    }
}

.doctor-list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.doctor-list .box {
    overflow-x: auto;
}

.doctor-list table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.doctor-list th,
.doctor-list td {
    padding: 8px;
    border: 1px solid #ddd;
}

.doctor-list thead,
.doctor-list thead .nrwCell {
    color: #fff;
    background: var(--c-01);
}

.doctor-list th {
    font-weight: bold;
}

.doctor-list .nrwCell {
    background: #e8e8e8;
}

.doctor-list .closed {
    color: red;
    background: #e8e8e8;
}

.doctor-list .sepLine {
    display: block;
    margin-top: 5px;
    border-top: 1px solid #ddd;
}

.doctor-list .sText {
    font-size: 0.8em;
    color: #666;
}

.doctor-list .spOnly {
    display: none;
}

@media (max-width: 599px) {
    .doctor-list .spOnly {
        display: inline;
    }
    .doctor-list th,
    .doctor-list td {
        padding: 8px 3px;
    }
}

.big-g-area {
    color: #fff;
    background: #000;
}

.big-g-area.new {
    color: #000;
    background: #fff;
}

/* .big-g-area .m-ttl {
    text-shadow: 0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;
} */

.big-g-area .en {
    color: var(--c-01);
   /*  text-shadow: 0 0 4px white, 0 0 4px white, 0 0 4px white, 0 0 4px white; */
}

.big-g-area img {
    opacity: 0.3;
}

.big-g-area.new img {
    opacity: 0.3;
}

.big-g-area.new .s-ttl img {
    opacity: 1;
}

.table-02 {
    width: 100%;
    overflow: hidden;
    border: 1px solid #fff;
}

.table-02 tr {
    display: flex;
    flex-wrap: wrap;
}

.table-02 tr th,
.table-02 tr td {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 15px 40px;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    text-align: left;
}
.table-02 tr th.new,
.table-02 tr td.new {
    width: 33.33%;
}

.table-02 tr .table-title {
    color: white;
    background: var(--c-01);
}

.table-02 tr:nth-of-type(n+2) {
    border-top: 1px solid #fff;
}

.table-02 tr th {
    border-left: 1px solid white;
}

.table-02 tr td {
    border-left: 1px solid #fff;
    background: var(--c-05);
}
@media (max-width: 1024px) {
    .table-02 tr th,
    .table-02 tr td {
        font-size: 16px;
    }
    .table-02 tr th,
    .table-02 tr td {
        padding: 15px 18px;
        font-size: 15px;
    }
    a[href*=tel]{
          pointer-events: auto;
    }
}

@media (max-width: 599px) {
    .table-02 tr th,
    .table-02 tr td {
        width: 100%;
    }
    .table-02 tr td+td {
        border-top: 1px solid #fff;
        border-left: none;
    }
}

.difference-list .box {
    overflow-x: auto;
}

.difference-list table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.difference-list th,
.difference-list td {
    padding: 8px;
    border: 1px solid #ddd;
}

.difference-list td {
    text-align: left;
}

.difference-list thead,
.difference-list thead .nrwCell {
    color: #fff;
    background: var(--c-01);
}

.difference-list th {
    font-weight: bold;
}

@media (max-width: 599px) {
    .difference-list th,
    .difference-list td {
        padding: 8px 3px;
    }
}
.border-20img {
    overflow: hidden;
    border-radius: 20px;
}

.border-20img img {
    overflow: hidden;
    border-radius: 20px;
}
.link-item .ele:last-child {
    margin-bottom: 0px;
}
.ele {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    margin: 0;
}
.ele {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 2px var(--c-01);
}

.ele dt {
    width: 75px;
    flex-shrink: 0;
    margin: 0;
}

.ele dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    margin-left: 1em;
    text-align: left;
}

.cmn-flow-02 li+li {
    margin-top: 50px;
}

.bb-d {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    border-bottom: dashed 2px var(--c-01);
}

.bb-d.new{
  font-size: 16px;
}

@media (max-width: 1024px) {
    .bb-d {
        font-size: 16px;
    }
}

.list-blog li {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px #8b8b8b;
    box-shadow: 0px 0px 7px #8b8b8b;
}

.list-blog li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: space-between;
}

.list-blog .date {
    flex-shrink: 0;
    font-weight: 500;
}

.h-logo img {
    max-width: 190px;
}

@keyframes shiny {
    0% {
        left: -20%;
    }
    10% {
        left: 250%;
    }
    100% {
        left: 250%;
    }
}

.shiny-btn .a,
.shiny-btn a{
    overflow: hidden;
    position: relative;
}

.shiny-btn .a::after,
.shiny-btn a::after {
    content: "";
    width: 40px;
    height: 100%;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    transform: scale(2) rotate(20deg);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    position: absolute;
    top: -10%;
    left: -20%;
}

.schedule {
	position: relative;
	    border-radius: 10px;
    overflow: hidden;
}
.schedule::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: repeating-linear-gradient(45deg,
		#ffffff, #ffffff 10px,
		#5C6BC0 0, #5C6BC0 20px,
		#ffffff 0, #ffffff 30px,
		#C2185B 0, #C2185B 40px);
}
.schedule::before {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	content: '';
	border-radius: 14px;
	background-color: #ffffff;
}

.schedule>*{
  position: relative;
  z-index: 3;
}

.line-img{
  position: relative;
}

.line-img .l-01{
  outline: 5px solid #06c655;
    outline-offset: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
}

.line-img .l-02{
  outline: 5px solid rgba(6,198,85,0.7);
    outline-offset: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
}

.line-img .l-03{
  outline: 5px solid rgba(6,198,85,0.3);
    outline-offset: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: -1;
}

.line-img .l-icon{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #06c655;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    align-content: center;
}

.line-img .img{
      border-radius: 50%;
    overflow: hidden;
}

.k-l-img{
   display: none;
 }
.g-l-img{
    display: none;
  }
.f-l-img{
    display: none;
  }
  
  .k-l .k-l-img{
   display: block;
 }
.g-l .g-l-img{
    display: block;
  }
.f-l .f-l-img{
    display: block;
  }
  
  .k-l .f-tel{
    display: none;
  }
  
   .f-l .k-tel{
    display: none;
  }
@media (max-width: 599px) {
  .top-logo-none .f-l-img,
  .top-logo-none .k-l-img{
    display: none;
  }
  .sp-ori-sz{
    width: 50%;
    margin: auto;
  }
}

.border-50{
  border-radius: 50%;
    overflow: hidden;
}

[data-element-id] .slick02{
  display: flex;
}

[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 iframe[src*="youtube"] {
    aspect-ratio: 16 / 9;
}

[data-element-id] .uk-slideshow > li {
    opacity: 1;
}

[data-element-id] .up-sp-txt {
    max-width: 375px;
    width: 100%;
    margin: auto;
}
[data-element-id] .up-sp-txt.new{
  max-width: 100%;
  margin-bottom: 50px;
}

[data-element-id] .catch .up-sp-txt {
      font-size: 28px;
}

[data-element-id] .catch .up-sp-txt:after {
      text-shadow: none;
}

[data-element-id] .num-area .box .text-area.up-sp-txt .sb-ttl {
    font-size: 20px;
}

[data-element-id] .num-area .box .text-area.up-sp-txt .num{
  font-size: 40px;
}

[data-element-id] .num-area .box .text-area.up-sp-txt{
  position: relative;
    width: 30%;
}

[data-element-id] .num-area .img{
  width: 40%;
    margin-left: initial;
    margin-right: initial;
}

[data-element-id] .num-area li:nth-of-type(odd) .img{
  width: 40%;
    margin-left: initial;
    margin-right: initial;
}

[data-element-id] .h-logo{
  width: auto;
}

[data-element-id] .up-sp-txt .m-ttl .en {
    font-size: 36px;
}

[data-element-id] .up-sp-txt .m-ttl .ja {
    font-size: 16px;
}

[data-element-id] .up-sp-txt .text-rl {
    font-size: 24px;
}

[data-element-id] .card-area .up-sp-txt .ttl {
    font-size: 16px;
}

[data-element-id] .up-sp-txt .s-ttl {
    font-size: 25px;
}

[data-element-id] .up-sp-txt .s-heading,
[data-element-id] .up-sp-txt .ns-ttl,
[data-element-id] .up-sp-txt .n-ttl {
    font-size: 18px;
}

[data-element-id] .up-sp-txt .s-heading5{
  font-size: 20px;
}

[data-element-id] .flow-area .up-sp-txt .ttl{
      font-size: 22px;
}

[data-element-id] .food-area .ttl-area .up-sp-txt .ttl {
    font-size: 26px;
}

[data-element-id] .topvisual .head .up-sp-txt{
    font-size: 24px;
}

[data-element-id] .topvisual .head .up-sp-txt:after{
  text-shadow: none;
}

[data-element-id] .s-heading2 .up-sp-txt{
  font-size: 20px;
}

[data-element-id] .cmn-fixed-02 .box{
    border: solid 4px var(--c-01);
    position: relative;
}

[data-element-id] .cmn-fixed-02 .box:after {
    content: "電話お問い合わせの中";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 black;
    background: var(--c-01);
}

[data-element-id] .cmn-fixed-02 .box-new{
    border: solid 4px #06c655;
    position: relative;
}

[data-element-id] .cmn-fixed-02 .box-new:after {
content: "LINEお問い合わせの中";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 black;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

[data-element-id] .fixedbtn-target-new{
  margin-top: 50px;
}


[data-element-id] .bb-custom-wrapper .bb-bookblock{
  display: flex;
    width: 1000px;
    max-width: 100%;
        height: 700px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 1.5em 3em;
    border: 2px solid var(--c-01);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
}

[data-element-id] .bb-custom-wrapper .bb-bookblock:after{
      content: "横にスクロールできます";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 14px;
    color: white;
    line-height: 1.2;
    text-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: var(--c-01);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
}

[data-element-id] .bb-item{
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    border: 1px solid var(--c-01);
    display: flex;
    position: relative;
}

[data-element-id] .bb-custom-wrapper .bb-bookblock .bg{
  display: none;
}

[data-element-id] .bb-custom-wrapper>nav a .text{
          position: absolute;
    width: 100%;
    bottom: -25px;
    left: 0;
    text-wrap: nowrap;
    color: #333;
        display: block;
    width: 250px;
    }
   [data-element-id] .bb-custom-wrapper>nav a#bb-nav-next02 .text{
      left: initial;
         right: 0%;
    }

[data-element-id] .bb-custom-side{
  width: 100%;
}
[data-element-id] .bb-custom-wrapper>nav{
      height: auto;
    position: absolute!important;
    top: 50%;
}

[data-element-id] .bb-custom-side:nth-of-type(n + 2) {
    display: block!important;
}

[data-element-id] .bb-custom-side .pe .ttl{
  margin-top: 90px;
}

[data-element-id] .blog-area li .date{
  flex-shrink: 1;
}

[data-element-id] .cats-btn .box-area{
          align-items: flex-end;
}

[data-element-id] .cats-btn{
  position: absolute;
  right: 0;
  top: 0;
}

[data-element-id] .cats-btn .box.tel:hover{
  right: 0;
}

[data-element-id] .list-blog .date{
  flex-shrink: 1;
}

[data-element-id] .blog-area li .date-box{
  flex-wrap: wrap;
}

[data-element-id] [data-ab-test-conversion-button]:before {
    content: "コンバージョン用";
    display: block;
    padding: 0.1em 0.5em;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: #0093ff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}


@media (max-width: 599px) {
.k-l .cats-btn .box.item02, .k-l .cats-btn .box.item022 {
    margin-bottom: 0px;
}

.cats-btn .box.item03 .a, .cats-btn .box.item02 .a, .cats-btn .box.item022 a {
    padding: 0.6em 0.5em !important;
}
}

/* 2025/05/27 */
.totop {
    bottom: 200px;
}

@media (max-width: 1024px) {
    .totop{
        bottom: 40px;
        right: 10px;
    }
}

@media(max-width:599px) {
    .totop{
        bottom: 200px;
    }    
}

#open-chatbot{
  max-width: 200px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-color: transparent;
  border: none;
}

@media(max-width:1024px){
#open-chatbot{
  bottom: 50px;
}    
}

@media(max-width:599px) {
#open-chatbot{
  max-width: 150px;
}    
}

.nagare-p{
  margin: 15px auto;
}

@media(max-width:1024px) {
.flow-area .ttl {
        font-size: 20px;
}

.flow-area .img span {
    max-width: 50px !important;
}

.nagare-p{
  margin: 10px auto;
}
}

/* 2025/09/30 */

.k-tel .tel-bnr.sp-none {
  width: 100%;
  margin-top: 5%;
}


