@charset "UTF-8";

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.breadcrumb {
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    margin: 0;
  }

}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 89.7435897436vw;
  margin: 0 auto;
}

.breadcrumb__list__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #44575f;
  font-size: 2.5641025641vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.2px;
  white-space: nowrap;
  position: relative;
}

.breadcrumb__list__item:first-child {
  cursor: pointer;
}

.breadcrumb__list__item+.breadcrumb__list__item {
  padding-left: 6.6666666667vw;
}

.breadcrumb__list__item+.breadcrumb__list__item::after {
  width: 1.5384615385vw;
  height: 1.5384615385vw;
  left: 1.2rem;
  border-right-width: 0.5128205128vw;
  border-top-width: 0.5128205128vw;
  content: "";
  display: inline-block;
  position: absolute;
  top: 54%;
  border-style: solid;
  border-left-width: 0;
  border-bottom-width: 0;
  border-color: #000;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.wrapper {
  width: 74.4%;
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 36.6rem;
    margin: 0 0 0 auto;
    overflow: visible;
  }
}

.mv__box {
  position: relative;
  width: 101.6rem;
  padding: 13rem 0;
}

@media screen and (max-width: 767px) {
  .mv__box {
    margin: 1rem 0 0 0;
    width: 100vw;
    padding: 2.4rem 0 22rem 0;
  }
}

.mv__box__background {
  position: absolute;
  top: 0;
  width: 101.6rem;
  height: 40rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .mv__box__background {
    height: 35.1rem;
  }
}

.mv__box__image {
  position: absolute;
  top: 5.8rem;
  right: 4rem;
  width: 29rem;
}

@media screen and (max-width: 767px) {
  .mv__box__image {
    width: 17.7rem;
    top: 15.2rem;
    right: 11.6rem;
  }
}

