body#top main {
	overflow: hidden;
}

body#top .sec-ttl-box {
	opacity: 0;
	transform: translateY(-40px);
	transition: transform 0.8s ease-out, opacity 0.8s ease;
}

body#top .sec-ttl-box.active {
	opacity: 1;
	transform: translateY(0);
}

body#top .section-message {
	background-color: var(--main-color);
	background: linear-gradient(90deg,rgba(53, 156, 170, 1) 0%, rgba(3, 196, 208, 1) 100%);
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

body#top .section-message::before {
	background-image: url("../images/home/mark_bg.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 38vw;
	opacity: .2;
	position: absolute;
	right: -80px;
	top: -110px;
	width: 47vw;
}

body#top .section-message .sec-inner {
	padding: 70px 0;
}

body#top .section-message .content-width {
	max-width: 1000px;
}

body#top .section-message .content-box {
	margin-top: 0;
}

body#top .section-message .sec-inner .text-box {
	margin-top: 32px;
}

body#top .section-message .sec-inner .text-box p {
	color: var(--white);
	letter-spacing: .1em;
}

body#top .section-message .sec-inner .text-box p + p {
	margin-top: 1.5em;
}

body#top .section-message .sec-inner .c-link {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	body#top .section-message::before {
		height: 58vw;
		right: -20px;
		top: -20px;
		width: 72vw;
	}
	
	body#top .section-message .sec-inner {
		padding-top: 20px;
	}
	
	body#top .section-message .sec-ttl-box {
		margin-top: 10px;
	}
}

body#top .section-merit {
	position: relative;
}

body#top .section-merit::before {
	background: radial-gradient(ellipse 60% 40%, rgba(253, 182, 1, 1) 0%, rgba(254, 201, 66, 1) 15%, rgba(255, 219, 129, 1) 30%, rgba(255, 236, 188, 1) 45%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 980px;
	left: -40%;
	opacity: .3;
	position: absolute;
	rotate: -20deg;
	top: -60%;
	width: 1447px;
	z-index: -1;
}

body#top .section-merit .sec-ttl-box {
	margin-inline: auto;
	width: fit-content;
}

body#top .section-merit .content-box {
	margin-top: 0;
}

body#top .section-merit .merit-container {
	overflow-x: hidden;
	padding-bottom: 24px;
	padding-top: 24px;
	position: relative;
}

body#top .section-merit .merit-container .swiper-slide {
	border-radius: 24px;
	box-shadow: 0 3px 6px rgb(200 200 200 / .4);
	padding: 24px 24px 48px 24px;
	transition: all .2s;
}

body#top .section-merit .merit-container .swiper-slide .number {
	border-bottom: 4px solid var(--main-color);
	color: var(--main-color);
	font-size: 7rem;
	font-weight: 400;
	left: 44px;
	line-height: 1;
	position: absolute;
	top: -16px;
}

body#top .section-merit .merit-container .swiper-slide .image-box img {
	border-radius: 24px;
	display: block;
	height: auto;
	width: 100%;
}

body#top .section-merit .merit-container .swiper-slide .title {
	color: var(--main-color);
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0;
	margin-inline: auto;
	margin-top: 24px;
	width: fit-content;
}

body#top .section-merit .merit-container .swiper-slide .text-box p {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-inline: auto;
	margin-top: 16px;
	width: fit-content;
}

body#top .section-merit .merit-container .swiper-button-prev,
body#top .section-merit .merit-container .swiper-button-next {
	background-image: url("../images/common/slide_arrow_white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgb(64 64 64 / .4);
}

body#top .section-merit .merit-container .swiper-button-prev {
	box-shadow: 0 -2px 4px rgb(64 64 64 / .4);
	left: calc(100% / 3 - 8vw);
	rotate: 180deg;
}

body#top .section-merit .merit-container .swiper-button-next {
	right: calc(100% / 3 - 8vw);
}

body#top .section-merit .merit-container .swiper-navigation-icon {
	display: none;
}

body#top .section-merit .c-link {
	margin-inline: auto;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	body#top .section-merit::before {
		display: none;
	}
	
	body#top .section-merit .merit-container .swiper-button-prev {
		left: 20px;
	}

	body#top .section-merit .merit-container .swiper-button-next {
		right: 20px;
	}
	
	body#top .section-merit .c-link {
		margin-top: 20px;
	}
}

body#top .section-data {
	padding-top: 50px;
	position: relative;
}

