@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Noto Sans JP', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Rubik', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

/* font-family: 'Zen Old Mincho', serif; */
/*===================================
  基本設定
===================================*/
html {
    font-family: "Noto Sans JP", sans-serif;
}

body {
    background: #f6f6f6;
}

.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;
}

.c-01 {
    color: #e42021;
}

.c-02 {
    color: #cecece;
}

.bg-01 {
    background: #e42021;
}

.bg-02 {
    background: #f6f6f6;
}

.le-s3 {
    letter-spacing: 3px;
}

.clamp2 {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

/* 共通コンテンツ間隔 */
.area {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 599px) {
    html {
        font-size: 15px;
    }

    .area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[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 5 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;
    color: #fff;
    text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
    position: absolute;
    z-index: 1;
}

/**
ヘッダー
header
*/
.header {
    background: rgba(86, 86, 86, 0.5);
}

.header .contents {
    width: 45%;
    max-width: 451.89px;
    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;
}

.header .logo img {
    max-height: 50px;
}

.header .right {
    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: end;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .right .txt {
    margin-right: 10px;
    line-height: 120%;
}

.header .right .txtin {
    display: block;
}

.header .right .sb-tel {
    font-size: clamp(0.875rem, -0.833rem + 2.67vw, 1.5rem);
    color: #fff;
}

.header .right .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: bold;
    font-size: clamp(1.25rem, -4.217rem + 8.53vw, 3.25rem);
    color: #fff;
    line-height: 1;
    letter-spacing: 2px;
}

.header .right .diagnose a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: bold;
    font-size: clamp(1.25rem, -4.217rem + 8.53vw, 3.25rem);
    color: #fff;
    line-height: 1;
    letter-spacing: 2px;
}

.free-img {
    width: 15%;
    display: inline-block;
    margin-right: 5px;
}

.free-img img {
    vertical-align: baseline;
    margin-right: 5px;
}

/* .header .right .tel a:before {
  margin-right: 5px;
  content: '';
  background-image: url('/import/tenant_1/160.16.209.144/html/images/freelogo.webp');
  width: 60px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
@media (max-width: 1024px) {
    .pagettl {
        padding-right: 50px;
    }

    .header {
        padding: 5px 0;
    }

    .header .logo img {
        max-height: 32px;
    }

    .header .right {
        display: none;
    }
}

/* 下部固定コンテンツ */
.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 5 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 5 Free";
        font-weight: 600;
    }
}

/**
グローバルナビ
gnav
*/
.gnav {
    max-width: 748.13px;
    position: relative;
    z-index: 100;
}