.mv__box__text-box {
  position: relative;
  margin: 0 0 0 4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mv__box__text-box {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.mv__box__text-box__text1 {
  width: fit-content;
  padding: 0.1rem 1.3rem;
  background: #5aa246;
  font-weight: 500;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .mv__box__text-box__text1 {
    font-size: 1.5rem;
  }
}

.mv__box__text-box__text2 {
  margin: 2.1rem 0 0 0;
  font-weight: 700;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .mv__box__text-box__text2 {
    font-size: 2rem;
  }
}

.mv__box__text-box__text3 {
  margin: -0.6rem 0 0 0;
  font-weight: 700;
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .mv__box__text-box__text3 {
    font-size: 2.4rem;
    margin: -0.4rem 0 0 0;
  }
}

.anchor-links {
  margin: 7rem 0 0 16.9rem;
}

@media screen and (max-width: 767px) {
  .anchor-links {
    margin: 7rem 0 0 0;
  }
}

.anchor-links__list {
  display: flex;
}

@media screen and (max-width: 767px) {
  .anchor-links__list {
    flex-direction: column;
    gap: 2rem;
  }
}

.anchor-links__list__item {
  position: relative;
  width: 33.9rem;
  height: 5.5rem;
  border-right: 1px solid #000;
  padding: 0.1rem 0 1rem 5rem;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .anchor-links__list__item {
    width: 34.2rem;
    height: 6rem;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0;
  }
}

.anchor-links__list__item--first {
  border-left: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .anchor-links__list__item--first {
    border-left: none;
  }
}

.anchor-links__list__item__title {
  font-size: 1.6rem;
}

.anchor-links__list__item__text {
  margin: 1rem 0 0 0;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .anchor-links__list__item__text {
    margin: 0;
    border-left: none;
  }
}

.anchor-links__list__item__text--1 {
  font-size: 1.2rem;
}

.anchor-links__list__item__text--2 {
  font-size: 1.5rem;
}

.anchor-links__list__item__icon {
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 1.6rem;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .anchor-links__list__item__icon {
    top: 2.25rem;
    right: 0;
  }
}

.introduction {
  margin: 7rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .introduction {
    margin: 4rem 0 0 0;
  }
}

.introduction__box {
  position: relative;
  width: 96.5rem;
  padding: 28.4rem 0 0 24rem;
}

@media screen and (max-width: 767px) {
  .introduction__box {
    width: 100%;
    padding: 17.3rem 0 0 2.4rem;
  }
}

.introduction__box__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32rem;
  object-fit: cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .introduction__box__background {
    height: 23.3rem;
  }
}

.introduction__box__white-box {
  position: relative;
  width: 72.5rem;
  padding: 3.6rem 0 0.8rem 3.2rem;
  background: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .introduction__box__white-box {
    width: 36.6rem;
    padding: 2.4rem 2.4rem 0rem 2.4rem;
  }
}

.introduction__box__white-box__text {
  font-size: 1.6rem;
}

.introduction__features {
  margin: 5.3rem 0 0 0;
  width: 96.5rem;
}

@media screen and (max-width: 767px) {
  .introduction__features {
    margin: 4rem auto 0;
    width: 27.6rem;
  }
}

.introduction__features__list {
  display: flex;
  gap: 6.8rem;
}

@media screen and (max-width: 767px) {
  .introduction__features__list {
    flex-direction: column;
    gap: 3rem;
  }
}

.introduction__features__list__item {
  width: 27.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.introduction__features__list__item__image {
  width: 27.6rem;
  height: 27.6rem;
  border-radius: 50%;
  object-fit: cover;
}

.introduction__features__list__item__title {
  margin: 3.4rem 0 0 0;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .introduction__features__list__item__title {
    margin: 1.5rem 0 0 0;
  }
}

.charms {
  margin: 13rem 0 0 0;
  width: 101.6rem;
}

@media screen and (max-width: 767px) {
  .charms {
    margin: 5.8rem 0 0 auto;
    width: 36.6rem;
  }
}

.charms__subtitle {
  color: #5aa246;
  font-weight: 500;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .charms__subtitle {
    font-size: 1.6rem;
  }
}

.charms__title {
  font-weight: 700;
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .charms__title {
    font-size: 3rem;
  }
}

.charms__list {
  padding: 14.2rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10.1rem;
}

@media screen and (max-width: 767px) {
  .charms__list {
    padding: 9rem 0 0 0;
    gap: 9rem 0 0 0;
  }
}

.charms__list__item {
  position: relative;
  width: 100%;
  background: #f7f7f7;
  padding: 2.6rem 5rem 5rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item {
    padding: 3rem 0 3rem 2.4rem;
  }
}

.charms__list__item__number {
  position: absolute;
  top: -6.3rem;
  left: 5rem;
  width: 6.08rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item__number {
    top: -6.2rem;
    left: 0;
    width: 4.589rem;
  }
}

.charms__list__item__title {
  position: absolute;
  top: -5.5rem;
  left: 13.5rem;
  color: #5aa246;
  font-weight: 700;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item__title {
    top: -5.4rem;
    left: 6.3rem;
    padding: 0 2.4rem 0 0;
    font-size: 2rem;
  }
}

.charms__list__item__title--two-lines {
  top: -7.5rem;
  left: 13.5rem;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item__title--two-lines {
    top: -5.4rem;
    left: 6.3rem;
    font-size: 2rem;
  }
}

.charms__list__item__text1 {
  margin: 0 0 0 2.8rem;
  padding: 2.4rem 0 3.9rem 5.7rem;
  border-left: dotted 3px #5aa246;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item__text1 {
    margin: 0;
    padding: 0 2.4rem 0 0;
    border: none;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__map {
    overflow-x: scroll;
    padding: 0 0 2rem 0;
    scrollbar-color: #5aa246 transparent;
  }

  .charms__list__item--1__map::-webkit-scrollbar-track {
    background: transparent;
  }

  .charms__list__item--1__map::-webkit-scrollbar-thumb {
    background-color: #5aa246;
    border-radius: 6px;
    border: 4px solid transparent;
    background-clip: content-box;
  }
}

.charms__list__item--1__map__image {
  margin: 1rem 0 0 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__map__image {
    margin: 1.5rem 0 0 0;
    max-width: none;
    width: 62.7rem;
  }
}

.charms__list__item--1__headline {
  margin: 5.771rem 0 0 0;
  height: 4rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__headline {
    margin: 3.5rem 0 0 0;
  }
}

.charms__list__item--1__headline__line {
  width: 31.5rem;
  height: 1px;
  background: #5aa246;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__headline__line {
    width: 6.4rem;
  }
}

.charms__list__item--1__headline__title {
  background: #fff;
  border: 1px solid #5aa246;
  border-radius: 30px;
  padding: 1.3rem 2.9rem 1.2rem 2.9rem;
  color: #5aa246;
  font-weight: 500;
  font-size: 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__headline__title {
    width: fit-content;
    font-size: 1.3rem;
  }
}

.charms__list__item--1__sakaguras {
  margin: 5.4rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 2.9rem;
  row-gap: 3.6rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras {
    margin: 2.5rem 0 0 0;
    padding: 0 2.4rem 0 0;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 3rem;
  }
}

.charms__list__item--1__sakaguras__item {
  width: 20.7rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item {
    width: 14.9rem;
  }
}

.charms__list__item--1__sakaguras__item__thumbnail {
  width: 100%;
}

.charms__list__item--1__sakaguras__item__white-box {
  width: 100%;
  height: 11.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item__white-box {
    height: 8.566rem;
  }
}

.charms__list__item--1__sakaguras__item__white-box__image--1 {
  width: 14.5rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item__white-box__image--1 {
    width: 10.416rem;
  }
}

.charms__list__item--1__sakaguras__item__white-box__image--2 {
  width: 15.1rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item__white-box__image--2 {
    width: 10.869rem;
  }
}

.charms__list__item--1__sakaguras__item__white-box__image--3 {
  width: 12.4rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item__white-box__image--3 {
    width: 8.926rem;
  }
}

.charms__list__item--1__sakaguras__item__white-box__image--4 {
  width: 15.1rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item__white-box__image--4 {
    width: 10.869rem;
  }
}

.charms__list__item--1__sakaguras__item__white-box__image--5 {
  width: 10rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item__white-box__image--5 {
    width: 7.198rem;
  }
}

.charms__list__item--1__sakaguras__item__white-box__image--6 {
  width: 16.4rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item__white-box__image--6 {
    width: 11.805rem;
  }
}

.charms__list__item--1__sakaguras__item__white-box__image--7 {
  width: 14.7rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__sakaguras__item__white-box__image--7 {
    width: 10.581rem;
  }
}

.charms__list__item--1__sakaguras__item__text {
  margin: 0.3rem 0 0 0;
}

.charms__list__item--1__line {
  margin: 6.0rem 0 0 0;
  width: 100%;
  height: 1px;
  background: #5aa246;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__line {
    margin: 4rem 0 0 0;
    width: 31.8rem;
  }
}

