@charset "utf-8";

/* # root1 START # */
:root {
    --color01: #ffcf5c;
    --color02: #ecf0f1;
    --color03: #ffb85c;
    --color04: #b8f070;
    --color05: #5ccfff;
    --color06: #eee;
    --color07: #ebebeb;
    --color08: rgba(236, 240, 241, 0.25);
    --color09: #fff;
    --color10: #171717;
    --color11: #999;
    --color12: #dcdcdc;
    --color13: #bcbcbc;
    --color14: #303841;
    --deco01: url('/import/tenant_1/162.43.4.199/images/house01.webp'),
        url('/import/tenant_1/162.43.4.199/images/house02.webp');
    --deco02: url('/import/tenant_1/162.43.4.199/images/home3.webp'),
        url('/import/tenant_1/162.43.4.199/images/home-roof.webp');
}
/* # root1 END # */

/* # root2 START # */
/* :root {
    --color01: #98e78c;
    --color02: #e9f3ea;
    --color03: #91e786;
    --color04: #f08170;
    --color05: #5ccfff;
    --color06: #eee;
    --color07: #91e786;
    --color08: rgba(236, 240, 241, 0.25);
    --color09: #fff;
    --color10: #171717;
    --color11: #999;
    --color12: #dcdcdc;
    --color13: #bcbcbc;
    --color14: #303841;
    --deco01: url('../images/house01-2.webp'),
    url('../images/house02-2.webp');
    --deco02:  url('../images/home3-2.webp'),
    url('../images/home-roof02.webp');
} */
/* # root2 END # */

/* # root3 START # */
/* :root {
    --color01: #8accd2;
    --color02: #e3f2f5;
    --color03: #8accd2;
    --color04: #f08170;
    --color05: #5ccfff;
    --color06: #eee;
    --color07: #98c6cd;
    --color08: rgba(236, 240, 241, 0.25);
    --color09: #fff;
    --color10: #171717;
    --color11: #999;
    --color12: #dcdcdc;
    --color13: #bcbcbc;
    --color14: #303841;
    --deco01:url('../images/house01-3.webp'),
    url('../images/house02-3.webp');
    --deco02:  url('../images/home3-3.webp'),
    url('../images/home-roof03.webp');
} */
/* # root3 END # */


/* base.cssの上書き */
@font-face {
    font-family: "komorebi-gothic";
    src: url('/import/tenant_1/162.43.4.199/images/font/komorebi-gothic.eot');
    src: url('/import/tenant_1/162.43.4.199/images/font/komorebi-gothic.eot') format("embedded-opentype"),
        url('/import/tenant_1/162.43.4.199/images/font/komorebi-gothic.woff') format("woff"),
        url('/import/tenant_1/162.43.4.199/images/font/komorebi-gothic.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

#wrapper {
    min-width: 375px;
    overflow: hidden;
}

.font00 {
    font-family: "komorebi-gothic", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.font01 {
    font-family: "komorebi-gothic", sans-serif;
}

.harea+.harea {
    padding-top: 40px;
}

.harea[class*="bg"]+.harea,
.harea[class*="tfmp"]+.harea {
    padding-top: 80px;
}

.up-h-100\%>img {
    height: 100%;
    object-fit: cover;
}

.harea+.harea[class*="bg"] {
    padding: 80px 0;
}

.area+.area {
    padding-top: 40px;
}

.area[class*="bg"]+.area,
.area[class*="tfmp"]+.area {
    padding-top: 80px;
}

.area+.area[class*="bg"] {
    padding: 80px 0;
}

.tfmp {
    overflow: hidden;
    position: relative;
}

.bg-img.tc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-img.tc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity:0.5;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-family: "komorebi-gothic", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--color10);
    line-height: 2;
}

.mbem1 {
    margin-bottom: 1em;
}

@media (max-width: 1024px) {
    .harea+.harea {
        padding-top: 30px;
    }

    .harea[class*="bg"]+.harea,
    .harea[class*="tfmp"]+.harea {
        padding-top: 60px;
    }

    .harea+.harea[class*="bg"] {
        padding: 60px 0;
    }

    .area+.area {
        padding-top: 30px;
    }

    .area[class*="bg"]+.area,
    .area[class*="tfmp"]+.area {
        padding-top: 60px;
    }

    .area+.area[class*="bg"] {
        padding: 60px 0;
    }
}

@media (max-width: 599px) {
    .harea+.harea {
        padding-top: 20px;
    }

    .harea[class*="bg"]+.harea,
    .harea[class*="tfmp"]+.harea {
        padding-top: 40px;
    }

    .harea+.harea[class*="bg"] {
        padding: 40px 0;
    }

    .area+.area {
        padding-top: 20px;
    }

    .area[class*="bg"]+.area,
    .area[class*="tfmp"]+.area {
        padding-top: 40px;
    }

    .area+.area[class*="bg"] {
        padding: 40px 0;
    }
}

/* header */
h1 {
    width: calc(100% - 185px);
    padding: 0.5em 0.5em 0.5em 2%;
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

.h1-decoy {
    display: none;
    width: calc(100% - 38px);
    line-height: 1.4em;
}

header {
    position: absolute;
}

header {
    width: 100%;
    padding: 0 0 0 2%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.4);
}

header.fix {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 15;
}

.hlogo a {
    max-width: 200px;
    display: inline-block;
    padding: 20px 0 5px;
}

.hlogo img {
    width: 100%;
    vertical-align: middle;
}

.headL {
    width: 20%;
    max-width: 100%;
}

.headR {
    width: 79%;
    max-width: 100%;
}

.harea {
    padding: 80px 0;
}

.area {
    padding: 80px 0;
}

@media (max-width: 1024px) {
    h1 {
        display: none;
    }

    .h1-decoy {
        display: block;
    }

    header {
        padding: 10px 4%;
    }

    .headL {
        width: 100%;
    }

    .headR {
        width: 100%;
        max-width: 100%;
    }

    .hlogo a {
        padding: 0;
    }

    .harea {
        padding: 60px 0;
    }

    .area {
        padding: 60px 0;
    }

    header.fix {
        margin-top: 0px;
    }
}

@media (max-width: 599px) {
    h1 {
        padding-left: 0.5em;
    }

    .harea {
        padding: 40px 0;
    }

    .area {
        padding: 40px 0;
    }
    
    .hlogo a{
      max-width:150px;
    }
}

/* gnav */
#gnav .toggle span.n {
    display: none;
}

#gnav {
    width: 100%;
    z-index: 15;
}

.glist .gitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.glist .gitem.glogo a {
    max-width: 300px;
    margin: auto;
}

.glist .gitem a,
.glist .gitem .a {
    display: inline-block;
    padding: 3em 0em 2em 0;
    font-weight: 700;
}

.glist .gitem.gcont a {
    width: 100%;
    padding: 1.3em 1em;
    background-color: var(--color01);
}

.glist .gitem.gcont .abb a {
    width: 100%;
    padding: 1.3em 1em;
    background-color: var(--color02);
}

.glist .gitem.gcont .icon {
    display: block;
    line-height: 1.4;
}

.glist .gitem .a {
    cursor: pointer;
    position: relative;
}

.glist .gitem .a:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0.5em 0.25em 0 0.25em;
    border-style: solid;
    border-color: var(--color10) transparent transparent transparent;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 57%;
    right: -1em;
}

#gnav .gitem.sub:hover .a:after {
    visibility: visible;
    opacity: 1;
}

#gnav li.sub .submenu {
    width: 90%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s opacity ease;
    transition: 0.6s opacity ease;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
}

#gnav.fix li.sub .submenu:after {
    top: 10px;
}

#gnav li.sub .submenuin {
    width: 100%;
}

