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

.p-harg {
  --color-primary: #eb932e;
  --color-alpha: rgb(253.4, 246.36, 238.28);
  --color-secondary: rgba(235, 147, 46, 0.15);
  --color-strong: rgb(179, 95.6560846561, 0);
}

/* コンテンツ
*****************************************************/
main {
  overflow: hidden;
}
main h2 {
  overflow: inherit;
}

.p-harg > 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;
}
@media screen and (max-width: 744px) {
  .p-harg > section {
    line-height: 1.5;
  }
}

@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

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;
}
section .inner3 {
  max-width: 880px;
}
section .inner.inner-wide {
  max-width: 1080px;
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
section .inner p.no {
  padding-bottom: 0;
}

img {
  width: auto;
}

/* ==================================================
  NAVIGATION
================================================== */
#lpNav {
  padding: 0 calc((100% - 1080px) / 2);
  background: rgba(0, 0, 0, 0.61);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#lpNav ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
#lpNav li {
  position: relative;
  padding: 20px 0 25px;
  width: 21%;
  font-size: 14px;
  border-left: 1px solid #ebebeb;
}
#lpNav li:last-child {
  border-right: 1px solid #ebebeb;
}
#lpNav li:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  width: 21px;
  height: 10px;
  background: url("../images/ico_menuarrow.webp") center no-repeat;
  background-size: cover;
}
#lpNav li:before {
  left: -7px;
}
#lpNav li:last-child:after {
  right: -7px;
}
#lpNav li a {
  display: block;
  padding: 10px 10px 4px;
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
}

/* Common */
.c_sec-ttl {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .c_sec-ttl {
    font-size: 5.6vw;
    margin-bottom: 5.3333333333vw;
  }
}

.c_sec-ttl .secondary {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #111111;
  display: inline-block;
  text-align: center;
  position: relative;
  width: auto;
  min-width: 378px;
}
@media screen and (max-width: 744px) {
  .c_sec-ttl .secondary {
    font-size: 6.4vw;
    display: inline-block;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
    min-width: 57.6vw;
    line-height: 1.3;
  }
}
.c_sec-ttl .secondary:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: skew(0deg, -40deg);
  border-bottom: 1px solid #111;
}
@media screen and (max-width: 744px) {
  .c_sec-ttl .secondary:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    position: absolute;
    bottom: -1.8666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .c_sec-ttl .secondary br.spDisp {
    display: inline-block;
  }
}

.txt-hlight {
  color: var(--color-primary);
}

/* Section 03 */
#sec03 {
  background: linear-gradient(to right, #b98b57, #dfa868, #b98b57);
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  #sec03 {
    min-height: 0;
  }
}
#sec03 .inner {
  text-align: right;
  position: relative;
  padding: 70px 55px 70px 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec03 .inner {
    padding: 80vw 7.4666666667vw 10.6666666667vw;
  }
}
#sec03 .inner:before {
  content: "";
  background: url(../images/icon-curve-lines.webp) no-repeat center top;
  width: 150px;
  height: 98px;
  position: absolute;
  top: -50px;
  right: -50px;
}
@media screen and (max-width: 744px) {
  #sec03 .inner:before {
    background-size: contain;
    width: 20vw;
    height: 14.4vw;
    right: 4vw;
    top: -9.3333333333vw;
  }
}
#sec03 .inner:after {
  content: "";
  background: url(../images/icon-curve-lines.webp) no-repeat center top;
  width: 150px;
  height: 98px;
  position: absolute;
  bottom: -38px;
  left: -177px;
}
@media screen and (max-width: 744px) {
  #sec03 .inner:after {
    background-size: contain;
    width: 20vw;
    height: 14.4vw;
    left: -10.6666666667vw;
    bottom: -22.6666666667vw;
  }
}

@media screen and (max-width: 744px) {
  .sec03__txt {
    line-height: 1.8;
  }
}

.sec03__ttl {
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 744px) {
  .sec03__ttl {
    line-height: 1.3;
    text-align: center;
  }
}

.sec03__img {
  width: 410px;
  position: absolute;
  top: 22px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec03__img {
    width: 77.3333333333vw;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40vw;
  }
}

.sec03__content {
  color: #fff;
  width: 567px;
  font-size: 21px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec03__content {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}

/* Section 04 */
#sec04 {
  background: url(../images/sec04-bg.webp) no-repeat center top/cover;
  min-height: 864px;
}
@media screen and (max-width: 744px) {
  #sec04 {
    background-image: url(../images/sec04-bg-sp.webp);
    min-height: 0;
    overflow: visible;
    display: inline-block;
    width: 100%;
  }
}
#sec04 .inner {
  padding: 60px 0;
  max-width: 1015px;
  margin-left: 180px;
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  #sec04 .inner {
    padding: 0 4vw 4vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__secs {
    margin-top: -7%;
  }
}
#sec04 .sec_bnr-wrap {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  margin-right: -50px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec_bnr-wrap {
    max-width: 97.3333333333vw;
    width: 100%;
    margin: 5.3333333333vw auto 0;
    z-index: 1;
  }
}
#sec04 .sec02_bnr-text {
  position: absolute;
  top: 140px;
  right: 85px;
  color: #fff;
  width: 65%;
  font-size: 21px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 744px) {
  #sec04 .sec02_bnr-text {
    font-size: 4vw;
    top: 52%;
    left: 5%;
    width: 91%;
  }
}
#sec04 .sec02_bnr-text sup {
  font-size: 12px;
  vertical-align: top;
}
@media screen and (max-width: 744px) {
  #sec04 .sec02_bnr-text sup {
    font-size: 2.6666666667vw;
  }
}
#sec04 .sec02_bnr-text02 {
  position: absolute;
  right: 85px;
  bottom: 30px;
  color: #fff;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 744px) {
  #sec04 .sec02_bnr-text02 {
    font-size: 3.2vw;
    right: 5%;
    bottom: 11%;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec02_bnr-img img {
    margin-left: 2.6666666667vw;
  }
}

