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

.siliconbag {
  --color-primary: #3cc0b4;
  --color-alpha: rgb(239.2742857143, 250.0857142857, 249.1028571429);
  --color-secondary: rgba(60, 192, 180, 0.15);
  --color-strong: rgb(13.2142857143, 136.7857142857, 125.5519480519);
}

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

main > section {
  color: #474747;
  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;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  main > section {
    line-height: 1.5;
    padding: 0;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 70px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  section .inner .inner-new {
    padding: 8vw 0;
  }
}
section .inner2 {
  max-width: 980px;
  overflow: visible;
}
section .inner3 {
  max-width: 1000px;
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
section .inner p.no {
  padding-bottom: 0;
}
section .wrap {
  padding: 40px 0;
}
section .of-unset {
  overflow: unset;
}
section .padt-0 {
  padding-top: 0;
}

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

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

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

.sec_ttl {
  font-size: 36px;
  text-align: center;
  color: #9d3758;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec_ttl {
    font-size: 6.4vw;
    padding-bottom: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec_ttl::after {
  content: "";
  background-color: #9d3758;
  width: 120px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec_ttl::after {
    width: 32vw;
    height: 0.8vw;
  }
}

.c_bg-secondary {
  background: url(../images/dots-bg.webp) repeat center;
}

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

#lpNav {
  padding: 0 -webkit-calc((100% - 1080px) / 2);
  padding: 0 -moz-calc((100% - 1080px) / 2);
  padding: 0 calc((100% - 1080px) / 2);
  background: var(--color-primary);
}
#lpNav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
#lpNav li {
  position: relative;
  padding: 4px 0;
  width: 20%;
  font-size: 18px;
}
#lpNav li:first-child:before {
  content: "";
  width: 1px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebebeb;
}
#lpNav li:after {
  content: "";
  width: 1px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ebebeb;
  transform: translateY(-50%);
}
#lpNav li a {
  display: block;
  padding: 9px 10px 6px;
  color: #fff;
  line-height: 1.3;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
}

#sec01 {
  background-image: url("../images/sec01-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  #sec01 {
    background-image: url(../images/sec01-bg-sp.webp);
  }
}
#sec01 .inner {
  padding: 0;
}
#sec01 .inner.inner-bnr {
  max-width: 1366px;
  padding: 0;
}
#sec01 .inner:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 744px) {
  #sec01 .main_ban {
    width: 70%;
    margin: 0 0 0 30%;
  }
}
#sec01 .pcDisp_lp img {
  display: block;
}
#sec01 h2 {
  margin-bottom: 0;
  padding: 0;
}
#sec01 .img {
  display: block;
  margin: 0 auto;
}
#sec01 .img02 {
  margin: -14px auto 0;
}
@media screen and (max-width: 744px) {
  #sec01 .img02 {
    margin-top: -12%;
    width: 110%;
    max-width: 150%;
    margin-left: -6%;
  }
}
@media screen and (max-width: 744px) {
  #sec01 .img01.pcDisp_lp {
    display: none;
  }
}
#sec01 .img01 .spDisp_lp {
  display: none;
}
@media screen and (max-width: 744px) {
  #sec01 .img01 .spDisp_lp {
    display: block;
  }
}
#sec01 .bnr_lower {
  margin-top: -20px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #sec01 .bnr_lower {
    margin-top: 3%;
    margin-bottom: 0;
  }
}
#sec01 .bnr_lower .txt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  text-align: center;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#sec01 .bnr_lower .hltxt {
  font-size: 64px;
  background-image: linear-gradient(to right, #ec4da6, #ee4d5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sec01 .bnr_lower .hltxt small {
  font-size: 48px;
}
#sec01 .bnr_lowerbox {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 30px 40px 0 450px;
  text-align: left;
  height: 453px;
}
@media screen and (max-width: 744px) {
  #sec01 .bnr_lowerbox {
    max-width: 92vw;
    width: calc(100% - 8vw);
    height: 80vw;
    padding: 2.6666666667vw 2.6666666667vw 0;
    margin: 0 auto;
  }
}
#sec01 .bnr_lowerbox:before {
  content: "";
  background: url(../images/sec01_lowerbx.webp) no-repeat center top;
  width: 1105px;
  height: 478px;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  #sec01 .bnr_lowerbox:before {
    background-image: url(../images/sec01_lowerbx-sp.webp);
    width: calc(100% + 6.1333333333vw);
    height: 80vw;
    background-size: contain;
    background-position: left top;
  }
}
#sec01 .bnr_lowerbox .list {
  padding-left: 70px;
  margin-top: 15px;
}
@media screen and (max-width: 744px) {
  #sec01 .bnr_lowerbox .list {
    padding-left: 0;
    margin-top: 5.3333333333vw;
  }
}
#sec01 .bnr_lowerbox .list li {
  font-size: 32px;
  color: #9d3758;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec01 .bnr_lowerbox .list li {
    font-size: 5.6vw;
    padding-left: 8vw;
    margin-bottom: 1.3333333333vw;
  }
}
#sec01 .bnr_lowerbox .list li:before {
  content: "";
  background: url(../images/icon-check-b.webp) no-repeat center top/contain;
  width: 34px;
  height: 33px;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 744px) {
  #sec01 .bnr_lowerbox .list li:before {
    width: 5.8666666667vw;
    height: 5.6vw;
    top: 1.0666666667vw;
  }
}

