@charset "utf-8";

#wrapper {
    overflow: hidden;
}

/* # 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;
    --deco01: url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house01.webp'),
        url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house02.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: rgb(255 255 255 / 20%);
    --deco01: url('/upload/tenant_1/house01-2.webp'),url('/upload/tenant_1/house02-2.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;
    --deco01:url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house01-3.webp'),
    url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house02-3.webp');
} */
/* # root3 END # */

/* カラーのカスタムプロパティの説明 */
/*
--color01: メインの差し色
--color02: 色付き背景色
--color03: 施工事例のカテゴリー「建築」タグの背景色（新築戸建ても同じ色）、ページャーの現在地
--color04: 施工事例のカテゴリー「リフォーム」タグの背景色
--color05: 施工事例のカテゴリー「リノベーション」タグの背景色
--color06: 施工事例のカテゴリータグのデフォルト背景色
--color07: 施工の流れの横スクロールバーの色
--color08: ３カラムのリンクの背景色
--color09: 背景などの白色
--color10: ハンバーガーボタンの三の色

--color03
--color04
--color05
--color06
--color08
--color09
--color10
は全カラーパターンで同じです。
*/

/* base.cssの上書き */
@font-face {
    font-family: "komorebi-gothic";
    src: url('/upload/tenant_1/komorebi-gothic.eot');
    src: url('/upload/tenant_1/komorebi-gothic.eot') format("embedded-opentype"),
        url('/upload/tenant_1/komorebi-gothic.woff') format("woff"),
        url('/upload/tenant_1/komorebi-gothic.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

.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;
}

.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;
}

.ofiImg.tc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.ofiImg.tc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

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: #171717;
    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: 5;
}

header {
    position: absolute;
}

header {
    width: 100%;
    padding: 0 0 0 2%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 0;
    left: 0;
    z-index: 100;
}

header.fix {
    background: 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: 200;
}

.hlogo a {
    max-width: 210px;
    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 {
        width: 100%;
        padding-left: 0.5em;
    }

    header {
        margin-top: 20px;
        padding: 15px 4%;
    }

    .headL {
        width: 100%;
    }

    .headR {
        width: 100%;
        max-width: 100%;
    }

    .hlogo a {
        max-width: 200px;
        padding: 0;
    }

    .harea {
        padding: 60px 0;
    }

    .area {
        padding: 60px 0;
    }

    header.fix {
        margin-top: 0px;
    }
}

@media (max-width: 599px) {
    h1 {
        padding-left: 0.5em;
    }

    .hlogo a {
        max-width: 150px;
    }

    .fix .hlogo a {
        max-width: 100px;
    }

    .harea {
        padding: 40px 0;
    }

    .area {
        padding: 40px 0;
    }
}

/* gnav */
#gnav .toggle span.n {
    display: none;
}

#gnav {
    width: 100%;
    z-index: 200;
}

.glist {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
}

.glist .gitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

#gnav .pcnone {
    display: none;
}

.glist .gitem a,
.glist .gitem .a {
    display: inline-block;
    padding: 2.1em 1em;
    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: 50%;
    right: 0.25em;
}

#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: 100;
}

#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;
}

[data-element-id] #gnav li.sub li.submenuitem {
    width: 100%;
}

#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;
}
    
    #gnav .glist .gitem.glogo img{
      width: 200px;
    }

@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: 250;
    }

    #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: 251;
    }

    #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: var(--color10);
        position: absolute;
        top: 50%;
        left: 6px;
    }

    #gnav .toggle span.n:before {
        content: "";
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 10px;
        background: var(--color10);
        position: absolute;
        top: -9px;
        left: 0;
    }

    #gnav .toggle span.n:after {
        content: "";
        width: 26px;
        height: 3px;
        display: block;
        border-radius: 10px;
        background: 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: 60px 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: 3em;
        border-bottom: none;
    }

    #gnav .glist .gitem.glogo a:after {
        content: none;
    }

    #gnav .glist .glogo a {
        text-align: center;
        background: none ! important;
    }

    .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: 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 li.submenuitem a {
        padding-left: 1.5em !important;
    }

    #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: 60px 0 33%;
    }
}