.sec04__item {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 744px) {
  .sec04__item {
    font-size: 4.2666666667vw;
    flex-wrap: wrap;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04__item:last-child {
    margin-bottom: 0;
  }
}
.sec04__item.second .sec04__media::before {
  top: 510px;
  left: -130px;
}
@media screen and (max-width: 744px) {
  .sec04__item.second .sec04__media::before {
    top: 139.7333333333vw;
    left: -14.6666666667vw;
    z-index: -1;
  }
}
.sec04__item:nth-child(even) {
  flex-direction: row;
}
.sec04__item:nth-child(even) .sec04__content {
  width: 553px;
}
@media screen and (max-width: 744px) {
  .sec04__item:nth-child(even) .sec04__content {
    width: 100%;
  }
}

@media screen and (max-width: 744px) {
  .sec04__ttl {
    text-align: center;
  }
}

.sec04__media {
  margin-right: -36px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec04__media {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 0 3.4666666667vw 0 8.5333333333vw;
  }
}
.sec04__media:before {
  content: "";
  background: url(../images/icon-curve-lines.webp) no-repeat center top;
  width: 150px;
  height: 98px;
  position: absolute;
  top: 217px;
  right: -53px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec04__media:before {
    width: 20vw;
    height: 14.4vw;
    background-size: contain;
    top: 66%;
    right: -8vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04__media .spDisp {
    display: inline-block;
  }
}

.sec04__content {
  width: 592px;
}
@media screen and (max-width: 744px) {
  .sec04__content {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
}
.sec04__content::before {
  content: "";
  background: url(../images/icon-curve-lines.webp) no-repeat center top;
  width: 150px;
  height: 98px;
  position: absolute;
  top: 165px;
  right: -270px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec04__content::before {
    width: 20vw;
    height: 14.4vw;
    background-size: contain;
    top: 27%;
    right: -18.4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04__content p {
    line-height: 1.7;
    padding: 0 4vw;
  }
}

/* Section 05 */
#sec05 {
  background: url(../images/sec05-bg.webp) no-repeat center top/cover;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  #sec05 {
    background-image: url(../images/sec05-bg-sp.webp);
  }
}
#sec05 .inner {
  padding: 60px 0 180px;
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  #sec05 .inner {
    padding: 8vw 4vw 29.3333333333vw;
  }
}

.sec05__content {
  color: #fff;
}

.sec05__ttl {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .sec05__ttl {
    margin-bottom: 7.2vw;
    font-size: 5.6vw;
    padding-bottom: 2.6666666667vw;
  }
}
.sec05__ttl:before {
  content: "";
  background: url(../images/sec05-ttl-line.webp) no-repeat center top/contain;
  width: 100%;
  max-width: 432px;
  height: 21px;
  position: absolute;
  bottom: -20px;
  left: -27px;
}
@media screen and (max-width: 744px) {
  .sec05__ttl:before {
    left: 0;
    max-width: 50.4vw;
  }
}

.sec05__list {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  gap: 47px 0;
}
@media screen and (max-width: 744px) {
  .sec05__list {
    flex-direction: column;
    width: auto;
    gap: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec05__list li {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 46px;
  width: 320px;
  margin: 0;
  margin-left: 0;
}
@media screen and (max-width: 744px) {
  .sec05__list li {
    font-size: 4.8vw;
    margin-left: 0 !important;
    margin-bottom: 4.5333333333vw;
    padding-left: 7.7333333333vw;
    width: auto;
    margin: 0;
  }
}
.sec05__list li:last-child {
  margin-bottom: 0;
}
.sec05__list li:nth-child(3) {
  margin-left: 25px;
}
@media screen and (max-width: 744px) {
  .sec05__list li:nth-child(3) {
    margin-left: 0;
  }
}
.sec05__list li:nth-child(5) {
  margin-left: 50px;
}
@media screen and (max-width: 744px) {
  .sec05__list li:nth-child(5) {
    margin-left: 0;
  }
}
.sec05__list li:nth-child(7) {
  margin-left: 120px;
}
.sec05__list li:before {
  content: "";
  background: url(../images/icon-check.webp) no-repeat center top/contain;
  width: 36px;
  height: 30px;
  position: absolute;
  top: -12px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec05__list li:before {
    height: 8vw;
    position: absolute;
    top: -2.4vw;
    width: 6.4vw;
    background-position: center center;
  }
}

.sec05__txt {
  display: block;
  text-align: center;
  position: relative;
  position: absolute;
  bottom: -47px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec05__txt {
    font-size: 6.4vw;
    bottom: -9.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec05__txt .small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .sec05__txt .small {
    font-size: 4.8vw;
  }
}

.sec05__txt-arrow {
  font-size: 36px;
  display: block;
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
  color: #fff;
  width: 300px;
  height: 80px;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .sec05__txt-arrow {
    font-size: 4.8vw;
    width: 40vw;
    height: 9.6vw;
    padding: 0.2666666667vw 0;
    margin: 6.6666666667vw auto 0;
  }
}
.sec05__txt-arrow:hover {
  color: #fff;
}
.sec05__txt-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 80px solid #eb932f;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec05__txt-arrow:before {
    border-left-width: 20vw;
    border-right-width: 20vw;
    border-top-width: 9.8666666667vw;
  }
}

/* Section 06 */
#sec06 {
  background: url(../images/sec06-bg.webp) no-repeat center top/cover;
  min-height: 634px;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec06 {
    background-image: url(../images/sec06-bg-sp.webp);
    background-size: contain;
    min-height: 0;
  }
}
#sec06 .inner {
  padding: 80px 0 30px;
}
@media screen and (max-width: 744px) {
  #sec06 .inner {
    padding: 12vw 2.6666666667vw 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  #sec06 .c_sec-ttl {
    min-height: auto;
    margin-bottom: 2.6666666667vw;
  }
}

