@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 共通_パーツ
--------------------------------------------------*/
#sustainability_page a {
  box-sizing: border-box;
}
#sustainability_page .sp-view {
  display: none;
}
@media screen and (max-width: 738px) {
  #sustainability_page .sp-view {
    display: block;
  }
}
#sustainability_page .pc-view {
  display: block;
}
@media screen and (max-width: 738px) {
  #sustainability_page .pc-view {
    display: none;
  }
}
#sustainability_page .w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 738px) {
  #sustainability_page .w1000 {
    width: calc(100% - 40px);
  }
}
#sustainability_page .poppins {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

/* 共通_パンくず
--------------------------------------------------*/
.under_contents.abbl {
  width: 100%;
}

.breadcrumbs.abbl {
  width: 95%;
}
@media screen and (min-width: 739px) {
  .breadcrumbs.abbl {
    width: 100%;
    max-width: 960px;
  }
}

#sustainability_page {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 738px) {
  #sustainability_page {
    margin: 0 auto;
    font-size: 14px;
  }
}
#sustainability_page {
  /*     KV・ページタイトル     */
}
#sustainability_page .page_head {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 738px) {
  #sustainability_page .page_head {
    gap: 40px;
  }
}
#sustainability_page .kv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 738px) {
  #sustainability_page .kv {
    height: 150px;
  }
}
#sustainability_page .kv img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#sustainability_page .page_title {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#sustainability_page .page_title .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 738px) {
  #sustainability_page .page_title .title {
    font-size: 24px;
  }
}
#sustainability_page .page_title .title .line {
  flex: 1;
  height: 1px;
  background-color: #333333;
  max-width: 100px;
  min-width: 20px;
}
#sustainability_page .page_title .title .txt {
  flex-shrink: 0;
}
@media screen and (max-width: 738px) {
  #sustainability_page .page_title .title .txt {
    flex-shrink: initial;
  }
}
#sustainability_page .page_title .sub {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
#sustainability_page {
  /*     導入     */
}
#sustainability_page #sustainability_intro {
  margin-top: 50px;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_intro {
    margin-top: 40px;
  }
}
#sustainability_page #sustainability_intro .wrap_intro {
  padding: 40px;
  background-color: #F1F8FF;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_intro .wrap_intro {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
}
#sustainability_page #sustainability_intro .wrap_intro .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_intro .wrap_intro .txt {
    font-size: 16px;
  }
}
#sustainability_page {
  /*     取り組み     */
}
#sustainability_page #sustainability_contents .section_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px 0;
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_contents .section_item {
    padding: 40px 0;
    gap: 20px;
  }
}
#sustainability_page #sustainability_contents .section_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#sustainability_page #sustainability_contents .section_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_contents .section_title {
    font-size: 20px;
  }
}
#sustainability_page #sustainability_contents .section_body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_contents .section_body {
    gap: 20px;
  }
}
#sustainability_page #sustainability_contents .section_body.has_thumb {
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_contents .section_body.has_thumb {
    flex-direction: column;
    gap: 20px;
  }
}
#sustainability_page #sustainability_contents .section_body .txt {
  flex: 1;
  line-height: 1.6;
}
#sustainability_page #sustainability_contents .thumb {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 5px;
  width: 300px;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_contents .thumb {
    width: 100%;
  }
}
#sustainability_page #sustainability_contents .thumb.is-end {
  align-items: flex-end;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_contents .thumb.is-end {
    align-items: stretch;
  }
}
#sustainability_page #sustainability_contents .thumb .thumb_img {
  position: relative;
  width: 100%;
  height: 186px;
  overflow: hidden;
}
#sustainability_page #sustainability_contents .thumb .thumb_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#sustainability_page #sustainability_contents .thumb .caption {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}
#sustainability_page #sustainability_contents .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#sustainability_page #sustainability_contents .badges img {
  display: block;
  height: 80px;
  width: auto;
  border: 1px solid #CCCCCC;
}
#sustainability_page #sustainability_contents .sdgs_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sustainability_page #sustainability_contents .sdgs_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_contents .sdgs_item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 390px) {
  #sustainability_page #sustainability_contents .sdgs_item {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
