img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media screen and (min-width: 768px), print {
	.main::before {
		top: 2462px;
	}
}
.p-firstview {
	position: relative;
	z-index: 2;
	margin: 60px 0 0;
}
.p-firstview__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-firstview__heading span {
	white-space: nowrap;
}
.p-firstview__heading span > * {
	display: inline-block;
	opacity: 0;
	transform: skew(50deg, 30deg) rotate(-40deg) translate(20px, 40px) scale(0.8, 0.8);
	transition: 0.5s 0.15s ease-in;
}
.p-firstview.active .p-firstview__heading span span {
	opacity: 1;
	transform: none;
}
.p-firstview__text {
	margin: 40px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.9;
	opacity: 0;
	transition: opacity 0.6s ease-in;
}
.p-firstview.active .p-firstview__text {
	opacity: 1;
}
.p-firstview__image {
	margin: 20px 0 0;
}
@media (max-width: 767px) {
	.p-firstview__block {
		flex: 0 0 100%;
		width: 100%;
		padding: 0 20px;
	}
	.p-firstview__heading {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.p-firstview__heading span {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1;
	}
	.p-firstview.active .p-firstview__heading,
	.p-firstview.active .p-firstview__text {
		opacity: 1;
		transform: none;
	}
	.p-firstview__image {
		flex: 0 0 100%;
		width: 100%;
	}
	.p-firstview__image picture {
		display: block;
		width: 0;
		overflow: hidden;
		transition: width 0.6s ease-out;
	}
	.p-firstview__image img {
		width: 100vw;
		max-width: none;
	}
	.p-firstview.active .p-firstview__image picture {
		width: 100%;
	}
}
@media screen and (min-width: 768px), print {
	.p-firstview {
		margin: 40px 0 0;
	}
	.p-firstview__inner {
		width: max(100%, var(--inner-min-width));
		max-width: var(--inner-max-width);
		margin: 0 auto;
	}
	.p-firstview__block {
		order: 2;
		flex: 1 1 567px;
		width: 567px;
	}
	.p-firstview__image {
		order: 1;
		position: relative;
		flex: 1 1 712px;
		width: 712px;
		height: 645px;
	}
	.p-firstview__image picture {
		position: absolute;
		top: 0;
		left: calc((100% - max(100%, var(--inner-min-width))) / 2);
		bottom: 0;
		width: 0;
		overflow: hidden;
		transition: width 0.6s ease-in;
	}
	.p-firstview__image img {
		width: max(1033px, 100%);
		max-width: none;
	}
	.p-firstview.active .p-firstview__image picture {
		width: max(1033px, 100%);
	}
	.p-firstview__heading {
		width: 86px;
		margin: -50px auto;
		writing-mode: vertical-rl;
	}
	.p-firstview__heading span {
		position: relative;
		font-size: 60px;
	}
	.p-firstview.active .p-firstview__heading {
		opacity: 1;
		transform: none;
	}
	.p-firstview__text {
		margin: 55px 0 0;
		text-align: center;
		font-size: 20px;
		white-space: nowrap;
	}
}
.p-anchors {
	position: relative;
	margin: -40px 0 0;
}
.p-anchors::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 20px;
	background-color: #002972;
	opacity: 0.03;
}
.p-anchors__inner {
	position: relative;
	z-index: 1;
}
.p-anchors__no {
	transform: translate(0, 1px);
	/* font-family: var(--wf-notosans); */
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
}
.p-anchors__text {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}
.p-anchors__icon {
	position: relative;
	width: 25px;
	height: 28px;
	background: url('../images/promise/anchor_shape.svg') no-repeat;
	background-position: center;
	background-size: contain;
}
.p-anchors__icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 8px;
	background: url('../images/promise/anchor_arrow.svg') no-repeat;
	background-position: center top;
	background-size: contain;
}
@media (max-width: 767px) {
	.p-anchors__inner {
		padding: 65px 20px 25px;
	}
	.p-anchors__list {
		padding: 0 20px;
	}
	.p-anchors__item a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.p-anchors__item + .p-anchors__item {
		margin: 30px 0 0;
	}
	.p-anchors__text {
		margin: 0 0 0 20px;
	}
	.p-anchors__icon {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}
}
@media screen and (min-width: 768px), print {
	.p-anchors {
		margin: -112px 0 0;
	}
	.p-anchors::before {
		left: 90px;
	}
	.p-anchors__inner {
		padding: 346px 90px 202px 0;
		margin: 0 auto;
	}
	.p-anchors__list {
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		padding: 0 0 0 90px;
	}
	.p-anchors__item {
		text-align: center;
	}
	.p-anchors__no {
		transform: none;
	}
	.p-anchors__text {
		margin: 16px 0 0;
		white-space: nowrap;
	}
	.p-anchors__icon {
		width: 55px;
		height: 62px;
		margin: 20px auto 0;
	}
	.p-anchors__icon::before {
		height: 12px;
		transition: margin 0.4s ease-out;
	}
	.p-anchors__item:hover .p-anchors__icon::before {
		margin: 5px 0 0;
	}
}
.p-promise {
	padding: 80px 0 0;
}
.p-promise:last-of-type {
	padding-bottom: 100px;
}
.p-promise__decoration {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	color: #222;
	/* font-family: var(--wf-notosans); */
	font-weight: 100;
}
.p-promise__decoration small {
	transform: translate(0, 2px);
	font-size: 20px;
}
.p-promise__decoration span {
	font-size: 60px;
}
.p-promise__heading {
	margin: 20px 0 0;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}
