@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

/* # root3 START # */
/* :root {
  --html-color: #3f200e;
  --color01: #e6f3e8;
  --color02: #005d30;
  --color03: #40210f;
  --color04: #efed91;
  --color05: #bfb64b;
  --color06: #6c6766;
  --image-url01: url('/import/tenant_1/160.16.63.91/P01/images_original/bg04_green.png');
  --image-url02: url('/import/tenant_1/160.16.63.91/P01/images_original/bg06_green.png');
  --image-url03: url('/import/tenant_1/160.16.63.91/P01/images_original/number-bg_green.png');
  --image-url04: url('/import/tenant_1/160.16.63.91/P01/images_original/heading06_green.png');
} */
/* # root3 END # */

/* # root2 START # */
/* :root {
  --html-color: #3f200e;
  --color01: #e1f4ff;
  --color02: #036083;
  --color03: #40210f;
  --color04: #efed91;
  --color05: #bfb64b;
  --color06: #6c6766;
  --image-url01: url('/import/tenant_1/160.16.63.91/P01/images_original/bg04_blue2.png');
  --image-url02: url('/import/tenant_1/160.16.63.91/P01/images_original/bg06_blue.png');
  --image-url03: url('/import/tenant_1/160.16.63.91/P01/images_original/number-bg_blue2.png');
  --image-url04: url('/import/tenant_1/160.16.63.91/P01/images_original/heading06_blue.png');
} */
/* # root2 END # */

/* # root1 START # */
:root {
    --html-color: #3f200e;
    --color01: #ffece3;
    --color02: #f26031;
    --color03: #40210f;
    --color04: #efed91;
    --color05: #bfb64b;
    --color06: #6c6766;
    --image-url01: url("/import/tenant_1/160.16.63.91/P01/images_original/bg04.png");
    --image-url02: url("/import/tenant_1/160.16.63.91/P01/images_original/bg06.png");
    --image-url03: url("/import/tenant_1/160.16.63.91/P01/images_original/number-bg.png");
    --image-url04: url("/import/tenant_1/160.16.63.91/P01/images_original/heading06.png");
}

/* # root1 END # */


html {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: var(--html-color);
}

@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }
}

.noto {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Noto Sans JP", sans-serif;
}

.yu-min {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

/* ---------------------------
基本color
----------------------------- */
.color01 {
    color: #3f200e;
}

.color02 {
    color: #523625;
}

.color03 {
    color: var(--color04);
}

.color04 {
    color: var(--color02);
}

.color-white {
    color: #fff;
}

/* ---------------------------
基本background-color
----------------------------- */
.bgc01 {
    background-color: var(--color01);
}

.bgc02 {
    background-color: var(--color06);
}

.size130 {
    font-size: 130%;
}

dt {
    font-weight: 500;
}

/* ---------------------------
その他
----------------------------- */
.up-w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.border01 {
    border-bottom: 1px solid var(--color03);
}

/* area */
.area {
    padding-top: 70px;
    padding-bottom: 70px;
}

.big-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1024px) {
    .area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .big-area {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (max-width: 599px) {
    .area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .big-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.up-d-contents {
    /* autoprefixer: ignore next */
    display: contents;
}

@media (max-width: 1024px) {
    .up-d-contents\@tb {
        /* autoprefixer: ignore next */
        display: contents;
    }
}

@media (max-width: 599px) {
    .up-d-contents\@sp {
        /* autoprefixer: ignore next */
        display: contents;
    }

    .up-order-3\@sp {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txt {
    line-height: 1.7;
}

.txt2 {
    line-height: 2;
}

.txt18 {
    line-height: 1.8;
}

.pa100 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* left right */
@media (max-width: 1024px) {
    body .tb>[class^="left-cmn"] {
        width: 100%;
    }

    body .tb>[class^="right-cmn"] {
        width: 100%;
    }

    body .tb>.right-cmn01 {
        margin-top: 20px;
    }

    body .tb>.right-cmn02 {
        margin-top: 15px;
    }

    body .tb>.right-cmn03 {
        margin-top: 10px;
    }

    body .tb>.right-cmn04 {
        margin-top: 30px;
    }

    body .tb>.right-cmn05 {
        margin-top: 40px;
    }
}

@media (max-width: 599px) {
    body div [class^="left-cmn"] {
        width: 100%;
    }

    body div [class^="right-cmn"] {
        width: 100%;
    }

    body div .right-cmn01 {
        margin-top: 15px;
    }

    body div .right-cmn02 {
        margin-top: 10px;
    }

    body div .right-cmn03 {
        margin-top: 5px;
    }

    body div .right-cmn04 {
        margin-top: 20px;
    }

    body div .right-cmn05 {
        margin-top: 30px;
    }
}

/* 左右入れ替え */
.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;
}

/* br */
.br1024b-cmn br {
    display: none;
}

.br1024n-cmn br {
    display: block;
}

.br599b-cmn br {
    display: none;
}

.br599n-cmn br {
    display: block;
}

/* box */
.box-white {
    padding: 1em;
    border-radius: 1em;
    background-color: rgba(255, 255, 255, 0.4);
}

@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;
    }
}

/* パンくずリスト breadcrumbs */
.breadcrumbs {
    padding: 1em 0;
}

.breadcrumbs-list li {
    display: inline;
    font-size: clamp(0.813rem, 0.738rem + 0.32vw, 0.938rem);
}

.breadcrumbs-list li+li {
    padding-left: 2em;
    position: relative;
}

.breadcrumbs-list li+li::before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0.5em;
}

/* list */
.indent01 li {
    padding-left: 1em;
    text-indent: -1em;
}

.indent02 li {
    padding-left: 2em;
    text-indent: -2em;
}

.indent03 li {
    padding-left: 3em;
    text-indent: -3em;
}

.gnav .toggle {
    width: 42px;
    height: 42px;
    display: block;
    display: none;
    opacity: 0.8;
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
}

.gnav .toggle button {
    border-style: inherit;
}

.gnav .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #000;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 7px;
}

.gnav .bar:before {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    top: -10px;
    left: 0;
}

.gnav .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
}

.gnav.action .toggle .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gnav.action .toggle .bar:after,
.gnav.action .toggle .bar:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .gnav .toggle {
        display: block;
        text-indent: 999px;
    }
}

/* gnav アコーディオン */
.gnav.fixed {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

@-webkit-keyframes scrollAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scrollAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.g-item>a {
    display: block;
    padding: 3px 11px 3px 42px;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.g-item>a:before {
    content: "";
    width: 22px;
    height: 28px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 15px;
}

.g-item.icon01 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon01.png");
}

.g-item.icon02 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon02.png");
}

.g-item.icon03 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon03.png");
}

.g-item.icon04 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon04.png");
}

