@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");
@import url("https://fonts.googleapis.com/css2?family=Bellota:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

:root {
    --c-01: #f19149;
    --c-02: #f8b551;
    --c-03: #57432c;
    --c-04: #384076;
    --c-05: #fff9c9;
    --c-06: #fdefcd;
    --c-07: rgba(255,249,201,0.8);
    --c-08: rgba(253,239,205,0.8);
    --c-10: rgba(255, 255, 255, 0.8);
    --f-01: "Noto Sans JP", sans-serif;
    --f-02: "Bellota", sans-serif;
    --f-03: "Quicksand", sans-serif;
}
.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);
}
.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);
}

.t-01 {
    display: inline-block;
    margin-right: 10px;
    padding: 0.3em 0.5em;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    background: var(--c-01);
}

html {
    font-family: var(--f-01);
    font-weight: 500;
    color: var(--c-03);
}
.wrapper {
    background-image: url('/import/tenant_1/153.121.51.208/html/images/bgc.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.m-ttl {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
.m-ttl .en {
    margin-bottom: 10px;
    font-family: var(--f-02);
    font-weight: bold;
    font-size: 90px;
    color: var(--c-01);
    line-height: 1;
    letter-spacing: -0.05em;
}
.m-ttl .ja01 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
}
.m-ttl .ja02 {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.05em;
}
.m-ttl .ja03 {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.05em;
}
.point-ttl {
    margin-bottom: 10px;
    font-family: var(--f-02);
    font-weight: bold;
    font-size: 32px;
}
.point-ttl .num {
    margin-left: 15px;
    font-family: var(--f-02);
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.point-ttl .num .img {
    width: 63px;
    position: absolute;
    top: -5px;
    left: -8px;
    z-index: -1;
}

/* 共通コンテンツ間隔 */
.area {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media (max-width: 599px) {
    .area {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
/* 共通要素読み込みコメント（取り込み後削除） */
[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 {
    color: var(--c-01);
}
/**
ヘッダー
header
*/
.header {
    background: #fff;
}
.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-height: 60px;
}
.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;
}
.header .text-area ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header .text-area .btn.cat {
    overflow: hidden;
    border-radius: 0 0 15px 15px;
}
.header .text-area .btn.cat .img {
    height: 40px;
}
.header .text-area .btn.cat a {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    color: #fff;
    background: var(--c-01);
}
.header .text-area .btn.cat.ab a{
  background: #738374;
}
.header .text-area .btn.tel .img {
    margin-right: 5px;
    line-height: 0;
}
.header .text-area .btn.tel a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: var(--f-03);
    font-weight: bold;
    font-size: 36px;
    color: #374076;
}
@media (max-width: 1024px) {
    .header {
        padding: 5px 0;
    }
    .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 {
    padding: 15px 0;
    position: relative;
    z-index: 100;
}
#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;
    justify-content: flex-end;
}
.gnav .item01 {
    width: 12%;
    margin-left: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.gnav .item01>a,
.gnav .item01 .itemin {
    display: block;
    padding: 5px;
    border: solid 1px;
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.gnav .item01.stay a,
.gnav .item01>a:hover,
.gnav .item01 .itemin:hover {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}
.gnav .item01.-parent.stay a {
    color: inherit;
    background: none;
    display: block;
}
.gnav .item01.-parent.stay .item02 a:hover {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}
.gnav .item01.-parent.stay .itemin {
    color: #fff;
    background: var(--c-01);
    opacity: 1;
}
.gnav .item01.-parent {
    position: relative;
}
.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
}
.gnav .list02 {
    width: 200px;
    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 .item02 a:hover {
        color: var(--c-03);
        background: var(--c-08);
    }
    .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;
        z-index: 250;
    }
    .gnav.action {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    .gnav .wrap {
        padding-bottom: 100px;
    }
    .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;
        position: relative;
    }
    .gnav .item01::after {
        content: "\f0da";
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        color: #fff;
        border-radius: 50%;
        background: var(--c-01);
        position: absolute;
        top: 8px;
        right: 5px;
    }
    .gnav .item01.stay::after {
        color: var(--c-01);
        background: #fff;
    }

    .gnav .list02 {
        width: 100%;
        visibility: visible;
        margin-top: 10px;
        padding: 10px;
        color: var(--c-03);
        border-radius: 10px;
        background: none;
        background: var(--c-08);
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }
    .gnav .list02 li {
        margin: 5px 0;
    }
    .gnav .list02 a {
        padding: 5px 0 5px 20px;
        position: relative;
    }
    .gnav .list02 a:before {
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background: var(--c-03);
        position: absolute;
        top: 18px;
        left: 0;
    }
}
[data-element-id] .gnav.fixed {
    position: relative;
}
/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    border-radius: 50%;
    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: 40px;
    text-align: center;
    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: 50px;
        right: 10px;
    }
}
/**
フッター
footer
*/
.footer .copy {
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    background: var(--c-03);
}
@media (max-width: 1024px) {
    .footer .copy {
        padding-bottom: 65px;
    }
}
/**
フッターナビ
fnav
*/
.fnav {
    background: #fff;
}
.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;
}
@media (max-width: 1024px) {
    .fnav .wrap {
        flex-wrap: wrap;
    }
    .fnav .list01 {
        width: 100%;
        margin-bottom: 10px;
    }
    .fnav .list02 {
        width: 100%;
    }
}
@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;
    }
}
/**
2カラムページ
*/
.column2 .inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.column2 .side {
    width: 200px;
}
.column2 .mainwrap {
    width: calc(100% - 250px);
}
@media (max-width: 1024px) {
    .column2 .inner {
        flex-wrap: wrap;
    }
    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        order: 3;
        margin-bottom: 50px;
    }
    .column2 .mainwrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-bottom: 50px;
    }
}
/* サイドメニュー */
.side .list {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
@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: var(--c-01);
    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: var(--c-01);
    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 {
    height: 670px;
    margin: auto;
    position: relative;
}
.homevisual .img01 {
    width: 100%;
    max-width: 940px;
    transform: translate(-50%,0%);
    position: absolute;
    top: 0;
    left: 60%;
    z-index: 1;
}
.homevisual .img01 img {
    -webkit-mask-image: url('/import/tenant_1/153.121.51.208/html/images/bg-img02.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url('/import/tenant_1/153.121.51.208/html/images/bg-img02.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.homevisual .img02 {
    width: 100%;
    max-width: 200px;
    position: absolute;
    top: 8%;
    left: -4%;
    z-index: 1;
}
.homevisual .img02 img {
    -webkit-mask-image: url('/import/tenant_1/153.121.51.208/html/images/bg-img01.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url('/import/tenant_1/153.121.51.208/html/images/bg-img01.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.homevisual .img03 {
    width: 100%;
    max-width: 460px;
    position: absolute;
    bottom: 5%;
    left: -10%;
    z-index: 2;
}
.homevisual .img03 .text {
    width: 70%;
    font-size: 35px;
    color: #fffabb;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.homevisual .img03 .text span {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    color: #fff;
}


.homevisual .img04 {
    width: 100%;
    max-width: 174px;
    position: absolute;
    top: 25%;
    left: -15%;
    z-index: 1;
}

.homevisual .img05 {
    width: 100%;
    max-width: 138px;
    position: absolute;
    top: 40%;
    left: -10%;
    z-index: 0;
}

.homevisual .img06 {
    width: 100%;
    max-width: 253px;
    position: absolute;
    top: 15%;
    left: 6%;
}

.homevisual .img07 {
    width: 100%;
    max-width: 153px;
    position: absolute;
    top: 10%;
    right: -10%;
    z-index: 1;
}

.homevisual .img08 {
    width: 100%;
    max-width: 138px;
    position: absolute;
    top: 30%;
    right: -18%;
    z-index: 0;
}
.homevisual .time {
    padding: 0 0 10px;
    position: absolute;
    bottom: 0;
    right: -10%;
    z-index: 2;
}
.homevisual .time::after {
    content: "";
    width: 115%;
    height: 90%;
    border-radius: 15px;
    background: var(--c-05);
    opacity: 0.7;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}
.homevisual .time .table {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-radius: 30px;
}
.homevisual .time .datattl01 {
    padding: 15px;
}
.homevisual .time .datattl02,
.homevisual .time .data {
    padding: 15px;
}
.homevisual .time .data {
    color: var(--c-01);
    text-align: center;
}

.homevisual .time .thead {
    color: #fff;
    background: var(--c-03);
}
.homevisual .time .tbody {
    background: #fff;
}
.homevisual .time .tbody .item:first-child {
    position: relative;
}
.homevisual .time .tbody .item:first-child::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: dashed 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 599px) {
    .homevisual .head {
        font-size: 28px;
    }
}
/* A-BiSUスライダー用 */
.mainimg {
    overflow: hidden;
    position: relative;
}
.mainimg img {
    width: 100%;
}
.mainimg .uk-slidenav-position {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}
.mainimg .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 50%;
}
.mainimg .uk-slideshow {
    height: 100% !important;
    position: absolute;
    top: 0;
}
.mainimg .uk-slideshow li {
    height: 100% !important;
}
.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}
.mainimg .uk-slideshow 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%;";
}
/*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;
    }
}
/* ##### パンくずリスト breadcrumbs ##### */
.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;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */
/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
    position: relative;
}
.topvisual .img {
    min-height: 200px;
    opacity: 0.6;
    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: 5px;
    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: 599px) {
    .topvisual .head {
        font-size: 32px;
    }
    .topvisual .img:before {
        padding-top: 100%;
    }
}
/* パンくずリスト */
.breadcrumb {
    margin-top: 10px;
}
.breadcrumb .item {
    display: inline-block;
}
.breadcrumb .item:not(:last-of-type):after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.breadcrumb .home {
    color: #000;
}
.breadcrumb .now {
    color: #000;
}
/* ページネーション */
.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: 40px;
    height: 40px;
    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;
    }
}
/**
各下層ページ
*/
/* 記事一覧ページ */
.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;
}
/* ギャラリー */
.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;
}
[data-element-id] .up-d-none,
[data-element-id] .gnav .navlogo{
    display: block;
    border: solid 4px black;
    position: relative;
}
[data-element-id] .up-d-none:after,
[data-element-id] .gnav .navlogo: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);
}

