@charset "UTF-8";
main {
  overflow: visible;
}

/* 共通パーツとして */
.g-heading__jp {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: clamp(15px, 0.744vw + 9.29px, 20px);
  margin-top: 0.5em;
}
.g-heading--center:has(.g-heading__jp) {
  text-align: center;
}
.g-heading--center:has(.g-heading__jp) .g-heading__jp {
  padding-bottom: 0.8em;
}
.g-heading--center:has(.g-heading__jp) .g-heading__jp::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: var(--c-black);
}
.g-headingContainer {
  margin-bottom: 40px;
}

.s-features__introduce {
  width: 95%;
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px){
  .s-features__content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 30px;
  }
  .s-features__head{
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .s-features__introduce {
    margin-top: 30px;
  }

  .s-features__head::before{
    margin-bottom: 1em !important;
  }
}
.s-features__introduce > p:not(:last-of-type) {
  margin-bottom: 0.4em;
}
.s-features__list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: clamp(16px, 2.083vw, 30px);
  width: 100%;
  max-width: 915px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .s-features__list {
    flex-wrap: wrap-reverse;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 0;
    max-width: 420px;
    margin-top: 40px;
  }
}
.s-features__item {
  container-type: inline-size;
  container-name: features-item;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 600px) {
  .s-features__item {
    width: calc(50% - 5px);
    max-width: 210px;
    margin-right: auto;
    margin-left: auto;
  }
}
.s-features__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.s-features__head {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  font-weight: bold;
  font-size: clamp(14px, 0.476vw + 11.143px, 18px);
  padding-bottom: 12px;
}
@container features-item (max-width: 240px) {
  .s-features__head {
    font-size: 14px;
  }
}
.s-features__head::before, .s-features__head::after {
  content: "";
}
.s-features__head::before {
  display: block;
  background-image: url("/asset2026/images/data_icon/about.png");
  aspect-ratio: 34/21;
  max-width: 33.66px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3em;
}
.s-features__head::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--txt-c-base);
}
.s-features__description {
  display: block;
  line-height: 1.538;
  font-weight: bold;
  font-size: clamp(16px, 1.19vw + 8.857px, 22px);
  margin-top: 16px;
}

.s-reason__list li:nth-of-type(2) img{
  border: 1px solid #d1d1d1;
}
@container features-item (max-width: 240px) {
  .s-features__description {
    font-size: 16px;
    margin-top: 8px;
  }
}
.s-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .s-reason__list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 30px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.s-reason__img {
  aspect-ratio: 386/257;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.s-reason__article {
  margin-top: 20px;
}
.s-reason__point {
  display: inline-block;
  line-height: 1.5;
  font-weight: bold;
  font-size: clamp(14px, 0.595vw + 9.43px, 18px);
  background-color: var(--c-yellow-400);
  padding: 4px 0.5em;
}
.s-reason__head {
  line-height: 1.5;
  font-weight: bold;
  font-size: clamp(16px, 0.2976vw + 13.714px, 18px);
  margin-top: 10px;
  margin-bottom: 10px;
}
.s-commitment {
  background-color: var(--c-yellow-300);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .s-commitment {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.s-commitment__list {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.s-commitment__item {
  display: grid;
  grid-template-columns: minmax(50%, 240px) 1fr;
  -moz-column-gap: clamp(24px, 3.87vw - 5.7px, 50px);
       column-gap: clamp(24px, 3.87vw - 5.7px, 50px);
}
@media screen and (max-width: 767px) {
  .s-commitment__item {
    grid-template-columns: minmax(0, 1fr);
    row-gap: clamp(16px, 3.562vw + 2.642px, 30px);
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.s-commitment__item:not(:last-of-type) {
  margin-bottom: 40px;
}
.s-commitment__itemColumn--left {
  align-items: flex-start;
}
.s-commitment__itemColumn--right {
  align-self: center;
}
.s-commitment__head {
  font-weight: 800;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .s-commitment__head {
    font-size: clamp(18px, 1.527vw + 12.274px, 24px);
  }
}
.s-commitment__img {
  aspect-ratio: 500/333;
  background-color: var(--c-gray-300);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.s-commitment__overview {
  background-color: var(--c-white);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 17px;
}
@media screen and (min-width: 768px) {
  .s-commitment__overview--item {
    --commitmentOvItem-fontSize: 16px;
  }
}
@media screen and (max-width: 767px) {
  .s-commitment__overview--item {
    --commitmentOvItem-fontSize: 11px;
  }
}
.s-commitment__overview--item {
  position: relative;
  font-weight: 500;
  font-size: var(--commitmentOvItem-fontSize);
  padding-left: 1em;
}
.s-commitment__overview--item:not(:last-of-type) {
  margin-bottom: 0.2em;
}
.s-commitment__overview--item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 1em;
  color: var(--c-gray-300);
}
.s-commitment__overview--item .uline {
  font-size: calc(var(--commitmentOvItem-fontSize) - 0px);
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--c-yellow-400) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding-bottom: 2px;
}
.s-commitment__description .commitment-subhead {
  margin-top: 0.32em;
  margin-bottom: 0.32em;
}
@media screen and (min-width: 901px) {
  .s-guideContainer {
    align-items: stretch !important;
  }
}
.s-txtWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}

h1.fs-c-heading.fs-c-heading--page {
  margin-block: 0;
}

.fs-c-heading--background {
  background-color: var(--c-yellow-300);
  padding-top: 59px;
  padding-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .fs-c-heading--background {
    padding-top: 40px;
    padding-bottom: 58px;
  }
}

nav.fs-c-breadcrumb {
  margin-block: 0;
  background-color: var(--c-yellow-300);
  margin-top: 6px;
  padding-top: 14px;
}/*# sourceMappingURL=subpage.css.map */