@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;
}
/* # 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;
} */
/* # 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;
} */
/* # 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('/import/tenant_1/160.16.68.219/R04/font/komorebi-gothic.eot');
    src: url('/import/tenant_1/160.16.68.219/R04/font/komorebi-gothic.eot') format("embedded-opentype"),
        url('/import/tenant_1/160.16.68.219/R04/font/komorebi-gothic.woff') format("woff"),
        url('/import/tenant_1/160.16.68.219/R04/font/komorebi-gothic.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

.red {
    color: red;
}

.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;
}

@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: 9999;
}

#header {
    position: absolute;
}

#header {
    width: 100%;
    padding: 0 0 0 2%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 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: 2em 0;
}

.hlogo img {
    width: 100%;
    vertical-align: middle;
}

.headL {
    width: 20%;
    max-width: 100%;
}

.headR {
    width: 79%;
    max-width: 100%;
}

@media (max-width: 1024px) {
    h1 {
        width: 100%;
        padding-left: 0.5em;
    }

    header {
        padding: 0 3%;
    }

    .headL {
        width: 100%;
    }

    .headR {
        width: 100%;
        max-width: 100%;
    }

    .hlogo a {
        max-width: 200px;
        padding: 1.75em 0;
    }
}

@media (max-width: 599px) {
    h1 {
        padding-left: 0.5em;
    }

    header {
        padding: 0 4%;
    }

    .hlogo a {
        max-width: 190px;
        padding: 1.5em 0px 10px 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;
}

#gnav li.sub li.submenuitem a {
    display: block;
    padding: 0;
}

#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%;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        padding-bottom: 0;
        border: none;
        background-color: var(--color02);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -10;
    }

    #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 {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #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: 1em 8%;
        text-align: left;
        border: none !important;
    }

    #gnav .glist .gitem.glogo {
        margin-bottom: 1em;
        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%;
        opacity: 0.3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    #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: 30px 0 33%;
    }
}

/* footer */
#footer {
    background-color: var(--color02);
}

#main{
  position:relative;
  z-index:1;
}

#footer{
  position:relative;
  z-index:100;
}

.fbnr {
    padding: 5em 0;
}

.fbnrcontbox {
    padding: 5em 5em;
    background-color: rgba(255, 255, 255, 0.8);
}

.fbnritem {
    border: 0.2em solid var(--color01);
    border-radius: 0.5em;
    background-color: var(--color09);
    height:100%;
    padding:10px 0;
}

.fbnritem * {
    text-align: center;
}

.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;
}

.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);
}

.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: inline-block;
}

.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;
    }
}

@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;
    }

    .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 .pic {
    min-height: 45vh;
}

.homeSlide .tbox {
    width: 92%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.homeSlide .tbox h2{
  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-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;
}

.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 .img {
    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;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #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;
    }
}

@media (max-width: 599px) {
    .mainImg .tbox .tit {
        font-size: 22px;
    }
}

/* ##### パンくずリスト 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 {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
}

.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;
}

.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;
    }

    .cmntit02 {
        font-size: 18px;
    }

    .cmntit03 {
        font-size: 16px;
    }
}

/* 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 .img.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--color08);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cmnnav01itemin .tbox * {
    text-shadow: 0 0 0.5em var(--color09);
}

.cmnconstruction01item a {
    display: block;
}

.cmnconstruction01item .pbox {
    margin-bottom: 1.5em;
}

.cmnconstruction01item .pbox .img {
    overflow: hidden;
    border-radius: 0.75em;
}



.term.js-split-tag>span {
    display: inline-block;
    padding:1px 5px;
    line-height: 1.4;
    margin:0 3px 3px 0;
    border-radius: 0.5em;
    background-color: #ffcf5c;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {}

/* home */
.home01introbox {
    padding: 0 14%;
    background-image: url('/import/tenant_1/160.16.68.219/R04/images/color-variation/house01.webp'), url('/import/tenant_1/160.16.68.219/R04/images/color-variation/house02.webp');
    background-size: 10.5% auto, 13.5% auto;
    background-repeat: no-repeat;
    background-position: left center, right center;
    position: relative;
}