.a-01 .box {
    max-width: 900px;
    margin: auto;
    padding: 30px 50px;
    border-radius: 15px;
    background: var(--c-07);
    position: relative;
}
.a-01 .box::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: dashed 5px #fff;
    position: absolute;
    top: 10px;
    left: 0;
}
.a-01 .box::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: dashed 5px #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.a-01 .box .img01 {
    position: absolute;
    bottom: 0;
    left: 5%;
}

.a-01 .box .img02 {
    position: absolute;
    top: -5%;
    right: -5%;
}

.ss-ttl {
    font-weight: bold;
    font-size: 36px;
}

.a-01 .card02 .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
}

.a-01 .card02 .img {
    display: inline-block;
    max-width: 50px;
}

.a-01 .card02 .img img{
  max-height: 50px;
}

.m-btn.d-fl {
    width: 45%;
    text-align: center;
}



.m-btn a,
.m-btn button {
    width: 100%;
    max-width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5em;
    color: #fff;
    line-height: 1;
    border: solid 2px var(--c-01);
    border-radius: 9999px;
    background: var(--c-01);
    position: relative;
}
.m-btn button {
    margin: auto;
}
.m-btn a:hover,
.m-btn button:hover {
    color: var(--c-01);
    background: #fff;
    opacity: 1;
}

.a-02 .m-btn a {
    margin-left: auto;
}
.m-btn.new a {
    color: var(--c-01);
    border: solid 2px;
    background: #fff;
}
.m-btn.bi a,
.m-btn.bi button {
    max-width: 240px;
    height: 60px;
}
.m-btn.new a:hover {
    color: #fff;
    background: var(--c-01);
}
.m-btn .icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: var(--c-01);
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.m-btn.new .icon {
    color: #fff;
    background: var(--c-01);
}

.m-btn a:hover .icon {
    color: #fff;
    background: var(--c-01);
}
.m-btn.new a:hover .icon {
    color: var(--c-01);
    background: #fff;
}
.m-btn .icon i {
    padding-left: 3px;
}

