@charset "utf-8";

/* -----------------------------------------------------------
    リフォームページ共通
-------------------------------------------------------------- */
.scroll-hint-icon {
    z-index: 2;
}

@media screen and (min-width: 769px) {
    .js-scrollable {
        overflow: unset !important;
    }

    .scroll-hint-icon {
        display: none !important;
    }
}

.page-reform .header {
    position: absolute !important;
}

.page-reform .menu-anchor {
    margin-top: -60px;
    padding-top: 60px;
}

.page-reform .attention {
    color: var(--cmnred);
    font-size: 1.5rem;
}

#footer_fixed {
    display: none !important;
}

#page_top {
    bottom: 10px !important;
}

@media screen and (max-width: 768px) {

    .page-product-top #sp_head .sp_head_cv {
        right: 10px;
    }

    .page-product-top .drawer_open #sp_head .sp_head_cv {
        right: 70px;
    }

    /*sp_gnav_btn ヘッダーと目次横に2つ表示   !!!注意!!!------------------------------*/
    .page-reform .sp_head_bg .sp_gnav_btn span:nth-of-type(1) {
        top: 17px;
        left: 17px;
        transform: none;
    }

    .page-reform .drawer_open .sp_head_bg .sp_gnav_btn span:nth-of-type(1) {
        top: 26px !important;
        left: 10px !important;
        transform: translateY(6px) rotate(-45deg) !important;
    }

    .page-reform .is_active .sp_head_bg .sp_gnav_btn span:nth-of-type(1) {
        top: 26px;
        left: 10px;
        transform: translateY(6px) rotate(-45deg);
    }

    .page-reform .sp_head_bg .sp_gnav_btn span:nth-of-type(2) {
        opacity: 1;
    }

    .page-reform .drawer_open .sp_head_bg .sp_gnav_btn span:nth-of-type(2) {
        opacity: 0 !important;
    }

    .page-reform .is_active .sp_head_bg .sp_gnav_btn span:nth-of-type(2) {
        opacity: 0;
    }

    .page-reform .sp_head_bg .sp_gnav_btn span:nth-of-type(3) {
        top: 39px;
        left: 17px;
        transform: none;
    }

    .page-reform .drawer_open .sp_head_bg .sp_gnav_btn span:nth-of-type(3) {
        top: 38px !important;
        left: 10px !important;
        transform: translateY(-6px) rotate(45deg) !important;
    }

    .page-reform .is_active .sp_head_bg .sp_gnav_btn span:nth-of-type(3) {
        top: 38px;
        left: 10px;
        transform: translateY(-6px) rotate(45deg);
    }

    /*sp_gnav_btn ヘッダーと目次横に2つ表示   !!!注意!!!------------------------------*/
    #page_top {
        bottom: 80px !important;
    }
}

/* -----------------------------------------------------------
    intro-area
-------------------------------------------------------------- */
.intro-wrap {
    margin: 70px 0 40px;
}

.intro-area .text-box {
    width: 50%;
    float: left;
}

.intro-area .text-wrap {
    padding: 0 50px;
}

.intro-area .catch {
    font-size: 4.3rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.7;
    margin: 0 0 40px;
}

.intro-area .intro-descript-wrap {
    width: 50%;
    float: left;
}

.intro-area .intro-descript {
    margin: 0 auto;
    padding: 0 50px;
}

.intro-area .intro-descript p {
    font-size: 1.7rem;
    letter-spacing: .09em;
}

.intro-area .intro-descript p:not(:first-of-type) {
    margin: 30px 0 0;
}

.intro-img {
    width: 50%;
    position: relative;
    overflow: hidden;
    float: right;
    height: 540px;
}

.intro-mask {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
}

.intro-area .add-animation img {
    animation: zoom-fade 10s linear forwards;
}

.intro-img img {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .intro-area {
        margin: 0 0 40px;
    }

    .intro-area .text-box {
        width: 100%;
    }

    .intro-wrap {
        margin: 30px auto 0;
    }

    .intro-img {
        width: 100%;
        aspect-ratio: 760/540;
        height: 100%;
    }

    .intro-area .text-wrap {
        width: 100%;
        margin: 0 auto !important;
        padding: 0;
        text-align: center;
        max-width: unset;
    }

    .intro-area .catch {
        margin: 0 0 15px;
        font-size: 2.7rem;
        text-align: left;
    }

    .intro-area .intro-descript-wrap {
        width: 100%;
    }

    .intro-area .intro-descript {
        width: 100%;
        max-width: unset;
        padding: 0;
        margin: 10px auto 0;
    }

    .intro-area .intro-descript p {
        font-size: 1.6rem;
        letter-spacing: .05em;
    }

    .intro-area .intro-descript p:not(:first-of-type) {
        margin: 25px 0 0;
    }

    .intro-img img {
        height: auto;
        width: 150vw;
        max-width: unset;
    }
}

/* -----------------------------------------------------------
    menu-box
-------------------------------------------------------------- */
#menu-box {
    position: absolute;
    left: 0;
    right: 0;
    background: #ECECEC;
    height: 60px;
}

#menu-box.menu-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
    width: 100%;
}

#menu-box .menu-area__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 100%;
    min-width: 1280px;
}

/*--menu-nav__wrap--------------------------------*/
#menu-box .menu-nav__wrap {
    height: 100%;
}

@media screen and (min-width: 769px) {
    #menu-box .menu-nav__wrap {
        display: block !important;
    }
}

#menu-box .menu-nav__inner {
    display: flex;
    justify-content: center;
    height: 100%;
}

#menu-box .menu-nav__list li {
    flex-shrink: 0;
    height: 100%;
}

#menu-box .menu-nav__list {
    align-items: center;
    display: flex;
    justify-content: center;
}

#menu-box .menu-nav__list a {
    align-items: center;
    display: flex;
    color: inherit;
    height: 100%;
    justify-content: center;
    letter-spacing: .07em;
    transition: .3s;
    width: 100%;
    padding: 0 15px;
    position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
    #menu-box .menu-nav__list a {
        letter-spacing: .05em;
        padding: 0 15px;
        font-size: 1.5rem;
    }
}

#menu-box .menu-nav__list a::after {
    background: var(--linkc);
    bottom: 0;
    content: '';
    display: inline-block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.4s;
    width: 0;
}

@media screen and (min-width: 769px) {
    #menu-box .menu-nav__list a:hover {
        color: var(--linkc);
    }

    #menu-box .menu-nav__list a:hover::after {
        width: 100%;
    }
}

#menu-box .menu-nav__list span {
    padding: 0 0 0 20px;
    position: relative;
    transition: .3s;
    line-height: 1.3;
    letter-spacing: .05em;
}

