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

.heart_hyalu {
  --color-primary: #6fb9ca;
  --color-alpha: rgb(243.48, 249.4, 250.76);
  --color-secondary: rgba(111, 185, 202, 0.4);
  --color-strong: rgb(25.1164974619, 155.8501059854, 185.8835025381);
}

.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%;
  }
}

main.heart_hyalu {
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  main.heart_hyalu {
    line-height: 1.5;
  }
}

.heart_hyalu > section {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}
section .inner2 {
  max-width: 980px;
}

.sub_img {
  display: block;
  margin-right: 20px;
}

img {
  width: auto;
}

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec__cttl small {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-weight: "myFontMedium";
  margin-top: 20px;
  letter-spacing: 0;
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 744px) {
  .sec__cttl small {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

.float-bd {
  position: relative;
}
.float-bd::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background: #6b7f83;
  bottom: -50px;
  left: 50%;
  z-index: 9;
}
@media screen and (max-width: 744px) {
  .float-bd::after {
    bottom: -6.1333333333vw;
    height: 12vw;
  }
}

.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

/* Section 01 */
#sec01 {
  background: url(../images/background.webp) no-repeat center top;
  background-size: cover;
  text-align: center;
  overflow: visible;
}
#sec01 .main-bg {
  max-width: 311.4666666667vw;
  margin: 0 auto;
}

/* Section 02 */
#sec02 {
  position: relative;
  z-index: 3;
  overflow: visible;
  background: url(../images/sec02_bg.webp) no-repeat center top;
  margin-top: -100px;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #sec02 {
    background: none;
    background-size: 100% auto;
    margin-top: -8%;
    padding: 0 0 8.8vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 p {
    line-height: 1.7;
    margin-bottom: -3.2vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec__text {
    padding-bottom: 4.5333333333vw;
    letter-spacing: 0.2666666667vw !important;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .red-text {
    margin: 0 auto 6.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec__text--spc {
    letter-spacing: 0;
    line-height: 1.6;
    padding: 0 3.2vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 744px) {
  #sec02 p:nth-child(1) {
    letter-spacing: 0.2666666667vw;
  }
}
#sec02 .inner {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 744px) {
  #sec02 .inner {
    padding: 10.6666666667vw 4vw 0px;
  }
}
#sec02 .float-bd::after {
  bottom: 75px;
}
@media screen and (max-width: 744px) {
  #sec02 .float-bd::after {
    bottom: -19.2vw;
  }
}
#sec02 .sec02_title-wrap__img {
  max-width: 670px;
  margin: 0 auto 30px;
}
#sec02 .sec__cttl {
  margin-bottom: 0;
  letter-spacing: 10px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__cttl {
    font-size: 4.8vw;
  }
}
#sec02 .sec__cttl span {
  padding: 0 30px;
  position: relative;
  letter-spacing: 1.14rem;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__cttl span {
    letter-spacing: 0.55rem;
    padding: 0 2.6666666667vw 0 5.3333333333vw;
  }
}
#sec02 .sec__cttl span::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 110%;
  background: #111;
  top: 0;
  left: -12px;
  transform: skewX(28deg);
}
@media screen and (max-width: 744px) {
  #sec02 .sec__cttl span::before {
    left: -0.5333333333vw;
  }
}
#sec02 .sec__cttl span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 110%;
  background: #111;
  top: 0;
  left: -12px;
  transform: skewX(28deg);
  left: auto;
  right: 5px;
  transform: skewX(-28deg);
}
@media screen and (max-width: 744px) {
  #sec02 .sec__cttl span::after {
    right: -0.2666666667vw;
  }
}

.bluebg-text {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .bluebg-text {
    margin-bottom: 6.1333333333vw;
    font-size: 8vw;
  }
}
.bluebg-text small {
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .bluebg-text small {
    font-size: 5.3333333333vw;
  }
}
.bluebg-text span {
  position: relative;
  padding: 10px 45px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .bluebg-text span {
    white-space: nowrap;
    padding: 1.3333333333vw 3.4666666667vw;
    letter-spacing: -0.05rem;
  }
}
.bluebg-text span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  top: 0;
  left: 0;
  transform: skewX(-5deg);
  z-index: -1;
}