header {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header-box {
    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 0;
}

.header-box.fixed {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 10px 0;
    background: rgba(86, 86, 86, 0.5);
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gnav .navlogo {
    display: none;
}

.gnav .navlogo img {
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.gnav .list01 {
    width: 100%;
    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;
}

.gnav .item01 {
    width: 12%;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-left: #fff dotted 2px;
}

.gnav .item01.ri {
    border-right: #fff dotted 2px;
}

.gnav .item01 .logoimg img {
    max-width: 45px;
    height: 45px;
    max-height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.gnav .item01>a,
.gnav .item01 .itemin {
    display: block;
    cursor: pointer;
}

.gnav .item01 a div,
.gnav .item01 .f-ori {
    font-size: clamp(0.625rem, 0.283rem + 0.53vw, 0.75rem);
}

.gnav .item01 a div i {
    font-size: 45px;
}

.gnav .item01.-parent {
    cursor: pointer;
    position: relative;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
}

.gnav .list02 {
    width: 250px;
    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;
    border-bottom: solid 1px;
    background: #e42021;
}

.gnav .item02:last-child a {
    border-bottom: 0;
}

.gnav .item02 a:hover {
    color: #e42021;
    background: #fff;
    opacity: 1;
}

.toplogo {
    max-width: 400px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    top: 2%;
    left: 50%;
}

.gnav .t-img {
    display: none;
}

@media (max-width: 1024px) {
    .gnav .item01 a div,
    .gnav .item01 .f-ori {
        font-size: 16px;
    }

    .gnav .t-img {
        width: 50%;
        display: block;
    }

    .gnav .t-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gnav {
        width: 100%;
        max-width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-overflow-scrolling: touch;
        background: rgba(255, 255, 255, 0.9);
        -webkit-transition: -webkit-transform ease 0.5s;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        transition: transform ease 0.5s, -webkit-transform ease 0.5s;
        -webkit-transform: translate3d(0%, -100%, 0);
        transform: translate3d(0%, -100%, 0);
        position: fixed;
        top: 0;
        right: 0;
    }

    .gnav.action {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 250;
    }

    .gnav .wrap {
        width: 50%;
        overflow: auto;
        padding-bottom: 100px;
        background: rgba(86, 86, 86, 0.5);
    }

    .gnav .wrap .logoimg {
        display: none;
    }

    .gnav .item02 a {
        border-bottom: none;
        background: none;
    }

    .gnav .item01 {
        border-bottom: #fff dotted 2px;
        border-left: none;
    }

    .gnav .navlogo {
        width: 100%;
        display: block;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-right: 40px;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

    .gnav .item01 {
        width: 100%;
        min-height: 40px;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .gnav .list02 {
        width: 100%;
        visibility: visible;
        padding-top: 0;
        padding-left: 20px;
        background: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .gnav .list02 a {
        padding: 2px 0 2px 20px;
        position: relative;
    }

    .gnav .list02 a:before {
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background: #fff;
        position: absolute;
        top: 13px;
        left: 0;
    }
}

body.appear.overlay {
    overflow: hidden;

    -ms-touch-action: none;
    touch-action: none;
}

[data-element-id] .gnav.fixed {
    position: relative;
}

/* ハンバーガーメニュー  */
.tog-sp {
    width: 30%;
    max-width: 112.5px;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 249;
}

.tog-sp a {
    padding: 10px;
}

.tog-sp .line {
    margin-bottom: 30px;
    border: solid 2px #fff;
    border-radius: 50px 0 0 50px;
    background: #1de881;
}

.tog-sp .con {
    border: solid 2px #fff;
    border-radius: 50px 0 0 0px;
    background: #e42021;
}

.tog-sp a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    color: #fff;
}

.toggle {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.toggle .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.toggle .bar:before,
.toggle .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
}

.toggle .bar:before {
    top: -10px;
}

.toggle .bar:after {
    top: 10px;
}

.toggle.active .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

.tog-sp .tel {
    font-size: 18px;
}

.tog-sp .con a,
.tog-sp .line a {
    font-size: 13px;
}

.tog-sp .free-img {
    width: 30%;
    display: inline-block;
    margin-right: 0px;
}

.sptel {
    width: 100%;
    max-width: 375px;
    display: none;
    color: #e42021;
    border: solid 2px #e42021;
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.sptel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 10px;
    font-weight: bold;
    font-size: 24px;
}

@media (max-width: 1024px) {
    .tog-sp {
        display: block !important;
    }

    .sptel {
        max-width: 100%;
        display: block;
    }

    .sptel .free-img {
        width: 100%;
        max-width: 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;
    }
}

/* .overlay #wrapper:after,
.overlay #footer: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 {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

[data-element-id] .totop {
    margin: 20px;
    position: relative;
    bottom: 0;
    right: 0;
}

.totop .box {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #e42021;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.totop .box:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.totop .box:hover {
    margin-bottom: 3px;
    -webkit-box-shadow: 0 2px 3px rgb(77 77 77);
    box-shadow: 0 2px 3px rgb(77 77 77);
}

@media (max-width: 1024px) {
    .totop {
        bottom: 50px;
        right: 10px;
    }
}

@media (max-width: 599px) {
    .totop {
        /* right: initial;
    left: 10px; */
        display: none !important;
    }
}

/*TOPへ戻るボタン*/
.tohome {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
}

[data-element-id] .tohome {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
}

.tohome.DownMove {
    visibility: hidden;
    opacity: 0;
}

.tohome.UpMove {
    visibility: visible;
    opacity: 1;
}

.tohome>* {
    width: 150px;
    display: block;
}

/**
フッター
footer
*/
.footer .copy {
    padding: 70px 0 140px;
    color: #fff;
    text-align: center;
    background: #e42021;
}

@media(max-width:599px) {
.footer .copy {
    padding: 70px 0 100px;
}    
}

/**
フッターナビ
fnav
*/
.fnav {
    padding: 50px 0;
}

.fnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fnav .list01 {
    width: 50%;
}

.fnav .item {
    margin-bottom: 10px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .item.new a {
    display: block;
    padding-left: 12px;
    position: relative;
}

.fnav .item.new {
    padding-left: 1em;
    font-size: 90%;
}

.fnav .item.new a:before {
    content: "";
    width: 7px;
    height: 2px;
    display: block;
    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 .left {
    width: 40%;
}

.fnav .left .logo {
    max-width: 300px;
}

.fnav .right {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .fnav .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fnav .list01 {
        width: 100%;
    }

    .fnav .list02 {
        width: 100%;
    }
}

/**
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: 220px;
}

.column2 .mainwrap {
    width: calc(100% - 250px);
}

.column2 .side .list {
    padding: 30px;
    position: relative;
    ;
}

.column2 .side .list::before {
    content: "";
    width: 1000vw;
    height: 100%;
    display: block;
    border-radius: 15px 0 0 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .column2 .side .list::before {
        width: 100%;
        border-radius: 15px;
    }

    .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) {
    .gnav .t-img {
        display: none;
    }

    .gnav .wrap {
        width: 100%;
    }

    .side .list {
        width: 100%;
    }
}

.list-side .datattl {
    margin-bottom: 20px;
    padding: 10px;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 2em;
    background: #e42021;
    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%;
    }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
    position: relative;
}

.homevisual .img {
    min-height: 300px;
    max-height: 700px;
    position: relative;
}

.homevisual .img:before {
    content: "";
    display: block;
    padding-top: 55%;
    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%;";
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
    position: absolute;
    top: 0;
    left: 0;
}

/*IE対策*/
.homevisual .head {
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    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, 0 0 2px white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

@media (max-width: 599px) {
    .homevisual .head {
        font-size: 26px;
    }
}

/* @-webkit-keyframes shrink {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes shrink {
    0% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.uk-slideshow>.uk-active img {
    -webkit-animation: shrink 7s ease-in-out;
    animation: shrink 7s ease-in-out;
} */

/* A-BiSUスライダー用 */
.mainimg {
    position: relative;
    /*   overflow: hidden; */
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 45%;
}

.mainimg .uk-slideshow {
    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 {
    left: 0;
}

@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        font-size: 20px;
    }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
    position: relative;
}

.topvisual .img {
    min-height: 200px;
    max-height: 400px;
    position: relative;
}

.topvisual .img:before {
    content: "";
    display: block;
    padding-top: 30%;
    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%;";
    position: absolute;
    top: 0;
    left: 0;
}

.topvisual .head {
    width: 96%;
    max-width: 1000px;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

@media (max-width: 599px) {
    .topvisual .head {
        font-size: 24px;
    }
}

/* パンくずリスト */
.breadcrumb {
    margin: 30px 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 5 Free";
    font-weight: 600;
}

.breadcrumb .home {
    color: #000;
}

.breadcrumb .now {
    color: #000;
}

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    margin-right: 20px;
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.pagenation .next {
    margin-left: 20px;
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
    width: 30px;
    height: 30px;
    display: block;
    padding: 2px 8px;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.pagenation .number a:hover,
.pagenation .now {
    color: #fff;
    background: #e42021;
    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: #000;
}

.list-article .cate .cate1 {
    background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 9999px;
    background: #e42021;
}

.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;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #999;
}

.form .datattl {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -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: #e42021;
}

.form .data {
    width: 100%;
    padding-left: 50px;
}

.form .data input {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    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 {
  margin-top: 30px;
}
.form .btn button {
  margin: 10px 20px;
  padding: 0.2em;
  width: 200px;
  border: none;
  border-radius: 2em;
  background: #000;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
} */
@media (max-width: 1024px) {
    .form .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form .datattl {
        display: block;
        margin-bottom: 10px;
    }

    .form .data {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .form .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form .datattl {
        width: 100%;
    }
}

/* Google review 口コミ（共通） */
.g-icon-wrap {
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-150%, -75%);
    transform: translate(-150%, -75%);
    position: absolute;
    top: 0;
}

.g-icon-wrap::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 0 0 30px 30px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 40px;
    right: 0;
}

.rating-star {
    color: #fbbc04;
}

/* Google review 口コミ（トップページのMV下） */
.mv-rate-wrap {
    background-color: #e42021;
}

.mv-rate {
    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;
    padding: 1em 1em 1em 3em;
    font-size: 1.5em;
    color: white;
    position: relative;
}

.mv-rate .g-icon-wrap {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    left: 0;
}

.mv-rate .rating-wrap {
    margin: 0 1em;
}

.mv-rate .g-icon-wrap::after {
    border-width: 0 0 20px 20px;
    top: 30px;
}

@media (max-width: 599px) {
    .mv-rate {
        font-size: 1.25em;
    }
}

/* Google review 口コミ（トップページの真ん中くらい） */
.review-wrap {
    margin-bottom: 80px;
    background-color: white;
}

.review-heading {
    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;
    padding: 1em;
    color: white;
    text-align: center;
    border-radius: 2em 2em 0 0;
    background-color: #3e3e3e;
    position: relative;
}

.review-heading .place-name {
    display: none;
}

.review-heading .place-rating {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 3em;
    line-height: 1;
}

.review-heading .rating-wrap {
    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;
}

.review-heading .fa-star {
    font-size: 2em;
}

.review-heading .review-count {
    display: block;
}

.review-content {
    max-height: 350px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 2em;
    border-radius: 0 0 2em 2em;
}

.review {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em;
    background-image: unset !important;
}

.review+.review {
    margin-top: 1em;
    border-top: 1px solid #dcdcdc;
}

.review .review-text {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.5em;
    font-size: 15px;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.review .review-rate .fa-star {
    color: #fbbc04;
}

.review .review-rate .review-time-description {
    margin-left: 1em;
    font-size: 70%;
}

.review-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em 0 0 auto;
}

.review-btn a {
    display: inline-block;
    padding: 0.25em 1em;
    font-weight: bold;
    color: #e42021;
}

@media (max-width: 1024px) {
    .review-heading .fa-star {
        font-size: 1.5em;
    }

    .review-content {
        padding: 1em;
    }
}

@media (max-width: 599px) {
    .review-content {
        padding: 0.5em;
    }
}


.map {
    padding-top: 70%;
    border-radius: 15px;
}

.top-info .box {
    padding: 30px;
    border-radius: 15px;
}

.top-info li span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 9999px;
    background: #e42021;
}

.top-info li .ttl {
    font-weight: bold;
}

.ttl-s {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #4d4d4d;
    letter-spacing: 3px;
}

.top-info .img {
    position: relative;
}

.top-info .img-ttl {
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    color: #efd978;
    position: absolute;
    top: 35%;
    left: 7%;
}

.top-info .img-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    position: absolute;
    top: 18%;
    left: 35%;
}

.top-info .flex {
    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-right: 10px;
}

.top-info .bg {
    font-size: 70px;
    line-height: 1;
}

.top-info .t-01 {
    font-size: 30px;
    line-height: 1.2;
}

.top-info .t-02 {
    font-size: 24px;
}

.top-reason .sb-img {
    margin-left: 10px;
    position: relative;
}

.top-reason .sb-img .text {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.top-reason .text-line {
    width: 100%;
    font-weight: bold;
    font-size: clamp(1.875rem, 0.508rem + 2.13vw, 2.375rem);
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fdd835));
    background: linear-gradient(transparent 70%, #fdd835 0%);
}

.top-reason .m-ttl {
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
}

.top-reason .m-ttl span {
    font-weight: bold;
    font-size: 200px;
    line-height: 1;
}

/* .top-reason .card .img{
  background: #e42021;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
    display: block;
    width: 100%;
}
.top-reason .card .img::after{
  content: "";
  display: block;
  padding-top: 100%;
}
.top-reason .card .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100px;
  transform: translate(-50%,-50%);
}

.top-reason .card .ttl{
  font-weight: 500;
  text-align: center;
  font-size: 18px;
} */

.btn a,
.btn button {
    width: 100%;
    max-width: 400px;
    display: block;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    border: solid 1px #3e3e3e;
    border-radius: 9999px;
    background: #3e3e3e;
}

.btn button {
    max-width: 250px;
}

.btn.new a {
    color: #000;
    border: solid 1px #fff;
    background: #fff;
}

.btn a:hover,
.btn button:hover {
    color: #3e3e3e;
    background: #fff;
    opacity: 1;
}

.btn.new a:hover {
    color: #fff;
    background: #3e3e3e;
    opacity: 1;
}

@media (max-width: 599px) {
    .ttl-s {
        font-size: 30px;
    }

    .top-reason .sb-img .text {
        font-size: 28px;
    }

    .btn button {
        max-width: 150px;
    }
}

.en {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: clamp(3.125rem, -0.292rem + 5.33vw, 4.375rem);
    line-height: 1;
    letter-spacing: 15px;
}

.ja {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
}

.ttl-b.col .en {
    font-size: 24px;
    letter-spacing: 3px;
}

.ttl-b.col .ja {
    font-weight: bold;
    font-size: clamp(1.875rem, -0.175rem + 3.2vw, 2.625rem);
}

.ttl-b {
    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;
}

.top-staff .card {
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
}

.top-staff .card .text-box {
    padding: 30px;
}

.top-staff .card .name {
    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;
    margin-bottom: 30px;
}

.top-staff .card .ja {
    font-weight: bold;
    font-size: 24px;
}

.top-staff .card .en {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #e42021;
    letter-spacing: 3px;
    text-align: center;
}

.director {
    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;
}

.director span {
    margin: 5px 5px 0 0;
    padding: 3px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #e42021;
}

.plan-list {
    position: relative;
}

.plan-list .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-weight: 500;
    font-size: clamp(1.875rem, 0.85rem + 1.6vw, 2.25rem);
    color: #fff;
    border-radius: 15px 15px 0 0;
    background: #e42021;
}

.plan-list .ttl .text {
    margin-left: 10px;
    line-height: 1;
}

.plan-list .ttl img {
    max-width: 50px;
}

.plan-list .f-btn a {
    display: block;
    padding: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    background: #3e3e3e;
}

.plan-list .item {
    padding: 20px;
    border-bottom: solid 3px #ccc;
    background: #fff;
}

.plan-list .item:last-child {
    border-bottom: none;
}

.plan-list .item .pricettl {
    width: 65%;
    margin-right: 20px;
    font-size: 20px;
}

.plan-list .item .price {
    font-size: clamp(1.875rem, 0.167rem + 2.67vw, 2.5rem);
    line-height: 1;
}

.ribbon17-content {
    width: 135px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: -8px;
    left: -8px;
}

.ribbon17 {
    width: 180px;
    display: inline-block;
    padding: 7px 0;
    font-size: 18px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    background: #5b5b5b;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
    position: absolute;
    top: 30px;
    right: -14px;
}

.ribbon17:before,
.ribbon17:after {
    content: "";
    border-top: 4px solid #494949;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
}

.ribbon17:before {
    width: 9px;
    right: 5px;
}

.ribbon17:after {
    width: 10px;
    left: 1px;
}

.bnr .text-box {
    font-weight: bold;
    font-size: 65px;
    color: #e42021;
    line-height: 1;
    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 3px #de6161, 0 0 3px #de6161, 0 0 3px #de6161, 0 0 3px #de6161, 0 0 3px #de6161, 0 0 3px #de6161;
    position: absolute;
    top: 5%;
    left: 10%;
    ;
}

.bnr .pla {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.bnr .pla .num-box {
    margin-left: -10px;
    position: relative;
}

.bnr .pla .num-box .num {
    font-family: "Rubik", sans-serif;
}

.bnr .pla .num-box .man {
    font-size: 40%;
    position: absolute;
    bottom: 15px;
    right: -20%;
}

.bnr .pla .img {
    max-width: 200px;
    position: relative;
}

.bnr .pla .img .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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-shadow: none;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
    left: 10%;
}

.bnr .pla .img .text span:first-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 5px #fff;
}

.bnr .img100 {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1;
}

.bnr .f-btn {
    display: block;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    background: #3e3e3e;
}

.bnr .main-img {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.bnr .main-img img {
    -webkit-filter: brightness(0.6) blur(3px);
    filter: brightness(0.6) blur(3px);

    scale: 1.1;
}

.bnr.new .main-img img {
    -webkit-filter: none;
    filter: none;

    scale: 1;
}

.bnr.new .f-btn {
    color: #000;
    background: #fff;
}

.bnr.new .f-btn .text {
    font-size: 16px;
}

.bnr.new .f-btn span {
    position: relative;
}

.bnr.new .f-btn span::before {
    content: "\f054";
    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 5 Free";
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background: #e42021;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -40px;
    right: initial;
}

.bnr.new .sb-img {
    width: 40%;
    max-width: 210px;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.bnr.new .sb-img img {
    width: auto;
    height: auto;
}

/* .review {
    height: 200px;
    overflow: auto;
    padding: 16px;
    border-radius: 8px;
    background-color: #fff;
}

.review .box {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: solid 3px #ccc;
}

.reviewer-name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 8px;
}

.star {
    margin-right: 4px;
    color: gold;
}

.review-content {
    font-size: 14px;
    line-height: 1.5;
} */

.top-voice .ttl {
    display: block;
    padding: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 15px 15px 0 0;
    background: #e42021;
}

.star5_rating {
    display: inline-block;
    color: #ccc;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before,
.star5_rating:after {
    content: "★★★★★";
}

.rating.new .star5_rating {
    font-size: 30px;
}

.star5_rating:after {
    overflow: hidden;
    color: #ffcf32;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
    width: 100%;
}

/* 星5 */
.star5_rating[data-rate="4.5"]:after {
    width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="4"]:after {
    width: 80%;
}

/* 星4 */
.star5_rating[data-rate="3.5"]:after {
    width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="3"]:after {
    width: 60%;
}

/* 星3 */
.star5_rating[data-rate="2.5"]:after {
    width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="2"]:after {
    width: 40%;
}

/* 星2 */
.star5_rating[data-rate="1.5"]:after {
    width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="1"]:after {
    width: 20%;
}

/* 星1 */
.star5_rating[data-rate="0.5"]:after {
    width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
    width: 0%;
}

/* 星0 */

.huki {
    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-top: -30px;
    margin-right: 10px;
    padding: 15px;
    border-radius: 9999px;
    background: #fff;
    position: relative;
}

.huki:before,
.huki:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    left: 50%;
}

.huki:before {
    margin-left: -10px;
    border-width: 10px;
    border-color: transparent;
    border-top-color: #e42021;
    border-right-color: #e42021;
    top: 100%;
}

.huki:after {
    margin-left: -7px;
    border-width: 7px;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    top: 99%;
}

.top-voice2 .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.top-voice2 .ttl img {
    max-width: 130px;
    margin-right: 20px;
}

.top-voice2 .ttl .ja {
    font-weight: bold;
    font-size: clamp(1.875rem, -0.175rem + 3.2vw, 2.625rem);
}

.top-voice2 .ttl .en {
    font-size: 24px;
    letter-spacing: 3px;
}

.top-case .js-split-tag span {
    margin-bottom: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
    color: #c7c7c7;
    border-bottom: solid 1px #c7c7c7;
}

.top-case .img {
    overflow: hidden;
    border-radius: 15px;
}

.border-15 {
    overflow: hidden;
    border-radius: 15px;
}

.top-case .ribbon17 {
    background: #e42021;
}

.f-img img {
    -webkit-mask-image: url("/import/tenant_1/160.16.209.144/html/images/fbimga.webp");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-image: url("/import/tenant_1/160.16.209.144/html/images/fbimga.webp");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.f-con {
    padding: 100px 150px 50px;
    color: #fff;
    border-radius: 15px;
    position: relative;
}

.f-con .text {
    margin-bottom: 50px;
    padding-bottom: 50px;
    font-size: clamp(1.125rem, 0.1rem + 1.6vw, 1.5rem);
    border-bottom: solid 2px #fff;
}

.f-con .tel 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: clamp(3rem, 1.292rem + 2.67vw, 3.625rem);
    color: #fff;
    line-height: 1;
    letter-spacing: 3px;
}

/* .f-con .tel a:before {
  margin-right: 15px;
  content: '';
  background-image: url('/import/tenant_1/160.16.209.144/html/images/freelogo.webp');
  width: 60px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
.f-con .sb-tel {
    margin-top: 10px;
    font-size: clamp(1.125rem, 0.1rem + 1.6vw, 1.5rem);
}

.f-con .img {
    max-width: 170px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -20%;
    left: 50%;
}

.f-con .b-tn a {
    display: block;
    padding: 15px;
    text-align: center;
    border: solid 1px #fff;
}

.f-con .b-tn a:hover {
    color: #e42021;
    background: #fff;
    opacity: 1;
}

@media (max-width: 1024px) {
    .en {
        font-size: 60px;
    }

    .top-voice2 .ttl .ja {
        font-size: 40px;
    }

    .bnr .f-btn {
        font-size: 18px;
    }

    .bnr .img100 {
        max-width: 230px;
    }

    .bnr .text-box {
        font-size: 44px;
    }

    .plan-list .item .pricettl {
        font-size: 16px;
    }

    .plan-list .item .price {
        font-size: 26px;
    }

    .plan-list .ttl .text {
        margin-left: 5px;
        font-size: 22px;
    }

    .plan-list .ttl img {
        max-width: 30px;
    }

    .ttl-b.col .ja,
    .top-voice2 .ttl .ja {
        font-size: 40px;
    }

    .top-reason .text-line {
        font-size: 24px;
    }

    .top-reason .m-ttl span {
        font-size: 150px;
    }

    .top-reason .card .img img {
        max-width: 80px;
    }

    .top-reason .card .ttl {
        font-size: 16px;
    }

    .top-info .img-text {
        top: 23%;
    }

    .top-info .img-ttl {
        font-size: 24px;
    }

    .header {
        background: none;
    }
}

@media (max-width: 599px) {
    .top-staff .card .text-box {
        padding: 10px;
    }

    .top-staff .card .ja {
        font-size: 20px;
    }

    .en {
        font-size: 38px;
        letter-spacing: 3px;
    }

    .ja {
        font-weight: 500;
        font-size: 18px;
    }

    .bnr .pla {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bnr .text-box {
        width: 100%;
        font-size: 30px;
        text-align: center;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 53%;
        left: 50%;
    }

    .fnav .left {
        width: 100%;
    }

    .fnav .right {
        width: 100%;
    }

    .f-con {
        padding: 50px 30px 30px;
    }

    .f-con .img {
        max-width: 90px;
        top: -10%;
    }

    .f-con .tel a {
        font-size: 28px;
    }

    .free-img img {
        vertical-align: top;
    }

    .f-con .sb-tel {
        font-size: 16px;
    }

    .f-con .text {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .ttl-b.col .ja,
    .top-voice2 .ttl .ja {
        font-size: 26px;
    }

    .top-voice2 .ttl .en {
        font-size: 16px;
    }

    .top-voice2 .ttl img {
        max-width: 80px;
    }

    .bnr .f-btn {
        font-size: 16px;
    }

    .bnr .f-btn.new {
        padding: 20px 10px 20px 50px;
    }

    .bnr .img100 {
        max-width: 220px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        right: 50%;
    }

    .bnr .pla .img {
        max-width: 140px;
    }

    .bnr .pla .img .text {
        font-size: 15px;
    }

    .bnr .pla .num-box .man {
        font-size: 50%;
        position: absolute;
        bottom: 8px;
        right: -25%;
    }

    .top-reason .card .ttl {
        font-size: 13px;
    }

    .top-reason .card .img img {
        max-width: 60px;
    }

    .max-360 {
        max-width: 360px;
        margin: auto;
    }

    .top-reason .m-ttl {
        font-size: 30px;
    }

    .top-reason .m-ttl span {
        font-size: 100px;
    }

    .top-reason .m-ttl {
        text-align: center;
    }

    .top-info .img-ttl {
        font-size: 14px;
    }

    .top-info .t-02 {
        font-size: 18px;
    }

    .top-info .t-01 {
        font-size: 22px;
    }

    .top-info .bg {
        font-size: 50px;
    }

    .top-info .img-text {
        top: 18%;
    }

    .toplogo {
        top: 20%;
    }
}

.zoom-in-img .img {
    overflow: hidden;
}

.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);
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
    width: 50px;
    height: 50px;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
}

/*ボタン内側*/
.openbtn4 span {
    width: 50%;
    height: 2px;
    display: inline-block;
    border-radius: 5px;
    background: #e42021;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*アニメーションの設定*/
    position: absolute;
    left: 50%;
}


.openbtn4 span:nth-of-type(1) {
    top: 13px;
}

.openbtn4 span:nth-of-type(2) {
    top: 19px;
}

.openbtn4 span:nth-of-type(3) {
    top: 25px;
}

.openbtn4 span:nth-of-type(3)::after {
    content: "Menu";
    width: 120%;
    font-size: 0.6rem;
    color: #e42021;
    text-align: center;
    text-transform: uppercase;
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -2px;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn4.active span:nth-of-type(1) {
    width: 50%;
    -webkit-transform: translateY(6px) translatex(-50%) rotate(-45deg);
    transform: translateY(6px) translatex(-50%) rotate(-45deg);
    top: 14px;
    left: 50%;
}

.openbtn4.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn4.active span:nth-of-type(3) {
    width: 50%;
    -webkit-transform: translateY(-6px) translatex(-50%) rotate(45deg);
    transform: translateY(-6px) translatex(-50%) rotate(45deg);
    top: 26px;
    left: 50%;
}

.openbtn4.active span:nth-of-type(3)::after {
    content: "Close";
    width: 130%;
    -webkit-transform: translateY(0) translatex(-50%) rotate(-45deg);
    transform: translateY(0) translatex(-50%) rotate(-45deg);
    top: 5px;
    left: 100%;
}

@media (max-width: 1024px) {
    .openbtn4 {
        display: block;
    }
}

.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 #e42021;
    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;
}

.acc-box {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
}

.acc-box.new {
    background: #f6f6f6;
}

.bg-f-30 {
    padding: 30px;
    border-radius: 0 0 15px 15px;
    background: #fff;
}

@media (max-width: 599px) {
    .list_cmn02 .item {
        font-size: 16px;
    }
}

.point {
    min-width: 130px;
    margin-right: 10px;
    padding: 0 10px;
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    background: #e42021;
}

.li-text {
    padding: 5px 0;
    padding-left: 15px;
    font-weight: bold;
    color: #fff;
    background: #e42021;
    position: relative;
}

.li-text::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 5px;
}

.plas {
    position: relative;
}

.plas::before,
.plas::after {
    content: "";
    width: 25px;
    height: 3px;
    display: block;
    border-radius: 5px;
    background: #e42021;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0px;
}

.plas::after {
    background: #e42021;
    -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);
}

.js-toggle-s {
    display: none;
}

.pulse-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0px;
}

.pulse-btn::before,
.pulse-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e42021;
    border-radius: 50%;
    -webkit-animation: pulsate 3s linear infinite;
    animation: pulsate 3s linear infinite;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pulse-btn::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.f-banner li {
    position: relative;
}

.f-banner .item .tbox {
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
}

.filter-cmn-01 {
    overflow: hidden;
    position: relative;
}

.filter-cmn-01:before,
.filter-cmn-01:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #999;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

    mix-blend-mode: multiply;
}

@-webkit-keyframes coverEnd {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

@keyframes coverEnd {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

.hover-cmn-01:hover .filter-cmn-01:after {
    -webkit-animation: coverEnd 1s 1 both;
    animation: coverEnd 1s 1 both;
}

.f-banner .tbox {
    color: #fff;
}

.f-banner a:hover .tbox {
    color: #373737;
    -webkit-transition: 1s;
    transition: 1s;
}

.ttl-b.plas {
    margin-right: 30px;
    padding-right: 30px;
}

@media (max-width: 599px) {
    .pulse-btn {
        width: 20px;
        height: 20px;
    }

    .plas::before,
    .plas::after {
        width: 20px;
    }

    .point {
        min-width: 105px;
        letter-spacing: 1px;
    }
}

.underlayer .ja {
    font-weight: bold;
    font-size: clamp(1.875rem, -0.175rem + 3.2vw, 2.625rem);
    text-align: center;
}

.underlayer .en {
    font-size: 24px;
    letter-spacing: 3px;
}

.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;
    text-align: center;
    background: #e42021;
}

.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 #e42021;
    background: #fff;
}

@media (max-width: 599px) {
    .underlayer .ja {
        font-size: 26px;
    }

    .list_guide05 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list_guide05 .datattl {
        width: 100%;
    }

    .list_guide05 .data {
        padding: 10px;
        font-size: 14px;
    }
}

.list_guide05 .data.btn {
    width: 40%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_guide05 .data.btn a {
    width: auto;
}

@media (max-width: 1024px) {
    .list_guide05 .data.btn {
        width: 60%;
    }
}

@media (max-width: 599px) {
    .list_guide05 .data.btn {
        width: 100%;
    }
}

/*スタッフ*/

[data-element-id] .staff1 .inner {
    max-width: 1300px;
}

.staff1 .sw .wrap {
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.staff1 .sw .wrap:hover {
    opacity: 0.6;
}

.staff1 .sw .wrap:hover img {
    scale: 1.2;
}

.staff1 .sw .wrap.overlay2:hover {
    opacity: 1;
}

.staff1 .sw .wrap.overlay2:hover img {
    scale: 1;
}

.staff1 .sw .n p {
    padding-top: 10px;
    text-align: center;
}

[data-element-id] .staff1 .box {
    width: 100%;
    max-width: none;
    max-height: none;
    visibility: visible;
    margin-top: 10px;
    border: 10px solid #000;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: relative;
    left: 0;
}

[data-element-id] .staff1 .box:before {
    content: "staffの詳細内容";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.staff1 .box {
    width: 96%;
    max-width: 960px;
    max-height: 90%;
    visibility: hidden;
    overflow: auto;
    padding: 70px 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #e42021;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 3000;
}

.staff1 .box.active {
    visibility: visible;
    opacity: 1;
}

.staff1 .box .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

[data-element-id] .staff1 .box .img {
    width: 100%;
    margin-bottom: 20px;
}

.staff1 .box .img {
    width: 36%;
}

[data-element-id] .staff1 .box .tbox {
    width: 100%;
}

.staff1 .box .tbox {
    width: 52%;
}

.staff1 .box .tbox dt {
    width: 30%;
    padding-bottom: 20px;
    font-weight: bold;
    color: #e42021;
}

.staff1 .box .tbox .director {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.staff1 .box .tbox dd {
    width: 69%;
    padding-bottom: 20px;
}

.staff1 .box .tbox dl {
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}

.staff1 .box .hito .tit {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #e42021;
    border-bottom: 1px solid #bfbfbf;
}

.staff1 .box .hito .omoi {
    padding: 20px 0 20px 0;
}

.overlay2:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

@media only screen and (max-width: 599px) {
    .staff1 .box {
        /* max-height: 80%; */
        padding: 20px 6%;
    }

    .staff1 .box .close {
        width: 40px;
        height: 40px;
        right: 15px;
    }

    .staff1 .box .img {
        width: 70%;
        margin: auto;
        margin-bottom: 10px;
    }

    .staff1 .box .tbox {
        width: 100%;
    }

    .staff1 .box .tbox dl {
        margin-bottom: 10px;
    }

    .staff1 .box .tbox dt {
        padding-bottom: 10px;
    }

    .staff1 .box .tbox dd {
        padding-bottom: 10px;
    }

    .staff1 .box .tbox dl.sp-100 dt {
        width: 100%;
    }

    .staff1 .box .tbox dl.sp-100 dd {
        width: 100%;
    }
}

.flow-list {
    display: block;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    background: #fff;
    position: relative;
}

.flow-list ul {
    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 #e42021;
    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: #e42021;
}

.flow-list ul li::after {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e42021;
    position: absolute;
    top: 10px;
    left: 7px;
}

.flow-list ul li:last-of-type::after {
    display: none;
}

.flow-list .img {
    max-width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .flow-list {
        width: 100%;
    }

    .flow-list ul {
        width: 80%;
    }

    .flow-list .img {
        max-width: 150px;
    }
}

@media (max-width: 599px) {
    .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;
    }
}
/* 
.check {
    max-width: 800px;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
} */

.check li {
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
    position: relative;
}

.check li:last-child {
    margin-bottom: 0;
}

.check li:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e42021;
    position: absolute;
    top: 6px;
    left: 0;
}

.check li:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 3px;
    left: 5px;
}

.arr {
    font-size: 90px;
    color: #e42021;
    text-align: center;
}

@media (max-width: 599px) {
    .arr {
        width: 100%;
        font-size: 50px;
        line-height: 1;
    }

    .arr .fa-caret-right:before {
        content: "\f0dd";
        vertical-align: super;
    }
}

.privacy-poricy {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
    border: 1px solid #ddd;
    background: #fff;
}

.lintext {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 2px #e42021;
}

.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;
    }
}

