@charset "utf-8";

/* === title === */

.ttl {
	height: 350px;
	margin-bottom: 80px;
	background: url(../img/common/ttl.jpg) no-repeat center bottom;
	background-size: cover;
	text-align: center;
}
.ttl_seminar {
	height: 350px;
	margin-bottom: 0;
	background: url(../img/common/ttl_seminar.png) no-repeat center top;
	background-size: cover;
}
.ttl_seminar_03 {
	background-image: url(../img/common/ttl_seminar_03.png);
}
.ttl_seminar_04 {
	height: 120px;
	background: none;
}
.ttl_seminar_04 h1 {
	display: none;
}
.ttl_seminar_06 {
	height: 120px;
	background: none;
}
.ttl_seminar_06 h1 {
	display: none;
}
.ttl_lumitester,
.ttl_bps {
	height: auto;
	background: none;
}
.ttl_lumitester h1,
.ttl_bps h1 {
	padding-top: 60px;
}
.ttl_lumitester h1 img,
.ttl_bps h1 img {
	width: 100%;
	max-width: 640px;
}

@media only screen and (max-width: 1023px) {
	.ttl {
		height:  auto;
		margin-bottom: 30px;
		padding: 50px 0;
	}
	.ttl_lumitester h1,
	.ttl_bps h1 {
		padding-top: 0;
	}
}


/* === main === */

.main {
}

@media only screen and (max-width: 1023px) {
	.main {
		padding-bottom: 30px;
	}
}


/* === about === */

/* -- message -- */

.sec_message {
	margin-bottom: 120px;
	position: relative;
	zoom: 1;
}
.sec_message:after {
	content:"";
	display: block;
	clear: both;
}
.sec_message h2 {
	border-bottom: none;
	float: left;
}
.msg_img {
	margin-left: -560px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.msg_img img.sp {
	display: none;
}
.msg_txt {
	width: 70%;
	float: right;
}
.msg_txt h3 {
	margin: -20px 0 40px;
	font-size: 4rem;
	line-height: 1.5;
}
.name {
	margin-top: 1em;
	text-align: right;
}
.name strong {
	margin-left: .5em;
	font-size: 1.8rem;
	font-weight: 400;
}

@media only screen and (max-width: 1023px) {
	.sec_message {
		margin-bottom: 50px;
	}
	.sec_message h2 {
		border-bottom: 1px solid #ccc;
		float: none;
	}
	.msg_img {
		margin: 0 0 30px 0;
		position: relative;
		bottom: auto;
		left: auto;
		z-index: 0;
	}
	.msg_img img.pc {
		display: none;
	}
	.msg_img img.sp {
		width: 70%;
		margin: 0 auto;
		display: block;
	}
	.msg_txt {
		width: 100%;
		float: none;
	}
	.msg_txt h3 {
		margin: 0 0 20px;
		font-size: 2rem;
	}
	.name strong {
		font-size: 1.6rem;
	}
}

/* -- company -- */

.sec_company {
	margin-bottom: 120px;
	position: relative;
}
.inr_company {
	zoom: 1;
}
.inr_company:after {
	content:"";
	display: block;
	clear: both;
}
.inr_company_l {
	width: 45%;
	float: left;
}
.inr_company_r {
	width: 45%;
	float: right;
}
.list_company > dt {
	padding: 1em 0;
	font-weight: 400;
	float: left;
	clear: both;
}
.list_company >  dd {
	padding: 1em 0 1em 8.5em;
	border-bottom: 1px solid #ccc;
}
.list_company_hub dt {
	font-weight: 400;
	float: left;
}
.list_company_hub dd {
	padding: 0 0 .5em 6em;
}
.map_ttl {
	margin-bottom: 5px;
	font-weight: 500;
}
.map_google {
	width: 100%;
	height: 0;
	margin-bottom: 25px;
	padding-top: 45%;
	position: relative;
}
.map_google iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 1023px) {
	.sec_company {
		margin-bottom: 30px;
		position: relative;
	}
	.inr_company_l {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
		float: none;
	}
	.inr_company_r {
		width: 100%;
		float: none;
	}
	.list_company > dt {
		padding: 0;
		float: none;
	}
	.list_company >  dd {
		padding: 0 0 1em;
		border-bottom: none;
	}
}

/* -- quality -- */

.sec_quality {
	width: 540px;
	margin: 0 auto 100px;
	padding: 50px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
}
.quality {
	padding: 60px 0;
	font-size: 2rem;
	line-height: 2.5;
	text-align: center;
}

@media only screen and (max-width: 1023px) {
	.sec_quality {
		width: auto;
		margin: 0 20px 50px;
		padding: 20px;
		border-radius: 10px;
	}
	.quality {
		padding: 20px 0;
		font-size: 1.6rem;
	}
}

/* -- infomation -- */

