@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: calc(10* (100vw / 1000));
  }
}

body {
  width: 100%;
}

#main-container img,
#main-container video {
  width: 100%;
}

#main-container {
  width: 100rem;
  margin: 0 auto;
  padding-top: 8rem;
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ ProN W5", "HiraKakuProN-W5", "ヒラギノ角ゴ Pro W5", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1C1C1C;
}

#main-container #breadcrumb {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1;
}

#main-container .contents-Feature .block-ttl {
  padding-bottom: 7rem;
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 400;
  color: #414141;
  font-size: 3rem;
  letter-spacing: 0.15em;
  text-align: center;
}

#main-container .contents-Feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main-container .contents-Feature__item {
  width: 23.5rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  #main-container .contents-Feature__item:not(:nth-child(4n)) {
    margin-right: 2rem;
  }
}

#main-container .contents-Feature__item--img {
  width: 23.5rem;
  padding-bottom: 1.5rem;
}

#main-container .contents-Feature__item--ttl {
  padding-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
}

#main-container .contents-Feature__item--desc {
  line-height: 1.5;
}

#main-container .scrTop__btn {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;

  margin-top: -18rem;
  margin-bottom: -4rem;
}

#main-container .scrTop__btn a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #main-container {
    width: 100%;
    padding-top: calc(80* (100vw / 750));
    font-size: calc(22* (100vw / 750));
  }
  #main-container #breadcrumb {
    margin-bottom: calc(30* (100vw / 750));
    font-size: calc(24* (100vw / 750));
		padding: 0 calc(26 * (100vw / 750)) calc(30 * (100vw / 750));
  }
  #main-container .contents-Feature .block-ttl {
    padding-bottom: calc(20* (100vw / 750));
    font-size: calc(34* (100vw / 750));
  }
  #main-container .contents-Feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: calc(60* (100vw / 750));
    border-top: 1px solid #e6e6e6;
  }
  #main-container .contents-Feature__item {
    width: 100%;
    margin-bottom: 0;
    padding: calc(20* (100vw / 750));
    border-bottom: 1px solid #e6e6e6;
  }
  #main-container .contents-Feature__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main-container .contents-Feature__item--img {
    width: calc(170* (100vw / 750));
    padding-bottom: 0;
    flex-shrink: 0;
  }
  #main-container .contents-Feature__item--caption {
    /* width: calc(500* (100vw / 750)); */
    /* padding: 0 calc(40* (100vw / 750)); */
    padding: 0 0 0 calc(20* (100vw / 750));
    text-align: justify;
  }
  #main-container .contents-Feature__item--ttl {
    padding-bottom: calc(12* (100vw / 750));
    font-size: calc(26* (100vw / 750));
    line-height: 1.2;
  }
  #main-container .contents-Feature__item--desc {
    line-height: 1.2;
  }
  #main-container .scrTop__btn {
    font-size: calc(26* (100vw / 750));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    margin-top: calc(-130* (100vw / 750));
    margin-bottom: calc(-50* (100vw / 750));
  }
}
/*# sourceMappingURL=layout.css.map */