/* ================================================
  section-a1
===================================================*/
.section-a1 {
  margin-top: 80px;
}

.section-a1__container {
  padding: 48px calc(48 / 1020 * 100%) 48px calc(80 / 1020 * 100%);
  display: grid;
  grid-template-columns: calc(278 / 892 * 100%) 1fr;
  grid-template-rows: auto auto;
  gap: 0 56px;
  background-color: rgb(233 239 247 / 0.5);
  border-radius: 10px;
}

.section-a1__heading {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: end;
}

.section-a1__heading h2 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 38px;
  font-weight: 600;
  line-height: calc(54 / 38);
  color: #2554bf;
}

.section-a1__img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  justify-self: end;
}

.section-a1__description {
  margin-top: 40px;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.section-a1__description p {
  margin-block: var(--leading-trim);
  font-size: 18px;
  font-weight: 500;
  line-height: calc(37 / 18);
}

.section-a1__description span {
  font-weight: 700;
  color: #2554bf;
  background-color: #fff5ac;
}

@media (max-width: 767px) {
  .section-a1 {
    margin-top: 40px;
  }

  .section-a1__container {
    padding: 24px 16px;
    display: block;
  }

  .section-a1__heading {
    text-align: center;
  }

  .section-a1__heading h2 {
    display: inline-block;
    font-size: 26px;
  }

  .section-a1__img {
    margin: 32px auto 0;
    max-width: 280px;
  }

  .section-a1__description {
    margin-top: 32px;
  }

  .section-a1__description p {
    font-size: 16px;
  }
}

/* ================================================
  section-a2
===================================================*/
.section-a2 {
  padding: 110px 0 0 0;
  position: relative;
  background: linear-gradient(to bottom, #ffcccc 0%, #fff 80%);
}

.section-a2__content {
  padding-left: calc(438 / 1020 * 100%);
}

.section-a2__heading h2 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 56px;
  font-weight: 600;
  line-height: calc(80 / 56);
  color: #453F3B;
}

.section-a2__img {
  position: absolute;
  top: 110px;
  left: calc(50% - min(50%, 683px));
  width: 511px;
}

.section-a2__description {
  margin-top: 70px;
  max-width: 500px;
}

.section-a2__description p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(36 / 16);
}

.section-a2__description span {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(36 / 20);
  color: #e35043;
  background-color: #fff5ac;
}

.section-a2__text1 {
  margin-top: 120px;
  padding: 7.5px 0.5em;
  background: linear-gradient(to right, #535a5f 0%, #e35043 100%);
  border-radius: 10px;
}

.section-a2__text1 p {
  font-family: "Shippori Mincho";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.section-a2__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.section-a2__item {
  padding: 30px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.08);
}

.section-a2__item-img {
  margin-inline: auto;
  width: calc(220 / 256 * 100%);
  aspect-ratio: 1;
}

.section-a2__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-a2__item-title {
  margin-top: 28px;
}

.section-a2__item-title h3 {
  margin-block: var(--leading-trim);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.section-a2__item:nth-of-type(2) .section-a2__item-title h3 {
  color: #e35043;
}

.section-a2__item:nth-of-type(3) .section-a2__item-title h3 {
  color: #9b2217;
}

.section-a2__item-text {
  margin-top: 24px;
}

.section-a2__item-text p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(27 / 16);
  text-align: center;
}

.section-a2__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  translate: -100% -50%;
  width: 17px;
  aspect-ratio: 17 / 85;
  background-color: #f4d1d1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.section-a2__text2 {
  margin-top: 70px;
}

.section-a2__text2 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.5;
  color: #d95045;
  text-align: center;
}

.section-a2__text2 span {
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-thickness: 1px;
}

.section-a2__text3 {
  margin-top: 40px;
}

.section-a2__text3 p {
  font-family: "Shippori Mincho";
  font-size: 26px;
  font-weight: 700;
  line-height: calc(44 / 26);
  text-align: center;
}