#gnav li.sub .submenuin:before {
    content: "";
    width: 100%;
    height: 20px;
    display: block;
    margin-top: -20px;
}

#gnav li.sub .submenuinn {
    padding: 2em 2em;
    border: 4px solid var(--color01);
    border-radius: 2em;
    background-color: var(--color09);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#gnav li.sub .submenuin .submenusubtit {
    padding: 0 0 0.5em;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
}

#gnav li.sub li.submenuitem {
    width: 33.333%;
    display: block;
    padding: 0.5% 0.5%;
    text-align: left;
}

#gnav li.sub li.submenuitem a {
    display: block;
    padding: 0;
    -webkit-transition: 0s;
    transition: 0s;
}

#gnav li.sub li.submenuitem .thum {
    width: 50px;
}

#gnav li.sub li.submenuitem .text {
    width: calc(100% - 60px);
    padding: 0.5em 0;
    font-weight: 500;
    font-size: 12px;
}

#gnav li.sub:hover .submenu {
    height: auto;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1024px) {
    .index #gnav {
        display: block;
    }

    #gnav .gnavinn {
        width: 100%;
        max-width: 600px;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background-color: var(--color02);
        opacity: 1;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 20;
    }

    #gnav .glist li.gitem {
        width: 100%;
        display: block !important;
        padding: 0;
        text-align: center;
        border-bottom: 0.1em solid #fff;
        position: static;
    }

    #gnav .toggle {
        width: 38px;
        height: 38px;
        display: block !important;
        cursor: pointer;
        -webkit-transform: translate(0, -50%) translate3d(0, 0, 0) !important;
        transform: translate(0, -50%) translate3d(0, 0, 0) !important;
        position: absolute;
        top: 50%;
        right: 0.5em;
        z-index: 25;
    }

    #gnav.action .gnavinn {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #gnav .toggle span.n {
        width: 26px;
        height: 3px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        background-color: var(--color10);
        position: absolute;
        top: 50%;
        left: 6px;
    }

    #gnav .toggle span.n:before {
        content: "";
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 10px;
        background-color: var(--color10);
        position: absolute;
        top: -9px;
        left: 0;
    }

    #gnav .toggle span.n:after {
        content: "";
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 10px;
        background-color: var(--color10);
        position: absolute;
        top: 9px;
        left: 0;
    }

    #gnav.action .toggle span.n {
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action .toggle span.n:after,
    #gnav.action .toggle span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .glist {
        width: 100%;
        padding: 0px 0 80px;
    }

    #gnav .glist a,
    #gnav .glist .a {
        height: auto;
        display: block;
        padding: 1.5em 8%;
        text-align: left;
        border: none !important;
    }

    #gnav .glist .gitem.glogo {
        margin-bottom: 2em;
        border-bottom: none;
        margin-left: 15px;
        text-align: left;
    }

    #gnav .glist .gitem.glogo a:after {
        content: none;
    }

    #gnav .glist .glogo a {
        text-align: center;
        background-color: transparent !important;
        width: 150px;
        padding: 0;
        margin-left: 0;
    }

    .glist .gitem.gcont .icon {
        display: none;
    }

    #gnav.fix {
        padding: 0;
    }

    .overlay {
        height: 100%;
        overflow: hidden;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #gnav .glist .gitem>a {
        background-color: var(--color01);
    }

    #gnav .glist .a {
        background-color: var(--color01);
        cursor: auto;
    }

    .glist li.gitem .a:after {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        right: 1em;
    }

    #gnav li.sub .submenu {
        width: 100%;
        height: auto;
        visibility: visible;
        padding: 1em 8%;
        background-color: var(--color09);
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    #gnav li.sub .submenuinn {
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #gnav li.sub li.submenulist {
        display: block;
    }

    #gnav li.sub li.submenuitem {
        width: 100%;
        margin: 5px 0;
        padding: 0;
        padding-left: 0;
        font-weight: 500;
    }

    #gnav li.sub .submenuin .submenusubtit {
        width: 100%;
        display: none;
        padding: 0.5em;
        font-size: 16px;
    }

    #gnav li.sub .submenu:after,
    #gnav li.sub .submenuin:before {
        content: none;
    }


    #gnav li.sub li.submenuitem .thum {
        width: 40px;
    }

    #gnav li.sub li.submenuitem .text {
        width: calc(100% - 40px);
    }
}

@media (max-width:599px) {
    #gnav .gnavinn .glist {
        padding: 0px 0 33%;
    }
}

/* footer */
footer {
    background-color: var(--color02);
}

.fbnr {
    padding: 5em 0;
}

.fbnrcontbox {
    padding: 5em 5em;
    background-color: rgba(255, 255, 255, 0.8);
}

.fbnritem {
    width: 360px;
    max-width: 46%;
    margin: 2%;
    border: 0.2em solid var(--color01);
    border-radius: 0.5em;
    background-color: var(--color09);
}

.fbnritem a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 1.5em;
    text-align: center;
}

.fbnritem .iconbox {
    width: 20%;
    margin-bottom: 1em;
}

.fbnritem .icon {
    display: inline-block;
}

.ftopinL {
    width: 48%;
    padding: 5em 0;
}

.ftopinR {
    width: 50%;
}

.flogo {
    margin: 0 0 1.5em;
}

.flogo a {
    max-width: 210px;
    display: inline-block;
}

.flogo img {
    width: 100%;
}

.fmap {
    width: 50vw;
    height: 100%;
    margin-right: calc((100vw - 1000px) / -2);
    padding-top: inherit;
    position: relative;
}

.fmap:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 50%;
}

.fmap iframe {
    width: 100%;
    max-width: initial;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.finfoitem {
    margin-bottom: 1em;
}

.finfoitem dt {
    width: 2.5em;
}

.finfoitem dt img {
    vertical-align: middle;
}

.finfoitem dt+dd {
    width: calc(100% - 3em);
}

.fnews {
    padding: 3em 0;
    background-color: var(--color09);
}

.fnewsinL {
    width: 160px;
    max-width: 100%;
}

.fnewsinC {
    width: calc(100% - 400px);
    max-width: 100%;
}

.fnewsinR {
    width: 240px;
    max-width: 100%;
}

.fnewsitem a {
    display: block;
    border-bottom: 2px solid var(--color01);
}

.fnewsitem {
    margin-bottom: 1em;
}

.fnewsitem dt {
    width: 6em;
    flex-shrink: 0;
}

.fnewsitem dt+dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fnewsitem .cat {
    display: inline-block;
    padding: 0.1em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color03);
    font-size: 12px;
}

.fnewsitem .text {
    width: 100%;
    margin: 0 0 10px 0;
}

.fbtm {
    padding: 4em 0;
}

.fnavlist {
    width: 31.333%;
    margin: 1%;
}

.fnavitem a {
    display: inline-block;
}

.fnavitem .item {
    margin: 0.5em 0;
}

.fnavitem .item a {
    padding-left: 1em;
    position: relative;
}

