@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap");


/* # root1 START # */
/* :root {
    --color01: #000;
    --color02: #333;
} */
/* # root1 END # */

/* # root2 START # */
 :root {
    --color01: #001750;
    --color02: #223a70;
}
/* # root2 END # */

/* # root3 START # */
/*:root {
    --color01: #310e00;
    --color02: #661d00;
} */
/* # root3 END # */




.yuji {
    font-family: "Yuji Syuku", serif;
}

.zen-antique {
    font-family: "Zen Antique", serif;
}




/*===================================
基本設定
===================================*/

/* html */

html {
    font-family: "Noto Serif JP",
        serif;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    letter-spacing: 1px;
}

#wrapper {
    min-width: 375px;
    background: url('/import/tenant_1/162.43.88.123/images/pattern.webp') repeat;
}

dt,
dd {
    font-weight: 500;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.text-02 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    /* autoprefixer: ignore next */
    -webkit-line-clamp: 2;
}

/* show hide */

.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

/* js-toggle */
.js-toggle+dd {
    display: none;
}

/* 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;
}

/* 画像 */
.img {
    text-align: center;
}

.pic img {
    width: 100%;
}

[class*="up-ofi"] {
    height: 100%;
}

/* color */
.color-type-black {
    color: #333;
}

.color-type-white {
    color: #fff;
}



/*背景カラー*/
.bg-type-black {
    background-color: var(--color02);
}

.bg-type-white {
    background-color: #fff;
}

.bg-type-pic {
    background-color: #000;
    position: relative;
}

.bg-type-pic .bg {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bg-type-pic .inner {
    color: #fff;
    position: relative;
    z-index: 2;
}

/* 縦書き */
.t-vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.t-horizontal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

@media (max-width: 1024px) {
    .t-vertical\@tb {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .t-horizontal\@tb {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
}

@media (max-width: 599px) {
    .t-vertical\@sp {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .t-horizontal\@sp {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
}



/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
    --section-xlarge: 140px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.8);
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.8);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.8);
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.8);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.8);
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.8);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.6);
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.6);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.6);
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.6);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.6);
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.6);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.8);
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.8);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.8);
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.8);
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.8);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.6);
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.6);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.6);
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.6);
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.6);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }
}



/*===================================
共通タイトル
===================================*/

[class*="ttl-type-"] {
    --ttl-size-xlarge: 44px;
    --ttl-size-large: 40px;
    --ttl-size-medium: 36px;
    --ttl-size-small: 32px;
    --ttl-size-xsmall: 28px;
    --ttl-size-xxsmall: 22px;
    --ttl-mb-xlarge: 70px;
    --ttl-mb-large: 60px;
    --ttl-mb-medium: 50px;
    --ttl-mb-small: 30px;
    --ttl-mb-xsmall: 20px;
}

/* ttl-type-cmn */

.ttl-type-cmn {
    margin-bottom: var(--ttl-mb-medium);
    font-size: var(--ttl-size-medium);
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
}

.ttl-type-cmn .ja {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: inline;
    position: relative;
    font-weight: bold;
}

h3.ttl-type-cmn .ja {
    background: linear-gradient(transparent 60%, #a2b2d4 60%);
    font-weight: bold;
}

h3.ttl-type-cmn.ttl-color-white .ja,
.bg-type-pic .inner h3.ttl-type-cmn .ja {
    background: linear-gradient(transparent 60%, var(--color01) 60%);
}




@media (max-width: 1024px) {
    .ttl-type-cmn {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
        font-size: calc(var(--ttl-size-medium) * 0.8);
        letter-spacing: 2px;
    }
}

@media (max-width: 599px) {
    .ttl-type-cmn {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.6);
        font-weight: 600;
        font-size: calc(var(--ttl-size-medium) * 0.6);
        letter-spacing: 1px;
    }

    h3.ttl-type-cmn .ja::after {
        height: 10px;
    }
}



/* 共通見出し上書き */

.ttl-color-white {
    color: #fff;
}

.ttl-color-black {
    color: #333;
}

.ttl-bg-white .ja {
    padding: 40px 20px;
    background-color: #fff;
}

.ttl-border {
    padding-left: 10px;
    border-left: solid 4px var(--color01);
}

.ttl-left {
    text-align: left;
}

.ttl-center {
    text-align: center;
}

.ttl-right {
    text-align: right;
}

.ttl-vertical {
    word-break: keep-all;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.ttl-size-xlarge {
    font-size: var(--ttl-size-xlarge);
}

.ttl-size-large {
    font-size: var(--ttl-size-large);
}

.ttl-size-medium {
    font-size: var(--ttl-size-medium);
}

.ttl-size-small {
    font-size: var(--ttl-size-small);
}

.ttl-size-xsmall {
    font-size: var(--ttl-size-xsmall);
}

.ttl-size-xxsmall {
    font-size: var(--ttl-size-xxsmall);
}

@media (max-width: 1024px) {
    .ttl-size-xlarge {
        font-size: calc(var(--ttl-size-xlarge) * 0.8);
    }

    .ttl-size-large {
        font-size: calc(var(--ttl-size-large) * 0.8);
    }

    .ttl-size-medium {
        font-size: calc(var(--ttl-size-medium) * 0.8);
    }

    .ttl-size-small {
        font-size: calc(var(--ttl-size-small) * 0.8);
    }

    .ttl-size-xsmall {
        font-size: calc(var(--ttl-size-xsmall) * 0.8);
    }

    .ttl-size-xxsmall {
        font-size: calc(var(--ttl-size-xxsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .ttl-size-xlarge {
        font-size: calc(var(--ttl-size-xlarge) * 0.6);
    }

    .ttl-size-large {
        font-size: calc(var(--ttl-size-large) * 0.6);
    }

    .ttl-size-medium {
        font-size: calc(var(--ttl-size-medium) * 0.6);
    }

    .ttl-size-small {
        font-size: calc(var(--ttl-size-small) * 0.6);
    }

    .ttl-size-xsmall {
        font-size: calc(var(--ttl-size-xsmall) * 0.6);
    }

    .ttl-size-xxsmall {
        font-size: calc(var(--ttl-size-xxsmall) * 0.6);
    }
}

.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.8);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.8);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.8);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
    }

    .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;
    }
}



/*===================================
共通ボタン
===================================*/

[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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: var(--btn-mt-medium);
}

.btn-type-01 a {
    width: 180px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
    border: solid 1px;
    background-color: #fff;
    position: relative;
}

.btn-type-01.mk2 a {
    width: 200px;
}

