@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* CSS Document */

/* # root3 START # */
/* :root {
    --color01: #a38a04;
    --color02: #cacaca;
    --color03: #c4bf82;
    --color04: #f2f0e3;
    --color05: #5f563b;
    --image-url01: url('/import/tenant_1/162.43.31.86/C01/images/common/huki_ocher.webp');
    --image-url02: url('/import/tenant_1/162.43.31.86/C01/images/common/check_ocher.webp');
    --image-url03: url('/import/tenant_1/162.43.31.86/C01/images/common/point_ocher.webp');
} */
/* # root3 END # */

/* # root2 START # */
:root {
    --color01: #41026a;
    --color02: #fef4d1;
    --color03: #a882c4;
    --color04: #E3F2EA;
    --color05: #413b5f;
    --image-url01: url('/import/tenant_1/162.43.31.86/C01/images/common/huki_purple.webp');
    --image-url02: url('/import/tenant_1/162.43.31.86/C01/images/common/check_purple.webp');
    --image-url03: url('/import/tenant_1/162.43.31.86/C01/images/common/point_purple.webp');
}
/* # root2 END # */

/* # root1 START # */
/* :root {
    --color01: #058A45;
    --color02: #F7F2F1;
    --color03: #82C4A2;
    --color04: #E3F2EA;
    --color05: #3B5F4C;
    --image-url01: url('/import/tenant_1/162.43.31.86/C01/images/common/huki_green.webp');
    --image-url02: url('/import/tenant_1/162.43.31.86/C01/images/common/check_green.webp');
    --image-url03: url('/import/tenant_1/162.43.31.86/C01/images/common/point_green.webp');
} */
/* # root1 END # */

/*===================================
基本設定
===================================*/

/* html */

html {
    color: #333;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif,YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.drawer-active {
    overflow-y: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

#wrapper {
    overflow: hidden;
}

dt,
dd {
    font-weight: normal;
}



/* inner */

@media (max-width: 1024px) {

    .inner500,
    .inner600,
    .inner700,
    .inner800,
    .inner900,
    .inner,
    .inner1100,
    .inner1200,
    .inner1300,
    .inner1400,
    .inner1500 {
        width: 94%;
    }
}



/* font */

.font-ns-400 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.font-ns-500 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.font-ns-700 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}



/*********************************************
    show hide
*********************************************/
.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

[data-element-id] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .show\@tb:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
}

[data-element-id] .show\@tb.indention {
    width: 30px;
    display: inline-block;
}

[data-element-id] .show\@tb.indention:after {
    content: "SP時改行";
    padding: 0;
    letter-spacing: -1px;
    font-size: 10px;
}

[data-element-id] .show\@pc.indention {
    width: 30px;
    display: inline-block;
}

[data-element-id] .show\@pc.indention:after {
    content: "PC時改行";
    display: block;
    color: #fff;
    font-weight: 700;
    background: blue;
    text-align: center;
    text-shadow: none;
    padding: 0;
    letter-spacing: -1px;
    font-size: 10px;
    border: 2px solid blue;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .show\@sp:after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
}

[data-element-id] .show\@sp.indention {
    width: 30px;
    display: inline-block;
}

[data-element-id] .show\@sp.indention:after {
    content: "SP時改行";
    padding: 0;
    letter-spacing: -1px;
    font-size: 10px;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}


/* bread-box */
.bread-box li+li {
    margin-left: 40px;
    position: relative;
}

.bread-box li+li:before {
    content: "−";
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: -19px;
}

.bread-box li {
    display: inline;
    line-height: 1.2;
}

.bread-box li:nth-of-type(1),.bread-box li:nth-last-child(2) a {
    position: relative;
    font-weight: 600;
    color: var(--color01)
}

.bread-box li:nth-last-child(3) {
    white-space: nowrap;
}

.bread-box li:nth-last-child(2) {
    white-space: nowrap;
}

@media (max-width: 599px) {
    .bread-box li+li {
        margin-left: 24px;
    }

    .bread-box li+li:before {
        top: 0px;
        left: -12px;
    }
}


/* fead */

.fead-mv.mv {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-up.mv {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.fead-order>* {
    opacity: 0;
}

.fead-order>.mv {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fead-text>* {
    opacity: 0;
}

.fead-text .mv {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}



/* js-toggle */

[data-element-id] .js-toggle+* {
    display: block;
}

.js-toggle {
    cursor: pointer;
}

.js-toggle+* {
    display: none;
}



/* 画像 */

.img {
    text-align: center;
}

.pic img {
    width: 100%;
}

[class*="up-ofi"] {
    height: 100%;
}

.youtube {
    position: relative;
}

.youtube:after {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/* 縦書き */

[data-element-id] .t-vertical {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

.t-vertical {
    word-break: keep-all;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.label-vertical {
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 5px;
    max-width: calc(100% - 10px);
    z-index: 5;
    max-height: 100%;
}

.label-vertical.-type2{
        color: #fff;
    background: var(--color01);
    padding: 10px 3px 12px;
    top: 0;
    left: auto;
    right: 10px;
}

.label-vertical:not(.-type2)>* {
    display: block;
    padding: 3px 12px 3px;
    font-size: 13px;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    background: var(--color01);
    margin-right: 3px;
    display: inline-block;
    max-height: 98%;
}



.num-vertical {
    height: 100%;
    color: var(--color01);
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    text-align: center;
    position: relative;
}

.num-vertical:before {
    display: block;
    content: "";
    width: 2px;
    height: calc(100% - 200px);
    background: #D6D6D6;
    margin-left: -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.num-vertical .num {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 10px;
}

.num-vertical .label {
    font-size: 18px;
    letter-spacing: 2px;
    margin: auto;
}

@media (max-width: 1024px) {
    .num-vertical .num {
        font-size: 50px;
    }
}

@media (max-width: 599px) {
    .num-vertical .num {
        font-size: 40px;
    }
    
    .label-vertical:not(.-type2)>*{
      padding: 1px 5px 2px;
    font-size: 10px;
    margin-right: 2px;
    }
}



/* color */

.color-black {
    color: #333;
}

.color-green {
    color: var(--color01);
}



/*背景*/

.bg-type-black {
    background-color: #333;
}

.bg-type-white {
    background-color: #fff;
}

.bg-type-gray {
    background-color: var(--color02);
}

.bg-type-img {
    position: relative;
}

.bg-type-img>* {
    position: relative;
    z-index: 5;
}

.bg-type-img .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-type-img .bg:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    /* background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(30%, rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); */
    background: rgb(255 255 255 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

@media (max-width: 1024px) {
    .bg-type-img .bg:before {
        background: rgba(255, 255, 255, 0.7);
    }
}



/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
    --section-xlarge: 150px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.85);
        margin-bottom: calc(var(--section-xlarge) * 0.85);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.85);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.85);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.85);
        margin-bottom: calc(var(--section-large) * 0.85);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.85);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.85);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.85);
        margin-bottom: calc(var(--section-medium) * 0.85);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.85);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.85);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.85);
        margin-bottom: calc(var(--section-small) * 0.85);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.85);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.85);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.85);
        margin-bottom: calc(var(--section-xsmall) * 0.85);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.85);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.85);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.7);
        margin-bottom: calc(var(--section-xlarge) * 0.7);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.7);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.7);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.7);
        margin-bottom: calc(var(--section-large) * 0.7);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.7);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.7);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.7);
        margin-bottom: calc(var(--section-medium) * 0.7);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.7);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.7);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.7);
        margin-bottom: calc(var(--section-small) * 0.7);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.7);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.7);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.7);
        margin-bottom: calc(var(--section-xsmall) * 0.7);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.7);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.7);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.85);
        padding-bottom: calc(var(--section-xlarge) * 0.85);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.85);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.85);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.85);
        padding-bottom: calc(var(--section-large) * 0.85);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.85);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.85);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.85);
        padding-bottom: calc(var(--section-medium) * 0.85);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.85);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.85);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.85);
        padding-bottom: calc(var(--section-small) * 0.85);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.85);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.85);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.85);
        padding-bottom: calc(var(--section-xsmall) * 0.85);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.85);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.85);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.7);
        padding-bottom: calc(var(--section-xlarge) * 0.7);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.7);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.7);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.7);
        padding-bottom: calc(var(--section-large) * 0.7);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.7);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.7);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.7);
        padding-bottom: calc(var(--section-medium) * 0.7);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.7);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.7);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.7);
        padding-bottom: calc(var(--section-small) * 0.7);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.7);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.7);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.7);
        padding-bottom: calc(var(--section-xsmall) * 0.7);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.7);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.7);
    }
}



/*===================================
共通タイトル
===================================*/

[class*="ttl-type-"] {
    --ttl-size-xlarge: 48px;
    --ttl-size-large: 42px;
    --ttl-size-medium: 36px;
    --ttl-size-small: 30px;
    --ttl-size-xsmall: 24px;

    --ttl-mb-xlarge: 70px;
    --ttl-mb-large: 60px;
    --ttl-mb-medium: 50px;
    --ttl-mb-small: 40px;
    --ttl-mb-xsmall: 30px;
}

[data-element-id] .show\@sp [class*="ttl-type-"],
[data-element-id] .show\@sp[class*="ttl-type-"] {
    --ttl-size-xlarge: 48px;
    --ttl-size-large: 30px;
    --ttl-size-medium: 25px;
    --ttl-size-small: 21px;
    --ttl-size-xsmall: 24px;
    --ttl-mb-xlarge: 70px;
    --ttl-mb-large: 60px;
    --ttl-mb-medium: 50px;
    --ttl-mb-small: 40px;
    --ttl-mb-xsmall: 30px;
}

/* ttl-type-cmn */

.ttl-type-cmn {
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    letter-spacing: 3px;
    margin-bottom: var(--ttl-mb-medium);
    text-align: center;
}

[data-element-id] .show\@sp .ttl-type-cmn,[data-element-id] .show\@sp.ttl-type-cmn {
    letter-spacing: 0px;
}

.ttl-type-cmn>* {
    display: block;
}

.ttl-type-cmn .lead {
    font-size: var(--ttl-size-medium);
}

@media (max-width: 1024px) {
    .ttl-type-cmn {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.85);
    }

    .ttl-type-cmn .lead {
        font-size: calc(var(--ttl-size-medium) * 0.85);
    }
}

@media (max-width: 599px) {
    .ttl-type-cmn {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.7);
        letter-spacing: 0px;
    }

    .ttl-type-cmn .lead {
        font-size: calc(var(--ttl-size-medium) * 0.7);
    }
}

.ttl-type-cmn2 {
    font-size: 24px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 10px;
}

.ttl-type-cmn2::before{
  content: "■";
  color: var(--color01);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 80%;
}

