@charset "UTF-8";
body.page-company-information .guidebox {
  background: url("../images/guide/東光商会webサイト_会社概要ページ_PC版.jpg") no-repeat top 0px center;
  height: 3802px;
}
@media screen and (max-width: 700px) {
  body.page-company-information .guidebox {
    background: url("../images/guide/東光商会webサイト_会社概要ページ_スマホ版.jpg") no-repeat top center;
    height: 4802px;
    background-position: top 0px center;
  }
}

/* ==========================================================================
   Company (会社概要)
   ========================================================================== */
/* Page Header */
.page_header {
  padding: 238px 0 0;
}
@media screen and (max-width: 700px) {
  .page_header {
    padding: 135rem 0 0;
  }
}
.page_header .page_title {
  padding-left: 50px;
}
@media screen and (max-width: 700px) {
  .page_header .page_title {
    padding-left: 20rem;
  }
}
.page_header .page_title .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  display: block;
  margin-bottom: 14px;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .page_header .page_title .en {
    font-size: 24rem;
    margin-bottom: 26rem;
  }
}
.page_header .page_title .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.15em;
  line-height: 72px;
  color: #1f1f1f;
  display: block;
}
@media screen and (max-width: 700px) {
  .page_header .page_title .ja {
    line-height: 72rem;
  }
}
@media screen and (max-width: 700px) {
  .page_header .page_title .ja {
    font-size: 48rem;
    letter-spacing: 0.2em;
    line-height: 72rem;
  }
}

/* Company Content */
.company_content {
  padding-bottom: 63px;
}
@media screen and (max-width: 700px) {
  .company_content {
    padding-bottom: 48rem;
  }
}
.company_content .intro_text {
  margin-top: 88px;
  margin-left: 50px;
  margin-bottom: 86px;
}
@media screen and (max-width: 700px) {
  .company_content .intro_text {
    margin-top: 78rem;
    margin-left: 20rem;
    margin-bottom: 113rem;
    margin-right: 17rem;
  }
}
.company_content .intro_text p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  .company_content .intro_text p {
    font-size: 26rem;
    letter-spacing: 0.08em;
    line-height: 52rem;
  }
}
.company_content .company_image {
  width: 100%;
  margin-bottom: 96px;
}
@media screen and (max-width: 700px) {
  .company_content .company_image {
    margin-bottom: 82rem;
  }
}
.company_content .company_image img {
  width: 100%;
  height: auto;
  display: block;
}
.company_content .company_info {
  max-width: 1080px;
  margin: 0 auto;
}
.company_content .company_info .info_list {
  margin: 0;
  padding: 0;
}
.company_content .company_info .info_list .info_row {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row {
    flex-direction: column;
    gap: 0;
    position: relative;
    margin-bottom: 32rem;
  }
  .company_content .company_info .info_list .info_row::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120rem;
    border-bottom: 1rem solid #002065;
  }
  .company_content .company_info .info_list .info_row::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 470rem;
    border-bottom: 1rem solid #dfdfe0;
  }
}
.company_content .company_info .info_list .info_row:last-of-type dt,
.company_content .company_info .info_list .info_row:last-of-type dd {
  border: none;
}
.company_content .company_info .info_list .info_row dt {
  width: 200px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 32px;
  text-align: left;
  color: #1f1f1f;
  padding-right: 20px;
  flex-shrink: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row dt {
    width: 100%;
    padding-right: 0;
    border-bottom: none;
    padding-bottom: 6rem;
    margin-bottom: 0;
    font-size: 24rem;
    letter-spacing: 0.15em;
    line-height: 52rem;
  }
}
.company_content .company_info .info_list .info_row dd {
  flex: 1;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 32px;
  text-align: left;
  color: #1f1f1f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row dd {
    width: 100%;
    padding-bottom: 35rem;
    margin-bottom: 0;
    font-size: 24rem;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row dd p {
    font-size: 24rem;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
.company_content .company_info .info_list .info_row dd .indent {
  text-indent: -1em;
  margin-left: 1em;
}
.company_content .company_info .info_list .info_row dd .executive_list p {
  display: flex;
}
.company_content .company_info .info_list .info_row dd .executive_list p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row dd .executive_list p {
    font-size: 24rem;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
.company_content .company_info .info_list .info_row dd .executive_list p .title {
  display: inline-block;
  width: 112px;
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row dd .executive_list p .title {
    font-size: 24rem;
    letter-spacing: 0.15em;
    line-height: 2;
    width: 160rem;
  }
}
.company_content .company_info .info_list .info_row dd .qualification_list p {
  display: flex;
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row dd .qualification_list p {
    flex-wrap: wrap;
    font-size: 24rem;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
.company_content .company_info .info_list .info_row dd .qualification_list p .q_title {
  display: inline-block;
  width: 360px;
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row dd .qualification_list p .q_title {
    width: 500rem;
    font-size: 24rem;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
.company_content .company_info .info_list .info_row dd .note {
  font-size: 12px;
  margin-left: 10px;
}
@media screen and (max-width: 700px) {
  .company_content .company_info .info_list .info_row dd .note {
    font-size: 20rem;
    margin-left: 0;
    display: block;
    margin-top: 6rem;
    margin-bottom: 14rem;
    line-height: 1;
  }
}

/* Footer Contact Background */
.footer-contact::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_company.jpg");
}
@media screen and (max-width: 700px) {
  .footer-contact::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_company_sp.jpg");
  }
}