@charset "utf-8";

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


 company


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

#contents {
	padding-bottom:150px;
}
@media only screen and (max-width: 1200px) {
	#contents {
		padding-bottom:100px;
	}
}
@media only screen and (max-width: 768px) {
	#contents {
		padding-bottom:50px;
	}
}



/* company index
---------------------------------------------------------- */
.link-anchor {
	letter-spacing:-0.4em;
	text-align:center;
}
.link-anchor li {
	display:inline-block;
	letter-spacing:normal;
	position:relative;
}
.link-anchor li:after,
.link-anchor li:first-child:before {
	background-color:#000;
	content:"";
	margin-top:-7px;
	position:absolute;
	right:0;
	top:50%;
	height:14px;
	width:1px;
	z-index:1;
}
.link-anchor li:first-child:before {
	left:0;
	right:inherit;
}
.link-anchor li a {
	color:#000;
	display:block;
	line-height:26px;
	padding:0 22px;
}
@media only screen and (max-width: 1200px) {
	.link-anchor li a {
		padding:0 18px;
	}
}
@media only screen and (max-width: 768px) {
	.link-anchor {
		margin-left:15px;
		margin-right:15px;
	}
	.link-anchor li {
		border-bottom:1px solid #000;
		display:block;
		font-size:1.4rem;
	}
	.link-anchor li:first-child {
		border-top:1px solid #000;
	}
	.link-anchor li:after,
	.link-anchor li:first-child:before {
		background:none;
		height:0;
		width:0;
	}
	.link-anchor li a {
		line-height:42px;
		padding:0 10px;
	}
}