#sec02 {
  background: url(../images/sec02-bg.webp) no-repeat center top/cover;
}
#sec02 .sec02__box {
  background: #fff;
  border: 20px solid #fdc0d0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__box {
    border-width: 1.0666666667vw;
    padding: 4vw 2.6666666667vw 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
#sec02 .sec02__box--item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__box--item:last-child {
    margin-bottom: 0;
  }
}
#sec02 .sec02__item,
#sec02 .sec02__itemtext {
  width: calc(50% - 20px);
  position: relative;
}
#sec02 .sec02__item.after .sec02__label,
#sec02 .sec02__itemtext.after .sec02__label {
  left: auto;
  right: -22px;
}
#sec02 .sec02__item.after .sec02__txt .circ,
#sec02 .sec02__itemtext.after .sec02__txt .circ {
  background: var(--color-primary);
  color: #fff;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__item {
    width: calc(50% - 1.3333333333vw);
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__item.before {
    background-color: #fde9f2;
    padding: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__item.after {
    background-color: var(--color-primary);
    padding: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__item.after .sec02__label {
    width: 14.6666666667vw;
    right: -1.6vw;
  }
}
#sec02 .sec02__item:first-child::before {
  content: "";
  background: url(../images/sec02-arrow.webp) no-repeat center top/contain;
  width: 90px;
  height: 70px;
  position: absolute;
  top: 100px;
  right: -66px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__item:first-child::before {
    width: 8vw;
    height: 6.4vw;
    top: calc(50% - 2.1333333333vw);
    right: -5.6vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__item .titletext_b {
    text-align: center;
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__item .titletext_a {
    text-align: center;
    color: #ffffff;
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
#sec02 .sec02__label {
  position: absolute;
  top: -57px;
  left: -22px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__label {
    width: 18.1333333333vw;
    top: -2.6666666667vw;
    left: -1.6vw;
  }
}
#sec02 .sec02__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__img {
    margin-bottom: 0;
  }
}
#sec02 .sec02__txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
}
#sec02 .sec02__txt .circ {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #fdc0d0;
}
#sec02 .sec02__txt .txt {
  width: calc(100% - 110px);
}

