/* ==========================================================================
	normalize.css v7.0.0 (reset)
========================================================================== */

/*   - Document
-------------------------------------------------------------------------- */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

/*   - Sections
-------------------------------------------------------------------------- */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/*   - Grouping content
-------------------------------------------------------------------------- */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/*   - Text-level semantics
-------------------------------------------------------------------------- */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.4em;
}

/*   - Embedded content
-------------------------------------------------------------------------- */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/*   - Forms
-------------------------------------------------------------------------- */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*   - Interactive
-------------------------------------------------------------------------- */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*   - Scripting
-------------------------------------------------------------------------- */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/*   - Hidden
-------------------------------------------------------------------------- */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}


/* ==========================================================================
	ekkyo LP - foundation
========================================================================== */

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", "Shippori Mincho", "Barlow", sans-serif;
	color: #282828;
	overflow-x: hidden;
}

ul,
ol,
li {
	list-style: none;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	border: none;
	background: none;
	cursor: pointer;
	color: inherit;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 1280px) {
	body {
		min-width: 1080px;
		overflow-x: auto;
	}
}

@media (max-width: 812.98px) {
	html {
		font-size: calc(100vw * 20 / 828);
	}

	body {
		min-width: auto;
	}
}

/* ==========================================================================
	ekkyo LP - layout
========================================================================== */

/*   - header
-------------------------------------------------------------------------- */

.l-header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	background: url("../images/img-header-bg.png") top right/100% 100% no-repeat;
}

.l-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding-right: 1rem;
}

.l-header__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20rem;
	min-width: 12rem;
	height: 7.2rem;
	background: #fff;
	border-radius: 0 0 0.5rem 0;
}

.l-header__logo__img {
	display: block;
	width: 11.8rem;
	height: auto;
	padding: 0.6rem 1.6rem 0 0;
}

.l-header__nav-toggle {
	display: none;
}

.l-header__nav__backdrop {
	display: none;
}

