@charset "UTF-8";

/* # root3 START # */
/* :root {
    --color01: #165E1C;
} */
/* # root3 END # */

/* # root2 START # */
/* :root {
    --color01: #f26031;
} */
/* # root2 END # */

/* # root1 START # */
:root {
    --color01: #036;
}

/* # root1 END # */

/*===================================
  基本設定
===================================*/
html {
    line-height: 2;
}

.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;
}

/* 共通コンテンツ間隔 */
.area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.area_pb150 {
    padding-top: 80px;
    padding-bottom: 150px;
}

@media (max-width: 1024px) {
    .area {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .area_pb150 {
        padding-top: 65px;
        padding-bottom: 100px;
    }
}

@media (max-width: 599px) {
    .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;
}

.up-fxd-even .box+.box,
.up-fxd-odd .box+.box {
    margin-top: 50px;
}

.up-show\@tb,
.up-show\@sp {
    display: none;
}

[data-element-id].up-show\@tb,
[data-element-id].up-show\@sp {
    display: block;
}

.js-thumb:hover {
    opacity: 0.6;
    cursor: pointer;
}

[data-element-id] .filter:before {
    display: none;
}

.filter {
    position: relative;
}

.filter:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

@media (max-width: 1024px) {
    .up-show\@tb {
        display: block;
    }
}

@media (max-width: 599px) {
    .up-show\@sp {
        display: block;
    }

    .h-auto-sp {
        height: auto !important;
    }
}

/*===================================
  共通ブロック　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: #333;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -90px;
}

.ttl-cmn02 {
    width: 35%;
    margin-left: auto;
}

.ttl-cmn02 .en {
    display: block;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 40px;
    position: relative;
}

.ttl-cmn02 .en:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: -3;
}

.ttl-cmn02 .en:after {
    content: "";
    width: 15%;
    height: 3px;
    display: block;
    background: #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: #8f6f1a;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f6f1a), color-stop(35%, #8f6f1a), to(#b48b20));
    background: linear-gradient(180deg, #8f6f1a 0%, #8f6f1a 35%, #b48b20 100%);
}

.ttl-cmn02.__exp .en:after {
    background: #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: #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 {
    display: inline-block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 28px;
    position: relative;
}

.ttl-cmn04:after {
    content: "";
    width: 110%;
    height: 0.5em;
    display: block;
    background: rgba(51, 153, 255, 0.75);
    position: absolute;
    bottom: 0;
    left: -5%;
    z-index: -1;
}

@media (max-width: 1024px) {
    .ttl-cmn02 .en,
    .ttl-cmn03 .en {
        font-size: 28px;
    }

    .ttl-cmn04 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 24px;
    }

    .ttl-cmn02 {
        width: 100%;
    }

    .ttl-cmn02 .en {
        font-size: 24px;
    }

    .ttl-cmn04 {
        font-size: 18px;
    }
}

.for-sp .ttl-cmn02 {
        width: 100%;
}

.for-sp .ttl-cmn02 .en {
        font-size: 24px;
}

.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: #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: var(--color01);
}

.ttl-cmn-pink .en {
    color: #ff7cad;
}

.ttl-cmn-pink .en:after {
    background: #ff7cad;
}

.ttl-cmn-white .en {
    color: #fff;
}

.ttl-cmn-white .en:after {
    background: #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;
    }
}

.for-sp .ttl-cmn .en {
        font-size: 26px;
    }

.for-sp .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: 100px;
    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: 130px;
    flex-basis: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: var(--color01);
}

.list-cmn02 .data {
    padding: 10px;
}

/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
    max-width: 180px;
}

.btn-cmn01.mk2 {
    max-width: 280px;
    margin-left: auto;
    margin-right: 0;
}

.btn-cmn01.mk2.up-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.t-works_box .txt_side .btn-cmn01.mk3 {
    max-width: 280px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.btn-cmn01 a,
.btn-com01 button {
    display: block;
    padding: 0.5em 2em;
    text-align: center;
    border: 1px solid #333;
    position: relative;
}

.btn-cmn01 a:after,
.btn-com01 button::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #cda51f;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -20px;
}

.btn-cmn01.btn-back a:after {
    content: "\f053";
    left: 5px;
    right: inherit;
}

.btn-cmn02 a {
    display: inline-block;
    padding: 1rem 4rem;
    color: #fff;
    border-radius: 30px;
    background: var(--color01);
    position: relative;
}

.btn-cmn02 a:after {
    content: "\f054";
    font-family: "Font Awesome 5 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 5 free";
    font-weight: bold;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/

h1.pagettl {
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
    z-index: 270;
}

@media (max-width: 1024px) {
    h1.pagettl {
        padding: 5px 0px 5px 10px;
        width:calc(100% - 45px);
    }
}

[data-element-id] .pagettl {
    display: block;
}

/**
XXX:ヘッダー
header
*/
.header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 260;
}

