.about-lead {
  margin-top: 36px;
  padding-top: 156.4px;
  padding-bottom: 141.5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-lead {
    margin-top: 0;
    padding-top: 77.4px;
    padding-bottom: 74.6px;
  }
}
.about-lead::before {
  content: "";
  display: block;
  width: min(146.8333333333vw, 1762px);
  aspect-ratio: 1761.99/951.51;
  background: url(../img/about/blob-bg_blue.svg) no-repeat center top/cover;
  position: absolute;
  top: 0px;
  left: calc(50% - 69.4px);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about-lead::before {
    width: min(237vw, 888.75px);
    aspect-ratio: 888.75/681.94;
    left: calc(50% - 55px);
    background-image: url(../img/about/sp/blob-bg_blue.svg);
  }
}
.about-lead__box {
  margin-inline: auto;
  padding-top: min(5.5083333333vw, 66.1px);
  padding-inline: min(10.8333333333vw, 130px);
  padding-bottom: min(16.6vw, 199.2px);
  max-width: 886.99px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-lead__box {
    padding-top: 45.7px;
    padding-inline: 17.1px;
    padding-bottom: 88.7px;
  }
}
.about-lead__box::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/about/pc/about-book.svg) no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .about-lead__box::before {
    max-width: 445.28px;
    width: 445.28px;
    background: url(../img/about/sp/about-book.svg) no-repeat center top/contain;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-lead__title {
  margin-inline: auto;
  width: fit-content;
  font-size: min(1.8333333333vw, 22px);
  font-weight: bold;
  letter-spacing: 0.15em;
  border-bottom: 4px dotted var(--color_pink);
}
@media screen and (max-width: 768px) {
  .about-lead__title {
    font-size: 2.2rem;
  }
}
.about-lead__catch {
  margin-top: min(0.75vw, 9px);
  margin-inline: auto;
  width: fit-content;
  font-size: min(2.3333333333vw, 28px);
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  border-bottom: 4px solid #B1D5BF;
}
@media screen and (max-width: 768px) {
  .about-lead__catch {
    margin-top: 10px;
    padding-bottom: 4px;
    font-size: 2rem;
    line-height: 1.5;
    border-width: 2.5px;
  }
}
.about-lead__text {
  margin-top: min(3.0833333333vw, 37px);
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-lead__text {
    margin-top: 19px;
    margin-inline: auto;
    font-size: 1.4rem;
    line-height: 1.9285714286;
  }
}

.about-need {
  padding-block: 210.2px 236.1px;
  background: linear-gradient(to bottom, transparent 250px, #EFF5F5 250px, #EFF5F5 calc(100% - 250px), transparent calc(100% - 250px));
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-need {
    background: linear-gradient(to bottom, transparent 74px, #EFF5F5 74px, #EFF5F5 calc(100% - 74px), transparent calc(100% - 74px));
    padding-block: 99.7px 114.8px;
  }
}
.about-need::before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: url(../img/about/blob-bg-green_top@2x.png) no-repeat center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .about-need::before {
    height: 75px;
  }
}
.about-need::after {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: url(../img/about/blob-bg-green_bottom@2x.png) no-repeat center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .about-need::after {
    height: 75px;
  }
}
.about-need__item:nth-of-type(2), .about-need__item:nth-of-type(4) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .about-need__item:nth-of-type(2), .about-need__item:nth-of-type(4) {
    margin-top: 40px;
  }
}
.about-need__item:nth-of-type(3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about-need__item:nth-of-type(3) {
    margin-top: 40px;
  }
}
.about-need__item-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about-need__item-row {
    margin: 20px;
    grid-template-columns: 100%;
    row-gap: 19px;
  }
}
.about-need__item-heading {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-need__item-heading {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.about-need__item-title {
  margin-top: 16px;
  margin-inline: auto;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.158em;
  padding-bottom: 4px;
  border-bottom: 3px solid #81CED8;
}
@media screen and (max-width: 768px) {
  .about-need__item-title {
    margin-top: 4px;
    padding-bottom: 14px;
    font-size: 2.2rem;
    line-height: 1.5454545455;
    text-align: center;
  }
}
.about-need__item-title--small {
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  line-height: 1.2173913043;
}
@media screen and (max-width: 768px) {
  .about-need__item-title--small {
    font-size: 1.6rem;
  }
}
.about-need__item:nth-of-type(odd) .about-need__item-text {
  padding-left: 58px;
}
@media screen and (max-width: 1024px) {
  .about-need__item:nth-of-type(odd) .about-need__item-text {
    padding-left: 0;
  }
}
.about-need__item:nth-of-type(even) .about-need__item-text {
  padding-right: 58px;
}
@media screen and (max-width: 1024px) {
  .about-need__item:nth-of-type(even) .about-need__item-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .about-need__item-img01, .about-need__item-img02 {
    order: -1;
    margin-inline: auto;
  }
}
.about-need__item-img01 {
  padding: 76px 32px;
  background: var(--color_white);
  border-radius: 40px;
  border: 2px solid #ADCFE8;
}
@media screen and (max-width: 1024px) {
  .about-need__item-img01 {
    padding: 33px 20px;
    width: 100%;
    border-radius: 36px;
  }
}
.about-need__item-box {
  padding-bottom: 10px;
  overflow-x: auto;
}
.about-need__item-box::-webkit-scrollbar {
  height: 10px;
}
.about-need__item-box::-webkit-scrollbar-track {
  background: #F4F4F4;
  border-radius: 11px;
}
.about-need__item-box::-webkit-scrollbar-thumb {
  background: #D1D1D1;
  border-radius: 9px;
}
.about-need__item-box picture,
.about-need__item-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .about-need__item-box picture,
  .about-need__item-box img {
    min-width: 620px;
  }
}
.about-need__item-list {
  margin-top: 40px;
  padding: 42.5px 39px;
  background: var(--color_white);
  border-radius: 40px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 14px;
}
@media screen and (max-width: 768px) {
  .about-need__item-list {
    margin-top: 20px;
    padding: 28px 34px;
    border-radius: 35px;
  }
}
.about-need__item-label {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .about-need__item-label {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.about-need__item-label::before {
  content: "";
  display: inline-block;
  margin-block: -3px;
  margin-right: 11.5px;
  width: 24px;
  aspect-ratio: 1;
  background: url(../img/about/check-icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .about-need__item-label::before {
    margin-right: 7.4px;
    width: 20.09px;
  }
}
.about-need__item-text {
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .about-need__item-text {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8571428571;
  }
}
.about-need__slider-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about-need__slider-wrap {
    margin-top: 20px;
  }
}
.about-need__slider-wrap:nth-of-type(4) {
  margin-top: 50px;
}
.about-need__slider-heading {
  margin-inline: auto;
  width: fit-content;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 5px dotted var(--color_pink);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-need__slider-heading {
    font-size: 1.8rem;
  }
}
.about-need__slider {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about-need__slider {
    margin-top: 20px;
  }
}
.about-need__slider-item {
  height: 100%;
  padding-inline: 10px;
}
.about-need__slider-inner {
  height: 100%;
  padding: 27px 35px 44px;
  background: var(--color_white);
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-need__slider-tag {
  display: block;
  padding: 2.7px 9.5px 3.3px;
  color: var(--color_white);
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  border-radius: 100vmax;
}
.about-need__slider-tag--primary {
  background: #88C0D8;
}
.about-need__slider-tag--pink {
  background: var(--color_pink);
}
.about-need__slider-title {
  margin-top: 6px;
  font-weight: bold;
  line-height: 1.5555555556;
  text-align: center;
  display: grid;
  place-items: center;
  min-height: 2lh;
}
.about-need__slider-img {
  margin-top: 12px;
  width: 100%;
  height: 173px;
}
.about-need__slider-img picture,
.about-need__slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-need__slider-text {
  margin-top: 18px;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-need__slider-text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.about-need__thumbs {
  margin-top: 40px;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .about-need__thumbs {
    margin-top: 24px;
  }
}
.about-need__thumbs-item {
  padding-inline: 7px;
  cursor: pointer;
}
.about-need__thumbs-tag {
  display: block;
  padding: 12px 25px 11px;
  color: var(--color_white);
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: 0.1em;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .about-need__thumbs-tag {
    padding: 14.2px 13px 13.8px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.about-need__thumbs-tag--primary {
  background: #88C0D8;
}
.about-need__thumbs-tag--pink {
  background: var(--color_pink);
}

.about-check {
  padding-top: 109px;
}
@media screen and (max-width: 768px) {
  .about-check {
    padding-top: 71.8px;
  }
}
.about-check__lead {
  margin-inline: auto;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-check__lead {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.about-check__lead img {
  width: 178.2px;
  aspect-ratio: 178.2/158.33;
  position: absolute;
  bottom: -25.4px;
  left: -146px;
}
@media screen and (max-width: 768px) {
  .about-check__lead img {
    width: 123.25px;
    bottom: -11.8px;
    left: -92px;
  }
}
.about-check__heading {
  margin-top: calc(var(--leading-trim) + 16px);
  margin-inline: auto;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4642857143;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-check__heading {
    margin-top: calc(var(--leading-trim) + 7);
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
.about-check__list {
  margin-top: 36.8px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px 24px;
  max-width: 660px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
@media screen and (max-width: 768px) {
  .about-check__list {
    margin-top: 30px;
    grid-template-rows: repeat(3, max-content);
  }
}
.about-check__item {
  padding-top: 67.5px;
  padding-bottom: 27.5px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .about-check__item {
    padding-block: 39px 27px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}
.about-check__item:first-of-type {
  padding-top: 87px;
}
@media screen and (max-width: 768px) {
  .about-check__item:first-of-type {
    padding-top: 39px;
  }
}
.about-check__item:has(:where(:any-link, :enabled, summary):hover) {
  opacity: 0.6;
}
.about-check__item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(103, 100, 100, 0.6);
  border-radius: 36px;
  z-index: -1;
}
.about-check__item::after {
  content: "";
  display: block;
  width: 79px;
  aspect-ratio: 79/41.26;
  background: url(../img/about/pc/check-pen.svg) no-repeat center/contain;
  position: absolute;
  top: 50.4px;
  right: -25.5px;
}
@media screen and (max-width: 768px) {
  .about-check__item::after {
    display: none;
  }
}
.about-check__item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.about-check__item-bg {
  position: absolute;
  inset: 0;
  border-radius: 36px;
  z-index: -2;
}
.about-check__item-bg picture,
.about-check__item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 36px;
}
.about-check__item-tag {
  padding: 3px 14px 4px;
  position: absolute;
  top: 0;
  width: max-content;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .about-check__item-tag {
    padding: 4px 8px 5px;
    font-size: 1.6rem;
    position: static;
    transform: none;
    margin-inline: auto;
  }
}
.about-check__item:nth-of-type(1) .about-check__item-tag {
  background: #F0B8B4;
  color: var(--color_white);
}
@media screen and (max-width: 768px) {
  .about-check__item:nth-of-type(1) .about-check__item-tag {
    color: var(--color_txt);
  }
}
.about-check__item:nth-of-type(2) .about-check__item-tag {
  background: #F0B43D;
}
.about-check__item:nth-of-type(3) .about-check__item-tag {
  background: #64C88C;
  color: var(--color_white);
}
@media screen and (max-width: 768px) {
  .about-check__item:nth-of-type(3) .about-check__item-tag {
    color: var(--color_txt);
  }
}
.about-check__item-title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  font-weight: bold;
  color: var(--color_white);
  text-align: center;
  letter-spacing: 0.06em;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .about-check__item-title {
    margin-top: 6px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.about-check__item-text {
  margin-bottom: var(--leading-trim);
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: var(--color_white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-check__item-text {
    margin-top: calc(var(--leading-trim) + 10px);
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.06em;
  }
}/*# sourceMappingURL=about.css.map */