@charset "UTF-8";
/*
* sustainability.scss
*
*/
/* ==========================================================================
   components
   ========================================================================== */
.c-company-inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .c-company-inner {
    width: 950px;
  }
}
@media all and (max-width: 767px) {
  .c-company-inner {
    width: 84.375%;
  }
}
@media all and (min-width: 768px) {
  .c-company-btn {
    margin: 50px auto 0;
    width: 300px;
    height: 72px;
  }
}
@media all and (max-width: 767px) {
  .c-company-btn {
    margin: 25px auto 0;
    width: 280px;
  }
}
/* .c-recruitment ----------*/
.c-recruitment-table {
  margin-top: 1em;
  border-collapse: collapse;
}

@media all and (max-width: 767px) {
  .c-recruitment-table {
    width: 100%;
  }
}
.c-recruitment-table caption {
  margin-bottom: 5px;
  text-align: left;
}

.c-recruitment-table th {
  text-align: left;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .c-recruitment-table th {
    padding: 0 2em;
  }
}
@media all and (max-width: 767px) {
  .c-recruitment-table th {
    display: block;
    border-bottom: none;
    width: 100%;
  }
}
.c-recruitment-table td {
  text-align: center;
}

@media all and (max-width: 767px) {
  .c-recruitment-table td {
    display: flex;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .c-recruitment-table td span {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .c-recruitment-table td::before {
    content: attr(data-label);
    display: block;
    flex-shrink: 0;
    margin-right: 1em;
    padding: 0 1em;
    border-right: 1px solid #d5d5d5;
  }
}
@media all and (max-width: 767px) {
  .c-recruitment-table td:last-of-type {
    border-bottom: 1px solid #d5d5d5;
  }
}
.c-recruitment-table td,
.c-recruitment-table th {
  border: 1px solid #d5d5d5;
}

@media all and (max-width: 767px) {
  .c-recruitment-table td,
  .c-recruitment-table th {
    border-bottom: none;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .c-recruitment-table .c-recruitment-tableHead {
    display: none;
  }
}
.c-recruitment-table .c-recruitment-tableContent th {
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .c-recruitment-table .c-recruitment-tableContent th {
    display: block;
    text-align: center;
  }
}
/* ==========================================================================
   modules
   ========================================================================== */
.m-companyInfo {
  box-sizing: border-box;
  border-width: 0;
  border-collapse: collapse;
}

.m-companyInfo-row {
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
}

.m-companyInfo-row:nth-of-type(even) {
  background-color: #f7f7f7;
}

.m-companyInfo-head {
  box-sizing: border-box;
  border-width: 0;
  text-align: left;
  vertical-align: top;
  color: #1a3288;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .m-companyInfo-head {
    padding: 14px 21px;
    width: 220px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .m-companyInfo-head {
    padding: 14px 10px;
    width: 95px;
    font-size: 1.4rem;
  }
}
.m-companyInfo-data {
  box-sizing: border-box;
  border-width: 0;
  border-left: 1px solid #e7e7e7;
}

@media all and (min-width: 768px) {
  .m-companyInfo-data {
    padding: 14px 20px 14px 25px;
    font-size: 1.6rem;
    line-height: 1.812;
  }
}
@media all and (max-width: 767px) {
  .m-companyInfo-data {
    padding: 14px 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
/* .m-company-memberList ----------*/
.m-company-memberList .m-company-memberListMargin {
  margin-top: 1em;
}

@media (max-width: 767.98px) {
  .m-company-memberList > div {
    display: flex;
    align-items: flex-start;
    margin-top: 6px;
  }
  .m-company-memberList > div:first-child {
    margin-top: 0;
  }
}

.m-company-memberList div dt,
.m-company-memberList div dd {
  display: inline-block;
}

@media all and (min-width: 768px) {
  .m-company-memberList dt {
    width: 180px;
  }
}
@media all and (max-width: 767px) {
  .m-company-memberList dt {
    width: 120px;
  }
}
.m-company-memberList div dd {
  margin-left: 10px;
}

/* ==========================================================================
    ページ専用
========================================================================== */
@media (max-width: 767.98px) {
  .sustainability-wrapper {
    padding-block: 80px 130px;
  }
}
@media (min-width: 768px) {
  .sustainability-wrapper {
    padding-block: 120px;
  }
}

.sustainability-title {
  background-color: #0e1844;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .sustainability-title {
    margin-bottom: 50px;
    font-size: 20px;

    padding-block: 20px;
  }
}
@media (min-width: 768px) {
  .sustainability-title {
    margin-bottom: 60px;
    font-size: 40px;

    padding-block: 30px;
  }
}

.report {
  margin-top: 120px;
}

.report-contents {
  display: grid;
  width: 100%;
  max-width: 750px;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .report-contents {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .report-contents {
    gap: 60px;
    grid-template-columns: 285px 1fr;
  }
}

.report-btn {
  width: 100%;
}
@media (max-width: 767.98px) {
  .report-btn .p-roundBtn {
    padding: 11px 30px 10px 30px;
  }
}
@media (min-width: 768px) {
  .report-btn .p-roundBtn {
    padding: 13px 40px 12px 27px;
  }
}

.report-btn__link {
  flex-direction: column;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .report-btn__link {
    height: 82px;
    font-size: 16px;

    gap: 6px;
  }
}
@media (min-width: 768px) {
  .report-btn__link {
    height: 100px;
    font-size: 20px;

    gap: 8px;
  }
}
@media (max-width: 767.98px) {
  .report-btn__link span {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .report-btn__link span {
    font-size: 14px;
  }
}

.report-index {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .report-index {
    margin-top: 30px;
    padding: 36px 30px;
  }
}
@media (min-width: 768px) {
  .report-index {
    margin-top: 34px;
    padding: 30px;
  }
}

.report-index__title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .report-index__title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .report-index__title {
    font-size: 16px;
  }
}

.report-index__list li {
  display: flex;

  gap: 8px;
}
@media (min-width: 768px) {
  .report-index__list li {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .report-index__list li + li {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .report-index__list li + li {
    margin-top: 16px;
  }
}

.report-index__number {
  display: flex;
  width: 16px;
  height: 16px;
}
@media (max-width: 767.98px) {
  .report-index__number {
    margin-top: 1px;
    width: 14px;
    height: 14px;
  }
}

.report-index__name {
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .report-index__name {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .report-index__name {
    font-size: 16px;
  }
}