.wrap-message {
	background:url(/company/images/idx_bg01.png) no-repeat;
	background-position:center center;
	background-size:cover;
	margin-top:60px;
	padding-top:65px;
	padding-bottom:130px;
}
.wrap-message .heading--hdg03 {
	font-size:2.8rem;
}
.wrap-message .slider {
	background-color:#fff;
	margin:70px auto 0;
	padding:10px;
	position: relative;
	width:66.6%;
}
.wrap-message .slider .slide-comm {
	float: left;
}
.wrap-message .slider .slick-slide {
	padding:0;
	position: relative;
}
.wrap-message .slider .slick-list {
	display: block;
	padding:0 !important;
	position: relative;
	overflow: hidden;
}
.wrap-message .slider .slick-prev,
.wrap-message .slider .slick-next {
	background-color: transparent !important;
	font-size:0;
	cursor:pointer;
	height:30px;
	margin-top:-15px;
	padding:0;
	position:absolute;
	top: 50%;
	width:15px;
}
.wrap-message .slider .slick-prev {
	left:-13.75% !important;
	z-index:99;
}
.wrap-message .slider .slick-next {
	right:-13.75% !important;
	z-index:98;
}
.wrap-message .slider .slick-prev:before,
.wrap-message .slider .slick-next:before {
	border-top:3px solid #000;
	border-right:3px solid #000;
	content:"";
	height:21px;
	top:3px;
	position:absolute;
	width:21px;
}
.wrap-message .slider .slick-prev:before {
	left:0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.wrap-message .slider .slick-next:before {
	right:0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wrap-message .slider .slick-prev.slick-disabled,
.wrap-message .slider .slick-next.slick-disabled{
	cursor:default;
}
.wrap-message .slider .slick-prev.slick-disabled:hover,
.wrap-message .slider .slick-next.slick-disabled:hover {
	opacity:1;
}
.wrap-message .slider .slick-prev.slick-disabled:before,
.wrap-message .slider .slick-next.slick-disabled:before{
	border-top-color:#adadad;
	border-right-color:#adadad;
}
.wrap-message .slider .slide-comm p {
	line-height:2;
	margin-top:35px;
}
.wrap-message .slider .slide-comm p:first-child {
	margin-top:0;
}
.wrap-message .slider .slide-comm .lead {
	font-weight:700;
}
.wrap-message .slider .slide-comm .txt-quality {
	margin-left:45px;
	margin-right:45px;
}
.wrap-message .slider .slick-dots {
	bottom:-43px;
	display: block;
	list-style: none;
	left:0;
	margin: 0;
	position: absolute;
	padding: 0;
	text-align: center;
	width: 100%;
}
.wrap-message .slider .slick-dots li {
	display: inline-block;
	cursor: pointer;
	height: 13px;
	margin: 0 8px;
	padding: 0;
	position: relative;
	width: 13px;
}
.wrap-message .slider .slick-dots li button{
	background-color:#fff;
	border: 0;
	border-radius:50%;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 13px;
	line-height: 0;
	outline: none;
	padding: 0;
	position:relative;
	width: 13px;
}
.wrap-message .slider .slick-dots li.slick-active button{
	background-color:#000;
}
.wrap-message .slider .slick-dots li button:hover,
.wrap-message .slider .slick-dots li button:focus{
	outline: none;
}
.wrap-message .slider .slick-dots li button:hover:before,
.wrap-message .slider .slick-dots li button:focus:before{
	opacity: 1;
}
@media only screen and (max-width: 1200px) {
	.wrap-message .slider {
		width:85%;
	}
	.wrap-message .slider .slick-prev {
		left:-6.8% !important;
	}
	.wrap-message .slider .slick-next {
		right:-6.8% !important;
	}
}
@media only screen and (max-width: 768px) {
	.wrap-message {
		margin-top:40px;
		padding-top:30px;
		padding-bottom:40px;
	}
	.wrap-message .heading--hdg03 {
		font-size:2.0rem;
	}
	.wrap-message .slider {
		margin-top:30px;
		padding:15px;
		width:auto;
	}
	.wrap-message .slider .slide-comm {
		float: none;
	}
	.wrap-message .slider .slide-comm p {
		font-size:1.4rem;
		line-height:1.7;
		margin-top:15px !important;
	}
	.wrap-message .slider .slide-comm .lead {
		margin-top:0 !important;
	}
	.wrap-message .slider .slide-comm .txt-quality {
		margin-left:15px;
		margin-right:15px;
	}
	.wrap-message .slider .slick-prev,
	.wrap-message .slider .slick-next,
	.wrap-message .slider .slick-dots {
		display:none;
	}
}



.wrap-summary {
	margin-top:120px;
}
.wrap-summary .table-sumamry {
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	margin:45px auto 0;
	padding:45px 10%;
	max-width:800px;
}
.wrap-summary .table-sumamry table th,
.wrap-summary .table-sumamry table td {
	border-top:1px solid #c6c6c6;
	line-height:1.86;
	padding:15px 0;
	text-align:left;
	vertical-align:top;
}
.wrap-summary .table-sumamry table tr:first-child th,
.wrap-summary .table-sumamry table tr:first-child td {
	border-top:none;
}
.wrap-summary .table-sumamry table th {
	font-weight:700;
}
@media only screen and (max-width: 768px) {
	.wrap-summary {
		margin-top:40px;
	}
	.wrap-summary .table-sumamry {
		margin:30px auto 0;
		padding:5px 0;
		max-width:inherit;
	}
	.wrap-summary .table-sumamry table th,
	.wrap-summary .table-sumamry table td {
		line-height:1.7;
		padding:15px 0;
		text-align:left;
		vertical-align:top;
	}
}



.wrap-staff {
	margin-top:120px;
}
.wrap-staff .list-pic {
	margin:80px 5.33% 0;
	overflow:hidden;
}
.wrap-staff .list-pic li {
	float:left;
	margin-right:0.375%;
	margin-top:0.375%;
	overflow: hidden;
	width:19.7%;
}
.wrap-staff .list-pic li a {
	display: block;
	position:relative;
	text-align: center;
}
.wrap-staff .list-pic li a::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.wrap-staff .list-pic li a img {
  bottom: 0;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
}

.wrap-staff .button {
	margin-top:60px;
}
@media only screen and (min-width: 769px) {
	.wrap-staff .list-pic li:nth-child(-n+5) {
		margin-top:0;
	}
	.wrap-staff .list-pic li:nth-child(5n) {
		margin-right:0;
	}
	.wrap-staff .list-pic li:nth-child(5n+1) {
		clear:both;
	}
}
@media only screen and (max-width: 768px) {
	.wrap-staff {
		margin-top:40px;
	}
	.wrap-staff .list-pic {
		margin:30px 0 0;
	}
	.wrap-staff .list-pic li {
		margin-right:0.5%;
		margin-top:0.5%;
		width:33%;
	}
	.wrap-staff .list-pic li:nth-child(-n+3) {
		margin-top:0;
	}
	.wrap-staff .list-pic li:nth-child(3n) {
		margin-right:0;
	}
	.wrap-staff .list-pic li:nth-child(3n+1) {
		clear:both;
	}
	.wrap-staff .button {
		margin-top:30px;
	}
}


/* company staff
----------------------------------------------------------------------- */
#staff .wrap-person .column .each-comm {
	border-top:1px solid #000;
	letter-spacing:-0.4em;
	padding:60px 2.5%;
	width:50%;
}
#staff .wrap-person .column .each-comm:nth-child(-n+2) {
	border-top:none;
}
#staff .wrap-person .column .each-comm .img,
#staff .wrap-person .column .each-comm .txtb {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:bottom;
}
#staff .wrap-person .column .each-comm .img {
	width:27.4%;
}
#staff .wrap-person .column .each-comm .txtb {
	padding-left:5%;
	padding-bottom:50px;
	width:72.6%;
}
#staff .wrap-person .column .each-comm .txtb .position {
	line-height:1.86;
}
#staff .wrap-person .column .each-comm .txtb .name {
	font-size:1.8rem;
	font-weight:700;
	letter-spacing:3px;
	margin-top:10px;
}
#staff .wrap-person .column .each-comm .txtb .name .spell {
	color:#a07c52;
	font-size:1.3rem;
	letter-spacing:1.5px;
	margin-left:2em;
}

