@charset "UTF-8";

/* ------------------------------
    mv
------------------------------ */

#mv {
	position: relative;
	background-size: cover !important;
	height: 330px;
}
#mv {
	background: url(../img/about/bg_mv.jpg) no-repeat center center;
}
#mv h1 {
	position: absolute;
	bottom: 78px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#mv h1 img {
	width: 185px;
}
#mv h1 span {
	display: block;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 15px;
}


/* ------------------------------
    concept
------------------------------ */

#concept .concept_head {
	padding: 12px 0 60px;
	background: url(../img/common/bg_dot.png) repeat top center;
}
#concept .concept_head .breadcrumb {
	margin-top: 0;
}
#concept .concept_head h2 {
	margin-top: 40px;
	text-align: center;
	color: #231815;
}
#concept .concept_head h2 .sub {
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
}
#concept .concept_head h2 .main {
	display: inline-block;
	margin-top: 10px;
	font-size: 3.5rem;
	line-height: 1.6;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #e8fca7 0%);
}
#concept .concept_head .img {
	text-align: center;
	margin-top: 50px;
}
#concept .concept_content {
	margin-top: 50px;
	padding-bottom: 70px;
}
#concept .concept_content > div + div {
	margin-top: 70px;
}
#concept .concept_content .left {
	position: relative;
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
}
#concept .concept_content .right {
	position: relative;
	width: 50%;
	float: right;
	padding-right: 10px;
}
#concept .concept_content .txt {
	max-width: 500px;
	font-size: 1.6rem;
	line-height: 1.9;
}
#concept .concept_content .txt .strong {
	font-size: 2rem;
	font-weight: bold;
	display: block;
}
#concept .concept_content .left .txt {
	margin: 0 0 0 auto;
}
#concept .concept_content img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#concept .concept_content img {
		position: relative;
	}
	#concept .concept_content .left img {
		left: -10px;
	}
	#concept .concept_content .right .txt {
		margin-right: auto;
	}
	#concept .concept_content .right img {
		right: -10px;
	}
}


/* ------------------------------
    company
------------------------------ */

#company {
	padding: 75px 10px 50px;
}
#company h2 {
	border-top: #000 3px solid;
	border-bottom: #000 3px solid;
	text-align: center;
	padding: 17px 0;
	width: 526px;
	margin: 0 auto;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
}
#company h2::before {
	content: "";
	display: block;
	width: 46px;
	height: 28px;
	background: url(../img/companies/quotation.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -25px;
}
#company h2::after {
	content: "";
	display: block;
	width: 46px;
	height: 28px;
	background: url(../img/companies/quotation.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -25px;
	transform: rotate(180deg);
}
#company table {
	width: 760px;
	margin: 60px auto 0;
	border-bottom: #bebebe 1px solid;
	border-collapse: collapse;
}
#company table th,
#company table td {
	border-top: #bebebe 1px solid;
	font-size: 1.6rem;
	line-height: 1.8;
	vertical-align: top;
	padding: 20px 0 25px;
}
#company table th {
	font-weight: bold;
	padding-right: 26px;
}
#company table td a {
	display: inline-block;
	position: relative;
	color: #00ada0;
	padding-right: 20px;
}
#company table td a:hover {
	text-decoration: underline;
}
#company table td a::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(../img/common/blank_green.png) center center;
	background-size: contain;
	position: absolute;
	top: 11px;
	right: 7px;
}
#company table td .date {
	display: inline-block;
	width: 150px;
}



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

	/* ------------------------------
	    mv
	------------------------------ */

	#mv {
		position: relative;
		background: none;
		height: auto;
	}
	#mv .img {
		width: 100%;
	}
	#mv h1 {
		position: absolute;
		top: 23vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	#mv h1 img {
		width: 31%;
		max-width: 232px;
	}
	#mv h1 span {
		font-size: 2.2rem;
	}


	/* ------------------------------
		concept
	------------------------------ */

	#concept .concept_head {
		padding: 12px 0 40px;
	}
	#concept .concept_head h2 {
		margin-top: 30px;
	}
	#concept .concept_head h2 .sub {
		font-size: 1.2rem;
	}
	#concept .concept_head h2 .main {
		margin-top: 0;
		font-size: 2.3rem;
		line-height: 1.6;
	}
	#concept .concept_head .img {
		width: 95%;
		margin: 20px auto 0;
	}
	#concept .concept_content {
		margin-top: 3%;
		padding-bottom: 5%;
	}
	#concept .concept_content > div + div {
		margin-top: 20px;
	}
	#concept .concept_content .left {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}
	#concept .concept_content .right {
		width: 100%;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}
	#concept .concept_content .txt {
		width: 95%;
		max-width: none;
		margin: 0 auto 3%;
		line-height: 1.6;
	}
	#concept .concept_content .txt .strong{
		font-size: 1.8rem;
	}
	#concept .concept_content .left .txt {
		margin: 0 auto 3%;
	}
	#concept .concept_content img {
		width: 100%;
	}


	/* ------------------------------
		company
	------------------------------ */

	#company {
		width: 95%;
		margin: 0 auto;
		padding: 40px 0 10px;
	}
	#company h2 {
		padding: 15px 0;
		width: 100%;
		font-size: 2rem;
		margin-top: 0;
		margin-bottom: 35px;
	}
	#company table {
		width: 100%;
		margin: 30px auto 0;
	}
	#company table th,
	#company table td {
		display: block;
		width: 100%;
		border-top: none;
		font-size: 1.5rem;
		line-height: 1.3;
		vertical-align: top;
		padding: 10px 2.5%;
	}
	#company table th {
		border-top: #bebebe 1px solid;
		font-weight: bold;
		padding: 10px 2.5% 0;
	}
	#company table td a::after {
		top: 5px;
	}
	#company table td .date {
		width: 130px;
	}