.btn-type-01 a:after {
    content: "\f054";
    display: block;
    font-family: "font awesome 5 free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}

.btn-vertical {
    width: auto;
    height: 150px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.btn-vertical a {
    width: 100%;
    height: 100%;
}

.btn-vertical a:after {
    bottom: 8px;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 52%;
    right: auto;
}

.btn-back a:after {
    display: none;
}

.btn-back a:before {
    content: "\f053";
    display: block;
    margin-right: 10px;
    font-family: "font awesome 5 free";
    font-weight: 600;
}

@media (max-width: 1024px) {
    .btn-type-01 {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }
}

@media (max-width: 599px) {
    .btn-type-01 {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }

    .btn-vertical {
        height: auto;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial;
    }

    .btn-vertical a {
        width: 150px;
        height: auto;
    }

    .btn-vertical a:after {
        bottom: auto;
        top: 50%;
        right: 10px;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}



/* btn-type-02 */
.btn-type-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: var(--btn-mt-medium);
}

.btn-type-02 a {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.btn-type-02 a:after {
    content: "\f061";
    width: 18px;
    display: block;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border: solid 1px;
    border-radius: 100%;
}

@media (max-width: 1024px) {
    .btn-type-02 {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }
}

@media (max-width: 599px) {
    .btn-type-02 {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }
}



/* btn-type-03 */
.btn-type-03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: var(--btn-mt-medium);
}

.btn-type-03 a,
.btn-type-03 button {
    width: 400px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    border: none;
    background-color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-type-03 a:hover,
.btn-type-03 button:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .btn-type-03 {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }
}

@media (max-width: 599px) {
    .btn-type-03 {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }
}



/* 共通ボタン上書き */

.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.8);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.8);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.8);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.8);
    }

    .btn-mt-none {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.6);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.6);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.6);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.6);
    }

    .btn-mt-none {
        margin-top: 0;
    }
}

.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-check li {
    margin-top: 5px;
    padding-left: 1.5em;
    position: relative;
}

.list-type-check li:before {
    content: "\f00c";
    display: block;
    margin-right: 10px;
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: #a2b2d4;
    position: absolute;
    top: 0;
    left: 0;
}

.list-type-asterisk li {
    margin-top: 5px;
    padding-left: 1.5em;
    position: relative;
}

.list-type-asterisk li:before {
    content: "\f069";
    display: block;
    margin-right: 10px;
    font-family: "font awesome 5 free";
    font-weight: 600;
    color: #a2b2d4;
    position: absolute;
    top: 0;
    left: 0;
}

/*===================================
カード
===================================*/
/* card-type-01 */
.card-type-01 .item .tit {
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
}

.wtt {
    color: #fff;
}

.card-type-01 .item .txt {
    margin-top: 10px;
    color: #fff;
}

.card-type-01-rev .item .tit {
    color: #333;
}

.card-type-01-rev .item .tit:before {
    background-color: #333;
}

.card-type-01-rev .item .txt {
    color: #333;
}

@media (max-width: 599px) {
    .card-type-01 .item .tit {
        font-size: 18px;
    }

    .list-type-check li {
        letter-spacing: -.05em;
    }
}

/* card-type-02 */
.card-type-02 .item a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.card-type-02 .item a:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    border: solid 2px #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.card-type-02 .item .pic {
    background-color: #000;
}

.card-type-02 .item .pic img {
    opacity: 0.3;
}

.card-type-02 .item .tit {
    height: 85%;
    font-size: 24px;
    color: #fff;
    letter-spacing: -.05em;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

@media (max-width: 1024px) {
    .card-type-02 .item .tit {
        font-size: 22px;
    }
}

@media (min-width: 600px) and (max-width: 699px) {
    .card-type-02 .item .tit {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .card-type-02 .item .pic {
        height: 180px;
    }

    .card-type-02 .item .tit {
        width: 90%;
        height: auto;
        font-size: 18px;
        text-align: center;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial;
    }
}

/* card-type-03 */
.card-type-03 .item .tit {
    margin-top: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
}

@media (max-width: 599px) {
    .card-type-03 .item .tit {
        font-size: 18px;
    }
}

/* card-type-04 */
.card-type-04 .item a {
    display: block;
    padding: 10px;
    background-color: #fff;
}

.card-type-04 .item .pic,
.card-type-04 .item .name,
.card-type-04 .item .cate-box,
.card-type-04 .item .tit {
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
}

.card-type-04 .item .tit {
    font-size: 20px;
    font-weight: 600;
}

.card-type-04 .item .label {
    text-align: center;
}

.card-type-04 .item .label span {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 0px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #333;
}

/* card-type-05 */
.card-type-05 .item a {
    display: block;
}

.card-type-05 .item .info {
    margin-top: 10px;
}

.card-type-05 .item .info .tit {
    margin-top: 5px;
}

.card-type-05 .item .label span {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 0px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #333;
}

.card-type-05 .item .tit {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
}


/*===================================
ブロック
===================================*/
/* block-type-01 */
.block-type-01 .item {
    width: 80%;
}

.block-type-01 .item+.item {
    margin-top: 80px;
}

.block-type-01 .item:nth-of-type(2n+2) {
    margin-left: auto;
}

.block-type-01 .item .info {
    padding: 40px;
    background-color: #333;
}


.block-type-01 .item .tit {
    padding-left: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 3px;
    border-left: solid 4px #a2b2d4;
}

.block-type-01 .item .txt {
    margin-top: 20px;
    color: #fff;
}

.block-type-01-rev .item .info {
    background-color: #fff;
}

.block-type-01-rev .item .tit {
    color: #333;
}

.block-type-01-rev .item .txt {
    color: #333;
}

@media (max-width: 1024px) {
    .block-type-01 .item {
        width: 85%;
    }

    .block-type-01 .item+.item {
        margin-top: 60px;
    }

    .block-type-01 .item .info {
        padding: 30px;
    }
}

@media (max-width: 599px) {
    .block-type-01 .item {
        width: 100%;
    }

    .block-type-01 .item+.item {
        margin-top: 40px;
    }

    .block-type-01 .item .info {
        padding: 20px;
    }
}



/* block-type-02 */

.block-type-02 .item+.item {
    margin-top: 80px;
}

.block-type-02 .card-type-01 .item+.item {
    margin-top: 0;
}

.block-type-02 .item .left {
    width: 50%;
}

.block-type-02 .item .right {
    width: 55%;
    margin-top: 5%;
    margin-left: -5%;
    position: relative;
}

.block-type-02 .item .tbox {
    padding: 40px;
    background-color: #fff;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.block-type-02 .item .tbox .tit,
.mini-title {
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 1.5;
    border-left: solid 4px var(--color01);
}

.block-type-02 .item:nth-of-type(2n+2) .flex,
.block-type-02 .item.r .flex {
    -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+2) .right,
.block-type-02 .item.r .right {
    margin-left: 0;
    margin-right: -5%;
}

@media (max-width: 1024px) {
    .block-type-02 .item+.item {
        margin-top: 60px;
    }

    .block-type-02 .item .tbox {
        padding: 30px;
    }

    .block-type-02 .item .tbox .tit,
    .mini-title {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .block-type-02 .item+.item {
        margin-top: 40px;
    }

    .block-type-02 .item .left {
        width: 100%;
    }

    .block-type-02 .item .right {
        width: 100%;
        margin: 0 !important;
    }

    .block-type-02 .item .tbox {
        padding: 20px 15px;
    }

    .block-type-02 .item .tbox .tit,
    .mini-title {
        font-size: 20px;
    }
}



/* block-type-03 */
.block-type-03 {
    margin-top: 80px;
}

.block-type-03 .item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #a2b2d4;
}

.block-type-03 .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.block-type-03 .item .tit {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    border-left: solid 4px var(--color01);
    line-height: 1.4em;
    padding-left: 10px;
}

.block-type-03 .item .pri {
    margin-top: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #a2b2d4;
}

.block-type-03 .item .pri .yen {
    font-size: 18px;
}

@media (max-width: 1024px) {

    .block-type-03 .item {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid var(--color02);
    }

    .block-type-03 .item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .block-type-03 .item .tit {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .block-type-03 {
        margin-top: 50px;
    }

    .block-type-03 .item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--color02);
    }

    .block-type-03 .item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .block-type-03 .item .tit {
        font-size: 20px;
    }
}



/* block-type-04 */


.block-type-03 .item .num {
    font-size: 40px;
    color: #a2b2d4;
    line-height: 1;
    letter-spacing: 3px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 0;
    left: 5%;
    z-index: 2;
    font-weight: bold;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

@media (max-width: 1024px) {
    .block-type-04 .item+.item {
        margin-top: 60px;
    }

    .block-type-04 .item .tit {
        font-size: 22px;
    }

    .block-type-03 .item .num {
        font-size: 36px;
    }
}

@media (max-width: 599px) {
    .block-type-04 .item+.item {
        margin-top: 40px;
    }

    .block-type-04 .item .tit {
        font-size: 20px;
    }

    .block-type-03 .item .num {
        font-size: 32px;
    }
}

/*===================================
ボーダー
===================================*/
.border-type-01 {
    padding: 40px;
    border: solid 2px;
    border-radius: 20px 0 20px 0;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .border-type-01 {
        padding: 30px;
    }
}

@media (max-width: 599px) {
    .border-type-01 {
        padding: 20px;
    }
}

/*===================================
テーブル
===================================*/
/* table-type-01 */
.table-type-01 dt {
    width: 200px;
    padding: 10px;
    color: #fff;
    background-color: #333;
}

.table-type-01 dl+dl dt {
    border-top: solid 1px;
}

.table-type-01 dd {
    width: calc(100% - 200px);
    padding: 10px;
    background-color: #fff;
}

.table-type-01 dl+dl dd {
    border-top: solid 1px;
}

@media (max-width: 599px) {
    .table-type-01 dt {
        width: 100%;
    }

    .table-type-01 dd {
        width: 100%;
    }
}

/* table-type-02 */
.table-type-02 dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px;
}

.table-type-02 dl:last-of-type {
    margin-bottom: 0;
}

.table-type-02 dt {
    width: calc(100% - 250px);
    font-weight: 600;
    font-size: 18px;
}

.table-type-02 dd {
    width: 250px;
    font-weight: 600;
    font-size: 20px;
    color: #a2b2d4;
    text-align: right;
}

.table-type-02 dd.__big-text {
    font-size: 36px;
}

.table-type-02 .desc {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.table-type-02 .yen {
    font-size: 16px;
}

@media (max-width: 599px) {
    .table-type-02 dt {
        width: 100%;
        font-size: 16px;
    }

    .table-type-02 dd {
        width: 100%;
    }
}

/*===================================
バナー
===================================*/
.bnr-type-01 a {
    display: block;
    position: relative;
}

.bnr-type-01 a:before,
.bnr-type-01 a:after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    position: absolute;
}

.bnr-type-01 a:before {
    border-top: solid 2px;
    border-left: solid 2px;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.bnr-type-01 a:after {
    border-bottom: solid 2px;
    border-right: solid 2px;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.bnr-type-01 .pic {
    height: 300px;
    background-color: #000;
}

.bnr-type-01 .pic img {
    opacity: 0.6;
}

.bnr-type-01 .tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    font-size: 32px;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.bnr-type-01 .tit:after {
    content: "\f054";
    display: block;
    margin-left: 10px;
    font-family: "font awesome 5 free";
    font-weight: 600;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

@media (max-width: 1024px) {
    .bnr-type-01 .pic {
        height: 250px;
    }

    .bnr-type-01 .tit {
        font-size: 28px;
    }
}

@media (max-width: 599px) {

    .bnr-type-01 a:before,
    .bnr-type-01 a:after {
        width: 30px;
        height: 30px;
    }

    .bnr-type-01 .pic {
        height: 200px;
    }

    .bnr-type-01 .tit {
        font-size: 24px;
    }
}

/*===================================
共通要素
===================================*/
/* header */
#header {
    background-color: var(--color01);
    position: relative;
    z-index: 10;
}

.fixed .header-common {
    width: 100%;
    background-color: rgba(2, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

#header .pagettl {
    line-height: 1.2em;
    width: 96%;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
}

#header .left {
    width: 220px;
}

#header .logo {
    width: 100%;
    padding: 10px;
}

#header .logo a {
    display: block;
}

#header .right {
    width: calc(100% - 220px);
}

#header .add {
    margin-top: 5px;
    font-size: 14px;
}

