@charset "UTF-8";
/* A Modern CSS Reset */

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a{
	transition: 0.2s;
	text-decoration: none;
}
a:hover{
	transform: translateY(-5px);
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	text-decoration: none;
}
body {
	background-color: #000;
	color: #333;
	font-family: serif;
	line-height: 160%;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
header {
	width: 100%;
	/* max-height: 960px; */
	min-height: 500px;
	position: relative;
	background-size: cover;
	background-position: center top;
	margin-bottom: 5rem;
}
.bg {
  background-image: url(../img/img_pattern.png);
  background-repeat: repeat;
  background-size: 100px 100px;
  background-color: #FFE200;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  width: auto;
  height: 100vh;
  z-index: -1;
}
h2 {
	font-size: 30px;
	text-align: center;
	letter-spacing: 0em;
	line-height: 130%;
	margin-bottom: 20px;
}
h2 span {
	display: block;
	color: #b9b9b9;
	font-size: 20px;
}
h3 {
	font-size: 1.9rem;
	line-height: 160%;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #FFC107;
	font-weight: 600;
}
h3 span {
	font-size: 70%;
}
header .hdinner{
	margin: auto;
	padding: 20px;
}
header .hdinner .logo img{
	margin: auto;
	padding: 20px;
	width: 200px;
}
header .hdinner h1 {
	margin: 30px auto 0px;
}
header .hdinner h1 img:nth-child(1) {
	margin: auto;
	max-width: 400px;
	padding-bottom: 20px;
	width: 90%;
}
header .hdinner h1 img:nth-child(2) {
	margin: auto;
	max-width: 600px;
	width: 100%;
}
header .hdinner h1 span {
	display: block;
	text-align: center;
	color: #000;
	padding: 20px 0;
	font-size: 0.4em;
}
header .hdinner ul  {
	margin: 0 auto;
	max-width: 700px;
	padding: 0;
	text-align: center;
}
header .hdinner ul li {
	display: inline-block;
}
header .hdinner ul li img{
	max-width: 260px;
    width: 41vw;
}
.service, .about, .members, .project {
	margin: 0 auto;
	width: 100%;
	padding: 40px 0;
	max-width: 1080px;
}
.inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
}
.inner p {
	margin-bottom: 1rem;
	clear: both;
}
.service {
	background-image: url(../img/bg-service.jpg);
	background-repeat: no-repeat;
	background-position:  center;
	background-size:cover;
	background-color: #ffffff;
	margin-top: 40px;
}
.service .inner div{
	width: 45%;
	margin: 0 auto;
}
.service h2 img{
	margin: auto;
	max-width: 230px;
	width: 90%;
}
.service p{
	display: block;
	text-align: center;
	margin: auto;
	max-width: 600px;
	padding-bottom: 20px;
	width: 100%;
}
.service .item {
	text-align: center;
}
.service .item img{
	margin: auto;
	max-width: 400px;
	width: 100%;
}
.about {
	background-color: #F8F8F4;
}
.about h2{
	margin-top:3rem;
}
.about h2 img{
	margin: auto;
	max-width: 200px;
	padding-bottom: 20px;
	width: 80%;
}
.about .explanation{
	max-width: 600px;
	display: block;
	margin: 0 auto;
}
.heading {
	font-weight: 600;
	text-align: center;
	display: block;
}
.details {
	margin: 0px;
	padding: 0px;
	font-size: 1.3rem;
}

.details ul{
	list-style: disc;
	margin-left: 2rem;
	}
.details ul li{
	margin-bottom: 1rem;
	}
.base{
	padding: 8%;
	border-radius: 1rem;
	margin: 1.5rem;
	border: 1px solid #dcdcdc;
}
.base h4{
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #666666;
	font-size: 1.8rem;
	font-weight: 600;
}
.btn {
	text-align: center;
	margin-bottom: 2rem;
	display: block;
}
.btn a{
	background-color: #FFE200;
	padding: 15px;
	max-width: 280px;
	width: 100%;
	display: block;
	margin: 10px auto;
	border-radius: 100px;
	color: black;
	font-size: 1.5rem;
	font-weight: 600;
}
.chance1 {
	background: #ffffff;
	z-index: 30;
}
.chance1:before {
	content:(../img/title-chance1.png)
	border-top: 35px solid #f4f0eb;
}
.chance1:after {
	border-top: 35px solid #f4f0eb;
}
.chance1 h3 img {
	width: 50px;
	margin: 10px auto;
}
.chance1 .items{
	max-width:350px;
	width: 100%;
	margin: 10px auto;
}
.step2 {
	background: #ecfae2;
	margin-top: 20px;
	z-index: 20;
}
.step2:after {
	border-top: 35px solid #ecfae2;
}
.step3 {
	background: #ffe7e7;
	display: inline-block;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10%;
	position: relative;
}
.chance1 dt {
	line-height: 200%;
}
.chance1 dd {
	margin-bottom: 1.5rem;
}

footer {
	text-align: center;
	color: #000;
	font-size: 1rem;
	padding-top: 40px;
}
.finner {
	max-width: 760px;
	margin: 0 auto;
	padding: 20px;
}

.copyright {
	margin: 0;
	padding-bottom: 20px;
}
.inviewfadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn {
	opacity: 1.0;
	transition-delay: .4s;
}
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: 1s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
@media (max-width: 564px) {
	.members .mlist a img {
		width: 100%;
		height: 100%;
	}
	.service .inner div {
    width: 80%;
    margin: 0 auto;
}
.inner {
    padding: 15px;
}
.base {
    padding: 5%;
}
}
@media (min-width: 565px) {
	.members .mlist a img {
		width: 240px;
		height: 150px;
	}
	.service, .about {
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}
	.inner {
		max-width: 960px;
		margin: 0 auto;
		padding: 20px;
	}
}
