@charset "UTF-8";
.p-mv {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-mv {
    padding: 0px 15px 15px;
  }
}
@media screen and (max-width: 550px) {
  .p-mv {
    padding: 15px;
  }
}
.p-mv img {
  width: 100%;
}

.p-money {
  color: #1E1E1E;
  width: 100%;
  max-width: 800px;
  margin: 70px auto 0px auto;
}
@media screen and (max-width: 766px) {
  .p-money {
    padding: 15px;
    margin: 15px auto 30px auto;
  }
}

.p-money__inner {
  width: 100%;
}

.p-money__title {
  position: relative;
  left: 5px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-money__title {
    font-size: 18px;
  }
}
.p-money__title span {
  display: inline-block;
  font-size: 35px;
}
@media screen and (max-width: 766px) {
  .p-money__title span {
    font-size: 22px;
  }
}

.p-money__subTitle {
  color: #FFFFFF;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 9px 0 9px 0;
  background: #E4A079;
  margin-top: 42px;
}
@media screen and (max-width: 766px) {
  .p-money__subTitle {
    font-size: 14px;
    margin-top: 30px;
  }
}

.p-money__wrapper {
  width: 100%;
  background: #fff;
  border: 1px solid #E4A079;
  padding: 18px 74px 20px 74px;
}
@media screen and (max-width: 766px) {
  .p-money__wrapper {
    padding: 12px 10px 12px 10px;
  }
}

.p-money__course {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ABABAB;
}
@media screen and (max-width: 766px) {
  .p-money__course {
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
}

.p-money__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
}
@media screen and (max-width: 766px) {
  .p-money__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
}

.p-money__left {
  padding-left: 16px;
}
@media screen and (max-width: 766px) {
  .p-money__left {
    padding-left: 0px;
  }
}

.p-money__regularPrice {
  position: relative;
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.175em;
  padding-left: 12px;
  padding-right: 25px;
  margin-top: 8px;
  padding-bottom: 5px;
}
@media screen and (max-width: 766px) {
  .p-money__regularPrice {
    min-width: 90px;
    font-size: 9px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 0px;
    margin-right: 6px;
    padding-bottom: 0px;
  }
}
.p-money__regularPrice::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ABABAB;
}
.p-money__regularPrice::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1.5px;
  right: -2.5px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  width: 11px;
  height: 1px;
  background: #ABABAB;
}
.p-money__regularPrice span {
  letter-spacing: 0.175em;
}

.p-money__right {
  position: relative;
  padding-right: 15px;
}
@media screen and (max-width: 766px) {
  .p-money__right {
    padding-right: 0px;
    margin-top: 0px;
  }
}

.p-money__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 766px) {
  .p-money__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-money__gain {
  display: block;
  width: 130px;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 10px 0px;
  background: #D25A19;
  margin-top: 5px;
}
@media screen and (max-width: 766px) {
  .p-money__gain {
    width: 75px;
    min-width: 75px;
    font-size: 9px;
    letter-spacing: 0.1em;
    padding: 8px 0px;
    margin-top: 6px;
  }
}

.p-money__group {
  margin-left: 8px;
}
@media screen and (max-width: 766px) {
  .p-money__group {
    margin-left: 6px;
  }
}

.p-money__excludingTax {
  color: #D25A19;
  font-family: "shippori-mincho", sans-serif;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax {
    font-size: 16.5px;
  }
}
.p-money__excludingTax span {
  font-size: 48px;
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax span {
    font-size: 24px;
  }
}

.p-money__taxIncluded {
  color: #D25A19;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-money__taxIncluded {
    font-size: 7px;
  }
}
.p-money__taxIncluded span {
  font-family: "shippori-mincho", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .p-money__taxIncluded span {
    font-size: 10px;
  }
}

.p-money__comment {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 13px;
  letter-spacing: 0.175em;
  text-align: right;
  margin-top: 6px;
}
@media screen and (max-width: 766px) {
  .p-money__comment {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.07em;
    margin-top: 15px;
  }
}
@media screen and (max-width: 766px) {
  .p-money__comment.pc {
    display: none;
  }
}
.p-money__comment.sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .p-money__comment.sp {
    display: block;
  }
}