#sec02 {
  background: url(../images/sec02-bg.webp) no-repeat center top/cover;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02__box {
    border-width: 1.0666666667vw;
    padding: 4vw 2.6666666667vw 4vw;
  }
}
#sec02 .sec02_02__box {
  background: #fff;
  border: 20px solid #fdc0d0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (max-width: 744px) {
  #sec02 .sec02_02__box {
    border-width: 1.0666666667vw;
    padding: 4vw 2.6666666667vw;
    position: relative;
    margin-bottom: 5.3333333333vw;
  }
}
#sec02 .sec02_02__box--item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02_02__box--item:last-child {
    margin-bottom: 0px;
  }
}
#sec02 .sec02_02__item {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02_02__item {
    width: calc(50% - 1.3333333333vw);
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02_02__item.before {
    background-color: #fde9f2;
    padding: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02_02__item.after {
    background-color: var(--color-primary);
    padding: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02_02__item.after .sec02__label {
    width: 14.6666666667vw;
    right: -1.6vw;
  }
}
#sec02 .sec02_02__item:first-child {
  z-index: 1;
}
#sec02 .sec02_02__item:first-child::before {
  content: "";
  background: url(../images/sec02-arrow.webp) no-repeat center top/contain;
  width: 90px;
  height: 70px;
  position: absolute;
  top: 100px;
  right: -66px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02_02__item:first-child::before {
    width: 8vw;
    height: 6.4vw;
    top: calc(50% - 2.1333333333vw);
    right: -5.6vw;
  }
}
#sec02 .sec02_02__item.after .sec02__label {
  left: auto;
  right: -22px;
}
#sec02 .sec02_02__item.after .sec02__txt .circ {
  background: var(--color-primary);
  color: #fff;
}
#sec02 .sec02_02__item .sec02_02__itemtext {
  width: 100%;
  position: relative;
}
#sec02 .sec02_02__item .sec02_02__itemtext.after .sec02__txt .circ {
  background: var(--color-primary);
  color: #fff;
}
@media screen and (max-width: 744px) {
  #sec02 .sec02_02__item .titletext_b {
    text-align: center;
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec02_02__item .titletext_a {
    text-align: center;
    color: #ffffff;
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
#sec02 .sec02_02__label {
  position: absolute;
  top: -57px;
  left: -22px;
}
#sec02 .sec02_02__img {
  margin-bottom: 10px;
}
#sec02 .sec02_02__txt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 744px) {
  #sec02 .sec02_02__txt {
    flex-direction: row;
  }
}
#sec02 .sec02_02__txt .circ {
  line-height: 28px;
  font-size: 30px;
}
#sec02 .sec02_02__txt .txt {
  width: 660px;
  margin-left: 20px;
}

.circle_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #fdc0d0;
}
@media only screen and (max-width: 744px) {
  .circle_box {
    width: 25%;
    height: auto;
  }
}