.a-02 .box {
    padding: 30px;
    border-radius: 30px;
    background: #fff;;
}
.a-02 .box li {
    padding: 1em 0;
    border-top: dashed 2px #cfcfcf;
}
.a-02 .box li:last-child {
    border-bottom: dashed 2px #cfcfcf;
}
.a-02 .box li a {
    display: flex;
}

.a-02 .box .date {
    flex-shrink: 0;
    margin-right: 20px;
}

.a-03 {
    padding: 80px 0;
    z-index: 1;;
}

.a-03 .m-ttl {
    margin-top: -130px;
}

.a-03 .box {
    position: relative;
}
.a-03 .img01 {
    position: absolute;
    top: 0%;
    left: 5%;
}
.a-03 .img02 {
    position: absolute;
    bottom: -2%;
    right: 5%;
}

.a-03 .box .img-area img {
    z-index: 1;

    -webkit-mask-image: url('/import/tenant_1/153.121.51.208/html/images/bgcs.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url('/import/tenant_1/153.121.51.208/html/images/bgcs.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    scale: 0.8;
}

.a-03 .box .img-area {
    position: relative;
}
.a-03 .box .img-area::after {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url('/import/tenant_1/153.121.51.208/html/images/img_orange.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.a-03 .box li:nth-child(even) .img-area::after {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url('/import/tenant_1/153.121.51.208/html/images/img_orange.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: initial;
    right: 0;
}

.bg-img-01 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0;
}
.bg-img-01 img {
    object-position: 50% 0%;
}

.m-a a {
    margin: auto;
}

.a-04 a {
    display: block;
    text-align: center;
    position: relative;
}

.a-04 .img {
    z-index: 1;

    -webkit-mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}
.a-04 .sb-img {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -50px;
}
.a-04 .sb-img.cat {
    left: -50px;
    right: initial;
}
.a-04 .sb-img .text {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 40%;
    left: 50%;
}

.a-04 .img01 {
    position: absolute;
    top: 25%;
    left: 0;
}
.a-04 .img02 {
    position: absolute;
    top: 25%;
    right: 0;
}

.min-btn {
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    color: var(--c-01);
    text-align: center;
    border-bottom: dashed 2px;
}

.min-btn .icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background: var(--c-01);
}

.min-btn .icon i {
    padding-left: 3px;
}

.a-05 {
    z-index: 1;
}

.a-05::after {
    content: "";
    width: 90%;
    height: 100%;
    border-radius: 0 30px 30px 0;
    background: var(--c-08);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
}

.a-05 .img {
    margin-top: -130px;
    position: relative;
    z-index: 1;
}
.a-05 .bg-img {
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: -1;
}

.a-05 .item-img {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('/import/tenant_1/153.121.51.208/html/images/shape.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.a-05 .item-img .icon-img {
    width: 100%;
    max-width: 70px;
    margin: 0 auto 20px;
}

.a-05 .g-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3em 1em;
    color: #fff;
    border-radius: 9999px;
    background: var(--c-01);
    position: relative;
}

.a-05 .g-btn a .icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: var(--c-01);
    border-radius: 50%;
    background: #fff;
}

.a-05 .cont .box {
    display: flex;
}

.a-05 .cont .box li {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-right: 30px;
}

