/*
Theme Name: hht
*/

/* ----------------------------
 * reset
 * ---------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0
}

ul[role='list'],
ol[role='list'] {
	list-style: none
}

body {
	min-height: 100vh;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
button,
input,
label {
	line-height: 1.1
}

h1,
h2,
h3,
h4 {
	text-wrap: balance
}

a:not([class]) {
	text-decoration-skip-ink: auto;
	color: currentColor
}

img,
picture {
	max-width: 100%;
	display: block
}

input,
button,
textarea,
select {
	font: inherit
}

textarea:not([rows]) {
	min-height: 10em
}

:target {
	scroll-margin-block: 5ex
}

ul {
	list-style-type: none
}


/* ----------------------------
 * フォント
 * ---------------------------- */
@font-face {
	font-family: "patua-font";
	src: url("./font/PatuaOne-Regular.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "righteous-font";
	src: url("./font/Righteous-Regular.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "line-eb-font";
	src: url("./font/LINESeedJP_OTF_Eb.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "line-rg-font";
	src: url("./font/LINESeedJP_OTF_Rg.woff2") format("woff2");
	font-display: swap;
}

.patua-font {
	font-family: "patua-font";
	font-weight: 400;
}

.righteous-font {
	font-family: "righteous-font";
	font-weight: 400;
}

.line-eb-font {
	font-family: "line-eb-font";
	font-weight: 800;
}

.line-rg-font {
	font-family: "line-rg-font";
	font-weight: 400;
}


/* ----------------------------
 * 共通
 * ---------------------------- */
html {
	/* scroll-behavior: smooth; */
	overflow-y: scroll;
}

body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	overflow-x: hidden;
	height: 100%;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.pc-only2 {
	display: block;
}

.sp-only2 {
	display: none;
}

@media (max-width: 1024px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}

@media (max-width: 768px) {
	.pc-only2 {
		display: none;
	}

	.sp-only2 {
		display: block;
	}
}


/* ----------------------------
 * ヘッダー
 * ---------------------------- */
.header__logo-area {
	display: flex;
	align-items: center;
	position: fixed;
	top: 30px;
	left: 50px;
	z-index: 10;
}

.header__logo {
	width: 68px;
	min-width: 68px;
}

.header__btn {
	position: fixed;
	top: 40px;
	right: 100px;
	z-index: 10;
}

.header__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 62px;
	text-decoration: none;
	transition: 0.3s;
	background-color: #FFFFFF;
	border: 3px solid #074173;
	border-radius: 9999px;
}

.header__btn-text {
	color: #074173;
	font-size: 24px;
	font-weight: 900;
}

@media (max-width: 768px) {
	.header__logo-area {
		top: 20px;
		left: 20px;
	}

	.header__logo {
		width: 35px;
		min-width: 35px;
	}

	.header__logo-text-before {
		font-size: 13px;
	}

	.header__logo-img {
		width: 12px;
		margin: 0 3px;
	}

	.header__logo-text-after {
		font-size: 13px;
	}

	.header__btn {
		top: 20px;
		right: 40px;
	}

	.header__btn a {
		width: 80px;
		height: 40px;
	}

	.header__btn-text {
		font-size: 14px;
	}
}


/* ----------------------------
 * メインビジュアル
 * ---------------------------- */
.main-visual__area {
	display: grid;
	place-items: center;
}

.main-visual__area>* {
	grid-area: 1 / 1;
}

.blob-animation {
	aspect-ratio: 1 / 1;
	z-index: 1;
}

.blob-animation:nth-child(2) {
	width: 350px;
	justify-self: start;
	align-self: start;
	transform: translate(20vw, -300px) rotate(-20deg);
}

.blob-animation:nth-child(3) {
	width: 400px;
	justify-self: start;
	align-self: start;
	transform: translate(35vw, -300px) rotate(-60deg);
}

.blob-animation:nth-child(4) {
	width: 400px;
	justify-self: start;
	align-self: start;
	transform: translate(60vw, -250px);
}

.blob-animation:nth-child(5) {
	width: 400px;
	justify-self: start;
	align-self: start;
	transform: translate(77vw, -200px);
}

.blob-animation:nth-child(6) {
	width: 200px;
	justify-self: start;
	align-self: start;
	transform: translate(0vw, 200px);
}

.blob-animation:nth-child(7) {
	width: 250px;
	justify-self: start;
	align-self: start;
	transform: translate(12vw, 100px);
}

.blob-animation:nth-child(8) {
	width: 250px;
	justify-self: start;
	align-self: start;
	transform: translate(70vw, 200px);
}

.blob-animation:nth-child(9) {
	width: 250px;
	justify-self: start;
	align-self: start;
	transform: translate(3vw, 450px);
}

.blob-animation:nth-child(10) {
	width: 180px;
	justify-self: start;
	align-self: start;
	transform: translate(10vw, 330px);
}

.blob-animation:nth-child(11) {
	width: 400px;
	justify-self: start;
	align-self: start;
	transform: translate(70vw, 400px) scaleX(-1);
}

.main-visual__contents-area {
	position: relative;
	z-index: 2;
	padding: 100px 0 150px;
}

.main-visual__title-area {
	text-align: center;
}

.message {
	font-size: 32px;
	letter-spacing: -0.02em;
}

.color-green {
	color: #88D20E;
}

.color-blue {
	color: #5FC6F6;
}

.color-red {
	color: #FF766B;
}

.sub-message {
	font-size: 36px;
	color: #074173;
	margin: 30px 0;
}

.community-text-area {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3B3D3F;
	margin: 30px 0 70px 0;
}

.community-text-before {
	font-size: 35px;
}

.human-hub-tech-img {
	width: 275px;
	margin: 0 auto;
}

.community-logo-img {
	width: 27px;
	margin: 0 7px;
}

.community-text-after {
	font-size: 40px;
	letter-spacing: 0.03em;
}

.main-visual__btn-area {
	display: flex;
	justify-content: center;
	gap: 24px;
}

.main-visual__btn {
	width: 320px;
}

.main-visual__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	text-decoration: none;
	transition: 0.3s;
	background-color: #FFFFFF;
	border: 3px solid #074173;
	border-radius: 9999px;
}

.main-visual__btn-text {
	color: #074173;
	font-size: 24px;
	font-weight: 900;
}

.main-visual-text {
	text-align: center;
	font-size: 32px;
	line-height: 1.8;
	color: #074173;
	margin: 50px 20px 0 20px;
}

@media (max-width: 1024px) {
	.blob-animation:nth-child(1) {
		width: 250px;
		justify-self: start;
		align-self: start;
		transform: translate(-100px, 50px);
	}

	.blob-animation:nth-child(2) {
		width: 150px;
		transform: translate(0px, 0px) rotate(-20deg);
	}

	.blob-animation:nth-child(3) {
		width: 280px;
		transform: translate(20vw, -100px) rotate(-60deg);
	}

	.blob-animation:nth-child(4) {
		width: 250px;
		transform: translate(80vw, -70px);
	}

	.blob-animation:nth-child(5) {
		width: 220px;
		transform: translate(85vw, 280px);
	}

	.blob-animation:nth-child(6) {
		width: 150px;
		transform: translate(-50px, 300px);
	}

	.blob-animation:nth-child(8) {
		width: 130px;
		transform: translate(80vw, 100px);
	}

	.blob-animation:nth-child(9) {
		width: 150px;
		transform: translate(3vw, 390px);
	}

	.blob-animation:nth-child(11) {
		width: 260px;
		transform: translate(70vw, 350px) scaleX(-1);
	}
}

@media (max-width: 768px) {
	.blob-animation:nth-child(1) {
		width: 200px;
		transform: translate(-100px, -50px);
	}

	.blob-animation:nth-child(2) {
		width: 120px;
		transform: translate(0px, -100px) rotate(-20deg);
	}

	.blob-animation:nth-child(3) {
		width: 180px;
		transform: translate(20vw, -80px) rotate(-60deg);
	}

	.blob-animation:nth-child(4) {
		width: 180px;
		transform: translate(80vw, -50px);
	}

	.blob-animation:nth-child(5) {
		width: 150px;
		transform: translate(80vw, 250px);
	}

	.blob-animation:nth-child(6) {
		width: 100px;
		transform: translate(-30px, 280px);
	}

	.blob-animation:nth-child(8) {
		width: 130px;
		transform: translate(calc(80vw - 100px), 0px);
	}

	.blob-animation:nth-child(9) {
		width: 140px;
		transform: translate(3vw, 300px);
	}

	.blob-animation:nth-child(11) {
		width: 260px;
		transform: translate(calc(70vw - 80px), 250px) scaleX(-1);
	}

	.main-visual__contents-area {
		padding: 130px 0 60px;
	}

	.sub-message {
		font-size: 16px;
		margin: 20px 0;
	}

	.community-name {
		font-size: 20px;
	}

	.community-text-area {
		margin: 20px 0 170px 0;
	}

	.community-text-before {
		font-size: 24px;
	}

	.human-hub-tech-img {
		width: 120px;
	}

	.community-logo-img {
		width: 20px;
		margin: 0 5px;
	}

	.community-text-after {
		font-size: 26px;
	}

	.main-visual__btn {
		width: 180px;
	}

	.main-visual__btn-area {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.main-visual__btn a {
		height: 60px;
	}

	.main-visual__btn-text {
		font-size: 14px;
	}

	.main-visual-text {
		font-size: 18px;
		margin-top: 30px;
	}
}


/* ----------------------------
 * About
 * ---------------------------- */
.about__area {
	padding: 0 100px 180px;
}

.about-introduction-area {
	display: flex;
	justify-content: space-between;
}

.Developer-area {
	display: flex;
	align-items: end;
}

#Developer {
	width: 280px;
	height: 300px;
	margin-right: 80px;
}

#caption-about {
	width: 150px;
	height: 130px;
}