#sec02 p {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 744px) {
  #sec02 p {
    font-size: 4.8vw;
    margin: 0;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .red-text {
    max-width: 100% !important;
  }
}

#sec03 {
  background: url(../images/sec03_bg.webp) no-repeat center top;
  margin-top: -115px;
  position: relative;
  z-index: 3;
}
#sec03 .inner {
  padding: 30px 0 78px;
}
@media screen and (max-width: 744px) {
  #sec03 .inner {
    padding-top: 18%;
    padding-bottom: 5.3333333333vw;
    width: calc(100% + 1px);
  }
}
#sec03 .sec__cttl {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 1.12rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__cttl {
    font-size: 5.6vw;
    line-height: 1;
    max-width: 70%;
    padding-left: 4.2666666667vw;
    margin-bottom: 4vw;
    letter-spacing: 1.0666666667vw;
  }
}
#sec03 .sec__list {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__list {
    padding: 1.3333333333vw 5.3333333333vw 0;
  }
}
#sec03 .sec__list li {
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #474747;
  padding: 10px 20px 9px 70px;
  z-index: 1;
  width: 491px;
}
#sec03 .sec__list li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-9deg);
  -webkit-transform: skewX(-9deg);
  -moz-transform: skewX(-9deg);
  -ms-transform: skewX(-9deg);
  -o-transform: skewX(-9deg);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 744px) {
  #sec03 .sec__list li::before {
    transform: skewX(-10deg);
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  }
}
#sec03 .sec__list li::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 30px;
  background: url(../images/sec03_check.webp) no-repeat;
  background-size: 100%;
  top: 10px;
  left: 26px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__list li::after {
    width: 6.4vw;
    height: 5.3333333333vw;
    top: 1.3333333333vw;
    left: 2.9333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec03 .sec__list li {
    font-size: 4.5333333333vw;
    padding: 1.3333333333vw 3.7333333333vw 1.3333333333vw 10.6666666667vw;
    width: 100%;
    margin-bottom: 3.7333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec03 {
    background: url(../images/sec03_bg_sp.webp) no-repeat center top;
    background-size: 100% auto;
    margin-top: -8%;
    z-index: 2;
  }
}

.sec03_box {
  max-width: 500px;
  margin-left: 53px;
}
@media screen and (max-width: 744px) {
  .sec03_box {
    max-width: 100%;
    margin: 5.3333333333vw 0 0;
  }
}

@media screen and (max-width: 744px) {
  .sec03__mainttl {
    font-size: 6.4vw;
    line-height: 2;
    letter-spacing: 0.2em;
    padding: 9.8666666667vw 4vw;
    background-image: url(images/sec03-ttl-bg_sp.webp);
    background-size: cover;
  }
}

@media screen and (max-width: 744px) {
  .sec03__ttl {
    max-width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
    top: -4.8vw;
  }
}

#sec04 {
  background: url(../images/sec04_bg.webp) no-repeat center top;
  background-size: cover;
  overflow: visible;
  margin: 0;
}
@media screen and (max-width: 744px) {
  #sec04 {
    background: url(../images/sec04_bg_sp.webp) no-repeat center top;
    background-size: cover;
  }
}
#sec04 .inner {
  max-width: 1180px;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 744px) {
  #sec04 .inner {
    padding: 8vw 4vw 8vw;
  }
}
#sec04 .sec__cttl {
  letter-spacing: 0.45rem;
  color: #474747;
}
@media screen and (max-width: 744px) {
  #sec04 .sec__cttl {
    font-size: 5.6vw;
    letter-spacing: 0;
  }
}
#sec04 .sec__cttl small {
  margin-top: 5px;
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 744px) {
  #sec04 .sec__cttl small {
    margin-top: 0;
  }
}

