@charset "utf-8";

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

.idx_mv {
	width: 100%;
	overflow: hidden;
}

.idx_mv img {
	display: block;
	float: right;
}

.mv_txt {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.875;
	position: absolute;
	top: 200px;
	left: 0;
	/*-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	z-index: 1;
}


/*-------------------- content --------------------*/

.content {
	width: 100%;
	padding: 90px 0;
}

.ttl_h2_wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}

.ttl_h2 {
	display: inline-block;
	color: #4e575c;
	font-size: 4rem;
	font-weight: bold;
	position: relative;
}

.ttl_h2::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/ico_tit.png) no-repeat center center;
	margin-right: 20px;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #c8161d;
}


/*-------------------- news --------------------*/

.news {
	width: 100%;
	background: #3f4548;
}

.news_list {
	width: 100%;
}

.news_list li {
	width: 100%;
	display: table;
	font-size: 1.6rem;
	padding: 18px 130px;
	border-bottom: 1px dotted #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.news_list li:last-of-type {
	border-bottom: none;
}

.news_date {
	width: 120px;
	display: table-cell;
	vertical-align: top;
}

.news_tit {
	width: auto;
	display: table-cell;
	vertical-align: top;
	color: #FFFFFF;
	font-weight: bold;
}


/*-------------------- service --------------------*/
.invisible {
	opacity: 0;
	transition: all 1s ease;
}
.service_list {
	width: 100%;
}

.service_list li {
	width: 32%;
	float: left;
	margin-right: 2%;
	padding: 60px 28px 50px 28px;
	background: url(../img/bg_service.png) no-repeat right top #f6f6f6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.service_list li:last-of-type {
	margin-right: 0;
}

.service_img {
	display: block;
	margin: 0 auto;
}

.service_tit_wrap {
	width: 100%;
	display: table;
	margin: 20px auto;
}

.service_tit {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 2.2rem;
	font-weight: bold;
}

.service_txt {
	font-size: 1.6rem;
	line-height: 1.875;
	text-align: justify;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


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

.company {
	width: 100%;
	background: url(../img/bg_company.png) no-repeat right top #f6f6f6;
}

.company_content {
	width: 100%;
}

.company_tr {
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 16px 75px 20px 75px;
	font-size: 1.6rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.company_tr:nth-of-type(odd) {
	background: #FFFFFF;
}

.company_th {
	width: 150px;
	display: table-cell;
	vertical-align: top;
	color: #c8161d;
	font-weight: bold;
}

.company_td {
	width: auto;
	display: table-cell;
	vertical-align: top;
	margin: 0;
}
.company_td span{
	margin-left: 40px;
}


/*-------------------- contact --------------------*/

.contact {
	width: 100%;
}

.contact .ttl_h2_wrap {
	margin-bottom: 30px;
}

.contact_txt {
	text-align: center;
	font-size: 1.6rem;
}

.btn_contact {
	display: block;
	width: 370px;
	text-align: center;
	border: 2px solid #C8161D;
	background: url(../img/ico_mail.png) no-repeat left 60px center, url(../img/ico_arrow.png) no-repeat right 50px center #c8161d;
	margin: 50px auto 0 auto;
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 24px 70px 26px 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.btn_contact:hover {
	background-color: #FFFFFF;
	background-image: url(../img/ico_mail_red.png), url(../img/ico_arrow_red.png);
	color: #C8161D;
}

@media only screen and (max-width:1024px) {
	/*-------------------- mv --------------------*/
	.idx_mv img {
		width: 450px;
	}
	/*-------------------- news --------------------*/
	.news_list li {
		padding: 18px 80px;
	}
	/*-------------------- service --------------------*/
	.service_list li {
		padding: 60px 20px 50px 20px;
	}
	.service_tit br {
		display: none;
	}
	/*-------------------- contact --------------------*/
	.btn_contact:hover {
		background-color: #C8161D;
		background-image: url(../img/ico_mail.png), url(../img/ico_arrow.png);
		color: #FFFFFF;
	}
}

@media only screen and (max-width:1023px) {
	/*-------------------- mv --------------------*/
	.idx_mv img {
		width: 400px;
	}
	.mv_txt {
		font-size: 3.2rem;
		top: 160px;
	}
	/*-------------------- content --------------------*/
	.content {
		padding: 70px 0;
	}
	.ttl_h2_wrap {
		margin-bottom: 40px;
	}
	.ttl_h2 {
		font-size: 3.6rem;
	}
	/*-------------------- news --------------------*/
	.news_list li {
		padding: 18px 20px;
	}
	.news_date {
		width: 100px;
	}
	/*-------------------- service --------------------*/
	.service_list {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.service_list li {
		width: 100%;
		float: none;
		margin: 0 auto 30px auto;
	}
	.service_list li:last-of-type {
		margin-bottom: 0;
	}
	/*-------------------- company --------------------*/
	.company_tr {
		padding: 16px 30px 20px 30px;
	}
	.company_th {
		width: 120px;
	}
}

@media only screen and (max-width:767px) {
	/*-------------------- mv --------------------*/
	.idx_mv {
		width: 100%;
		padding-top: 20px;
	}
	.idx_mv img {
		width: 90%;
		max-width: 500px;
		display: block;
		float: none;
		margin: 0 auto;
	}
	.mv_txt {
		text-align: center;
		font-size: 3rem;
		position: static;
		top: auto;
		left: auto;
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	/*-------------------- content --------------------*/
	.content {
		padding: 60px 0;
	}
	.ttl_h2_wrap {
		margin-bottom: 30px;
	}
	.ttl_h2 {
		font-size: 3rem;
	}
	/*-------------------- service --------------------*/
	
	.service_tit {
		font-size: 2rem;
	}
	/*-------------------- contact --------------------*/
	.contact .ttl_h2_wrap {
		margin-bottom: 20px;
	}
	.btn_contact {
		margin-top: 40px;
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 480px) {
	/*-------------------- mv --------------------*/
	.mv_txt {
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	/*-------------------- content --------------------*/
	
	.ttl_h2 {
		font-size: 2.8rem;
	}
	.ttl_h2::before {
		width: 25px;
		height: 26px;
		background: url(../img/ico_tit.png) no-repeat center center;
		background-size: 25px;
		margin-right: 10px;
	}
	/*-------------------- news --------------------*/
	
	.news_list li {
		display: block;
		font-size: 1.4rem;
	}
	.news_date {
		width: 100%;
		display: block;
	}
	.news_tit {
		width: 100%;
		display: block;
		margin-top: 5px;
	}
	/*-------------------- service --------------------*/
	
	.service_tit_wrap {
		width: 100%;
		display: table;
		margin: 20px auto;
	}
	.service_tit {
		font-size: 1.8rem;
	}
	.service_txt {
		font-size: 1.4rem;
	}
	/*-------------------- company --------------------*/
	.company{
		background-size: 200px;
	}
	.company_tr {
		font-size: 1.4rem;
		padding: 15px 20px;
	}
	.company_th {
		width: 100%;
		display: block;
	}
	.company_td {
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	/*-------------------- contact --------------------*/
	.contact_txt {
		font-size: 1.4rem;
	}
	.btn_contact {
		width: 90%;
		max-width: 370px;
		background: url(../img/ico_mail.png) no-repeat left 40px center, url(../img/ico_arrow.png) no-repeat right 30px center #c8161d;
		letter-spacing: 2px;
		padding: 15px 50px;
	}
}