body#top .section-content {
	background: linear-gradient(90deg,rgba(53, 156, 170, 1) 0%, rgba(3, 196, 208, 1) 100%);
	border-radius: 24px;
	position: relative;
	overflow: hidden;
}

body#top .section-content::before {
	background-image: url("../images/home/mark_bg.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 548px;
	height: 38vw;
	opacity: .2;
	position: absolute;
	right: -80px;
	top: -110px;
	width: 678px;
	width: 47vw;
}

body#top .section-data .text-box-wrapper {
	margin-left: auto;
	margin-top: 40px;
	min-width: 500px;
	position: relative;
	width: fit-content;
}

body#top .section-data .sec-inner {
	height: auto;
	min-height: 535px;
	padding: 70px 0;
	position: relative;
}

body#top .section-data .content-width {
	margin-inline: auto;
	max-width: 1200px;
	width: 100%;
}

body#top .section-data .content-box {
	margin-top: 0;
}

body#top .section-data .sec-inner .catch {
	color: var(--white);
	letter-spacing: .1em;
	margin-top: 32px;
}

body#top .section-data .left-image {
	aspect-ratio: 70 / 47;
	left: 0;
	max-height: 470px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	width: 45vw;
	z-index: 1;
}

body#top .section-data .sec-inner .c-link {
	margin-top: 32px;
}


@media screen and (max-width: 1087px) {
	body#top .section-data .sec-inner {
		min-height: auto;
	}
	
	body#top .section-data .text-box-wrapper {
		min-width: unset;
	}
}

@media screen and (max-width: 959px) {
	body#top .section-content::before {
		height: 58vw;
		right: -20px;
		top: -20px;
		width: 72vw;
	}
	
	body#top .section-data .text-box-wrapper {
		margin-inline: auto;
	}
	
	body#top .section-data .sec-inner {
		padding-top: 46vw;
	}
	
	body#top .section-data .left-image {
		aspect-ratio: 343 / 205;
		left: 0;
		max-height: unset;
		overflow: hidden;
		position: absolute;
		top: 15px;
		width: 90vw;
		z-index: 1;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-data .sec-inner {
		padding-top: 42vw;
	}
}

body#top .section-culture {
	background: linear-gradient(90deg, rgba(53, 156, 170, 1) 0%, rgba(3, 196, 208, 1) 100%);
	border-radius: 24px;
	position: relative;
}

body#top .section-culture .sec-inner {
	padding: 120px 0 80px;
}

body#top .section-culture .content-box {
	align-items: center;
	column-gap: 60px;
	display: flex;
	justify-content: flex-end;
	margin-top: -155px;
}

body#top .section-culture .content-box .sec-ttl {
	align-items: flex-start;
	margin-left: unset;
}

body#top .section-culture .content-box .text-box {
	width: 46%;
}

body#top .section-culture .content-box .link-box {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
	width: 100%;
}

body#top .section-culture .content-box .link-box .link-item {
	align-items: center;
	border-top: 1px solid var(--border-color);
	display: flex;
	justify-content: space-between;
	padding: 24px 0;
	position: relative;
}

body#top .section-culture .content-box .link-box .link-item:last-child {
	border-bottom: 1px solid var(--border-color);
}

body#top .section-culture .content-box .link-box .link-item::after {
	content: "";
	background-image: url("../images/common/slide_arrow_white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 40px;
	left: 0;
	position: relative;
	transition: all .4s;
	width: 40px;
}

body#top .section-culture .content-box .link-box .link-item .text {
	color: var(--white);
	font-size: 2.4rem;
	font-weight: 500;
	transition: all .4s;
}

body#top .section-culture .content-box .image-box {
	width: 53%;
}

@media screen and (max-width: 767px) {
	body#top .section-culture .sec-inner {
		padding: 80px 0;
	}
	
	body#top .section-culture .content-width {
		padding: 0 32px;
	}
	
	body#top .section-culture .content-box {
		flex-wrap: wrap-reverse;
		margin-top: -115px;
		row-gap: 24px;
	}
	
	body#top .section-culture .content-box .text-box {
		width: 100%;
	}
	
	body#top .section-culture .content-box .link-box {
		margin-top: 32px;
	}
	
	body#top .section-culture .content-box .link-box .link-item::after {
		height: 27px;
		width: 27px;
	}
	
	body#top .section-culture .content-box .link-box .link-item .text {
		font-size: 1.8rem;
	}
	
	body#top .section-culture .content-box .image-box {
		width: 100%;
	}
}