.fnavitem .item a:before {
    content: "";
    width: 0.5em;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.copy {
    padding: 1em 0;
    text-align: center;
}

.area-slap>span {
    display: inline-block;
    width: 48%;
    margin: 1%;
    text-align: center;
    background-color: #e6f7ff;
    border-radius: 10px;
    box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
    .fbnr {
        padding: 4.5em 0;
    }

    .fbnrcontbox {
        padding: 4em 1.5em;
    }

    .flogo a {
        max-width: 200px;
    }

    .fnewsinL {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .fnewsinC {
        width: calc(100% - 200px);
    }

    .fnewsinR {
        width: 200px;
    }

    .fnavlist {
        width: auto;
        margin: 0 1%;
    }

    .fnavitem {
        margin-bottom: 0;
    }

    .fnavitem dt {
        margin: 1em 0 0;
        line-height: 1;
    }

    .copy {
        padding: 1em 0 4em;
    }
}

@media (max-width: 599px) {
    .fbnr {
        padding: 4em 0;
    }

    .fbnritem {
        width: 100%;
        max-width: 100%;
    }

    .fbnrcontbox {
        padding: 3em 1.5em;
    }

    .flogo a {
        max-width: 190px;
    }

    .ftopinL {
        width: 100%;
        padding: 3em 0;
    }

    .ftopinR {
        width: 100%;
    }

    .fmap {
        width: 102vw;
        max-width: inherit;
        margin-left: -5.5%;
        margin-right: 0;
    }

    .fmap:after {
        padding-top: 70%;
    }

    .fnewsinC {
        width: 100%;
        margin-bottom: 2em;
    }

    .fnewsinR {
        width: 100%;
    }

    .fbtm {
        padding: 3em 0;
    }

    .fnavlist {
        width: 100%;
        margin: 0;
    }

    .fbnritem a {
        padding: 2em 0em;
    }
}

/* スライドショー mainImg */
.homeSlide {
    overflow: hidden;
    position: relative;
}

.homeSlide .pic {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 70vh;
}

.homeSlide .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.homeSlide .uk-slidenav-position {
    width: 100%;
    height: 100%;
}

.homeSlide .tbox {
    width: 96%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}

.homeSlide .tbox .tit {
    font-size: 40px;
}

.homeSlide .uk-slidenav-position {
    min-width: 500px;
    overflow: hidden;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}



.homeSlide .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.mainImg {
    overflow: hidden;
    position: relative;
}

.mainImg .pic {
    overflow: hidden;
    position: relative;
}

.mainImg .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mainImg .pbox .bg-img {
    min-height: 37.5vh;
    overflow: hidden;
}

.mainImg .tbox {
    width: 96%;
    padding: 0.25em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 5;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}

.mainImg .tbox .tit {
    font-size: 30px;
    line-height: 1.4;
}

.mainImg .tbox .tit:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.5em 0 0.5em;
    line-height: 0;
    background-color: var(--color01);
}

@media (max-width: 1024px) {
    .mainImg .tbox {
        top: 60%;
    }

    .mainImg .tbox .tit {
        font-size: 26px;
    }

    .homeSlide .tbox .tit {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .mainImg .tbox .tit {
        font-size: 22px;
        letter-spacing: -.1em;
    }

    .homeSlide .tbox .tit {
        font-size: 24px;
        letter-spacing: -.1em;
    }

    .homeSlide .tbox .text {
        letter-spacing: -.1em;
    }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 2em 0;
}

.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;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-size: initial;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 0.5em;
    border-top: 2px solid var(--color01);
    border-right: 2px solid var(--color01);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ##### ページネーション pager ##### */
.pager {
    width: 100%;
    margin: clamp(1.875rem, 1.31rem + 2.42vw, 3.125rem) 0;
}

.pager-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-list.-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pager-list.-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pager-list li {
    width: 2.5em;
    height: 2.5em;
    margin: 0 0.5em;
}

.pager-list li a,
.pager-list li .now {
    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;
    padding: 0.25em;
    font-size: 1.25em;
    color: var(--color09);
    line-height: 1;
    border: 2px solid var(--color01);
    border-radius: 0.25em;
    background-color: var(--color01);
    position: relative;
}

.pager-list li a a:hover,
.pager-list li .now a:hover {
    color: var(--color01);
    background-color: var(--color09);
    opacity: 1;
}

.pager-list li a:focus,
.pager-list li .now:focus {
    outline: none;
}

.pager-list li a:hover,
.pager-list li .now {
    color: var(--color01);
    border: 2px solid var(--color01);
    background-color: var(--color09);
    opacity: 1;
}

.pager-list .arrow a::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid var(--color09);
    border-right: 2px solid var(--color09);
}

.pager-list .arrow a:hover {
    color: var(--color09);
}

.pager-list .arrow a:hover::before {
    border-top: 2px solid var(--color01);
    border-right: 2px solid var(--color01);
}

.pager-list .arrow.-prev a::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pager-list .arrow.-next a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pager.-circle-list li a,
.pager.-circle-list li .now {
    border-radius: 100%;
}

.pager.-deformation-list li a,
.pager.-deformation-list li .now {
    border-radius: 0.5em 0;
}

@media (max-width: 1024px) {
    .pager-list.-left\@tb {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pager-list.-right\@tb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .pager-list li {
        margin: 0 0.25em;
    }
}

@media (max-width: 599px) {
    .pager-list.-left\@sp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pager-list.-right\@sp {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

/* form */
.formitem button,
.formitem input,
.formitem select,
.formitem textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid var(--color13);
    background-color: var(--color09);
}

.formlist {
    max-width: 900px;
}

.formitem {
    padding: 1em 0;
}

.formitem dt {
    width: 30%;
}

.formitem .reqw {
    margin-left: 1em;
    padding: 0.5em 1em;
    color: var(--color09);
    text-align: center;
    background-color: var(--color01);
}

.formitem dd {
    width: 66%;
}

.formitem dd .inputlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
}

.formitem dd input {
    width: 100%;
    padding: 0.25em 0.5em;
}

.formitem dd select {
    padding: 0.25em 0.5em;

    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.formitem dd input[type="radio"] {
    display: none;
}

.formitem dd input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    line-height: 200%;
    position: relative;
}

.formitem dd input[type="radio"]+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid var(--color14);
    border-radius: 50%;
    background-color: var(--color09);
    position: absolute;
    top: 4px;
    left: 0;
}

.formitem dd input[type="radio"]:checked+label::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background-color: var(--color14);
    position: absolute;
    top: 6px;
    left: 2px;
}

.formitem dd input[type="radio"]:checked+label {
    border-bottom: 1px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.formitem dd textarea {
    width: 100%;
    height: 250px;
    padding: 0.25em 0.5em;
}

.formbtn li {
    text-align: center;
}

.formbtn li button,
.formbtn li input {
    width: 260px;
    max-width: 100%;
    display: inline-block;
    padding: 1.25em 0.5em;
    text-align: center;
    border: none;
    border-radius: 50px;
    background-color: var(--color01);
    -webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.4);
    box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.formbtn li input {
    background-color: var(--color09);
}

.formbtn li button:hover,
.formbtn li input:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

@media (max-width:1024px) {
    .formitem dt {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .formitem dt label {
        display: block;
    }

    .formitem dd {
        width: 100%;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media (max-width:599px) {

    .formbtn li button,
    .formbtn li input {
        width: 230px;
    }

    .formbtn2 li {
        max-width: 120px;
    }
}

/* common */
.bgc01 {
    background-color: var(--color02);
}

.fc01 {
    color: var(--color01);
}

.fc02 {
    color: var(--color02);
}

.more01 a {
    max-width: 100%;
    display: inline-block;
}

.more01 .btn {
    width: 11.25em;
    max-width: 100%;
    display: inline-block;
    padding: 1.25em 0.5em;
    text-align: center;
    border-radius: 50px;
    background-color: var(--color01);
    -webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.4);
    box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.4);
}

.btn01 a {
    max-width: 100%;
    display: inline-block;
}

.btn01 .btn {
    width: 11.75em;
    max-width: 100%;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-align: center;
    border: 0.2em solid var(--color01);
    border-radius: 50px;
    background-color: var(--color09);
    -webkit-box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.4);
    box-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.4);
}

.btn01 .btn.mk2 {
    width: 20em;
}

.back01 a {
    max-width: 100%;
    display: inline-block;
}

.back01 .btn {
    width: 11.25em;
    max-width: 100%;
    display: inline-block;
    padding: 1.25em 0.5em;
    text-align: center;
    border-radius: 50px;
    background-color: var(--color01);
    -webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.4);
    box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.4);
}

