*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

fieldset {
	border: none;
	margin: 0;
	min-inline-size: auto;
	padding: 0;
}

:root {
	--safe-area-inset-top: env(safe-area-inset-top); /* セーフエリアの値を取得 */
	--safe-area-inset-right: env(safe-area-inset-right);
	--safe-area-inset-bottom: env(safe-area-inset-bottom);
	--safe-area-inset-left: env(safe-area-inset-left); /* モバイルブラウザのUIの高さ（一般的な値） */
	--browser-navbar-height: 44px;
}

html {
	scrollbar-gutter: stable;
}

html,
body {
	height: 100%;
	margin: 0;
	min-height: 100dvh;
	min-height: -webkit-fill-available;
	padding: 0;
}

body {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.6s;
}

img,
a,
span {
	display: inline-block;
}

video,
img,
svg {
	height: 100%;
	width: 100%;
}

button {
	background: transparent;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.l-header {
	background: transparent;
}

.l-inner {
	height: inherit;
	margin-inline: auto;
	max-width: 1440px;
	padding: 0 2rem;
	position: relative;
	width: 100%;
}

.l-inner__narrow {
	max-width: 50rem;
}

.home .l-main {
	margin-block-start: -100px;
	min-height: 100vh;
}

.l-main {
	margin-block-start: -100px;
	min-height: 100dvh;
}

.l-mv {
	background: url(../img/bg-gray.png);
	background-image: -webkit-image-set(url("../img/bg-gray.webp") type("image/webp"), url("../img/bg-gray.png") type("image/png"));
	background-image: image-set(url("../img/bg-gray.webp") type("image/webp"), url("../img/bg-gray.png") type("image/png"));
	display: grid;
	grid-template-rows: 1fr 72px 363px;
	height: 100dvh;
	width: 100%;
}

.l-container {
	display: flex;
	flex-direction: row;
}

.l-program {
	flex-basis: 100%;
	padding-block-end: 5px;
	padding-block-start: 100px;
	padding-block-start: 6.25rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.l-plan {
	padding-inline: 32px;
	padding-inline: 2rem;
}

.l-message {
	background: #717071;
	display: flex;
	justify-content: space-between;
	padding-block: 75px;
	padding-block: 4.6875rem;
	padding-inline-end: 32px;
	padding-inline-end: 2rem;
	padding-inline-start: 48px;
	padding-inline-start: 3rem;
}

.l-members {
	padding-block-end: 43px;
	padding-block-end: 2.6875rem;
	padding-block-start: 100px;
	padding-block-start: 6.25rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.l-recent {
	padding-block-end: 49px;
	padding-block-end: 3.0625rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.l-entry {
	background: url(../img/bg-entry-pc.png) no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
	padding-block-end: 97px;
	padding-block-end: 6.0625rem;
	padding-block-start: 77px;
	padding-block-start: 4.8125rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.l-faq {
	padding-block-end: 30px;
	padding-block-end: 1.875rem;
	padding-block-start: 100px;
	padding-block-start: 6.25rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.l-contact {
	background: #2D2B2C;
	margin-block-start: 150px;
	margin-block-start: 9.375rem;
	padding-block-start: 66px;
	padding-block-start: 4.125rem;
	padding-inline-start: 17.2%;
}

.l-contact__inner {
	display: flex;
	justify-content: space-between;
	padding-block-end: 20px;
	padding-block-end: 1.25rem;
	padding-block-start: 33px;
	padding-block-start: 2.0625rem;
	padding-inline-end: 31px;
	padding-inline-end: 1.9375rem;
	padding-inline-start: 41px;
	padding-inline-start: 2.5625rem;
}

.l-footer {
	background: #2D2B2C;
	margin-bottom: -1px;
	padding-bottom: env(safe-area-inset-bottom);
	position: relative;
}

.single main p {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	padding-block-end: 20px;
	padding-block-end: 1.25rem;
}

.single main h1 {
	font-family: "Marcellus", sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	padding-block-end: 40px;
	padding-block-end: 2.5rem;
}

.single main h2 {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding-block: 20px;
	padding-block: 1.25rem;
}

.single main h3 {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding-block: 20px;
	padding-block: 1.25rem;
}

.single main h4 {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding-block: 20px;
	padding-block: 1.25rem;
}

.single main ul {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	padding-block: 20px;
	padding-block: 1.25rem;
}

.single main ul li::before {
	content: "・";
}

.single main ol {
	color: #3D3A3B;
	counter-reset: list-counter;
	font-family: "Marcellus", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	list-style: none;
	padding-block: 20px;
	padding-block: 1.25rem;
}

.single main ol li {
	counter-increment: list-counter;
}

.single main ol li::before {
	content: counter(list-counter) ".";
}

.single main blockquote {
	background: #D9D9D9;
	margin: 0;
	margin-block: 20px;
	margin-block: 1.25rem;
	padding-block: 46px;
	padding-block: 2.875rem;
	padding-inline: 33px;
	padding-inline: 2.0625rem;
}

.l-content__container {
	display: grid;
	grid-template-columns: 1fr 22.875rem;
}

.l-container.--three-column {
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: 288px 1fr;
	margin-inline: auto;
	max-width: 1920px;
	padding: 33px 32px;
	padding-block-end: 22px;
}

.l-main-content {
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: clamp(582px, 69.1667vw - 414px, 914px) 1fr;
}

.l-main-content > .p-other-interviews { /* グリッドの1列目から最後の列までを専有する */
	grid-column: 1/-1;
}

.l-sidebar {
	width: 100%;
}

.l-sidebar.p-interviews-side {
	padding-inline-end: clamp(0px, 6.6667vw - 96px, 32px);
}

.l-sidebar.p-company-info {
	margin-block-start: 9px;
	padding-block-start: 0;
	padding-inline-start: clamp(0px, 12.5vw - 180px, 60px);
}

.l-sidebar__inner.p-company-info__inner {
	border-top: 1px solid #B4B4B4;
	padding: 1rem;
	padding-inline-start: 1.5rem;
}

.post-type-archive-interviews .l-container.--two-column {
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: 288px 1fr;
	margin-inline: auto;
	max-width: 1920px;
	padding: 33px 32px;
	padding-block-end: 17px;
}

.post-type-archive-interviews .l-main-content {
	align-items: start;
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
}

.post-type-archive-interviews .l-main {
	margin-block-start: 0;
}

.single main .c-card h3,
.single main .c-card p {
	padding-block: 0;
}

.single main .c-card h3 {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.9px;
	line-height: 180%;
	text-align: justify;
}

.single main .c-card p {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 180%;
	text-align: justify;
}

.single main .c-card p.c-card__representative {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 180%;
	text-align: justify;
}

.single main ul.c-cards {
	padding-block: 0;
}

.single main ul.c-cards li::before {
	content: none;
}

.c-cards {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fit, 365px);
}

.home .c-cards {
	grid-template-columns: repeat(auto-fill, 365px);
	margin-inline-end: 5px;
}

.post-type-archive-interviews .c-cards {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline-end: 16px;
}

.c-card__wrap {
	color: inherit;
	max-width: 365px;
	min-width: 300px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.home .c-card__wrap {
	max-width: inherit;
	min-width: inherit;
}

.post-type-archive-interviews .c-card__wrap {
	margin-block-end: 12px;
	max-width: 750px;
	min-width: 342px;
	width: 100%;
}

.c-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.c-card__figure {
	margin: 0;
}

.post-type-archive-interviews .c-card__figure {
	aspect-ratio: 750/521.74;
}

.c-card__figure img {
	aspect-ratio: 365/253.91;
	height: auto;
	height: 253.913px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-type-archive-interviews .c-card__figure img {
	aspect-ratio: 750/521.74;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.c-card__title {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.9px;
	line-height: 180%;
	text-align: justify;
}

.c-card__meta {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 180%;
	text-align: justify;
}

.c-card__representative {
	font-size: 12px;
}

.c-card__company,
.c-card__representative {
	margin: 0;
}

.c-card__icon {
	background-image: url("../img/card-arrow-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 21px;
	position: absolute;
	right: 0;
	width: 22px;
}

.post-type-archive-interviews .c-card__icon,
.home .c-card__icon {
	bottom: 3px;
}

.c-decci__hgroup {
	align-self: flex-end;
	display: flex;
	flex-direction: column;
	gap: 9px;
	gap: 0.5625rem;
	position: relative;
	z-index: 2;
}

.c-decci__heading {
	color: #FFF;
	font-style: normal;
	font-weight: 400;
}

.c-decci__heading.--en {
	font-family: "Marcellus", sans-serif;
	font-size: 70px;
	font-size: clamp(3.313rem, 2.098rem + 2.53vw, 4.375rem);
	line-height: 102%;
}

.c-decci__heading.--ja {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 180%;
}

.c-decci__hgroup-h2 {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 450px;
	width: 28.125rem;
}

.c-decci__hgroup-h2.--about {
	gap: 11px;
}

.c-decci__hgroup-h2.--recent {
	gap: 12.7px;
}

.c-decci__hgroup-h2.--entry {
	gap: 9px;
}

.c-decci__hgroup-h2.--faq {
	gap: 9px;
}

.c-decci__hgroup-h2.--contact {
	gap: 9px;
	width: 400px;
	width: 25rem;
}

.c-decci__heading-h2 {
	font-style: normal;
	font-weight: 400;
}

.c-decci__heading-h2.--en.--about {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	line-height: 120%;
}

.c-decci__heading-h2.--ja.--about {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	line-height: 180%;
	padding-inline-start: 2px;
	padding-inline-start: 0.125rem;
}

.c-decci__heading-h2.--en {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	line-height: 120%;
}

.c-decci__heading-h2.--ja {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 180%;
}

.c-decci__heading-h2.--en.--entry {
	line-height: 160%;
}

.c-decci__heading-h2.--ja.--entry {
	font-size: 18px;
	font-size: 1.125rem;
}

.c-decci__heading-h2.u-text__white {
	color: #FFF;
}

.p-program__subheading-wrap {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	justify-content: space-between;
}

.c-program__subheading {
	color: #3D3A3B;
	font-style: normal;
	font-weight: 400;
}

.c-program__subheading.--en {
	font-family: "Marcellus", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	line-height: 160%;
}

.c-program__subheading.--ja {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 180%;
}

.c-program__subheading-number {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 160%;
}

.c-entry__subheading {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.c-entry__flow-subheading {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 18.4px;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 180%;
}

.c-btn {
	background: #BE0000;
	color: #FFF;
	display: inline-block;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.c-drawer__btn {
	background: #FFF;
	border-radius: 4px;
	color: #BE0000;
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin-inline: auto;
	max-width: 336px;
	padding: 12px 32px;
	text-align: center;
	width: 100%;
}

.c-entry__btn-wrap {
	display: flex;
	justify-content: center;
}

.c-entry__btn {
	align-items: flex-end;
	background: #BE0000;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	padding: 18px 10px 10px 28px;
	width: 100%;
}

.c-entry__btn.--big {
	max-width: 512px;
}

.c-entry__btn.--plan {
	max-width: 322px;
}

.c-entry__btn.--mv {
	max-width: 290px;
}

.c-entry__btn-text-wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
	gap: 0.375rem;
	padding-block-end: 8px;
	padding-block-end: 0.5rem;
}

.c-entry__btn-text {
	font-style: normal;
	font-weight: 400;
}

.c-entry__btn-text.--en {
	color: #FFF;
	font-family: "Marcellus", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 100%;
}

.c-entry__btn-text.--jp {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 180%;
}

.c-mv__scroll-btn-wrap {
	align-items: flex-end;
	align-self: flex-end;
	display: flex;
	gap: 9px;
	gap: 0.5625rem;
	position: relative;
	z-index: 2;
}

.c-mv__scroll-btn-text {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-mv__wrap.--third .c-mv__scroll-btn-wrap .c-mv__scroll-btn img {
	bottom: inherit;
	height: 29px;
	height: 1.8125rem;
	position: relative;
	width: 63px;
	width: 3.9375rem;
}

.c-side__btn-wrap {
	display: flex;
	justify-content: flex-start;
}

.c-footer__btn {
	align-items: center;
	display: flex;
	gap: 9.5px;
	gap: 0.59375rem;
	height: 52px;
	height: 3.25rem;
	justify-content: center;
	width: 344px;
	width: 21.5rem;
}

.c-footer__btn::before {
	background: url(../img/mail-icon.svg) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 25px;
	height: 1.5625rem;
	width: 25px;
	width: 1.5625rem;
}

.c-category-btn {
	border: 1px solid #BE0000;
	color: #BE0000;
	height: 52px;
	height: 3.25rem;
	width: 250px;
	width: 15.625rem;
}

.c-contact__btn-box {
	max-width: 550px;
}

.c-contact__btn {
	background: #BE0000;
	border: none;
	border-radius: 6px;
	color: #FFF;
	font-family: "Marcellus", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 19.2px;
	padding: 14px 0;
	text-align: center;
	width: 100%;
}

.c-scroll-top-btn-wrap {
	align-items: flex-end;
	align-self: flex-end;
	bottom: 36px;
	display: flex;
	gap: 9px;
	gap: 0.5625rem;
	position: absolute;
	right: 35px;
	z-index: 2;
}

.c-scroll-top-btn-text {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin-block-end: 3px;
}

.c-scroll-top-btn {
	height: 29px;
	width: 63px;
}

/*
 * ボタンとテキストの基本設定
 */

.c-entry__btn {
	border: 1px solid transparent;
	transition: background-color 0.6s ease, border-color 0.6s ease;
}

.c-entry__btn-text {
	transition: color 0.6s ease;
}

/*
 * SVGを重ねて配置し、アニメーションを設定
 */

.c-entry__btn-img {
	height: 21px;
	position: relative;
	width: 20px;
}

.u-hidden-sp,
.u-hidden-pc-visible-hover {
	left: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.6s ease;
}

/*
 * PCのスタイル（デフォルト）
 */

.c-entry__btn {
	background-color: #BE0000;
}

.c-entry__btn-text {
	color: #FFF;
}

.u-hidden-sp {
	opacity: 1;
}

.u-hidden-pc-visible-hover {
	opacity: 0;
}

/*
 * SPのスタイル
 */

.c-sticky__btn {
	align-items: center;
	background: #BE0000;
	border-radius: 8px;
	bottom: 16px;
	display: flex;
	height: 75px;
	justify-content: space-between;
	left: 16px;
	opacity: 0;
	padding: 10px 10px 10px 20px;
	position: fixed;
	right: 16px;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
}

.c-sticky__btn.is-visible {
	opacity: 1;
	visibility: visible;
}

.c-sticky__btn-text {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.c-sticky__btn-img {
	height: 20px;
	width: 20px;
}

.p-interviews-side .c-entry__btn {
	align-items: flex-end;
	background: #BE0000;
	border-radius: 8px;
	display: flex;
	height: 74px;
	justify-content: space-between;
	max-width: 256px;
	padding: 14px 10px 12px 14px;
	width: 100%;
}

.p-interviews-side .c-entry__btn.--big {
	max-width: 512px;
}

.p-interviews-side .c-entry__btn.--mv {
	width: 290px;
	width: 18.125rem;
}

.p-interviews-side .c-entry__btn-text-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0;
}

.p-interviews-side .c-entry__btn-text {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	padding: 0;
}

.p-interviews-side .c-entry__btn-text.--en {
	color: #FFF;
	font-family: "Marcellus", sans-serif;
	font-size: 24px;
	line-height: 100%;
	padding: 0;
}

.p-interviews-side .c-entry__btn-text.--jp {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 11px;
	line-height: 180%;
	padding: 0;
}

.c-animated__fadeIn {
	opacity: 0;
	transition: opacity 0.667s ease;
}

.c-animated__fadeIn.js-show {
	opacity: 1;
}

.c-animated__fadeIn--normal {
	opacity: 0;
	transition: opacity 1.333s ease-in-out;
}

.c-animated__fadeIn--normal.js-show {
	opacity: 1;
}

.c-animated__fadeIn--slow {
	opacity: 0;
	transition: opacity 2s ease-in-out;
}

.c-animated__fadeIn--slow.js-show {
	opacity: 1;
}

.js-sticky {
	position: sticky;
	top: 100px;
}

.js-sticky .js-sticky-img {
	height: 100%;
}

.js-sticky .js-sticky-img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.js-trigger {
	height: 550vh;
	position: relative;
}

.js-element {
	height: 150vh;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1;
}

.js-element.active {
	z-index: 2;
}

.js-element img,
.js-element h3,
.js-element p {
	opacity: 0;
}

.js-element.active img,
.js-element h3,
.js-element.active p {
	opacity: 1;
}

.js-element img {
	transition: all 0.1s ease 0.1s;
}

.js-element h3 {
	transition: all 0.8s ease 0.4s;
}

.js-element p {
	transform: translate(0, 30px);
	transition: all 0.8s ease 0.4s;
}

.js-element.active p {
	transform: translate(0, 0);
}

button {
	background: none;
}

:where(dialog) {
	background-color: unset;
	border: unset;
	color: unset;
	height: unset;
	max-height: unset;
	max-width: unset;
	overflow: unset;
	padding: unset;
	width: unset;
}

body:has(dialog[open]) {
	overflow: hidden;
}

.wrapper:has(dialog[open]) {
	overflow-y: auto;
	scrollbar-gutter: stable;
}

dialog {
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
}

dialog::backdrop {
	opacity: 0;
	transition: background 0.6s ease-in-out;
}

dialog.js-show.modal__content {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

dialog.js-show::backdrop {
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.modal__content {
	background: #3D3A3B;
	display: flex;
	flex-direction: column;
	height: 60dvh;
	max-height: 600px;
	max-width: 800px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
	visibility: hidden;
	width: 60vw;
}

.modal__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem;
	position: relative;
	width: 100%;
}

.modal__body {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 24px;
	gap: 1.5rem;
	justify-content: center;
	overflow-y: auto;
}

.modal__body h3,
.modal__body p {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 180%;
}

.modal__body h3 {
	align-self: flex-start;
}

.modal__body .c-modal-head {
	align-self: flex-start;
	display: flex;
	flex-direction: column;
}

#modal__text1,
#modal__text2 {
	max-height: 325px;
	overflow-y: auto;
}

.modal__close-btn {
	align-items: center;
	background: #2D2B2C;
	border-radius: 4px;
	color: #FFF;
	display: flex;
	font-family: "A-OTF Reimin Pr6N";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	height: 48px;
	justify-content: center;
	letter-spacing: 0.7px;
	line-height: 180%;
	min-height: 48px;
	position: relative;
	width: 280px;
	z-index: 2;
}

.c-breadcrumb {
	display: flex;
	gap: 0.6875rem;
	padding-inline-start: 2rem;
}

.c-breadcrumb span {
	color: #717071;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 180%;
	text-align: justify;
}

.c-breadcrumb-separator {
	align-self: center;
	aspect-ratio: 1/2;
	display: flex;
	height: 10px;
	width: 5px;
}

.c-pager__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-block: 100px;
	padding-block: 6.25rem;
}

.c-pager__prev,
.c-pager__next {
	max-width: 250px;
}

.p-header {
	height: 100px;
	height: 6.25rem;
	left: 0;
	padding: 32px;
	padding: 2rem;
	position: relative;
	top: 0;
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 100;
}

.p-header.is-hidden {
	transform: translateY(-100%); /* ヘッダーの高さ分、上に移動させる */
}

/*
 * ヘッダーパーツの基本スタイルと
 */

.p-header__logo img {
	transition: filter 0.3s ease;
}

.c-drawer__icon-bar {
	transition: background-color 0.3s ease;
}

/*
 * デフォルト（data-current-theme="light"）の状態
 * ヘッダーは白基調
 */

.p-header__logo img {
	filter: none;
}

.c-drawer__icon-bar {
	background-color: #FFF;
}

/*
 * data-current-theme="dark" の状態
 * ヘッダーは黒基調
 */

/*
 * data-current-theme="light" の時
 * (文字やアイコンが白い時)
 */

/*
 * data-current-theme="gray" の時
 */

/*
 * data-current-theme="red" の時
 */

/*
* data-current-theme="none" の時
*/

/* =====================================
//  ドロワー展開時のヘッダースタイル
===================================== */

body.is-drawer-active .p-header[data-current-theme=dark] .p-header__logo img,
body.is-drawer-active .p-header[data-current-theme=dark] .p-header__logo img {
	filter: none;
}

body.is-drawer-active .p-drawer__icon.js-show .c-drawer__icon-bar {
	background-color: #FFF;
}

/* =====================================
//  ドロワー展開時のヘッダースタイル ここまで
===================================== */

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-header__logo {
	aspect-ratio: 100/36;
	position: relative;
	width: 100px;
	width: 6.25rem;
	z-index: 102;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 32px;
	gap: 2rem;
}

.p-header-icon {
	aspect-ratio: 1/1;
	width: 32px;
	width: 2rem;
}

.p-header__box {
	display: flex;
	flex-direction: row;
	gap: 32.5px;
	gap: 2.03125rem;
}

.p-header__list {
	align-items: center;
	display: flex;
	-moz-column-gap: 32px;
	column-gap: 32px;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

.p-header__link {
	color: #FFF;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.single-interviews .p-header .p-header__logo img,
.post-type-archive-interviews .p-header .p-header__logo img {
	filter: grayscale(1) brightness(0);
}

.single-interviews .p-header .p-header__link,
.post-type-archive-interviews .p-header .p-header__link {
	color: #3D3A3B;
}

.single-interviews .p-header .c-drawer__icon-bar,
.post-type-archive-interviews .p-header .c-drawer__icon-bar {
	background-color: #3D3A3B;
}

.p-drawer__icon {
	display: none;
}

.c-drawer__icon-bar {
	background: #FFF;
	height: 1px;
	width: 100%;
}

.c-drawer__icon-bar.--bar2 {
	display: none;
}

.p-drawer__icon.js-show .c-drawer__icon-bar.--bar1 {
	display: none;
}

.p-drawer__icon.js-show .c-drawer__icon-bar.--bar2 {
	display: block;
	position: relative;
	top: 6.5px;
	z-index: 102;
}

.p-drawer__icon.js-show .c-drawer__icon-bar.--bar3 {
	display: none;
}

body.is-drawer-active {
	overflow: hidden;
}

.p-drawer {
	background: #000000;
	height: 100%;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}

.p-drawer__icon--bar {
	transition: all 0.6s ease;
}

.p-drawer {
	opacity: 0;
	transition: opacity 0.6s, visibility 0.6s ease;
	visibility: hidden;
}

.p-drawer.js-show {
	opacity: 1;
	visibility: visible;
}

.p-drawer__wrap {
	margin-inline: auto;
	max-width: 500px;
	width: 100%;
}

.p-drawer__nav {
	padding-block-end: 33.5px;
	padding-block-start: 118.5px;
}

.p-drawer__lists {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "Marcellus", sans-serif;
	gap: 16px;
	padding-block-end: 47.5px;
	padding-inline: 32px;
}

.p-drawer__list-link {
	display: flex;
	flex-direction: column;
}

.p-drawer__list--en {
	color: #FFF;
	font-family: "Marcellus", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.p-drawer__list--ja {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-drawer__info {
	display: flex;
	gap: 36px;
	justify-self: flex-start;
	padding-block-end: 185px;
	padding-inline: 32px;
}

.p-drawer__info-list {
	color: #B4B4B4;
	font-family: "Marcellus", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.p-drawer__btn-wrap {
	padding-inline: 32px;
}

.p-mv__wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-mv__wrap.--first {
	align-items: flex-end;
	display: flex;
}

.p-mv__wrap.--first-img {
	height: 137px;
	top: 28px;
}

.p-mv__wrap.--first-img img {
	position: relative;
	-o-object-fit: fill;
	object-fit: fill;
}

.p-mv__wrap.--second img {
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-mv__wrap.--third {
	position: relative;
	width: 100%;
}

.p-mv__wrap.--third img {
	position: relative;
	-o-object-fit: fill;
	object-fit: fill;
	z-index: 1;
}

.p-mv__content-box {
	display: flex;
	height: 100%;
	justify-content: space-between;
	left: 0;
	padding-block: 50px;
	padding-inline: 33px;
	padding-inline: clamp(1.688rem, 1.259rem + 0.89vw, 2.063rem);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.p-mv__btn-wrap {
	padding-block-start: 48px;
	padding-block-start: 3rem;
	position: relative;
	z-index: 2;
}

.p-mv__wrap.--third .p-mv__btn-wrap {
	display: flex;
	flex-direction: column;
	gap: 69px;
	gap: 4.3125rem;
	justify-content: flex-end;
	max-width: 290px;
	max-width: 18.125rem;
	width: 100%;
}

.p-mv__wrap.--third .p-mv__btn-wrap .c-entry__btn-img {
	aspect-ratio: 1/1;
	position: relative;
	width: 20px;
}

.p-mv__wrap.--third .p-mv__btn-wrap .c-entry__btn-img img {
	bottom: inherit;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-about {
	position: relative;
	scroll-margin-top: 6.25rem;
	z-index: 2;
}

.p-about__content {
	background: #FAFAFA;
	display: flex;
	justify-content: space-between;
	padding-block: 69px;
	padding-block: 4.3125rem;
	padding-block-end: 62px;
	padding-block-end: 3.875rem;
	padding-inline-end: 54px;
	padding-inline-end: 3.375rem;
	padding-inline-start: 32px;
	padding-inline-start: 2rem;
}

.p-about__text {
	color: #3D3A3B;
	display: inline-block;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	max-width: 550px;
	padding-block-start: 100px;
	padding-block-start: 6.25rem;
	text-align: justify;
	width: clamp(20.125rem, 3.839rem + 33.93vw, 34.375rem);
}

.home .p-top-interviews {
	padding-block-end: 6.75rem;
	padding-block-start: 6.125rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.home .p-top-interviews__heading-wrap {
	display: flex;
	justify-content: space-between;
}

.home .p-top-interviews__text {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 120%;
	margin: 0;
	margin-block-end: 0.625rem;
	padding: 0;
	position: relative;
}

.home .p-top-interviews__heading {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 180%;
	margin: 0;
	margin-block-end: 3.0625rem;
	padding: 0;
}

.home .p-top-interviews__view-all {
	align-self: flex-end;
	color: #3D3A3B;
	display: flex;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 180%;
	margin: 0;
	margin-block-end: 3.0625rem;
	margin-inline-end: 0.75rem;
	padding: 0;
}

/* スライダーの見た目調整 */

.p-top-interviews__tabsp { /* スライダー容器 */ /* prev は180度反転 */ /* ホバー時は50%透過 */
}

.p-top-interviews__tabsp .p-top-interviews__slider {
	overflow: hidden;
}

.p-top-interviews__tabsp .swiper-slide {
	height: auto;
}

.p-top-interviews__tabsp .p-top-interviews__nav {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.p-top-interviews__tabsp .p-top-interviews__nav-wrap {
	display: flex;
	gap: 50px;
}

.p-top-interviews__tabsp .p-top-interviews__prev,
.p-top-interviews__tabsp .p-top-interviews__next {
	background: transparent;
	cursor: pointer;
	height: 15.5px;
	position: relative;
	top: 57%;
	transition: opacity 0.2s ease-in-out;
	translate: 0 -50%;
	width: 25.5px;
}

.p-top-interviews__tabsp .p-top-interviews__prev::before,
.p-top-interviews__tabsp .p-top-interviews__next::before {
	background-color: currentColor;
	content: "";
	height: 12.5px;
	inset: 0;
	position: absolute;
	width: 25.5px;
	-webkit-mask: url("../img/swiper-arrow-icon.svg") no-repeat center/contain;
	mask: url("../img/swiper-arrow-icon.svg") no-repeat center/contain;
	pointer-events: none; /* クリックを親ボタンに通す */
}

.p-top-interviews__tabsp .p-top-interviews__prev::before {
	top: 1px;
	transform: rotate(180deg);
}

.p-top-interviews__tabsp .p-top-interviews__prev:hover,
.p-top-interviews__tabsp .p-top-interviews__next:hover {
	opacity: 0.5;
}

.p-main__content {
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.p-program__heading-wrap {
	padding-block-end: 38px;
	padding-block-end: 2.375rem;
	width: 100%;
}

.p-program__contents {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 16px;
	column-gap: 16px;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 16px;
	row-gap: 1rem;
}

.p-program__content {
	border-top: 1px solid #B4B4B4;
	display: flex;
	flex-basis: 100%;
	flex-direction: column;
	gap: 32px;
	gap: 2rem;
	max-width: 48.582%;
	padding-block-end: 20px;
	padding-block-end: 1.25rem;
	padding-block-start: 16px;
	padding-block-start: 1rem;
	padding-inline: 16px;
	padding-inline: 1rem;
	width: 100%;
}

.p-program__text {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
}

/* 色が変化する要素に滑らかなトランジションを設定 */

#program,
.p-side__menu,
.l-container,
.p-program__contents,
.p-side__lists,
.c-decci__heading-h2,
.p-program__text,
.p-side__list-link,
.c-program__subheading,
.c-program__subheading-number,
.c-side__btn {
	transition: color 0.6s ease, background-color 0.6s ease;
}

/*
 * 反転状態のスタイルを定義
 */

#program.is-inverted,
.l-container.is-inverted {
	background-color: #b4392d;
}

/* 反転状態の時のテキストや見出しの色 */

#program.is-inverted .c-decci__heading-h2,
#program.is-inverted .p-program__text,
#program.is-inverted .c-program__subheading,
#program.is-inverted .c-program__subheading-number {
	color: #FFF; /* 文字を白色に */
}

/* サイドメニューの反転状態 */

.p-side__menu.is-inverted {
	background-color: #b4392d;
}

/* 反転状態の時のサイドメニューのリンク色 */

.p-side__menu.is-inverted .p-side__list-link {
	color: #FFF; /* 文字を白色に */
}

/* 反転状態の時のサイドメニューのボタン */

.p-side__menu.is-inverted .c-side__btn {
	background-color: #FFF; /* 背景を白に */
	color: #a33227; /* 文字を赤に */
}

.home .p-top-plan {
	padding-block-end: 6.25rem;
}

.home .p-top-plan__heading-wrap {
	display: flex;
	justify-content: space-between;
}

.home .p-top-plan__text {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 120%;
	margin: 0;
	margin-block-end: 0.625rem;
	padding: 0;
	position: relative;
}

.home .p-top-plan__heading {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 180%;
	margin: 0;
	margin-block-end: 3.0625rem;
	padding: 0;
}

/* スライダー容器 */

.p-top-plan__slider {
	overflow: hidden;
}

.home .p-main__content {
	min-width: 0;
	overflow-x: clip;
}

.p-top-plan,
.p-top-plan__slider,
#topPlan {
	min-width: 0;
	width: 100%;
}

.p-top-plan .swiper-wrapper {
	margin-block-end: 50px;
}

/* カード */

.p-plan-card {
	background: #FFF;
	border-top: 1px solid #B4B4B4;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-block: 20px;
	padding-block: 1.25rem;
	padding-block-start: 38px;
	padding-block-start: 2.375rem;
	padding-inline: 20px;
	padding-inline: 1.25rem;
	text-decoration: none;
	transition: opacity 0.4s ease-in-out;
}

.p-plan-card__body {
	flex-grow: 1;
}

.p-plan-card__head {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.p-plan-card__type {
	font-family: "Marcellus", sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.p-plan-card__month {
	color: #757575;
	font-size: 12px;
}

.p-plan-card__title {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 170%;
	margin: 6px 0 32px;
	text-align: justify;
}

.p-plan-card__desc {
	color: #3D3A3B;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 180%;
	margin: 0 0 38px;
	text-align: justify;
}

.p-plan-card__foot {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: auto;
}

.p-plan-card__subject {
	border: 1px solid #717071;
	color: #717071;
	display: inline-block;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 12px;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	padding: 4px 3px;
}

/* `$subject`が「全てのプラン」ではない場合のスタイル */

/* 1. 親要素の背景色を変更 */

.p-plan-card.is-not-all {
	background: #FAFAFA;
}

/* 2. 子要素のスタイルも、このクラスを使って指定する */

.p-plan-card.is-not-all .p-plan-card__subject {
	background: #717071;
	border: 1px solid #717071;
	color: #FFF;
}

.p-plan-card__dateplace {
	align-items: center;
	color: #717071;
	display: flex;
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	gap: 16px;
	line-height: 180%;
}

.p-plan-card__date {
	border-right: 1px solid #B4B4B4;
	padding-inline-end: 16px;
	white-space: nowrap;
}

.p-plan-card__place {
	white-space: nowrap;
}

/* ナビと注意書き */

.p-top-plan__nav {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-inline: 20px;
	margin-top: 32px;
}

.p-top-plan__note {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 1.8;
	margin: 0;
	text-align: justify;
}

.p-top-plan__nav-wrap {
	display: flex;
	gap: 40px;
}

/* 矢印アイコン（SVGマスク）：prevは180°反転、hoverで50%透過 */

.p-top-plan__prev,
.p-top-plan__next {
	background: transparent;
	color: #000;
	cursor: pointer;
	height: 16px;
	position: relative;
	transition: opacity 0.2s ease-in-out;
	width: 26px;
}

.p-top-plan__prev::before,
.p-top-plan__next::before {
	background-color: currentColor;
	content: "";
	height: 13px;
	inset: 0;
	position: absolute;
	width: 26px;
	-webkit-mask: url("../img/swiper-arrow-icon.svg") no-repeat center/contain;
	mask: url("../img/swiper-arrow-icon.svg") no-repeat center/contain;
	pointer-events: none;
}

.p-top-plan__prev::before {
	top: 1px;
	transform: rotate(180deg);
}

.p-top-plan__prev:hover,
.p-top-plan__next:hover {
	opacity: 0.5;
}

/* PCではページネーションを非表示 */

.p-top-plan__pagination {
	display: none;
}

/* スライドは高さ自動 */

#topPlan .swiper-slide {
	height: auto;
}

.p-message__heading {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-message__img {
	aspect-ratio: 300/209;
	position: relative;
	width: 300px;
	width: 18.75rem;
}

.p-message__img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-message__text-wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
	gap: 3.125rem;
	margin-block-start: 2px;
	margin-block-start: 0.125rem;
	margin-inline-end: 16px;
	margin-inline-end: 1rem;
	max-width: 566px;
	width: clamp(20.125rem, 3.839rem + 33.93vw, 34.375rem);
}

.p-message__subheading {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-message__text {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
}

.p-message__text.--first {
	margin-block-end: 30px;
	margin-block-end: 1.875rem;
}

.p-members__wrap {
	border-top: 1px solid #717071;
	display: flex;
	flex-direction: column;
	padding-block: 50px;
	padding-block: 3.125rem;
	padding-inline: 16px;
	padding-inline: 1rem;
}

.p-members__wrap summary {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block-end: 16px;
	padding-block-end: 1rem;
}

.p-members__wrap summary::after {
	background: url(../img/arrow-icon.svg) no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 13px;
	margin-inline-end: 6px;
	width: 26px;
}

.p-members__wrap.is-opened summary::after {
	transform: rotate(180deg);
}

.p-members__wrap img {
	aspect-ratio: 150/90;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-members__img-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	-moz-column-gap: 32px;
	column-gap: 32px;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	padding-block-start: 16px;
	padding-block-start: 1rem;
	row-gap: 48px;
	row-gap: 3rem;
}

.p-recent__wrap {
	border-top: 1px solid #717071;
	display: flex;
	flex-direction: column;
	padding-block: 50px;
	padding-block: 3.125rem;
	padding-inline: 14px;
	padding-inline: 0.875rem;
}

.p-recent__wrap summary {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block-end: 15px;
	padding-block-end: 0.9375rem;
}

.p-recent__wrap summary::after {
	background: url(../img/arrow-icon.svg) no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 13px;
	margin-inline-end: 6px;
	width: 26px;
}

.p-recent__wrap.is-opened summary::after {
	transform: rotate(180deg);
}

.p-recent__content {
	display: grid;
	gap: 32px;
	gap: 2rem;
	grid-template-columns: 1fr;
	padding-block-start: 16px;
	padding-block-start: 1rem;
}

.p-recent__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
	-moz-column-gap: 15px;
	column-gap: 15px;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	row-gap: 32px;
	row-gap: 2rem;
}

.p-recent__cards.has-few-items {
	grid-template-columns: repeat(auto-fit, 262px);
	justify-content: start; /* 左寄せ */
}

.p-recent__card-link {
	border: 1px solid #B4B4B4;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	padding: 16px;
	padding: 1rem;
	padding-block-end: 14px;
	padding-block-end: 0.875rem;
	position: relative;
}

.p-recent__card-link .p-recent__card-thumbnail {
	position: relative;
	transition: filter 0.3s ease; /* グレースケールのアニメーション */
}

.p-recent__card-link .p-recent__card-thumbnail::before {
	background-color: rgba(0, 0, 0, 0.7); /* グレーのマスク */
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 1; /* MORE文字より下 */
}

.p-recent__card-link .p-recent__card-hover-content {
	color: #fff;
	font-family: "Marcellus", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	left: 50%;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 2; /* マスクより上 */
}

.p-recent__card-link .p-recent__card-hover-content::after {
	background-color: #FFF;
	content: "";
	display: inline-block;
	height: 6.5px;
	left: -3px;
	mask-image: url(../img/view-all-icon.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: relative;
	top: -13px;
	width: 9.5px; /* Safariなどの古いブラウザ対応 */
	-webkit-mask-image: url(../img/view-all-icon.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	transition: background-color 0.3s ease;
}

.p-recent__card-thumbnail {
	aspect-ratio: 230/173;
	margin-block-end: 7px;
	margin-block-end: 0.4375rem;
	max-width: 504px;
	min-width: 230px;
	min-width: 14.375rem;
	overflow: hidden;
	position: relative;
	transition: filter 0.3s ease;
}

.p-recent__card-thumbnail img {
	max-width: 504px;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-recent__card-meta {
	color: #3D3A3B;
	display: flex;
	font-family: "Marcellus", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	justify-content: space-between;
	line-height: 180%;
	margin-block-end: 5px;
	margin-block-end: 0.3125rem;
}

.p-recent__card-title {
	color: #3D3A3B;
	display: -webkit-box;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
	-webkit-box-orient: vertical; /* 1行で収まる場合は1行、はみ出る場合は最大2行で省略(...) */
	-webkit-line-clamp: 2; /* 表示する「最大」の行数を指定 */ /* カードの高さを揃えるために追加*/ /* 1. 行の高さを固定 */
	line-height: 1.8; /* 2. 「行の高さ × 2行分」の最小高さを確保 */
	min-height: 3.6em;
	overflow: hidden;
}

.p-recent__no-card {
	color: #3D3A3B;
	display: inline-block;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin-block-start: 16px;
	margin-block-start: 1rem;
	text-align: justify;
}

.p-recent__veiw-all {
	color: #3D3A3B;
	display: flex;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	gap: 4px;
	justify-content: flex-end;
	line-height: 180%;
}

.p-recent__veiw-all::after {
	background: url(../img/view-all-icon.svg) no-repeat;
	content: "";
	display: inline-block;
	height: 6.5px;
	margin-inline-start: 4px;
	width: 9.5px;
}

.p-entry__wrap {
	align-items: center;
	border-top: 1px solid rgba(237, 237, 237, 0.4);
	display: flex;
	flex-direction: column;
	gap: 32px;
	gap: 2rem;
	padding-block: 49px;
	padding-block: 3.0625rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.p-entry__wrap.--fee {
	gap: 17px;
	gap: 1.0625rem;
}

.p-entry__wrap.--flow {
	gap: 31px;
	gap: 1.9375rem;
}

.p-entry__target-boxes {
	display: flex;
	flex-direction: row;
	gap: 32px;
	gap: 2rem;
}

.p-entry__target-box {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	color: #FFF;
	display: flex;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.7px;
	line-height: 180%;
	padding: 10.5px 25.5px;
	padding: 0.65625rem 1.59375rem;
	text-align: center;
}

.p-entry__fee-text-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 13px;
	gap: 0.8125rem;
}

.p-entry__fee-payment {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 16.8px;
	text-align: center;
}

.p-entry__plan-contents {
	display: grid;
	gap: 100px;
	gap: 6.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	max-width: 1472px;
	padding-inline: 150px;
	padding-inline: 9.375rem;
}

.p-entry__plan-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	gap: 2rem;
	margin-block-end: 67px;
	margin-block-end: 4.1875rem;
}

.p-entry__plan-label {
	align-items: center;
	border: 1px solid #FFF;
	color: #FFF;
	display: flex;
	flex-grow: 0;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	justify-content: center;
	line-height: 180%;
	margin-inline: auto;
	padding: 2px 12px;
}

.p-entry__plan-fee {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 28.8px;
	text-align: center;
}

.p-entry__plan-lists {
	display: flex;
	flex-direction: column;
	gap: 16px;
	gap: 1rem;
	margin-block-end: 16px;
	margin-block-end: 1rem;
	margin-inline: auto;
}

.p-entry__plan-list {
	color: #FFF;
	display: flex;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	justify-content: flex-start;
	line-height: 16.8px;
}

.p-entry__plan-list::before {
	align-items: center;
	background: url(../img/check-icon.svg) no-repeat;
	background-position: center;
	border: 1px solid #FFF;
	border-radius: 50%;
	content: "";
	display: inline-flex;
	height: 20px;
	justify-content: center;
	margin-inline-end: 16px;
	width: 20px;
}

.p-entry__plan-list.--is-na {
	opacity: 0.3;
}

.p-entry__btn-wrap {
	padding-block-start: 54px;
	padding-block-start: 3.375rem;
}

.p-entry__btn-copypwrap {
	padding-block-end: 32px;
	padding-block-end: 2rem;
}

.p-entry__btn-copy {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	text-align: center;
}

.p-faq__wrap {
	border-top: 1px solid #717071;
	display: flex;
	flex-direction: column;
	padding-block-end: 15px;
	padding-block-end: 0.9375rem;
	padding-block-start: 24px;
	padding-block-start: 1.5rem;
	padding-inline-end: 1px;
	padding-inline-end: 0.0625rem;
	padding-inline-start: 8px;
	padding-inline-start: 0.5rem;
}

.p-faq__wrap summary {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block-end: 16px;
	padding-block-end: 1rem;
}

.p-faq__wrap summary::after {
	background: url(../img/arrow-icon.svg) no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 13px;
	margin-inline-end: 6px;
	width: 26px;
}

.p-faq__wrap.is-opened summary::after {
	transform: rotate(180deg);
}

.p-faq__contents {
	padding-block-start: 39px;
	padding-block-start: 2.4375rem;
}

.p-faq__q,
.p-faq__a {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 180%;
}

.p-faq__q {
	font-size: 19.2px;
	font-size: 1.2rem;
	width: 86%;
}

.p-faq__a {
	font-size: 14px;
	font-size: 0.875rem;
	padding-block-end: 15px;
	padding-block-end: 0.9375rem;
}

input {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif !important;
}

input::placeholder,
textarea::placeholder {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif !important;
}

/* ベンダープレフィックス */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif !important;
}

.p-contact__text-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p-contact__company-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
	gap: 0.5rem;
}

.p-contact__company-text {
	color: #B4B4B4;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.wpcf7.js {
	max-width: 550px;
	width: 100%;
}

.p-contact__form {
	display: flex;
	flex-direction: column;
	gap: 24px;
	gap: 1.5rem;
	width: 100%;
}

.p-contact__head {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-contact__data {
	position: relative;
}

.p-contact__data-radio {
	margin-block-start: 8px;
	margin-block-start: 0.5rem;
}

.p-contact__row {
	display: flex;
	flex-direction: column;
	gap: 7.5px;
	gap: 0.46875rem;
}

.p-contact__label {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
}

.p-contact__text {
	background: #3D3A3B;
	border: 1px solid #5F5F5F;
	border-radius: 4px;
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	height: 49px;
	height: 3.0625rem;
	padding: 12px 15px;
	transition: border-color 0.3s;
	width: 100%;
}

.p-contact__text.--area {
	height: 127px;
	height: 7.9375rem;
	padding: 17px 13px;
}

.p-contact__text.--area::-moz-placeholder {
	padding-block: 1px;
	padding-inline: 2px;
}

.p-contact__text.--area::placeholder {
	padding-block: 1px;
	padding-inline: 2px;
}

.p-contact__text::-moz-placeholder {
	color: #717071;
}

.p-contact__text::placeholder {
	color: #717071;
}

.p-contact__text:hover,
.p-contact__text:focus {
	border: solid 1px transparent;
	box-shadow: inset 0 0 0 1px #BE0000;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.wpcf7-list-item.first {
	margin-left: 0;
}

/* =====================================
//  ラジオボタンのカスタマイズ
===================================== */

.wpcf7-radio {
	display: flex;
	flex-direction: row;
}

.wpcf7-list-item {
	margin-inline-start: 1.5rem;
}

/* ラジオボタンとラベルを含むコンテナの基本設定 */

.wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	min-height: 22px; /* ラジオボタンの高さに合わせる */
	padding-inline-start: 28px; /* カスタムラジオボタンを配置するスペースを確保 */
	position: relative; /* 擬似要素の位置の基準点にする */
}

/* 1. 元のラジオボタンをリセットして隠す */

.wpcf7-list-item input[type=radio] { /* ブラウザのデフォルトUIを無効化（リセット） */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 0;
	opacity: 0; /* 完全に非表示にし、クリックもできないようにする */
	position: absolute;
	width: 0;
}

/* 2. カスタムラジオボタンを作成 */

.wpcf7-list-item .wpcf7-list-item-label::before {
	background: #3D3A3B;
	border: 1px solid #5F5F5F;
	border-radius: 2px;
	content: ""; /* 擬似要素には必須 */
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease; /* アニメーション効果 */
	width: 20px;
}

/* ラベルをホバーした時に、外側の円の枠線色を少し変える */

.wpcf7-list-item label:hover .wpcf7-list-item-label::before {
	border-color: #BE0000;
}

/* 3. 選択された状態（checked）のデザインを作成 */

/* ラジオボタンがチェックされたら、チェックの画像が入る */

.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
	background: url(../img/check-icon.svg) no-repeat;
	content: "";
	height: 7px;
	left: 5px; /* 内側の点のX軸位置 */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.wpcf7-list-item-label {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.wpcf7-list-item .u-invalid.wpcf7-list-item-label {
	background: none;
	border: none;
	box-shadow: none;
}

.wpcf7-list-item .u-invalid.wpcf7-list-item-label::before {
	background: #717071;
	border: 2px solid #F2635F;
}

/* =====================================
//  ラジオボタンのレスポンシブ対応
===================================== */

/* =====================================
//  ラジオボタンのレスポンシブ対応 ここまで
===================================== */

input[type=checkbox i] {
	display: none;
}

.p-contact__check.--agreement {
	margin-block-start: -8px;
}

.p-checkbox__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0;
}

.p-checkbox__text {
	color: #FFF;
	display: inline-block;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	padding-inline-start: 28px;
	position: relative;
}

.p-checkbox__text::before,
.p-checkbox__text::after {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-checkbox__text::before {
	background: #3D3A3B;
	border: 1px solid #5F5F5F;
	border-radius: 2px;
	cursor: pointer;
	height: 20px;
	transition: all 0.3s ease; /* アニメーション効果 */
	width: 20px;
}

.p-checkbox__text:hover::before,
.p-checkbox__text:focus::before {
	border-color: #BE0000;
}

.p-checkbox__text::after {
	background: url(../img/check-icon.svg) no-repeat;
	height: 7px;
	left: 5px; /* 内側の点のX軸位置 */
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.p-checkbox__text .--underline {
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip-ink: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	line-height: normal;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: color 0.3s;
}

.p-checkbox__text .--underline:hover {
	opacity: 0.6;
	transition: opacity 0.6s ease;
}

.p-contact__data:has(.p-checkbox__input:checked) .p-checkbox__text::after {
	opacity: 1;
}

.p-contact__check .p-contact__data.u-invalid {
	background: inherit;
	border: none;
	box-shadow: inherit;
}

.u-invalid .p-checkbox__text::before {
	background: #717071;
	border: 2px solid #F2635F;
}

input[type=submit] { /* OSやブラウザ独自のスタイルを無効化 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* 背景、枠線、余白をリセット */
	border: none;
}

.wpcf7 .wpcf7-submit.wpcf7-form-control {
	cursor: pointer;
}

.wpcf7-spinner {
	display: none;
}

.p-contact__success-text {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
}

.grecaptcha-badge {
	display: none !important;
}

.p-footer__img {
	aspect-ratio: 1440/546;
	bottom: 0px;
	position: relative;
	z-index: 1;
}

.p-footer__img img {
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-footer__content-wrap {
	bottom: 34px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	gap: 3.125rem;
	left: 31px;
	position: absolute;
	z-index: 2;
}

.p-footer__logo {
	height: auto;
	margin-inline-start: 1px;
	width: 215px;
	width: 13.4375rem;
}

.p-footer__logo img {
	aspect-ratio: 215/49;
}

.p-footer__text {
	color: #FFF;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-fixed-footer {
	background-color: #808080;
	background-image: url(../img/decci-community-footer-img.png);
	bottom: 0;
	box-sizing: border-box; /* パディングを高さ計算に含めるために重要 */
	height: calc(5px + env(safe-area-inset-bottom)); /* 5px + セーフエリア分の高さを確保 */
	left: 0;
	opacity: 0; /* 初期状態では透明 */
	padding-bottom: env(safe-area-inset-bottom); /* セーフエリア分をパディングとして内側に追加 */
	position: fixed;
	right: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-fixed-footer.is-visible {
	opacity: 1; /* is-visibleクラスが付いたら不透明 */
}

.single .l-main {
	padding-block-start: 100px;
	padding-block-start: 6.25rem;
}

.p-main-content__meta {
	display: flex;
	gap: 31px;
	gap: 1.9375rem;
	padding-block-end: 43px;
	padding-block-end: 2.6875rem;
}

.p-main-content__date {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
}

.p-main-content__img {
	aspect-ratio: 834/538;
	padding-block-end: 80px;
	padding-block-end: 5rem;
	width: 100%;
}

.p-main-content__img img {
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}

/*-------------------------------------------
// 左サイドバー
//-------------------------------------------*/

.single-interviews .p-interviews-side {
	display: flex;
	flex-direction: column;
	height: 95dvh;
	left: 0;
	position: sticky;
	top: 155px;
}

.single-interviews .p-interviews-side__fixed {
	margin-block-start: auto;
	padding-block-end: 164px;
}

.single-interviews .p-interviews-side__logo {
	display: inline-block;
	margin-bottom: 8px;
}

.single-interviews .p-interviews-side__heading {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 180%;
	margin-bottom: 14px;
	padding: 0;
	text-align: justify;
}

.single-interviews .p-interviews-side__text {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 180%;
	margin-bottom: 30px;
	padding: 0;
	text-align: justify;
}

.single-interviews .p-interviews-side__btn {
	align-items: center;
	display: flex;
	height: 39px;
	justify-content: center;
	max-width: 184px;
	width: 100%;
}

/*-------------------------------------------
// 中央コンテンツ
//-------------------------------------------*/

.single-interviews .p-interviews-content {
	max-width: 914px;
	width: 100%;
}

.single-interviews .p-interviews-content__title {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 180%;
	padding-block-end: 8px;
}

.single-interviews .p-interviews-content__meta {
	display: flex;
	flex-direction: column;
}

.single-interviews .p-interviews-content__meta p {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.6px;
	line-height: 180%;
	padding-block-end: 0;
	text-align: justify;
}

.single-interviews .is-type-video {
	aspect-ratio: 16/9;
	margin-block: 2rem;
	margin-block-end: 1.875rem;
}

.wp-block-embed__wrapper {
	aspect-ratio: 16/9;
}

.wp-block-embed iframe {
	height: 100%;
	width: 100%;
}

.single-interviews.single main .p-interviews-content__body p {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
}

/*-------------------------------------------
// 右サイドバー
//-------------------------------------------*/

.single-interviews .p-company-info__text {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 160%;
	margin: 0;
	padding: 0;
	position: relative;
}

.single-interviews .p-company-info__heading {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 180%;
	margin: 0;
	margin-block-end: 3.3125rem;
	padding: 0;
}

.single-interviews .p-company-info__list {
	display: grid;
	grid-template-columns: 75px 1fr;
}

.single-interviews .p-company-info__term,
.single-interviews .p-company-info__desc {
	align-items: center;
	display: flex;
	letter-spacing: 0;
	margin-block-end: 1.75rem;
}

.single-interviews .p-company-info__term {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	position: relative;
	text-align: justify;
}

.single-interviews .p-company-info__term::after {
	background-color: #000;
	content: "";
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 2px;
}

.single-interviews .p-company-info__desc {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	padding-inline-start: 15px;
	text-align: justify;
}

.single-interviews .p-company-info__message-wrap {
	border: 1px solid #D9D9D9;
	padding-block: 1.8125rem;
	padding-block-end: 1.25rem;
	padding-inline: 1.875rem;
}

.single-interviews .p-company-info__sub-heading {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	padding-block-end: 11px;
	text-align: justify;
}

.single-interviews .p-company-info__message {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 180%;
	padding: 0;
	text-align: justify;
}

.single-interviews .p-company-info__link {
	align-items: flex-start;
	color: #3D3A3B;
	display: flex;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	gap: 4px;
	letter-spacing: 0;
	line-height: 180%;
	margin-top: 32px;
	text-align: justify;
}

.single-interviews .p-company-info__link::after {
	background: url(../img/view-all-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 9px;
	width: 9px;
}

.single-interviews .p-other-interviews {
	border-top: 1px solid #D1D1D1;
	margin-block-start: 2.125rem;
	padding-block-end: 10rem;
	padding-block-start: 3.125rem;
}

.single-interviews .p-other-interviews__heading-wrap {
	display: flex;
	justify-content: space-between;
}

.single-interviews .p-other-interviews__text {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 120%;
	margin: 0;
	margin-block-end: 0.625rem;
	padding: 0;
	position: relative;
}

.single-interviews .p-other-interviews__heading {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 180%;
	margin: 0;
	margin-block-end: 3.0625rem;
	padding: 0;
}

.single-interviews .p-other-interviews__view-all {
	align-self: flex-end;
	color: #3D3A3B;
	display: flex;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 180%;
	margin: 0;
	margin-block-end: 3.0625rem;
	margin-inline-end: 1.25rem;
	padding: 0;
}

.post-type-archive-interviews .p-interviews {
	padding-block-end: 150px;
	padding-block-end: 9.375rem;
}

.post-type-archive-interviews .p-interviews__text {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 120%;
	margin: 0;
	margin-block-end: 0.625rem;
	padding: 0;
	position: relative;
}

.post-type-archive-interviews .p-interviews__heading {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 180%;
	margin: 0;
	margin-block-end: 3.0625rem;
	padding: 0;
}

.p-view-more {
	display: flex;
	justify-content: flex-end;
	margin-block-start: 50px;
	margin-block-start: 3.125rem;
	margin-inline-end: 16px;
	padding-block-end: 16px;
}

.p-view-more__btn {
	display: flex;
	gap: 29px;
}

.p-view-more__text {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.p-view-more__img {
	align-self: center;
	display: flex;
	height: 14px;
	width: 26px;
}

/*-------------------------------------------
// 左サイドバー
//-------------------------------------------*/

.post-type-archive-interviews .p-interviews-side {
	display: flex;
	flex-direction: column;
	height: 95dvh;
	left: 0;
	position: sticky;
	top: 155px;
}

.post-type-archive-interviews .p-interviews-side__fixed {
	margin-block-start: auto;
	padding-block-end: 164px;
}

.post-type-archive-interviews .p-interviews-side__logo {
	display: inline-block;
	margin-bottom: 8px;
}

.post-type-archive-interviews .p-interviews-side__heading {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 180%;
	margin-bottom: 14px;
	padding: 0;
	text-align: justify;
}

.post-type-archive-interviews .p-interviews-side__text {
	color: #3D3A3B;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 180%;
	margin-bottom: 30px;
	padding: 0;
	text-align: justify;
}

.post-type-archive-interviews .p-interviews-side__btn {
	align-items: center;
	display: flex;
	height: 39px;
	justify-content: center;
	max-width: 184px;
	width: 100%;
}

.p-side__menu {
	display: flex;
	flex-direction: column;
	height: 100dvh;
	padding-inline: 32px;
	padding-inline: 2rem;
	position: sticky;
	top: 0;
	width: 19.881%;
}

.p-side__logo {
	height: 36px;
	margin-block-start: 62px;
	opacity: 0;
	visibility: hidden;
	width: 100px;
	z-index: 3;
}

.p-side__logo img {
	aspect-ratio: 100/36;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-side__links {
	margin-top: auto;
	padding-bottom: 62px;
}

.p-side__lists {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between;
	max-width: 184px;
	padding-block-end: 32px;
	padding-inline-start: 3px;
}

.p-side__list {
	width: 100%;
}

.p-side__list-link {
	align-items: center;
	color: #3D3A3B;
	display: flex;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	position: relative;
	width: 100%;
}

.p-side__list-link::after {
	background: url(../img/side-list-hover.png) no-repeat;
	background-size: contain;
	content: "";
	height: 10px;
	opacity: 0;
	position: absolute;
	right: 3px;
	top: 50%;
	transition: opacity 0.6s ease, visibility 0.6s ease;
	translate: 0 -50%;
	width: 10px;
}

.p-category__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 52px;
	row-gap: 3.25rem;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	padding-block: 110px;
	padding-block: 6.875rem;
	padding-block-end: 92px;
	padding-block-end: 5.75rem;
	padding-inline: 24px;
	padding-inline: 1.5rem;
	width: 100%;
}

.p-category__card {
	display: flex;
	flex-direction: column;
	gap: 23px;
	gap: 1.4375rem;
}

.p-category__card-img {
	align-self: flex-start;
	aspect-ratio: 372/240;
	width: 100%;
}

.p-category__card-img img {
	-o-object-fit: cover;
	border-radius: 20px 20px 0px 0px;
	object-fit: cover;
}

.p-category__card-text {
	display: flex;
	flex-direction: column;
	gap: 11px;
	gap: 0.6875rem;
	padding-inline: 21px;
	padding-inline: 1.3125rem;
}

.p-category__card-title {
	-webkit-line-clamp: 2;
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}

.p-category__card-date {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
}

.p-category__card-description {
	color: #3D3A3B;
	font-family: "Marcellus", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align: justify;
}

.p-members__logo {
	height: auto;
	left: 32px;
	left: 2rem;
	margin: 0;
	position: fixed;
	top: 32px;
	top: 2rem;
	width: 100px;
	width: 6.25rem;
}

.p-members__logo img {
	aspect-ratio: 100/36;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-main-container {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100dvh;
}

.p-members__contents-wrap {
	display: flex;
	flex-direction: column;
	gap: 200px;
	gap: 12.5rem;
}

.p-members__heading {
	color: #2D2B2C;
	font-family: "Marcellus", sans-serif;
	font-size: 70px;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.p-members__coming-soon-wrap {
	display: flex;
	flex-direction: column;
	gap: 46px;
	gap: 2.875rem;
}

.p-members__subheading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
	gap: 0.9375rem;
}

.p-members__subheading.--en {
	color: #2D2B2C;
	font-family: "Marcellus", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.p-members__subheading.--ja {
	color: #2D2B2C;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.p-members__btn-wrap {
	align-self: center;
	border: 1px solid #3D3A3B;
	border-radius: 50px;
	display: flex;
	height: 43px;
	justify-content: center;
	padding: 10px 32px;
	padding: 10px 0;
	width: 163px;
}

.p-members__back-btn {
	color: #2D2B2C;
	display: inline-block;
	font-family: "Marcellus", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	text-align: center;
}

.u-error {
	color: #B4B4B4;
	display: block;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 14px;
	left: 0;
	position: absolute;
	text-align: start;
	top: 105%;
}

.u-error.__check {
	top: 140%;
	white-space: nowrap;
}

.u-invalid {
	background: #717071;
	border: solid 1px transparent;
	box-shadow: inset 0 0 0 2px #BE0000;
}

.u-hidden {
	display: none !important;
}

.u-visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-form.invalid.wpcf7-response-output {
	display: none !important;
}

/* 送信メッセージのスタイル */

.u-message {
	border: 2px solid #BE0000;
	border-radius: 4px;
	color: #FFF;
	padding: 1em;
	text-align: center;
}

.u-font {
	font-family: "Marcellus", sans-serif;
}

.u-font__jp {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
}

.u-font__en {
	font-family: "Marcellus", sans-serif;
}

.u-text__center {
	text-align: center !important;
}

.u-text__left {
	text-align: left !important;
}

.u-text__right {
	text-align: right !important;
}

.u-text__nowrap {
	white-space: nowrap;
}

.u-text__white {
	color: #FFF;
}

.u-mv__text .char {
	translate: 0 100%;
}

.u-mv__text span {
	overflow: hidden;
}

.u-mv__text .word {
	overflow: hidden;
}

.u-pointer__none {
	pointer-events: none !important;
}

.u-ml-5 {
	margin-left: -5px;
}

.u-mt1 {
	margin-top: 1px;
}

.u-pt8 {
	padding-block-start: 8px;
	padding-block-start: 0.5rem;
}

.u-pt20 {
	padding-block-start: 20px;
	padding-block-start: 1.25rem;
}

.u-pb-8 {
	padding-block-end: 8px;
	padding-block-end: 0.5rem;
}

.u-pb48 {
	padding-block-end: 48px;
	padding-block-end: 3rem;
}

.u-mt-2 {
	margin-top: -2px;
}

.u-mb3 {
	margin-block-end: 3px;
	margin-block-end: 0.1875rem;
}

.u-ml24 {
	margin-inline-start: 24px;
	margin-inline-start: 1.5rem;
}

.u-pb60 {
	padding-block-end: 60px;
	padding-block-end: 3.75rem;
}

.u-card__swiper-container,
.u-card__swiper,
.u-card__swiper-wrapper,
.u-card__swiper-slide {
	position: relative;
}

.u-card__swiper-slide {
	align-items: center;
	display: flex;
	height: 420px;
	justify-content: center;
	width: 300px;
}

/* swiperの中のカード */

.u-card__swiper-list {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	height: 100%;
	width: 100%;
}

.u-card__swiper-item {
	align-items: start;
	box-shadow: 2px 2px 4px gray;
	display: grid;
	gap: 12px;
	grid-row: span 4;
	grid-template-rows: subgrid;
	margin-bottom: 12px;
	padding-block-end: 12px;
}

.u-card__swiper-item:hover img {
	transform: scale(1.2);
}

.u-card__swiper-img {
	overflow: hidden;
}

.u-card__swiper-img img {
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.u-card__item-title {
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding-inline: 15px;
}

.u-card__table {
	align-self: start;
	font-family: "ReiMin-Reg", "Reimin Regular", "黎ミン R", sans-serif;
	font-size: 16px;
	padding-inline: 10px;
}

.u-card__table th {
	background: #3D3A3B;
	color: #717071;
	padding-block: 5px;
	padding-inline: 10px;
	text-align: center;
	vertical-align: middle;
	width: 29%;
}

.u-card__table td {
	border-bottom: 1px solid #dddddd;
	font-weight: 600;
	padding-inline-start: 10px;
	vertical-align: middle;
}

.u-card__table td span {
	color: #F2635F;
	text-decoration: underline;
	text-decoration-color: #F2635F;
}

/* 位置のreset */

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: unset;
	left: unset;
	margin: 0;
	padding: 0;
	right: unset;
	top: unset;
}

/* =============================
   ナビゲーションボタン
============================= */

/* デフォルトのボタンを初期化 */

.swiper-button-prev::after,
.swiper-button-next::after {
	content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */

.swiper-button-prev,
.swiper-button-next {
	color: #3D3A3B;
	height: 40px;
	top: 50%;
	translate: 0 -50%;
	width: 40px;
}

.swiper-button-prev {
	left: -20px;
}

.swiper-button-next {
	right: -20px;
}

/* =============================
   ページネーション (bullets)
============================= */

/* 位置の設定 (枠組み) */

.swiper-pagination-bullets.swiper-pagination-horizontal {
	top: calc(100% + 29px);
}

/* それぞれのページネーション */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	aspect-ratio: 1;
	background: #d9d9d9;
	border-radius: 50%;
	height: auto;
	margin-inline: 5.5px;
	opacity: 1;
	width: 12px;
}

/* activeな部分 */

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
	background: #000;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
	opacity: 0.6;
}

}

@media (any-hover: hover) {

summary:hover {
	cursor: pointer;
}

.c-btn:hover {
	background: #FFF;
	color: #BE0000;
}

.c-entry__btn.--plan:hover {
	opacity: 1;
	visibility: visible;
}

.c-entry__btn-text:hover {
	color: #BE0000;
}

.c-side__btn:hover {
	border: 1px solid #BE0000;
}

.c-category-btn:hover {
	background: #BE0000;
	color: #FFF;
}

.c-entry__btn:hover {
	background-color: #FFF;
}

.c-entry__btn:hover .c-entry__btn-text {
	color: #BE0000;
}

.c-entry__btn:hover .u-hidden-sp {
	opacity: 0;
}

.c-entry__btn:hover .u-hidden-pc-visible-hover {
	opacity: 1;
}

.p-interviews-side .c-entry__btn-text:hover {
	color: #BE0000;
}

.p-header__link:hover .c-header__link {
	translate: 0 100%;
}

.p-recent__card-link:hover .p-recent__card-thumbnail {
	filter: grayscale(100%);
}

.p-recent__card-link:hover .p-recent__card-thumbnail::before {
	opacity: 1;
}

.p-recent__card-link:hover .p-recent__card-hover-content {
	opacity: 1;
	visibility: visible;
}

.p-side__list-link:hover {
	color: #BE0000;
}

.p-side__list-link:hover::after {
	opacity: 1;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

}

@media (min-width: 401px) {

.u-min401 {
	display: none;
}

}

@media (max-width: 767px) and (min-width: 501px) {

.p-mv__wrap.--second img {
	bottom: -44.46vw;
}

.p-mv__wrap.--first img {
	bottom: -31.46vw;
}

.p-mv__wrap.--first-img {
	height: 250px;
}

}

@media (min-width: 768px) {

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.u-sp {
	display: none !important;
}

.u-text__center--pc {
	text-align: center !important;
}

.u-text__left--pc {
	text-align: left !important;
}

.u-text__right--pc {
	text-align: right !important;
}

.u-text__nowrap--pc {
	white-space: nowrap;
}

.u-pointer__none--pc {
	pointer-events: none !important;
}

.swiper-button-prev,
.swiper-button-next {
	height: 60px;
	width: 60px;
}

.swiper-button-prev {
	left: -30px;
}

.swiper-button-next {
	right: -30px;
}

}

@media screen and (max-width: 1024px) and (min-width: 768px) {

.post-type-archive-interviews .l-container.--two-column {
	grid-template-columns: 1fr;
}

.c-cards {
	grid-template-columns: 1fr 1fr;
}

.post-type-archive-interviews .c-cards {
	margin-inline-end: 0;
}

.c-card__wrap {
	max-width: 500px;
	min-width: 342px;
}

.post-type-archive-interviews .c-card__wrap {
	margin-block-end: 0;
	min-width: inherit;
}

.p-about__text {
	font-size: 16px;
	font-size: 1rem;
	padding-block-start: 0;
}

.home .p-top-interviews__heading {
	margin-block-end: 2rem;
}

.home .p-top-interviews__view-all {
	border-bottom: 1px solid #000000;
	margin-block-end: 0;
	margin-inline-end: 0;
}

.home .p-top-plan__heading {
	margin-block-end: 2rem;
}

.p-entry__plan-contents {
	gap: 50px;
	grid-template-columns: 1fr 1fr;
}

.single-interviews .p-other-interviews__view-all {
	border-bottom: 1px solid #000000;
}

.post-type-archive-interviews .p-interviews {
	padding-block-end: 100px;
	padding-block-end: 6.25rem;
}

.p-view-more {
	justify-content: center;
	margin-inline-end: 0;
}

}

@media (min-width: 1025px) {

.u-tab-max {
	display: none !important;
}

}

@media (max-width: 1399px) and (min-width: 1025px) {

.l-container.--three-column {
	gap: 40px;
	grid-template-columns: 1fr;
	padding: 16px 2rem;
}

.l-main-content {
	gap: 32px;
	grid-template-columns: 60% 1fr;
}

.l-sidebar__inner.p-company-info__inner {
	padding-inline: 0;
}

}

@media screen and (max-width: 1439px) and (min-width: 768px) {

html {
	font-size: clamp(14px, 16 / 1440 * 100vw, 16px);
}

}

@media (min-width: 1441px) {

.p-program__content {
	aspect-ratio: 756/304;
	max-width: clamp(34.25rem, -4.75rem + 43.33vw, 47.25rem);
}

}

@media (max-width: 1600px) {

.p-entry__plan-contents {
	gap: 50px;
	padding-inline: 0;
}

}

@media (max-width: 1399px) {

.single-interviews .p-interviews-side {
	display: none;
}

}

@media (max-width: 1024px) {

.l-container.--three-column {
	gap: 32.5px;
	grid-template-columns: 1fr;
	padding: 40px 16px;
}

.l-main-content {
	gap: 32.5px;
	grid-template-columns: 1fr;
}

.l-sidebar__inner.p-company-info__inner {
	padding-block-end: 32px;
	padding-block-start: 50px;
	padding-inline: 16px;
}

.l-sidebar.p-company-info {
	margin-block-start: 0;
}

.l-sidebar.p-interviews-side {
	display: none;
}

.home .p-top-interviews {
	margin-block-start: 0;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.home .p-top-plan {
	margin-block-start: 0;
}

.single-interviews .p-interviews-content {
	max-width: 100%;
	padding-inline: 16px;
}

.single-interviews .p-company-info__link {
	justify-content: center;
}

.single-interviews .p-other-interviews {
	margin-block-start: 0;
	padding-inline: 16px;
}

.post-type-archive-interviews .p-interviews-side {
	display: none;
}

.u-tab-min {
	display: none !important;
}

}

@media screen and (max-width: 1024px) {

.p-main__content {
	min-width: 0;
	overflow-x: clip;
}

}

@media screen and (max-width: 1000px) {

.l-sidebar__inner {
	height: inherit;
	margin-inline: auto;
	max-width: 1440px;
	padding: 0 2rem;
	position: relative;
	width: 100%;
}

.l-content__container {
	grid-template-columns: 1fr;
}

.l-sidebar {
	padding-block-start: 100px;
	padding-block-start: 6.25rem;
}

.p-main__content {
	width: 100%;
}

}

@media (max-width: 1000px) {

.l-contact {
	padding-inline-start: 0;
}

.p-about__content {
	margin-inline-start: 0;
}

.p-side__menu {
	display: none;
}

}

@media (max-width: 840px) {

.p-about__content {
	padding-block-end: 76px;
	padding-block-start: 76px;
}

}

@media screen and (max-width: 767px) {

html {
	scroll-padding-block-start: 84px;
}

.l-inner {
	max-width: 500px;
	padding: 0 1rem;
	width: 100%;
}

.l-inner__narrow {
	max-width: 368px;
	padding: 0 1rem;
}

.home .l-main {
	margin-block-start: -100px;
}

.l-main {
	margin-block-start: 0;
}

.l-mv {
	display: inherit;
	height: inherit;
	padding: inherit;
}

.l-program {
	max-width: 100%;
	padding-block-end: 80px;
	padding-block-end: 5rem;
	padding-block-start: 100px;
	padding-block-start: 6.25rem;
	padding-inline: 16px;
	padding-inline: 1rem;
}

.l-plan {
	padding-inline: 16px;
	padding-inline: 1rem;
}

.l-message {
	flex-direction: column;
	gap: 31px;
	gap: 1.9375rem;
	padding-block-end: 80px;
	padding-block-end: 5rem;
	padding-block-start: 80px;
	padding-block-start: 5rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.l-members {
	padding-block-end: 100px;
	padding-block-end: 6.25rem;
	padding-inline: 16px;
	padding-inline: 1rem;
}

.l-recent {
	padding-inline: 16px;
	padding-inline: 1rem;
}

.l-entry {
	background: url(../img/bg-entry-sp.png) no-repeat;
	background-size: cover;
	padding-block-end: 32px;
	padding-block-end: 2rem;
	padding-block-start: 66px;
	padding-block-start: 4.125rem;
}

.l-contact {
	margin-block-start: 100px;
	margin-block-start: 6.25rem;
	padding-block-end: 50px;
	padding-block-end: 3.125rem;
	padding-block-start: 50px;
	padding-block-start: 3.125rem;
}

.l-container.--three-column {
	gap: 32.5px;
	padding: 16px;
}

.l-main-content {
	gap: 28.5px;
}

.l-sidebar__inner.p-company-info__inner {
	padding-block: 50px;
}

.post-type-archive-interviews .l-container.--two-column {
	grid-template-columns: 1fr;
	padding: 17px 32px;
}

.post-type-archive-interviews .l-main {
	margin-block-start: 100px;
	margin-block-start: 6.25rem;
}

.c-cards {
	gap: 2rem;
	grid-template-columns: 1fr;
}

.post-type-archive-interviews .c-cards {
	gap: 2.75rem;
	grid-template-columns: 1fr;
	margin-inline-end: 0;
}

.c-card__wrap {
	max-width: inherit;
	min-width: inherit;
}

.post-type-archive-interviews .c-card__wrap {
	margin-block-end: 0;
	min-width: inherit;
}

.c-card__figure {
	aspect-ratio: 336/233.739;
}

.c-card__figure img {
	aspect-ratio: 336/233.739;
	height: auto;
}

.post-type-archive-interviews .c-card__figure img {
	height: inherit;
}

.c-decci__hgroup {
	align-self: flex-start;
}

.c-decci__heading.--en {
	font-size: 55px;
	font-size: 3.4375rem;
}

.c-decci__hgroup-h2 {
	max-width: 18.75rem;
	width: 100%;
}

.c-decci__hgroup-h2.--program {
	padding-inline: 16px;
	padding-inline: 1rem;
}

.c-program__subheading-number {
	padding-block-start: 7px;
}

.c-entry__btn.--sp-white {
	background: #FFF;
	width: 100%;
}

.c-entry__btn.--big {
	max-width: 336px;
}

.c-entry__btn.--plan {
	background-color: #BE0000;
	max-width: 500px;
}

.c-entry__btn.--mv {
	max-width: inherit;
}

.c-entry__btn-text.--sp-red {
	color: #BE0000;
}

.--plan .c-entry__btn-text {
	color: #FFF;
}

.c-scroll-top-btn-wrap {
	bottom: 29px;
	right: 21px;
}

.p-interviews-side .c-entry__btn.--sp-white {
	background: #FFF;
	max-width: 336px;
	width: 100%;
}

.p-interviews-side .c-entry__btn.--big {
	max-width: 336px;
}

.p-interviews-side .c-entry__btn-text.--sp-red {
	color: #BE0000;
}

.modal__content {
	height: 80dvh;
	width: 100vw;
}

#modal__text1,
#modal__text2 {
	max-height: 500px;
}

.p-header {
	height: 84px;
	height: 5.25rem;
	padding: 32px 16px 32px 20px;
	padding: 2rem 1rem 2rem 1.25rem;
	position: fixed;
}

.p-header[data-current-theme=dark] {
	background-color: #FFF;
}

.p-header[data-current-theme=dark] .p-header__logo img {
	filter: grayscale(1) brightness(0);
}

.p-header[data-current-theme=dark] .c-drawer__icon-bar {
	background-color: #000000;
}

.p-header[data-current-theme=dark] .c-drawer__icon-bar.--bar2 {
	background-color: #FFF;
}

.p-header[data-current-theme=light] {
	background-color: rgba(0, 0, 0, 0.2);
}

.p-header[data-current-theme=gray] {
	background-color: #717071;
}

.p-header[data-current-theme=red] {
	background-color: #BE0000;
}

.p-header[data-current-theme=none] {
	background-color: transparent;
}

.p-header__logo {
	margin-block-start: -8px;
}

.p-header__nav {
	display: none;
}

.p-header__box {
	flex-direction: column;
}

.p-drawer__icon {
	display: flex;
	flex-direction: column;
	height: 15px;
	justify-content: space-between;
	position: fixed;
	right: 14px;
	top: 33px;
	width: 64px;
	z-index: 102;
}

.p-mv__wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-mv__wrap.--first {
	aspect-ratio: 400/283;
}

.p-mv__wrap.--first img {
	height: auto;
	left: 0;
	max-width: none;
	position: absolute;
	width: 450%;
	-o-object-fit: initial;
	aspect-ratio: 400/72;
	object-fit: initial;
}

.p-mv__wrap.--second {
	aspect-ratio: 400/72;
}

.p-mv__wrap.--second img {
	height: auto;
	left: 0;
	max-width: none;
	position: absolute;
	width: 380%;
	-o-object-fit: initial;
	object-fit: initial;
}

.p-mv__wrap.--third {
	height: 615px;
}

.p-mv__wrap.--third img {
	height: 100%;
	left: 0;
	max-width: none;
	position: absolute;
	top: 0;
	-o-object-fit: initial;
	object-fit: initial;
}

.p-mv__content-box {
	flex-direction: column;
	justify-content: normal;
	padding-block-end: 49px;
	padding-block-end: 3.0625rem;
	padding-inline: 18px;
	padding-inline: 1.125rem;
}

.p-mv__btn-wrap {
	padding-block-start: 59px;
	padding-block-start: 3.6875rem;
}

.p-mv__wrap.--third .p-mv__btn-wrap {
	max-width: none;
}

.p-about {
	scroll-margin-top: 5.25rem;
}

.p-about__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 177%;
	padding-block-start: 0;
	width: 100%;
}

.home .p-top-interviews {
	padding-block-end: 5.75rem;
}

.home .p-top-interviews__heading {
	margin-block-end: 2rem;
}

.home .p-top-interviews__view-all {
	border-bottom: 1px solid #000000;
	font-size: 16px;
	margin-block-end: 0;
	margin-inline-end: 0;
	margin-inline-start: 4px;
	padding-block-end: 4px;
}

.p-program__heading-wrap {
	padding-block-end: 48px;
	padding-block-end: 3rem;
}

.p-program__contents {
	row-gap: 28.6px;
	row-gap: 1.7875rem;
}

.p-program__content {
	max-width: 550px;
}

.p-program__text {
	font-size: 14px;
	font-size: 0.875rem;
}

.home .p-top-plan {
	padding-block-end: 6.1875rem;
}

.home .p-top-plan__heading-wrap {
	margin-block-end: 18px;
	padding-inline-start: 16px;
}

.home .p-top-plan__heading {
	margin-block-end: 2rem;
}

.p-top-plan .swiper-wrapper {
	margin-block-end: 0;
}

.p-plan-card__desc {
	margin-block-end: 29px;
}

.p-top-plan__nav {
	flex-direction: column-reverse;
	gap: 48px;
	margin-inline: 16px;
	margin-top: 24px;
}

.p-top-plan__nav-wrap {
	align-items: center;
	gap: 52px;
}

.p-top-plan__nav-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-top-plan__pagination {
	border-bottom: 1px solid #000;
	color: #3D3A3B;
	display: block; /* SPではページネーションを表示 */
	font-family: "Marcellus", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	padding: 2px 0;
	width: auto; /* 幅を自動調整 */
}

.p-message__heading {
	gap: 50px;
	gap: 3.125rem;
}

.p-message__img {
	aspect-ratio: 368/256;
	max-width: 566px;
	width: 100%;
}

.p-message__text-wrap {
	gap: 51.5px;
	gap: 3.21875rem;
	width: 100%;
}

.p-members__wrap summary {
	padding-block-end: 14px;
	padding-block-end: 0.875rem;
}

.p-members__wrap summary::after {
	margin-block-end: 4px;
	margin-inline-end: 1px;
}

.p-members__img-wrap {
	-moz-column-gap: 26px;
	column-gap: 26px;
	-moz-column-gap: 1.625rem;
	column-gap: 1.625rem;
	padding-block-start: 14px;
	padding-block-start: 0.875rem;
	row-gap: 46px;
	row-gap: 2.875rem;
}

.p-recent__wrap {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.p-recent__wrap summary::after {
	margin-block-end: 6px;
	margin-inline-end: 3px;
}

.p-recent__cards {
	padding-block-start: 13px;
	padding-block-start: 0.8125rem;
}

.p-recent__veiw-all {
	gap: 0;
	padding-inline-end: 16px;
	padding-inline-end: 1rem;
}

.p-entry__wrap {
	padding-inline: 0;
}

.p-entry__target-boxes {
	flex-direction: column;
}

.p-entry__target-boxes .p-entry__target-box:nth-child(2) {
	align-self: center;
}

.p-entry__plan-contents {
	grid-template-columns: 1fr;
	padding-block-start: 49px;
	padding-block-start: 3.0625rem;
}

.p-entry__plan-content {
	margin-block-end: 49px;
	margin-block-end: 3.0625rem;
}

.p-entry__btn-wrap {
	padding-block-start: 4px;
	padding-block-start: 0.25rem;
}

.p-entry__btn-copypwrap {
	padding-block-end: 44px;
	padding-block-end: 2.75rem;
}

.p-entry__btn-copy {
	text-align: left;
}

.p-contact__company-info {
	padding-block-start: 68px;
	padding-block-start: 4.25rem;
}

.wpcf7-form {
	padding-block-start: 20px;
	padding-block-start: 1.25rem;
}

.p-contact__text.--area {
	height: 100px;
	height: 6.25rem;
}

.p-contact__text {
	font-size: 14px;
	font-size: 0.875rem;
	height: 40px;
	height: 2.5rem;
	padding: 10px 0 10px 15.5px;
}

.p-footer__img img {
	aspect-ratio: 400/555;
	-o-object-position: -5px;
	object-position: -5px;
}

.p-footer__content-wrap {
	bottom: 28px;
	gap: 25px;
	gap: 1.5625rem;
	left: 33px;
}

.p-footer__logo {
	width: 150px;
	width: 9.375rem;
}

.single-interviews .p-interviews-content__title {
	font-size: 1.25rem;
}

.single-interviews.single main .p-interviews-content__body p {
	letter-spacing: 0;
}

.single-interviews .p-other-interviews {
	padding-block-end: 7.1875rem;
}

.single-interviews .p-other-interviews__view-all {
	border-bottom: 1px solid #000000;
	font-size: 16px;
	margin-inline-end: 5px;
	padding-block-end: 4px;
}

.post-type-archive-interviews .p-interviews {
	padding-block-end: 83px;
	padding-block-end: 5.1875rem;
}

.p-view-more {
	justify-content: center;
	margin-block-start: 46px;
	margin-block-start: 2.875rem;
	margin-inline-end: 0;
}

.p-view-more__text {
	font-size: 16px;
}

.p-category__cards {
	gap: 40px;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.p-members__logo {
	left: 20px;
	left: 1.25rem;
	top: 24px;
	top: 1.5rem;
}

.p-members__contents-wrap {
	padding-block-end: 100px;
	padding-block-end: 6.25rem;
	padding-block-start: 200px;
	padding-block-start: 12.5rem;
}

.p-members__heading {
	font-size: 35px;
	font-size: 2.1875rem;
}

.p-members__subheading.--en {
	font-size: 26px;
	font-size: 1.625rem;
}

.p-members__subheading.--ja {
	text-align: center;
}

.u-pc {
	display: none !important;
}

.u-text__center--sp {
	text-align: center !important;
}

.u-text__left--sp {
	text-align: left !important;
}

.u-text__right--sp {
	text-align: right !important;
}

.u-text__nowrap--sp {
	white-space: nowrap;
}

.u-pointer__none--sp {
	pointer-events: none !important;
}

.u-pb-8 {
	padding-block-end: 0;
}

.u-ml24 {
	margin-inline-start: 0;
}

.u-pb60 {
	padding-block-end: 40px;
	padding-block-end: 2.5rem;
}

.u-pt0-sp {
	padding-block-start: 0;
}

}

@media (max-width: 767px) {

.l-contact__inner {
	align-items: flex-start;
	flex-direction: column;
	gap: 32px;
	gap: 2rem;
	padding-block-end: 0;
	padding-block-start: 0;
	padding-inline: 32px;
	padding-inline: 2rem;
}

.c-entry__btn {
	background-color: #FFF;
}

.c-entry__btn-text {
	color: #BE0000;
}

.u-hidden-sp {
	opacity: 0;
}

.u-hidden-pc-visible-hover {
	opacity: 1;
}

.p-about__content {
	align-items: flex-start;
	flex-direction: column;
	gap: 32px;
	gap: 2rem;
	padding-block: 64px;
	padding-block: 4rem;
	padding-inline: 32px;
	padding-inline: 2rem;
}

}

@media (max-width: 767px) and (any-hover: hover) {

.c-entry__btn:hover {
	background-color: #BE0000;
	border-color: #FFF;
}

.c-entry__btn:hover .c-entry__btn-text {
	color: #FFF;
}

.c-entry__btn:hover .u-hidden-sp {
	opacity: 1;
}

.c-entry__btn:hover .u-hidden-pc-visible-hover {
	opacity: 0;
}

}

@media (max-width: 500px) {

.p-mv__wrap.--second img {
	bottom: -44.46vw;
}

.p-mv__wrap.--first img {
	bottom: -31.46vw;
}

}

@media (max-width: 411px) {

.wpcf7-radio {
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
}

.wpcf7-list-item.last {
	margin-inline-start: 0;
}

}

@media screen and (max-width: 400px) {

.u-card__swiper-list {
	width: 75vw;
}

}

@media screen and (max-width: 399px) {

html {
	font-size: calc(16 / 400 * 100vw);
}

}

@media (max-width: 389px) {

.p-members__img-wrap {
	grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
}

}

@media (max-width: 374px) {

footer {
	margin-top: -1px;
}

}

