.fv {
	padding: 80px 0;
}

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

.fv__parts-02 {
	bottom: 60px !important;
	right: 250px !important;
}

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

.fv .c-breadcrumb {
	margin: 0;
}

.fv__en {
	color: #4A6FA5;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 160%;
	text-transform: uppercase;
}

.fv__desc {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 170%;
	text-align: center;
}

.fv__buttons {
	align-items: center;
	display: flex;
	gap: 30px;
	margin-top: 20px;
}

.fv__button {
	align-items: center;
	background: #FFF;
	border: 1px solid #5E88CF;
	border-radius: 57px;
	color: #5E88CF;
	display: flex;
	font-size: 20px;
	font-weight: 500;
	gap: 40px;
	justify-content: center;
	letter-spacing: 4px;
	line-height: 160%;
	padding: 16px 40px 16px 50px;
	transition: opacity 0.3s ease;
}

.fv__button-icon {
	width: 24px;
}

.sec01 {
	padding: 120px 0 140px 0;
}

.sec01__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.sec01__lead {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 170%;
	text-align: center;
}

.sec01__list {
	display: flex;
	gap: 40px;
}

.sec01__item {
	background: #F7F9FB;
	border: 1px solid #D8DEE5;
	border-radius: 16px;
	padding: 40px 30px;
	width: calc((100% - 80px) / 3);
}

.sec01__thumb {
	background: #FFF;
	border-radius: 8px;
	overflow: hidden;
}

.sec01__title {
	font-feature-settings: "palt" on;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.68px;
	line-height: 140%;
	margin-top: 30px;
	text-align: center;
}

.sec01__text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 160%;
	margin-top: 20px;
}

.sec02 {
	background: #F7F9FB;
	padding: 177px 0 222px 0;
}

.sec02__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 30px;
}

.sec02__item {
	align-items: center;
	background: #FFF;
	border: 2px solid #D8DEE5;
	border-radius: 10px;
	display: flex;
	gap: 32px;
	overflow: hidden;
	width: calc((100% - 60px) / 3);
}

.sec02__thumb {
	border-right: 1px solid #D8DEE5;
	width: 140px;
}

.sec02__label {
	font-size: 18px;
	font-weight: 700;
	line-height: 170%;
}

.sec03 {
	padding: 52px 0 140px 0;
}

.sec03__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.sec03__list {
	display: flex;
	gap: 40px;
	position: relative;
	width: 100%;
}

.sec03__list::before {
	border: 1px dashed #A7CAF6;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scaleX(0);
	transform-origin: left center;
	transition: transform 2.2s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
	width: 90%;
	z-index: 0;
}

.sec03__list.is-show::before {
	transform: translate(-50%, -50%) scaleX(1);
}

.sec03__item {
	align-items: center;
	background: #F7F9FB;
	border: 1px solid #D8DEE5;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 50px 30px 30px;
	position: relative;
	width: calc((100% - 120px) / 4);
	z-index: 1;
}

.sec03__icon {
	align-items: center;
	background: #8EAAD2;
	border-radius: 50%;
	display: flex;
	height: 70px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -36px;
	transform: translateX(-50%);
	width: 70px;
}

.sec03__item.is-show .sec03__icon {
	animation: sec03-badge 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s both;
}

.sec03__num {
	color: #FFF;
	font-size: 31px;
	font-weight: 500;
	line-height: 1;
}

.sec03__img {
	width: 200px;
}

.sec03__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 170%;
	margin-top: 30px;
	text-align: center;
}

.sec03__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	margin-top: 8px;
}

.sec04 {
	background: #F7F9FB;
	padding: 140px 0 160px;
}

.sec04__lead {
	color: #33475C;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 170%;
	margin-top: 40px;
	text-align: center;
}

.sec04__list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 60px;
}

.sec04__item {
	background: #FFF;
	border: 2px solid #D8DEE5;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 30px;
	width: calc((100% - 50px) / 2);
}

.sec04__imgs {
	align-items: center;
	display: flex;
	gap: 8px;
	position: relative;
	width: 100%;
}

.sec04__imgs::after {
	border-radius: 50%;
	content: "";
	height: 38px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
}

.sec04__imgs::after {
	background: #FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 1l6 6-6 6' stroke='%234A6FA5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/8px 14px;
	box-shadow: 0 2px 8px rgba(74, 111, 165, 0.2);
}

