@charset "UTF-8";
.header {
  height: 830px;
  padding-top: 75px;
  border-bottom: none;
  padding-bottom: 160px;
  background: #f8f7f1;
  position: static;
  padding-inline: 0; }
  .header a {
    display: flex;
    align-items: center;
    gap: 20px; }
    .header a span {
      color: #333;
      display: block;
      font-size: 1.6rem;
      margin-top: 13px;
      text-shadow: none; }

.header .mv {
  width: 100%;
  /*height: 400px;*/
  height: 830px;
  position: relative; }
  .header .mv .bk {
    top: 0;
    left: 0; }
    .header .mv .bk img {
      width: 100%;
      height: auto;
      object-fit: cover; }
  .header .mv .mv-price {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }
  .header .mv .mv-price2 {
    top: auto;
    bottom: 8rem; }
  .header .mv .mv-text {
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: #000000; }
  .header .mv .mv-text2 {
    top: auto;
    bottom: 2rem; }
  .header .mv .btn01 {
    position: absolute;
    top: 820px;
    left: 50%;
    transform: translateX(-50%); }
    .header .mv .btn01 a {
      background-color: #ffdb5f;
      border: 1px solid #000000;
      border-radius: 50px;
      box-shadow: 3px 3px;
      color: #000000;
      width: 570px;
      display: block;
      font-size: 35px;
      padding: 20px 0; }
    .header .mv .btn01 .arrow {
      position: relative; }
    .header .mv .btn01 .arrow::before {
      /* くの字の表示設定 */
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 20px;
      width: 13px;
      /* くの字を山なりに見た時、左側の長さ */
      height: 13px;
      /* くの字を山なりに見た時、右側の長さ */
      border-top: 2px solid #000;
      /* くの字を山なりに見た時、左側の太さと色 */
      border-right: 2px solid #000;
      /* くの字を山なりに見た時、右側の太さと色 */
      transform: rotate(45deg);
      /* くの字の向き */ }
    .header .mv .btn01 .arrow::after {
      /* くの字の表示設定 */
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      width: 13px;
      /* くの字を山なりに見た時、左側の長さ */
      height: 13px;
      /* くの字を山なりに見た時、右側の長さ */
      border-top: 2px solid #000;
      /* くの字を山なりに見た時、左側の太さと色 */
      border-right: 2px solid #000;
      /* くの字を山なりに見た時、右側の太さと色 */
      transform: rotate(225deg);
      /* くの字の向き */ }
  .header .mv .btn02 {
    position: absolute;
    top: 940px;
    left: 50%;
    transform: translateX(-50%); }
    .header .mv .btn02 a {
      background-color: #ffffff;
      border: 1px solid #000000;
      border-radius: 50px;
      color: #000000;
      width: 500px;
      display: block;
      font-size: 22px;
      padding: 10px 0; }
    .header .mv .btn02 .arrow {
      position: relative; }
    .header .mv .btn02 .arrow::before {
      /* くの字の表示設定 */
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 20px;
      width: 13px;
      /* くの字を山なりに見た時、左側の長さ */
      height: 13px;
      /* くの字を山なりに見た時、右側の長さ */
      border-top: 2px solid #000;
      /* くの字を山なりに見た時、左側の太さと色 */
      border-right: 2px solid #000;
      /* くの字を山なりに見た時、右側の太さと色 */
      transform: rotate(45deg);
      /* くの字の向き */ }

.content {
  width: 100%;
  padding: 0; }

.lh15 {
  line-height: 1.5; }
  .lh15 span {
    font-size: 15px; }

.price-list tbody th.border-bottom1 {
  border-bottom: 3px solid #fff !important; }

.content h2.campaign-h2 {
  position: relative;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 50px; }
  .content h2.campaign-h2::before {
    content: "";
    display: block;
    background: url("../images/line01.png") no-repeat center;
    background-size: contain;
    /* 画像を自動調整 */
    width: 388px;
    /* 必要に応じて幅を調整 */
    height: 33px;
    /* 画像の高さ */
    margin: 0 auto 10px;
    /* 下にスペースを追加 */ }
  .content h2.campaign-h2::after {
    content: "";
    display: block;
    background: url("../images/line02.png") no-repeat center;
    background-size: contain;
    /* 画像を自動調整 */
    width: 388px;
    /* 必要に応じて幅を調整 */
    height: 16px;
    /* 画像の高さ */
    margin: 10px auto 0;
    /* 上にスペースを追加 */ }

.reason-section {
  margin-bottom: 145px;
  text-align: center;
  padding-top: 80px; }
  .reason-section .img-area {
    margin: 0 auto;
    width: 1300px; }
    .reason-section .img-area img {
      width: 100%;
      height: auto;
      object-fit: cover; }

ol.reason-list > li::before {
  display: none; }

.flexbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  .flexbox div {
    width: 48%; }

.table-section {
  margin-bottom: 140px; }

.table-section h3::after {
  display: none; }

.flow-section {
  margin-bottom: 140px; }
  .flow-section .txt {
    font-size: 16px;
    color: #302c2c; }
  .flow-section a {
    color: #302c2c;
    text-decoration: underline; }

.contact {
  background-color: #ff759c;
  width: 100vw;
  padding: 50px 0; }
  .contact h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px; }
  .contact .btn {
    width: 48%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .contact .btn a {
      background-color: #ffdb5f;
      border: 1px solid #000000;
      border-radius: 100px;
      box-shadow: 3px 3px;
      color: #000000;
      width: 100%;
      height: 100%;
      display: block;
      font-size: 35px;
      padding: 10px 0; }
    .contact .btn .arrow {
      position: relative; }
    .contact .btn .arrow::before {
      /* くの字の表示設定 */
      content: "";
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 20px;
      width: 13px;
      /* くの字を山なりに見た時、左側の長さ */
      height: 13px;
      /* くの字を山なりに見た時、右側の長さ */
      border-top: 3px solid #000;
      /* くの字を山なりに見た時、左側の太さと色 */
      border-right: 3px solid #000;
      /* くの字を山なりに見た時、右側の太さと色 */
      transform: rotate(45deg);
      /* くの字の向き */ }
    .contact .btn .tel {
      font-size: 35px;
      display: inline-block;
      padding: 2px 0 2px 50px;
      background: url(../images/ico-tel.png) no-repeat 0px center;
      background-size: 41px; }
    .contact .btn .telnumber {
      margin: 0 auto;
      font-size: 46px;
      display: inline-block;
      padding: 0px 0 0px 70px;
      background: url(../images/ico-free.png) no-repeat 0px center;
      background-size: 62px;
      font-weight: 900;
      line-height: 1; }
    .contact .btn .img-area {
      width: 116px;
      height: auto;
      margin: 2px auto 0; }

.stepbar {
  margin: 0 auto; }

.stepbar .stepbarwrap {
  margin: 2em 0;
  padding: 15px 10px;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: flex-start; }

.stepbar .stepbarwrap .steptitle {
  position: relative;
  z-index: 1;
  /* steptitleのz-indexを1に設定して前面に表示 */ }

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 124px;
  height: 124px;
  content: "";
  border-radius: 50%;
  background-color: #ff759c;
  color: #fff;
  text-align: center; }

.stepbar .stepbarwrap .steptitle .stepcircle p {
  display: inline-block;
  line-height: 1.2em;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  top: 1.8em;
  margin: 0 0 0 0;
  color: #fff; }
  .stepbar .stepbarwrap .steptitle .stepcircle p span {
    display: block;
    font-size: 33px;
    text-align: center; }

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em; }

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em; }
  .stepbar .stepbarwrap .steptxt h2 {
    font-size: 25px;
    color: #ff759c;
    margin: 20px 0 10px; }
  .stepbar .stepbarwrap .steptxt p.txt {
    font-size: 16px;
    margin: 0 0 0 0;
    color: #302c2c; }
  .stepbar .stepbarwrap .steptxt ul {
    color: #f2cf2e;
    font-size: 16px;
    list-style: square;
    margin: 0 0 0 0; }
    .stepbar .stepbarwrap .steptxt ul span {
      color: #302c2c; }
    .stepbar .stepbarwrap .steptxt ul li {
      margin-left: 10px;
      padding-left: 10px !important;
      list-style: square; }

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #ff759c;
  position: absolute;
  top: 1em;
  left: 72px;
  z-index: 0; }

.stepbar .stepbarwrap .stepline.second {
  width: 1px;
  height: calc(100% + 2em);
  background-color: #ff759c;
  position: absolute;
  top: 0;
  left: 72px;
  z-index: 0; }

.stepbar .stepbarwrap .stepline.last {
  width: 1px;
  height: 2em;
  background-color: #ff759c;
  position: absolute;
  top: 0;
  left: 72px;
  z-index: 0; }

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%; } }
.price-cel s {
  text-decoration-line: line-through;
  text-decoration-thickness: 0.2rem;
  margin-right: 10px; }
.price-cel .font-red {
  color: #f43526;
  margin-left: 10px; }
  .price-cel .font-red b {
    font-size: 21px; }

/*# sourceMappingURL=style.css.map */