#menu-box .menu-nav__list span::before {
    position: absolute;
    content: "\f078";
    display: block;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    font: 900 1.4rem / 1 'Font Awesome 5 Free';
    color: var(--linkc);
    transition: .5s;
}
#menu-box .menu-nav__list .pagetop span::before {
    content: "";
    top: 52%;
    left: 0px;
    background: var(--linkc);
	width: 3px;
	height: 82%;
	border-radius: 10px;
}

#menu-box .menu-area-main {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
}

/*#menu-box .menu-area-logo {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    opacity: 0;
}*/
#menu-box .menu-area-logo {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    opacity: 0;
	line-height: 1.4;
	font-size: 1.4rem;
	transition: .3s;
}
#menu-box .menu-area-logo a {
	color: #666;
	display: flex;
	align-items: center;
	gap: 0 5px;
}
#menu-box .menu-area-logo a::before {
    content: "\f053";
    display: inline-block;
    font: 900 1.2rem / 1 'Font Awesome 5 Free';
	margin: 2px 0 0;
}
/*#menu-box.menu-fix-sp .menu-area-logo {
    opacity: 1;
}*/

@media screen and (min-width: 1360px) {
    #menu-box.menu-fix-sp .menu-area-logo {
		opacity: 1;
	}
}

#menu-box .menu-area-logo img {
    /*height: 45px;*/ /*新ロゴ*/
    height: 20px;
}

/*--menu-more__trg--------------------------------*/
#menu-box .menu-more__trg {
    align-items: center;
    flex-shrink: 0;
    display: flex;
    height: 100%;
    position: relative;
}

@media screen and (min-width:769px) {
    #menu-box .menu-more__ttl {
        display: none;
    }
}

#menu-box .menu-btn__form {
    flex-shrink: 0;
    height: 100%;
}

#menu-box .menu-btn__form a {
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, #FFB300, #F29700);
    display: flex;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    padding: 4px 40px 5px;
    position: relative;
    justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 1460px) {
    #menu-box .menu-btn__form a {
        padding: 0;
        position: relative;
        width: 100px;
        height: 100%;
    }
}

#menu-box .menu-btn__form a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: linear-gradient(90deg, #FF9B00, #FF4242);
    transform-origin: left bottom;
    transform: scale(0, 1);
    transition: all .15s ease-in;
}

#menu-box .menu-btn__form a:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
}


@media screen and (min-width: 769px) and (max-width: 1460px) {
    #menu-box .menu-btn__form a::after {
        content: "";
        background: url("../img/cmn-mail.svg")center/cover no-repeat;
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform : translate(-50%,-50%);
        transform : translate(-50%,-50%);
    }
}

#menu-box .menu-btn__form a:hover {
    color: #fff;
}

#menu-box .menu-btn__form span {
    font-size: 1.8rem;
    padding: 0 0 0 35px;
    position: relative;
    z-index: 2;
    line-height: 1.3;
    letter-spacing: .05em;
    text-align: left;
}

@media screen and (min-width: 769px) and (max-width: 1460px) {
    #menu-box .menu-btn__form span {
        display: none;
    }
}

#menu-box .menu-btn__form span::before {
    content: "";
    background: url("../img/cmn-mail.svg")center/cover no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

#menu-box .menu-btn__form img {
    width: 30px;
    position: relative;
    z-index: 1;
}

#menu-box .menu-btn__tel {
    align-items: center;
    color: #333;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    text-align: center;
    width: 210px;
    line-height: 1;
    padding: 0 10px;
    height: 100%;
    justify-content: center;
}

@media screen and (min-width: 769px) and (max-width: 1460px) {
    #menu-box .menu-btn__tel {
        padding: 0 10px 0 10px;
    }
}

#menu-box .menu-btn__tel a {
    color: #333;
    width: fit-content;
}

#menu-box .menu-btn__tel .num {
    position: relative;
    padding: 0 0 0 22px;
    font: 700 2.3rem /1 var(--en);
    letter-spacing: 0;
}


#menu-box .menu-btn__tel .num::before {
    position: absolute;
    content: "\f879";
    display: block;
    top: 2px;
    left: 0;
    font: 900 1.7rem / 1 'Font Awesome 5 Free';
    transform: scaleX(-1);
    color: #333;
    line-height: 1;
}

#menu-box .menu-btn__tel .time {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0 0 0;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {

    /*sp_gnav_btn ヘッダーと目次横２つあるので注意!!!------------------------------*/
    .page-reform #menu-box .menu-other__btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-reform #menu-box .menu-other__btn img {
        width: 26px;
        height: 25px;
    }

    /*sp_gnav_btn ヘッダーと目次横２つあるので注意!!!------------------------------*/
    #menu-box {
        background: transparent;
        box-shadow: none;
        width: 100%;
    }

    #menu-box.menu-fix {
        box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, .3);
    }

    #menu-box .menu-area__wrap {
        display: block;
        min-width: 100%;
    }

    #menu-box .menu-area-main {
        display: block;
    }

    #menu-box .menu-more__trg {
        width: 100%;
    }

    #menu-box .menu-nav__inner {
        display: block;
        min-width: unset;
        max-width: unset;
        margin: 0 auto;
    }

    #menu-box .menu-more__ttl {
        align-items: center;
        background: #fff;
        flex-shrink: 0;
        font-weight: bold;
        font-size: 2rem;
        line-height: 1;
        padding: 15px 20px;
        position: relative;
        display: flex;
        width: calc(100% - 60px);
        justify-content: space-between;
        height: 100%;
    }

    #menu-box .menu-more__ttl span {
        position: relative;
        padding: 0 35px 0 0;
    }

    #menu-box .menu-more__ttl span::after {
        background: url(../img/icon_plus.jpg)center/contain no-repeat;
        position: absolute;
        display: inline-block;
        content: "";
        width: 25px;
        height: 25px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #menu-box .menu-more__ttl.menu-open span::after {
        background-image: url(../img/icon_minus.jpg);
    }

    #menu-box .menu-nav__wrap {
        z-index: 5;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 10px;
    }

    #menu-box .menu-nav__wrap {
        display: none;
        height: auto;
        position: relative;
        z-index: 16;
        background: #f4f4f4;
    }

    #menu-box .menu-nav__wrap ul {
        padding: 5px 20px 0;
        display: block;
    }

    #menu-box .menu-nav__wrap ul li {
        display: block;
        margin: 0;
        text-align: left;
        width: 100%;
        font-size: 1.6rem;
        max-width: unset;
    }

    #menu-box .menu-nav__list a {
        font-size: 1.6rem;
        height: auto;
        display: block;
        border-bottom: #ccc solid 1px;
        position: relative;
        padding: 13px 0;
    }

    #menu-box .menu-nav__wrap ul li:last-child a {
        border-bottom: none;
    }

    #menu-box .menu-nav__list span {
        color: #333;
		line-height: 1.4;
    }
	#menu-box .menu-nav__list .pagetop span::before {
		left: 5px;
		width: 4px;
	}
	
    .page-reform #menu-box [class^="menu-btn__"] {
        align-items: center;
        border-radius: 60px;
        box-shadow: 0 5px 8px 3px rgba(0, 0, 0, .1);
        display: flex;
        color: #333;
        gap: 8px;
        height: 56px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        line-height: 1.2;
        padding: 0;
    }

    .page-reform #menu-box .menu-btn__tel, .page-reform #menu-box .menu-btn__form {
        position: fixed;
        bottom: 10px;
        height: 60px;
        z-index: 2;
        opacity: 0;
    }

    #menu-box.menu-fix-sp.menu-fix-sp .menu-btn__tel, #menu-box.menu-fix-sp.menu-fix-sp .menu-btn__form {
        opacity: 1;
    }

    /*.page-reform #menu-box .menu-btn__tel {
        background: #eaeaea;
        width: 40%;
        padding: 0 5px 4px 5px;
        left: 0;
    }*/
    #menu-box .menu-btn__tel {
        background: #fff;
        width: 40vw !important;
        left: 10px;
    }

    #menu-box .menu-btn__tel a {
        text-decoration: none;
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 50px;
    }

    #menu-box .menu-btn__tel a::before {
        content: "";
        align-items: center;
        background: #EEF1F1 url(../img/f-free-tel.svg)center/19px no-repeat;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        left: 5px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #menu-box .menu-btn__tel .time {
        white-space: nowrap;
        font-size: 1.1rem;
        font-weight: bold;
        color: #888;
        letter-spacing: 0;
        padding: 0;
        text-align: left;
        margin: 5px 0 0;
    }

    #menu-box .menu-btn__tel .num {
        font: 700 1.4rem /1 var(--sans);
        text-align: left;
        padding: 0;
    }

    #menu-box .menu-btn__tel .num::before {
        display: none;
    }

    #menu-box .menu-btn__form {
        width: 53vw !important;
        left: calc(40vw + 20px);
        background: linear-gradient(70deg, #FFB300 0, #F29700);
    }

    #menu-box .menu-btn__form a {
        /*background: linear-gradient(90deg, #FFB300, #F29700);*/
        background: transparent;
        width: 100%;
        padding: 0 5px 0 53px;
        position: relative;
        justify-content: flex-start;
    }

    #menu-box .menu-btn__form a::after {
        align-items: center;
        background: #FFFEFC url(../img/free-quote-icon.svg)center/19px 14px no-repeat;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        content: "";
        left: 5px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #menu-box .menu-btn__form a::before {
        display: none;
    }

    #menu-box .menu-btn__form span {
        font-size: 1.4rem;
        padding: 0;
    }

    #menu-box .menu-btn__form span::before {
        display: none;
    }
}