.about-introduction {
	font-size: 64px;
	color: #2DC38A;
	line-height: 1.4;
}

.about-introduction-text {
	margin-top: 50px;
	font-size: 20px;
	line-height: 2;
}

.about-career-area {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

#Business_Idea_Animation {
	width: 300px;
	height: 300px;
}

.about-career {
	font-size: 64px;
	color: #287AE7;
	line-height: 1.4;
	text-align: right;
}

.about-career-f72 {
	font-size: 72px;
}

.about-career-text-area {
	display: flex;
	justify-content: space-between;
}

.circle-wrapper {
	position: relative;
	min-width: 450px;
	width: 450px;
	height: 420px;
	margin: 50px auto 80px auto;
}

.circle1 {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	background: linear-gradient(180deg, #5F8AF6, #11C0F3);
	opacity: 0.8;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-color: transparent;
}

.circle1::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: #287AE7;
	border-radius: 50%;
	z-index: 0;
}

.circle2 {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	background: linear-gradient(180deg, #FFAD00, #FF8200);
	opacity: 0.8;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-color: transparent;
}

.circle2::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: #FF8200;
	border-radius: 50%;
	z-index: 0;
}

.circle3 {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	background: linear-gradient(180deg, #84DCBA, #0AB976);
	opacity: 0.8;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-color: transparent;
}

.circle3::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: #00BC68;
	border-radius: 50%;
	z-index: 0;
}

