@charset "utf-8";
/* CSS Document */


/* #flow_wrap
----------------------------------------- */
#flow_wrap {
	position: relative;
    z-index: 1;
}
#flow_wrap .inner {
    max-width: none;
    padding-top: 8rem;
	padding-bottom: 23rem;
}

#flow_wrap .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 3rem;
}
#flow_wrap .layout .img_wrap {
    /*width: calc(calc(475 / 1000 * 100%) + calc(calc(100vw - 100rem) / 2));
    margin-right: calc(calc(100vw - 100rem) / -2);*/
    width: calc(475 / 1000 * 100%);
    margin-right: 0;
    position: relative;
    border-radius: 5rem 0 0 5rem;
    overflow: hidden;
}
#flow_wrap .layout .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#flow_wrap .layout .txt_wrap {
    /*width: calc(340 / 1000 * 100%);*/
    width: 34rem;
    margin: auto;
    text-align: left;
    position: relative;
    z-index: 1;
}
#flow_wrap .layout .txt_wrap::after {
    content: "";
    display: block;
    width: 20.5rem;
    height: 20rem;
    background: url("../images/interior_coordinator/concept_bg.png") no-repeat center center / contain;
    position: absolute;
    top: -5rem;
    left: -7rem;
    z-index: -1;
}
#flow_wrap .layout .txt_wrap h2.ttl {
    font-size: 2.4rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	line-height: calc(46/24);
    text-align: left;
    color: #4c4948;
    padding-bottom: 2.5rem;
    position: relative;
}
#flow_wrap .layout .txt_wrap h2.ttl::after {
    content: "";
    display: block;
    width: 25rem;
    height: 2px;
    background: url("../images/top/ic_line.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: -2rem;
}
#flow_wrap .layout .txt_wrap .txt {
    margin-top: 3rem;
    font-size: 1.5rem;
	letter-spacing: 0.075em;
	font-weight: 400;
	line-height: calc(37/15);
    color: #3e3a39;
}
#flow_wrap .layout .txt_wrap .btn_wrap {
    margin-top: 4rem;
    display: flex;
    justify-content: flex-start;
}


#flow_wrap .flow_list {
	width: 100%;
	max-width: 64rem;
	margin: auto;
    margin-top: 15rem;
    display: flex;
    flex-flow: column;
    gap: 12rem 0;
}

#flow_wrap .flow_list h2 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: calc(45 / 24);
    text-align: left;
    padding-bottom: 1.5rem;
    position: relative;
}
#flow_wrap .flow_list h2::after {
    content: "";
    display: block;
    width: 25rem;
    height: 2px;
    background: url(../images/flow/flow_line.svg) no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: -2rem;
}

#flow_wrap .flow_list .txt_wrap {
    font-size: 1.5rem;
	letter-spacing: 0.03em;
	font-weight: 400;
	line-height: calc(33/15);
}

#flow_wrap .flow_list .con_wrap {
	width: 100%;
	margin-top: 3rem;
}
#flow_wrap .flow_list .flexCover.con_wrap {
}
#flow_wrap .flow_list .flexCover.con_wrap > .txt_wrap {
	width: -webkit-calc(210 / 640 * 100%);
    width: calc(210 / 640 * 100%);
}
#flow_wrap .flow_list .flexCover.con_wrap > .img_wrap {
	width: -webkit-calc(400 / 640 * 100%);
    width: calc(400 / 640 * 100%);
}


#flow_wrap .contact_list {
	margin-top: 3rem;
}
#flow_wrap .flow_list > li:last-child .contact_list {
	margin-top: 12rem;
}
#flow_wrap .contact_list > li.tel {
	width: -webkit-calc(410 / 620 * 100%);
    width: calc(410 / 620 * 100%);
}
#flow_wrap .contact_list > li.mail {
	width: -webkit-calc(180 / 620 * 100%);
    width: calc(180 / 620 * 100%);
}

#flow_wrap .tel_wrap {
	width: 100%;
	height: 5.5rem;
	box-sizing: border-box;
	background-color: #daeef1;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1;
}
#flow_wrap .tel_wrap span {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
    letter-spacing: 0.02em;
	font-weight: bold;
	margin-left: 1.5rem;
}
#flow_wrap .tel_wrap span::before {
	content: "";
	display: none;
	width: 2.5rem;
	height: 1.7rem;
	background: url(../images/free_tel.svg) no-repeat center center;
	background-size: cover;
	margin-right: 0.8rem;
}

#flow_wrap .mail_wrap {
	width: 100%;
	height: 5.5rem;
	box-sizing: border-box;
	background-color: #daeef1;
	border-radius: 1.5rem;
}
#flow_wrap .mail_wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#flow_wrap .mail_wrap a img {
	width: 3rem;
    height: auto;
}