.p-money__link:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 404px;
  height: 61px;
  margin: 51px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-money__link:not(:root) {
    width: 282.8px;
    height: 42.7px;
    margin: 30px auto 0 auto;
  }
}
.p-money__link:not(:root):hover {
  opacity: 0.7;
}
.p-money__link:not(:root) img {
  width: 100%;
}

.p-about {
  color: #1E1E1E;
  width: 100%;
}

.p-about__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 95px;
}
@media screen and (max-width: 766px) {
  .p-about__inner {
    padding-top: 30px;
  }
}

.p-about__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    margin-top: 30px;
    padding: 0 15px;
  }
}

.p-about__img {
  width: 100%;
  max-width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-about__img {
    max-width: 100%;
  }
}
.p-about__img img {
  width: 100%;
}

.p-about__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-about__text {
    font-size: 14px;
    text-align: justify;
  }
}

.p-about-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  background: #FFF2EB;
  padding: 18px 45px;
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .p-about-cont {
    width: calc(100% - 30px);
    margin: 30px auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
    padding: 18px 15px;
  }
}

.p-about-cont__img {
  width: 100%;
  max-width: 84px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-about-cont__img {
    max-width: 55px;
  }
}
.p-about-cont__img img {
  width: 100%;
}

.p-about-cont__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-about-cont__text {
    font-size: 12px;
    text-align: justify;
  }
}
@media screen and (max-width: 766px) {
  .p-about-cont__text_cent {
    text-align: center;
    padding-left: 4px;
  }
}
.p-about-cont__text span {
  display: inline-block;
  position: relative;
  left: -8px;
  margin-bottom: 3px;
}

.p-about-cont02 {
  position: relative;
  width: 100%;
  background: #F7F5F5;
  margin-top: 54px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02 {
    width: calc(100% - 30px);
    margin: 50px auto 0 auto;
  }
}

.p-about-cont02__title {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 216px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__title {
    max-width: 180px;
    top: -14px;
  }
}
.p-about-cont02__title img {
  width: 100%;
}

.p-about-cont02__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 0;
  padding: 40px 44px 48px 44px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__lists {
    gap: 20px 0;
    padding: 35px 0px 30px 0px;
  }
}
.p-about-cont02__lists li {
  position: relative;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.149em;
  padding-left: 32px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__lists li {
    width: 280px;
    font-size: 14px;
    padding-left: 28px;
    margin: 0 auto;
  }
}
.p-about-cont02__lists li:nth-of-type(1) {
  min-width: 232px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__lists li:nth-of-type(1) {
    min-width: auto;
  }
}
.p-about-cont02__lists li:nth-of-type(4) {
  min-width: 232px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__lists li:nth-of-type(4) {
    min-width: auto;
  }
}
.p-about-cont02__lists li:nth-of-type(2) {
  min-width: 299px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__lists li:nth-of-type(2) {
    min-width: auto;
  }
}
.p-about-cont02__lists li:nth-of-type(5) {
  min-width: 299px;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__lists li:nth-of-type(5) {
    min-width: auto;
  }
}
.p-about-cont02__lists li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 25px;
  height: 22px;
  background-image: url(../images/list_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-about-cont02__lists li::before {
    width: 20px;
    height: 17.6px;
  }
}
.p-about-cont02__lists li span {
  color: #D25A19;
}

.p-about-cont03 {
  width: 100%;
  max-width: 800px;
  margin: 92px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-about-cont03 {
    padding: 0 15px;
    margin: 60px auto 0 auto;
  }
}

.p-about-cont03__title {
  color: #877A3C;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__title {
    font-size: 20px;
  }
}
.p-about-cont03__title::after {
  content: "";
  display: block;
  position: relative;
  width: 318px;
  height: 13px;
  background-image: url(../images/about_bar.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 6px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__title::after {
    width: 260.76px;
    height: 10.66px;
  }
}

.p-about-cont03__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__box {
    gap: 15px;
    margin-top: 20px;
  }
}

.p-about-cont03__group {
  width: 100%;
}

.p-about-cont03__hand {
  color: #FFFFFF;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.175em;
  padding: 7px 0 8px 0;
  text-align: center;
  background: #7F7E7E;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__hand {
    font-size: 16px;
    padding: 5px 0;
  }
}
.p-about-cont03__hand_bg {
  background: #D25A19;
}

.p-about-cont03__img {
  width: 100%;
}
.p-about-cont03__img img {
  width: 100%;
}