.sec_info {
	position: relative;
	zoom: 1;
}
.sec_info:after {
	content:"";
	display: block;
	clear: both;
}
.sec_history {
	width: 45%;
	float: left;
}
.list_history {
	zoom: 1;
}
.list_history:after {
	content:"";
	display: block;
	clear: both;
}
.list_history dt {
	padding-bottom: 1em;
	float: left;
	clear: both;
}
.list_history dd {
	padding: 0 0 1em 9em;
}
.sec_works {
	width: 45%;
	float: right;
}
.list_works li {
	margin-bottom: .25em;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.list_works li:before {
	margin-right: .25em;
	content: "●";
	color: #0066a9;
}

@media only screen and (max-width: 1023px) {
	.sec_history {
		width: 100%;
		margin-bottom: 30px;
		float: none;
	}
	.list_history dt {
		padding-bottom: 0;
		font-weight: 500;
		float: none;
	}
	.list_history dd {
		padding: 0 0 1em;
	}
	.sec_works {
		width: 100%;
		float: none;
	}
}


/* === business === */

h2.h2_business {
	color: #0066a9;
	font-size: 2rem;
	clear: both;
}

.business_policy {
	margin-bottom: 100px;
	font-size: 3.2rem;
	font-weight: 400;
	text-align: center;
}
.business_list {
	margin-bottom: -70px;
	zoom: 1;
}
.business_list:after {
	content:"";
	display: block;
	clear: both;
}
.business_list_box {
	width: 30%;
	margin: 0 5% 70px 0;
	float: left;
}
.business_list_box:nth-child(3n) {
	margin-right: 0;
}
.business_list_box:nth-child(3n+1) {
	clear: both;
}
.business_list_img {
	margin-bottom: 30px;
}
.business_list_img img {
	width: 100%;
}
.business_list_ttl {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 500;
}

@media only screen and (max-width: 1023px) {
	h2.h2_business {
		margin-top: 80px;
		font-size: 1.6rem;
	}
	.business_policy {
		margin-bottom: 50px;
		font-size: 1.8rem;
		text-align: left;
	}
	.business_policy br {
		display: none;
	}
	.business_list {
		margin-bottom: -35px;
	}
	.business_list_box {
		width: 100%;
		margin: 0 0 35px 0;
		float: none;
	}
	.business_list_img {
		margin-bottom: 15px;
	}
	.business_list_ttl {
		margin-bottom: 10px;
	}
}


/* === news === */

.list_news {
	zoom: 1;
}
.list_news:after {
	content:"";
	display: block;
	clear: both;
}
.list_news dt {
	margin-right: 20px;
	padding: 15px 0;
	float: left;
	clear: both;
}
.list_news dd {
	padding: 18px 20px 18px 212px;
	border-bottom: 1px solid #ccc;
}
.news_date {
	width: 90px;
	padding: 3px 0;
	font-weight: 500;
	display: inline-block;
}
.news_cat {
	width: 100px;
	padding: 3px 0;
	background: #000;
	border-radius: 15px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	display: inline-block;
}
.news_cat._topics  { background: #0066a9; }
.news_cat._seminar { background: #8f619e; }
.news_cat._media   { background: #45814c; }
.news_cat._newitem { background: #c00; }

@media only screen and (max-width: 1023px) {
	.list_news {
		margin-bottom: 20px;
	}
	.list_news dt {
		margin: 10px 0 0;
		padding: 0;
		float: none;
	}
	.list_news dd {
		padding: 10px 0 15px;
	}
	.news_date {
		width: auto;
		margin-right: 10px;
		padding: 0;
	}
	.news_cat {
		width: auto;
		padding: 0 10px;
		font-size: 1.1rem;
	}
}


/* === news(article) === */

.news_article h2 {
	font-size: 2.2rem;
}
.news_article_update {
	margin-bottom: 30px;
	font-size: 1.6rem;
	text-align: right;
}
.newspaper {
	max-width: 480px;
	margin: 0 auto;
}
.newspaper img {
	width: 100%;
}
.btn_back {
	margin: 120px 0 0;
	text-align: center;
}
.btn_back a {
	padding: 20px 50px;
	background: #0066a9;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
}
.btn_back a:hover {
	background: #0084CA;
	position: relative;
	top: 2px;
	left:  2px;
}

@media only screen and (max-width: 1023px) {
	.news_article h2 {
		font-size: 1.8rem;
	}
}


/* === second hand === */

.inr_second-hand {
	margin-bottom: 90px;
	zoom: 1;
}
.inr_second-hand:after {
	content:"";
	display: block;
	clear: both;
}
.inr_second-hand h2 {
	margin-top: 100px;
}
.inr_second-hand h3 {
	margin-bottom: 30px;
	font-size: 3rem;
}
.inr_second-hand-txt {
	width: 70%;
	margin-bottom: 1em;
	float: left;
}
.inr_second-hand-txt p {
	margin-bottom: 1em;
}
.inr_second-hand-txt dl {
	zoom: 1;
}
.inr_second-hand-txt dl:after {
	content:"";
	display: block;
	clear: both;
}
.inr_second-hand-txt dl dt {
	margin-bottom: 5px;
	float: left;
	clear: both;
}
.inr_second-hand-txt dl dd {
	margin-bottom: 5px;
	padding-left: 5.5em;
}
.inr_second-hand-img {
	width: 25%;
	float: right;
}
.inr_second-hand-img img {
	width: 100%;
	margin-bottom: 10px;
}
.btn_second-hand-img a {
	width: 100%;
	height: 40px;
	background: #0066a9;
	border-radius: 50px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.btn_second-hand-img a:hover {
	background: #0084CA;
	position: relative;
	top: 2px;
	left:  2px;
}
.inr_second-hand_order {
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	font-size: 1.6rem;
	text-align: center;
}
.inr_second-hand_order h3 {
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: 500;
}
.inr_second-hand_order p {
	text-align: center;
}
.btn_order {
	margin: 50px 0;
}
.btn_order a {
	padding: 20px 50px;
	background: #0066a9;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
}
.btn_order a:hover {
	background: #0084CA;
	position: relative;
	top: 2px;
	left:  2px;
}

@media only screen and (max-width: 1023px) {
	.inr_second-hand {
		margin-bottom: 60px;
	}
	.inr_second-hand h2 {
		margin-top: 60px;
	}
	.inr_second-hand h2 img {
		width: 100%;
	}
	.inr_second-hand h3 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.inr_second-hand-txt {
		width: 100%;
		float: none;
	}
	.inr_second-hand-img {
		width: 100%;
		text-align: center;
		float: none;
	}
	.inr_second-hand-img img {
		width: 70%;
		margin-bottom: 10px;
	}
	.btn_second-hand-img a {
		width: 70%;
		margin: 0 auto;
	}
	.inr_second-hand_order {
		padding: 20px;
		border-radius: 10px;
		font-size: 1.4rem;
	}
	.inr_second-hand_order h3 {
		font-size: 1.6rem;
	}
	.inr_second-hand_order p {
		text-align: justify;
	}
	.inr_second-hand_order p br {
		display: none;
	}
	.btn_order {
		margin: 30px 0;
	}
	.btn_order a {
		padding: 15px 30px;
		border-radius: 30px;
	}
}


/* === seminar === */

.flyer_seminar {
	margin-bottom: 60px;
	text-align: center;
}
.btn_seminar a {
	width: 200px;
	height: 50px;
	margin: 20px auto 0;
	background: #0066a9;
	border-radius: 25px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
.btn_seminar a:hover {
	background: #35a8e9;
}
.form_seminar p {
	margin-bottom: 60px;
	text-align: center;
}
.form_seminar_inr {
	width: 620px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
}

@media only screen and (max-width: 1023px) {
	.flyer_seminar img {
		width: 100%;
	}
	.form_seminar_inr {
		width: 100%;
		padding: 0;
	}
}


/* === lumitester === */

.sec_lumitester {
	zoom: 1;
}
.sec_lumitester:after {
	content:"";
	display: block;
	clear: both;
}
.sec_lumitester h2 {
	font-size: 1.8rem;
}
.box_lumitester {
	width: 30%;
	margin-right: 5%;
	text-align: center;
	float: left;
}
.box_lumitester:nth-child(1) {
	margin-left: 15%;
}
.box_lumitester:nth-child(2) {
	margin-right: 0;
}
.box_lumitester img {
	width: 100%;
}
.btn_lumitester a {
	width: 200px;
	height: 50px;
	margin: 20px auto 0;
	background: #0066a9;
	border-radius: 25px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
.btn_lumitester a:hover {
	background: #35a8e9;
}

@media only screen and (max-width: 1023px) {
	.sec_lumitester h2 {
		font-size: 1.5rem;
	}
	.box_lumitester {
		width: 100%;
		margin: 0 0 50px;
		float: none;
	}
	.box_lumitester:nth-child(1) {
		margin-left: 0;
	}
	.box_lumitester img {
		max-width: 240px;
	}
}


/* === bps === */

.sec_bps .inr {
	max-width: 640px;
	margin: 0 auto;
	zoom: 1;
}
.sec_bps .inr:after {
	content:"";
	display: block;
	clear: both;
}
.sec_bps h2 {
	font-size: 1.8rem;
}
.box_bps {
	width: 45%;
	margin-bottom: 60px;
	text-align: center;
	float: left;
}
.box_bps:nth-child(2n) {
	float: right;
}
.box_bps img {
	width: 100%;
}
.btn_bps a {
	width: 200px;
	height: 40px;
	margin: 20px auto 0;
	background: #0066a9;
	border-radius: 20px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
}
.btn_bps a:hover {
	background: #35a8e9;
}
.bps_youtube {
	aspect-ratio: 16 / 9;
}
.bps_youtube iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1023px) {
	.sec_bps h2 {
		font-size: 1.5rem;
	}
	.box_bps {
		width: 100%;
		margin: 0 0 50px;
		float: none;
	}
	.box_bps img {
		max-width: 240px;
	}
}