html, body {
	scroll-padding-top: 7rem;
}

.page__navList a {
	padding-inline: 1.625rem 1.825rem;
}

.mainvisual {
	padding-bottom: 6.1875rem;
}

.mainvisual::after {
	background-image: url(../../images/about/img-sub-mainvisual-left-triangle.png);
	height: 73.1875rem;
	width: 24.375rem;
}

.mainvisual::before {
	background-image: url(../../images/about/img-sub-mainvisual-right-triangle.png);
	height: 28.6875rem;
	width: 37.1875rem;
}

.mainvisual .container1200 {
	position: relative;
	z-index: 1;
}

.mainvisual__text {
	line-height: 2;
	margin-top: 1.875rem;
}

.page__hgroup h2 {
	letter-spacing: 0.0525em;
	line-height: 1.9375;
	margin-top: 0.625rem;
}

.mainvisual .page__hgroup h2 {
	font-size: 2.375rem;
	line-height: 1.631;
	margin-top: 0.8125rem;
}

.section__hgroup h3 {
	letter-spacing: 0.03125em;
	line-height: 1.875;
}

.section__hgroup p {
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 1.3125rem;
}

.for-sp {
	display: none;
}

@media screen and (min-width:1900px) {
	.container1200 {
		max-width: calc(1560px + 3.75rem);
	}
}

@media screen and (max-width: 1023px) {
	.page__navList li:nth-child(5) a {
		padding-left: 0;
	}
}

@media screen and (max-width: 801px) {
	.page__navList li:nth-child(3) {
		margin-right: 2rem;
	}

	.page__navList li:nth-child(4) a {
		padding-left: 0;
	}
}

@media screen and (max-width: 791px) {
	.page__navList li:nth-child(5) a {
		padding-left: 1.625rem;
	}
}

@media screen and (max-width:743px) {
	html, body {
		scroll-padding-top: 3rem;
	}

	.page__nav {
		margin-top: 1.8rem;
	}

	.page__navList {
		margin-top: 1.0625rem;
	}

	.mainvisual {
		margin-top: 2.8rem;
		padding-block: 2.1875rem 3rem;
	}

	.mainvisual::before {
		content: none;
	}

	.mainvisual::after {
		background-image: url(../../images/about/img-sub-mainvisual-left-triangle_sp.png);
		height: 37.625rem;
		top: -3rem;
		width: 8.75rem;
	}

	.mainvisual .page__hgroup h2 {
		margin-top: 0;
	}

	.section__hgroup p {
		font-size: 1rem;
		letter-spacing: 0.01em;
	}

	.mainvisual__text {
		letter-spacing: 0;
		line-height: 1.875;
		margin-top: 1.3rem;
	}

	.page__navList a {
		padding-inline: 0.75rem 0.3125rem;
	}

	.mainvisual .page__hgroup h2 {
		font-size: 1.5rem;
		letter-spacing: 0.008em;
	}

	.for-pc {
		display: none;
	}

	.for-sp {
		display: block;
	}
}

/* ======================================================

	business

====================================================== */
.businessColumn {
	display: grid;
	gap: 2.375rem 2.356rem;
	grid-template-columns: 1fr 1fr;
	margin-block: 5rem 3.375rem;
}

.businessItem {
	background: var(--colorWhite);
	border-radius: 1.25rem;
	padding: 3.4375rem 2.1rem 2.34rem 2.25rem;
	position: relative;
	z-index: 1;
}

.businessItem:nth-child(2) .businessItem__lead {
	margin-top: 1rem;
}

.businessItem__title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-inline: auto;
	position: relative;
	text-align: center;
	width: fit-content;
}

.businessItem__title span {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.56;
}

