section.lead {
  background-color: var(--light-blue);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  section.lead {
    padding: 40px 0;
  }
}
section.lead .lead-area {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  gap: 20px 5%;
}
@media screen and (max-width: 767px) {
  section.lead .lead-area {
    flex-direction: column;
  }
}
section.lead .lead-area .img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  section.lead .lead-area .img {
    width: 100%;
  }
}
section.lead .lead-area .txt-area {
  width: 55%;
}
@media screen and (max-width: 767px) {
  section.lead .lead-area .txt-area {
    width: 100%;
  }
}
section.lead .lead-area .txt-area h2 {
  background-color: var(--blue);
  color: var(--white);
  font-size: 20px;
  width: fit-content;
  padding: 2px 25px;
}
@media screen and (max-width: 767px) {
  section.lead .lead-area .txt-area h2 {
    font-size: 18px;
    line-height: 1.5;
  }
}
section.lead .lead-area .txt-area p {
  font-size: 24px;
  color: var(--blue);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  section.lead .lead-area .txt-area p {
    font-size: 18px;
    margin-top: 10px;
  }
}
section.lead .lead-area .txt-area .note {
  font-size: 16px;
  color: var(--black);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.lead .lead-area .txt-area .note {
    font-size: 14px;
  }
}

section.diversity {
  max-width: 1000px;
  margin: 60px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.diversity {
    margin-top: 40px;
  }
}
section.diversity > .img {
  margin: 50px auto 0;
}
section.diversity > p {
  margin-top: 30px;
}
section.diversity .list-wrapper {
  margin-top: 60px;
  background-color: var(--light-blue);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  section.diversity .list-wrapper {
    padding: 30px 5%;
  }
}
section.diversity .list-wrapper dl {
  display: flex;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  section.diversity .list-wrapper dl {
    flex-direction: column;
  }
}
section.diversity .list-wrapper dl:last-of-type {
  margin-bottom: 0;
}
section.diversity .list-wrapper dl dt {
  color: var(--blue);
  width: 200px;
}
@media screen and (max-width: 767px) {
  section.diversity .list-wrapper dl dt {
    width: 100%;
  }
}
section.diversity .list-wrapper dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  section.diversity .list-wrapper dl dd {
    width: 100%;
  }
}
section.diversity .worklife h4 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.diversity .worklife h4 {
    margin-top: 30px;
  }
}
section.diversity .worklife .worklife-box {
  margin-top: 20px;
  background-color: var(--light-blue);
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.diversity .worklife .worklife-box {
    margin-top: 15px;
    padding: 20px 5%;
  }
}
section.diversity .policy-area {
  border: 1px solid var(--light-gray);
  padding: 40px 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.diversity .policy-area {
    margin-top: 15px;
    padding: 30px 5%;
  }
}
section.diversity .policy-area ol li {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-bottom: 5px;
}
section.diversity .policy-area ol li em {
  font-size: 14px;
  color: #7d7d80;
  width: 100%;
  display: block;
  font-style: normal;
}
section.diversity .policy-area ol li span {
  margin-right: 15px;
  color: var(--white);
  position: relative;
  line-height: 30px;
  width: 30px;
  height: 26px;
  aspect-ratio: 30/26;
  background: url(/common/img/icn_arw.svg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  translate: 0 4px;
}
@media screen and (max-width: 767px) {
  section.diversity .policy-area ol li span {
    translate: 0 2px;
  }
}
section.diversity .policy-area ol li p {
  width: calc(100% - 50px);
}
section.diversity .policy-area .sign {
  text-align: right;
  margin-top: 20px;
}
section.diversity .policy-box dl {
  margin-top: 40px;
}
section.diversity .scroll {
  margin-top: 60px;
}
section.diversity .scroll h2 {
  color: var(--white);
  background-color: #7d7d80;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
}
section.diversity .scroll h2.blue {
  font-size: 24px;
  font-weight: bold;
  background-color: #779bd9;
}
@media screen and (max-width: 767px) {
  section.diversity .scroll h2.blue {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
section.diversity .js-scrollable .img2 {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  section.diversity .js-scrollable .img2 {
    width: 700px;
  }
}
section.diversity .js-scrollable table {
  width: 1000px;
  border-left: 2px dotted #c0c0c4;
}
section.diversity .js-scrollable table tr th {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 35px;
  border-right: 2px dotted #c0c0c4;
  border-bottom: 2px dotted #c0c0c4;
  font-weight: 500;
  background-color: #f7f7fa;
}
section.diversity .js-scrollable table tr th.left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.diversity .js-scrollable table tr th {
    font-size: 15px;
    padding: 10px 20px;
  }
}
section.diversity .js-scrollable table tr td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  font-weight: 500;
  border-right: 2px dotted #c0c0c4;
  border-bottom: 2px dotted #c0c0c4;
}
@media screen and (max-width: 767px) {
  section.diversity .js-scrollable table tr td {
    padding: 10px 20px;
  }
}
section.diversity .note {
  color: var(--gray);
  font-size: 14px;
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  section.diversity .note {
    font-size: 12px;
    margin-top: 10px;
  }
}

section.development {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.development {
    margin-top: 80px;
  }
}
section.development .policy-box dl {
  margin-top: 40px;
}
section.development .list-wrapper {
  margin-top: 60px;
  background-color: var(--light-blue);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  section.development .list-wrapper {
    padding: 30px 5%;
  }
}
section.development .list-wrapper ol {
  margin: 0 auto;
}
section.development .list-wrapper ol li {
  margin-bottom: 7px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
section.development .list-wrapper ol li:last-child {
  margin-bottom: 0;
}
section.development .list-wrapper ol li span {
  padding-right: 5px;
  font-family: var(--manrope);
  color: var(--blue);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.development .list-wrapper ol li span {
    padding-right: 3px;
  }
}

h3 {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
    padding-left: 25px;
    margin-top: 20px;
  }
}
h3:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 17px;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  h3:before {
    translate: 0 -5px;
  }
}