/* main */
main{
  z-index: 2;
  position: relative;
}

/* footer */
footer {
    background-color: var(--color02);
    z-index: 190;
    position: relative;
}

.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 {
    padding: 2em 1em;
    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;
    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: calc(50vw - 10px);
    height: 100%;
    /* margin-right: calc((100vw - 1000px) / -2); */
}

.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: 7em;
}

.fnewsitem dt+dd {
    width: calc(100% - 7em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
}

@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;
        padding-top: 80%;
    }

    .fnewsinC {
        width: 100%;
        margin-bottom: 2em;
    }

    .fnewsinR {
        width: 100%;
    }

    .fnewsitem dt {
        width: 100%;
    }

    .fnewsitem dt+dd {
        width: 100%;
    }

    .fbtm {
        padding: 3em 0;
    }

    .fnavlist {
        width: 100%;
        margin: 0;
    }
}

/* スライドショー mainImg */
.homeSlide {
    overflow: hidden;
    position: relative;
}

.homeSlide .pic {
    overflow: hidden;
    position: relative;
}

.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 .ofiImg.t45 {
    min-height: 45vh;
}

.homeSlide .tbox {
    width: 92%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.homeSlide .tbox .tit {
    font-size: 40px;
}

.homeSlide .tbox .tit,.homeSlide .tbox .text {
    /* text-shadow: var(--color06) 4px 0px 0px, var(--color06) 4px 1px 0px, var(--color06) 3px 2px 0px, var(--color06) 3px 3px 0px, var(--color06) 2px 3.36588px 0px, var(--color06) 1px 4px 0px, var(--color06) 0px 4px 0px, var(--color06) 0px 4px 0px, var(--color06) -2px 4px 0px, var(--color06) -2px 3px 0px, var(--color06) -3px 2px 0px, var(--color06) -4px 1px 0px, var(--color06) -3px 0px 0px, var(--color06) -4px 0px 0px, var(--color06) -4px -1.40313px 0px, var(--color06) -3px -2px 0px, var(--color06) -3px -3px 0px, var(--color06) -2px -3px 0px, var(--color06) -1px -4px 0px, var(--color06) 0px -4px 0px, var(--color06) 1px -4px 0px, var(--color06) 2px -3px 0px, var(--color06) 3px -3px 0px, var(--color06) 3px -2px 0px, var(--color06) 4px -1px 0px, var(--color06) 4px 0px 0px; */
    text-shadow: var(--color11) 4px 0px 0px, var(--color11) 4px 1px 0px, var(--color11) 3px 2px 0px, var(--color11) 3px 3px 0px, var(--color11) 2px 3.36588px 0px, var(--color11) 1px 4px 0px, var(--color11) 0px 4px 0px, var(--color11) 0px 4px 0px, var(--color11) -2px 4px 0px, var(--color11) -2px 3px 0px, var(--color11) -3px 2px 0px, var(--color11) -4px 1px 0px, var(--color11) -3px 0px 0px, var(--color11) -4px 0px 0px, var(--color11) -4px -1.40313px 0px, var(--color11) -3px -2px 0px, var(--color11) -3px -3px 0px, var(--color11) -2px -3px 0px, var(--color11) -1px -4px 0px, var(--color11) 0px -4px 0px, var(--color11) 1px -4px 0px, var(--color11) 2px -3px 0px, var(--color11) 3px -3px 0px, var(--color11) 3px -2px 0px, var(--color11) 4px -1px 0px, var(--color11) 4px 0px 0px;
}

[data-element-id] .homeSlide .tbox .show\@sp .tit {
    font-size: 24px;
}

.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-slidenav-position:after {
    content: "";
    min-height: 45vh;
    display: block;
    padding-top: 45%;
}

.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 .ofiImg {
    min-height: 37.5vh;
    overflow: hidden;
}

.mainImg .tbox {
    width: 92%;
    padding: 0.25em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 2;
}

.mainImg .tbox .tit {
    font-size: 30px;
    line-height: 1.4;
}

.mainImg .tbox .tit,.mainImg .tbox .ruby{
  text-shadow:var(--color11) 4px 0px 0px, var(--color11) 4px 1px 0px, var(--color11) 3px 2px 0px, var(--color11) 3px 3px 0px, var(--color11) 2px 3.36588px 0px, var(--color11) 1px 4px 0px, var(--color11) 0px 4px 0px, var(--color11) 0px 4px 0px, var(--color11) -2px 4px 0px, var(--color11) -2px 3px 0px, var(--color11) -3px 2px 0px, var(--color11) -4px 1px 0px, var(--color11) -3px 0px 0px, var(--color11) -4px 0px 0px, var(--color11) -4px -1.40313px 0px, var(--color11) -3px -2px 0px, var(--color11) -3px -3px 0px, var(--color11) -2px -3px 0px, var(--color11) -1px -4px 0px, var(--color11) 0px -4px 0px, var(--color11) 1px -4px 0px, var(--color11) 2px -3px 0px, var(--color11) 3px -3px 0px, var(--color11) 3px -2px 0px, var(--color11) 4px -1px 0px, var(--color11) 4px 0px 0px;
}

[data-element-id] .mainImg .tbox .show\@sp .tit {
    font-size: 22px;
}

[data-element-id] .mainImg .tbox .show\@sp .text {
    font-size: 14px;
}

.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) {
  .homeSlide .uk-slidenav-position:after{
    min-height: 55vh;
  }
    .mainImg .tbox .tit {
        font-size: 22px;
    }

    .homeSlide .tbox .tit {
        font-size: 22px;
    }
    
    .homeSlide .tbox .text{
      font-size: 14px;
    }
}

