@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}
.l-section, .l-section *, .l-section *::before, .l-section *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.l-section ul,
.l-section ol {
	list-style: none;
}
.l-section li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.l-section img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	border: none;
}
.l-section a {
	color: inherit;
	text-decoration: none;
}
.l-section a:hover {
	text-decoration: none;
}
.l-section {
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

.u-color-main {
	color: #f7701b !important;
}

.sp-only {
	display: none;
}
@media (max-width: 767px) {
	.sp-only {
		display: block;
	}
}

.pc-only {
	display: block;
}
@media (max-width: 767px) {
	.pc-only {
		display: none;
	}
}

/* -----------------------
 modal
-------------------------- */
.u-hidden {
	display: none !important;
}

.p-modal, .p-modal *, .p-modal *::before, .p-modal *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.p-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	align-items: center;
	justify-content: center;
}
.p-modal.is-open {
	display: flex;
}
.p-modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
}
.p-modal__content {
	position: relative;
	background: #fff;
	width: 90%;
	max-width: 900px;
	max-height: 80vh;
	padding: clamp(30px, 5vw, 60px);
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	z-index: 2;
	overflow: hidden;
}
.p-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: none;
	background: none;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	z-index: 10;
}
.p-modal__close:hover {
	opacity: 0.6;
}
.p-modal__body {
	display: flex;
	gap: clamp(20px, 4vw, 40px);
	height: auto;
	max-height: 400px;
	overflow-y: auto;
}
@media (max-width: 767px) {
	.p-modal__body {
		flex-direction: column;
	}
}
.p-modal__image {
	flex: 0 0 275px;
}
@media (max-width: 767px) {
	.p-modal__image {
		display: none;
	}
}
.p-modal__image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
}
.p-modal__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.8;
	padding-right: 1em;
}
.p-modal__name {
	font-size: clamp(20px, 3vw, 28px);
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.p-modal__title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 12px;
}
.p-modal__scroll-area {
	flex: 1;
	overflow-y: auto;
	padding-right: 15px;
}
.p-modal__scroll-area::-webkit-scrollbar {
	width: 6px;
}
.p-modal__scroll-area::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 10px;
}
.p-modal__text {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	white-space: pre-wrap;
}

.u-hidden {
	display: none !important;
}

/* -----------------------
 メインビジュアル
-------------------------- */
.p-mv {
	position: relative;
	aspect-ratio: 16 / 10;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 767px) {
	.p-mv {
		aspect-ratio: 10 / 16;
	}
}
.p-mv__picture {
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100vw;
	max-width: 1920px;
}

/* -----------------------
 lead
-------------------------- */
.p-lead {
	background-color: #f8f3ed;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/bg-lead.svg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: clamp(70px, 6.944vw, 100px);
	padding-bottom: 240px;
}
.p-lead__inner {
	max-width: 1020px;
	margin: 0 auto;
	padding-left: clamp(30px, 5vw, 60px);
	padding-right: clamp(30px, 5vw, 60px);
}
.p-lead__title {
	display: flex;
	justify-content: center;
	margin-bottom: clamp(50px, 5.556vw, 80px);
}
@media (max-width: 767px) {
	.p-lead__title-image {
		width: clamp(200px, 66.667vw, 300px);
	}
}
.p-lead__fuki {
	position: relative;
	display: flex;
	width: fit-content;
	background: #fff;
	border: 2.5px solid #000;
	border-radius: 10em;
	padding: 1em 2em;
	margin-bottom: 46px;
}
@media (max-width: 767px) {
	.p-lead__fuki {
		max-width: 80%;
	}
}
.p-lead__fuki:nth-of-type(3) {
	margin-left: clamp(30px, 5vw, 60px);
}
@media (max-width: 767px) {
	.p-lead__fuki:nth-of-type(3) {
		margin-left: 0;
	}
}
.p-lead__fuki:nth-of-type(4) {
	margin-right: clamp(30px, 8.333vw, 100px);
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.p-lead__fuki:nth-of-type(4) {
		margin-right: 0;
	}
}
.p-lead__fuki::before, .p-lead__fuki::after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.p-lead__fuki::before {
	width: 22px;
	height: 21px;
	bottom: -18px;
}
.p-lead__fuki::after {
	top: 100%;
	width: 110px;
	aspect-ratio: 110/139;
}
@media (max-width: 767px) {
	.p-lead__fuki::after {
		width: clamp(40px, 14.667vw, 80px);
		top: calc(100% + 10px);
	}
}
.p-lead__fuki--left::before {
	left: 60px;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/lead-fuki-tail--l.svg");
}
.p-lead__fuki--left::after {
	left: clamp(-60px, -5vw, -30px);
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/img-lead01.png");
}
@media (max-width: 767px) {
	.p-lead__fuki--left::after {
		left: 0;
	}
}
.p-lead__fuki--right {
	margin-left: auto;
}
.p-lead__fuki--right::before {
	right: 60px;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/lead-fuki-tail--r.svg");
}
.p-lead__fuki--right::after {
	right: clamp(-60px, -5vw, -30px);
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/img-lead02.png");
}
@media (max-width: 767px) {
	.p-lead__fuki--right::after {
		right: 0;
	}
}
.p-lead__fuki__text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
@media (max-width: 767px) {
	.p-lead__fuki__text {
		font-size: clamp(14px, 4.267vw, 18px);
		text-align: left;
	}
}