@media (max-width: 767px) {
  .section-a2 {
    padding-top: 60px;
  }

  .section-a2__content {
    padding-left: 0;
  }

  .section-a2__heading h2 {
    font-size: 32px;
  }

  .section-a2__img {
    margin-top: 32px;
    position: unset;
    width: 100%;
  }

  .section-a2__description {
    margin-top: 32px;
    max-width: 100%;
  }

  .section-a2__description p {
    font-size: 14px;
  }

  .section-a2__description span {
    font-size: 16px;
  }

  .section-a2__text1 {
    margin-top: 40px;
  }

  .section-a2__text1 p {
    font-size: 22px;
  }

  .section-a2__items {
    margin-top: 32px;
    display: block;
  }

  .section-a2__item {
    padding: 24px;
  }

  .section-a2__item + .section-a2__item {
    margin-top: 49px;
  }

  .section-a2__item-img {
    width: calc(180 / 256 * 100%);
  }

  .section-a2__item-title {
    margin-top: 24px;
  }

  .section-a2__item-title h3 {
    font-size: 20px;
  }

  .section-a2__item-text {
    margin-top: 24px;
  }

  .section-a2__item-text p {
    font-size: 14px;
  }

  .section-a2__item:not(:first-of-type)::before {
    top: -16px;
    left: 50%;
    translate: -50% -100%;
    width: 85px;
    aspect-ratio: 85 / 17;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .section-a2__text2 {
    margin-top: 40px;
  }

  .section-a2__text2 p {
    font-size: 24px;
  }

  .section-a2__text2 span {
    text-underline-offset: 4px;
  }

  .section-a2__text3 {
    margin-top: 32px;
  }

  .section-a2__text3 p {
    font-size: 22px;
    color: #6C6C6C;
  }
}

/* ================================================
  section-a3
===================================================*/
.section-a3 {
  margin-top: 60px;
  padding: 100px 0 90px;
  position: relative;
  z-index: 1;
}

.section-a3__heading h2 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(70 / 46);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 26px #000;
}

.section-a3__items {
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  max-width: 1000px;
}

.section-a3__item {
  flex: 0 0 calc((100% - 40px * 3) / 4);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  background: linear-gradient(to bottom, #7c7c7c 0%, #3e3e3e 100%);
  border-radius: 50%;
  font-family: "Shippori Mincho";
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  line-height: calc(40 / 33);
  color: #fff;
}

.section-a3__item:nth-of-type(2),
.section-a3__item:nth-of-type(4),
.section-a3__item:nth-of-type(6) {
  letter-spacing: -0.12em;
  text-indent: unset;
}

.section-a3__container {
  margin-top: 60px;
  padding: 46px 0 50px;
  background-color: #fff;
}

.section-a3__text1 {
  text-align: center;
}

.section-a3__text1 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 16px;
}

.section-a3__text2 {
  margin-top: 40px;
}

.section-a3__text2 p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(36 / 16);
  text-align: center;
}

.section-a3__text2 span {
  background-color: #fff5ac;
  font-weight: 700;
  color: #2554bf;
}

.section-a3__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.section-a3__img img {
  display: block;
  width: 100%;
}

.section-a3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgb(247 247 247 / 1) 100%);
  z-index: -1;
}

@media (max-width: 767px) {
  .section-a3 {
    padding: 60px 0;
  }

  .section-a3__heading h2 {
    font-size: 28px;
  }

  .section-a3__items {
    margin-top: 40px;
    gap: 20px;
  }

  .section-a3__item {
    flex: 0 0 calc((100% - 20px * 3) / 3);
    font-size: 16px;
  }

  .section-a3__container {
    margin-top: 24px;
    padding: 24px 16px;
  }

  .section-a3__text1 {
    text-align: center;
  }

  .section-a3__text1 p {
    font-size: 20px;
    text-underline-offset: 4px;
  }

  .section-a3__text2 {
    margin-top: 32px;
  }

  .section-a3__text2 p {
    font-size: 14px;
    text-align: left;
  }

  .section-a3__img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    translate: 0 50%;
    width: 100%;
    height: 100px;
    filter: blur(30px);
    background-color: #fff;
  }
}

/* ================================================
  section-a4
===================================================*/
.section-a4 {
  padding: 97px 0 77px;
  position: relative;
  z-index: 1;
}

