main {
  overflow: auto;
}

.p-largeOrder {
  max-width: 1086px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-largeOrder {
    padding-inline: 17.75px;
  }
}

.p-largeOrder .p-largeOrder__bannerContainer {
  width: 100vw;
  height: 329px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder .p-largeOrder__bannerContainer {
    background-color: transparent; /* SPは画像に色が含まれるので透明に */
    margin-bottom: 0;
    height: auto;
  }
}

.p-largeOrder .p-largeOrder__pcText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 980px; /* コンテンツ幅に合わせる */
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 2;
  padding-inline: 20px;
  pointer-events: none; /* 下の画像やリンクを邪魔しない設定 */
}
.p-largeOrder__pcText--left .large-title {
  font-size: 35px; /* 見出しを大きく */
  font-weight: bold;
  line-height: 1.2;
}

.p-largeOrder__pcText--right p {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0;
}

.p-largeOrder__image {
  z-index: 1;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  position: relative;
  background-color: #31a89c;
}
@media screen and (max-width: 767px) {
  .p-largeOrder__image {
    margin-bottom: 20px;
  }
}
.p-largeOrder__image img {
  width: auto;
  height: 329px;
  max-height: 400px; /* PCでの画像の高さ制限 */
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
.p-largeOrder  .is-pc-only {
    display: none; /* PC用テキストを非表示 */
  }
}

@media screen and (max-width: 767px) {
  .p-largeOrder__image img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
.p-largeOrder__headline {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2857142857;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-largeOrder__headline {
    margin-bottom: 5px;
    font-size: 28px;
  }
}

.p-largeOrder__subHeadline {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  gap: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-largeOrder__subHeadline {
    font-size: 24px;
    gap: 7.75px;
  }
}
.p-largeOrder__subHeadline::before,
.p-largeOrder__subHeadline::after {
  content: "";
  width: 49px;
  height: 1px;
  background-color: #666;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-largeOrder__subHeadline::before,
  .p-largeOrder__subHeadline::after {
    width: 49.5px;
  }
}
.p-largeOrder__subHeadline--flow {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder__subHeadline--flow {
    margin-top: 78px;
  }
}
.p-largeOrder__subHeadline--faq {
  margin-top: 89px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder__subHeadline--faq {
    margin-top: 77.5px;
  }
}
.p-largeOrder__intro {
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-largeOrder__intro {
    margin-bottom: 42px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-largeOrder__link {
  width: 269px;
  border-radius: 10px;
  padding-block: 14px;
  margin-inline: auto;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background-color: #ef0421;
  display: block;
  position: relative;
}
.p-largeOrder__link::after {
  content: "";
  width: 6px;
  height: 9px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='9' viewBox='0 0 6 9' fill='none'%3E%3Cpath d='M0.770752 7.63708L3.77075 4.26671L0.770752 0.637085' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-largeOrder__link::after {
    width: 5.5px;
    height: 8.5px;
    right: 15px;
  }
}

.p-largeOrder-flow {
  margin-block: 39px 89px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-flow {
    margin-block: 36px 70.5px;
  }
}
.p-largeOrder-flow__item {
  gap: 35px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.p-largeOrder-flow__item:not(:last-child) {
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-flow__item:not(:last-child) {
    padding-bottom: 24px;
  }
}
.p-largeOrder-flow__item:not(:last-child) .p-largeOrder-flow__num::after {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #ef0421;
  position: absolute;
  z-index: -1;
}
.p-largeOrder-flow__num {
  width: 74px;
  aspect-ratio: 1;
  border: 1px solid #ef0421;
  border-radius: 50%;
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
  color: #ef0421;
  background-color: #fff;
  gap: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-flow__num {
    width: 70.5px;
    font-size: 28px;
  }
}
.p-largeOrder-flow__num span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-flow__num span {
    font-size: 12px;
  }
}
.p-largeOrder-flow__title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-flow__title {
    margin-bottom: 7px;
    font-size: 17px;
  }
}
.p-largeOrder-flow__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-flow__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-largeOrder-flow__text a {
  background-image: linear-gradient(transparent 95%, #000 70%);
}

.p-largeOrder-notice {
  margin-block: 35px 69px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-notice {
    margin-block: 33px 42px;
  }
}
.p-largeOrder-notice__item {
  font-size: 16px;
  line-height: 1.8125;
  gap: 10px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-notice__item {
    font-size: 15px;
  }
}
.p-largeOrder-notice__item:not(:last-child) {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-notice__item:not(:last-child) {
    margin-bottom: 22px;
  }
}
.p-largeOrder-notice__item::before {
  content: "";
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: 14px;
  background-color: #1b1b1b;
  flex-shrink: 0;
}

.p-largeOrder-faq {
  margin-block: 8px 73px;
  font-weight: 400;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-faq {
    line-height: 1.7857142857;
  }
}
.p-largeOrder-faq__item {
  border-bottom: 1px solid #dfdfdf;
  padding-block: 30px 33px;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-faq__item {
    padding-block: 27px 28.5px;
  }
}
.p-largeOrder-faq__question {
  margin-bottom: 14px;
  font-size: 20px;
  gap: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-faq__question {
    font-size: 16px;
    gap: 17px;
  }
}
.p-largeOrder-faq__question::before {
  content: "Q";
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #ef0421;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-faq__question::before {
    font-size: 22px;
  }
}
.p-largeOrder-faq__answer {
  font-size: 16px;
  line-height: 1.8125;
  gap: 20px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-faq__answer {
    font-size: 14px;
    line-height: 1.7857142857;
    gap: 17px;
  }
}
.p-largeOrder-faq__answer::before {
  content: "A";
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-largeOrder-faq__answer::before {
    font-size: 22px;
  }
}