/* -----------------------
 solution
-------------------------- */
.p-solution {
	background: #f7701b;
	color: #fff;
	padding: 77px 0 127px;
	margin-top: -50px;
	border-radius: 50px 50px 0 0;
	position: relative;
}
@media (max-width: 767px) {
	.p-solution {
		padding: 70px 0 90px;
	}
}
.p-solution::before {
	content: "";
	width: 100px;
	height: 80px;
	background: url("https://shiyouan.net/dhw/images/school/fukushima/top/solution-tail.svg");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 3;
	position: absolute;
	top: -77px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(-130px);
}
@media (max-width: 767px) {
	.p-solution::before {
		width: 75px;
		height: 60px;
		top: -58px;
		transform: none;
	}
}
.p-solution__inner {
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-solution h2.p-solution__title {
	position: relative;
	text-align: center;
	font-size: clamp(30px, 5vw, 60px);
	font-weight: 700;
	margin-bottom: 34px;
	padding-bottom: 16px;
	background-image: linear-gradient(to right, #fff 0px, #fff 10px, transparent 10px, transparent 24px);
	background-size: 24px 3px;
	background-repeat: repeat-x;
	background-position: bottom center;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.p-solution h2.p-solution__title {
		font-size: clamp(28px, 8.533vw, 32px);
		background-image: none;
		line-height: 1.25;
		margin-bottom: 16px;
	}
}
.p-solution h2.p-solution__title::before {
	content: "";
	width: clamp(248px, 40.972vw, 590px);
	aspect-ratio: 59/38;
	background: url("https://shiyouan.net/dhw/images/school/fukushima/top/img-desk.svg");
	background-size: contain;
	position: absolute;
	right: 103%;
	bottom: -13px;
}
@media (max-width: 1439px) {
	.p-solution h2.p-solution__title::before {
		bottom: 100%;
		left: -49vw;
	}
}
.p-solution__text {
	padding: 0 clamp(15px, 4.592vw, 46px);
	letter-spacing: 0.14em;
	line-height: 2.08;
	font-size: clamp(18px, 3.243vw, 24px);
	font-weight: 500;
}
@media (max-width: 767px) {
	.p-solution__text {
		padding: 0 9.333vw;
		letter-spacing: 0.1em;
	}
}
.p-solution__text p:not(:last-of-type) {
	margin-bottom: 0.8em;
}
.p-solution__text strong {
	display: inline-flex;
	color: #f7701b;
	font-size: clamp(30px, 5.676vw, 42px);
	font-weight: 700;
	background: #fff;
	margin: 0 -10px 19px;
	padding: 0 10px;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	.p-solution__text strong {
		font-size: clamp(16px, 5.333vw, 20px);
		margin: 0 -10px 12px;
		padding: 0 6px;
	}
}

/* -----------------------
 feature
-------------------------- */
.p-feature {
	background-color: #fabc34;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/bg-feature.svg");
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 103px;
}
@media (max-width: 767px) {
	.p-feature {
		border-radius: 30px 30px 0 0;
		margin-top: -30px;
		padding-top: 70px;
		background-size: auto 275px;
		position: relative;
		z-index: 3;
	}
}
.p-feature__title {
	width: clamp(280px, 62.5vw, 420px);
	margin: 0 auto;
	text-align: center;
}
.p-feature__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 36px 20px;
	max-width: 1440px;
	padding: 30px;
	margin: 36px auto 0;
}
.p-feature__item {
	opacity: 0;
	transform: translateY(60px) scale(0.3);
	transform-origin: center center;
	transition: opacity 0.6s ease-in, transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-feature__item.is-visible {
	animation: bounce-in 1.2s both;
}
.p-feature__item.is-fixed {
	opacity: 1;
	transform: translateY(0) scale(1);
	animation: none;
}
.p-feature__item.is-action-heartbeat {
	animation: heartbeat 1.5s ease-in-out infinite both;
}
.p-feature__item.is-action-kaku {
	animation: action-kaku 0.4s ease-in-out;
}
.p-feature__item.is-action-puru {
	animation: action-puru 0.5s ease-in-out;
}
.p-feature__img {
	width: clamp(320px, 81vw, 648px);
	margin: 0 auto;
}

.p-feature__list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: auto;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.p-feature__list {
		justify-content: space-between;
		padding: 0 20px;
		gap: 15px;
	}
}
@media (max-width: 767px) {
	.p-feature__item {
		flex: 0 0 47%;
	}
	.p-feature__item.pc-only {
		display: none !important;
	}
}

@keyframes bounce-in {
	0% {
		opacity: 0;
		transform: translateY(60px) scale(0.3);
	}
	30% {
		opacity: 1;
		transform: translateY(-25px) scale(1.1);
	}
	45% {
		transform: translateY(10px) scale(0.9);
	}
	60% {
		transform: translateY(-10px) scale(1.05);
	}
	72% {
		transform: translateY(4px) scale(0.98);
	}
	82% {
		transform: translateY(-3px) scale(1.02);
	}
	90% {
		transform: translateY(1px) scale(0.99);
	}
	95% {
		transform: translateY(-1px) scale(1.01);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
/* ----------------------------------------------
 * Generated by Animista on 2026-3-29 15:48:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@keyframes heartbeat {
	from {
		transform: scale(1);
		transform-origin: center center;
		animation-timing-function: ease-out;
	}
	10% {
		transform: scale(0.91);
		animation-timing-function: ease-in;
	}
	17% {
		transform: scale(0.98);
		animation-timing-function: ease-out;
	}
	33% {
		transform: scale(0.87);
		animation-timing-function: ease-in;
	}
	45% {
		transform: scale(1);
		animation-timing-function: ease-out;
	}
}
@keyframes action-kaku {
	0%, 100% {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}
	25% {
		transform: rotate(7deg);
	}
	75% {
		transform: rotate(-7deg);
	}
}
@keyframes action-puru {
	0%, 100% {
		transform: scale(1) translateX(0);
		opacity: 1;
	}
	20%, 60% {
		transform: translateX(-4px);
	}
	40%, 80% {
		transform: translateX(4px);
	}
}
.p-feature-fuki {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000;
	border-radius: 20px;
	background: #fff;
	width: clamp(200px, 18.056vw, 260px);
	min-height: 120px;
	position: relative;
}
.p-feature-fuki__text {
	font-size: clamp(14px, 1.389vw, 20px);
	font-weight: 500;
	text-align: center;
}
.p-feature-fuki__text::before {
	content: "#";
}
.p-feature-fuki::before {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	bottom: -16px;
	right: 16px;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/lead-fuki-tail--r.svg");
}

.p-school-image {
	margin-top: -2px;
}

/* -----------------------
 trainer
-------------------------- */
.p-trainer {
	background-color: #f8f3ed;
	position: relative;
}
.p-trainer__inner {
	max-width: 1208px;
	margin: 0 auto;
	padding-top: clamp(72px, 6.944vw, 100px);
	position: relative;
}
.p-trainer__inner::before, .p-trainer__inner::after {
	content: "";
	position: absolute;
	top: 0;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/img-light.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 25.78%;
	aspect-ratio: 330/85;
}
@media (max-width: 767px) {
	.p-trainer__inner::before, .p-trainer__inner::after {
		background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/img-light_sp.svg");
		width: 26.4%;
		aspect-ratio: 99/50;
	}
}
.p-trainer__inner::before {
	left: 0;
}
@media (max-width: 767px) {
	.p-trainer__inner::before {
		left: 5.3vw;
	}
}
.p-trainer__inner::after {
	right: 0;
}
@media (max-width: 767px) {
	.p-trainer__inner::after {
		right: 5.3vw;
	}
}
.p-trainer__title {
	width: clamp(280px, 32.5vw, 390px);
	margin: 0 auto 100px;
	text-align: center;
}
@media (max-width: 767px) {
	.p-trainer__title {
		margin-bottom: 46px;
	}
}
.p-trainer__wrapper {
	max-width: 1920px;
	margin: 0 auto;
}
.p-trainer .swiper-wrapper {
	display: flex;
	padding-bottom: 40px;
}
.p-trainer .swiper-slide {
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	transition: transform 0.3s ease;
}
@media (min-width: 768px) {
	.p-trainer .swiper-slide.is-even {
		transform: translateY(40px);
	}
}
.p-trainer__card {
	width: 275px;
}
.p-trainer__image-unit {
	position: relative;
	width: 275px;
	height: 370px;
	margin: 0 auto;
	cursor: pointer;
}
.p-trainer__image-unit::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/trainer-frame.svg");
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	pointer-events: none;
	z-index: 5;
}
.p-trainer__img-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.p-trainer__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
}
.p-trainer__img.is-main {
	z-index: 2;
	opacity: 1;
}
.p-trainer__img.is-sub {
	z-index: 1;
	opacity: 1;
}
.p-trainer__image-unit.is-active .is-main {
	opacity: 0;
}
.p-trainer__image-unit.is-active .is-sub {
	opacity: 1;
}
.p-trainer__category {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 0.03em;
	background: #fff;
	color: #000;
	padding: 12px 18px;
	border: 2px solid #000;
	border-radius: 5em;
	position: absolute;
	bottom: 20px;
	left: -19px;
	z-index: 8;
}
.p-trainer__category::before {
	content: "#";
}
.p-trainer__category::after {
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	top: -16px;
	left: 60px;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/lead-fuki-tail--l.svg");
	transform: rotate(180deg);
}
.p-trainer__name {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 3px;
}
.p-trainer__text {
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}
@media (max-width: 767px) {
	.p-trainer__text {
		font-size: 18px;
	}
}
.p-trainer .swiper-pagination {
	position: relative !important;
	max-width: 1208px;
	margin: 66px auto 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}
@media (max-width: 767px) {
	.p-trainer .swiper-pagination {
		margin: 20px auto 0;
		width: 80%;
	}
}
.p-trainer .swiper-pagination-bullets.swiper-pagination-horizontal {
	gap: 0 !important;
}
.p-trainer .swiper-pagination-bullet {
	width: 14.28% !important;
	height: 3px !important;
	background: #a9a9a9 !important;
	border-radius: 0;
	opacity: 1 !important;
	margin: 0 !important;
	transition: all 0.3s ease;
	cursor: pointer;
}
.p-trainer .swiper-pagination-bullet-active {
	background: #fabc34 !important;
}
.p-trainer .swiper-pagination-bullet:hover {
	background: #666 !important;
}

/* -----------------------
 interview
-------------------------- */
.c-tag {
	background: #f3bb3d;
	padding: 0 25px;
	min-height: 26px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	border-radius: 5em;
}

.p-interview {
	padding: 76px 0 120px;
	background-color: #f8f3ed;
	border-bottom: 3px solid #000;
	position: relative;
}
@media (max-width: 767px) {
	.p-interview {
		padding-bottom: 0;
	}
}
.p-interview__inner {
	max-width: 1440px;
	padding: 0 clamp(30px, 3.889vw, 56px);
	margin: 0 auto;
	position: relative;
}
@media (max-width: 767px) {
	.p-interview__inner {
		padding-bottom: 29vw;
	}
}
.p-interview__inner::before {
	content: "";
	width: 591px;
	aspect-ratio: 591/381;
	background: url("https://shiyouan.net/dhw/images/school/fukushima/top/img-desk2.svg");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	position: absolute;
	bottom: -70px;
	left: -86px;
	margin: auto;
}
@media (max-width: 767px) {
	.p-interview__inner::before {
		width: 82vw;
		bottom: 0;
		left: -6px;
		transform: translateY(50%);
	}
}
.p-interview__title {
	width: clamp(320px, 80.781vw, 517px);
	margin: 0 auto 48px;
	text-align: center;
}
.p-interview__card {
	background: #fff;
	padding: 34px 36px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 2px solid #000;
	border-radius: 20px;
}
.p-interview__header {
	display: flex;
	gap: 16px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e2e2e2;
}
@media (max-width: 479px) {
	.p-interview__header {
		flex-direction: column;
		align-items: center;
	}
}
.p-interview__image-mask {
	flex-shrink: 0;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	overflow: hidden;
}
.p-interview__image-mask img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-interview__profile {
	font-size: 18px;
	font-weight: 500;
}
@media (max-width: 767px) {
	.p-interview__profile {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
}
.p-interview__cardtitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px;
}
.p-interview__body {
	padding-top: 12px;
}
.p-interview__summary {
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1.2em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 767px) {
	.p-interview__summary {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}
.p-interview__more {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-left: 1em;
	font-weight: 700;
	text-decoration: underline;
}
.p-interview__more::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/icon-plus.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 8px;
}
.p-interview__more:hover {
	opacity: 0.7;
}
@media (max-width: 767px) {
	.p-interview__tag-list {
		display: flex;
		justify-content: center;
		gap: 10px;
	}
}
.p-interview .swiper-pagination {
	position: relative !important;
	max-width: 1208px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	gap: 12px;
}
@media (max-width: 767px) {
	.p-interview .swiper-pagination {
		margin-top: 30px;
	}
}
.p-interview .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	opacity: 1 !important;
	margin: 0 !important;
	background: #a9a9a9 !important;
	transition: all 0.3s ease;
	cursor: pointer;
}
.p-interview .swiper-pagination-bullet-active {
	background: #fabc34 !important;
}
.p-interview .swiper-pagination-bullet:hover {
	background: #666 !important;
}