.p-promise__text {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-promise__list {
	margin: 40px 0 0;
}
.p-promise__item-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-promise__item-image {
	height: 48vw;
	margin: 20px 0 0;
}
.p-promise__item-image picture,
.p-promise__item-image img {
	display: block;
	width: 100%;
	height: 100%;
}
.p-promise__item-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	padding: 10px 26px 9px;
	margin: 20px auto 0;
}
.p-promise__item-button::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 10px;
	width: 13px;
	height: 13px;
	background: url('../images/promise/promise_plus--white.svg') no-repeat;
	background-position: center;
	background-size: contain;
}
.p-promise__item-button.is-link::after {
	background-image: url('../images/icon/arrow01--white.svg');
}
.p-promise .p-modaal__contents {
	display: none;
}
@media (max-width: 767px) {
	.p-promise__inner {
		padding: 0 20px;
	}
	.p-promise__item + .p-promise__item {
		margin: 80px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.p-promise:last-of-type {
		padding-bottom: 612px;
	}
	.p-promise__inner {
		margin: 0 auto;
	}
	.p-promise__decoration {
		gap: 30px;
	}
	.p-promise__decoration small {
		font-size: 29px;
	}
	.p-promise__decoration span {
		font-size: 163px;
	}
	.p-promise__heading {
		margin: 120px 0 0;
		font-size: 48px;
	}
	.p-promise__text {
		margin: 40px 0 0;
		line-height: 2;
	}
	.p-promise__list {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 97px;
		margin: 154px 0 0;
	}
	.p-promise__item {
		flex: 1 1 442px;
		width: 442px;
	}
	.p-promise__item-title {
		font-size: 24px;
		white-space: nowrap;
	}
	.p-promise__item-image {
		height: 294px;
		margin: 20px 0 0;
	}
	.p-promise__item-button {
		width: 218px;
		height: 56px;
		margin: 50px auto 0;
		border-radius: 28px;
		cursor: pointer;
	}
	.p-promise__item-button::before {
		background-color: #fff;
	}
	.p-promise__item-button::after {
		right: 25px;
		transition: background-image 0.4s ease-out;
	}
	.p-promise__item-button:hover::after {
		background-image: url('../images/promise/promise_plus--black.svg');
	}
	.p-promise__item-button.is-link:hover::after {
		background-image: url('../images/icon/arrow01.svg');
	}
}
@media (max-width: 767px) {
	.p-promise + .p-promise {
		margin: 60px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.p-promise + .p-promise {
		margin: 308px 0 0;
	}
}
.p-modaal {
	position: fixed;
	z-index: 20;
	inset: 0;
	display: none;
	opacity: 0;
	pointer-events: none;
}
.p-modaal::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #222;
	opacity: 0.8;
}
.p-modaal__mask {
	position: absolute;
	z-index: 1;
	inset: 0;
}
.p-modaal__wrapper {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90vw;
	height: 75svh;
	background-color: #fff;
}
.p-modaal__close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #231815;
	border-radius: 100%;
	cursor: pointer;
}
.p-modaal__close span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 2px;
	background-color: #231815;
}
.p-modaal__close span:nth-of-type(1) {
	transform: translate(-50%, -50%) rotate(35deg);
}
.p-modaal__close span:nth-of-type(2) {
	transform: translate(-50%, -50%) rotate(-35deg);
}
.p-modaal__inner {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	padding: 40px 0;
}
.p-modaal__contents {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	overflow: auto;
}
.p-modaal__item + .p-modaal__item {
	margin: 80px 0 0;
}
.p-modaal__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}
.p-modaal__image {
	margin: 20px 0 0;
}
.p-modaal__image img {
	width: 100%;
}
.p-modaal__text {
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 1.6;
}
@media screen and (min-width: 768px), print {
	.p-modaal__wrapper {
		width: 900px;
	}
	.p-modaal__inner {
		padding: 40px 50px;
	}
	.p-modaal__item {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 30px 30px;
	}
	.p-modaal__item--block {
		display: block;
	}
	.p-modaal__title {
		flex: 0 0 100%;
		width: 100%;
	}
	.p-modaal__image {
		flex: 0 0 320px;
		width: 320px;
		height: 212px;
		margin: 0;
	}
	.p-modaal__item--block .p-modaal__image {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.p-modaal__text {
		flex: 0 0 calc(100% - 350px);
		width: calc(100% - 350px);
		margin: 0;
		font-size: 14px;
	}
	.p-modaal__item--block .p-modaal__text {
		width: 100%;
	}
	.p-modaal__close {
		width: 50px;
		height: 50px;
	}
}
