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 span {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.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: 188px;
		margin: -50px auto;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}
	.p-firstview__heading span {
		position: relative;
		font-size: 60px;
	}
	.p-firstview.active .p-firstview__heading {
		opacity: 1;
		transform: none;
	}
	.p-firstview__text {
		margin: 120px 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__list + .p-anchors__list {
		margin: 30px 0 0;
	}
	.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: 206px 90px 102px 0;
		margin: 0 auto;
	}
	.p-anchors__list {
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		padding: 0 0 0 90px;
	}
	.p-anchors__list + .p-anchors__list {
		margin: 40px 0 0;
	}
	.p-anchors__item {
		flex: 1 1 145px;
		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-flow__topheading {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 0;
}
.p-flow__topheading span {
	color: #002972;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}
.p-flow__heading {
	margin: 10px 0 0;
	text-align: center;
}
.p-flow__heading span {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-flow__text {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-flow__list {
	margin: 40px 0 0;
}
.p-flow__item-no {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	background-color: #e2e7f0;
}
.p-flow__item-no span {
	/* font-family: var(--wf-notosans); */
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.p-flow__item-title {
	margin: 10px 0 0;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-flow__item-image {
	margin: 20px 0 0;
	overflow: hidden;
}
.p-flow__item-image picture,
.p-flow__item-image img {
	display: block;
	width: 100%;
}
.p-flow__item-text {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.p-flow {
		margin: 80px 0 0;
	}
	.p-flow__item + .p-flow__item {
		margin: 60px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.p-flow {
		margin: 140px 0 0;
	}
	.p-flow__topheading {
		padding: 10px 0;
		justify-content: flex-start;
	}
	.p-flow__topheading span {
		font-size: 40px;
	}
	.p-flow__heading {
		margin: 20px 0 0;
		text-align: left;
	}
	.p-flow__heading span {
		font-size: 28px;
	}
	.p-flow__text {
		margin: 20px 0 0;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.p-flow__list {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 40px;
		margin: 60px 0 0;
	}
	.p-flow__item {
		flex: 1 1 30%;
	}
	.p-flow__item-no {
		padding: 12px 0;
	}
	.p-flow__item-no span {
		font-size: 18px;
	}
	.p-flow__item-title {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 70px;
	}
	.p-flow__item-text {
		margin: 10px 0 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.6;
	}
}
@media (max-width: 767px) {
	.p-flow + .p-flow {
		position: relative;
		padding: 50px 0 0;
		margin: 50px 0 0;
	}
	.p-flow + .p-flow::before {
		content: '';
		position: absolute;
		top: 0;
		right: 16px;
		left: 16px;
		height: 2px;
		background-color: #002972;
	}
}
@media screen and (min-width: 768px), print {
	.p-flow + .p-flow {
		position: relative;
		padding: 100px 0 0;
		margin: 100px 0 0;
	}
	.p-flow + .p-flow::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 1200px;
		max-width: var(--inner-max-width);
		min-width: 1226px;
		height: 2px;
		background-color: #002972;
	}
}
