.c-sec {
  color: #595757;
  letter-spacing: 1px
}
.c-txt {
  font-size: 1rem;
  line-height: 1.9
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 4.2666666667vw
  }
}
*:focus {
  outline: none
}
.container {
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .container {
    padding: 0 3%
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 85.33vw;
    padding: 0
  }
}
.bold {
  font-weight: bold
}
.medium {
  font-weight: 500
}
.center {
  text-align: center
}
@media screen and (max-width: 767px) {
  .pc {
    display: none
  }
}
.tab {
  display: none
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tab {
    display: block
  }
}
@media screen and (min-width: 1001px) {
  .tabsp {
    display: none
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none
  }
}
.displayNone {
  display: none
}
.js-scrollAnimation {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out
}
.js-scrollAnimation.is-show {
  transform: translateY(0);
  opacity: 1
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer
}
.contents_ {
  position: relative
}
.head-info {
  position: absolute;
  top: -70px;
  width: 100%
}
@media screen and (max-width: 767px) {
  .head-info {
    top: -46px
  }
}
.kv {
  margin-top: -30px
}
.kv__hero img {
  width: 100%
}
.about {
  margin-bottom: 100px
}
@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 13.3333333333vw
  }
}
.about__header {
  padding: 30px 20px 60px
}
@media screen and (max-width: 767px) {
  .about__header {
    padding: 0
  }
}
.about__header__head {
  width: 354px;
  margin: 0 auto 24px
}
@media screen and (max-width: 767px) {
  .about__header__head {
    width: auto;
    margin-bottom: 0;
    padding: 5.8666666667vw 10.6666666667vw
  }
}
.about__header__list {
  display: flex;
  justify-content: center;
  gap: 14px
}
@media screen and (max-width: 767px) {
  .about__header__list {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.9333333333vw 0;
    padding: 5.3333333333vw 7.4666666667vw 13.3333333333vw;
    background: linear-gradient(180deg, #f0e7e8, #fff 10%)
  }
}
.about__header__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 80px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #EC798C;
  color: #fff;
  line-height: 1.4
}
@media screen and (max-width: 767px) {
  .about__header__list__item {
    width: 41.3333333333vw;
    height: 21.3333333333vw;
    font-size: 4.2666666667vw
  }
}
.about__nayami {
  padding: 40px 0 104px;
  background: url(../img/bg-about-nayami.webp) no-repeat center bottom;
  background-size: cover
}
@media screen and (max-width: 767px) {
  .about__nayami {
    padding: 9.3333333333vw 6.6666666667vw 24vw;
    background-image: url(../img/bg-about-nayami-sp.webp)
  }
}
.about__nayami__head {
  width: 456px;
  margin: 0 auto 24px
}
@media screen and (max-width: 767px) {
  .about__nayami__head {
    width: 66.6666666667vw;
    margin-bottom: 6.6666666667vw
  }
}
.about__nayami__list {
  width: 600px;
  margin: 0 auto;
  padding: 20px 0 20px 60px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.65)
}
@media screen and (max-width: 767px) {
  .about__nayami__list {
    width: 100%;
    padding: 2.6666666667vw 0vw 2.6666666667vw 6.4vw;
    border-radius: 5.3333333333vw
  }
}
.about__nayami__list__item {
  display: flex;
  align-items: center;
  padding: 20px 0
}
@media screen and (max-width: 767px) {
  .about__nayami__list__item {
    align-items: flex-start;
    padding: 5.3333333333vw 0
  }
}
.about__nayami__list__item + .about__nayami__list__item {
  border-top: 1px dashed #5D070C
}
.about__nayami__list__item .icn {
  width: 24px;
  margin-right: 10px
}
@media screen and (max-width: 767px) {
  .about__nayami__list__item .icn {
    width: 6.6666666667vw;
    margin-top: 0.1em;
    margin-right: 3.2vw
  }
}
.about__nayami__list__item .txt {
  flex: 1;
  font-size: 20px;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .about__nayami__list__item .txt {
    font-size: 4.5333333333vw
  }
}
.about__nayami__list__item .txt strong {
  font-weight: 700
}
.about__product {
  padding: 30px 0;
  background: linear-gradient(180deg, #fff 30%, #f2d5da 70%)
}
@media screen and (max-width: 767px) {
  .about__product {
    padding: 12vw 7.4666666667vw 9.3333333333vw
  }
}
.about__product__head {
  width: 380px;
  margin: 0 auto
}
@media screen and (max-width: 767px) {
  .about__product__head {
    width: 81.6vw
  }
}
.about__product__box {
  width: 600px;
  margin: 0 auto;
  padding: 30px 60px 40px;
  border-radius: 25px;
  background-color: #fff
}
@media screen and (max-width: 767px) {
  .about__product__box {
    width: auto;
    padding: 5.3333333333vw 2.6666666667vw 9.3333333333vw;
    border-radius: 5.3333333333vw
  }
}
.about__product__box__head {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .about__product__box__head {
    margin-bottom: 6.6666666667vw;
    font-size: 6.4vw
  }
}
.about__product__box__head .en {
  display: block;
  font-weight: 700;
  white-space: nowrap
}
.about__product__box__head .jp {
  display: block;
  font-size: 0.8em
}
.about__product__box__img {
  width: 320px;
  margin: 0 auto
}
@media screen and (max-width: 767px) {
  .about__product__box__img {
    width: 59.2vw
  }
}
.about__product__box__txt {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .about__product__box__txt {
    margin-bottom: 6.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.825
  }
}
.about__product__box__txt .marker {
  background: linear-gradient(180deg, transparent 50%, #F9E2E3 50%)
}
.about__product__box__price {
  font-size: 24px;
  text-align: center
}
@media screen and (max-width: 767px) {
  .about__product__box__price {
    font-size: 6.6666666667vw
  }
}
.about__product__box__price .num {
  font-weight: 700
}
.about__product__box__price .tax {
  font-size: 0.6em
}
.about__product__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 55px;
  margin: 30px auto 0;
  padding: 15px 20px;
  background-color: #000
}
@media screen and (max-width: 767px) {
  .about__product__btn {
    width: 100%;
    height: 14.6666666667vw;
    padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 5.8666666667vw
  }
}
.about__product__btn .txt {
  font-size: 15px;
  color: #fff
}
@media screen and (max-width: 767px) {
  .about__product__btn .txt {
    font-size: 4vw
  }
}
.about__product__btn .icn {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -0.5em;
  transform: rotate(45deg)
}
@media screen and (max-width: 767px) {
  .about__product__btn .icn {
    width: 2.6666666667vw;
    height: 2.6666666667vw
  }
}
.voice {
  max-width: 866px;
  margin: 0 auto 80px;
  padding: 0 20px
}
@media screen and (max-width: 767px) {
  .voice {
    margin-bottom: 16vw;
    padding: 0 7.4666666667vw
  }
}
.voice__head {
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .voice__head {
    margin-bottom: 6.6666666667vw
  }
}
.voice__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 766px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 25px;
  background-color: #F9EEEE
}
@media screen and (max-width: 767px) {
  .voice__box {
    display: block;
    padding: 8vw;
    border-radius: 8.2666666667vw
  }
}
.voice__box__img {
  width: 260px
}
@media screen and (max-width: 767px) {
  .voice__box__img {
    width: 100%;
    margin-bottom: 4.2666666667vw
  }
}
.voice__box__txt {
  flex: 1;
  margin-left: 26px;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .voice__box__txt {
    margin-left: 0
  }
}
.voice__box__txt .head {
  margin-bottom: 1em;
  font-size: 18px
}
@media screen and (max-width: 767px) {
  .voice__box__txt .head {
    font-size: 5.0666666667vw;
    text-align: center
  }
}
.voice__box__txt .txt {
  font-size: 12px;
  line-height: 2
}
@media screen and (max-width: 767px) {
  .voice__box__txt .txt {
    font-size: 4vw;
    line-height: 7.2vw
  }
}
.voice__notes {
  width: 766px;
  margin: 1em auto;
  font-size: 10px;
  color: #777778
}
@media screen and (max-width: 767px) {
  .voice__notes {
    width: auto;
    font-size: 3.2vw
  }
}
.postpartum {
  max-width: 866px;
  margin: 0 auto 110px;
  padding: 0 20px
}
@media screen and (max-width: 767px) {
  .postpartum {
    margin-bottom: 21.3333333333vw;
    padding: 0
  }
}
.postpartum__head {
  margin-bottom: 50px;
  text-align: center;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .postpartum__head {
    margin-bottom: 8vw
  }
}
.postpartum__col {
  display: flex;
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .postpartum__col {
    display: block;
    margin: 0 7.4666666667vw 8vw
  }
}
.postpartum__col__txt {
  flex: 1;
  font-size: 16px;
  line-height: 1.825;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .postpartum__col__txt {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw
  }
}
.postpartum__col__img {
  width: 320px;
  margin-left: 30px
}
@media screen and (max-width: 767px) {
  .postpartum__col__img {
    width: 100%;
    margin: 0
  }
}
.postpartum__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 650px;
  margin: 0 auto 100px;
  padding: 20px 30px;
  border-radius: 25px;
  background-color: #F9EEEE
}
@media screen and (max-width: 767px) {
  .postpartum__box {
    display: block;
    width: auto;
    margin: 0 7.4666666667vw 18.6666666667vw;
    padding: 8vw;
    border-radius: 8.2666666667vw
  }
}
.postpartum__box__img {
  width: 150px
}
@media screen and (max-width: 767px) {
  .postpartum__box__img {
    width: 100%;
    margin: 0 auto 4vw;
  }
}
.postpartum__box__txt {
  margin-left: 30px;
  padding-left: 28px;
  border-left: 2px solid #f2b3bc;
  flex: 1
}
@media screen and (max-width: 767px) {
  .postpartum__box__txt {
    margin: 0;
    padding: 0;
    border: 0
  }
}
.postpartum__box__txt .head {
  margin-bottom: 15px;
  font-size: 20px;
  color: #EC798C
}
@media screen and (max-width: 767px) {
  .postpartum__box__txt .head {
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
    text-align: center
  }
}
.postpartum__box__txt .head .marker {
  background: linear-gradient(180deg, transparent 50%, #FFEB00 50%)
}
.postpartum__box__txt .txt {
  font-size: 12px;
  line-height: 2;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .postpartum__box__txt .txt {
    font-size: 4.2666666667vw
  }
}
.postpartum__voice {
  position: relative
}
.postpartum__voice__txt {
  position: absolute;
  top: calc(355 / 670 * 100%);
  right: calc(100 / 866 * 100%);
  left: calc(450 / 866 * 100%)
}
@media screen and (max-width: 767px) {
  .postpartum__voice__txt {
    top: 239.4666666667vw;
    left: 7.4666666667vw;
    right: 7.4666666667vw
  }
}
.postpartum__voice__txt .txt {
  width: calc(190 / 320 * 100%);
  font-size: 16px;
  line-height: 1.8725;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .postpartum__voice__txt .txt {
    width: auto;
    font-size: 4vw;
    white-space: nowrap
  }
}
.postpartum__voice__txt .txt + .txt {
  width: auto;
  white-space: wrap
}
.movie {
  max-width: 866px;
  margin: 0 auto 80px;
  padding: 0 20px
}
@media screen and (max-width: 767px) {
  .movie {
    margin-bottom: 16vw;
    padding: 0 7.4666666667vw
  }
}
.movie__head {
  margin-bottom: 30px
}
@media screen and (max-width: 767px) {
  .movie__head {
    margin-bottom: 6.6666666667vw
  }
}
.movie__youtube {
  position: relative;
  width: 640px;
  margin: 0 auto
}
@media screen and (max-width: 767px) {
  .movie__youtube {
    width: 100%
  }
}
.movie__youtube a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block
}
.movie__youtube iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}
.scene {
  padding: 30px 20px 50px;
  background-color: #F9E2E3
}
@media screen and (max-width: 767px) {
  .scene {
    padding: 13.3333333333vw 0
  }
}
.scene__wrap {
  max-width: 930px;
  margin: 0 auto
}
.scene__head {
  width: 378px;
  margin: 0 auto 22px
}
@media screen and (max-width: 767px) {
  .scene__head {
    width: 89.6vw;
    margin-bottom: 6.6666666667vw
  }
}
.scene__list {
  display: flex;
  justify-content: space-between
}
@media screen and (max-width: 767px) {
  .scene__list {
    display: block
  }
  .scene__list .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 2.6666666667vw
  }
  .scene__list .slick-dots li {
    padding: 2.6666666667vw
  }
  .scene__list .slick-dots li.slick-active button {
    background-color: #5D070C;
    border-color: #5D070C
  }
  .scene__list .slick-dots li button {
    appearance: none;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    font-size: 0
  }
}
.scene__list__item {
  width: calc(292 / 930 * 100%)
}
@media screen and (max-width: 767px) {
  .scene__list__item {
    width: auto;
    padding: 0 2.6666666667vw
  }
}
.scene__list__item .img {
  margin-bottom: 10px
}
@media screen and (max-width: 767px) {
  .scene__list__item .img {
    margin: 0 0 2.6vw;
  }
}
.scene__list__item .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 266px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .scene__list__item .txt {
    max-width: 72vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 4.2666666667vw
  }
}
.childcare {
  max-width: 866px;
  margin: 0 auto 100px;
  padding: 0 20px
}
@media screen and (max-width: 767px) {
  .childcare {
    margin-bottom: 21.3333333333vw;
    padding: 0
  }
}
.childcare__head {
  margin-bottom: 50px;
  text-align: center;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .childcare__head {
    margin-bottom: 8vw
  }
}
.childcare__lead {
  width: 520px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.825;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .childcare__lead {
    width: auto;
    margin: 0 7.4666666667vw 9.6vw;
    font-size: 4.2666666667vw
  }
}
.childcare__box1 {
  margin-bottom: 30px;
  padding: 30px 50px;
  background-color: #dbeded
}
@media screen and (max-width: 767px) {
  .childcare__box1 {
    margin-bottom: 10.6666666667vw;
    padding: 8.8vw 7.4666666667vw
  }
}
.childcare__box1__inner {
  padding: 0 50px 15px;
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px #B7DBDC inset;
  border-radius: 20px;
  background-color: #fff
}
@media screen and (max-width: 767px) {
  .childcare__box1__inner {
    padding: 0 5.3333333333vw 4vw
  }
}
.childcare__box1__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 5px;
  cursor: pointer
}
@media screen and (max-width: 767px) {
  .childcare__box1__head {
    padding: 5.3333333333vw 0 1.3333333333vw
  }
}
.childcare__box1__head.is-active .icn {
  transform: scaleY(-1)
}
.childcare__box1__head .txt {
  font-size: 20px;
  font-weight: 700;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .childcare__box1__head .txt {
    font-size: 5.3333333333vw
  }
}
.childcare__box1__head .icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #70BABD;
  transition: 0.4s all
}
@media screen and (max-width: 767px) {
  .childcare__box1__head .icn {
    width: 6.6666666667vw;
    height: 6.6666666667vw
  }
}
.childcare__box1__head .icn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -0.25em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg)
}
@media screen and (max-width: 767px) {
  .childcare__box1__head .icn::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw
  }
}
.childcare__box1__body {
  display: none;
  padding: 20px 0 5px;
  border-top: 1px dashed #5D070C
}
@media screen and (max-width: 767px) {
  .childcare__box1__body {
    padding: 5.3333333333vw 0 1.3333333333vw
  }
}
.childcare__box1__body__inner {
  display: flex;
  gap: 25px
}
@media screen and (max-width: 767px) {
  .childcare__box1__body__inner {
    display: block
  }
}
.childcare__box1__body__inner .img {
  width: 270px
}
@media screen and (max-width: 767px) {
  .childcare__box1__body__inner .img {
    width: 100%;
	  margin: 0 auto;
		
  }
}
.childcare__box1__body__inner .txt {
  flex: 1;
  font-size: 16px;
  line-height: 1.825;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .childcare__box1__body__inner .txt {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw
  }
}
.childcare__box2 {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 50px;
  border: 1px solid #70BABD
}
@media screen and (max-width: 767px) {
  .childcare__box2 {
    display: block;
    margin: 0 7.4666666667vw 21.3333333333vw;
    padding: 0;
    border: 0
  }
}
.childcare__box2__img {
  width: 296px
}
@media screen and (max-width: 767px) {
  .childcare__box2__img {
    width: auto
  }
}
.childcare__box2__txt {
  flex: 1
}
.childcare__box2__txt .head {
  width: 288px;
  margin-bottom: 20px
}
@media screen and (max-width: 767px) {
  .childcare__box2__txt .head {
    width: 76.8vw;
    margin: 0 auto 5.3333333333vw
  }
}
.childcare__box2__txt .txt {
  font-size: 16px;
  line-height: 1.825;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .childcare__box2__txt .txt {
    font-size: 4.2666666667vw
  }
}
.easy {
  max-width: 866px;
  margin: 0 auto;
  padding: 0 20px
}
@media screen and (max-width: 767px) {
  .easy {
    margin-bottom: 13.3333333333vw;
    padding: 0 7.4666666667vw
  }
}
.easy__head {
  width: 332px;
  margin: 0 auto 30px
}
@media screen and (max-width: 767px) {
  .easy__head {
    width: auto;
    margin: 0 -1.6vw 8vw
  }
}
.easy__box__head {
  position: relative;
  padding: 10px;
  background-color: #F9E2E3;
  cursor: pointer
}
@media screen and (max-width: 767px) {
  .easy__box__head {
    padding: 3.2vw 11.7333333333vw 3.2vw 3.2vw
  }
}
.easy__box__head.is-active::before {
  transform: rotate(225deg)
}
.easy__box__head .head {
  display: block;
  width: 304px;
  margin: 0 auto
}
@media screen and (max-width: 767px) {
  .easy__box__head .head {
    width: auto
  }
}
.easy__box__head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -0.25em;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.4s all
}
@media screen and (max-width: 767px) {
  .easy__box__head::before {
    right: 5.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw
  }
}
.easy__box__body {
  display: none;
  margin-top: 2px;
  padding: 26px;
  background-color: #F9E2E3
}
@media screen and (max-width: 767px) {
  .easy__box__body {
    padding: 4vw
  }
}
.easy__box__before {
  margin-bottom: 25px;
  padding: 35px 28px 40px;
  border: 2px solid #fff
}
@media screen and (max-width: 767px) {
  .easy__box__before {
    margin-bottom: 4.8vw;
    padding: 4.8vw 3.4666666667vw
  }
}
.easy__box__before__head {
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #EC798C
}
@media screen and (max-width: 767px) {
  .easy__box__before__head {
    margin-bottom: 4vw;
    font-size: 4vw
  }
}
.easy__box__before__col {
  position: relative;
  display: flex;
  justify-content: space-between
}
@media screen and (max-width: 767px) {
  .easy__box__before__col {
    display: block
  }
}
.easy__box__before__col::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  margin: 0 auto;
  background-color: #fff
}
@media screen and (max-width: 767px) {
  .easy__box__before__col::before {
    content: none
  }
}
.easy__box__before__col__item {
  width: 45.8666666667%
}
@media screen and (max-width: 767px) {
  .easy__box__before__col__item {
    width: auto
  }
  .easy__box__before__col__item + .easy__box__before__col__item {
    margin-top: 4.8vw;
    padding-top: 4.8vw;
    border-top: 2px solid #fff
  }
}
.easy__box__before__col__item .txt {
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .easy__box__before__col__item .txt {
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
    text-align: left
  }
}
.easy__box__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  padding: 35px 30px 65px;
  background-color: #fff;
  text-align: center
}
@media screen and (max-width: 767px) {
  .easy__box__steps {
    gap: 9.3333333333vw;
    padding: 4vw;
    text-align: left
  }
}
.easy__box__steps__item {
  max-width: 600px;
  margin: 0 auto
}
.easy__box__steps__item .head {
  margin-bottom: 28px
}
@media screen and (max-width: 767px) {
  .easy__box__steps__item .head {
    margin-bottom: 4vw
  }
}
.easy__box__steps__item .txt {
  font-size: 13px;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .easy__box__steps__item .txt {
    font-size: 3.4666666667vw
  }
}
.easy__box__steps__item .notes {
  display: inline-block;
  font-size: 12px;
  text-align: left;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .easy__box__steps__item .notes {
    margin-top: 0.5em;
    font-size: 3.2vw
  }
}
.easy__box__steps__item .notes li {
  margin-left: 1em;
  text-indent: -1em
}
.features {
  margin-bottom: 120px
}
@media screen and (max-width: 767px) {
  .features {
    margin-bottom: 26.6666666667vw
  }
}
.features__kv {
  position: relative;
  margin-bottom: 45px
}
@media screen and (max-width: 767px) {
  .features__kv {
    margin-bottom: 9.3333333333vw
  }
}
.features__kv__head {
  position: absolute;
  top: 7.5757575758%;
  right: 0;
  left: 0;
  width: 202px;
  margin: 0 auto
}
@media screen and (max-width: 767px) {
  .features__kv__head {
    top: 8.8vw;
    right: auto;
    left: 9.6vw;
    width: 53.8666666667vw;
    margin: 0
  }
}
.features__point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  max-width: 610px;
  margin: 0 auto 50px
}
@media screen and (max-width: 767px) {
  .features__point {
    display: block;
    max-width: none;
    margin: 0 10.6666666667vw 10.6666666667vw
  }
}
.features__point__item {
  width: 43.4426229508%
}
@media screen and (max-width: 767px) {
  .features__point__item {
    width: auto;
    margin-bottom: 8vw
  }
}
.features__point__item .head {
  margin-bottom: 12px
}
@media screen and (max-width: 767px) {
  .features__point__item .head {
    width: 70.9333333333vw;
    margin: 0 auto 2.6666666667vw
  }
}
.features__point__item .txt {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .features__point__item .txt {
    font-size: 4.2666666667vw
  }
}
.features__box {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 40px 30px;
  border-radius: 30px;
  background-color: #dbeded
}
@media screen and (max-width: 767px) {
  .features__box {
    max-width: none;
    margin: 0 7.4666666667vw;
    padding: 5.3333333333vw 8vw 8vw;
    border-radius: 8.2666666667vw
  }
}
.features__box__head {
  width: 268px;
  margin: 0 auto 20px
}
@media screen and (max-width: 767px) {
  .features__box__head {
    width: 70.6666666667vw
  }
}
.features__box__col {
  display: flex;
  gap: 20px
}
@media screen and (max-width: 767px) {
  .features__box__col {
    display: block
  }
}
.features__box__col__img {
  width: 240px
}
@media screen and (max-width: 767px) {
  .features__box__col__img {
    width: auto;
    margin: 0 0 5.3vw;
  }
}
.features__box__col__txt {
  flex: 1;
  font-size: 14px;
  line-height: 1.825;
  letter-spacing: 0.075em;
  color: #5D070C
}
@media screen and (max-width: 767px) {
  .features__box__col__txt {
    font-size: 4.2666666667vw
  }
}
.lineup {
  margin-top: 100px
}
.lineup.c-sec {
  color: #595757;
  letter-spacing: 1px
}
.lineup.c-txt {
  font-size: 1rem;
  line-height: 1.9
}
@media screen and (max-width: 767px) {
  .lineup.c-txt {
    font-size: 4.2666666667vw
  }
}
.lineup .bold {
  font-weight: bold
}
.lineup .center {
  text-align: center
}
@media screen and (max-width: 767px) {
  .lineup .pc {
    display: none
  }
}
.lineup .tab {
  display: none
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lineup .tab {
    display: block
  }
}
@media screen and (min-width: 1001px) {
  .lineup .tabsp {
    display: none
  }
}
@media screen and (min-width: 768px) {
  .lineup .sp {
    display: none
  }
}
@media screen and (min-width: 768px) {
  .lineup {
    padding: 60px 0;
    background-color: #f0f0f0
  }
}
@media screen and (max-width: 767px) {
  .lineup {
    margin-top: 14vw
  }
}
.lineup .container {
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lineup .container {
    padding: 0 3%
  }
}
@media screen and (max-width: 767px) {
  .lineup .container {
    width: 85.33vw;
    padding: 0
  }
}
.lineup__title {
  font-size: 1.25rem
}
@media screen and (max-width: 767px) {
  .lineup__title {
    font-size: 4.2666666667vw
  }
}
.lineup__link {
  max-width: 970px;
  margin: 55px 0 0 auto
}
@media screen and (min-width: 768px) {
  .lineup__link {
    display: flex;
    justify-content: space-between
  }
}
@media screen and (max-width: 767px) {
  .lineup__link {
    margin-top: 4vw
  }
}
.lineup__link--item {
  flex-basis: 32.2%
}
@media screen and (max-width: 767px) {
  .lineup__link--item:not(:first-child) {
    margin-top: 2.66vw
  }
}
.lineup__link--btn {
  display: block;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #EC798C;
  text-decoration: none;
  position: relative
}
@media screen and (max-width: 767px) {
  .lineup__link--btn {
    border-radius: 10.66vw
  }
}
.lineup__link--btn:after {
  content: "";
  width: 8.8%;
  background: url("../img/ic-arrow-lineup-btn.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 6.84%;
  top: 41.25%
}
@media screen and (min-width: 768px) {
  .lineup__link--btn:after {
    padding-bottom: 2.28%
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lineup__link--btn:after {
    right: 3%
  }
}
@media screen and (max-width: 767px) {
  .lineup__link--btn:after {
    width: 7.33vw;
    height: 1.86vw;
    right: 5vw;
    top: 9.13vw
  }
}
.lineup__link--btnWrap {
  width: 100%;
  height: 80px;
  padding: 0 8.4%;
  display: flex;
  align-items: center
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lineup__link--btnWrap {
    padding: 0 5%
  }
}
@media screen and (max-width: 767px) {
  .lineup__link--btnWrap {
    height: 21.33vw;
    padding: 0 7.73vw
  }
}
.lineup__link--btnIco {
  width: 19.2%;
  margin-right: 4.56%;
  display: block
}
@media screen and (max-width: 767px) {
  .lineup__link--btnIco {
    width: 15.73vw;
    margin-right: 3.33vw
  }
}
.lineup__link--btnTxt {
  font-size: .8125rem;
  line-height: 1.73;
  letter-spacing: 0
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lineup__link--btnTxt {
    font-size: .6875rem
  }
}
@media screen and (max-width: 767px) {
  .lineup__link--btnTxt {
    font-size: 3.4666666667vw
  }
}
.lineup__link--btnTxt span {
  font-size: .9375rem
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lineup__link--btnTxt span {
    font-size: .8125rem
  }
}
@media screen and (max-width: 767px) {
  .lineup__link--btnTxt span {
    font-size: 4vw
  }
}
.lineup__link--btn:hover {
  border: 1px solid #EC798C;
  background-color: #EC798C;
  opacity: 1 !important
}
.lineup__link--btn:hover::after {
  filter: brightness(0) invert(1)
}
.lineup__scroll {
  margin-top: 60px
}
@media screen and (max-width: 767px) {
  .lineup__scroll {
    margin-top: 6vw;
    position: relative
  }
}
@media screen and (max-width: 767px) {
  .lineup__scroll--inner {
    overflow-x: scroll
  }
}
.lineup__scroll--btn, .lineup__scroll--btn--right, .lineup__scroll--btn--left {
  width: 8vw;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: multiply;
  transition: opacity 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@media screen and (min-width: 768px) {
  .lineup__scroll--btn, .lineup__scroll--btn--right, .lineup__scroll--btn--left {
    display: none
  }
}
.lineup__scroll--btn.is-hidden, .is-hidden.lineup__scroll--btn--right, .is-hidden.lineup__scroll--btn--left {
  opacity: 0;
  pointer-events: none
}
.lineup__scroll--btn--left {
  left: 0
}
.lineup__scroll--btn--right {
  right: 0
}
.lineup__scroll--btn--right img {
  transform: rotateY(180deg)
}
.lineup__table {
  font-size: .9375rem;
  width: 100%;
  border-collapse: collapse
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lineup__table {
    font-size: .8125rem
  }
}
@media screen and (max-width: 767px) {
  .lineup__table {
    font-size: 3.7333333333vw;
    width: 230vw
  }
}
.lineup__table--title {
  font-feature-settings: "palt";
  margin-bottom: 20px
}
@media screen and (max-width: 767px) {
  .lineup__table--title {
    margin-bottom: 4.66vw
  }
}
.lineup__table--title span {
  font-size: 1.25rem;
  line-height: 2
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lineup__table--title span {
    font-size: 1rem
  }
}
@media screen and (max-width: 767px) {
  .lineup__table--title span {
    font-size: 4.2666666667vw
  }
}
.lineup__table tr:not(:last-child) th, .lineup__table tr:not(:last-child) td {
  border-bottom: 1px solid #EC798C
}
.lineup__table th, .lineup__table td {
  padding: 20px 0
}
@media screen and (max-width: 767px) {
  .lineup__table th, .lineup__table td {
    padding: 4.66vw 0
  }
}
.lineup__table th {
  width: 12%
}
.lineup__table td {
  width: 29.33%;
  border-left: 1px solid #EC798C;
  text-align: center;
  line-height: 1.6
}
.lineup__table td.name {
  padding: 15px 1.45% 10px
}
@media screen and (max-width: 767px) {
  .lineup__table td.name {
    padding: 2.66vw 1.68% 1.33vw
  }
}
.lineup__table td.name a {
  text-decoration: none
}
.lineup__table td.position {
  padding: 35px 1.48%
}
@media screen and (max-width: 767px) {
  .lineup__table td.position {
    padding: 8vw 1.56%
  }
}
.lineup__table--img {
  height: 101px;
  display: flex;
  align-items: center
}
@media screen and (max-width: 767px) {
  .lineup__table--img {
    height: 22.33vw
  }
}
.technology {
  padding: 60px 0;
  background-color: #EC798C
}
@media screen and (max-width: 767px) {
  .technology {
    margin-top: 10.26vw;
    padding: 14.4vw 0 16vw
  }
}
.technology__inner {
  max-width: 1175px
}
@media screen and (min-width: 768px) {
  .technology__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}
.technology__desc {
  color: #fff;
  flex-basis: 46%
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .technology__desc {
    flex-basis: 40%
  }
}
.technology__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff
}
@media screen and (max-width: 767px) {
  .technology__head {
    padding-bottom: 5.22vw
  }
}
@media screen and (max-width: 767px) {
  .technology__head {
    text-align: center
  }
}
.technology__head--sub {
  font-size: 1rem
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .technology__head--sub {
    font-size: .875rem
  }
}
@media screen and (max-width: 767px) {
  .technology__head--sub {
    font-size: 4.2666666667vw;
    font-weight: bold
  }
}
.technology__head--main {
  font-size: 1.5rem;
  font-feature-settings: 'palt'
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .technology__head--main {
    font-size: 1.25rem
  }
}
@media screen and (max-width: 767px) {
  .technology__head--main {
    font-size: 6.4vw;
    font-weight: bold;
    line-height: 2;
    margin-top: 4vw
  }
}
.technology__txt {
  font-feature-settings: 'palt';
  margin-top: 30px
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .technology__txt {
    font-size: .875rem
  }
}
@media screen and (max-width: 767px) {
  .technology__txt {
    letter-spacing: -1px
  }
}
.technology__img {
  flex-basis: 49.3%
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .technology__img {
    flex-basis: 55%
  }
}
@media screen and (max-width: 767px) {
  .technology__img {
    margin-top: 5.33vw
  }
}
.c-line {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0
}
@media screen and (max-width: 767px) {
  .c-line {
    top: -46px
  }
}
.c-line a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #9cbebd;
  font-size: 18px;
  text-align: center;
  text-decoration: none
}
@media screen and (max-width: 767px) {
  .c-line a {
    height: 50px;
    font-size: 4.2666666667vw
  }
}