@charset "UTF-8";

/* # root1 START # */
/* :root {
    --color01: #036;
    --color02: #cda51f;
    --color03: #b48b20;
    --color04: #8f6f1a;
    --color05: #170302;
    --gradient1: linear-gradient(180deg, #8f6f1a 0%, #8f6f1a 35%, #b48b20 100%);
} */
/* # root1 END # */

/* # root2 START # */
:root {
    --color01: #f26031;
    --color02: #cda51f;
    --color03: #b48b20;
    --color04: #8f6f1a;
    --color05: #170302;
    --gradient1: linear-gradient(180deg, #8f6f1a 0%, #8f6f1a 35%, #b48b20 100%);
}
/* # root2 END # */

/* # root3 START # */
/* :root {
    --color01: #165E1C;
    --color02: #cda51f;
    --color03: #b48b20;
    --color04: #8f6f1a;
    --color05: #170302;
    --gradient1: linear-gradient(180deg, #8f6f1a 0%, #8f6f1a 35%, #b48b20 100%);
} */
/* # root3 END # */







/*===================================
  基本設定
===================================*/
.color01 {
    color: var(--color01);
}

.color02 {
    color: var(--color01);
}

.color03 {
    color: #333;
}

.color04 {
    color: #333;
}

.bgcolor01 {
    background-color: var(--color01);
}

.bgcolor02 {
    background-color: #333;
}

.bgcolor03 {
    background-color: #333;
}

.bgcolor04 {
    background-color: #333;
}

.border01 {
    border-bottom: 1px solid #999;
}


/* 共通要素読み込みコメント（取り込み後削除） */
[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-color: #00bcd4;
    position: absolute;
    z-index: 100;
}

.up-fxd-even .box+.box,
.up-fxd-odd .box+.box {
    margin-top: 50px;
}

.js-thumb:hover {
    opacity: 0.6;
    cursor: pointer;
}

.filter {
    position: relative;
}

.filter:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}


@media (max-width: 599px) {

    .h-auto-sp {
        height: auto !important;
    }
}

/* ttl show hide */

.ttl-show\@pc {
    display: block;
}

.ttl-show\@sp {
    display: none;
}


@media(max-width:599px) {
    .ttl-show\@pc {
        display: none;
    }

    .ttl-show\@sp {
        display: block;
    }
}




/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  XXX:共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
    font-size: 28px;
    text-align: center;
}

.ttl-bdr {
    max-width: calc(100% - 110px);
    display: inline-block;
    position: relative;
}

.ttl-bdr:after {
    content: "";
    width: 70px;
    height: 1px;
    display: block;
    background-color: #333;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -90px;
}

.ttl-cmn02 {
    margin-left: auto;
}


.ttl-cmn02 .en {
    display: block;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 30px;
    position: relative;
}

.sml .ttl-cmn02 .en {
    font-size: 26px;
}

.ttl-cmn02 .en:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 1;
}

.ttl-cmn02 .en:after {
    content: "";
    width: 15%;
    height: 3px;
    display: block;
    background-color: #333;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 2;
}

.ttl-cmn02 .jp {
    display: block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 16px;
}

.ttl-cmn02.__exp {
    width: 100%;
}

.ttl-cmn02.__exp .en:before {
    background-color: var(--color04);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color04)), color-stop(35%, var(--color04)), to(var(--color03)));
    background: var(--gradient1)
}

.ttl-cmn02.__exp .en:after {
    background-color: #e0e0e0;
}

.ttl-cmn02.__exp .jp {
    font-size: 20px;
}

.ttl-cmn03 {
    margin-top: 3rem;
    color: #fff;
    text-align: center;
    position: relative;
}

.ttl-cmn03:before {
    content: "";
    width: 1px;
    height: 3rem;
    display: block;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -3rem;
    left: 50%;
}

.ttl-cmn03 .en,
.ttl-cmn03 .jp {
    width: 100%;
    display: block;
}



.ttl-cmn03 .en {
    font-weight: bold;
    font-size: 60px;
}

.ttl-cmn04 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 28px;
    position: relative;
    font-weight: bold;
}

.ttl-cmn04>span {
    background: linear-gradient(transparent 50%, #bbb 50%);
}




@media (max-width: 1024px) {

    .ttl-cmn02 .en,
    .ttl-cmn03 .en {
        font-size: 26px;
    }

    .sml .ttl-cmn02 .en {
        font-size: 24px;
    }

    .ttl-cmn04 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 24px;
    }

    .ttl-cmn02 {
        width: 100%;
    }

    .ttl-cmn02 .en {
        font-size: 22px;
        margin-bottom: 30px;
    }


    .ttl-cmn02 .en:before {
        bottom: -10px;
    }

    .ttl-cmn02 .en:after {
        bottom: -10px;
    }

    .sml .ttl-cmn02 .en {
        font-size: 22px;
    }

    .ttl-cmn04 {
        font-size: 22px;
    }
}

.ttl-cmn-main {
    font-family: "EB Garamond", serif;
    font-size: 46px;
    letter-spacing: 8px;
    text-align: center;
}

.ttl-cmn-main:after {
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    margin: 10px auto;
    background-color: #323232;
}

@media (max-width: 1024px) {
    .ttl-cmn-main {
        font-size: 36px;
    }
}

@media (max-width: 599px) {
    .ttl-cmn-main {
        font-size: 22px;
    }
}

/*共通タイトル2*/
.ttl-cmn {
    text-align: center;
}

.ttl-cmn .en {
    display: block;
    font-family: "EB Garamond", serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 6px;
}


.ttl-cmn .en:after {
    content: "";
    width: 20px;
    display: block;
    margin: 10px auto 0;
    border-bottom: solid 1px;
}

.ttl-cmn .ja {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
}

.ttl-cmn-left .en {
    text-align: left;
}

.ttl-cmn-left .en:after {
    margin-left: 0;
}

.ttl-cmn-left .ja {
    text-align: left;
}

.ttl-cmn-large .en {
    font-size: 34px;
}

.ttl-cmn-mint .en {
    color: var(--color01);
}

.ttl-cmn-mint .en:after {
    background-color: var(--color01);
}

.ttl-cmn-white .en {
    color: #fff;
}