.section-a4__inner {
  max-width: min(96.5%, 1000px);
}

.section-a4__text1 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(60 / 48);
  color: #2554bf;
  text-align: center;
  text-shadow: 0 0 20px #fff;
}

.section-a4__images {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.section-a4__image {
  aspect-ratio: 250 / 393;
}

.section-a4__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-a4__container {
  padding: 40px 60px 70px;
  position: relative;
  background-color: #fff;
}

.section-a4__text2 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-weight: 600;
  line-height: calc(33 / 18);
  text-align: center;
  color: #142847;
}

.section-a4__heading {
  margin-top: 3px;
}

.section-a4__heading h2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Shippori Mincho";
  font-size: 38px;
  font-weight: 600;
  line-height: calc(56 / 38);
  text-align: center;
  color: #142847;
}

.section-a4__heading .s-size {
  display: inline-flex;
  flex-direction: column;
  font-size: 31px;
  line-height: 1.2;
  translate: 0 -0.8em;
}

.section-a4__heading .m-size {
  font-size: 58px;
  font-weight: 400;
}

.section-a4__heading .l-size {
  font-size: 68px;
}

.section-a4__border1 {
  margin: 18px 0 0;
  border-top: 1px solid #eee;
}

.section-a4__text3 {
  margin-top: 48px;
}

.section-a4__text3 p {
  margin-inline: auto;
  max-width: fit-content;
  font-family: "Shippori Mincho";
  font-size: 39px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.section-a4__text3 p + p {
  margin-top: 10px;
}

.section-a4__text3 span {
  padding-inline: 0.3em;
  background-color: #2554bf;
}

.section-a4__text4 {
  margin-top: 54px;
}

.section-a4__text4 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #2554bf;
  text-align: center;
}

.section-a4__img img {
  display: block;
  width: 100%;
}

.section-a4__text5 {
  margin-top: 20px;
}
.section-a4__text5 p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(40 / 16);
  text-align: center;
}

.section-a4__text5 p + p {
  margin-top: 1lh;
}

.section-a4__text5 .bold {
  font-weight: 700;
}

.section-a4__text5 .color {
  color: #2554bf;
}

.section-a4__text5 .marker {
  background-color: #fff5ac;
}

.section-a4__border2 {
  margin: 60px 0 0;
  border-top: 1px solid #eee;
}

.section-a4__items {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 711px;
}

.section-a4__item img {
  margin-inline: auto;
  width: calc(267 / 345.5 * 100%);
  aspect-ratio: 267 / 220;
  object-fit: cover;
}

.section-a4__item figcaption {
  margin-top: 25px;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-weight: 700;
  line-height: calc(33 / 16);
  color: #2554bf;
  text-align: center;
}

.section-a4__text6 {
  margin-top: 57px;
}

.section-a4__text6 p {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(40 / 16);
  text-align: center;
}

.section-a4__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-a4__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.section-a4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, transparent 0%, #fafafa 100%);
  z-index: -1;
}

.section-a4__deco {
  position: absolute;
  top: -75px;
  right: 47px;
  width: 193px;
}

@media (max-width: 767px) {
  .section-a4 {
    padding: 60px 0;
  }

  .section-a4__inner {
    max-width: min(92%, 576px);
  }

  .section-a4__text1 p {
    font-size: 32px;
  }

  .section-a4__container {
    padding: 40px 8px;
  }

  .section-a4__text2 p {
    font-size: 16px;
  }

  .section-a4__heading {
    margin-top: 16px;
  }

  .section-a4__heading h2 {
    flex-wrap: wrap;
    font-size: 20px;
  }

  .section-a4__heading .s-size {
    font-size: 16px;
  }

  .section-a4__heading .m-size {
    font-size: 32px;
  }

  .section-a4__heading .l-size {
    font-size: 32px;
  }

  .section-a4__border1 {
    margin-top: 16px;
  }

  .section-a4__text3 {
    margin: 40px auto 0;
    max-width: fit-content;
  }

  .section-a4__text3 p {
    margin-inline: unset;
    max-width: fit-content;
    font-size: 26px;
  }

  .section-a4__text3 p + p {
    margin-top: 4px;
  }

  .section-a4__text4 {
    margin-top: 40px;
  }

  .section-a4__text4 p {
    font-size: 16px;
  }

  .section-a4__img {
    margin-top: 8px;
  }

  .section-a4__text5 {
    margin-top: 16px;
  }

  .section-a4__text5 p {
    font-size: 14px;
  }

  .section-a4__border2 {
    margin-top: 40px;
  }

  .section-a4__items {
    margin-top: 40px;
    display: block;
  }

  .section-a4__item + .section-a4__item {
    margin-top: 32px;
  }

  .section-a4__item figcaption {
    margin-top: 16px;
    font-size: 14px;
  }

  .section-a4__text6 {
    margin-top: 40px;
  }

  .section-a4__text6 p {
    font-size: 14px;
    text-align: left;
  }

  .section-a4__deco {
    position: absolute;
    top: 150px;
    right: 20px;
    width: 90px;
  }
}

