@charset "utf-8";

/* mv */
#mv {
	position: relative;
}


/* news */
#news .ttl .more a {
	display: flex;
	font-weight: bold;
}

/* about */
#about {
	background: url(../images/about_bg.png) no-repeat center top;
	background-size: 100% 100%;
/* 		padding-top: calc(966 / 1420 * 100%); */ /* 画像の高さ ÷ 画像の幅 × 100% */
}
#about h3  {
	text-align: center;
	margin: 10px auto;
	font-size: 3rem;
}
#join h3 {
	line-height: 1.4;
}
#join p {
	line-height: 1.4;
}
#join .member h3 {
	margin-top: 50px;
	margin-bottom: 20px;
}
.centerTable {
	margin: 0 auto;
	border: none;
	text-align: left;
}
.centerTable th {
	padding-right: 10px;
	font-weight: normal;
	
}
.centerTable td {
	
}
#about .txtCenter img {
	margin: 0 auto;
}
#about table td{
	margin: 0;
	padding-right: 10px;
	line-height: 1.6;
}
.whiteBox {
	background-color: #fff;
	text-align: center;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;

}
.whiteBox dt {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.whiteBox dd {
	margin: 0;
}
.whiteBox .bgYellow {
	background-color: #fddb22;
	padding: 10px;
	margin-bottom: 10px;
}
.whiteBox .bgYellow h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.whiteBox .bgYellow h4 span {
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
}
.whiteBox .bgYellow p {
	padding-bottom: 5px;
}
.numBox {
	margin: 0 auto 80px;
	width: 90%;
}
.numBox li {
	padding: 0;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 2.3rem;
	font-family: DNPShueiMGoStd-B;
	display: flex;
	flex-wrap: wrap;
}
.numBox li span {
	width: 80px;
}
.numBox li p {
	width: calc(100% - 90px);
}
.numBox li img {
	padding-right: 15px;
}
.area {
	margin-bottom: 80px;
}
#service .inner .flex {
	justify-content: space-between;
	margin-bottom: 50px;
}
#service .inner .flex img{
	width: 30%;
}


#requirement {
	background: url(../images/reauirement_bg.png) no-repeat center center;
	background-size: 100% 100%;
}
#requirement .cicleBox {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#requirement .cicleBox li {
	background-color: #fff;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin: 0 10px 20px;
	position: relative;
}
#requirement .cicleBox li span {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width :200px;
  text-align:center;
  font-weight: bold;
  font-size: 2rem;
}
#requirement .txtCenter {
	text-align: center;
}
#requirement .txtCenter .numFont {
	font-size: 3rem;
	font-weight: 700;
	position: relative;
}
#requirement .txtCenter .numFont:before {
	content: url(../images/req_num.png);
	padding-right: 5px;
	vertical-align: sub;
}

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

	/* mv */
	#mv {
		margin-top: 37px;
	}


	#mv .content:after {
		content: "";
		display: block;
		background: url(../images/mv.png) no-repeat right top;
		background-size: contain;
		width: 93.335%;
		height: 83.733vw;
		margin: 24px 0 0 auto;
	}


	#mv .box {
		padding: 0 20px;
	}

	#mv .content {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
	}

	#mv .content .news-list{
		font-size: 1.6rem;
		margin-top: 40px;
	}
	#mv .content .news-list h2 {
		margin-bottom: 10px;
	}
	#mv .content .news-list h2 img {
		margin: 0;
	}

	#mv .content .news-list span {
		width: 100%;
		max-width: 86px;
		margin-right: 18px;
	}
	#mv .content .news-list p.news-ttl {
		margin: 0;
		padding: 0;
		
	}

	/* news */
	#about .inner {
		width: calc(100% - 20px);
		padding: 80px 10px;
	}
	.innerBox .circle img {
		margin: 10px auto 30px;
	}
	#about table td{
		display: block;
		width: 100%;
	}

	/* concept */
	#concept {
		margin-top: 0;
	}
	#concept .txt {
		line-height: 1.6;
		width: 80%;
		margin: 0 auto;
	}
	#concept .txt p{
		margin: 0 0 15px 0;
	}

	/* service */
	#service {
		margin-top: 38px;
	}

	#service .inner {
		padding: 0 10px;
	}
	.numBox {
		margin: 0 auto 0px;
		width: 90%;
	}
	.area {
		margin-bottom: 20px;
	}

	/* requirement */
	#requirement {
		padding: 170px 0;
	}
	#requirement .inner {
		padding: 0 10px;
	}

	.centerTable th {
		display: block;
		width: 100%;
		padding-right: 0;
		font-weight: 700;
	}
	.centerTable td {
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}

}


@media screen and (min-width: 960px) {

	/* mv */
	#mv {
		margin-top: 40px;
	}

	#mv:before {
		content: "";
		display: block;
		background: url(../images/mv.png) no-repeat right center;
		background-size: cover;
		width: 48.682%;
		max-width: 700px;
		height: 49vw;
		max-height: 680px;
		position: absolute;
		top: 38%;
		right: 0;
		transform: translateY(-50%) translateX(0);
		-webkit- transform: translateY(-50%) translateX(0);
		z-index: -1;
	}

	#mv .inner {
		max-width: 1280px;
		padding: 0 calc( 70 / 1280 * 100vw);
	}

	#mv .content {
		width: 50%;
	}

	#mv .content .news-list{
		font-size: 1.6rem;
		margin-top: 40px;
	}
	#mv .content .news-list h2 {
		margin-bottom: 10px;
	}
	#mv .content .news-list h2 img {
		margin: 0;
	}

	#mv .content .news-list span {
		width: 100%;
		max-width: 86px;
		margin-right: 18px;
	}
	#mv .content .news-list p.news-ttl {
		margin: 0;
		padding: 0;
		
	}


	/* concept */
	
	#concept {
		margin-top: 115px;
	}

	#concept .inner {
		width: 100%;
		max-width: 1140px;
	}

	#concept .txt {
		line-height: 1.6;
		width: 90%;
		margin: 0 auto;
	}
	#concept .txt p{
		margin: 0 0 15px 0;
	}


	/* about */
	#about .content {
	}
	#about .inner {
		width: 80%;
		max-width: 900px;
		padding: 200px 0;
	}
	.whiteBox .flexBox {
		display: flex;
		justify-content:space-between;
	}
	.whiteBox .flexBox .bgYellow {
		width: 30%;
	}
	.innerBox {
		position: relative;
	}
	.innerBox .circle {
		position: absolute;
		right: -30px;
		bottom: -30px;
	}

	/* requirement */
	#requirement {
		padding: 150px 0;
	}
	#requirement .inner {
		width: 100%;
		max-width: 1140px;
	}
	
	#join .inner{
		width: 100%;
		max-width: 1140px;
	}


	/* service */
	#service {
		margin-top: 38px;
		padding: 0 5%;
	}

	#service .inner {
		max-width: 1024px;
	}
	.area {
		margin-bottom: 80px;
	}

}

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

	#concept {
		margin-top: 50px;
	}
	#about .inner {
		width: 90%;
		max-width: 940px;
		padding: 200px 0;
	}
	.innerBox .circle {
		position: relative;
		top: 10px;
		right: -38%;
		transform: translateX(50%;)
	}
}