/* -----------------------
 course
-------------------------- */
.p-course {
	padding-top: 226px;
}
@media (max-width: 767px) {
	.p-course {
		padding-top: 42vw;
	}
}
.p-course__title {
	width: clamp(560px, 71.25vw, 855px);
	margin: 0 auto 111px;
	text-align: center;
}
@media (max-width: 767px) {
	.p-course__title {
		width: 78.66%;
		margin-bottom: 18px;
	}
	.p-course__title img {
		width: 100%;
	}
}
.p-course li.p-course__item {
	position: relative;
	margin-bottom: clamp(80px, 9.028vw, 130px);
	background: #f6f6f6;
}
@media (max-width: 767px) {
	.p-course li.p-course__item {
		margin-bottom: 40px;
		padding: 5.3vw 0;
	}
}
.p-course li.p-course__item::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: clamp(-50px, -3.472vw, -30px);
	left: 0;
	width: calc(100% - 50px);
	max-width: 1208px;
	margin: auto;
	border-top: 2px solid #e2e2e2;
}
@media (max-width: 767px) {
	.p-course li.p-course__item::after {
		width: 80%;
		bottom: -20px;
	}
}
.p-course__inner {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
}
@media (max-width: 767px) {
	.p-course__inner {
		flex-direction: column-reverse;
		gap: 20px;
	}
}
.p-course__body {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	margin: 20px 0;
}
.p-course__name {
	font-size: clamp(20px, 2.222vw, 32px);
	font-weight: 700;
}
@media (max-width: 767px) {
	.p-course__name {
		font-size: clamp(18px, 5.3vw, 32px);
	}
}
.p-course li.p-course__point {
	font-size: clamp(14px, 1.389vw, 20px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
	.p-course li.p-course__point {
		font-weight: 700;
		padding-left: 1em;
		text-indent: -1em;
	}
}
.p-course li.p-course__point::before {
	content: "・";
	margin-right: 0.05em;
}
.p-course__link {
	display: inline-flex;
	align-self: flex-end;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
	font-weight: 700;
	transition: opacity 0.3s;
}
.p-course__link::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url("https://shiyouan.net/dhw/images/school/fukushima/top/arrow-right.svg") no-repeat center/contain;
}
.p-course__link:hover {
	opacity: 0.7;
}
.p-course__img {
	width: clamp(300px, 45.139vw, 650px);
	margin-top: -30px;
	transition: opacity 0.3s;
}
@media (max-width: 767px) {
	.p-course__img {
		width: 100%;
		margin-top: 0;
	}
}
.p-course__img:hover {
	opacity: 0.7;
}