.cmntit01 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
}

.cmntit01_mk2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.4;
}

.cmntit01_mk2 .minimum {
    font-size: 16px;
    margin-left: 10px;
}

.cmntit01:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.75em auto 1em;
    line-height: 0;
    background-color: var(--color01);
}

.cmntit01_mk2:after {
    content: "";
    width: 100%;
    display: block;
    margin: 0.5em auto 0.75em;
    line-height: 0;
    border-top: 0.1em dashed var(--color01);
}

.cmntit02 {
    padding-left: .7em;
    font-size: 22px;
    line-height: 1.4;
    position: relative;
}

.cmntit02:before {
    content: "";
    width: 0.2em;
    height: 1em;
    background-color: var(--color01);
    position: absolute;
    top: 0.2em;
    left: 0;
}

.cmntit02.type01:before {
    background-color: var(--color02);
}

.cmntit02_01 {
    padding-left: 1em;
    line-height: 1.4;
    position: relative;
}

.cmntit02_01:before {
    content: "";
    width: 0.2em;
    height: 1em;
    background-color: var(--color01);
    position: absolute;
    top: 0.2em;
    left: 0;
}

.cmntit02_01.type01:before {
    background-color: var(--color02);
}

.cmntit03 {
    padding: 0.5em 1em;
    font-size: 20px;
    text-align: center;
    background-color: var(--color01);
}

.cmntit03.type01 {
    background-color: var(--color02);
}

@media (max-width: 1024px) {
    .cmntit01 {
        font-size: 26px;
    }

    .cmntit02 {
        font-size: 20px;
    }

    .cmntit03 {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .cmntit01 {
        font-size: 22px;
        letter-spacing: -.1em;
    }

    .cmntit02 {
        font-size: 18px;
    }

    .cmntit03 {
        font-size: 16px;
    }

    .back01 .btn {
        font-size: 14px;
    }
}

/* cmn layout */
.cmnnav01item {
    width: 30%;
    margin: 1%;
}

.cmnnav01item a {
    display: block;
}

.cmnnav01itemin {
    padding: 1.5em;
    border: 0.15em solid var(--color01);
    -webkit-box-shadow: 0 0 0 0.25em var(--color02);
    box-shadow: 0 0 0 0.25em var(--color02);
}

.cmnnav01itemin .bg-img.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color08);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.cmnnav01itemin .tbox .tit {
    text-shadow: 0 0 0.5em var(--color09);
}

.cmnnav01itemin .tbox .ruby {
    text-shadow: 0 0 0.5em var(--color09);
}

.cmnconstruction01item a {
    display: block;
}

.cmnconstruction01item .pbox {
    margin-bottom: 1.5em;
}

.cmnconstruction01item .pbox .bg-img {
    overflow: hidden;
    border-radius: 0.75em;
}

.cmnconstruction01item .term .label {
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color06);
}

.cmnconstruction01item .term .label.草木の伐採・整地 {
    background-color: var(--color01);
}

.cmnconstruction01item .term .label.企業・店舗の敷地管理 {
    background-color: var(--color03);
}

.cmnconstruction01item .term .label.荒地の伐採整備 {
    background-color: var(--color04);
}

.cmnconstruction01item .term .label.その他 {
    background-color: var(--color05);
}


@media (max-width: 1024px) {
    .cmnnav01item {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .cmnnav01item {
        width: 100%;
    }

    .cmnnav01itemin {
        padding: 1.5em 1em;
    }
}

/* home */
.home01introbox {
    padding: 0 14%;
    background-image: var(--deco01);
    background-size: 10.5% auto, 13.5% auto;
    background-repeat: no-repeat;
    background-position: left center, right center;
    position: relative;
}

.home01item {
    margin-bottom: 1.5em;
    /* padding: 0 0.5em; */
}

.home01item .pbox {
    margin-bottom: 1em;
    padding-bottom: 2em;
    padding-right: 0.5em;
    position: relative;
}

.home01item .pbox .point {
    width: 5em;
    height: 5em;
    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;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color01);
    position: absolute;
    bottom: 0;
    right: -0.5em;
}



.home01item .pbox .point .num {
    display: block;
    line-height: 1;
}

.home01item .pbox .pic {
    position: relative;
}

.home01item .pbox .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color01);
    position: absolute;
    bottom: -0.5em;
    left: 0.5em;

    -webkit-clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 100%, 0 35%);
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 100%, 0 35%);
}

.home01item .pbox .imgs {
    overflow: hidden;
}

.home01item .pbox .imgs {
    -webkit-clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 100%, 0 35%);
    clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 100%, 0 35%);
}

.home02item {
    width: 31.833%;
    overflow: hidden;
    margin: 0.75%;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
    position: relative;
}

.home02item a {
    display: block;
}

.home02item .tit {
    display: inline-block;
    padding: 0.75em 0.5em;
    font-size: 18px;
    line-height: 1.4;
    border-radius: 0 0.5em 0.5em 0;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 1em;
    left: 0;
    z-index: 1;
}

.home03item a {
    display: block;
}

.home03item .pbox {
    margin-bottom: 1em;
}

.home03item .pbox .bg-img {
    overflow: hidden;
    border-radius: 0.75em;
}

.home03item .term .label {
    display: inline-block;
    padding: .3em .6em;
    line-height: 1em;
    border-radius: 0.5em;
    background-color: var(--color06);

}

.home03item .term .label.草木の伐採・整地 {
    background-color: var(--color01);
}

.home03item .term .label.企業・店舗の敷地管理{
    background-color: var(--color03);
}

.home03item .term .label.荒地の伐採整備{
    background-color: var(--color04);
}

.home03item .term .label.その他{
    background-color: var(--color05);
}


.home04item a {
    display: block;
    padding: 0.75em;
    border: 0.25em solid var(--color01);
}

.home04item .pbox {
    margin-bottom: 0.5em;
}

.home04item .pbox .pic {
    width: calc(100% - 3.5em);
}

.home04item .pbox .date {
    width: 3.5em;
    color: var(--color01);
}

.home04item .pbox .pic .bg-img {
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color02);
}


.home04item .term .label {
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color03);
}

.home05flowbox {
    margin: 2em 0 7em;
    padding: 2em 0 4.5em 2em;
    background-color: var(--color09);
    position: relative;
    z-index: 1;
}

.home05flowbox:before {
    content: "";
    width: 5em;
    height: 3em;
    background-image: url('/import/tenant_1/162.43.4.199/images/arrow01.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    left: 0.5em;
}

.home05flowbox:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color09);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home05flowbox .more01 {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.home05flowbox .titbox .tit {
    padding-left: 2.5em;
}

.home05flowbox .titbox .tit .arrow {
    display: inline-block;
    padding-right: 3.4em;
    position: relative;
}

.home05flowbox .titbox .tit .arrow:before {
    content: "";
    width: 2.4em;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.4.199/images/arrow02.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 0;
    right: 0;
}

.home05flowlist {
    min-width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: calc((100vw - 1020px) / -2);
    padding-bottom: 1.5em;
    white-space: nowrap;
}

.home05flowlist::-webkit-scrollbar {
    height: 0.4em;
}

.home05flowlist::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: var(--color01);
}

/* カスタムプロパティで書くと正しく表示されませんでした */
.home05flowlist::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
}

.home05flowitem {
    width: 16.25em;
    display: inline-block;
    vertical-align: top;
    padding-right: 3.25em;
    white-space: normal;
    position: relative;
}

