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

.repair_lump {
  --color-primary: #e17096;
  --color-alpha: rgb(252.6, 243.56, 246.6);
  --color-secondary: rgba(225, 112, 150, 0.4);
  --color-strong: rgb(229.4985549133, 5.5014450867, 80.8279067983);
}

@media (max-width: 744px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 745px) {
  .sp_only {
    display: none;
  }
}

/*------------------------------------------------------------ */
/* フォント設定
-------------------------------------------------------------- */
@font-face {
  font-family: "myFont-futuraMedium";
  src: url("../../../assets/font/futura/FuturaBT-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "myFont-futuraBold";
  src: url("../../../assets/font/futura/Futura-Bold.woff") format("woff");
  font-display: swap;
}
.myFontMedium {
  font-family: "myFont-futuraMedium";
}

.myFontBold {
  font-family: "myFont-futuraBold";
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}

main h2 {
  margin-bottom: 0;
}

section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}

section .inner2 {
  max-width: 980px;
}

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

.wrapper *,
.wrapper *:before,
.wrapper *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

ul,
ol {
  margin: 0;
  margin-left: 0;
  padding: 0;
}

li {
  margin-bottom: 0;
}

p {
  margin: 0;
}

table {
  border: none;
  margin: 0;
}

th,
td {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper a {
  text-decoration: none;
}

.wrapper a:hover {
  opacity: 0.7;
}

.wrapper a:hover img {
  opacity: 1;
}

.cfix,
.page-container,
.logo-wrapper a,
nav ul.menu,
.dropdown-nav,
.dropdown-nav .category-menu,
.dropdown-nav ul.submenu,
figure,
.link-button-sp ul.link-button-wrap,
.head-tabs ul.tab-menu,
.head-tabs .tab-box ul,
.news ul.news-list {
  clear: both;
  overflow: hidden;
  display: block;
}

figure {
  margin: 0;
  overflow: unset;
}

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

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

.spDisp_lp {
  display: none;
}

.sp-only {
  display: none;
}

div,
th,
td,
tr,
li,
ul,
p,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: middle;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

/* Sections CSS */
/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
}

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

@media only screen and (max-width: 744px) {
  footer .inner {
    margin: 0 auto;
  }
  .pcDisp_lp {
    display: none;
  }
  .spDisp_lp {
    display: block;
  }
  br.spDisp {
    display: inline-block;
  }
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
  section .inner {
    width: auto;
    padding: 30px 15px;
  }
  /* Common */
  .sec__cttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .lpInner {
    padding: 0 5.3vw;
    max-width: none;
  }
}

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

.repair_lump {
  overflow: hidden;
}

