@charset "UTF-8";
.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.company-about {
  position: relative;
  color: #fff;
  background: url(/images/bg.png) no-repeat center;
  background-size: cover;
}
.company-about:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.company-about .inner {
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding: 50px 0;
}
.company-about .lead {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.company-about .rinen {
  width: 780px;
  margin: 50px 0;
  margin-left: -70px;
  padding: 30px 0 45px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.company-about .rinen h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
}
.company-about .rinen p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}
.company-about .body-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.company-about .logo {
  margin: 50px 0 0;
  padding: 50px;
  text-align: center;
  color: #06538c;
  border-radius: 20px;
  background-color: #fff;
}
.company-about .logo h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #06538c;
}
.company-about .logo p {
  margin: 20px 0 40px;
}

.company-profile {
  padding-top: 80px;
}

.company-table {
  margin: 0;
}
.company-table th,
.company-table td {
  padding: 40px 20px 15px;
  font-size: 16px;
  vertical-align: top;
  border: 0;
}
.company-table th {
  width: 30%;
  font-weight: normal;
  text-align: right;
  color: #06538c;
  border-bottom: 1px solid rgba(6, 83, 140, 0.5);
  border-right: 5px solid #fff;
  background-color: #fff;
}
.company-table td {
  color: #000;
  border-bottom: 1px solid rgba(6, 83, 140, 0.2);
  background-color: #fff;
}
.company-table tr:first-of-type th {
  border-top: 1px solid rgba(6, 83, 140, 0.5);
}
.company-table tr:first-of-type td {
  border-top: 1px solid rgba(6, 83, 140, 0.2);
}
.company-table tr:last-of-type th,
.company-table tr:last-of-type td {
  border-bottom: 0;
}
.company-table .company-map {
  margin-top: 15px;
}

.company-title-wrapper {
  position: relative;
  background-color: #4389B1;
  background-image: -webkit-linear-gradient(left, #4389B1 0, #3C7EB1 100%);
  background-image: -moz-linear-gradient(left, #4389B1 0, #3C7EB1 100%);
  background-image: -ms-linear-gradient(left, #4389B1 0, #3C7EB1 100%);
  background-image: -o-linear-gradient(left, #4389B1 0, #3C7EB1 100%);
  background-image: linear-gradient(left, #4389B1 0, #3C7EB1 100%);
}
.company-title-wrapper .company-title {
  position: relative;
  height: 300px;
  padding: 200px 50px 0;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.company-title-wrapper .company-title span {
  position: relative;
  z-index: 1;
}
.company-title-wrapper ul {
  position: absolute;
  z-index: 2;
  left: 220px;
  top: 200px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.company-title-wrapper ul li {
  display: inline-block;
}
.company-title-wrapper ul a,
.company-title-wrapper ul a:visited {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 32px;
  /* タイトルの line-height に合わせる */
  text-decoration: none;
  color: #fff;
  border-radius: 32px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.company-title-wrapper ul a:hover,
.company-title-wrapper ul a:visited:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=company.css.map */