/* -----------------------------------------------------------
    worries-area
-------------------------------------------------------------- */
.worries-area {
    margin: 60px 0 0;
    padding: 120px 0 0;
}

.worries-area .worries-catch {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .05em;
}

.worries-area .worries-box-wrap {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    margin: 50px 0 0;
}

/*worries-box-------------------------------------*/
.worries-area .worries-box {
    flex-shrink: 0;
    width: calc((100% - 10px) / 2);
    padding: 40px 30px 110px;
    position: relative;
}

.worries-area .worries-box::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 265px;
    height: 91px;
}

.worries-box-wrap .worries-box:first-child::before {
    background-image: url("../img/reform-kitchen-worries01.png");
}

.worries-box-wrap .worries-box:nth-child(2)::before {
    background-image: url("../img/reform-kitchen-worries02.png");
}

.worries-box-ttl {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
}

.worries-box-ttl span {
    font-size: 2.9rem;
    margin: 0 2px 0 0;
}

.worries-box-list {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.worries-box-list li {
    background: #fff;
    flex-grow: 1;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 15px 20px 18px;
    line-height: 1.6;
    letter-spacing: .05em;
    text-align: left;
    width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
    .worries-area {
        margin: 150px 0 0;
        padding: 0;
    }

    .worries-area .worries-catch {
        font-size: 2.2rem;
    }

    .worries-area .worries-box-wrap {
        gap: 30px;
        margin: 25px 0 0;
        flex-direction: column;
    }

    .worries-box-list {
        margin: 20px 0 0;
        display: block;
    }

    .worries-area .worries-box {
        width: 100%;
        padding: 20px 15px 90px;
    }

    .worries-area .worries-box::before {
        width: 245px;
        height: 71px;
    }

    .worries-box-ttl {
        font-size: 1.8rem;
    }

    .worries-box-ttl span {
        font-size: 2.4rem;
    }

    .worries-box-list li {
        font-size: 1.6rem;
        padding: 13px 15px 14px;
        text-align: left;
        width: 100%;
    }

    .worries-box-list li:nth-child(n + 2) {
        margin-top: 15px;
    }
}

/* -----------------------------
	service-area
-------------------------------- */
.service-area {
    margin: 100px 0 0;
    padding: 80px 0 0;
}

.service-area .service-ttl .img {
    width: 55px;
}

.service-area .service-ttl .img img {
    width: 100%;
    aspect-ratio: 55/48;
}

.service-area .service-ttl figure {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-area .service-ttl figcaption {
    font-size: 1.5rem;
    font-family: 'heebo';
    letter-spacing: .1em;
    font: 500 1.7rem /1 var(--en2) "Heebo", sans-serif;
    color: #333;
}

.service-area .service-ttl .txt {
    font-weight: bold;
    font-size: 4.5rem;
    letter-spacing: .05em;
    line-height: 1.6;
    margin: 20px 0 0;
}

.service-area .service-catch {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .05em;
    margin: 40px 0 0;
}

.service-area .service-description {
    font-size: 1.7rem;
    line-height: 2.4;
    letter-spacing: .09em;
    margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
    .service-area {
        margin: 80px 0 0;
        padding: 190px 0 0;
    }

    .service-area::before {
        width: 140px;
        height: 120px;
        right: 10px;
        top: 10px;
    }

    .service-area .service-ttl figure {
        gap: 7px;
    }

    .service-area .service-ttl figcaption {
        font-size: 1.5rem;
    }

    .service-box-user figcaption small {
        font-size: 1.3rem;
    }

    .service-area .service-ttl .txt {
        font-size: 2.6rem;
        margin: 15px 0 0;
    }

    .service-area .service-catch {
        font-size: 2.1rem;
        margin: 25px 0 0;
        letter-spacing: .03em;
    }

    .service-area .service-description {
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: .05em;
        margin: 20px 0 0;
    }

    .service-area .service-catch {
        font-size: 2.2rem;
        margin: 30px 0 0;
    }
}

/* -----------------------------------------------------------
   reason-area
-------------------------------------------------------------- */
.reason-area {
    margin: 100px 0 0;
	padding: 80px 0 30px;
}

#reform-kitchen .reason-area {
	background-color: var(--kitchenbg);
}
#reform-wetarea .reason-area {
	/*background-color: var(--wetbg);*/
	background: #EBF6F6;
}