.circle_height p.chunyu {
  position: absolute;
  top: calc((100% - 3em) / 2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 21px;
  color: #cb3474;
}
@media only screen and (max-width: 744px) {
  .circle_height p.chunyu {
    font-size: 4vw;
  }
}
.circle_height p.circ {
  position: absolute;
  top: calc((100% - 0em) / 2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 30px;
  color: #474747;
}
@media only screen and (max-width: 744px) {
  .circle_height p.circ {
    font-size: 6.4vw;
  }
}

.circle_box_sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #fdc0d0;
  line-height: 28px;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  z-index: 9;
  top: -32px;
}
.circle_box_sp span.chunyu {
  color: #cb3474;
  font-size: 15px;
  line-height: 22px;
}
.circle_box_sp span.circ {
  font-size: 24px;
}

/* Section 03 */
#sec03 {
  background: url(../images/sec03-bg.webp) no-repeat center top;
  position: relative;
  padding-bottom: 127px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #sec03 {
    background-image: url(../images/sec03-bg-sp.webp);
    background-size: cover;
    overflow: visible;
    padding-bottom: 0;
  }
}
#sec03::before {
  content: "";
  background: url(../images/sec03-bg02.webp) no-repeat center bottom/contain;
  width: 1920px;
  height: 151px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 744px) {
  #sec03::before {
    background-image: url(../images/sec03-bg02-sp.webp);
    width: 100%;
    height: 10.9333333333vw;
    bottom: -10.6666666667vw;
    background-size: 100% 100%;
  }
}
#sec03 .inner {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 744px) {
  #sec03 .inner {
    padding-top: 10.6666666667vw;
  }
}
#sec03 .sec03__titles {
  margin-bottom: 0;
  overflow: initial;
}
#sec03 .sec03__con {
  color: #fff;
}
#sec03 .sec03__ttl {
  text-align: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__ttl {
    text-align: left;
    margin: -12.8vw 0 24vw -10.6666666667vw;
  }
}
#sec03 .sec03__ttl small {
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__ttl img {
    width: 100%;
  }
}
#sec03 .sec03__boxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__boxes {
    margin-bottom: 4vw;
  }
}
#sec03 .sec03__boxitem {
  width: calc(50% - 25px);
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__boxitem {
    padding-left: 10px;
    width: calc(50% - 0.5333333333vw);
  }
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__boxitem img {
    width: 100%;
  }
}
#sec03 .sec03__boximg {
  position: absolute;
  top: -42px;
  left: -8px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__boximg {
    top: -26.6666666667vw;
    left: 0;
    max-width: 47.2vw;
    width: 95%;
  }
}
#sec03 .sec03__boxtxt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  width: 240px;
  min-height: 240px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__boxtxt {
    width: 100%;
    font-size: 5.6vw;
    line-height: 1.5;
    padding: 13.3333333333vw 0 0;
    min-height: 42.6666666667vw;
  }
}
#sec03 .sec03__txt {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 90px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__txt {
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 8vw;
  }
}
#sec03 .sec03__lowerbox {
  position: relative;
  min-height: 184px;
  width: 790px;
  padding: 15px 0;
  z-index: 1;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__lowerbox {
    width: calc(100% - 12vw);
    min-height: 0;
    padding: 2.1333333333vw 0;
  }
}
#sec03 .sec03__lowerbox::before {
  content: "";
  background: linear-gradient(to right, #f17fb1, #ee6e7d);
  z-index: -1;
  position: absolute;
  top: 0;
  left: -470px;
  width: 1260px;
  height: 100%;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__lowerbox::before {
    width: calc(100% + 4vw);
    left: -4vw;
  }
}
#sec03 .sec03__lowerbox .img {
  position: absolute;
  top: -59px;
  right: -200px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__lowerbox .img {
    position: relative;
    top: 0;
    right: 6.4vw;
    float: right;
    margin: -7.2vw -18.6666666667vw 0 6.4vw;
    width: 50%;
  }
}
#sec03 .sec03__lowerbox .txt {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  #sec03 .sec03__lowerbox .txt {
    font-size: 4.8vw;
    min-height: 0;
  }
}

