@charset "utf-8";

/*===================================
  カスタムプロパティ
===================================*/

/* # root1 START # */
/* :root {
    --color01: #2ca09a;
    --color02: #ebfffb;
    --color03: #b1dcda;
    --color04: #ff7d3e;
    --color05: #6c3eff;
    --flt01: invert(47%) sepia(42%) saturate(625%) hue-rotate(128deg) brightness(103%) contrast(92%);
    --flt02: invert(90%) sepia(19%) saturate(183%) hue-rotate(96deg) brightness(108%) contrast(102%);
} */
/* # root1 END # */

/* # root2 START # */
/* :root {
  --color01: #4682b4;
  --color02: #dcedfb;
  --color03: #84b4db;
  --color04: #ff7d3e;
  --color05: #6c3eff;
  --flt01: invert(66%) sepia(17%) saturate(6410%) hue-rotate(181deg) brightness(76%) contrast(79%);
  --flt02: invert(84%) sepia(20%) saturate(192%) hue-rotate(172deg) brightness(107%) contrast(97%);
} */
/* # root2 END # */

/* # root3 START # */
:root {
    --color01: #e67e00;
    --color02: #f6eee4;
    --color03: #f4c387;
    --color04: #ff7d3e;
    --color05: #6c3eff;
    --flt01: invert(45%) sepia(94%) saturate(1296%) hue-rotate(9deg) brightness(98%) contrast(102%);
    --flt02: invert(91%) sepia(19%) saturate(241%) hue-rotate(324deg) brightness(105%) contrast(93%);
}
/* # root3 END # */

/*===================================
  基本設定
===================================*/
html {
    font-weight: 500;
}

.c-01 {
    color: var(--color01);
}

.color01 {
    color: #000;
}

.color02 {
    color: #000;
}

.color03 {
    color: #000;
}

.color04 {
    color: #000;
}

.bgcolor01 {
    background-color: #000;
}

.bgcolor02 {
    background-color: #000;
}

.bgcolor03 {
    background-color: #000;
}

.bgcolor04 {
    background-color: #000;
}

.btn {
    width: 100%;
    max-width: 250px;
}

.btn a,
.btn .a,
.btn button {
    width: 100%;
    display: block;
    padding: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: solid 1px var(--color01);
    border-radius: 9999px;
    background-color: var(--color01);
    position: relative;
}

.btn a:hover,
.btn .a:hover,
.btn button:hover {
    color: var(--color01);
    background: #fff;
    opacity: 1;
}

.btn a::before,
.btn .a::before,
.btn button::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    right: 15px;
}

.btn.back a::before,
.btn.back button::before {
    content: "\f060";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    left: 15px;
    right: initial;
}

.btn a:hover:before,
.btn .a:hover:before,
.btn button:hover::before {
    right: 5px;
}

.btn.back a:hover::before,
.btn.back button:hover::before {
    left: 5px;
    right: initial;
}

/* .btn a::before{
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  background-image: url("https://{# info-company #}-paint.com/images/ar.webp");
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */
/* 共通コンテンツ間隔 */
.area {
    margin-top: 80px;
    margin-bottom: 80px;
}

.bgarea {
    padding-top: 80px;
    padding-bottom: 80px;
}

.list-4>*:nth-child(4) {
    display: none;
}

@media(max-width:1024px) {
    .list-4>*:nth-child(4) {
        display: list-item;
    }
}

@media (max-width: 599px) {
    .bgarea {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .area {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    html {
        font-size: 15px;
    }

    .cnf-btn .btn {
        max-width: 45%;
    }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*="load-"] {
    min-height: 50px;
    border: 3px solid #00bcd4;
    position: relative;
}

[class*="load-"]:before {
    content: "共通要素";
    display: block;
    font-weight: bold;
    color: #ff0;
    text-align: center;
    background: #00bcd4;
    position: absolute;
    z-index: 100;
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
    font-size: 28px;
    text-align: center;
}

@media (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 24px;
    }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
    max-width: 180px;
    margin-top: 50px;
}

.btn-cmn01 a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    background: #000;
    position: relative;
}

.btn-cmn01 a:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5px;
}

.btn-cmn01.btn-back a:after {
    content: "\f053";
    left: 5px;
    right: inherit;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
    padding: 0 5px;
    font-size: 12px;
}

/**
ヘッダー
header
*/
.header {
    padding: 5px 0;
    position: relative;
    z-index: 200;
}

.hd-flex {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.header .contents {
    display: -webkit-box;
    width: calc(100% - 300px);
    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: flex-end;
}

.header .contents .tel-box {
    width: 220px;
}

.header .contents .hd-time {
    width: 180px;
}

.header .right {
    width: 30%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .right .mail-box a {
    margin-bottom: 4px;
    padding: 5px 15px;
    color: #fff;
    border: solid 1px var(--color01);
    border-radius: 9999px;
    background-color: var(--color01);
}

.header .right .mail-box a:hover {
    color: var(--color01);
    background: #fff;
    opacity: 1;
}

.header .right .mail-box a,
.header .right .line-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;
}

.header .right .mail-box .icon {
    line-height: 0;
}

.header .right .line-box .icon {
    font-size: 25px;
    line-height: 0;
}

.header .right .mail-box .icon img {
    width: 20px;
}

.header .right .icon {
    margin-right: 5px;
}

.header .right .line-box,
.header .right .mail-box {
    width: 100%;
}

.header .right .line-box a {
    margin-bottom: 4px;
    padding: 5px 15px;
    color: #fff;
    border: solid 1px #00b900;
    border-radius: 9999px;
    background: #00b900;
}

.header .right .line-box a:hover {
    color: #00b900;
    background: #fff;
    opacity: 1;
}

.header .right .address {
    font-size: 12px;
    color: var(--color01);
}

.header .right .txt {
    margin-right: 10px;
    line-height: 120%;
}

.header .right .txtin {
    display: block;
}

.header .right .tel a {
    font-weight: bold;
    font-size: 30px;
}

.header .right .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 24px;
}

.header .right .mail-box a,
.header .right .line-box a {
    width: 100%;
    max-width: 270px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 5px 15px 5px 15px;
}

.header .left {
    width: 250px;
    padding: 0px;
}

.header .left a,
.header .left img {
    width: 100%;
    display: block;
}

@media (max-width: 1024px) {
    .header {
        padding: 5px 0;
    }

    .header .right {
        display: none;
    }
}

@media (max-width: 599px) {
    .header {
        padding: 5px 0 0 0;
    }
    
    .hd-flex {
        padding-left: 10px;
        padding-right: 50px;
    }    
}

@media (max-width: 1024px) {
    .pagettl {
        padding-right: 60px;
    }
}

@media (max-width: 599px) {
    .pagettl {
        padding-right: 45px;
    }
}

/* 下部固定コンテンツ */
.fix-bottom {
    display: none;
}

@media (max-width: 1024px) {
    .fix-bottom {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 250;
    }

    .fix-bottom .item {
        width: 50%;
        text-align: center;
    }

    .fix-bottom a {
        height: 100%;
        display: -webkit-box;
        display: -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;
    }

    .fix-bottom .tel {
        font-size: 14px;
        color: #fff;
        background: #000;
    }

    .fix-bottom .tel a:before {
        content: "\f879";
        margin-right: 5px;
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
    }

    .fix-bottom .contact {
        color: #000;
        background: #eee;
    }

    .fix-bottom .contact a:before {
        content: "\f0e0";
        margin-right: 5px;
        font-family: "Font Awesome 6 Free";
        font-weight: 600;
    }
}

/**
グローバルナビ
gnav
*/
.gnav {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    color: #000;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translatey(-200%);
    transform: translatey(-200%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
}

.gnav.active {
    overflow: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.header.fixed {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.gnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    padding: 30px;
}

.gnav .navlogo {
    display: none;
}

.gnav .navlogo img {
    max-height: 100px;
}

.gnav .list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gnav .item01 {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    text-align: left;
    position: relative;
}

.gnav .item01:last-child {
    margin-bottom: 0;
}

.gnav .item01::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--color01);
    position: absolute;
    top: 15px;
    left: 0px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
    display: block;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
}

.gnav .item01.-parent {
    position: relative;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
}

.gnav .list02 {
    width: 240px;
    visibility: hidden;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.8) content-box;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
}

.gnav .item02 a {
    display: block;
    padding: 5px;
}

.gnav .item02 a:hover {
    color: #fff;
    background-color: var(--color01);
}

.gnav .item02 a:hover {
    color: #222;
    background: none;
}

.gnav.action {
    overflow: auto;
    -webkit-transform: translateY(0%);
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translateY(0%);
    transform: translate3d(0%, 0, 0);
    z-index: 250;
}

.gnav .navlogo {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 20px;
}

.gnav .list02 {
    visibility: visible;
    padding-top: 0;
    padding-left: 15px;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
}

.gnav .list02 a {
    margin-top: 15px;
    padding: 2px 0 2px 15px;
    position: relative;
}

.gnav .list02 a:before {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 15px;
    left: 0;
}


/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 251;
}

.toggle .bar {
    width: 35px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background-color: var(--color01);
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 3.5px;
}

.toggle .bar:before,
.toggle .bar:after {
    content: "";
    width: 35px;
    height: 2px;
    display: block;
    background-color: var(--color01);
    position: absolute;
    left: 0;
}

.toggle .bar:before {
    top: -10px;
}

.toggle .bar:after {
    top: 10px;
}

