@charset "UTF-8";
section.top-sec3,
section.top-sec4,
section.top-sec6 {
  overflow-x: hidden;
}

section.top-sec3.reasons {
  background-color: #f1f0eb;
}

section.top-sec4 .guide-sec {
  max-width: 1476px;
  padding: 0 10px 55px 10px;
  margin: 0 auto;
}

section.top-sec3.reasons div.section-title h3 {
  color: #d9d9d3;
}

section.top-sec3.reasons div.section-title.title {
  margin-bottom: 40px;
}

section.top-sec3.reasons .section-title.title p {
  margin-right: -0.2em;
}

section.top-sec3.reasons .top-sec8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

section.top-sec3.reasons .section-title h3 {
  text-indent: 0.1em;
}

section.top-sec3.reasons .top-sec8 > div {
  width: fit-content;
}

section.top-sec3.reasons .top-sec8 img.reasons_icon {
  display: block;
  width: 100%;
  max-width: 74px;
  margin: 0 auto 20px;
}

section.top-sec3.reasons .top-sec8 .section-title p {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

section.top-sec3.reasons .top-sec8 p.reason_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  padding: 10px 10px 0;
  margin-bottom: 0;
  border-top: solid 1px #941e23;
  color: #666666;
}

section.top-sec3.reasons .top-sec8 .section-title p.nihongo {
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #666666;
}

.num {
  font-size: 50px;
  display: inline-block;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-weight: 500;
}

section.top-sec3.reasons .btn-standard a {
  background-color: #941e23;
}

section.top-sec3.reasons .btn-standard a:hover {
  background-color: #4d4d4d;
}

.swiper-container {
  overflow: visible;
}

section.top-sec4 .guide-sec {
  overflow: hidden;
}

.guide-sec .guide-sec-2 {
  display: block;
}

.guide-sec .guide-sec-2 > div.swiper-wrapper {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.guide-sec .guide-sec-2 div.swiper-slide {
  background-color: #fff;
  box-shadow: 0 0 10px #c7c7c7;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666666;
  opacity: 0.8;
  margin-left: 20px;
}

.swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.swiper-pagination-bullet-active {
  background: #941e23;
}

.guide-sec .guide-sec-2 > div .guide-detail h4 {
  display: flex;
  align-items: center;
  line-height: 1.2;
  min-height: 48px;
}

.guide-sec .guide-sec-2 > div .guide-detail h4 br.sp {
  display: block;
}

section.top-sec3.reasons .top-sec8 > div:nth-child(3) {
  width: 185px;
}
section.top-sec3.reasons .top-sec8 > div:first-child {
  width: calc(100% / 5 - 65px);
}

section.top-sec3.reasons .top-sec8 > div:nth-child(2) {
  width: calc(100% / 5 - 85px);
}
section.top-sec3.reasons .top-sec8 > div:nth-child(4),
section.top-sec3.reasons .top-sec8 > div:last-child {
  width: calc(100% / 5 - 75px);
}

@media screen and (min-width: 1551px) {
  section.top-sec3 {
    padding: 90px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .es-container {
    max-width: 100%;
  }
}

@media screen and (min-width: 481px) {
  #main .entry-content .alignfull,
  #wpbody .entry-content .alignfull {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1490px) {
}

@media screen and (max-width: 1300px) {
  .guide-sec .guide-sec-2 > div .guide-detail h4 {
    line-height: 1;
    min-height: auto;
  }

  .guide-sec .guide-sec-2 > div .guide-detail h4 br.sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  section.top-sec3.reasons .section-title.title p {
    line-height: 1.5;
  }
  section.top-sec3.reasons .top-sec8 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  section.top-sec3.reasons .top-sec8 > div,
  section.top-sec3.reasons .top-sec8 > div.fit.fit_left,
  section.top-sec3.reasons .top-sec8 > div.fit.fit_right {
    width: calc(100% / 2 - 10px);
    margin-bottom: 30px;
  }
  section.top-sec3.reasons .top-sec8 > div.fit > div {
    width: 100%;
  }

  section.top-sec3.reasons .top-sec8 > div:last-child {
    margin: 0 auto;
  }

  .swiper-pagination {
    margin-top: 20px;
  }
  .guide-sec .guide-sec-2 > div .guide-detail h4 {
    min-height: 47px;
    line-height: 1.2;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-left: 15px;
  }
  .guide-sec .guide-sec-2 {
    margin-top: 30px;
  }
  section.top-sec3.reasons {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.top-sec4 .guide-sec {
    padding-bottom: 45px;
  }
  .guide-sec .guide-sec-2 > div .guide-detail h4 br.sp {
    display: block;
  }
  section.top-sec3.reasons .top-sec8 .section-title p.nihongo {
    font-size: 21px;
  }

  .num {
    font-size: 45px;
  }
  .uagb-block-3a9d9748.uagb-columns__wrap.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.top-sec3.reasons .top-sec8 > div:first-child,
  section.top-sec3.reasons .top-sec8 > div:nth-child(2),
  section.top-sec3.reasons .top-sec8 > div:nth-child(3),
  section.top-sec3.reasons .top-sec8 > div:nth-child(4),
  section.top-sec3.reasons .top-sec8 > div:last-child {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 440px) {
  section.top-sec3.reasons .section-title.title p {
    margin-right: -0.15em;
  }
}

@media screen and (max-width: 428px) {
}

@media screen and (max-width: 414px) {
  section.top-sec3.reasons .section-title.title p {
    margin-right: -0.1em;
  }
  .guide-sec .guide-sec-2 > div .guide-detail {
    padding: 20px 15px;
  }
  section.top-sec3.reasons .top-sec8 .section-title p.nihongo {
    font-size: 16px;
  }

  .num {
    font-size: 40px;
  }
  section.top-sec3.reasons {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .uagb-block-3a9d9748.uagb-columns__wrap.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 390px) {
  .guide-sec .guide-sec-2 > div .guide-detail h4 br.sp {
    display: none;
  }
  .guide-sec .guide-sec-2 > div .guide-detail h4 {
    min-height: auto;
    line-height: 1;
  }

  section.top-sec3.reasons .top-sec8 p.reason_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}

@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
  section.top-sec3.reasons .section-title.title p {
    margin-right: -0.05em;
  }

  section.top-sec3.reasons {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  section.top-sec3.reasons .top-sec8 > div,
  section.top-sec3.reasons .top-sec8 > div.fit.fit_left,
  section.top-sec3.reasons .top-sec8 > div.fit.fit_right {
    width: calc(100% / 2 - 7.5px);
    margin-bottom: 30px;
  }
  section.top-sec3.reasons .top-sec8 .section-title p.nihongo {
    font-size: 17px;
  }
  .num {
    font-size: 34px;
  }
  .uagb-block-3a9d9748.uagb-columns__wrap.section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  section.top-sec3.reasons .top-sec8 > div:first-child,
  section.top-sec3.reasons .top-sec8 > div:nth-child(2),
  section.top-sec3.reasons .top-sec8 > div:nth-child(3),
  section.top-sec3.reasons .top-sec8 > div:nth-child(4),
  section.top-sec3.reasons .top-sec8 > div:last-child {
    width: calc(50% - 7.5px);
  }
}

@media screen and (max-width: 340px) {
  section.top-sec3.reasons .top-sec8 .section-title p.nihongo {
    font-size: 12px;
  }
  .num {
    font-size: 35px;
  }
}
