@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/162.43.53.63/R04/font/komorebi-gothic.eot');
    src: url('/import/tenant_1/162.43.53.63/R04/font/komorebi-gothic.eot') format("embedded-opentype"),
        url('/import/tenant_1/162.43.53.63/R04/font/komorebi-gothic.woff') format("woff"),
        url('/import/tenant_1/162.43.53.63/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: 1;
}

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: 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: 150px;
        padding: 1.5em 0;
    }

    .fix .hlogo a {
        max-width: 200px;
    }
}

/* 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: 1.5em 8%;
        text-align: left;
        border: none !important;
    }

    #gnav .glist .gitem.glogo {
        margin-bottom: 1em;
        border-bottom: none;
   
    }
    
    #gnav .glist .gitem.glogo img{
      max-width:200px!important;;
    }

    #gnav .glist .gitem.glogo a:after {
        content: none;
    }

    #gnav .glist .glogo a {
        text-align: center;
        background: none ! important;
             padding:10px 0;
    }

    .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: 60px 0 33%;
    }
}

/* footer */
footer {
    background-color: var(--color02);
}

.fbnr {
    padding: 5em 0;
}

.fbnrcontbox {
    padding: 5em 5em;
    background-color: rgba(255, 255, 255, 0.8);
}

.fbnritem {
    width: 360px;
    max-width: 46%;
    margin: 2%;
    padding: 2em 1.5em;
    border: 0.2em solid var(--color01);
    border-radius: 0.5em;
    background-color: var(--color09);
}

.fbnritem.greenbtn{
  border: 0.2em solid #006d3a;
    border-radius: 0.5em;
    background-color: var(--color01);
}

.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;
    text-align: center;
}

.fbnritem .iconbox {
    width: 20%;
    margin-bottom: 1em;
}

.fbnritem .icon {
    display: inline-block;
}

.ftopinL {
    width: 49%;
    padding: 5em 0;
}

.ftopinR {
    width: 49%;
}

.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: 2em;
}

.finfoitem dt img {
    vertical-align: middle;
}

.finfoitem dt+dd {
    width: calc(100% - 2.2em);
}

.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: 23%;
    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%;
        padding:2em 0;
    }

    .fbnrcontbox {
        padding: 3em .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 0 30px 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%;
    text-shadow: #fff 1px 1px 10px,  #fff -1px 1px 10px, #fff 1px -1px 10px,  #fff -1px -1px 10px;
}

.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 .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: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: 70%;
    }

    .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;
        padding: 0.5em;
    }
}

/* cmn layout */
.cmnnav01item {
    width:48%;
}

.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) {
  .cmnnav01item{
    width:100%;
  }
}

@media (max-width: 599px) {}

/* home */


.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 .ofiImg {
    overflow: hidden;
}

.home01item .pbox .ofiImg {
    -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: 48%;
    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 .label {
    display: inline-block;
    padding: 0.3em;
    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 {

    border: 0.25em solid var(--color01);
}

.home04item a {
    display: block;
        padding: 0.75em;
}

.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 .label {
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color03);
}

.home05flowbox {
    margin: 2em 0 7em;
    padding: 2em 0 4.5em 2em;
    background-color: var(--color09);
    position: relative;
    z-index: 1;
}

.home05flowbox:before {
    content: "";
    width: 5em;
    height: 3em;
    background-image: url('/import/tenant_1/162.43.53.63/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/162.43.53.63/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: #006d3a;
}

.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: 100%;
    height: 100%;
    background-color: var(--color09);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.home05faqbox .more01 {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.home05faqbox .titbox .tit .icon {
    display: inline-block;
    padding: 0 4.5em;
    position: relative;
}

.home05faqbox .titbox .tit .icon:before {
    content: "";
    width: 3.42em;
    height: 2.75em;
    background-image: url('/import/tenant_1/162.43.53.63/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/162.43.53.63/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) {

    .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: 108%;
        margin: 1%;
    }


    .home05faqbox {
        padding: 2em 1em 4.5em 1em;
    }
    
    .home05faqbox .more01 {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    bottom: 0;
    left: 0%;
}
}

/* 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);
}

.list-recruit .company01item dt {
    width: 7em;
    padding: 1em 1em;
}

.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;
}

.list-recruit .company01item dt+dd {
    width: calc(100% - 7em);
    padding: 1em 1em;
}



@media (max-width: 1024px) {}

@media (max-width: 599px) {
    .company01item dt {
        width: 100%;
        padding: 1em 1em;
    }

    .company01item dt+dd {
        width: 100%;
        padding: 1em 1em;
    }
    
   .list-recruit .company01item dt {
    width: 100%;
}

.list-recruit .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;
}

.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: 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/162.43.53.63/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/162.43.53.63/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: 26%;
}

.constructionitem a {
    display: block;
}

.constructionitem .pbox {
    margin-bottom: 1.5em;
}

.constructionitem .pbox .ofiImg {
    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 .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 {
    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 .ofiImg {
    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: 24%;
}

.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/162.43.53.63/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/162.43.53.63/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:#15b825;
    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+.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;
}

/* スマホ用見出し */
.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] .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:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}








/*以下追加分*/

.mini-list li{
    padding-left: 30px;
    display: block;
    width: 100%;
    font-weight: bold;
    position: relative;
}

.mini-list li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/upload/tenant_1/checker.webp");
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0px;
}

