@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;
  }
}

.hip {
  --color-primary: #ffa751;
  --color-alpha: rgb(255, 247.96, 241.08);
  --color-secondary: rgba(255, 167, 81, 0.3);
  --color-strong: rgb(234, 115.6551724138, 0);
}

.subttl {
  color: #323232;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .subttl {
    font-size: 5.6vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 744px) {
  .subttl img {
    margin: 0 auto;
    text-align: center;
  }
}

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

.hip > section {
  color: #323232;
  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;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .hip > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  section h3 {
    font-size: 6.4vw;
  }
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 70px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    font-size: 4.2666666667vw;
    padding: 8vw 4vw;
  }
}
section .inner.inner-small {
  max-width: 1000px;
}
@media screen and (max-width: 744px) {
  section .inner.inner-small {
    max-width: 100%;
    padding-top: 13.3333333333vw;
  }
}
section .inner.inner-small.no {
  max-width: 962px;
  padding: 30px 0 0;
}
@media screen and (max-width: 744px) {
  section .inner.inner-small.no {
    padding: 5.3333333333vw 0;
  }
}
section .inner > p {
  text-align: justify;
}
section .inner p.no {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

.sec04-01-wrap__img {
  max-width: 910px;
  margin: 0 auto;
}

img {
  width: auto;
}

/* Section area
*****************************************************/
.inner.nopad {
  padding: 0;
}

section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  section h2 {
    font-size: 6.4vw;
  }
}

section h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.align-left {
  text-align: left;
}

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

.ttl-border {
  background: url("../images/bg_title.webp") center bottom no-repeat;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .ttl-border {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    background-size: 40vw;
  }
}
.ttl-border span {
  font-size: 28px;
}
@media screen and (max-width: 744px) {
  .ttl-border span {
    font-size: 5.8666666667vw;
  }
}