.a-05 .img01 {
    position: absolute;
    top: 45%;
    right: 12%;
}
.a-06 {
    margin-top: 200px;
    padding-bottom: 180px;
    z-index: 1;
}
.a-06::after {
    content: "";
    width: 90%;
    height: 100%;
    border-radius: 30px 0 0 30px;
    background: var(--c-07);
    position: absolute;
    top: 10px;
    right: 0;
    z-index: -1;
}
.a-06 .img {
    -webkit-mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.a-06 .img01 {
    position: absolute;
    top: -10%;
    left: 12%;
}

.a-06 .img02 {
    position: absolute;
    bottom: 0px;
    left: 15%;
}

.a-06 .m-btn a {
    max-width: 100%;
    padding: 0 1em;
}

.a-06 .m-ttl {
    margin-top: -50px;
}

.a-06 .text {
    width: 77%;
}

.a-07 .ja02 {
    width: 50%;
    margin: auto;
}

.a-07 .ja02::before,
.a-07 .ja02::after {
    content: "";
    width: 247px;
    height: 73px;
    background-image: url('/import/tenant_1/153.121.51.208/html/images/img-ff20.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    position: absolute;
    top: 90%;
}
.a-07 .ja02::before {
    left: 0px;
}
.a-07 .ja02::after {
    right: 0px;
}

.a-07 .img {
    z-index: 1;

    -webkit-mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.a-07 a {
    display: block;
    text-align: center;
    position: relative;
}

.a-07 li:nth-of-type(even) {
    margin-top: 50px;
}

.a-08 {
    background: var(--c-06);
}
.a-08 .img01 {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: -1;
}
.a-08 .img02 {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: -1;
}
.a-08 .img03 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.a-08 .min-btn {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: var(--c-01);
    text-align: right;
    border-bottom: none;
}

.a-08 .name-box {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    border-bottom: dashed 1px var(--c-01);
    display: flex;
}

.a-08 .name-box > div{
  margin-right: 30px;
}

.a-08 .name-box .s-headline2{
  padding: 0.5em 1em;
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .a-08 .name-box .s-headline2{
    font-size: 14px;
  }
}

.a-08 .text-in {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 5;
}

.a-08 .list-cc-voice a,
.a-08 .box {
    display: block;
    padding: 30px;
    border: solid 2px var(--c-01);
    border-radius: 30px 30px 0 30px;
    background: rgba(255,255,255,0.5);
}

.a-08 .m-ttl {
    margin-top: -130px;
}

.a-08 a:hover {
    border: solid 2px var(--c-02);
}

.bb-r15 {
    overflow: hidden;
    border-radius: 15px;
}

.text-02 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.a-10 {
    padding-top: 80px;
    padding-bottom: 150px;
}

.a-10 .box {
    max-width: 700px;
    margin: auto;
    padding: 50px;
    outline: 2px dashed white;
    outline-offset: -10px;
    border-radius: 30px;
    background: var(--c-05);
    position: relative;
}

.a-10 .box .img {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -20%;
}

.a-10 .box .text {
    width: 80%;
    font-weight: bold;
    font-size: 24px;
    color: var(--c-01);
    letter-spacing: 0.05em;
}

.a-10 .box .m-btn {
    width: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 62%;
    left: 57%;
}

.a-10 .box .m-btn a {
    max-width: 170px;
    height: 60px;
    box-shadow: 0px 2px 5px #a5a5a5;
}

.a-10 .img01 {
    position: absolute;
    top: 55%;
    left: 0;
    z-index: -1;
}

.a-10 .img02 {
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: -1;
}

.list-cmp09 .item {
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
}
.list-cmp09 .datattl {
    padding: 30px 40px 30px 60px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}
.list-cmp09 .datattl:before {
    content: "Q";
    width: 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 30px;
    font-family: var(--f-02);
    font-weight: bold;
    font-size: 35px;
    color: var(--c-01);
    line-height: 1;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 15px;
    left: 0;
}
.list-cmp09 .data {
    display: none;
    padding: 30px 10px 30px 60px;
    position: relative;
}
.list-cmp09 .data:before {
    content: "A";
    width: 48px;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 30px;
    font-family: var(--f-02);
    font-weight: bold;
    font-size: 35px;
    color: var(--c-01);
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 0;
}

.plmi span::before,
.plmi span::after {
    content: "";
    width: 25px;
    height: 3px;
    display: block;
    border-radius: 5px;
    background: var(--c-01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
}

.plmi span::after {
    background: var(--c-01);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.is-parent .plmi span::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.footer .map {
    margin-bottom: -150px;
    padding-top: 300px;
    border-radius: 30px;
    z-index: 1;
}

.footer .time .table {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-radius: 30px;
}
.footer .time .datattl01 {
    padding: 15px;
}
.footer .time .datattl02,
.footer .time .data {
    padding: 15px;
}
.footer .time .data {
    color: var(--c-01);
    text-align: center;
}

.footer .time .thead {
    color: #fff;
    background: var(--c-03);
}
.footer .time .tbody {
    background: #fff;
}
.footer .time .tbody .item:first-child {
    position: relative;
}
.footer .time .tbody .item:first-child::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: dashed 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.f-add {
    padding: 200px 0 50px;
    background: var(--c-07);
}

.f-add .tel a,
.con-add .tel a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--f-03);
    font-weight: bold;
    font-size: 48px;
    color: #374076;
    line-height: 1;
}
.con-add .tel a {
    justify-content: center;
}
.f-add .tel .img,
.con-add .tel .img {
    margin-right: 5px;
    line-height: 0;
}

.f-add .tel .t-01,
.con-add .tel .t-01 {
    display: inline-block;
    flex-shrink: 0;
    padding: 0.3em 0.5em;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    background: var(--c-01);
}

.f-add .min-btn {
    margin-left: 10px;
    font-size: 16px;
    color: var(--c-01);
    text-align: right;
    border-bottom: none;
}

.f-add .min-btn .icon {
    margin-right: 5px;
}

.f-add .min-btn a {
    text-decoration: underline;

    text-underline-offset: 0.5ex;
}

.fnav .list-01 {
    margin-right: 50px;
}
.fnav .list-01.mr-0 {
    margin-right: 0px;
}

.fnav .item-01:not(:last-child) {
    margin-bottom: 15px;
}

.fnav .list-02 .item-01 {
    padding-left: 20px;
    position: relative;
}
.fnav .list-02 .item-01.not {
    padding-left: 0px;
    position: relative;
}

.fnav .list-02 .item-01::after {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--c-03);
    position: absolute;
    top: 13px;
    left: 0px;
}
.fnav .list-02 .item-01.not::after {
    content: none;
}

@media (max-width: 1024px) {
  .a-02 .box li a{
    flex-wrap: wrap;
  }
  .a-02 .box li a .date,
  .a-02 .box li a .ttl{
    width: 100%;
  }
    .header .contents .text-area {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    .header .text-area ul li {
        width: 33%;
        margin: 0;
    }
    .header .text-area .btn.tel a,
    .header .text-area .btn.cat a {
        width: 100%;
        height: 45px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 15px 10px;
        font-size: 20px;
        color: #fff;
        background: var(--c-01);
    }
    .header .text-area .btn.tel,
    .header .text-area .btn.cat {
        overflow: hidden;
        border: solid 2px #fff;
        border-radius: 10px;
    }
    .header .text-area .btn.tel .img {
        filter: brightness(0) invert(1);
    }
    .header .text-area .btn.cat .img,
    .header .text-area .btn.tel .img {
          height: 100%;
        max-height: 25px;
        margin-right: 5px;
        line-height: 0;
    }
      .header .text-area .btn.cat img,
    .header .text-area .btn.tel img{
             height: 100%;
        max-height: 25px;
    }
    .header .text-area .btn.cat .img span,
    .header .text-area .btn.tel .img span {
        height: 100%;
    }
    .homevisual .img01 {
        max-width: 560px;
    }
    .homevisual .img02 {
        max-width: 160px;
        left: 0%;
    }
    .homevisual .img03 {
        max-width: 320px;
        left: 0;
    }
    .homevisual .img03 .text {
        font-size: 24px;
    }
    .homevisual .img03 .text span {
        font-size: 18px;
    }
    .homevisual .time {
        right: 0;
    }
    .homevisual .time .datattl02,
    .homevisual .time .data,
    .footer .time .data,
    .footer .time .datattl02,
    .footer .time .datattl01 {
        padding: 7px;
    }
    .homevisual .time .datattl01 {
        padding: 10px;
    }
    .homevisual .time .table,
    .footer .time .table {
        border-radius: 10px;
    }
    .homevisual {
        height: 530px;
    }
    .ss-ttl {
        font-size: 24px;
    }
    .a-01 .box .img02 {
        right: 0;
    }
    .m-ttl .en {
        font-size: 60px;
    }
    .m-ttl .ja01 {
        font-size: 20px;
    }
    .m-ttl .ja03 {
        font-size: 28px;
    }
    .point-ttl {
        font-size: 28px;
    }
    .point-ttl .num .img {
        width: 58px;
    }
    .point-ttl .num {
        font-size: 36px;
    }
    .a-04 .img01 {
        max-width: 250px;
        position: absolute;
        top: 5%;
        left: 0;
    }
    .a-04 .img02 {
        max-width: 250px;
        position: absolute;
        top: 5%;
        right: 0;
    }
    .m-ttl .ja02 {
        font-size: 24px;
    }
    .a-05 .cont .box li {
        max-width: 155px;
    }
    .a-05 .item-img {
        height: 155px;
    }
    .a-05::after,
    .a-06::after {
        width: 95%;
    }
    .a-05 .img01 {
        max-width: 150px;
        top: 55%;
        right: 5%;
    }
    .a-05 .img {
        margin-top: -90px;
    }
    .a-05 .item-img .icon-img {
        max-width: 55px;
    }
    .a-06 {
        margin-top: 190px;
        padding-bottom: 90px;
    }
    .a-06 .m-btn a {
        padding: 0 0.5em;
    }
    .a-06 .img01 {
        max-width: 200px;
        top: 0%;
        left: 5%;
    }
    .a-06 .img02 {
        max-width: 150px;
    }
    .a-07 .ja02::before,
    .a-07 .ja02::after {
        width: 160px;
        height: 45px;
    }
    .min-btn {
        font-size: 16px;
    }
    .a-08 .img03 {
        max-width: 50px;
    }
    .a-08 .img01 {
        max-width: 100px;
        top: initial;
        bottom: -5%;
    }
    .a-08 .img02 {
        max-width: 100px;
        top: -5%;
    }
    .a-10 .box .img {
        max-width: 260px;
        right: -20px;
    }
    .a-10 .img01 {
        max-width: 150px;
        top: 70%;
    }
    .a-10 .img02 {
        max-width: 150px;
        top: 20%;
        right: 0;
    }
    .a-10 .box .text {
        width: 75%;
        font-size: 22px;
    }
    .f-add .tel a,
    .con-add .tel a {
        font-size: 34px;
    }
    .fnav .list-01 {
        margin-right: 30px;
    }
}

@media (max-width: 599px) {
  .a-07 .ja02{
        width: 65%;
  }
    .homevisual {
        height: 520px;
    }
    .homevisual .img02 {
        max-width: 110px;
        top: 2%;
        left: 0%;
    }
    .homevisual .img01 {
        max-width: 280px;
        top: 5%;
    }
    .homevisual .img04 {
        max-width: 60px;
        top: 15%;
        left: -5%;
    }
    .homevisual .img05 {
        max-width: 80px;
        top: 25%;
        left: 0%;
    }
    .homevisual .img06 {
        max-width: 90px;
        top: 0%;
        left: 20%;
    }
    .homevisual .img07 {
        max-width: 80px;
        top: 3%;
        right: 0%;
    }
    .homevisual .img08 {
        max-width: 100px;
        top: 35%;
        right: -10%;
    }
    .homevisual .img03 .text {
        font-size: 18px;
    }
    .homevisual .img03 {
        max-width: 250px;
        bottom: 30%;
    }
    .homevisual .img03 .text span {
        font-size: 14px;
    }
    .homevisual .time {
        font-size: 14px;
        left: 0;
        right: 0;
    }
    .a-01 .box {
        padding: 30px 15px;
    }
    .a-01 .card02 .img {
        width: 80%;
    }
    .a-01 .card02 .icon {
        width: 50px;
        height: 50px;
    }
    .a-01 .card01 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .a-01 .box .img02 {
        max-width: 50px;
    }
    .a-01 .box .img01 {
        width: 75px;
        left: initial;
        right: 0;
    }
    .ss-ttl {
        font-size: 20px;
    }
    .m-ttl .ja01 {
        font-size: 18px;
    }
    .m-ttl .en {
        font-size: 48px;
    }
    .a-03 .m-ttl {
        margin-top: 0px;
    }
    .a-03 .img02 {
        max-width: 100px;
        bottom: -1%;
    }
    .a-04 .sb-img {
        max-width: 80px;
        right: -25px;
    }
    .a-04 .sb-img.cat {
        left: -25px;
    }
    .a-04 .sb-img .text {
        font-size: 24px;
        top: 45%;
    }
    .a-04 .img01,
    .a-04 .img02 {
        max-width: 100px;
    }
    .a-05 .img {
        margin-top: 0;
    }
    .a-05 .cont .box {
        display: contents;
    }
    .a-05 .cont .box li {
        width: 170px;
        max-width: 100%;
        height: 170px;
        margin: 1%;
    }
    .a-05 .item-img {
        width: 100%;
        height: 100%;
    }
    .a-05 .img01 {
        max-width: 100px;
        top: initial;
        bottom: -60px;
    }
    .m-asp a {
        margin: auto;
    }
    .a-06 .img01 {
        max-width: 150px;
        top: 10%;
    }
    .a-06 .text {
        width: 100%;
    }
    .a-06 .m-btn a {
        padding: 0 1em;
    }
    .a-06 .img02 {
        max-width: 100px;
    }
    .a-07 .ja02::before,
    .a-07 .ja02::after {
       width: 60px;
    height: 15px;
        top: 50%;
    }
    .m-ttl .ja02 {
        font-size: 20px;
    }
    .a-08 .name-box {
        font-size: 20px;
    }
    .a-10 .box {
        padding: 30px 15px 270px;
        outline-offset: -5px;
    }
    .a-10 .box .text {
        width: 100%;
        font-size: 20px;
    }
    .a-10 .box .img {
        width: 100%;
        max-width: 260px;
        transform: translate(-50%,0%);
        top: initial;
        bottom: -10%;
        left: 50%;
        right: initial;
    }
    .list-cmp09 .datattl {
        font-size: 18px;
    }
    .fnav .list-01 {
        width: 50%;
        margin-right: 0px;
    }
    .fnav .list-02 {
        width: 100%;
        margin-top: 30px;
    }
    .header .text-area .btn.tel a,
    .header .text-area .btn.cat a {
        padding: 15px 5px;
        font-size: 14px;;
    }
    .header .text-area .btn.cat .img,
    .header .text-area .btn.tel .img {
      height: 100%;
        max-width: 18px;
    }
    .a-10 {
        padding-top: 50px;
    }
    .header .contents .logp-area {
        width: 100%;
    }
    .pagettl {
        padding-right: 40px;
        font-size: 12px;
    }
    .fnav .item-01 {
        margin-bottom: 15px;
    }
}

.lower .a-06 {
    padding-bottom: 50px;
    margin-top: 150px;
}

.lower .a-01 .box .img01 {
    left: 0;
}

.s-headline {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: dashed 2px var(--c-01);
}
.s-headline2 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.1rem 1rem;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: 5px;
    white-space: nowrap;
    border-radius: 10px;
    background: var(--c-01);
}
.s-headline2:after {
    content: " ";
    margin-left: -5px;
}
.s-headline3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    font-size: 20px;
    border-bottom: dashed 2px var(--c-01);
    position: relative;
}
.s-headline3::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 8px;
    left: 0;
}
.s-headline4 {
    margin-bottom: 30px;
    padding: 0.4em 0.5em;
    font-weight: bold;
    font-size: 28px;
    color: white;
    letter-spacing: 3px;
    border-left: solid 5px var(--c-02);
    background: var(--c-01);
}
.cmn-flow-02 li+li {
    margin-top: 50px;
}
.cmn-flow-02 .img {
    -webkit-mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}
