h2 {
	margin-bottom: 60px;
	font-weight: 500;
}
h2 .en {
	font-family: 'Nova Flat', cursive;
	font-size: 7.0rem;
	color: #26bf63;
}
h2 .ja {
	position: relative;
	padding-left: 46px;
	font-size: 2.0rem;
}
h2 .ja:before {
	position: absolute;
	content: "";
	left: 10px;
	bottom: 0;
	width: 36px;
	height: 36px;
	background: url(/assets/img/title_slash.svg) no-repeat 0 0;
	background-size: 36px 36px;
}

.btn-more {
	width: 400px;
	height: 50px;
	line-height: 50px;
	font-family: 'Nova Flat', cursive;
	font-size: 2.0rem;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	background: #3c3c3c;
}
.btn-more:hover {
	opacity: .7;
}

.shadow {
	box-shadow : 3px 5px 5px rgba(0, 0, 0, .05);
}

/* ==============================================
  main
============================================== */
.main-area {
	position: relative;
	padding: 0 0 90px 0;
}
.main-area:before {
	position: absolute;
	top: 194px;
	left: 50%;
	content: "";
	width: 3000px;
	height: 376px;
	margin-left: -176px;
	background: #f6f6f6;
	z-index: -2;
}
.main-area .inner {
	padding: 0;
}
.main-area .main-copy {
	position: absolute;
	top: 0;
	left: 50%;
	display: inline-block;
	vertical-align: top;
	width: 764px;
	margin-left: -700px;
	padding: 62px 0 0 12px;
	transition: .3s;
}
.main-area .main-copy .main-copy-bg-green {
	position: absolute;
	top: 80px;
	left: 0;
	/*width: 450px;*/
	height: 80px;
	background: #26bf63;
	z-index: -1;
	-webkit-animation: bg-slide01 .5s cubic-bezier(0.68, -0.55, 0.165, 1.0) 0s forwards;
	animation: bg-slide01 .5s cubic-bezier(0.68, -0.55, 0.165, 1.0) 0s forwards;
}
@-webkit-keyframes bg-slide01 {
	0% {-webkit-width: 0;}
	100% {-webkit-width: 450px;}
}
@keyframes bg-slide01 {
	0% {width: 0;}
	100% {width: 450px;}
}

.main-area .main-copy .main-copy-bg-pink {
	position: absolute;
	top: 272px;
	left: 145px;
	/*width: 460px;*/
	height: 100px;
	background: #ff4aa1;
	z-index: -1;
	-webkit-animation: bg-slide02 .5s cubic-bezier(0.68, -0.55, 0.165, 1.0) .5s forwards;
	animation: bg-slide02 .5s cubic-bezier(0.68, -0.55, 0.165, 1.0) .5s forwards;
}
@-webkit-keyframes bg-slide02 {
	0% {-webkit-width: 0;}
	100% {-webkit-width: 460px;}
}
@keyframes bg-slide02 {
	0% {width: 0;}
	100% {width: 460px;}
}

.main-area .main-lead {
	display: inline-block;
	vertical-align: top;
	padding-left: 564px;
}
.main-area .main-lead .main-lead-title {
	margin-bottom: 90px;
}
.main-area .main-lead .main-lead-text p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: .06em;
}

@media screen and (max-width: 1400px) {
	.main-area .main-copy {
		width: 600px;
		margin-left: -550px;
	}
	.main-area .main-copy .main-copy-bg-green {
		height: 70px;
	}
	@-webkit-keyframes bg-slide01 {
		0% {-webkit-width: 0;}
		100% {-webkit-width: 395px;}
	}
	@keyframes bg-slide01 {
		0% {width: 0;}
		100% {width: 395px;}
	}
	.main-area .main-copy .main-copy-bg-pink {
		top: 242px;
		left: 125px;
		height: 90px;
	}
	@-webkit-keyframes bg-slide02 {
		0% {-webkit-width: 0;}
		100% {-webkit-width: 405px;}
	}
	@keyframes bg-slide02 {
		0% {width: 0;}
		100% {width: 405px;}
	}
	.main-area .main-lead {
		padding-left: 618px;
	}
}

@media screen and (max-width: 1100px) {
	.main-area .main-copy {
		margin-left: -500px;
	}
	.main-area .main-lead {
		padding-left: 638px;
	}
}