/* .-other .ttl-type-cmn2::before{
  color: #575757
} */

/* ttl-type-huki */

.ttl-type-huki {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    letter-spacing: 3px;
    padding: 40px 40px 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--ttl-mb-xsmall);
    text-align: center;
    position: relative;
}

/* [data-element-id] .ttl-type-huki{
  padding: 0;
} */

.ttl-type-huki:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--image-url01) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .ttl-type-huki:before {
    z-index: -1 !important;
    pointer-events: none;
}

.ttl-type-huki>* {
    position: relative;
    z-index: 5;
}

.ttl-type-huki .lead {
    font-size: var(--ttl-size-small);
    font-weight: 600;
}

@media (max-width: 1024px) {
    .ttl-type-huki {
        padding: 30px 30px 50px;
        margin-bottom: calc(var(--ttl-mb-small) * 0.85);
    }

    .ttl-type-huki .lead {
        font-size: calc(var(--ttl-size-small) * 0.85);
    }
}

@media (max-width: 599px) {
    .ttl-type-huki {
        padding: 30px 25px 40px;
        margin-bottom: calc(var(--ttl-mb-small) * 0.7);
        letter-spacing: 0;
    }

    .ttl-type-huki .lead {
        font-size: calc(var(--ttl-size-small) * 0.7);
    }
}



.ttl-size-xlarge .lead {
    font-size: var(--ttl-size-xlarge);
}

.ttl-size-large .lead {
    font-size: var(--ttl-size-large);
}

.ttl-size-medium .lead {
    font-size: var(--ttl-size-medium);
}

.ttl-size-small .lead {
    font-size: var(--ttl-size-small);
}

.ttl-size-xsmall .lead {
    font-size: var(--ttl-size-xsmall);
}

@media (max-width: 1024px) {
    .ttl-size-xlarge .lead {
        font-size: calc(var(--ttl-size-xlarge) * 0.85);
    }

    .ttl-size-large .lead {
        font-size: calc(var(--ttl-size-large) * 0.85);
    }

    .ttl-size-medium .lead {
        font-size: calc(var(--ttl-size-medium) * 0.85);
    }

    .ttl-size-small .lead {
        font-size: calc(var(--ttl-size-small) * 0.85);
    }

    .ttl-size-xsmall .lead {
        font-size: calc(var(--ttl-size-xsmall) * 0.95);
    }
}

@media (max-width: 599px) {
    .ttl-size-xlarge .lead {
        font-size: calc(var(--ttl-size-xlarge) * 0.7);
    }

    .ttl-size-large .lead {
        font-size: calc(var(--ttl-size-large) * 0.7);
    }

    .ttl-size-medium .lead {
        font-size: calc(var(--ttl-size-medium) * 0.7);
    }

    .ttl-size-small .lead {
        font-size: calc(var(--ttl-size-small) * 0.7);
    }

    .ttl-size-xsmall .lead {
        font-size: calc(var(--ttl-size-xsmall) * 0.9);
    }
}

.ttl-mb-xlarge {
    margin-bottom: var(--ttl-mb-xlarge);
}

.ttl-mb-large {
    margin-bottom: var(--ttl-mb-large);
}

.ttl-mb-medium {
    margin-bottom: var(--ttl-mb-medium);
}

.ttl-mb-small {
    margin-bottom: var(--ttl-mb-small);
}

.ttl-mb-xsmall {
    margin-bottom: var(--ttl-mb-xsmall);
}

.ttl-mb-none {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .ttl-mb-xlarge {
        margin-bottom: calc(var(--ttl-mb-xlarge) * 0.85);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.85);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.85);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.85);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.85);
    }

    .ttl-mb-none {
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {
    .ttl-mb-xlarge {
        margin-bottom: calc(var(--ttl-mb-xlarge) * 0.7);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.7);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.7);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.7);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.7);
    }

    .ttl-mb-none {
        margin-bottom: 0;
    }
}

.ttl-black {
    color: #333;
}

.ttl-green {
    color: var(--color01);
}

.ttl-left {
    text-align: left;
}

.ttl-center {
    text-align: center;
}

.ttl-right {
    text-align: right;
}



/*===================================
共通ボタン
===================================*/

[class*="btn-type-"] {
    --btn-mt-xlarge: 70px;
    --btn-mt-large: 60px;
    --btn-mt-medium: 50px;
    --btn-mt-small: 40px;
    --btn-mt-xsmall: 30px;
}

/* btn-type-01 */

.btn-type-01 {
    margin-top: var(--btn-mt-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-type-01>* {
    width: 180px;
    max-width: 100%;
    color: #fff;
    background: var(--color01);
    border: solid 2px var(--color01);
    border-radius: 100px;
    line-height: inherit;
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-type-01>*:hover {
    opacity: 1;
}

.btn-type-01>*:before {
    display: block;
    content: '';
    width: 120%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -130%;
    z-index: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.btn-type-01>*:hover:before {
    left: -10%;
}

.btn-type-01>*:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    margin-top: -1px;
    position: absolute;
    top: 23px;
    right: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-type-01>*:hover:after {
    background: var(--color01);
}

.btn-type-01>*>* {
    color: #fff;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn-type-01>*:hover>* {
    color: var(--color01);
}

.btn-type-01>[type="button"]:hover {
    color: #fff;
}

.btn-type-01>[type="button"]:before {
    z-index: -1;
}

.btn-type-01>[type="button"]:after {
    background: #fff;
}

@media (max-width: 1024px) {
    .btn-type-01 {
        margin-top: calc(var(--btn-mt-medium) * 0.85);
    }
}

@media (max-width: 599px) {
    .btn-type-01 {
        margin-top: calc(var(--btn-mt-medium) * 0.7);
    }

    .btn-type-01>*:after {
        width: 20px;
    }
    
    .btn-type-01.min>*{
          width: 160px;
    }
}



/* btn-type-02 */

.btn-type-02 {
    margin-top: var(--btn-mt-medium);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-type-02>* {
    width: 250px;
    max-width: 100%;
    color: var(--color01) !important;
    background: #fad221;
    border-radius: 100px;
    line-height: inherit;
    padding: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .btn-type-02 {
        margin-top: calc(var(--btn-mt-medium) * 0.85);
    }
}

@media (max-width: 599px) {
    .btn-type-02 {
        margin-top: calc(var(--btn-mt-medium) * 0.7);
    }
}



/* 共通ボタン上書き */

.btn-mt-xlarge {
    margin-top: var(--btn-mt-xlarge);
}

.btn-mt-large {
    margin-top: var(--btn-mt-large);
}

.btn-mt-medium {
    margin-top: var(--btn-mt-medium);
}

.btn-mt-small {
    margin-top: var(--btn-mt-small);
}

.btn-mt-xsmall {
    margin-top: var(--btn-mt-xsmall);
}

.btn-mt-none {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.85);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.85);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.85);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.85);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.85);
    }

    .btn-mt-none {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.7);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.7);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.7);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.7);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.7);
    }

    .btn-mt-none {
        margin-top: 0;
    }
}

.btn-w-full>* {
    width: 100%;
}

.btn-w-xlarge>* {
    width: 350px;
}

.btn-w-xlarge>* {
    width: 300px;
}

.btn-w-medium>* {
    width: 250px;
}

.btn-w-small>* {
    width: 200px;
}

.btn-w-xsmall>* {
    width: 150px;
}

.btn-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



/*===================================
共通リスト
==================================*/

/* list-type-dl */

.list-type-dl dl+* {
    margin-top: 30px;
}

.list-type-dl dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    border-bottom: solid 1px var(--color01);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.list-type-dl dt:before {
    display: block;
    content: "";
    width: 100vw;
    height: 1px;
    background: var(--color01);
    position: absolute;
    bottom: -1px;
    right: 100%;
}



/* list-type-check */

