@charset "utf-8";
/* CSS Document */
.two_col .box_wrap .txtbox .topbox {
    gap: 30px;
}
.cate1 .imgbox {
    position: relative;
    min-height: clamp(280px, 40vw, 620px);
}
.cate1 .imgbox img {
    position: absolute;
    display: block;
}
.cate1 .imgbox img:nth-of-type(1) {
    width: 68%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 1;
}
.cate1 .imgbox img:nth-of-type(2) {
    width: 38%;
    right: 0;
    bottom: 30px;
    margin: 0;
    z-index: 2;
}
.cate1 .img_deco::before {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -100%;
    width: clamp(70px, 8vw, 110px);
    aspect-ratio: 1 / 1;
    background: url("https://hairmakesnipsnap.jp/system_panel/uploads/images/leaf_deco5.svg") no-repeat center center / contain;
    z-index: 3;
    pointer-events: none;
}
.cate1 .img_deco::after {
    content: "";
    position: absolute;
    left: -50px;
    top: -100%;
    width: clamp(70px, 8vw, 110px);
    aspect-ratio: 1 / 1;
    background: url("https://hairmakesnipsnap.jp/system_panel/uploads/images/leaf_deco4.svg") no-repeat center center / contain;
    z-index: 3;
    pointer-events: none;
}
/* ---------- cate2 ---------- */
.cate2 {
	flex-direction: column;
	gap: 60px;
}
.flow_wrap .txtbox{
   flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.flow_wrap .item{
    display: grid;
    grid-template-columns: clamp(260px, 32vw, 400px) 72px 1fr;
    column-gap: clamp(16px, 3vw, 40px);
    position: relative;
    padding-bottom: 60px;
    width: 100%;
}
.flow_wrap .item:last-child{
    padding-bottom: 0;
}
.flow_wrap .imgbox{
    width: 100%;
    overflow: hidden;
}
.flow_wrap .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.flow_wrap .col-num{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.flow_wrap .col-num::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 72px;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    border-left: 2px dotted #9DD1BA;
    pointer-events: none;
}
.flow_wrap .item:last-child .col-num::before{
    display: none;
}
.flow_wrap .circle{
    width: 65px;
    height: 65px;
    border-radius: 999px;
	border: #9DD1BA 1px solid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.flow_wrap .circle p{
    letter-spacing: 0.1em;
	line-height: 1;
}
.flow_wrap .more_wrap{
	gap: 20px;
}


.cate2 .bottom_wrap{
	flex-direction: column;
	gap: 30px;
	background-color: #fff;
	padding: 40px 60px;
	border-radius: 20px;
}
.cate2 .bottom_wrap .txt{
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.cate2 .bottom_wrap .txt .dot_box{
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.cate2 .bottom_wrap .txt .dot_box p{
	position: relative;
	padding-left: 20px;
}
.cate2 .bottom_wrap .txt .dot_box p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #9DD1BA;
	flex-shrink: 0;
}
/* ---------- cate3 ---------- */
.cate3{
	flex-direction: column;
	gap: 60px;
}
.faq_c{
	width: 100%;
}
.faq_c .box .qbox p {
    font-family: "Bellefair",  sans-serif;
	color: #9DD1BA;
}
.faq_c .box .abox {
    margin-top: 10px;
    background-color: #fff;
    padding: 30px;
}
.faq_c .box .qbox .icon::before, .faq_c .box .qbox .icon::after {
    background-color: #9DD1BA;
}
/* ---------- cate4 ---------- */

/* ---------- cate5 ---------- */

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1.two_col .box_wrap {
        flex-direction: column;
    }
	.cate1.two_col .box_wrap .imgbox img:nth-of-type(1) {
		margin-bottom: 0px;
	}
	.cate1.two_col .box_wrap .imgbox{
		margin-bottom: 50px;
	}
   .flow_wrap .item{
        grid-template-columns: 1fr;
        grid-template-areas:
            "col"
            "imgbox"
            "txtbox";
        gap: 16px;
        padding-bottom: 50px;
        max-width: 500px;
        margin: 0 auto;
    }

    .flow_wrap .col-num{
        grid-area: col;
        justify-content: flex-start;
    }

    .flow_wrap .imgbox{
        grid-area: imgbox;
    }

    .flow_wrap .txtbox{
        grid-area: txtbox;
        margin-top: 0;
    }

    .flow_wrap .col-num::before{
        display: none;
    }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .img_deco::before {
		right: -40px;
		bottom: -80%;
		width: clamp(60px, 8vw, 110px);
	}
	.cate1 .img_deco::after {
		left: -50px;
		top: -80%;
		width: clamp(70px, 8vw, 110px);
	}
	.cate1.two_col .box_wrap .imgbox img:nth-of-type(1) {
		margin-bottom: 0px;
	}
	.cate1.two_col .box_wrap .imgbox{
		margin-bottom: 0px;
	}
	.cate2 .bottom_wrap{
		background-color: #fff;
		padding: 30px 20px;
		border-radius: 10px;
	}
	.cate2 {
		gap: 40px;
	}
	.flow_wrap .txtbox {
		gap: 10px;
	}
	.flow_wrap .circle {
		width: 50px;
		height:50px;
	}
    .flow_wrap .item {
        padding-bottom: 30px;
    }
	.cate3 {
		gap: 40px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

