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.torikumi {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.torikumi {
    margin-top: 80px;
  }
}
section.torikumi .lead {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.torikumi .lead {
    margin-top: 20px;
  }
}
section.torikumi h3 {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.torikumi h3 {
    font-size: 18px;
    padding-left: 25px;
    margin-top: 20px;
  }
}
section.torikumi 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) {
  section.torikumi h3:before {
    translate: 0 -5px;
  }
}
section.torikumi .policy-area {
  border: 1px solid var(--light-gray);
  padding: 40px 50px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.torikumi .policy-area {
    margin-top: 15px;
    padding: 30px 5%;
  }
}
section.torikumi .policy-area ol li {
  display: flex;
  gap: 20px;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  section.torikumi .policy-area ol li {
    gap: 15px;
  }
}
section.torikumi .policy-area ol li span {
  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.torikumi .policy-area ol li span {
    translate: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  section.torikumi .policy-area ol li p {
    width: calc(100% - 40px);
  }
}
section.torikumi .policy-area .sign {
  text-align: right;
  margin-top: 20px;
}
section.torikumi ul.icn-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  section.torikumi ul.icn-list {
    margin-top: 20px;
  }
}
section.torikumi ul.icn-list li {
  width: 80px;
  margin: 0;
}
section.torikumi .js-scrollable {
  margin-top: 60px;
}
section.torikumi .js-scrollable table {
  width: 1000px;
}
@media screen and (max-width: 767px) {
  section.torikumi .js-scrollable table {
    width: 600px;
  }
}
section.torikumi .js-scrollable table tr:first-of-type th {
  color: var(--white);
  background-color: #7d7d80;
  text-align: center;
  line-height: 1;
  width: 100%;
}
section.torikumi .js-scrollable table tr:nth-child(odd) {
  background-color: #f7f7fa;
}
section.torikumi .js-scrollable table tr th {
  width: 200px;
  font-size: 16px;
  vertical-align: middle;
  padding: 15px 35px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
}
section.torikumi .js-scrollable table tr th:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  section.torikumi .js-scrollable table tr th {
    width: 150px;
    font-size: 15px;
    padding: 10px 20px;
  }
}
section.torikumi .js-scrollable table tr td {
  width: 800px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  padding: 15px 50px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.torikumi .js-scrollable table tr td {
    width: 400px;
    padding: 10px 20px;
  }
}
section.torikumi .js-scrollable table tr td:last-child {
  border: none;
}
section.torikumi .note {
  color: var(--gray);
  font-size: 14px;
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  section.torikumi .note {
    font-size: 12px;
    margin-top: 10px;
  }
}
section.torikumi .torikumi {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.torikumi .torikumi {
    margin-top: 20px;
  }
}
section.torikumi .torikumi h3 {
  margin-top: 80px;
}
section.torikumi .torikumi .box {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px 50px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.torikumi .torikumi .box {
    flex-direction: column;
    margin-top: 15px;
  }
}
section.torikumi .torikumi .box .img {
  width: 240px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.torikumi .torikumi .box .img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
section.torikumi .torikumi .box .txt-area {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  section.torikumi .torikumi .box .txt-area {
    width: 100%;
  }
}
section.torikumi .torikumi .box .txt-area p {
  color: var(--black);
}
section.torikumi .torikumi .box .txt-area .icn {
  margin-top: 20px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  section.torikumi .torikumi .box .txt-area .icn {
    margin-top: 15px;
  }
}