.circle-top {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.circle-left {
	bottom: 0;
	left: 0;
}

.circle-right {
	bottom: 0;
	right: 0;
}

.circle-inner {
	text-align: center;
}

.circle-text {
	font-size: 28px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

.about-career-text-wrapper {
	margin-left: 20px;
}

.about-career-text {
	margin-top: 50px;
	font-size: 20px;
	line-height: 2.2;
	text-align: right;
}

#Make_the_Deal {
	margin-top: 30px;
	width: 200px;
	height: 200px;
}

@media (max-width: 1024px) {
	.about__area {
		padding: 0 20px 180px;
	}

	#Developer {
		width: 180px;
		height: 200px;
		margin-right: 0px;
	}

	#Business_Idea_Animation {
		width: 200px;
		height: 200px;
	}

	.about-career-text-area {
		flex-direction: column;
	}

	.about-career-text-wrapper {
		position: relative;
		order: -1;
		margin-left: 0;
	}

	.about-career-text {
		text-align: left;
	}

	#Make_the_Deal {
		position: absolute;
		margin-top: 0;
		bottom: -200px;
		left: 0;
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 768px) {
	#Developer {
		width: 100px;
		height: 100px;
	}

	#caption-about {
		width: 70px;
		height: 60px;
	}

	.about-introduction {
		font-size: 24px;
	}

	.about-introduction-text {
		margin-top: 20px;
		font-size: 14px;
	}

	.about-career-area {
		margin-top: 60px;
	}

	#Business_Idea_Animation {
		width: 120px;
		height: 120px;
	}

	.about-career {
		font-size: 24px;
	}

	.about-career-f72 {
		font-size: 32px;
	}

	.circle-wrapper {
		min-width: 300px;
		width: 300px;
		height: 280px;
		margin: 30px auto 0px auto;
	}

	.circle1 {
		width: 165px;
		height: 165px;
	}

	.circle2 {
		width: 165px;
		height: 165px;
	}

	.circle3 {
		width: 165px;
		height: 165px;
	}

	.circle-text {
		font-size: 20px;
	}

	.about-career-text {
		margin-top: 30px;
		font-size: 14px;
		line-height: 2;
	}

	#Make_the_Deal {
		bottom: -120px;
		left: 0;
		width: 100px;
		height: 100px;
	}
}


/* ----------------------------
 * community
 * ---------------------------- */
.community__area {
	position: relative;
	padding: 50px 100px 60px 100px;
	background-color: #FFEFEB;
}

#company-employees {
	width: 260px;
	position: absolute;
	right: 100px;
	top: -150px;
}

#caption-community {
	width: 220px;
	height: 100px;
}

.community-introduction {
	font-size: 64px;
	color: #FF8200;
	line-height: 1.4;
}

.community-card-area {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 40px;
}

.community-card {
	padding: 25px;
	background-color: #FFFFFF;
	border-radius: 30px;
}

.community-card-img {
	border-radius: 30px;
}

.community-card-title {
	font-size: 26px;
	margin: 15px 0;
}

.community-card-text {
	font-size: 16px;
	line-height: 1.8;
}

@media (max-width: 1024px) {
	.community__area {
		padding: 50px 20px 60px 20px;
	}

	.community-card-area {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, auto);
	}
}

@media (max-width: 768px) {
	.community__area {
		padding: 30px 20px 60px 20px;
	}

	#company-employees {
		width: 180px;
		right: 20px;
		top: -100px;
	}

	#caption-community {
		width: 120px;
		height: 60px;
	}

	.community-introduction {
		font-size: 20px;
	}

	.community-card-area {
		margin-top: 30px;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(6, auto);
		gap: 30px;
	}

	.community-card-title {
		font-size: 24px;
	}
}


/* ----------------------------
 * voice
 * ---------------------------- */
.voice__area {
	margin: 50px 0;
	padding: 0 100px 100px 100px;
	overflow: hidden;
	position: relative;
	background-image: url("img/voice-bg_PC.png");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}

#caption-voice {
	width: 150px;
	height: 110px;
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.voice-title {
	margin-top: 20px;
	font-size: 64px;
	color: #2DC38A;
	text-align: right;
}

.voice-text {
	margin: 20px 0 50px;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	text-align: right;
}

.voice-inner {
	display: flex;
	/* アニメーションを適用（変数はJSから設定） */
	animation: voice-scroll var(--scroll-duration, 20s) linear infinite;
}

.voice-card {
	flex: 0 0 auto;
	/* 幅を固定 */
	width: 450px;
	/* 幅を指定 */
	background: linear-gradient(180deg, #84DCBA, #0AB976);
	border-radius: 30px;
	padding: 35px;
	margin-right: 50px;
	/* カード間の余白 */
	position: relative;
}

.voice-card::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	background: #FFFFFF;
	border-radius: 25px;
	z-index: 0;
}

/* ホバーでスクロールを停止 */
.voice-inner:hover {
	animation-play-state: paused;
}

/* 無限スクロールのアニメーションを定義 */
@keyframes voice-scroll {
	from {
		transform: translateX(0);
	}

	to {
		/* 移動距離をJSから変数で設定 */
		transform: translateX(var(--scroll-width, -2000px));
	}
}

.voice-card-wrapper {
	position: relative;
	z-index: 1;
}

.voice-card-inner {
	display: flex;
	align-items: center;
}

.voice-icon-img {
	border-radius: 9999px;
	object-fit: cover;
	width: 100px;
	height: 100px;
}

.voice-attribute-area {
	margin-left: 15px;
}

.voice-name-area {
	font-size: 20px;
}

.voice-name {
	font-size: 32px;
	font-weight: 700;
}

.voice-attribute {
	font-size: 16px;
	font-weight: 700;
}