.ttl-cmn-white .en:after {
    background-color: #fff;
}

@media (max-width: 1024px) {
    .ttl-cmn .en {
        font-size: 28px;
    }

    .ttl-cmn-large .en {
        font-size: 32px;
    }
}

@media (max-width: 599px) {
    .ttl-cmn .en {
        font-size: 26px;
    }

    .ttl-cmn-large .en {
        font-size: 30px;
    }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
.list-cmp01 .item {
    margin-bottom: 50px;
}

.list-cmp01 .datattl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #999;
}

.list-cmn02 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-cmn02 .item:not(:last-child) {
    border-bottom: 1px solid #999;
}

.list-cmn02 .datattl {
    max-width: 150px;
    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-preferred-size: 150px;
    flex-basis: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background-color: var(--color01);
}

.list-cmn02 .data {
    padding: 10px;
    flex-grow: 1;
}

.list-cmp01 .data .inner-rec-list {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.list-cmp01 .data .inner-rec-list .inner-rec-list-ttl {
    width: 10%;
    min-width: 140px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-cmp01 .data .inner-rec-list .inner-rec-list-ttl::after {
    content: "▶";
    font-size: 10px;
    position: absolute;
    top: 5px;
    right: 0;
}

@media(max-width:599px) {
    .list-cmn02 .datattl {
        font-size: 14px;
        max-width: 120px;
        -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
        padding: 5px;
    }

    .list-cmn02 .data {
        font-size: 14px;
        padding: 5px;
    }

    .list-cmp01 .item {
        margin-bottom: 30px;
    }
}

/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
    max-width: 180px;
}

.btn-cmn01 a {
    display: block;
    padding: 0.5em 2em;
    text-align: center;
    border: 1px solid #333;
    position: relative;
}

.btn-cmn01 a:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: var(--color02);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -20px;
}

.btn-cmn01 .a {
    display: block;
    padding: 0.5em 2em;
    text-align: center;
    border: 1px solid #333;
    position: relative;
}

.btn-cmn01 .a:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: var(--color02);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -20px;
}

.btn-cmn01.btn-back a:after {
    right: auto;
    left: -20px;
}

.btn-cmn02 a {
    display: inline-block;
    padding: 1rem 4rem;
    color: #fff;
    border-radius: 30px;
    background-color: var(--color01);
    position: relative;
}

.btn-cmn02 a:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1rem;
}

.back {
    text-align: center;
}

.back a {
    width: 100%;
    max-width: 350px;
}

.back a:before {
    content: "\f104";
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/

h1.pagettl {
    font-size: 12px;
    padding: 5px 10px;
    max-width: 75%;
}

.pagettl-dummy {
    font-size: 12px;
    width: calc(100% - 32px) !important;
}

@media (max-width: 1024px) {
    h1.pagettl {
        display: none;
    }
}

.header .header-address {
    max-width: 1500px;
    margin: auto;
    padding: 0.25em 1.5em 0.25em 0.5em;
    font-size: 12px;
    text-align: right;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

@media(max-width:1024px) {
    .header .header-address {
        text-align: left;
    }
}

/**
XXX:ヘッダー
header
*/

.header {
    position: relative;
    z-index: 260;
}

.header.fixed {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;

}

.header .left {
    width: 20%;
}

.header .right {
    width: 78%;
}

.header .contents {
    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 {
width:250px;
}

.header .logo a {
    display: block;
    height: 100%;

}


.header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .right .txtin {
    display: block;
}

.header .right .tel a {
    font-weight: bold;
    font-size: 30px;
}

.header .right .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 24px;
}

.navlogo {
    display: block;
    max-width: 200px;
}

@media (max-width: 1024px) {
    .header {
        padding: 5px 0;
        position: relative;
        min-height: 42px;
    }

    .header .right {
        z-index: 260;
    }

    .gnav .item01>a .b,
    .gnav .item01 .itemin .b {
        display: none;
    }

    .header .logo a img {
        width: 100%;
        object-fit: contain;
        object-position: center;
        height: 100%;
        padding: 3px 0;
    }
}


/* 下部固定コンテンツ */
.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;
    flex-wrap:wrap;
}

[data-element-id].fix-bottom a {
    padding-top:40px;
}

.fix-bottom .tel {
    width: auto !important;
    font-size: 14px;
    color: #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: fixed;
    top: 200px;
    right: 0;
    max-height:200px;
}

.fix-bottom .tel a {
    background-color: var(--color04);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color04)), color-stop(35%, var(--color04)), to(var(--color03)));
    background: var(--gradient1)
}

.fix-bottom .tel a>div{
  height:100%;
}