.compareTable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.compareTable th,
.compareTable td {
    width: 33.33%;
    padding: 8px;
    text-align: center;
    border: 1px solid #fff;
}

.compareTable td {
    overflow: hidden;
    font-size: 14px;
    text-align: left;
}

.compareTable th {
    font-weight: bold;
    color: #fff;
    background-color: #e42021;
}

.compareTable tr td:nth-child(2) {
    background-color: #e6e6e6;
}

.compareTable tr td:nth-child(3) {
    background-color: #d9d9d9;
}

.compareTable tr td.ourCompany {
    background-color: #ccc;
}

.compareTable tr td.ourCompany span.mrk {
    color: #e42021;
}

.compareTable span.mrk {
    font-weight: bold;
    font-size: 2em;
}

.compareTable span.text {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.compareTable span.text::before {
    content: "";
    width: 1px;
    height: 100vh;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

@media (max-width: 1024px) {
    .compareTable {
        width: 800px;
    }
}

.menu-plan .img {
    position: relative;
}

.menu-plan .sb-img {
    max-width: 120px;
    -webkit-filter: drop-shadow(0px 0px 25px #fff);
    filter: drop-shadow(0px 0px 25px #fff);
    position: absolute;
    bottom: 0px;
    left: 5%;
}

.menu-plan .plan-list .item {
    background: #f6f6f6;
}

.menu-plan .plan-list .pricettl {
    width: 65%;
}

.menu-plan .plan-list .ttl .text {
    margin-left: 0;
    line-height: 1.6;
}

.menu-plan .plan-list .ttl {
    font-size: 22px;
}

.menu-plan .komi {
    background: #f6f6f6;
}

.menu-plan .komi span {
    display: inline-block;
    margin-top: 20px;
    padding: 5px 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 0 5px 5px 0;
    background: #e47220;
}

.border-line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fdd835));
    background: linear-gradient(transparent 70%, #fdd835 0%);
}

.plan-list-box {
    display: none;
}

@media (max-width: 1024px) {
    .menu-plan .sb-img {
        max-width: 90px;
    }

    .plan-list .ttl .text {
        font-size: 18px;
    }

    .menu-plan .komi span {
        margin-top: 10px;
    }

    .menu-plan .plan-list .item {
        padding: 10px;
    }
}

.course {
    border: #e42021 2px solid;
}

.course .text-box li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 8px;
    color: #fff;
    background: #e42021;
}

.course .mttl {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #e42021;
    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 #e42021;
}

.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;
}

