@charset "utf-8";
.page_h {
  margin: 26px 0 0;
}
.company_snav {
  border-bottom: solid 1px #ddd;
}
.company_snav > ul {
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  height: 54px;
}
.company_snav > ul > li {
  display: inline-block;
  height: 54px;
  padding: 0 6px;
}
.company_snav > ul > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  height: 54px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.company_snav > ul > li:hover > a {
  height: 54px;
  border-bottom: 2px solid #000;
}
.company_snav > ul > li > a > span {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 52px;
  width: calc(6em + 12px);
  height: 52px;
  margin: 0;
  padding: 0;
}
.company_snav > ul > li > a > span.menu_en {
  opacity: 1;
}
.company_snav > ul > li:hover > a > span.menu_en {
  opacity: 0;
}
.company_snav > ul > li > a > span.menu_jp {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.company_snav > ul > li:hover > a > span.menu_jp {
  opacity: 1;
}
h3.section_h {
  text-align: center;
  padding: 50px 0 30px;
  border-top: 1px solid #ddd;
}
.section_ {
  padding-bottom: 40px;
}
.section_ .inner {
  max-width: 700px;
  margin: 0 auto;
}
.text {
  font-size: 14px;
  line-height: 30px;
}
.ac {
  text-align: center;
  padding-bottom: 10px;
}
#concept {
  padding: 0;
}
#concept h3.section_h {
  border-top: none;
}
#main_slider {
  position: relative;
  width: 100%;
  padding: 0 0 75px;
  margin: 0;
  overflow: hidden;
}
#main_slider::before,
#main_slider::after {
  position: absolute;
  top: 0;
  width: calc(50% - 350px);
  height: 420px;
  background: rgba(255,255,255,1);
  display: block;
  z-index: 1;
  content: "";
}
#main_slider::before {
  left: 0
}
#main_slider::after {
  right: 0
}
/* bxSlider */
#main_slider div {
}
#main_slider div p img {
  width: 100%;
}
#main_slider .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
}
#main_slider .bx-wrapper .bx-pager {
  bottom: -25px;
  text-align: center;
}
#main_slider .bx-wrapper .bx-controls-direction a {
  width: 20px;
  height: 40px;
  margin-top: -20px;
}
#main_slider .bx-wrapper .bx-prev {
  left: -45px;
  background: url(../../img/usr/icn_bx_prev_l.png) no-repeat center center;
  background-size: 20px auto;
}
#main_slider .bx-wrapper .bx-next {
  right: -45px;
  background: url(../../img/usr/icn_bx_next_l.png) no-repeat center center;
  background-size: 20px auto;
}
#profile {
}
#profile dl {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  padding: 11px 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: url(../../img/re/company/bg-history.png) top left repeat-y;
}
#profile dl:first-of-type {
  border-top: 1px solid #eee;
}
#profile dl dt {
  display: inline-block;
  vertical-align: top;
  width: 59px;
  padding: 11px 20px;
}
#profile dl dt p {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}
#profile dl dd {
  display: inline-block;
  vertical-align: top;
  width: 560px;
  padding: 11px 20px;
}
#profile dl dd p {
  font-size: 12px;
  line-height: 22px;
}
#profile dl dd p span {
  display: block;
}
#history {
}
#history dl {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  background: url(../../img/re/company/bg-history2.png) top left repeat-y;
}
#history dl:last-of-type {
  background: none;
}
#history dl dt {
  display: inline-block;
  vertical-align: top;
  width: 59px;
  padding: 0 0 22px 0;
}
#history dl dt p {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: url(../../img/re/company/bg-history.png) top left repeat;
  width: 60px;
}
#history dl dd {
  display: inline-block;
  vertical-align: top;
  width: 560px;
  padding: 0 20px 22px 20px;
}
#history dl dd p {
  font-size: 12px;
  line-height: 22px;
}
#history dl dd p span {
  display: block;
}
#history dl dd p a {
  text-decoration: underline;
}
#map {
}
#map #ggmap {
  width: 700px;
  height: 400px;
}
#map ul {
  display: flex;
  flex-wrap: wrap;
}
#map ul li {
  width: 335px;
  border-bottom: 1px solid #eee;
}
/* #map ul li:nth-of-type(odd) {
  float: left;
} */
#map ul li:nth-of-type(even) {
  margin-left: auto;
}
#map ul li > div {
  padding: 30px 0;
}
/* #map ul li:nth-of-type(3) > div, #map ul li:nth-of-type(4) > div {
  min-height: 197px;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
} */
#map ul li:last-of-type {
  border-bottom: none;
}
#map ul li > div .logo {
  height: 40px;
}
#map ul li > div .text {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0 0 0;
}
#map ul li > div .text2 {
  font-size: 12px;
  line-height: 20px;
  padding: 15px 0 0 0;
}
#map ul li > div .text3 {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0;
}
#map ul li > div .link {
  font-size: 12px;
  line-height: 20px;
}
#map ul li > div .link::before {
  display: inline-block;
  vertical-align: top;
  content: "";
  background: url(../../img/usr/icn_arrow_link.png) center center no-repeat;
  width: 10px;
  height: 20px;
}
#map ul li > div .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  margin-left: 3px;
}
#map ul li > div .btn {
  text-align: center;
  padding: 15px 0 0 0;
}
#map ul li > div .btn a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-indent: -0.5em;
  width: 120px;
  border: 1px solid #000;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#map ul li > div .btn a:hover {
  opacity: 0.6;
}
#map ul li > div .btn a::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#contact {
  text-align: center;
  padding-bottom: 80px;
}
#contact ul {
}
#contact ul li {
  width: 325px;
  background: url(../../img/re/company/bg-history.png) center center repeat;
  padding: 5px;
}
#contact ul li:nth-of-type(odd) {
  float: left;
}
#contact ul li:nth-of-type(even) {
  float: right;
}
#contact ul li>div {
  position: relative;
  background: #fff;
  height: 200px;
}
#contact ul li>div>span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
#contact ul li>div.recruit {
}
#contact ul li>div.recruit .logo {
  padding: 20px 0 5px 0;
}
#contact ul li>div.recruit .text {
  color: #555;
  font-size: 16px;
  line-height: 22px;
}
#contact ul li>div.recruit .cap {
  color: #999;
  font-size: 11px;
  line-height: 18px;
  padding: 10px 0 15px 0;
}
#contact ul li>div.other {
}
#contact ul li>div.other .ttl {
  color: #555;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#contact ul li>div.recruit .ttl {
  color: #555;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.22em;
  margin: 15px 0 -4px 0;
  padding: 0;
}
#contact ul li>div.other .text {
  color: #555;
  font-size: 16px;
  line-height: 40px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0 !important;
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}

/*20180314 add*/
.logo span {
  padding: 0 10px 0 0;
}

/*20180726 add*/
/*=================
  information
=================*/

.information_cont {
  margin: 50px 0 30px;
}
.information_cont .section_h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.information_cont .text {
  margin-bottom: 20px;
}
.information_cont .section_h4 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.information_cont .text + .section_h4 {
  margin-top: 50px;
}
.information_cont .section_h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.info_list_item .section_h6 {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
}
.info_list_item .section_h6:before {
  position: absolute;
  top: 5px;
  left: 0;
  content:'';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}
.info_list_item + .info_list_item {
  margin-top: 20px;
}

.info_list_item .info_list_item_list {
  padding-left: 2em;
  text-indent:-1em;
}
.info_list_item_list > li {
  line-height:2;
}
.info_list_item_list > li:before {
  content:'・';
}