.barger-inner .barger-body-inner .main-ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.barger-inner-logo a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}

.add-btn {
    margin-left: 15px;
    padding: 3px;
    background-color: #fff;
}

.add-btn>a {
    line-height: 1em;
    display: block;
    padding: 3px 7px;
    color: var(--color01);
    border: 1px solid #000;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #header .left {
        width: 180px;
    }
}

.h1-dummy {
    font-size: 12px;
    display: none;
    letter-spacing: -.05em;
}

@media (max-width: 1024px) {
    #header {
        position: static;
    }

    #header .left {
        width: 100%;
    }

    #header .logo {
        max-width: 200px;
        margin: auto;
    }

    #header .add {
        font-size: 12px;
        text-align: center;
    }

    .barger-inner .barger-body-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #header .pagettl {
        display: none;
    }

    .h1-dummy {
        display: block;
    }

    .add-btn {
        display: none;
    }
}

@media (max-width: 599px) {}

/* gnav */
#gnav li {
    margin-right: 20px;
    color: #fff;
}

#gnav li a {
    display: block;
}

#gnav .btn a {
    width: 170px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
    color: #fff;
    text-align: center;
    background-color: var(--color02);
}

#gnav .btn a.type-yokosuka {
    color: var(--color02);
    background-color: #fff;
    letter-spacing: -.05em;
    margin-bottom: 10px;
    border: 1px solid var(--color02);
}

#gnav .btn a:before {
    content: "\f0e0";
    display: block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
}

#gnav .btn a.type-yokosuka:before {
    display: none;
}

#gnav .dropdown {
    position: relative;
}

#gnav .dropdown ul {
    width: 250px;
    visibility: hidden;
    padding: 10px;
    background-color: #333;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    top: 100%;
    left: 0;
}

#gnav .dropdown:hover ul {
    visibility: visible;
    opacity: 1;
}

#gnav .dropdown ul li {
    margin: 0;
}

#gnav .dropdown ul li+li {
    margin-top: 10px;
}

#gnav .dropdown ul li a {
    color: #fff;
}

.h-add {
    color: #fff;
}

@media(max-width:1024px) {
    .h-add {
        color: #000;
        text-align: center;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #gnav li {
        margin-right: 10px;
        font-size: 14px;
    }

    #gnav .btn a {
        width: 140px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    #gnav li {
        width: 100%;
        margin: 0 0 20px;
        color: #333;
    }

    #gnav .btn {
        width: 100%;
    }

    #gnav .btn a {
        width: 100%;
    }

    #gnav .dropdown ul {
        width: 100%;
        visibility: visible;
        margin-top: 10px;
        padding: 0;
        background: none;
        opacity: 1;
        position: static;
    }

    #gnav .dropdown ul li a {
        padding-left: 1.5em;
        color: #333;
        position: relative;
    }

    #gnav .dropdown ul li a:before {
        content: "∟";
        line-height: 1.5;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* barger */