.charms__list__item--1__other-pages {
  margin: 5rem 0 0 0;
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__other-pages {
    margin: 4rem 0 0 0;
    flex-direction: column;
    gap: 3rem;
  }
}

.charms__list__item--1__other-pages__item {
  width: 43.8rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__other-pages__item {
    width: 31.8rem;
  }
}

.charms__list__item--1__other-pages__item__image {
  width: 100%;
}

.charms__list__item--1__other-pages__item__title {
  margin: 2.2rem 0 0 0;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__other-pages__item__title {
    margin: 1.2rem 0 0 0;
  }
}

.charms__list__item--1__other-pages__item__text {
  margin: 1rem 0 0 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__other-pages__item__text {
    line-height: 3rem;
  }
}

.charms__list__item--1__link {
  position: relative;
  display: block;
  margin: 3.0rem 0 0 auto;
  padding: 0 0 1.7rem 0;
  width: 27.6rem;
  border-bottom: #000 1px solid;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .charms__list__item--1__link {
    margin: 2rem 0 0 0;
    width: 23rem;
  }
}

.charms__list__item--1__link__text {
  font-weight: 500;
  font-size: 1.6rem;
}

.charms__list__item--1__link__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
}

.charms__list__item__text1__strong1 {
  font-weight: 700;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item__text1__strong1 {
    font-size: 2rem;
  }
}

.charms__list__item__text1__strong2 {
  display: block;
  margin: 0 0 1rem 0;
  font-weight: 500;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item__text1__strong2 {
    margin: 1rem 0 2rem 0;
    font-size: 1.8rem;
  }
}

.charms__list__item--2__image1 {
  margin: 1rem 0 0 0;
  width: 100%;
  height: 33.5rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .charms__list__item--2__image1 {
    margin: 2.8rem 0 0 0;
    width: 31.8rem;
    height: 17rem;
  }
}

.charms__list__item--2__image-box1 {
  margin: 2rem 0 0 0;
  display: flex;
  gap: 4.9rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--2__image-box1 {
    margin: 1rem 0 0 0;
    flex-direction: column;
    gap: 2rem;
  }
}

.charms__list__item--2__image-box1__image {
  width: 54.4rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--2__image-box1__image {
    width: 31.8rem;
  }
}

