.sec01 {
	background: #F7F9FB;
	padding: 120px 0 160px;
}

.sec01__lead {
	color: #263238;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2.16px;
	line-height: 200%;
	text-align: center;
}

.sec01__items {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 84px;
}

.sec01__item {
	align-items: center;
	background: #FFF;
	border: 2px solid #D8DEE5;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	padding: 60px 100px 50px 120px;
}

.sec01__item.--reverse {
	flex-direction: row-reverse;
}

.sec01__head {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sec01__num {
	color: #4A6FA5;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.68px;
	line-height: 100%;
}

.sec01__title {
	color: #08508D;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 100%;
}

.sec01__title.--01 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 4.8px;
	line-height: 100%;
}

.sec01__catch {
	background-image: linear-gradient(transparent 55%, #E4EEFC 55%);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0 100%;
	color: #184F6E;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 140%;
	margin-top: 40px;
	transition: background-size 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}

.sec01__item.is-show .sec01__catch {
	background-size: 100% 100%;
}

.sec01__text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.92px;
	line-height: 200%;
	margin-top: 30px;
}

.sec01__buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 50px;
}

.sec01__link {
	align-items: center;
	border: 1px solid #5E88CF;
	border-radius: 50px;
	color: #5E88CF;
	display: inline-flex;
	gap: 10px;
	padding: 12px 30px;
	transition: 0.3s;
}

.sec01__link:hover {
	opacity: 0.6;
}

.sec01__link-text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 160%;
}

.sec01__link-icon {
	display: inline-flex;
}

.sec01__link-icon svg {
	display: block;
	height: 16px;
	width: 16px;
}

.sec01__img {
	flex-shrink: 0;
	width: 421px;
}

.sec01__img.--01 {
	width: 540px;
}

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

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

.sec01__catch,
.sec01__catch-text {
	background-size: 100% 100%;
	transition: none;
}

}

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

.sec01 {
	padding: 90px 0;
}

.sec01__lead {
	font-size: 14px;
	letter-spacing: 2.1px;
	line-height: 160%;
	text-align: left;
}

.sec01__items {
	gap: 40px;
	margin-top: 40px;
}

.sec01__item {
	align-items: stretch;
	border: none;
	border-radius: 16px;
	flex-direction: column;
	gap: 30px;
	padding: 40px 20px;
}

.sec01__item.--sp {
	gap: 15px;
}

.sec01__item.--sp .sec01__text {
	margin-top: 15px;
}

.sec01__item.--reverse {
	flex-direction: column;
}

.sec01__body {
	display: contents;
}

.sec01__head {
	gap: 8px;
	order: 1;
}

.sec01__title {
	font-size: 24px;
	letter-spacing: 2.4px;
}

.sec01__title.--01 {
	font-size: 32px;
	letter-spacing: 3.2px;
}

.sec01__catch {
	background-image: none;
	color: #33475C;
	display: block;
	line-height: 160%;
	margin-top: 0;
	order: 3;
	transition: none;
}

.sec01__catch-text {
	background-image: linear-gradient(transparent 56%, #E4EEFC 56%, #E4EEFC 97%, transparent 97%);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 1.2s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.sec01__item.is-show .sec01__catch-text {
	background-size: 100% 100%;
}

.sec01__text {
	font-size: 14px;
	letter-spacing: 1.68px;
	line-height: 160%;
	margin-top: 0;
	order: 4;
}

.sec01__buttons {
	align-items: stretch;
	flex-direction: column;
	gap: 20px;
	margin-top: 10px;
	order: 5;
}

.sec01__link {
	background: #FFF;
	border-radius: 57px;
	display: flex;
	justify-content: space-between;
	padding: 16px 40px 16px 50px;
	width: 100%;
}

.sec01__link-text {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.sec01__link-icon svg {
	height: 17px;
	width: 17px;
}

.sec01__img {
	order: 2;
	width: 100%;
}

.sec01__img.--sp {
	margin: 0 auto;
	width: 70%;
}

.sec01__img.--01 {
	width: 100%;
}

.sec01__img img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

}