@media (max-width: 1024px) {
    .toggle {
        width: 42px;
        height: 42px;
        background-color: #333;
        cursor: pointer;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 31;
    }

    .toggle .bar {
        width: 28px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        background-color: #fff;
        -webkit-transition: ease 0.4s;
        transition: ease 0.4s;
        position: absolute;
        top: 65%;
        left: 7px;
    }
    
    .toggle .menu-txt{
              font-size: 10px;
        text-align: center;
        width: 100%;
        letter-spacing: -0.05em;
        display: block;
        position: absolute;
        top: 2px;
        left: 0;
        color: #fff;
    }

    .toggle .bar:before,
    .toggle .bar:after {
        content: "";
        width: 28px;
        height: 2px;
        display: block;
        background-color: #fff;
        position: absolute;
        left: 0;
    }

    .toggle .bar:before {
        top: -6px;
    }

    .toggle .bar:after {
        top: 6px;
    }

    .drawer-active .toggle .bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .drawer-active .toggle .bar:after,
    .drawer-active .toggle .bar:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    .barger-body {
        width: 100%;
        max-width: 350px;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: url('/import/tenant_1/162.43.88.123/images/pattern.webp') repeat;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 30;
    }

    .drawer-active .barger-body {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .barger-inner {
        padding: 50px 15px 100px;
    }

    .overlay {
        width: 100%;
        height: 100vh;
        visibility: hidden;
        background-color: #000;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 29;
    }

    .drawer-active .overlay {
        visibility: visible;
        opacity: 0.3;
    }

    body.drawer-active {
        overflow: hidden;
        -ms-touch-action: none;
        touch-action: none;
    }
}

/* footer */
#footer {
    padding-top: 40px;
    color: #fff;
    background-color: var(--color01);
}

#footer .logo {
    max-width: 250px;
}

.footerBox .left {
    width: 48%;
}

.footerBox .right {
    width: 48%;
}

.footerBox .info {
    margin-top: 30px;
}

.footerBox .info li+li {
    margin-top: 20px;
}

.footerBox .icon {
    margin-top: 30px;
}

.footerBox .icon dl+dl {
    margin-top: 20px;
}

.footerBox .icon dt {
    margin-bottom: 5px;
}

.footerBox .icon dd li {
    margin-right: 10px;
}

.footerBox .icon dd li>a {
    display: block;
    width: 40px;
}

.footerBox .map:after {
    padding-top: 80%;
}

.footerNav {
    margin-top: 30px;
}

.footerNav li {
    margin-bottom: 10px;
}

.foot-line {
    margin-top: 60px;
}

.foot-line a {
    display: block;
    color: #333;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.foot-line a .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 5px;
    font-weight: 600;
}

.foot-line a .txt {
    padding: 5px 5px 15px;
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    background-color: #00b900;
}

.foot-line a .txt .sub {
    font-size: 70%;
}

.foot-line a .tit .pic {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 5px;
}

.foot-line a .subtxt {
    content: "";
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 50%;
    background-color: #ff8c00;
    position: absolute !important;
    top: -30px;
    left: -20px;
}

#footer .copy {
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
    background-color: var(--color02);
}

.footFix {
    width: 80px;
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 20;
}

.footFix ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footFix li {
    width: calc(96% / 3);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}

.footFix li.line {
    width: 100%;
    margin-top: 1%;
}

.footFix li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    background-color: rgb(139, 137, 137, 0.8);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.footFix li.type-b a{
   background-color: #E7552C;
}

.footFix li a:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    line-height: 1;
}

.footFix .tel {
    font-size: 24px;
}

.footFix .tel .txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.footFix .tel a .icon-tel {
    display: inline-block;
    padding: 10px;
    width: 100%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}

.mini-time {
    font-size: 12px;
    width: 1em;
    line-height: 1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    margin-left: -15px;
}

.footFix .tel .t-num {
    width: 1em;
    width: 1em;
    line-height: 1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}

.footFix .tel a .icon-tel:before {
    content: "\f879";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 120%;
    line-height: 1;
}

.footFix .line a {
    font-size: 16px;
    line-height: 1.2;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-color: #00b900;
}

.footFix .line a .icon-line {
    display: inline-block;
    margin: 0.2em;
    color: #fff;
    line-height: 1;
}

.footFix .line a .icon-line:before {
    content: "\f3c0";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal;
    font-size: 200%;
}

.footFix .mail a {
    background-color: #ff8c00;
}

.footFix .mail a .icon-mail {
    display: inline-block;
    margin-right: 0.2em;
    color: #fff;
    line-height: 1;
}

.footFix .mail a .icon-mail:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 140%;
}

@media (max-width: 1024px) {
    .foot-line a .txt {
        font-size: 18px;
    }

    .foot-line a .subtxt {
        top: -40px;
        left: -30px;
    }

    .footFix {
        width: 480px;
        top: auto;
        bottom: 15px;
    }

    .footFix ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 5px;
    }

    .footFix li {
        width: calc(50% - 22.5px);
        flex-grow: unset;
    }

    .footFix li.line {
        width: 45px;
        height: 45px;
        margin: 0;
    }

    .footFix li a {
        height: 100%;
        font-size: 14px;
        background-color: var(--color01);
        padding: 5px;
    }

    .footFix li.line a {
        background-color: #00b900;
    }

    .footFix .tel a {
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 18px;
    }

    .footFix .tel a .icon-tel {
        margin: 5px;
    }


    .footFix .tel .txt {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .footFix .tel a .icon-tel {
        display: inline-block;
        margin-right: 0.2em;
        color: #fff;
        line-height: 1;
        padding: 0px;
        width: auto;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .mini-time {
        font-size: 10px;
        width: auto;
        line-height: 1em;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        margin-left: 0;
    }

    .mini-time>span {
        display: block;
        font-size: 16px;
        width: auto;
        line-height: 1em;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        padding-left: .5em;
    }

    .footFix .tel .t-num {
        width: 1em;
        width: 1em;
        line-height: 1em;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        text-orientation: upright;
    }













    .footFix .line a {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        background-color: #333;
    }

    .footFix .mail a {
        background-color: var(--color02);
    }

    #footer .copy {
        padding-bottom: 100px;
    }

    .map {
        padding-top: 60%;
    }
}

@media (max-width: 599px) {
    .footerBox .left {
        width: 100%;
    }

    .footerBox .right {
        width: 100%;
        margin-top: 30px;
    }

    .footerNav li {
        font-size: 11px;
        line-height: 1.2;
    }

    .foot-line a .txt {
        font-size: 17px;
    }

    .foot-line a .subtxt {
        width: auto;
        height: auto;
        display: block;
        padding: 4px 30px;
        border-radius: 0;
        top: auto;
        bottom: calc(100% + 5px);
        left: 0px;
    }

    .footFix {
        width: 100%;
        bottom: 0;
    }

    .footFix ul {
        padding: 0;
    }


    #footer .copy {
        padding-bottom: 80px;
    }

    .mini-time>span {
        letter-spacing: -.05em;
    }
    
    .footFix .tel .txt{
      flex-wrap:nowrap;
      white-space:nowrap;
    }
    
    .footFix .tel a .icon-tel {
        margin: 0px;
    }
}

/* A-BiSUスライダー用 */
.uk-slidenav-position {
    height: 100%;
}

.uk-slideshow {
    height: 100% !important;
}

.uk-slideshow li {
    height: 100% !important;
}

.uk-slideshow li .uk-flex {
    height: 100% !important;
}

.uk-slideshow li .uk-flex img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*===================================
トップページ
===================================*/
/* mainimg */
.mainimg {
    height: 85vh;
    position: relative;
}

.mainimg .catch-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}