.charms__list__item--2__image-box1__text {
  margin: 3.8rem 0 0 0;
  font-size: 1.6rem;
  width: 32.3rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--2__image-box1__text {
    margin: 0;
    width: 31.8rem;
  }
}

.charms__list__item--2__image-box2 {
  margin: 2rem 0 0 0;
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--2__image-box2 {
    gap: 1rem;
  }
}

.charms__list__item--2__image-box2__image1 {
  width: 31.6rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--2__image-box2__image1 {
    width: 13.9rem;
  }
}

.charms__list__item--2__image-box2__image2 {
  width: 58rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--2__image-box2__image2 {
    width: 16.9rem;
  }
}

.charms__list__item--3__text2 {
  margin: 1rem 0 0 0;
  padding: 1.2rem 1.5rem;
  width: fit-content;
  background: #5aa246;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__text2 {
    margin: 2.6rem 0 0 0;
    padding: 1.2rem 2.6rem 1.2rem 1.6rem;
    width: 29.4rem;
  }
}

.charms__list__item--3__white-box {
  background: #fff;
  width: 100%;
  padding: 5.5rem 5rem 4rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box {
    padding: 2.4rem 2.4rem 2rem;
    overflow: scroll;
  }

  .charms__list__item--3__white-box::-webkit-scrollbar {
    width: 1px;
    height: 2px;
  }

  .charms__list__item--3__white-box::-webkit-scrollbar-track {
    background: transparent;
  }

  .charms__list__item--3__white-box::-webkit-scrollbar-thumb {
    background-color: #5aa246;
    background-clip: content-box;
  }
}

.charms__list__item--3__white-box__list {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list {
    gap: 1.5rem;
  }
}

.charms__list__item--3__white-box__list__item {
  position: relative;
  width: 25.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item {
    min-width: 14.2rem;
    width: 14.2rem;
  }
}

.charms__list__item--3__white-box__list__item__image1 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item__image1 {
    position: relative;
    z-index: 1;
  }
}

.charms__list__item--3__white-box__list__item__image2 {
  position: absolute;
  top: 26.3rem;
  right: 1.59rem;
  width: 4.31rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item__image2 {
    top: 16.3rem;
    right: 0.79rem;
    width: 3.01rem;
    z-index: 0;
  }
}

.charms__list__item--3__white-box__list__item__image2--bus {
  width: 5.709rem;
  right: 0.991rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item__image2--bus {
    top: 8.6rem;
    right: 0.79rem;
    width: 3.61rem;
    z-index: 0;
  }
}

.charms__list__item--3__white-box__list__item__title {
  position: absolute;
  top: 13.8rem;
  left: 0;
  background: #fff;
  padding: 0.4rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item__title {
    top: 7.8rem;
    font-size: 0.7rem;
    z-index: 2;
  }
}

.charms__list__item--3__white-box__list__item__dot-line {
  margin: 1.0rem 0 0 0;
  height: 1.6rem;
  border-left: dotted 3px #5aa246;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item__dot-line {
    margin: 0.5rem 0 0 0;
    height: 1.2rem;
  }
}

.charms__list__item--3__white-box__list__item__text {
  margin: -0.8rem 0 -0.5rem 0;
  color: #5aa246;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item__text {
    margin: -0.5rem 0 -0.5rem 0;
    font-size: 2.2rem;
  }
}

.charms__list__item--3__white-box__list__item__text--small {
  margin: 0 0 0 0.3rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item__text--small {
    font-size: 1.2rem;
  }
}

.charms__list__item--3__white-box__list__item__text2 {
  background: #000;
  border-radius: 30px;
  padding: 0.25rem 1.3rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__list__item__text2 {
    margin: 0.3rem 0 0 0;
    font-size: 1.1rem;
  }
}

.charms__list__item--3__white-box__text-box {
  margin: 1rem 0 0 0;
  width: 100%;
  padding: 2rem 0 2.1rem 0;
  border: #5aa246 2px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .charms__list__item--3__white-box__text-box {
    padding: 2rem 5rem 2.1rem;
    width: 45.6rem;
    text-align: center;
  }
}