#flow_wrap .bg {
    position: absolute;
    z-index: -1;
}
#flow_wrap .bg_1 {
    top: calc(730 / 4710 * 100%);
    left: 0;
    width: calc(421 / 1366 * 100%);
    aspect-ratio: 421 / 729;
    background: url("../images/flow/flow_bg01.png") no-repeat center center / contain;
}
#flow_wrap .bg_2 {
    top: calc(1600 / 4710 * 100%);
    right: 0;
    width: calc(408 / 1366 * 100%);
    aspect-ratio: 408 / 586;
    background: url("../images/flow/flow_bg02.png") no-repeat center center / contain;
}
#flow_wrap .bg_3 {
    top: calc(2230 / 4710 * 100%);
    left: 0;
    width: calc(471 / 1366 * 100%);
    aspect-ratio: 471 / 652;
    background: url("../images/flow/flow_bg03.png") no-repeat center center / contain;
}

#flow_wrap .bg_4 {
    bottom: calc(1188 / 4710 * 100%);
    right: 3rem;
    width: calc(603 / 1366 * 100%);
    aspect-ratio: 603 / 514;
    background: url("../images/flow/flow_bg04.png") no-repeat center center / contain;
}
#flow_wrap .bg_5 {
    bottom: calc(620 / 4710 * 100%);
    left: 0;
    width: calc(536 / 1366 * 100%);
    aspect-ratio: 536 / 416;
    background: url("../images/flow/flow_bg05.png") no-repeat center center / contain;
}
#flow_wrap .bg_6 {
    bottom: -7rem;
    right: 0;
    width: calc(381 / 1366 * 100%);
    aspect-ratio: 381 / 635;
    background: url("../images/flow/flow_bg06.png") no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
#flow_wrap .inner {
    padding-top: 0;
	padding-bottom: 12rem;
}

#flow_wrap .layout {
    flex-flow: column-reverse;
    gap: 8rem 0;
}
#flow_wrap .layout .img_wrap {
    width: 32.5rem;
    margin-right: -2.5rem;
    border-radius: 3rem 0 0 3rem;
}
    
#flow_wrap .layout .txt_wrap {
    width: 100%;
}
#flow_wrap .layout .txt_wrap::after {
    width: 14rem;
    height: 13.5rem;
    top: -3rem;
    left: -5rem;
    z-index: -1;
}
#flow_wrap .layout .txt_wrap h2.ttl {
    font-size: 2.4rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	line-height: calc(46/24);
    text-align: left;
    color: #4c4948;
    padding-bottom: 2.5rem;
    position: relative;
}
#flow_wrap .layout .txt_wrap h2.ttl::after {
    content: "";
    display: block;
    width: 25rem;
    height: 2px;
    background: url("../images/top/ic_line.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: -2rem;
}
#flow_wrap .layout .txt_wrap .txt {
    margin-top: 0;
    font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: calc(34/14);
}
#flow_wrap .layout .txt_wrap .btn_wrap {
    margin-top: 3rem;
    display: flex;
    justify-content: flex-end;
}


#flow_wrap .flow_list {
    margin-top: 12rem;
    gap: 8rem 0;
}

#flow_wrap .flow_list h2 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: calc(24 / 16);
    text-align: left;
    padding-bottom: 1.0rem;
    position: relative;
}
#flow_wrap .flow_list h2::after {
    content: "";
    display: block;
    width: 25rem;
    height: 2px;
    background: url(../images/flow/flow_line.svg) no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: -1rem;
}

#flow_wrap .flow_list .txt_wrap {
    font-size: 1.4rem;
	letter-spacing: 0;
	line-height: calc(26/14);
}

#flow_wrap .flow_list .con_wrap {
	margin-top: 1rem;
}
#flow_wrap .flow_list .flexCover.con_wrap {
}
#flow_wrap .flow_list .flexCover.con_wrap > .txt_wrap {
	width: 100%;
}
#flow_wrap .flow_list .flexCover.con_wrap > .img_wrap {
	width: 100%;
}

#flow_wrap .contact_list {
	margin-top: 2rem;
}
#flow_wrap .flow_list > li:last-child .contact_list {
	margin-top: 8rem;
}
#flow_wrap .contact_list > li.tel {
	width: 100%;
}
#flow_wrap .contact_list > li.mail {
	width: 16rem;
}

#flow_wrap .tel_wrap {
	width: 100%;
	height: 5.5rem;
	border-radius: 1.5rem;
	font-size: 1.5rem;
}
#flow_wrap .tel_wrap span {
	font-size: 2.0rem;
    letter-spacing: 0.02em;
	margin-left: 1.5rem;
}

#flow_wrap .mail_wrap {
	width: 100%;
	height: 5.5rem;;
	border-radius: 1.5rem;
    margin-top: 2rem;
}

#flow_wrap .bg {
    position: absolute;
    z-index: -1;
}
#flow_wrap .bg_1 {
    top: 65rem;
    left: 0;
    width: 100%;
    aspect-ratio: 375 / 3828;
    background: url("../images/flow/flow_bg_sp.png") no-repeat center center / contain;
}
#flow_wrap .bg_2 {
    display: none;
}
#flow_wrap .bg_3 {
    display: none;
}

#flow_wrap .bg_4 {
    display: none;
}
#flow_wrap .bg_5 {
    display: none;
}
#flow_wrap .bg_6 {
    display: none;
}

}