.home05flowitem .stepbox {
    width: 6.2em;
    height: 5.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 13px;
    background-color: var(--color01);
    position: relative;

    -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

.home05flowitem::after {
    content: "";
    width: 6.2em;
    height: 25px;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;

    -webkit-clip-path: polygon(50% 0%, 0% 70%, 0% 100%, 50% 30%, 100% 100%, 100% 70%);
    clip-path: polygon(50% 0%, 0% 70%, 0% 100%, 50% 30%, 100% 100%, 100% 70%);
}

.home05flowitem+.home05flowitem::before {
    content: "";
    width: calc(50% + 1.5em);
    height: 5px;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 1.75em;
    right: calc(100% + 0.5em);
}

.home05flowitem .stepbox .step {
    margin-top: 1em;
    text-align: center;
}

.home05flowitem .stepbox .num {
    display: block;
    font-size: 125%;
    line-height: 1;
    text-align: center;
}

.home05flowitem .text {
    line-height: 1.4;
}

.home05faqbox {
    margin: 3em 0;
    padding: 2em 2em 4.5em 2em;
    background-color: var(--color09);
    position: relative;
    z-index: 1;
}

.home05faqbox:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: var(--color09);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.home05faqbox .more01 {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.home05faqbox .titbox .tit .icon {
    display: inline-block;
    padding: 0 4.5em;
    position: relative;
}

.home05faqbox .titbox .tit .icon:before {
    content: "";
    width: 3.42em;
    height: 2.75em;
    background-image: url('/import/tenant_1/162.43.4.199/images/q01.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.home05faqbox .titbox .tit .icon:after {
    content: "";
    width: 3.75em;
    height: 3.3em;
    background-image: url('/import/tenant_1/162.43.4.199/images/q02.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    bottom: 50%;
    right: 0;
}

.home05faqitem {
    max-width: 720px;
    margin: 3em 0;
    padding: 0 15px;
}

.home05faqlist .home05faqitem:nth-of-type(even) {
    margin-left: auto;
}

.home05faqlist .home05faqitem:nth-of-type(odd) .balloon {
    border-radius: 2em 2em 2em 0;
    -webkit-box-shadow: 2px 6px 0 0.1em var(--color01);
    box-shadow: 2px 6px 0 0.1em var(--color01);
}

.home05faqlist .home05faqitem:nth-of-type(odd) .balloon:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 0 0 12px 16px;
    border-style: solid;
    border-color: transparent transparent var(--color09) transparent;
    position: absolute;
    bottom: 0;
    right: calc(100% - 1px);
    z-index: 5;
}

.home05faqlist .home05faqitem:nth-of-type(odd) .balloon:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 0 0 15px 20px;
    border-style: solid;
    border-color: transparent transparent var(--color10) transparent;
    position: absolute;
    bottom: -2px;
    right: 100%;
    z-index: 1;
}

.home05faqlist .home05faqitem:nth-of-type(odd) .balloon-sdw:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 0 0 12px 16px;
    border-style: solid;
    border-color: transparent transparent var(--color01) transparent;
    position: absolute;
    bottom: -10px;
    right: 100%;
}

.home05faqlist .home05faqitem:nth-of-type(even) .balloon {
    border-radius: 2em 2em 0 2em;
    -webkit-box-shadow: -2px 6px 0 0.1em var(--color01);
    box-shadow: -2px 6px 0 0.1em var(--color01);
}

.home05faqlist .home05faqitem:nth-of-type(even) .balloon:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 12px 0 0 16px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color09);
    position: absolute;
    bottom: 0;
    left: calc(100% - 1px);
    z-index: 5;
}

.home05faqlist .home05faqitem:nth-of-type(even) .balloon:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 15px 0 0 20px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color10);
    position: absolute;
    bottom: -2px;
    left: 100%;
    z-index: 1;
}

.home05faqlist .home05faqitem:nth-of-type(even) .balloon-sdw:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 12px 0 0 16px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color01);
    position: absolute;
    bottom: -10px;
    left: 100%;
}

.home05faqitem .balloon {
    display: inline-block;
    padding: 0.75em 2em;
    border: 2px solid;
    background-color: var(--color09);
    position: relative;
}

@media (max-width:1024px) {
    .home01introbox {
        padding: 0 0 130px;
        background-size: auto auto;
        background-position: left 15% bottom, right 15% bottom;
    }

    .home01item {
        width: 48%;
    }

    .home02item .tit {
        font-size: 18px;
    }

    .home05flowbox .titbox .tit {
        margin-top: 0.5em;
        padding-left: 0em;
    }

    .home05faqbox {
        padding: 2em 1.5em 4.5em 1.5em;
    }
}