.g-item.icon05 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon05.png");
}

.g-item.icon06 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon06.png");
}

.g-item.icon07 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon07.png");
}

.g-item.icon08 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon08.png");
}

.g-item.icon12 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon12.png");
}

.g-item.icon13 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon13.png");
}

.g-item.icon14 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon14.png");
}

.g-item.icon15 a:before {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon15.png");
}

.g-item+.g-item {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/gnav-bg.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
}

/* gnav アコーディオン */
.gnav {
    padding: 25px 0;
}

.gnav .inner {
    width: 98%;
    max-width: 1080px;
}

.pull-box {
    position: relative;
}

.accordionbox {
    width: 200px;
    visibility: hidden;
    background-color: white;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    z-index: 10;
}

.accordionbox a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: none;
    transition: none;
}

.accordionbox li {
    border-bottom: 1px solid var(--color02);
}

.g-item.pull:hover .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.g-item.pull>a:after {
    content: "";
    width: 17px;
    height: 9px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/arrow01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    position: absolute;
    bottom: 0;
    left: calc(50% + 15px);
    z-index: 2;
}

/* スマホオンリー */
.pc-none {
    display: none;
}

@media (max-width: 1024px) {
    .accordionbox {
        padding-left: 1em;
    }

    .accordionbox li {
        border-bottom: none;
    }

    .accordionbox li+li {
        margin-top: 0.75em;
    }

    .accordionbox li a {
        position: relative;
    }

    .accordionbox li a::before {
        content: "└";
        background-image: none !important;
        position: absolute;
        top: 0.5;
        left: 1em;
    }

    .pc-none {
        display: block;
    }

    .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;
    }

    .gnav .gnavinn {
        width: 90%;
        max-width: 400px;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background: white;
        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: 20px 20px 100px;
    }

    .g-item {
        width: 100%;
    }

    .g-item a {
        padding: 7px 11px 7px 42px;
        font-size: 14px;
        text-align: left;
    }

    .g-item+.g-item {
        margin-top: 0.75em;
        background-image: none;
    }

    .g-item.pull>a:after {
        display: none;
    }

    .sp-logo {
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }

    .sp-logo a {
        display: inline-block;
        padding: 15px;
    }

    .sp-logo img {
        width: 80px;
    }

    .accordionbox {
        width: 100%;
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .g-item.pull>a {
        pointer-events: none;
    }
}

@media (max-width: 599px) {
    .sp-logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sp-logo img {
        width: 150px;
    }
}

/* TOPメインビジュアル */
.top-image {
    padding-top: 48%;
    position: relative;
}

.top-image .uk-slidenav-position {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.top-image ul {
    height: 100% !important;
}

.top-image ul * {
    height: 100% !important;
}

.top-image li>div {
    width: 100%;
    display: block;
    position: relative;
}

.top-image li img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* 電話番号とWEB予約固定バナー */
.sp-fix-box {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.sp-fix-box li {
    width: 50%;
}

.sp-fix-box li * {
    height: 100%;
}

.sp-fix-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px;
    font-weight: bold;
    color: #fff;
}

.sp-fix-box a:before {
    margin-right: 7px;
}

.sp-fix-box .contact a {
    background-color: #ed642f;
}

.sp-fix-box .contact a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sp-fix-box .free a {
    background-color: #503424;
}

.sp-fix-box .free a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (max-width: 599px) {
    .sp-fix-box {
        display: block;
    }
}

/* ---------------------------
トップページ
----------------------------- */
h1 {
    padding: 0 3px;
    font-size: 11px;
}

.header-logo-box {
    position: absolute;
    top: 30px;
    left: 40%;
    z-index: 3;
}

.header-logo-box .header-logo {
    width: 217px;
    margin-right: 45px;
}

.header-logo-box .tel-box {
    text-align: center;
    white-space: nowrap;
}

.header-logo-box .address {
    display: inline-block;
    padding: 0 7px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color03);
}

.header-logo-box .tel {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 24px;
    text-align: center;
}

/* ---------------------------
背景画像：background-image
----------------------------- */
.bg01 {
    position: relative;
}

.bg01:before {
    content: "";
    width: 100%;
    height: 6.5vw;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
}

