@charset "UTF-8";
/*
Sass変数

_variables.scss

各パーツの色やサイズを変数として定義しています。
*/
/*
デバイス別設定
*/
/*
メディア

_media.scss
*/
/*
メディアクエリ

※デバイスごとのブレイクポイントは_variables.scssにて変数で設定。
*/
/*
コンテナ

コンテナブロックのmax-width、左右余白などブロックスタイルの共通定義。
各セクションの左右余白の統一感はコンテナによってもたらされます。

* @mixin container
*/
/*

_projects.scss

*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .sec__catch {
    text-align: left;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .sec__catch {
    font-size: 6.9333333333vw;
    text-align: left;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-yobou .sec__content {
  margin: 8rem auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .sec__content {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .sec__content {
    margin: 10.6666666667vw auto 0;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-yobou .vivaclub {
  position: relative;
  margin: 8rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-yobou .vivaclub {
    margin: 6.4vw auto 0;
  }
}
.p-yobou .vivaclub .pic {
  text-align: center;
  width: 80rem;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-yobou .vivaclub .pic {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .vivaclub .pic {
    width: 100%;
  }
}
.p-yobou .vivaclub .btn {
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .vivaclub .btn {
    bottom: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .vivaclub .btn {
    bottom: -3vw;
  }
}
.p-yobou .vivaclub-guide {
  background: #f6f5ef;
  padding: 4rem;
  margin-top: 8.6rem;
  margin-bottom: 16rem;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .vivaclub-guide {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .vivaclub-guide {
    padding: 10.6666666667vw 4.2666666667vw;
    width: 91.4666666667vw;
    margin: 34.1333333333vw auto;
  }
}
.p-yobou .vivaclub-guide .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #DF3189;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-yobou .vivaclub-guide .ttl {
    font-size: 6.9333333333vw;
    line-height: 10.8106666667vw;
    text-align: center;
    margin: 0 auto 6.4vw;
  }
}
.p-yobou .vivaclub-guide .item {
  background: #ffffff;
  padding: 1.6rem;
  line-height: 2em;
  margin-bottom: 0.8rem;
  padding-left: 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-yobou .vivaclub-guide .item {
    padding: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
    padding-left: 12.8vw;
  }
}
.p-yobou .vivaclub-guide .item::before {
  content: "";
  position: absolute;
  background: url(../images/check.svg) no-repeat center center/cover;
  width: 2.4rem;
  height: 2.2rem;
  position: absolute;
  top: 2.2rem;
  left: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-yobou .vivaclub-guide .item::before {
    width: 6.4vw;
    height: 5.8666666667vw;
    top: 3.2vw;
    left: 4.2666666667vw;
  }
}
.p-yobou .vivaclub-guide .item:last-child {
  margin-bottom: 0;
}
.p-yobou .vivaclub-guide .img {
  width: 36rem;
  height: 36rem;
  position: absolute;
  top: -8rem;
  right: -8rem;
  z-index: 100;
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .p-yobou .vivaclub-guide .img {
    width: 30rem;
    height: 30rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-yobou .vivaclub-guide .img {
    width: 29.414063vw;
    height: 29.414063vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .vivaclub-guide .img {
    width: 45.3333333333vw;
    height: 45.3333333333vw;
    top: -25.6vw;
    right: -10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .vivaclub-guide .img {
    width: 45.3333333333vw;
    height: 45.3333333333vw;
    top: -25.6vw;
    right: -10.6666666667vw;
  }
}
.p-yobou .p-yobou__sec01 .sec-main__content {
  padding-bottom: 12rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-yobou .p-yobou__sec01 .sec-main__content {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec01 .sec-main__content {
    padding-bottom: 21.3333333333vw;
  }
}
.p-yobou .p-yobou__sec03 {
  position: relative;
}
.p-yobou .p-yobou__sec03__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .p-yobou__sec03__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.4vw;
  }
}
.p-yobou .p-yobou__sec03__box .sec__text {
  width: 71.16666666%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .p-yobou__sec03__box .sec__text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03__box .sec__text {
    width: 100%;
  }
}
.p-yobou .p-yobou__sec03__box .pic {
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .p-yobou__sec03__box .pic {
    width: 92.1875vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03__box .pic {
    width: 91.4666666667vw;
  }
}
.p-yobou .p-yobou__sec03 .sec-main__content {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03 .sec-main__content {
    padding-bottom: 10.6666666667vw;
  }
}
.p-yobou .p-yobou__sec03 .graph {
  width: 35rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03 .graph {
    width: 100%;
  }
}
.p-yobou .p-yobou__sec03 .mb {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03 .mb {
    margin-bottom: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .p-yobou__sec03 .vivaclub-guide {
    margin: 10.6666666667vw auto 0;
  }
  .p-yobou .p-yobou__sec03 .vivaclub-guide:nth-child(2) {
    margin-top: 0;
    margin-bottom: 60vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03 .vivaclub-guide {
    margin: 10.6666666667vw auto 0;
  }
  .p-yobou .p-yobou__sec03 .vivaclub-guide:nth-child(2) {
    margin-top: 0;
    margin-bottom: 60vw;
  }
}
.p-yobou .p-yobou__sec03.rainbow2::before {
  bottom: 0;
}
.p-yobou .p-yobou__sec03 .obj1 {
  width: 36rem;
  height: 36rem;
  position: absolute;
  bottom: 23.3rem;
  right: 6.3rem;
  z-index: 100;
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .p-yobou .p-yobou__sec03 .obj1 {
    width: 30rem;
    height: 30rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-yobou .p-yobou__sec03 .obj1 {
    width: 29.414063vw;
    height: 29.414063vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .p-yobou__sec03 .obj1 {
    width: 45.3333333333vw;
    height: 45.3333333333vw;
    left: 3.90625vw;
    bottom: 15vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03 .obj1 {
    width: 52vw;
    height: 52vw;
    left: 4.2666666667vw;
    bottom: 15vw;
  }
}
.p-yobou .p-yobou__sec03 .obj2 {
  width: 25rem;
  height: 25rem;
  position: absolute;
  bottom: 12rem;
  right: 36.3rem;
  z-index: 100;
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .p-yobou .p-yobou__sec03 .obj2 {
    width: 20rem;
    height: 20rem;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1100px) {
  .p-yobou .p-yobou__sec03 .obj2 {
    width: 19.53125vw;
    height: 19.53125vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .p-yobou .p-yobou__sec03 .obj2 {
    width: 31.4666666667vw;
    height: 31.4666666667vw;
    right: 16vw;
    bottom: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-yobou .p-yobou__sec03 .obj2 {
    width: 31.4666666667vw;
    height: 31.4666666667vw;
    right: 16vw;
    bottom: 4vw;
  }
}/*# sourceMappingURL=yobou.css.map */