.Area02 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.Area02 .flow-text {
    width: 90px;
    margin-right: 10px;
}

.Area02 .text {
    width: calc(100% - 100px);
}

.min-h-100 {
    min-height: 100px;
    margin-bottom: 10px;
}

.clic-ttl {
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 1;
}

.js-toggle .clic-ttl .i_box .one_i:before,
.js-toggle .clic-ttl .i_box .one_i:after {
    background-color: #fff;
}

.js-toggle .i_box {
    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-top: -20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    right: 0;
}

.js-toggle .i_box .one_i {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: relative;
}

.js-toggle .i_box .one_i:before,
.js-toggle .i_box .one_i:after {
    content: "";
    width: 18px;
    height: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background-color: #0c3962;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 7px;
    left: 0;
}

.js-toggle .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.js-toggle.is-parent .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.js-toggle.is-parent .i_box .one_i:before {
    content: none;
}

.js-toggle.is-parent .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.title_04 {
    padding-left: 20px;
    font-weight: bold;
    font-size: 24px;
}

.title-left-deco::before {
    content: "";
    width: 10px;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.paints .box .item {
    overflow: hidden;
    border-radius: 15px;
}

.paints .box .fs-p .course {
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 15px;
}

.paints .box .fs-p .course .img {
    position: relative;
}

.paints .box .fs-p .course .sb-img {
    max-width: 120px;
    position: absolute;
    top: 0px;
    left: 5%;
}

.paint-date {
    padding: 30px;
    border-radius: 15px;
    background: #e42021;
}

.paint-date .ttl {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.paint-date .box {
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    background: #fff;
}

.paint-date .rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paint-date .sb-ttl {
    padding: 5px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 15px;
    background: #ff9600;
}

@media (max-width: 1024px) {
    .paint-date .ttl {
        font-size: 20px;
    }

    .paint-date .sb-ttl {
        letter-spacing: 1px;
    }
}

@media (max-width: 599px) {
    .paint-date .ttl {
        text-align: left;
    }
}

.ref-menu .num {
    width: 50px;
    height: 50px;
    font-weight: bold;
    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: 15px;
}

.ref-menu .ttl {
    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-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.border-line-b {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 2px #ccc;
}

.trouble .box {
    padding: 30px 15px;
    border: solid 5px #e42021;
    border-radius: 15px;
}

.trouble .box img {
    border-radius: 15px;
}

.v-box-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
}

.voice .title-sub {
    margin: 0 auto 10px;
    padding: 0 10px 10px;
    font-weight: bold;
    border-bottom: 3px solid #e42021;
    position: relative;
}

.uk-lb {
    cursor: pointer;
}

.lightbox-img {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.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;
}

.column2 .top-voice2,
.column2 .top-case,
.column2 .blog,
.column2 .top-info {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
}

.column2 .top-voice2 li {
    margin-bottom: 20px;
    border-bottom: solid 2px #ccc;
}

.column2 .top-voice2 .pagenation li {
    margin-bottom: 0;
    border-bottom: 0;
}

.blog .img {
    border-radius: 15px;
}

.blog .js-split-tag span {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 9999px;
    background: #e42021;
}

.detail-content-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #e42021;
}

.detail-content-text h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    color: #fff;
    background: #e42021;
}

