@charset "UTF-8";
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.page .main-content {
  margin-top: 100px;
}

.page .item {
  font-size: min(5vw, 22px);
  font-weight: bold;
  color: #e8311f;
  border-bottom: 2px solid #9E9E9E;
  line-height: 4;
  margin-bottom: 20px;
}

.page a {
  line-height: 3;
  position: relative;
}

.page a:after {
  background: #f1f5fa;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
  top: 0;
}

.page a:hover:after {
  transition: width .5s;
  width: 100%;
}

/* ------------------------------------------------------------
レスポンシブ対応
------------------------------------------------------------ */
@media screen and (max-width: 1080px) {
  /* ------------------------------------------------------------
    法人様向け
    ------------------------------------------------------------ */
  .corporate-business #first-img .catch-copy p:nth-of-type(2) {
    line-height: 1.7;
  }
  div#strength .strength-points .strength-point {
    margin-right: 4% !important;
    width: 48%;
  }
  div#strength .strength-points .strength-point:nth-of-type(2), div#strength .strength-points .strength-point:nth-of-type(4), div#strength .strength-points .strength-point:last-of-type {
    margin-right: 0 !important;
  }
  .show-sp {
    display: unset;
  }
}

@media screen and (max-width: 768px) {
  #about-shareholder,
  #about-company {
    font-size: 16px;
  }
  #about-shareholder table th,
  #about-shareholder table td,
  #about-company table th,
  #about-company table td {
    padding: 7px 10px;
  }
  #business-partner ul.partner-list {
    grid-template-columns: 1fr;
  }
  /* ------------------------------------------------------------
    法人様向け
    ------------------------------------------------------------ */
  div#contact .inner {
    flex-direction: column;
    gap: 30px;
  }
  div#contact .inner .contact-info {
    width: 100%;
  }
  div#contact .inner .contact-way a,
  div#contact .inner .contact-way div {
    line-height: 2;
    max-width: 550px;
    width: 100%;
    margin: auto;
  }
  .corporate-business #first-img .catch-copy {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 650px) {
  div#strength .strength-points .strength-point:last-of-type {
    width: 100% !important;
  }
}

@media screen and (max-width: 540px) {
  .corporate-business #first-img {
    background-size: cover;
    height: 315px;
  }
  .corporate-business #first-img .catch-copy {
    font-size: 7vw;
  }
  div#strength .strength-points .strength-point {
    margin-right: 0 !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 414px) {
  .sec-title {
    margin-bottom: 35px;
  }
  #about-shareholder table br.sp,
  #about-company table br.sp {
    display: block;
  }
  #about-shareholder table th,
  #about-shareholder table td,
  #about-company table th,
  #about-company table td {
    line-height: 1.5;
    min-width: 6em;
  }
  #about-shareholder table th.p-mark a,
  #about-shareholder table td.p-mark a,
  #about-company table th.p-mark a,
  #about-company table td.p-mark a {
    width: 70px;
  }
}