/* Section 04 */
#sec04 {
  margin-top: -127px;
}
@media screen and (max-width: 744px) {
  #sec04 {
    margin-top: 0;
  }
}
#sec04 .inner {
  padding-top: 167px;
}
@media screen and (max-width: 744px) {
  #sec04 .inner {
    padding-top: 16vw;
  }
}
#sec04 .sec_ttl {
  margin-bottom: 22px;
}
#sec04 .sec04__con {
  position: relative;
}
#sec04 .sec04__con::before {
  content: "";
  background: url(../images/sec04-bg.webp) no-repeat center top;
  width: 1920px;
  height: 541px;
  position: absolute;
  top: -188px;
  left: -420px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__con::before {
    background-image: url(../images/sec04-bg-sp.webp);
    top: -16vw;
    width: calc(100% + 8vw);
    background-size: contain;
    left: -4vw;
  }
}
#sec04 .sec04__change {
  position: relative;
  padding-right: 60px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change {
    padding-right: 0;
    margin-top: 24vw;
  }
}
#sec04 .sec04__change__img {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__img {
    max-width: 84vw;
  }
}
#sec04 .sec04__img01 {
  margin: -114px 0 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__img01 {
    margin: -10.6666666667vw 0 3.4666666667vw;
  }
}
#sec04 .sec04__checkbox {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  background: #fff;
  padding: 24px 10px;
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__checkbox {
    font-size: 4vw;
    max-width: calc(100% - 8vw);
    text-align: left;
    padding: 4.5333333333vw 1.6vw;
    margin: 0 auto 5.3333333333vw;
  }
}
#sec04 .sec04__checkbox .check {
  position: absolute;
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__checkbox .check {
    width: 16vw;
    top: -11.7333333333vw;
    left: -4vw;
  }
}
#sec04 .sec04__boxes {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__boxes {
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#sec04 .sec04__box {
  width: calc(33.3333333333% - 14px);
  position: relative;
  padding: 8px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__box {
    padding: 1.0666666667vw;
    width: 38%;
  }
}
#sec04 .sec04__box::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #9d3758;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__box::after {
    border-top: 3.2vw solid transparent;
    border-bottom: 3.2vw solid transparent;
    border-left: 3.2vw solid #9d3758;
    right: -5.8666666667vw;
    top: 34%;
    right: -6.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__box:first-child::after {
    border-width: 1.6vw;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -4.5333333333vw;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__box:last-child {
    margin-bottom: 5.3333333333vw;
    position: absolute;
    top: 50%;
    right: 0;
    width: 55%;
    transform: translateY(-50%);
  }
}
#sec04 .sec04__box:last-child::after {
  display: none;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__box:last-child .step {
    top: -8%;
    left: -5.8666666667vw;
  }
}
#sec04 .sec04__box .step {
  position: absolute;
  top: -22px;
  left: -36px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__box .step {
    top: -10%;
    left: -4vw;
    width: 54%;
  }
}
#sec04 .sec04__box__img img {
  width: 100%;
}
#sec04 .sec04__box__text {
  color: #fff;
  background: linear-gradient(90deg, #e2e635 0%, #3ec0b1 100%);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__box__text {
    font-size: 3.2vw;
    padding: 0.5333333333vw 0;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__box__text__3 {
    font-size: 4.8vw;
  }
}
#sec04 .sec04__lowerbox {
  margin-top: 55px;
  font-weight: 700;
  position: relative;
  border-left: 2px solid #9d3758;
  border-right: 2px solid #9d3758;
  border-bottom: 2px solid #9d3758;
  padding: 0 20px 27px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__lowerbox {
    padding: 0 3.2vw 4vw;
    margin-top: 8vw;
  }
}
#sec04 .sec04__lowerbox:before {
  content: "";
  background: #9d3758;
  width: 289px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__lowerbox:before {
    width: calc(50% - 36.5333333333vw);
  }
}
#sec04 .sec04__lowerbox:after {
  content: "";
  background: #9d3758;
  width: 289px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__lowerbox:after {
    width: calc(50% - 36.5333333333vw);
  }
}
#sec04 .sec04__lowerbox .ttl {
  font-size: 42px;
  line-height: 1.2;
  color: #9d3758;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: -20px 0 10px;
  top: -8px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__lowerbox .ttl {
    font-size: 6.4vw;
    margin: -5.3333333333vw 0 0;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__lowerbox .ttl::before {
    right: calc(100% + 0.8vw);
  }
}
#sec04 .sec04__lowerbox .txt {
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__lowerbox .txt {
    font-size: 4vw;
    text-align: left;
  }
}
#sec04 .sec04__change__before {
  background: #000;
  position: absolute;
  width: 240px;
  height: 160px;
  top: 5px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__before {
    width: 32vw;
    height: 21.3333333333vw;
    top: -18.6666666667vw;
    left: 3.7333333333vw;
    padding: 0 1.3333333333vw;
  }
}
#sec04 .sec04__change__before::before {
  content: "";
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  right: -78px;
  width: 86px;
  height: 4px;
  background: #000;
  rotate: 27deg;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__before::before {
    top: 130%;
    right: 6.1333333333vw;
    width: 18.9333333333vw;
    height: 0.8vw;
    background: #000;
    rotate: 86deg;
  }
}
#sec04 .sec04__change__before::after {
  content: "";
  position: absolute;
  top: 74%;
  transform: translateY(-50%);
  right: -89px;
  width: 22px;
  height: 22px;
  background: #000;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__before::after {
    top: 177%;
    right: 12.8vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