.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;
}

.header .left {
    width: 20%;
}

.header .right {
    width: 73%;
}

.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 img {
    max-height: 50px;
}

.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 5 Free";
    font-weight: 600;
    font-size: 24px;
}

@media (max-width: 1024px) {
    .header {
        margin-top: 0;
        padding: 5px 0;
        position: relative;
        z-index: auto;
    }

    .header .header-address {
        text-align: left;
    }

    .gnav .item01>a .b,
    .gnav .item01 .itemin .b {
        display: none;
    }
}

/* 共通コンテンツ間隔 */
.margin-cmn-all {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-cmn-top {
    margin-top: 80px;
}

.margin-cmn-bottom {
    margin-bottom: 80px;
}

.margin-cmn-medium-all {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margin-cmn-medium-top {
    margin-top: 60px;
}

.margin-cmn-medium-bottom {
    margin-bottom: 60px;
}

.margin-cmn-small-all {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-cmn-small-top {
    margin-top: 40px;
}

.margin-cmn-small-bottom {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .margin-cmn-all {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .margin-cmn-top {
        margin-top: 60px;
    }

    .margin-cmn-bottom {
        margin-bottom: 60px;
    }

    .margin-cmn-medium-all {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .margin-cmn-medium-top {
        margin-top: 50px;
    }

    .margin-cmn-medium-bottom {
        margin-bottom: 50px;
    }

    .margin-cmn-small-all {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .margin-cmn-small-top {
        margin-top: 30px;
    }

    .margin-cmn-small-bottom {
        margin-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .margin-cmn-all {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .margin-cmn-top {
        margin-top: 50px;
    }

    .margin-cmn-bottom {
        margin-bottom: 50px;
    }

    .margin-cmn-medium-all {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .margin-cmn-medium-top {
        margin-top: 40px;
    }

    .margin-cmn-medium-bottom {
        margin-bottom: 40px;
    }

    .margin-cmn-small-all {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .margin-cmn-small-top {
        margin-top: 20px;
    }

    .margin-cmn-small-bottom {
        margin-bottom: 20px;
    }
}

.padding-cmn-all {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-cmn-top {
    padding-top: 80px;
}

.padding-cmn-bottom {
    padding-bottom: 80px;
}

.padding-cmn-medium-all {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-cmn-medium-top {
    padding-top: 60px;
}

.padding-cmn-medium-bottom {
    padding-bottom: 60px;
}

.padding-cmn-small-all {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-cmn-small-top {
    padding-top: 40px;
}

.padding-cmn-small-bottom {
    padding-bottom: 40px;
}

@media (max-width: 1024px) {
    .padding-cmn-all {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padding-cmn-top {
        padding-top: 60px;
    }

    .padding-cmn-bottom {
        padding-bottom: 60px;
    }

    .padding-cmn-medium-all {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padding-cmn-medium-top {
        padding-top: 50px;
    }

    .padding-cmn-medium-bottom {
        padding-bottom: 50px;
    }

    .padding-cmn-small-all {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-cmn-small-top {
        padding-top: 30px;
    }

    .padding-cmn-small-bottom {
        padding-bottom: 30px;
    }
}

@media (max-width: 599px) {
    .padding-cmn-all {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padding-cmn-top {
        padding-top: 50px;
    }

    .padding-cmn-bottom {
        padding-bottom: 50px;
    }

    .padding-cmn-medium-all {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padding-cmn-medium-top {
        padding-top: 40px;
    }

    .padding-cmn-medium-bottom {
        padding-bottom: 40px;
    }

    .padding-cmn-small-all {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padding-cmn-small-top {
        padding-top: 20px;
    }

    .padding-cmn-small-bottom {
        padding-bottom: 20px;
    }
}

/* 下部固定コンテンツ */
.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 {
    width: auto !important;
    font-size: 14px;
    color: #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background: #8f6f1a;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f6f1a), color-stop(35%, #8f6f1a), to(#b48b20));
    background: linear-gradient(180deg, #8f6f1a 0%, #8f6f1a 35%, #b48b20 100%);
    position: fixed;
    top: 200px;
    right: 0;
}

.fix-bottom.type-b .tel {
    background: var(--color01);
}

.fix-bottom .tel a:before {
    content: "\f879";
    margin-bottom: 5px;
    margin-right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.fix-bottom .contact {
    display: none;
    color: #333;
    background: #eee;
}

.fix-bottom.type-b .contact {
    color: white;
    background: #8f6f1a;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f6f1a), color-stop(35%, #8f6f1a), to(#b48b20));
    background: linear-gradient(180deg, #8f6f1a 0%, #8f6f1a 35%, #b48b20 100%);
}

.fix-bottom .contact a:before {
    content: "\f0e0";
    margin-right: 5px;
    font-family: "Font Awesome 5 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;
}

.gnav.fixed {
    width: 100%;
    height: auto;
    background: #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 .navlogo {
    display: none;
}

.gnav .navlogo img {
    max-height: 40px;
}

.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 {
    width: 100px;
    text-align: center;
}

.gnav .item01:not(:first-of-type) {
    margin-left: 1rem;
}

.gnav .item01.__bgmc1 {
    width: 130px;
}

.gnav .item01.__bgmc1 a {
    color: #fff;
    background: var(--color01);
}

.gnav .item01.type-b.__bgmc1 a {
    background: #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 0;
    text-align: center;
    cursor: pointer;
}

.gnav .item01>a span,
.gnav .item01 .itemin span {
    width: 100%;
    display: block;
}

.gnav .item01>a .b,
.gnav .item01 .itemin .b {
    font-size: 0.8em;
}

.gnav .item01.-parent {
    overflow: hidden;
    position: relative;
}

.gnav .item01.-parent:hover {
    overflow: visible;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
}

.gnav .list02 {
    width: 280px;
    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;
}

@media (max-width: 1024px) {
    .gnav {
        width: 100%;
        max-width: 300px;
        height: 100%;
        overflow: auto;
        -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(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 .navlogo {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding-right: 40px;
        font-weight: bold;
        font-size: 20px;
    }

    .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 10px;
        text-align: left;
    }

    .gnav .list02 {
        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: #333;
        position: absolute;
        top: 13px;
        left: 0;
    }
}

[data-element-id] .gnav.fixed {
    position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background: #170302;
    opacity: 0.8;
    cursor: pointer;
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
}

.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;
    position: absolute;
    top: 50%;
    left: 7px;
}

.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;
}

@media (max-width: 1024px) {
    .toggle {
        display: block !important;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #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: #333;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

.totop:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 50px;
        right: 10px;
    }
}

/**
XXX:フッター
footer
*/
.footer {
    position: relative;
}

.footer:after {
    content: "";
    width: 300%;
    height: 100%;
    display: block;
    background: 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: 0 2rem;
}

.flogo_info .tel .s {
    font-size: 26px;
}

@media (max-width: 1024px) {
    .footer .copy {
        padding-bottom: 50px;
    }

    .footer:after {
        display: none;
    }
}

/**
フッターナビ
fnav
*/
.fnav {
    width: 73%;
    padding: 50px 30px;
    background: var(--color01);
}

.fnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fnav .list01 {
    width: 30%;
    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: 1.5rem;
    position: relative;
}

.fnav .item a:before {
    content: "\f054";
    font-family: "Font Awesome 5 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: #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: #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: 10px;
    }

    .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: 35%;
        margin: 0 auto 2rem;
    }

    .fnav {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .flogo {
        width: 50%;
    }

    .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;
    font-size: 24px;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    background: #c9c9c9;
}

.side-column li.st a {
    background: #0080ff;
}

@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: #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: 70%;
    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;
}

.homevisual .head .lead.txt-shadow {
    text-shadow: 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036, 0 0 3px #036;
}

.mv_list li {
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    background: #cda51f;
}

.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: 2rem 1rem;
    color: #fff;
    text-align: center;
    background: var(--color01);
}

.mv_wrap .t-news .ttl-h2 span {
    width: 100%;
    display: block;
}

.mv_wrap .t-news .t-news_dl {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    background: #fff;
    position: relative;
}

.mv_wrap .t-news .t-news_dl:after {
    content: "";
    width: 8%;
    height: 1px;
    display: block;
    background: #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: #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% - 10em);
}

.t-about_boxes .txt {
    padding: 2em 2em 2em 0;
    color: #fff;
    background: var(--color01);
    position: relative;
}

.t-about_boxes .txt:after {
    content: "";
    width: 1000%;
    height: 100%;
    display: block;
    background: 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: #8f6f1a;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f6f1a), color-stop(35%, #8f6f1a), to(#b48b20));
    background: linear-gradient(180deg, #8f6f1a 0%, #8f6f1a 35%, #b48b20 100%);
    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: 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: 1.5rem;
    font-size: 16px;
    position: relative;
}

.t-policy_li .item01+.item01 {
    margin-top: 1rem;
}

.t-policy_li .item01:before {
    content: "・";
    padding-left: 0;
    position: absolute;
    top: 0;
    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: #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: #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: #333;
    position: absolute;
    top: -30px;
    right: -70px;
}

.t-works_box .ttl .en {
    display: block;
    padding: 0 2rem;
    font-weight: bold;
    font-size: 40px;
    background: #fff;
}

.t-works_box .ttl .jp {
    margin: auto;
    font-size: 16px;
    background: #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;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.t-works_box .ttl-box .no {
    width: 90px;
    font-weight: bold;
    font-size: 70px;
}

.t-works_box .ttl-box .en {
    display: block;
    margin-bottom: 15px;
}

.t-works_box .ttl-box .jp {
    display: block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 18px;
}

.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: #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: #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: 1rem;
    background: #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 .title {
    -webkit-box-flex: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 10px;
}

.result-list .item01 .pic:after {
    content: "";
    display: block;
    padding-top: 65%;
}

.result-list .item01 .cat .s {
    display: inline-block;
    margin-right: 15px;
    padding: 5px;
    color: #333;
    background: #fff;
}

.result-list .item01:first-of-type {
    width: 100%;
}

[data-element-id] .result-list .item01:first-of-type {
    width: 100% !important;
}

.result-list .item01:first-of-type figure {
    position: relative;
}

.result-list .item01:first-of-type .info {
    width: 100%;
    height: auto;
    padding: 1rem;
    color: #fff;
    background: 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 .title {
    -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 #b48b20 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: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.t-blog .btn-cmn01 {
    margin: auto;
}

.article_list .cat .s {
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background: var(--color01);
}

.t-movie {
    position: relative;
}

.t-movie:before {
    content: "";
    width: 60%;
    height: 350px;
    display: block;
    background: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.t-movie:after {
    content: "";
    width: 75%;
    height: 350px;
    display: block;
    background: #b48b20;
    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-works_box .ttl-box .en {
        margin-bottom: 5px;
    }

    .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: 75%;
        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%;
    }

    .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: 1rem;
        font-size: 14px;
    }

    .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: 80px;
        font-size: 50px;
    }

    .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 .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 .ttl-cmn02 {
        margin-bottom: 3rem;
    }

    .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: #f0f0f0;
        position: relative;
    }

    .result-list .item01 .info .cat,
    .result-list .item01 .info .name {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 5px;
    }
}

/* 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;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
    padding: 0 20px;
}

.slick01.slick-dotted {
    margin-bottom: 50px;
}

.slick01 .btn-slick {
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick01 .btn-slick.btn-back {
    left: 0;
}

.slick01 .btn-slick.btn-next {
    right: 0;
}

.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}

@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        font-size: 20px;
    }
}

/**
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;
    }
}

/* パンくずリスト */
.breadcrumb {
    margin-top: 10px;
}

.breadcrumb .item {
    display: inline-block;
}

.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: #333;
}

.breadcrumb .now {
    color: #333;
}

/*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 5 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: #007bff 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: var(--color01);
}

@media (max-width: 599px) {
    .qalist .item .tit {
        padding-bottom: 20px;
        padding-left: 50px;
    }

    .qalist .item .desc {
        padding-left: 50px;
    }
}

/*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 {
    padding: 3px 30px;
    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:nth-of-type(n+4) {
    margin-top: 80px;
}

.blist .item a {
    display: block;
}

.blist .item .img {
    border: solid 1px;
}

.blist .item .info {
    margin: 10px 0;
}

.blist .item .info span {
    display: block;
    font-size: 14px;
}

.blist .item .info .cat {
    display: inline-block;
    padding: 1px 10px;
    color: #fff;
    background: #898989;
}

.blist .item .tit {
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .blist .item:nth-of-type(n+4) {
        margin-top: 60px !important;
    }
}

@media (max-width: 599px) {
    .blist .item:nth-of-type(n+3) {
        margin-top: 40px !important;
    }

    .blist .item .tit {
        font-size: 16px;
    }
}

/*blog_detail*/
.bdbox .tit dt {
    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 {
    padding: 2px;
    font-size: 14px;
    color: #fff;
    background: #898989;
}

@media (max-width: 1024px) {
    .bdbox dt {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .bdbox dt {
        font-size: 20px;
    }
}

/*pagelink*/
.pagelink {
    margin: 2rem 0;
}

.pagelink li {
    margin: 1% 20px;
}

.pagelink li 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: #333;
}

.list-article .cate .cate1 {
    background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #333;
}

.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 .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: red;
}

.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 #ccc;
}

.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 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: #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 .data01 div {
    display: inline-block;
}

.form .btn {
    margin-top: 30px;
}

.form .btn button {
    width: 200px;
    margin: 10px 20px;
    padding: 1em;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 2em;
    background: 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;
    }
}

/* XXX:お客様の声 */
.voice_list .box+.box {
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.voice_list .voice_info+.voice_info {
    margin-top: 2rem;
}

.voice_list .voice_info .voice_ttl {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

[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 {
    margin-top: 100px;
    position: relative;
    z-index: 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 .item01.-parent {
    min-width: 280px;
}

[data-element-id] .gnav .list02 {
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
    position: static;
}

[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] .gnav .item01.-parent {
    overflow: visible;
}

/* 光らせるための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 2.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
    animation: shine 2.5s 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: 100%;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
        left: -200%;
    }

    70% {
        opacity: 0.5;
        left: -200%;
    }

    71% {
        opacity: 1;
        left: -200%;
    }

    100% {
        opacity: 0;
        left: 100%;
    }
}

/* ##### パンくずリスト 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;
    padding-left: 1em;
}

.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: #036d;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #036;
    border-right: 1px solid #036;
    -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-list {
        width: 90%;
        margin-top: 1em;
    }

    .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 ここまで ##### */

.new-img .img {
    height: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cmnnav01item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1%;
}

.cmnnav01item a {
    display: block;
}

.tfmp {
    overflow: hidden;
    position: relative;
}

.cmnnav01itemin {
    padding: 1.5em;
    border: 0.15em solid #036;
}

.z1 {
    position: relative;
    z-index: 1;
}

.cmnnav01itemin .img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.cmnnav01itemin .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.cmnnav01itemin .tbox * {
    text-shadow: 0 0 0.5em #fff;
}

@media (max-width: 1024px) {
    .cmnnav01item {
        margin: 0.5em;
    }

    .cmnnav01itemin {
        padding: 0.5em;
    }
}

@media (max-width: 599px) {
    .cmnnav01list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cmnnav01item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 98%;
        flex: 1 0 98%;
    }

    .cmnnav01itemin {
        padding: 1em;
    }
}

.about-us-mark2 figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-us-mark2 figure .card-img {
    width: 30%;
}

.about-us-mark2 figure .card-content {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1em;
}

@media (max-width: 599px) {
    .about-us-mark2 figure .card-img,
    .about-us-mark2 figure .card-content {
        width: 100%;
    }
}

[data-element-id].header .right .tel a {
    font-weight: bold;
    font-size: 16px;
}

.logo>a {
    display: inline-block;
}

.footer-btn-v2 {
    width: 100%;
}

.footer-btn-v2 a {
    width: 100%;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #dfdfdf;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
}

.footer-btn-v2 a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media(max-width:1024px) {
    .gnav .item01.__bgmc1 {
        width: 100%;
    }

    .header .right .tel a {
        font-weight: bold;
        font-size: 22px;
    }

    .mv_side .t {
        padding: 5px 0;
    }

    .header .left {
        width: 40%;
    }
}

@media(max-width:599px) {
    .homevisual .head {
        width: 85%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 5%;
        left: 2%;
    }

    .btn-cmn01.mk2 {
        margin-left: auto;
        margin-right: auto;
    }
}

.pls>span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #fff;
    background-color: #036;
}

.form .form_shape.data input {
    width: 15px;
    margin-right: 5px;
}

.postal {
    max-width: 300px;
    display: block;
    padding-left: 30px;
    position: relative;
}

.postal::before {
    content: "〒";
    width: 20px;
    height: 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.for-pc{
  display:block;
}

.for-sp{
  display:none;
}

@media(max-width:1024px){
.for-pc{
  display:none;
}

.for-sp{
  display:block;
}
}

[data-element-id].for-sp{
  display:block;
  border: solid 1px blue;
  max-width:375px;
}

[data-element-id].for-sp::before {
    content: "スマホ時用見出し";
    display: block;
    position: relative;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    background: blue;
    padding:0 10px;
}


.t-works_box .for-sp .ttl:before {
    width: 105px;
}

.t-works_box .for-sp .ttl .en {
    font-size: 24px;
}

.t-works_box .for-sp .ttl .bdr:after {
    right: -10px;
}

.t-works_box .for-sp .ttl-box .no {
    width: 80px;
    font-size: 50px;
}

.t-works_box .for-sp .ttl-box .en {
    margin-bottom: 5px;
}

.for-sp .ttl-cmn02 .en,.for-sp .ttl-cmn03 .en {
    font-size: 28px;
}

[data-element-id].t-blog:before {
    height: 450px;
}
[data-element-id] .uk-slideshow > li {
    opacity: 1;
}



.html-area ul>li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    position: relative;
}

.html-area ul>li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #036;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.html-area ol>li {
    margin: 10px 0;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
    position: relative;
}

.html-area ol>li::before {
    content: "1";
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #036;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.html-area ol>li:nth-child(2)::before {
    content: "2";
}

.html-area ol>li:nth-child(3)::before {
    content: "3";
}

.html-area ol>li:nth-child(4)::before {
    content: "4";
}

.html-area ol>li:nth-child(5)::before {
    content: "5";
}

.html-area ol>li:nth-child(6)::before {
    content: "6";
}

.html-area ol>li:nth-child(7)::before {
    content: "7";
}

.html-area ol>li:nth-child(8)::before {
    content: "8";
}

.html-area ol>li:nth-child(9)::before {
    content: "9";
}

.html-area ol>li:nth-child(10)::before {
    content: "10";
}

.html-area ol>li:nth-child(11)::before {
    content: "11";
}

.html-area ol>li:nth-child(12)::before {
    content: "12";
}

.html-area ol>li:nth-child(13)::before {
    content: "13";
}

.html-area ol>li:nth-child(14)::before {
    content: "14";
}

.html-area ol>li:nth-child(15)::before {
    content: "15";
}

.html-area ol>li:nth-child(16)::before {
    content: "16";
}

.html-area ol>li:nth-child(17)::before {
    content: "17";
}

.html-area ol>li:nth-child(18)::before {
    content: "18";
}

.html-area ol>li:nth-child(19)::before {
    content: "19";
}

.html-area ol>li:nth-child(20)::before {
    content: "20";
}

.html-area h2 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-right: auto;
    padding: 5px 30px;
    font-weight: 500;
    font-size: 1.5em;
    border: 2px solid #036;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0px 0px #036;
    box-shadow: 5px 5px 0px 0px #036;
}

.html-area h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #666;
    border-left: 5px solid #036;
}

.html-area h4 {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-right: auto;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b48b20));
    background: linear-gradient(transparent 60%, #b48b20 60%);
}

