@charset "UTF-8";
li {
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "メイリオ", sans-serif;
  overflow: hidden;
}
.page p, .page a {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page p, .page a {
    font-size: 3.6vw;
    line-height: 1.78;
  }
}
.page p.c-text-notes, .page a.c-text-notes {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page p.c-text-notes, .page a.c-text-notes {
    text-align: left;
    margin-top: 5.2vw;
  }
}
.page h2, .page h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page h2, .page h3 {
    font-size: 4.4vw;
  }
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 769px) {
  .page a:hover {
    opacity: 0.6;
  }
}
.page section {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .page section {
    margin-bottom: 19vw;
  }
}
.page img {
  max-width: 100%;
  height: auto;
}
.page .p-top__sns {
  padding-top: 0;
  margin-bottom: 0;
}
.page li {
  list-style-type: none;
}

.is-c-blue {
  color: #6A90B2 !important;
}

.is-c-pink {
  color: #C0A395 !important;
}

.is-bg-blue {
  background-color: #6A90B2 !important;
}

.is-bg-pink {
  background-color: #C0A395 !important;
}

.page .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 304px;
  height: 54px;
  margin: 30px auto 0;
  background-color: #222;
  background-size: 6px auto;
  background-position: right 5.2% center;
  background-repeat: no-repeat;
  background-image: url("../../../assets/img/common/icon/icon_arrow-next.png");
}
@media screen and (max-width: 768px) {
  .page .c-btn {
    width: 79.2vw;
    height: 15.8vw;
    margin: 6vw auto 0;
    background-size: 1.3vw auto;
  }
}
.page .c-btn.is-rounded {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page .c-btn.is-rounded {
    border-radius: 2.1vw;
  }
}

.page .c-head {
    position: relative;
    margin: 80px auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
  .page .c-head {
    margin: 10.4vw auto;
  }
}

.page .c-head b {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .c-head b {
    font-size: 4.4vw;
  }
}

.page .c-head span {
    position: relative;
    z-index: 1;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0.1em;
    white-space: nowrap;
    line-height: 1;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    color: rgba(106, 144, 178, 0.15);
}
@media screen and (max-width: 768px) {
  .page .c-head span {
    font-size: 10.4vw;
  }
}

.page .feature__list{
    display: flex;
    max-width: 976px;
    flex-wrap: wrap;
    gap: 32px 30px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .feature__list {
    max-width: 79.1vw;
    gap: 4.1vw 3.9vw;
  }
}

.page li {
    list-style-type: none;
    max-width: 221px;
}
@media screen and (max-width: 768px) {
  .page li  {
    max-width: 37.6vw;
  }
}