.p-concept__lead {
	background: #fff;
	padding-block: 256px 216px;
}

.p-concept__lead-inner {
	margin-inline: auto;
	max-width: 1150px;
	position: relative;
}

.p-concept__lead-title-wrap {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	row-gap: 72px;
	top: -96px;
	writing-mode: vertical-rl;
	z-index: 1;
}

.p-concept__lead-sub-title {
	color: #084071;
	font-family: "Shippori Mincho";
	font-feature-settings: "vert" on;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 22px */
	text-orientation: upright;
}

.p-concept__lead-title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.p-concept__lead-title-text {
	color: #000;
	font-family: "Shippori Mincho";
	font-feature-settings: "vert" on;
	font-size: 40px;
	font-weight: 500;
	line-height: 120%; /* 48px */
	text-align: center;
}

.p-concept__lead-title-text + .p-concept__lead-title-text {
	margin-block-start: 18px;
}

.p-concept__lead-title-text--2 {
	padding-inline-start: 96px;
}

.p-concept__lead-title-text--3 {
	padding-inline-start: 192px;
}

.p-concept__lead-img {
	aspect-ratio: 197/112;
	bottom: -128px;
	position: absolute;
	right: 0;
	width: 591px;
}

.p-concept__lead-img img {
	height: auto;
	width: 100%;
}

.p-concept__lead-contents {
	margin-inline-start: 75px;
}

.p-concept__lead-message {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	line-height: 200%; /* 32px */
}

.p-concept__lead-message + .p-concept__lead-message {
	margin-block-start: 24px;
}

.p-concept__note {
	padding-block-start: 455px;
	position: relative;
}

.p-concept__note--beginning {
	aspect-ratio: 1440/710;
	background: url(../../assets/images/concept/concept-note-beginning-bg.jpg) center center/cover no-repeat;
}

.p-concept__note--ending {
	aspect-ratio: 1440/710;
	background: url(../../assets/images/concept/concept-note-ending-bg.jpg) center center/cover no-repeat;
}

.p-concept__note-container {
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, 0.38);
	border: 1px solid #FFF;
	bottom: 0;
	left: 50%;
	padding-block: 59px 58px;
	position: absolute;
	translate: -50% 0;
	width: 100%;
}

.p-concept__note-inner {
	margin-inline: auto;
	max-width: 1100px;
	position: relative;
}

.p-concept__note-branding {
	left: 0;
	position: absolute;
	top: -23px;
}

.p-concept__note-logo {
	height: auto;
	width: 80px;
}

.p-concept__note-logo img {
	height: auto;
	width: 100%;
}

.p-concept__note-catchphrase {
	color: #000;
	font-family: "Shippori Mincho";
	font-size: 30px;
	font-weight: 500;
	line-height: 160%; /* 48px */
	margin-block-start: 30px;
}

.p-concept__note-body {
	text-align: center;
}

.p-concept__note-title {
	color: #000;
	font-family: "Shippori Mincho";
	font-size: 58px;
	font-weight: 500;
	line-height: 160%; /* 92.8px */
}

.p-concept__note-text {
	color: #000;
	font-family: "Shippori Mincho";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 28.8px */
	margin-block-start: 16px;
}

.p-concept__story {
	width: 100%;
}

.p-concept__side-nav {
	background-color: #F6F9FB !important;
	border-left: 0.6px dashed #084071;
	border-top: 0.6px dashed #084071;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: right center;
	width: 44px;
	z-index: 100;
}

.p-concept__side-nav-list {
	display: flex;
	flex-direction: column;
}

.p-concept__side-nav-item {
	border-bottom: 0.6px dashed #084071;
	transition: background-color 0.4s ease, color 0.4s ease;
	width: 100%;
}

.p-concept__side-nav-item a {
	cursor: pointer;
	display: block;
	height: 100%;
	pointer-events: auto;
	text-decoration: none;
	width: 100%;
}

.p-concept__side-nav-item span {
	align-items: center;
	color: #084071;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	height: 112px;
	justify-content: center;
	letter-spacing: 0.15em;
	line-height: 1;
	width: 100%;
	writing-mode: vertical-rl;
}

.p-concept__side-nav-item.is-active {
	background-color: #084071;
}

.p-concept__side-nav-item.is-active span {
	color: #fff;
}

.p-concept__scroll-hint {
	align-items: center;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #084071;
	border-radius: 2px;
	bottom: 16%;
	display: flex;
	flex-direction: column;
	height: 111px;
	justify-content: flex-start;
	padding-block: 6px 8px;
	position: fixed;
	right: 68px;
	row-gap: 6px;
	transition: bottom 0.4s ease;
	width: 57px;
	z-index: 90 !important;
}

.p-concept__scroll-hint__text {
	color: #084071;
	font-size: 16px;
	font-weight: 500;
	line-height: 110%; /* 17.6px */
}

