@charset "utf-8";

/* ==================================================================
	company.css

=================================================================== */


/* --------------------------------
   □ general
-------------------------------- */
	.contents .accentArea:before{
		background-image:url("./../img/company/accent.jpg")
	}


.contents{
	padding-bottom:0;
}

#contents .chapter{
	background:#fff;
	padding: 40px 10%;
}

#company .con_intro {
	width: 100%;
	min-width: 1040px;
	padding-top: 125px;
	margin-bottom: 20px;
}
#company .con_intro h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.9rem;
}
#company .con_intro h2 span {
	display: block;
	margin: 0 auto;
}
#company .con_intro .nav {
	margin-top: 50px;
}
#company .con_intro .nav ul {
	text-align: center;
}
#company .con_intro .nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
#company .con_intro .nav ul li a {
	font-size: 1.5rem;
	color: #666666;
	text-decoration: underline;
}
#company .con_intro .nav ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #company .con_intro {
	min-width: 0;
	padding-top: 85px;
  }
  #company .con_intro h2 {
	font-size: 1.6rem;
  }
  #company .con_intro .nav {
	margin-top: 30px;
  }
  #company .con_intro .nav ul li {
	margin: 0 5px;
  }
  #company .con_intro .nav ul li a {
	font-size: 1.2rem;
  }
}
#company .con_pagenav {
	background: #53001b;
	margin-top: 60px;
}
#company .con_pagenav ul {
	overflow: hidden;
}
#company .con_pagenav ul li {
	float: left;
	width: 50%;
}
#company .con_pagenav ul li a {
	background: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
	padding: 25px 0;
	color: #53001b;
	font-weight: bold;
	border: 5px solid #53001b;
}
#company .con_pagenav ul li a.active {
	background: #53001b;
	color: #fff;
}
#company .con_pagenav ul li a:hover {
	opacity:0.7;
}

@media only screen and (max-width: 767px) {
  #company .con_pagenav {
	margin-top: 10px;
  }
  #company .con_pagenav ul li {
	float: none;
	width: 100%;
  }
  #company .con_pagenav ul li a {
	font-size: 1.8rem;
	padding: 15px 0;
	border-width: 2px;
  }
}
/*----------------------------------------------------
	#company .top .con_intro
----------------------------------------------------*/
#company .top .con_intro h2 span {
	width: 263px;
}

@media only screen and (max-width: 767px) {
  #company .top .con_intro h2 span {
	width: 184px;
  }
}
/*----------------------------------------------------
	#company .top 共通
----------------------------------------------------*/
#company .top section {
	margin-left: auto;
	margin-right: auto;
}

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

	#contents .chapter{
		padding: 40px 5%;
	}
  #company .top section {
	margin-top: 60px;
	width: 100%;
  }
}
#company .top .con_greeting,
#company .top .con_access,
#company .top .con_area,
#company .top .con_service {
	overflow: hidden;
	margin-bottom: 60px;
}
#company .top .con_service p{
	text-align: center;
}
#company .top .con_greeting h3,
#company .top .con_access h3,
#company .top .con_area h3,
#company .top .con_service h3 {
	color: #53001b;
	font-weight: bold;
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 35px;
}
#company .top .con_greeting h3 .sp,
#company .top .con_access h3 .sp,
#company .top .con_area h3 .sp,
#company .top .con_service h3 .sp {
	display: none;
}
#company .top .con_greeting h3 em,
#company .top .con_access h3 em,
#company .top .con_area h3 em,
#company .top .con_service h3 em {
	display: inline-block;
	padding-bottom: 12px;
	position: relative;
	font-weight: bold;
}
#company .top .con_greeting h3 em:after,
#company .top .con_access h3 em:after,
#company .top .con_area h3 em:after,
#company .top .con_service h3 em:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #53001b;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
#company .top .con_greeting h3 span,
#company .top .con_access h3 span,
#company .top .con_area h3 span,
#company .top .con_service h3 span {
	display: block;
	font-size: 1.8rem;
	margin-bottom: -0.2em;
}
#company .top .con_access .txt,
#company .top .con_area .txt,
#company .top .con_service .txt {
	text-align: justify;
}