.toggle.active .bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .toggle {
        display: block !important;
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .gnav .item01 {
        width: 100%;
    }

    .gnav .navlogo {
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {

    .gnav .item01>a,
    .gnav .item01 .itemin {
        padding: 2px;
    }

    .gnav .item01 {
        margin-bottom: 10px;
    }

    .gnav .list02 {
        padding-left: 10px;
    }


    .gnav .list02 a {
        margin-top: 8px;
    }

    .gnav .item01::before {
        top: 10.5px;
    }
}

/* .overlay{
  overflow: hidden
} */
/* .overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
} */
/*トップへ戻る*/
.totop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: solid 3px var(--color02);
    border-radius: 50%;
    background-color: var(--color01);
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

.totop:hover {
    color: var(--color01);
    background: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.totop>div:before {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    line-height: 1.8;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 50px;
        right: 10px;
    }
}

/**
フッター
footer
*/
.footer .copy {
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1024px) {
    .footer .copy {
        padding-bottom: 50px;
    }
}

/**
フッターナビ
fnav
*/
.fnav {
    padding: 80px 0;
    color: #fff;
    background-color: var(--color01);
    position: relative;
}

.fnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fnav .list01 {
    width: 50%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.fnav .item {
    margin-bottom: 10px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .item a {
    display: block;
    padding-left: 12px;
    position: relative;
}

.fnav .item a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
}

.fnav .list02 {
    width: 50%;
}

.fnav .datawrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.fnav .datattl {
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
}

.fnav .datattl:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
}

.fnav .data {
    margin-bottom: 5px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .data a {
    padding-left: 12px;
    position: relative;
}

.fnav .data a:before {
    content: "";
    width: 5px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 7px;
    left: 0;
}

.fnav .add {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
    color: #222;
    text-align: center;
    border-radius: 9999px;
    background: #fff;
}

.fnav .right .ttl {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: solid 3px #fff;
}

.fnav .right li {
    margin: 15px 0;
}

.fnav .img-01 {
    max-width: 270px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .fnav .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fnav .list01 {
        width: 100%;
        margin-bottom: 10px;
    }

    .fnav .list02 {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .fnav .list01 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .fnav .datawrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/**
2カラムページ
*/
.column2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.column2 .side {
    width: 200px;
}

.column2 .mainwrap {
    width: calc(100% - 250px);
}

@media (max-width: 1024px) {
    .column2 .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 50px;
    }

    .column2 .mainwrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 50px;
    }
}

/* サイドメニュー */
.side .list {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .side {
        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;
    }

    .side .list {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .side .list {
        width: 100%;
    }
}

.list-side .datattl {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 2em;
    background-color: var(--color01);
    position: relative;
}

.list-side .data {
    margin-bottom: 10px;
    padding-left: 10px;
}

.list-side a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.list-side a:before {
    content: ">";
    color: #000;
    position: absolute;
    left: 0;
}

@media (max-width: 1024px) {
    .list-side.type-archive .datawrap {
        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;
    }

    .list-side.type-archive .datawrap .datattl {
        width: 100%;
    }

    .list-side.type-archive .datawrap .data {
        width: 48%;
    }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
.topmv {
    overflow: hidden;
    position: relative;
}

.topmv:before {
    content: "";
    display: block;
    padding-top: 600px;
    position: relative;
    z-index: -1;
}

.topmv img,
.topmv iframe,
.topmv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.topmv-ttl {
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.topmv-ttl .eng {
    font-weight: bold;
    font-size: 80px;
}

.topmv-ttl .jap {
    font-weight: 500;
    font-size: 30px;
}

/*ホームビジュアル（トップ）*/
.homevisual {
    position: relative;
}

.homevisual .img {
    min-height: 300px;
    max-height: 700px;
    position: relative;
}

.homevisual .img:before {
    content: "";
    display: block;
    padding-top: 40%;
    position: relative;
    z-index: -1;
}

.homevisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;

    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

/*IE対策*/
.homevisual .head {
    font-weight: bold;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

@media (max-width: 599px) {
    .homevisual .head {
        font-size: 28px;
    }
}

/* A-BiSUスライダー用 */
.mainimg {
    overflow: hidden;
    position: relative;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;

    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
    padding: 0 20px;
}

.slick01.slick-dotted {
    margin-bottom: 50px;
}

.slick01 .btn-slick {
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick01 .btn-slick.btn-back {
    left: 0;
}

.slick01 .btn-slick.btn-next {
    right: 0;
}

.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}

@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        font-size: 20px;
    }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
    width: 100%;
    overflow: hidden;
    background: #484848;
    position: relative;
}

.topvisual .img {
    min-height: 200px;
    position: relative;
}

.topvisual .img:before {
    content: "";
    display: block;
    padding-top: 400px;
    position: relative;
    z-index: -1;
}

.topvisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.topvisual .head {
    width: 96%;
    max-width: 1000px;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

@media (max-width: 599px) {
    .topvisual .img:before {
        padding-top: 250px;
    }

    .topvisual .head {
        font-size: 24px;
    }
}

/* パンくずリスト */
.breadcrumb {
    margin: 10px 0;
}

.breadcrumb .item {
    display: inline;
}

.breadcrumb .item:not(:last-of-type):after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

.breadcrumb .home {
    color: #000;
}

.breadcrumb .now {
    color: #000;
}

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

.pagenation .next {
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now,
.pagenation .next a,
.pagenation .prev a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    text-align: center;
    border: none;
    border-radius: 50%;
}

.pagenation .number a:hover,
.pagenation .next a:hover,
.pagenation .prev a:hover,
.pagenation .now {
    color: #fff;
    background: var(--color01);
    opacity: 1;
}

@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background-color: var(--color01);
}

.list-article .cate .cate1 {
    background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background-color: var(--color01);
}

.articledtl01 .cate .cate1 {
    background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
    display: block;
    position: relative;
}

.list-gallery01 .img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-gallery01 .block-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -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;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.list-gallery01 .cate {
    margin-bottom: 5px;
    font-size: 14px;
}

.list-gallery01 .head {
    font-size: 18px;
}

.list-gallery01 a:hover {
    opacity: 1;
}

.list-gallery01 a:hover .img {
    opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 599px) {
    .list-gallery01 .block-txt {
        display: none;
    }

    .list-gallery01 .head {
        font-size: 14px;
    }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
    cursor: pointer;
}

/* フォーム */
.form .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    /*   border-bottom: 2px solid #999; */
}

.form .box.w-max {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form .box.w-max .datattl,
.form .box.w-max .data {
    width: 100%;
    padding-left: 0;
}

.form .box.w-max .datattl {
    margin-bottom: 10px;
}

.form .datattl {
    width: 200px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    color: #000;
}

.form .require {
    display: inline-block;
    margin-left: 10px;
    padding: 0 4px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6em;
    background-color: var(--color01);
}

.form .data {
    width: 100%;
    padding-left: 50px;
}

.form .data.birthday {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding-left: 10px;
}

.form .data.family {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.form .data.birthday input,
.form .data.family input {
    width: 50px;
}

.form .data input {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}

.form .data input[type="radio"] {
    display: none;
}

.form .data input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 200%;
    position: relative;
}

.form .data input[type="radio"]+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 0 1px #999;
    box-shadow: inset 1px 1px 0 1px #999;
    position: absolute;
    top: 4px;
    left: 0;
}

.form .data input[type="radio"]:checked+label::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #303841;
    position: absolute;
    top: 7px;
    left: 3px;
}

.form .data input[type="radio"]:checked+label {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form .data input[type="number"] {
    width: 70px;
    margin-right: 10px;
}

.form .data select {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    border: 1px solid #999;
}

.form .data textarea {
    width: 100%;
    height: 170px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #999;
}

.form .data01 div {
    display: inline-block;
}

.form .btn button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.form dd.radiobtn {
    padding-left: 50px;
}

.form dd.radiobtn label {
    display: inline-block;
    padding: 5px 10px 5px 35px;
    position: relative;
}

.form dd.radiobtn label::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid var(--color01);
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 0;
}

.form dd.radiobtn label:hover {
    cursor: pointer;
}

.form dd.radiobtn input {
    display: none;
}

.form dd.radiobtn input:checked+label::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 21px;
    color: var(--color01);
    position: absolute;
    top: 3px;
    left: 2px;
    z-index: 1;
}

.form dd.radiobtn input+label {
    margin-left: 10px;
}

@media (max-width: 1024px) {
    .form .data.birthday {
        width: 80px;
    }

    .form .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form .datattl {
        display: block;
        margin-bottom: 10px;
    }

    .form .data,
    .form dd.radiobtn {
        padding-left: 0;
    }
}

@media (max-width: 599px) {
    .form .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form .datattl {
        width: 100%;
    }
}

.border-r50-box {
    border-radius: 50px;
}

.border-r50 img {
    overflow: hidden;
    border-radius: 50px;
}

.mainimg.slider {
    width: 95%;
    margin-left: auto;
    padding-top: 45%;
    border-radius: 40px 0 0 40px;
    position: relative;
}

.topmv .btn {
    max-width: 180px;
    position: absolute;
    top: 85%;
    right: 3%;
}

.topmv .btn a {
    padding: 15px 15px 15px 50px;
    color: var(--color01);
    background: #fff;
}

.topmv .btn a::before {
    width: 30px;
    height: 30px;
    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;
    border-radius: 50%;
    background-color: var(--color01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 15px;
    right: initial;
}

.mainimg .uk-slidenav-position {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mainimg-inner,
.uk-slidenav-position {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.tel-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;
    font-weight: bold;
    font-size: 24px;
}

.tel-box .logo {
    width: 40px;
    height: 40px;
    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-right: 5px;
    border-radius: 50%;
    background-color: var(--color01);
}

.en {
    font-weight: bold;
    font-size: 22px;
    color: var(--color01);
    line-height: 1.3;
    border-bottom: 1px solid var(--color01);
}

.ja {
    font-weight: bold;
    font-size: 30px;
    color: #666;
}

.h3m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.col-area {
    background-color: var(--color02);
}

.h4m {
    padding-left: 15px;
    line-height: 1.8em;
    font-weight: bold;
    color: #fff;
    background: var(--color01);

    /* background: -moz-linear-gradient(90deg, rgba(44,160,154,1) 0%, rgba(44,160,154,1) 90%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(44,160,154,1) 0%, rgba(44,160,154,1) 90%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(44,160,154,1) 0%, rgba(44,160,154,1) 90%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color01)",endColorstr="#ffffff",GradientType=1); */
    position: relative;
}

.h4m::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 5px;
}

.bg-c-01 {
    background-color: var(--color02);
}

.bg-c-02 {
    background-color: var(--color01);
}

.bg-text {
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 9999px;
    background-color: var(--color01);
}

.text-s {
    text-shadow: 0 0 3px black, 0 0 4px #fff;
}

.img-fil-br05 {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.bg-01 {
    content: "";
    width: 95%;
    height: 100%;
    border-radius: 0 70px 70px 0;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hg-box .bg-01 {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
}


.bg-01.new-r {
    border-radius: 70px 0 0 70px;
    left: initial;
    right: 0;
}

.bg-02 {
    position: absolute;
    bottom: -72px;
    right: 70px;
    filter: var(--flt02);
}

.bg-03 {
    width: 95%;
    height: 100%;
    border-radius: 70px 0 0 70px;
    background-image: url('/import/tenant_1/162.43.17.191/images/ys.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.bg-04 {
    content: "";
    width: 80%;
    height: 100%;
    border-radius: 70px 0 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color02);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.messeages .bg-04 {
    width: 95%;
}

.bg-05 {
    position: absolute;
    bottom: -72px;
    left: 70px;
    filter: var(--flt02);
}

.border-b-text {
    border-bottom: solid 3px var(--color01);
}

.h3m .big {
    font-weight: 600;
    font-size: 100px;
    line-height: 1.5;
}

.tate-ttl {
    font-weight: 500;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.top-service .box .pic .btns a {
    width: 170px;
    height: 170px;
    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;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color01);
    position: absolute;
    bottom: -5px;
    left: -5px;
}

.top-service .box .sbttl span {
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
    background-color: var(--color01);
}

.top-service .box .sbtext {
    color: var(--color01);
}

.top-service .box.box2 .pic .btns a {
    background: #f39831;
    left: initial;
    right: -5px;
}

.top-service .box.box2 .sbttl span {
    background: #f39831;
}

.top-service .box.box2 .sbtext {
    color: #f39831;
}

.top-service .box.box3 .pic .btns a {
    background: #7fc3c9;
}

.top-service .box.box3 .sbttl span {
    background: #7fc3c9;
}

.top-service .box.box3 .sbtext {
    color: #7fc3c9;
}

.top-service .box.box4 .pic .btns a {
    background: #d94035;
}

.top-service .box.box4 .sbttl span {
    background: #d94035;
}

.top-service .box.box4 .sbtext {
    color: #d94035;
}

.btn-2 {
    width: 95%;
    margin-top: 30px;
    margin-left: auto;
}

.btn-2 a {
    margin-left: 40px;
    font-weight: 500;
    color: var(--color01);
    border-bottom: var(--color01) solid 1px;
    position: relative;
}

.btn-2 a::before {
    content: "\f061";
    width: 30px;
    height: 30px;
    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-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -40px;
    right: initial;
}

.top-message .en {
    color: #fff;
}

.top-message .btn a {
    border: solid 1px #fff;
    background: none;
}

.top-contact a {
    display: block;
    padding: 30px;
    border: solid 2px var(--color01);
    border-radius: 9999px;
}

.top-contact .con a {
    color: #fff;
    background-color: var(--color01);
}

.map {
    height: 100%;

    /* padding-top: 380px; */
    border-radius: 50px;
    z-index: 1;
}

.map.new {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .topmv .btn {
        top: 70%;
    }

    .ja {
        font-size: 26px;
    }

    .h3m .big {
        font-size: 80px;
    }

    .fnav .add {
        width: 100%;
        font-size: 14px;
    }

    .fnav {
        margin-bottom: 40px;
    }

    .gnav .list02,
    .messeages .bg-04 {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .h3m {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .en {
        font-size: 16px;
    }

    .h3m .big {
        font-size: 50px;
    }

    .ja {
        font-size: 22px;
    }

    .top-service .sbttl {
        width: 100%;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .top-service .box .sbtext {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .fnav .img-01 {
        max-width: 120px;
    }

    .footer .copy {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .fnav .right li {
        font-size: 14px;
    }

    .fnav .right .ttl {
        font-size: 18px;
    }

    .footer .logo {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .top-contact a {
        padding: 15px 30px;
    }

    .header .contents .left {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

    .header .contents .logo {
        text-align: center;
        width: 25px;
        height: 25px;
        margin-right: 2px;
        padding: 5px;
    }

    .header .contents .tel {
        width: 50%;
    }

    .tel-box a {
        font-size: 18px;
    }

    .topmv:before {
        padding-top: 100%;
    }

    .top-service .box .pic .btns a {
        width: 130px;
        height: 130px;
        font-size: 12px;
    }

    .btn a {
        padding: 10px 15px;
    }

    .map {
        padding-top: 70%;
        border-radius: 20px;
    }

    .border-r50 img {
        border-radius: 20px;
    }
}

.d-none-tb,
.d-none-sp {
    display: block;
}

.d-b-tb,
.d-b-sp {
    display: none;
}

@media (max-width: 1024px) {
    .d-b-tb {
        display: block;
    }

    .d-none-tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .d-none-sp {
        display: none;
    }

    .d-b-sp {
        display: block;
    }
}

.list_guide05 {
    max-width: 900px;
    margin: 0 auto;
}

.list_guide05 .item {
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list_guide05 .item:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.list_guide05 .datattl {
    width: 180px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    background-color: var(--color01);
}

.list_guide05 .data {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px 20px;
    border: solid 1px var(--color01);
    background: #fff;
}

@media (max-width: 599px) {
    .list_guide05 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list_guide05 .datattl {
        width: 100%;
    }

    .list_guide05 .data {
        padding: 10px;
        font-size: 14px;
    }
}

.acc-box {
    padding: 30px;
    border-radius: 30px;
    background: #fff;
}

.list_cmn02 .item {
    margin-bottom: 10px;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    position: relative;
}

.list_cmn02 .item:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border: 8px solid var(--color01);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.list_cmn02 .item {
    margin-bottom: 10px;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    position: relative;
}

.list_cmn02 .item:last-child {
    margin-bottom: 0;
}

.timeline-001__section {
    padding: 0 1.5em 1.5em 2em;
    position: relative;
}

.timeline-001__section:last-child {
    padding-bottom: 0;
}

.timeline-001__section::before,
.timeline-001__section::after {
    content: "";
    position: absolute;
}

.timeline-001__section::before {
    width: 20px;
    height: 100%;
    background-color: #f4f0e6;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    left: 11px;
}

.timeline-001__section::after {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #a3a166;
    top: 0;
    left: 4px;
}

.timeline-001__content {
    padding-bottom: 1.5em;
    border-bottom: dashed 1px #c6cdd3;
}

.timeline-001__label {
    margin-bottom: 0.1em;
    font-size: 0.85em;
    color: #bcbfc7;
}

.timeline-001__title {
    margin: 0 auto 0.5em;
    font-weight: 600;
    font-size: 1.05em;
    color: #333;
}

.movie_wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 56.5%;
    border-radius: 30px;
    position: relative;
}

.movie_wrap iframe {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.phone {
    text-align: center;
}

.phone img {
    max-width: 180px;
}

@media (max-width: 599px) {
    .list_cmn02 .item {
        font-size: 16px;
    }

    .phone img {
        max-width: 130px;
    }

    .acc-box {
        padding: 15px;
        border-radius: 15px;
    }
}

.faq-box {
    background-color: var(--color01);
}

.faq-list {
    width: 100%;
}

.faq-inner {
    padding: 30px 55px 30px 30px;
    position: relative;
}

.faq-list .faq-box .faq-inner div {
    padding-left: 40px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.faq-box .ans {
    display: none;
    padding: 30px;
    color: #333;
    background: #fff;
}

.plas::before,
.plas::after {
    content: "";
    width: 25px;
    height: 3px;
    display: block;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
}

.plas::after {
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.plas.is-parent::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.faq-list .faq-box .faq-inner span {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-left: 2px;
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-box .ans span.a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    padding-left: 2px;
    font-size: 22px;
    color: #333;
    line-height: 25px;
    text-align: center;
    border: 1px solid #333;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-box .ans div {
    padding-left: 40px;
    font-size: 18px;
    position: relative;
}

.check {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border-radius: 30px;
    background-color: var(--color02);
}

.check li {
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 2;
    position: relative;
}

.check li:last-child {
    margin-bottom: 0;
}

.check li:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--color01);
    position: absolute;
    top: 2px;
    left: 0;
}

.check li:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: -1px;
    left: 5px;
}

.recruit-box {
    padding: 4em 3em;
    border-radius: 30px;
    background-color: #f4f0e6;
}

.recruit-item {
    padding: 1em 0;
    border-bottom: 1px solid;
}

.recruit-item dt {
    width: 10em;
}

.recruit-item dd {
    width: calc(100% - 12em);
}

.footer-table {
    width: 100%;
}

.footer-table th,
.footer-table td {
    padding: 0.5em;
    color: #222;
    text-align: center;
    border: 1px solid #222;
}

.footer-table th {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: var(--color01);
}

.footer-table td:nth-of-type(1) {
    font-size: 12px;
}

@media (max-width: 1024px) {
    .recruit-item dt {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .recruit-item dd {
        width: 100%;
    }

    .footer-table th,
    .footer-table td {
        padding: 0.5em 0.2em;
    }

    .faq-inner {
        padding: 15px 45px 15px 10px;
        position: relative;
    }

    .faq-box .ans {
        padding: 15px 10px 15px 10px;
    }
}

@media (max-width: 599px) {

    .faq-list .faq-box .faq-inner p,
    .faq-box .ans p {
        font-size: 16px;
    }

    .recruit-box {
        padding: 3em 1.5em;
    }
}

.min-h-200 {
    min-height: 200px;
}

.method li {
    margin-bottom: 50px;
    border-bottom: solid 1px;
}

.method .btn {
    max-width: 350px;
}

.arrow-l {
    width: 4%;
    float: left;
    margin-left: 2%;
    border-left: 4px dotted #222;
    position: relative;
}

.arrow-l span {
    width: 0;
    height: 0;
    border-top: 20px solid #222;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -5px;
    left: -12px;
}

dl.menu {
    width: 100%;
    padding: 50px;
    border: solid 1px var(--color01);
    border-radius: 30px;
    background: #fff;
}

dl.menu 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;
    margin: 5px 0;
    padding: 5px 0;
    position: relative;
}

dl.menu div::after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: dotted 4px var(--color01);
    position: absolute;
    top: 50%;
    z-index: 1;
}

dl.menu dt {
    margin: 0;
    padding: 0 5px 0 0;
    text-align: left;
    background-color: #fff;
    z-index: 2;
}

dl.menu dd {
    margin: 0;
    padding: 0 0 0 5px;
    text-align: right;
    background-color: #fff;
    z-index: 2;
}

@media (max-width: 599px) {
    dl.menu {
        padding: 15px;
    }

    dl.menu dt {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    dl.menu dd {
        width: 100%;
        padding: 0;
    }

    dl.menu div::after {
        content: none;
    }
}

.store-box .ttl {
    font-weight: bold;
    font-size: 24px;
    color: var(--color01);
}

.store-box .img {
    overflow: hidden;
    border-radius: 30px;
}

.store-box .text dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #222;
}

.store-box .text dl:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.store-box .text dt {
    width: 25%;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    border-radius: 9999px;
    background-color: var(--color01);
}

.store-box .text dd {
    width: 70%;
}

@media (max-width: 1024px) {
    .store-box .text dt {
        width: 7rem;
        margin-bottom: 10px;
    }

    .store-box .text dd {
        width: 100%;
    }
}

.zoom-in-img .img {
    overflow: hidden;
    border-radius: 30px;
}

.zoom-in-img img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.zoom-in-img a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.top-construction .zoom-in-img .img .img-g {
    overflow: hidden;
    border-radius: 50px;
}

.top-construction .zoom-in-img .img {
    overflow: initial;
}

.top-construction .zoom-in-img img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top-construction .zoom-in-img a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.list__check li {
    padding-left: 40px;
    position: relative;
}

.list__check li+li {
    margin-top: 30px;
}

.list__check li::before {
    content: "\f058";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    color: #00997c;
    line-height: 1;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.uk-lb {
    cursor: pointer;
}

.fd-btn {
    position: fixed;
    top: 45%;
    right: 20px;
    z-index: 10;
}

.fd-btn a {
    width: 120px;
    height: 120px;
    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;
    color: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.fd-btn.-reflection a::before {
    content: "";
    width: 30px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    animation: reflection 2s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.fd-btn a .icon {
    font-size: 30px;
    line-height: 1;
}

.fd-btn .mail-box a {
    margin-bottom: 10px;
    border: solid 1px var(--color01);
    background-color: var(--color01);
}

.fd-btn .tel-box a {
    margin-bottom: 10px;
    border: solid 1px #fdc44f;
    background-color: #fdc44f;
}

.fd-btn .mail-box.ab a {
    border: solid 1px #ffa500;
    background: #ffa500;
}

.fd-btn .line-box a {
    border: solid 1px #00b900;
    background: #00b900;
}

.fd-btn .mail-box a:hover {
    color: var(--color01);
    background: #fff;
    opacity: 1;
}

.fd-btn .mail-box.ab a:hover {
    color: #ffa500;
    background: #fff;
}

.fd-btn .line-box a:hover {
    color: #00b900;
    background: #fff;
    opacity: 1;
}

.fd-btn .line-box .icon {
    font-size: 40px;
}

.top-trouble .box {
    padding: 20px 20px;
    border: solid 5px var(--color03);
    border-radius: 50px;
}


.flt img {
    filter: var(--flt01);
}

.img:has(.base)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/import/tenant_1/162.43.17.191/images/man_filt.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: var(--flt01);
}

.img:has(.base_2)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/import/tenant_1/162.43.17.191/images/staff_flt.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: var(--flt01);
}


.tight {
    letter-spacing: -.1em;
}

.text-s-5 {
    font-weight: 500;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}

.ball-content {
    width: 30%;
}

.top-reason .box {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    border: solid 5px var(--color03);
    border-radius: 50%;
    background: #fff;
}

.top-reason .box::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.top-reason .box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.top-reason .num {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 56px;
    color: var(--color01);
    border-bottom: solid 2px var(--color01);
}

.border-r15 {
    border-radius: 15px;
}

.min-400 {
    min-height: 400px;
}

.service-box {
    border-radius: 50px;
    background-color: var(--color01);
    position: relative;
}

.service-box .text-box {
    width: 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;
    margin: 0;
    padding: 0;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.service-box .text-box .btn {
    width: 80%;
}

.service-box .text-box .ttl {
    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;
    line-height: 1.2;
    text-align: center;
}

.service-box .text-box .ttl.-ver02 {
    display: block;
}

.service-box .text-box .btn a {
    padding: 10px;
    border: solid 1px #fff;
    background: none;
}

.service-box .text-box .btn a:hover {
    color: #fff;
    background: none;
}

.service-box img {
    width: 100%;
    border-radius: 50px;
    opacity: 0.5;
}

.k-box .text-box {
    width: 55%;
    margin-left: auto;
    padding: 30px 30px 30px 130px;
    border-radius: 50px;
    position: relative;
}

.k-box .img {
    width: 55%;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
    position: absolute;
    top: -20px;
    left: 0;
}

@media(max-width:1024px){
.k-box .img.-ver02 {
    width: 50%;
}  
}

@media(max-width:599px){
.k-box .img.-ver02 {
    width: 100%;
}  
}

.k-box .img img {
    border-radius: 50px;
}

.k-box .bg-01 {
    width: 100%;
    border-radius: 50px;
}

.k-box .ttl {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 28px;
    color: var(--color01);
    font-weight: bold;
}

.k-box.lil .ttl {
    font-size: 24px;
}

.hg-box .ttl {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 28px;
    color: var(--color01);
    font-weight: bold;
}

.k-box li:nth-of-type(even) .text-box {
    margin-left: initial;
    margin-right: auto;
    padding: 30px 130px 30px 30px;
}

.k-box li:nth-of-type(even) .img {
    left: initial;
    right: 0;
}

.top-construction .img {
    position: relative;
}

.top-construction li img {
    border-radius: 50px;
}

.top-construction .date {
    opacity: 1;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #000;
}

.top-construction .date span {
    position: relative;
    z-index: 2;
}

.top-construction .date .text {
    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;
    color: #fff;
    position: relative;
    z-index: 1;
}

.top-construction .date::before {
    content: "";
    width: 50%;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.17.191/images/AdobeStock_361438330.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    right: calc(20% + 5px);
    z-index: 1;
    scale: 2.5;
    filter: var(--flt01);
}

.top-voice ul>li>a {
    display: block;
    padding: 20px;
    border: solid 5px var(--color03);
    border-radius: 50px;
    height: 100%;
}

.top-voice.detail .box {
    height: 100%;
    padding: 15px;
}

.top-voice.detail.-ver02 .box {
    padding: 0px;
}

.top-voice .ttl {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    color: var(--color01);
    text-align: center;
    position: relative;
}

.top-voice .ttl::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.top-bnr .box {
    overflow: hidden;
    padding: 30px;
    border: solid 3px var(--color01);
    border-radius: 50px;
    position: relative;
}

.top-bnr .text {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: solid 2px var(--color01);
}

.top-bnr .ttl {
    font-weight: 500;
    font-size: 48px;
    color: var(--color01);
    text-align: center;
    position: relative;
}


.top-bnr .ttl:before,
.top-bnr .ttl:after {
    content: "";
    width: 44px;
    height: 2px;
    display: inline-block;
    background-color: var(--color01);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    position: absolute;
    top: 50%;
}

.top-bnr .ttl:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: 30px;
}

.top-bnr .ttl:after {
    right: 30px;
}



.top-bnr .sb-text {
    width: 200px;
    height: 200px;
    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: 30px 50px 0 24px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color02);
    position: absolute;
    top: -36px;
    right: -35px;
}

.slick-nav-arrows {
    position: absolute;
    top: -40px;
    right: 0%;
}

.slick-arrow {
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-next {
    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;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color01);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: -50px;
    bottom: 0px;
    right: 0;
    right: 30px;
    z-index: 1;
}

.btn-backs {
    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;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color01);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: -50px;
    bottom: 0px;
    left: initial;
    right: 100px;
    z-index: 1;
}

.btn-next:before,
.btn-backs:before {
    content: "\f061";
    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-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #fff;
    opacity: 1;
}

.btn-backs:before {
    content: "\f060";
}

.btn-backs:hover,
.btn-next:hover {
    background-color: var(--color01);
    opacity: 0.6;
    cursor: pointer;
}

.section-slider .slick-list {
    padding-right: 15%;
}

.top-contact-box>div {
    -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

.top-contact-box .box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    border: solid 1px var(--color01);
    border-radius: 50px;
    background: #fff;
}

.top-contact-box .en,
.top-contact-box .ja {
    color: #fff;
}

.top-contact-box .ttl {
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--color01);
    text-align: center;
}

.top-contact-box .tim {
    font-size: 14px;
    text-align: center;
    color: #888;
    font-weight: bold;
}

.top-contact-box .right {
    width: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-contact-box .right .mail-box a {
    margin-bottom: 20px;
    color: #fff;
    border: solid 1px var(--color01);
    border-radius: 9999px;
    background-color: var(--color01);
    font-weight: bold;
}

.top-contact-box .right .mail-box,
.top-contact-box .right .line-box {
    overflow: hidden;
}

.top-contact-box .right .mail-box a,
.top-contact-box .right .line-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: 5px 15px;
    font-size: 20px;
}

.top-contact-box .right .mail-box .icon {
    line-height: 0;
}

.top-contact-box .right .line-box .icon {
    font-size: 25px;
    line-height: 0;
}

.top-contact-box .right .mail-box .icon img {
    width: 20px;
}

.top-contact-box .right .icon {
    margin-right: 5px;
}

.top-contact-box .right .line-box a {
    color: #fff;
    font-weight: bold;
    border: solid 1px #00b900;
    border-radius: 9999px;
    background: #00b900;
}

.top-contact-box .right .mail-box a:hover {
    color: var(--color01);
    background: #fff;
    opacity: 1;
}

.top-contact-box .right .line-box a:hover {
    color: #00b900;
    background: #fff;
    opacity: 1;
}

.top-contact-box .right .address {
    font-size: 12px;
    color: var(--color01);
}

.top-contact-box .right .txt {
    margin-right: 10px;
    line-height: 120%;
}

.top-contact-box .right .txtin {
    display: block;
}

.top-contact-box .right .tel a {
    font-weight: bold;
    font-size: 30px;
}

.top-contact-box .right .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 24px;
}

.top-contact-box .right .mail-box,
.top-contact-box .right .line-box {
    width: 100%;
    max-width: 346px;
}

.top-contact-box .right .mail-box a,
.top-contact-box .right .line-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    justify-content: center;
    padding: 20px;
}

.top-contact-box .left {
    width: 100%;
    max-width: 170px;
    padding: 30px;
    border-radius: 0 40px 40px 0;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 10;
}

.list-cmp03 .item {
    padding: 20px 0;
}

.list-cmp03 .item:not(:last-child) {
    border-bottom: 3px solid var(--color02);
}

.list-cmp03 .datattl {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

/* .mini-txt-title {
    margin-bottom: -2px;
} */

.mini-txt-title>span {
    display: inline-block;
    padding: 2px 15px;
    line-height: 1.3em;
    border-radius: 10px;
    margin-bottom: -15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: var(--color01);
}

@media(max-width:1024px) {

    .top-trouble .box {
        padding: 10px;
        border-radius: 20px;
    }

    .top-construction .zoom-in-img .img .img-g {
        border-radius: 20px;
    }

    .top-construction li img {
        border-radius: 20px;
    }
}

@media (max-width: 599px) {
    .zoom-in-img .img {
        border-radius: 15px;
    }

    .top-voice.detail .box {
        padding: 20px 5px;
        border-radius: 20px;
    }

    .top-voice.detail .ttl {
        font-size: 16px;
    }

    .list-cmp03 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px;
    }

    .list-cmp03 .datattl {
        width: 100%;
        margin-bottom: 5px;
    }

    .list-cmp03 .data {
        width: 100%;
    }

    .top-construction.detail .date::before {
        scale: 2;
    }

    .top-construction.detail .date {
        font-size: 12px;
        left: 20px;
    }

    .top-voice ul>li>a {
        padding: 5px;
        border-radius: 20px;
    }

    .service-box img {
        border-radius: 20px;
    }

    .service-box {
        border-radius: 20px;
    }

    .k-box .img {
        border-radius: 20px;
    }

    .k-box .img img {
        border-radius: 20px;
    }

    .k-box .text-box {
        border-radius: 20px;
    }

    .k-box .bg-01 {
        border-radius: 20px;
    }

    .hg-box {
        border-radius: 20px;
    }

    .hg-box .bg-01 {
        border-radius: 20px;
    }


}

.footer .tel-box .logo {
    background: #fff;
}

.btn-sns a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px 5px 20px;
}

.btn-sns a .icon {
    margin-right: 5px;
    font-size: 20px;
}

.btn-sns .line-box a {
    margin-bottom: 4px;
    padding: 5px 15px;
    color: #fff;
    border: solid 1px #00b900;
    border-radius: 9999px;
    background: #00b900;
}

.btn-sns .mail-box a {
    margin-bottom: 10px;
    padding: 5px 15px;
    color: var(--color01);
    border: solid 1px #fff;
    border-radius: 9999px;
    background: #fff;
}

.btn-sns .line-box a:hover {
    color: #00b900;
    background: #fff;
    opacity: 1;
}

.btn-sns .mail-box a:hover {
    color: #fff;
    background-color: var(--color01);
    opacity: 1;
}

.pl-10 {
    padding-left: 17%;
}

.fz-16-14 {
    font-size: clamp(0.875rem, 0.533rem + 0.53vw, 1rem);
}

.slick-box.onlysp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slick-box.onlysp li {
    width: 30%;
}

@media (max-width: 1024px) {
    .fnav .left .tim {
        font-size: 12px;
    }

    .fnav .right li {
        font-size: 14px;
    }

    .btn-sns .text {
        font-size: 14px;
    }

    .top-bnr .ttl {
        font-size: 30px;
    }

    .top-bnr .ttl:before {
        left: 15px;
    }

    .top-bnr .ttl:after {
        right: 15px;
    }

    .top-bnr .img {
        max-width: 120px;
    }

    .top-bnr .sb-text {
        width: 175px;
        height: 175px;
        font-size: 14px;
    }

    .top-bnr .box::before {
        width: 40px;
        height: 40px;
    }

    .k-box .ttl {
        font-size: 22px;
    }

    .k-box.lil .ttl {
        font-size: 20px;
    }

    .hg-box .ttl {
        font-size: 22px;
    }

    .k-box .text-box {
        padding: 25px 15px 25px 80px;
    }

    .k-box li:nth-of-type(even) .text-box {
        padding: 25px 80px 25px 15px;
    }

    .service-box .text-box .ttl {
        font-size: 18px;
    }

    .service-box .text-box .btn a {
        font-size: 14px;
    }

    .service-box .text-box .btn {
        width: 90%;
    }

    .ball-content {
        width: 45%;
    }

    .ball-content:last-child {
        margin-top: -5%;
        width: 45%;
    }

    .header .left {
        width: 230px;
        padding: 15px;
        /* position: absolute; */
        left: 0;
        position: relative;
    }

    .header .contents .hd-time {
        line-height: 1.3em;
    }

    .topmv-ttl .eng {
        font-size: 40px;
    }

    .topmv-ttl .jap {
        font-size: 20px;
    }

    .fd-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: initial;
        bottom: 0;
        right: 0;
    }

    /* .fd-btn .item{
  width: 50%;
  border: solid 1px #fff;
} */
    .fd-btn>div {
        width: 50%;
        border: solid 1px #fff;
    }

    .fd-btn a {
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border: solid 1px #fff;
        border-radius: 0;
        position: relative;
        overflow: hidden;
    }

    .fd-btn .mail-box a {
        margin-bottom: 0;
        height: 100%;
    }

    .fd-btn .line-box .icon {
        font-size: 30px;
    }

    .fd-btn a .icon {
        margin-right: 10px;
    }

    .header .contents {
        width: 100%;
        padding: 0 80px 0 10px;
        justify-content: space-between;
    }

    .header .contents .tel-box {
        margin-right: 30px;
    }

    .top-reason .num {
        font-size: 40px;
    }

    .top-contact-box .tim {
        font-size: 17px;
    }
}

@media (max-width: 599px) {
    .top-bnr .text {
        margin-bottom: 4px;
        padding-bottom: 4px;
    }

    header>div {
        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;
    }

    .pagettl.pl-10 {
        padding-left: 5px;
        padding-right: 50px;
    }

    .toggle {
        top: 0px;
        right: 0px;
    }

    .pl-10 {
        padding-left: 0%;
    }

    .header .contents {
        display: block;
        width: 60%;
        padding: 0;
    }

    .header .contents .tel-box {
        /* width: 165px; */
        margin-right: 0;
        letter-spacing: -.05em;
        width: 100%;
    }

    .header .contents .hd-time {
        /* width: calc(100% - 165px); */
        letter-spacing: -.08em;
        text-align: right;
        width: 100%;
        text-align: center;
    }

/*     .header .tel-box a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
} */


    .header .left {
        width: 40%;
        padding: 0;
        position: relative;
    }

    .topmv-ttl .eng {
        font-size: 28px;
    }

    .topmv-ttl .jap {
        font-size: 16px;
    }

    .ball-content {
        width: 48%;
    }

    .top-reason .num-box li {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-reason .num-box li .tate-ttl {
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial;
    }

    .min-400 {
        min-height: auto;
    }

    .top-reason .num {
        margin-bottom: 0;
        margin-right: 10px;
        padding-right: 10px;
        border-bottom: none;
        border-right: solid 2px var(--color01);
    }

    .k-box .text-box,
    .k-box li:nth-of-type(even) .text-box {
        width: 100%;
        padding: 25px 10px;
    }

    .k-box .img {
        width: 100%;
        position: relative;
    }

    .k-box .bg-01 {
        height: 100%;
    }

    .bg-02 {
        bottom: -40px;
    }

    .bg-02 img {
        max-width: 60px;
    }

    .bg-05 {
        bottom: -40px;
    }

    .bg-05 img {
        max-width: 60px;
    }

    .top-contact-box>div {
        -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
        clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
    }

    .top-contact-box .tim {
        font-size: 14px;
    }

    .top-bnr .text.lts-3 {
        letter-spacing: 0px;
    }

    .top-bnr .ttl {
        display: inline-block;
        font-size: 18px;
    }

    .top-bnr .ttl:before {
        left: -20px;
    }

    .top-bnr .ttl:after {
        right: -15px;
    }

    .top-bnr .sb-text {
        width: 150px;
        height: 120px;
        font-size: 12px;
        top: -30px;
    }

    .top-bnr .sb-text {
        padding: 10px 45px 0 10px;
    }

    .top-bnr .box {
        padding: 10px;
    }

    .top-bnr .text-box {
        width: 65%;
        text-align: center;
    }

    .top-bnr .ttl:before,
    .top-bnr .ttl:after {
        width: 20px;
    }

    .top-bnr .img {
        max-width: 47px;
    }

    .btn-next {
        right: 5px;
    }

    .btn-backs {
        right: 65px;
    }

    .footer .tel-box .logo {
        max-width: 100%;
        margin: 0;
        margin-right: 5px;
    }

    .slick-box.onlysp .slick-next {
        right: 0px;
    }

    .slick-box.onlysp .slick-prev {
        left: 0px;
        z-index: 1;
    }

    .slick-box.onlysp .slick-next:before,
    .slick-box.onlysp .slick-prev:before {
        font-size: 30px;
        color: var(--color01);
    }


    .top-construction .slick-box.onlysp li {
        padding-top: 30px;
    }

    .top-bnr .box::before,
    .btn-backs,
    .btn-next {
        width: 30px;
        height: 30px;
    }

    .fnav {
        padding: 50px 0;
    }
}

.fead-text {
    opacity: 1;
}

.fead-text>.str {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.fead-text>.str.mv {
    opacity: 1;
}


@keyframes blur {
    0% {
        text-shadow: 0;
        opacity: 0;
    }

    5% {
        text-shadow: 0 0 90px #fff;
    }

    15% {
        opacity: 1;
    }

    20% {
        text-shadow: 0 0 0px #fff;
    }

    80% {
        text-shadow: 0 0 0px #fff;
    }

    85% {
        opacity: 1;
    }

    95% {
        text-shadow: 0 0 90px #fff;
    }

    100% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
}

@-webkit-keyframes blur {
    0% {
        text-shadow: 0;
        opacity: 0;
    }

    5% {
        text-shadow: 0 0 90px #fff;
    }

    15% {
        opacity: 1;
    }

    20% {
        text-shadow: 0 0 0px #fff;
    }

    80% {
        text-shadow: 0 0 0px #fff;
    }

    85% {
        opacity: 1;
    }

    95% {
        text-shadow: 0 0 90px #fff;
    }

    100% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
}

.list-sidepic02 {
    position: relative;
}

.list-sidepic02 .side-pbox .left {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
}

.list-sidepic02 .side-pbox .left .pic {
    height: 100%;
}

.list-sidepic02 .side-pbox .left .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
            left top, right top,
            from(rgba(255, 255, 255, 0)),
            color-stop(70%, rgba(255, 255, 255, 0.80015756302521)),
            to(rgba(255, 255, 255, 1)));
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.80015756302521) 70%,
            rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.list-sidepic02 .side-pbox .right {
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
}

.list-sidepic02 .side-pbox .right .pic {
    height: 100%;
}

.list-sidepic02 .side-pbox .right .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear,
            right top, left top,
            from(rgba(255, 255, 255, 0)),
            color-stop(70%, rgba(255, 255, 255, 0.80015756302521)),
            to(rgba(255, 255, 255, 1)));
    background: linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.80015756302521) 70%,
            rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.list-sidepic02 .sidepic02-cont {
    position: relative;
    z-index: 2;
}


@media (max-width: 1024px) {
    .list-sidepic02 .side-pbox .left .pic:before {
        background: -webkit-gradient(linear,
                left top, right top,
                from(rgba(255, 255, 255, 0.5)),
                to(rgba(255, 255, 255, 1)));
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0.5) 0%,
                rgba(255, 255, 255, 1) 100%);
    }

    .list-sidepic02 .side-pbox .right .pic:before {
        background: -webkit-gradient(linear,
                right top, left top,
                from(rgba(255, 255, 255, 0.5)),
                to(rgba(255, 255, 255, 1)));
        background: linear-gradient(270deg,
                rgba(255, 255, 255, 0.5) 0%,
                rgba(255, 255, 255, 1) 100%);
    }
}

.usage-btn {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border: solid 1px var(--color01);
    border-radius: 9999px;
    background-color: var(--color01);
}

.example li {
    width: 30%;
}

.example li.arr {
    width: 3%;
    font-size: 50px;
    color: var(--color01);
    text-align: center;
}

.example li .ttl {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: var(--color01);
    text-align: center;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white,
        0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 90%;
    left: 50%;
}

.example li .img-box {
    position: relative;
}

@media (max-width: 599px) {
    .example li .ttl {
        font-size: 14px;
    }

    .example li,
    .example li.arr {
        width: 100%;
    }

    .example li.arr {
        margin-top: -25px;
    }

    .example li .fa-caret-right:before {
        content: "\f0dd";
    }
}

.fluctuation .box {
    width: 100%;
    overflow: hidden;
    border: solid 5px var(--color03);
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5),
        0 5px 5px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5),
        0 5px 5px rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.fluctuation .box::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    z-index: -1;
}