.detail-content-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #e42021;
}

.p-link i {
    width: 30px;
    height: 30px;
    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;
    margin-left: 5px;
    color: #fff;
    border-radius: 50%;
    background: #e42021;
}

.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 #e42021;
    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 5 Free";
    font-weight: 900;
    font-size: 21px;
    color: #e42021;
    position: absolute;
    top: 3px;
    left: 2px;
    z-index: 1;
}

.form dd.radiobtn input+label {
    margin-left: 10px;
}

.form dd.radiobtn .list li {
    width: 33%;
    font-size: 18px;
}

.beforeafter-img {
    padding-top: 5vw;
    position: relative;
}

.before-box {
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.after-box {
    width: 80%;
    margin-left: auto;
}

.beforeafter-img .text {
    padding-left: 0.5em;
    font-family: "Rubik", sans-serif;
    font-size: 42px;
    color: #e42021;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0px white,
    -1px 1px 0px white,
    1px -1px 0px white,
    -1px -1px 0px white,
    1px 0px 0px white,
    0px 1px 0px white,
    -1px 0px 0px white,
    0px -1px 0px white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.beforeafter-img .before-box .text {
    font-size: 24px;
    color: #005bac;
}

.beforeafter-img .img {
    overflow: hidden;
    border-radius: 15px;
}

.example ul {
    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;
}

.example ul li {
    width: 48%;
    margin-bottom: 30px;
}

.example ul h5 {
    font-weight: bold;
    font-size: 18px;
    color: #e42021;
}

.top-case .b-bnr {
    margin-bottom: 50px;
}

.top-case .link a {
    display: block;
    padding: 15px;
    padding-left: 30px;
    font-size: 18px;
    background: #fff;
    position: relative;
}

.top-case .link a:before {
    content: "▶";
    color: #e42021;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 6px;
}

.top-case .link a:hover {
    color: #fff;
    background: #e42021;
}

.top-case .link a:hover:before {
    color: #fff;
}

.top-case .b-bnr a {
    display: block;
    padding: 15px;
    border: solid 2px #ccc;
    border-radius: 15px;
    background: #fff;
}

.top-case .b-bnr .box {
    padding: 15px 30px;
    border-radius: 15px;
    background: rgb(186, 222, 237);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(186, 222, 237, 1)), to(rgba(123, 194, 228, 1)));
    background: linear-gradient(0deg, rgba(186, 222, 237, 1) 0%, rgba(123, 194, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#badeed", endColorstr="#7bc2e4", GradientType=1);
    position: relative;
}

.top-case .b-bnr .text-box {
    width: 50%;
}

.top-case .b-bnr .text-box .ttls {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #3e3e3e;
    line-height: 1.4;
}

.top-case .b-bnr .img {
    max-width: 450px;
    overflow: initial;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-case .b-bnr .b-btn {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background: #3e3e3e;
    position: absolute;
    bottom: 0;
    right: 0;
}

.top-case .js-split-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .form dd.radiobtn .list li {
        /* width: 30%; */
        width: 33%;
    }

    .top-case .b-bnr .text-box .ttls {
        font-size: 18px;
    }

    .top-case .b-bnr .img {
        max-width: 350px;
    }

    .top-case .b-bnr .text-box .text {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .form dd.radiobtn {
        padding-left: 0;
    }

    .top-case .b-bnr .text-box .ttls {
        font-size: 16px;
    }

    .top-case .b-bnr .text-box {
        width: 100%;
        margin-bottom: 160px;
    }

    .top-case .link a {
        font-size: 16px;
    }

    .form dd.radiobtn .list li {
        width: 100%;
    }

    .sp-maxw-360 {
        max-width: 360px;
    }

    .before-box {
        width: 100%;
        position: relative;
    }

    .after-box {
        width: 100%;
        margin-left: auto;
    }

    .beforeafter-img .text {
        font-size: 24px;
    }
}

.manager-box .name {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3;
}

.manager-box .name .en {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    color: #005bac;
    letter-spacing: 3px;
}

.manager-box .director {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.manager-box .btn a {
    letter-spacing: 1px;
}

/* .bf-af .bfaf-box > div{
  display: flex;
justify-content: space-between;
align-items: center;
} */
.bf-af .bfaf-box .picBox {
    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: 30px;
}

.bf-af .bfaf-box .btmPhoto,
.bf-af .bfaf-box .photo {
    width: 45%;
    position: relative;
}

.bf-af .bfaf-box .picBox .before,
.bf-af .bfaf-box .picBox .after {
    display: inline-block;
    margin: 5px;
    padding: 3px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #e42021;
    position: absolute;
    top: 0;
    left: 0;
}

.bf-af .bfaf-box .picBox span span {
    margin-left: 5px;
    opacity: 0.5;
}

.bf-af .bfaf-box .picBox .before {
    background: #005bac;
}

.bf-af .bfaf-box i {
    font-size: 40px;
    color: #e42021;
}

.top-goo {
    padding: 10px;
    color: #fff;
    background: #e42021;
}

.top-goo .huki {
    max-width: 90px;
    margin-top: 0px;
    padding: 5px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-goo .huki:before {
    border-top-color: #e42021;
    border-right-color: #e42021;
}

.top-goo .rating {
    margin-bottom: 0;
}

.top-numb a {
    display: block;
    border: solid 3px #e42021;
    border-radius: 10px;
}

.top-numb .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    overflow: hidden;
    position: relative;
}

.top-numb .text-box:before {
    content: "";
    width: 100px;
    height: 130%;
    border-radius: 50%;
    background: #e42021;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    position: absolute;
    top: 50%;
    left: -30px;
}

.top-numb .num {
    padding: 0 15px;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    line-height: 1;
    z-index: 1;
}

.top-numb .text {
    padding: 5px 15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
}

.top-numb .sdtext-box {
    padding: 15px;
    color: #fff;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background: #4e4e4e;
}

.slick01 li {
    margin: 20px;
    padding-top: 50px;
}

.slick01 .slick-dots li {
    margin: 0;
    padding: 0;
}

.slick01 .ttls {
    padding: 50px 0 15px;
    text-align: center;
    position: relative;
}

.slick01 .ttls:before,
.slick01 .ttls:after {
    content: "";
    position: absolute;
}

.slick01 .ttls:before {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #e42021;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -60%;
    left: 50%;
}

.slick01 .ttls:after {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
    background: #e42021;
    top: 0;
    left: 0;
}

.slick01 .ttls .img {
    max-width: 70px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: 1;
}

.slick01 .ttls span {
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.b-b-r15 {
    border-radius: 0 0 15px 15px;
}

.santtl {
    padding: 30px;
    font-weight: bold;
    font-size: clamp(1.875rem, -0.175rem + 3.2vw, 2.625rem);
    color: #fff;
    text-align: center;
    border-radius: 15px 15px 0 0;
    background: #005bac;
    position: relative;
}

.santtl::before,
.santtl::after {
    content: "";
    width: 50%;
    height: 0px;
    line-height: 0px;
    border-width: 0px 0 40px 500px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    right: 0;

    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.santtl::before {
    width: 50%;
    height: 0;
    line-height: 0px;
    border-width: 40px 0 0 500px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    left: 0;

    _border-color: #000 #000 #000 #007bff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.top-con-b {
    overflow: hidden;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 40%;
    right: 10%;
}

.top-con-b .box {
    padding: 30px;
    padding-top: 0;
    border-radius: 0 0 15px 15px;
    background: #fff;
}

.top-con-b .tel 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: 40px;
    color: #e42021;
    line-height: 1;
    letter-spacing: 2px;
}

.top-con-b .btn01 .img,
.top-con-b .btn02 .img {
    max-width: 50px;
    margin-right: 30px;
}

.top-con-b .btn01 a,
.top-con-b .btn02 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    border: solid 1px #ff9600;
    border-radius: 10px;
    background: #ff9600;
    position: relative;
}

.top-con-b .btn02 a {
    margin-top: 10px;
    border: solid 1px #e42021;
    background: #e42021;
}

.top-con-b .santtl {
    /*  padding: 15px; */
    padding-bottom: 50px;
    font-size: 24px;
}

.top-img-l .img {
    width: 30%;
    position: absolute;
    top: 10%;
    left: -25%;
    z-index: -1;
}

.top-img-l {
    width: 41%;
    /* overflow: hidden; */
    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-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 40%;
    left: 10%;
}

.top-img-l .add {
    color: #fff;
}

.top-img-l .ttl {
    display: inline-block;
    padding: 20px 10px;
    font-size: clamp(2.188rem, -4.646rem + 10.67vw, 4.688rem);
    color: #fff;
    line-height: 1;
    border: solid 5px #fff;
}

.top-img-l .sab-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;
}

.top-img-l .text {
    margin: 20px 0 10px;
    font-weight: bold;
    /*  font-size: clamp(1.25rem, -2.167rem + 5.33vw, 2.5rem); */
    font-size: clamp(1.125rem, 0.1rem + 1.6vw, 1.5rem);
    color: #000;
    line-height: 1;
    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, 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;
}

.top-img-l .sab-ttl .box01 {
    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;
    margin: 5px;
    padding: 5px;
    font-weight: bold;
    font-size: clamp(1rem, 0.317rem + 1.07vw, 1.25rem);
    color: red;
    line-height: 1.2;
    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, 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;
    border-radius: 15px;
    background: rgb(0, 112, 0);
    background: linear-gradient(155deg, rgba(0, 112, 0, 1) 20%, rgba(255, 255, 255, 1) 50%, rgba(0, 112, 0, 1) 81%);
    -webkit-box-shadow: 1px 1px 2px 1px #000;
    box-shadow: 1px 1px 2px 1px #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007000", endColorstr="#007000", GradientType=1);
}

.top-img-l .sab-ttl .box01 span {
    font-size: 150%;
}

.top-img-l .sab-ttl .c-ori {
    font-weight: bold;
    font-size: clamp(1.5rem, -2.6rem + 6.4vw, 3rem);
    color: #ff9600;
    line-height: 1;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}

.main-ttl {
    font-weight: bold;
    font-size: clamp(2.5rem, -1.6rem + 6.4vw, 4rem);
    color: #ff9600;
    line-height: 1;
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white;
}

@media (max-width: 1024px) {
    .top-img-l .img {
        width: 30%;
    }

    .top-img-l .text {
        margin: 20px;
    }

    .top-img-l {
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 25%;
        left: 50%;
    }

    .top-con-b {
        width: 96%;
        max-width: 450px;
        overflow: hidden;
        margin: 50px auto 50px;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: initial;
        right: initial;
    }

    .top-numb .text {
        font-size: 16px;
    }

    .top-numb .sdtext-box {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .top-img-l .text {
        margin: 10px;
    }

    .pl-ori {
        padding-left: 15%;
    }

    .top-img-l .img {
        width: 23%;
        left: -2%;
    }

    .top-con-b .tel a {
        font-size: 28px;
    }

    .santtl {
        padding-bottom: 50px;
    }

    .bg-f-30 {
        padding-top: 0;
    }
}

.表示しない {
    display: none;
}

.c-09 {
    color: #ff9600;
}

.bg-o span,
.cat-area a {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 3px 5px;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 3px;
    background: #ff9600;
}

.js-split-tag.bg-b span,
.cat-content a {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 3px 5px;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 3px;
    background: #005bac;
}

.js-split-tag.bg-g span,
.cat-color a {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 3px 5px;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 3px;
    background: #00ac71;
}

.cat-area,
.cat-content,
.cat-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.js-split-tag.bg-b,
.js-split-tag.bg-g {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-numb .top-num-box .top-num-1 .text-box:before {
    background: #005bac;
}

.top-numb .top-num-box .top-num-2 .text-box:before {
    background: #ff9600;
}

.top-numb .top-num-box .top-num-1 .sdtext-box {
    background: #ff9600;
}

.top-numb .top-num-box .top-num-2 .sdtext-box {
    background: #005bac;
}

.top-numb .top-num-box .top-num-1 a {
    border: solid 3px #005bac;
}

.top-numb .top-num-box .top-num-2 a {
    border: solid 3px #ff9600;
}

.cat-3btn1.btn a {
    border: solid 1px #005bac;
    background: #005bac;
}

.cat-3btn2.btn a {
    border: solid 1px #ff9600;
    background: #ff9600;
}

.cat-3btn3.btn a {
    border: solid 1px #00ac71;
    background: #00ac71;
}

.cat-3btn1.btn a:hover {
    color: #005bac;
    background: #fff;
}

.cat-3btn2.btn a:hover {
    color: #ff9600;
    background: #fff;
}

.cat-3btn3.btn a:hover {
    color: #00ac71;
    background: #fff;
}

.cat-3btn4.btn a {
    max-width: 500px;
    padding: 20px;
    font-size: 22px;
}

@media (max-width: 599px) {
    .cat-3btn4.btn a {
        padding: 17px 10px;
        font-size: 20px;
    }
}

[data-element-id] .top-con-b,
[data-element-id] .top-img-l {
    top: 20%;
}

[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 li {
    width: 45%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

[data-element-id] #splash {
    width: 300px;
    height: 300px;
    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: auto;
    border: solid 3px red;
    position: relative;
}

[data-element-id] #splash:before {
    content: "ページ遷移の画像";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: red;
    position: absolute;
    top: 0;
}

[data-element-id] #splash-logo {
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
}

[data-element-id] header {
    position: relative;
}

/* [data-element-id] .review {
    height: auto;
    overflow: initial;
} */

[data-element-id] .zoom-in-img a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

[data-element-id] .staff1 .sw .wrap:hover img {
    scale: 1;
}

[data-element-id] .fead-order>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

[data-element-id] .gnav .list02 {
    visibility: visible;
    margin-top: 15px;
    padding-top: 0;
    border: solid 3px #0024ff;
    opacity: 1;
    position: relative;
    top: 0;
}

[data-element-id] .gnav .list02:before {
    content: "モバイル用";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #0024ff;
}

[data-element-id] .tog-sp {
    display: block;
    border: solid 3px #000;
    position: absolute;
    top: 0;
    bottom: initial;
}

[data-element-id] .sptel {
    display: block;
    border: solid 3px #000;
    position: absolute;
}

[data-element-id] .gnav .t-img {
    width: 50%;
    display: block;
    border: solid 3px #000;
}

[data-element-id] .gnav .t-img:before {
    content: "ハンバーガーメニューの画像";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
}

[data-element-id] .gnav .navlogo {
    display: block;
    border: solid 3px #000;
}

[data-element-id] .gnav .navlogo:before,
[data-element-id] .sptel:before,
[data-element-id] .tog-sp:before {
    content: "モバイル用";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #000;
}

[data-element-id] .gnav .list02.car01:before {
    content: "会社案内のテキスト";
}

[data-element-id] .gnav .list02.car02 {
    left: 100%;
}

[data-element-id] .gnav .list02.car02:before {
    content: "メニューのテキスト";
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 3px #000;
    position: relative;
}

[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] .ribbon17-content {
    overflow: inherit;
}

[data-element-id] .ribbon17 {
    line-height: 1;
    -webkit-transform: none;
    transform: none;
    position: absolute !important;
    top: 0;
    right: initial;
}

[data-element-id] .rating {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 3px #907900;
    position: relative;
}

[data-element-id] .rating:before {
    content: "星の横にある数字を「1〜5」の間で変更すると星の表示が自動的に反映されます。";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #907900;
}

[data-element-id] .hover-cmn-01:hover .filter-cmn-01:after {
    -webkit-animation: none;
    animation: none;
}

[data-element-id] .f-banner a:hover .tbox {
    color: #fff;
}

[data-element-id] .privacy-poricy {
    height: auto;
    overflow: initial;
}

[data-element-id] [data-ab-test-contents] {
    margin-bottom: 10px;
    padding: 30px 0px 0px;
    border: 3px solid #2ca09a;
    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: #2ca09a;
    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] .finish {
    border: solid 5px #ffe900;
}

[data-element-id] .finish:before {
    content: "サムネイルをマウスで触れるとメイン画像が変わる仕様になっております。画像を変更する際はサムネイルのみ変更をお願いいたします。また赤枠のサムネイルが一番初めのメイン画像に反映されます。";
    display: block;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: #ffe900;
    z-index: 1;
}

[data-element-id] .red-line {
    border: solid 5px red;
}

[data-element-id] .finish .mainimg {
    border: solid 5px #0d00ff;
    position: relative;
}

[data-element-id] .finish .thumbnail {
    padding-top: 30px;
    border: solid 5px #0f1;
    position: relative;
}

[data-element-id] .finish .mainimg:before {
    content: "メイン画像";
    display: block;
    font-weight: bold;
    color: #000;
    color: #fff;
    text-align: center;
    background: #0d00ff;
    z-index: 1;
}

[data-element-id] .finish .thumbnail:before {
    content: "サムネイル";
    width: 100%;
    display: block;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: #0f1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .homevisual .head {
    top: 25%;
}



[data-element-id] .top-voice2 .ttl .ja:before {
    content: "掲載数はA-BiSUの機能で件数を表示しているため、見たまま編集ができません。";
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: red;
}

[data-element-id] .top-voice2 .ttl .ja.new:before {
    content: none;
}

[data-element-id] .cat-area>div,
[data-element-id] .cat-content>div,
[data-element-id] .cat-color>div {
    display: contents;
}



[data-element-id] body.appear2 #wrapper.form-confirm-wrap {
    opacity: 1;
    pointer-events: auto;
}

body.appear2 #wrapper.form-confirm-wrap {
    opacity: 0;
    pointer-events: none;
}


/* 2023/11/10 */
.tab-btn-list {
    position: relative;
}

.tab-btn-list .tab-btn {
    background: #fff;
    padding: 10px;
    width: 30%;
    text-align: center;
}

.tab-btn-list + .tab {
    border: 5px solid #e42021;
    padding: 5px;
}

.tab-btn-list .tab-btn.on {
    background: #e42021;
    color: #fff;
}

/* 2023/11/14 */
.floating-banner {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 0;
    width: 100%;
    z-index: 98;
}

[data-element-id].floating-banner {
    position: absolute;
    border: solid 3px #000;
    max-width: 200px;
    display: block;
}

[data-element-id].floating-banner:before {
    content: "モバイル用";
    display: block;
    background: black;
    color: #fff;
}

.fb-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #000;
    z-index: 1;
    border-radius: 100%;
}

.fb-close:before,.fb-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    background: #fff;
}