.flow-area {
    z-index: 1;
}
.flow-area .img01 {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: -1;
}
.flow-area .img02 {
    max-width: 150px;
    position: absolute;
    bottom: -5%;
    right: 0;
    z-index: -1;
}

.lower .a-07 li:nth-of-type(even) {
    margin-top: 0;
}

.d-box {
    padding: 30px;
    outline: 2px dashed white;
    outline-offset: -10px;
    border-radius: 15px;
    background: var(--c-08);
}
.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;
}
@media(max-width:1024px) {
    .s-headline {
        display: block;
    }
    .lower .a-06 {
        margin-top: 120px;
    }
}

@media(max-width:599px) {
    .s-headline3 {
        font-size: 18px;
    }
    .s-headline4 {
        font-size: 20px;
    }
    .flow-area .img01 {
        max-width: 100px;
        top: 0%;
    }
    .flow-area .img02 {
        max-width: 100px;
        bottom: -2%;
    }
}

.information .box {
    overflow: hidden;
    border: 1px solid var(--c-01);
    border-radius: 15px;
}

.information .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;
}

.information .item>* {
    padding: 20px;
}

.information .item .tit {
    width: 220px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    background: var(--c-01);
}

.information .item+.item .tit {
    border-top: 1px solid #fff;
}

.information .item .txt {
    width: calc(100% - 220px);
    background: #fff;
}

