body {
	background: var(--sky);
}

#header {
	position: relative;
	background: transparent;
}
#header h3 a {
	font-weight: 700;
	color: #aaa;
}


.main {
	gap: 30px;
}

.visual_box {
	display: none;
}
.box {
	gap: 30px;
}
.box > a {
	position: relative;
	padding: 3px 20px 3px 50px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 40px;
	box-sizing: border-box;
}
.box > a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/arrow-right-gray2.svg")no-repeat 50% 50%;
}
.box > a h4 {
	font-size: 1.8rem;
	font-weight: 500;
}
.box > a p {
	color: #aaa;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 3px;
}

.start_box {
	padding: 20px 15px;
	gap: 40px;
}
.start_box h2 {
	font-size: 2rem;
}
.start_box .img img {
	max-width: 100%;
}
.start_box ul {
	gap: 10px;
}
.start_box ul li {
	position: relative;
	font-size: 1.4rem;
	padding-left: 20px;
	box-sizing: border-box;
}
.start_box ul li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 8px;
	display: block;
	width: 3px;
	height: 3px;
	background: var(--black);
	border-radius: 50%;
}
.start_box .btn_blue {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin-top: 20px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 15px;
}


.banner a {
	display: block;
	width: 100%;
	position: relative;
	padding: 20px 35px 20px 100px;
	background: var(--white) url("../images/main_img2.png")no-repeat 0 100% / 85px;
	font-size: 1.8rem;
	font-weight: 500;
	word-break: keep-all;
	box-sizing: border-box;
}
.banner a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/arrow-right-gray2.svg")no-repeat 50% 50%;
}
.banner p {
	font-size: 1.4rem;
	margin-bottom: 3px;
}



.slide {
	margin: 0 -20px;
	width: 100vw;
	max-width: 1024px;
}
.slide .swiper {
	padding: 0 20px;
}
.slide .swiper-slide {
	width: 28%;
	min-width: 120px;
	height: auto;
	background: var(--white);
	padding: 20px 10px;
	border-radius: 20px;
	box-sizing: border-box;
}
.slide .swiper-slide p {
	color: #aaa;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 10px;
	word-break: keep-all;
}
.slide .swiper-slide h4 {
	font-size: 1.6rem;
	font-weight: 700;
	word-break: keep-all;
}



#main_pop .modal_cont {
    max-width: 500px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
	padding: 0;
}
#main_pop .modal_cont .scroll {
    background: transparent;
    padding: 0;
	border-radius: 10px;
    margin-top: 25px;
}
#main_pop .modal_cont .close24 {
    position: absolute;
    top: 0;
    right: 0;
	font-size: 1.4rem;
    color: var(--white);
    background: url("../images/check-white.svg")no-repeat 0 50% / 15px;
    padding-left: 20px;
    box-sizing: border-box;
}
#main_pop .modal_cont .close {
    position: absolute;
    top: 45px;
    right: 15px;
    z-index: 5;
    border-radius: 50%;
}
#main_pop .modal_cont .close img {
    width: 22px;
    vertical-align: middle;
}
#main_pop .modal_cont img {
	width: 100%;
}


@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}