.bg01:after {
    content: "";
    width: 100%;
    height: 4vw;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg03.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.toryou-up {
    position: relative;
}

.toryou-up:before {
    content: "";
    width: 100%;
    height: 6.5vw;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
}

.toryou-down {
    position: relative;
}

.toryou-down:after {
    content: "";
    width: 100%;
    height: 4vw;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg03.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}

.bg02 {
    position: relative;
}

.bg02:before {
    content: "";
    width: 100%;
    height: 5vw;
    background-image: var(--image-url02);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.bg09 {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 380px;
    left: 50%;
}

.bg08 {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 1070px;
    left: 50%;
}

.main-bg {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/main-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.main-bg02 {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/main-bg02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-image .tbox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -50%);
    z-index: 3;
}

.top-image .tbox:before {
    content: "";
    width: 306px;
    height: 268px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/header-bg01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 62%;
    left: 50%;
}

.top-image h2 {
    /* 20px 50px 375px 1000px */
    font-size: clamp(1.25rem, 0.125rem + 4.8vw, 3.125rem);
    text-shadow: 0 0 5px #fff;
    text-align: center;
    position: relative;
}

.free-zero {
    width: 175px;
    height: 175px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/header-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 20;
}

.free-zero .text-box {
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 45%;
    left: 50%;
}

.free-zero .text1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
}

.free-zero .big {
    font-size: 48px;
}

.free-zero .small {
    font-size: 26px;
}

.free-zero .text2 {
    display: inline-block;
    padding: 0 5px;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    background-color: #fff;
}

.free-zero .text3 {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}

.heading01 {
    width: 100%;
    max-width: 460px;
    padding: 25px 29px 29px 0;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-image: var(--image-url01);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.heading01:after {
    content: "";
    width: 75px;
    height: 67px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/penki.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -10px;
    right: -8px;
}

.heading01.brown {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg04-brown.png");
}

.num01 {
    width: 38px;
    height: 39px;
    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;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background-image: var(--image-url03);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.white-bg01 {
    position: relative;
}

.white-bg01:before {
    content: "";
    width: 285px;
    height: 245px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/white-bg01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: -1;
}

.white-bg01>* {
    position: relative;
}

.white-bg02 {
    position: relative;
}

.white-bg02:before {
    content: "";
    width: 212px;
    height: 230px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/white-bg02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 60%;
    left: 50%;
}

.white-bg02>* {
    position: relative;
}

.white-bg03 {
    position: relative;
}

.white-bg03:before {
    content: "";
    width: 286px;
    height: 237px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/white-bg03.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 60%;
    left: 50%;
}

.white-bg03>* {
    position: relative;
}

.btn01 a,
.btn01 button,
.btn02 {
    min-width: 270px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    background-color: var(--color04);
    position: relative;
}

.btn01 a:before,
.btn01 button:before,
.btn02:before {
    content: "";
    border: 0px solid transparent;
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn02 {
    width: 100%;
    min-width: auto;
}

.btn01.next a span,
.btn01.next button span {
    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;
}

.btn01.next a span:before,
.btn01.next button span:before {
    content: "\f0da";
    margin-right: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
}

.btn01 a:hover,
.btn01 button:hover,
.btn02:hover {
    opacity: 1;
    cursor: pointer;
}

.btn01 a:hover:before,
.btn01 button:hover:before,
.btn02:hover:before {
    border: 1px solid #000;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
}

.heading02 {
    font-weight: bold;
    text-align: center;
    position: relative;
}

.heading02 span {
    display: inline-block;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    position: relative;
}

.heading02 span:before {
    content: "";
    width: 22px;
    height: 36px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg05-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    position: absolute;
    top: 0;
    left: -10px;
}

.heading02 span:after {
    content: "";
    width: 24px;
    height: 30px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg05-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    position: absolute;
    top: 0;
    right: -10px;
}

.heading03 {
    font-weight: bold;
    text-align: center;
    position: relative;
}

.heading03 span {
    display: inline-block;
    position: relative;
}

.heading03 span:before {
    content: "";
    width: 15px;
    height: 47px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg07-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    position: absolute;
    top: 0;
    left: -10px;
}

.heading03 span:after {
    content: "";
    width: 24px;
    height: 49px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg07-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    position: absolute;
    top: 0;
    right: -10px;
}

.heading03.rotate span {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.top01box .right-cmn01 .pic {
    margin-right: -50px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.maru01 {
    width: 148px;
    height: 148px;
    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-weight: bold;
    font-size: 28px;
    color: var(--color02);
    line-height: 1.4;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/maru01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    position: absolute;
    bottom: -23px;
    right: 23px;
}

.maru02 {
    width: 148px;
    height: 148px;
    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-weight: bold;
    font-size: 28px;
    color: var(--color02);
    line-height: 1.4;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/maru02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 30px;
    left: -38px;
}

.maru03 {
    width: 148px;
    height: 148px;
    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-weight: bold;
    font-size: 28px;
    color: var(--color02);
    line-height: 1.4;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/maru03.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    position: absolute;
    bottom: 80px;
    right: 80px;
}

.maru04 {
    width: 148px;
    height: 148px;
    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-weight: bold;
    font-size: 28px;
    color: var(--color02);
    line-height: 1.4;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/maru04.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -126px;
    right: -20px;
}

.top02 {
    padding-left: 40px;
    padding-right: 10px;
}

.top02 .box1 {
    width: 27.5%;
    margin-top: 57px;
}

.top02 .box2 {
    width: 33%;
    margin-top: 112px;
}

.top02 .box3 {
    width: 30%;
}

.heading04 {
    margin-bottom: 56px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.heading04 .ttl {
    font-size: 30px;
}

.heading04 .sub {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 35px;
    font-size: 20px;
    background-color: var(--color04);
}

.heading04:before {
    content: "";
    width: 438px;
    height: 168px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg10.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 30%;
    left: 50%;
}

.heading04 span {
    position: relative;
}

.top04 {
    background-color: rgba(255, 255, 255, 0.3);
}

.top04 .slick-slider .slick-track {
    margin-left: 0;
}

.top-works-slider .cat span {
    display: inline-block;
    margin: 1px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 7px;
    background-color: var(--color04);
}

.top-works-slider .tbox span {
    display: inline-block;
}

.top-works-slider .tbox span+span {
    margin-left: 5px;
}

.top-works-slider .pbox {
    padding: 10px;
    background-color: #fff;
    position: relative;
}

.top-works-slider .pbox:after {
    content: "";
    width: 23px;
    height: 38px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/ribon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -2px;
    right: 15px;
}

.top-works-slider li {
    padding: 0 24px;
}

.btn-slick {
    width: 34px;
    height: 34px;
    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;
    color: #fff;
    background-color: var(--color02);
    position: absolute;
    top: 50%;
}

.btn-slick:hover {
    cursor: pointer;
}

.btn-slick.btn-back {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    left: -25px;
}

.btn-slick.btn-next {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    right: -25px;
}

@media (max-width: 1130px) {
    .btn-slick.btn-back {
        left: 0;
    }

    .btn-slick.btn-next {
        right: 0;
    }
}

.top05 .box {
    background-color: var(--color04);
    position: relative;
}

.top05 .box img {
    width: 100%;
}

.top05 .box .ttl {
    font-weight: bold;
    font-size: 32px;
    position: absolute;
    top: 21%;
    left: 5.8%;
}

.top05 .box .sub {
    font-weight: bold;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 10%;
    left: 50%;
}

.bg11 {
    position: relative;
}

.bg11:after {
    content: "";
    width: 100%;
    height: 6.5vw;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg11.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.top03box {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/main-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.heading05 {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

.heading05:before {
    content: "";
    width: 85px;
    height: 83px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon09.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: -28px;
}

.heading05:after {
    content: "";
    width: 85px;
    height: 83px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon09.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 50%;
    right: -28px;
}

.heading05 .ttl {
    display: block;
    font-size: 18px;
    line-height: 2.2;
    text-align: center;
    position: relative;
}

.heading05 .ttl:after {
    content: "";
    width: 258px;
    height: 13px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon10.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.heading05 .sub {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}

.heading05 .and {
    font-size: 120%;
    color: var(--color02);
}

.top-blog-list .big-cat {
    min-width: 107px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    background-color: var(--color02);
}

.top-blog-list .big-cat.information {
    background-color: var(--color02);
}

.top-blog-list .big-cat.blog {
    background-color: var(--color05);
}

.top-blog-list li+li {
    margin-top: 20px;
}

.top-blog-list .date {
    font-weight: bold;
}

.common-banner {
    padding: 0 0 2% 4%;
    border-radius: 10px;
    background-color: var(--color04);
}

.common-banner .text1 {
    min-width: 45%;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 2.4;
    text-align: center;
    border-radius: 7px;
    background-color: var(--color03);
}

.common-banner .text2 {
    margin-top: 3%;
    margin-bottom: 1%;
    font-weight: bold;
    font-size: 25px;
}

.common-banner .text2 .big {
    font-size: 120%;
}

.common-banner .text3 {
    margin-bottom: 1%;
    font-weight: bold;
    font-size: 20px;
    color: var(--color02);
}

.common-banner .telbox {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 28px;
}

.common-banner .telbox .tel {
    font-size: 150%;
}

.common-banner .right {
    width: 617px;
    max-width: 62%;
    position: relative;
}

.common-banner .right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 0;
    color: #fff;
    border-radius: 10px;
    background: var(--color02);
    background: -webkit-gradient(linear, left top, right top, from(var(--color02)), to(var(--color04)));
    background: linear-gradient(90deg, var(--color02) 0%, var(--color04) 100%);
}

.common-banner .right .btn-text {
    padding-bottom: 1%;
    white-space: nowrap;
}

.common-banner .right .free {
    font-size: 34px;
}

.common-banner .right .zero {
    font-size: 48px;
}

.common-banner .right .yen {
    font-size: 26px;
}

.common-banner .right .form {
    display: inline-block;
    margin-left: 0.3em;
    font-size: 28px;
}

.common-banner .right .icon24h {
    width: 132px;
    margin-left: 3%;
}

.common-banner .right .orner {
    width: 50%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 0;
    right: -2%;
}

.common-banner .right .text4 {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    top: -80%;
    left: 50%;
}

.common-banner .right .text4 .small {
    font-size: 80%;
}

.common-banner.small .text1 {
    font-size: 16px;
    border-radius: 5px;
}

.common-banner.small .text2 {
    font-size: 18px;
}

.common-banner.small .text3 {
    font-size: 16px;
}

.common-banner.small .telbox {
    font-size: 20px;
}

.common-banner.small .right .text4 {
    font-size: 14px;
}

.common-banner.small .right .free {
    font-size: 26px;
}

.common-banner.small .right .zero {
    font-size: 38px;
}

.common-banner.small .right .yen {
    font-size: 20px;
}

.common-banner.small .right .form {
    font-size: 22px;
}

.common-banner.small .right .icon24h {
    width: 96px;
}

.top-recruit-banner a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.top-recruit-banner .tbox {
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10%;
}

.top-recruit-banner .tbox span {
    display: block;
}

.top-recruit-banner .ttl {
    font-size: 30px;
    line-height: 2.4;
    position: relative;
}

.top-recruit-banner .ttl:after {
    content: "";
    width: 200px;
    height: 12px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/icon11.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.top-recruit-banner .text1 {
    margin-top: 30px;
    font-size: 24px;
}

.top-recruit-banner .text2 {
    font-size: 18px;
}

.totop-box {
    padding-top: 40px;
    background-color: var(--color01);
}

.totop-box a {
    display: block;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-top: 2px solid #b7aba7;
    border-left: 2px solid #b7aba7;
    border-right: 2px solid #b7aba7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.totop-box .totop {
    width: 100px;
    margin-left: auto;
}

.foot01 ul {
    font-weight: bold;
    color: #fff;
}

.foot01 .top {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.foot01 li {
    font-size: 15px;
}

.foot01 li+li {
    margin-top: 8px;
}

.foot01 li:not(.pull-item) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.foot01 li:not(.pull-item) a:before {
    content: "\f0da";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: var(--color04);
}

.foot01 .pull-item a {
    display: block;
    padding-left: 25px;
}

.foot01 .pull-item+.pull-item {
    margin-top: 15px;
}

.foot01 .foot-nav {
    position: relative;
}

.foot01 .foot-nav:after {
    content: "";
    width: 2px;
    height: 100%;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/dot.png");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
}

.foot01 .foot-nav:nth-of-type(1) {
    position: relative;
}

.foot01 .foot-nav:nth-of-type(1):before {
    content: "";
    width: 2px;
    height: 100%;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/dot.png");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.foot02 .footer-logo {
    width: 217px;
}

.foot02 .footer-logo a {
    display: block;
}

.foot02 .footer-address {
    font-weight: bold;
    color: #fff;
}

.foot02 .footer-area {
    width: 408px;
    max-width: 40%;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    background-color: var(--color04);
}

.copy-right {
    padding: 40px 0;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
    background-color: var(--color01);
}

/* ---------------------------
トップページPC END
----------------------------- */
@media (max-width: 1024px) {
    .header-logo-box {
        left: auto;
        right: 30px;
    }

    .header-logo-box .header-logo {
        width: 150px;
        margin-right: 20px;
    }

    .header-logo-box .tel {
        font-size: 20px;
    }

    .gnav {
        padding: 10px;
    }

    .heading01 {
        max-width: 350px;
        padding: 18px 20px 20px 0;
        font-size: 22px;
    }

    .heading01:after {
        width: 57px;
        top: -15px;
        right: -6px;
    }

    .white-bg01:before {
        width: 140%;
    }

    .white-bg02:before {
        width: 120%;
    }

    .white-bg03:before {
        width: 140%;
    }

    .top01box .right-cmn01 .pic {
        margin-right: 0;
        -webkit-transform: none;
        transform: none;
    }

    .maru01,
    .maru02,
    .maru03,
    .maru04 {
        width: 100px;
        height: 100px;
        font-size: 22px;
    }

    .maru03 {
        bottom: 89px;
        right: 76px;
    }

    .maru04 {
        bottom: -23px;
    }

    .heading03 span:before {
        width: 12px;
    }

    .heading03 span:after {
        width: 20px;
    }

    .top02 .box1 {
        margin-top: 30px;
    }

    .top02 .box2 {
        margin-top: 75px;
    }

    .top-works-slider {
        max-width: 90%;
        margin: 0 auto;
    }

    .heading04 .ttl {
        font-size: 22px;
    }

    .heading04 .sub {
        margin-top: 8px;
        padding: 3px 30px;
        font-size: 14px;
    }

    .heading04 {
        margin-bottom: 40px;
    }

    .heading04:before {
        width: 350px;
    }

    .top-works-slider .cat {
        padding: 3px 10px;
        border-radius: 5px;
    }

    .btn-slick {
        width: 28px;
        height: 28px;
    }

    .top-works-slider .pbox {
        padding: 5px;
    }

    .top05 .box .ttl {
        font-size: 22px;
        top: 23%;
    }

    .heading05 .ttl {
        font-size: 16px;
    }

    .heading05 .ttl:after {
        width: 210px;
    }

    .heading05 .sub {
        font-size: 28px;
    }

    .heading05:before {
        width: 65px;
        left: -24px;
    }

    .heading05:after {
        width: 65px;
        right: -24px;
    }

    .btn01 a,
    .btn01 button {
        min-width: 230px;
    }

    .btn01.next a span:before,
    .btn01.next button span:before {
        margin-right: 5px;
        font-size: 20px;
    }

    .common-banner .text1 {
        font-size: calc(100vw * 18 / 768) !important;
    }

    .common-banner .text2 {
        font-size: calc(100vw * 18 / 768) !important;
    }

    .common-banner .text3 {
        font-size: calc(100vw * 16 / 768) !important;
    }

    .common-banner .telbox {
        font-size: calc(100vw * 22 / 768) !important;
    }

    .common-banner .right {
        max-width: 64% !important;
    }

    .common-banner .right .free {
        font-size: calc(100vw * 26 / 768) !important;
    }

    .common-banner .right .zero {
        font-size: calc(100vw * 40 / 768) !important;
    }

    .common-banner .right .yen {
        font-size: calc(100vw * 20 / 768) !important;
    }

    .common-banner .right .form {
        font-size: calc(100vw * 23 / 768) !important;
    }

    .common-banner .right .icon24h {
        width: 24% !important;
    }

    .common-banner .right .text4 {
        font-size: calc(100vw * 14 / 768) !important;
    }

    .top-recruit-banner .ttl {
        font-size: 24px;
    }

    .top-recruit-banner .text1 {
        margin-top: 25px;
        font-size: 20px;
    }

    .top-recruit-banner .ttl:after {
        width: 170px;
    }

    .top-recruit-banner .text2 {
        font-size: 14px;
    }

    .foot01 li {
        font-size: 14px;
    }

    .foot01 li:not(.pull-item) a:before {
        font-size: 18px;
    }

    .foot02 .footer-logo {
        width: 150px;
    }

    .copy-right {
        padding: 30px 0;
    }

    .free-zero .text1 {
        font-size: 20px;
    }

    .free-zero .big {
        font-size: 30px;
    }

    .free-zero .small {
        font-size: 18px;
    }

    .free-zero .text2 {
        font-size: 16px;
    }

    .free-zero .text3 {
        font-size: 20px;
    }

    .free-zero {
        width: 120px;
        height: 120px;
        bottom: 10px;
        right: 10px;
    }

    .top-image .tbox:before {
        width: 60%;
    }

    .g-address .tel-box {
        text-align: center;
        white-space: nowrap;
    }

    .g-address .address {
        display: inline-block;
        padding: 0 7px;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        background-color: var(--color03);
    }

    .g-address .tel {
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
        font-size: 24px;
        text-align: center;
    }

    .foot02 .footer-area {
        max-width: 100%;
    }

    .bg09 {
        top: 300px;
    }

    .bg08 {
        top: 830px;
    }
}

/* ---------------------------
01index「トップページ」SPスマホ
----------------------------- */
@media (max-width: 599px) {
    h1 {
        padding: 0 40px 0 3px;
    }

    .bg08 {
        display: none;
    }

    .bg09 {
        display: none;
    }

    .header-logo-box {
        right: 30px;
    }

    .header-logo-box .header-logo {
        width: 100px;
        margin-right: 0;
    }

    .gnav {
        padding: 0;
    }

    .top-image {
        padding-top: 60%;
    }

    .white-bg01:before {
        width: 70%;
    }

    .white-bg02:before {
        width: 60%;
    }

    .white-bg03:before {
        width: 60%;
    }

    .top01box .right-cmn01 .pic {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .maru01,
    .maru02,
    .maru03,
    .maru04 {
        -webkit-transform: none;
        transform: none;
        bottom: -10px;
        left: auto;
        right: -10px;
    }

    .top02 .box1 {
        width: 100%;
        margin-top: 0;
    }

    .top02 .box2 {
        width: 100%;
        margin-top: 15px;
    }

    .top02 .box3 {
        width: 100%;
        margin-top: 15px;
    }

    .top02 {
        padding-left: 0;
        padding-right: 0;
    }

    .top01 li+li {
        margin-top: 100px;
    }

    .heading03 {
        font-size: 22px;
    }

    .top-works-slider li {
        padding: 0 15px;
    }

    .top-works-slider {
        max-width: 85%;
    }

    .top-recruit-banner .ttl {
        font-size: 18px;
    }

    .top-recruit-banner .text1 {
        margin-top: 20px;
        font-size: 16px;
    }

    .top-recruit-banner .text2 {
        font-size: 12px;
    }

    .top-recruit-banner .ttl:after {
        width: 120px;
    }

    .top-recruit-banner .tbox {
        right: 3%;
    }

    .common-banner .text1 {
        font-size: 14px !important;
    }

    .common-banner .text2 {
        font-size: 14px !important;
    }

    .common-banner .text3 {
        font-size: 14px !important;
    }

    .common-banner .telbox {
        font-size: 14px !important;
    }

    .common-banner .right {
        max-width: 100% !important;
    }

    .common-banner .right .icon24h {
        width: 60px !important;
    }

    .common-banner .right .free {
        font-size: 14px !important;
    }

    .common-banner .right .zero {
        font-size: 20px !important;
    }

    .common-banner .right .yen {
        font-size: 14px !important;
    }

    .common-banner .right .form {
        font-size: 14px !important;
    }

    .common-banner {
        padding: 0 2% 2% !important;
        border-radius: 5px !important;
    }

    .common-banner .text1 {
        padding: 0 10px !important;
        font-size: 13px !important;
        border-radius: 5px !important;
    }

    .common-banner .right a {
        border-radius: 5px !important;
    }

    .common-banner .right .text4 {
        font-size: 13px !important;
    }

    .free-zero {
        display: none;
    }

    .top-image .tbox {
        left: auto;
        right: 10px;
    }

    .copy-right {
        padding: 30px 0 70px;
    }
}

/* ---------------------------
02company「会社概要」
----------------------------- */
.under .header-logo-box {
    top: 10px;
    left: auto;
    right: 12px;
}

.under .header-logo-box .header-logo {
    width: 165px;
    margin-right: 30px;
}

.under .header-logo-box .address {
    font-size: 11px;
}

.under .header-logo-box .tel {
    font-size: 22px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.under-image {
    position: relative;
}

.under-image .tbox {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.under-image .page-title {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.heading06 {
    min-width: 350px;
    display: inline-block;
    padding: 20px 25px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-image: var(--image-url04);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.heading06.brown {
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/heading06_brown.png");
}

.-translate {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.company01 dt {
    padding-left: 10px;
    font-weight: bold;
}

.company01 dd {
    font-weight: bold;
}

.company01 dl {
    padding: 15px 0;
    border-bottom: 1px solid var(--color03);
}

.company02 .ttl {
    min-width: 224px;
    display: inline-block;
    padding: 10px 5px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid var(--color03);
    border-bottom: 1px solid var(--color03);
    background-color: #fff;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}

.roler01 {
    position: relative;
}

.roler01:after {
    content: "";
    width: 60px;
    height: 130%;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/roler01.png");
    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: -5px;
}

.clip01 {
    -webkit-clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);
}

.company03 {
    position: relative;
}

.company03 .tbox {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 60%;
    left: 60%;
}

.company03 h3 {
    font-weight: bold;
}

@media (max-width: 1024px) {
    .header-logo-box .tel-box {
        display: none;
    }

    .under .header-logo-box {
        top: 20px;
        left: auto;
        right: 40px;
    }

    .under .header-logo-box .header-logo {
        width: 120px;
        margin-right: 15px;
    }

    .under .header-logo-box .address {
        font-size: 10px;
    }

    .under .header-logo-box .tel {
        font-size: 18px;
    }

    .under h1 {
        margin-bottom: 20px;
    }

    .heading06 {
        min-width: 275px;
        padding: 15px 5px;
        font-size: 20px;
    }

    .company02 .ttl {
        min-width: 150px;
        padding: 5px 5px;
        font-size: 14px;
    }

    .company03 .tbox {
        width: 70%;
    }
}

@media (max-width: 599px) {
    .under-image .page-title {
        font-size: 24px;
    }

    .under h1 {
        margin-bottom: 0;
    }

    .company01 dd {
        font-weight: normal;
    }

    .company01 dt {
        padding-left: 0;
    }

    .company02 .ttl {
        min-width: 224px;
        padding: 10px 5px;
    }

    .company03 .tbox {
        width: 90%;
        top: 60%;
        left: 50%;
    }

    .company03 h3 {
        font-size: 14px;
    }
}

.heading07 {
    margin-right: 104px;
    padding: 10px 34px 10px 34px;
    font-weight: bold;
    border-top: 1px solid var(--color03);
    border-bottom: 1px solid var(--color03);
    background-color: #fff;
    position: relative;
}

.heading07:after {
    content: "";
    width: 60px;
    height: 130%;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/roler01.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 50%;
    right: -14px;
}

.heading07.up-ta-c {
    padding: 10px 5px;
}

.heading08 {
    margin-bottom: 90px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    position: relative;
}

.heading08:before {
    content: "";
    width: 438px;
    height: 168px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/bg10.png");
    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%;
    z-index: -1;
}

.about03box {
    position: relative;
}

.about03box:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.white-border {
    position: relative;
}

.white-border:before {
    content: "";
    width: 200vw;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .heading07 {
        margin-right: 65px;
        padding: 8px 5px;
        text-align: center;
    }

    .heading07.up-ta-c {
        padding: 8px 5px;
    }

    .heading07:after {
        right: -8px;
    }

    .heading08:before {
        width: 380px;
    }

    .heading08 {
        margin-bottom: 70px;
        font-size: 22px;
    }

    .heading08:before {
        width: 300px;
    }
}

/* 当社について */
.list-inner {
    height: 100%;
}

.card-content {
    margin-top: 0.5em;
}

.staff-position,
.staff-name {
    font-weight: bold;
}

.staff-name {
    font-size: 120%;
}

@media (max-width: 599px) {
    .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-img {
        width: 35%;
    }

    .card-content {
        width: 10%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 0;
        padding: 1em;
    }
}

/* ---------------------------
ご依頼の流れ
----------------------------- */
.flow01 .box {
    min-height: 325px;
    position: relative;
}

.flow01 .box:before {
    content: "";
    width: 100%;
    display: block;
    padding-top: 86%;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/white-bg04.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
}

.flow01 .box .num {
    width: 50px;
    height: 50px;
    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;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color02);
    position: relative;
}

.flow01 .tbox {
    padding: 0 7%;
    position: relative;
}

.flow01 .box .ttl {
    font-weight: bold;
    text-align: center;
}

.flow01.-ver3 .box {
    min-height: 245px;
}

.flow01.-ver3 .box::before {
    width: 80%;
    left: 10%;
}

.flow2img {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.flow02 .pic {
    position: relative;
}

.flow02 .heading07 {
    width: 280px;
    position: absolute !important;
    top: 15px;
    left: -18px;
}

.flow3img {
    position: absolute;
    bottom: 0;
    right: 40px;
}

@media (max-width: 1024px) {
    .flow2img {
        width: 110px;
    }

    .flow02 .heading07 {
        width: 270px;
        top: 10px;
        left: -10px;
    }

    .flow3img img {
        width: 250px;
    }

    .flow02box {
        padding-bottom: 130px;
    }
}

@media (max-width: 599px) {
    .flow01.-ver2 .box {
        min-height: 215px;
    }

    .flow01.-ver3 .box {
        min-height: 155px;
    }

    .flow01.-ver2 .box:before {
        width: 70%;
        padding-top: 60%;
        left: 15%;
    }

    .flow2img {
        width: 90px;
    }

    .flow02 .heading07 {
        width: 250px;
        top: 10px;
        left: 10px;
    }

    .flow02box {
        padding-bottom: 150px;
    }

    .flow3img img {
        width: 180px;
    }
}

/* ---------------------------
05paint「{# info-company #}の塗料」
----------------------------- */
.paint01 .up-d-flex:nth-of-type(2n) .box {
    margin-left: auto;
}

.paint02 .pic {
    position: relative;
}

.paint02 .heading07 {
    width: 70%;
    -webkit-transform: translate(-50%, 65%);
    transform: translate(-50%, 65%);
    position: absolute;
    bottom: 0;
    left: 47%;
}

.paint03 .pic {
    position: relative;
}

.paint03 .heading07 {
    min-width: 279px;
    position: absolute;
    top: 13px;
    left: -20px;
}

.paint03box {
    position: relative;
}

.paint03box:before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .paint03 .heading07 {
        width: 75%;
        min-width: auto;
        top: 10px;
        left: 10px;
    }
}

/* ---------------------------
06works 「施工一覧」
----------------------------- */
.const01 .pic {
    position: relative;
}

.const01 .tbox {
    width: 147px;
    height: 147px;
    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;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/maru5.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(50%, 30%);
    transform: translate(50%, 30%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.const01 .ttl {
    line-height: 1.2;
}

.const01 .up-d-flex:nth-of-type(2n) {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .const01 .tbox {
        width: 100px;
        height: 100px;
        -webkit-transform: translate(10%, 50%);
        transform: translate(10%, 50%);
    }

    .const01 .right-cmn01 {
        padding-top: 100px;
    }

    .const01 .up-d-flex {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---------------------------
07gaiheki「外壁塗装」
----------------------------- */
.gaiheki-slider .box {
    position: relative;
}

.gaiheki-slider .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gaiheki-slider .wrap {
    padding: 8% 5% 3%;
    position: relative;
    z-index: 1;
}

.gaiheki-slider .ttlbox {
    color: var(--color02);
    line-height: 1;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
}

.gaiheki-slider .ttlbox .ttl {
    font-size: 30px;
}

.gaiheki-slider .ttlbox .num {
    font-size: 60px;
}

.gaiheki-slider .tbox {
    width: 70%;
    margin-top: 30px;
    padding: 2% 2% 4%;
    background-color: rgba(255, 255, 255, 0.5);
}

.gaiheki-slider .tbox .ttl {
    font-weight: bold;
    font-size: 24px;
    position: relative;
}

.gaiheki-slider .tbox .ttl:after {
    content: "";
    width: 58px;
    height: 4px;
    background-color: var(--color02);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.gaiheki-slider .tbox .txt {
    margin-top: 5%;
}

.gaiheki-slider li {
    width: 763px;
    padding: 0 34px;
}

.btn-slick02 {
    font-weight: bold;
    font-size: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 10;
}

.btn-slick02:hover {
    cursor: pointer;
}

.btn-slick02.btn-back {
    -webkit-transform: translateX(-390px);
    transform: translateX(-390px);
    left: 50%;
}

.btn-slick02.btn-next {
    -webkit-transform: translateX(390px);
    transform: translateX(390px);
    right: 50%;
}

@media (max-width: 1024px) {
    .gaiheki-slider li {
        width: 500px;
        padding: 0 25px;
    }

    .btn-slick02.btn-back {
        -webkit-transform: translateX(-255px);
        transform: translateX(-255px);
    }

    .btn-slick02.btn-next {
        -webkit-transform: translateX(255px);
        transform: translateX(255px);
    }

    .btn-slick02 {
        font-size: 22px;
    }

    .gaiheki-slider .ttlbox .ttl {
        font-size: 22px;
    }

    .gaiheki-slider .ttlbox .num {
        font-size: 48px;
    }

    .gaiheki-slider .tbox .ttl {
        font-size: 22px;
    }

    .gaiheki-slider .tbox {
        width: 85%;
    }
}

@media (max-width: 599px) {
    .gaiheki-slider li {
        padding: 0 30px;
    }

    .btn-slick02.btn-back {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        left: 0;
    }

    .btn-slick02.btn-next {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: 0;
    }

    .gaiheki-slider .ttlbox .ttl {
        font-size: 18px;
    }

    .gaiheki-slider .ttlbox .num {
        font-size: 36px;
    }

    .gaiheki-slider .tbox {
        width: 100%;
    }

    .gaiheki-slider .tbox .ttl {
        font-size: 18px;
    }

    .gaiheki-slider .tbox .ttl:after {
        width: 30px;
        height: 2px;
        bottom: -5px;
    }
}

/* ビフォーアフター */
.before-after {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.before-after-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding: 2em;
    border-radius: 2em;
    background-color: rgba(255, 255, 255, 0.4);
}

.before-after-item+.before-after-item {
    margin-top: 30px;
}

.before-after-element {
    position: relative;
}
.before-after-element {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.before-after-element:hover {
    opacity: 0.6;
    cursor: pointer;
}

.before-after-element .caption {
    min-width: 150px;
    padding: 0.5em 1.5em;
    color: white;
    line-height: 1.2;
    text-align: center;
    border-radius: 2em 0 0 2em;
    background-color: var(--color02);
    position: absolute;
    bottom: 1em;
    right: 0;
    z-index: 1;
}

.before-after-element.-before .caption {
    color: var(--color02);
    background-color: #fadaca;
}

.before-after-element.-before {
    width: 35%;
}

.before-after-element.-after {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 50px;
}

.before-after-element.-after::after {
    content: "\f0da";
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4em;
    color: var(--color02);
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 70%;
    left: -35px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .before-after {
        width: 90%;
    }
}

@media (max-width: 599px) {
    .before-after {
        width: 100%;
    }

    .before-after-element.-before {
        width: 55%;
    }

    .before-after-element.-after {
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }

    .before-after-element.-after::after {
        content: "\f0d7";
        -webkit-transform: unset;
        transform: unset;
        top: -1em;
        left: 0;
        right: 55%;
    }
}

/* ---------------------------
11price「費用一覧」
----------------------------- */
.price03box .gaiheki-slider .ttlbox {
    color: inherit;
}

.price01 .box {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    background-color: var(--color04);
    position: relative;
}

.price01 .box:before {
    content: "";
    border: 2px solid #3f200e;
    border-radius: 4px;
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -6px;
    right: -6px;
}

.btn02 {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.btn02.active {
    color: #fff;
    background-color: var(--color02);
}

.price02 {
    display: none;
}

.price02 dl {
    padding: 11px 15px;
    border-bottom: 1px solid #3f200e;
}

.price02.active {
    display: block;
}

/* ---------------------------
12construction「施工事例」
----------------------------- */
.ribon1 {
    position: relative;
}

.ribon1:after {
    content: "";
    width: 23px;
    height: 38px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/ribon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: -10px;
    right: 5px;
}

.works-list .pic {
    position: relative;
}

.works-list .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
    text-align: center;
    border-radius: 3px;
    background-color: var(--color04);
    position: absolute;
    bottom: 15px;
    right: 1px;
}

.works-list .comment img {
    margin-right: 2px;
}

.works-list .comment:before {
    content: "";
    width: 24px;
    height: 18px;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/shape.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 4px;
    right: 15px;
}

.works-list .city {
    margin-left: 5px;
}

.city01 {
    min-width: 100px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
    background-color: var(--color04);
}

.pagenation li {
    width: 50px;
    height: 50px;
    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;
    margin: 0 5px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background-color: var(--color02);
}

.pagenation a {
    width: 100%;
    height: 100%;
    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;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pagenation .now {
    background-color: var(--color03);
}

@media (max-width: 599px) {
    .pagenation li {
        width: 35px;
        height: 35px;
        margin: 0 3px;
        font-size: 14px;
    }
}

/* ---------------------------
99construction_detail「施工事例詳細ページ」
----------------------------- */
.works-detail-box .comment {
    padding: 0 4% 6%;
    border: 1px solid var(--color03);
    border-radius: 10px;
}

.works-detail-box .comment .ttl {
    min-width: 200px;
    display: inline-block;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color04);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.works-detail-box .comment .ttl img {
    margin-right: 5px;
}

.works-detail-box .comment .content {
    padding: 5% 3%;
    background-color: #fff;
}

.category-box .ttl {
    margin-bottom: 10px;
    padding: 5px 7px;
    border: 1px solid var(--color03);
}

.category-box .ttl .text {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    background-color: var(--color04);
}

.category-box li {
    padding: 12px 5px 12px 20px;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}

.category-box li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color03);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 12px;
}

/* ---------------------------
14blog「ブログ」
----------------------------- */
.blog-list .cat {
    display: inline-block;
    margin-right: 15px;
    padding: 3px 10px;
    text-align: center;
    border-radius: 3px;
    background-color: var(--color04);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-box .ttl.brown .text {
    color: #fff;
    background-color: var(--color05);
}

.category-box .ttl.orange .text {
    color: #fff;
    background-color: var(--color02);
}

.pagenation.brown li {
    background-color: var(--color05);
}

.pagenation.brown li.now {
    background-color: var(--color02);
}

.btn03 a {
    min-width: 200px;
    display: inline-block;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    background-color: var(--color05);
}

.btn03.orange a {
    background-color: var(--color02);
}

.blog-detail-box .pic {
    position: relative;
}

.blog-detail-box .pic .city01 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    bottom: 0;
    right: 22px;
}

@media (max-width: 599px) {
    .category-box .ttl {
        padding: 3px 3px;
    }
}

/* ---------------------------
14faq「よくあるご質問」
----------------------------- */
.faq-list .q {
    width: 50px;
    height: 50px;
    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;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color03);
}

.faq-list .question {
    width: calc(100% - 70px);
    padding-right: 30px;
    position: relative;
}

.faq-list .question:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    right: 10px;
}

.faq-list .pic {
    width: 50px;
    height: 50px;
    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;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color02);
}

.faq-list .name {
    text-align: center;
}

.faq-list .answer {
    width: calc(100% - 70px);
    padding: 30px 30px 45px;
    background-color: var(--color01);
}

.faq-list dd {
    display: none;
    margin-top: 7px;
}

.faq-list dt:hover {
    cursor: pointer;
}

.faq-list dt.is-parent .question:after {
    content: "\f077";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.faq-list li {
    margin-top: 30px;
}

/* ---------------------------
16recruit「採用情報」
----------------------------- */
.recruit01 {
    padding: 60px 6% 6%;
    background-color: #fff;
}

.recruit01 .heading06 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.recruit01box {
    position: relative;
}

.recruit01box .img01 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.recruit01box .img01 img {
    opacity: 0.6;
}

.recruit01box .img02 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.recruit01box .img02 img {
    opacity: 0.6;
}

.-translate02 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ---------------------------
17contact「お問い合わせ」
----------------------------- */
.contact01 {
    padding: 40px 6% 6%;
    background-color: #fff;
    position: relative;
}

.contact01 .heading06 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.contact-form dl {
    padding: 50px 0;
    border-bottom: 1px solid #bfbfbf;
}

.contact-form .require {
    min-width: 75px;
    color: #fff;
    text-align: center;
    background-color: var(--color02);
}

.contact-form .explain {
    color: #666;
}

.contact-form input[type="checkbox"] {
    margin-right: 5px;
}

.contact-form .require {
    font-size: 14px;
}

.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.contact-form textarea {
    height: 200px;
}

.main-bg03 {
    width: 100%;
    height: 70%;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/main-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.main-bg04 {
    width: 100%;
    height: 30%;
    border-top: 1px solid #fff;
    background-image: url("/import/tenant_1/160.16.63.91/P01/images_original/main-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 70%;
    left: 0;
}

.main-bg04:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.form_shape li {
    padding: 5px 0;
}

.button01 button {
    min-width: 100px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    background-color: var(--color03);
}

@media (max-width: 599px) {
    .contact-form dl {
        padding: 20px 0;
    }
}

.up-lst-disc {
    padding-left: 30px;
}

/* ABテスト */
.sp-fix-box .contact.ab-test a {
    background-color: #d3d053;
}

/* 施工事例一覧ページ */
.construction-category span {
    display: inline-block;
    margin: 1px;
    padding: 0.5em 1em;
    font-size: 11px;
    color: white;
    line-height: 1.2;
    border-radius: 0.5em;
    background-color: var(--color03);
}

.construction-category.-large span {
    font-size: 14px;
}

/* 詳細ページ用 */
.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(--color02);
}

.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(--color02);
}

.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(--color02);
}

.detail-content ol {
    list-style: auto;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

.detail-content ul {
    list-style: inherit;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

/* 求人詳細ページ */
.company01 .list-recruit-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    border-bottom: 0;
}

.list-recruit-detail dt {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-recruit-detail dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
    font-weight: normal;
    font-size: 90%;
}

@media (max-width: 599px) {
    .list-recruit-detail dt {
        width: 35%;
    }
}

/* 見たまま編集 */
[data-element-id] .sp-fix-box {
    display: block;
    position: static;
}

[data-element-id] .pc-none {
    display: block;
}

[data-element-id] .gnav li.pc-none {
    border: 1px solid #218055;
}

[data-element-id] .gnav .sp-logo {
    border: 1px solid #218055;
}

[data-element-id] .g-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .g-list li {
    margin-top: 30px;
}

[data-element-id] .gnav .pc-none {
    padding-top: 1.5em;
    border: 1px solid #218055;
    position: relative;
}

[data-element-id] .gnav .pc-none:after {
    content: "SP用";
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 1px solid #218055;
    background: #218055;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .price02 {
    display: block;
    margin-top: 40px;
    position: relative;
}

[data-element-id] .price02:before {
    content: "↓外壁塗装の費用↓";
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: var(--color02);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .tab02:before {
    content: "↓内壁塗装の費用↓";
}

[data-element-id] .tab03:before {
    content: "↓屋根屋上塗装の費用↓";
}

[data-element-id] .tab04:before {
    content: "↓防水工事の費用↓";
}

[data-element-id] .free-zero {
    margin-left: auto;
    position: relative;
}

[data-element-id] .header-logo-box {
    width: 500px;
    margin-left: auto;
    position: static;
}

[data-element-id] .heading02 span {
    -webkit-transform: none;
    transform: none;
}

[data-element-id] .top-works-slider ul>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[data-element-id] .top-works-slider li {
    width: 30%;
    margin-bottom: 20px;
}

[data-element-id] .top05 .box .ttl {
    position: absolute !important;
}

[data-element-id] .top-recruit-banner .tbox {
    position: absolute !important;
}

[data-element-id] .common-banner .right .text4 {
    position: absolute !important;
}

[data-element-id] .top05 .box .sub {
    position: absolute !important;
}

[data-element-id] .maru01 {
    position: absolute !important;
}

[data-element-id] .maru02 {
    position: absolute !important;
}

[data-element-id] .maru03 {
    position: absolute !important;
}

[data-element-id] .maru04 {
    position: absolute !important;
}

[data-element-id] .faq-list dd {
    display: block;
}

[data-element-id] .nav-logo {
    max-width: 300px;
    margin: 0;
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .nav-logo::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] .g-item.pull .accordionbox {
    visibility: visible;
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
    position: static;
}

[data-hide-element] {
    padding-top: 1.5em;
}

[data-hide-element]:before {
    content: "非表示" !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    -webkit-transform: unset !important;
    transform: unset;
}

.fs16 {
  font-size: 16px;
}
.fs12 {
  font-size: 12px;
}
.a-txt {
  text-shadow: 2px 3px 5px rgb(255 255 255);
}