/* ================================================
  section-a5
===================================================*/
.section-a5 {
  padding: 43px 0 30px;
}

.section-a5__img {
  margin-inline: auto;
  max-width: 581px;
}

.section-a5__text {
  margin-top: 40px;
  padding-bottom: 49px;
  position: relative;
}

.section-a5__text p {
  font-family: "Shippori Mincho";
  font-size: 26px;
  font-weight: 700;
  line-height: calc(50 / 26);
  text-align: center;
  color: #2554bf;
}

.section-a5__text .small {
  font-size: 19px;
}

.section-a5__text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
  width: 499px;
  aspect-ratio: 499 / 146.85;
  background: linear-gradient(to bottom, rgb(255 255 255 / 0) 0%, rgb(95 183 173 / 0.31) 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 767px) {
  .section-a5 {
    padding: 40px 0;
  }

  .section-a5__text {
    margin-top: 24px;
    padding-bottom: 32px;
  }

  .section-a5__text p {
    font-size: 18px;
  }

  .section-a5__text .small {
    font-size: 14px;
  }

  .section-a5__text::before {
    width: 280px;
  }
}

/* ================================================
  section-a6
===================================================*/
.section-a6 {
  padding: 100px 0 80px;
  position: relative;
  background-color: #f9fbfc;
  z-index: 1;
}

.section-a6__inner {
  width: min(96.5%, 1000px);
}

.section-a6__text1 {
  padding: 23px 0;
  background-color: #2554bf;
}

.section-a6__text1 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: #fff;
}

.section-a6__container {
  margin-top: 53px;
  padding: 48px 70px 78px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 46px #ebf1fa;
}

.section-a6__heading h2 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 29px;
  font-weight: 600;
  line-height: calc(40 / 29);
  color: #2554bf;
  text-align: center;
}

.section-a6__heading span:last-of-type {
  text-decoration: underline;
  text-decoration-color: #2554bf;
  text-decoration-thickness: 1px;
  text-underline-offset: 40px;
}

.section-a6__images {
  margin: 84px auto 0;
  max-width: 810px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.section-a6__image img {
  width: 100%;
  aspect-ratio: 385 / 220;
  object-fit: cover;
}

.section-a6__image figcaption {
  margin: calc(var(--leading-trim) + 20px) 0 var(--leading-trim);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.section-a6__image:nth-of-type(1) figcaption {
  color: #2554bf;
}

.section-a6__border {
  margin: 60px 0 0;
  border-top: 1px solid #eee;
}

.section-a6__text2 {
  margin-top: 58px;
}

.section-a6__text2 p {
  margin-block: var(--leading-trim);
  font-size: 19px;
  font-weight: 500;
  line-height: calc(40 / 19);
  text-align: center;
}

.section-a6__text2 .bold {
  font-weight: 700;
}

.section-a6__text2 .color {
  color: #2554bf;
}

.section-a6__text3 {
  margin-top: 65px;
}

.section-a6__text3 p {
  margin: var(--leading-trim) auto;
  max-width: fit-content;
  font-family: "Shippori Mincho";
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #2554bf;
}

.section-a6__text3 p + p {
  margin-top: 16px;
}

.section-a6__text3 span {
  padding-inline: 0.3em;
  background-color: #fff5ac;
}

.section-a6__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 415px;
  z-index: -1;
}

.section-a6__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-a6__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(89 143 217 / 0.5);
}