#sec04 .sec04__change__before .letter {
  position: absolute;
  top: -123px;
  left: 22px;
  width: 231px;
  height: 166px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__before .letter {
    width: 20vw;
    height: 16vw;
    top: -11.4666666667vw;
    left: -4.5333333333vw;
  }
}
#sec04 .sec04__change__before .text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__before .text {
    font-size: 4vw;
    line-height: 6.1333333333vw;
    letter-spacing: -0.04vw;
  }
}
#sec04 .sec04__change__after {
  position: absolute;
  top: 7px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__after {
    top: -18.4vw;
    right: 4vw;
  }
}
#sec04 .sec04__change__after::before {
  content: "";
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  left: -103px;
  width: 116px;
  height: 4px;
  background: #ef74b5;
  z-index: 2;
  rotate: -20deg;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__after::before {
    top: 110%;
    left: 10.1333333333vw;
    width: 16vw;
    height: 0.8vw;
    background: #ef74b5;
    z-index: 2;
    rotate: -127deg;
  }
}
#sec04 .sec04__change__after::after {
  content: "";
  position: absolute;
  top: 76%;
  transform: translateY(-50%);
  left: -112px;
  width: 22px;
  height: 22px;
  background: #ef74b5;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__after::after {
    top: 136%;
    left: 20.8vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
#sec04 .sec04__change__after .letter {
  position: absolute;
  top: -120px;
  left: 40px;
  width: 231px;
  height: 166px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__after .letter {
    width: 16vw;
    height: 16vw;
    top: -12.5333333333vw;
    left: 16.8vw;
  }
}
#sec04 .sec04__change__after .text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  background: var(--Linear, linear-gradient(90deg, #ef73b6 0%, #ef737a 100%));
  width: 240px;
  height: 160px;
  z-index: 2;
  position: relative;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__change__after .text {
    font-size: 4vw;
    letter-spacing: -0.08vw;
    width: 32vw;
    height: 26.6666666667vw;
    padding: 0 1.3333333333vw;
  }
}

#sec05 {
  background: url(../images/sec05-bg.webp) no-repeat center top/cover;
}
@media screen and (max-width: 744px) {
  #sec05 {
    background-image: url(../images/sec05-bg-sp.webp);
  }
}
#sec05 .inner {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 744px) {
  #sec05 .inner {
    padding-top: 6.1333333333vw;
    padding-bottom: 8vw;
    padding-right: 2.6666666667vw;
  }
}

.sec05__con {
  color: #fff;
  padding-left: 352px;
}
@media screen and (max-width: 744px) {
  .sec05__con {
    padding-left: 0;
  }
}

.sec05__ttl {
  margin: 0 -23px 0 -30px;
}
@media screen and (max-width: 744px) {
  .sec05__ttl {
    margin: 0 0 5.3333333333vw -2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec05__ttl img {
    width: 54.6666666667vw;
  }
}

.sec05__list li {
  font-size: 21px;
  font-weight: 700;
  padding-left: 47px;
  position: relative;
  margin-bottom: 14px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .sec05__list li {
    font-size: 4.8vw;
    padding-left: 7.4666666667vw;
    line-height: 1.3;
    margin-bottom: 3.2vw;
    letter-spacing: -0.1333333333vw;
  }
}
.sec05__list li:last-child {
  margin-bottom: 0;
}
.sec05__list li:before {
  content: "";
  background: url(../images/icon-check.webp) no-repeat center top/contain;
  width: 44px;
  height: 41px;
  position: absolute;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec05__list li:before {
    width: 10.1333333333vw;
    height: 9.3333333333vw;
    left: -2.1333333333vw;
    top: -1.8666666667vw;
  }
}

#sec06 {
  overflow: visible;
}
#sec06 .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 744px) {
  #sec06 .inner {
    padding: 0;
  }
}

