.u-bg-red {
	background: #DB3838;
}

.u-c-red {
	color: #DB3838;
}

.u-bg-bl {
	background: #2563EB;
}

.u-c-bl {
	color: #2563EB;
}

.u-bg-gr {
	background: #059669;
}

.u-c-gr {
	color: #059669;
}

.u-bg-yl {
	background: #FFCD00;
}

/* fv */

.fv {
	background-image: url("../img/common/bg-dot.webp");
	background-repeat: repeat;
	background-size: 31px 31px;
	padding: 87px 0;
}

.fv__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.fv__content {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.fv__body {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.fv__heading {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.fv__lead {
	color: #DB3838;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 160%;
}

.fv__lead span {
	font-size: 24px;
}

.fv__title {
	font-size: 56px;
	font-weight: 700;
	line-height: 125%;
}

.fv__desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 180%;
}

.fv__img {
	width: 490px;
}

/* sec01 */

.sec01 {
	background: #F3F2F0;
	padding: 116px 0 125px 0;
}

.sec01__inner {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.sec01__content {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.sec01__img {
	flex-shrink: 0;
	width: min(50%, 612px);
}

.sec01__body {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 534px;
}

.sec01__heading-en {
	font-size: 64px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 140%;
}

.sec01__heading-ja {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 100%;
}

.sec01__desc {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
	line-height: 200%;
}

.sec01__steps {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding: 47px 0px 44px;
	position: relative;
	z-index: 0;
}

.sec01__steps::after {
	background: #FFF;
	border-radius: 16px;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 100px);
	z-index: -1;
}

.sec01__steps-title {
	border-bottom: 7px solid #FFCD00;
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
	padding-bottom: 12px;
	padding-inline: 18px;
}

.sec01__steps-title span {
	font-size: 48px;
}

.sec01__steps-items {
	align-items: flex-start;
	display: flex;
	gap: 40px;
}

.sec01__steps-item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.sec01__steps-line {
	background: #C6C6C6;
	display: block;
	height: 100%;
	width: 1px;
}

.sec01__steps-label {
	border-radius: 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 100%;
	padding: 6px 20px 7px 20px;
	position: relative;
}

.sec01__steps-label::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid currentColor;
	bottom: 1px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 0;
}

.sec01__steps-label.u-bg-red::after {
	border-top-color: #DB3838;
}

.sec01__steps-label.u-bg-bl::after {
	border-top-color: #2563EB;
}

.sec01__steps-label.u-bg-gr::after {
	border-top-color: #059669;
}

.sec01__steps-img {
	margin-top: 31px;
	width: min(248px, 70%);
}

.sec01__steps-num {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 100%;
	margin-top: 31px;
}

.sec01__steps-name {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 100%;
	margin-top: 6px;
}

.sec01__steps-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
	margin-top: 24px;
}

.sec01__steps-button {
	align-items: center;
	background: #fff;
	border: 1px solid #DB3838;
	border-radius: 44px;
	color: #DB3838;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	gap: 120px;
	justify-content: center;
	line-height: 100%;
	margin-top: 7px;
	padding: 22px 29px 23px 45px;
	transition: 0.3s;
}

.sec01__steps-button:hover {
	background: #DB3838;
	color: #fff;
}

.sec01__steps-button:hover .sec01__steps-button-arrow {
	border-top-color: #fff;
}

.sec01__steps-button-arrow {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #DB3838;
	display: inline-block;
	height: 0;
	transition: 0.3s;
	width: 0;
}

/* sec02 */

.sec02 {
	background: #EEE;
	padding: 123px 0 60px;
}

.sec02__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.sec02__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sec02__lead {
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
}

.sec02__title {
	font-size: 38px;
	font-weight: 700;
	line-height: 140%;
}

.sec02__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 58px;
	justify-content: center;
	width: 100%;
}

.sec02__item {
	align-items: start;
	display: flex;
	flex-wrap: wrap;
	gap: 33px;
	justify-content: center;
}