.btntextchange {
    text-align: center;
    position: relative;
    cursor: pointer;
}

.btntextchange:hover {
    color: #fff;
    background-color: var(--color01);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 0px 0px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 0px 0px rgba(0, 0, 0, 0.19);
    border-radius: 10%;
}

.btntextchange span {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.btntextchange span:nth-child(2) {
    opacity: 0;
}

.btntextchange:hover span:nth-child(1) {
    opacity: 0;
}

.btntextchange:hover span:nth-child(2) {
    opacity: 1;
}

@media (max-width: 1024px) {

    .btntextchange span:nth-child(2) {
        font-size: 13px;
    }

    .bg-01,
    .bg-03,
    .bg-04,
    .bg-01.new-r {
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 599px) {
    .fluctuation .box {
        /*    width: 170px;
 height: 170px; */
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }

    .btntextchange span:nth-child(2) {
        font-size: 14px;
        text-align: left;
    }

    .fluctuation .box::after {
        display: none;
    }
}

.course {
    border: var(--color01) 2px solid;
}

.course .text-box li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 8px;
    color: #fff;
    background-color: var(--color01);
}

.course .mttl {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: var(--color01);
    border-bottom: #ccc solid 2px;
}

.course .sam {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.course .border-b {
    padding-bottom: 5px;
    border-bottom: 3px solid var(--color01);
}

.dtbox>ul>li+li {
    margin-top: 30px;
}

.dtbox .text-box li,
.dtbox .text-box .js-split-tag span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 8px;
    color: #fff;
    background-color: var(--color01);
}

.dtbox .mttl {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: var(--color01);
    border-bottom: #ccc solid 2px;
}

.dtbox .sam {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dtbox .border-b {
    padding-bottom: 5px;
    border-bottom: 3px solid var(--color01);
}

.menulist dl {
    padding: 30px 0 10px;
    border-bottom: 1px solid #ddd;
}

.menulist dt {
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--color01);
}

.menulist dd+dd {
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    color: var(--color01);
    text-align: right;
    text-align: right;
}

.block-type03 .box {
    padding: 30px;
    border-radius: 40px;
    background-color: var(--color02);
    position: relative;
}

.block-type03 .box .txt {
    position: relative;
    z-index: 2;
}

.list02 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    position: relative;
}