.list-type-check ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.list-type-check li {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.list-type-check li:before {
    display: block;
    content: "";
    width: 19px;
    height: 27px;
    background: var(--image-url02) no-repeat;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transform: translateY(5px);
}

.list-type-check li+* {
    margin-top: 15px;
}



/* list-type-point */

.list-type-point ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.list-type-point li {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.list-type-point li:before {
    display: block;
    content: "";
    width: 27px;
    height: 27px;
    background: var(--image-url03) no-repeat;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: contain;
}

.list-type-point li .text {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.list-type-point li+* {
    margin-top: 15px;
}

/* list-type-01 */

.list-type-01 .item .left {
    width: 80px;
    margin-right: 5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-type-01 .item .right {
    width: 100%;
}

.list-type-01 .item .pic {
    border-radius: 15px;
    overflow: hidden;
}

.list-type-01 .item .tit {
    color: var(--color01);
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
}

[data-element-id] .list-type-01 .item .show\@sp .tit {
    font-size: 20px;
}

.list-type-01 .item .txt {
    line-height: 2;
}

.list-type-01 .item .btn {
    margin-top: 25px;
}

/* list-type-01-sec */

.list-type-01-sec .item+* {
    margin-top: 80px;
}

.list-type-01-sec .item .right {
    padding-top: 2%;
}

.list-type-01-sec .item .pic {
    width: 45%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.list-type-01-sec .item .tbox {
    width: 50%;
}

.list-type-01-sec .item .tit {
    margin: 0;
    margin-bottom: 20px;
}

/* list-type-01-thi */

.list-type-01-thi .item+* {
    margin-top: 40px;
}

.list-type-01-thi .item .tbox {
    width: 65%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-type-01-thi .item .pic {
    width: 30%;
    margin-left: 5%;
}

.list-type-01-thi .item .tit {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
}

[data-element-id] .list-type-01-thi .item .show\@sp .tit {
    font-size: 18px;
}

.list-type-01-thi .item .num-vertical {
    padding-bottom: 100px;
}

@media (max-width: 1024px) {
    .list-type-01 .item .left {
        width: 70px;
    }

    .list-type-01 .item .tit {
        font-size: 24px;
    }

    .list-type-01-sec .item+* {
        margin-top: 60px;
    }

    .list-type-01-thi .item .tit {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .list-type-01 .item .left {
        width: 60px;
    }

    .list-type-01 .item .tit {
        font-size: 20px;
    }

    .list-type-01-sec .item+* {
        margin-top: 40px;
    }

    .list-type-01-sec .item .pic {
        width: 100%;
        margin-top: 20px;
    }

    .list-type-01-sec .item .tbox {
        width: 100%;
    }

    .list-type-01-thi .item .pic {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .list-type-01-thi .item .tbox {
        width: 100%;
    }

    .list-type-01-thi .item .tit {
        font-size: 18px;
    }
}



/* list-type-02 */

.list-type-02 .item>* {
    display: block;
    padding-top: 20px;
    position: relative;
}

.list-type-02 .item .pic {
    border-radius: 20px;
    overflow: hidden;
}

.list-type-02 .item .pic~* {
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .list-type-02 .item .tit {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .list-type-02 .item .tit {
        font-size: 16px;
    }
}



/* list-type-03 */

.list-type-03 .item>* {
    display: block;
}

.list-type-03 .item .pic {
    border-radius: 15px;
    overflow: hidden;
}

.list-type-03 .item .catlist {
    margin-top: 10px;
}

.list-type-03 .item .catlist>* {
    display: inline-block;
    border: solid 2px var(--color01);
    border-radius: 30px;
    padding: 2px 10px;
}

.list-type-03 .item .fig {
    margin-top: 10px;
}

.list-type-03 .item .tit {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}



/* list-type-04 */

.list-type-04 .item {
    width: 80%;
    position: relative;
}

.list-type-04 .item+* {
    margin-top: 60px;
}

.list-type-04 .item>* {
    position: relative;
    z-index: 5;
}

.list-type-04 .item .left {
    width: 35%;
}

.list-type-04 .item .right {
    width: 60%;
    padding-top: 60px;
}

.list-type-04 .item .picbox {
    padding-top: 30px;
    position: relative;
}

.list-type-04 .item .pic {
    border-radius: 20px;
    overflow: hidden;
}

.list-type-04 .item .label {
    min-height: 120px;
}

.list-type-04 .item .tit {
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.list-type-04 .item:nth-of-type(2n+2) {
    margin-left: auto;
    margin-right: auto;
}

.list-type-04 .item:nth-of-type(3n+2):before {
    display: block;
    content: "";
    width: 100vw;
    height: 40vh;
    background: var(--color02);
    position: absolute;
    left: 15%;
    bottom: 55%;
    z-index: 0;
}

.list-type-04 .item:nth-of-type(3n+3):before {
    display: block;
    content: "";
    width: 100vw;
    height: 40vh;
    background: var(--color02);
    position: absolute;
    right: 80%;
    bottom: 50%;
    z-index: 0;
}

@media (max-width: 1024px) {
    .list-type-04 .item {
        width: 90%;
    }

    .list-type-04 .item+* {
        margin-top: 50px;
    }
}

@media (max-width: 599px) {
    .list-type-04 .item {
        margin-left: auto;
        margin-right: auto;
    }

    .list-type-04 .item+* {
        margin-top: 40px;
    }

    .list-type-04 .item .left {
        width: 100%;
    }

    .list-type-04 .item .right {
        width: 100%;
        padding-top: 20px;
    }

    .list-type-04 .item:nth-of-type(3n+2):before {
        top: 25%;
        bottom: auto;
    }

    .list-type-04 .item:nth-of-type(3n+3):before {
        top: 0;
        right: 60%;
        bottom: auto;
    }
}



/* list-type-05 */

.list-type-05 .item>* {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
}

.list-type-05 .item>*>*:not(:first-of-type) {
    margin-top: 20px;
}

.list-type-05 .item .pic {
    border-radius: 20px;
    overflow: hidden;
}

.list-type-05 .item .tit {
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    text-align: center;
}

.list-type-05 .item .pri {
    text-align: right;
}

.list-type-05 .item .txt {
    line-height: 2;
}

@media (max-width: 599px) {
    .list-type-05 .item>* {
        border-radius: 15px;
        padding: 15px;
    }

    .list-type-05 .item .pic {
        border-radius: 15px;
    }

    .list-type-05 .item .tit {
        font-size: 18px;
    }
}



/* list-type-06 */

.list-type-06 .item+* {
    padding-top: 80px;
    margin-top: 80px;
    position: relative;
}

.list-type-06 .item+*:before,
.list-type-06 .item+*:after {
    display: block;
    content: "";
    background: var(--color04);
    width: 40%;
    height: 2px;
    position: absolute;
    bottom: 100%;
    -webkit-box-shadow: 0 10px 10px var(--color04), 0 10px 10px var(--color04), 0 10px 10px var(--color04);
    box-shadow: 0 10px 10px var(--color04), 0 10px 10px var(--color04), 0 10px 10px var(--color04);
}

.list-type-06 .item+*:before {
    left: calc(10% + 3px);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.list-type-06 .item+*:after {
    right: calc(10% + 3px);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.list-type-06 .item .left {
    width: 65%;
}

.list-type-06 .item .right {
    width: 30%;
}

.list-type-06 .item .tit {
    color: var(--color01);
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    margin-bottom: 15px;
}

[data-element-id] .list-type-06 .item .show\@sp .tit {
    font-size: 18px;
}

.list-type-06 .item .txt {
    line-height: 2;
}

.list-type-06 .item .pic {
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 599px) {
    .list-type-06 .item+* {
        padding-top: 60px;
        margin-top: 60px;
    }

    .list-type-06 .item .left {
        width: 100%;
    }

    .list-type-06 .item .right {
        width: 100%;
        margin-top: 20px;
    }

    .list-type-06 .item .tit {
        font-size: 18px;
    }
}



/* list-type-07 */

.list-type-07 .item>* {
    height: 100%;
    background: #fff;
    margin-left: 10px;
    position: relative;
}

.list-type-07 .item .left {
    width: 48%;
}

.list-type-07 .item .right {
    width: 48%;
    position: relative;
}

.list-type-07 .item .tit {
    color: #fff;
    font-size: 20px;
    background: var(--color01);
    padding: 10px 20px;
    margin-top: 40px;
    margin-left: -10px;
    position: relative;
}

.list-type-07 .item .tit:before {
    display: block;
    content: "";
    border-bottom: solid 10px var(--color05);
    border-left: solid 10px transparent;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.list-type-07 .item .tit~* {
    margin-top: 20px;
}

.list-type-07 .item .txt {
    padding-left: 20px;
}

.list-type-07 .item .pri {
    font-size: 30px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    border-bottom: solid 2px;
    margin-bottom: 40px;
    text-align: right;
}

.list-type-07 .item .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    right: 0;
}

/* .list-type-07 .item:nth-of-type(2n+2) > * {
    margin-left: 0;
    margin-right: 10px;
}

.list-type-07 .item:nth-of-type(2n+2) .tit {
    margin-left: 0;
    margin-right: -10px;
}

.list-type-07 .item:nth-of-type(2n+2) .tit:before {
    border: none;
    border-bottom: solid 10px var(--color05);
    border-right: solid 10px transparent;
    left: auto;
    right: 0;
} */

@media (max-width: 1024px) {
    .list-type-07 .item .left {
        width: 100%;
    }

    .list-type-07 .item .right {
        width: 80%;
        margin: auto;
    }

    .list-type-07 .item .pic {
        position: static;
    }

    .list-type-07 .item .tit {
        padding: 15px 30px;
        margin-top: 30px;
    }

    .list-type-07 .item .pri {
        font-size: 28px;
        padding-right: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .list-type-07 .item .tit {
        font-size: 18px;
        padding: 10px 20px;
    }

    .list-type-07 .item .txt {
        padding-left: 10px;
    }

    .list-type-07 .item .pri {
        font-size: 26px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}



/* list-type-08 */

.list-type-08 .item {
    width: calc(100% - 40px);
    background: var(--color02);
    padding-bottom: 40px;
    margin-top: 100px;
    margin-left: auto;
    position: relative;
}

.list-type-08 .item:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color02);
    position: absolute;
    top: 0;
    left: 100%;
}

.list-type-08 .item .left {
    width: 30%;
    margin-top: -40px;
    margin-left: -40px;
}

.list-type-08 .item .right {
    width: 70%;
    padding-top: 40px;
}

.list-type-08 .item .tit {
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    margin-bottom: 15px;
}

[data-element-id] .list-type-08 .item .show\@sp .tit {
    font-size: 18px;
}

.list-type-08 .item .txt {
    line-height: 2;
}

.list-type-08 .item .pic {
    border-radius: 15px;
    overflow: hidden;
}

.list-type-08 .item:nth-of-type(2n+2) {
    margin-left: 0;
    margin-right: auto;
}

.list-type-08 .item:nth-of-type(2n+2):before {
    left: auto;
    right: 100%;
}

.list-type-08 .item:nth-of-type(2n+2)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.list-type-08 .item:nth-of-type(2n+2) .left {
    margin-left: 0;
    margin-right: -40px;
}

@media (max-width: 1024px) {
    .list-type-08 .item {
        margin-top: 80px;
    }
}

@media (max-width: 599px) {
    .list-type-08 .item {
        padding-bottom: 10px;
    }

    .list-type-08 .item .left {
        width: 100%;
    }

    .list-type-08 .item .right {
        width: 100%;
        padding-top: 20px;
        padding-left: 10px;
    }

    .list-type-08 .item .tit {
        font-size: 18px;
    }

    .list-type-08 .item:nth-of-type(2n+2) .right {
        padding-left: 0;
        padding-right: 10px;
    }
}



/* list-type-09 */

.list-type-09 .item>* {
    display: block;
}

.list-type-09 .item .pic {
    border-radius: 15px;
    overflow: hidden;
}

.list-type-09 .item .pic~* {
    margin-top: 15px;
}

.list-type-09 .item .tit {
    color: var(--color01);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}



/* list-type-10 */

.list-type-10 .item {
    padding: 20px 15px 40px;
}

.list-type-10 .item>* {
    display: block;
    height: 100%;
    background: #FBF8F8;
    padding: 30px 10px 10px;
    position: relative;
}

.list-type-10 .item:not(:last-of-type)>*:after {
    display: block;
    content: "";
    border-top: solid 10px transparent;
    border-left: solid 10px var(--color01);
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-type-10 .item .num {
    color: var(--color01);
    font-size: 40px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-type-10 .item .tit {
    color: var(--color01);
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    text-align: center;
}

.list-type-10 .item .tit~* {
    margin-top: 10px;
}

.list-type-10 .item .txt {
    line-height: 2;
}

@media (max-width: 599px) {
    .list-type-10 .item {
        padding: 20px 0 60px;
    }

    .list-type-10 .item:last-of-type {
        padding-bottom: 0;
    }

    .list-type-10 .item:not(:last-of-type)>*:after {
        border-left: solid 10px transparent;
        border-top: solid 10px var(--color01);
        border-right: solid 10px transparent;
        top: calc(100% + 25px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}



/* list-type-11 */

.list-type-11 {
    position: relative;
}

.list-type-11:before {
    display: block;
    content: "";
    width: 100vw;
    height: 80%;
    background: var(--color02);
    position: absolute;
    right: 25%;
    bottom: 0;
}

.list-type-11 .item {
    width: 85%;
    padding-bottom: 60px;
    position: relative;
    z-index: 5;
}

.list-type-11 .item:nth-of-type(2n+2) {
    margin-left: auto;
}

.list-type-11 .item .left {
    width: 30%;
    float: left;
}

.list-type-11 .item .left:nth-child(1) {
    padding-top: 7%;
    padding-bottom: 5%;
}

.list-type-11 .item .right {
    width: 65%;
    float: right;
}

.list-type-11 .item .tit {
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
}

.list-type-11 .item .pic {
    border-radius: 15px;
    overflow: hidden;
    min-height: 200px;
}

@media (max-width: 599px) {
    .list-type-11 .item {
        width: 90%;
        padding-bottom: 40px;
    }

    .list-type-11 .item .left {
        width: 100%;
    }

    .list-type-11 .item .left:nth-child(1) {
        padding: 0;
    }

    .list-type-11 .item .right {
        width: 100%;
        margin: 15px 0;
    }

    .list-type-11 .item .pic {
        min-height: auto;
    }
}



/* list-type-12 */

.list-type-12 .item>* {
    display: block;
}

.list-type-12 .item .label {
    color: var(--color01);
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    text-align: left;
}

.list-type-12 .item .num {
    color: var(--color01);
    font-size: 60px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    line-height: 1;
    margin-bottom: 20px;
}

.list-type-12 .item .icon {
    max-width: 60px;
    margin-left: 40px;
    position: relative;
}

.list-type-12 .item .icon:before {
    display: block;
    content: "";
    width: 2px;
    height: 45px;
    background: var(--color01);
    position: absolute;
    top: 0;
    left: -20px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.list-type-12 .item .tit {
    font-size: 16px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    text-align: center;
}

.list-type-12 .item .img~* {
    margin-top: 15px;
}

.list-type-12 .item .txt {
    line-height: 2;
}



/*===================================
共通テーブル
==================================*/

/* table-type-01 */

.table-type-01 dl {
    border-bottom: solid 2px #C9C4C4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.table-type-01 dl:last-of-type {
    margin-bottom: 0;
}

.table-type-01 dt {
    width: 100px;
}

.table-type-01 dd {
    width: calc(100% - 100px);
}


/* table-type-02 */

.table-type-02 dt {
    width: 200px;
    color: #fff;
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    background: var(--color01);
    border-bottom: solid 2px #fff;
    padding: 15px 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-type-02 dd dt {
    width: 150px;
    color: var(--color01);
    font-size: 16px;
    background: none;
    border-bottom: solid 2px var(--color01);
}

.table-type-02.-other dt{
  width: 400px;
  background: #575757;
}

.table-type-02 dl:last-of-type dt {
    border-bottom: none;
}

.table-type-02 dd {
    width: calc(100% - 200px);
    background: #fff;
    border-bottom: solid 2px var(--color02);
    padding: 15px;
}

.table-type-02 dd dd {
    width: calc(100% - 150px);
}

.table-type-02.-other dd{
  width: calc(100% - 400px);
}

.table-type-02 dl:last-of-type dd {
    border-bottom: none;
}

.table-type-02 dd dl:last-of-type dt {
    border-bottom: solid 2px var(--color01);
}

.table-type-02 dd dl:last-of-type dd {
    border-bottom: solid 2px var(--color02);
}

.table-type-02.-other dd .price {
    width: 200px;
    text-align: right;
}

.table-type-02.-other dd .text {
    width: calc(100% - 200px);
}

.table-type-02-sec dt {
    width: 50%;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.table-type-02-sec dd {
    width: 50%;
    text-align: right;
}

@media (max-width: 599px) {
    .table-type-02.-other dl + dl{
      margin-top: 10px;
    }
    
    .table-type-02 dt {
        width: 100%;
        font-size: 16px;
        border-bottom: none;
        padding: 10px;
    }
    
    .table-type-02.-other dt{
      width: 100%;
    }

    .table-type-02 dd {
        width: 100%;
        border-bottom: none;
        padding: 10px;
    }
    
    .table-type-02.-other dd{
      width: 100%;
      flex-wrap: wrap;
    }
    
    .table-type-02.-other dd .text,.table-type-02.-other dd .price{
      width: 100%;
    }
}

.table-type-02 + .table-type-02{
  margin-top: 30px;
}

/*===================================
共通ブロック
==================================*/

/* block-type-01 */

.block-type-01 .item+* {
    margin-top: 80px;
}

.block-type-01 .item .left {
    width: 55%;
}

.block-type-01 .item .right {
    width: 35%;
    max-width: 360px;
    padding-top: 3%;
    margin-left: 5%;
    margin-right: auto;
}

.block-type-01 .item .ttl {
    margin-bottom: 30px;
}

.block-type-01 .item .txt {
    line-height: 2;
}

.block-type-01 .item .btn {
    margin-top: 25px;
}

.block-type-01 .item .pic {
    height: 550px;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}

.block-type-01 .item:nth-of-type(2n+1)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block-type-01 .item:nth-of-type(2n+1) .right {
    margin-left: auto;
    margin-right: 5%;
}

.block-type-01 .item:nth-of-type(2n+1) .pic {
    border-radius: 15px 0 0 15px;
}

/* block-type-01-rev */

.block-type-01-rev .item:nth-of-type(2n+1)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.block-type-01-rev .item:nth-of-type(2n+2)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block-type-01-rev .item .right {
    margin-left: auto;
    margin-right: 5%;
}

.block-type-01-rev .item .pic {
    border-radius: 15px 0 0 15px;
}

.block-type-01-rev .item:nth-of-type(2n+1) .right {
    margin-left: 5%;
    margin-right: auto;
}

.block-type-01-rev .item:nth-of-type(2n+1) .pic {
    border-radius: 0 15px 15px 0;
}

@media (max-width: 1024px) {
    .block-type-01 .item+* {
        margin-top: 60px;
    }

    .block-type-01 .item .pic {
        height: 400px;
    }
}

@media (max-width: 599px) {
    .block-type-01 .item+* {
        margin-top: 40px;
    }

    .block-type-01 .item .left {
        width: 100%;
        margin: 0 3%;
    }

    .block-type-01 .item .right {
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 20px 3% 0 !important;
    }

    .block-type-01 .item .pic {
        height: 250px;
        border-radius: 15px !important;
    }
}



/* block-type-02 */

.block-type-02 .item {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.block-type-02 .item:before {
    display: block;
    content: "";
    width: 85%;
    height: 100%;
    background: var(--color02);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.block-type-02 .item:nth-of-type(2n+2):before {
    left: auto;
    right: 0;
}

.block-type-02 .item+* {
    margin-top: 80px;
}

.block-type-02 .item>* {
    position: relative;
    z-index: 5;
}

.block-type-02 .item .left {
    width: 45%;
}

.block-type-02 .item .right {
    width: 45%;
    max-width: 500px;
    margin-left: 5%;
    margin-right: auto;
}

.block-type-02 .item .ttl {
    margin-bottom: 30px;
}

.block-type-02 .item .txt {
    line-height: 2;
}

.block-type-02 .item .btn {
    margin-top: 25px;
}

.block-type-02 .item .pic {
    height: 550px;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}

.block-type-02 .item:nth-of-type(2n+1)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block-type-02 .item:nth-of-type(2n+1) .right {
    margin-left: auto;
    margin-right: 5%;
}

.block-type-02 .item:nth-of-type(2n+1) .pic {
    border-radius: 15px 0 0 15px;
}

/* block-type-02-rev */

.block-type-02-rev .item:nth-of-type(2n+1):before {
    left: auto;
    right: 0;
}

.block-type-02-rev .item:nth-of-type(2n+1)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.block-type-02-rev .item:nth-of-type(2n+2):before {
    left: 0;
    right: auto;
}

.block-type-02-rev .item:nth-of-type(2n+2)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block-type-02-rev .item .right {
    margin-left: auto;
    margin-right: 5%;
}

.block-type-02-rev .item .pic {
    border-radius: 15px 0 0 15px;
}

.block-type-02-rev .item:nth-of-type(2n+1) .right {
    margin-left: 5%;
    margin-right: auto;
}

.block-type-02-rev .item:nth-of-type(2n+1) .pic {
    border-radius: 0 15px 15px 0;
}

@media (max-width: 1024px) {
    .block-type-02 .item {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .block-type-02 .item+* {
        margin-top: 60px;
    }

    .block-type-02 .item .pic {
        height: 400px;
    }
}

@media (max-width: 599px) {
    .block-type-02 .item {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-type-02 .item+* {
        margin-top: 40px;
    }

    .block-type-02 .item:before {
        width: 100%;
        height: 80%;
    }

    .block-type-02 .item .left {
        width: 100%;
        margin: 0 3%;
    }

    .block-type-02 .item .right {
        width: 100%;
        margin: 20px 3% 0 !important;
    }

    .block-type-02 .item .pic {
        height: 250px;
        border-radius: 15px !important;
    }
}



/* block-type-03 */

.block-type-03 .item:nth-of-type(2n+1)>* {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block-type-03 .item+* {
    margin-top: 80px;
}

.block-type-03 .item .left {
    width: 50%;
}

.block-type-03 .item .right {
    width: 45%;
}

.block-type-03 .item .ttl {
    margin-bottom: 30px;
}

.block-type-03 .item .btn {
    margin-top: 30px;
}

.block-type-03 .item .txt {
    font-size: 16px;
    line-height: 2;
}

.block-type-03 .item .pic {
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .block-type-03 .item+* {
        margin-top: 60px;
    }
}

@media (max-width: 599px) {
    .block-type-03 .item+* {
        margin-top: 40px;
    }

    .block-type-03 .item .left {
        width: 100%;
    }

    .block-type-03 .item .right {
        width: 100%;
        margin-top: 30px;
    }
}



/*===================================
共通要素
===================================*/

/* header */

[data-element-id] #header {
    position: static;
}

#header {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
}

#header .inner {
    max-width: 1300px;
}

#header h1 {
    font-size: 12px;
    margin-bottom: 5px;
}

#header .js-h1{
  margin-bottom: 10px;
  font-size: 12px;
}

#header .logo img {
    max-width: 200px;
}

#header .add {
    font-size: 12px;
    margin-top: 5px;
}

#header .info {
    margin-left: 20px;
}

#header .info dt {
    color: #fff;
    background: var(--color01);
    border-radius: 100px;
    padding: 5px 10px 4px;
    margin-bottom: 5px;
    text-align: center;
}

#header .info dd {
    font-size: 12px;
    text-align: center;
}

#header .tel {
    font-size: 26px;
    margin-left: 20px;
}

#header .btnbox {
    margin-left: 20px;
}

#header .btnbox .btn {
    margin-right: 10px;
}

#header .btnbox .btn a {
    display: block;
    width: 150px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: var(--color01);
    padding: 15px 10px;
    text-align: center;
}

#header .btnbox .btn a.type-b {
    background-color: #ff8c00;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    #header .info {
        margin-left: 0;
    }

    #header .info dt {
        font-size: 14px;
    }

    #header .tel {
        font-size: 22px;
        margin-left: 15px;
    }

    #header .btnbox {
        margin-left: 15px;
    }

    #header .btnbox .btn a {
        width: 110px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    #header {
        padding: 10px 0;
    }

    #header .add {
        display: none;
        font-size: 10px;
    }

    #header .info {
        display: none;
    }

    #header .tel {
        display: none;
    }
    
    #header h1 {
      display: none;
    }
}