.p-about-cont03__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  white-space: nowrap;
  padding-left: 2px;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-about-cont03__text {
    white-space: wrap;
  }
}

.p-point {
  color: #1E1E1E;
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 766px) {
  .p-point {
    margin-top: 50px;
  }
}

.p-point__inner {
  width: 100%;
  max-width: 805px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-point__inner {
    padding: 0 15px;
  }
}

.p-point__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 35px;
}
@media screen and (max-width: 766px) {
  .p-point__column {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-point__column_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 766px) {
  .p-point__column_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-point__column:first-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 766px) {
  .p-point__column:first-of-type {
    margin-top: 30px;
  }
}

@media screen and (max-width: 766px) {
  .p-point__box {
    margin-top: 30px;
  }
}

.p-point__title {
  color: #D25A19;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 766px) {
  .p-point__title {
    font-size: 18px;
  }
}

.p-point__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.175em;
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-point__text {
    font-size: 14px;
    text-align: justify;
  }
}

.p-point__group {
  position: relative;
  top: 10px;
  width: 100%;
  max-width: 225px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-point__group {
    margin: 0 auto;
  }
}

.p-point__number {
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  color: #F4D1C1;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766px) {
  .p-point__number {
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 28px;
  }
}
.p-point__number_rev {
  top: 5px;
  right: -12px;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 766px) {
  .p-point__number_rev {
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    right: auto;
  }
}
.p-point__number span {
  position: relative;
  top: -10px;
  font-family: "shippori-mincho", sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .p-point__number span {
    font-size: 56px;
  }
}

.p-point__img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 180px;
  margin-top: -23px;
  margin-left: 20px;
}
@media screen and (max-width: 766px) {
  .p-point__img {
    max-width: 160px;
    margin: -23px auto 0 auto;
  }
}
.p-point__img img {
  width: 100%;
}

.p-type {
  color: #1E1E1E;
  width: 100%;
  background: #EFAB89;
  margin-top: 105px;
}
@media screen and (max-width: 766px) {
  .p-type {
    margin-top: 60px;
  }
}

.p-type__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 55px 0 50px 0;
}
@media screen and (max-width: 766px) {
  .p-type__inner {
    padding: 45px 15px 40px 15px;
  }
}

.p-type__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-type__wrapper {
    gap: 30px;
    margin-top: 35px;
  }
}

.p-type__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  padding: 40px 0px 40px 40px;
  background: #fff;
}
@media screen and (max-width: 766px) {
  .p-type__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 28px;
    padding: 25px 15px;
  }
}

.p-type__img {
  width: 100%;
  max-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-type__img {
    max-width: 100%;
  }
}
.p-type__img img {
  width: 100%;
}

.p-type__box {
  width: 100%;
}

.p-type__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  background: #D25A19;
  text-align: center;
  padding: 12px 0;
}
@media screen and (max-width: 766px) {
  .p-type__title {
    font-size: 18px;
    padding: 10px 0;
  }
}
.p-type__title span {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-right: 5px;
}
@media screen and (max-width: 766px) {
  .p-type__title span {
    font-size: 12px;
    margin-right: 3px;
    letter-spacing: 0.1em;
  }
}

.p-type__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.175em;
  padding: 16px 28px 18px 20px;
}
@media screen and (max-width: 766px) {
  .p-type__text {
    font-size: 14px;
    padding: 16px 15px 18px 15px;
  }
}

.p-type__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
  padding: 15px 18px;
  background: #FFF2EB;
}
@media screen and (max-width: 766px) {
  .p-type__lists {
    padding: 15px 12px;
  }
}
.p-type__lists li {
  position: relative;
  color: #D25A19;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  padding-left: 32px;
}
@media screen and (max-width: 766px) {
  .p-type__lists li {
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1.3;
    padding-left: 20px;
  }
}
.p-type__lists li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.2px;
  left: 0px;
  width: 23px;
  height: 20px;
  background-image: url(../images/list_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-type__lists li::before {
    top: 1px;
    width: 16.1px;
    height: 14px;
  }
}

