@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;900&family=Open+Sans:wght@400;600&display=swap");

/* # root2 START # */
:root {
    --color01: #155e1b;
    --color02: #14475e;
    --url01: url('/import/tenant_1/162.43.90.165/P02/images/green-head-bg.webp');
    --url02: url('/import/tenant_1/162.43.90.165/P02/images/about-roler-right-green.webp');
    --url03: url('/import/tenant_1/162.43.90.165/P02/images/about-roler-left-green.webp');
    --url04: url('/import/tenant_1/162.43.90.165/P02/images/green-roler-left01.webp');
    --url05: url('/import/tenant_1/162.43.90.165/P02/images/green-roler-right01.webp');
    --url06: url('/import/tenant_1/162.43.90.165/P02/images/news-roler-green.webp');
    --url07: url('/import/tenant_1/162.43.90.165/P02/images/h3-roler-green.webp');
    --url08: url('/import/tenant_1/162.43.90.165/P02/images/about-bg-x-green.webp');
    --url09: url('/import/tenant_1/162.43.90.165/P02/images/about-bg-y-green.webp');
    --url10: url('/import/tenant_1/162.43.90.165/P02/images/green-head-bg02.webp');
    --url11: url('/import/tenant_1/162.43.90.165/P02/images/green-head-bg02.webp');
    --url12: url('/import/tenant_1/162.43.90.165/P02/images/green-head-bg04.webp');
}
/* # root2 END # */

/* # root1 START # */
/* :root {
    --color01: #14475e;
    --color02: #218055;
    --url01: url('/import/tenant_1/162.43.90.165/P02/images/blue-head-bg.webp');
    --url02: url('/import/tenant_1/162.43.90.165/P02/images/about-roler-right.webp');
    --url03: url('/import/tenant_1/162.43.90.165/P02/images/about-roler-left.webp');
    --url04: url('/import/tenant_1/162.43.90.165/P02/images/blue-roler-left01.webp');
    --url05: url('/import/tenant_1/162.43.90.165/P02/images/blue-roler-right01.webp');
    --url06: url('/import/tenant_1/162.43.90.165/P02/images/news-roler.webp');
    --url07: url('/import/tenant_1/162.43.90.165/P02/images/h3-roler.webp');
    --url08: url('/import/tenant_1/162.43.90.165/P02/images/about-bg-x.webp');
    --url09: url('/import/tenant_1/162.43.90.165/P02/images/about-bg-y.webp');
    --url10: url('/import/tenant_1/162.43.90.165/P02/images/blue-head-bg02.webp');
    --url11: url('/import/tenant_1/162.43.90.165/P02/images/blue-head-bg02.webp');
    --url12: url('/import/tenant_1/162.43.90.165/P02/images/blue-head-bg04.webp');
} */
/* # root1 END # */

html {
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 2;
}

body {
    position: relative;
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/body-bg.webp');
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
}

h2,
h3,
h4,
h5 {
    line-height: 1.3;
}

/* スマホ用見出し */
.ttl-show\@pc {
    display: block;
}

.ttl-show\@sp {
    display: none!important;
}

@media(max-width:599px) {
    .ttl-show\@pc {
        display: none!important;
    }

    .ttl-show\@sp {
        display: block!important;
    }
}

[data-element-id] .ttl-show\@sp {
    max-width: 375px;
    display: block!important;
    margin: 0 auto;
    border: solid 2px #ff1493;
    position: relative;
}

[data-element-id] .ttl-show\@sp::after {
    content: "SPのみ";
    display: block!important;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ff1493;
}

/* 見出し */
h2 {
    font-size: 40px;
}

h3 {
    font-weight: bold;
    color: var(--color01);
}

@media (max-width: 1024px) {
    h2 {
        font-size: 32px;
    }
}

@media (max-width: 599px) {
    h2 {
        font-size: 24px;
    }
}

.list-inner {
    height: 100%;
}

.up-reader2 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.up-reader3 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 3;
}

/* letter-spacing */
.ls-cmn01 {
    letter-spacing: 3px;
}

@media (max-width: 1024px) {
    .ls-cmn01 {
        letter-spacing: 2px;
    }
}

@media (max-width: 599px) {
    .ls-cmn01 {
        letter-spacing: 1px;
    }
}

/* フォントファミリー */
.font01 {
    font-family: "Heebo", sans-serif;
}