@media (max-width:599px) {
    .home01list {
        max-width: 450px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .home01item {
        width: 100%;
    }

    .home02item {
        width: 98%;
        margin: 1%;
    }

    .home02item .tit {
        font-size: 14px;
    }

    .home05faqbox {
        padding: 2em 1em 4.5em 1em;
    }

    .label {
        letter-spacing: -.1em;
    }
}

/* company */
.company01list {
    margin-left: auto;
    margin-right: auto;
    border: 0.1em solid var(--color02);
}

.company01list .company01item:last-of-type {
    border-bottom: none;
}

.company01item {
    border-bottom: 0.1em solid var(--color02);
}

.company01box .m-ttl {
    margin-bottom: 1em;
    padding-left: 1em;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
}

.company01box .m-ttl:before {
    content: "";
    width: 0.2em;
    height: 1em;
    background-color: var(--color01);
    position: absolute;
    top: 0.2em;
    left: 0;
}

.company01item dt {
    width: 13em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1em 3em;
    background-color: var(--color02);
}

.company01item dt+dd {
    width: calc(100% - 13em);
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 1em 3em;
}

@media (max-width: 599px) {
    .company01item dt {
        width: 100%;
        padding: 1em;
    }

    .company01item dt+dd {
        width: 100%;
        padding: 1em;
    }
}

/* concept */
.concept01list .concept01item:nth-of-type(odd) .concept01itemin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.concept01list.ver02 .concept01item:nth-of-type(odd) .concept01itemin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.concept01list.ver02 .concept01item:nth-of-type(even) .concept01itemin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.concept01item .titbox {
    padding-top: 1.5em;
    padding-left: 5.5em;
    position: relative;
}

.concept01item .point {
    width: 4.5em;
    height: 4.5em;
    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;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.concept01item .point .num {
    display: block;
    line-height: 1;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {}


/* architecture */
.architecture02item .titbox {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 5.5em;
    position: relative;
}

.architecture02item.mk2 .titbox {
    padding-top: 1.5em;
    padding-bottom: .5em;
    padding-left: 5.5em;
    position: relative;
}

.architecture02item .point {
    width: 72px;
    height: 72px;
    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;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

.architecture02item.mk2 .point {
    font-size: 14px;
}

.architecture02item .point.de {
    background-color: var(--color11);
    font-size: 14px;
    letter-spacing: -.1em;
}

.architecture02item .point .num {
    display: block;
    line-height: 1;
}

.architecture02item.mk2 .point .num {
    font-size: 20px;
}

.architecture03checkbox {
    padding: 1.5em 3em;
    border: 0.2em solid var(--color09);
    background-color: var(--color02);
    -webkit-box-shadow: 0 0 0 0.2em var(--color02);
    box-shadow: 0 0 0 0.2em var(--color02);
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .architecture02item .text {
        margin-top: 10px;
    }

    .architecture02item.mk2 .text {
        margin-top: 20px;
    }

    .architecture02item.mk2 .titbox {
        margin-top: 1em;
    }
}

/* reform */
.reform03checkbox {
    padding: 2em 3em;
    border: 0.5em solid var(--color09);
    background-color: var(--color02);
    -webkit-box-shadow: 0 0 0 0.2em var(--color02);
    box-shadow: 0 0 0 0.2em var(--color02);
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .reform03checkbox {
        padding: 1.5em 1.5em;
    }
}

/* renovation */
.renovation03checkbox {
    padding: 1.5em 3em;
    border: 0.2em solid var(--color09);
    background-color: var(--color02);
    -webkit-box-shadow: 0 0 0 0.2em var(--color02);
    box-shadow: 0 0 0 0.2em var(--color02);
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .renovation03checkbox {
        padding: 1.5em 1.5em;
    }
}

/* difference */
@media (max-width: 1024px) {}

@media (max-width: 599px) {}

/* trouble */
@media (max-width: 1024px) {}

@media (max-width: 599px) {}

/* flow */
.flow01box {
    margin: 2em 0 7em;
    padding: 3em;
    background-color: var(--color09);
    position: relative;
    z-index: 1;
}

.flow01box:before {
    content: "";
    width: 5em;
    height: 3em;
    background-image: url('/import/tenant_1/162.43.4.199/images/arrow01.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    left: 0.5em;
}

.flow01box .titbox .tit .arrow {
    display: inline-block;
    padding-right: 3.4em;
    position: relative;
}

.flow01box .titbox .tit .arrow:before {
    content: "";
    width: 2.4em;
    height: 100%;
    background-image: url('/import/tenant_1/162.43.4.199/images/arrow02.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 0;
    right: 0;
}

.flow01item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 40px;
    padding-left: 8em;
    position: relative;
}

.flow01list .flow01item:last-of-type {
    padding-bottom: 0;
}

.flow01item .stepbox {
    width: 6.2em;
    height: 5.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: var(--deco02);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center, top center;
    position: absolute;
    top: 0;
    left: 0;
}

.flow01list .flow01item:last-of-type .stepbox:after {
    content: none;
}

.flow01item .stepbox:after {
    content: "";
    width: 5px;
    height: 1000vh;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
}

.flow01item .stepbox .step {
    margin-top: 1.5em;
    text-align: center;
}

.flow01item .stepbox .num {
    display: block;
    font-size: 125%;
    line-height: 1;
    text-align: center;
}

.flow01item .text {
    line-height: 1.4;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .flow01box {
        padding: 3em 1.5em;
    }

    .flow01item {
        padding-left: 6em;
    }

    .flow01item .stepbox {
        font-size: 10px;
    }

    .flow01item .stepbox .step {
        font-size: 10px;
    }
}

/* after_service */
.after_service01list .after_service01item:nth-of-type(odd) .after_service01itemin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.after_service01item .titbox {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 5.5em;
    position: relative;
}

.after_service01item .point {
    width: 4.5em;
    height: 4.5em;
    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;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.after_service01item .point .num {
    display: block;
    line-height: 1;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {}


/* construction */
.constructionpostcont {
    width: 70%;
}

.constructioncaarea {
    width: 27%;
}

.constructionitem a {
    display: block;
}

.constructionitem .pbox {
    margin-bottom: 1.5em;
}

.constructionitem .pbox .bg-img {
    overflow: hidden;
    border-radius: 0.75em;
}

.constructionitem .term .label {
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color06);
}

.constructionitem .term .label.草木の伐採・整地 {
    background-color: var(--color01);
}

.constructionitem .term .label.企業・店舗の敷地管理 {
    background-color: var(--color03);
}

.constructionitem .term .label.荒地の伐採整備 {
    background-color: var(--color04);
}

.constructionitem .term .label.その他 {
    background-color: var(--color05);
}

.ncc span{
  display: inline-block;
    margin: 2px;
    padding: 0.25em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
}

.ncc span.草木の伐採・整地 {
    background-color: var(--color01);
}

.ncc span.企業・店舗の敷地管理 {
    background-color: var(--color03);
}

.ncc span.荒地の伐採整備 {
    background-color: var(--color04);
}

.ncc span.その他 {
    background-color: var(--color05);
}


.constructioncaitem .catit {
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}

.constructioncaitem .catit:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.5em auto 0.5em;
    line-height: 0;
    background-color: var(--color01);
}

.constructioncaitem li {
    margin-bottom: 0.25em;
}

.constructioncaitem a {
    display: block;
    padding: 0.5em 1.5em;
    border-radius: 0.5em;
    background-color: var(--color02);
}

.construction_detailsinglebox .titbox .tit {
    margin-bottom: 1.5em;
    padding-left: 1em;
    font-size: 28px;
    line-height: 1.4;
    position: relative;
}

.construction_detailsinglebox .titbox .tit:before {
    content: "";
    width: 0.2em;
    height: 1em;
    background-color: var(--color01);
    position: absolute;
    top: 0.2em;
    left: 0;
}

.construction_detailsinglebox .crBox .bg-img {
    overflow: hidden;
    border-radius: 0.5em;
}

.construction_detailsinglebox .crBox .subPicList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.construction_detailsinglebox .crBox .subPicItem {
    width: 31.333%;
    margin: 2% 1%;
    cursor: pointer;
}

.construction_detailsinglebox .uservoicebox {
    margin: 3em 0;
    border: 2px solid var(--color02);
    border-radius: 0.5em;
}

.construction_detailsinglebox .uservoicebox .tit {
    padding: 0.5em 1.5em;
    background-color: var(--color02);
}

.construction_detailsinglebox .uservoicebox .textbox {
    padding: 1.5em;
}

.construction_detailsinglebox .commentbox {
    margin: 3em 0;
    border: 2px solid var(--color02);
    border-radius: 0.5em;
}

.construction_detailsinglebox .commentbox .tit {
    padding: 0.5em 1.5em;
    background-color: var(--color02);
}

.construction_detailsinglebox .commentbox .textbox {
    padding: 1.5em;
}

@media (max-width:1024px) {
    .constructionpostcont {
        width: 100%;
    }

    .constructioncaarea {
        width: 100%;
    }

    .constructioncaitem .catit {
        font-size: 22px;
    }

    .construction_detailsinglebox .titbox .tit {
        font-size: 24px;
    }

    .construction_detailsinglebox .uservoicebox {
        margin: 2em 0;
    }

    .construction_detailsinglebox .commentbox {
        margin: 2em 0;
    }
}

@media (max-width:599px) {
    .constructioncaitem .catit {
        font-size: 20px;
    }

    .construction_detailsinglebox .titbox .tit {
        font-size: 20px;
    }

    .construction_detailsinglebox .uservoicebox {
        margin: 1em 0;
    }

    .construction_detailsinglebox .commentbox {
        margin: 1em 0;
    }
}

/* blog */
.blogpostcont {
    width: 70%;
}

.blogcaarea {
    width: 22%;
}

.blogcaitem .catit {
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}

.blogcaitem .catit:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.5em auto 0.5em;
    line-height: 0;
    background-color: var(--color01);
}

.blogcaitem li {
    margin-bottom: 0.25em;
}

.blogcaitem a {
    display: block;
    padding: 0.5em 1.5em;
    border-radius: 0.5em;
    background-color: var(--color02);
}


.blogitem a {
    display: block;
    padding: 0.75em;
    border: 0.25em solid var(--color01);
}

.blogitem .pbox {
    margin-bottom: 0.5em;
}

.blogitem .pbox .pic {
    width: calc(100% - 3.5em);
}

.blogitem .pbox .date {
    width: 3.5em;
    color: var(--color01);
}

.blogitem .pbox .pic .bg-img {
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color02);
}

.blogitem .tbox .tit {
    margin-bottom: 1em;
}

.blogitem .term .label {
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color03);
}

.blog_detailsinglebox .titbox .tit {
    font-size: 30px;
    line-height: 1.4;
}

.blog_detailsinglebox .titbox .tit:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.5em 0 0.5em;
    line-height: 0;
    background-color: var(--color01);
}

.blog_detailsinglebox .postdata .date {
    margin-right: 1em;
}

.blog_detailsinglebox .postdata .term {
    display: inline-block;
    margin: 2px;
    padding: 0.25em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color03);
}