.color-version-2 .home01introbox {
    background-image: url('/import/tenant_1/160.16.68.219/R04/images/color-variation/house01-2.webp'), url('/import/tenant_1/160.16.68.219/R04/images/color-variation/house02-2.webp');
}

.color-version-3 .home01introbox {
    background-image: url('/import/tenant_1/160.16.68.219/R04/images/color-variation/house01-3.webp'), url('/import/tenant_1/160.16.68.219/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 .img {
    overflow: hidden;
}

.home01item .pbox .img {
    -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 .img {
    overflow: hidden;
    border-radius: 0.75em;
}

.home03item .term .label {
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color06);
}

.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 {
    padding: 0.75em;
    border: 0.25em solid var(--color01);
}

.home04item a {
    display: block;
}

.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 .img {
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--color02);
}

.home04item .tbox .tit {
    margin-bottom: 1em;
}

.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/160.16.68.219/R04/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/160.16.68.219/R04/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: var(--color01);
}

.home05flowlist::-webkit-scrollbar-track-piece {
    background: var(--color07);
}

.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/160.16.68.219/R04/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/160.16.68.219/R04/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: 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: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .home01item {
        width: 100%;
    }

    .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;
}

.concept01item .titbox {
    padding-top: 1.5em;
    padding-bottom: 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 .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;
}

.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) {}

/* 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('/import/tenant_1/160.16.68.219/R04/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/160.16.68.219/R04/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: url("../images/color-variation/house03.webp"), url("../images/rooftop01.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 .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(--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 .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 {
    padding: 0.75em;
    border: 0.25em solid var(--color01);
}

.blogitem a {
    display: block;
}

.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 .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;
}

@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/160.16.68.219/R04/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/160.16.68.219/R04/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(--color02);
    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 * {
    text-align: center;
}

.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;
}

.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%;
    }
}

/* 詳細ページの入力値定義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;
}

/* 見たまま編集 */
[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;
}


/*組み込み時追記*/

.dm-logo{
  display:flex;
  align-items: flex-end;
  flex-wrap:wrap;
  justify-content: space-between;
  line-height:1em;
  font-weight:bold;
  width:180px;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.dm-logo .l-row1{
  font-size:14px;
  display:inline-block;
  width:60px;
  line-height:1em;
  text-align: center;color:#000;
    text-shadow: 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c;
}

.dm-logo .l-row2{
  font-size:50px;
  font-weight:bold;
  display:inline-block;
  width:120px;
  line-height:1em;
    text-align: center;
    color:#000;
    text-shadow: 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c, 0 0 3px #ffcf5c;
}

.dm-logo .l-row3{
  font-size:16px;
  font-weight:bold;
  display:block;
  width:100%;
  line-height:1em;
  text-align: center;
  letter-spacing:0.1em;
  margin-top:5px;
  background-color:#ffcf5c;
  padding:3px 0;
  color:#000;
}

.dm-logo.mini{
  width:150px;
}

.dm-logo.mini .l-row1{
  font-size:12px;
  width:55px;
}

.dm-logo.mini .l-row2{
  font-size:36px;
  width:95px;
}

.dm-logo.mini .l-row3{
  font-size:13px;
  width:100%;
  line-height:1em;
  margin-top:3px;
  padding:1px 0;
}

.only-sp{
  display:none;
}

.up-d-flex{
  display:flex;
}

.up-fxw-wrap{
  flex-wrap:wrap;
}

.up-d-flex .mk01{
  width:65px;
}

.up-d-flex .mk2{
  width:calc(100% - 65px);
}

.footer-btns{
  width:100%;
  position:fixed;
  left:0;
  bottom:0;
  z-index:999;
  display:none;
}

.btns-list{
  display:flex;
  align-items:center;
  width:100%;
}

.btns-list>*{
  flex:1;
  font-size:14px;
  text-align:center;
  line-height:20px;
}

.btns-list>* i{
  display:inline-block;
  margin-right:3px;
}

[data-element-id].footer-btns{
  display:block;
  position:relative;
}

.btn-mk1 a{
  display:inline-block;
  width:100%;
  padding:5px 0;
  background-color:#ffcf5c;
  color:#000;
  min-height:38px;
}

.btn-mk2 a{
  font-size:12px;
  display:inline-block;
  width:100%;
  padding:5px 0;
  background-color:#fff;border:2px solid #000;
  color:#000;
}

.btn-mk3 a{
  display:inline-block;
  width:100%;
  padding:5px 0;
  background-color:	#00B900;
  color:#fff;
}

.btn-mk1.type-b{
    height:38px;
}

.btn-mk1.type-b a{
  position: relative;
  transition: 300ms;
  overflow:hidden;

}

.btn-mk1.type-b a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.under-space>span{
  margin-right:10px;
}

.yks span{
 font-size: 16px;
 font-weight: bold;
display: inline-block;
line-height: 1em;
 background-color: #ffcf5c;
    padding: 3px 15px;
    color: #000;
    border-radius:15px;
}

.prof-dd{
  width:50px;
}

.prof-dt{
  width:calc(100% - 50px);
}

.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:#ffcf5c;
  opacity:0.6;
  position:absolute;
  bottom:10px;
  left:0;
}