.voice-card-text {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

@media (max-width: 1024px) {
	.voice__area {
		padding: 0 20px 100px 20px;
	}
}

@media (max-width: 768px) {
	.voice__area {
		margin: 0;
		padding: 30px 20px 100px 20px;
		background-image: url("img/voice-bg_SP.png");
		background-position: center;
	}

	#caption-voice {
		width: 80px;
		height: 70px;
	}

	.voice-title {
		margin-top: 10px;
		font-size: 24px;
	}

	.voice-text {
		margin: 10px 0 30px;
		font-size: 14px;
		text-align: left;
	}

	.voice-card {
		width: 300px;
		/* 幅を指定 */
		margin-right: 20px;
		/* カード間の余白 */
		padding: 25px;
	}

	.voice-icon-img {
		width: 70px;
		height: 70px;
	}

	.voice-attribute-area {
		margin-left: 15px;
	}

	.voice-name-area {
		font-size: 14px;
	}

	.voice-name {
		font-size: 16px;
	}

	.voice-attribute {
		font-size: 14px;
		font-weight: 500;
	}

	.voice-card-text {
		font-size: 14px;
		font-weight: 500;
	}
}


/* ----------------------------
 * member
 * ---------------------------- */
.member__area {
	padding-top: 60px;
}

#caption-member {
	width: 400px;
	height: 120px;
	position: absolute;
	top: -100px;
	/* カードの上端から50px上に配置 */
	left: 0;
	z-index: 2;
	/* カード本体(.member-card::after)より手前に表示 */
}

.member-card-area {
	background-image: url("img/member_bg.png");
	background-position: top;
	background-size: cover;
	padding: 20px 0 50px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.member-card {
	flex: 0 0 auto;
	/* 幅を固定 */
	width: 400px;
	/* 幅を指定 */
	background: linear-gradient(180deg, #35A7F5, #0BC4F3);
	border-radius: 30px;
	padding: 40px 40px 20px 40px;
	position: relative;
}

.member-card::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	background: #FFFFFF;
	border-radius: 25px;
	z-index: 0;
}

.member-card-wrapper {
	position: relative;
	z-index: 1;
}

.member-card-inner {
	display: flex;
}

.member-icon-img {
	border-radius: 50%;
	object-fit: cover;
	width: 140px;
	height: 140px;
}

.member-name-area {
	margin-left: 10px;
}

.member-name {
	font-size: 24px;
	font-weight: 700;
}

.member-role {
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
}

.member-text {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.sns-icon-area {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.x-icon-img {
	width: 20px;
}

.note-icon-img {
	width: 50px;
}

.instagram-icon-img {
	width: 30px;
}

@media (max-width: 1024px) {
	.member-card-area {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 768px) {
	.member__area {
		padding-top: 50px;
	}

	#caption-member {
		width: 220px;
		height: 100px;
		top: -100px;
	}

	.member-card-area {
		padding: 50px 20px 60px;
		gap: 20px;
	}

	.member-card {
		max-width: 340px;
		width: auto;
		padding: 25px;
	}

	.member-icon-img {
		width: 70px;
		height: 70px;
	}

	.member-name {
		font-size: 16px;
	}

	.member-role {
		padding-top: 10px;
	}

	.member-role {
		font-size: 14px;
	}

	.sns-icon-area {
		margin-top: 0;
	}
}


/* ----------------------------
 * FAQ
 * ---------------------------- */
.faq__area {
	padding: 80px 100px;
	background-color: #EAF8E9;
	/* 既存の背景色を維持 */
}

#caption-faq {
	width: 200px;
	height: 120px;
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.faq-title {
	margin-top: 20px;
	font-size: 64px;
	color: #0AB976;
	text-align: right;
	margin-bottom: 50px;
}

.faq-item {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 40px;
	margin-bottom: 50px;
}

.faq-question {
	color: #0AB976;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
	/* Firefoxのマーカーを消す */
}

.faq-question::-webkit-details-marker {
	display: none;
	/* Chrome/Safariのマーカーを消す */
}

.faq-question::after {
	content: '';
	display: block;
	width: 15px;
	/* 矢印のサイズ */
	height: 15px;
	/* 矢印のサイズ */
	border-right: 3px solid #0AB976;
	/* 矢印の線の太さと色 */
	border-bottom: 3px solid #0AB976;
	/* 矢印の線の太さと色 */
	transform: rotate(45deg);
	/* 下向きにする */
	transition: transform 0.3s ease;
}

.faq-item[open]>.faq-question::after {
	transform: rotate(-135deg);
	/* 上向きにする */
}

.faq-answer {
	margin-top: 40px;
	padding-right: 100px;
	font-size: 18px;
	font-weight: 400;
	line-height: 2.2;
}

.faq-item[open]>.faq-answer {
	max-height: 500px;
	/* 回答の高さに応じて調整が必要な場合がある */
	padding-bottom: 20px;
}

.faq__btn {
	width: 335px;
	margin: 0 auto;
}

.faq__btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 335px;
	height: 105px;
	text-decoration: none;
	transition: 0.3s;
	background: linear-gradient(180deg, #84DCBA, #0AB976);
	border-radius: 9999px;
}

.faq__btn-text {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 900;
}

@media (max-width: 1024px) {
	.faq__area {
		padding: 80px 20px;
	}
}

@media (max-width: 768px) {
	.faq__area {
		padding: 30px 20px 60px;
	}

	#caption-faq {
		width: 120px;
		height: 70px;
	}

	.faq-title {
		margin-top: 10px;
		font-size: 24px;
		margin-bottom: 30px;
	}

	.faq-item {
		padding: 25px;
		margin-bottom: 25px;
	}

	.faq-question {
		font-size: 12px;
	}

	.faq-question::after {
		width: 10px;
		/* 矢印のサイズ */
		height: 10px;
		/* 矢印のサイズ */
		border-right: 2px solid #0AB976;
		/* 矢印の線の太さと色 */
		border-bottom: 2px solid #0AB976;
		/* 矢印の線の太さと色 */
	}

	.faq-answer {
		margin-top: 15px;
		padding-right: 0;
		font-size: 12px;
		line-height: 2;
	}

	.faq-item[open]>.faq-answer {
		padding-bottom: 0;
	}

	.faq__btn {
		width: 180px;
	}

	.faq__btn a {
		width: 180px;
		height: 60px;
	}

	.faq__btn-text {
		font-size: 14px;
	}
}


/* ----------------------------
 * SNS
 * ---------------------------- */
.sns__area {
	padding: 80px 100px 40px;
}

#caption-sns {
	width: 530px;
	height: 210px;
}

.sns-title-area {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.instagram-title-icon-img {
	width: 60px;
	height: 60px;
}

.sns-title {
	margin-left: 20px;
	font-size: 64px;
	color: #FF8200;
}

@media (max-width: 1024px) {
	.sns__area {
		padding: 80px 20px 40px;
	}
}

@media (max-width: 768px) {
	.sns__area {
		padding: 30px 20px 40px;
	}

	#caption-sns {
		width: 300px;
		height: 130px;
	}

	.sns-title-area {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.instagram-title-icon-img {
		width: 30px;
		height: 30px;
	}

	.sns-title {
		margin-left: 15px;
		font-size: 24px;
	}
}


/* ----------------------------
 * フッター
 * ---------------------------- */
footer {
	background-color: #FFF8F0;
	color: #287AE7;
	text-align: center;
}

.footer__area {
	padding: 20px 100px 80px;
}

.footer-logo {
	width: 94px;
	margin: 0 auto;
}

.footer-text {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
}

.footer-link-area {
	display: flex;
	justify-content: center;
	gap: 40px;
	font-size: 14px;
	margin: 30px 0 20px;
}

.copyright {
	border-top: 1px solid #287AE7;
	padding-top: 20px;
	font-size: 12px;
	font-weight: 400;
}

@media (max-width: 768px) {
	.footer__area {
		padding: 20px 20px 86px;
	}

	.footer-logo {
		width: 94px;
	}

	.footer-text {
		margin-top: 30px;
		font-size: 14px;
	}

	.footer-link-area {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		font-size: 12px;
		margin: 20px 0 30px;
	}
}


/* ----------------------------
 * プライバシーポリシー
 * ---------------------------- */
.privacypolicy-area {
	padding: 200px 200px 120px 200px;
}

.privacypolicy-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 4px;
}

.privacypolicy-text {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.privacypolicy-area {
		padding: 20px 20px 60px 20px;
	}
}


/* ----------------------------
 * 特商法に基づく表記
 * ---------------------------- */
.leagalnotation-area {
	padding: 200px 200px 120px 200px;
}

.leagalnotation-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 4px;
}