.blog_detailsinglebox .single {
    margin: 3em 0 4em;
}

@media (max-width:1024px) {
    .blogpostcont {
        width: 100%;
    }

    .blogcaarea {
        width: 100%;
    }

    .blogcaitem .catit {
        font-size: 22px;
    }

    .blog_detailsinglebox .titbox .tit {
        font-size: 26px;
    }
}

@media (max-width:599px) {
    .blogcaitem .catit {
        font-size: 20px;
    }

    .blog_detailsinglebox .titbox .tit {
        font-size: 22px;
    }
}

/* news */
.newspostcont {
    width: 70%;
}

.newscaarea {
    width: 22%;
}

.newscaitem .catit {
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}

.newscaitem .catit:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.5em auto 0.5em;
    line-height: 0;
    background-color: var(--color01);
}

.newscaitem li {
    margin-bottom: 0.25em;
}

.newscaitem a {
    display: block;
    padding: 0.5em 1.5em;
    border-radius: 0.5em;
    background-color: var(--color02);
}

.newsitem {
    border-bottom: 1px solid;
}

.newsitem a {
    display: block;
    padding: 1em;
}

.newsitem dt {
    width: 7em;
}

.newsitem dt+dd {
    width: calc(100% - 7em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_detailsinglebox .titbox .tit {
    font-size: 30px;
    line-height: 1.4;
}

.news_detailsinglebox .titbox .tit:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.5em 0 0.5em;
    line-height: 0;
    background-color: var(--color01);
}

.news_detailsinglebox .postdata .date {
    margin-right: 1em;
}

.news_detailsinglebox .postdata .term {
    display: inline-block;
    margin: 2px;
    padding: 0.25em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color03);
}

.news_detailsinglebox .single {
    margin: 3em 0 4em;
}

.staff-area .box {
    padding: 30px;
    box-shadow: 6px 6px 0 var(--color01);
}

.staff-area li:nth-of-type(even) .up-d-flex {
    flex-direction: row-reverse;
}

.dot-text li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #ccc;
}

.c-02 {
    color: var(--color03);
}


@media (max-width: 1024px) {
    .newspostcont {
        width: 100%;
    }

    .newscaarea {
        width: 100%;
    }

    .newscaitem .catit {
        font-size: 22px;
    }

    .news_detailsinglebox .titbox .tit {
        font-size: 26px;
    }
}

@media (max-width: 599px) {
    .newscaitem .catit {
        font-size: 20px;
    }

    .newsitem dt {
        width: 100%;
    }

    .newsitem dt+dd {
        width: 100%;
    }

    .news_detailsinglebox .titbox .tit {
        font-size: 22px;
    }
}

/* faq */
.faq01introbox .tit .icon {
    display: inline-block;
    padding: 2em 4.5em 2em;
    position: relative;
}

.faq01introbox .tit .icon:before {
    content: "";
    width: 3.42em;
    height: 2.75em;
    background-image: url('/import/tenant_1/162.43.4.199/images/q01.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.faq01introbox .tit .icon:after {
    content: "";
    width: 3.75em;
    height: 3.3em;
    background-image: url('/import/tenant_1/162.43.4.199/images/q02.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    bottom: 50%;
    right: 0;
}

.faq01item {
    margin-bottom: 60px;
}

.faq01item .q {
    margin-bottom: 30px;
    padding-top: 9px;
    padding-bottom: 20px;
    padding-left: 55px;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 2px solid var(--color02);
    position: relative;
}

.faq01item .q:before {
    content: "Q";
    width: 1.5em;
    height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-size: 26px;
    color: var(--color09);
    border-radius: 50%;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.faq01item .a {
    padding-top: 4px;
    padding-left: 55px;
    position: relative;
}

.faq01item .a:before {
    content: "A";
    width: 1.5em;
    height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    font-size: 26px;
    color: var(--color09);
    border-radius: 50%;
    background-color: var(--color11);
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {}

/* contact */
.contact01bnrlist {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact01bnritem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 2%;
    border: 0.2em solid var(--color01);
    border-radius: 0.5em;
    background-color: var(--color09);
}

.contact01bnritem a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 1.5em;
    text-align: center;
}

.contact01bnritem .iconbox {
    width: 20%;
    margin-bottom: 1em;
}

.contact01bnritem .icon {
    display: inline-block;
}

.contact03box {
    padding: 4em 3em;
    border: 0.2em solid var(--color02);
}

.contact03box .titbox .tit {
    font-size: 24px;
}

.contact03item dt {
    margin-bottom: 1em;
    padding-left: 1em;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
}

.contact03item dt:before {
    content: "";
    width: 0.2em;
    height: 1em;
    background-color: var(--color01);
    position: absolute;
    top: 0.2em;
    left: 0;
}

.contact03item dd {
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .contact03box {
        padding: 3em 2em;
    }

    .contact03box .titbox .tit {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .contact03box {
        padding: 3em 1.5em;
    }

    .contact03box .titbox .tit {
        font-size: 20px;
    }

    .contact03item dt {
        font-size: 18px;
    }
}

/* 求人詳細ページ */
.recruit-skill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruit-skill+.recruit-skill {
    margin-top: 0.5em;
}

.recruit-skill dt,
.recruit-skill dd {
    padding: 0 !important;
    background-color: unset;
}

.recruit-skill dt {
    width: 30%;
}

.recruit-skill dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
}

@media (max-width: 599px) {

    .recruit-skill dt,
    .recruit-skill dd {
        width: 100%;
    }
}

/* スマホ用見出し */
.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

.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-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}

.glist .gitem.gcont:not([data-element-id]) div {
    min-height: inherit !important;
}

/* reform01-container */

.reform01-container li {
    margin-top: 40px;
}

.reform01-container li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.top-mv .uk-slideshow>li {
    opacity: 1;
}

.memh {
    margin: 0.5em 0;
}

.mremh {
    margin-right: 0.5em;
}

.mlemh {
    margin-left: 0.5em;
}

.cl02>li {
    padding-left: 1.5em;
    position: relative;
}

.cl02>li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
}

.mb-btn {
    display: none;
}

[data-element-id].mb-btn {
    display: flex;
    width: 375px;
    position: relative;
    bottom: 0;
}

.mb-btn>div {
    width: 48%;
}

.mb-btn>div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.2em solid var(--color01);
    border-radius: 0.5em;
    background-color: var(--color09);
    height: 100%;
}

.mb-btn>div a .icon {
    max-width: 20px;
    margin-right: 2px;
    line-height: 1;
}

@media (max-width: 1024px) {
    .mb-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        position: fixed;
        bottom: 10px;
        left: 0;
    }
}

@media (max-width: 1024px) {
    .mb-btn {
        bottom: 5px;
    }
}


.form01 .formlist .formitem .checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    position: relative;
}

.form01 .formlist .formitem .checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid var(--color12);
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 7px;
    left: 0;
}

.form01 .formlist .formitem .checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.form01 .formlist .formitem .checkboxer input {
    display: none;
}

.form01 .formlist .formitem .checkboxer input:checked+label {
    text-decoration: underline;
}

.form01 .formlist .formitem .checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--color03);
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 5px;
    left: 2px;
}

.price01 .box {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    position: relative;
}

.btn02 {
    padding: 8px;
    font-weight: bold;
    color: #000;
    background-color: var(--color11);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: center;cursor: pointer; 
}

.btn02.active {
    color: #000;
    background-color: var(--color02);
    cursor: auto;
}

.price02 {
    display: none;
}

@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;
}

.content-box {
    padding: 30px;
    background-color: var(--color02);
}

@media(max-width:599px) {
    .content-box {
        padding: 10px 10px;
    }
}

.up-content-area {
    position: relative;
}