.fix-bottom .tel a:before {
    content: "\f879";
    margin-bottom: 5px;
    margin-right: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

.fix-bottom .contact {
    display: none;
    color: #333;
    background-color: #eee;
}

.fix-bottom .contact a:before {
    content: "\f0e0";
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}

@media (max-width: 1024px) {
    .header .left {
        width: 50%;
    }

    .fix-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .fix-bottom .tel {
        width: 50% !important;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        position: static;
    }

    .fix-bottom .tel a:before {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .fix-bottom .contact {
        display: block;
    }
}

/**
XXX:グローバルナビ
gnav
*/
.gnav {
    position: relative;
    z-index: 100;
    width: 100%;
}

.gnav.fixed {
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    cursor: pointer;
    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 .list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gnav .item01 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.gnav .item01.__bgmc1 a {
    color: #fff;
    background-color: var(--color01);
}

.gnav .item01.type-b.__bgmc1 a {
    background-color: #4e6e92;
}

.gnav .item01>a,
.gnav .item01 .itemin {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    text-align: center;
    cursor: pointer;
    font-family: "EB Garamond", serif;
    font-weight: bold;
}

.gnav .item01>a span,
.gnav .item01 .itemin span {
    width: 100%;
    display: block;
}

.gnav .item01>a .b,
.gnav .item01 .itemin .b {
    font-size: 0.8em;
    font-family: '游ゴシック',
        YuGothic,
        Hiragino Sans,
        'ヒラギノ角ゴ ProN W3',
        'Hiragino Kaku Gothic Pro',
        Hiragino Kaku Gothic ProN,
        'メイリオ',
        Meiryo,
        'ＭＳ Ｐゴシック',
        sans-serif;
    font-weight: 400;
}

.gnav .item01.-parent {
    position: relative;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
    max-height:500px;
}

.gnav .list02 {
    width: 350px;
    visibility: hidden;
    padding-top: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    max-height:0px;
    overflow:hidden;
}

.gnav .item02 a {
    display: block;
    padding: 5px;
}

@media (max-width: 1024px) {
    .gnav {
        width: 100%;
        max-width: 375px;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background-color: 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(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: fixed;
        top: 0;
        right: 0;
    }

    .gnav .list01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px 100px;
    }

    .gnav.action {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 250;
    }

    .gnav .item01 {
        width: 100%;
        max-width: none;
        min-height: 40px;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .gnav .item01:not(:first-of-type) {
        margin-left: 0;
    }

    .gnav .item01.__last\@tb {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }

    .gnav .item01.__last\@tb a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gnav .item01>a,
    .gnav .item01 .itemin {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5px 0;
        text-align: left;
    }

    .gnav .list02 {
        visibility: visible;
        padding-top: 0;
        padding-left: 0px;
        background: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
        font-size: 14px;
        max-height:1000px;
    }
    
    .gnav .item01.-parent:hover .list02 {
    max-height:1000px;
}


    .gnav .list02 a {
        padding: 4px 0 4px 20px;
        position: relative;
    }

    .gnav .list02 a:before {
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background-color: #333;
        position: absolute;
        top: 13px;
        left: 0;
    }
}

/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background-color: var(--color05);
    opacity: 0.8;
    cursor: pointer;
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 261;
}

.toggle .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background-color: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 7px;
}

.toggle .bar:before,
.toggle .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background-color: #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;
}

body.overlay {
    -ms-touch-action: none;
    touch-action: none;
}


@media (max-width: 1024px) {
    .toggle {
        display: block !important;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background-color: #333;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 249;
    }
}

/*トップへ戻る*/
.totop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #333;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

.totop:before {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 50px;
        right: 10px;
    }
}

/**
XXX:フッター
footer
*/
.footer {
    position: relative;
    z-index:1;
}

.footer:after {
    content: "";
    width: 300%;
    height: 100%;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    right: -250%;
    z-index: -1;
}

.footer .copy {
    margin-top: 3rem;
    padding: 5px 0;
    color: #fff;
    text-align: right;
}

.flogo_info {
    width: 25%;
    padding: 1rem 2rem 0 0;
}

.flogo_info .tel .s {
    font-size: 26px;
}

.Gmap {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.Gmap iframe {
    width: 100%;
    height: 100%;
}

.mini-item {
    padding-left: 1em;
    position: relative;
}

.mini-item::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #000;
}

@media (max-width: 1024px) {
    .footer .copy {
        padding-bottom: 50px;
    }

    .footer:after {
        display: none;
    }

    .flogo img {
        max-width: 200px;
    }

    .Gmap {
        width: 100%;
        height: 200px;
    }
}

/**
フッターナビ
fnav
*/
.fnav {
    width: 75%;
    padding: 50px 15px;
    background-color: var(--color01);
}

.fnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fnav .list01 {
    width: 33%;
    color: #fff;
}

.fnav .item {
    margin-bottom: 10px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .item a {
    display: block;
    padding-left: 12px;
    padding-left: 1rem;
    position: relative;
}

.fnav .item a:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    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-color: #333;
    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-color: #333;
    position: absolute;
    top: 7px;
    left: 0;
}