/* ##### パンくずリスト 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 #bcbcbc;
    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 #303841;
    border-radius: 50%;
    background: 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: #303841;
    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);
}

.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;
}

[data-element-id] .cmntit01.show\@sp {
    font-size: 22px;
}

.cmntit01:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.75em auto 1em;
    line-height: 0;
    background-color: var(--color01);
}

.cmntit02 {
    padding-left: 1em;
    font-size: 24px;
    line-height: 1.4;
    position: relative;
}

[data-element-id] .show\@sp .cmntit02,
[data-element-id] .show\@sp.cmntit02 {
    font-size: 18px;
}

.cmntit02:before {
    content: "";
    width: 0.2em;
    height: 1em;
    background-color: var(--color01);
    position: absolute;
    top: 0.2em;
    left: 0;
}

[data-element-id] .show\@sp.cmntit02:before {
    content: none;
}

.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;
}

[data-element-id] .show\@sp.cmntit02_01:before {
    content: none;
}

.cmntit02_01.type01:before {
    background-color: var(--color02);
}

.cmntit03 {
    padding: 0.5em 1em;
    font-size: 20px;
    text-align: center;
    background-color: var(--color01);
}

.cmntit03.big{
  font-size: 22px;
}

.cmntit03.type01 {
    background-color: var(--color02);
}

.indent-cmn-01{
    padding-left: 1em;
    text-indent: -1em;
}

.indent-cmn-06{
    padding-left: 4.5em;
    text-indent: -3.5em;
}

_::-webkit-full-page-media, _:future, :root .indent-cmn-06 {
  text-indent: -3.8em;
}

[data-element-id] .indent-cmn-06{
    padding-left: 1em;
    text-indent: 0;
}

@media (max-width: 1024px) {
    .cmntit01 {
        font-size: 26px;
    }

    .cmntit02 {
        font-size: 20px;
    }

    .cmntit03 {
        font-size: 18px;
    }
    
    .cmntit03.big{
      font-size: 20px;
    }
}

@media (max-width: 599px) {
    .cmntit01 {
        font-size: 22px;
    }

    .cmntit02 {
        font-size: 18px;
    }

    .cmntit03 {
        font-size: 16px;
    }
    
    .cmntit03.big{
      font-size: 18px;
    }

    .back01 .btn {
        font-size: 14px;
    }
}

/* cmn layout */
.cmnnav01item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
/*     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 .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color08);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.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 .ofiImg {
    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(--color03);
}

.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) {}

@media (max-width: 599px) {}

/* 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;
}

.img-color-version-1 .home01introbox {
    background-image: url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house01.webp'),
        url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house02.webp');
}

.img-color-version-2 .home01introbox {
    background-image: url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house01-2.webp'),
        url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house02-2.webp');
}

.img-color-version-3 .home01introbox {
    background-image: url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house01-3.webp'),
        url('/import/tenant_1/seisaku.a-bisu.jp/R04/images/color-variation/house02-3.webp');
}

.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.75em;
    font-size: 24px;
    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: 1.5em;
}

.home03item .pbox .ofiImg {
    overflow: hidden;
    border-radius: 0.75em;
}

.home03item .term{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px;
}

.home03item .term span {
    padding: 5px 8px;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color01);
}

.home03item .term .label.建築 {
    background-color: var(--color03);
}

.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);
    height: 100%;
}

.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 .ofiImg {
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color02);
}

.home04item .tbox .tit {
    margin-bottom: 1em;
}

.home04item .term{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px;
}

.home04item .term span {
    padding: 5px 8px;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color01);
}

.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('/upload/tenant_1/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('/upload/tenant_1/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: var(--color01);
    cursor: pointer;
}

.home05flowlist::-webkit-scrollbar-track-piece {
    background: var(--color02);
}

.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;
}

[data-element-id] .home05faqbox .titbox .tit.show\@sp .icon {
    padding: 0 80px;
}

.home05faqbox .titbox .tit .icon:before {
    content: "";
    width: 3.42em;
    height: 2.75em;
    background-image: url('/upload/tenant_1/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;
}

[data-element-id] .home05faqbox .titbox .tit.show\@sp .icon:before {
    width: 62px;
}

.home05faqbox .titbox .tit .icon:after {
    content: "";
    width: 3.75em;
    height: 3.3em;
    background-image: url('/upload/tenant_1/q02.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    bottom: 50%;
    right: 0;
}

[data-element-id] .home05faqbox .titbox .tit.show\@sp .icon:after {
    width: 67.5px;
    bottom: 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: 2;
}

.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 #171717 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: 2;
}

.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 #171717;
    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: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .home01item {
        width: 100%;
    }
    
    .home01item:not(:last-of-type){
        margin-bottom: 3em;
    }
    
    .home01item .pbox{
      margin-bottom: 0;
    }

    .home02item {
        width: 48%;
        margin: 1%;
    }

    .home02item .tit {
        font-size: 14px;
    }

    .home05faqbox {
        padding: 2em 1em 4.5em 1em;
    }
}

/* company */
.company01list {
    max-width: 900px;
    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);
}