.reason-area .reason-list {
    max-width: 1200px;
    width: 100%;
    margin: 70px auto 0 auto;
    /*padding: 0 50px;*/
}

.reason-area .reason-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
	margin: 0 0 70px;
}

/*.reason-area .reason-list .reason-item:nth-child(2n) {
    flex-direction: row-reverse;
}*/

.reason-area .reason-img {
    /*width: 50%;
    height: 580px;*/
	width: 40%;
    height: 420px;
    flex-shrink: 0;
}

.reason-area .reason-img .bg-slide {
    width: 100%;
    height: 100%;
}

.reason-area .reason-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reason-area .reason-list .reason-box {
    width: 60%;
}

.reason-area .reason-list .catch-wrap {
	/*
    display: flex;
    align-items: center;
    gap: 15px;
	*/
}

.reason-area .reason-list .catch {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .05em;
}

.reason-area .reason-list .num {
    font: 700 1.8rem / 1.2 var(--en);
    letter-spacing: .03em;
    width: fit-content;
	margin: 0 0 5px;
}
.reason-area .reason-list .num span {
    font-size: 2.2rem;
}
#reform-kitchen .reason-area .reason-list .num {
	color: var(--kitchen);
}
#reform-wetarea .reason-area .reason-list .num {
	color: var(--wet);
}

.reason-area .reason-list .descript {
    margin: 10px 0 0;
}

.reason-area .reason-list .descript p {
    margin: 25px 0 0;
}

@media screen and (max-width: 768px) {
    .reason-area {
        margin: 50px 0 0;
		padding: 40px 0 50px;
    }

    .reason-area .reason-list {
        max-width: unset;
        min-width: unset;
        margin: 30px auto 0;
        padding: 0;
    }

    .reason-area .reason-item {
        flex-direction: column !important;
        gap: 0;
		margin: 0;
    }

    .reason-area .reason-list .reason-item:nth-child(n+2) {
        margin-top: 35px;
    }

    .reason-area .reason-img {
        width: 100%;
        height: auto;
    }

    .reason-area .reason-img .bg-slide {
        width: 100%;
        height: auto;
    }
    
    .reason-area .reason-img .bg-slide img {
        aspect-ratio: 718/560;
    }

    .reason-area .reason-list .reason-box {
        width: 100%;
        padding: 0 20px;
    }

    .reason-area .reason-list .num {
		align-items: center;
		display: flex;
		
        font-size: 1.6rem;
        flex-direction: row;
        gap: 1px;
        line-height: 1.1;
        padding: 7px 10px 5px 12px;
        position: relative;
        margin: -15px auto 15px;
        z-index: 11;
    }
	#reform-kitchen .reason-area .reason-list .num {
		background: #FFF;
		border: 1px var(--kitchen) solid;
	}
	#reform-wetarea .reason-area .reason-list .num {
		background: #FFF;
		border: 1px var(--wet) solid;
	}

	/*
	.reason-area .reason-list .num {
		align-items: center;
		background: #ddd;
		display: flex;
		font: 700 1.5rem / 1.2 var(--en);
		flex-shrink: 0;
		flex-direction: column;
		letter-spacing: .03em;
		width: fit-content;
		padding: 10px;
	}
	*/

    .reason-area .reason-list .num span {
        font-size: 1.9rem;
    }

    .reason-area .reason-list .catch-wrap {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .reason-area .reason-list .catch {
        font-size: 2.5rem;
        text-align: left;
        line-height: 1.6;
        width: 100%;
        letter-spacing: .07em;
    }

    .reason-area .reason-list .descript {
        margin: 0;
    }

    .reason-area .reason-list .descript p {
        margin: 20px 0 0;
        line-height: 2;
        letter-spacing: .07em;
    }
}

/* -----------------------------------------------------------
  center-cv-link
-------------------------------------------------------------- */
.center-cv-link {
    background: #333;
    padding: 40px 0;
    margin: 50px 0 0;
}

.center-cv-link.center-cv-link2 {
    margin: 100px 0 0;
}

.center-cv-link a {
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;
}

.center-cv-link a::after {
    content: "";
    bottom: 10px;
    background: url("../img/cmn-arrow-2.svg")center/contain no-repeat;
    width: 40px;
    height: 25px;
    position: absolute;
    right: 20px;
}

.center-cv-link figure {
    align-items: center;
    background: #fff;
    display: flex;
    margin: 0 auto;
    transition: all .3s;
    width: 650px;
}

.center-cv-link figcaption {
    color: #333;
    transition: .5s;
    position: relative;
}

.center-cv-link figcaption::before {
    content: "";
    background: url("../img/cmn-mail-black.svg")center/contain no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.center-cv-link a:hover figcaption {
    color: var(--linkc);
}

.center-cv-img {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    height: 220px;
    width: 270px;
    overflow: hidden;
}

.center-cv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.center-cv-link a:hover img {
    transform: scale(1.1, 1.1);
}

.center-cv-link figcaption {
    font-size: 2.2rem;
    font-weight: bold;
    flex-grow: 1;
    padding: 45px 0 0;
    letter-spacing: .05em;
    line-height: 1.4;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .center-cv-link {
        width: 100%;
        padding: 30px 20px;
        margin: 40px 0 0;
    }

    .center-cv-link.center-cv-link2 {
        margin: 50px 0 0;
    }

    .center-cv-link figure {
        width: 100%;
    }

    .center-cv-link figcaption {
        font-size: 1.6rem;
        padding: 34px 5px 5px 10px;
        line-height: 1.5;
    }

    .center-cv-link figcaption::before {
        width: 30px;
        height: 30px;
    }

    .center-cv-img {
        width: 50%;
        height: 40vw;
    }

    .center-cv-link a::after {
        bottom: 10px;
        width: 35px;
        height: 10px;
        right: 10px;
    }
}

/* -----------------------------------------------------------
    trend2
-------------------------------------------------------------- */
.trend-area .eco-subject-list {
    margin: 60px auto 0;
    gap: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.trend-area .eco-subject-list li {
    align-items: center;
    display: flex;
    width: 100%;
    gap: 40px;
}

.trend-area .eco-subject-num {
    background: #5685ca;
    display: block;
    color: #fff;
    font: 500 1.6rem / 1 var(--en2);
    width: 100px;
    height: auto;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 5px 0 2px;
}

.trend-area .eco-subject-num span {
    font-size: 2.2rem;
    margin: 0 0 0 3px;
}

.trend-area .eco-subject-ttl {
    border-bottom: 1px solid #bbb;
    padding: 0 0 20px;
}

.trend-area .eco-subject-ttl .txt {
    font-size: 3.3rem;
    letter-spacing: .05em;
    font-weight: bold;
}

.trend-area .eco-subject-ttl .num {
    color: #959595;
    font: bold 2.5rem /1 var(--en);
    display: block;
    margin: 0 0 15px;
}

.trend-area .eco-subject-list .eco-subject-descript {
    margin: 20px 0 0;
}

.trend-area .eco-subject-contents {
    flex-grow: 1;
}

.trend-area .eco-subject-img {
    flex-shrink: 0;
    width: 500px;
    height: 330px;
    overflow: hidden;
}

.trend-area .eco-subject-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trend-area .eco-subject-img .bg-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.trend-area .trend2-header {
    margin: 70px auto 0;
    height: 400px;
    justify-content: center;
}

.trend-area .trend2-header-black {
    position: relative;
}

.trend-area .trend2-header-black::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .55);
    width: 100%;
    height: 100%;
}

