h1 span {
  padding-left: 10px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 span {
    font-size: 16px;
    padding-left: 0;
    display: block;
    margin-top: 10px;
  }
}

section.policy {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.policy h2 {
  padding: 10px 20px;
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  background-color: var(--blue);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  section.policy h2 {
    padding: 10px 15px;
    font-size: 18px;
  }
}
section.policy ul.strategy-list > li {
  margin-top: 60px;
  border-top: 1px solid var(--light-gray);
  padding-top: 60px;
}
section.policy ul.strategy-list > li:first-child {
  margin-top: 0;
  border: none;
  padding-top: 0;
}
section.policy ul.strategy-list > li:nth-child(1) p {
  font-size: 24px;
  margin-top: 15px;
  padding: 0 20px;
}
section.policy ul.strategy-list > li:nth-child(2) ul.policy-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  section.policy ul.strategy-list > li:nth-child(2) ul.policy-list {
    margin-top: 20px;
    padding: 0;
    gap: 5px;
  }
}
section.policy ul.strategy-list > li:nth-child(2) ul.policy-list li {
  font-size: 20px;
  width: calc((100% - 20px) / 2);
  position: relative;
  line-height: 2;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  section.policy ul.strategy-list > li:nth-child(2) ul.policy-list li {
    width: 100%;
    font-size: 16px;
  }
}
section.policy ul.strategy-list > li:nth-child(2) ul.policy-list li:last-child {
  margin-bottom: 0;
}
section.policy ul.strategy-list > li:nth-child(2) ul.policy-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 15px;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  section.policy ul.strategy-list > li:nth-child(2) ul.policy-list li:before {
    translate: 0 -4px;
  }
}
section.policy ul.strategy-list > li:nth-child(3) .js-scrollable {
  margin-top: 30px;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list {
  width: 1000px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li {
  width: calc((100% - 39px) / 4);
  padding: 0 10px 30px;
  background: var(--light-blue);
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li:nth-child(1) h4 {
  background-color: #0088cc;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li:nth-child(2) h4 {
  background-color: #189e9e;
  position: absolute;
  width: 455px;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li:nth-child(2) ul {
  margin-top: 67px;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li:nth-child(3) h4 {
  background-color: #189e9e;
  display: none;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li:nth-child(3) ul {
  margin-top: 67px;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li:nth-child(4) h4 {
  background-color: #c4893d;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li h3 {
  font-size: 20px;
  text-align: center;
  padding: 11px 0;
  border-bottom: 1px solid var(--light-gray);
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li h4 {
  font-size: 16px;
  text-align: center;
  color: var(--white);
  border-radius: 5px;
  margin: 20px 10px 0;
  padding: 0 15px;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li h4 br {
  display: none;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li ul {
  margin: 0 10px;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li ul li {
  margin-top: 15px;
  font-size: 15px;
  padding-left: 0.5em;
  text-indent: -0.5em;
  line-height: 2;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li ul li.ls0 {
  letter-spacing: 0;
}
section.policy ul.strategy-list > li:nth-child(3) ul.direction-list > li ul li span {
  font-size: 12px;
}

section.target {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.target {
    margin-top: 80px;
  }
}
section.target .box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section.target .box {
    display: block;
    margin-top: 30px;
  }
}
section.target .box .img1 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  section.target .box .img1 {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
}
section.target .box .img2 {
  width: 46%;
}
@media screen and (max-width: 767px) {
  section.target .box .img2 {
    margin: 40px auto 0;
    width: 100%;
    max-width: 450px;
  }
}

section.cash {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.cash {
    margin-top: 80px;
  }
}
section.cash > p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.cash > p {
    margin-top: 20px;
  }
}
section.cash .box {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.cash .box {
    display: block;
    margin-top: 20px;
  }
}
section.cash .box h2 {
  margin-top: 20px;
  color: var(--white);
  font-size: 20px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--blue);
}
@media screen and (max-width: 767px) {
  section.cash .box h2 {
    height: 40px;
    font-size: 18px;
  }
}
section.cash .box h2:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  translate: -50% 0;
  width: 13px;
  height: 13px;
  background-color: var(--blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
section.cash .box .img {
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  section.cash .box .img {
    margin-bottom: 40px;
  }
}
section.cash .box dl {
  margin-top: 50px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  section.cash .box dl {
    padding: 0;
    margin-top: 30px;
  }
}
section.cash .box dl dt {
  font-size: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  section.cash .box dl dt {
    font-size: 18px;
  }
}
section.cash .box dl dt span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section.cash .box dl dt span {
    font-size: 15px;
  }
}
section.cash .box dl dd {
  font-size: 16px;
}
section.cash .box dl dd ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
section.cash .box .left {
  width: 60%;
  margin-right: 4%;
  padding-right: 4%;
  border-right: 1px solid var(--light-gray);
}
@media screen and (max-width: 767px) {
  section.cash .box .left {
    margin-right: 0;
    padding-right: 0;
    border: none;
    width: 100%;
  }
}
section.cash .box .right {
  width: 37%;
}
@media screen and (max-width: 767px) {
  section.cash .box .right {
    width: 100%;
  }
}

section.management {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
section.management h3 {
  width: fit-content;
  padding: 0 25px;
  margin: 40px auto 30px;
  font-size: 28px;
  border: 1px solid #fa6644;
  color: #fa6644;
}
@media screen and (max-width: 600px) {
  section.management h3 {
    font-size: 18px;
    margin: 20px auto 30px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  section.management {
    margin-top: 80px;
  }
}
section.management dl dt {
  margin-top: 20px;
  color: var(--white);
  font-size: 20px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--blue);
}
@media screen and (max-width: 767px) {
  section.management dl dt {
    height: 40px;
    font-size: 18px;
  }
}
section.management dl dt:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  translate: -50% 0;
  width: 13px;
  height: 13px;
  background-color: var(--blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
section.management dl dd {
  background-color: var(--light-blue);
  padding: 30px 20px 40px;
}
section.management dl dd p {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}
section.management dl dd ul {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.management dl dd ul {
    justify-content: flex-start;
  }
}
section.management dl dd ul li {
  text-align: center;
  background-color: var(--white);
  padding: 20px 10px;
  border: 1px solid var(--light-gray);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section.management dl dd ul li {
    padding: 15px 10px;
  }
}
section.management dl:first-of-type ul {
  max-width: 650px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  section.management dl:first-of-type ul {
    margin-top: 20px;
    max-width: 450px;
  }
}
section.management dl:first-of-type ul li {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 767px) {
  section.management dl:first-of-type ul li {
    width: 100%;
  }
}
section.management dl:last-of-type ul {
  max-width: 880px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  section.management dl:last-of-type ul {
    margin-top: 20px;
    max-width: 100%;
  }
}
section.management dl:last-of-type ul li {
  width: calc((100% - 40px) / 5);
}
@media screen and (max-width: 767px) {
  section.management dl:last-of-type ul li {
    width: calc((100% - 10px) / 2);
  }
}