.information .item+.item .txt {
    border-top: 1px solid var(--c-01);
}

.in-map {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 500px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.in-map iframe {
    width: 100%;
    max-width: initial;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.lower .a-05 {
    margin-bottom: 200px;
}
.lower .a-05 .img {
    margin-top: 0;
}

.mask-img {
    -webkit-mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url('/import/tenant_1/153.121.51.208/html/images/ss9.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.ace-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
    padding: 30px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
}

.staff-area .name {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
}

.card-area .box {
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 2px 5px #a5a5a5;
}

.card-area .ttl {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
    border-bottom: dashed 2px var(--c-01);
}

.card-area .img {
    overflow: hidden;
    border-radius: 15px;
}

@media(max-width:599px) {
    .information .item .tit,
    .information .item .txt {
        width: 100%;
    }
    .in-map {
        padding-top: 300px;
    }
    .lower .a-05 {
        margin-bottom: 150px;
    }
    .card-area .ttl {
        font-size: 18px;
    }
}

.important-point .box {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 2px 5px #a5a5a5;
}

.important-point .ttl {
    padding: 5px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
    background: var(--c-01);
}

.important-point ul {
    padding: 30px;
}

.important-point li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-bottom: dashed 2px var(--c-01);
    position: relative;
}

.important-point li:last-child {
    margin-bottom: 0;
}

.important-point li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 7px;
    left: 0;
}

.about-area .ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: var(--c-01);
}

.about-area li+li {
    margin-top: 50px;
}
.about-area .mt-15 li+li{
  margin-top: 15px;
}
.about-area .mt-15 li{
  display: flex;
      padding-left: 25px;
      position: relative;
}
.about-area .mt-15 li:after{
      content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 8px;
    left: 0;
}
.about-area.a-04 .img01,
.a-04.new .img01 {
    position: absolute;
    top: initial;
    bottom: -50px;
    left: 0;
}

.about-area.a-04 .img02,
.a-04.new .img02 {
    position: absolute;
    top: -50px;
    right: 0;
}

.check-area .box{
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 30px 50px;
    border-radius: 15px;
    background: var(--c-07);
    position: relative;
}

.check-area .boxs{
      max-width: 900px;
    margin: auto;
    padding: 30px 50px;
    border-radius: 15px;
    background: var(--c-07);
    position: relative;
}

.check-area .boxs ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.check-area .box li,
.check-area .boxs li{
    margin: 10px!important;
}

.check-area.new .box li,
.check-area.new .boxs li{
width: 33%;
    margin-bottom: 10px!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

.check-area.new2 .box li{
  width: 45%;
}

.check-area .box::before,
.check-area .boxs:before{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: dashed 5px #fff;
    position: absolute;
    top: 10px;
    left: 0;
}

.check-area .box::after,
.check-area .boxs:after{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: dashed 5px #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.check-area .ttl {
    display: inline-block;
    padding: 0.5em 1em;
    padding-left: 30px;
    color: #fff;
    border-radius: 15px;
    background: var(--c-01);
}

.check-area.new2 .ttl {
  display: block;
  text-align: center;
}

.check-area .ttl i {
    position: absolute;
    top: 12px;
    left: 10px;
}

.check-area.a-07 .ja02::before,
.check-area.a-07 .ja02::after {
    top: 50%;
}

@media(max-width:599px) {
  .check-area.new2 .box li {
    width: 100%;
}
  .check-area.new .box li,
  .check-area.new .boxs li {
width: 100%;
    
  }
    /* .check-area .box li {
        width: 50%;
    } */
    .about-area .ttl {
        font-size: 18px;
    }
    .check-area .box,
    .check-area .boxs {
        padding: 30px 10px;
    }
}

.table-01 {
    width: 100%;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 10px;
}

.table-01 tr {
    display: flex;
    flex-wrap: wrap;
}

.table-01 tr th,
.table-01 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-01 tr th.new,
.table-01 tr td.new {
    width: 33.33%;
}

.table-01 tr .table-title {
    color: white;
    border-bottom: solid 1px #fff;
    background: var(--c-02);
}

.table-01 tr:last-child .table-title {
    border-bottom: none;
}

.table-01 tr td {
    border-bottom: solid 1px var(--c-02);
    background: #fff;
}

.table-01 tr:last-child td {
    border-bottom: none;
}

.table-02 {
    width: 100%;
    min-width: 800px;
    table-layout: fixed;
    overflow: hidden;
    border-collapse: collapse;
    border-radius: 30px;
    background-color: white;
}

.table-02 tr th,
.table-02 tr td {
    width: calc(100% / 2);
    padding: 1em;
    font-size: 18px;
}

.table-02 tr th {
    color: white;
    background-color: var(--c-01);
}

.table-02 tr .table-title {
    background-color: #ffe4cf;
}

.table-02 tr:nth-of-type(n+2) {
    border-top: 1px solid #fff;
}

.table-02 tr th+th {
    border-left: 1px solid #fff;
}

.table-02 tr:not(:last-child)  td+td {
    border-bottom: solid 1px #ffe4cf;
}

.c-sbttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: var(--c-01);
}