.sec04__img {
	aspect-ratio: 1/1;
	border-radius: 16px;
	flex: 1;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.sec04__img img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sec04__img-label {
	background: #4A6FA5;
	border-radius: 12px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	left: 8px;
	letter-spacing: 0.48px;
	line-height: 1;
	padding: 6px 19px;
	position: absolute;
	top: 8px;
}

.sec04__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-top: 31px;
}

.sec04__tags {
	align-items: center;
	display: flex;
	gap: 9px;
}

.sec04__tag.--category {
	background: #E4EEFC;
	border-radius: 4px;
	color: #4A6FA5;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 6px 20px 8px;
}

.sec04__tag.--area {
	align-items: center;
	color: #5578AA;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	gap: 3px;
	line-height: 1;
}

.sec04__tag.--area::before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6663 8.33464C16.6663 13.3346 9.99967 18.3346 9.99967 18.3346C9.99967 18.3346 3.33301 13.3346 3.33301 8.33464C3.33301 6.56653 4.03539 4.87083 5.28563 3.62059C6.53587 2.37035 8.23156 1.66797 9.99967 1.66797C11.7678 1.66797 13.4635 2.37035 14.7137 3.62059C15.964 4.87083 16.6663 6.56653 16.6663 8.33464Z' fill='%234A6FA5' stroke='%234A6FA5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 10.832C11.3807 10.832 12.5 9.71274 12.5 8.33203C12.5 6.95132 11.3807 5.83203 10 5.83203C8.61929 5.83203 7.5 6.95132 7.5 8.33203C7.5 9.71274 8.61929 10.832 10 10.832Z' fill='white' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
	content: "";
	flex-shrink: 0;
	height: 20px;
	width: 20px;
}

.sec04__title {
	color: #4A6FA5;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: 170%;
	margin-top: 12px;
}

.sec04__text {
	color: #33475C;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.sec04__info {
	align-items: flex-start;
	border-top: 1px dashed #D8DEE5;
	display: flex;
	gap: 16px;
	margin: auto 0 0;
	padding-top: 20px;
}

.sec04__info-item {
	flex: 1;
	min-width: 0;
}

.sec04__info-item {
	display: grid;
	grid-template-columns: auto 1fr;
	-moz-column-gap: 12px;
	align-items: start;
	column-gap: 12px;
}

