@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secTopMv {
  background-color: #fff;
}

.columnTopMv {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnTopMv {
    flex-direction: column;
    align-items: flex-start;
  }
}

.secTopMv__columnItem {
  position: relative;
  z-index: 1;
}
.secTopMv__columnItem:first-child {
  margin-right: -13.8888888889vw;
  padding-left: 3.4722222222vw;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopMv__columnItem:first-child {
    margin-right: 0;
    padding: 3rem 2rem;
  }
}

.secTopMv__title--small {
  color: #191919;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .secTopMv__title--small {
    font-size: 1.4rem;
  }
}

.secTopMv__title--large {
  display: block;
  width: 33.4722222222vw;
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__title--large {
    width: 20rem;
    margin-top: 0.6rem;
  }
}

.secTopMv__lead {
  color: #191919;
  margin-top: 1.3888888889vw;
  font-size: 1.1111111111vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .secTopMv__lead {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}

.secTopMv__button {
  margin-top: 3.125vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__button {
    margin-top: 2.5rem;
  }
}

.secTopMv__img {
  width: 67.9166666667vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__img {
    width: 100%;
  }
}

.secTopMv__movie {
  width: 67.9166666667vw;
  height: 52.7777777778vw;
}
.secTopMv__movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .secTopMv__movie {
    width: 100%;
    height: 25rem;
  }
}

.secTopHow {
  position: relative;
}

.secTopHow__icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.secTopHow__icon {
  width: 37.7rem;
}
@media screen and (max-width: 750px) {
  .secTopHow__icon {
    width: 12rem;
  }
}

.secTopHow__icon--01 {
  position: absolute;
  left: 0;
  top: 0;
}

.secTopHow__icon--02 {
  position: absolute;
  right: 0;
  top: 0;
}

.secTopHow__inner {
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopHow__inner {
    padding-top: 5rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 10;
  }
}

.secTopHow__box {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .secTopHow__box {
    margin-top: 3rem;
  }
}

.boxTopHow {
  border-radius: 2rem;
  background: #FFF;
  padding: 5.5rem 3rem 3rem;
}
@media screen and (max-width: 750px) {
  .boxTopHow {
    padding: 4rem 2rem 3rem;
  }
}

.boxTopHow__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.boxTopHow__lead--num {
  color: #00AFEC;
  font-size: 12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
}
@media screen and (max-width: 750px) {
  .boxTopHow__lead--num {
    font-size: 3.8rem;
  }
}

.boxTopHow__lead--text {
  margin-top: 0.8rem;
  color: #00AFEC;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2; /* 100% */
}
@media screen and (max-width: 750px) {
  .boxTopHow__lead--text {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

.boxTopHow__content {
  margin-top: -6rem;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .boxTopHow__content {
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
    gap: 3rem 0;
  }
}

.boxTopHow__list {
  margin-left: 1rem;
}
@media screen and (max-width: 750px) {
  .boxTopHow__list {
    margin-left: 0;
  }
}

.listTopHow {
  gap: 0 2.4rem;
}
@media screen and (max-width: 750px) {
  .listTopHow {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.listTopHow__item {
  width: 29.6rem;
  height: 29.6rem;
  border-radius: 29.6rem;
  background-color: #F5F3F2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  .listTopHow__item {
    width: 20.6rem;
    height: 20.6rem;
  }
}
.listTopHow__item:nth-child(1) .listTopHow__item--img {
  width: 13.6rem;
}
@media screen and (max-width: 750px) {
  .listTopHow__item:nth-child(1) .listTopHow__item--img {
    width: 9.6rem;
  }
}
.listTopHow__item:nth-child(2) .listTopHow__item--img {
  width: 21.5rem;
}
@media screen and (max-width: 750px) {
  .listTopHow__item:nth-child(2) .listTopHow__item--img {
    width: 17.5rem;
  }
}
.listTopHow__item:nth-child(3) .listTopHow__item--img {
  margin-top: 5rem;
  width: 22.8rem;
}
@media screen and (max-width: 750px) {
  .listTopHow__item:nth-child(3) .listTopHow__item--img {
    margin-top: 1rem;
    width: 18.8rem;
  }
}

.listTopHow__item--num {
  color: #00AFEC;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
}
@media screen and (max-width: 750px) {
  .listTopHow__item--num {
    font-size: 3rem;
  }
}

.listTopHow__item--text {
  color: #231815;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .listTopHow__item--text {
    font-size: 1.8rem;
  }
}

.listTopHow__item--img {
  margin-top: 2rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .listTopHow__item--img {
    margin-top: 1rem;
  }
}

.boxTopHow__qr {
  margin-left: -2rem;
}
@media screen and (max-width: 750px) {
  .boxTopHow__qr {
    margin-left: 0;
  }
}

.boxTopHow__qrCircle {
  width: 20.8rem;
  height: 20.8rem;
  border-radius: 20.8rem;
  background-color: #00AFEC;
  color: #fff;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding-top: 4.7rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .boxTopHow__qrCircle {
    width: 17.8rem;
    height: 17.8rem;
    font-size: 1.8rem;
    padding-top: 3.8rem;
  }
}
.boxTopHow__qrCircle::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  bottom: -2rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.3rem solid transparent;
  border-left: 2.3rem solid transparent;
  border-top: 3.3rem solid #00AFEC;
  border-bottom: 0;
}