.name-of-e{
  line-height:1em;
  color:#ffcf5c;
  font-size:.8em;
  display:block;
}

.mem1.udb{
  font-size:1.2em;
  border-bottom:2px dotted #ffcf5c;
}


.glist .gitem {
max-width:200px;
}

@media(max-width:1024px){
  .glist .gitem {
max-width:100%;
}

.homeSlide .tbox h2{
  font-size:30px;
}


.footer-btns{
  display:block;
}
}

[data-element-id].footer-btns{
  display:block;
}


.vid-sec{
  background-color:#ecf0f1;
}

.vid-box {
  width:100%;
  height:400px;
}

.vid-box iframe{
  width:100%;
  height:100%;
}

@media(max-width:599px){
  .only-sp{
  display:block;
}

.sp-none{
  display:none;
}

.dm-logo{
  width:130px;
}

.dm-logo .l-row1{
  font-size:12px;
  width:55px;
}

.dm-logo .l-row2{
  font-size:24px;
  width:75px;
}

.dm-logo .l-row3{
  font-size:11px;
  width:100%;
  line-height:1em;
  margin-top:3px;
  padding:1px 0;
}

.cont1000 {
    width: 94%;
}

.homeSlide .tbox h2{
  font-size:24px;
}


.vid-box {
  width:100%;
  height:250px;
}
}

.btn01.mk3 .btn {
    border: 0.2em solid #00B900;
}

.new-bnrs{
  max-width:600px;
  margin:0 auto;
}

.new-bnrs>*{
  flex-grow:1;
  height:130px;
}

.new-bnrs>*>a{
  display:inline-block;
  width:100%;
  height:100%;
}

.new-bnrs>*>a>img{
  display:inline-block;
  width:100%;
  height:100%!important;
  object-fit:contain;
  object-position:center;
}

@media(max-width:599px){
.new-bnrs>*{
  flex-grow:1;
  height:110px;
}  
}

[data-element-id]#gnav li.sub li.submenuitem {
    width:100%;
}

[data-element-id].ofiImg.tc {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}


.for-sp{
  display:none;
}

@media(max-width:599px){
  .for-pc{
    display:none;
  }
  
  .for-sp{
    display:block;
  }
}

[data-element-id].for-sp{
  display:block;
  border:2px solid #666;
  position:relative;
  max-width:375px;
  margin-left:auto;
  margin-right:auto;
}

[data-element-id].for-sp::before{
  content:"SP時用見出し";
  position:absolute;
  bottom:100%;
  left:0;
  display:block;
  border:2px solid #666;
  background-color:#666;
  color:yellow;
  font-size:12px;
  text-align:center;
  width:100%;
  line-height:14px;
}

.homeSlide .tbox h2.for-sp {
    font-size: 24px;
}