h4 {
  font-size: 20px;
  position: relative;
  margin-top: 30px;
  color: var(--blue);
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    margin-top: 20px;
  }
}

a.txt-link {
  margin-top: 20px;
  display: inline-block;
}

ul.note-list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  ul.note-list {
    margin-top: 15px;
  }
}
ul.note-list.no-margin li {
  margin-bottom: 0 !important;
}
ul.note-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  ul.note-list li {
    font-size: 12px;
  }
}
ul.note-list li:last-child {
  margin-bottom: 0;
}

.block1 > p {
  margin-top: 15px;
}
.block1 .img {
  margin: 40px auto 0;
}

.block2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .block2 {
    margin-top: 40px;
  }
}
.block2.inner {
  margin-top: 40px;
}
.block2 h3 {
  margin-top: 0;
}
.block2 .box {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px 50px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .block2 .box {
    flex-direction: column;
    margin-top: 15px;
  }
}
.block2 .box .img {
  width: 240px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .block2 .box .img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .block2 .box .img.small {
    margin: 0 auto;
    padding: 0 10%;
  }
}
.block2 .box .txt-area {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .block2 .box .txt-area {
    width: 100%;
  }
}
.block2 .box .txt-area p {
  color: var(--black);
}
.block2 .box .txt-area .icn {
  margin-top: 20px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .block2 .box .txt-area .icn {
    margin-top: 15px;
  }
}

.table-box {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.table-box table {
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-box table {
    width: 100%;
    max-width: 100%;
  }
}
.table-box table tr:first-of-type th {
  color: var(--white);
  background-color: var(--gray) !important;
}
.table-box table tr th {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px;
  font-weight: 500;
}
.table-box table tr th:nth-child(odd) {
  background-color: var(--light-blue);
}
.table-box table tr th.left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-box table tr th {
    font-size: 15px;
    padding: 10px 20px;
    width: 33.3333333333%;
  }
}
.table-box table tr td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  font-weight: 500;
  border-top: 2px dotted #d6d6da;
}
.table-box table tr td:nth-child(odd) {
  background-color: var(--light-blue);
}
@media screen and (max-width: 767px) {
  .table-box table tr td {
    padding: 10px 20px;
    width: 33.3333333333%;
  }
}
.table-box p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .table-box p {
    width: 100%;
    text-align: right;
  }
}

.policy-box dl {
  margin-top: 60px;
  background-color: var(--light-blue);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .policy-box dl {
    margin-top: 40px;
    padding: 30px 5%;
  }
}
.policy-box dl dt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .policy-box dl dt {
    font-size: 18px;
  }
}
.policy-box dl dd {
  margin-top: 15px;
}

ul.icn-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  ul.icn-list {
    margin-top: 20px;
  }
}
ul.icn-list li {
  width: 80px;
  margin: 0;
}