.mini-left{
  width:110px;
}

.mini-right{
  width:calc(100% - 110px);
}

.mk2 .concept01list .concept01item .concept01itemin {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media(max-width:599px){
  .mini-list li {
    padding-left:22px;
}

  .mini-list li::before {
   width: 18px;
    height: 18px;
}
  .mk2 .concept01list .concept01item .concept01itemin{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
}

.home03item .term .label{
  background-color:#006d3a;
  color:#fff;
}

.new-mini-title{
    background-color:#006d3a;
  color:#fff;
 padding:3px 10px;
 border-radius:5px;
}

.bgc01 .cmntit03.type01{
  background-color:#fff;
}

.fnewsitem{
  padding-bottom:15px;
  border-bottom:3px dashed var(--color01);
}

.news-cat{
display: inline-block;
    margin: 2px;
    padding: 0.25em 1em;
    line-height: 1.4;
    border-radius: 0.5em;
    background-color: var(--color03);
}

.ofiImg img{object-position:center!important;}

.mainImg img{
  opacity:0.6;
}

dd.check-boxer label {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 10px 0 22px;
    position: relative;
    margin-right:15px;
}

dd.check-boxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 0.4em;
    left: 0;
}

dd.check-boxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

dd.check-boxer input {
    display: none;
}

dd.check-boxer input:checked+label {
    text-decoration: underline;
}

dd.check-boxer 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:#006d3a;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 5px;
    left: 2px;
}



.foot-banner {
  display: none;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:3;
      padding: 5px 10px;
    background: rgba(0, 0, 0, 0.3);
}
    
[data-element-id].foot-banner {
   display: block;
   position:relative;
   width:375px;
}

.foot-banner .contact {
    width: 48%;
}

.foot-banner .tel {
    width: 48%;
}

.foot-banner a {
    display: block;
    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;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    flex-wrap:wrap;
    height:100%;
}

.foot-banner .contact a {
    background: var(--color01);
}

.foot-banner .contact .type-b-minus a {
    background: #ff9933;
}

.foot-banner .tel a {
    background: #006d3a;
}

.foot-banner a span {
    margin: 0 3px;
}

.foot-banner .contact img {
    width: 20px;
    display: block;
}


.foot-banner .tel img {
    width: 14px;
    display: block;
}

.foot-banner span.up-fz-12{
  margin-top:-8px;
}

@media(max-width:599px){
  .foot-banner {
   display: block;
  }
  
  .lh250{
    line-height:2em;
  }
  
  .fz16,
  .fz18{
    font-size:16px;
  }
  
  .home05faqitem .balloon {
    padding: 0.75em;
}

.home05faqitem{
  padding:0;
}

.twin-btns .back01 .btn{
  width: 150px;
}

.mainImg .tbox .tit:after {
    content: "";
    width: 1.25em;
    height: 0.1em;
    display: block;
    margin: 0.1em 0 0.1em;
    line-height: 0;
    background-color: var(--color01);
}

.homeSlide .uk-slidenav-position:after {
    content: "";
    min-height: 60vh;
    display: block;
    padding-top: 60%;
}

.faq01item .q{
      padding-left: 45px;
}

.faq01item .a{
      padding-left: 45px;
}

.cont1000{
          width: 96%;
}
}

[data-element-id].pcnone{
    border: solid 2px #ff1493;
    position:relative;
}

[data-element-id] .pcnone::after {
    content: 'PC時非表示';
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ff1493;
}

.show\@sp.cmntit01{
  font-size:22px;
}

.show\@sp.fz24{
  font-size:16px;
}

.fz130{
  font-size: 130%;
}

.mainImg .tbox .show\@sp .tit {
        font-size: 22px;
    }
    
    
    .snslink.item a{
      display:flex;
      align-items: center;
    }
    
    .snslink img{
      width:20px;
      height:20px;
      object-fit:contain;
      object-position:center;
      display:inline-block;
      margin-right:5px;
    }
    
.uk-slideshow img{
  animation: fadezoom 30s linear normal both infinite;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.lh250{
  line-height:1.8em;
}

.fc99{
  color:#006d3a;
}

/* 2025/07/15 */
.formitem dd.file input {
  background-color: transparent;
  border: none;
}

/* 2025/07/25 */

@media screen and (max-width:599px) {
 .contact02box object{
  width: 100%;
}
}
