/* company common
*****************************************************/
.company .head {
  display: block;
  position: relative;
  float: inherit;
}
.company .head .head__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
  background-image: radial-gradient(rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%), url("../_img/S__31359027.jpg");
}
.company .head .head__inner {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.company .head .head__inner .head__title {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}
.company .head .head__inner .head__title h2.title {
  color: #FFFFFF;
  text-shadow: 0 0 5px #000;
  font-size: 45px;
  letter-spacing: 1.5px;
  text-align: center;
}
.company .head .head__inner .head__title .sub-text {
  color: #10A000;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: center;
}
.company .company__inner {
  padding: 50px 0;
}
.company .company__inner .l-inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 80px;
  box-sizing: border-box;
}
.overview, .business, .contact {
  margin-bottom: 60px;
  padding-top: 20px;
}
.overview h3, .business h3, .contact h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.overview dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.overview dl dt {
  padding: 20px 20px 20px 40px;
  width: 20%;
  border-bottom: 1px solid #a8a8a8;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 600;
  word-wrap: break-word; /* 半角英数字が折り返すように */
  /* 縦方向中央にするためにflex */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.overview dl dt:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.overview dl dd {
  width: 80%;
  padding: 20px 14px;
  border-bottom: 1px solid #a8a8a8;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  font-size: 18px;
}
.overview dl dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.business .inner {
  padding-bottom: 60px;
  background-image: radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 100%), url("../_img/S__31359024.jpg");
  background-size: 60% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.business .inner ul {
  padding: 20px 20px 20px 40px;
  width: 70%;
  background-color: #FFFFFF;
}
.business .inner ul li {
  line-height: 1.4;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid #eff3f4;
}
.contact .inner {
  text-align: center;
}
.contact .inner .address {
  font-size: 18px;
}
.contact .inner .tel, .contact .inner .tel a {
  font-size: 24px;
  padding: 10px 0;
}
.contact .inner .mail, .contact .inner .mail a {
  font-size: 20px;
}
@media only screen and (max-width:480px) {
  .company {
    margin: 20px auto 0;
  }
  .company .head {
    padding: 0;
    margin: 0 auto;
    height: 265px;
  }
  .company .head .head__image {
    height: 265px;
  }
  .company .head .head__inner {
    height: 265px;
    top: 0;
  }
  .company .head .head__inner .head__title {}
  .company .head .head__inner .head__title h2.title {
    font-size: 32px;
  }
  .company .head .head__inner .head__title .sub-text {
    font-size: 18px;
  }
  .company .company__inner {
    padding: 20px 0 0;
  }
  .company .company__inner .l-inner {
    padding: 0 15px;
  }
  .overview, .business, .contact {
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .overview h3, .business h3, .contact h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .overview dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .overview dl dt {
    padding: 20px;
    width: 100%;
    border-bottom: none;
    font-size: 18px;
  }
  .overview dl dd {
    width: 100%;
    padding: 0px 10px 20px 25px;
    font-size: 18px;
  }
  .overview dl dd:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
  }
  .business .inner {
    padding-bottom: 200px;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .business .inner ul {
    padding: 0px;
    width: 100%;
    background-color: #FFFFFF;
  }
  .business .inner ul li {
    line-height: 1.4;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #eff3f4;
  }
  .contact .inner {
    text-align: center;
  }
  .contact p {
    margin-bottom: 10px;
  }
  .contact .inner .address {
    font-size: 16px;
  }
  .contact .inner .tel, .contact .inner .tel a {
    font-size: 18px;
    padding: 5px 0;
  }
  .contact .inner .mail, .contact .inner .mail a {
    font-size: 16px;
  }
}