.for-sp.cmntit01 {
    font-size: 22px;
}

    h2.for-sp {
        font-size: 24px;
    }

    h3.for-sp {
        font-size: 20px;
    }

    h4.for-sp {
        font-size: 16px;
    }

    h5.for-sp {
        font-size: 14px;
    }

    .for-sp.fz11 {
        font-size: 10px;
    }

    .for-sp.fz12 {
        font-size: 11px;
    }

    .for-sp.fz13 {
        font-size: 11px;
    }

    .for-sp.fz14 {
        font-size: 12px;
    }

    .for-sp.fz15 {
        font-size: 13px;
    }

    .for-sp.fz16 {
        font-size: 14px;
    }

    .for-sp.fz18 {
        font-size: 14px;
    }

    .for-sp.fz20 {
        font-size: 16px;
    }

    .for-sp.fz22 {
        font-size: 16px;
    }

    .for-sp.fz24 {
        font-size: 16px;
    }

    .for-sp.fz26 {
        font-size: 18px;
    }

    .for-sp.fz28 {
        font-size: 18px;
    }

    .for-sp.fz30 {
        font-size: 18px;
    }

    .for-sp.fz32 {
        font-size: 20px;
    }

    .for-sp.fz34 {
        font-size: 20px;
    }

    .for-sp.fz36 {
        font-size: 20px;
    }

    .for-sp.fz38 {
        font-size: 22px;
    }

    .for-sp.fz40 {
        font-size: 22px;
    }

    .for-sp.fz42 {
        font-size: 22px;
    }

    .for-sp.fz44 {
        font-size: 24px;
    }

    .for-sp.fz46 {
        font-size: 24px;
    }

    .for-sp.fz48 {
        font-size: 26px;
    }

    .for-sp.fz50 {
        font-size: 26px;
    }

    .for-sp.fz60 {
        font-size: 36px;
    }
    
    .for-sp h2 {
        font-size: 24px;
    }

    .for-sp h3 {
        font-size: 20px;
    }

    .for-sp h4 {
        font-size: 16px;
    }

    .for-sp h5 {
        font-size: 14px;
    }

    .for-sp .fz11 {
        font-size: 10px;
    }

    .for-sp .fz12 {
        font-size: 11px;
    }

    .for-sp .fz13 {
        font-size: 11px;
    }

    .for-sp .fz14 {
        font-size: 12px;
    }

    .for-sp.fz15 {
        font-size: 13px;
    }

    .for-sp .fz16 {
        font-size: 14px;
    }

    .for-sp .fz18 {
        font-size: 14px;
    }

    .for-sp .fz20 {
        font-size: 16px;
    }

    .for-sp.fz22 {
        font-size: 16px;
    }

    .for-sp .fz24 {
        font-size: 16px;
    }

    .for-sp .fz26 {
        font-size: 18px;
    }

    .for-sp .fz28 {
        font-size: 18px;
    }

    .for-sp .fz30 {
        font-size: 18px;
    }

    .for-sp .fz32 {
        font-size: 20px;
    }

    .for-sp .fz34 {
        font-size: 20px;
    }

    .for-sp .fz36 {
        font-size: 20px;
    }

    .for-sp .fz38 {
        font-size: 22px;
    }

    .for-sp .fz40 {
        font-size: 22px;
    }

    .for-sp .fz42 {
        font-size: 22px;
    }

    .for-sp .fz44 {
        font-size: 24px;
    }

    .for-sp .fz46 {
        font-size: 24px;
    }

    .for-sp .fz48 {
        font-size: 26px;
    }

    .for-sp .fz50 {
        font-size: 26px;
    }

    .for-sp .fz60 {
        font-size: 36px;
    }
    
.home02item .tit .for-sp {
    font-size: 14px;
}

[data-element-id].home02item .tit .for-sp {
   margin-top:30px;
}

[data-element-id].cmntit02:after {
    content: "";
    width: 0.2em;
    height: 1em;
    background-color: var(--color01);
    position: absolute;
    top: 0.2em;
    left: 0;
}

[data-element-id].cmntit02:before {
    top:auto;
}

.for-sp.cmntit03 {
    font-size: 16px;
}

.mainImg .tbox .for-sp.tit {
    font-size: 22px;
}

/*****202401 メインビジュアル箇所変更*****/

.homeSlide .tbox {
  top: 40%;
}
.homeSlide .tbox h2 {
  font-size: 80px;
  text-shadow: 5px 5px 5px #fff;
}