.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: 1024px) {}

@media (max-width: 599px) {
    .company01item dt {
        width: 100%;
    }

    .company01item dt+dd {
        width: 100%;
    }
}

/* 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-bottom: 1.5em;
    padding-left: 5.5em;
    position: relative;
}

[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;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.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;
}

[data-element-id] .concept01item .show\@sp .point {
    position: relative;
    top: auto;
    left: auto;
}

.concept01item .point .num {
    display: block;
    line-height: 1;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {}


.yks span{
 font-size: 16px;
 font-weight: bold;
display: inline-block;
line-height: 1em;
 background-color: var(--color01);
    padding: 3px 15px;
    color: #000;
    border-radius:15px;
}

.name-of-e {
    line-height: 1em;
    color:var(--color01);
    font-size: .8em;
    display: block;
}

.com-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.com-title>span {
    position: relative;
    z-index: 1;
}

.com-title::after {
    content: "";
    width: 100%;
    display: inline-block;
    height: .5em;
    background-color: var(--color01);
    opacity: 0.6;
    position: absolute;
    bottom: 10px;
    left: 0;
}

/* architecture */
.architecture02item .titbox {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 5.5em;
    position: relative;
}

[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;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.architecture02item .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;
}

[data-element-id] .architecture02item .show\@sp .point {
    position: relative;
    top: auto;
    left: auto;
}