.sec04_box {
  display: flex;
  gap: 20px 60px;
}
@media screen and (max-width: 744px) {
  .sec04_box {
    gap: 10.6666666667vw;
    flex-direction: column;
    max-width: 106.6666666667vw;
    margin: 0 auto;
  }
}

.sec04_item {
  background: #fff;
  border-radius: 20px;
  flex: 1;
  position: relative;
  box-shadow: 8px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 744px) {
  .sec04_item {
    border-radius: 2.6666666667vw;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.4);
  }
}
.sec04_item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/sec04_icon-plus.webp) no-repeat;
  background-size: 100%;
  top: calc(50% - 20px);
  right: -50px;
}
@media screen and (max-width: 744px) {
  .sec04_item:not(:last-child):after {
    width: 8vw;
    height: 8vw;
    right: auto;
    left: calc(50% - 15px);
    top: auto;
    bottom: -9.3333333333vw;
  }
}
.sec04_item .item_head {
  font-size: 32px;
  font-weight: 700;
  display: block;
  text-align: center;
  background: #c1e5ec;
  width: 100%;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 744px) {
  .sec04_item .item_head {
    font-size: 5.6vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-top-left-radius: 2.6666666667vw;
    border-top-right-radius: 2.6666666667vw;
  }
}
.sec04_item sup {
  font-size: 20px;
  vertical-align: top;
}
@media screen and (max-width: 744px) {
  .sec04_item sup {
    font-size: 3.7333333333vw;
  }
}
.sec04_item:nth-child(2) .item_head,
.sec04_item:nth-child(2) .item_list li::before {
  background: #f9dee4;
}
.sec04_item:nth-child(3) .item_head,
.sec04_item:nth-child(3) .item_list li::before {
  background: #e4eed1;
}

.item_list {
  padding: 20px 16px;
}
@media screen and (max-width: 744px) {
  .item_list {
    padding: 3.2vw 4vw;
  }
}
.item_list li {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 5px 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .item_list li {
    font-size: 4.8vw;
    padding: 0 0 1.3333333333vw 2.4vw;
  }
}
.item_list li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 7px;
  left: 0;
  background: #c1e5ec;
  border-radius: 10px;
}
@media screen and (max-width: 744px) {
  .item_list li::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 1.6vw;
    left: -1.3333333333vw;
  }
}

#sec05 {
  background: url(../images/sec05_bg.webp) no-repeat center top;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #sec05 {
    background-image: url(../images/sec05_bg_sp.webp);
    background-size: cover;
    text-align: left;
  }
}
#sec05 .sec05-img-wrap__img {
  max-width: 700px;
  margin: 0 auto;
}
#sec05 .inner {
  max-width: 980px;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 744px) {
  #sec05 .inner {
    padding-top: 8vw;
    padding-bottom: 17.3333333333vw;
  }
}
#sec05 .sec__cttl {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(111, 185, 202) 0%, rgb(182, 207, 140) 100%);
  letter-spacing: 0.45rem;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media screen and (max-width: 744px) {
  #sec05 .sec__cttl {
    margin-bottom: 3.2vw;
    letter-spacing: 0;
    padding: 1.6vw 5.3333333333vw;
    border-radius: 8vw;
    font-size: 5.6vw;
  }
}
#sec05 .sec__content {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  #sec05 .sec__content {
    font-size: 4vw;
  }
  #sec05 .sec__content p {
    line-height: 2;
    letter-spacing: -0.019rem;
  }
}
#sec05 .sec__content img {
  display: block;
  margin: 50px auto;
}
@media screen and (max-width: 744px) {
  #sec05 .sec__content img {
    margin: 6.4vw auto;
    max-width: 133.3333333333vw;
    width: 100%;
  }
}
#sec05 .sec__content p span {
  background: linear-gradient(180deg, transparent 30%, #fff000 50%);
  font-weight: 700;
  padding-bottom: 7px;
}
#sec05 .sec__content_bottom {
  padding: 30px 50px;
  background: linear-gradient(90deg, rgb(193, 229, 236) 0%, rgb(228, 238, 209) 100%);
  width: 880px;
  margin: 50px auto 0;
}
@media screen and (max-width: 744px) {
  #sec05 .sec__content_bottom {
    padding: 5.3333333333vw;
    width: 110%;
    margin: 8vw -5% 0;
  }
}
#sec05 .sec__content_bottom img {
  width: 100%;
}
#sec05 .sec__content_bottom p {
  background: #fff;
  font-size: 13px;
  text-align: left;
  padding: 10px 21px;
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 744px) {
  #sec05 .sec__content_bottom p {
    font-size: 2.9333333333vw;
    padding: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}