.sec06__ttl {
  text-align: center;
  margin-bottom: 10px;
}

.sec06__ttl-text {
  color: #111111;
  text-align: center;
  position: relative;
  display: inline-block;
}
.sec06__ttl-text::before {
  display: none;
}
@media screen and (max-width: 744px) {
  .sec06__ttl-text::before {
    width: 21.3333333333vw;
    left: -2.6666666667vw;
    top: -9.8666666667vw;
  }
}
.sec06__ttl-text .small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .sec06__ttl-text .small {
    font-size: 4.8vw;
  }
}

.sec06__media {
  text-align: center;
}

.sec06__lowertxt {
  background: #fff;
  min-height: 120px;
  text-align: center;
  display: block;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 0;
  padding: 35px 0;
}
@media screen and (max-width: 744px) {
  .sec06__lowertxt {
    padding: 8vw 0 2.6666666667vw;
    margin-bottom: 0;
    line-height: 1.7;
  }
}
.sec06__lowertxt:before {
  content: "";
  background: url(../images/arrow-line.svg) no-repeat center top/contain;
  width: 300px;
  height: 80px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec06__lowertxt:before {
    width: 37.6vw;
    top: -4.8vw;
  }
}

/* Section 07 */
#sec07 {
  background: url(../images/sec07-bg.webp) no-repeat center top/cover;
}
#sec07 .inner {
  padding: 50px 0 0px;
}
@media screen and (max-width: 744px) {
  #sec07 .inner {
    padding: 5.3333333333vw 4vw 8vw;
  }
}

.sec07__ttl {
  text-align: center;
  margin-bottom: 73px;
}
@media screen and (max-width: 744px) {
  .sec07__ttl {
    margin-bottom: 8vw;
  }
}

.sec07__subttl {
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255);
}
@media screen and (max-width: 744px) {
  .sec07__subttl {
    font-size: 5vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec07__subttl span {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .sec07__subttl span {
    font-size: 4.2666666667vw;
  }
}

.sec07__ttl-num {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 20px -29px;
}
@media screen and (max-width: 744px) {
  .sec07__ttl-num {
    width: 8.8vw;
    margin: 0 2.6666666667vw -2.6666666667vw;
  }
}

.sec07__secs {
  text-align: center;
}

.sec07__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec07__item {
    margin-bottom: 5.3333333333vw;
  }
}

.sec07__boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec07__boxes {
    flex-wrap: wrap;
  }
}

.sec07__box {
  width: calc(50% - 20px);
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 50px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec07__box {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec07__box:last-child {
    margin-bottom: 0;
  }
}

.sec07__box-ttl {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  line-height: 1;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
}
@media screen and (max-width: 744px) {
  .sec07__box-ttl {
    font-size: 4.8vw;
    padding-left: 0;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.sec07__box-ttl:before {
  display: none;
}
@media screen and (max-width: 744px) {
  .sec07__box-ttl:before {
    width: 3.2vw;
    height: 3.2vw;
    top: 1.3333333333vw;
  }
}
.sec07__box-ttl .case {
  background: #fff;
  color: #111;
  font-size: 18px;
  font-style: italic;
  padding: 3px 13px;
  margin-right: 10px;
}
@media screen and (max-width: 744px) {
  .sec07__box-ttl .case {
    font-size: 3.4666666667vw;
    margin-right: 2.1333333333vw;
    padding: 0.8vw 1.8666666667vw;
  }
}

.sec07__box-txt {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  .sec07__box-txt {
    font-size: 4vw;
  }
}

.sec07-char {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #fff;
  padding: 40px;
  border: 10px solid #b1aca6;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec07-char {
    padding: 4vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
    border-width: 1.3333333333vw;
    margin-bottom: 8vw;
  }
}

.sec07-char__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .sec07-char__ttl {
    margin-bottom: 4vw;
  }
}
.sec07-char__ttl .small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .sec07-char__ttl .small {
    font-size: 1em;
  }
}

.sec07-char__lowertxt {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.sec07-char__lowertxt span {
  font-size: 42px;
  color: var(--color-primary);
}
.sec07-char__lowertxt small {
  color: #111111;
}

/* Section 09 */
#sec09-b {
  background: url(../images/sec09-bg.webp) no-repeat center top/cover;
  margin-top: -222px;
}
@media screen and (max-width: 744px) {
  #sec09-b {
    background: #f8f7f7;
    position: relative;
    z-index: 1;
    overflow: visible;
    margin-top: 0;
  }
}
@media screen and (max-width: 744px) {
  #sec09-b:before {
    content: "";
    background: url(../images/sec09-bg-sp.webp) no-repeat right top/contain;
    width: 100%;
    height: 90.1333333333vw;
    position: absolute;
    top: -15.2vw;
    right: 0;
    z-index: -1;
  }
}
#sec09-b .inner {
  padding: 273px 0 70px 50px;
}
@media screen and (max-width: 744px) {
  #sec09-b .inner {
    padding: 8% 4vw 8vw 4vw;
  }
}

.sec09-b__inner {
  width: 623px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  .sec09-b__inner {
    font-size: 4vw;
    width: 100%;
  }
}