.trend-area .trend2-header .trend2-header-txt {
    align-items: center;
    display: flex;
    padding: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
}

.trend-area .trend2-header-black .trend2-header-txt {
    color: #fff;
}

.trend-area .trend2-header .trend2-header-txt .number {
    color: #959595;
    font: 700 2.5rem / 1 var(--en2);
    letter-spacing: .05em;
    margin: 7px 15px 0 0;
}

.trend-area .trend2-header-black .trend2-header-txt .number {
    color: #fff;
}

.trend-area .trend2-header .trend2-header-txt .ttl {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: .07em;
    margin: 20px 0 0;
}

.trend-area .trend2-header .trend2-header-txt .descript {
    font-size: 1.7rem;
    margin: 40px 0 0;
    line-height: 2.2;
    letter-spacing: .09em;
    max-width: 800px;
}

.trend2-header-img {
    width: 50%;
    flex-shrink: 0;
    height: 30vw;
}

.trend2-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .trend-area .eco-subject-list {
        gap: 30px;
        margin: 30px auto 0;
    }

    .trend-area .eco-subject-list li {
        flex-direction: column;
        gap: 20px;
    }

    .trend-area .eco-subject-img {
        width: 100%;
        height: 60vw;
        margin: 0 auto;
    }

    .trend-area .eco-subject-num {
        width: 67px;
        height: 20px;
        margin: 0 10px 0 0;
        font-size: 1.4rem;
        padding: 4px 0 0 0;
        line-height: 1;
        border-radius: 0 20px 20px 0;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trend-area .eco-subject-ttl {
        display: flex;
        gap: 5px;
        padding: 0 0 15px;
        flex-direction: column;
    }

    .trend-area .eco-subject-ttl .num {
        display: flex;
        font-size: 1.8rem;
        flex-shrink: 0;
        margin: 0;
    }

    .trend-area .eco-subject-ttl .txt {
        font-size: 2.3rem;
        letter-spacing: .05em;
        line-height: 1.3;
    }

    .trend-area .trend2-header {
        background: none !important;
        display: block;
        margin: 50px auto 0;
        height: auto;
    }

    .trend-area .trend2-header .trend2-header-txt {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

    .trend-area .trend2-header .trend2-header-txt .ttl {
        font-size: 2.7rem;
        letter-spacing: .05em;
        margin: 10px 0 0;
        line-height: 1.3;
    }

    .trend-area .trend2-header .trend2-header-txt .number {
        font-size: 2rem;
    }

    .trend-area .trend2-img-sp {
        margin: 20px 0 0;
    }

    .trend-area .trend2-img-sp img {
        width: 100%;
        height: 100%;
        aspect-ratio: 676/392;
    }

    .trend-area .trend2-header .trend2-header-txt .descript {
        font-size: 1.6rem;
        margin: 15px 0 0;
        line-height: 2;
        letter-spacing: .05em;
        max-width: 100%;
    }

    /*trend2-header-black*/
    .trend-area .trend2-header-black::before {
        display: none;
    }

    .trend-area .trend2-header-black .trend2-header-txt {
        color: #333;
    }

    .trend-area .trend2-header-black .trend2-header-txt .number {
        color: #959595;
    }
}

/* -----------------------------------------------------------
    trend-area
-------------------------------------------------------------- */
.trend-area {
    padding: 100px 0 0;
}

.trend-area .catch {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 0;
}

.trend-area .brief {
    margin: 20px 0 0;
    text-align: center;
}

/*----- 大枠-----------------------------------*/
.trend-area #loadmap {
    position: relative;
}

#loadmap .map-for {
    position: absolute;
    right: 0;
    top: 94px;
    transition: .3s;
    z-index: 5;
    width: 1300px;
    height: calc(100vh - 60px);
    margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    #loadmap .map-for {
        width: 100%;
    }
}

#loadmap .map-for.follow-fix {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
}

#loadmap .map-for.follow-fade {
    position: absolute;
    top: auto;
    bottom: 0;
}

/*----- 右側-----------------------------------*/
#loadmap .img-wrap {
    width: 44%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: .9s;
    position: absolute;
    top: 0;
    right: 0;
}

#loadmap .img-wrap.img-active {
    opacity: 1;
}

#loadmap .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----- 左側-----------------------------------*/
#loadmap .map-contents-wrap {
    width: 50%;
    margin: 0 auto 0 0;
    min-height: 700px;
    padding: 100px 0 0;
}

#loadmap .ttl-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 25px;
    border: 1px solid;
    border-width: 1px 0;
    position: relative;
}

#loadmap .number {
    color: #959595;
    font: 700 1.6rem / 1 var(--en2);
    letter-spacing: .05em;
    margin: 7px 15px 0 0;
}

#loadmap .number span {
    margin: 0 .3em 0 0;
}

#loadmap .en-ttl {
    color: #959595;
    font: 700 1.6rem / 1 var(--en2);
    letter-spacing: .05em;
    margin: 7px 15px 10px 0;
}

#loadmap .content-ttl {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1.5px;
}

#loadmap .catch {
    margin: 45px 0 0;
    font-size: 3.3rem;
    line-height: 1.5;
    letter-spacing: .07em;
    font-weight: bold;
    text-align: left;
}

#loadmap .trend-note {
    margin: 45px 0 0;
}

#loadmap .trend-note p:not(:first-of-type) {
    margin-top: 30px;
}

#loadmap .trend-note p {
    line-height: .07em;
    line-height: 2.2;
}

.trend-area .trend-point-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.trend-area .trend-point-item {
    width: 100%;
}

.trend-area .trend-point-item figure {
    align-items: center;
    display: flex;
    gap: 20px;
}

.trend-area .trend-point {
    margin: 40px 0 0;
}

.trend-area .trend-point-figure {
    flex-shrink: 0;
    width: 40%;
}

.trend-area .trend-point-figure img {
    aspect-ratio: 800/560;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trend-area .trend-point-subttl {
    align-items: center;
    display: flex;
    font-size: 2.5rem;
    font-weight: bold;
    gap: 15px;
    line-height: 1.3;
}

.trend-area .trend-point-subttl span {
    color: #fff;
    display: block;
    width: fit-content;
    font-size: 1.6rem;
    padding: 5px 10px 7px;
}

.trend-area .trend-point-item figcaption {
    padding: 15px 5px 0 5px;
    letter-spacing: .07em;
    line-height: 1.9;
}

/*-- service-detail-img ------------------------------*/
#service02-wrap .service-detail-img {
    width: 100%;
    margin: 50px 0 0;
}