/* -------------------------------
  背景飾り
------------------------------- */
.main-decos > * {
	position: absolute;
}
.main-decos img {
	max-width: 2000px;
}
.main-decos .deco-line01 {
	top: -16px;
	left: 157px;
}
.main-decos .deco-line02 {
	top: 417px;
	left: -120px;
}
.main-decos .deco-line03 {
	top: 125px;
	left: 1030px;
}
.main-decos .triangle01 {
	top: 646px;
	left: -20px;
}
.main-decos .triangle02 {
	top: 727px;
	left: -145px;
}
.main-decos .triangle03 {
	top: 757px;
	left: 173px;
}
.main-decos .triangle04 {
	top: 721px;
	left: 884px;
}
.main-decos .triangle05 {
	top: 856px;
	left: 1075px;
}
.main-decos .triangle06 {
	top: 986px;
	left: 945px;
}
.main-decos .deco-anime-line01 {
	width: 102px;
	height: 102px;
	top: -75px;
	left: 329px;
}
.main-decos .deco-anime-line02 {
	width: 23px;
	height: 23px;
	top: -3px;
	left: 365px;
}
.main-decos .deco-anime-line03 {
	width: 102px;
	height: 102px;
	top: 314px;
	left: -226px;
}
.main-decos .deco-anime-line04 {
	width: 24px;
	height: 24px;
	top: 484px;
	left: 76px;
}
.main-decos .deco-anime-line05 {
	width: 24px;
	height: 24px;
	top: 360px;
	left: 1138px;
}
.main-decos .deco-anime-line06 {
	width: 102px;
	height: 102px;
	top: 339px;
	left: 1119px;
}

.color-3c3c3c {fill: #3c3c3c;}
.color-26bf63 {fill: #26bf63;}
.color-fff {fill: #fff;}

.anime-triangle01 {
	-webkit-animation: triangle01 10s cubic-bezier(0.68, -1.55, 0.165, 1.0) infinite;
	animation: triangle01 10s cubic-bezier(0.68, -1.55, 0.165, 1.0) infinite;
}
@-webkit-keyframes triangle01 {
	0% {-webkit-transform: rotate(0deg) translate(0, 0);}
	50% {-webkit-transform: rotate(110deg) translate(-4px, 0);}
	100% {-webkit-transform: rotate(0deg) translate(0, 0);}
}
@keyframes triangle01 {
	0% {transform: rotate(0deg) translate(0, 0);}
	50% {transform: rotate(110deg) translate(-4px, 0);}
	100% {transform: rotate(0deg) translate(0, 0);}
}

.anime-triangle02 {
	-webkit-animation: triangle01 10s cubic-bezier(0.68, -2.55, 0.165, 1.0) infinite;
	animation: triangle01 10s cubic-bezier(0.68, -2.55, 0.165, 1.0) infinite;
}
@-webkit-keyframes triangle02 {
	0% {-webkit-transform: rotate(0deg) translate(0, 0);}
	50% {-webkit-transform: rotate(180deg) translate(0, -4px);}
	100% {-webkit-transform: rotate(0deg) translate(0, 0);}
}
@keyframes triangle02 {
	0% {transform: rotate(0deg) translate(0, 0);}
	50% {transform: rotate(180deg) translate(0, -4px);}
	100% {transform: rotate(0deg) translate(0, 0);}
}

.anime-line01 {
	stroke: #fff;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
	stroke-width: 4;
	-webkit-animation: line01 2s cubic-bezier(0, -0.55, 0.165, 1.0) 0s forwards;
	animation: line01 2s cubic-bezier(0, -0.55, 0.165, 1.0) 0s forwards;
}
@keyframes line01 {
	0% { stroke-dashoffset: 0;}
	100% { stroke-dashoffset: 400;}
}
@-webkit-keyframes line01 {
	0% { stroke-dashoffset: 0;}
	100% { stroke-dashoffset: 400;}
}

.anime-line02 {
	stroke: #fff;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	stroke-width: 4;
	-webkit-animation: line02 3s ease-in-out 0s forwards;
	animation: line02 3s ease-in-out 0s forwards;
}
@keyframes line02 {
	0% { stroke-dashoffset: 0;}
	100% { stroke-dashoffset: 100;}
}
@-webkit-keyframes line02 {
	0% { stroke-dashoffset: 0;}
	100% { stroke-dashoffset: 100;}
}

.anime-line03 {
	stroke: #f6f6f6;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	stroke-width: 4;
	-webkit-animation: line03 2s ease-in-out 0s forwards;
	animation: line03 2s ease-in-out 0s forwards;
}
@keyframes line03 {
	0% { stroke-dashoffset: 0;}
	100% { stroke-dashoffset: 100;}
}
@-webkit-keyframes line03 {
	0% { stroke-dashoffset: 0;}
	100% { stroke-dashoffset: 100;}
}

.anime-line04 {
	stroke: #f6f6f6;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
	stroke-width: 4;
	-webkit-animation: line04 3s ease-in-out 0s forwards;
	animation: line04 3s ease-in-out 0s forwards;
}
@keyframes line04 {
	0% { stroke-dashoffset: 0;}
	100% { stroke-dashoffset: 400;}
}
@-webkit-keyframes line04 {
	0% { stroke-dashoffset: 0;}
	100% { stroke-dashoffset: 400;}
}


/* ==============================================
  about Zephyr
============================================== */
#about {
	padding: 150px 0 90px;
	text-align: center;
}
#about h2 {
	position: relative;
	display: table;
	margin: 0 auto 60px;
	font-family: 'Nova Flat', cursive;
	font-size: 9.0rem;
	color: #26bf63;
}
#about span {
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	font-size: 2.4rem;
	letter-spacing: .1em;
}
#about h3 {
	margin-bottom: 60px;
	padding-left: 0.5em;
	font-size: 2.8rem;
	letter-spacing: .3em;
}
#about p {
	margin-bottom: 60px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .06em;
}