.leagalnotation-text {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.leagalnotation-area {
		padding: 20px 20px 60px 20px;
	}
}


/* ----------------------------
 * Event Archive
 * ---------------------------- */
.event-archive {
    padding: 120px 20px 80px;
    background: #fff8f0;
}

.event-archive__container {
    width: min(100%, 1200px);
    margin: 0 auto;
}

.event-archive__header {
    margin-bottom: 40px;
    text-align: center;
}

.event-archive__eyebrow {
    margin-bottom: 12px;
    color: #2dc38a;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.event-archive__title {
    color: #074173;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.4;
    font-weight: 900;
}

.event-archive__filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
}

.event-archive__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #074173;
    font-size: 14px;
    font-weight: 700;
}

.event-archive__checkbox input {
    width: 18px;
    height: 18px;
}

.event-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.event-card {
    overflow: hidden;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(7, 65, 115, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(7, 65, 115, 0.14);
}

.event-card__thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #edf2f7;
}

.event-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-card__body {
    padding: 24px;
}

.event-card__date {
    margin-bottom: 12px;
    color: #2dc38a;
    font-size: 14px;
    font-weight: 800;
}

.event-card__title {
    margin-bottom: 16px;
    color: #074173;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 900;
}

.event-card__meta {
    margin-bottom: 20px;
    color: #5f6f7f;
    font-size: 14px;
    line-height: 1.9;
}

.event-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 12px 20px;
    border-radius: 9999px;
    background: linear-gradient(180deg, #84dcba, #0ab976);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.event-card__button:hover {
    opacity: 0.9;
}

.event-card--past {
    display: none;
}

.event-card--past.is-visible {
    display: block;
}

.event-archive__empty {
    padding: 48px 24px;
    background: #ffffff;
    border-radius: 28px;
    text-align: center;
    color: #5f6f7f;
    box-shadow: 0 10px 30px rgba(7, 65, 115, 0.08);
}

@media (max-width: 1024px) {
    .event-archive__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .event-archive {
        padding: 100px 16px 64px;
    }

    .event-archive__filter {
        justify-content: flex-start;
    }

    .event-archive__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .event-card__body {
        padding: 20px;
    }

    .event-card__title {
        font-size: 20px;
    }

    .event-card__button {
        min-height: 52px;
        font-size: 15px;
    }
}

/* ----------------------------
 * Event Single Page
 * ---------------------------- */
.event-single {
	background: #fff8f0;
	color: #074173;
}

.event-single__article {
	padding: 120px 20px 80px;
}

.event-single__hero {
	width: min(100%, 1024px);
	margin: 0 auto 40px;
	overflow: hidden;
	border-radius: 28px;
	background: #edf2f7;
	box-shadow: 0 12px 36px rgba(7, 65, 115, 0.12);
}

.event-single__hero-image {
	display: block;
	width: 100%;
	max-width: 1024px;
	max-height: 540px;
	object-fit: cover;
}

.event-single__container {
	width: min(100%, 960px);
	margin: 0 auto;
}

.event-single__header,
.event-single__section,
.event-single__cta {
	margin-top: 32px;
	padding: 40px;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 10px 30px rgba(7, 65, 115, 0.08);
}