#service02-wrap .service-detail-img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .trend-area {
        padding: 50px 0 0;
    }

    .trend-area .catch {
        font-size: 2.5rem;
        line-height: 1.6;
        text-align: left;
        margin: 25px 0 0;
    }

    .trend-area .brief {
        margin: 25px 0 0;
        text-align: left;
    }

    .trend-area #loadmap {
        position: static;
    }

    #loadmap .map-for {
        display: none !important;
    }

    .trend-area .sp-img {
        height: 60vw;
        margin: 25px 0 0;
        text-align: center;
    }

    .trend-area .sp-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #loadmap .map-contents-wrap {
        width: 100%;
        min-height: auto;
        padding: 20px 0 0;
    }

    #loadmap .content-ttl {
        font-size: 2.4rem;
        line-height: 1.4;
    }

    #loadmap .number {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        font-size: 1.8rem;
        letter-spacing: .03em;
        text-align: center;
    }

    #loadmap .number span {
        display: block;
        font-size: 1.4rem;
        margin: 0 0 5px;
    }

    #loadmap .en-ttl {
        font-size: 1.4rem;
        letter-spacing: .03em;
        margin: 0 13px 0 0;
    }

    #loadmap .ttl-wrap {
        flex-wrap: nowrap;
        padding: 15px 0 20px;
    }

    #loadmap .catch {
        margin: 20px 0 0;
        font-size: 2.2rem;
        line-height: 1.5;
        letter-spacing: .05em;
        font-weight: bold;
    }

    #loadmap .trend-note {
        margin: 20px 0 0;
    }

    #loadmap .trend-note p:not(:first-of-type) {
        margin-top: 17px;
    }

    .trend-area .trend-point {
        margin: 30px 0 0;
    }

    .trend-area .trend-point-list {
        gap: 40px;
        margin: 0 0 30px;
    }

    .trend-area .trend-point-list.clearfix::after {
        display: none;
    }

    .trend-area .trend-point-item {
        transition: opacity 1s;
    }

    .trend-area .trend-point-item figure {
        display: block;
    }

    .trend-area .trend-point-figure {
        width: 45%;
        float: left;
        margin: 0 15px 5px 0;
    }

    .trend-area .trend-point-subttl {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        font-size: 1.9rem;
        line-height: 1.3;
        letter-spacing: .05em;
    }

    .trend-area .trend-point-subttl span {
        font-size: 1.4rem;
        line-height: 1;
        padding: 4px 10px 6px;
        width: 100%;
    }

    .trend-area .trend-point-item figcaption {
        padding: 15px 0 0 0;
    }
}

/* -----------------------------------------------------------
    flow-area
-------------------------------------------------------------- */
.flow-area {
    margin: 120px 0 0;
    padding: 80px 0;
    position: relative;
}

.flow-area .cmn-detail-secttl {
    margin: 0 0 40px;
}

/*step-w100--------------------------------------*/
.flow-area .step-w100 {
    background: #fff;
    margin: 0 0 50px;
    position: relative;
}

.flow-area .step100-bg {
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.flow-area #flow-item01 .step100-bg {
    background: url("../img/reform-kitchen-flow01.jpg")center/cover no-repeat;
}

.flow-area #flow-item02 .step100-bg {
    background: url("../img/reform-cmn-flow02.jpg")center/cover no-repeat;
}

.flow-area .step-w100 .step100-img {
    width: 35%;
    float: left;
    margin: 0 30px 5px 0;
    height: 500px;
}

.flow-area .step-w100 .step100-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flow-area .step-w100 .step100-num {
    width: calc(65% - 50px);
    float: right;
    margin: 50px 0 0;
}

.flow-area .step-w100 .step100-txtwrap {
    width: calc(65% - 50px);
    float: right;
    padding: 0 50px 0 0;
}

.flow-area .step-w100 .step100-num {
    align-items: center;
    display: flex;
    gap: 20px;
}

.flow-area .step-w100 .step100-num .flow-title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1;
}

.flow-area .step-w100 .step100-num .num {
    align-items: center;
    border: #bbb dotted;
    border-width: 2px 0;
    color: #959595;
    display: flex;
    font: 700 2rem /1 var(--en2);
    width: fit-content;
    padding: 10px 0;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
}

.flow-area .step-w100 .step100-descript {
    margin: 30px 0 0;
}

.flow-area .step-w100 .step100-descript p:not(:first-of-type) {
    margin: 25px 0 0;
}

.flow-area .step-w100 .step100-box {
    align-items: center;
    display: flex;
    padding: 5px 0;
    position: relative;
    margin: 30px 0 50px;
    gap: 10px 15px;
    border: dotted #ddd;
    border-width: 2px 0;
    width: 100%;
}

.flow-area .step-w100 .step100-box p {
    line-height: 1.7;
}

.flow-area .step-w100 .step100-box-icon {
    width: 52px;
    height: 78px;
    flex-shrink: 0;
}

.flow-area .step-w100 .step100-box-icon img {
    width: 100%;
    aspect-ratio: 109/162;
}

/*step-list--------------------------------------*/
.flow-area .step-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
    margin: 10px 0 0;
}

.flow-area .step-list .step-small {
    width: calc((100% - 120px) / 3);
    position: relative;
    background: rgba(255, 255, 255, .75);
}

.flow-area .step-list .step-small::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -38px;
}

#flow-item5.step-small::before, #flow-item8.step-small::before, #flow-item10.step-small::before {
    display: none;
}

.flow-area .step-list .step-small-header {
    align-items: center;
    display: flex;
    gap: 15px;
}

.flow-area .step-list .num {
    align-items: center;
    border: #bbb dotted;
    border-width: 2px 0;
    color: #959595;
    display: flex;
    font: 700 1.7rem /1 var(--en2);
    width: fit-content;
    padding: 7px 0;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
}

.flow-area .step-list .flow-title {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0 0;
    padding: 0 5px 0 0;
}

.flow-area .step-list .step-small-descript {
    margin: 13px 0 0;
    padding: 0 20px 20px;
}

.flow-area .step-list .step-small-descript .cap {
    color: #777;
    font-size: 1.4rem;
    margin: 10px 0 0;
}

.flow-area .step-list .step-small-img {
    width: 185px;
    height: 188px;
    flex-shrink: 0;
}

.flow-area .step-list .step-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flow-area .step-list .step-plus {
    display: none;
}