/* tooltip */
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 5px 10px;
}

.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #000;
}

@media only screen and (max-width: 1020px) and (min-width: 768px){
	#staff .wrap-person .column {
		display:flex !important;
	}
	#staff .wrap-person .column .each-comm {
		margin:0 !important;
		padding-top:40px;
		padding-bottom:40px;
	}
	#staff .wrap-person .column .each-comm .txtb .position {
		line-height:1.3;
	}
	#staff .wrap-person .column .each-comm .txtb .name .spell {
		display:block;
		margin-left:0;
	}
}
@media only screen and (max-width: 1200px) {
	#staff .wrap-person .column .each-comm .img,
	#staff .wrap-person .column .each-comm .txtb {
		vertical-align:middle;
	}
	#staff .wrap-person .column .each-comm .txtb {
		padding-bottom:0;
	}
}
@media only screen and (max-width: 767px) {
	#staff .wrap-person .column .each-comm {
		margin:0;
		padding:20px 0;
		width:100%;
	}
	#staff .wrap-person .column .each-comm:nth-child(n+2) {
		border-top:1px solid #000;
	}
	#staff .wrap-person .column .each-comm:last-child {
		padding-bottom:0;
	}
	#staff .wrap-person .column .each-comm .img,
	#staff .wrap-person .column .each-comm .txtb {
		vertical-align:top;
	}
	#staff .wrap-person .column .each-comm .img {
		width:32%;
	}
	#staff .wrap-person .column .each-comm .txtb {
		padding-left:5%;
		padding-bottom:0;
		width:68%;
	}
	#staff .wrap-person .column .each-comm .txtb .position {
		font-size:1.4rem;
		line-height:1.4;
	}
	#staff .wrap-person .column .each-comm .txtb .name {
		font-size:1.7rem;
		letter-spacing:3px;
	}
	#staff .wrap-person .column .each-comm .txtb .name .spell {
		display:block;
		font-size:1.2rem;
		margin-left:0;
	}
	
	/* tooltip 
	.tpd-tooltip {
		display: none;
	}
	.tpd-skin-dark .tpd-title-wrapper { border-bottom: none }
	.tpd-stem { display: none; }*/
}