.font02 {
    font-family: "Open Sans", sans-serif;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw6 {
    font-weight: 600;
}

.fw7 {
    font-weight: 700;
}

.color01 {
    color: #1a1a1a;
}

.color02 {
    color: var(--color01);
}

.color03 {
    color: var(--color02);
}

.color04 {
    color: red;
}

.color-white {
    color: #fff;
}

.prof-cmn {
    overflow: hidden;
    position: relative;
}

.bg-cmn01 {
    overflow: hidden;
    position: relative;
}

.bg-cmn01:before {
    content: "";
    width: 300vw;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/news-bg.webp');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

/* padding, margin */
.area {
    padding-top: 130px;
    padding-bottom: 130px;
}

.area02 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt01 {
    padding-top: 80px;
}

.pt02 {
    padding-top: 60px;
}

.pt03 {
    padding-top: 30px;
}

.pb01 {
    padding-bottom: 80px;
}

.pb02 {
    padding-bottom: 60px;
}

.pb03 {
    padding-bottom: 30px;
}

.mt01 {
    margin-top: 80px;
}

.mt02 {
    margin-top: 60px;
}

.mt03 {
    margin-top: 30px;
}

.mb01 {
    margin-bottom: 80px;
}

.mb02 {
    margin-bottom: 60px;
}

.mb03 {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .area {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .area02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pt01 {
        padding-top: 60px;
    }

    .pt02 {
        padding-top: 40px;
    }

    .pt03 {
        padding-top: 20px;
    }

    .pb01 {
        padding-bottom: 60px;
    }

    .pb02 {
        padding-bottom: 40px;
    }

    .pb03 {
        padding-bottom: 20px;
    }

    .mt01 {
        margin-top: 60px;
    }

    .mt02 {
        margin-top: 40px;
    }

    .mt03 {
        margin-top: 20px;
    }

    .mb01 {
        margin-bottom: 60px;
    }

    .mb02 {
        margin-bottom: 40px;
    }

    .mb03 {
        margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .area02 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pt01 {
        padding-top: 40px;
    }

    .pt02 {
        padding-top: 30px;
    }

    .pt03 {
        padding-top: 10px;
    }

    .pb01 {
        padding-bottom: 40px;
    }

    .pb02 {
        padding-bottom: 30px;
    }

    .pb03 {
        padding-bottom: 10px;
    }

    .mt01 {
        margin-top: 40px;
    }

    .mt02 {
        margin-top: 30px;
    }

    .mt03 {
        margin-top: 10px;
    }

    .mb01 {
        margin-bottom: 40px;
    }

    .mb02 {
        margin-bottom: 30px;
    }

    .mb03 {
        margin-bottom: 10px;
    }
}

.ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anker-b a {
    display: block;
}

.txt2 {
    line-height: 2;
}

.img100 img {
    width: 100%;
}

.h100 {
    height: 100%;
}

/* list */
.list-cmn01 {
    padding-left: 1em;
    text-indent: -1em;
}

.list-cmn02 {
    padding-left: 2em;
    text-indent: -2em;
}

.list-cmn03 {
    padding-left: 3em;
    text-indent: -3em;
}

/* left right */
@media (max-width: 599px) {
    .wrapper main .left-cmn {
        width: 100%;
        margin-bottom: 15px;
    }

    .wrapper main .right-cmn {
        width: 100%;
    }
}

/* 左右入れ替え */
.rowr2n-cmn li:nth-of-type(2n) .box-cmn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row2n-cmn li:nth-of-type(2n) .box-cmn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row2n-cmn li:nth-of-type(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* 繰り返しマージン */
.pwrap-cmn li:not(:last-child) {
    margin-bottom: 60px;
}

.pwrap-cmn02 li:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .pwrap-cmn li:not(:last-child) {
        margin-bottom: 40px;
    }

    .pwrap-cmn02 li:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .pwrap-cmn li:not(:last-child) {
        margin-bottom: 30px;
    }

    .pwrap-cmn02 li:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* br */
.br1024b-cmn br {
    display: none;
}

.br1024n-cmn br {
    display: block;
}

.br599b-cmn br {
    display: none;
}

.br599n-cmn br {
    display: block;
}

@media (max-width: 1024px) {
    .br1024b-cmn br {
        display: block;
    }

    .br1024n-cmn br {
        display: none;
    }
}

@media (max-width: 599px) {
    .br599b-cmn br {
        display: block;
    }

    .br599n-cmn br {
        display: none;
    }
}

/* list */
.list-cmn01 {
    padding-left: 1em;
    text-indent: -1em;
}

.list-cmn02 {
    padding-left: 2em;
    text-indent: -2em;
}

.list-cmn03 {
    padding-left: 3em;
    text-indent: -3em;
}

/* header */
.header-left {
    width: 320px;
    position: relative;
}

h1 {
    margin-left: 1em;
    font-size: 12px;
}

h1 a {
    display: block;
    padding: 10px 0;
}

h1 img {
    width: 100%;
}

.header-right {
    width: calc(100% - 320px);
}

.header-nav {
    margin-right: 20px;
}

.nav-item {
    font-weight: bold;
}

.nav-item a {
    display: block;
    padding: 0 15px 12px;
    text-align: center;
    position: relative;
}

.nav-item a:after {
    content: "";
    width: 9px;
    height: 4px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/down01.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.head-tel-box {
    margin-right: 30px;
}

.head-tel {
    width: 287px;
    padding: 10px 30px;
    background-color: var(--color01);
}

.head-tel .ttl {
    font-weight: bold;
    font-size: 18px;
    color: #cc8022;
}

.head-tel .sub {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.head-tel .tel {
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}

/*.head-contact-wrapper {
    width: 125px;
    height: 125px;
}*/

.head-contact-box {
    width: 125px;
    height: 125px;
    display: block;
    position: relative;
}

.head-contact-box a {
    height: 100%;
    display: block;
    background-color: #97bf32;
}

.head-contact-box.ab-test a {
    background-color: #f2c32f;
}

.head-contact {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.head-contact .icon {
    margin-bottom: 10px;
    font-size: 40px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.head-contact img {
    width: 60px;
}

.head-contact .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

header {
    position: relative;
    z-index: 998;
}

.logo001 {
    text-align: center;
}

.logo001>a {
    display: inline-block;
}

@media (max-width: 1024px) {
    header {
        margin: 15px;
    }

    h1 {
        padding-right: 50px;
    }
}

@media (max-width: 599px) {
    header {
        margin-top: 0;
    }
}

/* スマホオンリー */
.pc-none {
    display: none;
}

@media (max-width: 599px) {
    .pc-none {
        display: block;
    }
}

/* toggle */
.gnav .toggle span.n {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: inherit;
    line-height: 160%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

/* gnav */
.gnav-box {
    padding: 35px 0;
    position: relative;
    z-index: 999;
}

.gnav {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.g-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-item {
    width: calc(100% / 6);
}

.g-item>a,
.g-item>.dropdown-btn {
    display: block;
    padding: 77px 5px 28px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    -webkit-transition: none;
    transition: none;
}

.g-item.icon+.g-item.icon,
.g-item.pc-none+.g-item.icon {
    border-left: 3px solid var(--color01);
}

.g-item.icon>a,
.g-item.icon>.dropdown-btn {
    position: relative;
}

.g-item.sns>a {
    font-size: 28px;
    line-height: 1.2;
}

.g-item.sns.ver02>a {
    font-size: 32px;
}

.g-item.icon>a:after,
.g-item.icon>.dropdown-btn:after {
    content: "";
    width: 9px;
    height: 4px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/down01.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10px;
    left: 50%;
}

.g-item.icon>a:before,
.g-item.icon>.dropdown-btn:before {
    content: "";
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 5%;
    left: 50%;
}

.g-item.icon01>a:before,
.g-item.icon01>.dropdown-btn:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/gnav01.webp');
}

.g-item.icon02>a:before,
.g-item.icon02>.dropdown-btn:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/gnav02.webp');
}

.g-item.icon03>a:before,
.g-item.icon03>.dropdown-btn:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/gnav03.webp');
}

.g-item.icon04>a:before,
.g-item.icon04>.dropdown-btn:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/gnav04.webp');
}

.g-item.icon05>a:before,
.g-item.icon05>.dropdown-btn:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/gnav05.webp');
}

.g-item.icon06>a:before,
.g-item.icon06>.dropdown-btn:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/gnav06.webp');
}

.g-item.icon07>a:before,
.g-item.icon07>.dropdown-btn:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/gnav07.webp');
}

@media (max-width: 1024px) {
    .g-item.pc-none+.g-item.icon {
        border-left: unset;
    }
}

/* gnav アコーディオン */
.pull-box {
    position: relative;
}

.accordionbox {
    width: 120%;
    visibility: hidden;
    padding: 5px 10px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    z-index: 10;
}

.g-item.pull:hover .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (min-width: 1025px) {
    .head-contact-box {
        width: 80px;
        height: 190px;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
    }

    .ab-test-box {
        position: fixed;
        top: 200px;
        right: 0;
        z-index: 200;
    }

    .head-contact {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .head-contact .ttl {
        width: auto;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .head-contact img {
        width: 40px;
    }
}

.gnav.fixed {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.gnav.fixed .g-item a:before,
.gnav.fixed .g-item .dropdown-btn:before {
    content: none;
}

.gnav.fixed .g-item>a,
.gnav.fixed .g-item>.dropdown-btn {
    padding: 5px 5px 28px;
}

.g-item.pull:hover {
    cursor: pointer;
}

.a-item a {
    display: block;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.2;
    -webkit-transition: none;
    transition: none;
}

.a-item+.a-item {
    border-top: 1px solid #eee;
}

@media (max-width: 1024px) {
    .accordionbox {
        width: 100%;
    }
    .gnav-box {
        padding: 0;
    }

    .pc-none {
        display: block;
    }



    .gnav.action+.overlay::after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
    }

    .g-item.icon a:before {
        content: none;
    }

    .g-item.icon+.g-item.icon:before {
        content: none;
    }

    .g-item.icon+.g-item.icon {
        border-left: none;
    }

    .g-item.icon a:after {
        content: none;
    }

    .gnav .toggle {
        width: 38px;
        height: 38px;
        display: block;
        margin: 2px;
        opacity: 0.8;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: fixed;
        top: 16px;
        right: 10px;
        z-index: 999;
    }

    .gnav .toggle span.n {
        display: block;
        text-indent: 9999px;
    }

    .gnav .toggle .icon-bar {
        width: 22px;
        height: 2px;
        display: block;
        margin-left: -11px;
        border-bottom: 2px solid #323232;
        -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-property: transform, -webkit-transform;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        position: absolute;
        position: relative;
        left: 50%;
    }

    .toggle .icon-bar:nth-child(1) {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .gnav.action .toggle .icon-bar:nth-child(1) {
        width: 25px;
        margin-left: -14.25px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        top: -2px;
    }

    .gnav .toggle .icon-bar:nth-child(2) {
        width: 16px;
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        top: 6px;
    }

    .gnav.action .toggle .icon-bar:nth-child(2) {
        opacity: 0;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }

    .gnav .toggle .icon-bar:nth-child(3) {
        width: 12px;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        top: 12px;
    }

    .gnav.action .toggle .icon-bar:nth-child(3) {
        width: 25px;
        margin-left: -15.5px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    .gnav .gnavinn {
        width: 90%;
        max-width: 400px;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background: rgba(255, 255, 255, 1);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -10;
    }

    .gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    /* ハンバーガーメニュー内 */
    .g-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 20px 20px;
    }

    .g-item {
        width: 100%;
    }

    .g-item>a,
    .g-item>.dropdown-btn {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #959491;
    }

    .g-item>.dropdown-btn {
        padding-right: 2em;
    }

    .g-item>.dropdown-btn::before {
        display: none;
    }

    .g-item.icon>.dropdown-btn::after {
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        top: 1.5em;
        bottom: auto;
        left: auto;
        right: 0.5em;
    }

    .g-item.icon.action>.dropdown-btn::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sp-logo {
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }

    .sp-logo a {
        display: inline-block;
        padding: 15px;
    }

    .sp-logo img {
        width: 300px;
    }

    .gnav .g-list .g-item .accordionbox {
        visibility: visible;
        background-color: #eee;
        opacity: 1;
        -webkit-transform: unset;
        transform: unset;
        position: static;
    }

    .g-item.pull>a {
        pointer-events: none;
    }

    .a-item a {
        padding: 10px;
    }
}

@media (max-width: 599px) {
    .sp-logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* TOPメインビジュアル */
.top-image .pic {
    height: 750px;
}

.top-image li {
    width: 1000px;
    height: auto;
    margin: 0 40px;
}

.top-image-box {
    position: relative;
}

.top-image.left {
    width: 30%;
}

.top-image.right {
    width: 65%;
    position: relative;
}

.head-wrap01 {
    width: 100%;
    position: absolute;
    top: 10%;
    right: 5%;
}

[data-element-id] .head-wrap01.ttl-show\@sp{
  left: 0;
    position: absolute;
}

.head-wrap01 li {
    overflow: hidden;
    padding: 0 5px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: relative;
}

/* .head-wrap01 li:before {
    content: "";
    width: 4px;
    height: 200%;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/border02.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
} */

.head-wrap02 {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 5%;
    z-index: 5;
}

.head-wrap02 .wrap {
    display: block;
    overflow: hidden;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    text-shadow: white 1px 1px 0,
    white -1px -1px 0,
    white -1px 1px 0,
    white 1px -1px 0,
    white 0px 1px 0,
    white 0 -1px 0,
    white -1px 0 0,
    white 1px 0 0;
    position: relative;
}

.head-wrap02 .wrap:before {
    content: "";
    width: 500%;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/head-bg01.webp');
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.head-wrap02 li:after {
    content: "";
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/head-bg02.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: -1.5%;
    right: -1.5%;
    z-index: -2;
}

.head-wrap02 li {
    display: inline-block;
    position: relative;
}

.head-wrap02 li:last-child:before {
    content: "";
    width: 131px;
    height: 125px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/roler01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 40%;
    right: -3%;
}

/* mvのペンキを塗るエフェクト */
[class*="fead-mv0"] {
    opacity: 1;
}

.head-wrap02 .wrap:before,
.head-wrap02 li:after,
.head-wrap02 li:last-child:before {
    display: none;
}

.head-wrap02 .wrap {
    z-index: 2;
}

.paint-effect-box {
    width: 0;
    height: 100%;
    border: 5px solid;
    border-image-source: url('/import/tenant_1/162.43.90.165/P02/upload/a1cf7a8a52efa9d00b8f90274249e674.webp');
    border-image-slice: 5%;
    border-image-width: 5px;
    border-image-repeat: repeat;
    background-image: url('/import/tenant_1/162.43.90.165/P02/upload/f9e353fd8936cc69bb3b2dcad5f5ea64.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: width 0.7s linear;
    transition: width 0.7s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.paint-effect li .wrap span {
    display: inline-block;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

/* .head-wrap02 li .paint-effect-box::after {
    content: "";
    width: 131px;
    height: 125px;
    display: inline-block;
    margin-left: 10px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/roler01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(calc(100% + 15px), 0);
    transform: translate(calc(100% + 15px), 0);
    position: absolute;
    top: -25px;
    right: 0;
} */

.head-wrap02 li.painted .paint-effect-box {
    width: 100%;
    opacity: 1;
}

.head-wrap02 li.painted .paint-effect-box::after {
    opacity: 1;
}

.head-wrap02 li.elase .paint-effect-box::after {
    opacity: 0;
}

.paint-effect li.popup .wrap span {
    opacity: 1;
    -webkit-transform: translate(0.0);
    transform: translate(0.0);
}

.paint-effect li.popup .wrap span:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.paint-effect li.popup .wrap span:nth-of-type(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.paint-effect li.popup .wrap span:nth-of-type(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.paint-effect li.popup .wrap span:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.paint-effect li.popup .wrap span:nth-of-type(6) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.paint-effect li.popup .wrap span:nth-of-type(7) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.paint-effect li.popup .wrap span:nth-of-type(8) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.paint-effect li.popup .wrap span:nth-of-type(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.paint-effect li.popup .wrap span:nth-of-type(10) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.paint-effect li.popup .wrap span:nth-of-type(11) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.paint-effect li.popup .wrap span:nth-of-type(12) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.paint-effect li.popup .wrap span:nth-of-type(13) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

.paint-effect li.popup .wrap span:nth-of-type(14) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

.paint-effect li.popup .wrap span:nth-of-type(15) {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.paint-effect li.popup .wrap span:nth-of-type(16) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}

.paint-effect li.popup .wrap span:nth-of-type(17) {
    -webkit-transition-delay: 3.2s;
    transition-delay: 3.2s;
}

.paint-effect li.popup .wrap span:nth-of-type(18) {
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s;
}

.paint-effect li.popup .wrap span:nth-of-type(19) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s;
}

.paint-effect li.popup .wrap span:nth-of-type(20) {
    -webkit-transition-delay: 3.8s;
    transition-delay: 3.8s;
}


@media (max-width: 1024px) {
    .head-wrap02 li .paint-effect-box::after {
        width: 95px;
        height: 75px;
        -webkit-transform: translate(calc(100%), 0);
        transform: translate(calc(100%), 0);
        top: -15px;
    }
}

@media (max-width: 599px) {
    .head-wrap02 li .paint-effect-box::after {
        width: 39px;
        height: 39px;
        top: -11px;
        right: -8px;
    }
}

/* mvのペンキを塗るエフェクトここまで */
.h-cmn01 {
    padding-bottom: 47px;
    position: relative;
}

.h-cmn01 span {
    display: block;
}

/* .h-cmn01:before {
    content: "";
    width: 64px;
    height: 68px;
    background-image: var(--url06);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
} */

.h-cmn01 .ttl {
    margin-bottom: 10px;
    font-family: "Heebo", sans-serif;
    font-size: 61px;
    line-height: 1;
    letter-spacing: 5px;
}

.h-cmn01 .sub {
    font-size: 18px;
}

.border01 {
    border-bottom: 1px solid #ccc;
}

.btn-cmn01 a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.btn-cmn01 a:hover {
    opacity: inherit;
}

.btn-cmn01 span {
    display: block;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: relative;
}

.btn-cmn01 a:hover span,
.btn-cmn01 a:focus span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-cmn01 a:before {
    content: attr(data-hover);
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 50px;
    font-weight: bold;
    font-size: 16px;
    color: var(--color01);
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.btn-cmn01 a:hover:before,
.btn-cmn01 a:focus:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.btn-cmn01 span:after {
    content: "";
    width: 7px;
    height: 12px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/right01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 25px;
}

.top01 .btn-cmn01 {
    margin-top: 20px;
}

.roler-cmn01 {
    position: relative;
}

/* .roler-cmn01:before {
    content: "";
    width: 77px;
    height: 74px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/roler01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 40%;
    right: -1.3%;
} */

.white-bg-cmn01 {
    position: relative;
}

.white-bg-cmn01 a {
    overflow: hidden;
    position: relative;
}

.white-bg-cmn01:after {
    content: "";
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/news-white-bg-x.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 3%;
    bottom: 3%;
    left: -0.5%;
    right: -0.5%;
    z-index: -1;
}

.white-bg-cmn01 a:before {
    content: "";
    width: 500%;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/news-white-bg-y.webp');
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.top-news-list a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 30px 18px 18px;
}

.top-news-list .date {
    width: 90px;
}

.top-news-list .cat-box {
    width: 180px;
}

.top-news-list .ttl {
    width: calc(100% - 100px);
}

.top-news-list * {
    font-weight: bold;
}

.top-news-list .cat span {
    display: inline-block;
    color: #fff;
}

.top-news-list .cat {
    padding: 3px 20px;
    text-align: center;
    border-radius: 1000px;
    background-color: var(--color01);
}

.top-news-list .cat span+span {
    position: relative;
}

.top-news-list .cat span+span:before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}

.top-news-list li a {
    position: relative;
}

.top-news-list li a:after {
    content: "";
    width: 6px;
    height: 9px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/right02.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 15px;
}

.top-news-list li+li {
    margin-top: 20px;
}

.top-news-list {
    padding-right: 75px;
}

.h-cmn02 {
    margin-bottom: 60px;
    text-align: center;
}

.h-cmn02 .ttl {
    display: inline-block;
    font-family: "Heebo", sans-serif;
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: 5px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
    left top, left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(60%, rgba(255, 255, 255, 0)),
    color-stop(60%, rgba(207, 195, 165, 1)),
    to(rgba(207, 195, 165, 1)));
    background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 60%,
    rgba(207, 195, 165, 1) 60%,
    rgba(207, 195, 165, 1) 100%);
}

.h-cmn02 .ttl::first-letter {
    color: var(--color02);
}

.h-cmn02 .sub {
    display: inline-block;
    margin-top: 15px;
}

.sun-icon-cmn01 {
    position: relative;
}

.sun-icon-cmn01:before {
    content: "";
    width: 112px;
    height: 86px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/sun-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
}

.roler-cmn02 {
    position: relative;
}

/* .roler-cmn02:after {
    content: "";
    width: 36px;
    height: 38px;
    background-image: var(--url07);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    position: absolute;
    bottom: -10px;
    right: -10px;
} */

.h-cmn03 span {
    display: block;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    color: #fff;
}

.bg-cmn02 {
    position: relative;
}

.bg-cmn02 span {
    overflow: hidden;
    position: relative;
}

.bg-cmn02 span:before {
    content: "";
    width: 500%;
    height: 100%;
    background-image: var(--url09);
    background-size: auto 100%;
    background-repeat: repeat-x;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.bg-cmn02:after {
    content: "";
    background-image: var(--url08);
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: absolute;
    top: 6%;
    bottom: 5%;
    left: -1%;
    right: -1%;
    z-index: -1;
}

.roler-cmn03 {
    position: relative;
}

.roler-cmn03:before {
    content: "";
    width: 68px;
    height: 66px;
    background-image: var(--url02);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute;
    top: 41%;
    left: -8px;
}

.roler-cross-cmn li:nth-of-type(2n) .roler-cmn03:before {
    background-image: var(--url03);
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    left: auto;
    right: -8px;
}

.top02 .left-cmn {
    width: 47%;
    margin-top: 30px;
    position: relative;
    z-index: 3;
}

.top02 li:nth-of-type(2n + 1) {
    padding-left: 30px;
}

.top02 li:nth-of-type(2n) {
    padding-right: 30px;
}

.top02 .right-cmn {
    width: 51%;
    position: relative;
    z-index: 1;
}

.top02 .pbox {
    overflow: hidden;
    position: relative;
}

.top02 .pic {
    width: 99%;
    height: 99%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.top02 .text {
    padding: 0 15px;
}

.top02 li:nth-of-type(2n) .pbox {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
}

.top02 .left-cmn:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: -1;
}

.top02 li .human-icon {
    width: 150px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    top: 10px;
    left: 50%;
}

@media(max-width:1024px) {
    .top02 li .human-icon {
        width: 95px;
    }
}

@media(max-width:599px) {
    .top02 li .human-icon.mini {
        width: 70px;
    }
}

.top02 li:nth-of-type(4) .right-cmn .pbox {
    position: relative;
}

.top02 li:nth-of-type(4) .right-cmn .tool-icon {
    width: 175px;
    position: absolute;
    bottom: -27px;
    right: -10px;
    z-index: 1;
}

.top02 li {
    margin-bottom: 30px;
}

.triangle-cmn01 {
    overflow: hidden;
    position: relative;
}

.triangle-cmn01:before {
    content: "";
    width: 300vw;
    height: 140px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/triangle01.webp');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 31px;
    left: 50%;
    z-index: -1;
}

.triangle-cmn02 {
    overflow: hidden;
    padding-top: 220px;
    position: relative;
}

.triangle-cmn02:before {
    content: "";
    width: 300vw;
    height: 93px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/triangle02.webp');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.grey-bg-cmn01 {
    overflow: hidden;
    position: relative;
}

.grey-bg-cmn01:after {
    content: "";
    width: 300%;
    height: 600%;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/grey-bg01.webp');
    background-repeat: repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.top03box.grey-bg-cmn01:after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 170px;
}

.grey-bg-cmn02 {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/grey-bg01.webp');
}

/* index works */
.top-slider a {
    display: block;
    padding: 25px 25px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/slider-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.top-slider .age {
    margin-top: 10px;
    font-weight: bold;
}

.top-slider .js-split-tag span {
    display: inline-block;
    margin-right: 10px;
}

.top-slider .date {
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #d3934f;
    line-height: 1.8;
    border: 1px solid #d3934f;
    border-radius: 1000px;
}

.slick-initialized .slick-slide {
    height: auto;
}

.top-slider li {
    width: 350px;
    padding: 0 10px;
}

.top-slider .slick-prev:before {
    content: "";
    width: 49px;
    height: 49px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/prev.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top-slider .slick-next:before {
    content: "";
    width: 49px;
    height: 49px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/next.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.slick-prev,
.slick-next {
    z-index: 5;
}

.top-slider button {
    opacity: 1;
}

.top-slider button:hover {
    opacity: 1;
}

.top-slider .slick-list {
    overflow: visible;
}

.marker-cmn01 {
    display: inline-block;
    line-height: 1.2;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
    left top, left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(60%, rgba(255, 255, 255, 0)),
    color-stop(60%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1)));
    background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 1) 100%);
}

.marker-cmn02 {
    display: inline-block;
    line-height: 1.2;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
    left top, left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(60%, rgba(255, 255, 255, 0)),
    color-stop(60%, rgba(207, 195, 165, 1)),
    to(rgba(207, 195, 165, 1)));
    background: linear-gradient(180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 60%,
    rgba(207, 195, 165, 1) 60%,
    rgba(207, 195, 165, 1) 100%);
}

.hr-cmn {
    min-height: 12px;
    overflow: hidden;
    position: relative;
}

.hr-cmn:before {
    content: "";
    width: 100vw;
    height: 12px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/hr01.webp');
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top03 h4 .hr-cmn {
    width: calc(50% - 210px);
}

.top03 ul a {
    display: block;
    position: relative;
}

.top03 ul .ttl {
    width: 90%;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top03 .pic {
    background: #000;
}

.top03 .pic img {
    opacity: 0.5;
}

.white-border-cmn01 {
    position: relative;
}

.white-border-cmn01:after {
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/white-border.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.contact-white {
    position: relative;
}

.contact-white:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/contact-white.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.contact-banner .banner-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.contact-banner .ttl {
    font-weight: bold;
    font-size: clamp(1.25rem, 0.65rem + 2.56vw, 2.25rem);
    color: var(--color01);
}

.contact-banner .marker-cmn01 {
    line-height: 2;
}

.contact-banner .roler-cmn01:before {
    width: 36px;
    height: 34px;
    background-position: center bottom;
    top: auto;
    bottom: -17px;
    right: -1.8%;
}

.inner-1500 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.contact-banner h4 {
    display: inline-block;
    margin-top: 115px;
}

.contact-banner .sun-icon-cmn01:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/sun-icon02.webp');
}

.concept-cmn {
    position: relative;
}

.concept-cmn:after {
    content: "";
    width: 197px;
    height: 108px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/concept.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -67px;
    left: 50%;
    z-index: -1;
}

.zero-cmn {
    position: relative;
}

.zero-cmn:after {
    content: "";
    width: 160px;
    height: 160px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/mitsumori.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 6px;
    right: -233px;
}

.contact-banner ul {
    margin-top: 40px;
}

.contact-banner ul * {
    color: #fff;
    text-align: center;
}

.contact-banner ul a {
    display: block;
    border-radius: 1000px;
}

.contact-banner a {
    height: 120px;
}

.contact-banner .left a {
    padding: 15px 20px;
    background-color: var(--color01);
}

.contact-banner .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: #97bf32;
    position: relative;
    ;
}

.contact-banner .right a:before {
    content: "\f3c0";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 9%;
}

.contact-banner .right a:after {
    content: "";
    width: 12px;
    height: 21px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/right03.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 9%;
}

.contact-banner .left .phone {
    font-size: 36px;
    line-height: 1.3;
}

.contact-banner .phone span {
    display: inline-block;
    padding-left: 40px;
    line-height: 1.2;
    position: relative;
}

.contact-banner .phone span:before {
    content: "";
    width: 30px;
    height: 31px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/tel01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.contact-inner {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
}

.contact-banner .pic {
    position: relative;
}

.contact-banner .pic:after {
    content: "";
    display: block;
    padding-top: 30%;
}

.contact-banner .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1500px) {
    .contact-banner h4 {
        margin-top: 12%;
    }

    .contact-banner .sun-icon-cmn01:before {
        width: 29%;
    }

    .concept-cmn:after {
        width: 48%;
    }

    .contact-banner .roler-cmn01:before {
        width: 8%;
    }

    .zero-cmn:after {
        height: 220%;
        top: 14%;
    }

    .contact-banner .left .phone {
        font-size: calc(100vw * 36 / 1500);
    }

    .contact-banner .phone span:before {
        width: 11%;
    }

    .contact-banner .left .text {
        font-size: calc(100vw * 14 / 1500);
    }

    .contact-banner .phone span {
        padding-left: 8%;
    }

    .contact-banner .right a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(100vw* 24 / 1500);
        ;
    }

    .contact-banner .right a:before {
        width: 13%;
    }

    .contact-banner ul {
        margin-top: 5%;
    }
}

@media (max-width: 1024px) {
    .contact-banner a {
        height: 90px;
    }
}

@media (max-width: 800px) {
    .contact-banner .pic:after {
        padding-top: 47%;
    }

    .contact-banner .left {
        margin-bottom: 3%;
    }

    .contact-banner ul {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-inner {
        width: 82%;
    }

    .contact-banner ul {
        max-width: 100%;
    }

    .contact-banner .banner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }
}

@media (max-width: 599px) {
    .contact-banner .pic:after {
        padding-top: 90%;
    }

    .zero-cmn:after {
        height: 200%;
        top: -30%;
        right: -160px;
    }

    .contact-banner .left .phone {
        font-size: 16px;
    }

    .contact-banner .right a {
        font-size: 14px;
    }

    .contact-banner .right a:after {
        width: 6px;
        height: 10px;
    }

    .contact-banner .left .text {
        font-size: 10px;
    }
}

/* Q&A */
.top-qa .question-box,
.top-qa .answer-box {
    border: 1px solid var(--color01);
}

.top-qa .question-box.js-toggle {
    cursor: pointer;
}

.top-qa .question-box dt {
    background-color: var(--color01);
}

.top-qa dt {
    width: 90px;
    height: 90px;
    position: relative;
}

.top-qa .answer-box dt span {
    color: var(--color01);
}

.top-qa dt span {
    font-size: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top-qa .question-box dt span {
    color: #fff;
}

.top-qa dd {
    width: calc(100% - 90px);
}

.top-qa .question-box dd {
    position: relative;
}

.top-qa .question-box dd span {
    display: inline-block;
    padding-right: 10%;
    font-size: 20px;
    line-height: 1.2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 3%;
}

.top-qa .question-box dd:after {
    content: "";
    width: 24px;
    height: 13px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/down02.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 3%;
}

.top-qa .answer-box dd {
    padding: 20px 10% 20px 3%;
}

.top-qa .answer-box {
    display: none;
    border-top: none;
}

[data-element-id] .top-qa .answer-box{
  display: block;
}

.top-qa li {
    margin-bottom: 20px;
}

.top-qa .question-box.is-parent dd:after {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/up02.webp');
}

/* staff */
.top-staff .pbox {
    position: relative;
}

.top-staff .ttl-box {
    position: absolute;
    top: 25%;
    right: 3%;
}

.top-staff .ttl-box li {
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.top-staff .ttl-box span {
    display: inline-block;
    padding: 5px 0;
    line-height: 1.6;
    letter-spacing: 3px;
    background-color: #fff;
    box-shadow: 2px 2px 1px var(--color01);
}

.top-staff dl {
    padding: 20px 10px;
}

.top-staff dl * {
    letter-spacing: 3px;
}

.grey-triangle-cmn {
    position: relative;
}

.top04box {
    position: relative;
}

.grey-triangle-cmn {
    width: 1579px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

/* top recruit */
.top06 {
    padding: 115px 80px 85px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/recruit-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.top06 h3 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 3%;
    left: 50%;
}

.rec-head li {
    display: inline-block;
    margin-bottom: 2px;
    padding: 0 20px 0 10px;
    font-size: 40px;
    color: #fff;
    line-height: 1.4;
}

.top06 .pbox .pic {
    width: 99%;
    height: 99%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.top06 .right-cmn {
    position: relative;
    z-index: 1;
}

.top06 .left-cmn {
    position: relative;
    z-index: 2;
}

.top06 .left-cmn .text {
    padding-right: 10%;
}

/* footer */
.foot-info {
    padding-top: 80px;
    padding-bottom: 80px;
}

.foot-info .logo img {
    width: 300px;
}

.foot-info a {
    display: inline-block;
}

.foot-info .btn-cmn01 a {
    overflow: hidden;
    border-radius: 1000px;
}

.foot-info .map {
    margin-top: 45px;
    position:relative;
    padding-top: inherit;
}

.foot-info .map:after{
  content:"";
  width:100%;
  padding-top:40%;
  display:block;
}

.foot-info .left-cmn {
    width: 37%;
}

.foot-info .right-cmn {
    width: 60%;
}

.foot-frame {
    padding: 50px 30px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/foot-border.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.foot-nav a {
    display: block;
    padding: 5px 20px;
    position: relative;
}

.foot-nav li+li a:before {
    content: "|";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.foot-nav {
    padding: 40px 0;
    background-color: #f2f0ea;
}

.foot-copy {
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
}

.totop {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 100;
}

.totop a {
    display: block;
}

.totop img {
    width: 45px;
}

@media (max-width: 1024px) {
  .totop{
    bottom: 130px;
  }
    .header-nav {
        display: none;
    }

    .head-contact-wrapper {
        width: 100px;
        height: 100px;
    }

    .ab-test-box {
        position: static;
    }

    .head-contact-box {
        width: 100px;
        height: 100px;
    }

    .head-contact img {
        width: 45px;
    }

    h1 {
        width: 100%;
        margin-left: 0;
        font-size: 11px;
        position: inherit;
    }

    .header-left {
        width: 220px;
    }

    .header-right {
        width: 500px;
        position: fixed;
        bottom: 0;
        right: 0;
    }

    .head-tel .ttl {
        font-size: 16px;
    }

    .head-tel .sub {
        font-size: 11px;
    }

    .head-tel-box {
        height: 100px;
        margin-right: 0;
    }

    .head-tel .tel {
        font-size: 22px;
        letter-spacing: 3px;
    }

    .head-tel {
        width: 220px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
    }

    .head-wrap01 li {
        padding: 0 3px;
        font-size: 16px;
    }

    .head-wrap01 li:before {
        width: 3px;
    }

    .head-wrap02 .wrap {
        padding: 4px 10px;
        font-size: 48px;
    }

    .head-wrap02 li:last-child:before {
        width: 80px;
    }

    .gnav {
        padding: 0;
    }

    .top01 .left-cmn {
        width: 100%;
        margin-bottom: 20px;
    }

    .top01 .right-cmn {
        width: 100%;
    }

    .top01 .btn-cmn01 {
        width: auto;
    }

    .h-cmn01 {
        margin-right: 30px;
        padding-bottom: 0;
        padding-right: 55px;
    }

    .h-cmn01:before {
        width: 45px;
        bottom: 10px;
    }

    .h-cmn01 .ttl {
        margin-bottom: 5px;
        font-size: 40px;
    }

    .h-cmn01 .sub {
        font-size: 16px;
    }

    .btn-cmn01 span {
        padding: 10px 44px;
        font-size: 14px;
    }

    .btn-cmn01 a:before {
        padding: 10px 45px;
        font-size: 14px;
    }

    .btn-cmn01 span:after {
        width: 5px;
        height: 10px;
        right: 20px;
    }

    .top-news-list a {
        padding: 12px 20px 12px 15px;
    }

    .top-news-list .cat {
        padding: 1px 10px;
    }

    .top-news-list .cat span {
        font-size: 13px;
    }

    .top-news-list .cat-box {
        width: 165px;
    }

    .top-news-list .date {
        width: 75px;
        font-size: 13px;
    }

    .top-news-list .ttl {
        width: calc(100% - 80px);
    }

    .white-bg-cmn01:after {
        top: 4%;
        bottom: 4%;
    }

    .roler-cmn01:before {
        width: 64px;
    }

    .h-cmn02 {
        margin-bottom: 50px;
    }

    .h-cmn02 .ttl {
        font-size: 45px;
    }

    .sun-icon-cmn01:before {
        width: 80px;
    }

    .roler-cmn02:after {
        width: 28px;
    }

    .roler-cmn03:before {
        width: 43px;
    }

    .roler-cross-cmn li:nth-of-type(2n) .roler-cmn03:before {
        right: -6px;
    }

    .top-slider li {
        width: 270px;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .top02 .left-cmn {
        margin-top: 20px;
    }

    .top02 li:nth-of-type(2n) .pbox {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    .top02 .text {
        padding: 0 10px;
    }

    .top02 li:nth-of-type(1) .left-cmn:before {
        width: 145px;
    }

    .top02 li:nth-of-type(2) .left-cmn:before {
        width: 120px;
    }

    .top02 li:nth-of-type(3) .left-cmn:before {
        width: 100px;
    }

    .top02 li:nth-of-type(3) .right-cmn:before {
        width: 100px;
    }

    .hr-cmn:before {
        height: 10px;
    }

    .top-qa dt span {
        font-size: 45px;
    }

    .top-qa dt {
        width: 70px;
        height: 70px;
    }

    .top-qa .question-box dd span {
        font-size: 16px;
    }

    .top-qa .question-box dd:after {
        width: 18px;
    }

    .top-qa dd {
        width: calc(100% - 70px);
    }

    .top-qa li {
        margin-bottom: 15px;
    }

    .top-staff .ttl-box li {
        margin-left: 0px;
        font-size: 14px;
    }

    .top-staff dl {
        padding: 15px 5px;
    }

    .top-staff dl * {
        line-height: 1.6;
    }

    .top-staff dd {
        font-size: 13px;
    }

    .top-staff {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .top06 .head-wrap02 .wrap {
        font-size: 28px;
    }

    .top06 {
        padding: 85px 45px 95px;
    }

    .top06 .head-wrap02 li:last-child:before {
        width: 48px;
    }

    .foot-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .foot-nav {
        padding: 30px 0;
    }

    .foot-nav a {
        padding: 3px 15px;
        font-size: 13px;
    }

    .foot-copy {
        padding: 10px 0;
        font-size: 10px;
    }

    .h-cmn03 span {
        padding: 7px 0 7px 10px;
    }

    .top02 h4 {
        font-size: 18px;
    }

    .top-image li {
        width: 800px;
        margin: 0;
        padding: 20px;
    }

    .top-image .pic {
        height: 600px;
    }

    .foot-info .map {
        margin-top: 45px;
    padding-top: inherit;
    }

    .foot-info .map:after{
      padding-top:50%;
    }

    footer {
        padding-bottom: 100px;
    }
}

@media (max-width: 599px) {
    .head-tel .tel {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .head-tel .ttl {
        font-size: 15px;
    }

    .gnav {
        padding: 0;
    }

    .top-image li {
        width: 400px;
        margin: 0;
        padding: 10px;
    }

    .top-image .pic {
        height: 500px;
    }

    .header-left {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-right {
        width: 100%;
        display: none;
    }

    .head-contact img {
        width: 30px;
    }

    .head-contact-wrapper {
        width: 70px;
        height: 70px;
    }

    .head-contact-box {
        width: 70px;
        height: 70px;
    }

    .head-contact .ttl {
        font-size: 10px;
    }

    .head-tel-box {
        margin-right: 15px;
    }

    .head-wrap02 .wrap {
        padding: 3px 8px;
        font-size: 30px;
    }

    .head-wrap02 li:last-child:before {
        width: 42px;
    }

    .head-wrap02 li {
        margin: 2px 0;
    }

    .head-wrap02 {
        bottom: 10%;
    }

    .head-wrap01 li {
        padding: 0 1px;
        font-size: 14px;
    }

    .g-item>a,
    .g-item>.dropdown-btn {
        padding: 5px;
    }

    .g-item.icon>.dropdown-btn::after {
        top: 1.25em;
    }

    .a-item a {
        padding: 5px;
    }

    .h-cmn01 .ttl {
        font-size: 32px;
    }

    .h-cmn01 .ttl {
        font-size: 32px;
    }

    .h-cmn01:before {
        width: 35px;
        bottom: -13px;
    }

    .h-cmn01 {
        padding-right: 45px;
    }

    .top01 .btn-cmn01 {
        width: 100%;
    }

    .top01 .btn-cmn01 {
        margin-top: 15px;
    }

    .top-news-list li+li {
        margin-top: 15px;
    }

    .top-news-list a {
        padding: 10px 25px 10px 10px;
    }

    .top-news-list a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .top-news-list .ttl {
        width: 100%;
    }

    .top-news-list .cat {
        padding: 0;
    }

    .top-news-list .date {
        width: 100%;
        font-size: 12px;
    }

    .top-news-list .cat-box {
        width: 150px;
        margin-left: 5px;
    }

    .top-news-list .cat span {
        font-size: 11px;
    }

    .top-news-list {
        padding-right: 40px;
    }

    .roler-cmn01:before {
        width: 86px;
        height: 90px;
    }

    .btn-cmn01 span {
        padding: 5px 35px;
    }

    .btn-cmn01 a:before {
        padding: 5px 35px;
    }

    .h-cmn02 .ttl {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .sun-icon-cmn01:before {
        width: 65px;
    }

    .roler-cmn02:after {
        width: 22px;
    }

    .top02 li:nth-of-type(2n + 1) {
        padding-left: 0;
    }

    .top02 li:nth-of-type(2n) {
        padding-right: 0;
    }

    .top02 li:nth-of-type(2n + 1) h4 {
        margin-left: 50px;
    }

    .top02 li:nth-of-type(2n) h4 {
        margin-right: 50px;
    }

    .top02 .text {
        padding: 0;
    }

    .top02 li:nth-of-type(2n) .pbox {
        -webkit-transform: none;
        transform: none;
    }

    .top02 li:nth-of-type(1) .left-cmn:before {
        width: 120px;
    }

    .top02 li:nth-of-type(2) .left-cmn:before {
        width: 100px;
    }

    .top02 li:nth-of-type(3) .left-cmn:before {
        width: 90px;
    }

    .top02 li:nth-of-type(3) .right-cmn:before {
        width: 87px;
        background-position: left bottom;
        right: 12px;
    }

    .top-slider .slick-next:before {
        width: 30px;
        height: 30px;
    }

    .top-slider .slick-prev:before {
        width: 30px;
        height: 30px;
    }

    .top02box .h-cmn02 {
        margin-bottom: 85px;
    }

    .top03 h4 .hr-cmn {
        width: calc(50% - 125px);
    }

    .top03 h4 {
        margin-bottom: 15px;
    }

    .top-qa dt span {
        font-size: 30px;
    }

    .top-qa dt {
        width: 50px;
        height: 50px;
    }

    .top-qa .question-box dd span {
        font-size: 14px;
    }

    .top-qa dd {
        width: calc(100% - 50px);
    }

    .top-qa .question-box dd:after {
        width: 12px;
        right: 1.5%;
    }

    .top-qa .answer-box dd {
        padding: 10px 3% 10px 3%;
        font-size: 13px;
    }

    .top06 {
        padding: 80px 20px 60px;
        background-image: url('/import/tenant_1/162.43.90.165/P02/images/recruit-bg02.webp');
    }

    footer {
        padding-bottom: 58px;
    }

    .foot-info .left-cmn {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot-info .right-cmn {
        width: 100%;
    }

    .foot-frame {
        padding: 50px 25px;
        background-image: url('/import/tenant_1/162.43.90.165/P02/images/foot-border02.webp');
    }

    .foot-info .map {
        margin-top: 45px;
    padding-top: inherit;
    }
    
    .foot-info .map:after{
      padding-top:80%;
    }

    .foot-nav {
        padding: 25px 0;
    }

    .foot-nav a {
        padding: 0px 10px;
        font-size: 12px;
    }

    .totop img {
        width: 40px;
    }

    .totop {
        bottom: 100px;
        right: 15px;
    }
}

/* price */
.under-image h2 {
    font-weight: bold;
    font-size: 52px;
    color: var(--color01);
    line-height: 1.4;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #fff;
}

.under-image h2:first-letter {
    color: var(--color02);
}

.under-image {
    position: relative;
}

.under-ttl {
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em 0;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: var(--color02);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

.anchor a {
    display: block;
    padding: 8px 30px 8px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
    position: relative;
}

.anchor a:after {
    content: "";
    width: 12px;
    height: 7px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/down03.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 6%;
}

.price01 .wrap {
    display: block;
    padding: 45px 0;
}

.price01 .wrap * {
    color: var(--color01);
    text-align: center;
}

.price01 .icon img {
    width: 24px;
}

.price01 .num {
    letter-spacing: 2px;
}

.price01 .icon {
    margin-top: 20px;
}

.price01 .ttl {
    margin-top: 10px;
}

.price01 li+li {
    position: relative;
}

.price01 li+li:before {
    content: "";
    width: 40px;
    height: 228px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/right04.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.price02 ul .wrap {
    padding: 30px 25px 20px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/slider-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.price02 .ttl {
    display: flex;
    margin-bottom: 5px;
    line-height: 1.6;
}
[data-element-id] .price02 .ttl{
    display: flex!important;
}

.price02 .ttl .font01 {
    flex-shrink: 0;
}

.price02 .text {
    margin-top: 10px;
}

.price02 .yellow {
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #f2c32f;
}

.btn-cmn01.green span {
    background-color: #97bf32;
}

.btn-cmn01.maru a {
    overflow: hidden;
    border-radius: 1000px;
}

.btn-cmn01.green a:before {
    color: #97bf32;
}

.price03 .btn-cmn01 span {
    padding: 15px 130px;
}

.btn-cmn01.big span {
    padding: 18px 135px;
    font-size: 24px;
}

.btn-cmn01.big a:before {
    padding: 18px 135px;
    font-size: 24px;
}

.btn-cmn01.big span:after {
    width: 12px;
    height: 21px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/right05.webp');
}

.table01 table {
    width: 100%;
}

.table01 tr th:nth-of-type(1) {
    width: 30%;
    padding-left: 20px;
    text-align: left;
}

.table01 th {
    font-weight: bold;
}

.table01 table * {
    font-size: 14px;
}

.table01 table .m-ttl {
    font-size: 140%;
    color: var(--color01);
}

.table01 table .ttl {
    font-size: 120%;
}

.table01 tr * {
    padding: 15px 0;
}

.table01 td {
    font-weight: 500;
    font-size: 18px;
    text-align: right;
}

.table01 tr {
    border-bottom: 2px solid var(--color01);
}

.h-cmn04 {
    padding-left: 15px;
    color: var(--color02);
    position: relative;
}

.h-cmn04:before {
    content: "";
    width: 3px;
    height: 28px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/border03.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2px;
    left: 0;
}

.table02 table {
    width: 100%;
}

.table02 tr th:nth-of-type(1) {
    width: 70%;
    padding-left: 15px;
    text-align: left;
}

.table02 tr {
    border-bottom: 2px solid var(--color01);
}

.table02 td {
    min-width: 120px;
    text-align: center;
    text-wrap: nowrap;
}

.table02 table tr * {
    padding: 15px 0;
}

.table02 table * {
    font-weight: 500;
    font-size: 14px;
}

.table02 table tr:last-child * {
    font-weight: bold;
    font-size: 16px;
}

.h-cmn05 {
    padding-left: 1.5em;
    position: relative;
}

.h-cmn05:before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/maru01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 0;
}

@media (max-width: 1024px) {
    .under-image h2 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .under-ttl {
        padding-left: 5%;
    }

    .anchor a {
        padding: 5px 25px 5px 10px;
        font-size: 14px;
    }

    .price01 .icon img {
        width: 18px;
    }

    .price01 .icon {
        margin-top: 13px;
    }

    .price01 .ttl {
        margin-top: 5px;
    }

    .price01 li+li:before {
        width: 30px;
    }

    .price-box {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .triangle-cmn02:before {
        height: 60px;
    }

    .triangle-cmn02 {
        padding-top: 160px;
    }

    .h-cmn04:before {
        height: 24px;
        top: 1px;
    }

    .h-cmn05:before {
        height: 15px;
        top: 2px;
    }

    .price03 h4 {
        font-size: 24px;
    }

    .btn-cmn01.big span,
    .btn-cmn01.big a:before {
        padding: 15px 100px;
        font-size: 18px;
    }

    .btn-cmn01.big span:after {
        width: 9px;
    }
}

@media (max-width: 599px) {
  .price02 .ttl{
    display: flex!important;
  }
    .price02 .ttl.ttl-show\@pc{
    display: none!important;
  }
    .price01 .wrap {
        padding: 25px 0 0;
    }

    .under-image {
        padding: 20px 0;
    }

    .under-image h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .price01 li+li:before {
        width: 25px;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        top: 0;
        left: 50%;
    }

    .price03 h4 {
        font-size: 20px;
    }

    .btn-cmn01.big span,
    .btn-cmn01.big a:before {
        padding: 13px 85px;
        font-size: 14px;
    }

    .btn-cmn01.big span:after {
        width: 7px;
    }

    .table01 .table-wrap {
        overflow-x: auto;
        white-space: nowrap;
    }

    .heightLine-price0202 {
        height: auto !important;
    }

    .heightLine-price02 {
        height: auto !important;
    }
}

/* features */
.h-cmn06 {
    margin-bottom: 100px;
    padding-bottom: 40px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.h-cmn06:after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.blue-head-bg-cmn {
    background-image: var(--url01);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn02 {
    background-image: var(--url10);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn03 {
    background-image: var(--url11);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.blue-head-bg-cmn04 {
    background-image: var(--url12);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.h-cmn07 {
    padding: 5px 15px;
}

.h-cmn07 .indent {
    display: block;
    padding-left: 1em;
    line-height: 1.2;
    text-indent: -1em;
}

.blue-roler-right-cmn {
    position: relative;
}

/* .blue-roler-right-cmn:before {
    content: "";
    width: 300px;
    height: 133%;
    background-image: var(--url05);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
} */

.blue-roler-left-cmn {
    position: relative;
}

/* .blue-roler-left-cmn:before {
    content: "";
    width: 300px;
    height: 133%;
    background-image: var(--url04);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
} */

.feature-list .text {
    padding: 0 40px;
}

.feature-list .left-cmn {
    padding-top: 30px;
}

.feature-list li {
    margin-bottom: 100px;
}

.cross li:nth-of-type(2n) .blue-roler-right-cmn:before {
    background-image: var(--url04);
    background-position: center left;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    left: auto;
    right: 0;
}

@media (max-width: 1024px) {
    .feature-list .text {
        padding: 0 25px;
    }

    .feature-list li {
        margin-bottom: 80px;
    }

    .h-cmn06 {
        margin-bottom: 80px;
        padding-bottom: 30px;
    }

    .h-cmn06:after {
        width: 70px;
    }

    .cross li:nth-of-type(2n + 1) .blue-roler-right-cmn {
        margin-left: 53px;
    }

    .cross li:nth-of-type(2n) .blue-roler-right-cmn {
        margin-right: 53px;
    }
}

@media (max-width: 599px) {
    .feature-list .text {
        padding: 0;
    }

    .h-cmn06 {
        margin-bottom: 45px;
        padding-bottom: 22px;
    }

    .feature-list li {
        margin-bottom: 30px;
    }
}

/* results */
.result-list .left-cmn {
    background-color: var(--color01);
    position: relative;
}

.result-list .ttl-wrap {
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.result-list .ttl-wrap * {
    color: #fff;
    text-align: center;
}

.result-list .age {
    font-weight: normal;
}

.result-list a {
    display: block;
    display: block;
    padding: 25px 25px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/slider-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.bnr {
    position: relative;
}

.bnr a {
    width: 100%;
    height: 100%;
    display: block;
}

.bnr-title {
    margin: auto;
    font-size: 30px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

.bnr-title.text-editable {
    position: absolute !important;
}

.bnr-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bnr:hover a {
    opacity: 1;
}

.bnr:hover .bnr-img::before {
    background-color: transparent;
}

@media (max-width: 1024px) {
    .bnr-title {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .result-list li .left-cmn {
        height: 150px;
        margin-bottom: 0;
    }

    .bnr-title {
        font-size: 20px;
    }
}

/* results-detail */
.result-detail .before-pic {
    position: relative;
}

.result-detail .before-pic:before {
    content: "";
    width: 81px;
    height: 53px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/04results/before.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 2;
}

.result-detail .before-pic:after {
    content: "";
    width: 39px;
    height: 32px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/04results/arrow.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: -23%;
}

.result-detail .after-pic {
    position: relative;
}

.result-detail .after-pic:before {
    content: "";
    width: 95px;
    height: 70px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/04results/after.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 2%;
    z-index: 2;
}

.result-detail {
    padding: 0 5% 4%;
    position: relative;
}

.frame-cmn01 {
    width: 100%;
    height: calc(100% - 34px);
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/04results/frame.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.h-cmn08 {
    margin-bottom: 40px;
    text-align: center;
}

.h-cmn08 .h-span {
    display: inline-block;
    padding: 20px;
    color: var(--color01);
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/body-bg.webp');
}

.h-cmn08 .h-span span+span {
    display: inline-block;
    padding-left: 5px;
}

.result-detail .caption {
    margin-top: 20px;
}

.result-detail .caption * {
    color: var(--color01);
}

.result-detail .caption dt {
    width: 6%;
    position: relative;
}

.result-detail .icon {
    width: 34px;
    height: 34px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.result-detail .icon img {
    width: 100%;
}

.result-detail .caption dd {
    width: 90%;
}

.result-detail .caption dt {
    width: 7%;
}

.result-detail .caption li {
    padding: 10px 0;
}

.border50 a,
.border50 button {
    overflow: hidden;
    border-radius: 1000px;
}

.btn-cmn01.back span:after {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/left01.webp');
    left: 25px;
}

.btn-cmn01.back span {
    padding: 15px 70px;
}

.btn-cmn01.back button span {
    padding: 15px 50px;
}

.btn-cmn01.back a:before {
    padding: 15px 70px;
}

@media (max-width: 1024px) {
    .result-detail .before-pic:after {
        height: 15%;
        right: -36%;
    }

    .result-detail .before-pic:before {
        width: 25%;
    }

    .result-detail .after-pic:before {
        width: 25%;
    }

    .result-detail .icon {
        width: 65%;
    }

    .btn-cmn01.back button span {
        padding: 10px 44px;
    }
}

@media (max-width: 599px) {
    .frame-cmn01 {
        background-image: url('/import/tenant_1/162.43.90.165/P02/images/04results/frame_sp.webp');
    }

    .h-cmn08 .h-span {
        padding: 7px;
    }

    .frame-cmn01 {
        height: calc(100% - 13px);
    }

    .result-detail .before-pic:before {
        left: 12%;
    }

    .result-detail .after-pic:before {
        left: 12%;
    }

    .result-detail-box .result-detail .left-cmn {
        margin-bottom: 40px;
    }

    .result-detail .caption dt {
        width: 12%;
        height: 50px;
    }

    .result-detail .caption dd {
        width: 86%;
    }

    .btn-cmn01.back button span {
        padding: 5px 35px;
    }
}

/* results-ashiba */
.re-ashi01 .left-cmn {
    height: 45px;
    position: relative;
}

.re-ashi01 .ttl {
    width: 100%;
    font-weight: bold;
    color: var(--color01);
    line-height: 1.4;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.results-ashiba02box {
    padding-top: 200px;
}

.results-ashiba02box.grey-bg-cmn01:after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 170px;
}

.re-ashi02 .ttl {
    margin-top: 15px;
    font-weight: bold;
    color: var(--color01);
    text-align: center;
}

@media (max-width: 1024px) {
    .triangle-cmn01:before {
        height: 100px;
    }

    .results-ashiba02box.grey-bg-cmn01:after {
        top: 125px;
    }
}

@media (max-width: 599px) {
    .triangle-cmn01:before {
        height: 40px;
    }

    .results-ashiba02box.grey-bg-cmn01:after {
        top: 70px;
    }

    .results-ashiba02box {
        padding-top: 100px;
    }

    .re-ashi01 li {
        margin-bottom: 40px;
    }
}

/* tosou */
.tosou01box .list02 li {
    color: var(--color01);
}

.triangle-cmn01 {
    padding-top: 200px;
}

.triangle-cmn01.grey-bg-cmn01:after {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 170px;
}

.tosou01 li .wrap {
    padding: 11% 10%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/06tosou/frame.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.tosou01 .num {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: var(--color02);
    position: relative;
}

.tosou01 .num span {
    display: block;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.tosou01 .ttl {
    color: var(--color01);
    text-align: center;
}

.tosou02 .ttl {
    margin-bottom: 10px;
    color: var(--color01);
}

.tosou03 .text {
    margin-top: 15px;
}

.tosou03 h4 {
    line-height: 1.6;
}

.tosou03>li+li {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .triangle-cmn01.grey-bg-cmn01:after {
        top: 125px;
    }

    .triangle-cmn01 {
        padding-top: 150px;
    }

    .tosou01 {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {
    .h-cmn06:after {
        width: 55px;
        height: 2px;
    }

    .triangle-cmn01 {
        padding-top: 100px;
    }

    .triangle-cmn01.grey-bg-cmn01:after {
        top: 70px;
    }

    .tosou01 li .wrap {
        height: auto !important;
        padding: 9% 5%;
    }

    .tosou01 .num {
        width: 40px;
        height: 40px;
    }

    .tosou03 .pic {
        max-width: 170px;
        margin-left: auto;
        margin-right: auto;
    }

    .tosou03>li+li {
        margin-top: 35px;
    }
}

/* ashiba */
.body-bg {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/body-bg.webp');
}

.ashiba01 li:nth-of-type(2n + 1) .left-cmn {
    margin-right: auto;
}

.ashiba01 li:nth-of-type(2n + 1) .right-cmn {
    margin-left: auto;
}

.ashiba01 li:nth-of-type(2n) .left-cmn {
    margin-left: auto;
}

.ashiba01 li:nth-of-type(2n) .right-cmn {
    margin-right: auto;
}

.ashiba01 .text-box {
    padding: 10% 10% 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}

.ashiba02 li {
    max-width: 800px;
    padding: 8% 4%;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/07ashiba/frame.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.ashiba02 .num {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color02);
    position: relative;
}

.ashiba02 .num span {
    display: block;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.ashiba02 .ttl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
}

.ashiba02 li {
    margin-bottom: 80px;
}

.ashiba02 li:nth-of-type(2n + 1) {
    margin-right: auto;
}

.ashiba02 li:nth-of-type(2n) {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .ashiba02 li {
        margin-bottom: 60px;
    }
}

@media (max-width: 599px) {
    .ashiba01 .text-box {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .ashiba01 .text {
        padding: 0 0 20px;
        -webkit-transform: none;
        transform: none;
    }

    .ashiba02 li {
        margin-bottom: 40px;
        background-image: url('/import/tenant_1/162.43.90.165/P02/images/06tosou/frame.webp');
    }

    .ashiba02 li .left-cmn {
        display: contents;
    }

    .ashiba02 li .ashiba02-title,
    .ashiba02 li .ashiba02-title+.text {
        width: 100%;
    }

    .ashiba02 li .ashiba02-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .ashiba02 li .ashiba02-title+.text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .ashiba02 li .right-cmn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .ashiba02 .num {
        width: 40px;
        height: 40px;
    }
}

/* shizai */
.shizai01 .ttl {
    margin-top: 5px;
}

.rec02 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.rec02 .role {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.3;
}

.rec02 .name {
    min-width: 270px;
    margin-left: 0.5em;
}

/* recruit */
.recruit-list>li {
    padding: 15px 0;
    border-bottom: 2px solid var(--color01);
}

.recruit-list dt {
    padding-left: 35px;
}

.rec04 .text-box {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.rec04 .text-box li span {
    display: inline-block;
    padding: 10px 10px;
    background-color: #fff;
}

.rec04 .text-box li+li {
    margin-top: 10px;
}

.rec04 a {
    display: block;
}

.rec04 .text-box li:last-child span {
    padding-right: 55px;
    position: relative;
}

.rec04 .text-box li:last-child span:after {
    content: "";
    width: 7px;
    height: 13px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/right06.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 5%;
}

.recruit-list dl dd,
.recruit-list dl dt {
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .recruit-list dt {
        padding-left: 20px;
    }
}

@media (max-width: 599px) {
    .rec02 {
        width: 100%;
    }

    .recruit-list dt {
        padding-left: 0;
    }

    .recruit-list>li {
        padding: 10px 0;
    }

    .rec04 .pic img {
        -o-object-position: 17% 50%;
        object-position: 17% 50%;
    }

    .rec04 .text-box {
        bottom: 10px;
        right: 10px;
    }

    .rec04 .text-box li span {
        padding: 5px 10px;
    }

    .rec04 .text-box li:last-child span:after {
        width: 5px;
    }
}

/* voice */
.voice01 .text-box {
    width: 420px;
    height: 250px;
    background-color: var(--color01);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    position: relative;
}

.voice01 .wrap {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.voice01 h4 {
    margin-bottom: 10px;
}

.voice01 .text {
    font-weight: normal;
    line-height: 1.6;
}

.voice02 .text {
    margin-top: 20px;
}

.voice03 {
    margin-top: 120px;
    margin-bottom: 100px;
}

.voice03 .right-cmn {
    padding-left: 40px;
}

.voice04 .right-cmn {
    margin-top: -130px;
    position: relative;
    z-index: 1;
}

.voice04 .left-cmn {
    margin-left: auto;
}

.voice04 .right-cmn {
    padding: 5%;
}

@media (max-width: 1024px) {
    .voice01 .text-box {
        width: 300px;
        height: 180px;
    }
}

@media (max-width: 599px) {
    .voice01 .text-box {
        width: 100%;
        margin-top: 15px;
        -webkit-transform: none;
        transform: none;
    }

    .voice01 .text {
        min-width: 180px;
    }

    .voice01 .pic {
        width: 100%;
        margin: 0;
    }

    .voice02 {
        width: 100%;
        margin: 40px 0 0;
    }

    .voice03 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .voice03 .right-cmn {
        padding-left: 0;
    }

    .voice04 .right-cmn {
        margin-top: 15px;
        padding: 0;
        -webkit-transform: none;
        transform: none;
    }



    .voice04 .right-cmn h4 {
        margin-bottom: 10px;
    }

    .voice06 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .voice01 .wrap {
        width: 94%;
    }
}

/* staff */
.staff01 {
    position: relative;
}

.staff01 .name-box {
    padding: 2% 4% 2% 0;
    position: absolute;
    bottom: 20%;
    left: -5%;
}

.staff01 .ttl {
    line-height: 1.0;
}

.staff02 .name-box {
    padding: 3% 5% 3% 0;
}

@media (max-width: 1024px) {
    .staff01 .name-box {
        bottom: 15%;
        left: 0%;
    }
}

/* company */
.company01 .map {
    padding-top: 65%;
    position: relative;
}


.company01 .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.company02box .recruit-list dd li {
    padding: 5px 0;
}

@media (max-width: 599px) {
    .recruit-list.enkaku dt {
        width: 28%;
        font-size: 14px;
    }
}

/* contact */
.contact01 li {
    padding: 10px 0;
    line-height: 1.3;
}

.contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-box {
    padding: 8% 8%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);

    -ms-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.contact-form dt {
    width: 25%;
    padding-left: 1em;
    position: relative;
}

.contact-form dt:before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/maru02.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.contact-form dd {
    width: 73%;
}

.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: none;
    background: #f6f6f6;
}

.contact-form textarea {
    height: 180px;
}

.contact-form dl {
    padding: 4% 0;
    border-bottom: 2px solid #f6f6f6;
}

.btn-cmn01 button {
    line-height: 1.6;
    border: none;
}

.privacy-list * {
    line-height: 2.3;
}

.privacy-list li {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .contact-form dt,
    .contact-form dd {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .form-box {
        padding: 5% 3%;
    }
}

/* sitemap */
.sitemap-list a {
    font-weight: bold;
    font-size: 24px;
    color: var(--color01);
    letter-spacing: 0.15em;
    text-decoration: underline;
}

.sitemap-list li {
    padding: 8px 0 0 2.5em;
    position: relative;
}

.sitemap-list li:before {
    content: "";
    width: 23px;
    height: 22px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/maru01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 31px;
    left: 0;
}

.sitemap-list li.under {
    margin-left: 2.5em;
}

.sitemap-list li.under:before {
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/maru03.webp');
}

@media (max-width: 1024px) {
    .sitemap-list a {
        font-size: 20px;
    }

    .sitemap-list li:before {
        width: 20px;
        height: 20px;
        top: 28px;
    }
}

@media (max-width: 599px) {
    .sitemap-list a {
        font-size: 16px;
    }

    .sitemap-list li:before {
        width: 16px;
        height: 16px;
        top: 20px;
    }

    .sitemap-list li {
        padding: 4px 0 0 1.7em;
    }
}

/* sealing */
.sealing02box * {
    color: #fff;
}

.sealing02box .h-cmn06:after {
    background-color: #fff;
}

.sealing02box .pic {
    width: 100%;
    height: 100%;
    background: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sealing02box .pic img {
    opacity: 0.3;
}

.sealing-list li {
    min-height: 240px;
    margin-bottom: 30px;
    padding: 5% 6%;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/frame.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.sealing-list dl {
    width: 100%;
}

.sealing-list .num {
    width: 7%;
    font-size: 48px;
    line-height: 1;
}

.sealing-list dd {
    width: 90%;
}

.sealing03 ul li {
    padding: 5px 0;
}

@media (max-width: 1024px) {
    .sealing-list .num {
        font-size: 38px;
    }
}

@media (max-width: 599px) {
    .sealing-list .num {
        width: 10%;
        font-size: 28px;
    }

    .sealing-list dd {
        width: 88%;
        font-size: 14px;
    }

    .sealing-list li {
        padding: 5% 8%;
        background-image: url("../images/08sealing/frame_sp.webp");
    }
}

/* news */
.news-list a {
    display: block;
}

.news-list .date {
    font-weight: 600;
}

.news-list li {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 2px solid var(--color01);
}

.archive-box+.archive-box {
    margin-top: 50px;
}

.archive-box .ttl {
    padding: 6px 5px 6px 45px;
    color: #fff;
    background-color: var(--color01);
    position: relative;
}

.archive-box .ttl:before {
    content: "";
    width: 26px;
    height: 34px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/pen.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 10px;
}

.archive-list li {
    margin: 7px 0;
    background-color: #fff;
}

.archive-list a {
    display: block;
    padding: 8px 5px 8px 40px;
    position: relative;
}

.archive-list a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url('/import/tenant_1/162.43.90.165/P02/images/maru04.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
}

.pager li a,
.pager li.now {
    width: 40px;
    height: 40px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color01);
    background-color: #f6f6f6;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.pager li {
    margin: 8px;
}

.pager li a:hover {
    opacity: 1;
}

.pager li a:hover,
.pager li.now {
    color: #fff;
    background-color: var(--color01);
}

.pager .btn a {
    background-color: inherit;
}

.pager .prev a,
.pager .next a {
    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;
}

.pager .prev a:before,
.pager .next a:before {
    content: "\f104";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1;
}

.pager .next a:before {
    content: "\f105";
}

@media (max-width: 1024px) {
    .archive-box .ttl:before {
        width: 24px;
        height: 31px;
    }

    .archive-box .ttl {
        padding: 6px 5px 6px 40px;
    }
}

@media (max-width: 599px) {
    .news-list li {
        margin-bottom: 10px;
    }

    .pager {
        margin: 40px 0 60px;
    }

    .pager li a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .pager li {
        margin: 4px;
    }

    .pager .btn a:before {
        width: 10px;
    }
}

/* news-detail */
.news-detail .date {
    padding-bottom: 10px;
}

.news-detail dl {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--color01);
}

.news-detail .ttl {
    line-height: 1.3;
}

.detail .breadcrumbs li:last-child {
    width: 70%;
}

@media (max-width: 599px) {
    .detail .breadcrumbs li:last-child {
        width: 60%;
    }

    .news-detail dl {
        margin-bottom: 25px;
    }

    .news-detail .btn-cmn01 {
        margin-bottom: 60px;
    }
}

/* blog */
.blog-list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1em;
    border-radius: 0.5em;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.blog-list li a .blog-post-title {
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
}

.blog-category span {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 1em 0.2em 1em;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    border-radius: 0.25em;
    background-color: var(--color01);
}

.blog-detail-title {
    margin: 0.5em 0;
    font-weight: bold;
    font-size: clamp(1.375rem, 0.85rem + 2.24vw, 2.25rem);
    color: var(--color01);
    line-height: 1.3;
}

.recommend {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .recommend {
        margin-top: 50px;
    }
}

@media (max-width: 599px) {
    .blog-category span {
        font-size: 12px;
    }

    .last-none li:nth-child(3) {
        display: none;
    }
}

/* foot-banner */
.foot-banner {
    width: 100%;
    display: none;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.foot-banner .contact {
    width: 48%;
}

.foot-banner .tel {
    width: 48%;
}

.foot-banner a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

.foot-banner .contact a {
    background: #f2c32f;
}

.foot-banner .tel a {
    background: #97bf32;
}

.foot-banner a span {
    margin: 0 3px;
}

.foot-banner a span .icon{
  font-size: 20px;
    line-height: 1;
}

.foot-banner .contact img {
    width: 20px;
    display: block;
}

.foot-banner .tel img {
    width: 14px;
    display: block;
}

@media (max-width: 599px) {
    .foot-banner {
        display: block;
    }
}

/* 詳細ページ本文の見出し、リスト、YouTubeのcss */
.detail-content h2 {
    margin: 1.5em 0 1em;
    padding: 0.2em 0.5em;
    font-weight: bold;
    font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
    border-bottom: 2px solid var(--color01);
}

.detail-content h3 {
    margin: 1.5em 0 1em;
    padding-left: 0.5em;
    font-size: clamp(1.25rem, 1.02rem + 0.97vw, 1.75rem);
    border-left: 10px solid var(--color01);
}

.detail-content h4 {
    margin: 1.5em 0 1em;
    padding: 0.2em;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.9rem + 0.97vw, 1.625rem);
    border-bottom: 2px dotted var(--color01);
}

.detail-content ol {
    list-style: auto;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 1em;
}

.detail-content ul {
    list-style: inherit;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 1em;
}

.detail-content iframe[src*="youtube"] {
    margin-top: 30px;
    margin-bottom: 30px;

    aspect-ratio: 16 / 9;
}

/* 見たまま編集ページ用 */
body [data-hide-element] {
    min-width: 100px;
    padding-top: 30px;
}

body [data-hide-element]::before {
    content: "非表示コンテンツ";
    font-size: 10px !important;
    line-height: 1;
    -webkit-transform: unset;
    transform: unset;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}

[data-element-id] [data-ab-test-contents] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #556b2f;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #556b2f;
}

[data-element-id] .edit-landmark {
    padding: 2em 1em 1em;
    outline: 2px solid silver;
    position: relative;
}

[data-element-id] .edit-landmark::before {
    content: "要素のコピー、複製、削除、移動はここをダブルクリック";
    width: 100%;
    display: block;
    padding: 1em 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: silver;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .pc-none {
    display: block;
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .pc-none::before {
    content: "スマホのみ表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[class*="fead-mv0"] {
    opacity: 0;
}

[class*="fead-mv0"].mv {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

[data-element-id] [class*="fead-mv0"] {
    opacity: 1;
}

[data-element-id] .top-image .pic {
    height: 500px;
}

[data-element-id] .top-image li {
    width: 30%;
    margin: 0 5px;
}

[data-element-id] .top-image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .g-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .g-item {
    margin: 1px;
}

[data-element-id] .btn-cmn01 a:before {
    content: none;
}

[data-element-id] .btn-cmn01 a:hover span,
[data-element-id] .btn-cmn01 a:focus span {
    -webkit-transform: none;
    transform: none;
}

[data-element-id] .head-wrap02 {
    position: relative;
    bottom: 0%;
    left: 0;
}

[data-element-id] .top-slider>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .contact-banner .banner-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 1000px;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
}

[data-element-id] .contact-inner {
    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;
}

[data-element-id] .contact-inner>* {
    width: 100%;
}

[data-element-id] .contact-white:before {
    display: none;
}

[data-element-id] .ab-test-box {
    position: absolute;
    top: 300px;
}

[data-element-id] .clip {
    pointer-events: none;
    position: relative;
    z-index: 0;
}

[data-element-id] .top02 .pic,
[data-element-id] .top06 .pbox .pic {
    z-index: 0;
}

[data-element-id] .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: static;
}

[data-element-id] .top-slider>div li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    display: none;
}

[data-element-id] .top-slider li{
      width: 33%;
}

[data-element-id] .foot-banner {
    max-width: 400px;
    display: block;
    margin: 30px 0 30px auto;
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .foot-banner::before {
    content: "スマホのみ表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* スマホ用見出し */
[data-element-id] .under-image h2.ttl-show\@sp {
    font-size: 22px;
}

[data-element-id] .ttl-show\@sp .h-cmn01 .ttl {
    font-size: 32px;
}

[data-element-id] .ttl-show\@sp .h-cmn01 .sub {
    font-size: 16px;
}

[data-element-id] .ttl-show\@sp .h-cmn02 .ttl {
    font-size: 32px;
}

[data-element-id] .ttl-show\@sp .top02 h4 {
    font-size: 18px;
}

[data-element-id] .ttl-show\@sp .h-cmn04 {
    font-size: 20px;
}

[data-element-id] .ttl-show\@sp .h-cmn06 {
    font-size: 24px;
}

[data-element-id] .price01 .ttl.ttl-show\@sp {
    font-size: 20px;
}

[data-element-id] .price03 .ttl-show\@sp h4 {
    font-size: 20px;
}

[data-element-id] .up-fz-20\@sp.ttl-show\@sp {
    font-size: 20px;
}

[data-element-id] .ttl-show\@sp .up-fz-20\@sp {
    font-size: 20px;
}

[data-element-id] .up-fz-24\@sp.ttl-show\@sp {
    font-size: 24px;
}

[data-element-id] .ttl-show\@sp .up-fz-24\@sp {
    font-size: 24px;
}

[data-element-id] .up-fz-22\@sp.ttl-show\@sp {
    font-size: 22px;
}

[data-element-id] .ttl-show\@sp .up-fz-22\@sp {
    font-size: 22px;
}

[data-element-id] .up-fz-18\@sp.ttl-show\@sp {
    font-size: 18px;
}

[data-element-id] .ttl-show\@sp .up-fz-18\@sp {
    font-size: 18px;
}

.js-split-tag.nc {
    display: flex;
    flex-wrap: wrap;
}

.js-split-tag.nc>span {
    display: inline-block;
    margin: 2px;
    padding: 4px 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    border-radius: 15px;
    background-color: var(--color01);
}

.under01 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
    color: var(--color02);
    border-bottom: 1px dashed var(--color01);
}

.hissu {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 5px;
    color: #fff;
    line-height: 1em;
    border-radius: 3px;
    background-color: red;
}

.checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    position: relative;
}

.checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 3px;
    left: 0;
}

.checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.checkboxer input {
    display: none;
}

.checkboxer input:checked+label {
    text-decoration: underline;
}

.checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--color-03);
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: 2px;
}

.chec li+li {
    margin-top: 10px;
}

.chec li,
.chec02 li {
    padding-left: 1rem;
    position: relative;
}

.chec li::after {
    content: "";
    width: 10px;
    background: var(--color01);
    position: absolute;
    top: 8px;
    left: 0;

    aspect-ratio: 1;
}

.chec02 li::after {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.a-link a {
    color: var(--color01);
    text-decoration: underline;
}

.sb-text {
    padding-bottom: 0.5rem;
    font-size: 18px;
    border-bottom: solid 3px var(--color01);
}

/* 電話対策の一時的なcssです */
/* 不要になったらこのadd.cssを削除してOK */
/* 2024/12/25 田中 */

.contact-banner .left.-instagram a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.5em 1.5em 0.5em 4em;
    font-size: 24px;
    background-color: #f2c32f;
    position: relative;
}

.contact-banner .left.-instagram a:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0.5em;
}

.contact-banner .left.-instagram a:after {
    content: "";
    width: 12px;
    height: 21px;
    background-image: url("/import/tenant_1/162.43.90.165/P02/images/right03.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0.5em;
}

@media (max-width: 1500px) {
    .contact-banner .left.-instagram a {
        font-size: calc(100vw* 24 / 1500);
    }

    .contact-banner .left.-instagram a:before {
        width: 13%;
    }
}

@media (max-width: 1024px) {
    .contact-banner .left.-instagram a {
        padding-right: 6em;
    }
}

@media (max-width: 599px) {
    .foot-banner .contact {
        -webkit-box-flex: 0.6;
        -ms-flex-positive: 0.6;
        flex-grow: 0.6;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-banner .left.-instagram {
        margin-top: 1em;
    }

    .contact-banner .left.-instagram a {
        padding-left: 5em;
        padding-right: 2em;
        font-size: 14px;
    }

    .contact-banner .left.-instagram a:after {
        width: 6px;
        height: 10px;
        right: 2em;
    }
}