.fb-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fb-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width:599px) {
  .floating-banner {
      display: block;
  }
}

.js-toggle2 {
    cursor: pointer;
}

.js-toggle2+* {
    display: none;
}

[data-element-id] .js-toggle2+* {
    display: block;
}

.toggle-btn:after {
    font-family: "font awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.toggle-btn.is-parent:after {
    content: "\f078"
}



.banner-wrap .b-bnr {
    margin-bottom: 50px;
}

.banner-wrap .link a {
    display: block;
    padding: 15px;
    padding-left: 30px;
    font-size: 18px;
    background: #fff;
    position: relative;
}

.banner-wrap .link a:before {
    content: "▶";
    color: #e42021;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 6px;
}

.banner-wrap .link a:hover {
    color: #fff;
    background: #e42021;
}

.banner-wrap .link a:hover:before {
    color: #fff;
}

.banner-wrap .b-bnr a {
    display: block;
    padding: 10px;
    border: solid 2px #ccc;
    border-radius: 10px;
    background: #fff;
}

.banner-wrap .b-bnr .box {
    padding: 15px 30px 65px;
    border-radius: 15px;
    background: rgb(186, 222, 237);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(186, 222, 237, 1)), to(rgba(123, 194, 228, 1)));
    background: linear-gradient(0deg, rgba(186, 222, 237, 1) 0%, rgba(123, 194, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#badeed", endColorstr="#7bc2e4", GradientType=1);
    position: relative;
}

.banner-wrap .b-bnr .text-box {
    width: 100%;
}

.banner-wrap .b-bnr .text-box .ttls {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #3e3e3e;
    line-height: 1.4;
}

.banner-wrap .b-bnr .img {
    max-width: 250px;
    overflow: initial;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.banner-wrap .b-bnr .b-btn {
    display: inline-block;
    padding: 10px;
    color: #fff;
    background: #3e3e3e;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 0 0 0 10px;
}

@media (max-width: 1024px) {

    .banner-wrap .b-bnr .text-box .ttls {
        font-size: 18px;
    }

    .banner-wrap .b-bnr .img {
        max-width: 350px;
    }

    .banner-wrap .b-bnr .text-box .text {
        font-size: 14px;
    }
}

@media (max-width: 599px) {

    .banner-wrap .b-bnr .text-box .ttls {
        font-size: 16px;
    }

    .banner-wrap .b-bnr .text-box {
        width: 100%;
        margin-bottom: 160px;
    }
    .banner-wrap .b-bnr .b-btn {
      z-index: 2;
    }


}


.p-tbox {
    position: relative;
}

.p-tbox .name .en {
    font-size: 10px;
    letter-spacing: 2px;
}

.under-arrow {
    position: relative;
}

.banner02-wrap {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.banner02-wrap .tbox {
    position: relative;
}

.banner02-wrap .tbox .big-txt {
    font-size: clamp(1.5rem, 1.173rem + 1.63vw, 2.5rem);
    font-weight: bold;
    letter-spacing: 3px;
    color: #e42021;
}

.banner02-wrap .tbox .txt {
    font-size: 150%;
}

/* .banner02-wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 50px 0 50px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
} */

@media (max-width:599px) {
  .banner02-wrap .tbox .txt {
      font-size: 16px;
  }
}

/* 2023/12/07 */
#cat-areaer li:nth-child(15) {
    margin-right: 45%;
    margin-bottom: 10px;
}
#cat-areaer.cat-areaer li:nth-child(15) {
    margin-right: 75%;
}


@media (max-width:599px) {
  #cat-areaer li:nth-child(15) {
      margin-right: 55%;
  }
  #cat-areaer.cat-areaer li:nth-child(15) {
      margin-right: 55%;
  }
}