.architecture02item .point .num {
    display: block;
    line-height: 1;
}

.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;
    }
}

/* reform */
.reform03checkbox {
    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) {
    .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('/upload/tenant_1/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('/upload/tenant_1/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: url("/upload/tenant_1/home3.webp"), url("/upload/tenant_1/home-roof.webp");
    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: 22%;
}

.constructionitem a {
    display: block;
}

.constructionitem .pbox {
    margin-bottom: 1.5em;
}

.constructionitem .pbox .ofiImg {
    overflow: hidden;
    border-radius: 0.75em;
}

.constructionitem .term{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px;
}

.constructionitem .term span {
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color01);
}

.constructionitem .term .label.建築 {
    background-color: var(--color03);
}

.constructionitem .term .label.新築戸建て {
    background-color: var(--color03);
}

.constructionitem .term .label.リフォーム {
    background-color: var(--color04);
}

.constructionitem .term .label.リノベーション {
    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 .ofiImg {
    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);
    height: 100%;
}

.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 .ofiImg {
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color02);
}

.blogitem .tbox .tit {
    margin-bottom: 1em;
}

.blogitem .term {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px;
}

.blogitem .term span{
    padding: 5px 8px;
    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: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px;
}

.blog_detailsinglebox .postdata .term span {
    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;
}

.recommendbox .blogitem:nth-of-type(4){
  display: none;
}

@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) {
    .recommendbox .blogitem:nth-of-type(4){
      display: block;
    }

    .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: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px;
}

.news_detailsinglebox .postdata .term span{
    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;
}

@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('/upload/tenant_1/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('/upload/tenant_1/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: #28d93a;
    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: #98e78c;
    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%;
    padding: 2em 1.5em;
    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;
    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:not(:last-of-type){
      border-bottom: 0.1em solid var(--color02);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.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%;
    }
}

/* 詳細ページの入力値定義html（本文）の見出し用 */
.detail-content h2 {
    margin: 1.5em 0 1em;
    padding: 0.2em 0.5em;
    font-weight: bold;
    font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
    border-bottom: 2px solid var(--color01);
}

.detail-content h3 {
    margin: 1.5em 0 1em;
    padding-left: 0.5em;
    font-size: clamp(1.25rem, 1.02rem + 0.97vw, 1.75rem);
    border-left: 10px solid var(--color01);
}

.detail-content h4 {
    margin: 1.5em 0 1em;
    padding: 0.2em;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.9rem + 0.97vw, 1.625rem);
    border-bottom: 2px dotted var(--color01);
}

.detail-content ol {
    list-style: auto;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

.detail-content ol li {
    list-style: decimal;
}

.detail-content ul {
    list-style: inherit;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 1em;
}

.detail-content ul li {
    list-style: disc;
}

.detail-content iframe[src*="youtube"] {
    aspect-ratio: 16 / 9;
    height: auto;
}

/* スマホ用見出し */
.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;
    }
}

[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: 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: 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;
    padding: 10px 5px 5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: green;
    position: relative;
    margin: 0;
    font-size: 12px;
}

[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;
}

.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;
}

[data-element-id] header {
    margin-top: 30px;
    position: static !important;
}

