@charset "UTF-8";
/* 全体のスタイル */
.home {
	margin-top: 60px;
}

footer {
	position: relative;
	bottom: 0;

	width: 100%;
	height: auto;

	background-color: #f2f8fc;
}

.footer-wrapper ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;

	padding-top: 40px;

	gap: 60px;
}

.footer-wrapper ul li a {
	font-size: 16px;

	color: #545454;
}

.footer-container p small {
	font-size: 16px;

	margin-bottom: 24px;

	color: #b0b0b0;
}

.footer-container p {
	padding: 20px 0;

	text-align: center;
}

.footer-wrapper li:last-child a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
}
.footer-wrapper li:last-child a img {
	margin-left: 5px;
}

@media all and (max-width: 767px) {
	.footer-wrapper ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;

		gap: 24px;
	}
}
header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;

	width: 100%;
	height: 96px;

	background: rgba(255, 255, 255, 0.5);
}
header.menu-open {
	background: #fff;
}

.header-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;

	height: 96px;
	padding: 0 40px;
}

.navbar {
	position: relative;
	z-index: 1001;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;

	height: 96px;
	padding: 0 40px;

	-webkit-box-shadow: 0 0 10px 0 rgba(193, 222, 244, 0.4);
	        box-shadow: 0 0 10px 0 rgba(193, 222, 244, 0.4);
}

.header-logo,
.header-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;

	height: 100%;
}
.header-logo img,
.header-img img {
	width: 218px;
	height: auto;
}

.header-img img {
	margin: 0 40px;
}

.header-btn {
	padding: 0 40px;
}
.header-btn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;

	gap: 24px;
}

.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-ms-flex-align: center;

	gap: 24px;
}

.nav-link:nth-of-type(1),
.nav-link:nth-of-type(2) {
	font-size: 14px;

	color: #363636;
}

.material-btn,
.form-btn {
	font-size: 14px;
	font-weight: 700;

	position: relative;

	display: inline-block;

	width: 200px;
	padding: 11.5px 12px;

	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;
	text-align: center;

	border: 1px solid #4776ba;
	border-radius: 50px;
}

.material-btn {
	margin-left: 46px;

	color: #fff;
	background: #4776ba;
}
.material-btn:hover {
	color: #4776ba;
	background: #fff;
}

.form-btn {
	color: #4776ba;
	background: #fff;
}
.form-btn:hover {
	color: #fff;
	background: #4776ba;
}

.sp-menu,
.sp-menu-icon,
.sp-close-icon {
	display: none;
}

.sp-menu {
	position: fixed;
	z-index: 999;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;

	width: 100%;
	padding: 15px;
	padding-top: 30px;

	background: #fff;

	gap: 20px;
}
.sp-menu li:nth-of-type(1),
.sp-menu li:nth-of-type(2) {
	border-bottom: 1px solid #c1def4;
}

.sp-menu-icon {
	width: 32px;
}

.sp-close-icon {
	width: 32px;
}

#top-btn {
	-webkit-transition: 0.3s ease;
	        transition: 0.3s ease;
}
#top-btn:hover {
	opacity: 0.5;
}

@media screen and (max-width: 1100px) {
	header,
	.header-wrapper,
	.navbar {
		height: 87px;
	}
	.pc-menu {
		display: none !important;
	}
	.sp-menu-icon {
		display: block;
	}
	.sp-menu {
		position: fixed;
		top: 87px;
		left: 0;

		width: 100%;
		height: calc(100vh - 87px);
	}
	.material-btn,
	.form-btn {
		width: 100%;
		height: 48px;
		margin: 20px auto 0;
	}
	.material-btn {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	header,
	.header-wrapper,
	.navbar {
		height: 56px;
	}
	.navbar {
		padding: 0 18px;
	}
	.header-logo img,
	.header-img img {
		width: 109px;
	}
	.header-img img {
		margin: 0 12px;
	}
	.header-btn {
		padding: 0 12px;
	}
	.header-btn ul {
		gap: 12px;
	}
	.sp-menu {
		top: 56px;

		height: calc(100vh - 56px);
	}
	.sp-menu-icon,
	.sp-close-icon {
		width: 24px;
	}
	.download {
		display: none;
	}
	.dl {
		display: inline-block;
	}
	.form-btn {
		letter-spacing: 0;
	}
}