@media only screen and (max-width: 767px) {
  #company .top .con_greeting,
  #company .top .con_access,
  #company .top .con_area,
  #company .top .con_service {
	padding: 0;
  }
	#company .top .con_greeting h3,
  #company .top .con_access h3,
  #company .top .con_area h3,
  #company .top .con_service h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
  }
	#company .top .con_greeting h3 .sp,
  #company .top .con_access h3 .sp,
  #company .top .con_area h3 .sp,
  #company .top .con_service h3 .sp {
	display: block;
  }
  #company .top .con_greeting h3 em,
  #company .top .con_access h3 em,
  #company .top .con_area h3 em,
  #company .top .con_service h3 em {
	padding-bottom: 15px;
  }
  #company .top .con_greeting h3 em:after,
  #company .top .con_access h3 em:after,
  #company .top .con_area h3 em:after,
  #company .top .con_service h3 em:after {
	height: 2px;
  }

#company .top .con_greeting h3 span,
  #company .top .con_access h3 span,
  #company .top .con_area h3 span,
  #company .top .con_service h3 span {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 0;
  }
}
#company .top .con_company h3,
#company .top .con_history h3 {
	background: #53001b;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 8px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #company .top .con_company,
  #company .top .con_history {
	padding: 0;
  }
  #company .top .con_company h3,
  #company .top .con_history h3 {
	font-size: 1.6rem;
  }
}

/*----------------------------------------------------
	#company .top .con_greeting
----------------------------------------------------*/
#company .top .con_greeting{
	margin-bottom: 60px;
}

#company .top .con_greeting > section{
	width: auto;
	margin: 0;
}

#company .top .con_greeting > section dl{
	margin-bottom: 30px;
}
#company .top .con_greeting > section dl dt{
	font-size: 1.8rem;
	font-weight: 600;
	color: #53001b;
	margin-bottom: 10px;
}
#company .top .con_greeting > section dl dd p{
	line-height: 2em;
	margin-bottom: 1.4em;
}

#company .top .con_greeting > section .explain{
	float: left;
	width: 65%;
}

#company .top .con_greeting > section .image{
	width: 30%;
	float: right;
	text-align: center;
}

	#company .top .con_greeting > section .image > img{
		display: inline-block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#company .top .con_greeting > section .image p.class{
		font-size:87%;
		line-height:1.3;
		margin-bottom:12px;
		text-align:center;
	}
	#company .top .con_greeting > section .image p.class small{
		display:block;
		text-align:center;
	}
	#company .top .con_greeting > section .image p.name{
		position:relative;
		padding-bottom:12px;
		text-align:center;
	}
	#company .top .con_greeting > section .image p.name em{
		font-size:134%;
		line-height:1.1;
		margin-bottom:6px;
	}
	#company .top .con_greeting > section .image p.name span.ruby{
		font-size:68%;
		display:block;
		text-align:center;
		color:#969696;
	}

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

#company .top .con_greeting{
	padding: 0;
	margin: 0 0 50px;
}
#company .top .con_greeting h3{
	margin-bottom: 6%;
}

#company .top .con_greeting > section dl{
	margin-bottom: 4%;
}
#company .top .con_greeting > section dl dt{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
#company .top .con_greeting > section dl dd p{
	line-height: 1.6em;
	font-size: 1.3rem;
}

#company .top .con_greeting > section .explain{
	float: none;
	width: auto;
}

#company .top .con_greeting > section .image{
	float: none;
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
}


}

/*----------------------------------------------------
	#company .top .con_address
----------------------------------------------------*/
#company .top .con_address ul {
	overflow: hidden;
	margin-left: -50px;
	margin-top: -50px;
}
#company .top .con_address ul li {
	float: left;
	width: 350px;
	margin-left: 50px;
	margin-top: 50px;
	text-align: center;
	line-height: 1.8;
}
#company .top .con_address ul li:nth-child(odd) {
	clear: both;
}
#company .top .con_address ul li .img {
	margin-bottom: 20px;
}
#company .top .con_address ul li .name {
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}

#company .top .con_address ul li .tel {
	text-align: center;
}