#sustainability_page #sustainability_contents .sdgs_item img {
  display: block;
  width: 100%;
  height: auto;
}
#sustainability_page {
  /*     職場づくり     */
}
#sustainability_page #sustainability_workplace {
  margin-top: 50px;
  padding: 70px 0;
  background-color: #F1F8FF;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace {
    margin-top: 40px;
    padding: 40px 0;
  }
}
#sustainability_page #sustainability_workplace .w1000 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .w1000 {
    gap: 30px;
  }
}
#sustainability_page #sustainability_workplace .workplace_title {
  display: flex;
  gap: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #1D54A7;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .workplace_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 389px) {
  #sustainability_page #sustainability_workplace .workplace_title {
    font-size: 6.15vw;
  }
}
#sustainability_page #sustainability_workplace .workplace_title .icon {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-color: #1D54A7;
  margin-top: 0.3em;
}
#sustainability_page #sustainability_workplace .workplace_lead {
  line-height: 1.6;
}
#sustainability_page #sustainability_workplace .workplace_panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .workplace_panel {
    padding: 30px 20px;
  }
}
#sustainability_page #sustainability_workplace .period {
  line-height: 1.6;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .period {
    font-size: 12px;
  }
}
#sustainability_page #sustainability_workplace .table_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sustainability_page #sustainability_workplace .table_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .table_title {
    font-size: 16px;
  }
}
#sustainability_page #sustainability_workplace .table_wrap {
  overflow-x: auto;
}
#sustainability_page #sustainability_workplace .data_table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #DDDDDD;
}
#sustainability_page #sustainability_workplace .data_table th,
#sustainability_page #sustainability_workplace .data_table td {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .data_table th,
  #sustainability_page #sustainability_workplace .data_table td {
    padding: 10px;
  }
}
#sustainability_page #sustainability_workplace .data_table thead th {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background-color: #DDDDDD;
}
#sustainability_page #sustainability_workplace .data_table thead th::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #fff;
  position: absolute;
  right: -1px;
  top: 0;
}
#sustainability_page #sustainability_workplace .data_table thead th:last-child::before {
  display: none;
}
#sustainability_page #sustainability_workplace .data_table tbody th {
  font-weight: 400;
}
#sustainability_page #sustainability_workplace .data_table .note-ref {
  font-size: 10px;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .data_table.is-women th:nth-child(2) {
    width: 41px;
  }
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .data_table.is-wage th:nth-child(1) {
    width: 60px;
  }
}
#sustainability_page #sustainability_workplace .table_notes {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #000;
}
#sustainability_page #sustainability_workplace .table_notes .notes_title {
  font-size: 12px;
  line-height: 1.6;
}
#sustainability_page #sustainability_workplace .table_notes .notes_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.6;
}
#sustainability_page #sustainability_workplace .table_notes .notes_list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
#sustainability_page #sustainability_workplace .table_notes .notes_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#sustainability_page #sustainability_workplace .table_notes .notes_list li + li {
  margin-top: 0;
}
#sustainability_page #sustainability_workplace .workplace_explain {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#sustainability_page #sustainability_workplace .explain_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#sustainability_page #sustainability_workplace .explain_title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 738px) {
  #sustainability_page #sustainability_workplace .explain_title {
    font-size: 16px;
  }
}
#sustainability_page #sustainability_workplace .explain_txt {
  line-height: 1.6;
}
#sustainability_page #sustainability_workplace .explain_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sustainability_page #sustainability_workplace .explain_list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
#sustainability_page #sustainability_workplace .explain_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#sustainability_page #sustainability_workplace .explain_list li + li {
  margin-top: 0;
}/*# sourceMappingURL=sustainability.css.map */