body {
	color: #4D4D4F;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.6;
}

h2 {
	font-feature-settings: "palt" 1;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: -0.02em;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

h2 span {
	font-size: 55px;
}

h2.lg {
	font-size: 48px;
}

h2.md {
	font-size: 40px;
}

h2.md span {
	font-size: 45px;
}

p {
	font-size: 29px;
}

.visually-hidden {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.u-w {
	color: #fff;
}

.jp-period {
	display: inline-block;
	margin-right: -0.5em;
}

.c-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1070px;
	padding-inline: 65px;
	text-align: center;
	width: 100%;
}

.u-heading-deco {
	position: relative;
}

.u-heading-deco::before {
	content: "“";
	font-size: 84px;
	left: -20px;
	line-height: 1;
	opacity: 0.2;
	position: absolute;
	top: 4px;
}

.u-heading-deco::after {
	content: "”";
	font-size: 84px;
	line-height: 1;
	opacity: 0.2;
	position: absolute;
	right: -20px;
	top: 4px;
}

/* header */

.header {
	background: linear-gradient(129deg, #4D4D4F 4.13%, #6D6D78 45.78%, #4D4D4F 95.87%);
	padding-block: 43px 27px;
	padding-inline: 31px;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 38px;
	position: relative;
}

.header__label {
	background: #fff;
	padding: 13px 14px;
}

.header__title {
	width: 93px;
}

/* fv */

.fv {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 300px;
	padding-top: 185px;
}

.fv__row {
	align-items: center;
	display: flex;
	gap: 25px;
	justify-content: center;
}

.fv__logo {
	width: 286px;
}

.fv__title-line {
	background: #4D4D4F;
	display: block;
	height: 108px;
	width: 1px;
}

.fv__title {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.1842105263;
}

.fv__body {
	line-height: 256%;
	margin-top: 61px;
	text-align: center;
}

.fv__body-row {
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.fv__line {
	background: #4D4D4F;
	display: block;
	height: 1px;
	width: 152px;
}

.fv__content {
	align-items: center;
	background: #fff;
	border: 1px solid #4D4D4F;
	box-shadow: 8.999px 10.725px 10px rgba(43, 46, 56, 0.07);
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 102px;
	max-width: 620px;
	padding: 23px 8px;
}

.fv__text {
	font-size: 24px;
}

.fv__label {
	background: #4D4D4F;
	max-width: 440px;
	text-align: center;
	width: 100%;
}

/* sec01 */

.sec01 {
	padding-bottom: 300px;
	padding-top: 292px;
}

.sec01__items {
	display: flex;
	flex-direction: column;
	margin-top: 188px;
	width: 100%;
}

.sec01__item {
	line-height: 287%;
	padding-block: 18px;
	position: relative;
	text-align: left;
	width: 100%;
}

.sec01__item::before {
	background: linear-gradient(270deg, rgba(133, 133, 142, 0) 17.31%, #85858E 31.25%, #85858E 100%);
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: -1;
}

.sec01__item.--even {
	text-align: right;
}

.sec01__item.--even::before {
	background: linear-gradient(90deg, rgba(133, 133, 142, 0) 17.31%, #85858E 31.25%, #85858E 100%);
}

.sec01__item:nth-child(2) {
	margin-top: 122px;
}

.sec01__item:nth-child(3) {
	margin-top: 150px;
}

.sec01__item .line {
	display: inline-block;
	position: relative;
}

.sec01__item .line::after {
	background: url(../img/under-dashed.webp) repeat-x center center/contain;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.sec01__text {
	font-weight: bold;
	margin-top: 137px;
}

/* sec02 */

.sec02 {
	padding-bottom: 300px;
	padding-top: 329px;
}

.sec02__title {
	width: 396px;
}

.sec02__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 145px;
	line-height: 1.4;
	margin-top: 182px;
}

.sec02__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.sec02__item {
	background: #4D4D4F;
	padding-block: 13px;
	width: 415px;
}

.sec02__text {
	font-size: 34px;
}

.sec02__text02 {
	font-size: 32px;
	font-weight: bold;
}

/* sec03 */

.sec03 {
	padding-bottom: 300px;
	padding-top: 325px;
}

.sec03__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 172px;
}

.sec03__item {
	background: #4D4D4F;
	padding: 13px 4px;
	width: -moz-fit-content;
	width: fit-content;
}

.sec03__item:first-of-type {
	margin-top: 24px;
}

.sec03__item-text {
	font-size: 34px;
	font-weight: bold;
}

.sec03__w-items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 37px;
	margin-top: 93px;
}

.sec03__w-item {
	align-items: center;
	border: 1px solid #4D4D4F;
	display: flex;
	gap: 10px;
	justify-content: center;
	padding: 13px 35px;
	width: -moz-fit-content;
	width: fit-content;
}

.sec03__icon {
	width: 25px;
}

.sec04 {
	padding-bottom: 300px;
	padding-top: 337px;
}

.sec04 h2 {
	z-index: 1;
}

.sec04__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sec04__items {
	display: flex;
	flex-direction: column;
	gap: 85px;
	margin-bottom: 50px;
	padding-block: 109px 52px;
	position: relative;
	z-index: 0;
}

.sec04__items p {
	position: relative;
	z-index: 0;
}

.sec04__items::after {
	background: url(../img/sec04-bg.webp) no-repeat center center/contain;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: -1;
}

/* sec05 */

.sec05 {
	padding-bottom: 300px;
	padding-top: 320px;
}

.sec05__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 133px;
	margin-top: 148px;
}

.sec05__item {
	align-items: center;
	border: 1px solid #4D4D4F;
	border-radius: 10px;
	display: flex;
	height: 341px;
	justify-content: center;
	position: relative;
	width: 365px;
}

.sec05__item::after {
	aspect-ratio: 11/61;
	background: url(../img/arrow.webp) no-repeat center center/contain;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 13px;
}

.sec05__item:last-of-type::after {
	display: none;
}

.sec05__text {
	font-size: 34px;
	font-weight: bold;
	margin-top: 85px;
}

/* sec06 */

.sec06 {
	padding-bottom: 300px;
	padding-top: 330px;
}

.sec06__items {
	display: flex;
	flex-direction: column;
	gap: 92px;
	margin-bottom: 100px;
	margin-top: 125px;
}

.sec06__item {
	font-size: 32px;
	padding-left: 60px;
	position: relative;
	text-align: left;
}

.sec06__item::before {
	aspect-ratio: 25/22;
	background: url(../img/check.webp) no-repeat center center/contain;
	content: "";
	left: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

/* sec07 */

.sec07 {
	padding-bottom: 300px;
	padding-top: 330px;
}

.sec07__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sec07__container {
	margin-top: -30px;
	position: relative;
	width: 100%;
}

.sec07__container::before,
.sec07__container::after {
	background: linear-gradient(to right, #4D4D4F 80px, transparent 80px, transparent calc(100% - 80px), #4D4D4F calc(100% - 80px));
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.sec07__container::before {
	top: 0;
}

.sec07__container::after {
	bottom: 0;
}

.sec07__content {
	display: flex;
	flex-direction: column;
	gap: 84px;
	letter-spacing: -0.08em;
	padding-bottom: 120px;
	padding-top: 224px;
	position: relative;
	width: 100%;
}

.sec07__content::before,
.sec07__content::after {
	background: #4D4D4F;
	bottom: 0px;
	content: "";
	height: 100%;
	position: absolute;
	width: 1px;
}

.sec07__content::before {
	left: 0;
}

.sec07__content::after {
	right: 0;
}

.sec07__name {
	font-size: 24px;
	margin-top: -40px;
}

/* sec08 */

.sec08 {
	padding-bottom: 364px;
	padding-top: 319px;
}

.sec08__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 146px;
	margin-top: 175px;
	width: 100%;
}

.sec08__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 39px;
	width: 100%;
}

.sec08__button {
	align-items: center;
	background: linear-gradient(0deg, #AAA 0%, #E5E9E9 100%);
	border: 1px solid #4D4D4F;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	max-width: 700px;
	overflow: hidden;
	padding: 29px 20px;
	position: relative;
	width: 100%;
	z-index: 0;
}

.sec08__button::after {
	aspect-ratio: 119/9;
	background: url(../img/button-light.webp) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -2px;
	transform: translateX(-50%);
	width: 90%;
}

.sec08__button-text {
	font-size: 27px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.sec08__button .icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	padding-left: 2px;
	position: absolute;
	right: 58px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.sec08__button .icon .arrow {
	border-bottom: 6.4845px solid transparent;
	border-left: 11.25px solid #777;
	border-top: 6.4845px solid transparent;
	display: inline-block;
	height: 0;
	width: 0;
}

.footer {
	background: linear-gradient(129deg, #4D4D4F 4.13%, #6D6D78 45.78%, #4D4D4F 95.87%);
	padding-block: 11px 15px;
}

.footer__text {
	font-size: 22px;
	text-align: center;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.s-of-hidden {
	overflow: hidden;
}

@media screen and (min-width: 768px) {

h2 {
	font-size: 40px;
}

h2.lg {
	font-size: 40px;
}

p {
	font-size: 25.6px;
}

.header {
	padding-block: 34px 30px;
	padding-inline: 78px;
}

.header__inner {
	justify-content: center;
}

.header__text {
	font-size: 29px;
	text-align: center;
}

.fv {
	padding-top: 171px;
}

.fv__logo {
	width: 337px;
}

.fv__title-line {
	height: 128px;
}

.fv__title {
	font-size: 44px;
	line-height: 1.2045454545;
}

.fv__body {
	margin-top: 30px;
}

.fv__body p {
	font-size: 30px;
}

.fv__content {
	gap: 8px;
	margin-top: 76px;
	max-width: 735px;
	padding: 42px 8px;
	width: 100%;
}

.fv__label {
	max-width: 474px;
	padding: 3px 10px;
}

.fv__label-text {
	font-size: 26px;
}

.sec01 {
	padding-top: 318px;
}

.sec01__items {
	margin-top: 150px;
}

.sec01__item {
	line-height: 260%;
	padding: 58px 99px;
}

.sec01__item::after {
	aspect-ratio: 1/1;
	background: url(../img/sec01-deco.webp) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 45px;
}

.sec01__item::before {
	background: linear-gradient(270deg, rgba(133, 133, 142, 0) 1%, #85858E 14.25%, #85858E 100%);
	width: 100%;
}

.sec01__item.--even::before {
	background: linear-gradient(90deg, rgba(133, 133, 142, 0) 1%, #85858E 14.25%, #85858E 100%);
}

.sec01__item.--even::after {
	aspect-ratio: 1/1;
	background: url(../img/sec01-deco.webp) no-repeat center center/contain;
	content: "";
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg);
	transform-origin: center;
	width: 45px;
}

.sec01__item:nth-child(2) {
	margin-top: 150px;
}

.sec01__text {
	margin-top: 128px;
}

.sec02 {
	padding-top: 300px;
}

.sec02__content {
	gap: 162px;
	line-height: 1.6;
	margin-top: 140px;
}

.sec02__items {
	gap: 45px;
	margin-bottom: -10px;
}

.sec02__text {
	font-size: 29px;
}

.sec02__text02 {
	font-size: 29px;
	margin-bottom: -20px;
	margin-top: -20px;
}

.sec03 {
	padding-top: 296px;
}

.sec03__items {
	gap: 17px;
	margin-top: 141px;
}

.sec03__item {
	padding: 20px 44px;
}

.sec03__item-text {
	font-size: 25.6px;
}

.sec03__w-items {
	margin-top: 45px;
}

.sec03__w-item {
	gap: 40px;
	padding: 18px 53px;
}

.sec04 {
	padding-top: 378px;
	position: relative;
	z-index: 0;
}

.sec04::after {
	aspect-ratio: 1435/1355;
	background: url(../img/sec04-bg-pc.webp) no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 360px;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.sec04__items::after {
	display: none;
}

.sec05 {
	padding-top: 280px;
}

.sec05__text {
	font-size: 28.8px;
	margin-top: 93px;
}

.sec06 {
	padding-top: 304px;
}

.sec06__items {
	gap: 102px;
	margin-bottom: 170px;
	margin-top: 132px;
}

.sec06__item {
	font-size: 28.8px;
}

.sec07 {
	padding-top: 303px;
}

.sec07__container::before,
.sec07__container::after {
	background: linear-gradient(to right, #4D4D4F 226px, transparent 226px, transparent calc(100% - 226px), #4D4D4F calc(100% - 226px));
}

.sec07__content {
	padding-bottom: 176px;
	padding-top: 182px;
}

.sec07__name {
	font-size: 20px;
	margin-top: -32px;
}

.sec08 {
	padding-bottom: 610px;
	padding-top: 306px;
}

.sec08__inner {
	gap: 157px;
	margin-top: 144px;
}

.sec08__button {
	max-width: 740px;
	padding: 36px 20px;
}

.sec08__button::after {
	width: 94%;
}

.sec08__button-text {
	font-size: 32px;
}

.sec08__button .icon {
	padding-left: 5px;
	width: 41px;
}

.sec08__button .icon .arrow {
	border-bottom: 9px solid transparent;
	border-left: 17px solid #777;
	border-top: 9px solid transparent;
}

.footer {
	padding-block: 39px 45px;
}

.footer__text {
	font-size: 18px;
}

}

@media screen and (min-width: 900px) {

.header__label {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

}