.mainimg .catch-wrap .catch-wrap-inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.mainimg .lead {
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mainimg .catch {
    height: auto;
    font-size: 48px;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width: 1024px) {
    .mainimg {
        height: 60vh;
    }

    .mainimg .catch-wrap {
        width: 94%;
    }

    .mainimg .lead {
        top: 75%;
        left: 5%;
    }

    .mainimg .catch {
        font-size: 32px;
        right: 5%;
    }
}

@media (max-width: 599px) {
    .mainimg {
        height: 75vh;
    }

    .mainimg .catch-wrap {
        height: 94%;
    }

    .mainimg .catch-wrap .catch-wrap-inner {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    .mainimg .lead {
        font-size: 14px;
        top: 30px;
    }

    .mainimg .catch {
        font-size: 28px;
        top: 10%;
        right: 5%;
    }
}

/* チェックボックス TOP使用 */
.checklist ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
}

.checklist ul li:before {
    content: "\f14a";
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
}

/* indexNews */
.indexNews .left {
    width: 60px;
}

.indexNews h3.ttl-type-cmn .ja {
    background: none;
}

.indexNews .right {
    width: calc(100% - 60px);
    max-width: 600px;
}

.indexNews .ttl {
    color: #fff;
}

.indexNews .list {
    padding: 20px;
    background-color: #f5f5f5;
}

.indexNews .list .dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
    display: block;
}

.indexNews .list .dl:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.indexNews .list dt {
    width: 120px;
}

.indexNews .list .cate {
    width: 120px;
}

.indexNews .list .cate span {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 0px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #333;
}

.indexNews .list .cate span:nth-child(n + 2) {
    display: none;
}

.indexNews .list dd {
    width: calc(100% - 240px);
}