.sec01 {
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec01 {
    background-image: none;
  }
}
.sec01 .inner {
  max-width: 100%;
  background-image: url("../images/bg_visual_pc.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec01 .sec01__hwrap {
  margin: 0 auto;
  text-align: center;
}
.sec01 .inner img {
  position: relative;
  right: -132px;
  width: auto;
}

.list01-wrap {
  background-color: #fff;
  padding: 5px 0;
  width: 100%;
}

.list01 {
  background-color: #fa825a;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.list01 li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.list01 li:after {
  background-color: #d6d6d6;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}
.list01 li:first-child:before {
  background-color: #d6d6d6;
  content: "";
  height: 70px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
}
.list01 li:first-child:after {
  top: 5px;
}
.list01 li:nth-child(2):after, .list01 li:nth-child(4):after, .list01 li:last-child:after {
  top: 5px;
}
.list01 li a {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 28px 39px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .list01 li a {
    padding: 28px 35px;
  }
}
.list01 li:nth-child(2) a {
  padding: 16px 39px;
}

.sec02 {
  background-image: url("../images/sec02.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .sec02 {
    background-image: url("../images/sec02_sp.webp");
    background-size: cover;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .pcDisp_lp {
    display: none;
  }
}
.sec02 .sec02-img-wrap {
  padding-top: 0 !important;
}
.sec02 .inner {
  max-width: 1112px;
  padding: 0;
  font-size: 20px;
  overflow: unset;
  display: flex;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02 .inner {
    display: block;
    max-width: 100%;
    padding: 0 4vw 16vw;
  }
}
.sec02 .inner::before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: -30px;
  width: 366px;
  height: 64px;
  background: url(../images/shape-01.webp) center/cover no-repeat;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .sec02 .inner::before {
    bottom: 0;
    left: -21.8666666667vw;
    width: 48.8vw;
    height: 9.0666666667vw;
    background: url(../images/shape-01_sp.webp) center/cover no-repeat;
  }
}
.sec02 .inner > * {
  vertical-align: middle;
}
.sec02 .inner > div {
  width: calc(95% - 524px);
  display: inline-block;
  padding-top: 70px;
  vertical-align: top;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 744px) {
  .sec02 .inner > div {
    margin: 0;
    padding-top: 0;
    width: 100%;
  }
}
.sec02 .inner img {
  margin-left: -60px;
  width: auto;
}
@media screen and (max-width: 744px) {
  .sec02 .inner img {
    left: 0;
    position: relative;
    top: 0;
    margin: 0;
  }
}
.sec02 .inner .align-left {
  font-size: 0;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec02 .inner .align-left {
    font-size: 8.5333333333vw;
    margin-bottom: 11.2vw;
  }
}
.sec02 .inner .align-left img {
  margin-left: 0;
}
@media screen and (max-width: 744px) {
  .sec02 .inner .align-left span {
    display: block;
    margin-left: 10.6666666667vw;
  }
}
.sec02 .inner p {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 744px) {
  .sec02 .inner p {
    font-size: 4.8vw;
    letter-spacing: 0.1333333333vw;
  }
}

@media screen and (max-width: 744px) {
  .sec02-txt {
    padding: 0 2.9333333333vw;
  }
}

.sec03 {
  background: url("../images/sec03.webp") no-repeat top/cover;
  height: auto;
  margin: 0 auto;
  margin-top: -35px;
  max-width: 1920px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec03 {
    background-image: url("../images/sec03-sp.webp");
    overflow: visible;
  }
}
.sec03 .inner {
  max-width: 1160px;
  padding: 150px 40px 190px;
}
@media screen and (max-width: 744px) {
  .sec03 .inner {
    padding: 15% 4vw 190px;
  }
}
.sec03 h2 {
  width: initial;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__itemimg img {
    width: 100%;
  }
}
.sec03 .sec03__lists {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
}
.sec03 .list {
  padding: 10px 0 21px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .sec03 .list {
    padding: 1.76vw 0 3.7333333333vw;
  }
}
.sec03 .img {
  max-width: 255px;
  margin: 0 auto;
  aspect-ratio: 252/252;
}
@media screen and (max-width: 744px) {
  .sec03 .img {
    aspect-ratio: 255/255;
  }
}
.sec03 .img img {
  width: 100%;
}
.sec03 .texts {
  margin: 0 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #f9b04d;
  background: #fee258;
  height: 40px;
}
@media screen and (max-width: 744px) {
  .sec03 .texts {
    height: 7.0933333333vw;
    border-radius: 1.776vw;
    border: 0.3546666667vw solid #f9b04d;
  }
}
.sec03 .texts:not(:last-of-type) {
  margin-bottom: 4px;
  margin-top: 10px;
}
@media screen and (max-width: 744px) {
  .sec03 .texts:not(:last-of-type) {
    margin-bottom: 0.6933333333vw;
    margin-top: 1.76vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03 .texts img {
    width: 5.8666666667vw;
  }
}
.sec03 .text {
  color: #403b02;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding-left: 5px;
  font-family: var(--font-yugo);
}
@media screen and (max-width: 744px) {
  .sec03 .text {
    font-size: 3.7333333333vw;
    padding-left: 0.88vw;
  }
}

.sec03-img {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .sec03-img {
    margin-top: 8vw;
  }
}
.sec03-img img {
  width: 49%;
}

.sec03__box ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec03__box ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.sec03_itemtext--text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec03_itemtext--text {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: normal;
    width: 100%;
  }
}

.sec03_itemtext--ttl {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 5px;
  width: 80px;
  height: max-content;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 744px) {
  .sec03_itemtext--ttl {
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
    background-color: var(--color-primary);
    color: #ffffff;
    padding: 0.5333333333vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
    width: 21.3333333333vw;
    height: max-content;
    margin-right: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}

.sec03__itemtextbox {
  margin-top: 10px;
}
@media screen and (max-width: 744px) {
  .sec03__itemtextbox {
    margin-top: 2.6666666667vw;
  }
}

.sec03__itemtext {
  text-align: left;
  display: flex;
}
@media screen and (max-width: 744px) {
  .sec03__itemtext {
    text-align: left;
    display: flex;
  }
}

li.sec03__item01, li.sec03__item02 {
  width: 336px;
  margin-right: 20px;
}
@media screen and (max-width: 744px) {
  li.sec03__item01, li.sec03__item02 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5.3333333333vw;
  }
}
li.sec03__item03 {
  width: 228px;
}
@media screen and (max-width: 744px) {
  li.sec03__item03 {
    width: 100%;
    margin-right: 0px;
  }
}

.sec04 {
  background: url("../images/sec04.webp") no-repeat center top/cover;
  height: auto;
  margin: 0 auto;
  margin-top: -140px;
  max-width: 1920px;
  position: relative;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 744px) {
  .sec04 {
    background-image: url("../images/sec04-sp.webp");
    overflow: hidden;
  }
  .sec04 img {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec04.shape:before {
    right: -5.3333333333vw;
    top: 2.6666666667vw;
  }
}
.sec04 .inner {
  padding: 110px 0 150px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec04 .inner {
    padding: 15% 0 40vw 0;
  }
}
.sec04 .inner::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -100px;
  width: 410px;
  height: 78px;
  background: url(../images/shape-01.webp) center/cover no-repeat;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .sec04 .inner::after {
    top: 3.2vw;
    right: -9.0666666667vw;
    width: 48.8vw;
    height: 9.0666666667vw;
    background: url(../images/shape-01_sp.webp) center/cover no-repeat;
  }
}
.sec04 .sec04__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__lists {
    display: block;
    position: relative;
    margin-left: 5.3333333333vw;
  }
}
.sec04 .sec04__list {
  max-width: 280px;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__list {
    max-width: 48.5333333333vw;
    height: 48.5333333333vw;
  }
}
.sec04 .sec04__list:nth-of-type(1) {
  background: url(../images/sec04-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__list:nth-of-type(1) {
    background: url(../images/sec04-01-sp.webp) center/cover no-repeat;
    margin-bottom: 2.1333333333vw;
  }
}
.sec04 .sec04__list:nth-of-type(2) {
  background: url(../images/sec04-02.webp) center/cover no-repeat;
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__list:nth-of-type(2) {
    background: url(../images/sec04-02-sp.webp) center/cover no-repeat;
    margin-top: 0;
  }
}
.sec04 .sec04__list:nth-of-type(3) {
  background: url(../images/sec04-03.webp) center/cover no-repeat;
  margin-top: 32px;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04__list:nth-of-type(3) {
    background: url(../images/sec04-03-sp.webp) center/cover no-repeat;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.sec04 .img {
  display: block;
  max-width: 130px;
  margin: 0 auto;
  aspect-ratio: 130/100;
}
@media screen and (max-width: 744px) {
  .sec04 .img {
    max-width: 22.5333333333vw;
    aspect-ratio: 167/128;
  }
}
.sec04 .text {
  display: block;
  color: #000;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .sec04 .text {
    font-size: 3.7333333333vw;
  }
}
.sec04 .text span {
  background-image: linear-gradient(to bottom, transparent 62%, yellow 0%);
}

.sec04-txt {
  display: none;
}

.sec04.shape:before {
  left: auto;
  right: calc(50% - 600px);
  top: 30px;
}

.sec05 {
  background: url("../images/sec05.webp") no-repeat center top;
  height: auto;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
  height: 939px;
}
@media screen and (max-width: 744px) {
  .sec05 {
    height: 153.3333333333vw;
    background-image: url("../images/sec05_sp.webp");
    background-size: cover;
    max-width: 100%;
  }
}
.sec05 .inner {
  position: relative;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .sec05 .inner {
    padding-top: 16vw;
  }
}
.sec05 .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1080px;
  height: 938px;
  background: url(../images/sec05-02.webp) center/cover no-repeat;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .sec05 .inner::after {
    background: url(../images/sec05-02-sp.webp) center/cover no-repeat;
    width: 100%;
    height: 125.3333333333vw;
    top: 28vw;
  }
}
@media screen and (max-width: 744px) {
  .sec05 .clearfix {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.sec05 .ttl {
  max-width: 900px;
  background: url(../images/sec05-01.webp) center/cover no-repeat;
  overflow: initial;
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  height: 90px;
  margin: 0 auto 40px;
  padding-top: 14px;
}
@media screen and (max-width: 744px) {
  .sec05 .ttl {
    font-size: 6.4vw;
    line-height: 8.5333333333vw;
    max-width: 97.3333333333vw;
    height: 14.6666666667vw;
    width: 100%;
    background: url(../images/sec05-01-sp.webp) center/cover no-repeat;
    padding-top: 1.6vw;
  }
}
.sec05 .sec05__circles {
  position: relative;
}
.sec05 .sec05__circles .circle {
  background: url(../images/sec05-03.webp) center/cover no-repeat;
  width: 263px;
  height: 263px;
  aspect-ratio: 263/263;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .circle {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    aspect-ratio: 257/257;
  }
}
.sec05 .sec05__circles .circle.__1 {
  top: 0;
  right: 90px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .circle.__1 {
    right: 3.2vw;
  }
}
.sec05 .sec05__circles .circle.__2 {
  top: 320px;
  right: 40px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .circle.__2 {
    top: 61.3333333333vw;
    right: 3.7333333333vw;
  }
}
.sec05 .sec05__circles .circle.__3 {
  top: 0px;
  left: 150px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .circle.__3 {
    top: -4.8vw;
    left: 10.9333333333vw;
  }
}
.sec05 .sec05__circles .circle.__4 {
  top: 270px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .circle.__4 {
    top: 32vw;
    left: 5.6vw;
  }
}
.sec05 .sec05__circles .circle.__5 {
  top: 406px;
  left: 322px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .circle.__5 {
    top: 68.5333333333vw;
    left: 20vw;
  }
}
.sec05 .sec05__circles .subttl {
  color: #ff6e3c;
  text-align: center;
  text-shadow: 0px 0px 10px #fff, 0px 0px 19px #fff, 0px 0px 10px #fff, 0px 0px 6px #fff;
  -webkit-text-stroke-color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 42px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: -7.56px;
  padding-bottom: 22px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl {
    text-shadow: 0px 0px 4.943px #fff, 0px 0px 9.392px #fff, 0px 0px 4.943px #fff, 0px 0px 2.966px #fff;
    font-size: 5.52vw;
    line-height: 5.52vw;
    padding-bottom: 2.88vw;
  }
}
.sec05 .sec05__circles .subttl.__1 {
  letter-spacing: -2.52px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl.__1 {
    letter-spacing: -0.3306666667vw;
  }
}
.sec05 .sec05__circles .subttl.__1 span {
  letter-spacing: -6.72px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl.__1 span {
    letter-spacing: -0.8853333333vw;
  }
}
.sec05 .sec05__circles .subttl.__2 {
  letter-spacing: -2.52px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl.__2 {
    letter-spacing: -0.3306666667vw;
  }
}
.sec05 .sec05__circles .subttl.__3 {
  letter-spacing: -7.56px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl.__3 {
    letter-spacing: -0.9946666667vw;
  }
}
.sec05 .sec05__circles .subttl.__4 {
  letter-spacing: -1.68px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl.__4 {
    letter-spacing: -0.2213333333vw;
  }
}
.sec05 .sec05__circles .subttl.__4 span {
  letter-spacing: -10.5px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl.__4 span {
    letter-spacing: -1.384vw;
  }
}
.sec05 .sec05__circles .subttl.__5 {
  letter-spacing: -5.46px;
  text-align: left;
  padding-left: 84px;
  text-indent: -84px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl.__5 {
    padding-left: 9.0666666667vw;
    text-indent: -9.0666666667vw;
    letter-spacing: -0.7173333333vw;
  }
}
.sec05 .sec05__circles .subttl.__5 span {
  letter-spacing: -7.14px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .subttl.__5 span {
    letter-spacing: -0.9386666667vw;
  }
}
.sec05 .sec05__circles .text {
  color: #313131;
  text-align: center;
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  -webkit-text-stroke-color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__circles .text {
    text-shadow: 0px 0px 4.943px #fff, 0px 0px 4.943px #fff, 0px 0px 4.943px #fff;
    -webkit-text-stroke-color: #fff;
    font-size: 3.4666666667vw;
    line-height: 4.3466666667vw;
  }
}
.sec05 .inner {
  position: relative;
}
.sec05 .inner::before {
  content: "";
  position: absolute;
  top: 260px;
  left: -325px;
  width: 410px;
  height: 78px;
  background: url(../images/shape-01.webp) center/cover no-repeat;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .sec05 .inner::before {
    display: none;
  }
}
.sec05 .clearfix {
  padding-top: 70px;
  margin-bottom: -160px;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 744px) {
  .sec05 .clearfix {
    padding-top: 0;
    margin-bottom: 0;
  }
  .sec05 .clearfix::before {
    content: "";
    position: absolute;
    top: 46.4vw;
    left: -37.0666666667vw;
    width: 48.8vw;
    height: 9.0666666667vw;
    background: url(../images/shape-01_sp.webp) center/cover no-repeat;
  }
  .sec05 .clearfix::after {
    content: "";
    position: absolute;
    bottom: 16vw;
    right: -40.5333333333vw;
    width: 48.8vw;
    height: 9.0666666667vw;
    background: url(../images/shape-01_sp.webp) center/cover no-repeat;
  }
}
.sec05.shape:before {
  top: calc(50% - 140px);
  left: calc(50% - 683px - 150px);
}
.sec05.shape2:after {
  display: none;
}
.sec05.wave:after {
  background: url("sec05_bg.webp") no-repeat center top;
  height: auto;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
}

.wave {
  position: absolute;
  bottom: 0;
}

.sec0502 {
  background-color: #ffeddc;
  height: auto;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 40px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec0502 {
    padding: 0;
  }
}
.sec0502 .sec0502-02-wrap__img {
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec0502 .sec0502-02-wrap__img {
    max-width: 141.3333333333vw;
  }
}
.sec0502 .inner {
  padding: 70px 0 50px;
}
@media screen and (max-width: 744px) {
  .sec0502 .inner {
    padding: 18.6666666667vw 0 13.3333333333vw;
  }
}
.sec0502 .inner p {
  font-size: 16px;
  margin-bottom: 35px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .sec0502 .inner p {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.sec0502 .ttl-border {
  width: initial;
  overflow: initial;
}
.sec0502 .sec0502__volume {
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec0502 .sec0502__volume {
    max-width: 92vw;
    margin: 0 auto;
  }
}
.sec0502 .sec0502__volume .text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec0502 .sec0502__volume .text {
    font-size: 4vw;
    height: 8.96vw;
  }
}
.sec0502 .sec0502__volume .img {
  width: 100%;
  aspect-ratio: 255/204;
}
@media screen and (max-width: 744px) {
  .sec0502 .sec0502__volume .img {
    aspect-ratio: 333/266;
  }
}
.sec0502 .sec0502__volume .img img {
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec0502 .sec0502__volume .card {
    width: 44.8vw;
  }
}
.sec0502 .sec0502__hip {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 744px) {
  .sec0502 .sec0502__hip {
    gap: 2.4vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec0502 .sec0502__hip .text {
  background: url(../images/sec0502-01.webp) center/cover no-repeat;
}
.sec0502 .sec0502__other {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 744px) {
  .sec0502 .sec0502__other {
    gap: 2.4vw;
  }
}
.sec0502 .sec0502__other .text {
  background: url(../images/sec0502-02.webp) center/cover no-repeat;
}

.sec0502-img {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .sec0502-img {
    margin-top: 10.6666666667vw;
  }
}
.sec0502-img img {
  width: 49%;
}

.sec0502.shape::before {
  display: none;
}
.sec0502.shape h3 {
  z-index: 9;
  position: relative;
}

img.spDisp_lp.sec0502img {
  width: 90%;
  margin: 0 auto;
}

p.sec0502img {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.hip-add {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: initial;
}
@media screen and (max-width: 744px) {
  .hip-add {
    margin-top: 13.3333333333vw;
  }
}

.subtitle {
  margin-bottom: 30px;
}

.sec06 {
  background-color: #edeaf1;
  height: auto;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec06 {
    max-width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec06.shape:before {
    left: -38.1333333333vw;
    top: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec06.shape2:after {
    right: -34.1333333333vw;
    top: 38%;
  }
}
.sec06 .inner {
  padding-top: 0;
  padding-bottom: 72px;
  position: relative;
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 744px) {
  .sec06 .inner {
    padding: 0 4vw 5.8666666667vw;
  }
}
.sec06 .inner::before {
  content: "";
  position: absolute;
  top: 64px;
  left: -344px;
  width: 366px;
  height: 70px;
  background: url(../images/shape-01.webp) center/cover no-repeat;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .sec06 .inner::before {
    top: 5.0666666667vw;
    left: -37.3333333333vw;
    width: 48.8vw;
    height: 9.0666666667vw;
    background: url(../images/shape-01_sp.webp) center/cover no-repeat;
  }
}
.sec06 .inner::after {
  content: "";
  position: absolute;
  bottom: 724px;
  right: -242px;
  width: 366px;
  height: 70px;
  background: url(../images/shape-01.webp) center/cover no-repeat;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .sec06 .inner::after {
    bottom: 248vw;
    right: -33.6vw;
    width: 48.8vw;
    height: 9.0666666667vw;
    background: url(../images/shape-01_sp.webp) center/cover no-repeat;
  }
}
.sec06 .sec06__texts {
  padding-top: 76px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts {
    padding-top: 16vw;
    padding-bottom: 5.3333333333vw;
  }
}
.sec06 .sec06__texts::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 630px;
  height: 680px;
  background: url(../images/hybrid-bg.webp) center/cover no-repeat;
}
@media (max-width: 1100px) {
  .sec06 .sec06__texts::after {
    right: -20px;
  }
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts::after {
    background: url(../images/hybrid-bg-sp.webp) center/cover no-repeat;
    width: 58.6666666667vw;
    height: 63.2vw;
    right: 0;
  }
}
.sec06 .sec06__texts .important {
  color: #353233;
  font-family: var(--font-noto-serif);
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 1.5px;
  padding-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important {
    font-size: 6.4vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.192vw;
    padding-bottom: 10.6666666667vw;
  }
}
.sec06 .sec06__texts .important .important__marker::before {
  content: "";
  position: absolute;
  bottom: 108px;
  left: 0;
  width: 156px;
  height: 20px;
  background-image: linear-gradient(to bottom, transparent 0%, yellow 0%);
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important .important__marker::before {
    bottom: 21.3333333333vw;
    left: 0;
    width: 19.7333333333vw;
    height: 2.1333333333vw;
  }
}
.sec06 .sec06__texts .important .important__marker::after {
  content: "";
  position: absolute;
  bottom: 108px;
  left: 164px;
  width: 201px;
  height: 20px;
  background-image: linear-gradient(to bottom, transparent 0%, #75d5e5 0%);
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important .important__marker::after {
    bottom: 21.3333333333vw;
    left: 20vw;
    width: 26.6666666667vw;
    height: 2.1333333333vw;
  }
}
.sec06 .sec06__texts .important__span {
  position: relative;
  z-index: 2;
}
.sec06 .sec06__texts .important__span.__1 {
  letter-spacing: 0.5px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important__span.__1 {
    letter-spacing: 0.064vw;
  }
}
.sec06 .sec06__texts .important__span.__2 {
  font-size: 36px;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important__span.__2 {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.0426666667vw;
  }
}
.sec06 .sec06__texts .important__span.__3 {
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important__span.__3 {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.256vw;
  }
}
.sec06 .sec06__texts .important__span.__4 {
  letter-spacing: 3px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important__span.__4 {
    letter-spacing: 0.384vw;
  }
}
.sec06 .sec06__texts .important__span.__5 {
  letter-spacing: 3px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important__span.__5 {
    letter-spacing: 0.384vw;
  }
}
.sec06 .sec06__texts .important__span.__6 {
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .important__span.__6 {
    font-size: 4.2666666667vw;
    letter-spacing: 0.256vw;
  }
}
.sec06 .sec06__texts .text {
  color: #333;
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 42px;
  padding-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__texts .text {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 8.16vw;
    padding-bottom: 0;
  }
}
.sec06 .sec06__detail {
  max-width: 530px;
  margin-bottom: 42px;
  aspect-ratio: 530/145;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06__detail {
    aspect-ratio: 684/187;
    margin-bottom: 1.6vw;
    max-width: 100%;
  }
  .sec06 .sec06__detail img {
    width: 100%;
  }
}
.sec06 .inner:after {
  content: "";
  display: table;
  clear: both;
}

.sec06-box {
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec06-box {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .sec06-box img {
    padding-top: 0;
  }
}
.sec06-box .sec06-box__title {
  background-color: #ff6e3c;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__title {
    font-size: 6.4vw;
    line-height: 1.3;
    padding: 2.6666666667vw;
  }
}
.sec06-box .sec06-box__cards {
  display: flex;
  gap: 40px;
  padding: 29.5px 90px 30px;
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__cards {
    padding: 2.6666666667vw 4vw 10.6666666667vw;
    display: block;
  }
}
.sec06-box .sec06-box__cards .card:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__cards .card:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}
.sec06-box .sec06-box__cards .img {
  aspect-ratio: 430/360;
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__cards .img {
    aspect-ratio: 625/523;
  }
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__cards img {
    width: 100%;
  }
}
.sec06-box .sec06-box__cards .texts {
  position: relative;
}
.sec06-box .sec06-box__cards .texts.__1::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 14px;
  width: 430px;
  height: 130px;
  background: url(../images/sec06-02.webp) center/cover no-repeat;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__cards .texts.__1::before {
    top: -5.6vw;
    width: 84vw;
    height: 25.3333333333vw;
    left: 0;
  }
}
.sec06-box .sec06-box__cards .texts.__2::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 14px;
  width: 430px;
  height: 130px;
  background: url(../images/sec06-04.webp) center/cover no-repeat;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__cards .texts.__2::after {
    top: -5.6vw;
    width: 84vw;
    height: 25.3333333333vw;
    left: 0;
  }
}
.sec06-box .sec06-box__cards .ttl {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  z-index: 1;
  padding-left: 150px;
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__cards .ttl {
    font-size: 4.2666666667vw;
    line-height: 7.0133333333vw;
    padding-left: 25.0666666667vw;
  }
}
.sec06-box .sec06-box__cards .text {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  z-index: 1;
  padding-left: 150px;
}
@media screen and (max-width: 744px) {
  .sec06-box .sec06-box__cards .text {
    font-size: 4.8vw;
    line-height: 7.0133333333vw;
    padding-left: 25.0666666667vw;
  }
}
.sec06-box .sec06-02-wrap__img {
  max-width: 900px;
  margin: 0 auto;
}

.sec06.shape:before {
  top: 70px;
  left: calc(50% - 683px - 250px);
}
.sec06.shape2:after {
  top: calc(57.5% - 68px);
  right: calc(50% - 683px - 130px);
}
.sec06 .sec06-01-wrap__img {
  max-width: 1053px;
}

.marginb-less145 {
  margin-bottom: -145px;
}

.sec09 {
  background: url("../images/sec09.webp") repeat left top #fff6cd;
  overflow: visible;
  position: relative;
  overflow: initial;
}
.sec09.shape:before {
  top: -35px;
  left: calc(50% - 683px - 250px);
}
@media screen and (max-width: 744px) {
  .sec09.shape:before {
    width: 48.8vw;
    height: 11.4666666667vw;
    left: -24vw;
    top: -4.5333333333vw;
  }
}
.sec09 .inner {
  position: relative;
  overflow: initial;
}
.sec09 .inner::after {
  content: "";
  position: absolute;
  top: -38px;
  left: -400px;
  width: 366px;
  height: 70px;
  background: url(../images/shape-01.webp) center/cover no-repeat;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .sec09 .inner::after {
    top: -4.5333333333vw;
    left: -24.5333333333vw;
    width: 48.8vw;
    height: 9.0666666667vw;
    background: url(../images/shape-01_sp.webp) center/cover no-repeat;
  }
}
.sec09 .sec09__box {
  border-radius: 16px;
  border: 10px solid #ffa84f;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 40px 40px 30px 40px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__box {
    padding: 5.3333333333vw 4.2666666667vw;
    border: 1.0666666667vw solid #ffa84f;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}
.sec09 .sec09__box__free {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 240px;
  height: 240px;
  padding-right: 12px;
  font-size: 41px;
  padding-bottom: 20px;
  padding-right: 22px;
  background: url(../images/sec09-01.webp) center/cover no-repeat;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__box__free {
    background: url(../images/sec09-01.webp) center/cover no-repeat;
    top: -3.7333333333vw;
    left: -5.8666666667vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: 4.8vw;
    padding-bottom: 1.0666666667vw;
    padding-right: 1.0666666667vw;
  }
}
.sec09 .sec09__box__free span {
  font-size: 60px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__box__free span {
    font-size: 6.6666666667vw;
  }
}
.sec09 .sec09__box__free .text {
  rotate: -11deg;
  color: #be0028;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__box__free .text {
    rotate: -11deg;
  }
}
.sec09 .sec09__ttl {
  color: #111;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__ttl {
    font-size: 5.6vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec09 .sec09__cards {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #fbb254;
  border-radius: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards {
    grid-template-columns: repeat(1, 1fr);
    border: initial;
    border-radius: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sec09 .sec09__cards .sec09__card:nth-of-type(2) {
  border-left: 2px solid #fbb254;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .sec09__card:nth-of-type(2) {
    border-left: initial;
  }
}
.sec09 .sec09__cards .sec09__card:nth-of-type(3) {
  border-left: 2px solid #fbb254;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .sec09__card:nth-of-type(3) {
    border-left: initial;
  }
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .sec09__card {
    display: flex;
    height: 26.9333333333vw;
  }
  .sec09 .sec09__cards .sec09__card:not(:last-of-type) {
    margin-bottom: 1.0666666667vw;
  }
}
.sec09 .sec09__cards .heading {
  background: linear-gradient(90deg, #fee060 0%, #fbb254 100%);
  text-align: center;
  font-weight: 700;
  padding: 16px 0;
  font-size: 21px;
  line-height: 130%;
}
@media screen and (min-width: 745px) {
  .sec09 .sec09__cards .heading br {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .heading {
    padding: 4.2666666667vw 0;
    max-width: 21.3333333333vw;
    font-size: 4vw;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
    width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .heading.__1 {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .heading.__2 {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
.sec09 .sec09__cards .heading.__3 {
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .heading.__3 {
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
.sec09 .sec09__cards .heading .heading__wrap {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-feature-settings: "palt" 1;
}
.sec09 .sec09__cards .heading .number {
  padding-right: 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  font-family: var(--font-noto-serif);
  white-space: initial;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .heading .number {
    font-size: 4vw;
    display: block;
    padding-right: 0;
    padding-bottom: 1.0666666667vw;
  }
}
.sec09 .sec09__cards .text {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 16px 24px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .text {
    padding: 4.2666666667vw;
    font-size: 4vw;
    border-top: 2px solid #fbb254;
    border-right: 2px solid #fbb254;
    border-bottom: 2px solid #fbb254;
  }
}
.sec09 .sec09__cards .text.__1 {
  border-radius: 0 0 0 16px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .text.__1 {
    border-radius: initial;
  }
}
.sec09 .sec09__cards .text.__3 {
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__cards .text.__3 {
    border-radius: initial;
  }
}
.sec09 .sec09__txt1 {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__txt1 {
    font-size: 4vw;
    padding-bottom: 2.1333333333vw;
    line-height: 150%;
  }
}
.sec09 .sec09__txt2 {
  color: #111;
  font-size: 13px;
  font-weight: 500;
  line-height: 170%;
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__txt2 {
    font-size: 3.4666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.sec09 .sec09__options {
  display: flex;
  margin-bottom: 16px;
  height: 69px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__options {
    height: 20.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sec09 .sec09__options .left {
  border-radius: 16px 0px 0px 16px;
  background: #b1b1b1;
  display: flex;
  align-items: center;
  max-width: 284px;
  width: 100%;
  height: 100%;
  padding: 8px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__options .left {
    display: block;
    height: 100%;
    max-width: 21.3333333333vw;
    border-radius: 2.6666666667vw 0px 0px 2.6666666667vw;
    padding: 2.1333333333vw;
  }
}
.sec09 .sec09__options .option {
  border-radius: 16px 0px 0px 16px;
  background: #b1b1b1;
  color: #111;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 10px 0px 0px 10px;
  background: #fafa64;
  padding: 16px 8px;
}
@media screen and (min-width: 745px) {
  .sec09 .sec09__options .option br {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__options .option {
    border-radius: 1.0666666667vw;
    padding: 0.5333333333vw 1.8666666667vw;
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.sec09 .sec09__options .anesthesia {
  border-radius: 0px 16px 16px 0px;
  border: 1px solid #b1b1b1;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
  padding-left: 30px;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__options .anesthesia {
    font-size: 4.2666666667vw;
    border: initial;
    padding-left: 0;
  }
}
.sec09 .right {
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 21px 16px;
  border-radius: 0px 16px 16px 0px;
  background: #fff;
  border: 1px solid #b1b1b1;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec09 .right {
    font-size: 4vw;
    padding: 4.2666666667vw 2.1333333333vw;
    border-radius: initial;
  }
}
.sec09 .sec09__text3 {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .sec09 .sec09__text3 {
    font-size: 4vw;
    line-height: 150%;
  }
}

/* --------------------------------------------------
 費用
-------------------------------------------------- */
#tempPrice {
  background: url("../images/sec11.webp") repeat left top #fef1eb;
}
#tempPrice .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
#tempPrice .inner2 {
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
#tempPrice .hip-ctbtn {
  max-width: 474px;
}
#tempPrice .tempPrice__box {
  background: #fff;
  margin-top: 4px;
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box {
    margin-top: 1.0666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
#tempPrice .tempPrice__box .tempPrice__box__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 10px 48px 27px;
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box .tempPrice__box__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.1333333333vw 6.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw 6.9333333333vw 5.3333333333vw;
  }
}
#tempPrice .tempPrice__box .tempPrice__box__lists .list {
  position: relative;
}
#tempPrice .tempPrice__box .tempPrice__box__lists .img {
  max-width: 200px;
  aspect-ratio: 200/160;
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box .tempPrice__box__lists .img {
    aspect-ratio: 277/222;
    max-width: 53.3333333333vw;
  }
}
#tempPrice .tempPrice__box .tempPrice__box__lists .img img {
  width: 100%;
}
#tempPrice .tempPrice__box .tempPrice__box__lists .text {
  color: #333;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  border-radius: 75.614px;
  border: 0.756px solid #333;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box .tempPrice__box__lists .text {
    font-size: 3.7333333333vw;
    border-radius: 20.16vw;
    width: 37.3333333333vw;
    height: 7.4666666667vw;
    line-height: 7.4666666667vw;
    bottom: -4vw;
  }
}
#tempPrice .tempPrice__box .tempPrice__box__possible {
  background: url(../images/price-05.webp) center left/cover no-repeat;
  margin: 0 10px 0 10px;
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box .tempPrice__box__possible {
    margin: 0 2.6666666667vw 0 2.6666666667vw;
    background: url(../images/price-05-sp.webp) center left/cover no-repeat;
    height: 55.7333333333vw;
  }
}
#tempPrice .tempPrice__box .tempPrice__box__possible .items {
  display: flex;
  justify-content: right;
  padding: 15px 20px 30px;
  gap: 28px;
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box .tempPrice__box__possible .items {
    padding: 23.7333333333vw 4vw 0;
    gap: 4vw;
  }
}
#tempPrice .tempPrice__box .tempPrice__box__possible .item {
  width: 200px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box .tempPrice__box__possible .item {
    width: 37.3333333333vw;
  }
}
#tempPrice .tempPrice__box .tempPrice__box__possible .img {
  aspect-ratio: 200/155;
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box .tempPrice__box__possible .img {
    aspect-ratio: 277/219;
  }
}
#tempPrice .tempPrice__box .tempPrice__box__possible .text {
  color: #333;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 75.614px;
  border: 0.756px solid #333;
  background: #fff;
  position: absolute;
  width: 200px;
  height: 30px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  #tempPrice .tempPrice__box .tempPrice__box__possible .text {
    font-size: 3.7333333333vw;
    border-radius: 20.16vw;
    width: 37.3333333333vw;
    height: 7.4666666667vw;
    font-size: 3.3333333333vw;
    bottom: 0;
  }
}

/* h2 */
#tempPrice .sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #tempPrice .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}

/* レイアウト調整 */
#tempPrice .c_menu {
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  #tempPrice .c_menu {
    margin-bottom: 5.3333333333vw;
  }
}
#tempPrice .c_menu:last-child {
  margin-bottom: 0;
}

/* ページ別カラー */
div:not(.ice-none) .c_menu__head {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

div:not(.ice-none) .c_menu__item,
div:not(.ice-none) .c_menu__ttl,
div:not(.ice-none) .c_menu__dashline {
  border-color: var(--color-primary);
}

.ice-none .main_txt {
  color: var(--color-primary);
}

/* 施術ページ用非表示 */
.c_menu__buttons,
.c_menu__ice-btn {
  display: none;
}

/* アイプレ表示 */
.price-mgn {
  display: block !important;
}
/* アイプレバナー */
#tempPrice .bnr01 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  #tempPrice .bnr01 {
    margin-top: 0;
    margin-bottom: 5.3333333333vw;
  }
}

/* 注釈 */
#tempPrice .c__txt {
  font-size: 15px;
  color: #474747;
  margin: 10px auto 0;
  font-weight: 600;
  width: 780px;
}
@media screen and (max-width: 744px) {
  #tempPrice .c__txt {
    font-size: 3.2vw;
    width: 100%;
    letter-spacing: -0.01rem;
  }
}
#tempPrice .c__txt dl {
  display: flex;
}
#tempPrice .c__txt dt {
  margin-right: 0.5em;
}

