﻿@charset "utf-8";

@media (max-width: 767px) {
	#contents.page-company {
		padding-bottom: 170px;
	}
}

.map {
	vertical-align: bottom;
}

#company2 {
	padding: 10px 0 80px 0;
	width: 80%;
	margin: 0px auto;
	text-align: left;
	max-width: 1200px;
}

#company h1,
#company2 h1 {
	text-align: center;
	font-size: 2.0rem;
	margin: 0 0 30px 0;
	padding: 80px 0 0 0;
}

#company2 h2 {
	text-align: center;
	font-size: 1.8rem;
	margin: 50px 0 20px 0;
}

#company2 p {
	font-size: 1.3rem;
	line-height: 150%;
	margin: 0 0 100px 0;
}

#company2 ul {
	font-size: 1.2rem;
}

#member1 section ul,
#member1 section p {
	opacity: 0.9;
}

#company2 ul li {
	font-size: 1rem;
	margin: 0 0 30px 0;
	line-height: 120%;
}

#company2 ul li:before {
	content: "●";
	color: #F7941C;
	margin: 0 10px 0 0;
}


/* 追加 */

#company.movie-area {
	box-sizing: border-box;
	padding: 0 25px 60px;
	padding-top: 300px;
	width: 100%;
}

.movie-area .bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.movie-area .cont {
	position: relative;
	z-index: 1;
	color: #fff;
}

#company.movie-area dl {
	max-width: 570px;
}

#company .logo {
	display: block;
	max-width: 300px;
	width: 68%;
	margin: 0 auto;
}

@media screen and (max-width : 780px) {
	#company2 {
		padding: 40px 0;
		width: 90%;
	}

	#company h1,
	#company2 h1 {
		font-size: 2.0rem;
	}

	#company2 p {
		font-size: 1.0rem;
		line-height: 150%;
		margin: 0 0 50px 0;
	}

	#company2 ul {
		font-size: 1.4rem;
	}

	#company.movie-area {

		padding-top: 8%;

	}

	#company.movie-area dl {
		width: 100%;
	}
}

#member2,
#member1 {
	text-align: left;
	padding: 80px 0 80px;
	/* background: #EEEEEE; */
	background: url("sky.jpg") 50% 50% no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#member1 h1 {
	font-size: 2rem;
	margin: 0 0 80px;
	text-align: center;
	color: #fff;
}

#member1 section {
	width: 100%;
	/* max-width: 800px; */
	max-width: 1200px;
	margin: 50px auto 0 auto;
}

#member2 section {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0 auto;
}

#member2 section figure,
#member1 section figure {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	text-align: center;
	margin: 0 1% 0 0;
	padding: 0;
	width: 13%;
}

#member2 section figure {
	/* width: 13%; */
}


#member2 section figure .img,
#member1 section figure .img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto 5px auto;
	padding: 0 !important;
}

#member2 section figure .img img,
#member1 section figure .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#member2 section div,
#member1 section div {
	display: inline-block;
	/* width: 78%; */
	width: 83%;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#member1 section div,
#member2 section div {
	width: 83%;
}

#member1 section p,
#member1 section ul {
	background: #FFF;
	padding: 20px;
}

#member1 section div h2 {
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0 0 20px 0;
	color: #fff;
	line-height: 1.27;
}

#member1 section div h2 span {
	display: block;
	font-size: .8em;
}

#member1 section figure h2 {
	font-size: 0.9rem;
	padding-bottom: 5px;
	color: #fff;
}

#member1 section figure h3 {
	font-size: 1.4rem;
	font-weight: 500;
	padding-bottom: 5px;
	color: #fff;
}

#member1 section div ul li {
	margin: 0 0 5px 0;
	position: relative;
	padding: 0 0 0 20px;
	line-height: 120%;
}

#member1 section div ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.member1_p {
	width: 800px;
	margin: 50px auto 0 auto;
	font-size: 0.8rem;
}