@media (max-width: 767px) {
  .section-a6 {
    padding: 40px 0 60px;
  }

  .section-a6__inner {
    width: min(92%, 576px);
  }

  .section-a6__text1 {
    padding: 16px 0;
  }

  .section-a6__text1 p {
    font-size: 20px;
  }

  .section-a6__container {
    margin-top: 40px;
    padding: 24px 16px 24px;
  }

  .section-a6__heading h2 {
    font-size: 20px;
  }

  .section-a6__heading span:last-of-type {
    text-decoration: underline;
    text-decoration-color: #2554bf;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
  }

  .section-a6__images {
    margin-top: 40px;
    display: block;
  }

  .section-a6__image + .section-a6__image {
    margin-top: 40px;
  }

  .section-a6__image figcaption {
    font-size: 16px;
  }

  .section-a6__image:nth-of-type(1) figcaption {
    color: #2554bf;
  }

  .section-a6__border {
    margin-top: 40px;
  }

  .section-a6__text2 {
    margin-top: 40px;
  }

  .section-a6__text2 p {
    font-size: 16px;
    text-align: left;
  }

  .section-a6__text3 {
    margin-top: 40px;
  }

  .section-a6__text3 p {
    font-size: 20px;
  }

  .section-a6__bg {
    height: 220px;
  }
}
/* ================================================
  section-a7
===================================================*/
.section-a7 {
  padding-block: 80px;
  position: relative;
  z-index: 1;
}

.section-a7__text1 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(46 / 22);
  color: #2554bf;
  text-align: center;
}
.section-a7__text2 {
  margin-top: 40px;
}

.section-a7__text2 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 26px;
  font-weight: 600;
  line-height: calc(41 / 26);
  text-align: center;
}

.section-a7__text2 span {
  background-image: linear-gradient(transparent 60%, #fff5ac 60%);
}

.section-a7__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-a7__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:767px) {
  .section-a7 {
    padding-block: 40px;
  }
  
  .section-a7__text1 p {
    font-size: 18px;
    text-align: left;
  }
  .section-a7__text2 {
    margin-top: 32px;
  }
  
  .section-a7__text2 p {
    font-size: 20px;
  }
}
/* ================================================
  section-a8
===================================================*/
.section-a8 {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(to right, #5fb7ad 0%, #4cafd3 100%);
}

.section-a8__content {
  width: calc(562 / 1020 * 100%);
}

.section-a8__heading h2 {
  font-family: "Shippori Mincho";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(53 / 36);
  color: #fff;
}

.section-a8__text {
  margin-top: 60px;
}

.section-a8__text p {
  margin-block: var(--leading-trim);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(30 / 16);
  color: #fff;
}

.section-a8__img {
  position: absolute;
  top: 0;
  right: calc(50% - min(50%, 695px));
  height: 100%;
}

.section-a8__img img {
  display: block;
  width: auto;
  height: 100%;
}

@media (max-width:767px) {
  .section-a8 {
    padding: 40px 0 0;
  }
  
  .section-a8__content {
    width: 100%;
  }
  
  .section-a8__heading h2 {
    font-size: 24px;
  }
  
  .section-a8__text {
    margin-top: 40px;
  }
  
  .section-a8__text p {
    font-size: 14px;
  }
  
  .section-a8__img {
    margin: 40px auto 0;
    position: unset;
    max-width: 576px;
    height: unset;
  }
  
  .section-a8__img img {
    width: 100%;
    height: auto;
  }
}

/* ================================================
  section-a9
===================================================*/
.section-a9 {
  padding: 80px 0 90px;
  position: relative;
  background: linear-gradient(to bottom, #f9fdff 0%, #d2efef 100%);
  z-index: 1;
}

.section-a9__inner {
  width: min(96.5%, 990px);
}

.section-a9__block1 {
  padding: 30px 34px 70px;
  border-radius: 10px;
  background-color: #fff;
}

.section-a9__heading {
  padding: 13px 0.5em;
  border-radius: 10px;
  background-color: #142847;
}

.section-a9__heading h2 {
  font-family: "Shippori Mincho";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.section-a9__block1-text1 {
  margin-top: 60px;
}

.section-a9__block1-text1 p {
  margin-block: var(--leading-trim);
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32 / 18);
  text-align: center;
}

.section-a9__block1-text1 span {
  font-weight: 700;
}

.section-a9__block1-items {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  max-width: 820px;
}

.section-a9__block1-item {
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  border-radius: 50%;
}

.section-a9__block1-item:nth-of-type(1) {
  background-color: #f4d7da;
  color: #bf424d;
}

.section-a9__block1-item:nth-of-type(2) {
  position: relative;
  background-color: #bee2f3;
  color: #004e72;
}

.section-a9__block1-item-text1 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.1em;
  line-height: 1.5;
  text-align: center;
}

.section-a9__block1-item-text2 {
  margin-top: 27px;
}

.section-a9__block1-item-text2 p {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16);
  text-align: center;
}