.boxTopHow__qrImg {
  width: 14.4rem;
  margin: 3rem auto 0;
}

.boxTopHow__plan {
  margin-top: 6.8rem;
  border: 1rem solid #EF858C;
  background-color: #EF858C;
  position: relative;
}
@media screen and (max-width: 750px) {
  .boxTopHow__plan {
    margin-top: 3.8rem;
  }
}

.boxTopHow__planFukidashi {
  background-image: url(../images/top/how_fukidashi_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -7.3rem;
  right: -2.6rem;
  width: 13rem;
  height: 10.7rem;
  padding-top: 2.1rem;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planFukidashi {
    top: 6.7rem;
    width: 9rem;
    height: 7.8rem;
    padding-top: 1.1rem;
  }
}

.boxTopHow__planFukidashi--text {
  color: #231815;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planFukidashi--text {
    font-size: 1.2rem;
  }
}

.boxTopHow__planFukidashi--num {
  color: #231815;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planFukidashi--num {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 750px) {
  .boxTopHow__planInner {
    flex-direction: column;
  }
}

.boxTopHow__planText {
  width: 48.6rem;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planText {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1rem;
  }
}

.boxTopHow__planText--small {
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planText--small {
    font-size: 1.6rem;
  }
}

.boxTopHow__planText--large {
  margin-top: -1.5rem;
  color: #FFF;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planText--large {
    margin-top: -0.5rem;
    font-size: 2.4rem;
  }
}

.boxTopHow__planPrice {
  flex-grow: 1;
  background-color: #fff;
  padding-left: 1.8rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planPrice {
    flex-direction: column;
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.boxTopHow__planIcon {
  width: 7.2rem;
  height: 7.2rem;
  background-color: #EF858C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 7.2rem;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planIcon {
    margin-bottom: 1rem;
  }
}

.boxTopHow__planNum {
  padding-bottom: 0.4rem;
  margin-left: 0.9rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planNum {
    margin-left: 0;
  }
}

.boxTopHow__planNum--small {
  color: #231815;
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planNum--small {
    font-size: 3.6rem;
  }
}

.boxTopHow__planNum--slash {
  position: relative;
  z-index: 1;
}
.boxTopHow__planNum--slash::before {
  position: absolute;
  content: "";
  display: block;
  z-index: 10;
  top: 4.6rem;
  left: 1rem;
  width: 16rem;
  height: 0.5rem;
  background-color: #EF858C;
  transform: rotate(-20deg);
}
@media screen and (max-width: 750px) {
  .boxTopHow__planNum--slash::before {
    top: 2.5rem;
    left: 0;
    width: 10.6rem;
  }
}

.boxTopHow__planNum--yen {
  color: #231815;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planNum--yen {
    font-size: 2.1rem;
  }
}

