@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	background: url('../img/bg.jpg') repeat top center fixed;
	background-size: 100% auto;
	background-color: #fff;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	overflow-x: hidden;
	text-align: center;
}
h2{
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", "MS Mincho", serif;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}
h2.subtitle {
	font-size: 28px;
}
.subtitle span.small{
	font-size: 24px;
	display: inline-block;
}
.subtitle span.small2{
	font-size: 18px;
	display: inline-block;
}
.subtitle span{
	background: linear-gradient(45deg, #09ABE4, #3588CF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
h2.catch {
	color:#118FEF;
	font-size: 33px;
}
.container p{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 2em;
	box-sizing: content-box;
}
.container span {
	display: inline-block;
}
.img-campaign img{
	width: 100%;
}
.persona p{
	font-size: 1.2em;
	line-height: 2.4;
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "MS P明朝", serif;
	transform: skewX(-6deg);
	color: #222;
}
.persona span {
	display: inline-block;
}
.persona .line2{
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 1.2;
	transform: translateY(+0.25em);
}
.line2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.1em;
	width: 100%;
	height: 0.6em;
	background: rgba(255, 255, 150, 1);
	transform: scaleX(0);
	transform-origin: left;
	animation: marker-swipe 1s ease-out forwards;
	animation-delay: 0.6s;
	z-index: -1;
	border-radius: 2px;
}
@keyframes marker-swipe {
	to {
		transform: scaleX(1);
	}
}

.item-container {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.content {
	font-size: 21px;
}
.scroll-container {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	gap: 16px;
	padding: 16px;
}

.scroll-card {
	flex: 0 0 auto;
	width: 280px;
	border: 1px solid #ccc;
	padding: 12px;
	background: #fff;
	scroll-snap-align: start;
	text-align: left;
	font-size: 0;
}
.scroll-card img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: bottom;
}
.img-block {
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-bottom: 1rem;
}
.img-block img {
	width: 100vw;
	height: auto;
	display: block;
	vertical-align: bottom;
}
.img-block img.border{
	width: 100vw;
	display: inline-block;
}
.video-wrapper {
	width: 100%;
	max-width: 480px;
	aspect-ratio: 9 / 16;
	margin: 0 auto;
}
.thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
/**----- ロゴスライダー -----**/
.logo-slider {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
}
.logo-track {
	display: flex;
	width: max-content;
	animation: scroll 30s linear infinite;
}
.logo-track img {
	height: 50px;
	margin: 0 20px;
	flex-shrink: 0;
	user-select: none;
	pointer-events: none;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
/**----- //ロゴスライダー -----**/
.fee-button {
	display: inline-block;
	margin: 20px;
	padding: 0.75em 2em;
	width: 300px;
	font-size: 1rem;
	font-weight: bold;
	color: #09ABE4;
	background: #fff;
	border: 2px solid transparent;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	background-image:
		linear-gradient(#fff, #fff),
		linear-gradient(45deg, #09ABE4, #3588CF);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}

.fee-button:hover {
	color: #fff;
	background-image: 
		linear-gradient(45deg, #09ABE4, #3588CF),
		linear-gradient(45deg, #09ABE4, #3588CF);
}
/**----- 問い合わせフォーム -----**/
.contact-container {
	border: 1px solid #ccc;
	padding: 20px;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	font-family: sans-serif;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.button-row {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 10px;
}
.contact-button {
	flex: 1;
	padding: 12px 0;
	border: 0;
	background-color: white;
	cursor: pointer;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-radius: 48px;
	font-size: 18px;
}
.line{
	background-color: #00c300;
}
.our{
	background: -webkit-linear-gradient(-45deg, #09ABE4, #3588CF);
}
.phone-info {
	font-size: 18px;
}
.phone-number {
	color: #007BCE;
	font-weight: bold;
}
.phone-icon {
	margin-left: 5px;
}
.triangle {
	margin: 0 auto;
	width: 80vw;
	height: 45px;
	background: -webkit-linear-gradient(-45deg, #09ABE4, #3588CF);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
/**----- //問い合わせフォーム -----**/
/**----- プラン紹介 -----**/
.intro-section {
	position: relative;
	background-image: url('../img/intro_bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding: 40px 20px 60px;
	margin: 20px 0;
}
.intro-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.intro-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto;
}
.intro-content p {
	margin-top: 1em;
	font-size: 1rem;
	line-height: 1.8;
}
.intro-content{
	text-shadow:
		0 0 20px #fff,
		0 0 40px #fff,
		0 0 60px #fff,
		0 0 80px #fff;
}
.intro-content h2 span {
	background: linear-gradient(45deg, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.intro-content span{
	display: inline-block;
}
/**----- //プラン紹介 -----**/
/**----- プラン -----**/
section{
	margin-bottom: 2rem;
}
/**----- //プラン -----**/
/**----- 価格表 -----**/
.fee-schedule {
	max-width:800px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 2rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.fee-schedule-header {
	background-image:
		linear-gradient(45deg, #09ABE4, #3588CF);
	color: #fff;
	padding: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}

.fee-schedule-body {
	font-size: 1.2rem;
	padding: 1rem 1.2rem;
}

.fee-schedule-body p {
	color: #555;
	margin: 0.5rem auto;
	line-height: 1.6;
}
.fee-schedule-body p.small {
	font-size: 0.8rem;
	line-height: 0.8;
}

.label {
	color: #000;
	font-weight: bold;
}
/**----- //価格表 -----**/
/**----- ステップ -----**/
.step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 800px;
	margin: 20px auto;
}

.step-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.step-title {
	background-image:
		linear-gradient(45deg, #09ABE4, #3588CF);
	color: #fff;
	border-top-left-radius: 8px;;
	border-bottom-left-radius: 8px;
	font-weight: bold;
	padding: 20px;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 0.8rem;
	text-align: center;
}
.step-title span{
	font-size: 2.8rem;
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "MS P明朝", serif;
	transform: skewX(-6deg);
}
.step-details {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 20px;
	flex: 1;
	gap: 20px;
	text-align: left;
	font-size: 0.9rem;
}

.step-block h4 {
	margin: 0 0 10px;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	text-align: center;
}

.item {
	display: flex;
	align-items: baseline;
	gap: 4px;
	margin-bottom: 4px;
}

.item strong {
	font-size: 1.5rem;
}
.triangle_s {
	margin: 0 auto;
	width: 200px;
	height: 30px;
	background: -webkit-linear-gradient(-45deg, #09ABE4, #3588CF);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
/**----- //ステップ -----**/
/**----- FAQ -----**/
.faq-section {
	max-width: 800px;
	margin: 0 auto;
	font-family: sans-serif;
}
.faq-item {
	margin-bottom: 32px;
	padding: 20px 40px 34px;
	border-radius: 8px;
	background: #EEE;
}
.faq-label {
	font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0 4px;
	text-align: left;
}
.faq-label.q {
	font-size: 2rem;
	color: #09ABE4;
}
.faq-label.a {
	color: #3588CF;
	margin-top: 1.2rem;
}
.question,
.answer {
	margin: 0 0 16px;
	text-align: left;
	line-height: 1.7;
	margin-left: 2rem;
}
.question{
	font-weight: 600;
	font-size: 1.2rem;
}
/**----- //FAQ -----**/
/**----- Footer -----**/
.footer{
	margin: 0;
	padding-top: 12px;
	background: -webkit-linear-gradient(-45deg, #09ABE4, #3588CF);
}
/**----- //Footer -----**/

@media (min-width: 768px) {
	.item-container {
		width: 60%;
		margin: 40px auto;
	}
	.scroll-container {
		justify-content: center;
	}
	.img-block img {
		width: auto;
		max-width: 60vw;
		display: inline-block;
	}
	.img-block img.border{
		width: 100%;
	}
	.triangle {
	width: 400px;
	height: 60px;
	}
	/**----- ロゴスライダー -----**/
	.logo-slider {
		width: 100%;
		padding: 20px 0;
	}
	.logo-track img {
		height: 60px;
		margin: 0 40px;
	}
	/**----- //ロゴスライダー -----**/
}