.p-shortening {
  color: #1E1E1E;
  width: 100%;
  background-image: url(../images/shortening_bg.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-shortening__inner {
  width: 100%;
  padding: 70px 0 35px 0;
}
@media screen and (max-width: 766px) {
  .p-shortening__inner {
    padding: 50px 15px 35px 15px;
  }
}

.p-shortening__band {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 290px;
  height: 35px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  background: #666666;
  padding-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-shortening__band {
    max-width: 200px;
    height: 35px;
    font-size: 16px;
    padding-left: 10px;
  }
}
.p-shortening__band::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 17.5px 0 17.5px;
  border-color: #666666 transparent transparent transparent;
}

.p-shortening__item {
  width: 100%;
  max-width: 468px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-shortening__item {
    max-width: 320px;
  }
}
.p-shortening__item img {
  width: 100%;
}

.p-shortening__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding-left: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-shortening__text {
    font-size: 14px;
    padding-left: 0px;
    margin-top: 30px;
  }
}
.p-shortening__text span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 0%, #fff 0%);
}

.p-shortening__box {
  position: relative;
  left: 5px;
  width: 100%;
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 25px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-shortening__box {
    gap: 10px;
  }
}

.p-shortening__img {
  width: 100%;
}
.p-shortening__img img {
  width: 100%;
  border-radius: 100%;
}

.p-shortening__text02 {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  padding-left: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-shortening__text02 {
    font-size: 14px;
  }
}

.p-shortening__text03 {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4347826087;
  letter-spacing: 0.175em;
  text-align: center;
  padding-left: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 766px) {
  .p-shortening__text03 {
    font-size: 20px;
    margin-top: 10px;
  }
}

.p-recom {
  color: #1E1E1E;
  width: 100%;
}

.p-recom__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 65px;
}
@media screen and (max-width: 766px) {
  .p-recom__inner {
    padding: 50px 15px 0 15px;
  }
}

.p-recom__title {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 450px;
  height: 44px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  background: #D25A19;
}
@media screen and (max-width: 766px) {
  .p-recom__title {
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.15em;
  }
}

.p-recom__band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-recom__band {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
    font-size: 20px;
    margin-top: 30px;
  }
}
.p-recom__band span {
  display: inline-block;
  color: #D25A19;
  font-size: 30px;
}
@media screen and (max-width: 766px) {
  .p-recom__band span {
    font-size: 28px;
  }
}

.p-recom__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-recom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 30px;
    margin-top: 30px;
  }
}

.p-recom__img {
  width: 100%;
  max-width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-recom__img {
    max-width: 200px;
  }
}
.p-recom__img img {
  width: 100%;
}

.p-recom__subTitle {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.175em;
  border-bottom: 1px solid #ABABAB;
  padding-bottom: 10px;
}
@media screen and (max-width: 766px) {
  .p-recom__subTitle {
    font-size: 18px;
  }
}

.p-recom__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.175em;
  padding-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-recom__text {
    font-size: 14px;
    text-align: justify;
  }
}

.p-recom-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 92px;
  margin-top: 38px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 80px;
    margin-top: 50px;
  }
}

.p-recom-cont__box {
  position: relative;
  width: 100%;
}
.p-recom-cont__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 19px;
  border-color: transparent transparent transparent #E4A079;
}
@media screen and (max-width: 766px) {
  .p-recom-cont__box::before {
    top: auto;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    right: auto;
  }
}
.p-recom-cont__box:last-of-type::before {
  display: none;
}
@media screen and (max-width: 766px) {
  .p-recom-cont__box_min {
    width: 45.652173913%;
    margin: 0 auto;
  }
}

.p-recom-cont__column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.p-recom-cont__column .p-recom-cont__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -23px;
  border-width: 8.75px 0 8.75px 13.3px;
}
.p-recom-cont__column .p-recom-cont__box:last-of-type::before {
  display: none;
}

.p-recom-cont__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding-left: 5px;
}

.p-recom-cont__img {
  width: 100%;
  margin-top: 20px;
}
.p-recom-cont__img img {
  width: 100%;
}

.p-recom-cont__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont__text {
    line-height: 1.5;
  }
}

.p-recom-cont02 {
  position: relative;
  width: 100%;
  background: #F7F5F5;
  margin-top: 56px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont02 {
    margin-top: 60px;
  }
}

.p-recom-cont02__title {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-recom-cont02__title {
    max-width: 228px;
    top: -14px;
  }
}
.p-recom-cont02__title img {
  width: 100%;
}