#sec05b {
  background: url(../images/sec05b-bg.webp) no-repeat center top;
  background-size: cover;
  text-align: center;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  #sec05b {
    background: url(../images/sec05b-bg_sp.webp) repeat left top;
    background-size: contain;
    text-align: left;
  }
}
#sec05b .sec05_imgb-wrap__img {
  max-width: 560px;
  margin: 0 auto;
}
#sec05b .inner {
  max-width: 980px;
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 744px) {
  #sec05b .inner {
    padding-bottom: 8vw;
  }
}
#sec05b .sec__cttl {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  background: #c1e5ec;
  letter-spacing: 0.45rem;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  color: #474747;
  position: relative;
  top: -30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  #sec05b .sec__cttl {
    margin-bottom: 0;
    top: -9.6vw;
    border-radius: 12vw;
    line-height: 1.2;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 8vw;
    letter-spacing: 0;
    font-size: 5.6vw;
  }
}
#sec05b .sec__content {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  #sec05b .sec__content {
    font-size: 4vw;
    margin-top: -4vw;
    line-height: 2;
  }
}
#sec05b .sec__content img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 744px) {
  #sec05b .sec__content img {
    max-width: 106.6666666667vw;
    width: 92%;
  }
}
#sec05b .sec__content p span {
  background: linear-gradient(180deg, transparent 30%, #fff000 50%);
  font-weight: 700;
  padding-bottom: 7px;
}

#sec06 {
  background: url(../images/sec06_bg.webp) no-repeat center top;
  background-size: cover;
}
#sec06 .inner {
  max-width: 1000px;
  padding-top: 80px;
  padding-bottom: 14px;
}
@media screen and (max-width: 744px) {
  #sec06 .inner {
    padding-top: 8vw;
    padding-bottom: 0;
  }
}
#sec06 .sec__cttl {
  margin-bottom: 10px;
  letter-spacing: 0.45rem;
  color: #474747;
}
@media screen and (max-width: 744px) {
  #sec06 .sec__cttl {
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0;
    font-size: 5.6vw;
  }
}
#sec06 .r__txt {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 744px) {
  #sec06 .r__txt {
    font-size: 3.2vw;
    margin-top: -1.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