.l-header__nav__inner {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.l-header__nav__head {
	display: none;
}

a.l-header__nav__link {
	display: block;
	padding: 1.2rem 1.6rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.l-header__nav__link:hover {
	opacity: 0.85;
}

.l-header__nav__btn-wrap {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-left: 1rem;
}

.l-header__nav__btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 1.4rem;
	width: 16rem;
	height: 5rem;
	border-radius: 999px;
	font-size: 1.5rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
}

.l-header__nav__btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.l-header__nav__btn:hover::before {
	transform: translateX(-50%);
}

.l-header__nav__btn.-document::before {
	background: linear-gradient(90deg, #000, #404344, #000);
}
.l-header__nav__btn.-contact::before {
	background: linear-gradient(90deg, #fff, #fff, #f8cece);
}

.l-header__nav__btn span {
	position: relative;
}

.l-header__nav__btn__icon {
	width: 2rem;
	height: 2rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.l-header__nav__btn.-document .l-header__nav__btn__icon {
	background-image: url(../images/ico-document.png);
}

.l-header__nav__btn.-contact .l-header__nav__btn__icon {
	background-image: url(../images/ico-mail.png);
}

.l-header__nav__btn.-document .l-header__nav__btn__text {
	color: #fff;
}

.l-header__nav__btn.-contact .l-header__nav__btn__text {
	color: #333;
}

.l-header__nav__btn__lead {
	display: none;
}

.l-header__nav__btn__arrow {
	display: none;
}

@media (max-width: 1280px) {
	.l-header__nav {
		gap: 0.4rem;
	}

	a.l-header__nav__link {
		padding: 1.2rem 0.8rem;
	}
}

@media (max-width: 812.98px) {
	.l-header {
		height: 8rem;
		background: none;
	}
	.l-header__logo {
		width: 13rem;
		height: 5rem;
	}

	.l-header__logo__img {
		width: 10.6rem;
		height: auto;
		padding: 0;
	}

	.l-header__nav-toggle {
		position: absolute;
		top: 1rem;
		right: 1rem;
		display: block;
		width: 6rem;
		height: 6rem;
		padding: .5rem;
		background: linear-gradient(45deg, #9c0200, #ed1111);
		border-radius: 50%;
		cursor: pointer;
	}

	.l-header__nav-toggle__inner {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background: #fff;
	}

	.l-header__nav-toggle__line {
		position: absolute;
		top: 1.4rem;
		right: 1.2rem;
		display: block;
		width: 2.6rem;
		height: .2rem;
		background: #f00;
		border-radius: .2rem;
	}

	.l-header__nav-toggle__line:nth-child(2) {
		top: 2.2rem;
		width: 1.6rem;
	}

	.l-header__nav-toggle__text {
		position: absolute;
		top: 2.9rem;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		font-family: "Barlow", sans-serif;
		font-size: 1.1rem;
		font-weight: 500;
		line-height: 1;
		color: #be1b18;
	}

	.l-header__nav {
		display: none;
	}

	/* スマホ: メニュー展開時の body 固定は JS でインライン指定（ポップアップと同様） */

	.l-header.is-nav-open .l-header__nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1001;
		overflow: hidden;
	}

	.l-header.is-nav-open .l-header__nav__inner {
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 37rem;
		height: auto;
		max-height: 100vh;
		max-height: 100dvh;
		overflow-y: auto;
		background: #fff;
		border-radius: 1rem 0 0 1rem;
		transform: translateX(10px);
		opacity: 0;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.l-header.is-nav-open .l-header__nav.is-open .l-header__nav__inner {
		transform: translateX(0);
		opacity: 1;
	}

	.l-header.is-nav-open .l-header__nav::before {
		content: "";
		position: fixed;
		top: 0;
		left: -100vw;
		width: 100vw;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		z-index: -1;
		pointer-events: none;
	}

	.l-header__nav__backdrop {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		background: rgba(134,137,146,.8);
		border: none;
		cursor: pointer;
		z-index: 0;
	}

	.l-header.is-nav-open .l-header__nav__backdrop {
		display: block;
	}

	.l-header.is-nav-open .l-header__nav__head {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-shrink: 0;
		padding: 2rem;
		position: relative;
		z-index: 1;
	}

	.l-header.is-nav-open .l-header__nav__link,
	.l-header.is-nav-open .l-header__nav__btn-wrap {
		position: relative;
		z-index: 1;
	}

	.l-header__nav__head .l-header__nav__logo {
		display: block;
	}

	.l-header__nav__head .l-header__nav__logo__img {
		display: block;
		width: 14rem;
		height: auto;
	}

	.l-header__nav__close {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.2rem;
		padding: 0.5rem;
		background: none;
		border: none;
		cursor: pointer;
		color: #ed1111;
		font-size: 1.1rem;
		font-weight: 500;
	}

	.l-header__nav__close-icon {
		display: block;
		width: 2.4rem;
		height: 2.4rem;
		position: relative;
	}

	.l-header__nav__close-icon::before,
	.l-header__nav__close-icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2rem;
		height: 0.2rem;
		background: #ed1111;
		border-radius: 0.1rem;
	}

	.l-header__nav__close-icon::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.l-header__nav__close-icon::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.l-header.is-nav-open a.l-header__nav__link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 2rem 1.6rem;
		margin: 0 2rem 0.6rem;
		background: #f0f0f0;
		border-radius: 0.5rem;
		color: #333;
		font-size: 1.6rem;
	}

	.l-header.is-nav-open a.l-header__nav__link::after {
		content: "";
		width: 1.6rem;
		height: 1.6rem;
		background: url(../images/ico-arrow-under-red.png) center /contain no-repeat;
	}

	.l-header.is-nav-open .l-header__nav__btn-wrap {
		flex-direction: column;
		margin: 1.6rem 0 0;
		padding: 1.6rem 2rem 1.6rem;
		background: linear-gradient(90deg, #ed1111, #9c0200);
		gap: 0.8rem;
	}

	.l-header.is-nav-open .l-header__nav__btn {
		position: relative;
		width: 100%;
		height: 8rem;
		justify-content: space-between;
		align-items: center;
		gap: 1.6rem;
		padding: 0 1.2rem;
		border-radius: 999px;
		overflow: hidden;
		transition: opacity 0.2s ease;
	}

	.l-header.is-nav-open .l-header__nav__btn__icon {
		position: relative;
		z-index: 1;
		width: 3.2rem;
		height: 3.2rem;
		transform: translateX(1rem);
	}

	.l-header.is-nav-open .l-header__nav__btn__text {
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: center;
		gap: 0;
	}

	.l-header.is-nav-open .l-header__nav__btn__lead {
		display: block;
		font-size: 1.6rem;
	}

	.l-header.is-nav-open .l-header__nav__btn__label {
		display: block;
		margin: 0.4rem 0 0;
		font-size: 2.1rem;
		font-weight: 500;
		width: 100%;
	}

	.l-header.is-nav-open .l-header__nav__btn__arrow {
		position: relative;
		z-index: 1;
		display: block;
		width: 4.2rem;
		height: 4.2rem;
		border-radius: 50%;
		flex-shrink: 0;
	}

	.l-header.is-nav-open .l-header__nav__btn__arrow::before {
		content: "";
		position: absolute;
		inset: 0;
		margin: auto;
		width: 1rem;
		height: 1rem;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.l-header.is-nav-open .l-header__nav__btn.-document .l-header__nav__btn__arrow {
		background: #fff;
	}

	.l-header.is-nav-open .l-header__nav__btn.-document .l-header__nav__btn__arrow::before {
		background-image: url(../images/ico-arrow-black.png);
	}

	.l-header.is-nav-open .l-header__nav__btn.-contact .l-header__nav__btn__arrow {
		background: linear-gradient(45deg, #9c0200, #ed1111);
	}

	.l-header.is-nav-open .l-header__nav__btn.-contact .l-header__nav__btn__arrow::before {
		background-image: url(../images/ico-arrow-white.png);
	}
}

/*   - main
-------------------------------------------------------------------------- */

.l-main {
	overflow-x: clip;
}

/*   - footer
-------------------------------------------------------------------------- */

.l-footer {
	background: linear-gradient(90deg, #9c0200, #ed1111);
	color: #fff;
	padding: 2rem 0;
	text-align: center;
}

.l-footer__copyright {
	font-size: 1.4rem;
	text-align: center;
}

@media (max-width: 812.98px) {
	.l-footer {
		padding: 1.4rem 0;
	}
}

/*   - inner
-------------------------------------------------------------------------- */

.l-inner {
	max-width: 128rem;
	margin: 0 auto;
	padding: 0 4rem;
}

@media (max-width: 812.98px) {
	.l-inner {
		padding: 0 1.6rem;
	}
}

/*   - conversion
-------------------------------------------------------------------------- */

.l-conversion {
	padding: 6rem 0;
	background: linear-gradient(90deg, #7e0200, #ed1111);
}

.l-conversion__box {
	max-width: 140rem;
	margin: 0 auto;
	padding: 9rem 10rem;
	background: linear-gradient(90deg, #b42624, #d95453);
	border-radius: 1rem;
	overflow: hidden;
}

.l-conversion__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-conversion .c-title {
	position: relative;
	width: 56rem;
	padding-bottom: 1.6rem;
	margin-bottom: 2.6rem;
}

.l-conversion .c-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #7e0200, #ed1111);
}

.l-conversion .c-title__label {
	color: #fff;
}

.l-conversion .c-title__label::before {
	background: #fff;
}

.l-conversion .c-title__heading {
	font-size: 2.8rem;
	color: #fff;
}

.l-conversion__desc {
	width: 76rem;
	color: #fff;
	line-height: 2;
}

.l-conversion .l-conversion__btn-wrap {
	flex-direction: column;
	gap: 2.4rem;
}

.l-conversion .l-conversion__btn {
	flex: none;
}

.l-conversion__btn-wrap {
	display: flex;
	align-items: center;
	gap: 2rem;
	justify-content: center;
}

.l-conversion__btn {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.6rem;
	flex: 1;
	width: 32rem;
	max-width: 32rem;
	height: 7.6rem;
	padding: 0 1.2rem;
	border-radius: 999px;
	text-decoration: none;
	box-sizing: border-box;
	transition: opacity 0.2s ease;
	overflow: hidden;
}

.l-conversion__btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.l-conversion__btn:hover::before {
	transform: translateX(-50%);
}

.l-conversion__btn__icon {
	position: relative;
	z-index: 1;
	width: 3.2rem;
	height: 3.2rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(1.6rem);
}

.l-conversion__btn__text {
	position: relative;
	z-index: 1;
}

.l-conversion__btn__lead {
	display: inline-block;
	font-size: 1.5rem;
	text-align: center;
}

.l-conversion__btn__label {
	display: block;
	margin: 0.4rem 0;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
}

.l-conversion__btn__arrow {
	position: relative;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
}

.l-conversion__btn__arrow::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1rem;
	height: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.l-conversion__btn.-document::before {
	background: linear-gradient(90deg, #000, #404344, #000);
}

.l-conversion__btn.-document .l-conversion__btn__icon {
	background-image: url(../images/ico-document.png);
}

.l-conversion__btn.-document .l-conversion__btn__text {
	color: #fff;
}

.l-conversion__btn.-document .l-conversion__btn__arrow {
	background: #fff;
}

.l-conversion__btn.-document .l-conversion__btn__arrow::before {
	background-image: url(../images/ico-arrow-black.png);
}

.l-conversion__btn.-contact::before {
	background: linear-gradient(90deg, #fff, #fff, #f8cece);
}

.l-conversion__btn.-contact .l-conversion__btn__icon {
	background-image: url(../images/ico-mail.png);
}

.l-conversion__btn.-contact .l-conversion__btn__text {
	color: #333;
}

.l-conversion__btn.-contact .l-conversion__btn__arrow {
	background: linear-gradient(45deg, #9c0200, #ed1111);
}

.l-conversion__btn.-contact .l-conversion__btn__arrow::before {
	background-image: url(../images/ico-arrow-white.png);
}

@media (max-width: 1280px) {
	.l-conversion {
		padding: 6rem 4rem;
	}

	.l-conversion__box {
		padding: 9rem 0;
	}

	.l-conversion__text {
		width: calc(100% - (30rem + 4rem));
	}

	.l-conversion__desc {
		width: 100%;
	}

	.l-conversion__btn {
		width: 30rem!important;
	}
}

@media (max-width: 812.98px) {
	.l-conversion {
		padding: 6rem 1rem;
	}

	.l-conversion__box {
		padding: 4rem 0 3.2rem;
	}

	.l-conversion__body {
		display: block;
	}

	.l-conversion__text {
		width: 100%;
		margin-bottom: 4rem;
	}

	.l-conversion .c-title {
		width: 100%;
		margin-bottom: 1.6rem;
		padding-bottom: 1.4rem;
	}

	.l-conversion__desc {
		line-height: calc(28 / 16);
	}

	.l-conversion .l-conversion__btn-wrap {
		gap: 1.6rem;
	}

	.l-conversion__btn {
		width: 32rem!important;
		max-width: none;
		height: 8rem;
	}

	.l-conversion__btn__lead {
		font-size: 1.6rem;
	}

	.l-conversion__btn__label {
		font-size: 2.1rem;
	}
}

/* ==========================================================================
	ekkyo LP - component
========================================================================== */

/*   - title
-------------------------------------------------------------------------- */

.c-title__label {
	position: relative;
	display: inline-block;
	margin-bottom: 1.2rem;
	padding-left: 1.8rem;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	color: #121212;
	line-height: 1;
}

.c-title__label::before {
	content: "";
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 0.9rem;
	height: 0.9rem;
	background: #e01e26;
	border-radius: 50%;
}

.c-title__heading {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: calc(1.4);
}

.c-title__heading--large {
	font-size: 4.6rem;
}

@media (max-width: 812.98px) {
	.c-title__heading--large {
		font-size: 3.1rem;
		letter-spacing: -0.02em;
	}
}

/* ==========================================================================
	ekkyo LP - project
========================================================================== */

/*   - mv
-------------------------------------------------------------------------- */

.p-mv {
	position: relative;
	height: 70rem;
}

.p-mv__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #282828
}

.p-mv__video__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-mv__video__content video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-mv__video__frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-mv__video__frame::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img-mv-overlay.png);
}

.p-mv__video__frame img {
	width: 100%;
	height: 100%;
}

.p-mv__inner {
	position: relative;
	z-index: 1;
	width: 128rem;
	margin: 0 auto;
	padding: 0 4rem;
}

.p-mv__content {
	padding-top: 24.8rem;
}

.p-mv__title {
	margin: 0 0 2rem;
	color: #fff;
	font-size: 10.2rem;
	text-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
}

.p-mv__title__em {
	position: relative;
}

.p-mv__title__em__sub {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1.8rem;
	text-align: center;
}

.p-mv__description {
	color: #fff;
	font-size: 2.8rem;
	line-height: calc(50 / 28);
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
}

.p-mv__description__em {
	font-weight: bold;
}

@media (max-width: 812.98px) {
	.p-mv {
		height: 62.3rem;
	}

	.p-mv__video__frame::before {
		background-size: .15rem .15rem;
	}

	.p-mv__inner {
		width: 100%;
		padding: 0 1rem;
	}

	.p-mv__content {
		padding-top: 18rem;
	}

	.p-mv__title {
		margin-bottom: 5rem;
		font-size: 6.4rem;
		text-align: center;
		letter-spacing: .08em;
	}

	.p-mv__title__em {
		display: block;
	}

	.p-mv__title__em__sub {
		top: auto;
		bottom: -3rem;
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	.p-mv__description {
		font-size: 1.6rem;
		text-align: center;
	}

}

/*   - mv-conversion
-------------------------------------------------------------------------- */

.p-mv-conversion {
	padding: 2.4rem 0;
	background: linear-gradient(90deg, #ed1111, #9c0200);
}

.p-mv-conversion__btn-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2.4rem;
}

.p-mv-conversion__btn {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.6rem;
	flex: none;
	width: 32rem;
	max-width: 32rem;
	height: 7.6rem;
	padding: 0 1.2rem;
	border-radius: 999px;
	text-decoration: none;
	box-sizing: border-box;
	transition: opacity 0.2s ease;
	overflow: hidden;
}

.p-mv-conversion__btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.p-mv-conversion__btn:hover::before {
	transform: translateX(-50%);
}

.p-mv-conversion__btn__icon {
	position: relative;
	z-index: 1;
	width: 3.2rem;
	height: 3.2rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(1.6rem);
}

.p-mv-conversion__btn__text {
	position: relative;
	z-index: 1;
}

.p-mv-conversion__btn__lead {
	display: inline-block;
	font-size: 1.5rem;
	text-align: center;
}

.p-mv-conversion__btn__label {
	display: block;
	margin: 0.4rem 0;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
}

.p-mv-conversion__btn__arrow {
	position: relative;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
}

.p-mv-conversion__btn__arrow::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1rem;
	height: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.p-mv-conversion__btn.-document::before {
	background: linear-gradient(90deg, #000, #404344, #000);
}

.p-mv-conversion__btn.-document .p-mv-conversion__btn__icon {
	background-image: url(../images/ico-document.png);
}

.p-mv-conversion__btn.-document .p-mv-conversion__btn__text {
	color: #fff;
}

.p-mv-conversion__btn.-document .p-mv-conversion__btn__arrow {
	background: #fff;
}

.p-mv-conversion__btn.-document .p-mv-conversion__btn__arrow::before {
	background-image: url(../images/ico-arrow-black.png);
}

.p-mv-conversion__btn.-contact::before {
	background: linear-gradient(90deg, #fff, #fff, #f8cece);
}

.p-mv-conversion__btn.-contact .p-mv-conversion__btn__icon {
	background-image: url(../images/ico-mail.png);
}

.p-mv-conversion__btn.-contact .p-mv-conversion__btn__text {
	color: #333;
}

.p-mv-conversion__btn.-contact .p-mv-conversion__btn__arrow {
	background: linear-gradient(45deg, #9c0200, #ed1111);
}

.p-mv-conversion__btn.-contact .p-mv-conversion__btn__arrow::before {
	background-image: url(../images/ico-arrow-white.png);
}

@media (max-width: 812.98px) {

	.p-mv-conversion {
		position: relative;
		height: 13.2rem;
	}

	.p-mv-conversion__btn-wrap {
		flex-direction: column;
		position: absolute;
		bottom: 1.8rem;
		left: 0;
		right: 0;
		margin: auto;
		gap: .8rem;
	}

	.p-mv-conversion__btn {
		height: 8rem;
		max-width: none;
	}

	.p-mv-conversion__btn__icon {
		transform: translateX(1rem);
	}

	.p-mv-conversion__btn__lead {
		font-size: 1.6rem;
	}

	.p-mv-conversion__btn__label {
		font-size: 2.1rem;
	}

}

/*   - case
-------------------------------------------------------------------------- */

.p-case {
	background: #f5f5f5;
	padding: 9.6rem 0 0;
}

.p-case__intro {
	position: relative;
	padding-bottom: 16rem;
}

.p-case__intro::before {
	content: "";
	position: absolute;
	bottom: -23rem;
	left: 0;
	width: 100%;
	height: 24rem;
	background: linear-gradient(210deg, #f14e4e, #f18f8d);
	transform: skewY(5deg);
	opacity: .8;
}

.p-case__title {
	margin-bottom: 1.2rem;
	font-size: 4.6rem;
	line-height: 1.4;
	text-align: center;
}

.p-case__stat {
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	color: #434343;
}

.p-case__number {
	font-size: 5rem;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	color: #ed1111;
	line-height: 1;
}

.p-case__note {
	margin-top: 1.2rem;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
	color: #434343;
}

.p-case__slider {
	margin-top: 4.8rem;
}

.p-case__slider {
	overflow: hidden;
}

.p-case__slider-track {
	display: flex;
	gap: 3.6rem;
	width: max-content;
	animation: case-slider-scroll 60s linear infinite;
}

.p-case__slider-list {
	display: flex;
	gap: 3.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-case__slider-item {
	flex: 0 0 auto;
}

.p-case__slider-card {
	width: 28rem;
	height: 11rem;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.p-case__slider-logo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes case-slider-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.p-case__lead {
	position: relative;
	padding: 4rem 0 20rem;
}

.p-case__lead__overlay {
	position: absolute;
	top: -3.2rem;
	left: 0;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 2;
	transform: rotate(-5deg);
}

.p-case__lead__scroll {
	display: flex;
	white-space: nowrap;
	animation: p-case-lead-scroll 25s linear reverse infinite;
}

.p-case__lead__scroll-text {
	font-family: "Barlow", sans-serif;
	font-weight: 100;
	font-size: 17rem;
	color: #cc0b0b;
	line-height: 1;
	padding-right: 0.5em;
	letter-spacing: -0.05em;
}

@keyframes p-case-lead-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.p-case__lead__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 28rem);
	background: linear-gradient(250deg, #ed1111, #7e0200);
	transform: skewY(-5deg);
}

.p-case__lead .l-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.p-case__lead__visual {
	transform: translateX(-2rem);
}

.p-case__lead__body {
	width: 48.2rem;
	color: #fff;
}

.p-case__lead__title {
	position: relative;
	margin-bottom: 3rem;
	padding-bottom: 2.6rem;
	font-size: 4.6rem;
	line-height: calc(64 / 46);
	font-weight: bold;
}

.p-case__lead__title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: linear-gradient(90deg, #7e0200, #ed1111);
}

.p-case__lead__text {
	margin-bottom: 3.2rem;
	line-height: 2;
}

@media (max-width: 1280px) {
	.p-case__lead__visual {
		width: calc(100% - 48.2rem);
	}
}

@media (max-width: 812.98px) {
	.p-case {
		padding: 5rem 0 0;
	}

	.p-case__intro {
		padding-bottom: 8.4rem;
	}

	.p-case__title {
		margin-bottom: .8rem;
		font-size: 3.2rem;
	}

	.p-case__stat {
		font-size: 1.9rem;
	}

	.p-case__number {
		font-size: 4rem;
	}

	.p-case__slider {
		margin-top: 2.4rem;
	}

	.p-case__slider-list {
		gap: 1.2rem;
	}

	.p-case__slider-track {
		gap: 1.2rem;
	}

	.p-case__slider-card {
		width: 14.6rem;
		height: auto;
		border-radius: .5rem;
	}

	/* SP: 3段スライダー */
	.p-case__slider--rows {
		display: flex;
		flex-direction: column;
		gap: 1.2rem;
	}

	.p-case__slider-row {
		overflow: hidden;
		margin-bottom: 1.6rem;
	}

	.p-case__slider-row--reverse .p-case__slider-track {
		animation-direction: reverse;
	}

	.p-case__lead {
		padding: 7.6rem 0 8rem;
	}

	.p-case__lead__bg {
		height: 100%;
	}

	.p-case__lead .l-inner {
		z-index: 2;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.p-case__lead__visual {
		width: 100%;
		margin-top: -1.2rem;
		transform: none;
	}

	.p-case__lead__body {
		width: 100%;
	}

	.p-case__lead__title {
		margin-bottom: 1.6rem;
		padding-bottom: 1.2rem;
		font-size: 3.2rem;
	}

	.p-case__lead__text {
		margin-bottom: 2.8rem;
	}
}

/*   - problem
-------------------------------------------------------------------------- */

.p-problem {
	position: relative;
	background: #eaebef;
	padding: 0 0 15rem;
}

.p-problem__bg {
	position: absolute;
	top: -16rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eaebef;
	transform: skewY(5deg);
}

.p-problem .l-inner {
	position: relative;
	z-index: 1;
}

.p-problem .c-title {
	margin-bottom: 4.8rem;
	padding-bottom: 2.8rem;
	border-bottom: 0.1rem solid #fff;
}

.p-problem__list {
	display: flex;
	justify-content: center;
	gap: 2.4rem 3.2rem;
	flex-wrap: wrap;
	margin-bottom: 7.4rem;
}

.p-problem__list__item {
	width: calc((100% - 6.4rem) / 3);
}

.p-problem__card {
	background: #fff;
	height: 100%;
	padding: 2rem 3.6rem 2.4rem;
	border-radius: 1rem;
}

.p-problem__card__icon {
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 0 auto 0.8rem;
	border-radius: 50%;
	background: linear-gradient(225deg, #ed1111, #7e0200);
}

.p-problem__card__title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6rem;
	margin-bottom: 0.8rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.p-problem__card__desc {
	line-height: 2;
}

.p-problem__message {
	text-align: center;
	color: #de2626;

}

.p-problem__message__title {
	margin-bottom: 0.8rem;
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.p-problem__message__lead {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-problem__footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32rem;
	display: flex;
	overflow: hidden;
}

.p-problem__footer__gradient {
	position: relative;
	width: 50%;
	height: 100%;
	background: linear-gradient(60deg, #7e0200, #ed1111);
}

.p-problem__footer__gradient.-left {
	transform: translateX(-5.5rem);
}

.p-problem__footer__gradient.-right {
	transform: translateX(5.5rem);
}

.p-problem__footer__gradient::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eaebef;
}

.p-problem__footer__gradient.-left::before {
	transform-origin: 100% 100%;
	transform: skewY(5deg);
	margin-left: 1px;
}

.p-problem__footer__gradient.-right::before {
	transform-origin: 0% 100%;
	transform: skewY(-5deg);
	margin-left: -1px;
}

.p-problem__footer__link {
	position: absolute;
	bottom: -4rem;
	right: 0;
	left: 0;
	margin: auto;
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	background: #eaebef;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}

.p-problem__footer__link::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../images/ico-arrow-under-red.png) center/contain no-repeat;
	transform: translateY(2rem);
	transition: transform 0.3s ease;
}

.p-problem__footer__link:hover {
	background: #fff;
	box-shadow: 0 0.8rem 2rem 0 rgba(252, 146, 146, 0.06);
}

.p-problem__footer__link:hover::before {
	transform: translateY(2.4rem);
}

@media (max-width: 812.98px) {
	.p-problem {
		padding-bottom: 7rem;
	}

	.p-problem__bg {
		top: -8rem;
	}

	.p-problem .c-title {
		margin-bottom: 1.6rem;
		padding-bottom: 1.8rem;
	}

	.p-problem__list {
		margin-bottom: 3rem;
		gap: 1rem;
	}

	.p-problem__list__item {
		width: 100%;
	}

	.p-problem__card {
		position: relative;
		padding: 2rem 2.4rem 2rem 11rem;
	}

	.p-problem__card__icon {
		position: absolute;
		top: 0;
		left: 2rem;
		bottom: 0;
		margin: auto;
	}

	.p-problem__card__title {
		display: block;
		height: auto;
		text-align: left;
		line-height: 1.5;
		font-size: 1.9rem;
	}

	.p-problem__card__desc {
		line-height: calc(25 / 16);
		letter-spacing: -.04em;
	}

	.p-problem__message__title {
		font-size: 3.2rem;
		line-height: calc(39 / 32);
	}

	.p-problem__footer__gradient.-left::before {
		transform: skewY(10deg);
	}

	.p-problem__footer__gradient.-right::before {
		transform: skewY(-10deg);
	}
}

/*   - top-vision
-------------------------------------------------------------------------- */

.p-top-vision {
	background: #fff;
	padding: 20rem 0 0;
}

.p-top-vision .c-title {
	margin-bottom: 2rem;
	padding-right: 4rem;
}

.p-top-vision .l-inner {
	position: relative;
	z-index: 1;
	display: flex;
}

.p-top-vision__body {
	width: 50%;
	padding-top: 3.6rem;
}

.p-top-vision__text {
	margin-bottom: 3.6rem;
	padding-right: 10rem;
	line-height: 2;
}

.p-top-vision__highlight {
	background: #fffe88;
}

.p-top-vision__list {
	width: calc(100% - 4rem);
	border: 0.1rem solid #e4e4e4;
	border-radius: 1rem;
	padding: 2.4rem;
}

.p-top-vision__list__item {
	position: relative;
	padding-left: 2.4rem;
	margin-bottom: 0.8rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-top-vision__list__item::before {
	content: "";
	position: absolute;
	top: 1rem;
	left: 0;
	width: 1.6rem;
	height: 0.1rem;
	background: #e02626;
}

.p-top-vision__list__item:last-child {
	margin-bottom: 0;
}

.p-top-vision__list__item__highlight {
	color: #df2626;
}

.p-top-vision__figure {
	width: 50%;
	text-align: right;
}

.p-top-vision__figcaption {
	margin-top: 2.4rem;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #575757;
}

@media (max-width: 812.98px) {
	.p-top-vision {
		padding-top: 6.4rem;
	}

	.p-top-vision .l-inner {
		display: block;
	}

	.p-top-vision .c-title {
		margin-bottom: 1.6rem;
		padding-right: 0;
	}

	.p-top-vision__body {
		width: 100%;
		margin-bottom: 2.4rem;
		padding-top: 0;
	}

	.p-top-vision__text {
		margin-bottom: 2rem;
		padding-right: 0;
	}

	.p-top-vision__list {
		width: 100%;
		padding: 2rem 2.4rem;
	}

	.p-top-vision__figure {
		width: 100%;
	}

	.p-top-vision__figcaption {
		margin-top: 2rem;
		text-align: left;
		font-size: 1.3rem;
	}

	.p-top-vision__img {
		width: 100%;
	}
}

/*   - purpose
-------------------------------------------------------------------------- */

.p-purpose {
	position: relative;
	padding: 32rem 0 16.4rem;
	background: linear-gradient(210deg, #dc1616, #cda1a1);
	overflow: hidden;
}

.p-purpose__boundary {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
}

.p-purpose__boundary::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(210deg, #f14e4e, #f18f8d);
	transform-origin: 0% 100%;
	transform: skewY(-5deg);
}

.p-purpose__boundary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: 100% 100%;
	transform: skewY(5deg);
}

.p-purpose .c-title {
	margin-bottom: 1.2rem;
}

.p-purpose .c-title__label {
	color: #fff;
}

.p-purpose .c-title__label::before {
	background: #fff;
}

.p-purpose .c-title__heading {
	color: #fff;
}

.p-purpose__text {
	font-size: 1.8rem;
	color: #fff;
	line-height: calc(28 / 18);
}

.p-purpose__points {
	margin-top: 7.2rem;
	padding: 0 4rem;
}

.p-purpose__points__wrap {
	position: relative;
	max-width: 160rem;
	margin: 0 auto;
	padding: 8.4rem 5rem 5.6rem;
	border-radius: 2rem;
	background: #fff;
}

.p-purpose__points__illustration {
	position: absolute;
	top: -18.6rem;
	right: 2.4rem;
	width: 56rem;
	height: 26.7rem;
}

.p-purpose__points__main-title {
	text-align: center;
	margin-bottom: 3.6rem;
	font-size: 4.6rem;
	line-height: 1.4;
}

.p-purpose__points__main-title__inner {
	position: relative;
	display: inline-block;
	padding: 0 0 2rem .4em;
}

.p-purpose__points__main-title__inner::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: linear-gradient(90deg, #7e0200, #ed1111);
}

.p-purpose__points__intro-text {
	margin-bottom: 8rem;
	line-height: 2;
	text-align: center;
}

.p-purpose__points__intro-text__highlight {
	background: #fffe88;
}

.p-purpose__points__body {
	margin-bottom: 2.4rem;
	padding: 3.6rem 8rem 5rem;
	border-radius: 1rem;
	background: #dadee3;
}

.p-purpose__points__body:last-child {
	margin-bottom: 0;
}

.p-purpose__points__title {
	display: flex;
	align-items: center;
	gap: 1.8rem;
	margin-bottom: 3.6rem;
	padding-left: 7rem;
}

.p-purpose__points__body.-reverse .p-purpose__points__title {
	justify-content: flex-end;
	padding-left: 0;
	padding-right: 7rem;
}

.p-purpose__points__title__label {
	padding-right: 2.2rem;
	border-right: 0.1rem solid #ed1111;
	font-family: "Barlow", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	color: #ed1111;
}

.p-purpose__points__title__heading {
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.4;
	color: #3d3d3d;
}

.p-purpose__points__card {
	position: relative;
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
}

.p-purpose__points__figure {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% + 1rem);
	height: 100%;
}

.p-purpose__points__body.-reverse .p-purpose__points__figure {
	right: auto;
	left: 0;
}

.p-purpose__points__figure__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-purpose__points__content {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 4.8rem 7rem 6rem;
	border-radius: 1rem;
	background: #fff;
}

.p-purpose__points__body.-reverse .p-purpose__points__content {
	margin-left: 50%;
}

.p-purpose__points-ability {
	margin-bottom: 1.4rem;
	padding-left: 2.6rem;
}

.p-purpose__points-ability:last-child {
	margin-bottom: 0;
}

.p-purpose__points-ability__title {
	position: relative;
	display: block;
	margin-bottom: 0.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	color: #3d3d3d;
}

.p-purpose__points-ability__title::before {
	content: "";
	position: absolute;
	top: 1.2rem;
	left: -2.6rem;
	width: 1.6rem;
	height: 0.1rem;
	background: #e02626;
}

.p-purpose__points-ability__desc {
	display: block;
	line-height: calc(28 / 16);
}

.p-purpose__points__content__text {
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: calc(28 / 16);
}

.p-purpose__marquee {
	position: absolute;
	bottom: -1.6rem;
	left: 0;
	width: 100%;
	font-family: "Barlow", sans-serif;
	font-weight: 100;
	font-size: 17rem;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.02em;
	opacity: .1;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
}

.p-purpose__marquee-track {
	display: inline-flex;
	animation: purpose-marquee-scroll 60s linear infinite;
	will-change: transform;
}

.p-purpose__marquee-text {
	display: inline-block;
	padding-right: 4rem;
}

@keyframes purpose-marquee-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 1280px) {
	.p-purpose__points__wrap {
		padding: 8.4rem 4rem 5.6rem;
	}

	.p-purpose__points__body {
		padding: 3.6rem 4rem 5rem;
	}

	.p-purpose__points__content {
		padding: 4.8rem 4rem 6rem;
	}
}

@media (max-width: 812.98px) {
	.p-purpose {
		padding: 16rem 0 12rem;
	}

	.p-purpose__boundary {
		top: -16rem;
	}

	.p-purpose__boundary::before {
		bottom: -3.6rem;
	}

	.p-purpose__points {
		margin-top: 14.8rem;
		padding: 0 .4rem;
	}

	.p-purpose__points__wrap {
		padding: 7.2rem .8rem .8rem;
		border-radius: 1rem;
	}

	.p-purpose__points__illustration {
		top: -12.4rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 39.2rem;
		height: auto;
	}

	.p-purpose__points__illustration__img {
		width: 100%;
	}

	.p-purpose__points__main-title {
		margin-bottom: 2rem;
		font-size: 3.1rem;
		letter-spacing: -.02em;
	}

	.p-purpose__points__main-title__inner {
		padding: 0 0 1.2rem .8rem;
	}

	.p-purpose__points__main-title__inner::before {
		right: 0;
		margin: auto;
		width: 25rem;
	}

	.p-purpose__points__intro-text {
		margin-bottom: 4rem;
		text-align: left;
		line-height: calc(28 / 16);
	}

	.p-purpose__points__body {
		margin-bottom: 1.6rem;
		padding: 2rem .8rem .8rem;
		border-radius: .5rem;
	}

	.p-purpose__points__title {
		margin-bottom: 2rem;
		padding-left: 0;
		gap: 1.2rem;
	}

	.p-purpose__points__title__label {
		padding-right: 0;
		font-size: 1.6rem;
		border-right: none;
	}

	.p-purpose__points__title__heading {
		border-left: 1px solid #ed1111;
		padding-left: 1rem;
		font-size: 2.4rem;
		letter-spacing: -.02em;
		line-height: 1.3;
	}

	.p-purpose__points__card {
		border-radius: .5rem;
	}

	.p-purpose__points__figure {
		position: relative;
		width: 100%;
		height: 24.6rem;
	}

	.p-purpose__points__content {
		width: 100%;
		padding: 2rem 1.6rem;
	}

	.p-purpose__points-ability {
		margin-bottom: 1rem;
		padding-left: 2.4rem;
	}

	.p-purpose__points__body.-reverse .p-purpose__points__title {
		justify-content: flex-start;
		padding-right: 0;
	}

	.p-purpose__points__body.-reverse .p-purpose__points__content {
		margin-left: 0;
	}

	.p-purpose__marquee {
		bottom: -1rem;
		font-size: 9.4rem;
	}
}

/*   - feature
-------------------------------------------------------------------------- */

.p-feature {
	padding: 15.6rem 0 10rem;
	background: #eaebef;
}

.p-feature__inner {
	display: flex;
	gap: 3rem;
	width: calc(50% + 60rem);
	margin-left: calc(50% - 60rem);
}

.p-feature__sticky-area {
	width: 32rem;
}

.p-feature__sticky {
	position: sticky;
	top: 10rem;
}

.p-feature .c-title {
	margin-bottom: 1.4rem;
}

.p-feature__desc {
	font-size: 1.8rem;
	line-height: calc(28 / 18);
}

.p-feature__content {
	width: calc(100% - 35rem);
	border-radius: 2rem 0 0 2rem;
	background: #fff;
}

.p-feature__section {
	position: relative;
	border-radius: 2rem 0 0 0;
	padding: 9rem 0 12rem;
	border-top: 0.1rem solid #ed1111;
	overflow: hidden;
}

.p-feature__section:last-child {
	padding-bottom: 3rem;
}

.p-feature__section__num {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7.6rem;
	height: 7.6rem;
	font-family: "Barlow", sans-serif;
	font-size: 3.2rem;
	color: #fff;
	font-weight: 100;
	background: #ed1111;
	border-radius: 0 0 2rem 0;
}

.p-feature__section__inner {
	width: 85rem;
	padding-left: 8rem;
}

.p-feature__section__title {
	margin-bottom: 2.4rem;
	font-size: 4.2rem;
	line-height: calc(64 / 42);
}

.p-feature__section__middle-title {
	margin-bottom: 1.6rem;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.4;
}

.p-feature__section__middle-title__accent {
	color: #d50606;
}

.p-feature__section__text {
	line-height: 2;
}

.p-feature__section__text__bold {
	font-weight: 700;
}

.p-feature__section__text__highlight {
	background: #fffe88;
}

.p-feature__diagram {
	margin-top: 3.6rem;
}

.p-feature__diagram__figure {
	margin: 4rem auto 0 4rem;
}

.p-feature__area {
	position: relative;
	margin-bottom: 44.8rem;
	padding-right: 31rem;
}

.p-feature__japan-map {
	position: absolute;
	top: -7rem;
	right: -7rem;
	pointer-events: none;
}

.p-feature__section-cards {
	display: flex;
	gap: 1.4rem;
	margin-bottom: 8rem;
}

.p-feature__section-card {
	position: relative;
	width: calc((100% - 2.8rem) / 3);
	padding: 1.6rem 1.6rem 2.4rem;
	border-radius: 1.6rem;
	overflow: hidden;
	background: #f7f7f7;
}

.p-feature__section-card::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 1.6rem 1.6rem 2rem 1.6rem;
	content: "";
	background: linear-gradient(45deg, #7e0200, #ed1111);
	transition: opacity .3s ease;
	opacity: 0;
}

.p-feature__section-card::after {
	position: absolute;
	top: -6.4rem;
	left: 0;
	right: 0;
	z-index: 2;
	width: 7.6rem;
	height: 7.6rem;
	content: "";
	background: #ed1111;
	border-radius: 50%;
	margin: auto;
	transition: background .3s ease;
}

.p-feature__section-card__title {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6rem;
	margin-bottom: 0.4rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	transition: color .3s ease;
}

.p-feature__section-card__figure {
	position: relative;
	border-radius: 1.6rem;
	overflow: hidden;
}

.p-feature__section-card__figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	line-height: 2;
	color: #fff;
	transition: opacity .3s ease;
	opacity: 0;
}

.p-feature__section-card__fold {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
	width: 1.8rem;
	height: 1.8rem;
	background: #fff;
	border-radius: 1rem 0 0 0;
}

.p-feature__section-card__fold::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 1.8rem;
	aspect-ratio: 1;
	border-top-left-radius: 1rem;
	clip-path: polygon(0 100%,100% 0,0 0);
	background: #de2626;
}

.p-feature__section-card:hover::before {
	opacity: 1;
}

.p-feature__section-card:hover::after {
	background: #fff;
}

.p-feature__section-card:hover .p-feature__section-card__title {
	color: #fff;
}

.p-feature__section-card:hover .p-feature__section-card__figcaption {
	opacity: 1;
}

.p-feature__criteria {
	margin-top: 2.6rem;
	padding: 3.5rem;
	border-radius: 1rem;
	border: 0.1rem solid #e4e4e4;
}

.p-feature__criteria__list__item {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 2.8rem;
}

.p-feature__criteria__list__item:last-child {
	margin-bottom: 0;
}

.p-feature__criteria__icon {
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	border: 0.2rem solid #a90605;
}

.p-feature__criteria__icon::before {
	content: "";
	position: absolute;
	top: 0.4rem;
	left: 0.3rem;
	width: 0.7rem;
	height: 0.3rem;
	border-left: 0.2rem solid #a90605;
	border-bottom: 0.2rem solid #a90605;
	transform: rotate(-45deg);
}

.p-feature__criteria__item-title {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-feature__criteria__item-title__accent {
	color: #d50606;
}

.p-feature__criteria__item-desc {
	line-height: 1.5;
}

.p-feature__before-after {
	margin: 5.6rem 0 13rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.p-feature__before-after img {
	min-width: 77rem;
	width: 77rem;
	height: auto;
}

/* スクロール案内オーバーレイ（スマホ時のみ表示） */
.p-feature__before-after__scroll-hint,
.p-program__popup__schedule__scroll-hint {
	display: none;
}

.p-feature__messages__wrap {
	position: relative;
	z-index: 1;
}

.p-feature__messages__bg {
	position: absolute;
	bottom: 0;
	left: -5rem;
	width: calc((100% + 5rem) + (((100vw - 120rem) / 2) - 5rem));
	height: calc(100% + 20rem);
	border-radius: 1rem;
	overflow: hidden;
}

.p-feature__messages__bg::before {
	content: "";
	position: absolute;
	bottom: -10rem;
	left: 0;
	width: 100%;
	height: calc(100% - 4rem);
	border-radius: 1rem;
	background: linear-gradient(210deg, #dc1616, #cda1a1);
	transform: skewY(-8deg);
}

.p-feature__messages {
	position: relative;
	z-index: 1;
	margin-top: 7.6rem;
	padding-bottom: 6rem;
}

.p-feature__message {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.6rem;
}

.p-feature__message:last-child {
	margin-bottom: 0;
}

.p-feature__message__body {
	width: calc(100% - 32rem - 4rem);
	padding-top: 1.2rem;
}

.p-feature__message__slogan {
	margin-bottom: 1.4rem;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 4rem;
}

.p-feature__message__slogan__line {
	display: inline-block;
	background: #fff;
	border-radius: 0.2rem;
	height: 4rem;
	margin-bottom: 0.4rem;
	padding: 0 1.2rem;
}

.p-feature__message__details {
	padding: 1.2rem 0 1rem 2rem;
	border-left: 0.1rem solid #fff;
	color: #fff;
}

.p-feature__message__meta {
	position: relative;
	padding-left: 1.8rem;
	margin-bottom: 1rem;
	font-size: 1.3rem;
	line-height: calc(19 / 13);
}

.p-feature__message__meta::before {
	content: "";
	position: absolute;
	top: 0.6rem;
	left: 0;
	width: 0.7rem;
	height: 0.7rem;
	background: #fff;
	border-radius: 50%;
}

.p-feature__message__name {
	margin-bottom: 2rem;
	padding-left: 1.8rem;
	font-size: 2.2rem;
}

.p-feature__message__text {
	line-height: 2;
}

@media (max-width: 1280px) {
	.p-feature__inner {
		width: calc(100% - 4rem);
		margin-left: 4rem;
	}

	.p-feature__sticky-area {
		width: 30rem;
	}

	.p-feature__content {
		width: calc(100% - 30rem);
	}

	.p-feature__section__inner {
		width: calc(100% - 4rem);
		padding-left: 4rem;
	}

	.p-feature__section__title {
		font-size: 3.6rem;
	}

	.p-feature__area {
		width: 46rem;
		padding: 0;
	}

	.p-feature__japan-map {
		top: 7rem;
		right: -26rem;
		width: 70rem;
	}

	.p-feature__messages__bg {
		left: -2rem;
		width: calc(100% + 4rem);
	}

	.p-feature__message__figure {
		width: 24rem;
	}

	.p-feature__message__body {
		width: calc(100% - 24rem - 4rem);
	}
}

@media (max-width: 812.98px) {
	.p-feature {
		padding: 8.4rem 0 5rem;
	}

	.p-feature__inner {
		display: block;
		margin-left: .8rem;
		width: calc(100% - .8rem);
	}

	.p-feature__sticky-area {
		width: 100%;
		padding-left: 1rem;
	}

	.p-feature__content {
		margin-top: 3.6rem;
		width: 100%;
		border-radius: .8rem 0 0 .8rem;
	}

	.p-feature__section {
		padding: 10rem 0 6rem;
		border-radius: .8rem 0 0 0;
	}

	.p-feature__section:last-child {
		padding-bottom: 3rem;
	}

	.p-feature__section__num {
		border-radius: 0 0 .8rem 0;
	}

	.p-feature__section__inner {
		width: 100%;
		padding: 0 1.6rem;
	}

	.p-feature__section__title {
		margin-bottom: 1.6rem;
		font-size: 3.2rem;
		line-height: calc(42 / 32);
	}

	.p-feature__section__middle-title {
		margin-bottom: 1.2rem;
		font-size: 2.3rem;
		line-height: calc(34 / 24);
	}

	.p-feature__section__text {
		position: relative;
		z-index: 1;
		line-height: calc(28 / 16);
	}

	.p-feature__diagram {
		margin-top: 3.2rem;
	}

	.p-feature__diagram__figure {
		width: calc(100% + 1.6rem);
		margin: 2.8rem auto 0;
	}

	.p-feature__area {
		width: 100%;
		margin: 0;
		padding-bottom: 40rem;
	}

	.p-feature__japan-map {
		top: auto;
		right: -4.4rem;
		bottom: -8rem;
		width: 51.8rem;
	}

	.p-feature__japan-map__img {
		width: 100%;
	}

	.p-feature__section-cards {
		gap: 1.2rem;
		flex-wrap: wrap;
		margin-bottom: 6rem;
	}

	.p-feature__section-card {
		width: 100%;
		padding: 2.4rem 1rem;
		border-radius: .8rem;
	}

	.p-feature__section-card__title {
		height: auto;
		margin-bottom: 1.6rem;
	}

	.p-feature__section-card__figure {
		height: 19.4rem;
		border-radius: .8rem;
	}

	.p-feature__section-card__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.p-feature__section-card__figcaption {
		padding: 0 .8rem;
	}

	.p-feature__criteria {
		margin-top: 1.6rem;
		padding: 2.4rem 1.8rem;
		border-radius: .5rem;
	}

	.p-feature__criteria__list__item {
		margin-bottom: 2rem;
		padding-left: 2.8rem;
	}

	.p-feature__before-after {
		position: relative;
		margin: 4rem 0 6rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.p-feature__before-after__scroll-hint {
		position: absolute;
		inset: 0;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		pointer-events: none;
		opacity: 1;
		transition: opacity 0.4s ease;
	}

	.p-feature__before-after.is-scrolled .p-feature__before-after__scroll-hint {
		opacity: 0;
	}

	.p-feature__before-after img {
		min-width: 770px;
		width: 770px;
		height: auto;
	}

	.p-feature__messages {
		margin-top: 1rem;
		padding-bottom: 5.6rem;
		padding-left: .4rem;
	}

	.p-feature__messages__bg {
		left: -.4rem;
		width: calc(100% + 2rem);
		height: calc(100% + 20rem);
		border-radius: .8rem 0 0 .8rem;
		pointer-events: none;
	}

	.p-feature__messages__bg::before {
		bottom: -17rem;
		height: calc(100% - 4rem);
		border-radius: .8rem 0 0 .8rem;
	}

	.p-feature__message {
		display: block;
		margin-bottom: .4rem;
	}

	.p-feature__message__figure {
		width: 100%;
	}

	.p-feature__message__img {
		width: 100%;
		height: auto;
	}

	.p-feature__message__body {
		width: 100%;
		margin-top: -3.6rem;
		padding-left: 1rem;
	}

	.p-feature__message__slogan {
		font-size: 2rem;
	}

	.p-feature__message__slogan__line {
		padding: 0 1rem;
	}

	.p-feature__message__details {
		padding: .6rem 0 .6rem 1rem;
	}

	.p-feature__message__meta {
		margin-bottom: .8rem;
		padding-left: 1.8rem;
	}

	.p-feature__message__name {
		margin-bottom: 1.4rem;
		padding-left: 1.8rem;
	}

	.p-feature__message__text {
		padding-left: 1rem;
		line-height: calc(28 / 16);
	}
}

/*   - program
-------------------------------------------------------------------------- */

.p-program {
	position: relative;
	background: #f7f7f7;
}

.p-program .c-title {
	margin-bottom: 3.2rem;
	text-align: center;
}

.p-program .c-title__label {
	color: #fff;
}

.p-program .c-title__heading {
	color: #fff;
}

.p-program__intro {
	position: relative;
	padding: 10rem 0 28rem;
	background: #2c2f36;
}

.p-program__intro-subtitle {
	margin-top: 1rem;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 500;
	letter-spacing: .05em;
}

.p-program__intro-text {
	text-align: center;
	color: #fff;
	line-height: 2;
}

.p-program__steps__wrap {
	margin-top: 5.6rem;
}

.p-program__steps {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	gap: 3.2rem;
	margin-bottom: 3.2rem;
}

.p-program__step {
	position: relative;
	display: flex;
	align-items: center;
	padding: 4rem 3.6rem;
	border-radius: 1rem;
	width: 90rem;
	background: rgba(237,17,17,.8);
	border: 0.1rem solid #ed1111;
	color: #fff;
}

.p-program__step:nth-child(1) {
	background: rgba(237,17,17,.4);
}

.p-program__step:nth-child(2) {
	margin: 0 auto;
	background: rgba(237,17,17,.6);
}

.p-program__step:nth-child(3) {
	margin: 0 0 0 auto;
}

.p-program__step__num {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: 0.1rem solid #fff;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
}

.p-program__step__title {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.p-program__step__title__main {
	font-size: 2.8rem;
}

.p-program__step__title__sub {
	font-size: 2.2rem;
}

.p-program__step__title__sub::before {
	content: '・・';
}

.p-program__step__badge {
	position: absolute;
	top: -2.2rem;
	right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12.6rem;
	height: 12.6rem;
	border-radius: 50%;
	background: linear-gradient(90deg, #bd0e0e, #e42929);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: calc(28 / 18);
}

.p-program__steps__footer {
	text-align: right;
	font-size: 1.4rem;
	line-height: calc(24 / 14);
	color: #d2d2d2;
}

.p-program__intro__boundary {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	overflow: hidden;
}

.p-program__intro__boundary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	background: linear-gradient(210deg, #f14e4e, #f18f8d);
	transform-origin: 100% 0%;
	transform: skewY(-5deg);
}

.p-program__intro__boundary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	background: #f7f7f7;
	transform-origin: 0% 0%;
	transform: skewY(5deg);
}

.p-program__content {
	position: relative;
	margin-top: -4rem;
}

.p-program__content .l-inner {
	position: relative;
	z-index: 1;
}

.p-program__content__title {
	margin-bottom: 4rem;
	font-size: 3.2rem;
	line-height: calc(56 / 32);
	text-align: center;
}

.p-program__tabs {
	display: flex;
	gap: 1.4rem;
	margin-bottom: 3.6rem;
}

.p-program__tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.8rem;
	width: 100%;
	padding: 2.4rem 0 3rem;
}

.p-program__tab.is-active {
	cursor: default;
	pointer-events: none;
}

.p-program__tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: #d1d1d1;
}

.p-program__tab.is-active::before {
	background: #ed1111;
	height: 0.4rem;
}

.p-program__tab::after {
	content: "";
	position: absolute;
	bottom: 0.7rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 1.2rem;
	aspect-ratio: 1/cos(30deg);
	clip-path: polygon(50% 100%,100% 0,0 0);
	background: #d1d1d1;
	transition: bottom 0.3s ease, background-color 0.3s ease;
}

.p-program__tab.is-active::after {
	bottom: -2.4rem;
	background: #ed1111;
}

.p-program__tab__label {
	position: relative;
	padding: 0 2rem;
	color: #6b6b6b;
	transition: color 0.3s ease;
}

.p-program__tab__label::before,
.p-program__tab__label::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.5rem;
	height: 0.1rem;
	background: #6b6b6b;
	transition: background-color 0.3s ease;
}

.p-program__tab__label::before {
	left: 0;
}

.p-program__tab__label::after {
	right: 0;
}

.p-program__tab__name {
	width: 100%;
	font-size: 2.2rem;
	font-weight: 500;
	transition: color 0.3s ease;
}

.p-program__tab:hover .p-program__tab__label {
	color: #ed1111;
}

.p-program__tab:hover .p-program__tab__label::before,
.p-program__tab:hover .p-program__tab__label::after {
	background: #ed1111;
}

.p-program__tab:hover .p-program__tab__name {
	color: #ed1111;
}

.p-program__panel {
	border-radius: 1rem;
	padding: 5.6rem 10rem 8rem;
	background: #fff;
}

.p-program__panel__header {
	margin-bottom: 4rem;
	text-align: center;
}

.p-program__panel__logo {
	margin-bottom: 2.4rem;
}

.p-program__panel__title {
	font-family: "Shippori Mincho", sans-serif;
	font-size: 2.2rem;
}

.p-program__panel__video {
	margin-bottom: 4.6rem;
	text-align: center;
}

.p-program__panel__video-iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.p-program__panel__details {
	margin-bottom: 6rem;
	border-top: 0.1rem solid #e4e4e4;
}

.p-program__panel__detail {
	display: flex;
	align-items: center;
	padding: 2.2rem 0;
	border-bottom: 0.1rem solid #e4e4e4;
}

.p-program__panel__detail__label {
	width: 16rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}

.p-program__panel__detail__desc {
	width: calc(100% - 16rem);
	line-height: 2;
}

.p-program__panel__partner-text {
	display: block;
}

.p-program__panel__cta__wrap {
	text-align: center;
}

.p-program__panel__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32rem;
	height: 6rem;
	padding: 0 1.6rem;
	border-radius: 999px;
	color: #fff!important;
	font-size: 1.8rem;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
	overflow: hidden;
}

.p-program__panel__cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(90deg, #000, #404344, #000);
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.p-program__panel__cta:hover::before {
	transform: translateX(-50%);
}

.p-program__panel__cta__text {
	position: relative;
	z-index: 1;
}

.p-program__panel__cta__arrow {
	position: absolute;
	right: 1.2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	background: #fff;
}

.p-program__panel__cta__arrow::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1rem;
	height: 1rem;
	background-image: url(../images/ico-arrow-black.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.p-program__panel__cta__icon {
	position: relative;
	z-index: 1;
	width: 3.2rem;
	height: 3.2rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

.p-program__panel__cta__lead {
	display: inline-block;
	font-size: 1.5rem;
	text-align: center;
}

.p-program__panel__cta__label {
	display: block;
	margin: 0.4rem 0;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
}

.p-program__panel__cta.-inquiry {
	justify-content: space-between;
	height: 7.6rem;
	max-width: 32rem;
	padding: 0 1.2rem;
}

.p-program__panel__cta.-inquiry::before {
	background: linear-gradient(90deg, #9c0200, #ed1111, #9c0200);
}

.p-program__panel__cta.-inquiry .p-program__panel__cta__icon {
	background-image: url(../images/ico-mail-white.png);
	transform: translateX(1.6rem);
}

.p-program__panel__cta.-inquiry .p-program__panel__cta__text {
	color: #fff;
}

.p-program__panel__cta.-inquiry .p-program__panel__cta__arrow {
	position: relative;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 0;
	background: #fff;
}

.p-program__panel__cta.-inquiry .p-program__panel__cta__arrow::before {
	background-image: url(../images/ico-arrow-red.png);
}

/* ポップアップ表示時の body 固定は JS でインライン指定（閉じ時に removeAttr で解除する方式で iOS 対応） */

.p-program__popup {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 2rem;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: none;
}

.p-program__popup.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.p-program__popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.p-program__popup__content {
	position: relative;
	z-index: 1;
	width: 120rem;
	max-width: 100%;
	max-height: calc(100dvh - 8rem);
	margin: 0 auto;
	background: #fff;
	border-radius: 1rem;
	padding: 8.6rem 0 4.8rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.p-program__popup__close {
	display: block;
}

.p-program__popup__close.-top {
	position: absolute;
	top: 2.4rem;
	right: 2.4rem;
}

.p-program__popup__close.-bottom {
	margin: 4.8rem auto 0;
}

.p-program__popup__close__icon {
	position: relative;
	display: block;
	width: 3.8rem;
	height: 3.8rem;
	background: #282828;
	border-radius: 50%;
	margin: auto;
	transition: background 0.3s ease, transform 0.3s ease;
}

.p-program__popup__close__icon::before,
.p-program__popup__close__icon::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1.6rem;
	height: 0.2rem;
	background: #fff;
	border-radius: 0.2rem;
}

.p-program__popup__close__icon::before {
	transform: rotate(45deg);
}

.p-program__popup__close__icon::after {
	transform: rotate(-45deg);
}

.p-program__popup__close__text {
	display: block;
	margin-top: 0.7rem;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	transition: color 0.3s ease;
}

.p-program__popup__close:hover .p-program__popup__close__icon {
	background: #ed1111;
	transform: rotate(180deg);
}

.p-program__popup__close:hover .p-program__popup__close__text {
	color: #ed1111;
}

.p-program__popup__content__inner {
	padding: 0 9rem;
}

.p-program__popup__title {
	margin-bottom: 2rem;
	font-size: 2.8rem;
	font-weight: 400;
}

.p-program__popup__title__highlight {
	color: #de2626;
}

.p-program__popup__cases {
	margin-bottom: 6.4rem;
}

.p-program__popup__case {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3.2rem;
	margin-bottom: 4rem;
}

.p-program__popup__case__figure {
	width: 23rem;
	height: 23rem;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #d5d7df;
}

.p-program__popup__case__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-program__popup__case__body {
	width: calc(100% - (23rem + 3.2rem));
}

.p-program__popup__case__area {
	display: flex;
	align-items: center;
	gap: 1.8rem;
	margin-bottom: 1rem;
	color: #ed1111;
}

.p-program__popup__case__area__label {
	padding: 0.4rem 1.8rem 0.4rem 0;
	border-right: 0.1rem solid #ed1111;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
}

.p-program__popup__case__heading {
	margin-bottom: 0.6rem;
	font-size: 2.3rem;
	font-weight: 500;
	line-height: calc(45 / 23);
}

.p-program__popup__case__desc {
	line-height: 2;
}

.p-program__popup__schedule__figure {
	min-width: min-content;
}

.p-program__popup__schedule__img {
	min-width: 102rem;
	width: 102rem;
	height: auto;
}

.p-program__popup__ctas {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-top: 4rem;
}

.p-program__popup__cta {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.6rem;
	flex: 1;
	width: 32rem;
	max-width: 32rem;
	height: 7.6rem;
	padding: 0 1.2rem;
	border-radius: 999px;
	text-decoration: none;
	box-sizing: border-box;
	transition: opacity 0.2s ease;
	overflow: hidden;
}

.p-program__popup__cta::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.p-program__popup__cta:hover::before {
	transform: translateX(-50%);
}

.p-program__popup__cta__icon {
	position: relative;
	z-index: 1;
	width: 3.2rem;
	height: 3.2rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(1.6rem);
}

.p-program__popup__cta__text {
	position: relative;
	z-index: 1;
}

.p-program__popup__cta__lead {
	display: inline-block;
	font-size: 1.5rem;
	text-align: center;
}

.p-program__popup__cta__label {
	display: block;
	margin: 0.4rem 0;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
}

.p-program__popup__cta__arrow {
	position: relative;
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
}

.p-program__popup__cta__arrow::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 1rem;
	height: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.p-program__popup__cta.-document::before {
	background: linear-gradient(90deg, #000, #404344, #000);
}

.p-program__popup__cta.-document .p-program__popup__cta__icon {
	background-image: url(../images/ico-document.png);
}

.p-program__popup__cta.-document .p-program__popup__cta__text {
	color: #fff;
}

.p-program__popup__cta.-document .p-program__popup__cta__arrow {
	background: #fff;
}

.p-program__popup__cta.-document .p-program__popup__cta__arrow::before {
	background-image: url(../images/ico-arrow-black.png);
}

.p-program__popup__cta.-contact::before {
	background: linear-gradient(90deg, #9c0200, #ed1111, #9c0200);
}

.p-program__popup__cta.-contact .p-program__popup__cta__icon {
	background-image: url(../images/ico-mail-white.png);
}

.p-program__popup__cta.-contact .p-program__popup__cta__text {
	color: #fff;
}

.p-program__popup__cta.-contact .p-program__popup__cta__arrow {
	background: #fff;
}

.p-program__popup__cta.-contact .p-program__popup__cta__arrow::before {
	background-image: url(../images/ico-arrow-red.png);
}

@media (max-width: 1280px) {
	.p-program__panel {
		padding: 5.6rem 6rem 8rem;
	}
}

@media (max-width: 812.98px) {
	.p-program__intro {
		padding: 5rem 0 16rem;
	}

	.p-program .c-title {
		margin-bottom: 2.4rem;
		text-align: left;
	}

	.p-program__intro-subtitle {
		letter-spacing: -.04em;
	}

	.p-program__intro-text {
		text-align: left;
		line-height: calc(28 / 16);
	}

	.p-program__steps__wrap {
		margin-top: 2rem;
	}

	.p-program__steps {
		gap: 1.2rem;
		margin-bottom: 1.2rem;
	}

	.p-program__step {
		display: block;
		width: 100%;
		padding: 1.2rem 1.6rem;
		border-radius: .5rem;
	}

	.p-program__step:nth-child(2) {
		margin: 0 0 0 auto;
		width: calc(100% - 4rem);
	}

	.p-program__step:nth-child(3) {
		margin: 0 0 0 auto;
		width: calc(100% - 8rem);
	}

	.p-program__step__num {
		display: inline-block;
		margin: 0 0 .8rem;
		padding: 0 1.2rem .8rem 0;
		border-right: none;
		border-bottom: 1px solid #fff;
	}

	.p-program__step__title {
		display: block;
	}

	.p-program__step__title__main {
		display: block;
		margin-bottom: 1rem;
	}

	.p-program__step__title__sub {
		font-size: 1.6rem;
	}

	.p-program__step__title__sub::before {
		display: none;
	}

	.p-program__step__badge {
		top: -.4rem;
		right: .8rem;
		width: 8.6rem;
		height: 8.6rem;
		font-size: 1.4rem;
		line-height: calc(20 / 14);
	}

	.p-program__intro__boundary {
		bottom: -13rem;
		height: 24rem;
	}

	.p-program__intro__boundary::before {
		height: 24rem;
	}

	.p-program__intro__boundary::after {
		top: 1rem;
		height: 24rem;
	}

	.p-program__content__title {
		margin-bottom: 2.6rem;
		text-align: left;
		line-height: calc(42 / 32);
	}

	.p-program__tabs {
		justify-content: space-between;
		gap: .4rem;
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}

	.p-program__tab {
		gap: .4rem;
		width: calc((100% - .4rem) / 2);
		padding: 1.2rem 1.2rem 2.4rem;
		border-radius: .5rem;
		background: #dadee3;
	}

	.p-program__tab:last-child:nth-child(odd) {
		width: 100%;
	}

	.p-program__tab::before {
		display: none;
	}

	.p-program__tab::after {
		bottom: .8rem;
		width: 1rem;
		background: #fff;
	}

	.p-program__tab__label {
		padding: 0 1.2rem;
		font-size: 1.3rem;
	}

	.p-program__tab__label::before,
	.p-program__tab__label::after {
		width: rem(4);
	}

	.p-program__tab__name {
		font-size: 1.9rem;
	}

	.p-program__tab.is-active {
		background: linear-gradient(90deg, #7e0200, #ed1111);
	}

	.p-program__tab.is-active::after {
		bottom: .8rem;
		background: #ed1111;
	}

	.p-program__tab.is-active .p-program__tab__label {
		color: #fff;
	}

	.p-program__tab.is-active .p-program__tab__label::before,
	.p-program__tab.is-active .p-program__tab__label::after {
		background: #fff;
	}

	.p-program__tab.is-active .p-program__tab__name {
		color: #fff;
	}

	.p-program__panel {
		padding: .8rem 1.6rem 3.2rem;
	}

	.p-program__panel__header {
		margin-bottom: 2rem;
	}

	.p-program__panel__logo {
		margin-bottom: .6rem;
		transform: scale(.8);
	}

	.p-program__panel__title {
		line-height: calc(1.5);
	}

	.p-program__panel__video {
		margin-bottom: 2rem;
	}

	.p-program__panel__video iframe {
		width: 100%;
		height: 100%;
		aspect-ratio: 16/9;
	}

	.p-program__panel__details {
		margin-bottom: 2.6rem;
	}

	.p-program__panel__detail {
		align-items: flex-start;
		padding: 1.2rem 0;
	}

	.p-program__panel__detail__label {
		width: 9.2rem;
		font-size: 1.4rem;
	}

	.p-program__panel__detail__desc {
		width: calc(100% - 9.2rem);
		font-size: 1.4rem;
		line-height: calc(20 / 14);
	}

	.p-program__panel__partner-logo {
		width: 14rem;
	}

	.p-program__popup {
		padding: 4rem 1.2rem;
	}

	.p-program__popup__content {
		padding: 7.2rem 0 4rem;
		border-radius: .8rem;
	}

	.p-program__popup__close__icon::before,
	.p-program__popup__close__icon::after {
		border-radius: .1rem;
	}

	.p-program__popup__close.-top {
		top: 1rem;
		right: 1rem;
	}

	.p-program__popup__close.-bottom {
		margin-top: 3rem;
	}

	.p-program__popup__content__inner {
		padding: 0 2rem;
	}

	.p-program__popup__cases {
		margin-bottom: 4rem;
	}

	.p-program__popup__case {
		display: block;
	}

	.p-program__popup__case__figure {
		width: 100%;
		height: 20rem;
		margin-bottom: 1.6rem;
	}

	.p-program__popup__case__body {
		width: 100%;
	}

	.p-program__popup__case__heading {
		margin-bottom: 1rem;
		font-size: 2.2rem;
		line-height: calc(3 / 2);
	}

	.p-program__popup__case__desc {
		line-height: calc(28 / 16);
	}

	.p-program__popup__ctas {
		display: block;
	}

	.p-program__popup__cta {
		width: 30rem;
		max-width: none;
		height: 7.6rem;
		margin: 0 auto 1.2rem;
	}

	.p-program__popup__schedule {
		position: relative;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.p-program__popup__schedule__scroll-hint {
		position: absolute;
		inset: 0;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		pointer-events: none;
		opacity: 1;
		transition: opacity 0.4s ease;
	}

	.p-program__popup__schedule.is-scrolled .p-program__popup__schedule__scroll-hint {
		opacity: 0;
	}

	.p-program__popup__schedule__figure {
		min-width: min-content;
	}

	.p-program__popup__schedule__img {
		min-width: 1020px;
		width: 1020px;
		height: auto;
	}
}

/*   - works
-------------------------------------------------------------------------- */

.p-works {
	position: relative;
	padding: 28rem 0 12rem;
	background: #eaebef;
}

.p-works__boundary {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	overflow: hidden;
}

.p-works__boundary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	background: linear-gradient(210deg, #f14e4e, #f18f8d);
	transform-origin: 100% 0%;
	transform: skewY(5deg);
}

.p-works__boundary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	background: #f7f7f7;
	transform-origin: 0% 0%;
	transform: skewY(-5deg);
}

.p-works .c-title {
	margin-bottom: 1.6rem;
	text-align: center;
}

.p-works__intro {
	margin-bottom: 6rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: calc(28 / 18);
}

.p-works__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10rem 8rem;
}

.p-works__list__item {
	position: relative;
}

.p-works__list__item.-compact {
	width: calc((100% - 8rem) / 2);
}

.p-works__list__item__num {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 4.2rem;
	font-family: "Barlow", sans-serif;
	color: #ed1111;
}

.p-works__list__item__num::after {
	content: "Works";
	font-size: 1.8rem;
	color: #282828;
}

.p-works__list__item__num.-voice::after {
	content: "Testimonials";
}

.p-works__list__item.-compact .p-works__list__item__num {
	position: relative;
	margin-bottom: 1.6rem;
}

.p-works__list__item__title {
	position: absolute;
	top: 6.8rem;
	left: 0;
	margin-bottom: 1.4rem;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 4rem;
}

.p-works__list__item__title__line {
	display: inline-block;
    background: #fff;
    border-radius: 0.2rem;
    height: 4rem;
    margin-bottom: 0.4rem;
    padding: 0 1.2rem;
}

.p-works__list__item__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.p-works__list__item__company {
	width: 30rem;
}

.p-works__list__item__company-name {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 2rem;
	font-size: 2.2rem;
	line-height: 1.4;
}

.p-works__list__item__company-name::before {
	content: "";
	position: absolute;
	top: 1.3rem;
	left: 0;
	width: 0.7rem;
	height: 0.7rem;
	background: #ed1111;
	border-radius: 50%;
}

.p-works__list__item__company-info {
	margin-bottom: 0.4rem;
	padding-left: 2rem;
}

.p-works__list__item__figure {
	width: 90rem;
	height: 50rem;
	border-radius: 1rem;
	overflow: hidden;
}

.p-works__list__item.-compact .p-works__list__item__figure {
	width: 100%;
	height: 31rem;
	margin-bottom: 1.4rem;
}

.p-works__list__item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-works__list__item__lead {
	margin-top: 2.8rem;
	border-top: 0.1rem solid #bfc5ce;
	padding-top: 2.8rem;
	line-height: 2;
	font-size: 2rem;
	font-weight: 500;
}

.p-works__list__item__text {
	margin-top: 1.4rem;
	line-height: calc(28 / 16);
	font-size: 1.6rem;
}

.p-works__list__item__category {
	position: relative;
	margin-bottom: 1rem;
	padding-left: 2rem;
	font-size: 2.2rem;
	line-height: 1.4;
}

.p-works__list__item__category::before {
	content: "";
	position: absolute;
	top: 1.3rem;
	left: 0;
	width: 0.7rem;
	height: 0.7rem;
	background: #ed1111;
	border-radius: 50%;
}

.p-works__list__item__detail {
	display: flex;
	flex-wrap: wrap;
	padding-left: 2rem;
	line-height: calc(26 / 16);
}

.p-works__list__item__detail__label {
	white-space: nowrap;
	width: 6.6rem;
}

.p-works__list__item__detail__label::after {
	content: "：";
}

.p-works__list__item__detail__desc {
	width: calc(100% - 6.6rem);
}

.p-works__voice {
	margin-top: 12rem;
}

.p-works__voice .c-title {
	margin-bottom: 4rem;
}

.p-works__message {
	margin-top: 12rem;
	text-align: center;
}

.p-works__message__title {
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #de2626;
}

.p-works__message__text {
	margin-top: 2rem;
	line-height: 2;
}

@media (max-width: 1280px) {
	.p-works__list {
		gap: 8rem 4rem;
	}

	.p-works__list__item {
		width: 100%;
	}

	.p-works__list__item.-compact {
		width: calc((100% - 4rem) / 2);
	}

	.p-works__message__title {
		font-size: 4.2rem;
	}
}

@media (max-width: 812.98px) {
	.p-works {
		padding: 12rem 0 6rem;
	}

	.p-works__boundary {
		top: -17.5rem;
	}

	.p-works .c-title {
		margin-bottom: 2rem;
	}

	.p-works__intro {
		margin-bottom: 3rem;
		text-align: left;
	}

	.p-works__list {
		gap: 5rem;;
	}

	.p-works__list__item.-compact {
		width: 100%;
	}

	.p-works__list__item__num {
		position: relative;
	}

	.p-works__list__item__title {
		position: relative;
		top: auto;
		margin-bottom: 1.6rem;
	}

	.p-works__list__item__title__line {
		display: inline;
		padding: 0;
	}

	.p-works__list__item__row {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.p-works__list__item__figure {
		width: 100%;
		height: 22rem;
		margin-bottom: 1.4rem;
		border-radius: .5rem;
	}

	.p-works__list__item.-compact .p-works__list__item__figure {
		height: 22rem;
	}

	.p-works__list__item__company {
		width: 100%;
	}

	.p-works__list__item__company-name::before {
		width: .7rem;
		height: .7rem;
		top: 1.2rem;
	}

	.p-works__list__item__lead {
		margin-top: 1.6rem;
		padding-top: 1.4rem;
		line-height: calc(24 / 16);
	}

	.p-works__list__item__category {
		margin-bottom: 1.4rem;
		padding-left: 2rem;
	}

	.p-works__list__item__category::before {
		top: 1.2rem;
		width: .7rem;
		height: .7rem;
	}

	.p-works__list__item__detail {
		padding-left: 0;
	}

	.p-works__voice {
		margin-top: 6rem;
	}

	.p-works__message {
		margin-top: 6rem;
		text-align: left;
	}

	.p-works__voice .c-title {
		margin-bottom: 3rem;
	}

	.p-works__message__title {
		font-size: 3.2rem;
		line-height: calc(42 / 32);
	}

	.p-works__message__text {
		margin-top: 1.2rem;
		line-height: calc(28 / 16);
	}
}

/*   - faq
-------------------------------------------------------------------------- */

.p-faq {
	padding: 12rem 0 0;
	background: #eaebef;
}

.p-faq .c-title {
	margin-bottom: 3.2rem;
	text-align: center;
}

.p-faq__list__item {
	margin-bottom: 1.2rem;
	border-radius: 1rem;
	background: #e1e2e6;
	transition: background-color 0.3s ease;
}

.p-faq__list__item.is-show {
	background: #fff;
}

.p-faq__list__item:last-child {
	margin-bottom: 0;
}

.p-faq__btn {
	position: relative;
	width: 100%;
	padding: 4rem 6rem;
	display: flex;
	align-items: center;
	text-align: left;
}

.p-faq__btn__q {
	width: 4.6rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ed1111;
}

.p-faq__btn__question {
	width: calc(100% - 4.6rem);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

.p-faq__btn__icon {
	position: absolute;
	top: 0;
	right: 4rem;
	bottom: 0;
	margin: auto;
	width: 3.8rem;
	height: 3.8rem;
	background: #282828;
	border-radius: 50%;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.p-faq__list__item.is-show .p-faq__btn__icon {
	transform: rotate(90deg);
	background: #ed1111;
}

.p-faq__btn__icon::before,
.p-faq__btn__icon::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 2rem;
	height: 0.2rem;
	background: #fff;
	transition: opacity 0.3s ease;
}

.p-faq__btn__icon::before {
	transform: rotate(90deg);
}

.p-faq__list__item.is-show .p-faq__btn__icon::after {
	opacity: 0;
}

.p-faq__answer {
	display: flex;
	border-top: 0 solid transparent;
	margin: 0 6rem;
	padding: 0 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease, border-color 0.35s ease;
}

.p-faq__list__item.is-show .p-faq__answer {
	max-height: 80rem;
	opacity: 1;
	padding: 4rem 0;
	border-top-width: 0.1rem;
	border-top-color: #dadee3;
}

.p-faq__answer__a {
	width: 4.6rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ed1111;
}

.p-faq__answer__body {
	width: calc(100% - 4.6rem);
	line-height: 2;
}

.p-faq__answer__body__list {
	margin-top: 1.6rem;
}

.p-faq__answer__body__list > li {
	position: relative;
	padding-left: 1.6rem;
	&::before {
		content: "";
		position: absolute;
		left: 0;
		top: 1.4rem;
		width: 0.6rem;
		height: 0.6rem;
		background: #ed1111;
		border-radius: 50%;
	}
}

@media (max-width: 1280px) {
	.p-faq__btn {
		padding: 4rem;
	}

	.p-faq__answer {
		margin: 0 4rem;
	}
}

@media (max-width: 812.98px) {
	.p-faq {
		position: relative;
		z-index: 1;
		padding: 8rem 0 0;
	}

	.p-faq__list__item {
		margin-bottom: .8rem;
		border-radius: .5rem;
	}

	.p-faq__btn {
		align-items: flex-start;
		padding: 2.2rem 6.4rem 2.2rem 2rem;
	}

	.p-faq__btn__icon {
		right: 2rem;
	}

	.p-faq__answer {
		margin: 0 2rem;
	}

	.p-faq__list__item.is-show .p-faq__answer {
		padding: 2rem 0;
	}

	.p-faq__answer__body {
		line-height: calc(28 / 16);
	}

	.p-faq__answer__body__list > li {
		&::before {
			top: 1rem;
		}
	}
}

/*   - flow
-------------------------------------------------------------------------- */

.p-flow {
	position: relative;
	padding: 28rem 0 10rem;
	background: #fff;
}

.p-flow__boundary {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	overflow: hidden;
}

.p-flow__boundary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	background: linear-gradient(210deg, #f14e4e, #f18f8d);
	transform-origin: 100% 100%;
	transform: skewY(5deg);
}

.p-flow__boundary::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24rem;
	background: #eaebef;
	transform-origin: 0 100%;
	transform: skewY(-5deg);
}

.p-flow .c-title {
	margin-bottom: 1.6rem;
	text-align: center;
}

.p-flow__intro {
	margin-bottom: 6rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: calc(28 / 18);
}

.p-flow__steps {
	margin-bottom: 6rem;
	width: 90rem;
	margin: 0 auto 2rem;
	display: flex;
}

.p-flow__step {
	width: calc(100% / 6);
}

.p-flow__step__head {
	position: relative;
	margin-bottom: 2.4rem;
	padding-bottom: 2rem;
}

.p-flow__step__head::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background: #dcdcdc;
}

.p-flow__step:first-child .p-flow__step__head::before {
	width: 50%;
	left: auto;
	right: 0;
}

.p-flow__step:last-child .p-flow__step__head::before {
	width: 50%;
}

.p-flow__step__head::after {
	content: "";
	position: absolute;
	bottom: -0.5rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #282828;
}

.p-flow__step__num {
	display: block;
	text-align: center;
	font-size: 4rem;
	font-family: "Barlow", sans-serif;
	font-weight: 200;
}

.p-flow__step__label {
	display: block;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
}

.p-flow__step__icon {
	display: block;
	width: 6rem;
	margin: 0 auto;
}

.p-flow__step__text {
	padding: 0 0.4rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: calc(26 / 16);
}

.p-flow__note {
	text-align: right;
	font-size: 1.4rem;
	color: #575757;
	line-height: calc(24 / 14);
}

@media (max-width: 812.98px) {
	.p-flow {
		padding: 14.8rem 0 5rem;
	}

	.p-flow__boundary {
		top: -15rem;
	}

	.p-flow__intro {
		margin-bottom: 0;
		text-align: left;
	}

	.p-flow__steps {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 1.2rem;
	}

	.p-flow__step {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.p-flow__step__head {
		margin: 0 1.6rem 0 0;
		padding: 1.6rem 0 1.6rem 1.8rem;
	}

	.p-flow__step__head::before {
		width: 1px;
		height: 100%;
	}

	.p-flow__step:first-child .p-flow__step__head::before {
		left: 0;
		right: auto;
		width: 1px;
		height: 50%;
	}

	.p-flow__step:last-child .p-flow__step__head::before {
		top: 0;
		bottom: auto;
		width: 1px;
		height: 50%;
	}

	.p-flow__step__head::after {
		top: 4rem;
		left: -.4rem;
		right: auto;
		bottom: auto;
		width: .9rem;
		height: .9rem;
	}

	.p-flow__step__icon {
		width: 5.4rem;
		height: 5.4rem;
		margin: 0 .4rem 0 0;
	}

	.p-flow__step__text {
		width: 22rem;
		font-size: 1.6rem;
		line-height: calc(26 / 16);
		text-align: left;
	}

	.p-flow__note {
		text-align: left;
	}
}

/* ==========================================================================
	ekkyo LP - utility
========================================================================== */

.u-sp {
	display: none;
}

@media (max-width: 812.98px) {
	.u-sp {
		display: inherit;
	}
	.u-pc {
		display: none;
	}
}