@media (hover: hover) {
	body#top .section-culture .content-box .link-box .link-item:hover {
		opacity: 1;
	}
	
	body#top .section-culture .content-box .link-box .link-item:hover .text {
		color: var(--sub-color);
	}
	
	body#top .section-culture .content-box .link-box .link-item:hover::after {
		scale: 1.2;
	}
}

body#top .section-link {
	position: relative;
}

body#top .section-link::before {
	background: radial-gradient(ellipse 60% 40%, rgba(253, 182, 1, 1) 0%, rgba(254, 201, 66, 1) 15%, rgba(255, 219, 129, 1) 30%, rgba(255, 236, 188, 1) 45%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 980px;
	right: -40%;
	opacity: .3;
	position: absolute;
	rotate: -20deg;
	bottom: -80%;
	width: 1447px;
	z-index: -1;
}

body#top .section-link .sec-inner .link-container {
	display: flex;
	gap: 48px 16px;
	justify-content: center;
}

body#top .section-link .sec-inner .link-container a {
	align-items: center;
	background-color: var(--white);
	border: 1px solid var(--main-color);
	border-radius: 24px;
	box-shadow: 3px -3px 5px rgb(229, 236, 245);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	max-width: 572px;
	padding: 48px 40px 56px 40px;
	position: relative;
	transition: all .4s;
	width: calc(50% - 8px);
}

body#top .section-link .sec-inner .link-container a::before {
	background-image: url("../images/common/slide_arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 16px;
	content: "";
	display: block;
	height: 40px;
	right: 16px;
	position: absolute;
	transition: all .4s;
	width: 40px;
}

body#top .section-link .sec-inner .link-container a .wrapper-content {
	width: 342px;
}

body#top .section-link .sec-inner .link-container a:nth-child(2) .wrapper-content {
	width: 265px;
}

body#top .section-link .sec-inner .link-container a .sec-ttl {
	align-items: flex-start;
	margin-left: 0;
	font-size: 4.8rem;
}

body#top .section-link .sec-inner .link-container a .sec-ttl span {
	color: var(--main-color);
	font-weight: 600;
}

body#top .section-link .sec-inner .link-container .text-box {
	margin-top: 20px;
}

body#top .section-link .sec-inner .link-container .text-box P {
	font-size: 1.2rem;
}

body#top .section-link .sec-inner .link-container a img {
	display: block;
	height: auto;
	width: calc(100% - 362px);
}

body#top .section-link .sec-inner .link-container a:nth-child(2) img {
	width: calc(100% - 285px);
}

@media screen and (max-width: 1203px) {
	body#top .section-link::before {
		display: none;
	}
	
	body#top .section-link .sec-inner .link-container {
		flex-wrap: wrap;
	}
	
	body#top .section-link .sec-inner .link-container a {
		display: flex;
		flex-wrap: wrap-reverse;
		width: 100%;
	}
	
	body#top .section-link .sec-inner .link-container a .wrapper-content {
		width: 100%;
	}
	
	body#top .section-link .sec-inner .link-container a:nth-child(2) .wrapper-content {
		width: 100%;
	}
	
	body#top .section-link .sec-inner .link-container a img {
		width: 20%;
	}

	body#top .section-link .sec-inner .link-container a:nth-child(2) img {
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-link .sec-inner .link-container a {
		justify-content: center;
		padding: 0 20px 48px 20px;
	}
	
	body#top .section-link .sec-inner .link-container a .sec-ttl {
		align-items: center;
		font-size: 4rem;
		margin-left: auto;
	}
	
	body#top .section-link .sec-inner .link-container a .sec-ttl span {
		font-size: 1.6rem;
		text-align: center;
	}
	
	body#top .section-link .sec-inner .link-container .text-box {
		margin-top: 16px;
	}
	
	body#top .section-link .sec-inner .link-container .text-box P {
		text-align: center;
	}
	
	body#top .section-link .sec-inner .link-container a img {
		margin-top: -20px;
		width: 94px
	}

	body#top .section-link .sec-inner .link-container a:nth-child(2) img {
		width: 138px;
	}
}

@media (hover: hover) {
	body#top .section-link .sec-inner .link-container a:hover {
		background-color: #F0F9FA;
		box-shadow: 0 0 1px 1px rgb(200 200 200 / .4);
		translate: 3px 3px;
		opacity: 1;
	}
}