.list02 dl dt {
    width: 30%;
    padding: 10px 0;
    border-bottom: 1px solid var(--color01);
}

.list02 dl dd {
    width: 70%;
    padding: 10px 0 10px 10px;
    border-bottom: 1px dashed var(--color01);
}

.step .box {
    margin-bottom: 80px;
    padding: 50px 30px 30px;
    border: solid var(--color01) 3px;
    border-radius: 50px;
    background: #fff;
    position: relative;
}

.step .box:last-child {
    margin-bottom: 0;
}

.step .step-logo {
    width: 80px;
    height: 80px;
    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;
    font-size: 12px;
    color: #fff;
    border-radius: 100%;
    background-color: var(--color01);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -40px;
    left: 50%;
}

.v-box-detail {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 20px;
    background-color: #fff;
}

.voice .title-sub {
    margin: 0 auto 10px;
    padding: 0 10px 10px;
    border-bottom: 3px solid var(--color01);
    position: relative;
}

.lightbox-img {
    overflow: hidden;
    border-radius: 50px;
}

.lightbox-img .search-icon {
    width: 20%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.lightbox-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.lightbox-img:hover::before {
    background: none;
}

.worries .box {
    padding: 30px;
    border: 3px solid var(--color01);
    border-radius: 50px;
    background: #fff;
    position: relative;
    z-index: 0;
}

.worries .icon {
    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;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 1;
}

.worries .icon img {
    width: auto;
    max-width: 160px;
    height: initial !important;
    max-height: 100%;
}

.worries li+li {
    margin-top: 10px;
}

.worries .txtbox {
    margin-top: 20px;
}

.worries .txtbox .txt {
    padding-right: 200px;
    line-height: 2;
}

.txt {
    font-weight: 500;
}

.r-img {
    border-radius: 50px;
    overflow: hidden;
}

.n-zone li a {
    background-color: var(--color02);
    padding: 15px;
    display: block;
    border-radius: 15px;
}

.n-cate span {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 2px 5px;
    color: #fff;
    background-color: var(--color01);
    font-size: 14px;
}

@media(max-width:1024px) {
    .step .box {
        margin-bottom: 60px;
        padding: 50px 20px 20px;
    }

    .r-img {
        border-radius: 30px;
    }
}

@media (max-width: 599px) {
    .worries .box {
        padding: 20px 20px;
    }

    .worries .txtbox .txt {
        padding-top: 50px;
        padding-right: 0;
    }

    .worries .icon {
        height: 100px;
        bottom: -70px;
    }

    .worries .icon img {
        max-width: 70px;
    }

    .top-trouble .box img {
        max-width: 100px;
        height: 100px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .top-trouble.under .box img {
        max-width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .block-type03 .box {
        padding: 15px;
        border-radius: 20px;
    }

    .step .box {
        margin-bottom: 60px;
        padding: 50px 15px 15px;
        border-radius: 20px;
    }

    .n-zone li a {
        padding: 15px 10px;
        display: block;
    }
}

.calc80 {
    width: calc(100% - 80px);
}

.gaiheki .top-trouble .box img {
    max-width: 100%;
}

.ref-menu .num {
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -26px;
    right: 20px;
}

.ref-menu .box {
    overflow: hidden;
    border-radius: 50px;
}

.slick01.slick-dotted {
    margin-bottom: 50px;
}

.slick01 .btn-slick {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: var(--color01);
    border: 1px solid var(--color01);
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick01 .btn-slick.btn-back {
    left: -4%;
}

.slick01 .btn-slick.btn-next {
    right: -4%;
}

.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}

.slick01 .btn-next:before {
    content: "\f054";
    color: var(--color01);
}

.slick01 .tbox {
    margin: 10px 0;
}

.slick01 .cate span {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 20px;
    color: #fff;
    border-radius: 10px;
    background: var(--color-01);
}

.ball-list .bg-box {
    padding: 20px 20px;
    background-color: var(--color03);
    border-radius: 50px;
}

.ball-number {
    width: 100%;
    position: relative;
    background-color: var(--color01);
    border-radius: 50%;
}

.ball-number::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.ball-number .number {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.ball-list li+li {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .slick01 .btn-slick.btn-back {
        left: -2%;
    }

    .slick01 .btn-slick.btn-next {
        right: -2%;
    }

    .ball-number .number {
        font-size: 24px;
    }

    .ball-list .bg-box {
        padding: 10px;
        border-radius: 20px;
    }
}

@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        width: 40px;
        height: 40px;
        padding: 5px 6px;
        font-size: 20px;
    }


    .ball-number .number {
        font-size: 20px;
    }
    
    .ball-list li+li {
        margin-top: 10px;
    }
}

.list01s {
    position: relative;
}

.list01s .ttl {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: clamp(1.125rem, 1.065rem + 0.25vw, 1.25rem);
    color: var(--color01);
    position: relative;
}

.kinds .box {
    padding: 30px;
    border-radius: 40px;
    position: relative;
}

.mkYL {
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(70%, #f7fd9b));
    background: linear-gradient(rgba(255, 255, 255, 0) 40%, #f7fd9b 70%);
}

.flow-list {
    display: block;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: var(--color02);
    position: relative;
}

.flow-list ul {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.flow-list ul li {
    display: block;
    padding: 0 0 40px 30px;
    font-weight: 500;
    position: relative;
}

.flow-list ul li:last-of-type {
    padding-bottom: 0;
}

.flow-list ul li::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px var(--color01);
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 1;
}

.flow-list ul li:first-of-type::before,
.flow-list ul li:last-of-type::before {
    background-color: var(--color01);
}

.flow-list ul li::after {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--color01);
    position: absolute;
    top: 10px;
    left: 7px;
}

.flow-list ul li:last-of-type::after {
    display: none;
}

.flow-list .abs-img {
    max-width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.articledtl01 .flex_box {
    width: 100% !important;
}

.maxw-70 {
    width: 100%;
    max-width: 70px;
}

.rds {
    border-radius: 50px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .maxw-70 {
        max-width: 40px;
    }

    .flow-list {
        width: 100%;
    }

    .flow-list ul {
        width: 80%;
    }

    .flow-list .img {
        max-width: 150px;
    }
}

.up-mt-150 {
    margin-top: 150px;
}

.up-pb-150 {
    padding-bottom: 150px;
}

.up-mb-150 {
    margin-bottom: 150px;
}

@media (max-width: 599px) {
    .btntextchange {
        padding: 10px 4px;
    }

    .btntextchange span {
        width: 100%;
        display: block;
        white-space: initial;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: initial;
        left: initial;
    }

    .btntextchange span:nth-child(2) {
        opacity: 1;
    }

    .btntextchange:hover span:nth-child(1) {
        opacity: 1;
    }

    .btntextchange:hover {
        color: #666;
        background: #fff;
        -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5),
            0 5px 5px rgba(0, 0, 0, 0.19);
        box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5),
            0 5px 5px rgba(0, 0, 0, 0.19);
    }

    .articledtl01 .flex_box .item {
        width: 49% !important;
        margin: 0 0 5px !important;
    }

    .construction_single img {
        width: 49%;
        height: 100%;
        margin: 0 0.5% 5px !important;
    }

    .articledtl01 .flex_box .item img {
        width: 100%;
    }

    .flow-list {
        padding: 0;
    }

    .flow-list ul {
        width: 100%;
        min-width: initial;
        padding: 15px;
        padding-bottom: 180px;
    }

    .flow-list ul::after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -200px;
        left: 50%;
        right: initial;
    }

    .flow-list .img {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        right: initial;
    }

    .rds {
        border-radius: 20px;
        overflow: hidden;
    }
}

/*===================================
 追加
==================================*/
.category span {
    display: inline-block;
    margin: 1px;
    padding: 0.1em 0.5em;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    border-radius: 0.25em;
    background-color: var(--color01);
}

/* 見出し */
.ttl-show\@pc {
    display: block;
}

.ttl-show\@sp {
    display: none;
}

.date {
    color: #888;
    font-weight: bold;
}

@media (max-width: 599px) {
    .ttl-show\@pc {
        display: none;
    }

    .ttl-show\@sp {
        display: block;
    }

    .category span {
        font-size: 10px;
    }
}

/*  パンくずリスト  */
.breadcrumbs {
    padding: 2em 0;
}

.breadcrumbs-list li {
    display: inline;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-size: 14px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
}

.breadcrumbs-list li.breadcrumbs-thispage::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 1em 0 0.5em;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs-list li.breadcrumbs-prevpage a::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 1em 0 0.5em;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs a {
    display: inline;
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 1em 0;
    }
}