@media (max-width: 599px) {
    .indexNews .list dt {
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .indexNews .list dd {
        width: 100%;
        font-size: 14px;
    }
}

/* indexBlog */
.indexBlog .item .cate span {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 0px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #333;
}

/* indexGreet */
.indexGreet {
    position: relative;
}

.indexGreet .ttl-type-cmn .ja {
    display: block;
}

.indexGreet .bg {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.indexGreet .ttl {
    margin-top: -80px;
}

.indexGreet .tit {
    font-size: 24px;
}

.indexGreet .txt {
    max-height: 100%;
    line-height: 2.5;
}

.indexGreet .sign {
    font-size: 18px;
    text-align: right;
}

.indexGreet .btn {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .indexGreet .ttl {
        margin-top: calc(-100px * 0.8);
    }
}

@media (max-width: 599px) {
    .indexGreet .ttl {
        margin-top: calc(-100px * 0.6);
    }

    .indexGreet .txt {
        line-height: 2;
        word-break: break-all;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial;
    }

    .indexGreet .sign {
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial;
    }

    .indexGreet .btn {
        width: 100%;
    }

    .indexGreet .tit {
        margin-bottom: 1em;
        font-size: 18px;
    }
}

/* indexVal */
.indexVal {
    position: relative;
}

/*.indexVal .ttl {
    -webkit-transform: translate(-50%, 15%);
    transform: translate(-50%, 15%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}*/

.indexVal .ttl.mk2 {
    -webkit-transform: translate(0);
    transform: translate(0);
    position: relative;
    top: 0%;
    left: 0%;
    color: #fff;
    margin-bottom: 0;
    padding: 30px;
}

.indexValBox01 .left {
    width: 50%;
}


.indexValBox01 .left .pic {
    height: 50vh;
}

.indexValBox01 .right {
    width: 50%;
    max-width: 500px;
    margin-right: auto;
}

.indexValBox01 .item .tbox {
    padding: 30px;
    background: url('/import/tenant_1/162.43.88.123/images/pattern.webp') repeat;
}

.indexValBox02 {
    margin-top: 30px;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .indexValBox01 .left {
        width: 100%;
    }

    .indexValBox01 .right {
        width: 100%;
    }

    .indexValBox01 .item .tbox {
        padding: 20px 15px;
    }
}

/* indexPick */
.indexPickList .item+.item {
    margin-top: 50px;
}

.indexPickList .item .left {
    width: 55%;
}

.indexPickList .item .right {
    width: 45%;
    background-color: #fff;
}

.indexPickList .item .pic {
    height: 100%;
}

.indexPickList .item .tbox {
    max-width: 480px;
    height: 100%;
    padding: 40px;
    background-color: #fff;
}

.indexPickList .item .tit {
    margin-bottom: 20px;
    font-size: 30px;
}

.indexPickList .item .info {
    font-size: 18px;
}

.indexPickList .item .info {
    font-size: 20px;
}

.indexPickList .item .info .num-box,
.indexPickList .item .info .price-box {
    line-height: 1.2;
}

.indexPickList .item .info .num {
    margin: 0 2px;
    font-size: 300%;
}

.indexPickList .item .info .pri {
    margin: 0 2px;
    font-weight: 600;
    font-size: 4.8vw;
    color: #a2b2d4;
    text-decoration: underline;

    text-decoration-thickness: 2px;
}

.indexPickList .item .info .yen {
    font-weight: 600;
    color: #a2b2d4;
}

.indexPickList .item:nth-of-type(2n+2) .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.indexPickList .item:nth-of-type(2n+2) .tbox {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .indexPickList .item .left {
        width: 50%;
    }

    .indexPickList .item .right {
        width: 50%;
    }

    .indexPickList .item .tbox {
        padding: 30px;
    }

    .indexPickList .item .tit {
        font-size: 26px;
    }

    .indexPickList .item .info .num {
        font-size: 250%;
    }

    .indexPickList .item .info .pri {
        font-size: 250%;
    }

    .indexPickList .item+.item {
        margin-top: calc(50px * 0.8);
    }
}

@media (max-width: 599px) {
    .indexPickList .item .left {
        width: 100%;
    }

    .indexPickList .item .right {
        width: 100%;
    }

    .indexPickList .item .tbox {
        max-width: 100%;
        padding: 20px;
    }

    .indexPickList .item .tit {
        font-size: 24px;
    }

    .indexPickList .item .info {
        font-size: 18px;
    }

    .indexPickList .item .info .num {
        font-size: 200%;
    }

    .indexPickList .item .info .pri {
        font-size: 200%;
    }

    .indexPickList .item+.item {
        margin-top: calc(50px * 0.6);
    }
}

.indexWorks .item .label span,
.custom-main .blogList .info .label span {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 0px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #333;
}

/*===================================
下層ページ
===================================*/
/* subImg */
.subImg {
    background-color: #333;
    position: relative;
}

.subImg .tit {
    min-width: 400px;
    max-width: 75%;
    padding: 10px 5%;
    font-weight: 600;
    font-size: 36px;
    color: #000;
    letter-spacing: 5px;
    text-align: center;
    background-image: url('/import/tenant_1/162.43.88.123/images/835926d8645a51cb5fc5c21dea80975a.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(151 151 151 / 80%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: calc(50% - 500px);
    z-index: 2;

    background-blend-mode: lighten;
    -webkit-clip-path: polygon(0 15px, 15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
    clip-path: polygon(0 15px, 15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0% 100%);
}

.subImg .tit.__pattern01 {
    background-image: url("../images/d8b7446bb79d6ae2367406a25f3b031c.webp");
}

.subImg .tit.__pattern02 {
    background-image: url("../images/b5bbb8b486657b7fbcb47981bdaa8312.webp");
}

.subImg .tit.__pattern03 {
    background-image: url("../images/ad6add980cab5df4b1c4d98cd8e4dfeb.webp");
}

.subImg .tit.__pattern04 {
    background-image: url("../images/f4e969b3fa403a4aafe846d28dac57d9.webp");
}

.subImg .tit.__pattern05 {
    background-image: url("../images/2d0cdeeb6809fe6da74b0dc710e6faca.webp");
}

.subImg .tit.__pattern06 {
    background-image: url("../images/61505ad88426302ac32d18b67cd152dc.webp");
}

.subImg .tit .ja {
    display: inline-block;
}

.subImg .pic {
    width: 60%;
    height: 40vh;
    min-height: 350px;
    margin-left: auto;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .subImg .tit {
        min-width: 350px;
        max-width: 90%;
        font-size: 32px;
        top: 50%;
        left: 5%;
    }

    .subImg .pic {
        height: 35vh;
        min-height: 300px;
    }
}

@media (max-width: 599px) {
    .subImg .tit {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 250px;
        font-size: 22px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .subImg .pic {
        width: 100%;
        min-height: 200px;
        height: 25vh;
    }

    .subImg .tit .ja {
        white-space: nowrap;
    }
}

/* pager */
.pager {
    width: 100%;
    margin: clamp(1.875rem, 1.31rem + 2.42vw, 3.125rem) 0;
}

.pager-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-list.-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pager-list.-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pager-list li {
    width: 2.5em;
    height: 2.5em;
    margin: 0 0.5em;
}

.pager-list li a,
.pager-list li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25em 0;
  white-space: nowrap;
    font-size: 1.25em;
    color: white;
    line-height: 1;
    border: 2px solid var(--color01);
    border-radius: 0.1em;
    background-color: var(--color01);
    position: relative;
}

.pager-list li a a:hover,
.pager-list li .now a:hover {
    color: var(--color-text_01);
    background-color: white;
    opacity: 1;
}

.pager-list li a:focus,
.pager-list li .now:focus {
    outline: none;
}

.pager-list li a:hover,
.pager-list li .now {
    color: var(--color-text_01);
    border: 2px solid var(--color01);
    background-color: white;
    opacity: 1;
}

.pager-list .arrow a::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.pager-list .arrow a:hover {
    color: white;
}

.pager-list .arrow a:hover::before {
    border-top: 2px solid var(--color01);
    border-right: 2px solid var(--color01);
}

.pager-list .arrow.-prev a::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pager-list .arrow.-next a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pager.-circle-list li a,
.pager.-circle-list li .now {
    border-radius: 100%;
}

.pager.-deformation-list li a,
.pager.-deformation-list li .now {
    border-radius: 0.5em 0;
}

@media (max-width: 1024px) {
    .pager-list.-left\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pager-list.-right\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .pager-list li {
        margin: 0 0.25em;
    }
}

@media (max-width: 599px) {
    .pager-list.-left\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pager-list.-right\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* catList */
.catList dl {
    height: 100%;
    background-color: #fff;
}

.catList dt {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #333;
}

.catList dd {
    border-bottom: solid 1px;
}

.catList dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    padding: 10px;
}

.catList dd a:before {
    content: "\f054";
    display: block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* worksList */
.slick-works {
    padding: 0 30px;
    position: relative;
}

.slick-works .item {
    height: auto;
    min-height: initial;
    float: none;
    padding: 0 10px;
}

.slick-works .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-works .btn-slick {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 40%;
}

.slick-works .btn-back {
    left: 0;
}

.slick-works .btn-next {
    right: 0;
}

/* faqList */
.faqList dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px;
}

.faqList dl:last-of-type {
    margin-bottom: 0;
}

.faqList dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

.faqList dt:before,
.faqList dt:after {
    content: "";
    display: block;
    margin-right: 10px;
    font-weight: 600;
    background-color: #333;
    width: 20px;
    height: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 22px;
    left: 0;
}

.faqList dt:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .5s;
    transition: .5s;
}

.faqList dt.is-parent:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faqList dd {
    display: none;
    margin-top: 10px;
    padding-left: 30px;
}

@media (max-width: 599px) {
    .faqList dt {
        font-size: 18px;
        letter-spacing:-.05em;
    }

    .faqList dt:before,
    .faqList dt:after {
        width: 18px;
        top: 16px;
    }
}

/* blog_detail */
.blogSingle {
    padding: 40px;
    background-color: #333;
}

.blogSingle {
    color: #333 !important;
}

.blogSingle .label span {
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.blogSingle .tit {
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;
}

.blogSingle .txt h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background-color: #333;
}


.blogSingle .txt h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    border-left: solid 4px #333;
}

.blogSingle .txt h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.blogSingle .txt h4:before {
    content: "・";
    color: #333;
}

.blogSingle iframe[src*="youtube"] {
    max-width: 100%;
    height: 100%;
    margin-top: 30px;

    aspect-ratio: 16 / 9;
}

.blogshosai02.txt ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
}

.blogshosai02.txt ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.blogshosai02.txt ol li {
    margin: 10px 0;
    padding-left: 40px;
    font-size: 1em;
    color: #666;
    position: relative;
}

.blogshosai02.txt ol li::before {
    content: "1";
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 0px;
    left: 0;
}

.blogshosai02.txt ol li:nth-child(2)::before {
    content: "2";
}

.blogshosai02.txt ol li:nth-child(3)::before {
    content: "3";
}

.blogshosai02.txt ol li:nth-child(4)::before {
    content: "4";
}

.blogshosai02.txt ol li:nth-child(5)::before {
    content: "5";
}

.blogshosai02.txt ol li:nth-child(6)::before {
    content: "6";
}

.blogshosai02.txt ol li:nth-child(7)::before {
    content: "7";
}

.blogshosai02.txt ol li:nth-child(8)::before {
    content: "8";
}

.blogshosai02.txt ol li:nth-child(9)::before {
    content: "9";
}

.blogshosai02.txt ol li:nth-child(10)::before {
    content: "10";
}

.blogshosai02.txt ol li:nth-child(11)::before {
    content: "11";
}

.blogshosai02.txt ol li:nth-child(12)::before {
    content: "12";
}

.blogshosai02.txt ol li:nth-child(13)::before {
    content: "13";
}

.blogshosai02.txt ol li:nth-child(14)::before {
    content: "14";
}

.blogshosai02.txt ol li:nth-child(15)::before {
    content: "15";
}

.blogshosai02.txt ol li:nth-child(16)::before {
    content: "16";
}

.blogshosai02.txt ol li:nth-child(17)::before {
    content: "17";
}

.blogshosai02.txt ol li:nth-child(18)::before {
    content: "18";
}

.blogshosai02.txt ol li:nth-child(19)::before {
    content: "19";
}

.blogshosai02.txt ol li:nth-child(20)::before {
    content: "20";
}


@media (max-width: 1024px) {
    .blogSingle {
        padding: 30px;
    }
}

@media (max-width: 599px) {
    .blogSingle {
        padding: 20px;
    }
}

/* works_detail */
.worksSingle .left {
    width: 40%;
}

.worksSingle .right {
    width: 55%;
}

.worksSingle .picList {
    margin-top: 10px;
}

.worksSingle .tit {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
}

.worksSingle .tit:after {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    margin-top: 5px;
    background-color: #333;
}

.worksSingle .info dt {
    padding: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #333;
}

.worksSingle .info dd {
    padding: 10px;
    background-color: #fff;
}

@media (max-width: 599px) {
    .worksSingle .left {
        width: 100%;
    }

    .worksSingle .right {
        width: 100%;
        margin-top: 20px;
    }
}

/* form */
.form dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px;
}