.p-recom-cont02__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 0;
  padding: 44px 88px 43px 88px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont02__lists {
    gap: 20px 0;
    padding: 35px 0px 30px 0px;
  }
}
.p-recom-cont02__lists li {
  position: relative;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.149em;
  padding-left: 32px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont02__lists li {
    width: calc(100% - 70px);
    font-size: 14px;
    line-height: 1.5;
    padding-left: 28px;
    margin: 0 auto;
  }
}
.p-recom-cont02__lists li:nth-of-type(1) {
  min-width: 415px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont02__lists li:nth-of-type(1) {
    min-width: auto;
  }
}
.p-recom-cont02__lists li:nth-of-type(3) {
  min-width: 415px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont02__lists li:nth-of-type(3) {
    min-width: auto;
  }
}
.p-recom-cont02__lists li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 25px;
  height: 22px;
  background-image: url(../images/list_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-recom-cont02__lists li::before {
    top: 1px;
    width: 20px;
    height: 17.6px;
  }
}
.p-recom-cont02__lists li span {
  color: #D25A19;
}

.p-recom-cont03 {
  width: 100%;
  height: 230px;
  background-image: url(../images/recom_bg.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont03 {
    height: auto;
    background-image: none;
    background: #FFF3EB;
    padding-bottom: 30px;
  }
}

.p-recom-cont03__title {
  width: 100%;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding-left: 5px;
  padding-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont03__title {
    font-size: 16px;
    padding-left: 0px;
  }
}
.p-recom-cont03__title span {
  position: relative;
  display: inline-block;
  color: #D25A19;
  font-size: 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCE7D9));
  background: linear-gradient(transparent 60%, #FCE7D9 60%);
  padding: 0 5px;
  margin-left: 5px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont03__title span {
    font-size: 20px;
  }
}

.p-recom-cont03__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-recom-cont03__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.p-recom-cont03__lists li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0em;
  white-space: nowrap;
  text-align: center;
  border: 10px solid #F4D1C1;
  background: #fff;
}
.p-recom-cont03__lists li p {
  line-height: 1.3;
}
.p-recom-cont03__lists li span {
  color: #D25A19;
}
.p-recom-cont03__lists li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -5px;
  width: 21.6px;
  height: 19px;
  background-image: url(../images/list_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-recom__link:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 404px;
  height: 61px;
  margin: 51px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-recom__link:not(:root) {
    width: 282.8px;
    height: 42.7px;
    margin: 30px auto 0 auto;
  }
}
.p-recom__link:not(:root):hover {
  opacity: 0.7;
}
.p-recom__link:not(:root) img {
  width: 100%;
}

.p-reason {
  color: #1E1E1E;
  width: 100%;
  margin-top: 96px;
}
@media screen and (max-width: 766px) {
  .p-reason {
    margin-top: 60px;
  }
}

.p-reason__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-reason__inner {
    padding: 0 15px;
  }
}

.p-reason__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 92px;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-reason__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 50px;
  }
}

.p-reason__box {
  position: relative;
  width: 100%;
}

.p-reason__img {
  position: relative;
  width: 100%;
}
.p-reason__img img {
  width: 100%;
}

.p-reason__number:not(:root) {
  position: absolute;
  bottom: -21px;
  right: 10px;
  width: 55px;
}

.p-reason__group {
  width: 100%;
  margin-top: 28px;
}

.p-reason__title {
  color: #D25A19;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-reason__title {
    font-size: 18px;
  }
}

.p-reason__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  margin-top: 14px;
}
@media screen and (max-width: 766px) {
  .p-reason__text {
    text-align: justify;
  }
}

.p-reason-cont {
  width: 100%;
  margin-top: 86px;
}
@media screen and (max-width: 766px) {
  .p-reason-cont {
    margin-top: 60px;
  }
}

.p-reason-cont__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.4347826087;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding-left: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ABABAB;
}
@media screen and (max-width: 766px) {
  .p-reason-cont__title {
    font-size: 16px;
  }
}
.p-reason-cont__title span {
  font-size: 30px;
}
@media screen and (max-width: 766px) {
  .p-reason-cont__title span {
    font-size: 20px;
  }
}