.event-single__eyebrow {
	margin-bottom: 12px;
	color: #2dc38a;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.event-single__title {
	margin-bottom: 28px;
	color: #074173;
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.35;
	font-weight: 900;
}

.event-single__summary {
	display: grid;
	gap: 14px;
}

.event-single__summary-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	padding: 16px 0;
	border-top: 1px solid #e7eef5;
}

.event-single__summary-item span {
	color: #5f6f7f;
	font-size: 14px;
	font-weight: 700;
}

.event-single__summary-item strong {
	color: #074173;
	font-size: 17px;
	line-height: 1.7;
}

.event-single__place-summary {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 16px;
	min-width: 0;
}

.event-single__map-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 7px 14px;
	border: 1px solid #2dc38a;
	border-radius: 9999px;
	background: #f3fcf8;
	color: #087a55;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.event-single__map-link:hover {
	background: #2dc38a;
	color: #fff;
}

.event-single__map-link:focus-visible {
	outline: 3px solid rgba(45, 195, 138, 0.3);
	outline-offset: 2px;
}

.event-single__map-link .fa-arrow-up-right-from-square {
	font-size: 11px;
}

.event-single__advance-payment {
	margin-top: 18px;
	padding: 28px 32px;
	border: 1px solid #ccefe1;
	border-radius: 20px;
	background: #f3fcf8;
	color: #074173;
	font-size: 15px;
	line-height: 1.8;
}

.event-single__advance-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #074173;
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 900;
	line-height: 1.4;
}

.event-single__advance-lead p + p {
	margin-top: 12px;
}

.event-single__advance-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 22px;
}

.event-single__advance-details section {
	padding: 18px 20px;
	border-radius: 14px;
	background: #fff;
}

.event-single__advance-details h3 {
	margin-bottom: 8px;
	color: #168c64;
	font-size: 17px;
	font-weight: 900;
}

.event-single__advance-details ul {
	margin-bottom: 8px;
	padding-left: 1.4em;
	list-style: disc;
}

.event-single__advance-notes {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #ccefe1;
	/* font-size: 13px; */
	line-height: 1.7;
	list-style: none;
    padding-inline-start: 20px;
}

.event-single__advance-notes li {
	/* padding-left: 1.4em; */
	text-indent: -1.4em;
}

.event-single__advance-notes li::before {
	content: "※";
	margin-right: 0.4em;
}

.event-single__section h2 {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid #edf2f7;
	color: #ff8200;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 900;
}

.event-single__section h3 {
	margin: 24px 0 10px;
	color: #2dc38a;
	font-size: 18px;
	font-weight: 800;
}

.event-single__content,
.event-single__place,
.event-single__contact {
	color: #074173;
	font-size: 16px;
	line-height: 2;
}

.event-single__content p+p,
.event-single__place p+p,
.event-single__contact p+p {
	margin-top: 12px;
}

.event-single__gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.event-single__gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 20px;
}

.event-single__map {
	margin-top: 24px;
	overflow: hidden;
	border-radius: 20px;
	aspect-ratio: 16 / 9;
	background: #edf2f7;
}

.event-single__map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.event-single__section--note {
	background: #fffdf8;
}

.event-single__cta {
	text-align: center;
}

