/*-------------------------
  About（PC）
-------------------------*/
.mainview {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  background-image: url(../../assets/img/about-back.jpg);
  background-size: cover;
  background-position: center;
}

.mainview-wrap {
  display: flex;
  text-align: center;
  align-items: center;
}

.mainview-title {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.484;
}

.mainview-title-ja {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.458;
  text-indent: 1em;
  position: relative;
}

.mainview-title-ja::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.875em;
  transform: translate(0, -50%);
}

/* メッセージ */
.about-message-wrap {
  position: relative;
  background: #000;
}

.about-message {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.about-message h2 {
  margin-bottom: 32px;
  color: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}

.about-message p {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.75;
}

.about-img-left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 630px;
  z-index: -1;
}

.about-img-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 738px;
  z-index: -1;
}

/* 事業内容 */
.about-service-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

.about-content-title-wrap {
  text-align: center;
}

.about-content-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.469;
}

.about-content-title-ja {
  font-size: 16px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  text-indent: 1.25em;
  line-height: 1.438;
  margin-bottom: 40px;
}

.about-content-title-ja::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.service-overview {
  font-size: 16px;
  text-align: center;
  line-height: 175%;
  margin-bottom: 48px;
}

.service-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.service-card-item {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
  text-align: center;
  padding: 40px 32px 32px 32px;
  pointer-events: none;
  transition: all 0.5s;
  border-radius: 16px;
  position: relative;
  background-color: #FFF;
}

.service-card-item:hover {
  background-color: #F4FBF8;
}

.service-card-item img {
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
}

.service-card-item h5 {
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 16px;
  height: 48px;
}

.service-card-item p {
  text-align: left;
  line-height: 150%;
  margin-bottom: 40px;
}

.service-card-item .show_btn {
  border: 1px solid #000;
  padding: 0px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.5s;
  pointer-events: auto;
  position: absolute;
  width: 82.4%;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_btn .fa-arrow-right {
  margin-left: 0.25em;
}

.service-card-item .show_btn:hover {
  background-color: #000;
  color: #FFF;
}

.service-btn {
  margin-top: 56px;
  text-align: center;
}

.service-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  color: #000;
  border: 2px solid #000;
  width: 364px;
  padding: 16px 10px;
  margin: 0 auto;
  transition: all 0.5s;
}

.service-btn a:hover {
  color: #FFF;
  background-color: #000;
}

.service-btn .fa-arrow-right {
  font-size: 24px;
  margin-left: 0.25em;
}

/* Company Info */
.about-info-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-info-wrap table {
  line-height: 1.5;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}

.about-info-wrap tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #808080;
}

.about-info-wrap td {
  padding: 8px 16px;
  vertical-align: middle;
}

.about-info-wrap tr:nth-child(2n) {
  background-color: #F5F5F5;
}

.data-title {
  width: 35%;
}

.about-info-link {
  padding-left: 16px;
}

.about-info-link li {
  margin-bottom: 8px;
  padding-left: 1em;
  line-height: 1.5;
  position: relative;
  color: #000;
  font-weight: 900;
  line-height: 1.5;
}

.about-info-link li a {
  transition: all, 0.5s;
  display: inline-block;
}

.about-info-link li a:hover {
  opacity: 0.5;
}

.about-info-link > li a:before {
  content: "";
  width: 9px;
  height: 10px;
  background-image: url(../../assets/img/li-1.svg);
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
}

/*-------------------------
  About（タブレット）
-------------------------*/
@media screen and (max-width: 1054px){
  .service-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}


/*-------------------------
  About（SP）
-------------------------*/
@media screen and (max-width: 768px){
  .mainview {
    width: 100%;
    height: 250px;
    margin-top: 60px;
  }

  .service-card-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .service-card-item {
    box-shadow: none;
    background-color: #F5F5F5;
  }

  .service-card-item .show_btn {
    position: static;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 0 auto;
  }

  .service-btn {
    margin-top: 40px;
  }

  .service-btn a {
    width: 100%;
    max-width: 364px;
  }

  .data-title {
    width: 30.5%;
  }
}