@charset "utf-8";
/* 企業情報
=========================================== */
.page.information .lead {
  line-height: 2;
  margin-bottom: 3em;
}
.page.information .infoList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(1em, 1fr));
  gap: 16px;
  gap: 1em;
}
.page.information .infoList .card {
  grid-row: span 3;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  gap: 0;
  padding-bottom: 16px;
  background: #FFF;
  border: var(--border);
  border-radius: 10px;
  box-sizing: border-box;
  color: #000000;
  text-decoration: none;
}
.page.information .infoList .card small {
  display: block;
  text-align: left;
  padding: 1.125rem 0.9375rem 1.25rem 0.9375rem;
  letter-spacing: 0.03em;
  border-bottom: var(--border);
}
.page.information .infoList .card h2 {
  font-size: 1.375rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1.875rem;
  padding: 1rem 0.9375rem;
}
.page.information .infoList .card .picture {
  display: block;
  width: 100%;
  aspect-ratio: 158 / 105;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
}
.page.information .infoList .card .picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.page.information .infoList .card i {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  justify-self: end;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 20px;
  padding-top: 1px;
  margin-right: 31px;
  margin-bottom: 16px;
  color: #FFF;
  background: #000;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
.page.information .infoList .card i svg {
  width: 10px;
  height: 9px;
  fill: currentColor;
}
@media (min-width:768px) { /* 768px以上全て */
  .page.information .infoList .card {
    transition: background-color 0.3s ease;
  }
  .page.information .infoList .card:hover {
    background-color: var(--bg-gray);
    transition: background-color 0.3s ease;
  }
  .page.information .infoList .card .picture img {
    transition: all 0.3s ease;
  }
  .page.information .infoList .card:hover .picture img {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
  .page.information .infoList .card i {
    transition: background-color 0.3s ease;
  }
  .page.information .infoList .card:hover i {
    background-color: var(--btnColor-crr);
    transition: background-color 0.3s ease;
  }
}
@media screen and (max-width: 767px) { /* for SP */
  .page.information .infoList {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
  .page.information .infoList.card {
    padding-bottom: 3vw;
  }
  .page.information .infoList .card small {
    padding: 4vw;
  }
  .page.information .infoList .card h3 {
    min-height: auto;
    font-size: 1.25rem;
    padding: 4vw 4vw 8vw;
  }
  .page.information .infoList .card .picture {
    max-width: calc(100% + 2px - 8vw);
    aspect-ratio: 16 / 9;
    border-radius: 6px;
  }
  .page.information .infoList .card .picture img {
    object-position: center top;
  }
  .page.information .infoList .card i {
    margin-right: 7vw;
    margin-bottom: 3vw;
  }
}
/* 会社概要
=========================================== */
.page.company .nomalTable iframe {
  margin: 1.5em 0;
}
.page.company .nomalTable a {
  color: var(--link);
  text-decoration: underline;
}
@media (min-width:768px) { /* 768px以上全て */
  .page.company .nomalTable a:hover {
    text-decoration: none;
  }
  .page.company .nomalTable th {
    width: 10em;
  }
  .page.company .nomalTable .col-2 {
    width: 10em;
  }
}
@media screen and (max-width: 767px) { /* for SP */
  .page.company .nomalTable th {
    width: 7em;
  }
}
/* 経営基本理念 / 企業行動規範
=========================================== */
.page.rinen .ers__management {
  text-align: center;
  margin-bottom: 5em;
  padding: 1.5em 1em;
  position: relative;
}
.page.rinen .ers__management h2 {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 1em;
  font-family: var(--font-zen);
}
.page.rinen .ers__management p {
  line-height: 2;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-family: var(--font-zen);
}
.page.rinen .ers__management .logo {
  width: 7em;
  margin: 0 auto;
}
.page.rinen .ers__management .left--line {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  height: 100%;
  width: 3px;
  background: var(--bg-gray);
}
.page.rinen .ers__management .left--line::before, .page.rinen .ers__management .left--line::after {
  content: "";
  left: 0;
  position: absolute;
  width: 20px;
  height: 3px;
  background: var(--bg-gray);
}
.page.rinen .ers__management .left--line::before {
  top: 0;
}
.page.rinen .ers__management .left--line::after {
  bottom: 0;
}
.page.rinen .ers__management .right--line {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 3px;
  background: var(--bg-gray);
}
.page.rinen .ers__management .right--line::before, .page.rinen .ers__management .right--line::after {
  content: "";
  right: 0;
  position: absolute;
  width: 20px;
  height: 3px;
  background: var(--bg-gray);
}
.page.rinen .ers__management .right--line::before {
  top: 0;
}
.page.rinen .ers__management .right--line::after {
  bottom: 0;
}
.page.rinen .ers__code {
  text-align: center;
  margin-bottom: 3em;
}
.page.rinen .ers__code h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--mainColor);
  margin-bottom: 1em;
  text-indent: 0.05em;
}
.page.rinen .ers__code p {
  line-height: 1.8;
  text-indent: 0.05em;
}
.page.rinen .code__conduct {
  background: var(--bg-gray);
}
.page.rinen .code__conduct ul li {
  line-height: 1.8;
}
.page.rinen .code__conduct ul li + li {
  margin-top: 1.2em;
}
.page.rinen .code__conduct ul li h4 span {
  display: inline-block;
  width: 1.5em;
}
.page.rinen .code__conduct .bottom__note {
  text-align: right;
  margin-top: 2em;
  font-size: .875rem;
}
@media (min-width:768px) { /* 768px以上全て */
  .page.rinen .ers__management {
    width: 100%;
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
  }
  .page.rinen .code__conduct {
    width: 80%;
    margin: 0 auto;
    padding: 3em;
  }
  .page.rinen .code__conduct ul li p {
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) { /* for SP */
  .page.rinen .ers__management {
    margin-bottom: 3em;
  }
  .page.rinen .ers__management h2 {
    font-size: 1.5rem;
    margin-bottom: 0.875em;
  }
  .page.rinen .ers__management p {
    font-size: 1.125rem;
  }
  .page.rinen .ers__code {
    margin-bottom: 2em;
  }
  .page.rinen .ers__code h3 {
    margin-bottom: .5rem;
  }
  .page.rinen .code__conduct {
    padding: 2.5em 2em;
  }
}
/* ERSの強み
=========================================== */
.page.strengths .lead {
  line-height: 2;
}
.page.strengths .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: var(--border);
  position: relative;
  padding-top: 2.5rem;
}
.page.strengths .box::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: var(--mainColor);
  position: absolute;
  top: -4px;
  left: 0;
  cursor: pointer;
}
.page.strengths .box h2 {
  width: 100%;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.page.strengths .box h2 span {
  color: var(--mainColor);
  font-size: 2rem;
}
.page.strengths .box .texts {
  line-height: 2;
}
.page.strengths .box .imgs {
  margin: 0;
}
@media (min-width:768px) { /* 768px以上全て */
  .page.strengths .lead {
    margin-bottom: 5em;
  }
  .page.strengths .box {
    gap: 0 5em;
  }
  .page.strengths .box + .box {
    margin-top: 100px;
  }
  .page.strengths .box .texts {
    flex: 1;
  }
  .page.strengths .box .imgs {
    max-width: 480px;
    width: 34%;
  }
}
@media screen and (max-width: 767px) { /* for SP */
  .page.strengths .lead {
    margin-bottom: 12vw;
  }
  .page.strengths .box {
    flex-direction: column;
    padding-top: 2rem;
  }
  .page.strengths .box + .box {
    margin-top: 14vw;
  }
  .page.strengths .box h2 {
    margin-bottom: 3vw;
    font-size: 1.5rem;
  }
  .page.strengths .box .imgs {
    margin-top: 5vw
  }
}
/* サステナビリティ
=========================================== */
.page.sustainability .lead {
  line-height: 2;
}
.page.sustainability .topLineTitle {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-family: var(--font-en);
}
.page.sustainability .topLineTitle span {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--mainColor);
}
.page.sustainability .topLineTitle small {
  font-size: 1.5rem;
  margin-left: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.page.sustainability .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page.sustainability .box h4 {
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
  font-weight: 600;
  position: relative;
  padding: 1.375rem 1.5rem;
  background: var(--bg-gray);
  width: 100%;
}
.page.sustainability .box .texts p {
  line-height: 2;
}
.page.sustainability .box .sdgsList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 1.25rem;
}
.page.sustainability .box .imgs {
  margin: 0;
}
@media (min-width:768px) { /* 768px以上全て */
  .page.sustainability .lead {
    margin-bottom: 5em;
  }
  .page.sustainability .box + .topLineTitle {
    margin-top: 140px;
  }
  .page.sustainability .box {
    gap: 0 4.5em;
  }
  .page.sustainability .box + .box {
    margin-top: 100px;
  }
  .page.sustainability .box .texts {
    flex: 1;
  }
  .page.sustainability .box .imgs {
    max-width: 480px;
    width: 34%;
  }
  .page.sustainability .sdgsList li {
    width: 5em;
  }
}
@media screen and (max-width: 767px) { /* for SP */
  .page.sustainability .lead {
    margin-bottom: 10vw;
  }
  .page.sustainability .topLineTitle {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .page.sustainability .topLineTitle span {
    font-size: 2rem;
  }
  .page.sustainability .topLineTitle small {
    font-size: 1.25rem;
  }
  .page.sustainability .box {
    flex-direction: column;
  }
  .page.sustainability .box + .topLineTitle {
    margin-top: 14vw;
  }
  .page.sustainability .box + .box {
    margin-top: 15vw;
  }
  .page.sustainability .box h4 {
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  .page.sustainability .box .imgs {
    margin-top: 5vw
  }
  .page.sustainability .sdgsList li {
    width: 15vw;
  }
}