/* -----------------------
 faq
-------------------------- */
@media (max-width: 767px) {
	.p-faq {
		padding-top: 70px;
	}
}
.p-faq__inner {
	max-width: 1070px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
}
.p-faq__title {
	width: clamp(240px, 26.167vw, 314px);
	margin: 0 auto 100px;
	text-align: center;
}
@media (max-width: 767px) {
	.p-faq__title {
		margin-bottom: 42px;
	}
}
.p-faq__container {
	border-bottom: 1px solid #000;
}
.p-faq__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5em 1em 1.5em 40px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #000;
}
.p-faq__question::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f7701b;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 500;
	content: 'Q';
}

.p-faq__icon {
	position: relative;
	width: 15px;
	height: 15px;
}
.p-faq__icon::before, .p-faq__icon::after {
	content: "";
	position: absolute;
	background-color: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
}
.p-faq__icon::before {
	width: 100%;
	height: 2px;
}
.p-faq__icon::after {
	width: 2px;
	height: 100%;
}
.is-active .p-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}
.p-faq__answer {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out;
}
.p-faq__answer-inner {
	padding: 1.5em 1em 1.5em 40px;
	line-height: 1.8;
	background-image: linear-gradient(to right, #000 5px, transparent 5px);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	background-position: top center;
}
@media (max-width: 767px) {
	.p-faq__answer-inner {
		padding-left: 1em;
	}
}

/* -----------------------
 CTA
-------------------------- */
.p-cta {
	padding: 90px 20px;
}
.p-cta__box {
	background-color: #f7701b;
	color: #fff;
	border-radius: 20px;
	max-width: 1160px;
	margin: 0 auto;
	padding: clamp(40px, 4.514vw, 65px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media (max-width: 767px) {
	.p-cta__box {
		padding: 30px 20px;
	}
}
.p-cta__title {
	font-size: clamp(30px, 3.333vw, 40px);
	letter-spacing: 0.15em;
	font-weight: 700;
}
@media (max-width: 767px) {
	.p-cta__title {
		font-size: clamp(14px, 4.267vw, 22px);
		letter-spacing: 0.15em;
	}
}
.p-cta a.p-cta__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #f7701b;
	border-radius: 5em;
	margin: 1em 0 0.8em;
	padding: 0.7em 2em;
	font-size: clamp(24px, 2.5vw, 30px);
	letter-spacing: 0.05em;
	font-weight: 700;
	position: relative;
}
@media (max-width: 767px) {
	.p-cta a.p-cta__btn {
		font-size: clamp(14px, 4.267vw, 22px);
	}
}
.p-cta a.p-cta__btn::before {
	content: "";
	position: absolute;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border-radius: 5em;
	border: 1px solid #f7701b;
	position: absolute;
	top: 6px;
	left: 6px;
}
.p-cta__text {
	font-size: clamp(14px, 1.5vw, 18px);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.66;
}
@media (max-width: 767px) {
	.p-cta__text {
		line-height: 2.2;
		font-size: clamp(12px, 3.733vw, 16px);
		text-align: left;
		padding: 0 5px;
	}
}

/* -----------------------
 追加（ポラロイド風コラージュ）2026/04 星
-------------------------- */

.p-collage {
	background-color: #fabc34;
	background-image: url("https://shiyouan.net/dhw/images/school/fukushima/top/bg-feature.svg");
	background-position: bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 80px 0;
	margin-top: 120px;
}
.p-collage__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 4%;
}
.p-collage__title {
	width: clamp(256px, 62.5vw, 400px);
	margin: 0 auto 40px;
	text-align: center;
}
@media (max-width: 767px) {
	.p-collage {
		border-radius: 30px 30px 0 0;
		margin-top: 80px;
		background-size: auto 275px;
	}
}

/* -----------------------
 以下（調整）2026/04 星
-------------------------- */

/* フォント、文字色 */
body {
	font-family:'Noto Sans JP',Arial,sans-serif;
	font-weight: 500;
	color: #0d0d0d;
}
img {
	vertical-align: bottom;
}

/* 見出し */

.p-solution h2.p-solution__title,
.p-cta__title {
	color: #fff;
}

/* バナー */

.bannerWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2em;
	margin: 4em auto;
}
.bannerWrap.column {
	flex-direction: column;
}
.bannerWrap a img {
	display: block;
	transition: all 0.2s linear;
}
.bannerWrap a:hover img {
	opacity: 0.75;
}


