@charset "UTF-8";
/*------------------------
サービス詳細
------------------------*/
/*--------- 共通 ---------*/
section .inner .ttl {
	font-weight: bold;
	text-align: center;
}
section .inner .ttl .en {
	display: block;
	line-height: 1;
	color: #0084ff;
}
.service .block-list .block .txt h3 {
	font-weight: bold;
}
.service .block-list .block .txt h3 sup {
	font-size: 42%;
	font-weight: 400;
	letter-spacing: -.1em;
}
.service .block-list .block .txt p {
	text-align: justify;
}
.caution-area {
	text-align: justify;
}
/*--------- PC ---------*/
@media screen and (min-width:1024px) {
	section {
		padding: 100px 0; 
	}
	section .inner {
		width: min(1200px,100%);
		margin: auto;
	}
	section .inner .ttl {
		margin-bottom: 60px;
	}
	section .inner .ttl .en {
		margin-bottom: 20px;
	}
	section .inner .ttl h2 {
		font-size: 36px;
		line-height: 1;
		margin-bottom: 30px;
	}
	.service .block-list .block:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.service .block-list .block {
		gap: 50px;
		margin-bottom: 100px;
	}
	.service .block-list .block .img {
		width: 620px;
		height: auto;
	}
	.service .block-list .block .txt {
		flex: 1;
	}
	.service .block-list .block .txt h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.service .block-list .block .txt p {
		font-size: 18px;
		line-height: 2;
	}
	.caution-area {
		font-size: 14px;
		line-height: 1.6;
	}
	.caution-area p {
		margin-bottom: 20px;
	}
}
/*--------- SP ---------*/
@media screen and (max-width:1023px) {
	section .inner {
		padding: calc(var(--spacing) * 20) calc(var(--spacing) * 3);
	}
	section .inner .ttl {
		margin-bottom: 10.667vw;
	}
	section .inner .ttl .en {
		font-size: 3.74vw;
		margin-bottom: 3vw;
	}
	section .inner .ttl h2 {
		font-size: 8vw;
		line-height: 1.3;
		margin-bottom: 4vw;
	}
	.service .block-list .block {
		flex-direction: column-reverse;
		padding-bottom: 8vw;
		border-bottom: 1px solid #c0c2cc;
		margin-bottom: 8vw;
	}
	.service .block-list .block .txt {
		margin-bottom: 5.333vw;
	}
	.service .block-list .block .txt h3 {
		font-size: 6.94vw;
		text-align: justify;
		line-height: 1.4;
		margin-bottom: 3vw;
	}
	.caution-area {
		font-size: 3.47vw;
		line-height: 1.5;
	}
	.caution-area p {
		margin-bottom: 3vw;
	}
}
@media screen and (min-width:1024px) and (max-width: 1240px) {
	section {
		padding: 100px 20px; 
	}
}
/*------------------------
メリット
------------------------*/
/*--------- 共通 ---------*/
.merit {
	background: var(--bgcolor);
}
/*--------- PC ---------*/
@media screen and (min-width:1024px) {
	.merit .img {
		width: 1000px;
		margin: auto;
	}
}
/*--------- SP ---------*/
@media screen and (max-width:1023px) {
	.merit .img {
		width: 100%;
		margin: auto;
	}
}
/*------------------------
流れ
------------------------*/
/*--------- 共通 ---------*/
/*--------- PC ---------*/
@media screen and (min-width:1024px) {}
/*--------- SP ---------*/
@media screen and (max-width:1023px) {}
/*------------------------
CTA
------------------------*/
/*--------- 共通 ---------*/
.cta {
	border-radius: 16px;
}
.cta h2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.cta .lead {
	text-align: center;
	color: #fff;
}
/*ボタン*/
.btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, #ff9844, #ff7709);
	border-radius: 50vw;
	font-weight: bold;
	color: #fff;
}
.btn a span {
	display: block;
}
/*--------- PC ---------*/
@media screen and (min-width:1024px) {
	.cta {
		width: min(1200px, 100%);
		margin: 0 auto 100px;
		padding: 60px;
		background: url(/cp2/images/cta-pc.png) no-repeat 100%/cover;
	}
	.cta h2 {
		font-size: 32px;
		line-height: 1;
		margin-bottom: 25px;
	}
	.cta .lead {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 50px;
	}
	/*ボタン*/
	.btn {
		width: 360px;
		margin: auto;
	}
	.btn a {
		padding: 10px;
		font-size: 20px;
	}
	.btn a span {
		margin-left: 10px;
	}
}
/*--------- SP ---------*/
@media screen and (max-width:1023px) {
	.cta {
		background: url(/cp2/images/cta-sp.png) no-repeat 100%/cover;
		padding: 10vw 4vw 8vw;
		margin: 0 calc(var(--spacing) * 3);
	}
	.cta h2 {
		font-size: 6.4vw;
		margin-bottom: 3vw;
	}
	.cta .lead {
		margin-bottom: 8vw;
	}
	/*ボタン*/
	.btn a {
		padding: 2vw;
	}
}