.p-reason-cont__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-top: 22px;
}
@media screen and (max-width: 766px) {
  .p-reason-cont__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-reason-cont__img {
  width: 100%;
  max-width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 766px) {
  .p-reason-cont__img {
    max-width: 100%;
  }
}
.p-reason-cont__img img {
  width: 100%;
}

.p-reason-cont__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
}
@media screen and (max-width: 766px) {
  .p-reason-cont__text {
    font-size: 14px;
  }
}
.p-reason-cont__text span {
  color: #D25A19;
}

.p-reason-cont__text02 {
  color: #1E1E1E;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.119em;
  margin-top: 14px;
}
@media screen and (max-width: 766px) {
  .p-reason-cont__text02 {
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-reason-cont__text03 {
  color: #5E5E5E;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.149em;
  white-space: nowrap;
  margin-top: 7px;
}
@media screen and (max-width: 766px) {
  .p-reason-cont__text03 {
    font-size: 13px;
    line-height: 1.5;
    white-space: wrap;
    margin-top: 3px;
  }
}

.p-flow {
  color: #565656;
  width: 100%;
  background-image: url(../images/flow_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 98px;
}
@media screen and (max-width: 766px) {
  .p-flow {
    margin-top: 60px;
  }
}

.p-flow__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 55px 0 56px 0;
}
@media screen and (max-width: 766px) {
  .p-flow__inner {
    padding: 50px 15px;
  }
}

.p-flow__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin-top: 30px;
  }
}

.p-flow__box {
  width: 100%;
  max-width: 185px;
}
@media screen and (max-width: 766px) {
  .p-flow__box {
    max-width: 100%;
  }
}

.p-flow__img {
  position: relative;
  width: 152px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-flow__img {
    width: 120px;
  }
}
.p-flow__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  width: 11.5px;
  height: 20.5px;
  background-image: url(../images/flow_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-flow__img::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: auto;
    right: auto;
    bottom: -85px;
    left: 50%;
  }
}
.p-flow__img_not::before {
  display: none;
}
.p-flow__img img {
  width: 100%;
}

.p-flow__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-flow__text {
    margin-top: 10px;
  }
}
.p-flow__text span {
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .p-flow__text .pozi {
    position: relative;
    left: 5px;
  }
}

.p-detail {
  color: #1E1E1E;
  width: 100%;
  margin-top: 34px;
}
@media screen and (max-width: 766px) {
  .p-detail {
    margin-top: 40px;
  }
}

.p-detail__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-detail__inner {
    padding: 0px 15px;
  }
}

.p-detail__table {
  border: 1px solid #E4A079;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-detail__table {
    margin-top: 30px;
  }
}
.p-detail__table th {
  background: #E4A079;
  border-bottom: 1px solid #ffffff;
}
.p-detail__table th p {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
  padding: 9px 0;
}
@media screen and (max-width: 766px) {
  .p-detail__table th p {
    font-size: 12px;
    padding: 10px;
  }
}
.p-detail__table th.bar {
  border-bottom: 1px solid #E4A079;
}
.p-detail__table td {
  background: #fff;
  border-bottom: 1px solid #E4A079;
}
.p-detail__table td p {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.175em;
  padding: 9px 10px 9px 20px;
}
@media screen and (max-width: 766px) {
  .p-detail__table td p {
    font-size: 12px;
    padding: 10px;
  }
}

.p-price {
  color: #1E1E1E;
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 766px) {
  .p-price {
    margin-top: 80px;
  }
}

.p-price__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-price__inner {
    padding: 0 15px;
  }
}

.p-price__table {
  width: 100%;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-price__table {
    margin-top: 20px;
  }
}
.p-price__table thead {
  border: 1px solid #E4A079;
}
.p-price__table thead th {
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  background: #E4A079;
  padding: 13px 0px;
}
@media screen and (max-width: 766px) {
  .p-price__table thead th {
    font-size: 10px;
    padding: 10px 0;
  }
}
.p-price__table tbody th {
  background: #FFF2EB;
  border: 1px solid #E4A079;
  font-weight: 400;
  padding: 0px 0;
}
.p-price__table tbody th p {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p {
    font-size: 10px;
    padding: 10px;
  }
}
.p-price__table tbody th p span {
  font-size: 14px;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p span {
    font-size: 8px;
  }
}
.p-price__table tbody td {
  background: #fff;
  border: 1px solid #E4A079;
  border-left: none;
  padding: 7.5px 0;
}
.p-price__table tbody td.bar {
  border-top: 1px solid #fff;
}
.p-price__table tbody td p {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody td p {
    font-size: 10px;
  }
}

