@charset "utf-8";

body {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.75;
	color: #333
}

a {
	color: #333;
	text-decoration: none
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}

li {
	list-style: none
}

.header {
	width: 100%;
	height: 12vw;
	position: relative
}

.header {
	display: flex;
	align-items: center
}

.header h1 {
	display: none
}

.header-logo img {
	height: 8vw;
	margin-left: 1vw
}

.top {
	width: 100%;
	height: 100vw;
	background-image: url(../images/main/hp-top.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.top-catch {
	padding-left: 25vw;
	padding-top: 22vw
}

.catch1 {
	font-size: 8vw;
	font-weight: 700;
	margin-top: 2.5vw;
	margin-left: 12vw
}

.top-catch h4 {
	font-size: 5vw;
	font-weight: 400;
	margin-left: 25vw;
	line-height: 0;
	margin-top: 3vw
}

.catch2 {
	font-size: 10vw;
	font-weight: 900;
	margin-left: 2vw
}

.catch3 {
	font-size: 2.5vw;
	color: #21a156;
	font-weight: 600;
	margin-left: 12vw;
	line-height: 1.5em
}

.arrow {
	background-color: #fdd764;
	width: 100%;
	height: 95vw
}

.list {
	padding-top: 3vw;
	align-items: center;
	text-align: center;
	display: flex;
	justify-content: space-between
}

.list li {
	float: left;
	height: 15vw;
	width: 30vw;
	color: #21a156;
	background-color: #fff;
	border: .8vw solid #21a156;
	border-radius: 10px
}

.list-1 {
	font-size: 4vw;
	font-weight: 900;
	line-height: 13vw;
	margin-left: 3vw
}

.list-2 {
	font-size: 3.5vw;
	font-weight: 900;
	line-height: 4.2vw;
	padding: 2.5vw 0;
	margin-left: 2vw
}

.list-3 {
	font-size: 4vw;
	font-weight: 900;
	line-height: 5vw;
	padding: 2vw;
	margin-left: 2vw
}

.downloadgloup {
	margin-top: 1vw;
	width: 100%
}

.download p {
	font-size: 5vw;
	font-weight: 600;
	text-align: center
}

.thousand {
	margin-left: auto;
	margin-right: auto;
	font-weight: 900;
	display: flex;
	height: 20vw;
	width: 80vw;
	background: linear-gradient(transparent 85%, #00953e 10%)
}

.fo {
	font-size: 20vw;
	line-height: 20vw
}

.th {
	font-size: 10vw;
	line-height: 28vw
}

.bt {
	font-size: 17vw;
	line-height: 20vw
}

.application {
	display: flex;
	margin-top: 3vw;
	background-color: #fff;
	border-radius: 10px;
	margin-left: 3vw;
	width: 93vw;
	height: 44vw
}

.application img {
	height: 44vw;
	justify-content: right;
	display: block
}

.appli-link {
	margin-top: 5vw
}

.appli-link img {
	height: 12vw;
	margin-top: 3vw;
	margin-left: 1.5vw
}

.footer {
	text-align: center
}