[data-element-id].top-banner .up-hide {
    display: block;
    border: 3px solid green;
    position: relative;
    padding: 0;
    max-width: 300px;
    margin: 20px auto 0;
}

[data-element-id].top-banner .up-hide:before {
    content: "モバイル";
    display: block;
    background: green;
    color: #fff;
}

/* 2024/01/15 */
.toc-wrap {
    position: relative;
}

.toc-wrap .box {
    position: relative;
    margin: 0;
    padding: 4em 1.2em 1em;
    background: #fff;
    font-size: 100%;
    border-top: solid 5px #e42021;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    color: #e42021;
    box-shadow: 0 1px 5px 2px #e9e9e9;
}

.toc-wrap .box:before {
    content: "目次";
    display: block;
    position: absolute;
    top: 18px;
    left: 60px;
    margin: 0;
    text-align: start;
    color: #e42021;
    border: none;
    font-size: 120%;
    font-weight: bold;
}

.toc-wrap .box:after {
    content: "\f039";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    display: block;
    font-size: 120%;
    position: absolute;
    line-height: 40px;
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
    color: #fff;
    background: #e42021;
}

.toc-wrap .box li {
    margin: .2em 0 1em 1.5em;
    list-style-type: decimal;
    line-height: 1.6em;
    font-weight: bold;
}

.toc-wrap .box li ul {
    margin: 0 0 1em .5em;
    padding: 0;
}

.toc-wrap .box li ul li {
    margin: .2em 0 0 1em;
    list-style-type: none;
    font-weight: normal;
    font-size: 100%;
}

.toc-wrap .box li ul li:before {
    content: "\f054";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    margin-right: .5em;
    color: #e42021;
}

.toc-wrap .box li ul li ul li {
    font-size: 90%;
}

.toc-wrap .box a {
    display: inline-block;
    color: #e42021;
    line-height: 1.6em;
    text-decoration: underline;
}

/* icon-text */
#icon-area {
    position: relative;
}

#icon-area:before {
    content: "よくある質問はこちら！";
    position: absolute;
    top: -50px;
    width: 140%;
    white-space: nowrap;
    background: #E48600;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}

#icon-area:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #e48500 transparent transparent transparent;
    position: absolute;
    top: -20px;
    left: 35px;
}

@media (max-width:599px) {
  #icon-area:before {
      font-size: 12px;
      width: 140px;
      top: -40px;
  }
  
  #icon-area:after {
      top: -20px;
      left: 10px;
  }
}



/* 2024/02/13 */
.color-box {
    position: relative;
}

.color-box .space + .space {
    margin-top: 30px;
}

.color-box .cont .tit {
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 1.5rem;
}

.color-box .cont .tit:before {
    content: "■";
    position: absolute;
    top: 0;
    left: 0;
}


/* 2024/05/10追記 */
.btn002 a {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0;
    border-radius: 0.75rem;
}

.btn002 a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0.75rem, -1rem);
    transform: translate3d(0, 0.75rem, -1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #ccc100;
    -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

.btn002 a:after {
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: calc(50% - 1rem);
    left: 1.5rem;
    margin: 0;
    padding: 0;
    content: "\f0e0";
}

.btn002 a .btn002-front {
    position: relative;
    display: block;
    padding: 1.5rem 5rem 1.5rem 5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #000;
    border-radius: inherit;
    background: #fff100;
}

.btn002 a .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}

.btn002 a:hover {
    -webkit-transform: translate(0, 0.25rem);
    transform: translate(0, 0.25rem);
    background: #fff100;
}

