main.benefits {
  background-color: #f1f3f7;
  font-family: "Noto Sans JP", sans-serif;
}

.page-header {
  padding-top: 1.2rem;
  background-color: #f1f3f7;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding-top: 3.2rem;
  }
}
.page-header .breadcrumb {
  line-height: 1;
}
.page-header .breadcrumb .breadcrumb-list .breadcrumb-item > a:not(.current) {
  letter-spacing: 0;
}
.page-header .wrapper > h2 {
  margin-top: 5.6rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #133653;
}
@media screen and (max-width: 768px) {
  .page-header .wrapper > h2 {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.page-header .wrapper > p {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}

section.welfare {
  padding-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  section.welfare {
    padding-top: 6.4rem;
  }
}
section.welfare .wrapper > h2 {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.welfare .wrapper > h2::after {
    font-size: 2rem;
  }
}
section.welfare .wrapper > h2 > span {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  section.welfare .wrapper > h2 > span {
    font-size: 2.4rem;
  }
}
section.welfare .wrapper .welfare-list {
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  section.welfare .wrapper .welfare-list {
    margin-top: 3.2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4.8rem;
  }
}
section.welfare .wrapper .welfare-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  section.welfare .wrapper .welfare-list > li {
    gap: 1.6rem;
  }
}
section.welfare .wrapper .welfare-list > li .image {
  width: 10rem;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  section.welfare .wrapper .welfare-list > li .image {
    width: 11rem;
    height: 11rem;
  }
}
section.welfare .wrapper .welfare-list > li .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.welfare .wrapper .welfare-list > li .text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section.welfare .wrapper .welfare-list > li .text {
    width: 100%;
  }
}
section.welfare .wrapper .welfare-list > li .text > h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  section.welfare .wrapper .welfare-list > li .text > h3 {
    margin-bottom: 0.8rem;
  }
}
section.welfare .wrapper .welfare-list > li .text > p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}

section.benefits {
  padding-top: 15.5rem;
}
@media screen and (max-width: 768px) {
  section.benefits {
    padding-top: 10rem;
  }
}
section.benefits .wrapper > h2 {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.benefits .wrapper > h2::after {
    font-size: 2rem;
  }
}
section.benefits .wrapper > h2 > span {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  section.benefits .wrapper > h2 > span {
    font-size: 2.4rem;
  }
}
section.benefits .wrapper .contents {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 7.2rem;
}
@media screen and (max-width: 768px) {
  section.benefits .wrapper .contents {
    margin-top: 3.2rem;
    flex-direction: column;
    gap: 3.2rem;
    align-items: flex-start;
  }
}
section.benefits .wrapper .contents .image {
  height: 33rem;
}
@media screen and (max-width: 768px) {
  section.benefits .wrapper .contents .image {
    height: 26.5rem;
  }
}
section.benefits .wrapper .contents .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.benefits .wrapper .contents .text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 6.4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.benefits .wrapper .contents .text {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
}
section.benefits .wrapper .contents .text > li {
  min-width: 32.6rem;
}
section.benefits .wrapper .contents .text > li > h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
section.benefits .wrapper .contents .text > li > h3::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0f54af;
  border-radius: 50%;
  flex-shrink: 0;
}
section.benefits .wrapper .contents .text > li > p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}
section.benefits .wrapper .contents .text > li > p > span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  section.benefits .wrapper .contents .text > li > p > span {
    margin-left: 1.2rem;
  }
}

section.attraction {
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}
@media screen and (max-width: 768px) {
  section.attraction {
    padding-top: 10rem;
    padding-bottom: 6.8rem;
  }
}
section.attraction .wrapper > h2 {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.attraction .wrapper > h2::after {
    font-size: 2rem;
  }
}
section.attraction .wrapper > h2 > span {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  section.attraction .wrapper > h2 > span {
    font-size: 2.4rem;
  }
}
section.attraction .wrapper .attraction-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
  counter-reset: attraction-counter;
}
@media screen and (max-width: 768px) {
  section.attraction .wrapper .attraction-list {
    margin-top: 3.2rem;
    gap: 3.2rem;
  }
}
section.attraction .wrapper .attraction-list > li {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  background-color: #fff;
  padding: 1.35rem 4rem;
  counter-increment: attraction-counter;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.attraction .wrapper .attraction-list > li {
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
section.attraction .wrapper .attraction-list > li .image {
  width: 13.5rem;
  height: 13.5rem;
  border-radius: 50%;
  background-color: #f1f3f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.attraction .wrapper .attraction-list > li .image img {
  width: 8.1rem;
  height: 8.1rem;
  object-fit: contain;
}
section.attraction .wrapper .attraction-list > li:nth-child(2) .image img {
  width: 7.8rem;
  height: 7.8rem;
}
section.attraction .wrapper .attraction-list > li:nth-child(3) .image img {
  width: 7.7rem;
  height: 7.7rem;
}
section.attraction .wrapper .attraction-list > li:nth-child(4) .image img {
  width: 8.2rem;
  height: 8.2rem;
}
section.attraction .wrapper .attraction-list > li .text > h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #243678;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.attraction .wrapper .attraction-list > li .text > h3 {
    align-items: flex-start;
  }
}
section.attraction .wrapper .attraction-list > li .text > h3::before {
  content: "0" counter(attraction-counter);
  color: #243678;
  font-size: 2.6rem;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}
section.attraction .wrapper .attraction-list > li .text > p {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  section.attraction .wrapper .attraction-list > li .text > p {
    margin-top: 1.6rem;
  }
}

/*# sourceMappingURL=benefits.css.map */