.section-a9__block1-item:nth-of-type(2)::before,
.section-a9__block1-item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  translate: -100% -50%;
  width: 75px;
  height: 3px;
  background-color: #333;
}

.section-a9__block1-item:nth-of-type(2)::before {
  rotate: 45deg;
}
.section-a9__block1-item:nth-of-type(2)::after {
  rotate: -45deg;
}

.section-a9__block1-text2 {
  margin-top: 50px;
}

.section-a9__block1-text2 p {
  margin-block: var(--leading-trim);
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32 / 18);
  text-align: center;
}

.section-a9__block1-text2 p + p {
  margin-top: 1lh;
}

.section-a9__block1-text2 .bold {
  font-weight: 700;
}

.section-a9__block1-text2 .color {
  color: #2554bf;
}

.section-a9__block1-text2 .marker {
  background-color: #fff5ac;
}

.section-a9__block2 {
  margin-top: 40px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.section-a9__block2-text1 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 29px;
  font-weight: 600;
  line-height: 1.5;
  color: #2554bf;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #eee;
  text-decoration-thickness: 1px;
  text-underline-offset: 20px;
}

.section-a9__block2-text2 {
  margin-top: 40px;
  padding-right: 100px;
}

.section-a9__block2-text2 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: #2554bf;
  text-align: right;
}

.section-a9__block3 {
  margin-top: 80px;
}

.section-a9__block3-heading h3 {
  margin-block: var(--leading-trim);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #2554bf;
  text-align: center;
}

.section-a9__block3-items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.section-a9__block3-item {
  padding: 30px 44px 40px;
  background-color: #fff;
  border-radius: 10px;
}

.section-a9__block3-text1 p {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.5;
  color: #2554bf;
  text-align: center;
  white-space: nowrap;
}

.section-a9__block3-img {
  margin: 20px auto 0;
  width: calc(360 / 392 * 100%);
  aspect-ratio: 360 / 210;
}

.section-a9__block3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-a9__block3-text2 {
  margin-top: 30px;
}

.section-a9__block3-text2 h4 {
  margin-block: var(--leading-trim);
  font-family: "Shippori Mincho";
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: #2554bf;
  text-align: center;
}

.section-a9__block3-text3 {
  margin-top: 30px;
}

.section-a9__block3-text3 p {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(32 / 16);
  text-align: center;
}

.section-a9__block3-text3 span {
  font-weight: 700;
  background-color: #fff5ac;
  color: #2554bf;
}

.section-a9__block4 {
  margin-top: 80px;
}

.section-a9__block4-heading h3 {
  margin-block: var(--leading-trim);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #2554bf;
  text-align: center;
}

.section-a9__block4-container {
  margin-top: 40px;
  padding: 50px 66px 40px;
  border-radius: 10px;
  background-color: #fff;
}

.section-a9__block4-text1 p {
  margin-block: var(--leading-trim);
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32 / 18);
  text-align: center;
}

.section-a9__block4-text1 .color {
  font-weight: 700;
  color: #2554bf;
}

.section-a9__block4-wrap {
  margin-top: 30px;
}

.section-a9__block4-bar {
  display: flex;
  gap: 20px;
}