.boxTopHow__triangle {
  margin-left: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.7rem solid transparent;
  border-bottom: 1.7rem solid transparent;
  border-left: 1.8rem solid #9FA0A0;
  border-right: 0;
}
@media screen and (max-width: 750px) {
  .boxTopHow__triangle {
    transform: rotate(90deg);
  }
}

.boxTopHow__planNum--large {
  color: #EF858C;
  font-size: 8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.048em;
}
@media screen and (max-width: 750px) {
  .boxTopHow__planNum--large {
    font-size: 5rem;
  }
}

.boxTopHow__planNum--after {
  padding-bottom: 0.9rem;
}
.boxTopHow__planNum--after .boxTopHow__planNum--yen {
  color: #EF858C;
  margin-left: 0.3rem;
}

.boxTopHow__notice {
  margin-top: 1.5rem;
  color: #231815;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .boxTopHow__notice {
    font-size: 1.4rem;
  }
}

.secTopPriceArea__inner {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopPriceArea__inner {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}

.secTopPriceArea__content {
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .secTopPriceArea__content {
    margin-top: 5rem;
  }
}

.secTopPriceArea__icon {
  position: absolute;
  z-index: 10;
  width: 20rem;
  top: -8rem;
  right: 5rem;
}
@media screen and (max-width: 750px) {
  .secTopPriceArea__icon {
    width: 10rem;
    top: -3rem;
    right: 1rem;
  }
}

.secTopPriceArea__img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .secTopPriceArea__img {
    width: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 750px) {
  .secTopPriceArea__img img {
    width: 100rem;
    max-width: initial;
  }
}

.secTopPriceArea__button {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 4rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .secTopPriceArea__button {
    padding: 0 2rem;
  }
}

.secTopNews {
  background-color: #fff;
}

.secTopNews__inner {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
  .secTopNews__inner {
    padding-bottom: 10.5rem;
  }
}

.secTopNews__cards {
  max-width: 99.1rem;
  margin: 2.5rem auto 0;
}

.cardsTopNews {
  gap: 0 3.3rem;
}
@media screen and (max-width: 750px) {
  .cardsTopNews {
    flex-direction: column;
    gap: 3rem 0;
  }
}

.cardsTopNews__item {
  width: 30.8rem;
}
@media screen and (max-width: 750px) {
  .cardsTopNews__item {
    width: 100%;
  }
}

.cardTopNews {
  display: block;
}

.cardTopNews__img {
  height: 22.5rem;
}
@media screen and (max-width: 750px) {
  .cardTopNews__img {
    height: 18.5rem;
  }
}
.cardTopNews__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cardTopNews__content {
  margin-top: 1.2rem;
}

.cardTopNews__date {
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .cardTopNews__date {
    font-size: 1.2rem;
  }
}

.cardTopNews__title {
  margin-top: 0.6rem;
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .cardTopNews__title {
    font-size: 1.4rem;
  }
}

.secTopNews__button.buttonMainWrapper {
  margin-top: 3.4rem;
}

.secTopNews__icon {
  width: 15.7rem;
  position: absolute;
  right: -2rem;
  bottom: -0.9rem;
}
@media screen and (max-width: 1440px) {
  .secTopNews__icon {
    width: 13.7rem;
    right: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .secTopNews__icon {
    width: 7rem;
  }
}

.secTopNews__noPost {
  margin-top: 3rem;
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375; /* 137.5% */
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secTopNews__noPost {
    font-size: 1.4rem;
  }
}

.secNewsArchive__noPost {
  margin-top: 0.5rem;
  color: #191919;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375; /* 137.5% */
  text-align: center;
}

.secTopInsta {
  background-color: #fff;
}

.secTopInsta__inner {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
  .secTopInsta__inner {
    padding-bottom: 5.5rem;
  }
}

.secTopInsta__content {
  max-width: 100rem;
  margin: 2.5rem auto 0;
}
.secTopInsta__content iframe {
  height: 45rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .secTopInsta__content iframe {
    height: 30.5rem;
  }
}