.sec02__content {
	align-items: start;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.sec02__balloon {
	background: #FFF;
	border-radius: 60px;
	flex-shrink: 0;
	padding: 16px 72px;
	position: relative;
}

.sec02__balloon.--1 {
	margin-top: 16px;
}

.sec02__balloon.--1::after {
	aspect-ratio: 31/35;
	background: url(../img/top/sec02-balloon02.webp) no-repeat center center/contain;
	bottom: -24px;
	content: "";
	left: 43px;
	position: absolute;
	width: 31px;
}

.sec02__balloon.--1.--rev {
	margin-top: 18px;
}

.sec02__balloon.--1.--rev::after {
	left: 29px;
	transform: scale(-1, 1);
}

.sec02__balloon.--2::after {
	aspect-ratio: 41/37;
	background: url(../img/top/sec02-balloon01.webp) no-repeat center center/contain;
	bottom: -24px;
	content: "";
	position: absolute;
	right: 97px;
	width: 50px;
}

.sec02__balloon.--2.--rev::after {
	right: 42px;
	transform: scale(-1, 1);
}

.sec02__balloon-text {
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
	text-align: center;
}

.sec02__img {
	width: 278px;
}

/* sec03 */

.sec03 {
	background: #FFF4EF;
	padding: 188px 0 139px 0;
	position: relative;
	z-index: 0;
}

.sec03__curve {
	aspect-ratio: 25/1;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: -1px;
	transform: scale(1, -1);
	width: 100%;
	z-index: 2;
}

.sec03__curve::before {
	aspect-ratio: 297/115;
	background: #EEE;
	border-top-left-radius: 122.93vw 47.6vw;
	border-top-right-radius: 122.93vw 47.6vw;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 245.87vw;
}

.sec03__parts {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.sec03__deco {
	position: absolute;
}

.sec03__deco.--01 {
	right: calc(50% + 625px);
	top: 97px;
	width: 204px;
}

.sec03__deco.--02 {
	left: calc(50% + 661px);
	top: 61px;
	width: 487px;
}

.sec03__deco.--03 {
	bottom: 55px;
	right: calc(50% + 685px);
	width: 336px;
}

.sec03__deco.--04 {
	bottom: 135px;
	left: calc(50% + 736px);
	width: 92px;
}

.sec03__inner {
	position: relative;
	z-index: 2;
}

.sec03__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.sec03__lead {
	background: #333;
	border-radius: 27px;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 160%;
	padding: 1px 36px;
	position: relative;
}

.sec03__lead::after {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 14px solid #333;
	bottom: 1px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 0;
}

.sec03__title {
	font-size: 38px;
	font-weight: 700;
	line-height: 160%;
}

.sec03__title span {
	border-bottom: 7px solid #FFCD00;
	display: inline-block;
	font-weight: 700;
	margin-right: 4px;
}

.sec03__desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
	margin-top: 50px;
	text-align: center;
}

.sec03__items {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 90px;
}

.sec03__item {
	background: #FFF;
	border-radius: 8px;
	display: flex;
	gap: 32px;
	justify-content: center;
	padding: 40px 24px;
	width: calc(50% - 12px);
}

.sec03__img {
	flex-shrink: 0;
	width: 172px;
}

.sec03__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sec03__head {
	font-size: 22px;
	font-weight: 700;
	line-height: 160%;
}

.sec03__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
}

/* sec04 */

.sec04 {
	background-image: url("../img/common/bg-dot.webp");
	background-repeat: repeat;
	background-size: 31px 31px;
	padding: 103px 0;
	position: relative;
	z-index: 0;
}

.sec04__parts {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.sec04__deco {
	position: absolute;
}

.sec04__deco.--01 {
	left: calc(50% + 608px);
	top: 27px;
	width: 320px;
}

.sec04__deco.--02 {
	bottom: -52px;
	right: calc(50% + 691px);
	width: 245px;
}

.sec04__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 90px;
	position: relative;
	z-index: 2;
}

.sec04__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 29px;
}

.sec04__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 140%;
}

.sec04__lead {
	font-size: 20px;
	font-weight: 500;
	line-height: 160%;
	text-align: center;
}