.form .border-b-none {
    padding-bottom: 0;
    border-bottom: none;
}

.form dt {
    font-weight: 600;
}

.form .explanation,
.form .dl02 .explanation {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}

.form .dl01 dt {
    margin-bottom: 10px;
}

.form .dl02 dt {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form .dl02 dd {
    width: calc(100% - 250px);
}

.form .dl02 dd select {
    padding: 10px;
}

.form .dl02 dd select [value=""] {
    display: none;
}

.form .require {
    margin-left: 5px;
    color: #dc143c;
}

.form input[type="text"] {
    width: 100%;
    padding: 10px;
}

.form select {
    color: #dc143c;
}

.form input[type="text"],
.form textarea {
    border: 1px solid #767676;
    border-radius: 5px;
    background-color: #eee;
}

.form input[type="text"]:not(:placeholder-shown),
.form textarea:not(:placeholder-shown) {
    background-color: white;
}

.postal-area .postal-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0.25em;
}

.postal-area .postal-code input {
    width: 30%;
    margin-left: 0.25em;
}

.postal-area .postal-code.-confirm {
    display: block;
}

.form textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    line-height: 1.5;
}

.form input[type=radio],
.form input[type=checkbox] {
    display: none;
}

.form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    cursor: pointer;
    position: relative;
    width: 50%;
}

.form label:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 3px;
    border: 2px solid #767676;
    border-radius: 4px;
    background-color: #fff;
    transform: translateY(-1px);
}

.form input[type=radio]:checked+label:before,
.form input[type=checkbox]:checked+label:before {
    background-image: url('/import/tenant_1/162.43.88.123/images/check-icon.webp');
    background-size: cover;
}

.form .dl01 .col3 label {
    width: 31.333%;
    margin: 1%;
}

.form .dl01 .col5 label {
    width: 18%;
    margin: 1%;
}

.form .dl-img label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form .dl-img label:before {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.form .dl-img label .img {
    height: auto;
    display: block;
}

.radio-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio-wrap label {
    margin: 5px 0;
}

@media (max-width: 1024px) {
    .form .dl01 .col5 label {
        width: 31.333%;
    }

    .form .dl01 .col2\@tb label {
        width: 48%;
    }

    .postal-area .postal-code input {
        width: 50%;
    }
}

@media (max-width: 599px) {
    .form .dl01 .col3 label {
        width: 48%;
    }

    .form .dl01 .col5 label {
        width: 48%;
    }

    .form .dl01 .col1\@sp label {
        width: 98%;
    }

    .form .dl02 dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .form .dl02 dd {
        width: 100%;
    }

    .postal-area .postal-code input {
        width: 60%;
    }

    .radio-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .radio-wrap label {
        margin: 0;
    }

    .radio-wrap label+input+label {
        margin-top: 0.5em;
    }
}

.actual_object_error_wrapper {
    /* autoprefixer: ignore next */
    display: contents;
}

/* 画像にopacity */
.img-opacity {
    background-color: #000;
}

.img-opacity img {
    opacity: 0.7;
}

.sekoujirei01 {
    margin-top: 20px;
}

.blogshosai01 {
    background-color: #fff !important;
}

.blogshosai02 {
    color: #000 !important;
}

.blogshosai03 span {
    margin-bottom: 3px;
    margin-right: 3px;
    color: #fff !important;
    background-color: #000 !important;
}

.sekouijireichiran01 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}



@media (max-width: 599px) {

    .after0101,
    .before0101 {
        width: 130%;
        height: 40%;
    }

    .sekoujirei01 {
        margin-top: 10px;
    }

    .sekouijireichiran01 {
        margin-bottom: 40px;
    }

    .sekounoinfo {
        width: 48% !important;
        padding-top: 80px;
        padding-left: 8px;
    }
}


.pagenai04 {
    width: 30%;
    margin: auto;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.pagenai04.la {
    padding: 15px;
    background-color: rgb(56, 146, 9);
}

.pagenai04 a {
    display: block;
    padding: 15px;
    background-color: rgb(56, 146, 9);
}

.pagenailink {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -15px auto 70px;
}


/* 20220509追記（support） */
.ttl-bg-stone .ja {
    padding: 40px 20px;
    background: url('/import/tenant_1/162.43.88.123/images/pattern.webp') repeat;
}

.bgw50 {
    padding: 50px;
    background-color: #fff;
}

.block-type-02 .item.bgw50 .right {
    -webkit-box-shadow: 10px 10px 15px -10px;
    box-shadow: 10px 10px 15px -10px;
}

h4.jh4 {
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
}

.pt50 {
    padding: 50px;
}

.youtube {
    margin: auto;
}

@media (max-width: 599px) {
    .bgw50 {
        padding: 30px;
    }

    .pt50 {
        padding: 30px;
    }

    .pagenai04 {
        font-size: 22px;
    }

    .pagenai04 a {
        padding: 10px;
    }

    .pagenai04.la {
        padding: 10px;
    }

    .pagenailink {
        width: 80%;
    }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 5px 0;
    font-weight: 600;
}

.breadcrumbs-list {
    width: 100%;
    color: #000;
}

.breadcrumbs-list li {
    display: inline;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-weight: 600;
    font-size: 14px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    color: #333;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    display: inline-block;
    margin: 0 0.5em;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate(-3px, 2px);
}

@media(max-width:599px) {
    .breadcrumbs {
        padding: 5px;
    }
}

/*削除*/
.mainimg {
    overflow: hidden;
}

.for-sp {
    display: none;
}

.mainimg .lead.for-sp {
    font-size: 14px;
}

.mainimg .catch.for-sp {
    font-size: 28px;
}

.for-sp.ttl-size-xsmall {
    font-size: 16.8px;
}

.for-sp.ttl-type-cmn {
    font-size: 21.6px;
}

.for-sp.ttl-type-cmn.ttl-border {
    font-size: 20px;
}

.card-type-02 .item .tit.for-sp {
    width: 90%;
    height: auto;
    font-size: 18px;
    text-align: center;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

.indexPickList .item .tit.for-sp {
    font-size: 24px;
}

.card-type-03 .item .tit.for-sp {
    font-size: 18px;
}

.subImg .tit.for-sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 250px;
    font-size: 22px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.block-type-02 .item .tbox .tit.for-sp {
    font-size: 20px;
}

.block-type-01 .item .tit.for-sp {
    font-size: 20px;
}

.card-type-01 .item .tit.for-sp {
    font-size: 18px;
}

.block-type-03 .item .tit.for-sp {
    font-size: 20px;
    margin-bottom: 10px;
}

.block-type-03.type02 .item .tit.for-sp {
    font-size: 18px;
}

.flow-list-01 {
    margin-top: 50px;
}

.flow-item-01 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #a2b2d4;
}

.flow-list-01 .flow-item-01:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.flow-item-01::after {
    content: "⬇︎";
    display: inline-block;
    font-size: 30px;
    color: #a2b2d4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.flow-list-01 .flow-item-01:last-child::after {
    display: none;
}

.flow-tit-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.flow-tit-01 .num-ball {
    width: 50px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flow-tit-01 .flow-txt {
    width: calc(100% - 60px);
}

.flow-item-01 .txt {
    padding-left: 60px;
}

@media(max-width:599px) {
    .for-sp {
        display: block;
    }

    .for-pc {
        display: none;
    }

}

@media(max-width:599px) {
    .for-sp {
        display: block;
    }

    .for-pc {
        display: none;
    }


    .mainimg .catch.for-sp {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flow-item-01 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

/* 求人連携 */
.list-recruit-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-recruit-inner+.list-recruit-inner {
    margin-top: 0.5em;
}

.list-recruit-inner dt {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    padding-right: 1em;
    color: inherit;
    border: unset !important;
    background-color: unset;
    position: relative;
}

.list-recruit-inner dt::after {
    content: "：";
    display: inline-block;
    position: absolute;
    right: 0;
}

.list-recruit-inner dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    border-top: unset !important;
}

/* show hide */
[data-element-id] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width: 375px;
}

[data-element-id] .show\@tb:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: green;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width: 375px;
}

[data-element-id] .show\@sp:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: green;
}