@media screen and (max-width : 780px) {
	#member2 {
		padding: 1px 0 20px 0;
	}

	#member1 section {
		width: 90%;
		max-width: auto;
		margin: 50px auto 0 auto;
	}

	#member2 section {
		width: 90%;
		max-width: auto;
		margin: 50px auto 0 auto;
	}

	#member2 section figure,
	#member1 section figure {
		width: 100%;
		margin: 0 0 5px 0;
	}

	#member2 section figure .img,
	#member1 section figure .img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		overflow: hidden;
		margin: 0px auto 10px auto;
	}

	#member2 section figure .img img,
	#member1 section figure .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#member2 section div,
	#member1 section div {
		display: inline-block;
		width: 100%;
		margin: 0;
		/* background: #FFF; */
		/* padding: 20px; */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#member2 section div h2 {
		line-height: 130%;
		margin: 0 0 20px 0;
	}

	.member1_p {
		width: 90%;
		margin: 50px auto 0 auto;
	}
}


#company3 {
	padding: 80px 0;
	width: 80%;
	margin: 0px auto;
	text-align: left;
	max-width: 1200px;
}

#company3 h1 {
	text-align: center;
	font-size: 2.0rem;
	margin: 0 0 30px 0;
	line-height: 120%;
}

#company3 h2 {
	text-align: center;
	font-size: 1.6rem;
	margin: 50px 0 20px 0;
}

#company3 p {
	font-size: 1.3rem;
	line-height: 150%;
	margin: 0 0 100px 0;
}

#company3 ul {
	font-size: 1.0rem;
}

#company3 ul li {
	margin: 0 0 30px 0;
	line-height: 150%;
}

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

	#company3 {
		padding: 40px 0;
		width: 90%;
		max-width: auto;
	}

	#company3 h1 {
		text-align: center;
		font-size: 1.8rem;
		line-height: 100%;
		margin: 0 0 30px 0;
	}

	#company3 h2 {
		text-align: center;
		font-size: 1.2rem;
		margin: 50px 0 20px 0;
	}

	#company3 p {
		font-size: 1.1rem;
		line-height: 150%;
		margin: 0 0 50px 0;
	}

	#company3 ul {
		font-size: 1.0rem;
	}

	#company3 ul li {
		margin: 0 0 20px 0;
		line-height: 150%;
	}
}

#member3 {
	text-align: left;
	padding: 50px 0 60px;
}

#member3 h1 {
	font-size: 2rem;
	margin: 0 0 20px;
	text-align: center;
	font-weight: 500;
}

#member3 h2 {
	text-align: left;
	font-size: 1.2rem;
	margin: 50px 0 20px 0;
}

#member3 .inr {
	width: 1000px;
	margin: 0px auto;
}

#member3 section figure {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	text-align: left;
	margin: 0 1% 0 0;
	padding: 0;
}

#member3 section figure h3 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 110%;
}

#member3 section div {
	display: inline-block;
	width: 78%;
	margin: 0;
	background: #FFF;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#member3 section div table {
	font-size: 1.0rem;
	line-height: 140%;
}

#member3 section div table th {
	padding: 0 20px 0 0;
	vertical-align: top;
}

@media screen and (max-width : 780px) {
	#member3 {
		text-align: left;
		padding: 40px 0 50px 0;
	}

	#member3 h1 {
		font-size: 1.8rem;
		margin: 0 0 20px;
		text-align: center;
		font-weight: 500;
	}

	#member3 h2 {
		text-align: left;
		font-size: 1.1rem;
		margin: 30px 0 5px 0;
	}

	#member3 .inr {
		width: 90%;
		margin: 0px auto;
	}

	#member3 section figure {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#member3 section figure h3 {
		font-size: 1.3rem;
		font-weight: 500;
		line-height: 110%;
		margin: 0 0 5px 0;
	}

	#member3 section div {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	#member3 section div table {
		font-size: 0.9rem;
		line-height: 120%;
	}

	#member3 section div table th {
		padding: 0 10px 0 0;
		vertical-align: top;
		width: 90px;
	}
}

.red {
	color: #FF0000;
}