/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-order .sec02-block02 .list .item-ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block02 .list .item-ttl {
    font-size: clamp(1.25rem, 0.5952380952vw + 0.9642857143rem, 1.5rem);
  }
}

.p-order .mv-ttl {
  font-size: clamp(1.4375rem, 0.2544529262vw + 1.3778625954rem, 1.5rem);
}
@media screen and (min-width: 768px) {
  .p-order .mv-ttl {
    font-size: clamp(1.5rem, 2.380952381vw + 0.3571428571rem, 2.5rem);
  }
}

.p-order .mv {
  position: relative;
  background-color: #FEF6EA;
  min-height: 350px;
  padding-top: 100px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-order .mv {
    min-height: 390px;
    padding-top: 143px;
  }
}
.p-order .mv-inner {
  position: relative;
  z-index: 1;
}
.p-order .mv-ttl {
  line-height: 1.2;
  font-weight: 700;
  margin-top: 57px;
  text-shadow: 0px 0px 16px #fff, 1px 1px 16px #fff, 2px 2px 16px #fff, 3px 3px 16px #fff;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
}
.p-order .mv-ttl--primary {
  color: #F76700;
}
.p-order .mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background: url(../../assets/images/main_mv_bg_bottom01.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-order .mv::after {
    height: 50px;
  }
}
.p-order .mv-img01 {
  max-width: 400px;
  margin-top: 30px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p-order .mv-img01 {
    width: 39.0625%;
    position: absolute;
    right: 0px;
    top: -3px;
    max-width: 100%;
    margin-top: 0;
    z-index: -1;
  }
}
.p-order .mv-img01 img {
  border-radius: 16px;
}
.p-order .sec02 {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-order .sec02 {
    padding: 100px 0 128px;
  }
}
.p-order .sec02-block01 .c-txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block01 .c-txt {
    margin-top: 55px;
  }
}
.p-order .sec02-block02 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block02 {
    margin-top: 75px;
  }
}
.p-order .sec02-block02__desc01 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block02__desc01 {
    margin-top: 55px;
  }
}
.p-order .sec02-block02 .list {
  margin-top: -11px;
}
.p-order .sec02-block02 .list .item {
  border: 1px solid var(--border);
  border-radius: 16px;
  margin-top: 30px;
  padding: 15px 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block02 .list .item {
    margin-top: 67px;
    padding: 9px 46px 17px;
  }
}
.p-order .sec02-block02 .list .item-ttl {
  line-height: 1.6666666667;
  font-weight: 700;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--accent);
}
.p-order .sec02-block02 .list .item-txt {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block02 .list .item-txt .txt-lhspec {
    display: block;
    margin-bottom: -31px;
    margin-top: -4px;
  }
}
.p-order .sec02-block02 .list .item::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background: url(../images/common_icon_arrowbottom01.svg) center/cover no-repeat;
  position: absolute;
  bottom: -22px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block02 .list .item::after {
    width: 32px;
    height: 19px;
    bottom: -45px;
    left: calc(50% - 12px);
  }
}
.p-order .sec02-block02 .list .item:last-child::after {
  display: none;
}
.p-order .sec02-block03 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block03 {
    margin-top: 74px;
  }
}
.p-order .sec02-block03 .c-txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-block03 .c-txt {
    margin-top: 55px;
  }
}
.p-order .sec02-groupbtns {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-order .sec02-groupbtns {
    margin-top: 33px;
  }
}
.p-order .sec03 {
  position: relative;
  z-index: 2;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-order .sec03 {
    padding: 53px 0 83px;
  }
}
.p-order .sec03::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  background: url(../../assets/images/common_bg_top.webp) center/cover no-repeat;
  rotate: 180deg;
}
@media screen and (min-width: 768px) {
  .p-order .sec03::before {
    height: 50px;
  }
}
.p-order .sec03::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background: url(../../assets/images/common_bg_bottom.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-order .sec03::after {
    height: 50px;
  }
}
.p-order .sec03-faq {
  max-width: 816px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-order .sec03-faq {
    margin-top: 55px;
  }
}
.p-order .sec04 {
  background-color: #FFFFFF;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-order .sec04 {
    padding: 122px 0 108px;
  }
}
.p-order .sec04 .c-contactbox01 {
  margin-top: 55px;
}
.p-order .sec04 .c-btn01 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-order .sec04 .c-btn01 {
    margin-top: 41px;
  }
}

/* 404ページ用スタイル */
.p-order .c-404__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-order .c-404__btns {
    gap: 24px;
  }
}