.charms__list__item--3__white-box__text-box__text {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.charms__list__item--3__white-box__sp-box {
  background: #fff;
  width: 100%;
  height: 3rem;
}

.charms__list__item--4__posts {
  position: relative;
  margin: 1.3rem 0 0 0;
  padding: 2.5rem 5rem 3.5rem;
  width: 100%;
  background: #fff;
}

.charms__list__item--4__posts--2 {
  margin: 2rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__posts {
    margin: 2rem 0 0 0;
    padding: 2.4rem 2.4rem 5rem;
  }
}

.charms__list__item--4__posts:nth-child(1) {
  margin: 1rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__posts:nth-child(1) {
    margin: 2.5rem 0 0 0;
  }
}

.charms__list__item--4__posts__title {
  color: #5aa246;
  font-weight: 700;
  font-size: 2rem;
}

.charms__list__item--4__posts__link {
  position: absolute;
  top: 3.3rem;
  right: 5rem;
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__posts__link {
    top: revert;
    bottom: 1.8rem;
    right: 2.4rem;
  }
}

.charms__list__item--4__posts__link__icon {
  margin: 0 0 0 2rem;
  width: 1.6rem;
}

.charms__list__item--4__posts__list {
  margin: 3rem 0 0 0;
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__posts__list {
    margin: 2rem 0 0 0;
    gap: 2.5rem;
    flex-direction: column;
  }
}

.charms__list__item--4__posts__list__item {
  width: 25.2rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__posts__list__item {
    width: 100%;
  }
}

.charms__list__item--4__posts__list__item__image {
  width: 100%;
}

.charms__list__item--4__posts__list__item__text {
  margin: 0.5rem 0 0 0;
  font-size: 1.6rem;
}

.charms__list__item--4__course {
  position: relative;
  margin: 2rem 0 0 0;
  width: 100%;
  background: #fff;
  padding: 3rem 5rem 4rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__course {
    padding: 2.4rem 2.4rem 5.9rem;
  }
}

.charms__list__item--4__course__title {
  color: #5aa246;
  font-weight: 700;
  font-size: 2rem;
}

.charms__list__item--4__course__link {
  position: absolute;
  top: 3.3rem;
  right: 5rem;
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__course__link {
    top: revert;
    bottom: 1.8rem;
    right: 2.4rem;
  }
}

.charms__list__item--4__course__link__icon {
  margin: 0 0 0 2rem;
  width: 1.6rem;
}

.charms__list__item--4__course__main {
  margin: 2.5rem 0 0 0;
  display: flex;
  padding: 0 0 0 3.3rem;
  gap: 5.2rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__course__main {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }
}

.charms__list__item--4__course__text-box {
  width: 39rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__course__text-box {
    width: 100%;
  }
}


.charms__list__item--4__course__text-box__title {
  font-weight: 700;
  font-size: 2rem;
}

.charms__list__item--4__course__text-box__text {
  margin: 1.8rem 0 0 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .charms__list__item--4__course__text-box__text {
    margin: 1.3rem 0 0 0;
  }
}

.charms__list__item--4__course__image {
  width: 34.1rem;
}

.hakubotan__image {
  margin: 10rem 0 0 0;
  width: 96.5rem;
}

@media screen and (max-width: 767px) {
  .hakubotan__image {
    margin: 4rem 0 0 0;
  }
}

.tips {
  margin: 6rem 0 0 0;
  width: 101.6rem;
}

@media screen and (max-width: 767px) {
  .tips {
    margin: 6rem 0 0 auto;
    width: 36.6rem;
  }
}

.tips__subtitle {
  color: #5aa246;
  font-weight: 500;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .tips__subtitle {
    font-size: 1.6rem;
  }
}

.tips__title {
  font-weight: 700;
  font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
  .tips__title {
    font-size: 3rem;
  }
}

.tips__box {
  position: relative;
  margin: 6rem 0 0 0;
  padding: 0 5rem 8.3rem 5rem;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .tips__box {
    margin: 3rem 0 0 0;
    padding: 0 2.4rem 3rem;
  }
}

.tips__box__icon {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 5.2rem;
}

@media screen and (max-width: 767px) {
  .tips__box__icon {
    left: 2.4rem;
    width: 4.2rem;
  }
}

.tips__box__title {
  margin: 0 0 0 7.2rem;
  padding: 1.7rem 0 0 0;
  font-weight: 700;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .tips__box__title {
    margin: 0 0 0 5.5rem;
    padding: 1.6rem 0 0 0;
    font-size: 1.6rem;
  }
}

.tips__box__list {
  margin: 3.7rem 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .tips__box__list {
    margin: 1.5rem 0 0 0;
    grid-template-columns: 1fr;
  }
}

.tips__box__list__item {
  position: relative;
  width: 44.3rem;
  padding: 0 0 2rem 0;
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tips__box__list__item {
    width: 31.8rem;
  }
}

.tips__box__list__item__image {
  width: 100%;
}

.tips__box__list__item__title {
  position: absolute;
  top: 23.7rem;
  left: 0;
  padding: 1.1rem 2.5rem;
  background: #fff;
  color: #5aa246;
  font-weight: 700;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .tips__box__list__item__title {
    top: 16.1rem;
    padding: 0.9rem 1.4rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .tips__box__list__item__title--long {
    font-size: 1.0rem;
  }
}

.tips__box__list__item__text {
  margin: 2rem 0 0 0;
  padding: 0 2.5rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .tips__box__list__item__text {
    margin: 1.7rem 0 0 0;
    line-height: 3rem;
  }
}

.tips__box__list__item__link {
  margin: 1.8rem 0 0 0;
  padding: 0 0 0 2.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .tips__box__list__item__link {
    margin: 1.5rem 0 0 0;
  }
}

.tips__box__list__item__link__icon {
  margin: 0 0 0 2rem;
  width: 1.6rem;
}

.faq {
  margin: 3rem 0 0 0;
  width: 101.6rem;
}

@media screen and (max-width: 767px) {
  .faq {
    margin: 2rem 0 0 auto;
    width: 36.6rem;
  }
}

.faq__box {
  position: relative;
  padding: 0 5rem 5rem;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .faq__box {
    padding: 0 2.6rem 4.5rem;
  }
}

.faq__box__icon {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 5.2rem;
}

@media screen and (max-width: 767px) {
  .faq__box__icon {
    left: 2.6rem;
    width: 4.2rem;
  }
}

.faq__box__title {
  margin: 0 0 0 7.2rem;
  padding: 1.7rem 0 0 0;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .faq__box__title {
    margin: 0 0 0 5.8rem;
    padding: 1.2rem 0 0 0;
  }
}

.faq__box__list {
  margin: 3rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .faq__box__list {
    margin: 1.1rem 0 0 0;
  }
}

.faq__box__list__item {
  padding: 1.5rem 2.5rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .faq__box__list__item {
    padding: 2.4rem 2rem 3rem 1.8rem;
  }
}

.faq__box__list__item__row {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  cursor: pointer;
}

.faq__box__list__item__row__title {
  color: #5aa246;
  font-weight: 500;
  font-size: 2rem;
}

.faq__box__list__item__row__text {
  margin: 0 0 0 0.7rem;
  padding: 0.3rem 0 0 0;
  font-weight: 700;
  font-size: 1.8rem;
}

.faq__box__list__item__row__image {
  margin: 0.6rem 0 0 auto;
  width: 2.1rem;
}

@media screen and (max-width: 767px) {
  .faq__box__list__item__row__image--open {
    margin: 0.7rem 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .faq__box__list__item__row__image--close {
    margin: 1.7rem 0 0 auto;
  }
}

.faq__box__list__item__row__image--close {
  display: none;
}

.faq__box__list__item.is-open .faq__box__list__item__row__image--open {
  display: none;
}

.faq__box__list__item.is-open .faq__box__list__item__row__image--close {
  display: block;
}

.faq__box__list__item__text {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .faq__box__list__item__text {
    padding: 0 0 0 2.9rem;
  }
}

.faq__box__list__item.is-open .faq__box__list__item__text {
  margin: 1rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .faq__box__list__item.is-open .faq__box__list__item__text {
    margin: 1.5rem 0 0 0;
  }
}

.faq__box__link {
  margin: 2.6rem auto 0;
  padding: 0 0 1.7rem 0rem;
  width: fit-content;
  display: flex;
  align-items: center;
  border-bottom: #000 1px solid;
  cursor: pointer;
}

.faq__box__link__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.faq__box__link__icon {
  margin: 0 0 0 4rem;
  width: 1.6rem;
}

.simplebar-scrollbar:before {
  background: none !important;
}

.simplebar-track.simplebar-horizontal {
  height: 3px !important;
  background: #cacaca;
  border-radius: 5px;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 3px !important;
  background: #5aa246;
  border-radius: 5px;
  top: 0 !important;
}