.initiatives__inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .initiatives__inner {
    width: 90%;
    padding-block: 100px 100px;
  }
}
.initiatives__container {
  width: 100%;
}
.initiatives__block {
  width: 100%;
  display: flex;
  gap: 100px;
  gap: 8.3333333333%;
  justify-content: space-between;
  margin-block: 4vw 6.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .initiatives__block {
    flex-direction: column;
  }
}
.initiatives__images {
  margin-left: max(-10vw, -150px);
  width: min(43.3333333333vw, 650px);
  width: 100%;
  height: calc(100vh - var(--header-h));
  max-width: 650px;
  overflow: hidden;
  justify-self: end;
  position: sticky;
  top: var(--header-h);
}
@media screen and (max-width: 1024px) {
  .initiatives__images {
    display: none;
  }
}
.initiatives__image {
  position: absolute;
  left: 0;
  height: 48%;
  padding-block: min(6.6666666667vw, 100px);
  height: 100%;
  width: 100%;
}
.initiatives__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.initiatives__image--sp {
  display: none;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .initiatives__image--sp {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .initiatives__image--sp {
    width: 100%;
  }
}
.initiatives__division {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.initiatives__subdivision {
  height: 50%;
  position: relative;
}
.initiatives__subdivision-text {
  position: absolute;
  right: 7px;
  bottom: 9px;
  border: 1px solid #0d3da9;
  color: #0d3da9;
  background: var(--white);
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  border-radius: 2px;
  height: 30px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.initiatives__subdivision-text::before, .initiatives__subdivision-text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.initiatives__subdivision-text::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.initiatives__subdivision-text::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
.initiatives__textblock {
  width: 50%;
  padding-block: min(6.6666666667vw, 100px);
}
@media screen and (max-width: 1024px) {
  .initiatives__textblock {
    width: 100%;
    padding-block: 0;
  }
}
.initiatives__textbox:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .initiatives__textbox:first-child {
    margin-top: 0;
  }
}
.initiatives__textbox:not(:first-child) {
  margin-block: 200px;
}
@media screen and (max-width: 1024px) {
  .initiatives__textbox:not(:first-child) {
    margin-block: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .initiatives__textbox:last-child {
    margin-bottom: 0;
  }
}
.initiatives__subtitle {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: #737373;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .initiatives__subtitle {
    margin-top: 30px;
    gap: 0.8rem;
  }
}
.initiatives__subtitle::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #d9d9d9;
}
@media screen and (max-width: 1024px) {
  .initiatives__subtitle::before {
    width: 20px;
  }
}
.initiatives__title {
  margin-top: 4rem;
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
}
.initiatives__title::before, .initiatives__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.initiatives__title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.initiatives__title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .initiatives__title {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
}
.initiatives__disc {
  margin-top: 5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.initiatives__disc::before, .initiatives__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.initiatives__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.initiatives__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .initiatives__disc {
    margin-top: 3rem;
  }
}
.initiatives__btn {
  max-width: 390px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .initiatives__btn {
    margin-top: 30px;
  }
}
.initiatives__content {
  padding-left: 45px;
}
@media screen and (max-width: 1024px) {
  .initiatives__content {
    padding-left: 0;
  }
}
.initiatives__note {
  font-size: 1.2rem;
  color: #757575;
  margin-top: 16px;
}

.plan__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .plan__inner {
    margin-bottom: 100px;
  }
}
.plan__container {
  background: #f0f3f5;
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  .plan__container {
    padding: 50px 30px;
  }
}
.plan__text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.plan__text::before, .plan__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.plan__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.plan__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.plan__link {
  border-bottom: 1px solid #0d3da9;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 5rem;
  color: #0d3da9;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  margin-inline: auto;
  transition: opacity 0.3s;
}
@media (hover) {
  .plan__link:hover {
    opacity: 0.5;
  }
}
.plan__link::after {
  content: "";
  display: inline-block;
  background: url(../../../images/common/icon_pdf.svg) center/contain, no-repeat;
  width: 16px;
  height: auto;
  aspect-ratio: 16/20;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
/*# sourceMappingURL=style.css.map */