#sec06 .sec06_li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li {
    padding: 4vw 0 0;
  }
}
#sec06 .sec06_li li {
  margin-bottom: 59px;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li {
    margin-bottom: 5.3333333333vw;
    padding: 0;
  }
  #sec06 .sec06_li li:first-child {
    padding-top: 1.3333333333vw;
  }
  #sec06 .sec06_li li:nth-child(2) {
    padding-top: 2.6666666667vw;
  }
  #sec06 .sec06_li li:nth-child(n+3) {
    padding: 0;
  }
  #sec06 .sec06_li li:nth-child(n+3) .li__img {
    top: -0.8vw;
  }
}
#sec06 .sec06_li li:first-child {
  padding-top: 90px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:first-child {
    padding-top: 1.3333333333vw;
  }
}
#sec06 .sec06_li li:first-child .li__box {
  padding: 33px 55px;
  padding-right: 165px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:first-child .li__box {
    padding: 8vw 2.6666666667vw 10.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
#sec06 .sec06_li li:first-child .li__ttl {
  margin-top: -101px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:first-child .li__ttl {
    margin-top: -13.3333333333vw;
  }
}
#sec06 .sec06_li li:first-child .li__img {
  top: 13px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:first-child .li__img {
    padding: 0;
    margin: -12% auto 0;
    position: relative;
    top: 3.4666666667vw;
    right: auto;
  }
}
#sec06 .sec06_li li:nth-child(2) .li__ttl {
  margin-top: -106px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:nth-child(2) .li__ttl {
    margin-top: -13.3333333333vw;
  }
}
#sec06 .sec06_li li:nth-child(2) .li__img {
  top: -2px;
}
#sec06 .sec06_li li:nth-child(3) .li__box {
  padding-right: 145px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:nth-child(3) .li__box {
    padding-right: 2.6666666667vw;
  }
}
#sec06 .sec06_li li:nth-child(4) .li__box {
  padding-right: 157px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:nth-child(4) .li__box {
    padding-right: 2.6666666667vw;
  }
}
#sec06 .sec06_li li:nth-child(n+3) .li__img {
  top: -36px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:nth-child(n+3) .li__img {
    top: -0.8vw;
  }
}
#sec06 .sec06_li li:last-child {
  margin: 0;
}
#sec06 .sec06_li li:nth-child(n+3) {
  padding-top: 66px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li li:nth-child(n+3) {
    padding-top: 0;
  }
}
#sec06 .sec06_li .kerning {
  line-height: 2;
}
#sec06 .sec06_li .ls {
  letter-spacing: -0.085vw;
}
#sec06 .sec06_li .li__ttl span {
  padding-left: 61px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec06_li .li__ttl span {
    padding-left: 0;
  }
}
#sec06 .li__ttl {
  font-size: 62px;
  line-height: 0.7;
  color: rgba(111, 185, 202, 0.4);
  font-family: "Great Vibes", cursive;
  font-style: italic;
  margin-top: -110px;
  margin-bottom: 35px;
}
@media screen and (max-width: 744px) {
  #sec06 .li__ttl {
    font-size: 4.8vw;
    margin: -13.3333333333vw 0 5.0666666667vw;
    position: relative;
    z-index: 1;
    color: #94c9da;
    padding: 1.6vw 0;
    max-width: 53.3333333333vw;
    left: -3.4666666667vw;
  }
}
#sec06 .li__ttl span {
  max-width: 322px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  font-family: "YuGothic", "游ゴシック", "Meiryo", sans-serif;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #sec06 .li__ttl span {
    display: inline;
    font-size: 5.6vw;
    position: static;
    max-width: 100%;
    height: auto;
    line-height: 1;
    padding-left: 2.6666666667vw;
  }
}
#sec06 .li__ttl span::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  background: var(--color-primary);
  top: 0;
  left: calc(100% - 2000px);
  z-index: -1;
  transform: skewX(-24deg);
}
@media screen and (max-width: 744px) {
  #sec06 .li__ttl span::before {
    left: calc(100% - 2041px);
    transform: skewX(-19deg);
  }
}
#sec06 .li__subttl {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  margin-bottom: 38px;
}
@media screen and (max-width: 744px) {
  #sec06 .li__subttl {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}
#sec06 .li__subttl::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  top: 17px;
  left: -55px;
}
@media screen and (max-width: 744px) {
  #sec06 .li__subttl::before {
    width: 5.3333333333vw;
    top: 3.2vw;
    left: -8vw;
  }
}
#sec06 .li__box {
  min-height: 235px;
  position: relative;
  z-index: 1;
  padding: 38px 55px;
  padding-right: 150px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  #sec06 .li__box {
    padding: 8vw 2.6666666667vw;
    padding-left: 4vw;
    padding-bottom: 16%;
    font-size: 4vw;
    min-height: auto;
  }
}
#sec06 .li__box p span {
  color: #db5968;
  font-weight: 700;
}
#sec06 .li__box::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  top: 0;
  left: calc(100% - 2000px);
  background: #fff;
  z-index: -1;
}
#sec06 .li__img {
  position: absolute;
  top: 13px;
  right: -25px;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  #sec06 .li__img {
    position: relative;
    right: auto;
    z-index: 2;
    margin: -12% -2% 0 auto;
    padding: 0;
  }
}