@media(max-width:599px) {
    .c-sbttl {
        font-size: 18px;
    }
}


.check-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 30px;
    background: #fff;
}


.check-box .check li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.check-box .check li:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--c-01);
    position: absolute;
    top: 10px;
    left: 0;
}
.check-box .check li:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 9px;
    left: 5px;
}

.uk-lb {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.uk-lb:hover {
    opacity: 0.6;
    cursor: pointer;
}

.lower .a-08 {
    background: none;
}

.contact-box .box {
    padding: 2em 3em;
    border-radius: 2em;
    background: #fff;
}

.contact-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.contact-box dt {
    width: 200px;
    display: flex;
    margin-right: 30px;
}

.contact-box dt .tit {
    width: 100%;
}

.contact-box dd {
    width: calc(100% - 230px);
}

.contact-box .form dt .label {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    background: var(--c-01);
}

.contact-box .form .form_shape li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
}

.contact-box .form .form_shape input {
    display: none;
}

.contact-box .form .form_shape label {
    padding-left: 25px;
    line-height: 28px;
    position: relative;
    z-index: 0;
}

.contact-box .form .form_shape label:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 2px solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-box .form .form_shape label:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    display: none;
    border-radius: 50%;
    background: var(--back-color-03);
    position: absolute;
    top: 3px;
    left: 3px;
}

.contact-box .form .form_shape input:checked+label:after {
    display: block;
}

.contact-box .form dd input,
.contact-box .form dd textarea {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    border: none;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.contact-box .form .address-code dd input {
    width: 50%;
}

.contact-box .form .address {
    margin-bottom: 20px;
}

.contact-box .form .address .txt {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.contact-box .form .address .txt input {
    width: 100px;
    position: relative;
    z-index: 0;
}

.contact-box .form dd.radiobtn {
    padding: 0.5em;
}

.contact-box .form dd.radiobtn label {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 10px 0 30px;
    position: relative;
}

.contact-box .form dd.radiobtn label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.contact-box .form dd.radiobtn label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-box .form dd.radiobtn input {
    display: none;
}

.contact-box .form dd.radiobtn input:checked+label {
    text-decoration: underline;
}

.contact-box .form dd.radiobtn input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--txt-color-03);
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 2px;
}

.contact-box .form dd.radiobtn input+label {
    margin-left: 15px;
}

.m-btn.d-fl {
    width: 45%;
    text-align: center;
}

@media (max-width: 1024px) {
    .contact-box .box {
        padding: 2em;
    }
}

@media (max-width: 599px) {
    .contact-box .box {
        padding: 2em 1em;
    }

    .contact-box dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .contact-box dt .tit {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .contact-box .form dt .label {
        margin-left: 1em;
    }

    .contact-box dt,
    .contact-box dd {
        width: 100%;
    }

    .contact-box dd {
        margin-top: 0.5em;
    }

    .contact-box .form dd.radiobtn {
        padding: 0.5em 0;
    }
}

.cate {
    flex-grow: 1;
}
.cate span {
    display: inline-block;
    margin: 0 0.5% 0.5% 0;
    padding: 0.5%;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #edae77;
}

/* calendar */
.cal-box {
    padding: 30px;
    border-radius: 30px;
    background: #fff;
}

.cal.fc .fc-view-harness {
    height: auto !important;
}

.cal.fc .fc-view-harness-active>.fc-view {
    position: static !important;
}

.cal.fc .fc-scroller-liquid-absolute {
    overflow: auto !important;
    position: static !important;
}

.cal .fc-toolbar-title {
    font-size: 1.8vw;
}

.cal.fc .fc-button {
    color: var(--c-01);
    border: none;
    background: none;
}
.cal.fc .fc-button:hover {
    color: #fff;
    background: var(--c-01);
}

.cal.fc .fc-col-header-cell-cushion {
    font-weight: 600;
    font-size: 24px;
}

.cal.fc .fc-daygrid-day-number {
    font-size: 20px;
}

.fc-daygrid-day-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fc-daygrid-day-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    display: none;
}

.tuesday-style {
    position: relative;
}
.tuesday-style::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--c-01);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
@media (max-width: 1024px) {
    .cal .fc-toolbar-title {
        font-size: 28px;
    }
    .tuesday-style::before {
        width: 35px;
        height: 35px;
    }
    .fc .fc-daygrid-day-top {
        margin: 0;
    }
}

@media (max-width: 599px) {
    .cal .fc-toolbar-title {
        font-size: 5.5vw;
    }
}

.privacy-poricy {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
    border: 1px solid #ddd;
    background: #fff;
}

.privacy-poricy .num-list li{
      padding-left: 1em;
    position: relative;
}
.privacy-poricy .num-list li span{
      position: absolute;
    top: 0;
    left: 0;
}
.privacy-poricy .lintext {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 2px var(--c-01);
}

#img-confirm img {
  display: none;
}
.h1-box{
  display: none;
}

.bgc-img-01{
  overflow: hidden;
  position: relative;
}