.sec09-b__ttl {
  color: #111111;
  text-align: center;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 0 50px 50px;
}
@media screen and (max-width: 744px) {
  .sec09-b__ttl {
    margin: 0 0 5.3333333333vw;
  }
}
.sec09-b__ttl:before {
  content: "";
  background: url(../images/sec09-ttl-uppr.webp) no-repeat center top/contain;
  width: 162px;
  height: 58px;
  position: absolute;
  top: -38px;
  left: -95px;
}
@media screen and (max-width: 744px) {
  .sec09-b__ttl:before {
    width: 24.2666666667vw;
    height: 8.8vw;
    top: -9.3333333333vw;
    left: -1.6vw;
  }
}
@media screen and (max-width: 744px) {
  .sec09-b__ttl br.spDisp {
    display: inline-block;
  }
}
.sec09-b__ttl i {
  font-style: normal;
}
@media screen and (max-width: 744px) {
  .sec09-b__ttl i {
    padding-left: 5.3333333333vw;
  }
}

.sec09-b__txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec09-b__txt {
    line-height: 1.8;
    margin-bottom: 8vw;
  }
}

.sec09-b__table {
  line-height: 1.5;
}
.sec09-b__table th,
.sec09-b__table td {
  padding: 18px 20px;
}
.sec09-b__table th {
  font-weight: bold;
  width: 205px;
}
@media screen and (max-width: 744px) {
  .sec09-b__table th {
    width: 28%;
    padding: 1.8666666667vw 1.3333333333vw;
  }
}
.sec09-b__table th span {
  background: #db5968;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 0 6px;
  margin-left: -6px;
}
@media screen and (max-width: 744px) {
  .sec09-b__table th span {
    font-size: 2.9333333333vw;
    padding: 0 0.5333333333vw;
    margin-left: -0.5333333333vw;
  }
}
.sec09-b__table tr {
  background: #fff;
  display: block;
  margin: 0 0 3px;
  min-height: 60px;
}
@media screen and (max-width: 744px) {
  .sec09-b__table tr {
    display: inherit;
  }
}
.sec09-b__table tr:nth-child(even) {
  background: #fdf4ea;
}
@media screen and (max-width: 744px) {
  .sec09-b__table td {
    padding: 1.8666666667vw 1.3333333333vw;
  }
}

/* Section 10 */
#sec10 {
  background: url(../images/sec02-bg.webp) no-repeat center top/cover;
  position: relative;
  /* sec10-upper02 */
  /* .sec10-lower */
}
@media screen and (max-width: 744px) {
  #sec10 {
    background-image: url(../images/sec02-bg-sp.webp);
    background-size: 100%;
    background-repeat: repeat;
  }
}
#sec10 .inner {
  max-width: 980px;
  padding: 105px 0 70px;
}
@media screen and (max-width: 744px) {
  #sec10 .inner {
    padding: 13.3333333333vw 4vw 8vw;
  }
}
#sec10 .sec10-upper02 {
  position: relative;
  padding: 5px;
  background: linear-gradient(to right, #a7671f, #d28229, #a7671f);
  text-align: center;
  margin: 0 -50px;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 {
    width: 100%;
    margin: 0 auto;
  }
}
#sec10 .sec10-upper02 .sec10-upper02__box {
  background: #fff;
  padding: 55px 45px 45px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 .sec10-upper02__box {
    padding: 9.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
#sec10 .sec10-upper02 .sec10-upper02__ttl {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 .sec10-upper02__ttl {
    top: -5.3333333333vw;
  }
}
#sec10 .sec10-upper02 .sec10-upper02__ttl img {
  margin: 0 auto;
  width: 470px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 .sec10-upper02__ttl img {
    margin: 0 auto;
    width: 69.3333333333vw;
  }
}
#sec10 .sec10-upper02 .sec10-upper02__media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 .sec10-upper02__media {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
#sec10 .sec10-upper02 .sec10-upper02__block {
  flex: 0 0 calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 .sec10-upper02__block {
    flex: 1;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}
#sec10 .sec10-upper02 .sec10-upper02__block p {
  font-size: 10px;
  text-align: left;
  padding-top: 20px;
  padding-left: 3px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 .sec10-upper02__block p {
    font-size: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 .sec10-upper02__block:nth-child(1), #sec10 .sec10-upper02 .sec10-upper02__block:nth-child(2), #sec10 .sec10-upper02 .sec10-upper02__block:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-upper02 .sec10-upper02__block .ddwrap {
    position: relative;
    overflow: hidden;
  }
}
#sec10 .sec10-lower {
  margin: 0 -50px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower {
    margin: inherit;
  }
}
#sec10 .sec10-lower .conts {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 80px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .conts {
    position: relative;
    width: 100%;
    gap: 4.2666666667vw;
    padding: 10.6666666667vw 0 4.2666666667vw;
    flex-direction: column;
  }
}
#sec10 .sec10-lower .conts .img {
  width: 266px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .conts .img {
    position: absolute;
    top: 4.2666666667vw;
    left: 0;
    width: 38.9333333333vw;
    height: 38.4vw;
  }
}
#sec10 .sec10-lower .conts .texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .conts .texts {
    gap: 12.8vw;
  }
}
#sec10 .sec10-lower .conts .texts .ttl {
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 46px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .conts .texts .ttl {
    font-size: 8.5333333333vw;
    text-align: right;
  }
}
#sec10 .sec10-lower .conts .texts .txt {
  font-size: 21px;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .conts .texts .txt {
    font-size: 4.2666666667vw;
  }
}
#sec10 .sec10-lower .link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  padding: 32px 80px 44px;
  border: 10px solid var(--color-primary);
  background: #fff;
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link {
    gap: 6.4vw;
    padding: 4.2666666667vw 4.2666666667vw 10.6666666667vw;
    border: 1.3333333333vw solid var(--color-primary);
  }
}
#sec10 .sec10-lower .link .ttls {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .ttls {
    align-items: center;
    gap: 2.1333333333vw;
  }
}
#sec10 .sec10-lower .link .ttls .badge {
  position: absolute;
  left: -88px;
  top: -4px;
  line-height: 1.3;
  color: #fff;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--primary, #eb932e);
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .ttls .badge {
    position: relative;
    left: inherit;
    top: inherit;
    font-size: 4.8vw;
    padding: 0 4.2666666667vw;
    border-radius: 0.5333333333vw;
  }
}
#sec10 .sec10-lower .link .ttls .main {
  color: var(--primary, #eb932e);
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .ttls .main {
    font-size: 7.4666666667vw;
    letter-spacing: 0.448vw;
  }
}
#sec10 .sec10-lower .link .ttls .sub {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .ttls .sub {
    font-size: 4.8vw;
  }
}
#sec10 .sec10-lower .link .items {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .items {
    gap: 1.0666666667vw;
  }
}
#sec10 .sec10-lower .link .items .item {
  position: relative;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #e8f5ff;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .items .item {
    padding: 6.4vw 2.1333333333vw 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