.section-a9__block4-bar span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.section-a9__block4-bar span:nth-of-type(1) {
  flex: 0 0 calc((100% - 20 * 3) / 4);
  flex: 0 0 calc(50%);
  flex: 0 0 calc((100% - 20px * 3) / 4);
  background-color: #73ac7b;
}

.section-a9__block4-bar span:nth-of-type(2) {
  flex: 1;
  background-color: #6c98ab;
}

.section-a9__block4-images {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.section-a9__block4-image {
  position: relative;
}

.section-a9__block4-image:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  translate: -100% -50%;
  width: 9px;
  aspect-ratio: 9 / 22;
  background-color: #999;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.section-a9__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-a9__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:767px) {
  .section-a9 {
    padding: 40px 0;
  }
  
  .section-a9__inner {
    width: min(92%, 576px);
  }
  
  .section-a9__block1 {
    padding: 24px 16px 40px;
  }
  
  .section-a9__heading {
    padding: 8px 0.5em;
  }
  
  .section-a9__heading h2 {
    font-size: 20px;
  }
  
  .section-a9__block1-text1 {
    margin-top: 32px;
  }
  
  .section-a9__block1-text1 p {
    font-size: 16px;
    text-align: left;
  }
  
  .section-a9__block1-items {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .section-a9__block1-item {
    margin-inline: auto;
    width: min(100%,280px);
  }
  
  .section-a9__block1-item-text1 p {
    font-size: 24px;
  }
  
  .section-a9__block1-item-text2 {
    margin-top: 16px;
  }
  
  .section-a9__block1-item-text2 p {
    font-size: 14px;
  }
  
  .section-a9__block1-item:nth-of-type(2)::before,
  .section-a9__block1-item:nth-of-type(2)::after {
    top: -40px;
    left: 50%;
    translate: -50% -100%;
    width: 50px;
    height: 2px;
  }
  
  .section-a9__block1-text2 {
    margin-top: 40px;
  }
  
  .section-a9__block1-text2 p {
    font-size: 16px;
    text-align: left;
  }
    
  .section-a9__block2 {
    margin-top: 40px;
    padding: 24px 16px;
  }
  
  .section-a9__block2-text1 p {
    font-size: 22px;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  
  .section-a9__block2-text2 {
    margin-top: 32px;
    padding-right: 0;
  }
  
  .section-a9__block2-text2 p {
    font-size: 14px;
    text-align: center;
  }
  
  .section-a9__block3 {
    margin-top: 60px;
  }
  
  .section-a9__block3-heading h3 {
    font-size: 28px;
  }
  
  .section-a9__block3-items {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .section-a9__block3-item {
    padding: 24px 16px;
  }
  
  .section-a9__block3-text1 p {
    font-size: 16px;
  }
  
  .section-a9__block3-text2 {
    margin-top: 24px;
  }
  
  .section-a9__block3-text2 h4 {
    font-size: 24px;
  }
  
  .section-a9__block3-text3 {
    margin-top: 24px;
  }
  
  .section-a9__block3-text3 p {
    font-size: 14px;
    text-align: left;
  }
  
  .section-a9__block4 {
    margin-top: 60px;
  }
  
  .section-a9__block4-heading h3 {
    font-size: 28px;
  }
  
  .section-a9__block4-container {
    margin-top: 32px;
    padding: 24px 16px;
  }
  
  .section-a9__block4-text1 p {
    font-size: 16px;
  }
  
.section-a9__block4-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

  .section-a9__block4-bar {
    flex-direction: column;
    gap: 41px;
  }
  
  .section-a9__block4-bar span{
    writing-mode: vertical-rl;
    font-size: 16px;
    text-align: center;
  }
  
  .section-a9__block4-bar span:nth-of-type(1) {
    flex: 0 0 min(calc(191 / 375 * 100vw),280px);
  }
  
  .section-a9__block4-images {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 41px;
  }
  
  .section-a9__block4-image:not(:first-of-type)::before {
    top: -16px;
    left: 50%;
    translate: -50% -100%;
    width: 22px;
    aspect-ratio: 22 / 9;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }  
}