.bgc-img-01 > div{
  position: relative;
  z-index: 1;
}
.bgc-img-01 .img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.access-map .map{
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  .access-map .map{
    padding-top: 300px;
  }
}

.tuesday-style::before{
content:none;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
}

.fc-daygrid-event-harness-abs{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fffa0e;
    border: solid 2px #ccc;
    color: #fff;
}

.fc .fc-day-other .fc-daygrid-day-top{
  z-index: 1;
}

.fc .fc-daygrid-day-frame {
    min-height: 100%;
    position: relative;
}

.fc-daygrid-event-harness{
      width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--c-01);
}

.fc-daygrid-event-harness a{
  display: none;
}


@media (max-width: 1024px) {
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    width: 35px;
    height: 35px;
}
}

#reservation .tuesday-style::before{
content:none;
}

#reservation .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
}

#reservation .fc-daygrid-event-harness-abs{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fffa0e;
    border: solid 1px #ccc;
    color: #fff;
}

#reservation .fc .fc-daygrid-day-frame {
    min-height: 100%;
    position: relative;
}

#reservation .fc-daygrid-event-harness{
      width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fffa0e;
    border: solid 2px #ccc;
    color: #fff;
}

#reservation .fc-daygrid-event-harness a{
  display: none;
}

#reservation .c-01{
      text-shadow: 0 0 2px black;
    color: #fffa0e;
    margin-right: 5px;
}


@media (max-width: 599px) {
#reservation  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    width: 35px;
    height: 35px;
}
}

[data-element-id] .privacy-poricy {
    height: auto;
    overflow: initial;
}


[data-element-id] .list-cmp09 .data{
  display: block;
}

[data-element-id] .attached-altlist{
      display: block;
    border: solid 4px #009fff;
    position: relative;
}

[data-element-id] .attached-altlist:after {
    content: "altlistとaltが付いています！";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #009fff;
    width: 100%;
}

[data-element-id] .not-altlist.not-alt{
      display: block;
    border: solid 4px #ff0000;
    position: relative;
}

[data-element-id] .not-altlist.not-alt:after {
    content: "altlistとaltありません！";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ff0000;
    width: 100%;
}

[data-element-id] .not-altlist{
      display: block;
    border: solid 4px #ffed00;
    position: relative;
}

[data-element-id] .not-altlist:after {
    content: "altlistがありません！";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    text-align: center;
    background: #ffed00;
    width: 100%;
}


[data-element-id] .not-alt{
      display: block;
    border: solid 4px #b600ff;
    position: relative;
}

[data-element-id] .not-alt:after {
    content: "altlistはありますが、altがありません！";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #b600ff;
    width: 100%;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
  display: none;
}

[data-element-id] .h1-box{
display: block;
  border: solid 4px #00ff50;
    position: relative;
    margin-bottom: 50px;
}
[data-element-id] .h1-box:after{
   content: "h1の変更はこちらでお願いいたします。";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #00ff50;
}

[data-element-id] .gnav .list02{
    visibility: visible;
    opacity: 1;
    border: solid 2px #f48100;
    padding: 0;
    top: 0;
    position: relative;
}
[data-element-id] .gnav .list02:after{
  display: block;
  content: "診療について";
  color: #fff;
  font-weight: 700;
  background: #f48100;
  text-align: center;
  font-size: 12px;
  text-shadow: 0 0 black;
}

[data-element-id] .up-sp-text {
    width: 375px;
    margin: auto;
}
[data-element-id] .up-sp-text .m-ttl .en {
    font-size: 48px;
}
[data-element-id] .up-sp-text .m-ttl .ja {
    font-size: 18px;
}
[data-element-id] .topvisual .up-sp-text {
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 60%;
    left: 50%;
}
[data-element-id] .topvisual .up-sp-text .head {
    transform: none;
    position: relative!important;
    top: initial;
    left: initial;
    font-size: 32px;
}
[data-element-id] .cmn-flow-02 .up-sp-text {
    position: absolute;
    right: 0;
    top: -10%;
}
[data-element-id] .homevisual .img03.up-sp-text{
       max-width: 285px;
    position: absolute;
    bottom: -10%;
    left: 30%;
}
[data-element-id] .homevisual .img03.up-sp-text .text {
    font-size: 20px;
}
[data-element-id] .homevisual .img03.up-sp-text .text span {
    font-size: 16px;
}

[data-element-id] .up-sp-text .ss-ttl {
    font-size: 20px;
}

[data-element-id] .a-03 .up-sp-text .m-ttl{
  margin-top: 0;
}
[data-element-id] .a-06 .up-sp-text .m-ttl{
  margin-top: 0;
}
[data-element-id] .a-08 .up-sp-text .m-ttl{
  margin-top: 0;
}
[data-element-id] .up-sp-text .m-ttl .ja01 {
    font-size: 18px;
}
[data-element-id] .up-sp-text .m-ttl .ja02 {
    font-size: 20px;
    width: 65%;
}

[data-element-id] .up-sp-text .m-ttl .ja03 {
    font-size: 28px;
}
[data-element-id] .a-07 .up-sp-text .ja02::before,
[data-element-id] .a-07 .up-sp-text .ja02::after{
  content: none;
}


[data-element-id] [data-ab-test-contents] {
    width: 100%;
    border: 3px solid #2ca09a;
    position: relative;
}

[data-element-id] [data-ab-test-contents] a {
    margin-top: 20px;
    right: 0;
}

[data-element-id] [data-ab-test-contents] li {
    padding-top: 20px;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #2ca09a;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 3px solid #24ac50;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #24ac50;
    z-index: 1;
}

[data-element-id] .header .text-area .btn.tel.mb a{
  padding: 15px 5px;
    font-size: 14px;
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    font-size: 20px;
    color: #fff;
    background: var(--c-01);
}
[data-element-id] .header .text-area .btn.tel.mb .img {
    filter: brightness(0) invert(1);
}
[data-element-id] .a-10 .box .up-sp-text .text{
  font-size: 20px;
}

[data-element-id] .check-area .ttl{
  pointer-events: none;
}

.fos22 {
  font-size: 22px;
}
.c-red {
  color: red;
}
  
@media (max-width: 599px){
  .fos22 {
    font-size: 16px;
  }
}