/* ==============================================
  News
============================================== */
#news {
	position: relative;
	background: #f6f6f6;
}
#news .bg-white {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
}
#news .news-block {
	width: 900px;
	margin: 0 auto;
	padding: 45px 50px 15px 50px;
	background: #fff;
}
#news .news-block dt {
	display: inline-block;
	vertical-align: top;
	width: 8em;
	font-size: 1.4rem;
	color: #787878;
	letter-spacing: .06em;
}
#news .news-block dd {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 8em);
	margin-bottom: 30px;
	font-size: 1.6rem;
}
#news .news-block dd a {
	font-size: 1.6rem;
	transition: .3s ease-in-out;
}
#news .news-block dd a:hover {
	opacity: .7;
}


/* ==============================================
  Report
============================================== */
#report {
	padding: 60px 0 90px;
	background: #f6f6f6;
}
#report .report-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 900px;
	margin: 0 auto;
}
#report .report-items li {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin: 0 30px 50px 0;
	background: #fff;
	box-shadow : 3px 5px 5px rgba(0, 0, 0, .05);
}
#report .report-items li:nth-child(3n) {
	margin: 0 0 50px 0;
}
#report .report-items a:hover {
	opacity: .7;
}
#report .report-items .image {
	position: relative;
	width: 280px;
	height: 200px;
	overflow: hidden;
	background: url(/assets/img/no-image.svg) no-repeat 0 0;
}
#report .report-items .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
}
#report .report-items .image {
	min-width: 100%;
}
#report .report-items .text {
	padding: 15px 15px 15px 20px;
}
#report .report-items .text .date {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #787878;
	letter-spacing: .06em
}
#report .report-items .text .category {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 6px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
}

#report .report-items .text h3 {
	margin-top: 18px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .06em
}
#report .btn-more {
	display: block;
	margin: 40px auto;
}


/* ==============================================
  Activity
============================================== */
#activity {
	padding-top: 120px;
}
#activity .inner:before {
	position: absolute;
	top: 60px;
	left: 50%;
	content: "";
	width: 1200px;
	height: 100%;
	margin-left: -600px;
	background: #f6f6f6;
	z-index: -1;
}
#activity .activity-lists {
	text-align: center;
}
#activity dl {
	display: inline-block;
	vertical-align: top;
	width: 460px;
	height: 250px;
	margin: 0 10px 20px;
	padding: 30px;
	text-align: left;
	background: #fff;
}
#activity dl dt {
	margin-bottom: 25px;
	padding: 8px 0 12px 80px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
#activity .activity01 dt {
	background: url(../img/activity_num01.svg) no-repeat 0 0;
	background-size: 54px 38px;
}
#activity .activity02 dt {
	background: url(../img/activity_num02.svg) no-repeat 0 0;
	background-size: 59px 38px;
}
#activity .activity03 dt {
	background: url(../img/activity_num03.svg) no-repeat 0 0;
	background-size: 59px 38px;
}
#activity .activity04 dt {
	background: url(../img/activity_num04.svg) no-repeat 0 0;
	background-size: 63px 38px;
}
#activity dl dd ul {
	margin-left: 80px;
}
#activity dl dd li {
	margin-bottom: 16px;
}
#activity dl dd li a {
	padding-left: 18px;
	font-size: 1.5rem;
	line-height: 1.5;
	background: url(../img/array_small.svg) no-repeat 0 5px;
	background-size: 8px 12px;
}
#activity dl dd li a:hover {
	background-position: 3px 5px;
	opacity: .7;
}


/* ==============================================
  Recruitment
============================================== */
#recruitment {
	padding: 150px 0 120px;
}
#recruitment .bnr-recruitment {
	width: 900px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
}
#recruitment a {
	display: block;
	border: 4px solid #26bf63;
	background: url(/img/array.svg) no-repeat 95% 50%;
	background-size: 11px 16px;
}
#recruitment a:hover {
	background-position: 96% 50%;
	opacity: .7;
}
#recruitment h2 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 3.2rem;
	line-height: 140px;
	color: #26bf63;
	letter-spacing: .4em;
}
#recruitment p {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 140px;
	letter-spacing: .06em;
}