[data-element-id] #gnav .pcnone {
    display: block;
}

.glist .gitem.gcont:not([data-element-id]) div {
    min-height: inherit !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;
}

/* 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;
}

.mem1 {
    margin: 1em 0;
}

.mem1h {
    margin: 1.5em 0;
}

.mem2 {
    margin: 2em 0;
}

.mem2h {
    margin: 2.5em 0;
}

.mem3 {
    margin: 3em 0;
}

.mbemh {
    margin-bottom: 0.5em;
}

.mbem1 {
    margin-bottom: 1em;
}

.mbem1h {
    margin-bottom: 1.5em;
}

.mbem2 {
    margin-bottom: 2em;
}

.mbem2h {
    margin-bottom: 2.5em;
}

.mbem3 {
    margin-bottom: 3em;
}

.mremh {
    margin-right: 0.5em;
}

.mrem1 {
    margin-right: 1em;
}

.mrem1h {
    margin-right: 1.5em;
}

.mrem2 {
    margin-right: 2em;
}

.mrem2h {
    margin-right: 2.5em;
}

.mrem3 {
    margin-right: 3em;
}

.mlemh {
    margin-left: 0.5em;
}

.mlem1 {
    margin-left: 1em;
}

.mlem1h {
    margin-left: 1.5em;
}

.mlem2 {
    margin-left: 2em;
}

.mlem2h {
    margin-left: 2.5em;
}

.mlem3 {
    margin-left: 3em;
}

.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;
}

.mb-btn {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 20;
    }
    
.mb-btn>div {
    /* width: 48%; */
    width: 99%;
}

.mb-btn>div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: 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);
}

.mb-btn>div a .icon {
    max-width: 20px;
    margin-right: 5px;
    line-height: 1;
}
    
[data-element-id] .mb-btn {
    display: flex;
    transform: none !important;
    opacity: 1 !important;
    position: relative;
    max-width: 357px;
    margin: 30px auto;
    /* border: 4px solid orange; */
    padding: 40px 20px 20px 20px;
}

/* 光らせるためのstyle */
.shine {
    overflow: hidden;
    border: 0 solid transparent;
    position: relative;
}

/* 光の疑似要素 */
.shine::after {
    content: "" !important;
    width: 200%;
    height: 100%;
    background-color: #fff !important;
    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%;
    }
}

.bound {
    -webkit-transition: 0.2s cubic-bezier(0.68, -0.6, 0.32, 2);
    transition: 0.2s cubic-bezier(0.68, -0.6, 0.32, 2);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: bound 1.5s ease-in-out infinite;
    animation: bound 1.5s ease-in-out infinite;
}

@-webkit-keyframes bound {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bound {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    30% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
    
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
  .mb-btn {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

.form01 .formlist .formitem .checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 10px 0 24px;
    position: relative;
    margin-right: 15px;
}

.form01 .formlist .formitem .checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    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 {
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px;
    position: relative;
}

.btn02 {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    background-color: #999;
    color: #000;
    padding: 10px;
    font-weight: bold;
}

.btn02:not(.active){
    cursor: pointer;
}

.btn02.active {
    background-color: var(--color02);
    color: #000;

}

.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%;
    }
    
    .map{
      padding-top: 70%;
    }
}

[data-element-id] .price02 {
    display: block;
    position: relative;
    margin-top: 40px;
}

[data-element-id] .price02:before {
    content: "↓『項目１』の費用↓";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: var(--color01);
    color: #fff;
    text-align: center;
    width: 100%;
}

[data-element-id] .tab02:before {
    content: "↓『項目２』の費用↓";
}

[data-element-id] .tab03:before {
    content: "↓『項目３』の費用↓";
}


.price02.active {
    display: block;
}

.content-box {
    padding: 30px;
    background-color: var(--color02);
}

@media(max-width:599px) {
    .content-box {
        padding: 10px 10px;
    }
}