@media (max-width: 1024px) {
    .fnav .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fnav .list01 {
        width: 100%;
        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: 0px;
    }

    .fnav .list01 .item {
        width: 46%;
    }

    .fnav .list02 {
        width: 100%;
    }

    .flogo_info {
        width: 100%;
        margin-bottom: 3rem;
        text-align: center;
    }

    .flogo_info .btn-cmn01 {
        margin: auto;
    }

    .flogo {
        width: 80%;
        margin: 0 auto 2rem;
    }

    .fnav {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .fnav .list01 .item {
        width: 100%;
    }
}

/*column2*/
.main-column {
    width: 70%;
}

.side-column {
    width: 25%;
}

.side-column dl {
    width: 100%;
}

.side-column dl:not(:last-of-type) {
    margin-bottom: 40px;
}

.side-column dt {
    margin-bottom: 20px;
}

.side-column li {
    margin-top: 3px;
}

.side-column li a {
    display: block;
    padding: 8px 10px;
    font-family: "EB Garamond", serif;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    background-color: #c9c9c9;
}

.side-column li.st a {
    background-color: var(--color01);
}

@media (max-width: 1024px) {
    .main-column {
        width: 100%;
        margin-bottom: 70px;
    }

    .side-column {
        width: 100%;
    }

    .side-column dl {
        width: 48%;
        margin: 0;
    }

    .side-column li a {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .main-column {
        margin-bottom: 50px;
    }

    .side-column dl {
        width: 100%;
        margin: 0;
    }

    .side-column li a {
        font-size: 20px;
    }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
XXX:トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    position: relative;
}

.mv_side {
    width: 10%;
    max-width: 120px;
    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;
}

.mv_side .t {
    font-size: 12px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.mv_side.left .t {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mv_side .scroll {
    font-size: 12px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
}

.mv_side .scroll .s {
    position: relative;
}

.mv_side .scroll .s:before {
    content: "";
    width: 1px;
    height: 50px;
    display: block;
    background-color: #333;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -60px;
    left: 50%;
}

.homevisual .img {
    min-height: 450px;
    max-height: 800px;
    position: relative;
}

.homevisual .img:before {
    content: "";
    display: block;
    padding-top: 65%;
    position: relative;
    z-index: -1;
}

.homevisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

/*IE対策*/
.homevisual .head {
    width: 74%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 40%;
}

.homevisual .head .s {
    font-size: 1.25em;
}

.homevisual .head .lead {
    font-size: 32px;
}


.mv_list li {
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: var(--color02);
}

.mv_wrap {
    position: relative;
}

.mv_wrap .t-news {
    width: 65%;
    min-width: 650px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mv_wrap .t-news .ttl-h2 {
    width: 25%;
    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;
    padding: 1.5rem 1rem;
    color: #fff;
    text-align: center;
    background-color: var(--color01);
}

.mv_wrap .t-news .ttl-h2 span {
    width: 100%;
    display: block;
}

.mv_wrap .t-news .t-news_dl {
    width: 75%;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mv_wrap .t-news .t-news_dl a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: #fff;
    flex-wrap: wrap;
}



.mv_wrap .t-news .t-news_dl:after {
    content: "";
    width: 8%;
    height: 1px;
    display: block;
    background-color: #333;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.mv_wrap .t-news .t-news_dl:before {
    content: "";
    width: 3%;
    height: 1px;
    display: block;
    background-color: #333;
    -webkit-transform: translate(0, -50%);
    -webkit-transform: rotate(45deg);
    transform: translate(0, -50%);
    transform: rotate(45deg);
    -webkit-transform-origin: center right;
    transform-origin: center right;
    position: absolute;
    top: 50%;
    right: 10px;
}

.mv_wrap .t-news .date {
    width: 9em;
    padding: 10px;
    font-size: 12px;
}

.mv_wrap .t-news .ttl {
    width: calc(90% - 8em);
}

.t-about_boxes .txt {
    padding: 2em 2em 2em 0;
    color: #fff;
    background-color: var(--color01);
    position: relative;
}

.t-about_boxes .txt:after {
    content: "";
    width: 1000%;
    height: 100%;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: -1000%;
}

.t-about_boxes .map_side {
    position: relative;
}

.t-about_boxes .map_side:after {
    content: "";
    width: 1000%;
    height: 40%;
    display: block;
    background-color: var(--color04);
    background: var(--gradient1);
    position: absolute;
    bottom: -30px;
    right: -860%;
    z-index: -2;
}

.t-policy {
    overflow: hidden;
    position: relative;
}

.t-policy .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.t-policy .txt_box {
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.6);
}

.t-policy_dl .ttl {
    margin-bottom: 1rem;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 22px;
}

.t-policy_dl .txt {
    padding-left: 3rem;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 16px;
}

.t-policy_dl+.t-policy_dl {
    margin-top: 3rem;
}

.t-policy_li .item01 {
    padding-left: 1rem;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.t-policy_li .item01+.item01 {
    margin-top: 1rem;
}

.t-policy_li .item01:before {
    content: "";
    padding-left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color03);
    border-radius: 50%;
    position: absolute;
    top: .4em;
    left: 0;
}

.t-works_box {
    position: relative;
}

.t-works_box .ttl {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
    padding: 50px 150px 50px 20%;
    position: relative;
}

.t-works_box .ttl:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #333;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: -1;
}

.t-works_box .ttl:before {
    content: "";
    width: 240px;
    height: 1px;
    display: block;
    background-color: #333;
    -webkit-transform: translate(0, -50%) rotate(145deg);
    transform: translate(0, -50%) rotate(145deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.t-works_box .ttl .bdr {
    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;
    position: relative;
}

.t-works_box .ttl .bdr::after {
    content: "";
    width: 1px;
    height: 140px;
    display: block;
    background-color: #333;
    position: absolute;
    top: -30px;
    right: -70px;
}

.t-works_box .ttl .en {
    display: block;
    padding: 0 2rem;
    font-weight: bold;
    font-size: 40px;
    background-color: #fff;
}

.t-works_box .ttl .jp {
    margin: auto;
    font-size: 16px;
    background-color: #fff;
}

.t-works_box .txt_side {
    max-width: 500px;
    margin-right: auto;
    padding-left: 3rem;
}

.t-works_box .txt_side .btn-cmn01 {
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: 5rem;
}

.t-works_box .ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.t-works_box .ttl-box .no {
    width: 90px;
    font-weight: bold;
    font-size: 70px;
}

.t-works_box .ttl-box .ttls {
    max-width: calc(100% - 90px)
}



.t-works_box .ttl-box .en {
    display: block;
}

.t-works_box .ttl-box .jp {
    display: block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 20px;
    font-weight: bold;
}

.t-works_box .img {
    max-height: 550px;
}

.t-works_box .box:nth-of-type(even) .txt_side {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 3rem;
}

.t-works_box .box:last-of-type .txt_side {
    position: relative;
}

.t-works_box .box:last-of-type .txt_side:before,
.t-works_box .box:last-of-type .txt_side:after {
    content: "";
    display: block;
    background-color: #333;
    position: absolute;
}

.t-works_box .box:last-of-type .txt_side:before {
    width: 100px;
    height: 1px;
    bottom: -1px;
    right: -30px;
}

.t-works_box .box:last-of-type .txt_side:after {
    width: 1px;
    height: 140px;
    bottom: -70px;
    right: -1px;
}

.t-result .ttl-cmn02 {
    width: 100%;
    margin-left: 0;
}

.t-result .ttl-cmn02 .en {
    font-size: 42px;
}

.t-result .ttl-cmn02 .en:before {
    background-color: #f0f0f0;
}

.t-result .btn-cmn02 a {
    border: 1px solid #fff;
}

.result-list .item01 .figure {
    position: relative;
}

.result-list .item01 .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    background-color: #f0f0f0;
}

.result-list .item01 .info .cat,
.result-list .item01 .info .name {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.result-list .item01 .info .ttl {
    -webkit-box-flex: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-weight: bold;
}

.result-list .item01 .pic:after {
    content: "";
    display: block;
    padding-top: 65%;
}

.result-list .item01 .cat {
    margin: 5px 0;
}

.result-list .item01 .cat span {
    font-size: 12px;
    display: inline-block;
    margin: 1px;
    padding: 1px 3px;
    color: #fff;
    background-color: var(--color03);
}

.result-list .item01:first-of-type {
    width: 100%;
}

.result-list .item01:first-of-type .figure {
    position: relative;
}

.result-list .item01:first-of-type .info {
    width: 100%;
    height: auto;
    padding: 10px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.result-list .item01:first-of-type .cat,
.result-list .item01:first-of-type .name {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.result-list .item01:first-of-type .ttl {
    -webkit-box-flex: 3;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -ms-flex-positive: 3;
    flex-grow: 3;
}

.result-list .item01:first-of-type .pic:after {
    padding-top: 35%;
}

.has_trgls {
    position: relative;
}

.has_trgls:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 0 0 750px 100vw;
    border-style: solid;
    border-color: transparent transparent var(--color01) transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.has_trgls:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 0 100vw 500px 0;
    border-style: solid;
    border-color: transparent transparent var(--color03) transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.t-blog {
    position: relative;
}

.t-blog:before {
    content: "";
    width: 100%;
    height: 350px;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.t-blog .btn-cmn01 {
    margin: auto;
}

.article_list .item01 .cat {
    margin: 5px 0;
}

.article_list .item01 .cat span {
    font-size: 12px;
    display: inline-block;
    margin: 1px;
    padding: 1px 3px;
    color: #fff;
    background-color: var(--color01);
}


.t-movie {
    position: relative;
}

.t-movie:before {
    content: "";
    width: 60%;
    height: 350px;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.t-movie:after {
    content: "";
    width: 75%;
    height: 350px;
    display: block;
    background-color: var(--color03);
    position: absolute;
    top: 3rem;
    right: 0;
    z-index: -2;
}

.t-movie .btn-cmn01 {
    margin: auto;
}

@media (max-width: 1024px) {
    .homevisual {
        width: 100%;
    }

    .mv_wrap .t-news {
        width: 100%;
        min-width: auto;
        position: static;
    }

    .mv_wrap .t-news .ttl-h2 {
        padding: 1rem;
    }

    .mv_side {
        width: 100%;
        max-width: none;
    }

    .mv_side .t {
        padding: 10px 0;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .mv_side .scroll {
        bottom: 160px;
        right: 30px;
    }

    .mv_side.left .t {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .t-about_boxes .map_side:after {
        right: -880%;
    }

    .t-works_box .ttl {
        padding: 30px 100px 30px 20%;
    }

    .t-works_box .ttl .en {
        width: 100%;
        display: block;
        font-size: 28px;
        text-align: center;
    }

    .t-works_box .ttl-box .no {
        width: 80px;
        font-size: 56px;
    }


    .t-result .ttl-cmn02 .en {
        font-size: 28px;
    }

    .t-result .ttl-cmn02,
    .t-result .btn-cmn02 {
        width: 46%;
    }

    .t-result .btn-cmn02 {
        text-align: right;
    }

    .t-blog:before,
    .t-movie:before {
        height: 260px;
    }
}

@media (max-width: 599px) {
    .homevisual .head {
        width: 90%;
        top: 60%;
        left: 50%;
    }

    .homevisual .head .lead {
        font-size: 20px;
    }

    .mv_list li {
        width: 100%;
        font-size: 12px;
    }

    .mv_wrap .t-news .ttl-h2 {
        width: 100%;
        padding: 10px;
    }

    .mv_wrap .t-news .t-news_dl {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mv_wrap .t-news .date {
        width: 100%;
        width: 9em;
        padding: 10px 0 0px 0;
        font-size: 12px;
    }

    .mv_wrap .t-news .ttl {
        width: 100%;
    }

    .mv_wrap .t-news .t-news_dl:after,
    .mv_wrap .t-news .t-news_dl:before {
        top: 130%;
    }

    .t-about_boxes .map_side {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 3rem;
    }

    .t-policy .txt_box {
        padding: 1rem;
    }

    .t-policy_dl .ttl {
        font-size: 18px;
    }

    .t-policy_dl .txt {
        padding-left: 0;
        font-size: 14px;
    }

    .t-about_boxes .txt {
        padding: 1.5em 1em 1.5em 0;
    }

    .up-fxd-even>*:nth-child(even),
    .up-fxd-odd>*:nth-child(odd),
    .up-fxd-even>*:nth-child(odd),
    .up-fxd-odd>*:nth-child(even) {
        width: 96%;
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

    .t-works_box .ttl-box .no {
        width: 70px;
        font-size: 46px;
        white-space:nowrap;
    }

    .t-works_box .ttl .en {
        font-size: 24px;
    }

    .t-works_box .ttl {
        padding: 30px 15px 30px 0;
    }

    .t-works_box .ttl:before {
        width: 105px;
    }

    .t-works_box .ttl .bdr:after {
        right: -10px;
    }

    .t-works_box .ttl-box .ttls {
        max-width: calc(100% - 70px);
    }

    .t-works_box .txt_side {
        max-width: none;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-left: 0;
    }

    .t-works_box .ttl_side {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }

    .t-works_box .img_side {
        -ms-flex-order: 2;
        order: 2;
    }

    .t-works_box .txt_side {
        max-width: none;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-left: 0;
    }

    .t-works_box .box:nth-of-type(even) .txt_side {
        padding-right: 0;
    }

    .t-result .ttl-cmn02,
    .t-result .btn-cmn02 {
        width: 100%;
    }


    .t-result .btn-cmn02 {
        text-align: center;
    }

    .result-list .item01 {
        width: 50% !important;
    }

    .result-list .item01:first-of-type .pic:after {
        padding-top: 65%;
    }

    .result-list .item01:first-of-type .info {
        color: #333;
        background-color: #f0f0f0;
        position: relative;
    }

    .result-list .item01 .info .cat,
    .result-list .item01 .info .name {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 5px;
    }

    .t-works_box .txt_side .btn-cmn01 {
        margin-bottom: 0;
    }
}

/* A-BiSUスライダー用 */
.mainimg {
    overflow: hidden;
    position: relative;
}

.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: 50%;
}

.mainimg .uk-slideshow {
    height: 100% !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.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%;";
    filter: brightness(75%);
}


/**
XXX:下層共通
*/
/* トップビジュアル（下層共通） */
.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;
    }
}


/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 10px 0;
    background-color: white;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: var(--color01)d;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid var(--color01);
    border-right: 1px solid var(--color01);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }


    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/*pagenav*/
.pagenav li {
    margin: 0 5px;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.pagenav li.now {
    padding: 5px;
    color: #323232;
    border-bottom: 1px solid;
}

.pagenav li a {
    display: block;
    padding: 5px;
    color: #898989;
}

.pagenav li.prev a:before,
.pagenav li.next a:before {
    content: "";
    display: block;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 12px;
}

.pagenav li.prev a:before {
    content: "\f053";
}

.pagenav li.next a:before {
    content: "\f054";
}

/**
XXX:各下層ページ
*/
/*施工の流れ*/
.flow_list .head {
    padding-left: 80px;
    position: relative;
}

.flow_list .headin {
    line-height: 1;
    position: absolute;
    top: -0.25em;
    left: 0;
}

.flow_list .headin:after {
    content: ".";
}

.flow_list .txt {
    padding-left: 30px;
}

.flow_list .item {
    position: relative;
}

.flow_list .item:not(:last-of-type):after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 20px 60px 0 60px;
    border-style: solid;
    border-color: var(--color01)transparent transparent transparent;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: 50px;
    left: 50%;
}


.no_list .item02 {
    margin-top: 50px;
}

.no_list .item02+.item02 {
    padding-top: 2rem;
    border-top: 1px solid #ccc;
}

.no_list .item02 .head {
    padding-left: 30px;
}

.no_list .item02 .headin {
    top: 0;
}

/*qanda*/
.qalist .item .icon {
    width: 40px;
    font-family: "EB Garamond", serif;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.qalist .item .txt {
    display: block;
}

.qalist .item .tit {
    min-height: 40px;
    padding: 8px 0 30px 60px;
    position: relative;
}

.qalist .item .tit .txt {
    display: block;
    font-weight: 500;
}

.qalist .item .desc {
    min-height: 40px;
    padding: 8px 0 0 60px;
    position: relative;
}

.qalist-mint .tit .icon {
    color: var(--color01);
}

.qalist-mint .tit .txt {
    color: var(--color01);
}

.qalist-mint .desc .icon {
    background-color: var(--color01);
}

@media (max-width: 599px) {
    .qalist .item .tit {
        padding-bottom: 20px;
        padding-left: 50px;
    }

    .qalist .item .desc {
        padding-left: 50px;
    }

    .flow_list .txt {
        padding-left: 0px;
    }
}

/*news*/
.news_li .item01 {
    padding: 1.5rem 0;
    border-top: 1px solid #a0a0a0;
}

.news_li .date {
    width: 7rem;
}

.news_li .cat {
    width: calc(100% - 7.5rem);
    text-align: center;
}

.news_li .cat.s span {
    padding: 2px 5px;
    margin-right: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #ec7b1f;
    border: 1px solid #ec7b1f;
}

.news_li .ttl {
    width: 100%;
    margin-bottom: 10px;
}

.news_li .btn-cmn01.rev_color_mc a {
    padding: 3px 20px;
    font-size: 12px;
}

.news_li.__article .cat {
    text-align: left;
}

.news_li.__article .btn-cmn01 {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .news_li .btn-cmn01 {
        text-align: right;
    }

    .news_li .cat {
        text-align: left;
    }
}

/*blog*/
.blist .item a {
    display: block;
}

.blist .item .img {
    border: solid 1px;
}

.blist .item .info {
    margin: 5px 0;
}

.blist .item .info .cat,
.blist .item .info .date {
    display: block;
    font-size: 14px;
}

.blist .item .info .cat {
    margin: 5px 0 0 0;
}

.blist .item .info .cat span {
    font-size: 12px;
    display: inline-block;
    margin: 1px;
    padding: 1px 3px;
    color: #fff;
    background-color: #898989;
}

.blist .item .tit {
    font-weight: 500;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 599px) {
    .blist .item .tit {
        font-size: 16px;
    }
}

.blog01 .item01 a {
    display: block;
}

/*blog_detail*/
.bdbox .tit .bdbox-tit {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    border-bottom: 1px solid;
}

.bdbox .date {
    margin-right: 10px;
    font-family: "EB Garamond", serif;
    font-size: 14px;
}

.bdbox .cat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.bdbox .cat>span {
    padding: 2px;
    font-size: 14px;
    color: #fff;
    background-color: #898989;
    margin: 2px;
}

@media (max-width: 1024px) {
    .bdbox .tit .bdbox-tit {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .bdbox .tit .bdbox-tit {
        font-size: 20px;
    }
}

/*pagelink*/
.pagelink {
    margin: 2rem 0;
}

.pagelink .pagelink-item {
    margin: 1% 20px;
}

.pagelink .pagelink-item a {
    font-family: "EB Garamond", serif;
    font-size: 18px;
    letter-spacing: 5px;
}

/*case_detail*/
.thumb_ttl {
    margin-bottom: 1rem;
    font-weight: bold;
}

/* 記事一覧ページ */
.list-article .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background-color: #333;
}

.list-article .cate .cate1 {
    background-color: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background-color: #333;
}

.articledtl01 .cate .cate1 {
    background-color: #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 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
}

.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: #333;
}

.form .require {
    display: inline-block;
    margin-left: 10px;
    padding: 0 4px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6em;
    background-color: red;
}

.form .data {
    width: 100%;
    padding-left: 50px;
}

.form .data input {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    max-width: 500px;
}

.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-color: #fff;
    -webkit-box-shadow: inset 1px 1px 0 1px var(--color01);
    box-shadow: inset 1px 1px 0 1px var(--color01);
    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-color: #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 var(--color01);
}

.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 #ccc;
}


.form .btn {
    margin-top: 50px;
}

.form .btn button {
    width: 200px;
    margin: 10px 20px;
    padding: 15px 0.2em;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 2em;
    background-color: var(--color01);
    -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:599px) {
    .form .btn button {
        width: 150px;
        margin: 10px;
    }
}

/* XXX:お客様の声 */
.voice_list .box:first-child {
    padding-bottom: 50px;
}

.voice_list .box+.box {
    padding: 50px 0;
    border-top: 2px solid #ccc;
}

.voice_list .voice_info+.voice_info {
    margin-top: 25px;
}

.voice_list .voice_info .voice_ttl {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.voice_list .box .tit .bdbox-tit {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.voice_list .box .date {
    margin-right: 10px;
    font-family: "EB Garamond", serif;
    font-size: 14px;
}

.voice_list .box .cat span {
    padding: 2px;
    font-size: 14px;
    margin: 1px;
    color: #fff;
    background-color: #898989;
}

.voice_list img {
    cursor: pointer;
}

.voice_txt.mk2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--color04);
}


@media (max-width: 1024px) {
    .voice_list .box .tit .bdbox-tit {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .voice_list .box .tit .bdbox-tit {
        font-size: 20px;
    }

    .voice_list .box:first-child {
        padding-bottom: 30px;
    }

    .voice_list .box+.box {
        padding: 30px 0;
    }
}

.recruit-list .recruit-item a {
    display: block;
}

/* 光らせるためのstyle */
.shine {
    overflow: hidden;
    border: 0 solid transparent;
    position: relative;
}

/* 光の疑似要素 */
.shine::before {
    content: "";
    width: 200%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation: shine 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    position: absolute;
    top: 0;
    left: -200%;
}

/* 光の動き */
@-webkit-keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    70% {
        opacity: 0.5;
        left: -200%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 400%;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    70% {
        opacity: 0.5;
        left: -200%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 400%;
    }
}


/* 2.22追記 */
.main-column .single h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: var(--color01);
}

.main-column .single h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 20px;
    border-left: solid 4px var(--color01);
}

.main-column .single h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    margin-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid var(--color01);
}

.main-column .single ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.main-column .single ul li::before {
    content: "■";
    color: var(--color01);
}

.main-column .single ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.main-column .single ol li::before {
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: bold;
    font-size: 120%;
    color: var(--color01);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-column .single iframe[src*="youtube"] {
    margin-top: 1em;
    margin-bottom: 1em;
    aspect-ratio: 16 / 9;
    height: auto;
}

.c-blue {
    color: blue;
    text-decoration: underline;
}

/* 下層MV用（2024/04/27追記） */

.mainImg {
    position: relative;
    overflow: hidden;
}

.mainImg .titbox {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #000;
}


.mainImg .titbox .mainImg-ttl-c1 {
    font-weight: 700;
    font-size: calc(40px + ((1vw - 10px) * 1.6));
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, .25);
    text-shadow: 0px 0px 3px #000,
        0px 0px 3px #000,
        0px 0px 3px #000;
}

.mainImg .titbox.sml .mainImg-ttl-c1 {
    font-size: calc(30px + ((1vw - 10px) * 1.6));
}

.mainImg .titbox .mainImg-ttl-c2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 1em;
    color: #fff;
    text-shadow: 0 0 0.5em rgba(0, 0, 0, .25);
    text-shadow: 0px 0px 3px #000,
        0px 0px 3px #000,
        0px 0px 3px #000;
}

.mainImg .pic .ofiImg {
    min-height: 25vh;
    overflow: hidden;
}

.mainImg .titbox .for-sp .mainImg-ttl-c1 {
    font-size: 22px;
}

.mainImg .titbox .for-sp .mainImg-ttl-c2 {
    font-size: 14px;
}

@media (max-width: 599px) {
    .mainImg .titbox {
        width: 96%;
    }
}


.mini-place {
    padding: 5px;
    font-size: 16px;
    background-color: #fff;
    color: var(--color01);
    border: 2px solid var(--color01);
    border-radius: 5px;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 5px;
    max-width: calc(100% - 10px);
}

.yubin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form .yubin input {
    width: 300px;
    margin-left: 5px;
}

.pagelink .pagelink-item a {
    padding: 5px 10px;
    min-width: 130px;
    text-align: center;
    font-size: 16px;
    background-color: var(--color01);
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    border-right: #ccc 3px solid;
    font-weight: bold;
    border-bottom: #ccc 3px solid;
}


.sp-four>*:nth-child(4) {
    display: none;
}

.bnr {
    display: block;
    position: relative;
}

.bnr a {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.bnr a img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    opacity: 0.5;
}

.bnr a .bnr-txt {
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
}

.bnr a .bnr-txt>span {
    width: 100%;
    padding: 50px 0;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
}

@media(max-width:1024px) {
    .bnr a .bnr-txt>span {
        font-size: 18px;
    }
}


@media(max-width:599px) {
    .sp-two>*:nth-child(3) {
        display: none;
    }

    .sp-four>*:nth-child(4) {
        display: block;
    }

    .bnr a .bnr-txt>span {
        padding: 30px 0;
    }
}












.form .list .item .data .checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 10px 0 24px;
    position: relative;
    margin-right: 15px;
    font-weight: bold;
}

.form .list .item .data .checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 5px;
    left: 0;
    box-shadow: none;

}

.form .list .item .data .checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.form .list .item .data .checkboxer input {
    display: none;
}

.form .list .item .data .checkboxer input:checked+label {
    text-decoration: underline;
}

.form .list .item .data .checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: red;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 2px;
}

.content-box {
    background-color: #eee;
    padding: 30px;
}

@media(max-width:599px) {
    .content-box {
        padding: 10px 10px;
    }

    body div [class^="left-cmn"] {
        width: 100%;
    }

    body div [class^="right-cmn"] {
        width: 100%;
    }
}

.flow_list .item:last-child {
    padding-bottom: 0;
}

.price01 .box {
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px;
    position: relative;
}

.price01 li {
    cursor: pointer;
}

.btn02 {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    background-color: var(--color01);
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.btn02.active {
    background-color: #eee;
    color: var(--c0lor02);
}

.price02 {
    display: none;
}

.price02 dl {
    padding: 11px 15px;
    border-bottom: 1px solid #3f200e;
}

@media(max-width:599px) {
    .content-box {
        padding: 10px 10px;
    }

    body div [class^="left-cmn"] {
        width: 100%;
    }

    body div [class^="right-cmn"] {
        width: 100%;
    }
}

.price02.active {
    display: block;
}









































/* 見たまま編集 */
[data-element-id] .filter:before {
    display: none;
}

[data-element-id] .ttl-show\@sp {
    display: block;
    max-width: 375px;
    border: solid 2px #ff1493;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 1.5em;
}

[data-element-id] .ttl-show\@sp::after {
    content: 'スマホで表示';
    display: block;
    font-weight: 700;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #ff1493;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .ttl-show\@sp .ttl-cmn02 {
    width: 100%;
}

[data-element-id] .ttl-show\@sp .ttl-cmn02 .en {
    font-size: 24px;
}

[data-element-id] .ttl-show\@sp .ttl-cmn02 .en,
[data-element-id] .ttl-show\@sp .ttl-cmn03 .en {
    font-size: 28px;
}

[data-element-id] .ttl-show\@sp .ttl-cmn02 .en {
    font-size: 24px;
}

[data-element-id] .ttl-show\@sp .ttl-cmn04 {
    font-size: 18px;
}

[data-element-id] .ttl-show\@sp .ttl-cmn .en {
    font-size: 26px;
}

[data-element-id] .pagettl {
    display: block;
}

[data-element-id] .gnav.fixed {
    position: relative;
}

[data-element-id] .homevisual .head .ttl-show\@sp .lead {
    font-size: 20px;
}

[data-element-id] .ttl-show\@sp .t-policy_dl .ttl {
    font-size: 18px;
}

[data-element-id] .t-works_box .ttl-show\@sp .ttl {
    padding: 30px 15px 30px 0;
}

[data-element-id] .t-works_box .ttl-show\@sp .ttl .en {
    font-size: 24px;
}

[data-element-id] .t-works_box .ttl-show\@sp .ttl-box .no {
    width: 80px;
    font-size: 50px;
}

[data-element-id] .t-result .ttl-show\@sp .ttl-cmn02 .en {
    font-size: 28px;
}

[data-element-id] .result-list .item01:first-of-type {
    width: 100% !important;
}

[data-element-id] .t-blog:before {
    height: 600px;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1 !important;
}

[data-element-id] .header {
    position: relative;
}

[data-element-id] .header .contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id].header .right {
    width: 100%;
}

[data-element-id] .fix-bottom {
    position: relative;
    z-index: 0;
    border: 2px solid red;
}

[data-element-id] .fix-bottom::after {
    content: 'スマホで表示';
    display: block;
    font-weight: 700;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .fix-bottom .tel {
    width: 50% !important;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: relative;
    top: auto;
    left: auto;
}

[data-element-id] .fix-bottom .contact {
    display: block;
}

[data-element-id] .gnav .list01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .gnav .list02 {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid red;
    padding-top: 1em;
    max-height:1000px;
}

[data-element-id] .gnav .list02::before {
    content: "ドロップダウンで表示";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

[data-element-id] .mv_wrap .t-news>div>div {
    width: 75%;
}

[data-element-id] .mv_wrap .t-news .t-news_dl {
    width: 100%;
}

[data-element-id] .gnav [data-ab-test-contents] .item01 {
    width: 100%;
}

[data-element-id] .uk-slideshow li {
    opacity: 1;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

[data-element-id] *::before,
[data-element-id] *::after {
    pointer-events: none;
}

[data-element-id] .bg-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .nav-list li {
    margin: 5px;
}

[data-element-id] .dropdown-menu {
    overflow: visible;
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .dropdown-menu::before {
    content: "ドロップダウン";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .dropdown-menu .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
}

.abtest-parent>div>div[data-ab-test-contents] {
    opacity: 1;
}

.abtest-parent>div>div[data-ab-test-contents]:nth-of-type(n+2) {
    display: block;
}

[data-element-id] header {
    position: relative;
}

[data-element-id] .header-inner {
    margin-top: 30px;
}

[data-element-id] .fix-box {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

[data-element-id] .fix-content {
    max-width: 100%;
    margin-left: auto;
    position: relative;
    min-width: 50%;
}

[data-element-id] .fix-content .btn-contact {
    display: block;
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .fix-content .btn-contact::before {
    content: "モバイルのみ表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .ele-return-01 {
    opacity: 1;
    z-index: 5;
}

[data-element-id] .slick01,
[data-element-id] .slick02>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

[data-element-id] .slick01 li {
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1%;
}

[data-element-id] .slick02 li {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1%;
}

[data-element-id] .price02 {
    display: block;
    position: relative;
    margin-top: 40px;
}

[data-element-id] .price02:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: var(--color02);
    color: #fff;
    text-align: center;
    width: 100%;
}

[data-element-id] .tab01:before {
    content: "↓水回りリフォーム↓";
}

[data-element-id] .tab02:before {
    content: "↓介護保険を使った住宅改修・介護リフォーム↓";
}

[data-element-id] .tab03:before {
    content: "↓空調リフォーム↓";
}

[data-element-id] .tab04:before {
    content: "↓外構工事↓";
}

[data-element-id] .tab05:before {
    content: "↓その他サービス↓";
}


[data-element-id][data-ab-test-block] {
    max-width: 375px;
}

[data-element-id].bg.up-ofi.filter {
    opacity: 0.5;
}









.company01 .figure {
    padding: 15px;
    border: 1px solid #333;
    height: 100%;
    box-shadow: 5px 5px 0px 0px #333;
}

@media(max-width:1024px) {
    .company01 .figure {
        box-shadow: 0px 0px 0px 0px transparent;
    }
}

.bgc01 {
    background-color: #eee;
}

[data-element-id][data-ab-test-block] {
    max-width: 375px;
}

[data-element-id].bg.up-ofi.filter {
    opacity: 0.5;
}

[data-element-id].bnr a img{
  position:relative;
  height:200px;
  opacity:1;
}
[data-element-id].fix-bottom{
  max-width: 375px;
}

.tel[data-ab-test-conversion-button=""]{
  pointer-events: auto;
}

.tel[data-ab-test-conversion-button=""] a{
  pointer-events: none;
}

@media(max-width:1024px){
  .tel[data-ab-test-conversion-button=""]{
  pointer-events: auto;
}

.tel[data-ab-test-conversion-button=""] a{
  pointer-events: auto;
}

.t-works_box .ttl-box .jp{
  font-size:18px;
}
}

[data-element-id] .ttl-show\@sp {
    width: 375px;
}

.new-p .mini-place {
    position: relative;
    top:0;
    left:0;
    white-space:nowrap;
    max-width:300px;
    font-size:14px;
    padding:2px 10px;
    margin-left:5px;
}

@media(max-width:599px){
  .pagelink .pagelink-item{
    margin:0;
    width:50%;
    padding:2px;
  }
  
  .pagelink .pagelink-item a{
    display:block;
    font-size:14px;
    letter-spacing:0;
  }
}

.uk-lb:hover{
  cursor: pointer;
}

.tight{
  letter-spacing:-.05em;
}