.btn002 a:hover:before {
    -webkit-transform: translate3d(0, 0.5rem, -1rem);
    transform: translate3d(0, 0.5rem, -1rem);
    -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

.btn002 a:hover:after {
    content: "\f2b6";
}

.btn002 a:active {
    -webkit-transform: translate(0rem, 0.75rem);
    transform: translate(0rem, 0.75rem);
}

.btn002 a:active:before {
    -webkit-transform: translate3d(0, 0, -1rem);
    transform: translate3d(0, 0, -1rem);
    -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

.btn002 a:active:after {
    content: "\f2b6";
}
.btn002 {
    text-align: center;
}

@media (max-width:599px) {
  .btn002 a .btn002-front {
    padding: 1.5rem 4rem 1.5rem 4rem;
  }
}

/**施工事例リンクボタン**/
.cta_btn04 {
  font-weight: bold; /* 文字の太さ */
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  display: inline-block;
  padding: 1em;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff; /* ボタン文字色 */
  border-radius: 10px;
  background: #F38173; /* 背景色 */
  box-shadow: 0 5px 0 #b84131;
  text-align: center;
}

.cta_btn04 p {
  margin: 0;
}

/* マウスオーバーした際のデザイン */
.cta_btn04:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #F38173;
  box-shadow: 0 2px 0 #b84131;
}

.blog .txt a:hover {
  color: #0000ee;
}


/* 2024/05/29 追記 */

.type-archive .datawrap {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
}

.type-archive .datawrap.active {
    height: auto; 
}

.type-archive .arrow {
    transition: transform .8s ease;
    display: inline-block;
    font-size: 18px;
    position: relative;
    /* top: -3px; */
}


.type-archive .arrow.up {
    transform: rotate(-180deg);
    display: inline-block;
    transition: transform .8s ease;
    position: relative;
    top: -3px;
}


@media screen and (min-width:1025px) {
.mainimg .uk-slideshow img {
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: fill; object-position: 50% 50%;";
}
}

@media screen and (max-width:599px) {
.top-con-b {
  margin: 10px auto 50px;
}
    
.mainimg .uk-slideshow img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: scale-down; object-position: 50% 50%;";
}

.top-img-l {
  top: 20%;
  }
  
  .mainimg .uk-slideshow li:first-of-type img{
    object-fit: fill;
  }
}

footer .fix-contents{
  display: none;
}

@media screen and (min-width:600px) {
footer .fix-contents{
    position: fixed;
    bottom: 18px;
    align-items: center;
    right: 80px;
    display: flex;
    gap: 20px;
    z-index: 9999;
}

footer .fix-contents .tel{
    height: 90px;
}

footer .fix-contents .tel a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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: 40px;
    color: #e42021;
    line-height: 1;
    letter-spacing: 2px;
    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;
    color: #e42021;
    border: solid 1px #e42021;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
}

footer .fix-contents .tel a{
    display: flex;
    flex-direction: column;
    box-shadow: 2px 2px 4px gray;
}

footer .fix-contents .tel .time-txt{
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}



footer .fix-contents .btn02{
  height: 85px;
}

footer .fix-contents .btn02 a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    border: solid 1px #FF9800;
    border-radius: 10px;
    background: #FF9800;
    position: relative;
    box-shadow: 2px 2px 4px gray;
    height: 100%;
}

footer .fix-contents .btn02 .img{
    max-width: 50px;
    margin-right: 30px;
}
}


@media screen and (min-width:600px) and (max-width:1024px) {
  .tog-sp{
    display: none !important;
  }
}

@media screen and (max-width:599px) {
  .tog-sp02{
    right: 110px;
}
  
.tog-sp02 .con, .tog-sp .con {
    border-radius: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
  
.tog-sp02 .con a, .tog-sp .con a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: 999;
}

.tog-sp02 .con{
  background: #4CAF50;
}

.tog-sp02 .con .free-img{
  margin-bottom: 10px;
}

.tog-sp .free-img{
  width: 20px;
}
  
.tog-sp02 .free-img{
  width: 30%;
}

.pri-5-sp a{
  padding-right: 5px !important;
}

.tog-sp{
 max-width: 115px !important; 
}
}

/**2024/06/13追記　TOP見積もりバナー**/
.top-bnr {
  width: 85%;
  margin: 30px auto 0;
}
.top-bnr a {
  display: block;
  width: 100%;
  border: 5px solid red;
  border-radius: 10px;
  padding: 3% 5%;
  background-image: url(/upload/tenant_1/2-620024305.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.top-bnr .u-box {
  display: flex;
}
.top-bnr .u-box .left {
  width: 30%;
  margin-right: 3%;
}
.top-bnr .u-box .right {
  width: 67%;
}
.top-bnr .u-box .right .txt01 {
  font-size: 44px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #e42021;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;

}
.top-bnr .u-box .right .txt01 span {
  font-size: 58px;
}
.top-bnr .u-box .right .txt02 {
  font-size: 36px;
  text-align: center;
  margin-top: 15px;
  background: #ff9800;
  color: #fff;
}

@media (max-width: 1024px){
  .top-bnr {
    width: 90%;
  }
  .top-bnr .u-box .right .txt01 {
    font-size: 40px;
  }
  .top-bnr .u-box .right .txt01 span {
    font-size: 40px;
  }
  .top-bnr .u-box .right .txt02 {
    font-size: 32px;
  }
}

@media (max-width: 599px){
  .top-bnr a {
    padding: 5%;
  }
  .top-bnr .u-box {
    display: block;
  }
  .top-bnr .u-box .left {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .top-bnr .u-box .right {
    width: 100%;
    margin-top: 15px;
  }
  .top-bnr .u-box .right .txt01 {
    font-size: 26px;
  }
  .top-bnr .u-box .right .txt01 span {
    font-size: 30px;
  }
  .top-bnr .u-box .right .txt02 {
    font-size: 22px;
  }
}

/* 2024/07/09 */
/* fead停止 */
.fead-up {
  opacity: 1;
  -webkit-trnsform: translateY(0);
  transform: translateY(0);
}

.fead-mv {
  opacity: 1;
}

.fead-order>* {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fead-cover:before {
  background: transparent;
}

/* 無料見積もり依頼・お問い合わせぺージ */
.f-con .b-tn.half{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.f-con .b-tn.half a {
  font-size: 24px;
}

@media(max-width:599px) {
.f-con .b-tn.half{
  width: 100%;
}    
}

/* #splashをPCで非表示SP */
#splash{
  display: none;
}

@media(max-width:599px) {
#splash{
  display: block;
}    
}

/* 2024/08/22  */

.top-numb .border-10 a{
  border: solid 10px #e42021;
}

@media screen and (max-width:599px) {
 .top-numb .border-10 a {
    border: solid 6px #e42021;
}

.top-numb .border-10.sp-mt-30{
  margin-top: 30px;
}
}

.gaimani-box {
  width: 250px !important;
}

/* 2024/11/21 */

.img-w100 img{
  width: 100%;
}

/* 2024/12/02 */

.imgsize-96per{
  width: 96%;
}

@media screen and (max-width:599px) {
 .imgsize-100-sp{
   width: 100%;
 }
}

/* 2024/12/05 */
.lp-sp-none{
  display: block;
}

.lp-sp-block{
  display: none;
}

@media(max-width:599px) {
.lp-sp-none{
  display: none;
}

.lp-sp-block{
  display: block;
}

.tab-container{
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 768px;
  width: 96%;
  margin: 0 auto;
}
}

/* 2025/05/12 */

.link-content{
  display: flex;
  justify-content: space-between;
}

.link-content li {
    width: 45%;
    position: relative;
    border-radius: 10px;
    background: #fff;
}

.link-content li a {
    position: relative;
    width: 100%;
    overflow: hidden;
    place-content: center;
    display: grid;
    padding: 20px;
}

.link-content li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    z-index: 1;
    opacity: 0.5;
    display: grid;
    place-content: center;
}

.link-content li .link-txt {
    height: auto;
    display: grid;
    place-items: center;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #e42021;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
    border: 5px solid red;
    border-radius: 10px;
}

.pbi-0{
  padding-bottom: 0px !important;
}

@media screen and (min-width:1025px) {
 .pc-br{
   display: block;
 }
}

@media screen and (max-width:1024px) {
.link-content li {
  width: 80%;
}

.link-content li .link-txt{
  font-size: 20px;
}
}

@media screen and (max-width:599px) {
.link-content li {
    width: 100%;
}

.link-content li .link-txt{
  font-size: 13px;
}
}

/* 2025/05/14 */

@media screen and (max-width:1024px) {
.lp02 .form .list{
   margin-top: 0px;
 }
}


@media screen and (max-width:1024px) {
.lp02 .santtl::before, .lp02 .santtl::after{
  bottom: -1px;
} 
}

@media screen and (max-width:599px) {
.lp02 .santtl{
  padding-bottom: 50px;
  font-size: 28px;
}

.lp02 .form dt, .lp02 .form dd, .lp02 .form a{
  font-size: 15px;
}

.lp02 .form .data input{
  font-size: 15px;
}

.lp02 .form .btn button{
  font-size: 15px;
}

.lp02 #cont01{
  position: relative;
  z-index: 1;
}
}

/* 2025/07/03 */
.mainimg .img.pcnone {
  display: none;
}

.mainimg .img.pcnone .uk-slidenav-position {
  min-height: auto;
}

.mainimg .img.pcnone .uk-slidenav-position:after {
  padding-top: 140%;
}

[data-element-id].mainimg .img.pcnone {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #000;
  position: relative;
  padding-top: 1.5em;
}

[data-element-id].mainimg .img.pcnone::after {
  content: "モバイル用スライド";
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

[data-element-id].mainimg .img.spnone {
  display: block;
  border: 5px solid #000;
  position: relative;
  padding-top: 1.5em;
}

[data-element-id].mainimg .img.spnone::after {
  content: "PC用スライド";
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media(max-width:599px) {
.mainimg .img.pcnone {
  display: block;
}

.mainimg .img.spnone {
  display: none;
}  
}
