@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
	
.headerIn { width: 100%;}

/*------hed_img----*/
#hedImg1 { background:url(../images/company/hed_img.jpg) center center no-repeat; background-size:cover; padding:70px 0;}
.hed_main {margin:0px auto;}
/**************************
index
*************************/
.pdList {
width: 100%;
}

.pdList li {
width: 30%;
float: left;
margin-right: 5%;
}

.pdList li:nth-child(3n) {
margin-right: 0%;
}

.pdList li:nth-child(n+4) {
margin-top: 5%;
}

.pdList li a {
display: block;
}

/*//////////*/
.l-card {
overflow: hidden;
width: 100%;
padding: 0;
border: 1px solid #eee;
/*border-radius: 4px;*/
background: #fff;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);
transition: 0.3s ease-in-out;
padding: 10px;
box-sizing: border-box;
}
.l-card:hover {
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.l-thumbnail {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
}
.thumbnail-wrapper {
display: block;
margin: 0;
padding: 0;
}
.thumbnail-wrapper img{
transition: 0.3s;
display: block;
max-width: 100%;
}
.more-text {
transition: 0.3s;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
color: #fff;
font-size: 16px;
opacity: 0;
}
.l-card:hover .thumbnail-wrapper::after {
opacity: 0.8;
left: -60%;
}
.l-card:hover .thumbnail-wrapper img {
filter: grayscale(100%);
}
.l-card:hover .more-text {
opacity: 1;
left: 24px;
}
.text-content {
padding: 10px;
}
.text-content .title {
margin-bottom: 5px;
font-size: 1.2em;
color: #666666;
}

.text-content h4{
	color:#B37396;
	font-size:0.8em;
}

.text-content .caption {
margin-bottom: 10px;
font-size: 1em;
line-height: 1.8;
}
.content-meta {
overflow: hidden;
width: 100%;
font-size: 0.8em;
text-align: right;
color:#666;
}

.bg_color {
	padding:100px;
	background:#F0F0F0;
	margin:0 0 60px;
}

/**************************
message
*************************/
.message_box { width: 100%; margin: 0 auto; position: relative; margin-bottom: 80px; }
.message_img { width: 60%; margin: auto 0 auto auto; }
.message_img img { width: 100%; height: auto; }

.message_tit_box { position: absolute; left: 0; width: 50%; top: 30%; box-sizing: border-box; padding: 30px; background: #fff; z-index: 1; border: 1px dashed #b37396;}
.message_tit { font-size: 18px;margin-bottom: 30px; }

.message_name { font-size: 16px; font-weight:bold; margin:30px 0; position: relative; text-align:right;}

.message_name span.en { font-size: 25px; font-weight: bold; display: block; color: #666666; }
.message_profile_box { margin: 0 auto; }
.message_profile_tit { font-size: 16px; font-weight: bold;  color: #666666; margin-bottom: 10px; }
.message_profile_txt { font-size: 14px; line-height: 1.5em;  }

.com_message_img {
	width:100%;
	margin:0 auto 100px;
}

/**************************
summary
*************************/
.company_table {
	border-top: 1px solid #F0F0F0;
	width: 100%;
	margin: 0 0 60px;
}

.company_table th {
	/*background:#F0F0F0;*/
	width: 25%;
	background: none;
	border-bottom: 1px solid #F0F0F0;
	padding: 30px;
	text-align: left;
	display: table-cell;
	position: relative;
}

.company_table th span {
	font-style: italic;
	font-family: 'Osaka', 'Verdana';
}

.company_table td {
	border-bottom: 1px solid #F0F0F0;
	padding: 30px;
	display: table-cell;
	vertical-align: middle;
}

.access_map {
	width:94%;
	margin:0 auto 20px;
}

.access_map iframe,
.access_map object,
.access_map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cp_block { padding-left:25px;}

.summary_tit { font-weight:bold; margin:0 0 20px 3%;}

/*------------idx_box06----------*/
#idx_box06 {
	width:100%;
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
	padding:60px 0 0;
}

#idx_box06::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: calc(100% - 500px);
	z-index:-1;
}

.idx_tit06_tit {
    margin-bottom: 50px;
    text-align: center;
}

.idx_tit06_tit span.jp {
    display: block;
    font-weight: bold;
    font-size: 35px;
    color:#666666;
}

.idx_tit06_tit span.en {
    font-weight: bold;
    color: #666666;
    margin: 0 0 30px;
}

.idx_box06_wrap {
	width:1100px;
	display:flex;
	margin:0 auto;
}

.idx_box06_box01 {
	width:47%;
	margin-right:3%;
}

.idx_box06_box02 {
	width:50%;
}


}



/*sp*/
@media only screen and (max-width: 768px) {

/*------hed_img----*/
#hedImg1 { background:url(../images/company/hed_img.jpg) center center no-repeat; background-size:cover; padding: 30px 0px;}
	
.headerIn { width: 100%;}

/**************************
index
*************************/
.pdList {
width: 100%;
}

.pdList li {
width: 96%;
margin: 0 auto 50px;
}

.pdList li:last-child {
margin-bottom: 0;
}

.pdList li a {
display: block;
}

/*//////////*/
.l-card {
overflow: hidden;
width: 100%;
padding: 0;
border: 1px solid #eee;
/*border-radius: 4px;*/
background: #fff;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1);
padding: 10px;
box-sizing: border-box;
}
.l-thumbnail {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
}
.thumbnail-wrapper {
display: block;
margin: 0;
padding: 0;
}
.thumbnail-wrapper img{
transition: 0.3s;
display: block;
max-width: 100%;
}
.more-text {
transition: 0.3s;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
color: #fff;
font-size: 16px;
opacity: 0;
}
.l-card:hover .thumbnail-wrapper::after {
opacity: 0.8;
left: -60%;
}
.l-card:hover .thumbnail-wrapper img {
filter: grayscale(100%);
}
.l-card:hover .more-text {
opacity: 1;
left: 24px;
}
.text-content {
padding: 10px;
}
.text-content .title {
margin-bottom: 5px;
font-size: 1em;
color: #666666;
}

.text-content h4{
	color:#B37396;
	font-size:0.8em;
}

.text-content .caption {
margin-bottom: 10px;
font-size: 1em;
line-height: 1.8;
}
.content-meta {
overflow: hidden;
width: 100%;
font-size: 0.8em;
text-align: right;
color:#666;
}


.bg_color {
	padding:25px;
	box-sizing:border-box;
	background:#F0F0F0;
	margin:0 0 40px;
}

/**************************
message
*************************/
.message_box { width: 100%; margin: 0 auto; position: relative; margin-bottom: 50px; }
.message_img { width: 100%; margin: auto 0 auto auto;}
.message_img img { width: 100%; height: auto;  }


.message_tit_box {  width: 90%; box-sizing: border-box; padding: 15px; background: #fff; z-index: 1; border: 1px dashed #b37396; position: relative; margin: 0 auto; margin-top: -30px; }
.message_tit { font-size: 18px;  margin-bottom: 30px; }

.message_name { font-size: 14px; font-weight:bold; margin:30px 0; position: relative; text-align:right;}

.message_name span.en { font-size: 18px; font-weight: bold; display: block; color: #666666; }
.message_profile_box { margin: 0 auto; }
.message_profile_tit { font-size: 14px; font-weight: bold;  color: #666666; margin-bottom: 10px; }
.message_profile_txt { font-size: 14px; line-height: 1.5em;  }

.com_message_img {
	width:100%;
	margin:0 auto 40px;
}

.com_message_img img {
	width:100%;
	height:auto;
}
/**************************
summary
*************************/
.company_table {
	border-top: 1px solid #F0F0F0;
	width: 100%;
	margin: 0 0 60px;
}

.company_table th {
	/*background:#F0F0F0;*/
	width: 25%;
	background: none;
	border-bottom: 1px solid #F0F0F0;
	padding: 20px 10px;
	box-sizing:border-box;
	text-align: left;
	position: relative;
}

.company_table th span {
	font-style: italic;
	font-family: 'Osaka', 'Verdana';
}

.company_table td {
	border-bottom: 1px solid #F0F0F0;
	padding: 20px 10px;
	box-sizing:border-box;
	vertical-align: middle;
}

.access_map {
	width:100%;
	margin:0 auto 10px;
}

.access_map iframe,
.access_map object,
.access_map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.cp_block { display:block;}

.summary_tit { font-weight:bold; margin:0 0 20px;}


/*------------idx_box06----------*/
#idx_box06 {
	width:100%;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
	padding:30px 0 0;
}

#idx_box06::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: calc(100% - 600px);
	z-index:-1;
}



.idx_tit06_tit {
	font-weight: bold;
	color: #FFF;
	font-size:20px;
	margin:0 0 30px;
}

.idx_box06_txt {
	color:#FFF;
	margin:0 0 30px;
}

#idx_box06 .com_btn {
	margin:0 !important;
}

#idx_box06 .com_btn a {
	background:#FFF !important;
	color:#000 !important;
}


#idx_box06 .com_btn a::before {
	color:#000 !important;
}


.idx_tit06_tit {
    margin-bottom: 30px;
    text-align: center;
}

.idx_tit06_tit span.jp {
    display: block;
	font-weight: bold;
	font-size: 20px;
	color:#666666;
}

.idx_tit06_tit span.en {
   font-weight: bold;
	color:#666666;
	margin: 0 0 30px;
}

.idx_box06_wrap {
	width:100%;
	margin:0 auto;
}

.idx_box06_box01 {
	width:100%;
	margin-bottom:20px;
}

.idx_box06_box02 {
	width:100%;
}

}