#sec10 .sec10-lower .link .items .item .img {
  position: absolute;
  left: 32px;
  top: -96px;
  width: 74px;
  height: 140px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .items .item .img {
    left: 2.1333333333vw;
    top: -2.1333333333vw;
    width: 9.6vw;
    height: 18.1333333333vw;
  }
}
#sec10 .sec10-lower .link .items .item .ttl {
  color: #1a74a2;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .items .item .ttl {
    text-align: center;
    font-size: 4.8vw;
    height: 9.6vw;
  }
}
#sec10 .sec10-lower .link .items .item .txt {
  text-align: center;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .items .item .txt {
    text-align: left;
    font-size: 4vw;
  }
}
#sec10 .sec10-lower .link .items .item:nth-child(2) {
  background: #fff7d6;
  align-self: stretch;
}
#sec10 .sec10-lower .link .items .item:nth-child(2) .img {
  left: auto;
  right: 32px;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .items .item:nth-child(2) .img {
    right: 2.1333333333vw;
  }
}
#sec10 .sec10-lower .link .items .item:nth-child(2) .ttl {
  color: #e6a917;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .items .item:nth-child(2) .ttl {
    padding-right: 8.5333333333vw;
  }
}
#sec10 .sec10-lower .link .view {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  padding: 12px 12px 6px 40px;
  background: var(--primary, #eb932e);
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .view {
    font-size: 4.8vw;
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 8.5333333333vw;
  }
}
#sec10 .sec10-lower .link .view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 36px solid #fff;
  border-right: 36px solid transparent;
}
@media screen and (max-width: 744px) {
  #sec10 .sec10-lower .link .view::before {
    border-top: 9.0666666667vw solid #fff;
    border-right: 9.0666666667vw solid transparent;
  }
}

.p-harg .bebas {
  font-family: "Bebas Neue", sans-serif;
}
.p-harg .sec11 .serif {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
.p-harg .sec11 .inner {
  padding-top: 50px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec11 .inner {
    padding-top: 13.1vw;
  }
}
.p-harg .sp_bg-hlight {
  padding: 2px;
}
.p-harg .sec03__txt2 {
  text-align: right;
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec03__txt2 {
    font-size: 3.4666666667vw;
  }
}
.p-harg .sec07_img1 {
  width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-harg .sec07_img1 {
    width: auto;
    max-width: 92vw;
  }
}
.p-harg .sec07_img2 {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-harg .sec07_img2 {
    width: auto;
    max-width: 54.4vw;
  }
}
.p-harg .sec14 {
  background: url(../images/sec07-bg.webp) no-repeat center top/cover;
}
.p-harg .sec14 .serif {
  font-family: "Noto Serif JP", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
.p-harg .sec14 .sec11_txt {
  font-size: 61px;
  text-align: center;
  font-style: italic;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 13px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14 .sec11_txt {
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-align: center;
    font-size: 8vw;
    margin-left: 0;
    margin-bottom: 6.4vw;
  }
}
.p-harg .sec14 .sec11_txt .txt1 {
  display: block;
  color: #d28228;
  background: -webkit-linear-gradient(-90deg, #d28228, #a86820);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.p-harg .sec14 .sec11_txt .txt2 {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14 .sec11_txt .space {
    display: inline-block;
    width: 0.7em;
  }
}
.p-harg .sec14_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14_list {
    gap: 5.3333333333vw;
    position: relative;
    z-index: 2;
  }
}
.p-harg .sec14_list_item {
  background: #fff;
  border: 10px solid var(--color-primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 50px 90px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14_list_item {
    border-width: 1.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    flex-direction: column;
  }
}
.p-harg .sec14_list_item .box {
  width: 440px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14_list_item .box {
    width: auto;
    display: contents;
  }
}
.p-harg .sec14_list_item .box_ttl {
  font-size: 36px;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14_list_item .box_ttl {
    font-size: 5.6vw;
    margin-bottom: 5.3333333333vw;
    order: 0;
  }
}
.p-harg .sec14_list_item .box_ttl span {
  color: var(--color-primary);
  font-size: 48px;
  margin-right: 28px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14_list_item .box_ttl span {
    font-size: 6.9333333333vw;
    margin-right: 3.2vw;
  }
}
.p-harg .sec14_list_item .box_txt {
  font-size: 21px;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14_list_item .box_txt {
    font-size: 4vw;
    line-height: 1.5;
    order: 2;
  }
}
.p-harg .sec14_list_item .img {
  width: 400px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec14_list_item .img {
    width: 76.2666666667vw;
    order: 1;
    margin: 0 auto 8vw;
  }
}
.p-harg .flow-wrap.one {
  background-image: url(../images/116.webp);
}
@media screen and (max-width: 744px) {
  .p-harg .flow-wrap.one {
    background-image: url(../images/116_sp.webp);
  }
}

/* --------------------------------------------------
 メインビジュアル
-------------------------------------------------- */
#kv {
  text-align: center;
  z-index: 9;
  background: url(../images/main-image.webp) center center no-repeat;
  background-size: auto;
  background-size: cover;
  position: relative;
  min-height: 550px;
}
@media screen and (max-width: 744px) {
  #kv {
    background: none;
    min-height: 0;
  }
}
#kv .content {
  margin: 0 auto;
  position: relative;
  max-width: 818px;
  width: 100%;
  left: -217px;
  padding-top: 73px;
}
@media screen and (max-width: 744px) {
  #kv .content {
    padding-top: 0;
    left: 0;
  }
}

