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: 1600px;
	}
}
.p-firstview {
	position: relative;
	z-index: 2;
	margin: 60px 0 0;
}
.p-firstview img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.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;
}
@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 1s 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__block {
		order: 2;
		flex: 1 1 567px;
		width: 567px;
	}
	.p-firstview__image {
		order: 1;
		position: relative;
		flex: 1 1 712px;
		width: 100vw;
		min-width: 100%;
		height: 345px;
	}
	.p-firstview__image picture {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 0;
		overflow: hidden;
		transition: width 0.6s ease-in;
	}
	.p-firstview__image img {
		width: max(100%, 100vw);
		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 {
		width: 1200px;
		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-thought {
	padding: 60px 0 0;
	margin: 40px 0 0;
}
.p-thought__image {
	margin: 30px 0 0;
}
.p-thought__image img {
	display: block;
	width: 60%;
	margin: 0 auto;
}
.p-thought__title {
	position: relative;
	margin: 40px 0 0;
	text-align: center;
	color: #002972;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}
.p-thought__text {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
@media screen and (min-width: 768px), print {
	.p-thought__inner {
		width: 830px;
	}
	.p-thought__image {
		margin: 40px 0 0;
	}
	.p-thought__image img {
		width: 300px;
	}
	.p-thought__title {
		margin: 60px 0 0;
	}
}
.p-greeting {
	padding: 60px 0 0;
	margin: 40px 0 0;
}
.p-greeting__block {
	margin: 40px 0 0;
}
.p-greeting__block + .p-greeting__block {
	margin: 60px 0 0;
}
.p-greeting__title {
	position: relative;
	margin: 30px 0 0;
	padding: 0 0 10px;
	color: #002972;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}
.p-greeting__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #002972;
}
.p-greeting__text {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
@media screen and (min-width: 768px), print {
	.p-greeting {
		padding: 100px 0 0;
		margin: 60px 0 0;
	}
	.p-greeting__block {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 100px;
		max-width: 1200px;
		margin: 80px auto 0;
	}
	.p-greeting__block--reverse .p-greeting__box {
		order: 1;
	}
	.p-greeting__block--reverse .p-greeting__image {
		order: 2;
	}
	.p-greeting__block + .p-greeting__block {
		margin: 120px auto 0;
	}
	.p-greeting__image {
		flex: 0 0 550px;
	}
	.p-greeting__title {
		margin: 0;
		padding: 0 0 10px;
		color: #002972;
		font-size: 26px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1;
	}
	.p-greeting__title::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #002972;
	}
	.p-greeting__text {
		margin: 20px 0 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.6;
	}
}
.p-philosophy {
	padding: 60px 0;
	margin: 40px 0 0;
	background-color: #f7f8fc;
}
.p-philosophy__heading {
	text-align: center;
}
.p-philosophy__image {
	position: relative;
	margin: 40px 0 0;
}
.p-philosophy__image--logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-top: 20px;
	width: 120px;
}
@media screen and (min-width: 768px), print {
	.p-philosophy {
		padding: 200px 0;
		margin: 200px 0 0;
	}
	.p-philosophy__image {
		width: 700px;
		margin: 60px auto 0;
	}
	.p-philosophy__image--logo {
		padding-top: 50px;
		width: 180px;
	}
}
.p-history {
	padding: 60px 0;
	margin: 40px 0 0;
}
.p-history__list {
	position: relative;
	margin: 60px 0 0;
}
.p-history__list::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	background-color: #222;
}
.p-history__item:nth-of-type(2n + 1) {
	padding: 0 0 0 50%;
}
.p-history__item:nth-of-type(2n + 2) {
	padding: 0 50% 0 0;
	text-align: right;
}
.p-history__item + .p-history__item {
	margin: -10px 0 0;
}
.p-history__title {
	position: relative;
	padding: 0 0 6px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	border-bottom: 1px solid #222;
}
.p-history__title::before {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #222;
}
.p-history__text {
	margin: 8px 0 0;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-history__item:nth-of-type(2n + 1) .p-history__title {
	padding: 0 0 6px 20px;
}
.p-history__item:nth-of-type(2n + 1) .p-history__title::before {
	left: 0;
	transform: translate(-50%, 50%);
}
.p-history__item:nth-of-type(2n + 1) .p-history__text {
	padding: 0 0 0 20px;
}
.p-history__item:nth-of-type(2n + 2) .p-history__title {
	padding: 0 20px 6px 0;
}
.p-history__item:nth-of-type(2n + 2) .p-history__title::before {
	right: 0;
	transform: translate(50%, 50%);
}
.p-history__item:nth-of-type(2n + 2) .p-history__text {
	padding: 0 20px 0 0;
}
.p-history__end {
	text-align: center;
	margin: 10px 0 0;
}
.p-history__end span {
	display: block;
}
.p-history__end .p-history__title {
	border: 0;
}
.p-history__end .p-history__title::before {
	display: none;
}
.p-history__end .p-history__text {
	margin: 0;
}
@media screen and (min-width: 768px), print {
	.p-history {
		padding: 100px 0;
		margin: 60px 0 0;
	}
	.p-history__list {
		width: 800px;
		margin: 80px auto 0;
	}
	.p-history__title {
		flex: 0 0 150px;
		font-size: 20px;
	}
	.p-history__text {
		font-size: 16px;
	}
}
.p-outline {
	padding: 60px 0;
	margin: 40px 0 0;
	background-color: #f7f8fc;
}
.p-outline__list {
	padding: 30px 26px;
	margin: 40px 0 0;
	background-color: #fff;
}
.p-outline__item + .p-outline__item {
	margin: 24px 0 0;
}
.p-outline__title {
	position: relative;
	padding: 0 0 10px;
	color: #002972;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-outline__title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #002972;
}
.p-outline__text {
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-outline__text h4 {
	font-weight: 700;
}
.p-outline__text .more {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 40px;
	padding: 0 13px 0 0;
	margin: 10px 0 0;
	border: 1px solid #002972;
}
.p-outline__text .more::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	width: 13px;
	height: 10px;
	background: url('../images/icon/arrow03--black.svg') no-repeat;
	background-position: center;
	background-size: contain;
}
.p-outline__text * + h4 {
	margin: 20px 0 0;
}
@media screen and (min-width: 768px), print {
	.p-outline {
		padding: 100px 0;
		margin: 100px 0 0;
	}
	.p-outline__inner {
		width: 1000px;
		margin: 80px auto 0;
	}
	.p-outline__list {
		padding: 60px 80px;
		margin: 60px 0 0;
	}
	.p-outline__item {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
	}
	.p-outline__item + .p-outline__item {
		margin: 30px 0 0;
	}
	.p-outline__title {
		flex: 0 0 200px;
		padding: 0;
		font-size: 16px;
	}
	.p-outline__title::after {
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 1px;
		height: auto;
	}
	.p-outline__text {
		padding: 0 0 0 60px;
		margin: 0;
		font-size: 16px;
	}
	.p-outline__text .more {
		position: relative;
		z-index: 1;
		width: 160px;
		margin: 15px 0 0;
	}
	.p-outline__text .more::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		background-color: #222;
		transition: width 0.3s ease-out;
	}
	.p-outline__text .more::after {
		transition: background-image 0.3s ease-out;
	}
	.p-outline__text .more span {
		transition: color 0.3s ease-out;
	}
	.p-outline__text .more:hover::before {
		width: 100%;
	}
	.p-outline__text .more:hover::after {
		background-image: url('../images/icon/arrow03.svg');
	}
	.p-outline__text .more:hover span {
		color: #fff;
	}
	.p-outline__text * + h4 {
		margin: 30px 0 0;
	}
}
.p-area {
	padding: 60px 0 0;
	margin: 40px 0 0;
}
.p-area__block {
	margin: 40px 0 0;
}
.p-area__box {
	margin: 40px 0 0;
}
.p-area__title {
	color: #002972;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
.p-area__text {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
}
@media screen and (min-width: 768px), print {
	.p-area {
		padding: 100px 0;
		margin: 100px 0 0;
	}
	.p-area__block {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 50px;
		width: 800px;
		margin: 60px auto 0;
	}
	.p-area__image {
		flex: 0 0 350px;
	}
	.p-area__box {
		flex: 0 0 400px;
		margin: 0;
	}
	.p-area__title {
		font-size: 20px;
	}
	.p-area__text {
		font-size: 16px;
	}
}
.p-access {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.p-access__title {
	flex: 0 0 100%;
	width: 100%;
}
.p-access__title span,
.p-access__title small {
	display: block;
	text-align: center;
}
.p-access__title small {
	color: #002972;
	/* font-family: var(--wf-notosans); */
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}
.p-access__title span {
	margin: 10px 0 0;
	font-size: 20px;
}
.p-access__block {
	padding: 0px 0 50px;
	margin: 30px 0 0;
	background-color: #002972;
	color: #fff;
}
.p-access__heading {
	position: relative;
	padding: 0 0 37px;
	margin: 40px 0 0;
	text-align: center;
}
.p-access__heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100px;
	border-top: 2px solid #838383;
}
.p-access__heading span,
.p-access__heading small {
	display: block;
}
.p-access__heading span {
	font-size: 30px;
	/* font-family: var(--wf-notosans); */
	letter-spacing: 0.1em;
	line-height: 14px;
}
.p-access__heading small {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.p-access__text {
	margin: 40px 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
}
.p-access__map {
	height: 300px;
}
.p-access__map iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.p-access {
		flex-wrap: wrap;
	}
	.p-access__title {
		order: 1;
	}
	.p-access__block {
		order: 2;
		flex: 0 0 100%;
	}
	.p-access__map {
		order: 3;
		flex: 0 0 100%;
	}
}
@media screen and (min-width: 768px), print {
	.p-access {
		align-items: stretch;
	}
	.p-access__block {
		flex: 1 1 33.33%;
		padding: 50px 5% 50px 5%;
		padding: 0 0 50px;
		margin: 40px 0 0;
		background-color: #002972;
		color: #fff;
	}
	.p-access__heading {
		padding: 0 0 20px;
		margin: 40px 0 0;
	}
	.p-access__title span {
		font-size: 32px;
	}
	.p-access__text {
		margin: 20px 0 0;
	}
	.p-access__image {
		display: block;
		height: 300px;
		overflow: hidden;
	}
	.p-access__image img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.p-access__text {
		padding: 0 5%;
		text-align: center;
		font-size: 14px;
	}
	.p-access__map {
		flex: 1 1 66.66%;
		height: auto;
	}
}
.p-access {
	padding: 60px 0 0;
	margin: 40px 0 0;
}
.p-access__map {
	height: 53.33vw;
}
@media screen and (min-width: 768px), print {
	.p-access__map {
		margin: 40px 0 0;
		height: auto;
	}
}
.p-access + .p-access {
	margin: 0;
}
@media screen and (min-width: 768px), print {
	.p-access + .p-access {
		margin: 50px 0 0;
	}
}
@media screen and (min-width: 768px), print {
	.nowrap--pc {
		white-space: nowrap;
	}
}