/* .list-voice */
.list-voice .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    border: solid 3px var(--color01);
    border-radius: 50px;
}

.list-voice .item+.item {
    margin-top: 20px;
}

.list-voice .item .a-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--color01);
    flex-wrap: wrap;
}

.list-voice .item .a-content dt {
    width: 30%;
    flex-shrink: 0;
    margin-right: 1em;
}

.list-voice .item .a-content dd {
    width: 65%;
}

.hg-box {
    border-radius: 50px;
    padding: 30px;
}

@media(max-width:1024px) {
    .list-voice .item .a-content dt {
        width: 100%;
        margin-right: 0em;
    }

    .list-voice .item .a-content dd {
        width: 100%;
    }

    .top-contact-box .box {
        padding: 20px 15px;
    }
}

@media(max-width:599px) {

    .hg-box {
        padding: 25px 10px;
    }

    .top-contact-box .box {
        border-radius: 20px;
    }

    .list-voice .item {
        padding: 15px;
        border-radius: 20px;
    }


}

/* .list-recruit */
.list-recruit .list-inner {
    padding: 30px;
    border-radius: 50px;
    background-color: var(--color02);
}

.list-recruit .list-inner .img-wrap {
    overflow: hidden;
    border-radius: 1em;
}

.list-recruit .list-inner .content-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-recruit .list-inner .content-wrap .item dt {
    width: 30%;
    font-weight: bold;
}