.homeSlide .tbox .text {
  font-size: 32px;
  text-shadow: 2px 2px 5px #fff;
}
.rosette {
  position: absolute;
  width: 40%;
  bottom: 20px;
  right: 50px;
}
.rosette ul {
  display: flex;
  width: 100%;
}
.rosette ul li {
  width: 32%;
  margin: auto;
}
.homeSlide .tbox h2.for-sp {
  font-size: 30px;
}

@media (max-width: 1024px) {
  .homeSlide .tbox h2 {
    font-size: 56px;
  }
  .homeSlide .tbox .text {
    font-size: 26px;
  }
  .rosette {
    width: 50%;
  }
}

@media (max-width: 599px) {
  .homeSlide .tbox h2 {
    text-shadow: 3px 3px 5px #fff;
  }
  .homeSlide .tbox .text {
    font-size: 20px;
    line-height: 1.4;
  }
  .rosette {
    width: 70%;
    right: 15%;
    bottom: 10px;
  }
  .btn-mk1 a {
    font-size: 16px;
  }
  .for-sp {
    margin: 1px auto;
  }

}

.footer-line{
  width: 60px;
    margin-top: 15px;
}



.head-btn{
  top: 160px !important;
    width: 14% !important;
    position: fixed !important;
    right: 0;
    padding: 0 0 0 1% !important;
    background: rgba(255, 255, 255, 0.95);
}

.head-btn02 {
    top: 240px !important;
    width: 8% !important;
    position: fixed !important;
    right: 0;
    padding-left: 0% !important;
    background: rgba(255, 255, 255, 0.95);
}

.head-tel img{
  width: 40px;
}

.head-tel a{
  width: 100%;
  display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.headline-p{
  width: 75%;
}

.headline-p p{
  font-size: 22px;
}

.headtel-img{
  width: 20%;
}

.head-line img{
  width: 87px;
    margin: auto;
    padding-left: 34px;
    padding-bottom: 10px;
}

.head-line p{
  text-align: center;
}


@media (max-width: 1024px) {
  .head-btn, .head-btn02{
    display: none;
  }
}



/* 全体的なフォントの調整 */
body {
    font-family: 'Arial', 'メイリオ', Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-wrapper {
    width: 90%;
    max-width: 960px;
    margin: 30px auto; /* マージンを増やしてゆったりと */
    background-color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15); /* 影をより目立たせて浮遊感を */
    border-radius: 15px; /* 全体に角丸を適用 */
    overflow: hidden; /* 角丸でコンテンツがはみ出ないように */
}

/* --- Main Content --- */
.points-introduction h2 {
    text-align: center;
    color: #FF7043; /* ポップなオレンジ色に変更 */
    margin: 50px 0 30px 0;
    font-size: 2em; /* フォントサイズを大きく */
    font-weight: bold;
    letter-spacing: 0.05em; /* 文字間を少し開ける */
    position: relative;
    padding-bottom: 10px; /* 下線のためにパディングを追加 */
}

.points-introduction h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #FFCD38; /* 明るい黄色で下線 */
    margin: 10px auto 0;
    border-radius: 2px;
}

.points-details {
    padding: 0 30px; /* パディングを増やす */
}

.point-item {
    background-color: #ffffff;
    padding: 20px; /* パディングを増やす */
    margin-bottom: 35px; /* マージンを増やす */
    border: 1px solid #ffe0b2; /* 柔らかいボーダー色 */
    border-radius: 12px; /* 各項目に角丸を適用 */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); /* 項目にも影を */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* ホバーアニメーション */
}

.point-item:hover {
    transform: translateY(-5px); /* マウスオーバーで少し浮き上がる */
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.point-item h3 {
    background-color: #FFCD38; /* 明るい黄色に変更 */
    color: #4A4A4A; /* 濃いグレーで視認性アップ */
    padding: 15px 20px; /* パディングを調整 */
    margin: -20px -20px 25px -20px; /* 親のパディングを相殺しつつ下マージン */
    font-size: 1.6em; /* フォントサイズを大きく */
    font-weight: bold;
    border-top-left-radius: 10px; /* 上部に角丸 */
    border-top-right-radius: 10px;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1); /* 内側に影で立体感を */
}