@media (max-width: 599px) {
    #header h1 {
        font-size: 10px;
    }

    #header .logo img {
        max-width: 150px;
    }

    #header .btnbox .btn {
        display: none;
    }
}



/* gnav */

#gnav li {
    padding: 10px 0;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#gnav li+* a,
#gnav li+* .a {
    border-left: solid 2px #ccc;
}

#gnav li a {
    display: block;
}

@media (max-width: 1024px) {
    #gnav {
        display: none;
    }
}



/* dropdown */

#gnav .dropdown {
    position: relative;
}

#gnav .dropdown>a,
#gnav .dropdown>.a {
    position: relative;
    pointer-events: none;
    display: block;
}

#gnav .dropdown>a:after,
#gnav .dropdown>.a:after {
    display: block;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#gnav .dropdown:hover>a:after {
    content: "\f077";
}

[data-element-id] #gnav .dropdown>ul {
    width: 100%;
    opacity: 1;
    visibility: visible;
    position: static;
}

#gnav .dropdown>ul {
    width: 300px;
    background: var(--color01);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 5;
}

#gnav .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
}

#gnav .dropdown>ul li {
    padding: 0;
    margin: 0;
    text-align: left;
}

#gnav .dropdown>ul li+li {
    margin-top: 10px;
}

#gnav .dropdown>ul li a {
    color: #fff;
    border: none;
    padding: 0;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    #gnav li a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    #gnav .dropdown>ul {
        width: 100%;
        background: none;
        padding: 0;
        margin-top: 10px;
        position: static;
        opacity: 1;
        visibility: visible;
    }

    #gnav .dropdown>ul li a {
        color: #333;
        padding-left: 1.5em;
        position: relative;
    }

    #gnav .dropdown>ul li a:before {
        content: "∟";
        line-height: 1.5;
        position: absolute;
        top: 0;
        left: 0;
    }
}