/* --------------------------------------------------
 リード
-------------------------------------------------- */
#lead {
  background: url(../images/sec02-bg.webp) no-repeat center top/cover;
  min-height: 517px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #lead {
    min-height: 0;
    background-image: url(../images/sec02-bg-sp.webp);
  }
}
#lead .inner {
  padding: 80px 0 50px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #111111;
}
@media screen and (max-width: 744px) {
  #lead .inner {
    padding: 8vw 1.3333333333vw 12vw;
  }
}
@media screen and (max-width: 744px) {
  #lead .c_sec-ttl {
    margin-bottom: 8vw;
  }
}
#lead .sec02__txt {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  #lead .sec02__txt {
    font-size: 4.2666666667vw;
  }
}
#lead .sec02__txt p {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #lead .sec02__txt p {
    margin-bottom: 8vw;
    line-height: 1.7;
  }
}
#lead .sec02__txt p:last-child {
  margin-bottom: 0;
}
#lead .sec02__txt-big {
  font-size: 42px;
}
@media screen and (max-width: 744px) {
  #lead .sec02__txt-big {
    font-size: 5.6vw;
    line-height: 1.5;
  }
}
#lead .sp_bg-hlight {
  background: #d28228;
  color: #fff;
  padding: 2px 0 2px 10px;
}
@media screen and (max-width: 744px) {
  #lead .sp_bg-hlight {
    line-height: 1.7;
    padding: 0.5333333333vw;
  }
}
#lead .sec_bnr-wrap {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  margin-right: -50px;
}
@media screen and (max-width: 744px) {
  #lead .sec_bnr-wrap {
    max-width: 97.3333333333vw;
    width: 100%;
    margin: 5.3333333333vw auto 0;
    z-index: 1;
  }
}
@media screen and (max-width: 744px) {
  #lead .sec_bnr-wrap img {
    margin-left: 2.6666666667vw;
  }
}
#lead .sec02_bnr-text {
  position: absolute;
  top: 140px;
  right: 85px;
  color: #fff;
  width: 65%;
  font-size: 21px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 744px) {
  #lead .sec02_bnr-text {
    font-size: 4vw;
    top: 52%;
    left: 5%;
    width: 91%;
  }
}
#lead .sec02_bnr-text sup {
  font-size: 12px;
  vertical-align: top;
}
@media screen and (max-width: 744px) {
  #lead .sec02_bnr-text sup {
    font-size: 2.6666666667vw;
  }
}
#lead .sec02_bnr-text02 {
  position: absolute;
  right: 85px;
  bottom: 30px;
  color: #fff;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 744px) {
  #lead .sec02_bnr-text02 {
    font-size: 3.2vw;
    right: 5%;
    bottom: 11%;
  }
}

/* --------------------------------------------------
 p-Scalpとは
-------------------------------------------------- */
/* --------------------------------------------------
 pカクテルについて
-------------------------------------------------- */
/* --------------------------------------------------
 このような方に
-------------------------------------------------- */
/* --------------------------------------------------
 お悩み解消
-------------------------------------------------- */
/* --------------------------------------------------
 p-Scalp対応の薄毛治療
-------------------------------------------------- */
/* --------------------------------------------------
 pスカルプの効果
-------------------------------------------------- */
/* Section 08 */
#sec08 {
  background: url(../images/sec08-bg.webp) no-repeat center top/cover;
}
@media screen and (max-width: 744px) {
  #sec08 {
    background-image: url(../images/sec08-bg-sp.webp);
    background-position: center top;
    background-size: 100%;
  }
}
#sec08 .inner {
  padding: 0 0 70px;
}
@media screen and (max-width: 744px) {
  #sec08 .inner {
    padding: 0 4vw calc(26.6666666667vw - 19%);
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 744px) {
  #sec08 .sec08__upper {
    padding-top: 8vw;
  }
}

.sec08__upper {
  position: relative;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-top: 70px;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

.sec08__comparison {
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec08__comparison img {
    width: 100%;
  }
}

.sec08__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .sec08__cards {
    margin-bottom: 4.2666666667vw;
  }
}

.sec08__card {
  position: relative;
}
@media (min-width: 745px) {
  .sec08__card:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url(../images/arrow.svg) center/cover no-repeat;
    z-index: 1;
  }
}
@media screen and (max-width: 744px) {
  .sec08__card:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6.6666666667vw;
    transform: translateY(-50%);
    width: 9.6vw;
    height: 9.6vw;
    background: url(../images/arrow.svg) center/cover no-repeat;
    z-index: 1;
  }
}

.sec08-card__before,
.sec08-card__after {
  padding: 8px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .sec08-card__before,
  .sec08-card__after {
    font-size: 3.4666666667vw;
    padding: 0.8vw 0;
  }
}