.businessItem:nth-child(1) .businessItem__title::after {
	background-image: url(../../images/about/icon-business1.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.8125rem;
	left: -7rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6rem;
}

.businessItem:nth-child(2) .businessItem__title::after {
	background-image: url(../../images/about/icon-business2.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.875rem;
	left: -5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.9375rem;
}

.businessItem:nth-child(3) .businessItem__title::after {
	background-image: url(../../images/about/icon-business3.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 5rem;
	left: -7rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6.375rem;
}

.businessItem:nth-child(4) .businessItem__title::after {
	background-image: url(../../images/about/icon-business4.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.375rem;
	left: -6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5.125rem;
}

.businessItem__lead {
	color: var(--colorMain);
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.36;
	margin-top: 2rem;
	text-align: center;
}

.businessItem__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.75;
	margin-top: 1.125rem;
}

@media screen and (max-width: 1024px) {
	.businessColumn {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width:743px) {
	.businessColumn {
		gap: 1.25rem;
		margin-block: 2rem;
		margin-bottom: 1.875rem;
	}

	.businessItem {
		padding: 1.625rem 0 1.75rem;
	}

	.businessItem__title {
		font-size: 1.5rem;
	}

	.businessItem__title span {
		font-size: 1.125rem;
	}

	.businessItem__title::after {
		display: none;
	}

	.businessItem__lead {
		font-size: 1.25rem;
		letter-spacing: 0.004em;
		margin-top: 1rem;
	}

	.businessItem__img {
		margin: 1.25rem auto 0;
		width: fit-content;
	}

	.businessItem__text {
		line-height: 1.625;
		margin-top: 1.2rem;
		padding-inline: 1.25rem;
	}
}

/* ======================================================

	about__section

====================================================== */
.about__section {
	margin-top: 7.375rem;
	padding-bottom: 2.4375rem;
}

.about__column {
	display: grid;
	gap: 3.0625rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3rem;
}

.aboutItem {
	align-items: center;
	display: flex;
	gap: 0.4375rem;
	justify-content: center;
	padding-top: 3.375rem;
	position: relative;
}

.aboutItem::before {
	background: linear-gradient(to right, var(--colorBlue), var(--colorLightGreen));
	border-radius: 0.4375rem;
	content: "";
	height: 0.51875rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.aboutItem__text {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.013em;
	line-height: 1.416;
}

.aboutItem__title {
	color: var(--colorMain);
	font-family: var(--fontPoppins);
	font-size: 8.0625rem;
	font-weight: 600;
	letter-spacing: -0.015em;
}

.aboutItem__value {
	color: var(--colorBlack);
	font-size: 2.125rem;
	font-weight: 500;
	letter-spacing: 0;
}

.create__list {
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 1.75rem;
	margin-top: 2rem;
}

.create__listItem::before {
	content: "";
	display: inline-block;
	height: 1.1875rem;
	margin-right: 0.3125rem;
	vertical-align: top;
	width: 2.6875rem;
}

.personal__list::before {
	background-color: #d5eff6;
	border: 0.0625rem solid var(--colorBlack);
}

.company__list::before {
	background-color: #e2efb9;
	border: 0.0625rem solid var(--colorBlack);
}

.public__list::before {
	background-color: #ffe7f0;
	border: 0.0625rem solid var(--colorBlack);
}

.allAreas__list::before {
	background-color: #fff;
	border: 0.125rem solid var(--colorMain);
}

.personal__item {
	background-color: #d5eff6;
	border: 0.0625rem solid var(--colorBlack);
}

.company__item {
	background-color: #e2efb9;
	border: 0.0625rem solid var(--colorBlack);
}

.public__item {
	background-color: #ffe7f0;
	border: 0.0625rem solid var(--colorBlack);
}

.allAreas__item {
	background-color: #fff;
	border: 0.125rem solid var(--colorMain);
}

.lawSwiper {
	margin-bottom: 4.5rem;
	padding-block: 1.375rem 4.6rem;
}

.swiper-slide {
	padding-top: 2.8rem;
}

.lawSwiper__item {
	border-radius: 1.25rem;
	margin-right: 1.875rem;
	min-height: 11.4375rem;
	padding: 1.5rem 2.0625rem 1.5rem 1.6875rem;
	position: relative;
	text-align: justify;
	z-index: 1;
}

.lawSwiper__title {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.55;
	text-align: center;
}

.lawSwiper__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.lawSwiperTop__year {
	font-size: 1.125rem;
	font-weight: 700;
	margin-left: 1.5rem;
	padding-bottom: 5.5625rem;
	position: relative;
	z-index: 1;
}

.lawSwiperTop__shapes {
	content: "";
	height: 4.6875rem;
	left: 2.3rem;
	position: absolute;
	top: 0.8rem;
	width: 100.2%;
	z-index: 0;
}

.lawSwiperTop__shapes.is-first {
	background: linear-gradient(to right, #ffd6d8b8 72%, #ffcfd2 100%);
	clip-path: polygon(100% 89%, 0% 100%, 100% 100%);
}

.lawSwiperTop__shapes.is-second {
	background: linear-gradient(to right, #ffcfd2 100%, #fec9cc 100%);
	clip-path: polygon(0 89%, 100% 78%, 100% 100%, 0% 100%);
}

.lawSwiperTop__shapes.is-third {
	background: linear-gradient(to right, #fec9cc 100%, #fdc0c4 100%);
	clip-path: polygon(0 78%, 100% 67%, 100% 100%, 0% 100%);
}

.lawSwiperTop__shapes.is-fourth {
	background: linear-gradient(to right, #fdc0c4 100%, #fbbbbe 100%);
	clip-path: polygon(0 67%, 100% 56%, 100% 100%, 0% 100%);
}

.lawSwiperTop__shapes.is-fifth {
	background: linear-gradient(to right, #fbbbbe 100%, #fcb4b8 100%);
	clip-path: polygon(0 56%, 100% 45%, 100% 100%, 0% 100%);
}

.lawSwiperTop__shapes.is-sixth {
	background: linear-gradient(to right, #fcb4b8 88%, #fbaeb2 100%);
	clip-path: polygon(0 45%, 100% 34%, 100% 100%, 0% 100%);
}

.lawSwiperTop__shapes.is-seventh {
	background: linear-gradient(to right, #fbaeb2 100%, #faa7ac 100%);
	clip-path: polygon(0 34%, 100% 23%, 100% 100%, 0% 100%);
}

.lawSwiperTop__shapes.is-eighth {
	background: linear-gradient(to right, #faa7ac 100%, #f9a0a5 100%);
	clip-path: polygon(0 23%, 100% 12%, 100% 100%, 0% 100%);
}

.lawSwiperTop__shapes.is-ninth {
	background: linear-gradient(to right, #f9a0a5 100%, #f89ba0 100%);
	clip-path: polygon(0 12%, 100% 1%, 100% 100%, 0% 100%);
	width: 80%;
}


.lawSwiperTop__year::after {
	background-image: url(../../images/about/icon-point.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 4.6875rem;
	left: 0.4rem;
	position: absolute;
	width: 1.0625rem;
	z-index: 1;
}

.swiper-button-prev, .swiper-button-next {
	height: 5rem;
	position: absolute;
	top: 19rem;
	width: 5rem;
}

.swiper-button-prev:after, .swiper-button-next:after {
	content: "";
}

.swiper-button-prev {
	background-image: url("../../images/about/icon-swiper-prev.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 9vw;
}

.swiper-button-prev:hover {
	background-image: url(../../images/about/icon-swiper-prev_active.svg);
}

.swiper-button-next {
	background-image: url("../../images/about/icon-swiper-next.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 1.8vw;
}

.swiper-button-next:hover {
	background-image: url(../../images/about/icon-swiper-next_active.svg);
}

.swiper-pagination {
	bottom: 0 !important;
	display: flex;
	gap: 2.1875rem;
	justify-content: center;
	top: unset !important;
}

.swiper-pagination-bullet {
	background: var(--colorPink);
	height: 1.065rem;
	width: 1.065rem;
}

.swiper-pagination-bullet-active {
	background: var(--colorMain) !important;
	height: 1.065rem;
	width: 1.065rem;
}

@media screen and (max-width:1048px) {
	.aboutItem__title {
		font-size: 6rem;
	}
}

@media screen and (max-width: 1024px) {
	.about__column {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width:1023px) {
	.lawSwiper__item {
		min-height: 17.1875rem;
		padding: 1rem 1.5625rem;
	}
}

@media screen and (max-width:743px) {
	.about__section {
		margin-top: 5.375rem;
		padding-bottom: 0.875rem;
	}

	.about__column {
		gap: 1.8rem;
		grid-template-columns: 1fr;
		margin-top: 2rem;
	}

	.aboutItem {
		display: grid;
		grid-template-columns: 1fr;
		padding-top: 1.7rem;
	}

	.aboutItem:nth-child(2) {
		padding-top: 1rem;
	}

	.aboutItem__text {
		text-align: center;
	}

	.aboutItem__title {
		font-size: 5rem;
		text-align: center;
	}

	.aboutItem__text {
		font-size: 1.375rem;
		line-height: 1.418;
	}

	.aboutItem__value {
		display: inline-block;
		font-size: 1.25rem;
	}

	.swiper-slide {
		padding-top: 0.8rem;
	}

	.swiper-button-prev, .swiper-button-next {
		height: 3rem;
		top: 16.5rem;
		width: 3rem;
	}

	.swiper-button-next {
		right: 8.8vw;
	}

	.create__list {
		flex-direction: column;
		font-size: 1rem;
		font-weight: 500;
		gap: 0.5rem;
		margin-top: 2rem;
	}

	.lawSwiper {
		margin-bottom: 2.8rem;
		padding-bottom: 3rem;
	}

	.lawSwiperTop__shapes {
		top: -0.3rem;
	}

	.lawSwiperTop__year {
		padding-bottom: 5rem;
	}

	.lawSwiperTop__year::after {
		bottom: -1.6rem;
	}

	.swiper-pagination {
		gap: 0.6875rem;
	}

	.swiper-pagination-bullet {
		height: 0.79375rem;
		margin-inline: 0 !important;
		width: 0.79375rem;
	}
}

/* ======================================================

	vision

====================================================== */
.vision {
	margin-top: 5.5625rem;
	padding-block: 3.5rem 9.3125rem;
}

.visionImg__wrap {
	margin: 44px auto 0;
}

.visionImg__text {
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.27em;
	line-height: 2.06;
	text-align: center;
}

.visionImg {
	margin: 1.0625rem auto 0;
	max-width: 36.875rem;
	width: 100%;
}

.visionList {
	display: grid;
	gap: 3.75rem;
	margin-top: 5.2rem;
}

.visionList li {
	display: grid;
	gap: 1.312rem;
	grid-template-columns: 5.25rem auto;
}

.visionList__num {
	align-items: center;
	background: linear-gradient(to right, var(--colorBlue), var(--colorLightGreen));
	border-radius: 0.625rem;
	color: var(--colorWhite);
	display: flex;
	font-family: var(--fontPoppins);
	font-size: 1.625rem;
	font-weight: 600;
	height: 2.125rem;
	justify-content: center;
}

.visionList__title {
	color: var(--colorMain);
	font-size: 1.875rem;
	font-weight: 600;
}

.visionList__text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.89;
	margin-top: 2.25rem;
}

@media screen and (max-width: 743px) {
	.vision {
		margin-top: 1.5rem;
		padding-bottom: 5.1875rem;
	}

	.vision .page__hgroup h2 {
		margin-top: 0;
	}

	.visionList {
		gap: 3rem;
		margin-top: 4rem;
	}

	.visionList li {
		gap: 1rem;
		grid-template-columns: 1fr;
	}

	.visionImg__wrap {
		margin-top: 0;
	}

	.visionList__title {
		font-size: 1.375rem;
		line-height: 1.375;
	}

	.visionList__text {
		font-size: 1rem;
		letter-spacing: 0.0625em;
		line-height: 1.625;
		margin-top: 0.6rem;
	}

	.visionImg__text {
		font-size: 1.375rem;
		line-height: 2.818;
		margin-top: 1.625rem;
	}

	.visionImg {
		margin-top: 0;
	}

	.visionList__num {
		font-size: 1.625rem;
		height: 2.125rem;
		width: 5.125rem;
	}
}

/* ======================================================

	message

====================================================== */
.message {
	background: var(--colorGray100);
	border-radius: 5rem;
	margin-block: 1.5rem 12.5rem;
	padding-block: 5.0625rem 3.0625rem;
}

.message__img {
	margin-top: 1.75rem;
}

.message__lead {
	font-size: 2.375rem;
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.31;
	margin-top: 3.6875rem;
	text-align: center;
}

.message__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.8rem;
}

.message__notes {
	font-size: 1.125rem;
	letter-spacing: 0.0625em;
	line-height: 1.11;
	margin-top: 3.375rem;
	text-align: center;
}

.message .page__externalLink {
	margin-top: 1.2rem;
}

@media screen and (max-width: 743px) {
	.message {
		border-radius: 2.5rem;
		margin-bottom: 7.625rem;
		padding-block: 2.125rem 2.8125rem;
	}

	.message .page__hgroup h2 {
		margin-top: 0;
	}

	.message__img {
		margin-top: 0.6875rem;
	}

	.message__lead {
		font-size: 1.25rem;
		line-height: 1.6;
		margin-top: 1.4375rem;
	}

	.message__text {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.75;
		margin-top: 1.125rem;
	}

	.message__notes {
		font-size: 0.875rem;
		line-height: 1.84;
		margin-top: 2.25rem;
	}
}