@media screen and (max-width: 768px) {
    .flow-area {
        margin: 45px 0 0;
        padding: 40px 0 50px;
    }

    .flow-area .cmn-detail-secttl {
        margin: 0 0 30px;
    }

    /*step-w100---------------------------------*/
    .flow-area .step-w100 {
        margin: 0 0 20px;
    }

    .flow-area .step-w100 .step100-num {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 0 0 0 50%;
        height: 160px;
        margin: 0;
        justify-content: center;
    }

    .flow-area #flow-item01 .step100-num {
        background: url("../img/reform-kitchen-flow01.jpg")left center/ 45% no-repeat;
    }

    .flow-area #flow-item02 .step100-num {
        background: url("../img/reform-cmn-flow02.jpg")left center/ 45% no-repeat;
    }

    .flow-area .step-w100 .step100-num .num {
        font-size: 1.7rem;
        padding: 5px 0;
    }

    .flow-area .step-w100 .step100-num .flow-title {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    .flow-area .step-w100 .step100-txtwrap {
        width: 100%;
        padding: 0 15px 25px;
    }

    .flow-area .step-w100 .step100-descript p {
        font-size: 1.6rem;
        letter-spacing: .07em;
        line-height: 2.2;
    }

    .flow-area .step-w100 .step100-box {
        border-bottom: none;
        display: block;
        width: 100%;
        padding: 15px 0 0;
        margin: 20px 0 0;
    }

    .flow-area .step-w100 .step100-box-icon {
        width: 45px;
        height: 65px;
        position: static;
        float: left;
        margin: 0 8px 1px 0;
    }

    .flow-area .step-w100 .step100-box p {
        font-size: 1.5rem;
    }

    .flow-area .step100-bg {
        display: none;
    }

    .flow-area .step-w100 .step100-descript {
        margin: 23px 0 0;
    }

    .flow-area .step-w100 .step100-descript p:not(:first-of-type) {
        margin: 20px 0 0;
    }

    /*step-list---------------------------------*/
    .flow-area .step-list .step-small {
        background: #fff;
        width: 100%;
    }

    .flow-area .step-list .step-small-header {
        position: relative;
    }

    .flow-area .step-list .step-small-img {
        width: 35%;
        height: 100px;
    }

    .flow-area .step-list .flow-title {
        font-size: 1.8rem;
        margin: 3px 0 0;
        padding: 0 10px 0 0;
    }

    .flow-area .step-list {
        gap: 20px;
        margin: 0;
    }

    .flow-area .step-list .num {
        font-size: 1.3rem;
        padding: 5px 0;
    }

    .flow-area .step-list .step-small-descript {
        display: none;
    }

    .flow-area .step-list .step-small-descript p {
        font-size: 1.5rem;
        line-height: 1.9;
    }

    .flow-area .step-list .step-plus {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        height: 24px;
        width: 24px;
    }

    .flow-area .step-list .step-plus span {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
    }

    .flow-area .step-list .step-plus span::after, .flow-area .step-list .step-plus span::before {
        border-radius: 1px;
        content: "";
        position: absolute;
        transition: all .3s;
    }

    .flow-area .step-list .step-plus span::after {
        height: 15px;
        right: 11px;
        top: 5px;
        width: 1px;
    }

    .flow-area .step-list .step-plus span::before {
        height: 1px;
        right: 4px;
        width: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .flow-area .step-list .step_active .step-plus span::after {
        transform: rotate(90deg);
    }
}

/* -----------------------------------------------------------
    price-area
-------------------------------------------------------------- */
.price-area {
    margin: 100px 0 0;
}

.price-area .cmn-detail-secttl {
    margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
    .price-area {
        margin: 50px 0 0;
    }
}

/* -----------------------------------------------------------
   swiper共通
-------------------------------------------------------------- */
.cmn-swiper-wrap {
    z-index: 2;
    position: relative;
}

.cmn-swiper-wrap .swiper, .cmn-swiper-wrap .swiper2 {
    padding: 0 0 16px 40px;
}

.cmn-swiper-wrap .swiper-control {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: 25px;
    margin: 45px auto 0;
    width: 1200px;
    justify-content: space-between;
    position: relative;
}

@media screen and (min-width:769px) and (max-width:1240px) {

    /*タブレット対策*/
    .cmn-swiper-wrap .swiper-control {
        width: 1100px;
    }
}

.cmn-swiper-wrap .swiper-button-wrap {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    position: relative;
    gap: 10px;
}

.cmn-swiper-wrap .swiper-button-prev, .cmn-swiper-wrap .swiper-button-next, .cmn-swiper-wrap .swiper-button-prev2, .cmn-swiper-wrap .swiper-button-next2 {
    cursor: pointer;
    border: 1px solid #767676;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: relative;
}

.cmn-swiper-wrap .swiper-button-prev::before, .cmn-swiper-wrap .swiper-button-next::before, .cmn-swiper-wrap .swiper-button-prev2::before, .cmn-swiper-wrap .swiper-button-next2::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 100%;
    top: 0;
}

.cmn-swiper-wrap .swiper-button-prev::before, .cmn-swiper-wrap .swiper-button-prev2::before {
    background: url("../img/cmn-arrow-1.svg")center/contain no-repeat;
    left: 25%;
    transform: rotateY(180deg);
}

.cmn-swiper-wrap .swiper-button-next::before, .cmn-swiper-wrap .swiper-button-next2::before {
    background: url("../img/cmn-arrow-1.svg")center/contain no-repeat;
    right: 22%;
}

.cmn-swiper-wrap .swiper-scrollbar, .cmn-swiper-wrap .swiper-scrollbar2 {
    width: 1050px;
    position: relative;
}

@media screen and (min-width:769px) and (max-width:1240px) {

    /*タブレット対策*/
    .cmn-swiper-wrap .swiper-scrollbar, .cmn-swiper-wrap .swiper-scrollbar2 {
        width: 980px;
    }
}

.cmn-swiper-wrap .swiper-scrollbar::after, .cmn-swiper-wrap .swiper-scrollbar2::after {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    border-radius: 60px;
    left: 0;
    width: 100%;
    height: 25px;
    margin: auto;
    content: "";
    background: #f0f2ec;
}

.cmn-swiper-wrap .drag, .cmn-swiper-wrap .drag2 {
    background: #cecece;
    border-radius: 30px;
    cursor: pointer;
    height: 20px;
}

@media screen and (max-width: 768px) {
    .cmn-swiper-wrap .swiper, .cmn-swiper-wrap .swiper2 {
        padding: 1px 0 10px 20px;
        overflow-x: auto;
    }

    .cmn-swiper-wrap .swiper-control {
        display: none;
    }
}

/* -----------------------------------------------------------
    lineup-area
-------------------------------------------------------------- */
.lineup-area {
    margin: 100px 0 0;
}

.lineup-area .reform_product_scroll {
    width: 1200px;
    margin: 50px auto 0;
}

.lineup-area .js-moreview-btn {
    margin: 40px auto 0;
}

.lineup-area .cmn-product-cate{
    display: none;
}