.sec04__info-icon {
	align-items: center;
	display: flex;
	grid-row: 1/3;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.sec04__info-icon img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.sec04__info-label {
	color: #4A6FA5;
	font-size: 16px;
	font-weight: 600;
	grid-column: 2;
	grid-row: 1;
	letter-spacing: 1.12px;
	line-height: 1;
	margin: 0;
}

.sec04__info-value {
	color: #33475C;
	font-size: 14px;
	font-weight: 500;
	grid-column: 2;
	grid-row: 2;
	letter-spacing: 0.98px;
	line-height: 1.6;
	margin: 4px 0 0;
}

@media (hover: hover) {

.fv__button:hover {
	opacity: 0.7;
}

}

@media (prefers-reduced-motion: reduce) {

.sec03__list::before,
.sec03__list.is-show::before {
	transform: translate(-50%, -50%);
	transition: none;
}

.sec03__icon {
	animation: none;
}

}

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

.fv {
	padding: 47px 0 30px;
}

.fv__content {
	align-items: flex-start;
	gap: 60px;
}

.fv__head {
	align-items: flex-start;
	width: 100%;
}

.fv__en {
	font-size: 36px;
	letter-spacing: 1.8px;
	line-height: 100%;
}

.fv__desc {
	color: #4D4C4A;
	font-size: 14px;
	letter-spacing: 1.68px;
	margin-top: 10px;
	text-align: left;
}

.fv__buttons {
	align-items: stretch;
	flex-direction: column;
	gap: 20px;
	margin-top: 0;
	width: 100%;
}

.fv__button {
	font-size: 14px;
	gap: 20px;
	justify-content: space-between;
	letter-spacing: 1.4px;
	padding: 16px 40px 16px 50px;
	width: 100%;
}

.fv__button-icon {
	width: 17px;
}

.sec01 {
	padding: 50px 0;
}

.sec01 .sec01__lead {
	margin-top: 10px;
}

.sec01__inner {
	gap: 40px;
}

.sec01__lead {
	color: #33475C;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: left;
	width: 100%;
}

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

.sec01__item {
	padding: 20px 20px 30px;
	width: 100%;
}

.sec01__thumb {
	max-width: 295px;
	max-width: 100%;
}

.sec01__title {
	color: #4D4C4A;
	font-size: 18px;
	letter-spacing: 1.26px;
	margin-top: 20px;
}

.sec01__text {
	color: #4D4C4A;
	font-size: 14px;
	letter-spacing: 0.56px;
	margin-top: 14px;
	padding-inline: 10px;
}

.sec02 {
	padding: 50px 0 71px;
}

.sec02__list {
	gap: 15px;
	width: 100%;
}

.sec02__item {
	flex-direction: column;
	gap: 0;
	justify-content: center;
	padding-block: 10px 10px;
	width: calc((100% - 15px) / 2);
}

.sec02__thumb {
	border-right: none;
	flex-shrink: 0;
	height: 80px;
	width: 80px;
}

.sec02__label {
	color: #33475C;
	font-size: 14px;
}

.sec03 {
	padding: 50px 0;
}

.sec03__inner {
	gap: 40px;
}

.sec03__list::before {
	height: 92%;
	transform: translate(-50%, -50%) scaleY(0);
	transform-origin: center top;
	width: 0;
}

.sec03__list.is-show::before {
	transform: translate(-50%, -50%) scaleY(1);
}

.sec03__list {
	flex-direction: column;
	gap: 50px;
}

.sec03__item {
	align-items: start;
	display: grid;
	grid-template-columns: 109px 1fr;
	padding: 34px 30px 30px 12px;
	width: 100%;
	-moz-column-gap: 12px;
	column-gap: 12px;
	row-gap: 8px;
}

.sec03__icon {
	height: 48px;
	top: -25px;
	width: 48px;
}

.sec03__num {
	font-size: 20px;
	font-weight: 600;
}

.sec03__img {
	align-self: center;
	grid-column: 1;
	grid-row: 1/span 2;
	width: 109px;
}

.sec03__title {
	font-size: 16px;
	grid-column: 2;
	grid-row: 1;
	margin-top: 0;
	text-align: left;
}

.sec03__text {
	font-size: 14px;
	grid-column: 2;
	grid-row: 2;
	margin-top: 0;
}

.sec04 {
	padding: 50px 0;
}

.sec04__lead {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	text-align: left;
}

.sec04__list {
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}

.sec04__item {
	border-radius: 14px;
	gap: 24px;
	padding: 30px 20px;
	width: 100%;
}

.sec04__imgs {
	gap: 4px;
	order: 3;
}

.sec04__imgs::after {
	height: 27px;
	width: 27px;
}

.sec04__img {
	border-radius: 0;
	overflow: visible;
}

.sec04__img img {
	border-radius: 8px;
}

.sec04__img-label {
	font-size: 12px;
	left: 7px;
	letter-spacing: 0.36px;
	padding: 3px 12px;
	top: -9px;
}

.sec04__body {
	display: contents;
	margin-top: 0;
}

.sec04__tags {
	order: 1;
}

.sec04__tag.--category {
	font-size: 12px;
}

.sec04__tag.--area {
	font-size: 12px;
}

.sec04__title {
	font-size: 18px;
	letter-spacing: 0.8px;
	margin-top: -12px;
	order: 2;
}

.sec04__text {
	font-size: 14px;
	margin-block: 0;
	order: 4;
}

.sec04__info {
	border-top-style: solid;
	flex-wrap: wrap;
	margin: 0;
	order: 5;
	padding-top: 24px;
	-moz-column-gap: 9px;
	column-gap: 9px;
	row-gap: 9px;
}

.sec04__info-item {
	flex: 0 0 calc((100% - 9px) / 2);
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.sec04__info-icon {
	height: 24px;
	width: 24px;
}

.sec04__info-label {
	font-size: 14px;
	letter-spacing: 0.98px;
}

.sec04__info-value {
	font-size: 12px;
	letter-spacing: 0.84px;
}

}

@keyframes sec03-badge {

from {
	transform: translateX(-50%) scale(0);
}

to {
	transform: translateX(-50%) scale(1);
}

}