.tempPrice__pricelist {
  width: 100%;
  display: block;
  margin-bottom: 0px;
}
@media screen and (max-width: 744px) {
  .tempPrice__pricelist {
    display: none;
  }
}
.tempPrice__pricelist_sp {
  display: none;
}
@media screen and (max-width: 744px) {
  .tempPrice__pricelist_sp {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
}
.tempPrice .inner {
  margin: 0 auto;
}

/* ヒップ形成ページ用のスタイル */
.tempPrice__imageFormat {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat {
    margin-bottom: 6.4vw;
  }
}
.tempPrice__imageFormat table {
  position: relative;
  border-collapse: separate;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  display: grid;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table {
    padding-left: 0;
    font-size: 4.2666666667vw;
    gap: 0.5333333333vw;
  }
}
.tempPrice__imageFormat table th,
.tempPrice__imageFormat table td {
  width: 192px;
  height: 67px;
  padding: 0 10px;
  text-align: center;
  background: #fff;
  line-height: 67px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table th,
  .tempPrice__imageFormat table td {
    padding: 0;
    width: 21.3333333333vw;
    line-height: 3.7333333333vw;
  }
}
.tempPrice__imageFormat table thead {
  font-size: 22px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table thead {
    font-size: 4vw;
  }
}
.tempPrice__imageFormat table thead tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table thead tr {
    grid-template-columns: 4.5333333333vw 21.3333333333vw 21.3333333333vw 21.3333333333vw 21.3333333333vw;
    gap: 0.5333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table thead th {
    height: 13.6vw;
    letter-spacing: -0.2666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tempPrice__imageFormat table thead th:nth-child(n+3) {
  color: #fff;
}
.tempPrice__imageFormat table thead th:nth-of-type(1) {
  background: initial;
}
.tempPrice__imageFormat table thead th:nth-of-type(2) {
  background: #fee4a2;
  color: #333;
}
.tempPrice__imageFormat table thead th:nth-of-type(3) {
  background: #fbba45;
  color: #333;
}
.tempPrice__imageFormat table thead th:nth-of-type(4) {
  background: #db5965;
  color: #fff;
}
.tempPrice__imageFormat table thead th:nth-of-type(5) {
  background: #f0285c;
  color: #fff;
  position: relative;
}
.tempPrice__imageFormat table thead th:nth-of-type(5)::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table thead th:nth-of-type(5)::before {
    top: 0.8vw;
    left: 0.8vw;
    width: calc(100% - 1.6vw);
    height: calc(100% - 1.6vw);
    border: 0.2666666667vw solid #fff;
  }
}
.tempPrice__imageFormat table tbody {
  display: grid;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody {
    gap: 0.5333333333vw;
  }
}
.tempPrice__imageFormat table tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr {
    grid-template-columns: 4.5333333333vw 21.3333333333vw 21.3333333333vw 21.3333333333vw 21.3333333333vw;
    gap: 0.5333333333vw;
  }
}
.tempPrice__imageFormat table tbody tr .price-box {
  line-height: 1;
  padding-top: 16px;
  background: #f8f9f4;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr .price-box {
    padding-top: 2.6666666667vw;
  }
}
.tempPrice__imageFormat table tbody tr .price-box.__1 {
  background: #b6b6b6;
  color: #fff;
  padding-top: 0;
  line-height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr .price-box.__1 {
    line-height: 22.9333333333vw;
  }
}
.tempPrice__imageFormat table tbody tr td {
  height: 86px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr td {
    height: 16.8vw;
    line-height: 16.8vw;
  }
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr td:nth-child(1) {
    width: 4.5333333333vw;
    font-size: 2.4vw;
    line-height: 2.6666666667vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    letter-spacing: 0vw;
    white-space: nowrap;
  }
}
.tempPrice__imageFormat table tbody tr td .price-area {
  font-size: 11px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr td .price-area {
    display: block;
    font-size: 2.6666666667vw;
  }
}
.tempPrice__imageFormat table tbody tr td .price-number {
  font-size: 40px;
  font-weight: 300;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr td .price-number {
    font-size: 6.1333333333vw;
  }
}
.tempPrice__imageFormat table tbody tr td .price-number.highlight {
  color: #da4454;
}
.tempPrice__imageFormat table tbody tr td .price-intax {
  font-size: 0;
}
.tempPrice__imageFormat table tbody tr td small {
  font-size: 11px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr td small {
    font-size: 2vw;
    font-feature-settings: "palt";
  }
}
.tempPrice__imageFormat table tbody tr:nth-child(n+2) td {
  height: 57px;
  line-height: 57px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat table tbody tr:nth-child(n+2) td {
    height: 16.8vw;
    line-height: 16.8vw;
  }
}
.tempPrice__imageFormat.ice {
  background: url(../images/ice-price-bg.webp) no-repeat center top;
  height: 534px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat.ice {
    background: url(../images/ice-price-bg-sp.webp) no-repeat center top;
    background-size: cover;
    height: 119.2vw;
  }
}
.tempPrice__imageFormat.ice table {
  width: 890px;
  top: 270px;
  padding-left: 90px;
  gap: 0;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat.ice table {
    width: 89.3333333333vw;
    padding-left: 2.6666666667vw;
    top: 54.6666666667vw;
  }
}
.tempPrice__imageFormat.ice table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat.ice table tr {
    gap: 0;
  }
}
.tempPrice__imageFormat.ice table th {
  background: initial;
  height: 51px;
  line-height: 51px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat.ice table th {
    height: 13.6vw;
    line-height: 1;
  }
}
.tempPrice__imageFormat.ice table th:nth-of-type(2) {
  background: initial;
}
.tempPrice__imageFormat.ice table th:nth-of-type(3) {
  background: initial;
  color: #fff;
}
.tempPrice__imageFormat.ice table th:nth-of-type(4) {
  background: initial;
}
.tempPrice__imageFormat.ice table tbody tr td {
  color: #fff;
  height: 84px;
  color: #fff;
  background: initial;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat.ice table tbody tr td {
    height: 18.9333333333vw;
    width: initial;
    writing-mode: initial;
    display: initial;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat.ice table tbody tr .price-box {
    padding-top: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.tempPrice__imageFormat.ice .btn-to-ice {
  position: relative;
  text-align: center;
  top: 260px;
}
@media screen and (max-width: 744px) {
  .tempPrice__imageFormat.ice .btn-to-ice {
    top: 53.3333333333vw;
  }
}

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

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

.monitor .c_menu__buttons01.moniAct {
  margin-top: 0;
}
.monitor .line__20 {
  background-image: url(../images/bg03.webp);
  text-align: center;
  padding: 32px 0 48px;
}
@media screen and (max-width: 744px) {
  .monitor .line__20 {
    padding: 32px 15px;
  }
}
@media screen and (max-width: 744px) {
  .monitor .line__20 .campaign__linebtn {
    max-width: 420px;
  }
}
.monitor .sec01 {
  background-image: url("../images/line-20-sec01-bg.webp");
}
.monitor .c_menu__price strong {
  color: #323232;
}
@media screen and (max-width: 744px) {
  .monitor .c_menu__price strong {
    font-size: 6.4vw;
  }
}
.monitor .c_menu__price small {
  color: #323232;
}
@media screen and (max-width: 744px) {
  .monitor .c_menu__price small {
    font-size: 2.9333333333vw;
  }
}
.monitor .p_price__area {
  margin-bottom: 32px;
}
.monitor .p_price__area:last-child {
  margin-bottom: 0;
}
.monitor .price-number {
  color: #da4454;
}
.monitor .subTtl {
  display: inline-block;
  background-color: #da4454;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  padding: 2px 10px;
}
@media screen and (max-width: 744px) {
  .monitor .subTtl {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}

/* 料金 */
@media screen and (max-width: 744px) {
  .c_menu__heading {
    text-align: center;
  }
}
.c_menu__heading span {
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .c_menu__heading span {
    font-size: 32px;
  }
}

.moniAct .price-monitor02 {
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .moniAct .price-monitor02 {
    font-size: 40px;
  }
}

/* 料金表sec注釈 */
.notice-title-box {
  display: flex;
}
@media screen and (max-width: 744px) {
  .notice-title-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}

.notice__title {
  width: 110px;
  height: fit-content;
  background-color: var(--color-primary);
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  padding: 1px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .notice__title {
    width: fit-content;
    border-radius: 5px;
    padding: 1px 10px;
  }
}

.c_menu__dashline_line {
  display: none;
}
@media screen and (max-width: 744px) {
  .c_menu__dashline_line {
    display: block;
    width: 100%;
    flex: 1;
    height: 1px;
    border-bottom: dashed 1px var(--color-primary);
  }
}

.notice__text {
  width: 100%;
  margin-left: 10px;
  font-size: 13px;
}
@media screen and (max-width: 744px) {
  .notice__text {
    margin-left: 0px;
  }
}

.priceNotice ul li {
  display: flex;
  margin-bottom: 5px;
  flex-direction: row;
}
@media screen and (max-width: 744px) {
  .priceNotice ul li {
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.priceNotice ul li a {
  color: #3c60ff;
  text-decoration: underline;
}

h4.c_menu__campttl {
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  h4.c_menu__campttl {
    font-size: 24px !important;
  }
}

p.c_menu__price small {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  p.c_menu__price small {
    font-size: 11px !important;
    font-weight: bold;
  }
}

/* --------------------------------------------------
 症例写真セクション
-------------------------------------------------- */
.sec_case {
  background: linear-gradient(to bottom, #fff4ea, white);
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */

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