.p-concept__scroll-hint__line-wrap {
	display: flex;
	height: 56px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-concept__scroll-hint__line-wrap {
	--line-start: 38.5px;
	--line-end: 56px;
	--circle-radius: 17.5px;
}

.p-concept__scroll-hint__line {
	animation: scrollLineAnim 2s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
	background-color: #084071;
	height: var(--line-start);
	left: 50%;
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 1px;
	z-index: 2;
}

.p-concept__scroll-hint__circle {
	animation: scrollCirclePosAnim 2s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
	backdrop-filter: blur(5px);
	background: #fff;
	border: 1px solid #084071;
	border-radius: 50%;
	height: calc(var(--circle-radius) * 2);
	left: 50%;
	position: absolute;
	top: 0; /* ラインの高さ(100%)分だけ下に移動し、中心を合わせるために半径分戻す */
	transform: translate(-50%, calc(var(--line-height, 38.5px) - var(--circle-radius))); /* CSS変数を使ってサイズを計算 */
	width: calc(var(--circle-radius) * 2);
	z-index: 2;
	z-index: 1;
}

.p-concept__side-nav,
.p-concept__scroll-hint {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.p-concept__toc {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 100vh;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.p-concept__toc-inner {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
}

.p-concept__toc-title {
	background-color: #fff;
	color: #000;
	font-family: "Shippori Mincho";
	font-feature-settings: "vert" on;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 120%; /* 24px */
	width: 70px;
	writing-mode: vertical-rl;
	z-index: 10;
}

.p-concept__toc-list {
	margin-block: auto 0;
	writing-mode: vertical-rl;
}

.p-concept__toc-item {
	border-right: 1px solid #B6C6D4;
	padding-block: 39px;
}

.p-concept__toc-item:last-child {
	border-left: 1px solid #B6C6D4;
}

.p-concept__toc-label {
	color: #728BA0;
	display: block;
	font-family: "Shippori Mincho";
	font-feature-settings: "vert" on;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 17.6px */
}

.p-concept__toc-text {
	color: #000;
	display: block;
	font-family: "Shippori Mincho";
	font-feature-settings: "vert" on;
	font-size: 20px;
	font-weight: 600;
	line-height: 110%; /* 22px */
	margin-block-start: 14px;
}

.p-concept__chapter {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-concept__ch0 {
	background-color: #fff;
	margin-block-start: -25vh;
	position: relative;
}

.p-concept__ch0-inner {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.p-concept__ch0-inner.is-scrollable {
	transform: translate(-50%, 0) !important;
}

.p-concept__ch0-contents-wrapper {
	position: relative;
	z-index: 10;
}

.p-concept__ch0-contents-inner {
	position: relative;
	will-change: transform;
}

.p-concept__ch0-contents {
	margin-block-start: 50px;
	margin-inline: auto;
	max-width: 500px;
	text-align: center;
}

.p-concept__ch0-contents--added {
	display: none;
}

.p-concept__ch0-contents--expanded {
	display: none;
}

.p-concept__ch0-contents--expanded.is-active {
	contain: layout;
	display: block;
}

.p-concept__ch0-text {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
}

.p-concept__ch0-text + .p-concept__ch0-text {
	margin-block-start: 28px;
}

.p-concept__ch0-btn {
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: center;
	width: 188px;
	-moz-column-gap: 50px;
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #084071;
	border-radius: 4px;
	column-gap: 50px;
	margin: 40px auto 0;
}

.p-concept__ch0-btn.is-clicked {
	border: none;
	pointer-events: none;
}

.p-concept__ch0-btn.is-clicked .p-concept__ch0-btn-text {
	display: none;
}

.p-concept__ch0-btn.is-clicked svg {
	margin: 0;
}

.p-concept__ch0-btn-text {
	color: #084071;
	font-family: "Noto Sans JP";
	font-feature-settings: "liga" off;
	font-kerning: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 114%; /* 18.24px */
}

.p-concept__ch0-img {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: 5;
}

.p-concept__ch0-img.is-ready {
	visibility: visible;
}

.p-concept__ch0-img--1 {
	height: auto;
	left: 0;
	width: 347px;
}

.p-concept__ch0-img--1.is-ready {
	top: 188px;
}

.p-concept__ch0-img--1 img {
	border-radius: 0 4px 4px 0;
}

.p-concept__ch0-img--2 {
	height: auto;
	right: 44px;
	width: 305px;
}

.p-concept__ch0-img--2.is-ready {
	top: 475px;
}

.p-concept__ch0-img--2 img {
	border-radius: 4px 0 0 4px;
}

.p-concept__ch0-img--3 {
	height: auto;
	left: 138px;
	width: 217px;
}

.p-concept__ch0-img--3.is-ready {
	top: 768px;
}

.p-concept__ch0-img--3 img {
	border-radius: 4px;
}

.p-concept__ch0-img--4 {
	aspect-ratio: 135/94;
	left: 248px;
	width: 135px;
}

.p-concept__ch0-img--4.is-ready {
	top: 378px;
}

.p-concept__ch0-img--5 {
	aspect-ratio: 44/27;
	right: 233px;
	width: 176px;
}

.p-concept__ch0-img--5.is-ready {
	top: 636px;
}

.p-concept__ch0-img--6 {
	aspect-ratio: 119.76/83.77;
	left: 293px;
	transform: rotate(14.468deg);
	width: 119.757px;
}

.p-concept__ch0-img--6.is-ready {
	top: 716px;
}

.p-concept__ch0-img--7 {
	display: none;
	height: auto;
	right: 55px;
	width: 150px;
}

.p-concept__ch0-img--7.is-ready {
	bottom: -85px;
}

.p-concept__ch0-img--7 img {
	border-radius: 4px 0 0 4px;
}

.p-concept__ch0-img--8 {
	aspect-ratio: 44/27;
	display: none;
	right: 184px;
	width: 75px;
}

.p-concept__ch0-img--8.is-ready {
	bottom: -88px;
}

.p-concept__ch1 {
	background-color: #fff;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.p-concept__ch1-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding-inline: 20px;
	width: 100%;
}

.p-concept__ch1-sub-title {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Shippori Mincho";
	font-size: 22px;
	font-weight: 500;
	gap: 1em;
	justify-content: center;
	line-height: 160%; /* 35.2px */
	margin-block-end: 14px;
}

.p-concept__ch1-sub-title-text-wrap {
	display: inline-block;
	padding-inline: 15px;
	position: relative;
}

.p-concept__ch1-sub-title-deco {
	height: 16px;
	width: 16px;
}

.p-concept__ch1-sub-title-deco--left {
	left: 0;
	position: absolute;
	top: 0;
}

.p-concept__ch1-sub-title-deco--right {
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-concept__ch1-sub-title-deco svg {
	display: block;
	height: 100%;
	width: 100%;
}

.p-concept__ch1-message-wrap {
	display: grid;
	margin-block-start: 45px;
	position: relative;
}

.p-concept__ch1-message-wrap.is-second-front .p-concept__ch1-message--1 {
	pointer-events: none !important;
	transform: translate(10px, 10px);
	z-index: 1;
}

.p-concept__ch1-message-wrap.is-second-front .p-concept__ch1-message--2 {
	pointer-events: auto;
	transform: translate(0, 0);
	z-index: 2;
}

.p-concept__ch1-message-wrap.is-second-front .p-concept__ch1-more--right {
	opacity: 0;
	visibility: hidden;
}

.p-concept__ch1-message-wrap.is-second-front .p-concept__ch1-more--left {
	opacity: 1;
	visibility: visible;
}

.p-concept__ch1-message-wrap.is-text-out .p-concept__ch1-message-text-block-wrap {
	filter: blur(10px);
	opacity: 0;
	transition-duration: 0.5s;
}

.p-concept__ch1-message-wrap.is-text-in .p-concept__ch1-message-text-block-wrap {
	filter: blur(0);
	opacity: 1;
	transition-duration: 0.4s;
}

.p-concept__ch1-message {
	grid-area: 1/1;
	margin-inline: auto;
	max-width: 958px;
	overflow-x: hidden;
	pointer-events: none;
	position: relative;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease, filter 0.4s ease;
	will-change: transform, opacity, filter;
}

.p-concept__ch1-message--1 {
	pointer-events: auto;
	transform: translate(0, 0);
	z-index: 2;
}

.p-concept__ch1-message--2 {
	transform: translate(10px, 10px);
	z-index: 1;
}

.p-concept__ch1-message-text-block-wrap {
	filter: blur(0);
	left: 50%;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%) translateY(0);
	transition: filter 0.8s ease, opacity 0.8s ease;
	will-change: filter, opacity;
}

.p-concept__ch1-message-text-block {
	text-align: center;
}

.p-concept__ch1-message-text-block + .p-concept__ch1-message-text-block {
	margin-block-start: 40px;
}

.p-concept__ch1-message-text {
	color: #FFF;
	display: inline-block;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	padding-block-end: 12px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.p-concept__ch1-message-text::after {
	background-image: repeating-linear-gradient(to right, #fff 0 4px, transparent 4px 8px);
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	translate: -50%;
	width: 100%;
}

.p-concept__ch1-message-text + .p-concept__ch1-message-text {
	margin-block-start: 12px;
}

.p-concept__ch1-pagination {
	bottom: 20px;
	color: #FFF;
	font-family: "Roboto Flex";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.96px;
	line-height: 100%; /* 16px */
	position: absolute;
	text-align: center;
	translate: -50%;
}

.p-concept__ch1-more {
	align-items: center;
	backdrop-filter: blur(5px);
	background: rgba(235, 242, 248, 0.62);
	border: 1px solid #084071;
	border-radius: 200px;
	bottom: 80px;
	display: flex;
	height: 77px;
	justify-content: center;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	width: 77px;
	z-index: 10;
}

.p-concept__ch1-more img {
	height: 14.236px;
	width: 7.118px;
}

.p-concept__ch1-more--left {
	left: 98px;
	right: auto;
	transform: rotate(180deg);
}

.p-concept__ch1-more--right {
	left: auto;
	opacity: 1;
	right: 98px;
	visibility: visible;
}

.p-concept__ch2 {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	margin-block-start: -25vh;
	overflow: hidden;
	width: 100%;
}

.p-concept__ch2-inner {
	display: flex;
	flex-direction: row-reverse;
	height: auto;
	max-width: 1120px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	width: 100%;
}

.p-concept__ch2-title-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-block-end: 143px;
	row-gap: 20px;
	writing-mode: vertical-rl;
}

.p-concept__ch2-sub-title {
	color: #084071;
	display: flex;
	font-family: "Shippori Mincho";
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.12em;
	-moz-column-gap: 36px;
	column-gap: 36px;
	margin-inline-start: 4px;
	position: relative;
}

.p-concept__ch2-sub-title-deco {
	height: 16px;
	position: absolute;
	width: 16px;
}

.p-concept__ch2-sub-title-deco--top {
	left: -5px;
	top: 68px;
}

.p-concept__ch2-sub-title-deco--bottom {
	bottom: -12px;
	right: -5px;
}

.p-concept__ch2-title {
	font-family: "Shippori Mincho";
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.p-concept__ch2-message-inner {
	display: flex;
	flex-direction: column;
	margin-inline-start: 78px;
	row-gap: 88px;
	writing-mode: vertical-rl;
}

.p-concept__ch2-message {
	display: flex;
	flex-direction: column;
	opacity: 0;
	row-gap: 20px;
	visibility: hidden;
}

.p-concept__ch2-message p {
	font-family: "Noto Sans JP";
	font-feature-settings: "vert" on;
	font-size: 16px;
	font-weight: 400;
	line-height: 114%; /* 18.24px */
}

.p-concept__ch2-img-women {
	aspect-ratio: 1074/371;
	bottom: -247px;
	position: absolute; /* 向かい合って立つ2人の女性を描いたイラスト */
	right: 56px;
	width: 1074px;
	z-index: 1;
}

.p-concept__ch2-img-big-cloud {
	aspect-ratio: 185/38;
	position: absolute; /* 大きめの雲のイラスト */
	right: 141px;
	top: -107px;
	width: 185px;
	z-index: 1;
}

.p-concept__ch2-img-small-cloud {
	aspect-ratio: 5/1;
	left: 554px;
	position: absolute; /* 小さめの雲のイラスト */
	top: -55px;
	width: 85px;
	z-index: 1;
}

.p-concept__ch3 body {
	background-color: #EBF2F8;
}

.p-concept__ch3 {
	align-items: center;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	margin-block-start: -75vh;
	opacity: 0;
	position: relative;
	width: 100%;
}

.p-concept__ch3-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: auto;
	max-width: 1440px;
	padding-inline: 50px 88px;
	position: relative;
	width: 100%;
}

.p-concept__ch3-title-wrap {
	opacity: 0;
	text-align: center;
	transform: translateY(20px);
}

.p-concept__ch3-title {
	font-family: "Shippori Mincho";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 51.2px */
	margin-block-start: 14px;
}

.p-concept__ch3-sub-title {
	align-items: center;
	color: #084071;
	display: flex;
	font-family: "Shippori Mincho";
	font-size: 22px;
	font-weight: 500;
	justify-content: center;
	line-height: 160%; /* 35.2px */
	-moz-column-gap: 1em;
	column-gap: 1em;
}

.p-concept__ch3-sub-title-text-wrap {
	display: inline-block;
	padding-inline: 15px;
	position: relative;
}

.p-concept__ch3-sub-title-deco {
	height: 16px;
	width: 16px;
}

.p-concept__ch3-sub-title-deco--left {
	left: 0;
	position: absolute;
	top: 0;
}

.p-concept__ch3-sub-title-deco--right {
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-concept__ch3-sub-title-deco svg {
	display: block;
	height: 100%;
	width: 100%;
}

.p-concept__ch3-list {
	display: flex;
	height: 573px;
	justify-content: center;
	margin-block-start: 50px;
	position: relative;
	width: 100%;
}

.p-concept__ch3-item {
	background: #FFF;
	border-radius: 4px;
	box-shadow: 4px 4px 8px 0 rgba(8, 64, 113, 0.08);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 573px;
	justify-content: space-between;
	left: 50%;
	min-width: 414px;
	padding: 32px 32px 0;
	position: absolute;
	top: 0;
	translate: -50%;
	width: 414px;
}

.p-concept__ch3-item--3 {
	padding-block-start: 7px;
}

.p-concept__ch3-item--3 .p-concept__ch3-item-text-block {
	margin-block-start: -10px;
}

.p-concept__ch3-item-img img {
	border-radius: 4px;
}

.p-concept__ch3-item-content {
	position: relative;
}

.p-concept__ch3-svg {
	height: 14px;
	left: 0;
	position: absolute;
	width: 20px;
}

.p-concept__ch3-svg--1 {
	top: 142px;
}

.p-concept__ch3-svg--2 {
	top: 211px;
}

.p-concept__ch3-svg--3 {
	top: 280px;
}

.p-concept__ch3-svg--4 {
	top: 349px;
}

.p-concept__ch3-svg--5 {
	top: 418px;
}

.p-concept__ch3-item-text-block {
	margin-block-start: 32px;
}

.p-concept__ch3-item-text {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
}

.p-concept__ch3-item-text + .p-concept__ch3-item-text {
	margin-block-start: 20px;
}

.p-concept__ch3-page {
	display: flex;
	margin-block-start: 14px;
	-moz-column-gap: 8px;
	align-items: center;
	color: #728BA0;
	column-gap: 8px;
	font-family: "Adobe Handwriting";
	font-weight: 400;
	justify-content: flex-end;
}

.p-concept__ch3-current-page {
	color: #728BA0;
	font-size: 50px;
	letter-spacing: -2px;
	line-height: 100%;
}

.p-concept__ch3-total-page {
	font-size: 20px;
	letter-spacing: -0.8px;
}

.p-concept__ch3-controls {
	align-items: center;
	display: none;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	-moz-column-gap: 45px;
	column-gap: 45px;
	height: 44px;
	margin-block-start: 20px;
	z-index: 100;
}

.p-concept__ch3-arrow {
	background: #FFF;
	border-radius: 44px;
	box-shadow: 0 2px 4px 0 rgba(8, 64, 113, 0.16);
	display: none;
	height: 44px;
	position: static;
	transition: opacity 0.3s ease;
	width: 44px;
}

.p-concept__ch3-arrow svg {
	height: auto;
	width: 17px;
}

.p-concept__ch3-arrow.swiper-button-prev,
.p-concept__ch3-arrow.swiper-button-next {
	margin-top: 0 !important;
}

.p-concept__ch3-pagination {
	align-items: center;
	display: none;
	position: static;
	width: auto !important;
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.p-concept__ch3-pagination .swiper-pagination-bullet {
	background: #084071;
	height: 4px;
	opacity: 0.26;
	width: 4px;
}

.p-concept__ch3-pagination .swiper-pagination-bullet-active {
	height: 8px;
	opacity: 1;
	width: 8px;
}

.p-concept__ch4 {
	background-color: #EBF2F8;
	height: 100vh;
	margin-block-start: -50vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-concept__ch4-outer {
	height: 100%;
	margin-inline-end: 44px;
	position: relative;
	width: calc(100% - 44px);
	z-index: 2;
}

.p-concept__ch4-bg {
	height: 100%;
	inset: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-concept__ch4-bg--1 {
	background: url(../../assets/images/concept/concept-ch4-1-bg.jpg) center right/cover no-repeat;
}

.p-concept__ch4-bg--2 {
	background: url(../../assets/images/concept/concept-ch4-2-bg.jpg) center right/cover no-repeat;
}

.p-concept__ch4-bg--3 {
	background: url(../../assets/images/concept/concept-ch4-3-bg.jpg) center right/cover no-repeat;
}

.p-concept__ch4-bg--4 {
	background: url(../../assets/images/concept/concept-ch4-4-bg.jpg) center right/cover no-repeat;
}

.p-concept__ch4-bg::before {
	background: rgba(0, 0, 0, 0.24);
	content: "";
	inset: 0;
	position: absolute;
}

.p-concept__ch4-inner {
	height: 100%;
	position: relative;
	z-index: 10;
}

.p-concept__ch4-title-wrap {
	align-items: flex-start;
	color: #fff;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 160px;
	white-space: nowrap;
	writing-mode: vertical-rl;
	z-index: 10;
}

.p-concept__ch4-title {
	font-family: "Shippori Mincho";
	font-feature-settings: "vrt2" on;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.35;
	margin-block-start: 25px;
}

.p-concept__ch4-sub-title {
	display: flex;
	font-family: "Shippori Mincho";
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	-moz-column-gap: 33px;
	column-gap: 33px;
	letter-spacing: 0.13em;
	margin-inline-start: 4px;
}

.p-concept__ch4-sub-title-text-wrap {
	display: block;
	font-feature-settings: "vrt2" on;
	position: relative;
	writing-mode: vertical-rl;
}

.p-concept__ch4-sub-title-deco {
	height: 16px;
	position: absolute;
	width: 16px;
}

.p-concept__ch4-sub-title-deco--top {
	left: -4px;
	top: -12px;
}

.p-concept__ch4-sub-title-deco--bottom {
	bottom: -12px;
	right: -4px;
}

.p-concept__ch4-block {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	position: absolute;
	z-index: 20;
}

.p-concept__ch4-box {
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.64);
	border-radius: 400px;
	height: 822px;
	max-width: 533px;
	opacity: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-concept__ch4-box::before {
	border: 1px solid #084071;
	border-radius: 384px;
	bottom: 16px;
	content: "";
	left: 16px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 10;
}

.p-concept__ch4-box--1 {
	display: block;
}

.p-concept__ch4-box--2,
.p-concept__ch4-box--3,
.p-concept__ch4-box--4,
.p-concept__ch4-box--5 {
	display: none;
}

.p-concept__ch4-box-clipper {
	border-radius: 383px;
	bottom: 17px;
	left: 17px;
	overflow: hidden;
	position: absolute;
	right: 17px;
	top: 17px;
	z-index: 5;
}

.p-concept__ch4-box-inner {
	padding-block-start: 0;
	width: 100%;
}

.p-concept__ch4-box-content + .p-concept__ch4-box-content {
	margin-block-start: 200px;
}

.p-concept__ch4-box-content--3 .p-concept__ch4-box-text + .p-concept__ch4-box-text {
	margin-block-start: 20px;
}

.p-concept__ch4-box-num {
	color: #728BA0;
	font-family: "Adobe Handwriting";
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -1.6px;
	line-height: 100%; /* 40px */
	text-align: center;
}

.p-concept__ch4-box-title {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	font-weight: 500;
	line-height: 180%; /* 36px */
	margin-block-start: 30px;
}

.p-concept__ch4-box-title--1 {
	padding-inline: 99px 80px;
}

.p-concept__ch4-box-title--2 {
	padding-inline: 110px 90px;
}

.p-concept__ch4-box-title--3 {
	margin-block-start: 10px;
	padding-inline: 79px 79px;
}

.p-concept__ch4-box-title--4 {
	padding-inline: 59px 38px;
}

.p-concept__ch4-box-title span {
	display: block;
}

.p-concept__ch4-box-title span:first-child {
	align-self: flex-start;
	text-align: left;
}

.p-concept__ch4-box-title span:last-child {
	align-self: flex-end;
	text-align: right;
}

.p-concept__ch4-box-img {
	filter: blur(0);
	margin-inline: auto;
	transform: scale(1.01);
}

.p-concept__ch4-box-img--1 {
	aspect-ratio: 272/161;
	margin-block: 23px 21px;
	width: 272px;
}

.p-concept__ch4-box-img--2 {
	aspect-ratio: 375/172;
	margin-block: 7px 18px;
	width: 375px;
}

.p-concept__ch4-box-img--3 {
	aspect-ratio: 247/161;
	margin-block: 10px 15px;
	width: 247px;
}

.p-concept__ch4-box-img--4 {
	aspect-ratio: 287/199;
	margin-block: -29px 22px;
	width: 287px;
}

.p-concept__ch4-box-text-wrapper {
	padding-inline: 33px;
}

.p-concept__ch4-box-text {
	font-size: 16px;
	line-height: 180%; /* 28.8px */
	text-align: justify;
}

.p-concept__ch4-box-text + .p-concept__ch4-box-text {
	margin-block-start: 28px;
}

.p-concept__ch5 {
	height: 100vh;
	margin-block-start: -75vh;
	overflow: hidden;
	padding-block-start: 240px;
	position: relative;
	width: 100%;
}

.p-concept__ch5-inner {
	display: flex;
	position: relative;
}

.p-concept__ch5-title-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	left: 0;
	position: absolute;
	top: -80px;
	white-space: nowrap;
	writing-mode: vertical-rl;
	z-index: 10;
}

.p-concept__ch5-title {
	font-family: "Shippori Mincho";
	font-feature-settings: "vrt2" on;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.35;
	margin-block-start: 25px;
}

.p-concept__ch5-sub-title {
	color: #084071;
	display: flex;
	font-family: "Shippori Mincho";
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	-moz-column-gap: 33px;
	column-gap: 33px;
	letter-spacing: 0.13em;
	margin-inline-start: 4px;
}

.p-concept__ch5-sub-title-text-wrap {
	display: block;
	font-feature-settings: "vrt2" on;
	position: relative;
	writing-mode: vertical-rl;
}

.p-concept__ch5-sub-title-deco {
	height: 16px;
	position: absolute;
	width: 16px;
}

.p-concept__ch5-sub-title-deco--top {
	left: -4px;
	top: -12px;
}

.p-concept__ch5-sub-title-deco--bottom {
	bottom: -12px;
	right: -4px;
}

.p-concept__ch5-contents {
	margin-inline: 220px auto;
	position: relative;
	will-change: transform;
}

.p-concept__ch5-content {
	transition: opacity 0.5s ease;
}

.p-concept__ch5-content + .p-concept__ch5-content {
	margin-block-start: 180px;
}

.p-concept__ch5-content-lead {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-weight: 500;
	line-height: 180%; /* 36px */
}

.p-concept__ch5-content-block {
	display: flex;
	justify-content: space-between;
	position: relative;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.p-concept__ch5-content-block--reverse {
	flex-direction: row-reverse;
}

.p-concept__ch5-content-body {
	width: 100%;
}

.p-concept__ch5-content-body--2 {
	max-width: 382px;
}

.p-concept__ch5-content-text {
	line-height: 180%; /* 28.8px */
	white-space: nowrap;
}

.p-concept__ch5-content-text:first-of-type {
	margin-block-start: 40px;
}

.p-concept__ch5-content-text + .p-concept__ch5-content-text {
	margin-block-start: 28px;
}

.p-concept__ch5-content-img {
	height: auto;
}

.p-concept__ch5-content-img img {
	height: auto;
	width: 100%;
}

.p-concept__ch5-content-img--1 {
	margin-block-start: 98px;
	max-width: 461px;
}

.p-concept__ch5-content-img--2,
.p-concept__ch5-content-img--3 {
	max-width: 440px;
}

.p-concept__ch5-content-img--3 {
	z-index: 2;
}

.p-concept__ch5-foot {
	aspect-ratio: 169/190;
	bottom: -147px;
	position: absolute;
	right: 417px;
	width: 169px;
	z-index: 1;
}

.p-concept__ch6 {
	background: #fff;
	margin-block-start: -25vh;
	margin-inline-end: 44px;
	overflow: hidden;
	padding-block-start: 160px;
	position: relative;
	width: calc(100% - 44px);
}

.p-concept__ch6-bg-primary,
.p-concept__ch6-bg-secondary,
.p-concept__ch6-bg-filter {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.p-concept__ch6-bg-primary {
	background: url(../../assets/images/concept/concept-ch6-1.jpg) bottom center/cover no-repeat;
	z-index: 0;
}

.p-concept__ch6-bg-secondary {
	background: url(../../assets/images/concept/concept-ch6-2.jpg) bottom center/cover no-repeat;
	z-index: 1;
}

.p-concept__ch6-bg-filter {
	background: rgba(0, 0, 0, 0.26);
	z-index: 2;
}

.p-concept__ch6-inner {
	display: flex;
	position: relative;
	z-index: 3;
	-moz-column-gap: 316px;
	align-items: flex-start;
	column-gap: 316px;
	justify-content: space-between;
}

.p-concept__ch6-title-wrap {
	flex: 0 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-concept__ch6-sub-title {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Shippori Mincho";
	font-size: 22px;
	font-weight: 500;
	gap: 1em;
	justify-content: center;
	line-height: 160%; /* 35.2px */
}

.p-concept__ch6-sub-title-text-wrap {
	display: inline-block;
	padding-inline: 15px;
	position: relative;
}

.p-concept__ch6-sub-title-deco {
	height: 16px;
	width: 16px;
}

.p-concept__ch6-sub-title-deco--left {
	left: 0;
	position: absolute;
	top: 0;
}

.p-concept__ch6-sub-title-deco--right {
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-concept__ch6-sub-title-deco svg {
	display: block;
	height: 100%;
	width: 100%;
}

.p-concept__ch6-messages-group {
	position: relative;
}

.p-concept__ch6-messages-inner {
	position: relative;
}

.p-concept__ch6-message-wrap {
	flex: 1 1 auto;
	max-width: 385px;
	width: 100%;
}

.p-concept__ch6-message-wrap:first-child {
	margin-block-start: 277px;
}

.p-concept__ch6-message-wrap + .p-concept__ch6-message-wrap {
	margin-block-start: 60vh;
}

.p-concept__ch6-message {
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
}

.p-concept__ch6-message--strong {
	font-weight: 700;
}

.p-concept__ch6-message + .p-concept__ch6-message {
	margin-block-start: 28px;
}

.c-concept__inner {
	margin-inline: auto;
	max-width: 1140px;
	padding-inline: 20px;
}

.c-concept__title-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-concept__title-wrap--white {
	color: #fff;
}

.c-concept__title-wrap--left {
	align-items: flex-start; /* 横書きの左揃え */
}

.c-concept__title-wrap--vertical-left {
	left: 0;
	position: absolute; /* 縦書き・画面の左に配置 */
	top: 0;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.c-concept__title-wrap--vertical-right {
	position: absolute; /* 縦書き・画面の右に配置 */
	right: 0;
	top: 0;
	white-space: nowrap;
	writing-mode: vertical-rl;
	z-index: 10;
}

.c-concept__title {
	font-family: "Shippori Mincho";
	font-size: 32px;
	font-weight: 600;
	line-height: 160%; /* 51.2px */
}

.c-concept__sub-title {
	color: #084071;
	display: flex;
	font-family: "Shippori Mincho";
	font-size: 22px;
	font-weight: 500;
	line-height: 160%; /* 35.2px */
	-moz-column-gap: 36px;
	column-gap: 36px;
}

.c-concept__sub-title--white {
	color: #fff;
}

/* スクロールインジケーター */

/* アニメーション：ライン用 */

/* アニメーション：円用（ラインの高さに合わせて移動させる） */

/* SP時のみ表示する */

.show__sp {
	display: none;
}

.show__sp--inline {
	display: none;
}

.show__sp--table {
	display: none;
}

/* tab-pc時のみ改行する */

.show__tab-pc {
	display: block;
}

.show__tab-pc--inline-block {
	display: inline-block;
}

.show__tab-pc--inline {
	display: inline;
}

/* webp対応ブラウザ用の画像設定 */

.webp .p-concept__note--beginning {
	background-image: url(../../assets/images/concept/concept-note-beginning-bg.webp);
}

.webp .p-concept__note--ending {
	background-image: url(../../assets/images/concept/concept-note-ending-bg.webp);
}

.webp .p-concept__ch4-block--1 {
	background-image: url(../../assets/images/concept/concept-ch4-1-bg.webp);
}

.webp .p-concept__ch4-block--2 {
	background-image: url(../../assets/images/concept/concept-ch4-2-bg.webp);
}

.webp .p-concept__ch4-block--3 {
	background-image: url(../../assets/images/concept/concept-ch4-3-bg.webp);
}

.webp .p-concept__ch4-block--4 {
	background-image: url(../../assets/images/concept/concept-ch4-4-bg.webp);
}

.webp .p-concept__ch6-bg-primary {
	background-image: url(../../assets/images/concept/concept-ch6-1.webp);
}

.webp .p-concept__ch6-bg-secondary {
	background-image: url(../../assets/images/concept/concept-ch6-2.webp);
}

@media (any-hover: hover) {

.p-concept__side-nav-item a:hover {
	opacity: 0.7;
}

.p-concept__ch3-arrow:hover {
	opacity: 0.7;
}

}

@media screen and (min-width: 821px) and (max-width: 1023px) {

.p-concept__lead {
	padding-block-end: 450px;
}

.p-concept__lead-title-wrap {
	right: 40px;
	top: -170px;
}

.p-concept__lead-img {
	bottom: -400px;
}

.p-concept__note-inner {
	padding-inline: 30px;
}

.p-concept__note-branding {
	left: 30px;
}

}

@media screen and (min-width: 821px) and (max-height: 820px) {

.p-concept__side-nav {
	margin-block-start: 2em;
}

.p-concept__side-nav-item span {
	height: 100px;
}

.p-concept__ch0-img--1.is-ready {
	top: 116px;
}

.p-concept__ch0-img--2.is-ready {
	top: 300px;
}

.p-concept__ch0-img--3.is-ready {
	top: 550px;
}

.p-concept__ch0-img--4.is-ready {
	top: 304px;
}

.p-concept__ch0-img--5.is-ready {
	top: 462px;
}

.p-concept__ch0-img--6.is-ready {
	top: 498px;
}

.p-concept__ch1-inner {
	transform: scale(0.9);
	transform-origin: center center;
}

.p-concept__ch3-inner {
	transform: scale(0.9);
	transform-origin: center center;
}

.p-concept__ch4-bg--1,
.p-concept__ch4-bg--2,
.p-concept__ch4-bg--3,
.p-concept__ch4-bg--4 {
	background-position: bottom right;
	transform-origin: center center;
}

.p-concept__ch4-block {
	transform: scale(0.9);
	transform-origin: center center;
}

.p-concept__ch5 {
	padding-block: 160px;
}

.p-concept__ch5-content + .p-concept__ch5-content {
	margin-block-start: 100px;
}

}

@media screen and (min-width: 821px) and (max-width: 999px) {

.p-concept__ch0-inner {
	transform: translate(-50%, -50%) scale(0.8);
	transform-origin: center center;
}

}

@media screen and (min-width: 821px) and (max-width: 1159px) {

.p-concept__ch0-img--1 {
	width: 250px;
}

.p-concept__ch0-img--2 {
	width: 200px;
}

.p-concept__ch0-img--3 {
	left: 30px;
}

.p-concept__ch0-img--4 {
	left: 100px;
}

.p-concept__ch0-img--4.is-ready {
	top: 320px;
}

.p-concept__ch0-img--5 {
	right: 70px;
	width: 130px;
}

.p-concept__ch0-img--5.is-ready {
	top: 600px;
}

.p-concept__ch0-img--6 {
	left: 160px;
	width: 80px;
}

.p-concept__ch0-img--6.is-ready {
	top: 730px;
}

}

@media screen and (min-width: 821px) and (max-width: 1099px) {

.p-concept__ch1-inner {
	transform: scale(0.9);
}

.p-concept__ch4-box {
	transform: scale(0.9);
	transform-origin: center center;
}

}

@media screen and (min-width: 821px) and (max-width: 1239px) {

.p-concept__ch2-inner {
	transform: scale(0.9);
}

}

@media screen and (min-width: 821px) and (max-width: 1139px) {

.p-concept__ch2-title-wrap {
	margin-block-end: clamp(39px, -229.5031446541px + 32.7044025157vw, 143px);
}

.p-concept__ch2-message-inner {
	row-gap: clamp(74px, 37.8553459119px + 4.4025157233vw, 88px);
}

.p-concept__ch2-img-women {
	right: 26px;
}

}

@media screen and (min-width: 821px) and (max-width: 1299px) {

.p-concept__ch4-title-wrap {
	right: clamp(20px, -79.6192468619px + 12.1338912134vw, 78px);
}

.p-concept__ch4-title {
	font-size: clamp(24px, 10.2594142259px + 1.6736401674vw, 32px);
}

}

@media screen and (min-width: 821px) and (max-height: 1200px) {

.p-concept__ch5-title-wrap {
	left: 40px;
	top: -130px;
}

}

@media screen and (min-width: 821px) and (max-width: 1199px) {

.p-concept__ch5-contents {
	margin-inline-start: clamp(150px, -2.037037037px + 18.5185185185vw, 220px);
}

.p-concept__ch5-content {
	transform: scale(0.9);
	transform-origin: center center;
}

}

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

.p-concept__ch6-inner {
	-moz-column-gap: clamp(0px, -419.7993527508px + 51.1326860841vw, 316px);
	column-gap: clamp(0px, -419.7993527508px + 51.1326860841vw, 316px);
}

}

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

.p-concept__ch0-inner {
	transform: translate(-50%, -50%) scale(0.9);
	transform-origin: center center;
}

}

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

.p-concept__lead {
	padding-block-end: 450px;
}

.p-concept__lead-img {
	bottom: -400px;
}

.p-concept__note-inner {
	padding-inline: 40px;
}

.p-concept__note-branding {
	left: 40px;
}

.c-concept__title-wrap--vertical-right {
	right: 20px;
}

}

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

.p-concept__lead-title-wrap {
	right: 40px;
}

}

@media screen and (min-width: 1160px) and (max-width: 1250px) {

.p-concept__ch0-img {
	transform: scale(0.9);
	transform-origin: center center;
}

}

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

.p-concept__lead {
	overflow-x: hidden;
	padding-block: 237px 70px;
}

.p-concept__lead-inner {
	padding-inline: 20px;
}

.p-concept__lead-title-wrap {
	right: 33%;
	row-gap: 50px;
	top: -166px;
}

.p-concept__lead-sub-title {
	font-size: 16px;
	line-height: 106%; /* 16.96px */
}

.p-concept__lead-title-text {
	font-size: 22px;
	letter-spacing: 0.09em;
	line-height: 110%; /* 24.2px */
}

.p-concept__lead-title-text + .p-concept__lead-title-text {
	margin-block-start: 22px;
}

.p-concept__lead-title-text--2 {
	display: none;
}

.p-concept__lead-title-text--3 {
	padding-inline-start: 0;
}

.p-concept__lead-img {
	aspect-ratio: 76/43;
	bottom: auto;
	display: block;
	height: 344px;
	left: 50%;
	left: 50%;
	max-width: none;
	position: relative;
	position: relative;
	position: relative;
	right: auto;
	transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

.p-concept__lead-contents {
	margin-block-start: 30px;
	margin-inline-start: 0;
}

.p-concept__lead-message {
	font-feature-settings: "palt";
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 160%; /* 24px */
}

.p-concept__lead-message + .p-concept__lead-message {
	margin-block-start: 20px;
}

.p-concept__note {
	padding-block-start: 194px;
}

.p-concept__note--beginning {
	aspect-ratio: 375/332;
	background-image: url(../../assets/images/concept/concept-note-beginning-bg-sp.jpg);
}

.p-concept__note--ending {
	aspect-ratio: 375/332;
	background-image: url(../../assets/images/concept/concept-note-ending-bg-sp.jpg);
}

.p-concept__note-container {
	padding-block: 47px 16px;
}

.p-concept__note-inner {
	display: flex;
	justify-content: center;
	padding-inline: 20px;
	width: 370px;
}

.p-concept__note-branding {
	display: flex;
	-moz-column-gap: 10px;
	align-items: flex-end;
	column-gap: 10px;
	left: 20px;
	top: -59px;
}

.p-concept__note-logo {
	height: 28.106px;
	width: 47.001px;
}

.p-concept__note-catchphrase {
	font-size: 14px;
	white-space: nowrap;
}

.p-concept__note-body {
	text-align: left;
}

.p-concept__note-title {
	font-size: 32px;
}

.p-concept__note-text {
	font-feature-settings: "palt";
	font-size: 14.5px;
	letter-spacing: -1.35px;
	margin-block-start: 0;
}

.p-concept__side-nav {
	border-top: 0.6px dashed #084071;
	height: auto;
	left: 0;
	top: 90px;
	translate: 0 0;
	width: 100%;
}

.p-concept__side-nav-list {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.p-concept__side-nav-item span {
	border-right: 0.6px dashed #084071;
	font-size: 12px;
	height: auto;
	letter-spacing: 0;
	padding-block: 11px;
	text-align: center;
	width: auto;
	writing-mode: horizontal-tb;
}

.p-concept__scroll-hint {
	bottom: 1%;
	height: auto;
	padding-block: 4px 6px;
	right: 10px;
	row-gap: 4px;
	width: 40px;
}

.p-concept__scroll-hint__text {
	font-size: 13px;
}

.p-concept__scroll-hint__line-wrap {
	height: 45px;
}

.p-concept__scroll-hint__line-wrap {
	--line-start: 25px;
	--line-end: 35px;
	--circle-radius: 12.5px;
}

.p-concept__toc-inner {
	min-height: 80vh;
	overflow: visible;
}

.p-concept__toc-title {
	align-self: flex-start;
	margin-inline-start: 147px;
	width: 58px;
}

.p-concept__toc-item {
	padding-block: 26px;
}

.p-concept__toc-label {
	font-size: 14px;
}

.p-concept__toc-text {
	font-size: 18px;
	margin-block-start: 9px;
}

.p-concept__ch0 {
	background-color: transparent;
	padding-block-start: 235px;
}

.p-concept__ch0-inner {
	top: 235px;
	transform: translate(-50%, 0);
	width: 100%;
}

.p-concept__ch0-contents-wrapper {
	height: 45vh;
	mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
	margin-block-start: 23px;
	padding-block-start: 25px;
}

.p-concept__ch0-contents-inner {
	display: block;
	padding-block-end: 50px;
}

.p-concept__ch0-contents {
	margin-block-start: 0;
}

.p-concept__ch0-contents--added {
	display: block;
	margin-block-start: 20px;
}

.p-concept__ch0-text {
	font-size: 15px;
	line-height: 160%; /* 24px */
	text-align: left;
}

.p-concept__ch0-text + .p-concept__ch0-text {
	margin-block-start: 20px;
}

.p-concept__ch0-btn {
	display: none;
	margin-block-start: 50px;
}

.p-concept__ch0-img--1 {
	width: 130px;
}

.p-concept__ch0-img--1.is-ready {
	top: 138px;
}

.p-concept__ch0-img--2.is-ready {
	display: none;
}

.p-concept__ch0-img--3 {
	width: 114px;
}

.p-concept__ch0-img--3.is-ready {
	left: auto;
	right: 20px;
	top: 136px;
}

.p-concept__ch0-img--4 {
	width: 70px;
}

.p-concept__ch0-img--4.is-ready {
	left: 56px;
	top: 205px;
}

.p-concept__ch0-img--5 {
	display: none;
}

.p-concept__ch0-img--6 {
	width: 50px;
}

.p-concept__ch0-img--6.is-ready {
	left: auto;
	right: 5px;
	top: 118px;
}

.p-concept__ch0-img--7 {
	display: block;
}

.p-concept__ch0-img--8 {
	display: block;
}

.p-concept__ch1 {
	padding-block-start: 130px;
}

.p-concept__ch1-inner {
	height: auto;
	justify-content: flex-start;
	padding-inline: 0;
}

.p-concept__ch1-title-wrap {
	padding-inline: 20px;
	transform: scale(0.9);
}

.p-concept__ch1-sub-title {
	font-size: 16px;
}

.p-concept__ch1-sub-title-deco--left {
	top: -5px;
}

.p-concept__ch1-sub-title-deco--right {
	bottom: -5px;
}

.p-concept__ch1-message-wrap {
	margin-block-start: 10px;
}

.p-concept__ch1-message {
	height: auto;
	min-height: 500px;
}

.p-concept__ch1-message-text-block-wrap {
	top: 47%;
}

.p-concept__ch1-message-text-block + .p-concept__ch1-message-text-block {
	margin-block-start: 24px;
}

.p-concept__ch1-message-text {
	font-size: 15px;
	line-height: 1.4;
}

.p-concept__ch1-message-text::after {
	bottom: 4px;
}

.p-concept__ch1-message-text + .p-concept__ch1-message-text {
	margin-block-start: 7px;
}

.p-concept__ch1-pagination {
	bottom: 65px;
}

.p-concept__ch1-more {
	bottom: 0;
	height: 55px;
	width: 55px;
}

.p-concept__ch1-more--left {
	left: 50%;
	translate: -50%;
}

.p-concept__ch1-more--right {
	left: 50%;
	right: auto;
	translate: -50%;
}

.p-concept__ch2 {
	align-items: flex-start;
	padding-block-start: 150px;
}

.p-concept__ch2-inner {
	flex-direction: column;
	height: 100%;
}

.p-concept__ch2-title-wrap {
	align-items: center;
	margin-block-end: 20px;
	writing-mode: horizontal-tb;
}

.p-concept__ch2-sub-title {
	font-size: 16px;
	line-height: 160%; /* 25.6px */
	margin-inline-start: 0;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.p-concept__ch2-sub-title-deco--top {
	left: 49px;
	top: -4px;
}

.p-concept__ch2-sub-title-deco--bottom {
	bottom: -5px;
	right: -15px;
}

.p-concept__ch2-title {
	font-size: 22px;
	line-height: 160%; /* 35.2px */
	margin-block-start: -4px;
}

.p-concept__ch2-message-block {
	mask-image: linear-gradient(to bottom, transparent 0px, black 10px, black calc(100% - 10px), transparent 100%);
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 10px, black calc(100% - 10px), transparent 100%);
	margin-block-start: -10px;
	padding-block-start: 10px;
}

.p-concept__ch2-message-inner {
	margin-inline-start: 0;
	padding-block-end: 50px;
	position: relative;
	row-gap: 33px;
	will-change: transform;
	writing-mode: horizontal-tb;
}

.p-concept__ch2-message {
	opacity: 1;
	row-gap: 0;
	visibility: visible;
}

.p-concept__ch2-message p {
	font-feature-settings: "vert" off;
	font-size: 15px;
	line-height: 180%; /* 27px */
}

.p-concept__ch2-img-women {
	bottom: 10px;
	left: 50%;
	right: auto;
	translate: -50%;
	width: calc(100% - 20px);
}

.p-concept__ch2-img-big-cloud {
	right: 0;
	top: -37px;
	width: 130px;
}

.p-concept__ch2-img-small-cloud {
	left: 20px;
	top: -12px;
	width: 60px;
}

.p-concept__ch3 {
	justify-content: flex-start;
	margin-block-start: 0;
	padding-block-start: 140px;
}

.p-concept__ch3 body:has(.p-concept__ch3) {
	background-color: #EBF2F8;
}

.p-concept__ch3-inner {
	padding-block-end: 120px;
	padding-inline: 20px;
}

.p-concept__ch3-title {
	font-size: 22px;
	margin-block-start: 12px;
}

.p-concept__ch3-sub-title {
	font-size: 16px;
	line-height: 160%; /* 25.6px */
	margin-inline-start: 0;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.p-concept__ch3-sub-title-deco--left {
	top: -4px;
}

.p-concept__ch3-sub-title-deco--right {
	bottom: -4px;
}

.p-concept__ch3-list {
	height: 420px;
	margin-block-start: 20px;
	overflow: visible;
	position: relative;
	width: 100%;
}

.p-concept__ch3-wrapper {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-concept__ch3-item {
	height: 420px;
	left: 0;
	margin: 0;
	min-width: auto;
	opacity: 0;
	padding: 15px 25px 10px;
	position: absolute;
	top: 0;
	translate: 0;
	visibility: hidden;
	width: 100%;
}

.p-concept__ch3-item--3 {
	padding-block-start: 0;
}

.p-concept__ch3-item--3 .p-concept__ch3-item-img {
	margin-inline: auto;
	max-width: 255px;
}

.p-concept__ch3-item--3 .p-concept__ch3-item-text-block {
	margin-block-start: -5px;
}

.p-concept__ch3-item--3 .p-concept__ch3-item-text + .p-concept__ch3-item-text {
	margin-block-start: 15px;
}

.p-concept__ch3-svg {
	height: 10px;
	width: 14px;
}

.p-concept__ch3-item-text-block {
	margin-block-start: 20px;
}

.p-concept__ch3-item-text {
	font-size: 14px;
	line-height: 160%; /* 24px */
}

.p-concept__ch3-page {
	margin-block-start: 0;
}

.p-concept__ch3-current-page {
	font-size: 35px;
	letter-spacing: -1.6px;
}

.p-concept__ch3-total-page {
	font-size: 16px;
	letter-spacing: -0.64px;
}

.p-concept__ch3-controls {
	display: flex;
	margin-block-start: 15px;
}

.p-concept__ch3-arrow {
	display: flex;
}

.p-concept__ch3-pagination {
	display: flex;
}

.p-concept__ch4 {
	margin-block-start: 0;
}

.p-concept__ch4-outer {
	width: 100%;
}

.p-concept__ch4-title-wrap {
	display: flex;
	flex-direction: column;
	padding-block-start: 140px;
	position: static;
	writing-mode: horizontal-tb;
}

.p-concept__ch4-title {
	font-feature-settings: "vrt2" off;
	font-size: 22px;
	line-height: 1.6;
	margin-block-start: 14px;
}

.p-concept__ch4-sub-title {
	font-size: 16px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.p-concept__ch4-sub-title-text-wrap {
	font-feature-settings: "vrt2" off;
	writing-mode: horizontal-tb;
}

.p-concept__ch4-sub-title-deco--top {
	left: -17px;
	top: -6px;
}

.p-concept__ch4-sub-title-deco--bottom {
	bottom: -4px;
	right: -14px;
}

.p-concept__ch4-block {
	bottom: auto;
	display: block;
	height: auto;
	left: 0;
	padding-block-end: 10vh;
	position: absolute;
	right: 0;
	top: 320px;
	z-index: 20;
}

.p-concept__ch4-box {
	flex-shrink: 0;
	height: auto;
	margin-block-start: 40vh;
	margin-inline: auto;
	max-width: 355px;
	min-height: 679px;
	opacity: 0;
	visibility: hidden;
}

.p-concept__ch4-box--2 {
	margin-block-start: 0;
}

.p-concept__ch4-box::before {
	bottom: 6px;
	left: 6px;
	right: 6px;
	top: 6px;
}

.p-concept__ch4-box--1 {
	display: none;
}

.p-concept__ch4-box--2,
.p-concept__ch4-box--3,
.p-concept__ch4-box--4,
.p-concept__ch4-box--5 {
	display: block;
}

.p-concept__ch4-box-clipper {
	position: static;
}

.p-concept__ch4-box-content {
	padding-block: 50px;
	padding-block-end: 130px;
}

.p-concept__ch4-box-title {
	font-size: 16px;
	margin-block-start: 10px;
}

.p-concept__ch4-box-title--1 {
	padding-inline: 59px 58px;
}

.p-concept__ch4-box-title--2 {
	padding-inline: 51px 54px;
}

.p-concept__ch4-box-title--3 {
	padding-inline: 52px 51px;
}

.p-concept__ch4-box-title--4 {
	font-feature-settings: "palt";
	padding-inline: 41px 42px;
}

.p-concept__ch4-box-img {
	max-width: 300px;
}

.p-concept__ch4-box-img--1 {
	margin-block: 30px;
}

.p-concept__ch4-box-img--2 {
	margin-block: 30px;
}

.p-concept__ch4-box-img--3 {
	margin-block: 30px;
}

.p-concept__ch4-box-img--4 {
	margin-block: 0 30px;
}

.p-concept__ch4-box-text {
	font-feature-settings: "palt";
	font-size: 15px;
	line-height: 160%; /* 24px */
}

.p-concept__ch4-box-text + .p-concept__ch4-box-text {
	margin-block-start: 20px;
}

.p-concept__ch5 {
	padding-block-start: 125px;
}

.p-concept__ch5-inner {
	flex-direction: column;
}

.p-concept__ch5-title-wrap {
	align-items: center;
	position: static;
	writing-mode: horizontal-tb;
}

.p-concept__ch5-title {
	font-feature-settings: "vrt2" off;
	font-size: 22px;
	line-height: 160%; /* 35.2px */
	margin-block-start: 12px;
}

.p-concept__ch5-sub-title {
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	margin-inline-start: 0;
	row-gap: 5px;
}

.p-concept__ch5-sub-title-text-wrap {
	font-feature-settings: "vrt2" off;
	writing-mode: horizontal-tb;
}

.p-concept__ch5-sub-title-text--space-align {
	letter-spacing: -1.12px;
}

.p-concept__ch5-sub-title-deco--top {
	left: -10px;
	top: -4px;
}

.p-concept__ch5-sub-title-deco--bottom {
	bottom: -4px;
	right: -10px;
}

.p-concept__ch5-contents {
	bottom: 0;
	margin-inline-start: 0;
	mask-image: linear-gradient(to bottom, transparent 0%, black 10px);
	overflow: hidden;
	position: relative;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10px);
	padding-block-start: 10px;
}

.p-concept__ch5-contents-inner {
	padding-block-end: 80px;
}

.p-concept__ch5-content {
	display: flex;
	flex-direction: column;
}

.p-concept__ch5-content + .p-concept__ch5-content {
	margin-block-start: 70px;
}

.p-concept__ch5-content-lead {
	font-size: 16px;
	line-height: 160%; /* 25.6px */
	margin-block-start: 22px;
	order: 2;
}

.p-concept__ch5-content-block {
	display: contents;
}

.p-concept__ch5-content-body {
	order: 3;
}

.p-concept__ch5-content-text {
	white-space: normal;
}

.p-concept__ch5-content-text:first-of-type {
	margin-block-start: 30px;
}

.p-concept__ch5-content-text + .p-concept__ch5-content-text {
	margin-block-start: 20px;
}

.p-concept__ch5-content-img {
	display: block;
	margin-inline: auto;
	order: 1;
}

.p-concept__ch5-content-img--1 {
	margin-block-start: 0px;
	max-width: 280px;
}

.p-concept__ch5-foot {
	bottom: 130px;
	right: -4px;
	width: 86px;
	z-index: 3;
}

.p-concept__ch6 {
	margin-inline-end: 0;
	padding-block-start: 140px;
	width: 100%;
}

.p-concept__ch6-bg-primary {
	background-image: url(../../assets/images/concept/concept-ch6-1-sp.jpg);
}

.p-concept__ch6-inner {
	flex-direction: column;
}

.p-concept__ch6-sub-title {
	font-size: 16px;
	margin-block-end: 13px;
}

.p-concept__ch6-messages-group {
	height: 350px;
	margin-block-start: 54px; /* 上端を消すマスク */
	mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}

.p-concept__ch6-message-wrap {
	position: relative;
}

.p-concept__ch6-message-wrap:first-child {
	margin-block-start: 20px;
}

.p-concept__ch6-message-wrap + .p-concept__ch6-message-wrap {
	margin-block-start: 100px;
}

.p-concept__ch6-message + .p-concept__ch6-message {
	margin-block-start: 21px;
}

.p-concept__ch6-message {
	font-size: 15px;
	line-height: 160%;
}

.c-concept__title {
	font-size: 22px;
}

.c-concept__title--ch0 {
	margin-block-start: 10px;
}

.c-concept__title--ch1 {
	white-space: nowrap;
}

.c-concept__sub-title {
	font-size: 16px;
}

.show__sp {
	display: block;
}

.show__sp--inline {
	display: inline;
}

.show__sp--table {
	display: table;
	margin-inline: auto;
}

.show__tab-pc {
	display: none;
}

.show__tab-pc--inline-block {
	display: none;
}

.show__tab-pc--inline {
	display: none;
}

.webp .p-concept__note--beginning {
	background-image: url(../../assets/images/concept/concept-note-beginning-bg-sp.webp);
}

.webp .p-concept__note--ending {
	background-image: url(../../assets/images/concept/concept-note-ending-bg-sp.webp);
}

.webp .p-concept__ch6-bg-primary {
	background-image: url(../../assets/images/concept/concept-ch6-1-sp.webp);
}

.webp .p-concept__ch6-bg-secondary {
	background-image: url(../../assets/images/concept/concept-ch6-2-sp.webp);
}

}

@keyframes scrollLineAnim {

0% {
	height: var(--line-start);
}

100% {
	height: var(--line-end);
}

}

@keyframes scrollCirclePosAnim {

0% {
	transform: translate(-50%, calc(var(--line-start) - var(--circle-radius)));
}

100% {
	transform: translate(-50%, calc(var(--line-end) - var(--circle-radius)));
}

}

