@import "https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap";
.zehKv {
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .zehKv {
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .zehKv {
    height: 32rem;
  }
}
.zehKv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.zehKv__bg .photo {
  height: 100%;
  width: 100%;
}
.zehKv__bg .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.zehKv__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .zehKv__content {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .zehKv__content {
    gap: 3.6rem;
  }
}
.zehKv__header {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .zehKv__header {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .zehKv__header {
    gap: 1.2rem;
  }
}
.zehKv__deco {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .zehKv__deco {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .zehKv__deco {
    gap: 0.8rem;
  }
}
.zehKv__decoItem {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .zehKv__decoItem {
    height: 1.3rem;
    width: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .zehKv__decoItem {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.zehKv__decoItem--black {
  background-color: #000;
}
.zehKv__decoItem--green {
  background-color: #006a2e;
}
.zehKv__decoItem--brown {
  background-color: #8b5a2b;
}
.zehKv__enTtl {
  color: #000;
  font-family: "EB Garamond", serif;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .zehKv__enTtl {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .zehKv__enTtl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.zehKv__ttl {
  color: #000;
  font-family: "Noto Serif", serif;
  font-feature-settings: "halt";
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .zehKv__ttl {
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .zehKv__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .zehKv__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .zehKv__ttl:before, .zehKv__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .zehKv__ttl {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    width: 34.2rem;
    line-height: 1.6;
  }
  .zehKv__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .zehKv__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .zehKv__ttl:before, .zehKv__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .about {
    margin: 0 auto;
    max-width: 108rem;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 8rem 2rem;
  }
}
.about__inner {
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .about__inner {
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    flex-direction: column;
    gap: 6rem;
  }
}
.about__logo {
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .about__logo {
    width: 41.7rem;
  }
}
@media screen and (max-width: 768px) {
  .about__logo {
    height: 9.2rem;
    width: 26rem;
  }
}
.about__logo img {
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .about__content {
    width: 61rem;
  }
}
@media screen and (max-width: 768px) {
  .about__content {
    width: 34.2rem;
  }
}
.about__ttl {
  color: #006a2e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "halt";
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .about__ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }
  .about__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .about__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .about__ttl:before, .about__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }
  .about__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .about__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .about__ttl:before, .about__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.about__txt {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .about__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .about__txt:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .about__txt:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .about__txt:before, .about__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .about__txt:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .about__txt:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .about__txt:before, .about__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .feature {
    margin: 0 auto;
    max-width: 108rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    padding-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .feature__bannerWrap {
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .feature__banner {
    width: 108rem;
  }
}
@media screen and (max-width: 768px) {
  .feature__banner {
    height: 6.6rem;
    width: 34.2rem;
  }
}
.feature__banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.feature__bannerCaption {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .feature__bannerCaption {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
  .feature__bannerCaption:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .feature__bannerCaption:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .feature__bannerCaption:before, .feature__bannerCaption:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature__bannerCaption {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
  .feature__bannerCaption:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .feature__bannerCaption:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .feature__bannerCaption:before, .feature__bannerCaption:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.feature__content {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature__content {
    width: 34.2rem;
  }
}
.feature__ttl {
  color: #006a2e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "halt";
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .feature__ttl {
    font-size: 2rem;
    margin-bottom: 4rem;
    line-height: 1.5;
  }
  .feature__ttl:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .feature__ttl:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .feature__ttl:before, .feature__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature__ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
  .feature__ttl:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .feature__ttl:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .feature__ttl:before, .feature__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.feature__txt {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .feature__txt {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 2;
  }
  .feature__txt:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .feature__txt:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .feature__txt:before, .feature__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .feature__txt:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .feature__txt:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .feature__txt:before, .feature__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.feature__img {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .feature__img {
    width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .feature__img {
    height: 66rem;
    margin-top: 4.4rem;
    width: 34.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .feature__img img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.feature__caption {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .feature__caption {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
  .feature__caption:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .feature__caption:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .feature__caption:before, .feature__caption:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature__caption {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
  .feature__caption:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .feature__caption:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .feature__caption:before, .feature__caption:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .yasashii {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii {
    padding-bottom: 8rem;
  }
}
.yasashii__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .yasashii__header {
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__header {
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
.yasashii__ttl {
  color: #006a2e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "halt";
  font-weight: 600;
  letter-spacing: 0.18rem;
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttl {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .yasashii__ttl:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .yasashii__ttl:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .yasashii__ttl:before, .yasashii__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttl {
    font-size: 2.8rem;
    width: 34.2rem;
    line-height: 1.5;
  }
  .yasashii__ttl:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .yasashii__ttl:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .yasashii__ttl:before, .yasashii__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.yasashii__ttlZ {
  color: #6fb92d;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttlZ {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttlZ {
    font-size: 4.4rem;
  }
}
.yasashii__ttlE {
  color: #009b40;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttlE {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttlE {
    font-size: 4.4rem;
  }
}
.yasashii__ttlH {
  color: #00803a;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttlH {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttlH {
    font-size: 4.4rem;
  }
}
.yasashii__ttlHyphen {
  color: #009b40;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttlHyphen {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttlHyphen {
    font-size: 4.4rem;
  }
}
.yasashii__ttlM {
  color: #006a2e;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttlM {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttlM {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttlNo {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttlNo {
    font-size: 2.8rem;
  }
}
.yasashii__ttlNum {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttlNum {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttlNum {
    font-size: 5.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .yasashii__ttlTxt {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__ttlTxt {
    font-size: 2.8rem;
  }
}
.yasashii__desc {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .yasashii__desc {
    font-size: 1.6rem;
    line-height: 2;
  }
  .yasashii__desc:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .yasashii__desc:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .yasashii__desc:before, .yasashii__desc:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__desc {
    font-size: 1.4rem;
    width: 34.2rem;
    line-height: 1.6;
  }
  .yasashii__desc:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .yasashii__desc:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .yasashii__desc:before, .yasashii__desc:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.yasashii__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .yasashii__icons {
    gap: 4rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__icons {
    gap: 2rem;
    margin: 0 auto;
    width: 32rem;
  }
}
.yasashii__iconItem {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.2);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .yasashii__iconItem {
    height: 25rem;
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__iconItem {
    height: 15rem;
    width: 15rem;
  }
}
.yasashii__iconImg {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .yasashii__iconImg {
    height: 12.4rem;
    top: 3.6rem;
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__iconImg {
    height: 6.6rem;
    top: 2.2rem;
    width: 6.4rem;
  }
}
.yasashii__iconImg img {
  height: 100%;
  width: 100%;
}
.yasashii__iconTxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "halt";
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .yasashii__iconTxt {
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    top: 17.3rem;
    line-height: 1.4;
  }
  .yasashii__iconTxt:before {
    content: "";
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .yasashii__iconTxt:after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  .yasashii__iconTxt:before, .yasashii__iconTxt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__iconTxt {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    top: 9.7rem;
    line-height: 1.4;
  }
  .yasashii__iconTxt:before {
    content: "";
    margin-top: calc((1 - 1.4) * 0.5em);
  }
  .yasashii__iconTxt:after {
    margin-bottom: calc((1 - 1.4) * 0.5em);
  }
  .yasashii__iconTxt:before, .yasashii__iconTxt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.yasashii__iconTxt--earth {
  color: #336e99;
}
.yasashii__iconTxt--health {
  color: #be852d;
}
.yasashii__iconTxt--economy {
  color: #728b65;
}
.yasashii__bgArea {
  position: relative;
}
@media screen and (max-width: 768px) {
  .yasashii__bgArea {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.yasashii__bgImg {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .yasashii__bgImg {
    height: 46.7rem;
    margin: -9rem auto 0;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__bgImg {
    height: 46.7rem;
    margin-top: -22rem;
    width: 100%;
  }
}
.yasashii__bgImg .photo {
  height: 100%;
}
.yasashii__bgImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.yasashii__bgTxt {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "halt";
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .yasashii__bgTxt {
    bottom: 12rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__bgTxt {
    font-size: 2.8rem;
    top: 24rem;
    white-space: nowrap;
  }
}
.yasashii__bgCaption {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .yasashii__bgCaption {
    bottom: 1rem;
    font-size: 1rem;
    position: absolute;
    right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__bgCaption {
    bottom: 1.7rem;
    font-size: 1rem;
    position: absolute;
    right: 1rem;
  }
}
.yasashii__contentBox {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .yasashii__contentBox {
    margin: 0 auto;
    padding: 4.4rem;
    width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .yasashii__contentBox {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4.4rem 0;
    width: 100vw;
  }
}
.pointBox {
  background-color: #e4f3e2;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .pointBox {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    padding: 5.6rem 0;
    width: 108rem;
  }
}
@media screen and (max-width: 768px) {
  .pointBox {
    margin-top: 4.6rem;
    padding: 0 0 4rem 2.4rem;
    width: 34.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .pointBox + .pointBox {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pointBox + .pointBox {
    margin-top: 8.6rem;
  }
}
.pointBox__point {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .pointBox__point {
    height: 10.6rem;
    left: -1.6rem;
    top: -1.6rem;
    width: 10.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pointBox__point {
    height: 10.6rem;
    left: 0;
    top: -4.6rem;
    width: 10.6rem;
  }
}
.pointBox__point img {
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .pointBox__inner {
    margin-left: 11.2rem;
  }
}
@media screen and (max-width: 768px) {
  .pointBox__inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 12.6rem;
    width: 29.4rem;
  }
}
.pointBox__ttl {
  color: #336e99;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "halt";
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .pointBox__ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .pointBox__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .pointBox__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .pointBox__ttl:before, .pointBox__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .pointBox__ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .pointBox__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .pointBox__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .pointBox__ttl:before, .pointBox__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.bels__content {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .bels__content {
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .bels__content {
    flex-direction: column;
    gap: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .bels__txt {
    width: 31.5rem;
  }
}
@media screen and (max-width: 768px) {
  .bels__txt {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
}
.bels__ttl {
  color: #336e99;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "halt";
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .bels__ttl {
    font-size: 2.4rem;
    margin-bottom: 5.8rem;
    white-space: nowrap;
    line-height: 1.6;
  }
  .bels__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .bels__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .bels__ttl:before, .bels__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .bels__ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .bels__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .bels__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .bels__ttl:before, .bels__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.bels__descWrap {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .bels__descWrap {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .bels__descWrap {
    gap: 2rem;
  }
}
.bels__desc {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .bels__desc {
    font-size: 1.6rem;
    line-height: 2;
  }
  .bels__desc:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .bels__desc:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .bels__desc:before, .bels__desc:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .bels__desc {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .bels__desc:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .bels__desc:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .bels__desc:before, .bels__desc:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.bels__note {
  color: #000;
  font-family: "Noto Serif", serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .bels__note {
    font-size: 1rem;
    line-height: 1.5;
  }
  .bels__note:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .bels__note:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .bels__note:before, .bels__note:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .bels__note {
    font-size: 1rem;
    line-height: 1.5;
  }
  .bels__note:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .bels__note:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .bels__note:before, .bels__note:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.bels__images {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .bels__images {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .bels__images {
    flex-direction: column;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .bels__imgItem {
    height: 20.6rem;
    width: 27.7rem;
  }
}
@media screen and (max-width: 768px) {
  .bels__imgItem {
    height: 21.9rem;
    width: 29.4rem;
  }
}
.bels__imgItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.equipment__ttl {
  color: #336e99;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "halt";
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .equipment__ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }
  .equipment__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .equipment__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .equipment__ttl:before, .equipment__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .equipment__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 1.6;
  }
  .equipment__ttl:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .equipment__ttl:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .equipment__ttl:before, .equipment__ttl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.equipment__grid {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .equipment__grid {
    gap: 2rem;
    max-width: 92.8rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment__grid {
    flex-direction: column;
    gap: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment__item--large {
    width: 38.8rem;
  }
  .equipment__item--medium {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment__item {
    width: 29.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment__itemImg {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment__itemImg {
    margin-bottom: 2rem;
  }
}
.equipment__itemImg img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.equipment__itemCaption {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .equipment__itemCaption {
    font-size: 1rem;
    margin-top: -1.5rem;
    line-height: 1.5;
  }
  .equipment__itemCaption:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemCaption:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemCaption:before, .equipment__itemCaption:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .equipment__itemCaption {
    font-size: 1rem;
    margin-top: -1.2rem;
    line-height: 1.5;
  }
  .equipment__itemCaption:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemCaption:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemCaption:before, .equipment__itemCaption:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment__itemContent {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment__itemContent {
    margin-top: 2rem;
  }
}
.equipment__itemSubTtl {
  color: #000;
  font-family: "Noto Serif", serif;
  font-feature-settings: "halt";
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .equipment__itemSubTtl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .equipment__itemSubTtl:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemSubTtl:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemSubTtl:before, .equipment__itemSubTtl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .equipment__itemSubTtl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .equipment__itemSubTtl:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemSubTtl:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemSubTtl:before, .equipment__itemSubTtl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
.equipment__itemTtl {
  color: #000;
  font-family: "Noto Serif", serif;
  font-feature-settings: "halt";
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .equipment__itemTtl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .equipment__itemTtl:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemTtl:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemTtl:before, .equipment__itemTtl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .equipment__itemTtl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .equipment__itemTtl:before {
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemTtl:after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .equipment__itemTtl:before, .equipment__itemTtl:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .equipment__itemTtl small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .equipment__itemTtl small {
    font-size: 1.4rem;
  }
}
.equipment__itemTxt {
  border-top: 1px solid #000;
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .equipment__itemTxt {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    line-height: 2;
  }
  .equipment__itemTxt:before {
    content: "";
    margin-top: calc((1 - 2) * 0.5em);
  }
  .equipment__itemTxt:after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .equipment__itemTxt:before, .equipment__itemTxt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (max-width: 768px) {
  .equipment__itemTxt {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    line-height: 1.6;
  }
  .equipment__itemTxt:before {
    content: "";
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .equipment__itemTxt:after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
  .equipment__itemTxt:before, .equipment__itemTxt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .container {
    background: url("../imgs/pc/bg-contents.jpg") top center repeat-y;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .container {
    background: url("../imgs/sp/bg-contents.jpg") top center repeat-y;
    background-size: cover;
  }
}
/*# sourceMappingURL=style.css.map */