.point-item h3 .point-number {
    background-color: #FF7043; /* ポップなオレンジ色に変更 */
    color: #fff;
    padding: 6px 12px; /* パディング調整 */
    border-radius: 50%;
    margin-right: 15px;
    font-weight: bold;
    font-size: 1em; /* サイズを少し大きく */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* 数字に影 */
    display: inline-flex; /* 垂直方向中央寄せ */
    align-items: center;
    justify-content: center;
}

/* 価格テーブル */
.price-table {
    width: 100%;
    border-collapse: separate; /* border-spacingのためにcollapseを解除 */
    border-spacing: 0; /* ボーダーの間隔をなくす */
    margin-bottom: 15px;
    border-radius: 8px; /* テーブル全体に角丸 */
    overflow: hidden; /* 角丸からはみ出ないように */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.price-table th, .price-table td {
    border: none; /* ボーダーをなくす */
    border-bottom: 1px solid #eee; /* 薄い下線 */
    border-right: 1px solid #eee; /* 薄い右線 */
    padding: 12px 10px;
    text-align: center;
    font-size: 0.95em;
}

.price-table th {
    background-color: #FFEDCC; /* 明るい背景色 */
    font-weight: bold;
    color: #555;
    text-transform: uppercase; /* 大文字化 */
}
.price-table th:last-child,
.price-table td:last-child {
    border-right: none; /* 最後の列の右線をなくす */
}
.price-table tr:last-child td {
    border-bottom: none; /* 最後の行の下線をなくす */
}

.price-table td:first-child {
    background-color: #FFF8E1; /* より明るい背景色 */
    font-weight: bold;
    color: #444;
}

.table-note {
    font-size: 0.85em; /* 少し大きく */
    color: #666;
    margin-top: 15px;
    line-height: 1.5;
    background-color: #f9f9f9;
    border-left: 4px solid #FFCD38; /* アクセントカラーの左ボーダー */
    padding: 10px 15px;
    border-radius: 5px;
}

/* 確かな職人の塗装技術 */
.craftsmanship {
    display: flex;
    gap: 30px; /* 間隔を広げる */
    align-items: center;
    flex-wrap: wrap; /* 小さい画面で折り返す */
}

.craft-text {
    flex: 2; /* テキストの幅を広げる */
    font-size: 1em; /* フォントサイズ調整 */
    line-height: 1.7;
    background-color: #fdfdfd;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.craft-images {
    flex: 1;
    display: flex;
    gap: 15px; /* 画像の間隔を広げる */
    justify-content: center; /* 中央寄せ */
    flex-wrap: wrap; /* 小さい画面で折り返す */
}

.img-placeholder-craft {
    width: 150px; /* 画像サイズを少し大きく */
    height: 110px;
    background-color: #F8F8F8; /* 薄い背景色 */
    border: 2px solid #FFCD38; /* アクセントカラーのボーダー */
    border-radius: 8px;
    overflow: hidden; /* 画像が角丸からはみ出ないように */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.img-placeholder-craft:hover {
    transform: scale(1.05); /* ホバーで少し拡大 */
}

.img-placeholder-craft img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像がコンテナに収まるように */
}


/* お見積もり無料セクション */
.free-estimate-wrapper {
    display: grid;
    grid-template-columns: 1fr auto; /* 左にテキスト、右に吹き出し */
    gap: 40px; /* 間隔を広げる */
    align-items: center; /* 垂直方向中央寄せ */
}

.estimate-text {
    font-size: 1em;
    line-height: 1.8;
    background-color: #e8f5e9; /* 薄い緑色の背景 */
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #c8e6c9;
}

.estimate-text p {
    margin-bottom: 10px;
}
.estimate-text div { /* 「現地調査後のお見積書作成まで無料です！」の部分 */
    font-size: 1.1em;
    font-weight: bold;
    color: #2E7D32; /* 濃い緑色 */
    background-color: #dcedc8; /* さらに明るい緑 */
    padding: 10px 15px;
    border-radius: 8px;
    display: inline-block; /* テキストの長さに合わせて背景を調整 */
    margin-top: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.advisor-card {
    background-color: #FFF9C4; /* より明るい黄色 */
    border: 2px dashed #FFCD38; /* 点線ボーダーでポップに */
    padding: 20px;
    border-radius: 15px; /* 大きな角丸 */
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央寄せ */
    gap: 15px;
    max-width: 280px; /* カードの最大幅を調整 */
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    animation: pulse 2s infinite ease-in-out; /* 脈打つようなアニメーション */
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.advisor-image-placeholder {
    width: 150px; /* 顔写真サイズを大きく */
    height: 150px;
    background-color: #FFCD38; /* 黄色い背景 */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* 画像がはみ出ないように */
    border: 4px solid #fff; /* 白い縁取り */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.advisor-image-placeholder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advisor-text p {
    margin: 0; /* マージンをリセット */
    font-size: 1em;
}
.advisor-text .advisor-title {
    font-weight: bold;
    color: #FF7043; /* ポップなオレンジ色 */
    font-size: 1.2em; /* タイトルを大きく */
    margin-bottom: 5px;
}
.advisor-text .advisor-contact {
    font-weight: bold;
    color: #4CAF50; /* 緑色の電話番号 */
    font-size: 1.2em; /* 電話番号を大きく */
    margin-top: 10px;
    letter-spacing: 0.03em;
    background-color: #e8f5e9;
    padding: 5px 10px;
    border-radius: 5px;
}

/* スマホ表示時の調整 */
@media (max-width: 768px) {
    .page-wrapper {
        width: 95%;
        margin: 20px auto;
        border-radius: 10px;
    }

    .points-introduction h2 {
        font-size: 1.8em;
        margin: 30px 0 20px 0;
    }

    .points-details {
        padding: 0 15px; /* スマホではパディングを狭く */
    }

    .point-item {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .point-item h3 {
        font-size: 1.4em;
        padding: 12px 15px;
        margin: -15px -15px 20px -15px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .point-item h3 .point-number {
        padding: 5px 10px;
        font-size: 0.9em;
    }

    .price-table th, .price-table td {
        padding: 8px 5px;
        font-size: 0.85em;
    }

    .craftsmanship {
        flex-direction: column;
        gap: 20px;
    }

    .craft-images {
        flex-direction: row; /* スマホでも横並びに、ただし折り返し */
        justify-content: center;
        width: 100%;
    }

    .img-placeholder-craft {
        width: 100px; /* スマホでの画像サイズ調整 */
        height: 75px;
    }

    .free-estimate-wrapper {
        grid-template-columns: 1fr; /* スマホでは1列表示 */
        gap: 25px;
    }

    .estimate-text {
        padding: 15px;
    }

    .estimate-text div {
        font-size: 1em;
        padding: 8px 12px;
        margin-top: 10px;
    }

    .advisor-card {
        max-width: 100%;
        padding: 15px;
        border-radius: 12px;
        flex-direction: row; /* スマホでは顔写真とテキストを横並びに */
        text-align: left;
        justify-content: center; /* カード全体を中央寄せに */
    }

    .advisor-image-placeholder {
        width: 100px; /* スマホでの顔写真サイズ */
        height: 100px;
    }

    .advisor-text {
        flex: 1; /* テキストが残りのスペースを占めるように */
    }

    .advisor-text .advisor-title {
        font-size: 1.1em;
    }
    .advisor-text .advisor-contact {
        font-size: 1.1em;
    }

    /* PCとSPで表示を切り替える部分の調整 */
    .for-pc {
        display: none; /* スマホでは非表示 */
    }
    .for-sp {
        display: block; /* スマホでは表示 */
    }
}

@media (min-width: 769px) {
    /* PCではSP用を非表示 */
    .for-sp {
        display: none;
    }
    /* PCではPC用を表示 */
    .for-pc {
        display: block;
    }
}

.price-table td .price-value {
    font-size: 1.5em; /* 金額本体をさらに大きく */
    color: #FF7043; /* ポップなオレンジ色 */
    font-weight: bold;
    display: inline-block; /* 必要に応じて調整 */
    margin-right: 0.2em; /* 単位との間に少しスペース */
}

/* 単位部分のフォントサイズ調整 */
.price-table td {
    font-size: 1em; /* 全体的なフォントサイズを調整 */
}