/* js-toggle */
[data-element-id] .js-toggle+dd {
    display: block;
}

/* ttl-vertical */
[data-element-id] .ttl-vertical {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

/* btn-vertical */
[data-element-id] .btn-vertical {
    width: auto;
    height: auto;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

[data-element-id] .btn-vertical a {
    width: 150px;
}

[data-element-id] .btn-vertical a:after {
    margin: 0;
    margin-left: 10px;
}

/* header */
[data-element-id] #header {
    position: static;
}

[data-element-id] .card-type-02 .item a:before {
    display: none;
}

/* header-common */
[data-element-id] #gnav .dropdown ul {
    width: 100%;
    visibility: visible;
    opacity: 1;
    position: static;
}

[data-element-id] .header-common .header-common-inner {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .barger-inner .barger-body-inner {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .barger-inner .barger-body-inner .main-ul {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

/* footFix */
[data-element-id] .footFix {
    width: 600px;
    position: static;
}

[data-element-id] .footFix .tel {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

[data-element-id] .footFix .line a {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

/* mainimg */
[data-element-id] .mainimg .lead.for-sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[data-element-id] .mainimg .catch-wrap {
    pointer-events: none;
}

[data-element-id] .mainimg .catch-wrap .catch-wrap-inner {
    pointer-events: none;
}

[data-element-id] .mainimg .lead {
    pointer-events: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

[data-element-id] .mainimg .catch {
    pointer-events: auto;
}

[data-element-id] .card-type-02 .item a {
    height: 100%;
    padding-bottom: 1em;
    background-color: black;
}

[data-element-id] .card-type-02 .item .tit,
[data-element-id] .card-type-02 .item .tit.for-sp {
    height: auto;
    margin: auto;
    -webkit-transform: unset;
    transform: unset;
    position: static;
}

[data-element-id] .card-type-02 .item .tit.for-sp {
    margin-top: 2em;
    position: relative;
    left: auto;
}

[data-element-id] .mainimg .catch.for-sp::before {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

[data-element-id] .js-toggle+dd {
    display: block;
}

[data-element-id] .ttl-vertical {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

[data-element-id] .btn-vertical {
    width: auto;
    height: auto;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

[data-element-id] .btn-vertical a {
    width: 150px;
}

[data-element-id] .btn-vertical a:after {
    margin: 0;
    margin-left: 10px;
}

[data-element-id] .card-type-02 .item a:before {
    display: none;
}

[data-element-id] #header {
    position: static;
}

[data-element-id] #gnav .dropdown ul {
    width: 100%;
    visibility: visible;
    opacity: 1;
    position: static;
}

[data-element-id] .header-common .header-common-inner {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .barger-inner .barger-body-inner {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .barger-inner .barger-body-inner .main-ul {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .footFix {
    width: 600px;
    position: static;
}

[data-element-id] .footFix .tel,
[data-element-id] .footFix .tel2 {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

[data-element-id] .footFix .mail-pc a {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

[data-element-id] .indexNews .left {
    width: auto;
}

[data-element-id] .slick-works .item {
    width: 32%;
    display: inline-block;
    margin-bottom: 30px;
}

[data-element-id].for-sp {
    max-width: 375px;
    display: block;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #ddd;
    position: relative;
}

[data-element-id].for-sp::before {
    content: "SP時表示用";
    width: 100%;
    display: block;
    font-size: 12px;
    color: red;
    line-height: 1em;
    text-align: center;
    border: 2px solid #ddd;
    background-color: #ddd;
    position: absolute;
    top: -1.3em;
    left: 0;
}

[data-element-id] .banner a .banner-content {
    height: auto;
    margin: 3em auto;
    padding: 0.5em;
}

/* indexNews */
[data-element-id] .indexNews .left {
    width: auto;
}

[data-element-id] .slick-works .item {
    width: 32%;
    display: inline-block;
    margin-bottom: 30px;
}


.wt-shadow {
    text-shadow: 0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff,
        0px 0px 5px #fff;
}

.new-listup {
    display: flex;
    flex-wrap: wrap;
}

.new-listup>* {
    display: block;
    padding: 3px 3px 3px 20px;
    position: relative;
}

.new-listup>*::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background-color: var(--color01);
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

.table-type-01 .new-listup>span {
    width: 50%;
}

.indexPick.bg-type-black.section-pt-medium {
    padding-top: 50px;
}

.white-out img {
    filter: brightness(999);
}

.mini-time{
  display:none;
}

[data-element-id].mini-time{
  display:block;
}

@media(max-width:1024px) {
    .indexPick.bg-type-black.section-pt-medium {
        padding-top: calc(50px * 0.8);
    }
    
    .mini-time{
  display:block;
}
}


@media(max-width:599px) {
    .indexPick.bg-type-black.section-pt-medium {
        padding-top: 40px;
    }

    .indexVal.bg-type-black.section-pt-medium.section-pb-xsmall {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .indexValBox01 .left .pic {
        height: 250px;
    }

    .indexGallery.section-pt-xsmall.section-pb-small {
        padding-top: 40px;
    }

    #footer .logo {
        margin-left: auto;
        margin-right: auto;
    }

    .card-type-03 .item .tit.for-sp {
        font-size: 16px;
    }

    .table-type-01 .new-listup>span {
        width: 100%;
    }

    .indexPick.bg-type-black.section-pt-medium {
        padding-top: calc(50px * 0.6);
    }

    .card-type-01-rev .item .txt {
        letter-spacing: -.05em;
    }

    .form label {
        width: 100%;
    }
}

.scrolling-box {
    border: 3px solid var(--color01);
}

.column_end {
    margin: 45px 0 0 0;
    padding: 15px;
    background: #FFF;
    border: 3px solid #49A2A3;
    border-radius: 5px;
}

.uk-lb:hover{
  cursor:pointer;
}

.tight{
  letter-spacing:-0.08em!important;
}

.footFix ul>div,
.footFix ul>div>div{
  display:contents;
}

[data-element-id].footFix ul>div,
[data-element-id].footFix ul>div>div{
  display:block;
  width:100%;
}

[data-element-id].footFix ul>div>div:nth-child(2){
  display:none;
}

.uk-text-danger{
  width:100%;
  display:block;
}

.bls .slick-works .btn-slick{
  color:var(--color02);;
}

.whitebox{
  background-color:#fff;
}

.tel-row{
  text-align: center;
  color:var(--color02);
}

.tel-row .tel{
  font-size:2em;
  font-weight:bold;
  background: linear-gradient(transparent 60%, #a2b2d4 60%);
}