/* barger */

.toggle {
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 250;
}

.toggle .bar {
    width: 28px;
    height: 3px;
    background: #333;
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    padding: 0;
    margin-top: -1px;
    text-indent: 9999px;
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
    display: block;
    content: '';
    width: 28px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 0;
}

.toggle .bar:before {
    top: -9px;
}

.toggle .bar:after {
    top: 10px;
}

.drawer-active .toggle .bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.drawer-active .toggle .bar:after,
.drawer-active .toggle .bar:before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.barger-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

[data-element-id] .barger-body {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin-left: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
}

.barger-body {
    width: 90%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 251;
}

.drawer-active .barger-body {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.barger-inner {
    padding: 60px 15px 100px;
}

.overlay {
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
}

.drawer-active .overlay {
    opacity: 0.3;
    visibility: visible;
}

.barger li {
    margin-bottom: 20px;
}

.barger li.logo {
    margin-bottom: 40px;
    text-align: center;
}

.barger li a {
    display: inline-block;
    font-size: 16px;
}

.barger li.nest>a {
    pointer-events: none;
}

.barger li.nest>ul {
    margin-top: 10px;
}

.barger li.nest li {
    padding-left: 10px;
    margin-bottom: 10px;
}

.barger li.nest li a {
    padding-left: 1.5em;
    position: relative;
}

.barger li.nest li a:before {
    display: inline-block;
    content: "∟";
    position: absolute;
    top: 0;
    left: 0;
}



/* footer */

#footer {
    background: var(--color02);
    padding-top: 80px;
}

[data-element-id] .footFix {
    display: block;
    width: auto;
    margin-bottom: 50px;
    position: static;
    max-width:375px;
    margin-left: auto;
    margin-right: auto;
}

.footFix {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 15px;
    left: 0;
    z-index: 50;
}

.footFix ul {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footFix li {
    width: 50%;
    padding: 0 5px;
}

.footFix li a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px;
}

.footFix li a:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 1;
    margin-right: 5px;
}

.footFix .tel a {
    background: #333;
}

.footFix .tel a:before {
    content: "\f095";
}

.footFix .line a {
    background: #00b900;
}

.footFix .line a:before {
    content: "\f3c0";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
}

.footFix .mail a {
    background-color: #ff8c00;
}

.footFix .mail a:before {
    content: "\f0e0";
}

.footerBnr .item>* {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 5px rgb(0 0 0 / 15%);
    overflow: hidden;
}

.footerBnr .item .pic {
    width: 45%;
    height: 100%;
}

.footerBnr .item .tbox {
    width: 50%;
}

.footerBnr .item .tit {
    color: var(--color01);
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    letter-spacing: 3px;
}

.footerBnr .item .sub {
    font-size: 14px;
    margin-bottom: 5px;
}

.footerBottom {
    margin: 80px 0;
}

.footerBottom .logo {
    text-align: center;
}

.footerBottom .logo img {
    max-width: 250px;
}

.footerBottom .add {
    margin-top: 5px;
    text-align: center;
}

.footerBottom .info {
    margin-top: 20px;
}

.footerBottom .info dl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.footerBottom .info dt {
    color: #fff;
    background: var(--color01);
    border-radius: 100px;
    padding: 2px 15px;
    margin-bottom: 5px;
    text-align: center;
}

.footerBottom .info dd {
    font-size: 12px;
    text-align: center;
}

.footerBottom .tel {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.footerNav ul {
    height: 100%;
    border-left: solid 2px #b1aead;
    padding-left: 20px;
}

.footerNav li {
    margin-bottom: 5px;
}

.footerCopy {
    color: #fff;
    background: var(--color01);
    padding: 10px;
    text-align: center;
}

@media (min-width: 1025px) and (max-width: 1060px) {
    .footerNav li a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    #footer {
        padding-bottom: 100px;
    }

    .footerBottom {
        margin: 60px 0;
    }

    .footerBottom .left {
        width: 100%;
    }

    .footerBottom .right {
        width: 100%;
        margin-top: 40px;
    }

    .footFix {
        display: block;
    }
}

@media (max-width: 599px) {
    .footerBottom {
        margin: 40px 0;
    }

    .footerNav .item {
        width: 100%;
    }
}



/* A-BiSUスライダー用 */

.uk-slideshow {
    height: auto !important;
    position: relative;
}

.uk-slideshow:before {
    display: block;
    content: "";
    padding-top: 60%;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

.uk-slideshow>li {
    height: 100% !important;
}

.uk-slideshow>li>div {
    height: 100% !important;
}

.uk-slideshow>li>div>img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}



/*===================================
トップページ
===================================*/

/* mainImg */

.mainImg {
    width: 94%;
    max-width: 1300px;
    margin: auto;
    position: relative;
    height: 80vh;
}

.mainImg .slide {
    width: 88%;
    margin-left: auto;
    height: 100%;
}

.mainImg .slide .uk-slideshow:before {
    padding-top: 0;
}

.mainImg .slide .uk-slidenav-position,
.mainImg .slide .uk-slideshow {
    height: 100% !important;
}