.event-single__cta--top {
	margin-top: 32px;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.event-single__cta p {
	margin-bottom: 20px;
	color: #074173;
	font-size: 16px;
	line-height: 1.8;
}

.event-single__cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 420px);
	min-height: 72px;
	padding: 14px 28px;
	border-radius: 9999px;
	background: linear-gradient(180deg, #84dcba, #0ab976);
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.event-single__cta a:hover {
	opacity: 0.9;
}

@media (max-width: 768px) {
	.event-single__article {
		padding: 96px 16px 64px;
	}

	.event-single__hero {
		margin-bottom: 24px;
		border-radius: 20px;
	}

	.event-single__header,
	.event-single__section,
	.event-single__cta {
		margin-top: 24px;
		padding: 28px 20px;
		border-radius: 24px;
	}

	.event-single__summary-item {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.event-single__place-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.event-single__map-link {
		min-height: 36px;
		padding: 7px 12px;
	}

	.event-single__advance-payment {
		margin-top: 10px;
		padding: 22px 18px;
		border-radius: 16px;
		font-size: 14px;
	}

	.event-single__advance-title {
		align-items: flex-start;
		gap: 5px;
	}

	.event-single__advance-details {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 18px;
	}

	.event-single__advance-details section {
		padding: 16px;
	}

	.event-single__gallery {
		grid-template-columns: 1fr;
	}

	.event-single__map {
		aspect-ratio: 4 / 3;
	}

	.event-single__cta a {
		min-height: 60px;
		font-size: 18px;
	}
}


/* ----------------------------
 * Event Application
 * ---------------------------- */
.event-application {
	padding: 120px 20px 80px;
	background: #fff8f0;
}

.event-application__container {
	width: min(100%, 900px);
	margin: 0 auto;
}

.event-application__card {
	padding: 48px;
	background: #ffffff;
	border-radius: 28px;
	box-shadow: 0 10px 30px rgba(7, 65, 115, 0.08);
}

.event-application__title {
	margin-bottom: 20px;
	color: #074173;
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1.4;
	font-weight: 900;
	text-align: center;
}

.event-application__lead {
	margin-bottom: 40px;
	color: #074173;
	font-size: 16px;
	line-height: 1.9;
	text-align: center;
}

.event-application__event-box {
	margin-bottom: 40px;
	padding: 28px;
	background: #f8fcff;
	border: 2px solid #dcecf9;
	border-radius: 24px;
}

.event-application__event-title {
	margin-bottom: 16px;
	color: #074173;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.6;
}

.event-application__event-meta {
	color: #5f6f7f;
	font-size: 15px;
	line-height: 2;
}

.event-application__form {
	margin-top: 32px;
}

.event-application .wpcf7-form label {
	display: block;
	margin-bottom: 24px;
	color: #074173;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
}

.event-application .wpcf7-form input,
.event-application .wpcf7-form textarea,
.event-application .wpcf7-form select {
	width: 100%;
	margin-top: 10px;
	padding: 14px 16px;
	border: 1px solid #d9e2ec;
	border-radius: 14px;
	background: #fff;
	color: #074173;
	font-size: 16px;
	transition: border-color 0.2s ease;
}

.event-application .wpcf7-form input:focus,
.event-application .wpcf7-form textarea:focus,
.event-application .wpcf7-form select:focus {
	outline: none;
	border-color: #2dc38a;
}

.event-application .wpcf7-form textarea {
	min-height: 160px;
	resize: vertical;
	line-height: 1.8;
}

.event-application .wpcf7-submit {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: min(100%, 420px);
	min-height: 72px;
	margin-top: 24px;
	border: none;
	border-radius: 9999px;
	background: linear-gradient(180deg, #84dcba, #0ab976);
	color: #ffffff;
	font-size: 22px;
	font-weight: 900;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.event-application .wpcf7-submit:hover {
	opacity: 0.9;
}

.event-application .wpcf7-spinner {
	display: block;
	margin: 16px auto 0;
}

.event-application .wpcf7-response-output {
	margin: 24px 0 0;
	padding: 16px;
	border-radius: 14px;
	font-size: 14px;
	line-height: 1.8;
}

.source-detail-field {
	display: none;
}

.hht-field-error {
	margin-top: 8px;
	color: #ff4d4f;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
}

.is-error {
	border-color: #ff4d4f !important;
	background: #fff5f5 !important;
}

.policy-summary {
	margin-top: 40px;
	padding: 24px;
	background: #fff7ea;
	border-radius: 20px;
}

.policy-summary h3 {
	margin-bottom: 16px;
	color: #ff8200;
	font-size: 20px;
	font-weight: 800;
}

.policy-summary ul {
	padding-left: 1.2em;
	color: #074173;
	line-height: 2;
}

.policy-links {
	margin-top: 20px;
	color: #074173;
	/* font-size: 14px; */
	line-height: 1.8;
}

.policy-links a,
.policy-summary a,
.event-application .wpcf7-acceptance a
{
	color: #0073aa;
	text-decoration: underline;
}

/* 
.wpcf7-acceptance {
	display: block;
	margin-top: 24px;
	line-height: 1.9;
} */

.event-application .wpcf7-acceptance {
    display: block;
    margin-top: 24px;
    margin-bottom: 32px;
}

.event-application .wpcf7-acceptance .wpcf7-list-item {
    /* display: block; */
    margin: 0;
}

.event-application .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
    color: #074173;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
}

.event-application .wpcf7-acceptance input[type="checkbox"],
.event-application input[type="checkbox"] {
    width: auto;
    min-width: 18px;
    height: 18px;
    margin: 4px 8px 0 0;
    padding: 0;
    border-radius: 4px;
    flex-shrink: 0;
}

.event-application .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.event-application .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
    color: #074173;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}

.event-application .wpcf7-acceptance .wpcf7-list-item-label {
    display: inline;
}

@media (max-width: 768px) {
	.event-application {
		padding: 100px 16px 64px;
	}

	.event-application__card {
		padding: 28px 20px;
		border-radius: 24px;
	}

	.event-application__title {
		font-size: 30px;
	}

	.event-application__event-title {
		font-size: 22px;
	}

	.event-application .wpcf7-submit {
		min-height: 60px;
		font-size: 18px;
	}
}


/* ----------------------------
 * Event Application Complete
 * ---------------------------- */
.event-complete {
	padding: 120px 20px 80px;
	background: #fff8f0;
}

.event-complete__inner {
	max-width: 900px;
	margin: 0 auto;
}

.event-complete__header {
	text-align: center;
	margin-bottom: 40px;
}

.event-complete__eyebrow {
	margin-bottom: 12px;
	color: #2dc38a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.event-complete__title {
	margin-bottom: 20px;
	color: #074173;
	font-size: clamp(30px, 5vw, 52px);
	line-height: 1.4;
	font-weight: 900;
}

.event-complete__lead {
	color: #074173;
	font-size: 16px;
	line-height: 1.9;
}

.event-complete__card {
	padding: 40px;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 10px 30px rgba(7, 65, 115, 0.08);
}

.event-complete__section+.event-complete__section {
	margin-top: 48px;
}

.event-complete__section-title {
	margin-bottom: 24px;
	color: #ff8200;
	font-size: 24px;
	font-weight: 800;
}

.event-complete__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.event-complete__row {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #edf2f7;
}

.event-complete__row dt {
	color: #074173;
	font-weight: 700;
}

.event-complete__row dd {
	margin: 0;
	color: #074173;
}

.event-complete__price-box {
	padding: 28px;
	background: #f8fcff;
	border: 2px solid #dcecf9;
	border-radius: 24px;
	text-align: center;
}

.event-complete__price-label {
	margin-bottom: 12px;
	color: #2dc38a;
	font-size: 16px;
	font-weight: 700;
}

.event-complete__price {
	margin-bottom: 12px;
	color: #ff8200;
	font-size: clamp(42px, 8vw, 72px);
	line-height: 1;
	font-weight: 900;
}

.event-complete__price-note {
	color: #666;
	font-size: 13px;
	line-height: 1.8;
}

.event-complete__notice {
	padding: 24px;
	background: #fff7ea;
	border-radius: 20px;
}

.event-complete__notice p+p {
	margin-top: 12px;
}

.event-complete__actions {
	margin-top: 40px;
	margin-bottom: 48px;
	text-align: center;
}

.event-complete__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 420px);
	min-height: 74px;
	padding: 12px 24px;
	border-radius: 9999px;
	text-decoration: none;
	font-size: 22px;
	font-weight: 900;
	transition: opacity 0.2s ease;
}

.event-complete__button:hover {
	opacity: 0.9;
}

.event-complete__button--payment {
	background: linear-gradient(180deg, #84dcba, #0ab976);
	color: #fff;
}

.event-complete__footer {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 1.9;
}

.event-complete__footer a {
	color: #074173;
	font-weight: 700;
	text-decoration: underline;
}

.sp-only {
	display: none;
}

@media (max-width: 768px) {

	.event-complete {
		padding: 100px 16px 64px;
	}

	.event-complete__card {
		padding: 28px 20px;
		border-radius: 24px;
	}

	.event-complete__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.event-complete__button {
		min-height: 60px;
		font-size: 18px;
	}

	.sp-only {
		display: block;
	}
}


/* ----------------------------
 * Event Payment Complete
 * ---------------------------- */
.event-payment-complete {
	padding: 120px 20px 80px;
	background: #fff8f0;
}

.event-payment-complete__inner {
	max-width: 900px;
	margin: 0 auto;
}

.event-payment-complete__header {
	text-align: center;
	margin-bottom: 40px;
}

.event-payment-complete__eyebrow {
	margin-bottom: 12px;
	color: #2dc38a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.event-payment-complete__title {
	margin-bottom: 20px;
	color: #074173;
	font-size: clamp(30px, 5vw, 52px);
	line-height: 1.4;
	font-weight: 900;
}

.event-payment-complete__lead {
	color: #074173;
	font-size: 16px;
	line-height: 1.9;
}

.event-payment-complete__card {
	padding: 40px;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 10px 30px rgba(7, 65, 115, 0.08);
}

.event-payment-complete__section-title {
	margin-bottom: 24px;
	color: #ff8200;
	font-size: 24px;
	font-weight: 800;
}

.event-payment-complete__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.event-payment-complete__row {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #edf2f7;
}

.event-payment-complete__row dt {
	color: #074173;
	font-weight: 700;
}

.event-payment-complete__row dd {
	margin: 0;
	color: #074173;
}

.event-payment-complete__text {
	color: #074173;
	font-size: 16px;
	line-height: 1.9;
}

.event-payment-complete__text+.event-payment-complete__text {
	margin-top: 12px;
}

.event-payment-complete__notice {
	margin-top: 40px;
	padding: 24px;
	background: #fff7ea;
	border-radius: 20px;
	color: #074173;
	line-height: 1.8;
}

.event-payment-complete__notice p+p {
	margin-top: 12px;
}

.event-payment-complete__actions {
	margin-top: 40px;
	text-align: center;
}

.event-payment-complete__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 320px);
	min-height: 64px;
	padding: 12px 24px;
	border-radius: 9999px;
	background: linear-gradient(180deg, #84dcba, #0ab976);
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 900;
	transition: opacity 0.2s ease;
}

.event-payment-complete__button:hover {
	opacity: 0.9;
}

@media (max-width: 768px) {
	.event-payment-complete {
		padding: 100px 16px 64px;
	}

	.event-payment-complete__card {
		padding: 28px 20px;
		border-radius: 24px;
	}

	.event-payment-complete__row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.event-payment-complete__button {
		min-height: 58px;
		font-size: 16px;
	}
}

/* ----------------------------
 * フェスルール
 * ---------------------------- */
.hht-fes-rules {
    background: #f8fafc;
    color: #1f2937;
}

.hht-fes-rules__hero {
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
    padding: 56px 20px;
}

.hht-fes-rules__inner {
    max-width: 960px;
    margin: 0 auto;
}

.hht-fes-rules__label {
    font-size: 14px;
    letter-spacing: .08em;
    opacity: .85;
    margin-bottom: 8px;
}

.hht-fes-rules h1 {
    font-size: clamp(28px, 5vw, 44px);
    line-height: 1.35;
    margin: 0 0 16px;
}

.hht-fes-rules h2 {
    font-size: 24px;
    margin: 0 0 16px;
}

.hht-fes-rules p {
    line-height: 1.9;
}

.hht-fes-rules__content {
    padding: 40px 20px 64px;
}

.hht-fes-rules__card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

.hht-fes-rules__alert {
    border-left: 6px solid #ef4444;
}

.hht-fes-rules__warning {
    border-left: 6px solid #f59e0b;
}

.hht-fes-rules ul {
    padding-left: 1.4em;
    line-height: 1.9;
}

.hht-fes-rules .ul_circle_marker {
	list-style-type: circle;
	padding-left: 2.4em;
}

.hht-fes-rules .ul_no_indent {
	padding-left: 0;
}

.hht-fes-rules__table {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0;
    border-top: 1px solid #e5e7eb;
}

.hht-fes-rules__table dt,
.hht-fes-rules__table dd {
    padding: 16px 4px;
    border-bottom: 1px solid #e5e7eb;
}

.hht-fes-rules__table dt {
    font-weight: 700;
    color: #374151;
}

.hht-fes-rules__table dd {
    margin: 0;
}

.hht-fes-rules a {
    color: #2563eb;
    text-decoration: underline;
}

.hht-fes-rules__pdf {
    margin-top: 24px;
    font-weight: 700;
}

@media (max-width: 640px) {
    .hht-fes-rules__card {
        padding: 22px;
    }

    .hht-fes-rules__table {
        grid-template-columns: 1fr;
    }

    .hht-fes-rules__table dt {
        padding-bottom: 4px;
        border-bottom: none;
    }

    .hht-fes-rules__table dd {
        padding-top: 0;
    }
}