.sec06__con {
  position: relative;
}

.sec06__ttl {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}

.sec06__right {
  position: absolute;
  top: -100px;
  right: -457px;
}
@media screen and (max-width: 744px) {
  .sec06__right {
    position: static;
  }
}

.sec06__left {
  width: 432px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  .sec06__left {
    padding: 3.7333333333vw 8vw 6.6666666667vw;
    width: 100%;
    color: #111;
    font-size: 4vw;
    line-height: 1.8;
    word-break: break-all;
  }
}

.readmore {
  position: relative;
  margin: 30px auto 0;
  display: block;
  color: #ffffff;
  width: 740px !important;
  height: 70px !important;
  border-radius: 50px;
  background-color: var(--color-primary);
  border: none;
  outline: 0;
  cursor: pointer;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .readmore {
    margin: 0 auto 0;
    width: 100% !important;
    height: 16vw !important;
    border-radius: 13.3333333333vw;
  }
}
.readmore.on-click:before {
  transform: rotate(180deg);
}
.readmore.on-click .open {
  display: none;
}
.readmore.on-click .close {
  display: block;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .readmore.on-click .close {
    font-size: 5.6vw;
  }
}
.readmore .open,
.readmore .close {
  display: block;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .readmore .open,
  .readmore .close {
    font-size: 5.6vw;
  }
}
.readmore .open:before,
.readmore .close:before {
  position: absolute;
  content: "";
  top: 11px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.readmore .open:before {
  background-image: url(../images/plus.svg);
}
@media screen and (max-width: 744px) {
  .readmore .open:before {
    top: 1.3333333333vw;
    right: 4vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background-size: 5.3333333333vw;
  }
}
.readmore .close {
  display: none;
}
.readmore .close:before {
  background-image: url(../images/close.svg);
}
@media screen and (max-width: 744px) {
  .readmore .close:before {
    top: 1.3333333333vw;
    right: 4vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background-size: 5.3333333333vw;
  }
}

/* 安心追加
------------------------------------------------------------*/
.sec-feautures__anshinimgbox {
  position: relative;
  width: 827px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .sec-feautures__anshinimgbox {
    padding: 2.6666666667vw;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
  }
}
.sec-feautures__anshinimgbox ul {
  display: flex;
  justify-content: space-between;
}
.sec-feautures__anshinimgbox ul li {
  padding: 15px;
}
@media screen and (max-width: 744px) {
  .sec-feautures__anshinimgbox ul li {
    padding: 0.5333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-feautures__anshinimgbox ul li img {
    padding: 0.5333333333vw;
  }
}

.sec-feautures__cards {
  display: flex;
  gap: 72px;
  padding: 17.5px 16px;
  background: linear-gradient(90deg, #fff 37.02%, #fce5f2 85.44%);
}
@media screen and (max-width: 744px) {
  .sec-feautures__cards {
    display: block;
    padding: 0;
    background: initial;
  }
}

.sec-feautures__card {
  padding: 4px 4px 0px 4px;
}
@media screen and (max-width: 744px) {
  .sec-feautures__card {
    padding: 1.0666666667vw;
  }
}
.sec-feautures__card:nth-of-type(1) {
  background: #6f6f6f;
}
@media screen and (max-width: 744px) {
  .sec-feautures__card:nth-of-type(1) {
    margin-bottom: 2.6666666667vw;
  }
}
.sec-feautures__card:nth-of-type(2) {
  background: var(--color-primary);
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec-feautures__card:nth-of-type(2) {
    margin-bottom: 2.6666666667vw;
  }
}
.sec-feautures__card:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -54px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 36px;
  border-color: transparent transparent transparent var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec-feautures__card:nth-of-type(2)::after {
    top: -11.7333333333vw;
    transform: initial;
    left: 17.0666666667vw;
    rotate: 90deg;
    border-width: 11.2vw 0 11.2vw 9.6vw;
  }
}
.sec-feautures__card:nth-of-type(3) {
  background: linear-gradient(90deg, #ef73b6 0%, #ef737a 100%);
  position: relative;
}
.sec-feautures__card:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -54px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 36px;
  border-color: transparent transparent transparent #ef737a;
}
@media screen and (max-width: 744px) {
  .sec-feautures__card:nth-of-type(3)::after {
    top: -11.7333333333vw;
    transform: initial;
    left: 17.0666666667vw;
    rotate: 90deg;
    border-width: 11.2vw 0 11.2vw 9.6vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-feautures__card {
    display: flex;
  }
}
@media screen and (max-width: 744px) {
  .sec-feautures__card .img {
    max-width: 43.7333333333vw;
    width: 100%;
  }
  .sec-feautures__card .img img {
    width: 100%;
  }
}
.sec-feautures__card .text {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 4px 0 4px;
}
@media screen and (max-width: 744px) {
  .sec-feautures__card .text {
    width: 48%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 4.8vw;
    padding: 1.0666666667vw 0 1.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec-feautures__card .text__3 {
    font-size: 6.4vw;
  }
}

.sec-feautures__anshin {
  background-color: #ffffff;
  margin-top: 0px;
  border: solid 3px;
  border-image: linear-gradient(to right, #de79b5, #df787f) 1;
  width: 1000px;
  padding-bottom: 26px;
}
@media screen and (max-width: 744px) {
  .sec-feautures__anshin {
    border: solid 0.8vw;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 6.9333333333vw;
    border-image: linear-gradient(to right, #de79b5, #df787f) 1;
  }
}
.sec-feautures__anshin h2 {
  background: linear-gradient(90deg, #de79b5 0%, #df787f 90%);
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  overflow: initial;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec-feautures__anshin h2 {
    font-size: 5.6vw;
    padding: 1.3333333333vw 0;
    margin-bottom: 0;
  }
}
.sec-feautures__anshin h2 span {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .sec-feautures__anshin h2 span {
    font-size: 4.8vw;
  }
}

.sec-feautures__text {
  margin-top: 10px;
  font-size: 21px;
  text-align: left;
  margin-bottom: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec-feautures__text {
    margin-top: 2.6666666667vw;
    padding: 0px 2.6666666667vw;
    font-size: 4.2666666667vw;
    text-align: left;
    margin-bottom: 0px;
  }
}
.sec-feautures__text span {
  font-weight: bold;
  background-color: #fce6f1;
}

.arrow-green {
  width: 35px;
  position: absolute;
  z-index: 8;
  top: 160px;
  left: 345px;
}
@media screen and (max-width: 744px) {
  .arrow-green {
    width: 3.5vw;
    position: absolute;
    z-index: 8;
    top: 22.5vw;
    left: 32%;
  }
}

.arrow-pink {
  width: 35px;
  position: absolute;
  z-index: 8;
  top: 160px;
  right: 340px;
}
@media screen and (max-width: 744px) {
  .arrow-pink {
    width: 3.5vw;
    position: absolute;
    z-index: 8;
    top: 22.5vw;
    right: 32%;
  }
}

.inner02 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .inner02 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 8vw;
    padding: 0px;
  }
}

#tempPrice {
  background: #fbeef0;
}
#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;
  }
}

/* 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: 2.1333333333vw;
  }
}
.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;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */

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