#sec09 {
  background: #e3eed2;
  overflow: visible;
  font-size: 18px;
}
#sec09 .sec__cttl {
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 0.45rem;
  position: relative;
  overflow: inherit;
}
#sec09 .sec__cttl::before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 1px;
  border-top: 1px solid #fff;
  top: 23px;
  left: -2050px;
}
#sec09 .sec__content p {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}
#sec09 .sec__ttl--btm {
  margin-top: 20px;
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  #sec09 .sec__cttl {
    padding-top: 6.6666666667vw;
  }
  #sec09 .sec__cttl::before {
    width: 200vw;
    top: 0;
    left: -186.6666666667vw;
  }
  #sec09 .sec__content p {
    font-size: 4vw;
    line-height: 2;
    font-weight: 500;
  }
  #sec09 .sec__ttl--btm {
    margin-bottom: 8vw;
  }
}

#sec09a {
  background: url(../images/sec09_bg_1.webp) no-repeat center top;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
#sec09a .inner {
  position: relative;
  padding: 65px 0 100px;
}
#sec09a .sec__cttl {
  color: #fff;
}
#sec09a .sec__img {
  position: absolute;
  top: -29px;
  right: 0;
  max-width: 440px;
}
#sec09a .sec__img01 {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 440px;
}
#sec09a .sec09a_bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 175px);
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
#sec09a .sec09a_bg::before {
  top: -50.9333333333vw;
}
#sec09a .sec09a__wrap {
  padding-right: 450px;
}
@media screen and (max-width: 744px) {
  #sec09a {
    background: url(../images/sec09_bg_1_sp.webp) no-repeat center top;
    background-size: cover;
  }
  #sec09a .inner {
    padding: 8vw 4vw 6.6666666667vw;
  }
  #sec09a .sec__cttl {
    padding-top: 2.6666666667vw;
    padding-right: 48vw;
    min-height: 24vw;
    letter-spacing: 1.0666666667vw;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 5.6vw;
  }
  #sec09a .sec__img {
    top: -5.0666666667vw;
    width: 42.6666666667vw;
  }
  #sec09a .sec__img01 {
    width: 70%;
    margin: 0 0 5.3333333333vw;
    text-align: center;
  }
  #sec09a .sec09a__wrap {
    padding: 0;
  }
}

