@charset "UTF-8";

/* Infomation 
---------------------------------------------------------------------
File Name :  pbl.css
Create date :  2024/05/02

// Braek Points
// PC
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 979px) {
}
// Tablet
@media screen and (max-width: 767px) {
}
// Phone
@media screen and (max-width: 580px) {
}
---------------------------------------------------------------------
*/


/* --------------------------------
	module.css hack
	section/article
-------------------------------- */
section + section {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	section + section {
	}
}

.headline-02-area {
}

.pbl-v2025-top p {
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	.pbl-v2025-top
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.pbl-v2025-top {
	padding-top: var(--px44);
	margin-bottom: var(--px104);
}
@media screen and (max-width: 767px) {
	.pbl-v2025-top {
		padding-top: var(--px40);
		margin-bottom: var(--px88);
	}
}

/* --------------------------------
	head-area
-------------------------------- */
.pbl-v2025-top .head-area {
	width: 100%;
}
.pbl-v2025-top .head-box {
	width: 47.1%;
	margin: 0 auto;
}
.pbl-v2025-top .head-box .hdl {
}
.pbl-v2025-top .mainvisual-area {
	width: 100%;
	aspect-ratio: 1234 / 567;
	margin-top: calc(var(--px38) * -1);
}
.pbl-v2025-top .mainvisual-area .mainvisual-pc { display: block; }
.pbl-v2025-top .mainvisual-area .mainvisual-sp { display: none; }
@media screen and (max-width: 767px) {
	.pbl-v2025-top .head-box {
		width: 100%;
	}
	.pbl-v2025-top .head-box .hdl-sub {
	}
	.pbl-v2025-top .mainvisual-area {
		position: relative;
		aspect-ratio: 375 / 354;
		margin-top: var(--px35);
		overflow: hidden;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-pc { display: none; }
	.pbl-v2025-top .mainvisual-area .mainvisual-sp {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 200.0%;
		height: 100%;
		position: relative;
		left: -50%
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photo-box {
		width: 30.3%;
		height: 88.7%;
		overflow: hidden;
		animation: mainvisual-sp-fade 1.5s linear forwards;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photo-box img {
		width: auto;
		height: 100%;
		opacity: 0;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photo-box.active img {
		animation: mainvisual-sp-fade 1.5s linear forwards;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos {
		position: relative;
		overflow: hidden;
		align-self: flex-end;
		width: 34.5%;
		height: 88.7%;
		animation: mainvisual-sp-fade 1.5s linear forwards;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos:nth-child(odd) {
		width: 30.3%;
		overflow: hidden;
		align-self: flex-start;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos .box {
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		width: calc(100% + var(--px20));
		height: 100%;
		z-index: 1;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos .box img {
		width: calc(100% + var(--px20));
		position: relative;
		left: auto;
		height: auto;
		max-width: none !important;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos .box.prev {
		z-index: 2;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos .box.active {
		z-index: 3;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos .box img {
		mask-image: url(../images/feature/pbl/index/mainvisual_01@sp.jpg);
		mask-repeat: no-repeat;
		mask-size: 100% 100%;
		mask-position: left center;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos .box.active.firsttime img,
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos:nth-child(n) .box.active.firsttime img {
		animation:
			mainvisual-sp-move 5s linear 0s forwards;
	}
/*
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos .box.active img {
		animation:
			mainvisual-sp-anim 1.5s cubic-bezier(0, .9, .5, 1) 0s forwards,
			mainvisual-sp-move 5s linear 0s forwards;
	}
*/
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos:nth-child(1) .box.active img {
		animation:
			mainvisual-sp-anim-for-child01 0.26s linear 0s forwards,
			mainvisual-sp-move 5s linear 0s forwards;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos:nth-child(2) .box.active img {
		animation:
			mainvisual-sp-anim 1.5s cubic-bezier(0, .9, .6 ,1) 0s forwards,
			mainvisual-sp-move 5s linear 0s forwards;
	}
	.pbl-v2025-top .mainvisual-area .mainvisual-sp .mv-photos:nth-child(3) .box.active img {
		animation:
			mainvisual-sp-anim-for-child03 1.5s linear 0s forwards,
			mainvisual-sp-move 5s linear 0s forwards;
	}
	@keyframes mainvisual-sp-anim {
		0% {
			mask-size: 0% 100%;
		}
		100% {
			mask-size: 100% 100%;
		}
	}
	@keyframes mainvisual-sp-anim-for-child01 {
		0% {
			mask-size: 82.5% 100%;
		}
		100% {
			mask-size: 100% 100%;
		}
	}
	@keyframes mainvisual-sp-anim-for-child03 {
		0% {
			mask-size: 0% 100%;
		}
		100% {
			mask-size: 100% 100%;
		}
	}
	@keyframes mainvisual-sp-move {
		0% {
			left: calc(var(--px20) * -1);
		}
		100% {
			left: 0;
		}
	}
	@keyframes mainvisual-sp-fade {
		0%{ opacity: 0; }
		100%{ opacity: 1; }
	}
}


/* --------------------------------
	headline
-------------------------------- */
.pbl-v2025-top .hdl-v2025-01 {
}
[class^="pbl-v2025-"] .hdl-v2025-02 {
	font-size: var(--px54);
	font-weight: bold;
	line-height: 100%;
	color: var(--color-glb-tygred-01);
	text-align: center;
}
[class^="pbl-v2025-"] .hdl-v2025-03 {
	font-size: var(--px36);
	font-weight: bold;
	line-height: 150%;
	color: var(--color-glb-tygred-01);
	text-align: left;
}
[class^="pbl-v2025-"] .hdl-v2025-04 {
	font-size: var(--px60);
	font-weight: bold;
	line-height: 150%;
	color: var(--color-glb-tygred-01);
	text-align: center;
}
@media screen and (max-width: 767px) {
	[class^="pbl-v2025-"] .hdl-v2025-02 {
		font-size: var(--px28);
	}
	[class^="pbl-v2025-"] .hdl-v2025-03 {
		font-size: var(--px24);
	}
	[class^="pbl-v2025-"] .hdl-v2025-04 {
		font-size: var(--px41);
	}
}


/* --------------------------------
	.pbl-v2025-top .pbl-layout-v2025
-------------------------------- */

.pbl-v2025-top .pbl-layout-v2025-01 {
	width: 100%;
	aspect-ratio: 1248 / 886;
	position: relative;
	margin-top: var(--px20);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-01,
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-02,
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-03,
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-04,
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-05 {
	position: absolute;
	z-index: 1;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-01 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-02 {
	top: 0;
	right: 0;
	width: 40.1%;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-03 {
	bottom: var(--px41);;
	left: 0;
	width: 34.9%;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-04 {
	top: var(--px44);;
	left: 0;
	width: 22.8%;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-05 {
	bottom: 0;
	right: var(--px10);
	width: 41.4%;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 {
	flex-basis: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: var(--px64);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 .box {
	width: 100%;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 .box .text-01 {
	font-size: var(--px66);
	font-weight: bold;
	color: var(--color-glb-tygred-01);
	line-height: 150%;
	text-align: center;
	white-space: nowrap;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 .box .text-01 span {
	display: inline-block;
	border-bottom: 1px solid var(--color-glb-tygred-01);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 .box .text-02 {
	font-size: var(--px34);
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	margin-top: 0.75em;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 .box .text-03 {
	font-size: var(--px19);
	font-weight: bold;
	line-height: 200%;
	text-align: center;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 {
	position: relative;
	width: 100%;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .text-box {
	position: absolute;
	top: var(--px58);
	left: 0;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .text-box .text-04 {
	display: block;
	width: 100%;
	font-size: var(--px20);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .text-box .text-05 {
	font-size: var(--px30);
	margin-top: var(--px15);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .text-box .text-06 {
	font-size: var(--px35);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .photo-box {
	width: 41.8%;
	margin: auto 0 auto auto;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 {
	position: relative;
	width: 100%;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .text-box {
	position: absolute;
	bottom: 0;
	left: 0;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .text-box .text-04 {
	display: block;
	font-size: var(--px24);
	writing-mode: vertical-rl;
	background-color: #fff;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .text-box .text-05 {
	font-size: var(--px35);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .text-box .text-06 {
	position: absolute;
	top: calc(var(--px32) * -1);
	left: var(--px42);
	font-size: var(--px47);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .photo-box {
	width: 65.7%;
	margin: 0 auto auto 0;
	padding-bottom: var(--px76);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 {
	position: relative;
	width: 100%;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .text-box {
	position: absolute;
	bottom: var(--px16);
	left: 0;
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .text-box .text-04 {
	display: block;
	font-size: var(--px20);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .text-box .text-05 {
	font-size: var(--px32);
	margin-top: var(--px10);
	margin-left: var(--px69);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .text-box .text-06 {
	position: absolute;
	top: calc(var(--px240) * -1);
	right: calc(var(--px58) * -1);
	font-size: var(--px64);
}
.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .photo-box {
	width: 50.7%;
	margin: auto 0 0 auto;
}
.pbl-v2025-top .pbl-layout-v2025-01 .text-04 {
	display: inline-block;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.pbl-v2025-top .pbl-layout-v2025-01 .text-05 {
	display: inline-block;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: var(--color-glb-tygred-01);
	padding: 0 0.3em 0.1em 0.3em;
	white-space: nowrap;
}
.pbl-v2025-top .pbl-layout-v2025-01 .text-06 {
	display: inline-block;
	font-weight: bold;
	line-height: 120%;
	color: var(--color-glb-tygred-01);
}
@media screen and (max-width: 767px) {
	.pbl-v2025-top .pbl-layout-v2025-01 {
		width: 100%;
		aspect-ratio: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-01,
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-02,
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-03,
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-04,
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-05 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		width: 100%;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-01 {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: var(--px48);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-01 .layout-inner-01 {
		flex-basis: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-02 {
		padding-left: var(--px20);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-03 {
		margin-top: calc(var(--px100) * -1);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-04 {
		position: absolute;
		width: 36.8%;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-box-05 {
		margin-top: var(--px12);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 {
		row-gap: var(--px40);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 .box .text-01 {
		font-size: var(--px40);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 .box .text-02 {
		font-size: var(--px20);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-01 .box .text-03 {
		font-size: var(--px13);
		line-height: 230%;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 {
		position: relative;
		width: 100%;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .text-box {
		position: absolute;
		top: var(--px22);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .text-box .text-04 {
		font-size: var(--px14);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .text-box .text-05 {
		font-size: var(--px19);
		margin-top: var(--px10);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .text-box .text-06 {
		font-size: var(--px30);
		position: absolute;
		bottom: 0;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-02 .photo-box {
		width: 41.7%;
		margin: auto 0 auto auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .text-box .text-04 {
		font-size: var(--px21);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .text-box .text-05 {
		font-size: var(--px28);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .text-box .text-06 {
		left: var(--px23);
		font-size: var(--px47);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-03 .photo-box {
		width: 51.5%;
		margin: 0 auto auto 0;
		padding-bottom: var(--px42);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .text-box {
		bottom: 5px;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .text-box .text-04 {
		font-size: var(--px17);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .text-box .text-05 {
		font-size: var(--px28);
		margin-left: var(--px61);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .text-box .text-06 {
		top: calc(var(--px135) * -1);
		right: var(--px15);
		font-size: var(--px57);
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .layout-inner-04 .photo-box {
		width: 50.7%;
		margin: auto 0 0 auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-01 .text-05 {
		padding: 0.1em 0.5em 0.2em 0.5em;
	}
}

.pbl-v2025-top .pbl-layout-v2025-02 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: var(--px60);
	margin-top: var(--px88);
	margin-bottom: var(--px88);
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-01 {
	width: 100%;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-01 .text-box {
	background-color: var(--color-glb-gray-04);
	padding: var(--px50) 0;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-01 a.text-box {
	display: block;
	text-decoration: none;
	color: var(--color-glb-black-01);
	transition: opacity .3s ease;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-01 a.text-box:hover {
	text-decoration: none;
	opacity: 0.5;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-01 .text-box .text-01 {
	position: relative;
	font-size: var(--px18);
	font-weight: bold;
	text-align: center;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-01 .text-box .text-01:after {
	content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi42MjciIGhlaWdodD0iMjIuNjI3IiB2aWV3Qm94PSIwIDAgMjIuNjI3IDIyLjYyNyI+PHBhdGggZD0iTTAsMTVIMTVWMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuMzE0IDApIHJvdGF0ZSg0NSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Q5MDAzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+Cg==');
	position: relative;
	display: block;
	height: 1em;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-02 {
	width: 100%;
	margin-top: var(--px30);
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - var(--px66));
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03:nth-child(even) {
	margin-left: var(--px66);
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-01 {
	position: relative;
	width: 64.6%;
	margin: 0 auto;
	z-index: 1;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03:nth-child(even) .layout-inner-01 { margin-right: 0; }
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03:nth-child(odd) .layout-inner-01 { margin-left: 0; }
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-wrap {
	position: absolute;
	width: 58.5%;
	z-index: 2;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03:nth-child(odd) .layout-inner-wrap { right: 0; }
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-02 {
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-02 .text-01 {
	position: relative;
	display: inline-block;
	font-size: var(--px125);
	line-height: 100%;
	color: var(--color-glb-tygred-01);
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-02 .text-01:after {
	content: '';
	display: block;
	position: relative;
	width: 1.5em;
	height: 2px;
	margin-left: var(--px20);
	background-color: var(--color-glb-tygred-01);
	transform: rotate(-45deg);
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-03 .title {
	display: inline-block;
	font-size: var(--px33);
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	padding: 0.1em 0.75em 0.2em 0.75em;
	background-color: var(--color-glb-tygred-01);
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-03 .text-02 {
	display: block;
	font-size: var(--px17);
	font-weight: bold;
	line-height: 180%;
	padding: var(--px20);
	background-color: rgba(255, 255, 255, 0.97);
	max-width: 600px;
}
.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-03 {
	padding-left: var(--px118);
}
@media screen and (max-width: 767px) {
	.pbl-v2025-top .pbl-layout-v2025-02 {
		row-gap: var(--px25);
		margin-top: var(--px50);
		margin-bottom: var(--px20);
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-01 .text-box {
		padding: var(--px35) 0;
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-01 .text-box .text-01 {
		font-size: var(--px15);
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-02 {
		margin-top: var(--px20);
		margin-bottom: var(--px20);
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 {
		width: 100%;
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03:nth-child(even) {
		margin-left: 0;
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-01 {
		width: 100%;
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03:nth-child(even) .layout-inner-01,
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03:nth-child(odd) .layout-inner-01 {
		margin-right: auto;
		margin-left: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-wrap {
		position: relative;
		width: 100%;
		margin-top: calc(var(--px105) * -1);
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03:nth-child(odd) .layout-inner-wrap { right: 0; }
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-02 {
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-02 .text-01 {
		position: relative;
		display: inline-block;
		font-size: var(--px69);
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-03 .title {
		display: block;
		font-size: var(--px19);
		padding: 0.2em 1em 0.3em 1em;
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-03 .text-02 {
		font-size: var(--px12);
		padding: 0;
		margin-top: 1em;
	}
	.pbl-v2025-top .pbl-layout-v2025-02 .layout-box-03 .layout-inner-03 {
		padding: var(--px15) var(--px20) 0 var(--px64);
	}
}

.pbl-v2025-top .pbl-layout-v2025-03 {
	padding: var(--px60) 0;
}
.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-01 {
	margin-bottom: var(--px48);
}
.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: var(--px18);
	row-gap: var(--px24);
	max-width: 801px;
	margin: 0 auto;
}
.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 .box {
	width: 31.8%;
	aspect-ratio: 1/1;
	background-color: var(--color-glb-tygred-01);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 .box .text-01 {
	font-size: var(--px23);
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	text-align: center;
}
.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 .box .text-01 span {
	font-size: var(--px28);
}
@media screen and (max-width: 767px) {
	.pbl-v2025-top .pbl-layout-v2025-03 {
		padding: var(--px48) 0 var(--px80) 0;
	}
	.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-01 {
		margin-bottom: var(--px32);
	}
	.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 {
		display: block;
		max-width: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 .box {
		margin: var(--px10);
	}
	.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 .slick-dots {
		text-align: center;
	}
	.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 .slick-dots li button::before {
		border: 1px solid var(--color-glb-black-01);
		border-radius: 50%;
		color: transparent;
	}
	.pbl-v2025-top .pbl-layout-v2025-03 .layout-box-02 .layout-inner-01 .slick-dots li.slick-active button::before {
		opacity: 1;
		color: transparent;
		background: var(--color-glb-black-01);
	}
}

.pbl-v2025-top .pbl-layout-v2025-04 {
	margin-bottom: var(--px100);
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 {
	position: relative;
	width: 100%;
	aspect-ratio: 1380 / 821;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-01 {
	position: absolute;
	top: 0;
	width: 100%;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-01 .arrows {
	width: 9.2%;
	margin: var(--px60) auto 0 auto;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-02 {
	position: absolute;
	top: var(--px190);
	left: -40%;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	text-align: left;
	width: fit-content;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-03 {
	position: absolute;
	bottom: var(--px28);
	left: 0;
	width: 57.2%;
	z-index: 2;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-04 {
	position: absolute;
	bottom: var(--px89);
	right: 0;
	width: 19.6%;
	height: var(--px81);
	background-color: var(--color-glb-tygred-01);
	z-index: 3;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-05 {
	position: absolute;
	bottom: var(--px170);
	right: 0;
	width: 48.7%;
	z-index: 1;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-06 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 17.7%;
	height: var(--px28);
	background-color: var(--color-glb-tygred-01);
	z-index: 4;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .text-01 {
	font-size: var(--px32);
	font-weight: bold;
	line-height: 140%;
	margin: 0 0 0.5em 0.5em;
}
.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .text-02 {
	display: inline-block;
	font-size: var(--px36);
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	padding: 0.1em 0.75em 0.2em 0.75em;
	background-color: var(--color-glb-tygred-01);
}
@media screen and (max-width: 767px) {
	.pbl-v2025-top .pbl-layout-v2025-04 {
		margin-bottom: var(--px30);
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 {
		aspect-ratio: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-01 {
		position: relative;
		top: auto;
		width: 100%;
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-01 .arrows {
		width: 20.0%;
		margin: var(--px38) auto var(--px20) auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-02 {
		position: relative;
		top: auto;
		left: auto;
		padding: 0 var(--px20);
		width: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-03 {
		position: relative;
		bottom: auto;
		width: 92.3%;
		margin-top: calc(var(--px15) * -1);
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-04 {
		position: relative;
		bottom: auto;
		right: 0;
		width: 31.5%;
		height: var(--px35);
		margin-top: calc(var(--px10) * -1);
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-05 {
		position: relative;
		bottom: auto;
		right: 0;
		width: 89.3%;
		margin: calc(var(--px15) * -1) 0 auto auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .layout-inner-06 {
		position: relative;
		bottom: auto;
		left: 0;
		width: 32.3%;
		height: var(--px13);
		margin: auto 0 auto auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .text-01 {
		font-size: var(--px18);
		line-height: 180%;
		margin: 0 0 0.5em 1em;
	}
	.pbl-v2025-top .pbl-layout-v2025-04 .layout-box-01 .text-02 {
		font-size: var(--px25);
	}
}

.pbl-v2025-top .pbl-layout-v2025-05 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: var(--px100);
	padding: var(--px80) 0;
}
.pbl-v2025-top .pbl-layout-v2025-05 + .pbl-layout-v2025-05 {
	padding-top: 0;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-01 {
	width: 100%;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.pbl-v2025-top .pbl-layout-v2025-05 a {
	text-decoration: none;
}
.pbl-v2025-top .pbl-layout-v2025-05 a .layout-box-02 {
	color: var(--color-glb-black-01);
}
.pbl-v2025-top .pbl-layout-v2025-05 a:hover .layout-box-02 {
	opacity: .65;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-01 {
	position: absolute;
	z-index: 2;
	width: var(--px104);
	padding: var(--px22);
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-wrap {
	position: relative;
	width: 100%;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-02 {
	width: 91.5%;
	aspect-ratio: 1095 / 616;
	margin: auto auto var(--px50) auto;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-02 { margin-left: 0; }
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-03 {
	position: absolute;
	top: var(--px47);
	background-color: var(--color-glb-tygred-01);
	padding: var(--px10) var(--px20);
	transition: opacity .3s ease;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 a.layout-inner-03:hover {
	text-decoration: none;
	opacity: 0.8;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-03 { right: 0; }
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04 {
	position: absolute;
	display: inline-block;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04.type-01 {
	top: var(--px170);
	left: var(--px164);
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04.type-02 {
	top: var(--px205);
	right: var(--px52);
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04.type-03 {
	top: var(--px220);
	left: var(--px121);
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-05 {
	position: absolute;
	bottom: 0;
	width: 26.3%;
	background-color: #fff;
	padding: var(--px40);
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-05 { right: 0; }
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-01 {
	position: relative;
	font-size: var(--px50);
	line-height: 100%;
	color: #fff;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-01 .icon {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 0.2em;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-02 {
	display: inline-block;
	font-size: var(--px32);
	font-weight: bold;
	line-height: 180%;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-02 span {
	display: inline-block;
	background-color: #fff;
	padding: 0 0.3em;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-02 br.glb-disablePC + span {
	margin-left: -0.3em;
	padding-left: 0;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .type-01 .text-02 span.has-indent {
	margin-left: 2em;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .type-03 .text-02 span.has-indent {
	margin-left: 6em;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-03 {
	font-size: var(--px33);
	font-weight: bold;
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-03 span {
	font-size: var(--px24);
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-04 {
	font-size: var(--px17);
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid var(--color-glb-black-01);
}
.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02  .text-05 {
	font-size: var(--px17);
	font-weight: bold;
	line-height: 180%;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.pbl-v2025-top .pbl-layout-v2025-05 {
		row-gap: var(--px40);
		padding: var(--px48) 0;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 + .pbl-layout-v2025-05 {
		padding-top: 0;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-01 {
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 {
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-01 {
		width: var(--px48);
		padding: var(--px10);
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-wrap {
		width: 100%;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-02 {
		width: 100%;
		aspect-ratio: 1095 / 616;
		margin: auto auto 0 auto;
		background-color: #888;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-02 {
		margin-left: auto;
		margin-right: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-03 {
		top: 0;
		background-color: var(--color-glb-tygred-01);
		padding: 0.5em;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-03 {
		left: auto;
		right: 0;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04 {
		width: 100%;
		position: relative;
		top: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04.type-01,
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04.type-02,
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04.type-03 {
		top: auto;
		left: auto;
		right: auto;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04 {
		text-align: left;
		background-color: #fff;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-04 .text-02 {
		color: #fff;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-05 {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		padding: var(--px10);
		background-color: #fff;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .layout-inner-05 {
		text-align: left;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-01 {
		font-size: var(--px22);
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-02 {
		font-size: var(--px22);
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-02 span {
		color: #fff;
		background-color: var(--color-glb-tygred-01);
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-02 br.glb-disablePC + span {
		margin-left: 0;
		padding-left: 0.3em;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .type-01 .text-02 span.has-indent,
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .type-03 .text-02 span.has-indent {
		margin-left: 0;
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-03 {
		font-size: var(--px17);
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-03 span {
		font-size: var(--px14);
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-04 {
		font-size: var(--px13);
	}
	.pbl-v2025-top .pbl-layout-v2025-05 .layout-box-02 .text-05 {
		font-size: var(--px12);
	}
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	.pbl-v2025-case
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.pbl-v2025-case {
	font-size: var(--px17);
	line-height: 180%;
	margin-bottom: var(--px104);
}
@media screen and (max-width: 767px) {
	.pbl-v2025-case {
		font-size: var(--px15);
		margin-bottom: var(--px88);
	}
	.in-iframe .pbl-v2025-case {
		margin-bottom: 0;
	}
}


/* --------------------------------
	.pbl-v2025-case .pbl-layout-v2025
-------------------------------- */

.pbl-v2025-case .pbl-layout-v2025-01 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	row-gap: var(--px100);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 {
	width: 50%;
	position: sticky;
	top: 80px;
	left: 0;
	align-self: flex-start;
}
.in-iframe .pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 {
	top: 0;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 .layout-inner-wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 .layout-inner-01 {
	width: 15.3%;
	padding: var(--px32) var(--px24) 0 var(--px19);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 .layout-inner-02 {
	width: 84.7%;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: var(--px40);
	padding: var(--px150) var(--px120) 0 var(--px120);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .box {
	width: 100%;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-01 {
	display: inline-block;
	font-size: var(--px36);
	font-weight: bold;
	line-height: 150%;
	color: #fff;
	background-color: var(--color-glb-tygred-01);
	padding: 0.2em;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-02 {
	font-size: var(--px20);
	font-weight: bold;
	color: #707070;
	margin-top: 0.4em;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-03 {
	display: inline-block;
	position: relative;
	font-size: var(--px20);
	font-weight: bold;
	line-height: 150%;
	margin-left: 1em;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-03 span:before,
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-03 span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: -0.1em;
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 1.4em;
	background-color: var(--color-glb-black-01);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-03 span:before {
	margin-left: -0.5em;
	transform: rotate(-30deg);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-03 span:after {
	margin-right: -0.5em;
	transform: rotate(30deg);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-04 {
	font-size: var(--px24);
	font-weight: bold;
	color: var(--color-glb-tygred-01);
	padding-bottom: var(--px12);
	border-bottom: 1px solid var(--color-glb-tygred-01);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-05 {
	font-size: var(--px16);
	font-weight: bold;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-05 span {
	font-size: var(--px13);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-06 {
	font-size: var(--px12);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-05 + .text-07,
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-06 + .text-07 {
	margin-top: 1em;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-07 {
	font-size: var(--px14);
	line-height: 240%;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-07 + ul {
	font-size: var(--px14);
	line-height: 240%;
	margin-top: 1em;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 .layout-inner-01 {
	width: 50%;
	padding: var(--px30) 0;
	text-decoration: none;
	transition: opacity .3s ease;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 a.layout-inner-01:hover {
	text-decoration: none;
	opacity: 0.8;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 .prev {
	background-color: var(--color-glb-gray-04);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 .next {
	background-color: var(--color-glb-tygred-01);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 .text-navi {
	font-size: var(--px56);
	line-height: 100%;
	text-align: center;
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 .prev .text-navi {
	color: var(--color-glb-tygred-01);
}
.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 .next .text-navi {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.pbl-v2025-case .pbl-layout-v2025-01 {
		justify-content: center;
		row-gap: var(--px40);
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 .layout-inner-wrap {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 .layout-inner-01 {
		width: 7.7%;
		position: absolute;
		top: var(--px10);
		left: var(--px20);
		padding: 0;
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-01 .layout-inner-02 {
		width: 100%;
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 {
		width: 100%;
		padding: 0;
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-01 {
		font-size: var(--px26);
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-02 {
		font-size: var(--px16);
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-03 {
		font-size: var(--px20);
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-04 {
		font-size: var(--px22);
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-05 {
		font-size: var(--px16);
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-07 {
		font-size: var(--px13);
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-02 .text-07 + ul {
		font-size: var(--px13);
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 {
		width: 100%;
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 .layout-inner-01 {
		padding: var(--px12) 0;
	}
	.pbl-v2025-case .pbl-layout-v2025-01 .layout-box-03 .text-navi {
		font-size: var(--px35);
	}
}


/* --------------------------------
	modaal/modaal.css hack
-------------------------------- */
.feature-pbl .modaal-wrapper .modaal-close {
	top: 0;
	right: 0;
	background: var(--color-glb-tygred-01);
	border-radius: 0;
}
.feature-pbl .modaal-wrapper .modaal-close:hover {
	opacity: 0.8;
}
.feature-pbl .modaal-close:hover::before,
.feature-pbl .modaal-close:hover::after {
	background: #fff;
}
.feature-pbl .modaal-inner-wrapper {
	padding: 0;
}
.feature-pbl .modaal-container {
	max-width: 100vw !important;
	height: 100vh !important;
}