.fv {
  background-image: url(../images/repair_lump_01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .fv {
    background-image: url(../images/repair_lump_01_sp.webp);
  }
}

.fv__inner {
  padding: 69px 0 58px;
}
@media screen and (max-width: 744px) {
  .fv__inner {
    padding: 25.8666666667vw 0 4.5333333333vw;
  }
}

.fv-titles__wrap {
  padding: 0 0 58px;
  margin-right: 8vw;
  margin-left: 45vw;
  max-width: 623px;
}
@media (max-width: 960px) {
  .fv-titles__wrap {
    margin-left: 51vw;
  }
}
@media (max-width: 820px) {
  .fv-titles__wrap {
    margin-left: 64vw;
  }
}
@media screen and (max-width: 744px) {
  .fv-titles__wrap {
    margin: 0 4vw 0 20.8vw;
    padding-bottom: 9.0933333333vw;
  }
}

.fv-contents {
  margin-right: 8vw;
  margin-left: 45vw;
  max-width: 661px;
  position: relative;
}
@media (max-width: 960px) {
  .fv-contents {
    margin-left: 51vw;
  }
}
@media (max-width: 820px) {
  .fv-contents {
    margin-left: 64vw;
  }
}
@media screen and (max-width: 744px) {
  .fv-contents {
    margin: 0;
    max-width: 100%;
    justify-content: center;
    display: flex;
  }
}

.fv-contents__text {
  max-width: 661px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 15%, #fff 85%, rgba(255, 255, 255, 0) 100%);
  color: var(--, #444);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 40.8px */
  padding: 5px 0;
}
@media (max-width: 1040px) {
  .fv-contents__text {
    max-width: 63.5576923077vw;
  }
}
@media screen and (max-width: 744px) {
  .fv-contents__text {
    max-width: 100%;
    color: var(--, #444);
    text-align: right;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 30.6px */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0) 100%);
    padding: 0 9.0666666667vw;
  }
}

.fv-contents__text--1 {
  color: #fff;
  background: var(--color-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  border-radius: 10px;
  padding: 0 5px 0px 5px;
}
@media screen and (max-width: 744px) {
  .fv-contents__text--1 {
    color: #fff;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    border-radius: 0.8vw;
    padding: 0 0.5333333333vw 0 0.5333333333vw;
  }
}

.fv-contents__text--icon {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  padding-top: 21px;
  position: absolute;
  top: -60px;
  left: -26px;
  width: 156px;
  height: 156px;
  border-radius: 250.824px;
  background: linear-gradient(319deg, var(--color-primary) 10.23%, #fcbbc0 90.76%);
}
@media (max-width: 1400px) {
  .fv-contents__text--icon {
    top: -60px;
    left: -60px;
    font-size: 1.9285714286vw;
    width: 11.1428571429vw;
    height: 11.1428571429vw;
  }
}
@media (max-width: 1040px) {
  .fv-contents__text--icon {
    width: 116px;
    height: 116px;
    left: -40px;
    font-size: 24px;
    padding-top: 21px;
    line-height: 89%;
  }
}
@media (max-width: 820px) {
  .fv-contents__text--icon {
    left: -60px;
  }
}
@media screen and (max-width: 744px) {
  .fv-contents__text--icon {
    left: 3.2vw;
    top: -18.6666666667vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 3.76vw;
    line-height: 120%;
    padding-top: 3.2vw;
  }
}

.fv-contents-text__icon--span1 {
  font-size: 21px;
}
@media (max-width: 1400px) {
  .fv-contents-text__icon--span1 {
    font-size: 1.5vw;
  }
}
@media (max-width: 1040px) {
  .fv-contents-text__icon--span1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 744px) {
  .fv-contents-text__icon--span1 {
    font-size: 2.832vw;
    line-height: 120%;
  }
}

.fv-contents-text__icon--span2 {
  font-size: 34px;
}
@media (max-width: 1400px) {
  .fv-contents-text__icon--span2 {
    font-size: 2.4285714286vw;
  }
}
@media (max-width: 1040px) {
  .fv-contents-text__icon--span2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 744px) {
  .fv-contents-text__icon--span2 {
    font-size: 4.5866666667vw;
    line-height: 120%;
  }
}

.fv-contents-text__icon--span3 {
  font-size: 32px;
}
@media (max-width: 1400px) {
  .fv-contents-text__icon--span3 {
    font-size: 2.2857142857vw;
  }
}
@media (max-width: 1040px) {
  .fv-contents-text__icon--span3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 744px) {
  .fv-contents-text__icon--span3 {
    font-size: 4.3173333333vw;
    line-height: 120%;
  }
}

.block1-about {
  background: var(--Linear, linear-gradient(180deg, #fff 0%, #ffecec 100%));
  position: relative;
}
.block1-about .block1-about__inner {
  position: relative;
  max-width: 1160px;
  padding: 50px 40px 72px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .block1-about .block1-about__inner {
    padding: 8vw 5.3333333333vw 8vw;
  }
}
.block1-about .block1-about__h2 {
  color: #444;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
  letter-spacing: 10.8px;
  padding-bottom: 47px;
}
@media screen and (max-width: 744px) {
  .block1-about .block1-about__h2 {
    color: var(--, #444);
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: 1.92vw;
    padding-bottom: 6.4vw;
  }
}
.block1-about .block1-about__detailwrap {
  border: 4px solid #ffe689;
  background: var(--main-colour, var(--color-primary));
  max-width: 870px;
  margin: 0 auto;
  margin-bottom: 55px;
  padding: 32px 0;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .block1-about .block1-about__detailwrap {
    padding: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.block1-about .block1-about__detailwrap--text1 {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 21px */
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .block1-about .block1-about__detailwrap--text1 {
    color: #fff;
    text-align: center;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.0426666667vw;
    padding-bottom: 2.1333333333vw;
  }
}
.block1-about .block1-about__detailwrap--span1 {
  color: #ffe689;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
}
@media screen and (max-width: 744px) {
  .block1-about .block1-about__detailwrap--span1 {
    color: #ffe689;
    text-align: center;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 31.5px */
  }
}
.block1-about .block1-about__detailwrap--span2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .block1-about .block1-about__detailwrap--span2 {
    color: #fff;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.block1-about .block1-about__btn {
  border: 6px solid var(--color-primary);
  background: #fff;
  border-radius: 200px;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: 3.2px;
  max-width: 748px;
  height: 144px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .block1-about .block1-about__btn {
    color: var(--main-colour, var(--color-primary));
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    height: 22.9333333333vw;
    border-radius: 34.1333333333vw;
    border: 2px solid var(--main-colour, var(--color-primary));
    background: #fff;
    letter-spacing: 0;
  }
}
.block1-about .block1-about__btn .block1-about__btn--child {
  color: var(--color-primary);
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.block1-about .p-card {
  position: relative;
  display: flex;
  margin-bottom: 40px;
  max-width: 748px;
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 744px) {
  .block1-about .p-card {
    gap: 2.6666666667vw;
    align-items: center;
    margin-bottom: 4.2666666667vw;
  }
}
.block1-about .p-card__img {
  overflow: hidden;
  z-index: 1;
  position: relative;
  max-width: 300px;
}
@media screen and (max-width: 744px) {
  .block1-about .p-card__img {
    max-width: 40vw;
  }
}
.block1-about .p-card__img img {
  transition: transform 0.8s;
}
@media screen and (min-width: 769px) {
  .block1-about .p-card:hover > a > figure > img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}
.block1-about .p-card__body {
  max-width: 408px;
}
@media screen and (max-width: 744px) {
  .block1-about .p-card__body {
    max-width: 46.6666666667vw;
  }
}
.block1-about .p-card__txt {
  color: var(--, #444);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 40.8px */
}
@media screen and (max-width: 744px) {
  .block1-about .p-card__txt {
    font-size: 4vw;
    line-height: 170%;
  }
}
.block1-about .p-card__txt span {
  color: var(--main-colour, var(--color-primary));
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .block1-about .p-card__txt span {
    color: var(--main-colour, var(--color-primary));
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
  }
}
.block1-about .p-card__txt1 {
  margin-top: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .block1-about .p-card__txt1 {
    margin: 0;
  }
}
@media screen and (max-width: 744px) {
  .block1-about .p-card__txt2 {
    padding-bottom: 4.2666666667vw;
    text-align: center;
  }
}

.block2-feature {
  padding: 70px 0 70px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .block2-feature {
    padding: 8vw 0;
  }
}
.block2-feature .block2-feature__inner {
  position: relative;
}
.block2-feature .block2-feature__h2 {
  padding-bottom: 40px;
  color: #444;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
  letter-spacing: 10.8px;
}
@media screen and (max-width: 744px) {
  .block2-feature .block2-feature__h2 {
    padding-bottom: 0px;
    color: #444;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: 1.92vw;
  }
}
.block2-feature .p-block__inner {
  max-width: 1160px;
  padding: 0 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-block__inner {
    padding: 0 5.3333333333vw;
  }
}
.block2-feature .p-block__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-block__items {
    grid-template-columns: 1fr;
    row-gap: 0px;
    padding: 0;
  }
}
.block2-feature .p-block__item {
  position: relative;
}
.block2-feature .p-card__img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__img {
    max-width: 34.6666666667vw;
    left: -0.5333333333vw;
    z-index: 1;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__img1 {
    top: 4.5333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__img2 {
    top: -4.5333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__img3 {
    top: 0px;
  }
}
.block2-feature .p-card__body {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 321px;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__body1 {
    padding-top: 26.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__body2 {
    padding-top: 18.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__body3 {
    padding-top: 22.4vw;
  }
}
.block2-feature .p-card-title__wrap {
  position: absolute;
}
.block2-feature .p-card__title {
  font-size: 18px;
  border-radius: 8px;
  background: var(--color-primary);
  max-width: 280px;
  width: 100%;
  height: 56px;
  position: absolute;
  top: 294px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  display: flex;
}
@media screen and (min-width: 745px) {
  .block2-feature .p-card__title {
    justify-content: center;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title {
    height: 14.9333333333vw;
    max-width: 80.8vw;
    border-radius: 2.1333333333vw 2.1333333333vw 2.1333333333vw 19.2vw;
    padding-left: 29.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title1 {
    top: 19.4666666667vw;
  }
}
.block2-feature .p-card__title1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 63px;
  width: 47px;
  height: 1px;
  background: #ffffff;
  rotate: -65deg;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title1::after {
    right: 20vw;
    width: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title2 {
    top: 10.6666666667vw;
  }
}
.block2-feature .p-card__title2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  width: 47px;
  height: 1px;
  background: #ffffff;
  rotate: -65deg;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title2::after {
    right: 20vw;
    width: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title3 {
    top: 15.2vw;
  }
}
.block2-feature .p-card__title3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  width: 47px;
  height: 1px;
  background: #ffffff;
  rotate: -65deg;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title3::after {
    right: 20vw;
    width: 6.4vw;
  }
}
.block2-feature .p-card__title--span1 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 7.2px;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title--span1 {
    color: #fff;
    text-align: center;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 21px */
    letter-spacing: 0;
  }
}
.block2-feature .p-card__title--span3 {
  color: #fff;
  font-family: "myFont-futuraMedium";
  font-size: 52px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  padding-left: 16px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__title--span3 {
    padding-left: 6.4vw;
    color: #fff;
    text-align: center;
    font-size: 8.2666666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 31px */
  }
}
.block2-feature .p-card__title--span3-1 {
  letter-spacing: -0.15em;
}
.block2-feature .p-card__title--span3-2 {
  letter-spacing: -0.04em;
}
.block2-feature .p-card__title--span3-3 {
  letter-spacing: -0.04em;
}
.block2-feature .p-card__text {
  padding: 52px 24px 32px;
  border-radius: 8px;
  background: #ffecec;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__text {
    padding: 12.8vw 4.2666666667vw 6.4vw;
    border-radius: 2.1333333333vw;
    color: var(--, #444);
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 22.5px */
  }
}
.block2-feature .p-card__text .p-card__text--span1 {
  font-size: 12px;
  vertical-align: super;
}
.block2-feature .p-card__text .p-card__text--span2 {
  color: var(--color-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .block2-feature .p-card__text .p-card__text--span2 {
    color: var(--main-colour, var(--color-primary));
    font-size: 4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.block2-feature .p-card__block {
  margin-top: auto;
}
.block2-feature .p-card__foot {
  display: flex;
  align-items: center;
}
.block2-feature .p-card__date {
  display: block;
  margin-right: auto;
  font-size: 3.2vw;
}
.block2-feature .p-card__category {
  background-color: #fff;
  font-size: 3.2vw;
  padding: 1.0666666667vw 3.2vw;
  border-radius: 3.2vw;
}
.block2-feature .p-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.1333333333vw;
  margin-left: -2.1333333333vw;
}
.block2-feature .p-card__tag {
  background-color: #fff;
  font-size: 3.2vw;
  padding: 1.0666666667vw 3.2vw;
  border-radius: 3.2vw;
  margin-left: 2.1333333333vw;
  margin-top: 2.1333333333vw;
}
.block2-feature .block2-feature__annotation {
  color: #444;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
}
@media screen and (max-width: 744px) {
  .block2-feature .block2-feature__annotation {
    color: #444;
    text-align: right;
    font-size: 3.4666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
  }
}

.block3 .block3-Suggest-h2__wrap {
  position: relative;
  z-index: 2;
  position: relative;
}
.block3 .block3-Suggest-h2__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
  width: 100%;
  height: 164px;
  background-image: url(../images/repair_lump_07.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest-h2__wrap::before {
    height: 36.5333333333vw;
    background-image: url(../images/repair_lump_07_sp.webp);
  }
}
.block3 .block3-Suggest__h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 46.8px */
  letter-spacing: 10.8px;
  padding: 40px 0 18px;
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest__h2 {
    padding: 6.4vw 0 4.8vw;
    color: #fff;
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    letter-spacing: 1.92vw;
  }
}
.block3 .block3-Suggest__h2 span {
  position: relative;
}
.block3 .block3-Suggest__h2 span::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 37%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: -1;
  border-radius: 50%;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest__h2 span::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.block3 .block3-Suggest-texts-box__wrap {
  background-image: url(../images/repair_lump_06.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest-texts-box__wrap {
    background-image: url(../images/repair_lump_06_sp.webp);
    height: 109.0666666667vw;
  }
}
.block3 .block3-Suggest-texts__box {
  max-width: 1160px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.block3 .block3-Suggest-texts {
  border-radius: 312px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.block3 .block3-Suggest-texts::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 301px;
  height: 301px;
  border-radius: 312px;
  filter: blur(24px);
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest-texts::after {
    filter: blur(3.2vw);
    max-width: 40vw;
    height: 40vw;
    border-radius: 41.6vw;
  }
}
.block3 .block3-Suggest-texts1 {
  top: 33px;
  right: 160px;
  max-width: 301px;
  height: 301px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest-texts1 {
    top: 8vw;
    right: 13.3333333333vw;
    max-width: 40vw;
    height: 40vw;
    border-radius: 41.6vw;
  }
}
.block3 .block3-Suggest-texts2 {
  bottom: -11px;
  right: 258px;
  max-width: 301px;
  width: 100%;
  height: 301px;
}
@media (max-width: 1140px) {
  .block3 .block3-Suggest-texts2 {
    right: 230px;
  }
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest-texts2 {
    right: 13.3333333333vw;
    bottom: 19.2vw;
    max-width: 40vw;
    height: 40vw;
  }
}
.block3 .block3-Suggest-texts3 {
  bottom: -43px;
  left: 271px;
  max-width: 301px;
  width: 100%;
  height: 301px;
}
@media (max-width: 1140px) {
  .block3 .block3-Suggest-texts3 {
    left: 250px;
  }
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest-texts3 {
    left: 5.3333333333vw;
    bottom: 1.3333333333vw;
    max-width: 40vw;
    height: 40vw;
  }
}
.block3 .block3-Suggest-text__1 {
  color: #444;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest-text__1 {
    color: var(--, #444);
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
  }
}
.block3 .block3-Suggest-text__2 {
  color: var(--color-primary);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
@media screen and (max-width: 744px) {
  .block3 .block3-Suggest-text__2 {
    color: var(--main-colour, var(--color-primary));
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
  }
}

#sec07 {
  background: #f8f0e9;
}
@media screen and (max-width: 744px) {
  #sec07 .sec07__ttl {
    margin-bottom: 10px;
  }
}
#sec07 .c_menu__head {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
#sec07 .c_menu__item {
  border-color: var(--color-primary);
}
#sec07 .c_menu__ttl {
  border-left-color: var(--color-primary);
}
#sec07 .c_menu__dashline {
  border-bottom-color: var(--color-primary);
}
#sec07 .sec07_box {
  background: #fff;
  padding: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  #sec07 .sec07_box {
    padding: 4.5vw 4.26vw 4.3vw;
    margin-top: 7.8vw;
  }
}
#sec07 .sec07_box .ttl {
  border-bottom: 1px solid var(--color-primary);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  #sec07 .sec07_box .ttl {
    font-size: 4.8vw;
    padding-bottom: 3.9vw;
    margin-bottom: 4.1vw;
  }
}
#sec07 .sec07_box .list {
  width: 904px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #sec07 .sec07_box .list {
    width: auto;
    flex-direction: column;
    gap: 4.3vw;
  }
}
#sec07 .sec07_box .list_item {
  width: 440px;
}
@media screen and (max-width: 744px) {
  #sec07 .sec07_box .list_item {
    width: auto;
  }
}

.sec08 .slider {
  margin-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .sec08 .slider {
    margin-bottom: 60px;
  }
}
.sec08__subttl2 {
  text-align: center;
}
.sec08__subttl2 .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  background: #fff;
  display: inline-block;
  padding: 13px 20px 10px;
  border-left: 4px solid var(--color-primary);
  border-right: 4px solid var(--color-primary);
  border-top: 4px solid var(--color-primary);
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 744px) {
  .sec08__subttl2 .txt {
    padding: 8px 10px 5px;
  }
}
.sec08__subttl2 .txt .small {
  font-size: 0.78em;
}
@media screen and (max-width: 744px) {
  .sec08__subttl2 .txt .small {
    display: block;
  }
}

.tempPrice_box {
  background: #fff;
  padding: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .tempPrice_box {
    padding: 4.5vw 4.26vw 4.3vw;
    margin-top: 7.8vw;
  }
}
.tempPrice_box .ttl {
  border-bottom: 1px solid var(--color-primary);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .tempPrice_box .ttl {
    font-size: 4.8vw;
    padding-bottom: 3.9vw;
    margin-bottom: 4.1vw;
  }
}
.tempPrice_box .list {
  width: 904px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .tempPrice_box .list {
    width: auto;
    flex-direction: column;
    gap: 4.3vw;
  }
}
.tempPrice_box .list_item {
  width: 440px;
}
@media screen and (max-width: 744px) {
  .tempPrice_box .list_item {
    width: auto;
  }
}

.bg-text-slider {
  align-items: center;
  display: flex;
  height: 144px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  top: -3px;
}
@media screen and (max-width: 744px) {
  .bg-text-slider {
    height: 20.5333333333vw;
    top: -0.8vw;
  }
}
.bg-text-slider ul {
  animation: flowing 170s linear infinite;
  font-size: 20px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.bg-text-slider ul li {
  display: inline-block;
  padding-right: 40px;
  color: #f9b1bb;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 218px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 218px */
  opacity: 0.15;
}
@media screen and (max-width: 744px) {
  .bg-text-slider ul li {
    font-size: 29.0666666667vw;
    opacity: 0.3;
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.bg-text-slider2 {
  align-items: center;
  display: flex;
  height: 144px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  top: -3px;
}
@media screen and (max-width: 744px) {
  .bg-text-slider2 {
    height: 20.5333333333vw;
    top: -0.8vw;
  }
}
.bg-text-slider2 ul {
  display: flex;
  animation: flowing2 280s linear infinite;
  margin: 0;
  padding: 0;
}
.bg-text-slider2 ul li {
  display: inline-block;
  padding-right: 40px;
  color: #f9b1bb;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 218px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.15;
}
@media screen and (max-width: 744px) {
  .bg-text-slider2 ul li {
    font-size: 29.0666666667vw;
    opacity: 0.3;
  }
}
@keyframes flowing2 {
  0% {
    transform: translateX(-100%); /* 右端から開始 */
  }
  100% {
    transform: translateX(100%); /* 左端に到達 */
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: #f8f0e9;
}
.sec_case .lpInner {
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 7.5vw 4vw;
  }
}

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

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

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