@media print, screen and (min-width: 768px) {
	/* 背景装飾削除 */
		main {
				background-image: none!important;
		}
}
@media print, screen and (max-width: 767px) {

	/* 背景装飾削除 */
		main::after,
	main::before {
				content: '';
				display: none;
				position: inherit;
				top: auto;
				height: auto;
				width: 0;
				border-left: none;
		}
	.bannerWrap {
		flex-direction: column;
	}
	.bannerWrap a img {
		max-width: 80%;
		margin: 0 auto;
	}

}


/* -----------------------
 以下（ピックアップ）2026/04 星
-------------------------- */


/* 背景の黒フィルター */

.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9999;
	visibility: hidden;
}

/* 表示時 */
.modal-overlay.is-open {
	opacity: 1;
	visibility: visible;
}
/* body */
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.modalBox {
	position: relative;
	width: min(100%, 960px);
	background: #fff;
	border-radius: 12px;
	padding: 40px 20px;
	overflow: hidden;
}

.modalBody {
	max-height: calc(80vh - 80px);
	overflow-y: auto;
	overflow-x: hidden;
}

.modalClose {
	position: absolute;
	top: 48px;
	right: 48px;
	width: 48px;
	height: 48px;
	border: none;
	background: #222;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
}
.modalClose:hover {
	opacity: 0.9;
}

.modalTitle {
	text-align: center;
	color: #f7701b;
	margin: 0 auto 20px;
	font-size: 40px;
}
.eventBannerWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4em;
}
a.eventBanner {
	display: block;
	text-decoration: none;
	transition: all 0.2s linear;
}
a.eventBanner:hover {
	opacity: 0.75;
}
a.eventBanner .title {
	display: block;
	margin: 0 auto 0.5em;
	text-align: center;
	color: #f7701b;
	font-size: 120%;
	text-decoration: none;
}
a.eventBanner img {
	display: block;
	max-width: 720px;
	height: auto;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 768px) {

.modalClose {
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	font-size: 24px;
}
.modalTitle {
	font-size: 24px;
}
.eventBannerWrap {
	gap: 2em;
}
a.eventBanner .title {
	font-size: 100%;
}


}
