@charset "utf-8";

#content {
	padding-top: 0;
}

img {
	width: 100%;
}

.visual-sec {
	position: relative;
}
.visual-sec img.title {
	position: absolute;
	top: 3%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 93%;
}
.visual-sec .abs-text-box {
	position: absolute;
	bottom: 5%;
	padding: 0 20px;
	width: 100%;
}
.visual-sec .text-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 10px;
	background-color: #5406a8;
}
.visual-sec .text-box > div {
	display: flex;
	gap: 10px;
}
.visual-sec .text-box .left {
	flex: 0 0 65px;
}
.apply-link-box {
	padding: 0 20px;
}
.apply-link-box .gs-btn {
	margin: 0 auto;
	padding-top: 15px;
	font-size: 28px;
	max-width: var(--gs-max-width);
	height: 70px;
	background-image: linear-gradient(to right, #63f70a, #0084ff);
}
.apply-link-box.arrival {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-top: 0;
	padding: 15px 20px;
	width: 100%;
	background-color: var(--gs-deep-violet);
	z-index: 100;
	animation: anime_show 0.35s ease-out;
}
@keyframes anime_show {
	0% { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}

body:has(.apply-link-box.arrival) .scroll-top-btn {
	bottom: 150px;
}
body:has(.apply-link-box.arrival) .scroll-bottom-btn {
	bottom: 100px;
}

.overview-sec {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
}
.overview-sec h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
}
.overview-sec h3 > * {
	padding-top: 4px;
}
.overview-sec h3 strong {
	padding: 3px;
	font-weight: 500;
	background-color: #4518b4;
}
.overview-sec h3 ~ div {
	margin: 50px 0;
}
.overview-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.overview-list .top {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 700;
	color: var(--gs-color-bright-green);
}
.overview-list .con {
	line-height: 1.8;
}
.overview-list .inblock-items {
	display: flex;
	gap: 0 8px;
	flex-wrap: wrap;
}
.overview-list .link {
	color: #ff519a;
}

.overview-sec p {
	font-size: 18px;
	font-weight: 700;
	color: var(--gs-color-bright-green);
}
.overview-sec li {
	font-size: inherit;
}

.doc-file-download p {
	font-size: 18px;
	font-weight: 700;
	color: var(--gs-color-bright-green);
}
.doc-file-download .download {
	margin: 8px 0;
	max-width: 340px;
	width: 100%;
}

@media all and (max-width: 640px) {
	.visual-sec {
		padding-bottom: 10%;
	}
}
@media all and (max-width: 540px) {
	.visual-sec {
		padding-bottom: 30%;
	}
}
@media all and (max-width: 420px) {
	.visual-sec {
		padding-bottom: 60%;
	}
}