@media only screen and (max-width: 767px) {
  #company .top .con_address {
	padding: 0 20px;
	margin-top: 40px;
  }
  #company .top .con_address ul {
	margin-left: 0;
	margin-top: -30px;
  }
  #company .top .con_address ul li {
	width: 100%;
	margin-top: 30px;
	float: none;
	margin-left: 0;
  }
  #company .top .con_address ul li .img {
	margin-bottom: 10px;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
  }
  #company .top .con_address ul li .img img {
	width: 100%;
  }
  #company .top .con_address ul li .name {
	font-size: 1.6rem;
  }
  #company .top .con_address ul li address, #company .top .con_address ul li .txt {
	font-size: 1.3rem;
  }
}
/*----------------------------------------------------
	#company .top .con_access
----------------------------------------------------*/
#company .top .con_access .txt {
	float: left;
	width: 45%;
	line-height: 1.8;
}
#company .top .con_access .box_gmap {
	float: right;
	width: 50%;
}
#company .top .con_access .box_gmap #gmap_access {
	width: 100%;
	height: 330px;
}

@media only screen and (max-width: 767px) {
  #company .top .con_access .txt {
	float: none;
	width: 100%;
	font-size: 1.3rem;
  }
  #company .top .con_access .box_gmap {
	float: none;
	width: 100%;

  }
  #company .top .con_access .box_gmap #gmap_access {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  }
}
/*----------------------------------------------------
	#company .top .con_area
----------------------------------------------------*/
#company .top .con_area .box_title {
	margin-bottom: 40px;
}
#company .top .con_area .box_title .txt {
	line-height: 1.8;
}
#company .top .con_area .box_area ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
#company .top .con_area .box_area ul li {
	float: left;
	margin: 0;
}
#company .top .con_area .box_area ul li .img img {
	vertical-align: bottom;
}
#company .top .con_area .box_area ul li .img .caption {
	display: block;
	text-align: center;
	background: #53001b;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	font-weight: bold;
	font-size: 1.7rem;
}
#company .top .con_area .box_area ul li .txt {
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  #company .top .con_area .box_title {
	margin-bottom: 30px;
  }
  #company .top .con_area .box_area ul {
	margin-left: 0;
	grid-template-columns: 1fr;
  }
  #company .top .con_area .box_area ul li {
	margin-left: 0;
	width: 100%;
	float: none;
  }
  #company .top .con_area .box_area ul li .img .caption {
	font-size: 1.4rem;
  }
  #company .top .con_area .txt {
	font-size: 1.3rem;
  }
}
/*----------------------------------------------------
	#company .top .con_service
----------------------------------------------------*/
#company .top .con_service .txt {
	float: left;
	line-height: 1.8;
	width: 45%;
	padding-top: 40px;
}
#company .top .con_service .img {
	float: right;
	width: 50%;
}

@media only screen and (max-width: 767px) {
  #company .top .con_service .txt {
	float: none;
	width: 100%;
	padding-top: 0;
  }
  #company .top .con_service .img {
	float: none;
	width: 100%;
	margin-top: 20px;
  }
}
/*----------------------------------------------------
	#company .top .con_company
----------------------------------------------------*/
#company .top .con_company .tbl01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #cccccc;
}
#company .top .con_company .tbl01 tr th, #company .top .con_company .tbl01 tr td {
	border-top: 1px solid #cccccc;
	text-align: left;
}
#company .top .con_company .tbl01 tr th {
	background: #f2f2f2;
	font-weight: normal;
	white-space: nowrap;
	padding: 15px;
}
#company .top .con_company .tbl01 tr td {
	padding: 15px 0 15px 30px;
}

@media only screen and (max-width: 767px) {
  #company .top .con_company .tbl01 tr th, #company .top .con_company .tbl01 tr td {
	display: block;
	font-size: 1.3rem;
	padding: 10px;
  }
  #company .top .con_company .tbl01 tr td {
	padding: 10px;
  }
}
/*----------------------------------------------------
	#company .top .con_history
----------------------------------------------------*/
#company .top .con_history {
	margin-top: 20px;
	margin-bottom: 80px;
}
#company .top .con_history .tbl02 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#company .top .con_history .tbl02 tr th, #company .top .con_history .tbl02 tr td {
	padding: 5px 10px;
}
#company .top .con_history .tbl02 tr th {
	font-weight: bold;
	white-space: nowrap;
}
#company .top .con_history .tbl02 tr:nth-child(even) th, #company .top .con_history .tbl02 tr:nth-child(even) td {
	background: #f2f2f2;
}

#company .top .con_history p.buttonStyle{
	text-align:center;
	padding-bottom:30px;
}

@media only screen and (max-width: 767px) {
  #company .top .con_history {
	margin-bottom: 60px;
  }
  #company .top .con_history .tbl02 tr th, #company .top .con_history .tbl02 tr td {
	font-size: 1.3rem;
  }
}