.sec08-card__before {
  background: #efe5c9;
}

.sec08-card__after {
  background: #bf941d;
  color: #fff;
}

@media (min-width: 745px) {
  .sec08__desc {
    display: flex;
  }
}
@media screen and (max-width: 744px) {
  .sec08__desc {
    text-align: left;
    font-size: 4vw;
    line-height: 170%;
  }
}

.sec08-desc__item {
  color: #111;
  font-size: 21px;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .sec08-desc__item {
    font-size: 4vw;
  }
}
.sec08-desc__item:first-child {
  padding-bottom: 16px;
}

.sec08__item {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  background-color: var(--color-primary);
  margin-bottom: 50px;
  padding: 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec08__item {
    padding: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec08__item:nth-child(2), .sec08__item:last-child {
  margin-bottom: 0;
}
.sec08__item:has(.sec08__title) {
  padding-top: 105px;
}
@media screen and (max-width: 744px) {
  .sec08__item:has(.sec08__title) {
    padding-top: 14.1333333333vw;
  }
}
.sec08__item .sec08__comparison::after {
  content: "";
  position: absolute;
  top: -17px;
  left: -24px;
  width: 120px;
  height: 120px;
  background: url(../images/sec08-box-img11.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec08__item .sec08__comparison::after {
    top: -2.6666666667vw;
    left: 1.3333333333vw;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}

.sec08__item-alt {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  background-color: #bf941d;
  margin-bottom: 50px;
  padding: 0 10px 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec08__item-alt {
    padding: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec08__item-alt:nth-child(2), .sec08__item-alt:last-child {
  margin-bottom: 0;
}
.sec08__item-alt:has(.sec08__title) {
  padding-top: 105px;
}
@media screen and (max-width: 744px) {
  .sec08__item-alt:has(.sec08__title) {
    padding-top: 14.1333333333vw;
  }
}
.sec08__item-alt .sec08__comparison::after {
  content: "";
  position: absolute;
  top: -24px;
  left: -40px;
  width: 120px;
  height: 120px;
  background: url(../images/sec08-box-img11.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec08__item-alt .sec08__comparison::after {
    top: -4.2666666667vw;
    left: -4.2666666667vw;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.sec08__item-alt:nth-child(3) .sec08__comparison::after {
  background-image: url(../images/sec08-box-img12.webp);
}

.sec08__inner {
  background-color: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 744px) {
  .sec08__inner {
    padding: 5.3333333333vw 4vw;
  }
}

.sec08__inner-v2 {
  background-color: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 744px) {
  .sec08__inner-v2 {
    padding: 5.3333333333vw 0;
  }
}

.sec08__title {
  font-size: 42px;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .sec08__title {
    font-size: 5.6vw;
    top: 3.2vw;
  }
}

.sec08__media {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 780px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec08__media {
    margin-bottom: 2.6666666667vw;
  }
}

.sec08__text {
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .sec08__text {
    font-size: 4vw;
    line-height: 1.5;
  }
}

.sec08__highlight {
  color: #fff;
  padding: 4px 0;
  line-height: 2;
  background-color: #db5969;
  letter-spacing: -1px;
}
@media screen and (max-width: 744px) {
  .sec08__highlight {
    padding: 0.5333333333vw 0;
    line-height: 1.5;
  }
}

.p-harg .sec08__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec08__list {
    position: relative;
    z-index: 2;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-harg .sec08__list:last-child {
    margin-bottom: 0;
  }
}
.p-harg .sec08__inner,
.p-harg .sec08__inner-v2 {
  padding-top: 30px;
}
@media screen and (max-width: 744px) {
  .p-harg .sec08__inner,
  .p-harg .sec08__inner-v2 {
    padding: 5.3333333333vw 4vw;
  }
}

/* --------------------------------------------------
 注入時の痛みがご心配な方へ
-------------------------------------------------- */
/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: var(--color-alpha);
}
.sec_case .lpInner {
  padding: 56px 0 72px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 8.5333333333vw 4vw;
  }
}
.sec_case .lpInner .sec__cttl {
  font-family: var(--font-yumincho);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: var(--color-alpha);
  /* h2（費用） */
}
#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;
}
#tempPrice .sec__cttl {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 744px) {
  #tempPrice .sec__cttl {
    margin-bottom: 4.2666666667vw !important;
  }
}

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

.p_price__area {
  overflow: visible;
}

.c-price.--ice .c-price__header {
  border: 1px solid #d28228;
  background: linear-gradient(-90deg, #d28228, #a86820, #d28228);
  position: relative;
}
.c-price.--ice .c-price__header::before {
  content: "";
  background: url(../images/icon-premium.webp) no-repeat center center/contain;
  width: 140px;
  height: 54px;
  position: absolute;
  top: 12px;
  left: -11px;
}
@media screen and (max-width: 744px) {
  .c-price.--ice .c-price__header::before {
    width: 18.1333333333vw;
    height: 6.9333333333vw;
    top: -1.3333333333vw;
    left: -2.6666666667vw;
  }
}
.c-price.--ice .c-price__body {
  border: 1px solid #d28228;
}
@media screen and (max-width: 744px) {
  .c-price.--ice .c-price__body {
    border: 0.2666666667vw solid #d28228;
  }
}
.c-price.--ice .c-price__item-group {
  border-bottom: 1px solid #d28228;
}
@media screen and (max-width: 744px) {
  .c-price.--ice .c-price__item-group {
    border-bottom: 0.2666666667vw solid #d28228;
  }
}
.c-price.--ice .c-price__name {
  border-left: 4px solid #d28228;
}
@media screen and (max-width: 744px) {
  .c-price.--ice .c-price__name {
    border-left: 1.0666666667vw solid #d28228;
  }
}
.c-price.--ice .c-price__name .category {
  color: #d28228;
}

.sec13_box {
  border: 10px solid #d28228;
  background: #fff url(../images/sec12_02.webp) no-repeat top center/cover;
  padding: 15px 40px 40px;
  margin: 50px -50px 0;
}
@media screen and (max-width: 744px) {
  .sec13_box {
    background-image: url(../images/sec12_02_sp.webp);
    margin: 0;
    border-width: 1.3vw;
    padding: 4vw 2.7vw;
  }
}
.sec13_box_txt {
  text-align: center;
  margin-bottom: 43px;
}
@media screen and (max-width: 744px) {
  .sec13_box_txt {
    margin-bottom: 2.7vw;
  }
}
.sec13_box_txt .txt {
  display: inline-block;
  border: 1px solid #d28228;
  background: #fff;
  color: #d28228;
  font-size: 24px;
  font-weight: bold;
  padding: 0 1em;
}
@media screen and (max-width: 744px) {
  .sec13_box_txt .txt {
    font-size: 4vw;
    line-height: 1.3;
    padding: 1.7vw 3.1vw;
  }
}
.sec13_box_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 744px) {
  .sec13_box_ttl {
    margin-bottom: 4.5vw;
  }
}
.sec13_box_ttl .pink {
  color: #db5968;
}
.sec13_box_ttl .txt1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
  margin: auto;
  text-align: center;
  background: #28beb4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .sec13_box_ttl .txt1 {
    left: 0;
    width: 18.7vw;
    height: 18.7vw;
    font-size: 3.5vw;
    line-height: 1.3;
  }
}
.sec13_box_ttl .txt2 {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
@media screen and (max-width: 744px) {
  .sec13_box_ttl .txt2 {
    font-size: 6.9vw;
    line-height: 1.3;
    display: block;
  }
}
.sec13_box_img {
  width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 744px) {
  .sec13_box_img {
    width: auto;
    margin-bottom: 7.2vw;
    margin: 0 auto 8vw;
  }
  .sec13_box_img img {
    margin: 0 auto;
    width: 100%;
  }
}
.sec13_box_box {
  width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 4px solid #db5968;
}
@media screen and (max-width: 744px) {
  .sec13_box_box {
    width: auto;
    box-shadow: none;
    border-width: 1vw;
  }
}
.sec13_box_box .ttl {
  background: #db5968;
  color: #fff;
  font-size: 32px;
  line-height: 53px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec13_box_box .ttl {
    font-size: 5.6vw;
    line-height: 2;
  }
}
.sec13_box_box .box {
  background: #fbeef0;
  padding: 16px 0;
}
@media screen and (max-width: 744px) {
  .sec13_box_box .box {
    padding: 4.3vw 0;
  }
}
.sec13_box_box .box .txt1 {
  line-height: 1;
  position: relative;
  text-align: center;
}
.sec13_box_box .box .txt1::before {
  width: 13.3vw;
  height: 2.7vw;
  bottom: -4vw;
}
.sec13_box_box .box .txt1_1 {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sec13_box_box .box .txt1_1 {
    font-size: 3.9vw;
  }
}
.sec13_box_box .box .txt1_2 {
  font-size: 56px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec13_box_box .box .txt1_2 {
    font-size: 8.7vw;
  }
}
.sec13_box_box .box .txt1_3 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sec13_box_box .box .txt1_3 {
    font-size: 3.9vw;
  }
}
.sec13_box_box .box .txt2 {
  line-height: 1;
}
.sec13_box_box .box .txt2_1 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sec13_box_box .box .txt2_1 {
    font-size: 4.1vw;
  }
}
.sec13_box_box .box .txt2_1 .bg {
  background: #db5968;
  color: #fff;
  border-radius: 4px;
  padding: 0 0.2em;
}
.sec13_box_box .box .txt2_2 {
  font-size: 99px;
  color: #db5968;
}
@media screen and (max-width: 744px) {
  .sec13_box_box .box .txt2_2 {
    font-size: 16.6vw;
  }
}
.sec13_box_box .box .txt2_3 {
  font-size: 29px;
  font-weight: bold;
  color: #db5968;
}
@media screen and (max-width: 744px) {
  .sec13_box_box .box .txt2_3 {
    font-size: 5.1vw;
  }
}
.sec13 .kerning {
  font-feature-settings: "palt" 1;
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor .moniBnr {
  padding: 48px 0;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .monitor .moniBnr {
    padding: 6.4vw 0;
  }
}
.monitor #tempPrice .moniBnr {
  background: none;
  padding: 0 0 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .moniBnr {
    padding: 0 0 4.2666666667vw;
  }
}
.monitor #tempPrice .sec__cttl {
  margin-bottom: 8px;
}
.monitor #tempPrice .tempPrice__ttl {
  font-size: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.monitor #tempPrice .sec__cttl.tempPrice__ttl {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.monitor #tempPrice .tempPrice__ttl__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #222;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
    width: 12.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::after {
  transform: rotate(120deg);
}
.monitor #tempPrice .tempPrice__ttl__main {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__main {
    font-size: 8vw;
  }
}
.monitor #tempPrice .notice_txt {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice_txt {
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
  }
}
.monitor #tempPrice .notice button {
  margin-bottom: 20px;
  color: #3c60ff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice button {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__dashline {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__item {
    justify-content: space-between;
    padding-top: 0;
  }
}
.monitor #tempPrice .c-price__cost {
  width: min-content;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__cost {
    max-width: inherit;
  }
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__cost .price strong {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__cost .price small {
    font-size: 3.4666666667vw;
  }
}
.monitor .monitor #tempPrice .sec__cttl {
  margin-bottom: 48px;
}

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