.p-price__band {
  width: 100%;
  max-width: 275px;
  height: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  white-space: nowrap;
  text-align: center;
  background: #D25A19;
}
@media screen and (max-width: 766px) {
  .p-price__band {
    width: 80%;
    height: auto;
    padding: 3px 0;
    max-width: 100%;
    font-size: 10px;
    margin-bottom: 2px;
  }
}

.p-price__commentBox {
  position: relative;
  left: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-price__commentBox {
    left: 0px;
    margin-top: 18px;
  }
}

.p-price__comment {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-price__comment {
    font-size: 10px;
    line-height: 1.5;
    text-align: justify;
  }
}

.p-price__comment02 {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: right;
  padding-right: 22px;
  margin-top: 6px;
}
@media screen and (max-width: 766px) {
  .p-price__comment02 {
    font-size: 10px;
    line-height: 1.5;
    text-align: justify;
    padding-right: 0px;
  }
}

.p-other {
  width: 100%;
  margin-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .p-other {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}

.p-other__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-other__inner {
    padding: 0 15px;
  }
}

.p-other__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-other__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
  }
}

.p-other__box {
  width: 100%;
}

.p-other__title {
  color: #D25A19;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.175em;
  border-left: 6px solid #D25A19;
  padding-left: 15px;
}
@media screen and (max-width: 766px) {
  .p-other__title {
    font-size: 18px;
  }
}

.p-other__img {
  display: block;
  width: 100%;
  margin-top: 14px;
}
.p-other__img:hover {
  opacity: 0.7;
}
.p-other__img img {
  width: 100%;
}

.p-other__link:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: right;
  text-decoration: none;
  padding-right: 5px;
  margin-top: 14px;
}
.p-other__link:not(:root):hover {
  opacity: 0.7;
}
.p-other__link:not(:root)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background-image: url(../images/other_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-other__text {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.175em;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-other__text {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    margin-top: 40px;
  }
}

.c-title:not(:root) {
  display: block;
  color: #1E1E1E;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.4347826087;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) {
    font-size: 16px;
  }
}
.c-title:not(:root) span {
  display: block;
  color: #D3C7BA;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.175em;
  text-align: center;
  padding-left: 8px;
  margin-bottom: 6px;
}
@media screen and (max-width: 766px) {
  .c-title:not(:root) span {
    font-size: 32px;
  }
}

.c-title_spa:not(:root) {
  letter-spacing: 0.1em;
}

.c-title_white:not(:root) span {
  color: #fff;
}

.c-title_pl0:not(:root) span {
  padding-left: 0;
}

.c-price-band {
  display: block;
  width: 257px;
  margin: 0 auto;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 1.5px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #30B299;
  margin-bottom: 2px;
}
@media screen and (max-width: 766px) {
  .c-price-band {
    width: 90%;
    font-size: 10px;
  }
}

.c-price {
  color: #1E1E1E;
  text-align: center;
}
.c-price_orange {
  color: #E08B61;
}
.c-price_orange02 {
  color: #D25A19;
}
.c-price_left {
  text-align: left !important;
  padding-left: 27px;
}
@media screen and (max-width: 766px) {
  .c-price_left {
    padding-left: 10px;
  }
}
.c-price_right:not(:root) {
  position: relative;
  left: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 766px) {
  .c-price_right:not(:root) {
    left: 0px;
  }
}
.c-price.pozi01 {
  position: relative;
  left: -5px;
}
@media screen and (max-width: 766px) {
  .c-price.pozi01 {
    left: 0px;
  }
}
.c-price .plas {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  .c-price .plas {
    font-size: 14px;
  }
}
.c-price .size01 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .c-price .size01 {
    font-size: 10.5px;
  }
}
.c-price .size02 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    font-size: 16px;
  }
}
.c-price .size03 {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 766px) {
  .c-price .size03 {
    font-size: 7.7px;
  }
}
.c-price .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size04 {
    font-size: 10.5px;
  }
}
.c-price .size05 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size05 {
    font-size: 9px;
  }
}
.c-price .size06 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size06 {
    font-size: 14px;
  }
}

@media screen and (max-width: 766px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */