@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.prp-menoshita {
  --color-primary: #8a7777;
  --color-alpha: rgb(245.64, 244.12, 244.12);
  --color-secondary: rgba(138, 119, 119, 0.15);
  --color-strong: rgb(106.5701581028, 48.4298418972, 48.4298418972);
}

/* --------------------------------------------------
 フォント設定
-------------------------------------------------- */
/* コンテンツ
*****************************************************/
.wrapper {
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

.prp-menoshita > section {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .prp-menoshita > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  section .inner .inner-new {
    padding: 8vw 0;
  }
}
section .inner.inner-wide {
  max-width: 1080px;
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
section .inner p.no {
  padding-bottom: 0;
}
section .inner-bnr {
  padding: 37px 0 15px 115px;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 900px;
}

img {
  height: auto;
  max-width: 100%;
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 744px) {
  .bg-img {
    background-position: center top;
  }
}

.txt-center {
  text-align: center;
}

.block-ttl {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .block-ttl {
    line-height: 1.3;
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.block-ttl small {
  font-size: 28px;
}
@media screen and (max-width: 744px) {
  .block-ttl small {
    line-height: 1.8;
    font-size: 4.2666666667vw;
  }
}
.block-ttl strong {
  color: var(--color-primary);
}
.block-ttl span {
  position: relative;
  padding: 0 95px;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .block-ttl span {
    padding: 0 10.6666666667vw;
  }
}
.block-ttl span::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 80px;
  height: 20px;
  background: url("../images/block-ttl-before.webp") no-repeat;
  background-size: contain;
}
.block-ttl span::after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 80px;
  height: 20px;
  background: url("../images/block-ttl-before.webp") no-repeat;
  background-size: contain;
  left: auto;
  right: 0;
  background: url("../images/block-ttl-after.webp") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 744px) {
  .block-ttl span::before, .block-ttl span::after {
    height: 4vw;
    margin-top: -1.8666666667vw;
    width: 8vw;
  }
}

.bg-icon {
  position: absolute;
}

.bg-icon-01 {
  width: 240px;
  left: -230px;
  top: -40px;
}
@media screen and (max-width: 744px) {
  .bg-icon-01 {
    width: 21.3333333333vw;
    left: -5.8666666667vw;
    top: -2.6666666667vw;
  }
}

.bg-icon-02 {
  width: 600px;
  left: -330px;
  bottom: -35px;
}

.bg-icon-03 {
  width: 180px;
  right: -90px;
  bottom: 10px;
}
@media screen and (max-width: 744px) {
  .bg-icon-03 {
    width: 26.6666666667vw;
    right: -16vw;
    bottom: 40vw;
  }
}

.sec01 {
  background-image: url("../images/bg-sec01.webp");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec01 {
    background: none;
  }
}
.sec01 img {
  width: auto;
}
.sec01 h2 {
  margin-bottom: 0;
}

.list-01 {
  background: rgba(255, 255, 255, 0.4);
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.list-01 li {
  display: inline-block;
  line-height: 80px;
  position: relative;
  vertical-align: top;
}
.list-01 li:after {
  background-color: #fff;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}
.list-01 li:first-child:before {
  background-color: #fff;
  content: "";
  height: 70px;
  position: absolute;
  left: 0;
  top: 9px;
  width: 1px;
}
.list-01 li:first-child:after {
  top: 9px;
}
.list-01 li:nth-child(2):after, .list-01 li:nth-child(3):after, .list-01 li:nth-child(4):after, .list-01 li:last-child:after {
  top: 9px;
}
.list-01 li a {
  color: #323232;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 30px 20px;
  text-align: center;
  text-shadow: -1px -1px 5px rgb(255, 255, 255);
}

/* Section 02 */
.sec02 {
  background-image: url("../images/sec02-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.sec02 .inner {
  padding-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec02 .inner {
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .block-ttl {
    margin-bottom: 0;
  }
}
.sec02 .sec02__cards {
  max-width: 900px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__cards {
    margin: 5.3333333333vw auto 4.2666666667vw;
    max-width: 100%;
  }
}
.sec02 .sec02__card {
  height: 315px;
  background: url(../images/sec03-06.webp) center/cover no-repeat;
  padding: 40px 0 0;
  position: relative;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card {
    padding: 10.6666666667vw 0 0;
  }
}
.sec02 .sec02__card:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
}
.sec02 .sec02__card::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -50px;
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card::before {
    top: -5.0666666667vw;
    left: -3.8666666667vw;
    width: 24vw;
    height: 24vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card.__1 {
    background: url(../images/sec03-06-sp.webp) center/cover no-repeat;
    height: 160.2666666667vw;
    padding-top: 26.4vw;
  }
}
.sec02 .sec02__card.__1::before {
  background: url(../images/sec03-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card.__1::before {
    background: url(../images/sec03-01-sp.webp) center/cover no-repeat;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card.__2 {
    background: url(../images/sec03-07-sp.webp) center/cover no-repeat;
    height: 166.6666666667vw;
    padding-top: 33.0666666667vw;
  }
}
.sec02 .sec02__card.__2::before {
  background: url(../images/sec03-02.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card.__2::before {
    background: url(../images/sec03-02-sp.webp) center/cover no-repeat;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card.__3 {
    background: url(../images/sec03-07-sp.webp) center/cover no-repeat;
    height: 166.6666666667vw;
    padding-top: 33.0666666667vw;
  }
}
.sec02 .sec02__card.__3::before {
  background: url(../images/sec03-03.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card.__3::before {
    background: url(../images/sec03-03-sp.webp) center/cover no-repeat;
  }
}
.sec02 .sec02__card::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 30px;
  background: url(../images/sec03-13.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec02 .sec02__card::after {
    background: url(../images/sec03-13-sp.webp) center/cover no-repeat;
    bottom: -2.6666666667vw;
    width: 92vw;
    height: 2.6666666667vw;
  }
}
.sec02 .boxes {
  display: flex;
  gap: 40px;
  max-width: 720px;
  margin: 0 auto 23px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02 .boxes {
    display: block;
    padding: 0 3.3333333333vw;
    margin: 0;
  }
}
.sec02 .arrow-bottom {
  width: 314px;
  margin-bottom: 38px;
}
@media screen and (max-width: 744px) {
  .sec02 .arrow-bottom {
    width: 83.7333333333vw;
    margin-bottom: 10.1333333333vw;
  }
}
.sec02 .box {
  position: relative;
}
.sec02 .arrow {
  position: absolute;
  top: 57px;
  right: -20px;
  width: 30px;
  height: 40px;
}
@media screen and (max-width: 744px) {
  .sec02 .arrow {
    display: none;
  }
}
.sec02 .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #ff4164;
}
@media screen and (max-width: 744px) {
  .sec02 .arrow::before {
    border-width: 5.3333333333vw 0 5.3333333333vw 4vw;
  }
}
.sec02 .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #ff4164;
}
@media screen and (max-width: 744px) {
  .sec02 .arrow::after {
    right: -4vw;
    border-width: 5.3333333333vw 0 5.3333333333vw 4vw;
  }
}
.sec02 .heading-float {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 113px;
  height: 33px;
  background: url(../images/sec03-04.webp) center/cover no-repeat;
  color: #fff;
  font-family: Times;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec02 .heading-float {
    top: -3.4666666667vw;
    width: 30.1333333333vw;
    height: 8.8vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.4266666667vw;
  }
}
.sec02 .heading-float.__2 {
  background: url(../images/sec03-05.webp) center/cover no-repeat;
}
.sec02 .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .sec02 .img {
    margin-bottom: 2.6666666667vw;
  }
}
.sec02 .img img {
  aspect-ratio: 340/145;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .sec02 .img img {
    aspect-ratio: 320/136;
  }
}
.sec02 .text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-left: 18px;
}
@media screen and (max-width: 744px) {
  .sec02 .text {
    text-align: center;
    padding-left: 0;
    font-size: 4.2666666667vw;
    padding-bottom: 4.8vw;
  }
}
.sec02 .txt {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .sec02 .txt {
    font-size: 4.2666666667vw;
    max-width: 68.2666666667vw;
    text-align: left;
    margin-left: 17.6vw;
    padding-top: 2.1333333333vw;
    position: absolute;
    top: 0;
  }
}

.sec03 {
  overflow: visible;
  background: url(../images/bg_sec2_pc.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .sec03 {
    background: url(../images/bg_sec2_sp.webp) no-repeat top center/100% auto;
  }
}
.sec03 .inner {
  padding: 70px 0 140px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .sec03 .inner {
    padding: 13.3333333333vw 4vw 8vw;
  }
}
.sec03 .sec03-content-box {
  width: 62%;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-content-box {
    width: auto;
    padding-top: 17.3333333333vw;
  }
}
.sec03 .sec03-content-box .sec03-list {
  padding: 20px 60px 60px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-content-box .sec03-list {
    padding: 0;
  }
}
.sec03 .sec03-content-box .sec03-list li {
  background: url("../images/sec02-border.webp") repeat-x left bottom;
  padding: 10px 0;
  margin-bottom: 5px;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-content-box .sec03-list li {
    padding: 2.6666666667vw 0;
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.sec03 .sec03-content-box .sec03-list li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid var(--color-primary);
  top: 15px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-content-box .sec03-list li::before {
    border-top: 2.1333333333vw solid transparent;
    border-bottom: 2.1333333333vw solid transparent;
    border-left: 2.6666666667vw solid var(--color-primary);
    top: 4vw;
  }
}
.sec03 .sec03-content-box .sec03-list li small {
  font-size: 12px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-content-box .sec03-list li small {
    font-size: 3.2vw;
  }
}
.sec03 .sec03-add {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add {
    margin-top: 6.9333333333vw;
  }
}
.sec03 .sec03-add .ttl {
  background: linear-gradient(to bottom, #e6c6c7, var(--color-primary));
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 0;
  width: initial;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .ttl {
    font-size: 5.6vw;
    padding: 2.4vw 0;
  }
}
.sec03 .sec03-add .pink {
  color: #ff4164;
}
.sec03 .sec03-add .box {
  border-left: 5px solid var(--color-primary);
  border-right: 5px solid var(--color-primary);
  border-bottom: 5px solid var(--color-primary);
  background: #fff;
  padding: 34px 0 25px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box {
    padding: 5.3333333333vw 2.6666666667vw 6.6666666667vw;
  }
}
.sec03 .sec03-add .box .row {
  display: flex;
  max-width: 690px;
  justify-content: space-between;
  margin: 0 auto 30px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box .row {
    max-width: 84vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec03 .sec03-add .box .row_item {
  width: 305px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box .row_item {
    width: 47.7%;
  }
}
.sec03 .sec03-add .box .row_item .img {
  width: 265px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box .row_item .img {
    width: auto;
    margin-bottom: 2.6666666667vw;
  }
}
.sec03 .sec03-add .box .row_item .ba {
  margin-top: -5px;
  display: flex;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box .row_item .ba {
    margin-top: 0;
  }
}
.sec03 .sec03-add .box .row_item .ba_txt {
  color: #fff;
  font-size: 17px;
  padding: 0 10px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box .row_item .ba_txt {
    font-size: 2.9333333333vw;
    padding: 0 2.1333333333vw;
  }
}
.sec03 .sec03-add .box .row_item .txt {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-size: 21px;
  border: 2px solid #000;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box .row_item .txt {
    font-size: 3.4666666667vw;
    border: 0.5333333333vw solid #000;
    padding: 2.1333333333vw 0;
  }
}
.sec03 .sec03-add .box .row_item:nth-child(1) {
  position: relative;
}
.sec03 .sec03-add .box .row_item:nth-child(1)::before {
  content: "";
  width: 30px;
  height: 80px;
  background: url(../images/sec03-arrow.webp) no-repeat center center/contain;
  position: absolute;
  bottom: 1px;
  right: -55px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box .row_item:nth-child(1)::before {
    width: 2.6666666667vw;
    height: 6.9333333333vw;
    bottom: 4.5333333333vw;
    right: -3.4666666667vw;
  }
}
.sec03 .sec03-add .box .row_item:nth-child(1) .ba_txt {
  background: #444;
}
.sec03 .sec03-add .box .row_item:nth-child(1) .txt {
  border-color: transparent;
  background: #f3f3f3;
}
.sec03 .sec03-add .box .row_item:nth-child(2) .ba_txt {
  background: #ff4164;
}
.sec03 .sec03-add .box .row_item:nth-child(2) .txt {
  border-color: #ff4164;
  color: #ff4164;
}
.sec03 .sec03-add .box .txt1 {
  background: #ffecef;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #444;
  padding: 14px 0;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03-add .box .txt1 {
    font-size: 4.8vw;
    max-width: 84vw;
    padding: 2.6666666667vw 0;
  }
}

.sec04 {
  background: url("../images/sec04-img.webp") no-repeat center top transparent;
  background-size: auto 100%;
  overflow: visible;
  position: relative;
  margin-top: -75px !important;
}
@media screen and (max-width: 744px) {
  .sec04 {
    margin-top: 0 !important;
    background: url(../images/sec04-img-sp.webp) no-repeat center top transparent;
    background-size: contain;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .block-ttl {
    font-size: 4.8vw;
  }
}
.sec04 .inner {
  padding-bottom: 80px;
  padding-top: 85px;
}
@media screen and (max-width: 744px) {
  .sec04 .inner {
    padding-bottom: 5.3333333333vw;
    padding-top: 40%;
  }
}
.sec04 > .sec04-img {
  margin: 0 auto;
  display: block;
  top: -70px;
  position: absolute;
}
.sec04-content {
  width: 60%;
  float: right;
}
@media screen and (max-width: 744px) {
  .sec04-content {
    width: auto;
    float: none;
    background: #fff;
    padding: 5.3333333333vw 1.3333333333vw 0;
  }
}
.sec04-list {
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .sec04-list {
    margin-top: 0;
    padding: 4vw;
  }
}
.sec04-list li {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 744px) {
  .sec04-list li {
    margin-bottom: 2.6666666667vw;
    padding-left: 8vw;
    font-size: 4.2666666667vw;
  }
}
.sec04-list li span {
  color: #ff5e62;
}
.sec04-list li::before {
  background: url("../images/sec04-check-icon.webp") no-repeat center;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: -4px;
}
@media screen and (max-width: 744px) {
  .sec04-list li::before {
    background-size: cover;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

/* Section 05 */
.sec05 {
  background: url("../images/sec05-bg.webp") no-repeat center top;
  margin-top: -45px !important;
}
@media screen and (max-width: 744px) {
  .sec05 {
    background: url(../images/sec05-bg-sp.webp) no-repeat center top;
    margin-top: 0 !important;
    background-size: contain;
  }
}
.sec05 .inner {
  position: relative;
  overflow: visible;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec05 .inner {
    position: relative;
    padding-top: 15%;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec05 .inner::before {
    display: block;
    content: "";
    position: absolute;
    top: -0.5333333333vw;
    left: 50%;
    margin-left: -6.6666666667vw;
    width: 13.3333333333vw;
    height: 6.6666666667vw;
    background: url(../images/sec05-img-icon.webp) no-repeat left top;
    background-size: contain;
  }
}
.sec05 .block-ttl {
  color: #fff;
  margin: 60px 0;
}
@media screen and (max-width: 744px) {
  .sec05 .block-ttl {
    margin: 0;
    margin-bottom: 8vw;
  }
}
.sec05 .sec-img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec-img {
    max-width: 125.3333333333vw;
    width: 100%;
  }
}
.sec05 .sec05-content {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05-content {
    font-size: 4.2666666667vw;
  }
}
.sec05 .red-box {
  margin-top: 50px;
  font-size: 36px;
  color: #fff;
  background: url("../images/sec05-redbg.webp") no-repeat center top;
  background-size: cover;
  padding: 60px 30px 30px;
  font-weight: 700;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 744px) {
  .sec05 .red-box {
    background: url(../images/sec05-redbg-sp.webp) no-repeat center top;
    text-align: left;
    padding: 45px 5.3333333333vw 5.3333333333vw;
    position: relative;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.sec05 .red-box span {
  color: #fafa64;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 744px) {
  .sec05 .red-box .bg-icon-03 {
    position: absolute;
    right: -21.3333333333vw;
    top: -8vw;
  }
}
.sec05 .sec05__cards {
  max-width: 830px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__cards {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto 8vw;
    gap: 6.6666666667vw;
  }
}
.sec05 .sec05__card {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 67px 0 42px;
  border-radius: 80px 0px 80px 0px;
  background: url(../images/sec05-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__card {
    height: 37.3333333333vw;
    padding: 0;
    display: flex;
    background: url(../images/sec05-01-sp.webp) center/cover no-repeat;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 13.3333333333vw 0px 13.3333333333vw 0px;
    align-items: center;
    justify-content: center;
  }
}
.sec05 .category {
  color: #a2883a;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.42px;
  padding-bottom: 7px;
}
@media screen and (max-width: 744px) {
  .sec05 .category {
    padding-bottom: 1.6vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
  }
}
.sec05 .ttl {
  color: #000;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.64px;
  padding-bottom: 21px;
}
@media screen and (max-width: 744px) {
  .sec05 .ttl {
    font-size: 5.6vw;
    line-height: 6.4vw;
    letter-spacing: -0.112vw;
  }
}
.sec05 .logo {
  width: 75px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 744px) {
  .sec05 .logo {
    width: 13.3333333333vw;
    height: 2.6666666667vw;
    margin: 2.6666666667vw;
    rotate: 90deg;
  }
}
.sec05 .text {
  color: #000;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .sec05 .text {
    max-width: 39.6533333333vw;
    text-align: left;
    font-size: 4.2666666667vw;
  }
}

/* Section Instagram */
.sec-ig .inner {
  padding-top: 0;
}
@media screen and (max-width: 744px) {
  .sec-ig .inner img {
    margin: 0 auto;
  }
}

/* Section 06 */
.sec06 {
  overflow: hidden;
}
.sec06 .clearfix {
  position: relative;
}
.sec06 .clearfix::before, .sec06 .clearfix::after {
  content: " ";
  display: table;
}
.sec06 .sec06-content-box {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 345px;
  background: url("../images/sec06-bg.webp") no-repeat left bottom;
  background-size: 45% 280px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box {
    min-height: 120vw;
    background: none;
  }
}
.sec06 .sec06-content-box .inner {
  position: relative;
  overflow: visible;
  padding-top: 0;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .inner {
    padding: 0;
  }
}
.sec06 .sec06-content-box .float-box {
  width: 50%;
  float: right;
  padding: 0 30px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .float-box {
    width: auto;
    float: none;
    padding: 5.3333333333vw 5.3333333333vw 2.6666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.sec06 .sec06-content-box .sec06__img {
  position: absolute;
  left: 10px;
  bottom: 0;
  max-width: 532px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .sec06__img {
    position: static;
  }
}
.sec06 .sec06-content-box .sec06__img img {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .sec06__img img {
    box-shadow: initial;
  }
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .sec06__img {
    max-width: 100%;
  }
}
.sec06 .sec06-content-box .content-box-ttl {
  font-size: 28px;
  padding-left: 20px;
  border-left: 5px solid var(--color-primary);
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .content-box-ttl {
    padding-left: 5.3333333333vw;
    border-left: 1.3333333333vw solid var(--color-primary);
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.sec06 .sec06-content-box .content-box-ttl span {
  font-size: 36px;
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .content-box-ttl span {
    font-size: 4.2666666667vw;
  }
}
.sec06 .sec06__figure {
  position: relative;
  height: 280px;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__figure {
    height: initial;
  }
}
.sec06 .sec06__cards {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 56px;
  padding: 32px 0 136px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__cards {
    margin-bottom: 0;
    gap: 2.4vw;
    padding: 0 4vw 5.3333333333vw;
  }
}
.sec06 .sec06__cards::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 70px;
  right: -1160px;
  width: 1920px;
  height: 260px;
  background: url(../images/sec06-bg2.webp) center left/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__cards::after {
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 86.6666666667vw;
    background: url(../images/sec06-bg2-sp.webp) center left/cover no-repeat;
  }
}
.sec06 .sec06__card {
  height: 324px;
  border-radius: 40px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  background: #fafafa;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__card {
    border-radius: 2.6666666667vw;
    height: 76vw;
  }
}
.sec06 .ttl {
  color: #333;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  line-height: 35px;
  background: #e0e0e0;
  padding: 14.5px 0;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 744px) {
  .sec06 .ttl {
    font-size: 4.2666666667vw;
    line-height: 100%;
    padding: 3.2vw 0;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-feature-settings: "palt" 1;
  }
}
.sec06 .ttl.__2 {
  color: #fff;
  font-feature-settings: "palt" 1;
  background: url(../images/sec06-05.webp) center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec06 .ttl.__2 {
    padding-right: 6.4vw;
  }
}
.sec06 .ttl.__2::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 0;
  width: 494px;
  height: 147px;
  background: url(../images/sec06-06.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec06 .ttl.__2::before {
    top: -2.6666666667vw;
    left: 1.3333333333vw;
    width: 44.5333333333vw;
    height: 13.3333333333vw;
    background: url(../images/sec06-06-sp.webp) center/cover no-repeat;
  }
}
.sec06 .img {
  margin-bottom: 10px;
}
.sec06 .img img {
  aspect-ratio: 492/170;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 744px) {
  .sec06 .img img {
    aspect-ratio: 168/150;
  }
}
@media screen and (max-width: 744px) {
  .sec06 .img {
    margin-bottom: 2.6666666667vw;
  }
}
.sec06 .text {
  color: #444;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.68px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec06 .text {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    letter-spacing: 0.0746666667vw;
    padding-left: 1.8666666667vw;
  }
}
.sec06 .text.__1 {
  max-width: 231px;
}
@media screen and (max-width: 744px) {
  .sec06 .text.__1 {
    max-width: 34.4vw;
  }
}
.sec06 .text.__2 {
  max-width: 283px;
}
@media screen and (max-width: 744px) {
  .sec06 .text.__2 {
    max-width: 36.2666666667vw;
  }
}
.sec06 .text.__2:not(:last-of-type) {
  padding-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .sec06 .text.__2:not(:last-of-type) {
    padding-bottom: 1.0666666667vw;
  }
}
.sec06 .text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -44px;
  width: 33px;
  height: 30px;
  background: url(../images/check.svg) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec06 .text::before {
    width: 5.3333333333vw;
    height: 4.8vw;
    left: -4vw;
    transform: initial;
    top: 0%;
  }
}
.sec06 .conventional {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 110px;
  height: 110px;
  border-radius: 200px;
  background: #b9b7ba;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec06 .conventional {
    top: 8vw;
    left: 6.6666666667vw;
    width: 20vw;
    height: 20vw;
    border-radius: 53.3333333333vw;
  }
}
.sec06 .conventional .conventional__ttl {
  color: #302e30;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -1.92px;
  padding-top: 20px;
  padding-bottom: 7px;
}
@media screen and (max-width: 744px) {
  .sec06 .conventional .conventional__ttl {
    color: #333;
    font-size: 2.9333333333vw;
    letter-spacing: -0.1466666667vw;
    padding-top: 3.4666666667vw;
    padding-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec06 .conventional .conventional__ttl span {
    color: #333;
    font-size: 2.4vw;
    font-weight: 700;
    letter-spacing: -0.12vw;
  }
}
.sec06 .conventional .conventional__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.96px;
}
@media screen and (max-width: 744px) {
  .sec06 .conventional .conventional__text {
    font-size: 3.4666666667vw;
    line-height: 3.7333333333vw;
    letter-spacing: -0.312vw;
  }
}
.sec06 .conventional .conventional__text span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.84px;
}
@media screen and (max-width: 744px) {
  .sec06 .conventional .conventional__text span {
    font-size: 2.4vw;
    line-height: 3.7333333333vw;
    letter-spacing: -0.216vw;
  }
}
.sec06 .magic {
  position: absolute;
  top: 10px;
  left: 360px;
  width: 140px;
  height: 140px;
  border-radius: 254.545px;
  background: linear-gradient(270deg, #e4c3bc 0%, #8d787d 100%);
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec06 .magic {
    width: 25.8666666667vw;
    height: 25.8666666667vw;
    top: 2.6666666667vw;
    left: 68vw;
    border-radius: 68.96vw;
  }
}
.sec06 .magic .magic__ttl {
  color: #f9f382;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -1.8px;
  padding-top: 28px;
  padding-bottom: 5px;
}
@media screen and (max-width: 744px) {
  .sec06 .magic .magic__ttl {
    color: #fdf780;
    font-size: 2.728vw;
    letter-spacing: -0.4613333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.sec06 .magic .magic__text {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 28.5px;
  letter-spacing: -1.56px;
}
@media screen and (max-width: 744px) {
  .sec06 .magic .magic__text {
    font-size: 4.8vw;
    line-height: 4.8266666667vw;
    letter-spacing: -0.144vw;
  }
}
.sec06 .magic .magic__text span {
  font-size: 20px;
  line-height: 28.5px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 744px) {
  .sec06 .magic .magic__text span {
    font-size: 3.2vw;
    line-height: 4.8266666667vw;
    letter-spacing: -0.096vw;
  }
}

/* Section 08 */
.sec08 {
  background-attachment: scroll;
  background-image: url("../images/sec08-bg.webp");
  background-position: center top;
  background-size: fixed;
  background-repeat: repeat;
}
.sec08 .inner {
  background-image: url("../images/sec08-bg2.webp");
  background-position: left center;
  background-size: fixed;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec08 .inner {
    background-position: center top;
    background-size: 85% auto;
    padding-bottom: 8vw;
  }
}
.sec08 .block-ttl {
  margin-bottom: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .sec08 .block-ttl {
    margin-bottom: 8vw;
  }
}

.sec08-prp {
  display: block;
  font-size: 18px;
  font-weight: 700;
  min-height: 340px;
  padding-right: 500px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec08-prp {
    min-height: 2.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 0 4vw;
  }
}
.sec08-prp .img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 744px) {
  .sec08-prp .img {
    left: 0;
    right: 0;
    margin: 0 auto 8vw;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .sec08-prp .img img .spDisp_lp {
    display: inline-block;
  }
}
.sec08-prp p {
  padding-bottom: 20px;
}
.sec08-prp p:last-child {
  padding-bottom: 0;
}
.sec08-prp p span {
  color: #ff5e62;
}

/* Section 09 */
.sec09 {
  background: url("../images/sec09-bg.webp") no-repeat center top #e5e5e3;
  background: cover;
}
@media screen and (max-width: 744px) {
  .sec09 {
    background: url("../images/sec09-bg_sp.webp") no-repeat center top;
    background-size: 100% 100%;
  }
}
.sec09 .inner {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec09 .inner {
    padding: 5.3333333333vw 4vw 8vw;
  }
}
.sec09 .inner .sec09-img {
  margin: 0 auto;
}
.sec09 .block-ttl {
  width: 70%;
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec09 .block-ttl {
    margin-bottom: 5.6vw;
    width: auto;
    padding: 8vw 0 0;
  }
}
.sec09 .block-ttl strong {
  color: #fafa64;
}
.sec09 .sec09-wrap__img {
  max-width: 900px;
  margin: 0 auto;
}
.sec09 .sec09__cards {
  max-width: 900px;
  margin: 0 auto;
  height: 290px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    height: initial;
    max-width: 82.6666666667vw;
    margin: initial;
    margin-left: auto;
  }
}
.sec09 .card {
  position: relative;
  background: url(../images/sec09-02.webp) center/cover no-repeat;
  padding: 97px 24px 0;
}
@media screen and (max-width: 744px) {
  .sec09 .card {
    padding: 4vw 2.6666666667vw 3.4666666667vw 12.8vw;
    background: url(../images/sec09-02-sp.webp) center/cover no-repeat;
  }
}
@media screen and (max-width: 744px) {
  .sec09 .card.__2 {
    background: url(../images/sec09-03-sp.webp) center/cover no-repeat;
  }
}
.sec09 .txt-float {
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 122px;
  background: url(../images/sec09-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec09 .txt-float {
    width: 18.6666666667vw;
    height: 21.3333333333vw;
    transform: initial;
    left: -9.3333333333vw;
    top: -2.6666666667vw;
  }
}
.sec09 .reason {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 21px;
}
@media screen and (max-width: 744px) {
  .sec09 .reason {
    color: #fff;
    text-shadow: 2.593px 2.593px 6.481px rgba(0, 0, 0, 0.5);
    font-size: 3.6266666667vw;
    padding-top: 4vw;
  }
}
.sec09 .number {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  font-family: var(--font-noto-serif);
  font-size: 58px;
  font-weight: 500;
  line-height: 100%;
  transform: skewX(-8deg);
}
@media screen and (max-width: 744px) {
  .sec09 .number {
    color: #fff;
    text-shadow: 2.593px 2.593px 6.481px rgba(0, 0, 0, 0.5);
    font-size: 10.0266666667vw;
    font-weight: 500;
  }
}
.sec09 .ttl {
  color: #837e80;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 17px;
}
@media screen and (max-width: 744px) {
  .sec09 .ttl {
    font-size: 4.8vw;
    text-align: left;
    padding-bottom: 2.1333333333vw;
  }
}
.sec09 .text {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  line-height: 30.6px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec09 .text {
    font-size: 4.2666666667vw;
    line-height: 7.2533333333vw;
  }
}
.sec09 .text span {
  color: #f94264;
  font-size: 18px;
  line-height: 30.6px;
}
@media screen and (max-width: 744px) {
  .sec09 .text span {
    font-size: 4.2666666667vw;
    line-height: 7.2533333333vw;
  }
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
/* モニター募集バナー */
.moniBnr {
  padding: 48px 0 0;
}
@media screen and (max-width: 744px) {
  .moniBnr {
    padding: 6.4vw 0 0;
  }
}

#tempPrice .moniBnr {
  padding: 0 0 48px;
  background: none;
}
@media screen and (max-width: 744px) {
  #tempPrice .moniBnr {
    padding: 6.4vw 0;
  }
}

.pruge-bnr {
  max-width: 1080px;
  margin: 0 auto 50px !important;
}
@media (max-width: 744px) {
  .pruge-bnr {
    margin: 0 4vw 5.3333333333vw !important;
  }
}

/* --------------------------------------------------
 症例写真セクション
-------------------------------------------------- */
.sec_case {
  background: var(--color-secondary);
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
#tempFlow .tempFlow__lists {
  background: #f9f3e9;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #f5f5f5;
}

/*# sourceMappingURL=style.css.map */
