@charset "UTF-8";

/* ------------------------------------------------
                    初めての方へ
--------------------------------------------------- */

.welcome {
	padding: 50px 0 60px;
}

.welcome .cont-inn{
	max-width: 1000px;
}
.welcome .sec-ttl {
	margin-bottom: 80px;
}

.welcome-cont{
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.welcome-cont-ttl {
	width: 100%;
	margin: 0 auto 40px;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.05em 0.3em 0.4em 0.4em;
	border-bottom: 1px solid #282828;
	/* border-left:4px solid #ec7033; */
	position: relative;
}
.welcome-cont-ttl::before {
	content: '';
	width: 4px;
	height: calc(100% - 0.3em);
	background: #ec7033;
	position: absolute;
	top: 0;
	left: 0;
}

.welcome-intro {
	align-items: center;
}
.welcome-intro .welcome-cont-lt {
	width: 60%;
}
.welcome-intro .welcome-cont-rt {
	width: 35%;
	margin-left: auto;
}
.welcome-txt {
	font-size: 1.8rem;
}
.welcome-txt strong {
	font-weight: 600;
}

.step-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.step-item {
	width: calc((100% - 160px) / 3);
	position: relative;
}
.step-item.step-01 {
	background: url("../../img/flow-icon02.svg") top 20px right no-repeat;
	background-size: 80px;
}
.step-item.step-02 {
	background: url("../../img/flow-icon03.svg") top 20px right no-repeat;
	background-size: 80px;
}
.step-item.step-03 {
	background: url("../../img/flow-icon04.svg") top 20px right no-repeat;
	background-size: 80px;
}
.step-item:not(:last-child)::after{
	content:'';
	width: 40px;
	height: 36px;
	background-color: #ffd75f;
	clip-path: polygon(50% 36px, 0% 0%, 40px 0%);
	position: absolute;
	top: calc(50% - 18px);
	right: -60px;
	transform: rotate(-90deg);
}

.step-num {
	font-family: "Noto Serif JP", serif;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
}
.step-num .l-txt {
	display: inline-block;
	margin-left: 0.2em;
	font-size: 3.6rem;
}
.step-txt {
	margin: 10px auto 20px;
	padding-right: 80px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
}
.step-item a {
	width: 18vw;
    max-width: 240px;
	margin: 0 auto;
}


.welcome-cont-lt {
	width: 48%;
}
.welcome-cont-lt a {
	width: 80%;
	max-width: 240px;
	margin: 30px auto 0 1em;
	display: block;
}
.welcome-cont-rt {
	width: 48%;
	margin-left: auto;
}
.welcome-cont-rt ul {
	padding-left: 2.5em;
}
.welcome-cont-rt ul li {
	list-style-position:outside;
	list-style-type:disc;
}


@media (max-width: 1080px){
	.step-item.step-01 {
		background: url("../../img/flow-icon02.svg") top 20px right no-repeat;
		background-size: 6vw;
	}
	.step-item.step-02 {
		background: url("../../img/flow-icon03.svg") top 20px right no-repeat;
		background-size: 6vw;
	}
	.step-item.step-03 {
		background: url("../../img/flow-icon04.svg") top 20px right no-repeat;
		background-size: 6vw;
	}
	.step-item {
		width: calc((100% - 12vw) / 3);
		position: relative;
	}
	.step-item:not(:last-child)::after{
		content:'';
		width: 4vw;
		height: 3vw;
		clip-path: polygon(50% 3vw, 0% 0%, 4vw 0%);
		position: absolute;
		top: calc(50% - 1.5);
		right: -5vw;
	}
	.step-txt {
		padding-right: 6vw;
		font-size: 2vw;
	}
}

@media (max-width: 768px){
	
	.welcome {
		padding: 10vw 0;
	}

	.welcome .cont-inn{
		max-width: initial;
	}
	.welcome .sec-ttl {
		margin-bottom: 10vw;
	}

	.welcome-cont {
		margin-bottom: 6vw;
	}
	.welcome-cont-ttl {
		margin: 0 auto 4vw;
		padding: 0.05em 0.3em 0.4em 0.8em;
		font-size: 4.4vw;
		/* border-left:1vw solid #ec7033; */
	}
	.welcome-cont-ttl::before {
		content: '';
		width: 1vw;
	}
	.welcome-intro .welcome-cont-lt {
		width: 100%;
	}
	.welcome-intro .welcome-cont-rt {
		width: 100%;
		margin-bottom: 4vw;
	}

	.welcom-txt {
		font-size: 3.6vw;
	}

	.step-item {
		width: 90%;
		margin: 0 auto 12vw;
	}
	.step-item.step-01 {
		background: url("../../img/flow-icon02.svg") top 6vw right 4vw no-repeat;
		background-size: 20vw;
	}
	.step-item.step-02 {
		background: url("../../img/flow-icon03.svg") top 6vw right 4vw no-repeat;
		background-size: 20vw;
	}
	.step-item.step-03 {
		background: url("../../img/flow-icon04.svg") top 6vw right 4vw no-repeat;
		background-size: 20vw;
	}
	.step-item:not(:last-child)::after{
		content:'';
		width: 8vw;
		height: 6vw;
		clip-path: polygon(50% 6vw, 0% 0%, 8vw 0%);
		position: absolute;
		top: auto;
		bottom: -10vw;
		right: calc(50% - 4vw);
		transform: rotate(0deg);
	}

	.step-num {
		font-size: 5.4vw;
	}
	.step-num .l-txt {
		font-size: 6.8vw;
	}
	.step-txt {
		margin: 2vw auto 5vw;
		padding-right: 20vw;
		font-size: 5.0vw;
	}
	.step-item a {
		width: 80%;
		max-width: initial;
		margin: 0 auto;
		display: block;
	}
	.step-item .btn-common-cta-buy p,
	.step-item .btn-common-cta-contact p {
		font-size: 4.26vw;
		padding: 0.6em 9% 0.6em 14%;
	}
	.step-item .btn-common-cta-buy p {
		border: 0.6vw solid #fff;
		background-size:8%;

	}
	.step-item .btn-common-cta-contact p {
		border: 0.6vw solid #ec7033;
		background-size: 8%;
	}


	.welcome-cont-lt {
		width: 100%;
	}
	.welcome-cont-lt a {
		width: 80%;
		max-width: initial;
		margin: 3vw auto 0;
	}
	.welcome-cont-rt {
		width: 100%;
		margin-left: auto;
		margin-top: 6vw;
	}
}