@media screen and (max-width: 768px) {
    .lineup-area {
        margin: 50px 0 0;
    }

    .lineup-area .js-moreview-btn {
        display: none;
    }
    
    .lineup-area .reform_product_scroll {
        width: auto;
        margin: 30px auto 0;
    }
}

/* -----------------------------------------------------------
    works-area
-------------------------------------------------------------- */
.works-area {
    margin: 100px 0 0;
}

.works-area .cmn_works_scroll {
    margin: 50px auto 0;
    width: 1200px;
}

.works-area .js-moreview-btn {
    margin: 40px auto 0;
}

@media screen and (max-width: 768px) {

    .works-area {
        margin: 50px 0 0;
    }

    .works-area .cmn_works_scroll {
        margin: 30px 0 0;
        width: 100%;
    }
    
    .works-area .cmn-works-list .cmn-works-thumb {
        margin: 20px 0 0 15px;
        height: 177px;
    }
    
    .works-area .js-moreview-btn {
        display: none;
    }

}

/* -----------------------------------------------------------
cmn-cv-slide
-------------------------------------------------------------- */
@keyframes cmn-cv-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.cmn-cv-slide-area {
    position: relative;
    margin: 90px 0 0;
}

.cmn-cv-slide-area .cmn-cv-slide {
    display: flex;
    overflow: hidden;
    position: relative;
}

.cmn-cv-slide-area .cmn-cv-slide::before {
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.cmn-cv-slide-area .cmn-cv-slide .slide-list {
    display: flex;
    margin: 0 auto;
    animation: cmn-cv-slide 25s infinite linear .8s both;
    flex-shrink: 0;
}

.cmn-cv-slide-area .cmn-cv-slide .slide-item {
    width: 450px;
    height: 100%;
    flex-shrink: 0;
}

.cmn-cv-slide-area .cmn-cv-slide .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmn-cv-slide-area .cmn-cv-inner {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: fit-content;
    padding: 30px 60px 45px;
}

.cmn-cv-slide-area .cmn-cv-catch {
    text-align: center;
    font-size: 2.7rem;
    font-weight: bold;
    white-space: nowrap;
}

.cmn-cv-slide-area .cmn-cv-info {
    align-items: center;
    display: flex;
    gap: 20px;
    margin: 25px 0 0;
    justify-content: center;
}

/*cmn-cv-tel-----------------------------------------------*/
.cmn-cv-slide-area .cmn-cv-tel {
    display: flex;
    text-align: center;
    font-size: 1.5rem;
    flex-direction: column;
    gap: 7px;
    position: relative;
    letter-spacing: .05em;
    margin: 0 30px 0 0;
}

.cmn-cv-slide-area .cmn-cv-tel::before {
    top: 3px;
    width: 30px;
}

.cmn-cv-slide-area .cmn-cv-tel a {
    color: #333;
}

.cmn-cv-slide-area .cmn-cv-tel .num {
    align-items: center;
    font: 700 3rem /1 var(--en2);
    display: flex;
    letter-spacing: .04em;
    position: relative;
    justify-content: center;
    gap: 3px;
}

.cmn-cv-slide-area .cmn-cv-tel .num::before {
    content: "";
    background: url("../img/cmn-tel-free.png")center/contain no-repeat;
    width: 40px;
    height: 24px;
}

.cmn-cv-slide-area .cmn-cv-tel .telwrap {
    font-size: 1.8rem;
    margin: 15px 0 0;
    display: block;
}

.cmn-cv-slide-area .cmn-cv-tel .time {
    font-size: 1.8rem;
    padding: 0 2px;
}

.cmn-cv-slide-area .cmn-cv-mail {
    flex-shrink: 0;
    height: 76px;
    width: 320px;
    font-weight: bold;
}

.cmn-cv-slide-area .cmn-cv-mail a {
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, #FFB300, #F29700);
    display: flex;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    padding: 4px 40px 5px;
    position: relative;
    justify-content: center;
}

.cmn-cv-slide-area .cmn-cv-mail a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: linear-gradient(90deg, #FF9B00, #FF4242);
    transform-origin: left bottom;
    transform: scale(0, 1);
    transition: all .15s ease-in;
}

.cmn-cv-slide-area .cmn-cv-mail a:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
}

.cmn-cv-slide-area .cmn-cv-mail a:hover {
    color: #fff;
}

.cmn-cv-slide-area .cmn-cv-mail span {
    font-size: 2.1rem;
    padding: 0 0 0 40px;
    position: relative;
    z-index: 2;
    line-height: 1.3;
    letter-spacing: .05em;
    text-align: left;
}

.cmn-cv-slide-area .cmn-cv-mail span::before {
    content: "";
    background: url("../img/cmn-mail.svg")center/cover no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

@media screen and (max-width: 768px) {
    .cmn-cv-slide-area {
        display: flex;
        flex-direction: column-reverse;
        margin: 45px 0 0;
    }

    .cmn-cv-slide-area .cmn-cv-inner {
        background: #f4f4f4;
        position: static;
        -webkit-transform: unset;
        transform: unset;
        padding: 20px 20px 30px;
        z-index: 1;
        width: 100%;
        backdrop-filter: none;
    }

    .cmn-cv-slide-area .cmn-cv-catch {
        white-space: normal;
        font-size: 1.9rem;
        line-height: 1.6;
    }

    .cmn-cv-slide-area .cmn-cv-info {
        flex-direction: column;
        gap: 25px;
    }

    .cmn-cv-slide-area .cmn-cv-tel .telwrap {
        margin: 12px 0 0;
    }

    .cmn-cv-slide-area .cmn-cv-tel {
        margin: 0;
    }

    .cmn-cv-slide-area .cmn-cv-tel a {
        text-decoration: none;
    }

    .cmn-cv-slide-area .cmn-cv-mail {
        height: 72px;
        width: 100%;
        max-width: 100%;
    }

    .cmn-cv-slide-area .cmn-cv-mail a {
        padding: 4px 40px 8px;
    }

    .cmn-cv-slide-area .cmn-cv-mail span {
        font-size: 1.9rem;
        padding: 0 0 0 32px;
    }

    .cmn-cv-slide-area .cmn-cv-mail span::before {
        width: 26px;
        height: 26px;
        top: 55%;
    }

    .cmn-cv-slide-area .cmn-cv-slide::before {
        display: none;
    }

    .cmn-cv-slide-area .cmn-cv-slide .slide-item {
        width: 800px;
        max-width: unset;
    }

    .cmn-cv-slide-area .cmn-cv-slide .slide-item {
        width: 200px;
        height: 150px;
    }
}

/* -----------------------------------------------------------
    faq-area
-------------------------------------------------------------- */
.faq-area {
    margin: 100px 0 0;
}

.faq-area .cmn-detail-secttl {
    margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
    .faq-area {
        margin: 50px 0 0;
    }

    .faq-area .cmn-detail-secttl {
        margin: 0 0 15px;
    }
}