.sec04__cards {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.sec04__card {
	align-items: center;
	background: #F3F2F0;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 340px;
	padding: 24px 30px 40px 30px;
	width: calc((100% - 80px) / 3);
}

.sec04__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sec04__head {
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
}

.sec04__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
}

/* sec05 */

.sec05 {
	background: #F3F2F0;
	padding: 111px 0;
}

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

.sec05__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.sec05__sub {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 100%;
}

.sec05__title {
	font-size: 64px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 140%;
}

.sec05__desc {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
	line-height: 160%;
	margin-top: 32px;
	text-align: center;
}

.sec05__items {
	display: flex;
	flex-direction: column;
	gap: 98px;
	margin-top: 100px;
	width: 100%;
}

.sec05__card {
	align-items: center;
	background: #FFF;
	border-radius: 16px;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	padding: 30px 20px;
	position: relative;
}

.sec05__card.--rev {
	flex-direction: row-reverse;
}

.sec05__card + .sec05__card {
	position: relative;
}

.sec05__card + .sec05__card::before {
	border-left: 3px dotted #CFCFCF;
	content: "";
	height: 92px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -100%);
	width: 1px;
}

.sec05__num {
	font-size: 128px;
	font-weight: 900;
	left: 20px;
	line-height: 1;
	opacity: 0.3;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

.sec05__num.--rev {
	left: auto;
	right: 20px;
}

.sec05__content {
	margin-top: 40px;
	padding: 0 40px;
	width: 100%;
}

.sec05__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sec05__lead {
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
}

.sec05__label {
	border-radius: 29px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 160%;
	padding: 1px 12px;
}

.sec05__service {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 100%;
	margin-top: 13px;
}

.sec05__line {
	display: inline-block;
	height: 1px;
	margin-top: 24px;
	width: 100%;
}

.sec05__text {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	margin-top: 17px;
}

.sec05__box {
	border: 1px dashed #949494;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 14px;
	width: 100%;
}

.sec05__box-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 160%;
}

.sec05__box-title::before {
	background: url(../img/top/icon-light.webp) no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 20px;
	left: 0;
	top: 0;
	width: 23px;
}

.sec05__box-list {
	padding-left: 10px;
}

.sec05__box-list li {
	display: flex;
}

.sec05__box-list li span {
	aspect-ratio: 1/1;
	display: block;
	height: 4px;
	margin-right: 8px;
	margin-top: 12px;
}

.sec05__box-list li {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 160%;
}

.sec05__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 24px;
}

.sec05__tags li {
	background: #F3F2F0;
	border-radius: 19px;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 160%;
	padding: 2px 16px;
}

.sec05__img {
	flex-shrink: 0;
	width: min(45%, 553px);
}

@media screen and (max-width: 1020px) {

.fv__title {
	font-size: 42px;
}

.sec01__heading-en {
	font-size: 48px;
}

.sec01__steps {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

.sec01__steps-items {
	align-items: center;
	flex-direction: column;
	gap: 60px;
	margin: 0 auto;
	max-width: 370px;
	width: 100%;
}

.sec01__steps-line {
	height: 1px;
	width: 100%;
}

.sec02__items {
	max-width: 600px;
}

.sec02__item {
	flex-direction: column;
	width: 100%;
}

.sec02__content {
	align-items: center;
	flex-direction: column;
	gap: 60px;
}

.sec02__balloon.--1 {
	margin-right: auto;
}

.sec02__balloon.--1.--rev {
	margin-left: auto;
	margin-right: 0;
}

.sec02__balloon.--1.--rev {
	margin-top: 0;
	order: 2;
}

.sec02__balloon.--2 {
	margin-left: auto;
}

.sec02__balloon.--2.--rev {
	margin-left: 0;
	margin-right: auto;
	order: 1;
}

.sec02__img {
	order: 3;
}

.sec03__item {
	align-items: center;
	flex-direction: column;
}

.sec03__head {
	text-align: center;
}

.sec05__desc br {
	display: none;
}

.sec05__items {
	max-width: 600px;
}

.sec05__card {
	background: transparent;
	flex-direction: column;
	z-index: 0;
}

.sec05__card::after {
	background: #FFF;
	border-radius: 8px;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 60px);
	z-index: -1;
}

.sec05__card.--rev {
	flex-direction: column;
}

.sec05__content {
	display: contents;
}

.sec05__head {
	flex-direction: column-reverse;
	gap: 8px;
	order: 1;
}

.sec05__service {
	order: 2;
	text-align: center;
}

.sec05__line {
	order: 4;
}

.sec05__text {
	order: 5;
}

.sec05__text br {
	display: none;
}

.sec05__box {
	order: 6;
}

.sec05__tags {
	order: 7;
}

.sec05__img {
	order: 3;
}

}