.list-recruit .list-inner .content-wrap .item dd {
    width: 65%;
}

/* .blogdetail */
.blogdetail {
    overflow: hidden;
    padding: 50px;
    border-radius: 5px;
}

.blogdetail .date {
    font-weight: bold;
}

.blogdetail .category {
    text-align: right;
}

.blogdetail .category span {
    display: inline-block;
    padding: 0.25em 1em;
    font-size: 12px;
    color: #fff;
    border-radius: 0.25em;
    background-color: var(--color01);
}

.blogdetail .title {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: 4px double var(--color01);
}

@media(max-width:599px) {
    .blogdetail {
        padding: 0px;
    }

    .blogdetail .category {
        text-align: left;
    }
}

/* list-youkou */
.list-youkou li {
    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;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.list-youkou .title {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-youkou .content {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-youkou .shikaku {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.list-youkou .shikaku:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.list-youkou .shikaku dt {
    font-weight: bold;
}

/* レコメンド */
.works-recommend li:nth-child(4) {
    display: none;
}


@media(max-width:599px) {
    .works-recommend li:nth-child(4) {
        display: block;
    }

    .btns-box .btn {
        width: 50%;
    }

    .btn a {
        padding: 10px 5px;
        font-size: 14px;
    }

    .btns-box .btn a::before {
        right: 5px;
    }

    .btns-box .btn.back a::before {
        left: 5px;
        right: initial;
    }

    .list-youkou .title {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .list-youkou .content {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.blog-recommend li:nth-child(4) {
    display: none;
}

@media(max-width:599px) {
    .blog-recommend li:nth-child(4) {
        display: block;
    }
}

.detail-content h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: 3px solid var(--color01);
}

.detail-content h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    background: var(--color01);
}

.detail-content h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
    color: var(--color01);
}

.detail-content ol {
    counter-reset: count 0;
}

.detail-content ol li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content ol li::before {
    content: counter(count) ". ";
    display: inline-block;
    counter-increment: count 1;
    color: var(--color01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content ol li marker {
    display: none;
}

.detail-content iframe[src*="youtube"] {
    height: auto;
    margin-top: 30px;

    aspect-ratio: 16 / 9;
}


.up-pa-100 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.up-pa-100>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.5;
}

.text-02 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    -webkit-line-clamp: 2;
}

.cate-mini>span {
    display: inline-block;
    margin: 1px;
    padding: 0.1em 0.5em;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 0.25em;
    background-color: var(--color01);
}

.h-adr .onk {
    padding-left: 70px;
    position: relative;
}

.onk>.onk-t {
    position: absolute;
    top: 3px;
    left: 50px;
}

.textion-list {
    display: block;
}

.textion-list li {
    padding-left: 1rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}

.textion-list li:last-child {
    margin-bottom: 0px;
}

.textion-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color01);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

@media(max-width:599px) {
    .h-adr .onk {
        padding-left: 20px;
        position: relative;
    }

    .onk>.onk-t {
        position: absolute;
        top: 3px;
        left: 0px;
    }

    .cate-mini>span {
        padding: 0.05em 0.25em;
        font-size: 10px;
    }

    .top-voice .ttl {
        font-size: 18px;
        letter-spacing: -.1em;
    }

}



























.sim-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sim-img-block {
    width: 70%;
}

.sim-btn-block {
    width: 30%;
    padding-left: 30px;
}

.sim-img-box {
    width: 100%;
    border: 5px #ccc solid;
    position: relative;
}

.sim-img-box::after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 66%;
    position: relative;
    z-index: -1;
}

.sim-img-box>div {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sim-img-box>div>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sim-btn-set+.sim-btn-set {
    margin-top: 20px;
}

.sim-btn-title {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #666;
    border-bottom: 3px solid #ccc;
    margin-bottom: .25em;
}

.sim-btn {
    text-align: center;
    font-weight: bold;
    padding: 0.25em 0;
    border-radius: 0.5em;
    background-color: #ccc;
    margin-bottom: .25em;
    cursor: pointer;
}

.sim-btn.on {
    background-color: #666;
    color: #fff;
}

.sim-roof-img.レッド系>img {
    filter: invert(26%) sepia(19%) saturate(6381%) hue-rotate(337deg) brightness(86%) contrast(105%);
}

.sim-roof-img.ブルー系>img {
    filter: invert(5%) sepia(83%) saturate(5427%) hue-rotate(246deg) brightness(106%) contrast(98%);
}

.sim-roof-img.グリーン系>img {
    filter: invert(26%) sepia(4%) saturate(3913%) hue-rotate(131deg) brightness(97%) contrast(88%);
}

.sim-roof-img.グレー系>img {
    filter: invert(47%) sepia(0%) saturate(0%) hue-rotate(145deg) brightness(86%) contrast(88%);
}

.sim-roof-img.ブラック系>img {
    filter: invert(25%) sepia(0%) saturate(1546%) hue-rotate(143deg) brightness(89%) contrast(83%);
}



.sim-wall-img.ベージュ系>img {
    filter: invert(93%) sepia(8%) saturate(1848%) hue-rotate(325deg) brightness(105%) contrast(92%);
}

.sim-wall-img.ブラウン系>img {
    filter: invert(77%) sepia(58%) saturate(187%) hue-rotate(354deg) brightness(85%) contrast(92%);
}

.sim-wall-img.ホワイト系>img {
    filter: invert(100%) sepia(0%) saturate(1153%) hue-rotate(63deg) brightness(114%) contrast(92%);
}

.sim-wall-img.グレー系>img {
    filter: invert(74%) sepia(62%) saturate(1%) hue-rotate(337deg) brightness(92%) contrast(94%);
}

.sim-wall-img.ブラック系>img {
    filter: invert(16%) sepia(9%) saturate(0%) hue-rotate(190deg) brightness(100%) contrast(90%);
}

@media(max-width:1024px) {
    .sim-img-box::after {
        padding-top: 100%;
    }

    .sim-btn-block {
        padding-left: 15px;
    }

    .sim-btn-title {
        font-size: 22px;
    }
}

@media(max-width:599px) {
    .sim-box {
        flex-direction: column;
    }

    .sim-img-block {
        width: 100%;
    }

    .sim-img-box::after {
        padding-top: 55%;
    }

    .sim-btn-block {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }

    .sim-btn-set {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sim-btn {
        width: 19.9%;
        font-size: 14px;
        letter-spacing: -.1em;
    }
}

.up-pointer,
.uk-lb {
    cursor: pointer;
}

/* 2025/11/11 */
.reflection {
  position: relative;
    overflow: hidden;
}

.reflection::before {
    content: "";
    width: 30px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    animation: reflection 2s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

@-webkit-keyframes reflection {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    80% {
        opacity: 0.5;
        -webkit-transform: scale(0) rotate(45deg);
        transform: scale(0) rotate(45deg);
    }

    81% {
        opacity: 1;
        -webkit-transform: scale(4) rotate(45deg);
        transform: scale(4) rotate(45deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(50) rotate(45deg);
        transform: scale(50) rotate(45deg);
    }
}


[data-element-id] .gnav.fixed {
    position: relative;
}

[data-element-id].list-sidepic02 .side-pbox .left .pic:before,
[data-element-id].list-sidepic02 .side-pbox .right .pic:before {
    display: none;
}

[data-element-id].list-sidepic02 .side-pbox .pic {
    opacity: 0.7;
}

[data-element-id].slick01 .slick-track {
    width: 100% !important;
}

[data-element-id].slick01 .slick-track>div {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id].slick01 .slick-track>div li {
    width: 31.333%;
}

[data-element-id].slick01 .slick-track>div li:nth-child(n + 4) {
    display: none;
}


[data-element-id] .h3m {
    width: 100%;
}

[data-element-id] .slk1 {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .fead-order>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[data-element-id] .up-d-none {
    display: inline-block;
    border: solid 3px #000;
    position: relative;
}

[data-element-id] .up-d-none.ori {
    margin-left: 60%;
}

[data-element-id] .up-d-none:before {
    content: "モバイル用";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
}

[data-element-id] .fd-btn {
    position: absolute;
}

[data-element-id] .faq-box .ans {
    display: block;
}

[data-element-id] .btntextchange:hover {
    color: #222;
    background: #fff;
}

[data-element-id] .btntextchange span:nth-child(1) {
    top: 15%;
}

[data-element-id] .btntextchange:hover span:nth-child(1) {
    opacity: 1;
}

[data-element-id] .btntextchange span:nth-child(2) {
    padding-top: 15px;
    border: solid 1px #f58e7e;
    opacity: 1;
}

[data-element-id] .btntextchange span:nth-child(2):before {
    content: "隠れていたテキスト";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #f58e7e;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .slick01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .slick01>div {
    display: contents;
}

[data-element-id] .zoom-in-img:hover img,
.top-construction .zoom-in-img a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

[data-element-id] .top-construction .date::before {
    width: 50px;
}

[data-element-id] .gnav {
    width: 80%;
    border: solid 3px #ffa000;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
}

[data-element-id] .gnav .img {
    padding: 30px;
}

[data-element-id] .gnav:before {
    content: "ハンバーガーメニュー";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #ffa000;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents] {
    margin-bottom: 10px;
    padding: 30px 0px 0px;
    border: 3px solid var(--color01);
    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: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    padding: 30px 10px 10px;
    border: 3px solid #f39831;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #f39831;
    z-index: 1;
}

/* 見たまま編集画面 */
[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

/* スマホ用見出し */
[data-element-id] .ttl-show\@sp {
    max-width: 375px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
    border: solid 2px #ff1493;
    position: relative;
}

[data-element-id] .ttl-show\@sp::after {
    content: "スマホで表示";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ff1493;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .tate-ttl.ttl-show\@sp {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
}

[data-element-id] .ttl-show\@sp.mr0 {
    margin-right: 0;
    font-size: 16px;
}

[data-element-id] .ttl-show\@sp .up-mb-40 {
    margin-bottom: 0;
}

[data-element-id] .ttl-show\@sp .up-mb-50 {
    margin-bottom: 0;
}

[data-element-id] .ttl-show\@sp .en {
    font-size: 16px;
}

[data-element-id] .ttl-show\@sp .ja {
    font-size: 22px;
}

[data-element-id] .topmv-ttl .ttl-show\@sp .eng {
    font-size: 30px;
}

[data-element-id] .topmv-ttl .ttl-show\@sp .jap {
    font-size: 16px;
}

[data-element-id] .newtrouble-text.ttl-show\@sp {
    font-size: 15px;
}

[data-element-id] .newreason-text.ttl-show\@sp {
    font-size: 18px;
}

[data-element-id] .newworks-text.ttl-show\@sp .ttl {
    font-size: 18px;
}

[data-element-id] .newreason-text.ttl-show\@sp {
    font-size: 18px;
}

[data-element-id] .top-bnr .ttl-show\@sp .text {
    font-size: 16px;
}

[data-element-id].top-bnr .ttl-show\@sp .ttl {
    font-size: 18px;
}

[data-element-id].top-works .date::before {
    scale: 1;
}

[data-element-id].topvisual .head.ttl-show\@sp {
    top: 70%;
}

[data-element-id].btntextchange.ttl-show\@sp span:nth-child(2) {
    max-width: 300px;
    margin-top: 80px;
    white-space: initial;
}

[data-element-id] .ttl-show\@sp .up-fz-20\@sp {
    font-size: 20px;
}

[data-element-id] .ttl-show\@sp .up-fz-18\@sp {
    font-size: 18px;
}

[data-element-id] .up-fz-18\@sp.ttl-show\@sp {
    font-size: 18px;
}


[data-element-id] .ttl-show\@sp .up-fz-16\@sp {
    font-size: 16px;
}

[data-element-id] .topvisual .head.ttl-show\@sp {
    font-size: 24px;
}

[data-element-id] .topvisual .head.ttl-show\@sp::after {
    text-shadow: none;
}

[data-element-id] .service-box .text-box .ttl-show\@sp .ttl {
    font-size: 18px;
}

[data-element-id] .k-box .ttl.ttl-show\@sp {
    font-size: 22px;
}

[data-element-id] .hg-box .ttl.ttl-show\@sp {
    font-size: 22px;
}

[data-element-id] .k-box .img {
    position: initial;
}

[data-element-id].hd-flex {
    display: block;
}

[data-element-id].fd-btn{
  position: relative;
  right: auto;
}

[data-ab-test-block] {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* 2025/11/19 */
@media(max-width:1024px){
.fd-btn .tel-box a {
  margin-bottom: 0;
  height: 100%;
}    
}

/* 改行の調整 */
.show\@pc {
  display: block;
}

.hide\@sp {
  display: none;
}

@media (max-width: 1024px) {

  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

[data-element-id] .show\@tb {
    max-width: 375px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@tb:after {
    content: "モバイル用";
    display: block;
    padding: 8px 5px 5px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    background: green;
}

[data-element-id] .show\@tb.indention {
    width: 30px;
    display: inline-block;
    border: none;
}

[data-element-id] .show\@tb.indention:after {
    content: "SP時改行";
    padding: 4px 2px 5px;
    font-size: 10px;
}

[data-element-id] .show\@pc.indention {
    width: 30px;
    display: inline-block;
    font-size: 10px;
    border: none;
}

[data-element-id] .show\@pc.indention:after {
    content: "PC時改行";
    display: block;
    padding: 3px;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    text-shadow: none;
    background: blue;
}

[data-element-id] .show\@sp {
    max-width: 375px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@sp:after {
    content: "SP時改行";
    display: block;
    padding: 8px 5px 5px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    background: green;
}

[data-element-id].hg-box .ttl-show\@sp .ttl {
    font-size: 22px;
}
