@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_face {
  --color-primary: #a1535f;
  --color-alpha: rgb(247.7613114754, 240.9586885246, 242.0052459016);
  --color-secondary: rgba(161, 83, 95, 0.3);
  --color-strong: rgb(114.9967213115, 27.0032786885, 40.5407313997);
}

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

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

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

main.repair_face {
  overflow: hidden;
  background: #fff;
}

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

section {
  clear: both;
  display: block;
  overflow: hidden;
}

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

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

/* 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;
  }
}
.repair_face .mainColor {
  color: var(--color-primary);
}
.repair_face img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.repair_face section {
  overflow: visible;
}
.repair_face .serif {
  font-family: serif;
}
.repair_face picture {
  display: block;
}
.repair_face .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .repair_face .lpInner {
    padding: 0 5.3vw;
    max-width: none;
  }
}
.repair_face .pink {
  color: #f0285a;
}
.repair_face .fv {
  padding-top: 44px;
  padding-bottom: 151px;
  background-image: url(../images/repair_face_01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .fv {
    padding-top: 47.7333333333vw;
    padding-bottom: 16.5333333333vw;
  }
}
.repair_face .fv .fv-title1 {
  font-size: 61px;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 120px;
  padding-bottom: 10px;
  z-index: 1;
  position: relative;
  color: var(--White, #fff);
  text-shadow: 0px 0px 9.361px rgba(0, 0, 0, 0.8);
  -webkit-text-stroke-width: 0.2340136021;
  -webkit-text-stroke-color: var(--White, #fff);
  font-family: "Noto Serif JP";
  font-size: 77.201px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 7.72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-title1 {
    z-index: 2;
    color: #fff;
    text-shadow: 0px 0px 4.68px rgba(0, 0, 0, 0.8);
    -webkit-text-stroke-width: 0.1170068011;
    -webkit-text-stroke-color: #fff;
    font-family: "Noto Serif JP";
    font-size: 10.2933333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.0293333333vw;
    padding-left: 0;
    padding: 0 4.2666666667vw;
    white-space: nowrap;
  }
}
.repair_face .fv .fv-title1 .fv-title1__small {
  color: var(--White, #fff);
  font-family: "Noto Serif JP";
  font-size: 61.228px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 6.123px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-title1 .fv-title1__small {
    color: #fff;
    font-family: "Noto Serif JP";
    font-size: 8.1637333333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.8162666667vw;
  }
}
.repair_face .fv .fv-title1::after {
  content: "";
  position: absolute;
  top: -44px;
  right: -230px;
  z-index: -1;
  width: 1332px;
  height: 1284px;
  background-image: url(../images/repair_face_02.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-title1::after {
    background-image: url(../images/repair_face_02_sp.webp);
    width: 100%;
    height: 114.6666666667vw;
    right: 0;
    top: -47.7333333333vw;
  }
}
.repair_face .fv .fv-title1 .fv-title1__inner {
  max-width: 688px;
}
.repair_face .fv .fv-improvement {
  max-width: 1170px;
  padding-left: 120px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement {
    padding-left: 0;
    padding: 0 4vw;
  }
}
.repair_face .fv .fv-improvement__box {
  margin-top: 80px;
  box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.3);
  background: white;
  max-width: 550px;
  margin-bottom: 111px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement__box {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 12.8vw;
    margin-bottom: 18.6666666667vw;
  }
}
.repair_face .fv .fv-improvement__box::before {
  content: "";
  position: absolute;
  top: -104px;
  left: 0;
  width: 100%;
  height: 104px;
  background: linear-gradient(to top, white 16%, transparent 100%);
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement__box::before {
    top: -12.8vw;
    height: 12.8vw;
  }
}
.repair_face .fv .fv-improvement__box::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: 0;
  width: 100%;
  height: 107px;
  background-image: url(../images/repair_face_03.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement__box::after {
    background-image: url(../images/repair_face_03_sp.webp);
    bottom: -16.5333333333vw;
    height: 16.8vw;
  }
}
.repair_face .fv .fv-improvement-box__under {
  position: absolute;
  top: -261px;
  right: 116px;
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff; /* カスタムプロパティがない場合はこちら */
  font-family: "Oswald", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  color: transparent; /* 塗りつぶしを透明にする場合 */
  transform: skewX(-8deg);
  rotate: -4deg;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement-box__under {
    top: 4vw;
    right: 0.8vw;
    font-size: 14.9333333333vw;
    line-height: 80%;
    -webkit-text-stroke-width: 0.3px;
    z-index: -1;
  }
}
.repair_face .fv .fv-improvement-box__titles {
  display: grid;
  background: var(--color-primary);
  text-align: center;
  padding: 16px 0;
}
.repair_face .fv .fv-improvement_subtitle {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 6px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement_subtitle {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
.repair_face .fv .fv-improvement_title {
  font-size: 40px;
  font-weight: 500;
  color: #fff8bb;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement_title {
    font-size: 8.5333333333vw;
    letter-spacing: 0.8533333333vw;
  }
}
.repair_face .fv .fv-improvement__text1 {
  font-size: 21px;
  font-weight: 400;
  color: #111111;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement__text1 {
    color: #111;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding: 4.2666666667vw 0;
  }
}
.repair_face .fv .fv-improvement__text2 {
  font-size: 21px;
  font-weight: 400;
  color: #111111;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement__text2 {
    color: #111;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
}
.repair_face .fv .fv-improvement__text3 {
  font-size: 29px;
  font-weight: 500;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-improvement__text3 {
    font-family: "Noto Sans JP";
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
  }
}
.repair_face .fv .fv-faceline {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 210px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline {
    padding-left: 0;
  }
}
.repair_face .fv .fv-faceline__inner {
  position: relative;
  z-index: 1;
}
.repair_face .fv .fv-faceline__inner::before {
  content: "";
  position: absolute;
  bottom: -150px;
  z-index: -1;
  left: -487px;
  width: 1920px;
  height: 1413px;
  background-image: url(../images/repair_face_09.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__inner::before {
    height: 313.0666666667vw;
    width: 100%;
    background-image: url(../images/repair_face_09_sp.webp);
    left: 0;
    bottom: -16vw;
  }
}
.repair_face .fv .fv-faceline__inner::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -152px;
  left: -487px;
  width: 1920px;
  height: 200px;
  background-image: url(../images/repair_face_10.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__inner::after {
    background-image: url(../images/repair_face_10_sp.webp);
    width: 100%;
    height: 20.8vw;
    left: 0;
    bottom: -16.8vw;
  }
}
.repair_face .fv .fv-faceline__inner--face {
  position: absolute;
  bottom: 0px;
  left: -234px;
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
  color: transparent;
  transform: skewX(-11deg);
  rotate: -4deg;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__inner--face {
    bottom: 130.6666666667vw;
    font-size: 14.9333333333vw;
    left: 0;
    z-index: -1;
    -webkit-text-stroke-width: 0.3px;
  }
}
.repair_face .fv .fv-faceline__title {
  color: var(--main, var(--color-primary));
  text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  font-family: "Noto Serif JP";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 56px;
  transform: skewX(-10deg);
  padding-left: 17px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__title {
    font-size: 10.6666666667vw;
    padding: 0 0 0 6.9333333333vw;
    margin-bottom: 12vw;
  }
}
.repair_face .fv .fv-faceline__title--wrap1 {
  display: block;
}
.repair_face .fv .fv-faceline__title--wrap2 {
  display: block;
}
.repair_face .fv .fv-faceline__title1 {
  color: #535353;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: block;
  display: inline;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__title1 {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.repair_face .fv .fv-faceline__title2--1 {
  line-height: 100%;
}
.repair_face .fv .fv-faceline__title2--2 {
  color: #535353;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 4px;
  display: inline;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__title2--2 {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.repair_face .fv .fv-faceline__title3 {
  color: #535353;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 4px;
  display: block;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__title3 {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}
.repair_face .fv .fv-faceline__wrap {
  display: flex;
  align-items: end;
  max-width: 674px;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__wrap {
    align-items: baseline;
    flex-direction: column-reverse;
  }
}
.repair_face .fv .fv-faceline-lists {
  padding-left: 20px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline-lists {
    padding-top: 49.0666666667vw;
    padding-left: 13.6266666667vw;
  }
}
.repair_face .fv .fv-faceline__list {
  color: #474747;
  font-size: 25.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0px 0px 25.6px 0px;
  opacity: 0.8;
  background: var(--White, #fff);
  display: table;
  position: relative;
}
.repair_face .fv .fv-faceline__list:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__list {
    font-size: 5.12vw;
  }
  .repair_face .fv .fv-faceline__list:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.repair_face .fv .fv-faceline__list::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.4px;
  width: 36px;
  height: 36px;
  background-image: url(../images/check.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__list::after {
    width: 5.9733333333vw;
    height: 5.9733333333vw;
  }
}
.repair_face .fv .fv-faceline__list::after a {
  display: block;
  width: 100%;
  height: 100%;
}
.repair_face .fv .fv-faceline__list span {
  color: var(--main, var(--color-primary));
  font-size: 25.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__list span {
    font-size: 5.12vw;
  }
}
.repair_face .fv .fv-faceline__list1 {
  padding: 4.2px 19.2px 4.2px 50.4px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__list1 {
    padding: 0.8533333333vw 3.4133333333vw 0.8533333333vw 8.5333333333vw;
  }
}
.repair_face .fv .fv-faceline__list2 {
  padding: 4.2px 19.2px 4.2px 50.4px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__list2 {
    padding: 0.8533333333vw 3.4133333333vw 0.8533333333vw 8.5333333333vw;
  }
}
.repair_face .fv .fv-faceline__list3 {
  padding: 4.2px 19.2px 4.2px 50.4px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__list3 {
    padding: 0.8533333333vw 3.4133333333vw 0.8533333333vw 8.5333333333vw;
  }
}
.repair_face .fv .fv-faceline__list4 {
  padding: 4.2px 19.2px 4.2px 50.4px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__list4 {
    padding: 0.8533333333vw 3.4133333333vw 0.8533333333vw 8.5333333333vw;
  }
}
.repair_face .fv .fv-faceline__list--active {
  transform: scale(1.25);
  opacity: 1;
}
.repair_face .fv .fv-faceline__pickup {
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__pickup {
    padding-left: 10.6666666667vw;
  }
}
.repair_face .fv .fv-faceline__pickup::after {
  content: "";
  position: absolute;
  top: -554px;
  right: -369px;
  width: 540px;
  height: 655px;
  background-image: url(../images/repair_face_08.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline__pickup::after {
    width: 58.1333333333vw;
    height: 81.8666666667vw;
    right: -89.3333333333vw;
    top: -27.7333333333vw;
    z-index: -1;
    background-image: url(../images/repair_face_08_sp.webp);
  }
}
.repair_face .fv .fv-faceline-pickup__icon {
  width: 187px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: absolute; /* 他のアイコンが重ならないように */
  top: -174px;
  left: -190px;
}
@media screen and (max-width: 744px) {
  .repair_face .fv .fv-faceline-pickup__icon {
    width: 50.89167vw;
    height: 35.666667vw;
    left: 11.2vw;
    top: 0px;
  }
}
.repair_face .fv .fv-faceline-pickup__icon.active {
  opacity: 1;
  transform: scale(1.2);
}
.repair_face .fv .fv-faceline__list--active {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(1.25);
  opacity: 1;
}
.repair_face .block1 .block1-reason__inner {
  position: relative;
  z-index: 2;
}
.repair_face .block1 .common-part-titles {
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .common-part-titles {
    padding-bottom: 6.4vw;
  }
}
.repair_face .block1 .common-part-title {
  color: #111;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 2.56px;
  display: inline-block;
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  width: initial;
  margin-bottom: initial;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .common-part-title {
    font-size: 4vw;
    letter-spacing: 0.32vw;
    display: inline-grid;
    padding: 1.6vw 0;
  }
}
.repair_face .block1 .common-part-title span {
  color: var(--main, var(--color-primary));
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .common-part-title span {
    font-size: 6.4vw;
    line-height: 120%;
    letter-spacing: 0.512vw;
  }
}
.repair_face .block1 .block1-reason__cards {
  max-width: 1160px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 56px;
  display: flex;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__cards {
    display: block;
    padding: 0 4vw;
    margin-bottom: 6.4vw;
  }
}
.repair_face .block1 .block1-reason__cards--reason {
  position: absolute;
  top: -100px;
  left: -55px;
  text-align: right;
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: var(--color-primary);
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  transform: skewX(-8deg);
  rotate: -4deg;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__cards--reason {
    text-align: right;
    -webkit-text-stroke-width: 0.3;
    -webkit-text-stroke-color: var(--color-primary);
    font-size: 10.6666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    left: initial;
    right: 0.5333333333vw;
    top: -9.6vw;
  }
}
.repair_face .block1 .block1-reason__card1 {
  max-width: 524px;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card1 {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 4.2666666667vw;
  }
}
.repair_face .block1 .block1-reason__card1 .block1-reason__img {
  padding: 32px 0 24px;
  border-left: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
  border-top: 3px solid var(--color-primary);
  border-radius: 64px 0 0 0;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card1 .block1-reason__img {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 12.8vw 0 0 0;
    border-left: 0.8vw solid var(--color-primary);
    border-right: 0.8vw solid var(--color-primary);
    border-top: 0.8vw solid var(--color-primary);
  }
}
.repair_face .block1 .block1-reason__card1 .block1-reason__texts {
  padding: 24px 24px 24px 32px;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card1 .block1-reason__texts {
    padding: 4.2666666667vw 4.2666666667vw 6.4vw 4.2666666667vw;
  }
}
.repair_face .block1 .block1-reason__card1 .block1-reason__texts1 {
  background: var(--color-primary);
  border-radius: 0 0 64px 0;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card1 .block1-reason__texts1 {
    border-radius: 0 0 12.8vw 0;
  }
}
.repair_face .block1 .block1-reason__card1 .block1-reason__texts2 {
  background: #558f98;
  border-radius: 0 0 64px 0;
}
.repair_face .block1 .block1-reason__card1 .block1-reason-text1 {
  color: var(--White, #fff);
  background: #5d3c3c;
  padding: 8px 20px;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border-radius: 16px 16px 0 0;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card1 .block1-reason-text1 {
    font-size: 4.8vw;
    line-height: 130%;
  }
}
.repair_face .block1 .block1-reason__card1 .block1-reason-text1 span {
  color: var(--White, #558f98);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.repair_face .block1 .block1-reason__card1 .block1-reason-text2 {
  border-radius: 0 0 24px 0;
  padding: 8px 16px;
  color: var(--White, #333);
  text-align: justify;
  background: white;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card1 .block1-reason-text2 {
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.repair_face .block1 .block1-reason__card1 .block1-reason-text2 span {
  color: var(--White, var(--color-primary));
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card1 .block1-reason-text2 span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card1 .block1-reason-text2__2 {
    margin-bottom: 0;
  }
}
.repair_face .block1 .block1-reason__card2 {
  max-width: 524px;
  border-radius: 64px 0 64px 0;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 {
    max-width: 100%;
  }
}
.repair_face .block1 .block1-reason__card2 .block1-reason__img {
  padding: 32px 0 24px;
  border-left: 3px solid #558f98;
  border-right: 3px solid #558f98;
  border-top: 3px solid #558f98;
  border-radius: 64px 0 0 0;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 .block1-reason__img {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 12.8vw 0 0 0;
    border-left: 0.8vw solid #558f98;
    border-right: 0.8vw solid #558f98;
    border-top: 0.8vw solid #558f98;
  }
}
.repair_face .block1 .block1-reason__card2 .block1-reason__texts {
  padding: 24px 24px 24px 32px;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 .block1-reason__texts {
    padding: 4.2666666667vw 4.2666666667vw 6.4vw 4.2666666667vw;
  }
}
.repair_face .block1 .block1-reason__card2 .block1-reason__texts1 {
  background: var(--color-primary);
  border-radius: 0 0 64px 0;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 .block1-reason__texts1 {
    border-radius: 0 0 12.8vw 0;
  }
}
.repair_face .block1 .block1-reason__card2 .block1-reason__texts2 {
  background: #558f98;
  border-radius: 0 0 64px 0;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 .block1-reason__texts2 {
    border-radius: 0 0 12.8vw 0;
  }
}
.repair_face .block1 .block1-reason__card2 .block1-reason-text1 {
  color: var(--White, #fff);
  background: #334b53;
  padding: 8px 20px;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border-radius: 16px 16px 0 0;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 .block1-reason-text1 {
    font-size: 4.8vw;
    line-height: 130%;
  }
}
.repair_face .block1 .block1-reason__card2 .block1-reason-text1 span {
  color: var(--White, #558f98);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.repair_face .block1 .block1-reason__card2 .block1-reason-text2 {
  border-radius: 0 0 24px 0;
  padding: 8px 16px;
  color: var(--White, #333);
  text-align: justify;
  background: white;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 .block1-reason-text2 {
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.repair_face .block1 .block1-reason__card2 .block1-reason-text2 span {
  color: var(--White, #558f98);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 .block1-reason-text2 span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 744px) {
  .repair_face .block1 .block1-reason__card2 .block1-reason-text2__2 {
    margin-bottom: 0;
  }
}
.repair_face .block2 {
  padding-bottom: 56px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 {
    padding-bottom: 8vw;
  }
}
.repair_face .block2 .block2-design__inner {
  padding: 0 20px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__inner {
    padding: 0;
  }
}
.repair_face .block2 .block2-design__heading {
  background: #b78d71;
  text-align: center;
  padding: 24px 0 48px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__heading {
    padding: 6.4vw 0 12.8vw;
  }
}
.repair_face .block2 .block2-design__heading::before {
  content: "";
  position: absolute;
  top: -11.6vw;
  left: 0;
  width: 100%;
  height: 11.7477vw;
  background-image: url(../images/repair_face_13.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .repair_face .block2 .block2-design__heading::before {
    top: -128px;
    height: 129px;
  }
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__heading::before {
    background-image: url(../images/repair_face_13_sp.webp);
    top: -12.7vw;
    left: 0;
    width: 100%;
    height: 12.8vw;
  }
}
.repair_face .block2 .block2-design__heading::after {
  content: "";
  position: absolute;
  bottom: -0.1vw;
  left: 0;
  width: 100%;
  height: 11.7477vw;
  background-image: url(../images/repair_face_14.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__heading::after {
    background-image: url(../images/repair_face_14_sp.webp);
    height: 12.8vw;
    bottom: -0.2vw;
  }
}
.repair_face .block2 .block2-design-heading__text1 {
  color: var(--White, #fff);
  text-align: center;
  font-feature-settings: "halt" on;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-heading__text1 {
    font-size: 4.8vw;
    letter-spacing: 0.384vw;
  }
}
.repair_face .block2 .block2-design-heading__text2 {
  color: var(--White, #f7e9c1);
  font-feature-settings: "halt" on;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-heading__text2 {
    letter-spacing: 0.5973333333vw;
    font-size: 7.4666666667vw;
  }
}
.repair_face .block2 .block2-design-heading__text3 {
  color: var(--White, #fff);
  font-feature-settings: "halt" on;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-heading__text3 {
    font-size: 6.9333333333vw;
    letter-spacing: 0.5546666667vw;
  }
}
.repair_face .block2 .common-part-titles {
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .common-part-titles {
    padding-bottom: 17.3333333333vw;
  }
}
.repair_face .block2 .common-part-title {
  color: #111;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 2.56px;
  display: inline-block;
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  overflow: initial;
  margin-bottom: 0;
  width: initial;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .common-part-title {
    font-size: 4vw;
    letter-spacing: 0.32vw;
    display: inline-grid;
    padding: 1.6vw 0;
  }
}
.repair_face .block2 .common-part-title span {
  color: var(--main, var(--color-primary));
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .common-part-title span {
    font-size: 6.4vw;
    line-height: 120%;
    letter-spacing: 0.512vw;
  }
}
.repair_face .block2 .common-part-titles__design {
  margin-top: 48px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .common-part-titles__design {
    margin-top: 6.4vw;
  }
}
.repair_face .block2 .block2-design__img {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__img {
    max-width: 74.9333333333vw;
    margin-bottom: 6.4vw;
  }
}
.repair_face .block2 .block2-design__img--design {
  position: absolute;
  bottom: 0;
  left: -300px;
  text-align: right;
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: var(--color-primary);
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-family: "Oswald", sans-serif;
  font-size: 112px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  transform: skewX(-8deg);
  rotate: -4deg;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__img--design {
    left: initial;
    font-size: 10.6666666667vw;
    top: -17.3333333333vw;
    right: 2.6666666667vw;
  }
}
.repair_face .block2 .block2-design__cards {
  background: #faeee3;
  padding: 40px;
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 64px 0 64px 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__cards {
    display: block;
    max-width: 92vw;
    padding: 6.4vw 4.2666666667vw;
    border-radius: 6.4vw 0 6.4vw 0;
  }
}
.repair_face .block2 .block2-design__card {
  max-width: 482px;
  background: var(--White, #fff);
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__card {
    max-width: 100%;
  }
  .repair_face .block2 .block2-design__card:not(:last-of-type) {
    margin-bottom: 4.2666666667vw;
  }
}
.repair_face .block2 .block2-design__card::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #faeee3 transparent;
  rotate: 45deg;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design__card::after {
    top: -0.8vw;
    right: -2.6666666667vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4vw 4vw 4vw;
    border-color: transparent transparent #faeee3 transparent;
  }
}
.repair_face .block2 .block2-design-card__title {
  color: var(--White, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 20px 65px;
  background: var(--main, var(--color-primary));
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__title {
    font-size: 4.8vw;
    padding: 3.2vw 15.3333333333vw;
  }
}
.repair_face .block2 .block2-design-card__title--green {
  color: var(--White, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 16px 65px 10px;
  background: var(--main, #558f98);
}
.repair_face .block2 .block2-design-card__title--green h3 {
  font-size: inherit;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__title--green {
    font-size: 4.8vw;
    padding: 3.2vw 17.7333333333vw;
  }
}
.repair_face .block2 .block2-design-card__title--green--annotation {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding-top: 2px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__title--green--annotation {
    color: #fff;
    font-size: 3.4666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}
.repair_face .block2 .block2-design-card__texts {
  padding: 24px 40px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__texts {
    padding: 4.2666666667vw;
  }
}
.repair_face .block2 .block2-design-card__text {
  color: #111;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 40px;
}
.repair_face .block2 .block2-design-card__text:not(:first-of-type) {
  padding-top: 16px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text:not(:first-of-type) {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text {
    font-size: 4.2666666667vw;
    padding-left: 6.4vw;
  }
}
.repair_face .block2 .block2-design-card__text:not(:last-of-type) {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text:not(:last-of-type) {
    padding-bottom: 4.2666666667vw;
  }
}
.repair_face .block2 .block2-design-card__text:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--color-primary);
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text:not(:last-of-type)::after {
    padding-bottom: 4.2666666667vw;
    height: 0.2666666667vw;
    border-bottom: 0.2666666667vw dashed var(--color-primary);
  }
}
.repair_face .block2 .block2-design-card__text1::before {
  content: "1";
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text1::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 4vw;
    top: 28%;
  }
}
.repair_face .block2 .block2-design-card__text2::before {
  content: "2";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text2::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 4vw;
    top: 51%;
  }
}
.repair_face .block2 .block2-design-card__text3::before {
  content: "3";
  position: absolute;
  top: 68%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text3::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 4vw;
    top: 72%;
  }
}
.repair_face .block2 .block2-design-card__text--green {
  color: #111;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 40px;
}
.repair_face .block2 .block2-design-card__text--green:not(:first-of-type) {
  padding-top: 16px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text--green:not(:first-of-type) {
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text--green {
    font-size: 4.2666666667vw;
    padding-left: 6.4vw;
  }
}
.repair_face .block2 .block2-design-card__text--green:not(:last-of-type) {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text--green:not(:last-of-type) {
    padding-bottom: 4.2666666667vw;
  }
}
.repair_face .block2 .block2-design-card__text--green:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #558f98;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text--green:not(:last-of-type)::after {
    height: 0.2666666667vw;
    border-bottom: 0.2666666667vw dashed #558f98;
  }
}
.repair_face .block2 .block2-design-card__text1--green::before {
  content: "1";
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: #558f98;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text1--green::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 4vw;
    top: 31%;
  }
}
.repair_face .block2 .block2-design-card__text2--green::before {
  content: "2";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: #558f98;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text2--green::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 4vw;
    top: 51%;
  }
}
.repair_face .block2 .block2-design-card__text3--green::before {
  content: "3";
  position: absolute;
  top: 68%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background: #558f98;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-card__text3--green::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 4vw;
    top: 72%;
  }
}
.repair_face .block2 .block2-design-img__red {
  position: absolute;
  top: -28px;
  left: 110px;
  color: var(--White, #fff);
  text-align: center;
  border-radius: 184px;
  background: var(--color-primary);
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 237px;
  height: 70px;
  align-items: center;
  display: grid;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-img__red {
    color: #fff;
    text-align: center;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    width: 48.8vw;
    height: 14.4vw;
    top: -9.6vw;
    left: -8vw;
  }
}
.repair_face .block2 .block2-design-img__green {
  position: absolute;
  top: -3px;
  right: -126px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border-radius: 184px;
  background: #558f98;
  width: 237px;
  height: 70px;
  align-items: center;
  display: grid;
}
@media screen and (max-width: 744px) {
  .repair_face .block2 .block2-design-img__green {
    color: #fff;
    text-align: center;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    width: 48.8vw;
    height: 14.4vw;
    top: 4.5333333333vw;
    right: -8.5333333333vw;
  }
}
.repair_face .block3 {
  background-image: url(../images/repair_face_18.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 730px;
}
@media screen and (max-width: 744px) {
  .repair_face .block3 {
    background-image: url(../images/repair_face_18_sp.webp);
    height: 109.0666666667vw;
  }
}
.repair_face .block3 .block2-design__heading {
  text-align: center;
  padding: 8px 0 59px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .block3 .block2-design__heading {
    padding: 2.1333333333vw 0 15.7333333333vw;
  }
}
.repair_face .block3 .block2-design__heading::before {
  content: "";
  position: absolute;
  top: -172px;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url(../images/repair_face_17.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block3 .block2-design__heading::before {
    background-image: url(../images/repair_face_17_sp.webp);
    top: -14.1333333333vw;
    height: 12.8vw;
  }
}
.repair_face .block3 .block2-design__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background-image: url(../images/repair_face_16.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block3 .block2-design__heading::after {
    background-image: url(../images/repair_face_16_sp.webp);
    bottom: 2.4vw;
    height: 29.8666666667vw;
  }
}
.repair_face .block3 .block2-design__heading--title {
  color: #f7e9c1;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 6.4px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .block3 .block2-design__heading--title {
    font-size: 8.5333333333vw;
    line-height: 150%;
    letter-spacing: 0.8533333333vw;
  }
}
.repair_face .block3 .block3-reproduction__titles {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 55px;
}
@media screen and (max-width: 744px) {
  .repair_face .block3 .block3-reproduction__titles {
    margin-top: 0;
    padding-left: 5.3333333333vw;
  }
}
.repair_face .block3 .block3-reproduction__h3 {
  color: #535353;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 16px;
  display: block;
}
@media screen and (max-width: 744px) {
  .repair_face .block3 .block3-reproduction__h3 {
    color: #535353;
    font-family: "Noto Serif JP";
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
}
.repair_face .block3 .block3-reproduction__h2 {
  color: var(--color-primary);
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 8.2px;
  display: block;
}
@media screen and (max-width: 744px) {
  .repair_face .block3 .block3-reproduction__h2 {
    font-size: 9.6vw;
    font-style: normal;
    letter-spacing: 0.96vw;
  }
}
.repair_face .casePhoto_box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.repair_face .casePhoto_box::before, .repair_face .casePhoto_box::after {
  border-top-color: var(--color-primary);
  border-right-color: var(--color-primary);
}
.repair_face .casePhoto_box .num {
  background: var(--color-primary);
  display: none;
}
.repair_face .casePhoto_box .imgs::before {
  border-left-color: var(--color-secondary);
}
.repair_face .casePhoto_box .imgs_img._after .txt01 {
  background: var(--color-secondary);
}
.repair_face .casePhoto_box .desc {
  border-color: #f4f6e9;
}
.repair_face .casePhoto_box .desc_ttl {
  background: #f4f6e9;
}
.repair_face .block5 {
  width: 100%;
  height: 100%;
  background-image: url(../images/repair_face_19.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 {
    background-image: url(../images/repair_face_19_sp.webp);
  }
}
.repair_face .block5 .block5-adaptation__box {
  max-width: 1160px;
  padding: 0 40px 70px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation__box {
    padding: 0 4vw 8.5333333333vw;
  }
}
.repair_face .block5 .block5-adaptation-box__heading {
  color: #fff;
  background: var(--color-primary);
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-box__heading {
    color: #fff;
    font-size: 5.6vw;
    line-height: 130%;
    text-align: left;
    padding: 4.2666666667vw 0 4.2666666667vw 4.2666666667vw;
    position: relative;
  }
  .repair_face .block5 .block5-adaptation-box__heading::after {
    content: "";
    position: absolute;
    top: -10.4vw;
    right: 0.8vw;
    width: 41.3333333333vw;
    height: 33.6vw;
    background-image: url(../images/repair_face_21_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.repair_face .block5 .block5-adaptation__content {
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  border-left: 3px solid var(--color-primary);
  padding: 40px 50px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation__content {
    padding: 4.2666666667vw 0px 6.4vw 4.2666666667vw;
  }
}
.repair_face .block5 .block5-adaptation__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 492px;
  height: 490px;
  background-image: url(../images/repair_face_21.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .repair_face .block5 .block5-adaptation__content::before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation__content::before {
    display: none;
  }
}
.repair_face .block5 .block5-adaptation-content-main__text {
  text-align: center;
  padding: 0px 0 70px;
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-main__text {
    font-size: 4vw;
    text-align: left;
    padding: 0px 0 8.5333333333vw;
  }
}
.repair_face .block5 .block5-adaptation-content__wrap {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content__wrap {
    align-items: initial;
  }
}
.repair_face .block5 .block5-adaptation-content__wrap::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 575.2px;
  height: 419px;
  background-image: url(../images/repair_face_20.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content__wrap::after {
    background-image: url(../images/repair_face_20_sp.webp);
    width: 82.6666666667vw;
    height: 111.7333333333vw;
  }
}
.repair_face .block5 .block5-adaptation-content__textline {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 10px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content__textline {
    writing-mode: vertical-rl;
    text-align: initial;
    padding-top: 13.3333333333vw;
    text-orientation: upright;
    font-size: 4.2666666667vw;
    line-height: 110%;
    letter-spacing: 0.06em;
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content__textline--sp-prp {
    font-size: 4.8vw;
  }
}
.repair_face .block5 .block5-adaptation-content__texts {
  padding-left: 35px;
  margin-top: 16px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content__texts {
    margin-top: 5.3333333333vw;
    padding-left: 0;
  }
}
.repair_face .block5 .block5-adaptation-content-texts__text1 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-texts__text1 {
    font-size: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.repair_face .block5 .block5-adaptation-content-texts__text1--1 {
  padding-bottom: 49px;
  padding-left: 18px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-texts__text1--1 {
    padding-bottom: 14.6666666667vw;
    padding-left: 14.1333333333vw;
  }
}
.repair_face .block5 .block5-adaptation-content-texts__text1--2-1 {
  padding-left: 37px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-texts__text1--2-1 {
    padding-left: 17.6vw;
  }
}
.repair_face .block5 .block5-adaptation-content-texts__text2--2-2 {
  padding-bottom: 35px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-texts__text2--2-2 {
    padding-bottom: 6.4vw;
    padding-left: 18.1333333333vw;
  }
}
.repair_face .block5 .block5-adaptation-content-texts__text1--3-1 {
  padding-left: 58px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-texts__text1--3-1 {
    padding-left: 20vw;
  }
}
.repair_face .block5 .block5-adaptation-content-texts__text2--3-2 {
  padding-bottom: 39px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-texts__text2--3-2 {
    padding-bottom: 7.4666666667vw;
  }
}
.repair_face .block5 .block5-adaptation-content-texts__text1--4-1 {
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-texts__text1--4-1 {
    padding-left: 18.4vw;
  }
}
.repair_face .block5 .block5-adaptation-content-texts__text2 {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .repair_face .block5 .block5-adaptation-content-texts__text2 {
    font-size: 4vw;
    padding-left: 18.9333333333vw;
  }
}
.repair_face .block6 {
  background-image: url(../images/repair_face_22.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 {
    background-image: url(../images/repair_face_22_sp.webp);
  }
}
.repair_face .block6 .block6-injection__inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__inner {
    padding: 8.5333333333vw 5.3333333333vw 8.5333333333vw;
  }
}
.repair_face .block6 .block6-injection__titles {
  text-align: right;
  margin-bottom: 0;
  overflow: initial;
  width: initial;
}
.repair_face .block6 .block6-injection__h3 {
  color: #000;
  text-align: right;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: block;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__h3 {
    color: #000;
    font-size: 4.8vw;
    line-height: 130%;
  }
}
.repair_face .block6 .block6-injection__h2 {
  color: var(--color-primary);
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__h2 {
    font-size: 9.6vw;
    margin-bottom: 9.6vw;
  }
}
.repair_face .block6 .block6-injection__lists {
  max-width: 733px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__lists {
    max-width: 63.4666666667vw;
  }
}
.repair_face .block6 .block6-injection__li {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 11.5px 8px 11.5px 54px;
  z-index: 1;
  text-align: right;
  position: relative;
}
.repair_face .block6 .block6-injection__li:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__li {
    font-size: 4vw;
    padding: 2.1333333333vw 0px 2.1333333333vw 7.7333333333vw;
    text-align: left;
  }
  .repair_face .block6 .block6-injection__li:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.repair_face .block6 .block6-injection__li1::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -20px;
  width: 692px;
  height: 56px;
  background-image: url(../images/repair_face_23.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__li1::before {
    background-image: url(../images/repair_face_23_sp.webp);
    width: 73.0666666667vw;
    height: 14.4vw;
  }
}
.repair_face .block6 .block6-injection__li1::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 84px;
  width: 38px;
  height: 38px;
  background-image: url(../images/check2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__li1::after {
    width: 6.4vw;
    height: 6.4vw;
    left: 0.8vw;
  }
}
.repair_face .block6 .block6-injection__li2::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -20px;
  width: 666px;
  height: 56px;
  background-image: url(../images/repair_face_24.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__li2::before {
    background-image: url(../images/repair_face_24_sp.webp);
    width: 73.0666666667vw;
    height: 14.4vw;
  }
}
.repair_face .block6 .block6-injection__li2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110px;
  width: 38px;
  height: 38px;
  background-image: url(../images/check2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__li2::after {
    width: 6.4vw;
    height: 6.4vw;
    left: 0.8vw;
  }
}
.repair_face .block6 .block6-injection__li3::before {
  content: "";
  position: absolute;
  top: 4%;
  right: -20px;
  width: 733px;
  height: 56px;
  background-image: url(../images/repair_face_25.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__li3::before {
    background-image: url(../images/repair_face_25_sp.webp);
    width: 73.0666666667vw;
    height: 14.4vw;
  }
}
.repair_face .block6 .block6-injection__li3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 43px;
  width: 38px;
  height: 38px;
  background-image: url(../images/check2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .repair_face .block6 .block6-injection__li3::after {
    width: 6.4vw;
    height: 6.4vw;
    left: 0.8vw;
  }
}
.repair_face .js-marker {
  background-image: linear-gradient(to bottom, transparent 92%, var(--color-primary) 60%);
  background-size: 0 92%;
  background-repeat: no-repeat;
}
.repair_face .js-marker1 {
  max-width: 666px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .repair_face .js-marker1 {
    max-width: 89.3333333333vw;
    white-space: nowrap;
  }
}
.repair_face .js-marker2 {
  max-width: 590px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .repair_face .js-marker2 {
    max-width: 80vw;
    white-space: nowrap;
  }
}
.repair_face .js-marker3 {
  max-width: 520px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .repair_face .js-marker3 {
    max-width: 69.3333333333vw;
    white-space: nowrap;
  }
}
.repair_face .sec06 {
  background: #f8f0e9;
}
.repair_face .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .repair_face .sec06 .lpInner {
    padding-top: 12.5vw;
    padding-bottom: 6.8vw;
  }
}
.repair_face .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .repair_face .sec06_row {
    position: relative;
  }
}
.repair_face .sec06_row_box {
  width: 562px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .repair_face .sec06_row_box {
    width: auto;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.repair_face .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media screen and (max-width: 744px) {
  .repair_face .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-left: 2.5vw;
    margin-bottom: 66.9vw;
    line-height: 1.7;
  }
}
.repair_face .sec06_row_box_ttl_txt1 {
  position: relative;
  padding: 0 25px 0 15px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .repair_face .sec06_row_box_ttl_txt1 {
    margin-left: 2vw;
    padding: 0.6vw 2.5vw;
  }
}
.repair_face .sec06_row_box_ttl_txt1::before {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}
.repair_face .sec06_row_box_ttl_txt2 {
  display: block;
}
@media screen and (max-width: 744px) {
  .repair_face .sec06_row_box_ttl_txt2 {
    padding-left: 4vw;
  }
}
.repair_face .sec06_row_box_txt {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  animation-delay: 0.2s;
  padding-left: 6px;
}
@media screen and (max-width: 744px) {
  .repair_face .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.repair_face .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.repair_face .sec06_row_img {
  width: 460px;
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  .repair_face .sec06_row_img {
    width: 76vw;
    margin-top: 0;
    position: absolute;
    top: 22.4vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.repair_face #sec07 {
  background: #f8f0e9;
}
@media screen and (max-width: 744px) {
  .repair_face #sec07 .sec07__ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.repair_face #sec07 .c_menu__head {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.repair_face #sec07 .c_menu__item {
  border-color: var(--color-primary);
}
.repair_face #sec07 .c_menu__ttl {
  border-left-color: var(--color-primary);
}
.repair_face #sec07 .c_menu__dashline {
  border-bottom-color: var(--color-primary);
}
.repair_face #sec07 .sec07_box {
  background: #fff;
  padding: 32px;
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .repair_face #sec07 .sec07_box {
    padding: 4.5vw 4.26vw 4.3vw;
    margin-top: 7.8vw;
  }
}
.repair_face #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) {
  .repair_face #sec07 .sec07_box .ttl {
    font-size: 4.8vw;
    padding-bottom: 3.9vw;
    margin-bottom: 4.1vw;
  }
}
.repair_face #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) {
  .repair_face #sec07 .sec07_box .list {
    width: auto;
    flex-direction: column;
    gap: 4.3vw;
  }
}
.repair_face #sec07 .sec07_box .list_item {
  width: 440px;
}
@media screen and (max-width: 744px) {
  .repair_face #sec07 .sec07_box .list_item {
    width: auto;
  }
}
.repair_face .sec08 .slider {
  margin-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .repair_face .sec08 .slider {
    margin-bottom: 60px;
  }
}
.repair_face .sec08__subttl2 {
  text-align: center;
}
.repair_face .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) {
  .repair_face .sec08__subttl2 .txt {
    padding: 8px 10px 5px;
  }
}
.repair_face .sec08__subttl2 .txt .small {
  font-size: 0.78em;
}
@media screen and (max-width: 744px) {
  .repair_face .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;
  }
}

/* --------------------------------------------------
 費用
-------------------------------------------------- */
#tempPrice {
  background: #f8f0e9;
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
.p-premium {
  padding-top: 32px !important;
}
@media screen and (max-width: 744px) {
  .p-premium {
    padding-top: 4.2666666667vw !important;
  }
}

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

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