.mainImg .slide .uk-dotnav {
    width: auto;
    margin: 0;
    position: absolute;
    right: calc(100% + 20px);
    bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mainImg .slide .uk-dotnav li {
    float: none;
    padding: 0;
    margin-top: 10px;
}

.mainImg .slide .uk-dotnav li a {
    width: 10px;
    height: 10px;
    background: #c9c8c9;
    -webkit-transform: none;
    transform: none;
}

.mainImg .slide .uk-dotnav li.uk-active a {
    background: #888;
}

.mainImg .catch {
    width: fit-content;
    max-width: 96%;
    padding: 30px 30px 30px;
    height: 500px;
    overflow: hidden;
    font-size: 36px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

[data-element-id] .mainImg .catch {
    height: auto;
    width: auto;
    top: 50px;
    left: 300px;
}

[data-element-id] .mainImg .catch .show\@sp {
    font-size: 24px;
}

[data-element-id] .mainImg .news {
    background: #f5f5f5;
    margin-left: auto;
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 50px;
    transform: translateY(-100%);
}

.mainImg .news {
    width: 70%;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 8%;
    z-index: 5;
}

.mainImg .news .tit {
    width: 130px;
    color: #fff;
    background: var(--color01);
    padding: 20px;
    text-align: center;
}

.mainImg .news dl {
    width: calc(100% - 300px);
    padding: 10px;
}

.mainImg .news dt {
    width: 90px;
}

.mainImg .news dd {
    width: calc(100% - 90px);
}

.mainImg .news .more {
    width: 120px;
    padding: 10px;
    text-align: right;
}

.mainImg .news .more a:after {
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-left: 5px;
}

@media (max-width: 1024px) {
    /* .mainImg .slide .uk-slideshow:before {
        padding-top: 45vh;
    } */

    .mainImg .catch {
        height: 300px;
        padding: 20px;
        font-size: 30px;
    }

    .mainImg .news {
        width: 85%;
        bottom: 5%;
    }
}

@media (max-width: 599px) {
    .mainImg .slide {
        width: 90%;
    }

    /* .mainImg .slide .uk-slideshow:before {
        padding-top: 70vh;
    } */

    .mainImg .slide .uk-dotnav {
        right: calc(100% + 10px);
        bottom: 10px;
    }

    .mainImg .catch {
        height: 60%;
        font-size: 24px;
        padding: 15px;
    }

    .mainImg .news {
        width: 87%;
        bottom: 2%;
    }

    .mainImg .news .tit {
        width: 100%;
        padding: 5px;
    }

    .mainImg .news dl {
        width: 100%;
        padding: 5px;
    }

    .mainImg .news dt {
        width: 100px;
    }

    .mainImg .news dd {
        width: calc(100% - 100px);
    }

    .mainImg .news .more {
        width: 100%;
        background: #f5f5f5;
        padding: 5px;
    }
}



/* indexBnr */

.indexBnr .box {
    background: #F9F9F6;
    border: solid 4px var(--color01);
    border-radius: 20px;
    padding: 15px;
    position: relative;
}

.indexBnr .label {
    width: 170px;
    height: 170px;
    position: absolute;
    top: -10%;
    left: 2%;
    z-index: 1;
}

.indexBnr .label:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url('/import/tenant_1/162.43.31.86/C01/images/common/giza.webp') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.indexBnr .label-txt {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.indexBnr .label-txt>* {
    display: block;
}

.indexBnr .label-txt .lead {
    font-size: 140%;
}

.indexBnr .price {
    color: #FAD221;
    font-size: 90px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    -webkit-filter: drop-shadow(4px 4px 2px var(--color01)) drop-shadow(4px -4px 2px var(--color01)) drop-shadow(-4px 4px 2px var(--color01)) drop-shadow(-4px -4px 2px var(--color01));
    filter: drop-shadow(4px 4px 2px var(--color01)) drop-shadow(4px -4px 2px var(--color01)) drop-shadow(-4px 4px 2px var(--color01)) drop-shadow(-4px -4px 2px var(--color01));
}

.indexBnr .price .yen {
    font-size: 28px;
}

.indexBnr .tit {
    color: var(--color01);
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

.indexBnr .txt {
    font-size: 12px;
    text-align: center;
}

.indexBnr .btn {
    margin-top: 20px;
}

.indexBnr .pic {
    width: 25%;
    position: absolute;
    top: -23%;
    right: 2%;
}

@media (max-width: 1024px) {
    .indexBnr .label {
        width: 150px;
        height: 150px;
    }

    .indexBnr .price {
        font-size: 80px;
    }

    .indexBnr .tit {
        font-size: 36px;
    }
}

@media (max-width: 599px) {
    .indexBnr .box {
        margin-top: 50px;
    }

    .indexBnr .label {
        width: 90px;
        height: 90px;
        top: -50px;
        left: -15px;
    }

    .indexBnr .label-txt {
        font-size: 14px;
    }

    .indexBnr .price {
        font-size: 50px;
    }

    .indexBnr .tit {
        font-size: 30px;
    }

    .indexBnr .pic {
        top: auto;
        right: -10px;
        bottom: -10px;
    }
}



/* indexConcept */

.indexConcept {
    position: relative;
}

.indexConcept:before {
    display: block;
    content: "";
    width: 85%;
    height: 100%;
    background: var(--color02);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.indexConcept>* {
    position: relative;
    z-index: 5;
}

.indexConcept .left {
    margin-left: auto;
    margin-right: 5%;
}

.indexConcept .right {
    width: 50%;
}

.indexConcept .txt {
    line-height: 2;
}

.indexConcept .picbox .pic {
    width: 48%;
    border-radius: 20px;
    overflow: hidden;
}

.indexConcept .picbox .pic:nth-of-type(2n+1) {
    margin-top: 20%;
}

@media (max-width: 1400px) {
    .indexConcept:before {
        height: 95%;
        top: 2.5%;
    }
}

@media (max-width: 1024px) {
    .indexConcept {
        padding: 60px 0;
    }

    .indexConcept:before {
        height: 100%;
        top: 0;
    }
}

@media (max-width: 599px) {
    .indexConcept {
        padding: 40px 0;
    }

    .indexConcept:before {
        width: 100%;
    }

    .indexConcept .left {
        width: 100%;
        margin: 0 3%;
    }

    .indexConcept .right {
        width: 100%;
        margin: 30px 3% 0;
    }

    .indexConcept .picbox .pic:nth-of-type(2n+1) {
        margin-top: 10%;
    }
}



/* indexExam */

.indexExam .left {
    width: 25%;
    max-width: 300px;
    margin-left: auto;
    margin-right: 5%;
}

.indexExam .right {
    width: 65%;
}

.indexExam .slick-index {
    padding-top: 60px;
}

.indexExam .slick-list {
    padding-right: 10%;
}

.indexExam .slick-slide {
    padding-right: 30px;
}

.indexExam .slick-btn {
    width: 40px;
    line-height: 40px;
    color: #fff;
    background: var(--color01);
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: calc(10% + 30px);
}

.indexExam .slick-btn.prev {
    right: calc(10% + 60px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

[data-element-id] .indexExam .item {
    display: inline-block;
    width: 30.333%;
    margin: 0 1% 2%;
}

@media (max-width: 599px) {
    .indexExam .left {
        width: 100%;
        max-width: none;
        margin: 0 3%;
    }

    .indexExam .right {
        width: 100%;
        margin: 30px 3% 0;
    }
}



/* indexStaff */

.indexStaff .flex {
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 5px 5px 15px #e8e8e8;
    box-shadow: 5px 5px 15px #e8e8e8;
    overflow: hidden;
}

.indexStaff .left {
    width: 45%;
}

.indexStaff .right {
    width: 55%;
    padding: 20px 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.indexStaff .pic {
    height: 100%;
}

.indexStaff .ttl {
    margin-bottom: 20px;
}

.indexStaff .txt {
    font-size: 20px;
    text-align: center;
}

.indexStaff .btn {
    margin-top: 30px;
}

@media (max-width: 599px) {
    .indexStaff .left {
        width: 100%;
    }

    .indexStaff .right {
        width: 100%;
    }

    .indexStaff .txt {
        font-size: 16px;
    }
}



/* indexPost */

.indexPost {
    position: relative;
}

.indexPost:before {
    display: block;
    content: "";
    width: 85%;
    min-width: 1300px;
    height: 100%;
    background: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
}

.indexPost>* {
    position: relative;
    z-index: 5;
}

.indexPost .list dl {
    border-bottom: solid 2px #D8D4D3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.indexPost .list dt {
    margin-bottom: 5px;
}



/* indexFaq */

.indexFaq .list {
    background: var(--color02);
    border-radius: 20px;
    padding: 20px 20px 0;
    margin-bottom: 20px;
}

.indexFaq .list .btn {
    margin-top: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.indexFaq .item dt {
    font-size: 16px;
    background: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.indexFaq .item dt:after {
    display: block;
    content: "\f13a";
    color: var(--color01);
    font-family: "font awesome 5 free";
    font-weight: 600;
}

.indexFaq .item dt.is-parent:after {
    content: "\f139";
}

.indexFaq .item dd {
    margin-top: 10px;
}

.indexFaq .item .label {
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.indexFaq .item .tit {
    width: 100%;
    margin-right: 20px;
}




/*===================================
下層ページ
===================================*/

/* subImg */

.subImg {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: var(--section-xsmall);
}

.subImg .tit {
    color: var(--color01);
    font-size: 48px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    letter-spacing: 5px;
    text-align: center;
}

[data-element-id] .subImg .show\@sp .tit {
    font-size: 26px;
}

.subImg .border {
    width: 20%;
    height: 10px;
    border-top: solid 2px var(--color01);
    position: absolute;
    left: 0;
    bottom: 0;
}

.subImg .border.right {
    left: auto;
    right: 0;
}

.subImg .border:after {
    display: block;
    content: "";
    width: 90%;
    height: 2px;
    background: var(--color03);
    position: absolute;
    left: 0;
    bottom: 0;
}

.subImg .border.right:after {
    left: auto;
    right: 0;
}

@media (max-width: 1024px) {
    .subImg .tit {
        font-size: 38px;
    }
}

@media (max-width: 599px) {
    .subImg .tit {
        font-size: 26px;
        letter-spacing: 1px;
    }
}



/* contactBox */

.contactBox .item>* {
    height: 100%;
    background: var(--color02);
    padding: 20px;
    text-align: center;
}

.contactBox .item:nth-of-type(2n+1)>* {
    border-radius: 20px 0 0 20px;
}

.contactBox .item:nth-of-type(2n+2)>* {
    border-radius: 0 20px 20px 0;
}

.contactBox .item .itemin {
    height: 100%;
    background: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contactBox .item .tit {
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
}

.contactBox .item .tel {
    color: var(--color01);
    font-size: 28px;
    margin-top: 10px;
}

.contactBox .item .add {
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    margin-top: 10px;
}

.contactBox .item .txt {
    margin-top: 10px;
}

.contactBox .item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.contactBox .item .icon:before {
    display: block;
    content: "";
    color: var(--color01);
    font-family: "font awesome 5 free";
    font-weight: 600;
    margin-right: 10px;
}

.contactBox .item .icon-tel:before {
    content: "\f095";
}

.contactBox .item .icon-pin:before {
    content: "\f3c5";
}

@media (max-width: 599px) {
    .contactBox .item>* {
        border-radius: 10px !important;
        padding: 10px;
    }

    .contactBox .item .itemin {
        padding: 10px;
    }
}



/* pager */

.pager li {
    margin: 0 5px;
}

.pager li>* {
    display: block;
    font-size: 24px;
    padding: 5px;
}

.pager li.prev>*:before,
.pager li.next>*:before {
    display: block;
    content: "";
    color: var(--color01);
    font-family: "font awesome 5 free";
    font-weight: 600;
    line-height: 1;
}

.pager li.prev>*:before {
    content: "\f0a8";
}

.pager li.next>*:before {
    content: "\f0a9";
}

.pager li.active>* {
    color: var(--color01);
}

@media (max-width: 599px) {
    .pager li>* {
        font-size: 20px;
    }
}



/* relateVoice */

.relateVoice .item>* {
    display: block;
}

.relateVoice .item .picbox {
    position: relative;
}

.relateVoice .item .pic {
    border-radius: 15px;
    overflow: hidden;
}

.relateVoice .item .label {
    max-width: 100%;
    color: var(--color01);
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: 10%;
}

.relateVoice .item .txt {
    margin-top: 15px;
    max-height: calc(1.5 * 1em * 3);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



/* constLink */

.constLink {
    background: var(--color02);
    padding: 20px 0 0 40px;
    position: relative;
}

.constLink:after {
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background: var(--color02);
    position: absolute;
    top: 0;
    left: 100%;
}

.constLink .left {
    width: 150px;
}

.constLink .right {
    width: calc(100% - 150px);
}

.constLink .tit {
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    padding-top: 5px;
}

.constLink .list li>* {
    height: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.constLink .list li>*:after {
    display: block;
    content: "\f138";
    color: var(--color01);
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 599px) {
    .constLink {
        padding: 20px 20px 20px;
    }

    .constLink .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .constLink .right {
        width: 100%;
    }
}



/* constList */

.constList .item>* {
    display: block;
}

.constList .item .picbox {
    padding-top: 0;
    position: relative;
}

.constList .item .picbox~* {
    margin-top: 15px;
}

.constList .item .info{
  margin-top: 5px;
}

.constList .item .pic {
    border-radius: 20px;
    overflow: hidden;
}

.constList .item .cat span {
    display: inline-block;
    min-width: 100px;
    border: solid 2px var(--color01);
    border-radius: 100px;
    padding: 2px 10px;
    text-align: center;
    margin: 0 3px 3px 0;
}

.constList .item .info li {
    padding: 0 5px;
   /*  text-align: center; */
}

.constList .item .info li+* {
    border-left: solid 2px #c9c4c4;
}



/* constSingle */

.constSingle {
    position: relative;
}

.constSingle:before {
    display: block;
    content: "";
    width: 100vw;
    height: 90%;
    background: var(--color02);
    position: absolute;
    left: 20%;
    bottom: 25px;
    z-index: 0;
}

.constSingle>* {
    position: relative;
    z-index: 5;
}

.constSingle .left {
    width: 74%;
}

.constSingle .right {
    width: 23%;
}

.constSingle .info {
    margin-bottom: 30px;
}

.constSingle .info .label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    background: var(--color01);
    padding: 2px 10px;
}

.constSingle .info .cat {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.constSingle .info .cat span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100px;
    border: solid 2px var(--color01);
    border-radius: 100px;
    padding: 2px 10px;
    margin: 0 3px 3px 0;
    text-align: center;
}

.constSingle .picbox {
    margin-bottom: 60px;
}

.constSingle .picbox .pic>* {
    border-radius: 15px;
    overflow: hidden;
}

.constSingle .picbox li+li {
    margin-top: 7.5%;
}

.constSingle .table dd {
    font-size: 16px;
}

@media (max-width: 1024px) {
    .constSingle .picbox {
        margin-bottom: 50px;
    }
}

@media (max-width: 599px) {
    .constSingle .left {
        width: 100%;
    }

    .constSingle .right {
        width: 100%;
        margin-top: 10px;
    }

    .constSingle .picbox {
        margin-bottom: 40px;
    }

    .constSingle .picbox .pic>* {
        border-radius: 10px;
    }

    .constSingle .picbox li {
        margin: 0 !important;
    }
}



/* faqList */
.faqList-wrap+ .faqList-wrap{
  margin-top: 50px;
}

.faqList .item+* {
    margin-top: 20px;
}

[data-element-id] .faqList .item:nth-of-type(n+11) {
    display: none;
}

.faqList .item dt {
    background: var(--color02);
    padding: 10px 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.faqList .item dt:after {
    display: block;
    content: "\f13a";
    color: var(--color01);
    font-size: 120%;
    font-family: "font awesome 5 free";
    font-weight: 600;
}

.faqList .item dt.is-parent:after {
    content: "\f139";
}

.faqList .item dd {
    padding-left: 80px;
    margin-top: 20px;
}

.faqList .item .label {
    font-size: 30px;
    margin-right: 20px;
}

.faqList .item .tit {
    width: 100%;
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    margin-right: 20px;
}

@media (max-width: 599px) {
    .faqList .item dt {
        padding: 10px;
    }

    .faqList .item dd {
        padding-left: 45px;
    }

    .faqList .item .label {
        font-size: 26px;
        margin-right: 15px;
    }

    .faqList .item .tit {
        font-size: 16px;
        margin-right: 10px;
    }
}



/* voiceList */

.voiceList .item {
    background: var(--color02);
    padding: 0 40px 40px 0;
    margin: 80px 0 0 40px;
}

.voiceList .item .left {
    width: 40%;
    margin-top: -40px;
    margin-left: -40px;
}

.voiceList .item .right {
    width: 60%;
    padding-top: 40px;
}

.voiceList .item .pic {
    border-radius: 15px;
    overflow: hidden;
}

.voiceList .item .tbox {
    width: 65%;
}

.voiceList .item .subpic {
    width: 30%;
}

.voiceList .item .tit {
    color: var(--color01);
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .voiceList .item {
        padding: 0 20px 20px 0;
        margin: 30px 0 0 30px;
    }

    .voiceList .item .left {
        margin-top: -30px;
        margin-left: -30px;
    }

    .voiceList .item .right {
        padding-top: 20px;
    }
}

@media (max-width: 599px) {
    .voiceList .item {
        padding: 0 10px 10px 0;
        margin: 60px 0 0 20px;
    }

    .voiceList .item .left {
        width: 100%;
        margin-top: -20px;
        margin-left: -20px;
    }

    .voiceList .item .right {
        width: 100%;
        padding: 20px 0 0 10px;
    }

    .voiceList .item .tbox {
        width: 70%;
    }

    .voiceList .item .txt {
        font-size: 12px;
    }

    .voiceList .item .subpic {
        width: 25%;
    }
}



/* column2 */

.column2-main {
    width: calc(100% - 250px);
}

.column2-side {
    width: 200px;
}

.column2-side dl {
    width: 100%;
    border-left: solid 4px var(--color01);
    padding-left: 10px;
}

.column2-side dl+* {
    margin-top: 60px;
}

.column2-side dt {
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    margin-bottom: 15px;
}

.column2-side dd+* {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .column2-main {
        width: 100%;
    }

    .column2-side {
        width: 100%;
        margin-top: 60px;
    }

    .column2-side dl {
        width: 48%;
    }

    .column2-side dl+* {
        margin-top: 0px;
    }
}

@media (max-width: 599px) {
    .column2-side {
        margin-top: 40px;
    }

    .column2-side dl {
        width: 100%;
    }

    .column2-side dl+* {
        margin-top: 40px;
    }
}



/* search */

.searchBox+* {
    margin-top: 30px;
}

.searchBox .left {
    width: 120px;
}

.searchBox .right {
    width: calc(100% - 150px);
}

.searchBox .tit {
    font-size: 16px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
}

.searchBox .select select {
    width: 100%;
    border: solid 1px #CFD1D0;
    padding: 10px;
}

.searchBox .check {
    margin: 0 -1%;
}

.searchBox .check input {
    display: none;
}

.searchBox .check label {
    width: 23%;
    color: var(--color01);
    font-size: 16px;
    border: solid 1px var(--color01);
    padding: 10px;
    margin: 0 1% 2%;
    text-align: center;
    cursor: pointer;
}

.searchBox .check input:checked+label {
    color: #fff;
    background: var(--color01);
}

.searchBtn {
    text-align: center;
}

.searchBtn input[type="submit"],
.searchBtn button {
    width: 200px;
    max-width: 100%;
    font-size: 16px;
    background: #FAD221;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 10px;
    cursor: pointer;
}

@media (max-width: 599px) {
    .searchBox .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .searchBox .right {
        width: 100%;
    }

    .searchBox .check label {
        width: 48%;
    }
}



/* searchList */

[data-element-id] .searchList .item:nth-of-type(n+31) {
    display: none;
}

.searchList .item>* {
    height: 100%;
    display: block;
    border: solid 1px #CFD1D0;
    padding: 25px 20px 50px;
    margin-left: 10px;
    position: relative;
}

.searchList .item .tit {
    color: #fff;
    font-size: 16px;
    background: var(--color01);
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    left: -10px;
}

.searchList .item .tit:before {
    display: block;
    content: "";
    border-bottom: solid 10px var(--color05);
    border-left: solid 10px transparent;
    position: absolute;
    left: 0;
    bottom: 100%;
}

.searchList .item .cat {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color01);
    background: #F9F9F6;
    border: solid 2px var(--color01);
    border-radius: 4px;
    padding: 0px 10px;
    margin-top: 10px;
}

.searchList .item .add {
    margin-top: 10px;
}

.searchList .item .more {
    color: var(--color01);
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.searchList .item .more:after {
    display: block;
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color01);
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
}

@media (max-width: 1024px) {
    .searchList .item>* {
        padding: 25px 15px 50px;
    }

    .searchList .item .tit {
        font-size: 14px;
    }
}



/* searchImg */
.js-thumb{
  cursor: pointer;
}

[data-element-id] .searchImg .slider .pic:nth-of-type(n+2) {
    display: none;
}

[data-element-id] .searchImg .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.searchImg .thumbnail {
    margin-top: 4px;
}

.searchImg .thumbnail .slick-track {
    margin-left: 0;
}

[data-element-id] .searchImg .thumbnail .pic {
    width: 20%;
}

.searchImg .thumbnail .pic {
    padding: 0 2px;
    cursor: pointer;
}



/* searchPoint */

.searchPoint {
    padding-top: 20px;
}

.searchPoint .box {
    min-height: 180px;
    background: #F9F9F6;
    border: solid 4px var(--color01);
    border-radius: 20px;
    padding: 40px 20px 40px 230px;
    position: relative;
}

.searchPoint .box .label {
    width: 180px;
    height: 180px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 30px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.searchPoint .box .label:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url('/import/tenant_1/162.43.31.86/C01/images/common/giza.webp') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.searchPoint .box .label>* {
    position: relative;
    z-index: 5;
}

.searchPoint .list ul {
    width: 100%;
}

@media (max-width: 1024px) {
    .searchPoint .box {
        min-height: 150px;
        padding: 30px 20px 30px 200px;
    }

    .searchPoint .box .label {
        width: 150px;
        height: 150px;
        font-size: 24px;
        left: 20px;
    }
}

@media (max-width: 599px) {
    .searchPoint .box {
        padding: 40px 10px 20px 10px;
    }

    .searchPoint .box .label {
        width: 100px;
        height: 100px;
        font-size: 18px;
        top: -70px;
        left: -15px;
    }
}



/* searchMap */

.searchMap .left {
    width: 35%;
}

.searchMap .right {
    width: 60%;
}

.searchMap .map:after {
    padding-top: 70%;
}

.searchMap .info dl+* {
    margin-top: 30px;
}

.searchMap .info dt {
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    border-bottom: solid 1px var(--color01);
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.searchMap .info dt:after {
    display: block;
    content: "";
    width: 100vw;
    height: 1px;
    background: var(--color01);
    position: absolute;
    bottom: -1px;
    left: 100%;
}

@media (max-width:599px) {
    .searchMap .left {
        width: 100%;
    }

    .searchMap .right {
        width: 100%;
        margin-top: 20px;
    }
}



/* searchflow */

.searchFlow .item {
    counter-increment: num;
}

.searchFlow .item .num:before {
    content: counter(num, decimal-leading-zero);
}

/* tableImage */

.tableImg .uk-open .uk-modal-dialog {
    width: 60% !important;
    height: auto !important;
}

.tableImg .uk-open .uk-modal-dialog .uk-responsive-width {
    width: 100%;
}




/* blogList */

.blogList .item>* {
    display: block;
}

.blogList .item .picbox {
    position: relative;
}

.blogList .item .pic {
    border-radius: 15px;
    overflow: hidden;
}

.blogList .item .label {
    left: 5px;
    max-width: calc(100% - 10px);
    top: 5px;
}

.blogList .item .label span{
  
}

.blogList .item .tit {
    font-weight: 600;
    margin-top: 15px;
}

.blogList .item .info dl>* {
    margin-top: 5px;
}

.blogList .item .info dt {
    color: #999;
}

.blogList .item .info dd {
    color: var(--color01);
}

@media (max-width: 599px) {
    .blogList .item>* {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blogList .item .picbox {
        width: 40%;
    }

    .blogList .item .pic {
        border-radius: 10px;
    }

    .blogList .item .label {
        font-size: 12px;
        left: 5px;
    }

    .blogList .item .tbox {
        width: 57%;
        padding-top: 20px;
    }
}



/* blogSingle */

.blogSingle .info {
    margin-bottom: 20px;
}

.blogSingle .info dt {
    color: #999;
    font-weight: 600;
    margin-right: 10px;
}

.blogSingle .info dd span{
        border: solid 2px var(--color01);
    border-radius: 100px;
    padding: 2px 10px;
    margin: 0 3px 3px 0;
    display: inline-block;
}

.blogSingle .tit {
    color: var(--color01);
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 2px #C9C4C4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blogSingle .txt h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: var(--color01);
    padding: 5px 10px;
    margin-bottom: 20px;
}

.blogSingle .txt h3 {
    font-size: 20px;
    font-weight: 600;
    border-left: solid 4px var(--color01);
    padding-left: 10px;
    margin-bottom: 20px;
}

.blogSingle .txt h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.blogSingle .txt h4:before {
    content: "・";
    color: var(--color01);
}

.blogSingle .txt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.blogSingle .txt ul li::before {
    content: "■";
    color: var(--color01);
}

.blogSingle .txt ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.blogSingle .txt ol li::before {
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: 600;
    font-size: 120%;
    color: var(--color01);
    font-family: math;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.blogSingle .txt iframe[src*="youtube"] {
    margin-top: 1em;
    margin-bottom: 1em;
    aspect-ratio: 16 / 9;
    height: auto;
}

.blogReco .blogList {
    padding-left: 20px;
    position: relative;
}

.blogReco .blogList:before {
    display: block;
    content: "";
    width: 200vw;
    height: 70%;
    background: var(--color02);
    position: absolute;
    bottom: 0;
    left: 0;
}

.blogReco .blogList>* {
    position: relative;
    z-index: 5;
}

@media (max-width: 599px) {
    .blogReco .blogList {
        padding-top: 20px;
    }

    .blogReco .blogList:before {
        height: 100%;
    }
}



/* formList */

.formList dl {
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.formList dt {
    width: 200px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
}

.formList .label {
    color: #fff;
    font-weight: normal;
    background: var(--color01);
    border-radius: 100px;
    padding: 0px 10px;
}

.formList dd {
    width: calc(100% - 250px);
}

.formList input[type="text"],
.formList textarea {
    width: 100%;
    background: #fff;
    border: solid 1px #cfd1d0;
    padding: 10px;
}

.formList textarea {
    height: 250px;
}

.formList input[type=radio],
.formList input[type=checkbox] {
    display: none;
}

.formList label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    cursor: pointer;
    position: relative;
}

.formList label:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 10px;
    border: solid 2px var(--color01);
    border-radius: 4px;
    background: #fff;
}

.formList input[type=radio]:checked+label:before,
.formList input[type=checkbox]:checked+label:before {
    background: var(--color01);
}

.formList .col3>* {
    width: 31.333%;
    margin: 0 1% 2%;
}

.formList .col4>* {
    width: 23%;
    margin: 0 1% 2%;
}

.formList .col5>* {
    width: 18%;
    margin: 0 1% 2%;
}

.formList .dl-img label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.formList .dl-img label:before {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
}

.formList .dl-img label img {
    display: block;
    margin-bottom: 5px;
}

.formList .dl-img-full label img {
    width: 100%;
}

@media (max-width: 1024px) {
    .formList .col4>* {
        width: 31.333%;
    }

    .formList .col5>* {
        width: 31.333%;
    }

    .formList .col2\@tb>* {
        width: 48%;
    }

    .formList .col3\@tb>* {
        width: 31.333%;
    }
}

@media (max-width: 599px) {
    .formList dt {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 10px;
    }

    .formList .label {
        margin-left: 10px;
    }

    .formList dd {
        width: 100%;
    }

    .formList .col3>* {
        width: 48%;
    }

    .formList .col4>* {
        width: 48%;
    }

    .formList .col5>* {
        width: 48%;
    }

    .formList .col1\@sp>* {
        width: 98%;
    }

    .formList .col2\@sp>* {
        width: 48%;
    }

    .formList .col3\@sp>* {
        width: 31.333%;
    }
}



/* introBox */

.introBox .ttl>* {
    font-size: 40px;
    font-weight: 600;
}

[data-element-id] .introBox .show\@sp .ttl>* {
    font-size: 26px;
}

.introBox .pic {
    width: 70%;
    margin-left: auto;
    position: relative;
}

.introBox .pic:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.introBox .inner {
    margin-top: -80px;
    position: relative;
    z-index: 5;
}

.introBox .txt {
    line-height: 2;
}

@media (max-width: 1024px) {
    .introBox .ttl>* {
        font-size: 34px;
    }
}

@media (max-width: 599px) {
    .introBox .ttl>* {
        font-size: 26px;
    }

    .introBox .inner {
        margin-top: -60px;
    }

    .introBox .pic {
        width: 80%;
    }

    .introBox .pic:before {
        background: rgba(255, 255, 255, 0.7);
    }
}



/* designBox */

.designBox {
    position: relative;
}

.designBox>* {
    position: relative;
    z-index: 5;
}

.designBox .pic {
    width: 20%;
    height: 80%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.designBox .pic01 {
    left: 0;
}

.designBox .pic02 {
    right: 0;
}

.designBox .txt {
    line-height: 2;
    text-align: center;
}

@media (max-width: 1024px) {
    .designBox .pic {
        width: 35%;
        height: 45%;
    }

    .designBox .pic02 {
        top: auto;
        bottom: 0;
    }

    .designBox .pic img {
        opacity: 0.4;
    }
}

@media (max-width: 599px) {
    .designBox .txt {
        text-align: left;
    }

    .designBox .pic {
        width: 30%;
        height: 40%;
        top: auto;
        bottom: 0;
    }
}



/* troubleBox */

.troubleBox .ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 40px 40px 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.troubleBox .ttl:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--image-url01) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.troubleBox .ttl>* {
    position: relative;
    z-index: 5;
}

.troubleBox .txt {
    line-height: 2;
    text-align: center;
}



/* alertBnr */

.alertBnr .box {
    background: #FAFAF8;
    border: solid 4px var(--color01);
    border-radius: 20px;
    padding: 20px 60px;
    position: relative;
}

.alertBnr .box .tit {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .alertBnr .box .show\@sp .tit {
    font-size: 26px;
}

.alertBnr .box .lead {
    position: relative;
    z-index: 5;
}

.alertBnr .box .label {
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.alertBnr .box .label:before {
    display: block;
    content: "";
    width: 130px;
    height: 130px;
    background: url('/import/tenant_1/162.43.31.86/C01/images/common/giza.webp') center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.alertBnr .box .txt {
    line-height: 2;
    position: relative;
    z-index: 5;
}

@media (max-width: 1024px) {
    .alertBnr .box {
        padding: 20px 40px;
    }

    .alertBnr .box .tit {
        font-size: 26px;
    }
}

@media (max-width: 599px) {
    .alertBnr .box {
        padding: 15px;
    }

    .alertBnr .box .label {
        margin-left: 5px;
        font-size: 80%;
        margin-top: 6px;
    }

    .alertBnr .box .label:before {
        width: 110px;
        height: 110px;
    }
}



/* flowBnr */

.flowBnr .box {
    background: #FAFAF8;
    border: solid 4px var(--color01);
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.flowBnr .box .tbox {
    width: 70%;
}

.flowBnr .box .tbox>*+* {
    margin-top: 15px;
}

.flowBnr .box .tit {
    color: var(--color01);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.flowBnr .box .txt {
    line-height: 2;
}

.flowBnr .box .pic {
    width: 32%;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 599px) {
    .flowBnr .box {
        padding: 15px;
    }

    .flowBnr .box .tbox {
        width: 100%;
    }

    .flowBnr .box .btn {
        margin: 40px 0;
    }
}



/* contact */

.contact {
    background: var(--color02);
    padding: 60px 0 60px 60px;
    position: relative;
}

.contact:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color02);
    position: absolute;
    top: 0;
    left: 100%;
}

.contactIntro {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

.contactIntro .tit {
    font-size: 18px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    margin-bottom: 10px;
}

.contactIntro .tel {
    color: var(--color01);
    font-size: 28px;
}

.contactForm {
    background: #fff;
    padding: 40px;
}

.contactFormList dl {
    border-bottom: solid 2px #C9C4C4;
}

.contactFormList input[type="text"],
.contactFormList textarea {
    background: #FAF7F7;
    border: none;
}

@media (max-width: 1024px) {
    .contact {
        padding: 40px;
    }

    .contact:before {
        display: none;
    }

    .contactForm {
        padding: 30px;
    }
}

@media (max-width: 599px) {
    .contact {
        padding: 15px;
    }

    .contactIntro {
        padding: 15px;
    }

    .contactIntro .tit {
        font-size: 16px;
    }

    .contactIntro .tel {
        font-size: 24px;
    }

    .contactForm {
        padding: 15px;
    }
}



/* formIntro */

.formIntro {
    position: relative;
}



/* formLink */

.formLink {
    border-bottom: solid 4px var(--color01);
}

.formLink li>*:hover {
    opacity: 1;
}

.formLink li>* {
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #cfd1d0;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formLink li.active>* {
    color: var(--color01);
    background: #fff;
    border: solid 4px var(--color01);
    border-bottom: none;
    position: relative;
}

.formLink li.active>*:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    left: 0;
}

@media (max-width: 599px) {
    .formLink li>* {
        font-size: 16px;
        padding: 10px 0px;
    }
}



/* formSlider */

.formSlider .uk-slideshow:before {
    padding-top: 65%;
}

.formSlider .uk-slideshow+* {
    margin-top: 10px !important;
}

.formSlider .uk-slider {
    height: 100px;
    margin-left: -10px;
}

.formSlider .uk-slider li {
    height: 100%;
    padding-left: 10px;
}

.formSlider .uk-slider li>div {
    height: 100% !important;
}

.formSlider .uk-slider li>div img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

@media (max-width: 1024px) {
    .formSlider .uk-slider {
        height: 90px;
    }
}

@media (max-width: 599px) {
    .formSlider .uk-slider {
        height: 80px;
    }

    .formSlider .uk-slider li {
        width: 33.333%;
    }
}

/* 追記 */

.flow-sub-tit {
    font-size: 20px;
    font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

@media (max-width:599px) {
    .flow-sub-tit {
        font-size: 18px;
    }
}

.recruitbox .item .item-inner {
    padding: 20px;
    border: 1px solid #ccc;
}

.recruitbox .item .item-inner .tit {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 20px;
}

.recruitbox .item .item-inner dl {
    margin-bottom: 10px;
}

.recruitbox .item .item-inner dt {
    border-bottom: 1px solid;
    font-weight: 500;
    margin-bottom: 5px;
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
 
