@charset "utf-8";
/*ADOBEフォントちらつき対策ここから*/
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*ADOBEフォントちらつき対策ここまで*/

*, *::before, *::after{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	height: 100%;
	position: relative;
}
body{
	overflow-x: hidden;
	font-family: "source-han-sans-cjk-ja", sans-serif;
	font-weight: 400;
	font-style: normal;	font-size: 14px;font-size: 1.4rem;
	color:#333;
	margin: 0 auto;
	line-height: 1;
	position:relative;
	/* max-width: 2000px;
	margin: 0 auto; */
}
main{
	overflow: visible;
}

img{
	max-width: 100%;
    height: auto;
}
a{
	text-decoration: none;
	color: #1c1c1c;
    cursor: pointer;
}

@media screen and (max-width:1024px) {
	body{
		font-size: 1.3rem;
	}
}

/*デバイス切り替えここから*/
@media screen and (max-width: 1024px) {
	.pc {display:none !important;}
}
@media print,screen and (min-width: 1025px) {
	.sp {display:none !important;}
}
/*デバイス切り替えここまで*/


.site-header {
	position: relative;
	max-width: 1340px;
	margin: 0 auto;
}

.logo {
	width: 235px;
	position: absolute;
	right: 50px;
	top: 50px;
	
}

.logo h1 {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 1em;
}

main p {
	line-height: 3rem;
	font-size: 1.7rem;
}

main h2 {
	line-height: 4.4rem;
	font-size: 3.4rem;
	font-weight: bold;
	margin-bottom: 1em;
}

section {
	position: relative;
}

.kv {
	width: 1340px;
	position: relative;
	max-width: 1340px;
	margin: 0 auto;
	margin-bottom: 100px;
	display: flex;
	justify-content: start;
}

.kv figure, .kv > div {
	width: 47%;
}

.kv figure img {
	width: 100%;
}

.kv > div {
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 80px;
}


.kv.even {
	flex-direction: row-reverse;
}

.kv.even > div {
	padding-left: 80px;
	padding-right: 80px;
}

.num {
	position: relative;
	line-height: 1.9rem;
	font-size: 1.35rem;
	font-weight: bold;
	display: inline-block;
	background: #000;
	padding: 0 15px 0 10px;
	color: #fff;
	margin-bottom: 1em;
}

.num:after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: 0px 0px 19px 20px;
}

.area02:before, .area05:before {
	width: 200%;
	height: 770px;
	content: '';
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: -50%;
    background-color: #D1E28A;
    transform: skewY(7deg);
    z-index: -1;
	background: rgba(111, 179, 44, .1);
}



.area03:before {
	width: 200%;
	height: 770px;
	content: '';
    position: absolute;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: -50%;
    background-color: #D1E28A;
    transform: skewY(-7deg);
    z-index: -1;
	background: rgba(111, 179, 44, .2);
}

.area04 {
	max-width: 1150px;
	margin: 0 auto 100px;
}

.area04 figure {
	margin-bottom: 50px;
}

.requirements table {
	line-height: 1.6;	
}

footer{
	text-align: center;	
	line-height: 1.8;	
	padding: 10px 0;	
}

@media screen and (max-width: 1024px){

	.logo {
		width: 100%;	
		position: static;
		text-align: center;	
		display: flex;	
		justify-content: space-around;	
		color: #000;	
	}

	.logo h1 {
		color: #000;	
	}

	.logo img {
		max-width: 180px;	
	}
	.kv {
		width: 100%;
		display: block;
		margin-bottom: 40px;	
	}

	.kv figure, .kv > div {
		width: 100%;
		padding: 0 2%;
	}

	.area02:before, .area05:before, .area03:before {
		width: 100%;
		margin-left: 0;	
	}

	main h2 {
		font-size: 2.4rem;	
		line-height: 1.5;	
	}

	.area04  {
		padding: 0 2%;	
		margin-bottom: 40px;	
	}

	.kv.even > div {
		padding-right: 2%;	
		padding-left: 2%;	
	}

	.kv figure {
		margin-bottom: 30px;
	}
}