#sec09b {
  background: url(../images/sec09_bg_2.webp) no-repeat center top;
  background-size: cover;
  font-weight: 700;
  margin-top: -200px;
  padding-top: 130px;
  padding-bottom: 150px;
  line-height: 1.7;
}
#sec09b .sec__cttl {
  color: #474747;
}
#sec09b .sec__cttl::before {
  border-color: #474747;
}
@media screen and (max-width: 744px) {
  #sec09b .sec__cttl {
    padding-right: 26.6666666667vw;
    letter-spacing: 1.0666666667vw;
    line-height: 1.7;
    margin-bottom: 9.3333333333vw;
    font-size: 5.6vw;
  }
}
#sec09b .sec__content {
  max-width: 749px;
  font-size: 16px;
}
#sec09b .sec__content p {
  font-weight: 500;
  font-size: 16px;
  color: #474747;
  padding-left: 40px;
}
@media screen and (max-width: 744px) {
  #sec09b .sec__content p {
    font-size: 3.7333333333vw;
    padding-left: 0;
  }
}
#sec09b .sec__list {
  margin: 0;
  padding: 0 10px;
  list-style-type: none;
}
@media screen and (max-width: 744px) {
  #sec09b .sec__list {
    padding: 1.3333333333vw 0.8vw 0;
  }
}
#sec09b .sec__list li {
  padding: 10px 15px 9px 64px;
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #474747;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #sec09b .sec__list li {
    padding: 2.6666666667vw 1.3333333333vw 1.3333333333vw 10.9333333333vw;
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.5;
  }
}
#sec09b .sec__list li::before {
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-9deg);
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
#sec09b .sec__list li::after {
  left: 19px;
  position: absolute;
  content: "";
  width: 36px;
  height: 30px;
  background: url(../images/sec03_check.webp) no-repeat;
  background-size: 100%;
  top: 10px;
  left: 26px;
}
@media screen and (max-width: 744px) {
  #sec09b .sec__list li::after {
    left: 3.2vw;
    width: 6.6666666667vw;
    height: 5.3333333333vw;
    background-size: contain;
  }
}
#sec09b .sec__list li:last-child {
  margin-bottom: 13px;
}
@media screen and (max-width: 744px) {
  #sec09b .sec__list li {
    padding: 2.6666666667vw 1.3333333333vw 1.3333333333vw 10.9333333333vw;
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.5;
  }
  #sec09b .sec__list li::before {
    transform: skewX(-5deg);
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
  }
  #sec09b .sec__list li::after {
    left: 3.2vw;
    width: 6.6666666667vw;
    height: 5.3333333333vw;
    background-size: contain;
  }
  #sec09b .sec__list li:last-child {
    margin-bottom: 1.3333333333vw;
  }
}
#sec09b sup {
  font-size: 20px;
  vertical-align: top;
}
@media screen and (max-width: 744px) {
  #sec09b {
    background: url(../images/sec09_bg_2_sp.webp) no-repeat center top;
    background-size: contain;
    margin-top: -9.0666666667vw;
    padding-top: 11.4666666667vw;
    padding-bottom: 12.2666666667vw;
  }
  #sec09b .inner {
    padding: 0px 4vw 8vw;
  }
}

#sec09c {
  background: none;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-top: -120px;
  padding-bottom: 10px;
}
#sec09c .sec__content p {
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  #sec09c .sec__content img {
    margin: 0 auto 5.3333333333vw;
  }
}
#sec09c .sec__img {
  max-width: 440px;
  position: absolute;
  top: -35px;
  right: 35px;
}
@media screen and (max-width: 744px) {
  #sec09c .sec__img {
    width: 40vw;
    top: -5.3333333333vw;
    right: 0;
  }
}
#sec09c .sec__cttl {
  color: #3698a8;
}
#sec09c .sec__cttl::before {
  border-color: #3698a8;
}
@media screen and (max-width: 744px) {
  #sec09c .sec__cttl {
    margin-bottom: 5.3333333333vw;
    padding-right: 26.6666666667vw;
    min-height: 24vw;
    letter-spacing: 0.2666666667vw;
    font-weight: bold;
    line-height: 1.7;
    padding-top: 6.1333333333vw;
    font-size: 5.6vw;
  }
}
#sec09c .sec09c__wrap {
  padding-right: 540px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec09c .sec09c__wrap {
    padding: 0;
  }
}
@media screen and (max-width: 744px) {
  #sec09c .inner {
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  #sec09c {
    margin-top: -13.3333333333vw;
  }
}

.sec09c_bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 175px);
  top: -175px;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.sec09c_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -190px;
  left: 0;
  z-index: -1;
  background: #c1e5ec;
  transform: skewY(5deg);
}

#mt130 {
  margin-top: -130px;
}
@media screen and (max-width: 744px) {
  #mt130 {
    margin: 0;
  }
}

/* --------------------------------------------------
 費用
-------------------------------------------------- */
/* アイプレバナー */
#tempPrice .bnr01 {
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  #tempPrice .bnr01 {
    margin-top: 0;
  }
}

.c_menu__price {
  color: #dd5564 !important;
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
#tempFlow .tempFlow__lists {
  background: #f9f3e9;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: var(--color-alpha);
}

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