.up-content-area a:not([class]) {
    color: var(--color01);
    text-decoration: underline;
}

.up-content-area h2 {
    margin: 1.5em 0 0.75em;
    padding: 0.1em 0.1em 0.2em 0.5em;
    font-weight: bold;
    font-size: clamp(1.75rem, 2.493rem, 2.25rem);
    color: #fff;
    background-color: var(--color01);
}

.up-content-area h3 {
    margin: 1.5em 0 0.75em;
    font-weight: bold;
    font-size: clamp(1.688rem, 2.155rem, 2rem);
    border-bottom: 3px solid var(--color01);
}

.up-content-area h4 {
    margin: 1.5em 0 0.75em;
    padding-left: 1.5em;
    font-weight: bold;
    font-size: clamp(1.375rem, 1.935rem, 1.75rem);
    position: relative;
}

.up-content-area h4::before {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    border-radius: 0.1em;
    background-color: var(--color01);
    position: absolute;
    top: 2px;
    left: 0;
}

.up-content-area ul {
    margin: 1em 0;
}

.up-content-area ul>li {
    padding-left: 1.5em;
    position: relative;
}

.up-content-area ul>li::before {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    border-radius: 100%;
    background-color: var(--color01);
    position: absolute;
    top: 0.25em;
    left: 0;
}

.up-content-area ul>li+li {
    margin-top: 0.5em;
}

.up-content-area ol {
    list-style: none;
    counter-reset: number;
    margin: 1em 0;
}

.up-content-area ol li {
    padding-left: 1.5em;
    position: relative;
}

.up-content-area ol li::before {
    content: counter(number) ".";
    counter-increment: number;
    font-size: 120%;
    color: var(--color01);
    line-height: 1;
    position: absolute;
    top: 10%;
    left: 0;
}

.up-content-area ol li+li {
    margin-top: 0.5em;
}

.up-content-area iframe {
    max-width: 100%;
    height: 100%;
    margin: 1em 0;

    aspect-ratio: 16/9;
}

/* 見たまま編集 */
[data-element-id] .price02 {
    display: block;
    margin-top: 40px;
    position: relative;
}

[data-element-id] .price02:before {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: red;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .tab01.price02:before {
    content:"↓---------------------【『伐採』の費用】---------------------↓";
}

[data-element-id] .tab02.price02:before {
    content:"↓---------------------【『幹の回収』の費用】---------------------↓";
}

[data-element-id] .tab03.price02:before {
    content:"↓---------------------【『伐根』の費用】---------------------↓";
}

[data-element-id] .tab04.price02:before {
    content:"↓---------------------【『根の回収』の費用】---------------------↓";
}

[data-element-id] .tab05.price02:before {
    content:"↓---------------------【『剪定・除草』の費用】---------------------↓";
}

[data-element-id] .tab06.price02:before {
    content:"↓---------------------【『その他』の費用】---------------------↓";
}


[data-element-id] #gnav li.sub li.submenuitem {
    width: 100%;
}

[data-element-id] .homeSlide .tbox .show\@sp .tit {
    font-size: 24px;
}

[data-element-id] .mainImg .tbox .show\@sp .tit {
    font-size: 22px;
}

[data-element-id] .cmntit01.show\@sp {
    font-size: 22px;
}

[data-element-id] .show\@sp .cmntit02,
[data-element-id] .show\@sp.cmntit02 {
    font-size: 18px;
}

[data-element-id] .show\@sp.cmntit02:before {
    content: none;
}

[data-element-id] .show\@sp.cmntit02_01:before {
    content: none;
}

[data-element-id] .home05faqbox .titbox .tit.show\@sp .icon {
    padding: 0 80px;
}

[data-element-id] .home05faqbox .titbox .tit.show\@sp .icon:before {
    width: 62px;
}

[data-element-id] .home05faqbox .titbox .tit.show\@sp .icon:after {
    width: 67.5px;
    bottom: 0;
}

[data-element-id] .concept01item .titbox.show\@sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

[data-element-id] .concept01item .show\@sp .point {
    position: relative;
    top: auto;
    left: auto;
}

[data-element-id] .architecture02item .titbox.show\@sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

[data-element-id] .architecture02item .show\@sp .point {
    position: relative;
    top: auto;
    left: auto;
}

[data-element-id] .show\@tb {
    max-width: 599px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@tb:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: green;
}

[data-element-id] .show\@tb.indention:after {
    content: "モバイル用はここで改行";
}

[data-element-id] .show\@pc.indention:after {
    content: "PC用はここで改行";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: blue;
}

[data-element-id] .show\@sp {
    max-width: 375px;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@sp:after {
    content: "モバイル用";
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px 5px 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: green;
    position: relative;
}

[data-element-id] .show\@sp.indention:after {
    content: "モバイル用はここで改行";
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

[data-element-id] [data-ab-test-contents] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #556b2f;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #556b2f;
}

[data-element-id] *::before,
[data-element-id] *::after {
    pointer-events: none;
}

[data-element-id] .abtest-parent>div>div {
    opacity: 1;
}

[data-element-id] .abtest-parent>div>div:nth-of-type(n+2) {
    display: block;
}

[data-element-id] header {
    margin-top: 30px;
    position: static !important;
}

[data-element-id] #gnav li.sub .submenu {
    height: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: static;
}

[data-element-id] .glist li .a {
    height: auto;
}

.staff-text02 {
    color: var(--color01);
}

.staff-com-list {
    border-bottom: 2px dashed var(--color11);
    padding-bottom: .5em;
}

.staff-com-list dt {
    color: var(--color01);
    line-height: 1.5em;
}

.staffitem {
    position: relative;
}

.staffitem::after {
    content: "";
    width: 3px;
    height: 100%;
    display: inline-block;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 110%;
}

.textion-list {
    margin: 15px 0;
    display: block;
}

.textion-list li {
    padding-left: 1rem;

    position: relative;
    line-height: 1.4em;
    margin-top: 0;
}

.textion-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color01);
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

.textion-list li:not(:first-child) {
    margin-top: 15px;
}

.textion-list li>span {
    display: block;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: var(--color01);
    text-decoration-thickness: 2px;
    line-height: 2em;
    font-weight: bold;
}

.a-type a {
    position: relative;
    overflow: hidden;
}

.a-type a::before {
    content: "";
    width: 40px;
    height: 100%;
    background-image: linear-gradient(100deg, rgba(255, 207, 92, 0) 10%, rgba(255, 207, 92, 0.5) 100%, rgba(255, 207, 92, 0) 0%);
    -webkit-transform: scale(2) rotate(20deg);
    transform: scale(2) rotate(20deg);
    -webkit-animation-name: shiny;
    animation-name: shiny;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -10%;
    left: -20%;
}

@-webkit-keyframes shiny {
    0% {
        left: -20%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

@keyframes shiny {
    0% {
        left: -20%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}


textarea {
    font-weight: 700;
}

.sp-rock>li:nth-child(4) {
    display: none;
}

@media(max-width:599px) {
    .sp-rock>li:nth-child(4) {
        display: block;
    }
}

[data-element-id].gitem .up-d-none {
    display: block;
}

.indents {
    padding-left: 1em;
    position: relative;
}

.indents::before {
    content: "";
    display: inline-block;
    width: .8em;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
}

@media(max-width:599px) {
    .map {
        padding-top: 90%;
    }

    .foot {
        padding: 0 10px;
    }
    
    .fbtm {
    padding: 4em 0 0 0;
}

.text.up-lh-2\.5{
  line-height:1.8em;
}
}

.mini-t {
    display: block;
    line-height: 1em;
    font-size: 12px;
    opacity: 0.5;
    border-radius: 5px;
    margin-top: -3px;
}

.mini-title {
    display: block;
    font-size: .6em;
}