@media screen and (max-width: 767px) {

.fv {
	background-size: 24px 24px;
	padding: 56px 0;
}

.fv__inner {
	align-items: flex-start;
	flex-direction: column;
	gap: 32px;
}

.fv__content {
	display: contents;
}

.fv__body {
	gap: 24px;
	order: 1;
}

.fv__heading {
	gap: 10px;
}

.fv__lead {
	font-size: 13px;
	letter-spacing: 1.5px;
}

.fv__lead span {
	font-size: 20px;
}

.fv__title {
	font-size: 34px;
	line-height: 140%;
}

.fv__desc {
	font-size: 16px;
	line-height: 170%;
}

.fv__desc br {
	display: none;
}

.fv__img {
	margin-inline: auto;
	order: 2;
	width: 70%;
}

.fv__img img {
	display: block;
	height: auto;
	width: 100%;
}

.fv .c-button {
	margin: 0 auto;
	order: 3;
}

.sec01 {
	padding: 72px 0;
}

.sec01__inner {
	gap: 56px;
}

.sec01__content {
	align-items: flex-start;
	flex-direction: column;
	gap: 28px;
}

.sec01__img {
	width: 100%;
}

.sec01__img img {
	display: block;
	height: auto;
	width: 100%;
}

.sec01__body {
	gap: 20px;
	width: 100%;
}

.sec01__heading {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sec01__heading-en {
	font-size: 40px;
	letter-spacing: 1px;
}

.sec01__heading-ja {
	font-size: 16px;
}

.sec01__desc {
	font-size: 16px;
	line-height: 180%;
}

.sec01__desc br {
	display: none;
}

.sec01__steps {
	gap: 36px;
	max-width: 100%;
	padding: 28px 20px 32px;
}

.sec01__steps::after {
	width: 100%;
}

.sec01__steps-title {
	border-bottom-width: 5px;
	font-size: 22px;
	padding-bottom: 8px;
	padding-inline: 8px;
}

.sec01__steps-title span {
	font-size: 34px;
}

.sec01__steps-items {
	gap: 24px;
	max-width: 100%;
}

.sec01__steps-item {
	max-width: 320px;
	width: 100%;
}

.sec01__steps-label {
	font-size: 13px;
}

.sec01__steps-img {
	margin-top: 20px;
	width: min(100%, 220px);
}

.sec01__steps-img img {
	display: block;
	height: auto;
	width: 100%;
}

.sec01__steps-num {
	margin-top: 18px;
}

.sec01__steps-name {
	font-size: 24px;
}

.sec01__steps-text {
	font-size: 16px;
	margin-top: 16px;
}

.sec01__steps-button {
	border-radius: 36px;
	font-size: 16px;
	gap: 24px;
	max-width: 320px;
	padding: 18px 20px;
	width: 100%;
}

.sec01__steps-button-arrow {
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-width: 8px;
}

.sec02 {
	padding: 72px 0 0px;
}

.sec02__inner {
	gap: 36px;
}

.sec02__heading {
	gap: 8px;
	text-align: center;
}

.sec02__lead {
	font-size: 16px;
}

.sec02__title {
	font-size: 28px;
	text-align: center;
}

.sec02__items {
	gap: 30px;
}

.sec02__item {
	gap: 30px;
}

.sec02__content {
	gap: 30px;
}

.sec02__balloon {
	border-radius: 30px;
	max-width: 420px;
	padding: 12px 20px;
}

.sec02__balloon.--1 {
	margin-top: 0;
}

.sec02__balloon.--1::after {
	bottom: -16px;
	left: 30px;
	width: 22px;
}

.sec02__balloon.--1.--rev::after {
	left: auto;
	right: 30px;
}

.sec02__balloon.--2::after {
	bottom: -16px;
	right: 30px;
	width: 32px;
}

.sec02__balloon.--2.--rev::after {
	left: 30px;
	right: auto;
}

.sec02__balloon-text {
	font-size: 16px;
}

.sec02__img {
	margin-block: 4px;
	width: min(100%, 250px);
}

.sec02__img img {
	display: block;
	height: auto;
	width: 100%;
}

.sec03 {
	padding: 115px 0 72px;
}

.sec03__curve {
	aspect-ratio: 7/1;
}

.sec03__parts {
	display: none;
}

.sec03__heading {
	gap: 14px;
}

.sec03__lead {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 4px 18px;
}

.sec03__lead::after {
	border-left-width: 9px;
	border-right-width: 9px;
	border-top-width: 10px;
}

.sec03__title {
	font-size: 28px;
	line-height: 160%;
	text-align: center;
}

.sec03__title span {
	border-bottom-width: 5px;
	line-height: 1;
}

.sec03__desc {
	font-size: 16px;
	line-height: 170%;
	margin-top: 28px;
}

.sec03__items {
	gap: 16px;
	margin-top: 44px;
}

.sec03__item {
	gap: 16px;
	padding: 22px 16px;
	width: 100%;
}

.sec03__img {
	width: min(100%, 140px);
}

.sec03__img img {
	display: block;
	height: auto;
	width: 100%;
}

.sec03__body {
	gap: 8px;
	width: 100%;
}

.sec03__head {
	font-size: 20px;
}

.sec03__text {
	font-size: 16px;
	line-height: 170%;
}

.sec04 {
	background-size: 24px 24px;
	padding: 68px 0;
}

.sec04__parts {
	display: none;
}

.sec04__inner {
	gap: 44px;
}

.sec04__heading {
	gap: 16px;
}

.sec04__title {
	font-size: 24px;
	text-align: center;
}

.sec04__lead {
	font-size: 16px;
}

.sec04__lead br {
	display: none;
}

.sec04__cards {
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.sec04__card {
	gap: 16px;
	padding: 20px 16px 24px;
	width: 100%;
}

.sec04__body {
	gap: 10px;
}

.sec04__head {
	font-size: 20px;
}

.sec04__text {
	font-size: 16px;
	line-height: 170%;
}

.sec05 {
	padding: 72px 0;
}

.sec05__inner {
	width: 100%;
}

.sec05__heading {
	gap: 6px;
}

.sec05__sub {
	font-size: 16px;
	line-height: 140%;
	text-align: center;
}

.sec05__title {
	font-size: 42px;
	letter-spacing: 1px;
}

.sec05__desc {
	font-size: 16px;
	line-height: 170%;
	margin-top: 18px;
}

.sec05__items {
	gap: 64px;
	margin-top: 56px;
}

.sec05__card {
	gap: 0px;
	padding: 40px 0px 20px;
}

.sec05__card + .sec05__card::before {
	height: 48px;
}

.sec05__num {
	font-size: 72px;
	left: 12px;
}

.sec05__num.--rev {
	right: 12px;
}

.sec05__content {
	margin-top: 20px;
	padding: 0;
}

.sec05__lead {
	font-size: 16px;
}

.sec05__label {
	font-size: 12px;
	padding: 2px 10px;
}

.sec05__service {
	font-size: 30px;
	letter-spacing: 0.4px;
	margin-top: 8px;
}

.sec05__text {
	font-size: 16px;
	margin-top: 24px;
}

.sec05__box {
	gap: 4px;
	margin-top: 16px;
	padding: 14px 12px;
}

.sec05__box-title {
	font-size: 16px;
}

.sec05__box-list {
	padding-left: 0;
}

.sec05__box-list li {
	font-size: 14px;
}

.sec05__tags {
	gap: 10px;
	margin-top: 18px;
}

.sec05__tags li {
	font-size: 12px;
	padding: 2px 12px;
}

.sec05__img {
	margin: 12px auto 0;
	width: 80%;
}

}

