@charset "UTF-8";
.pc-only {
  display: block;
}
@media (max-width: 1440px) {
  .pc-only {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 1440px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.ssp-only {
  display: none;
}
@media (max-width: 1440px) {
  .ssp-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .ssp-only {
    display: none;
  }
}
@media (max-width: 480px) {
  .ssp-only {
    display: block;
  }
}

html {
  font-size: 10px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1440px) {
  html {
    font-size: clamp(6px, 0.694vw, 16px);
  }
}
@media (max-width: 768px) {
  html {
    font-size: clamp(8px, 1.3vw, 16px);
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  background-color: #fff;
  color: #313131;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
@media (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}

@media (max-width: 1440px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.s-padding {
  padding: 12rem 0;
}
@media (max-width: 768px) {
  .s-padding {
    padding: 6rem 0;
  }
}

.c-padding {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .c-padding {
    padding: 4rem 0;
  }
}

.c-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section {
  position: relative;
  width: 100%;
}

.blue-bg {
  background-color: #004aad;
}

.primary-bg {
  background-color: rgba(0, 74, 173, 0.05);
}

.light-blue-bg {
  background-color: rgba(0, 74, 173, 0.1);
}

.text-white {
  color: #fff;
}

.text-orange {
  color: #fff207;
}

.text-blue {
  color: #004aad;
}

.text-black {
  color: #000;
}

.text-pink {
  color: #f24f97;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.section3__contents .items .row .right-col .square-bg.sq-item2, .section3__contents .items .row .right-col .square-bg.sq-item1, .section2__item.item9, .section2__item.item8, .section2__item.item7, .section2__item.item6, .section2__item.item5, .section2__item.item4, .section2__item.item3, .section2__item.item2, .section2__item.item1, .section2__items-inner::before {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section3__contents .items .row .right-col .square-bg.sq-item4 {
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}

.section3__header::before, .triangle-line::before, .triangle-line::after, .section2__items-wraps .wraps-inner::before {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.section3__contents .items .row .right-col .square-bg.sq-item5, .section3__contents .items .row .right-col .square-bg.sq-item3 {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}

.d-none {
  display: none;
}

.lp2024-page {
  overflow: hidden;
}

.fv-section {
  background-color: rgba(0, 74, 173, 0.05);
  padding: 5.5rem 2rem;
  overflow: hidden;
}
.fv-section .logo {
  position: absolute;
  top: 2rem;
  left: 1.4rem;
  height: 12.5rem;
}
.fv-section .logo img {
  width: auto;
  height: 100%;
}
.fv-section__inner {
  position: relative;
}
@media (max-width: 768px) {
  .fv-section__inner {
    padding-bottom: 30rem;
  }
}
@media (max-width: 480px) {
  .fv-section__inner {
    padding-bottom: 25rem;
  }
}
.fv-section__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 23.5rem - 36rem - 1.7rem);
  width: 34rem;
  aspect-ratio: 347/314;
  background-image: url("http://salon-yoshida.com/wp-content/uploads/2025/04/Group-7.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .fv-section__inner::before {
    width: 27rem;
    left: calc(50% - 25rem);
  }
}
@media (max-width: 480px) {
  .fv-section__inner::before {
    width: 23rem;
    left: calc(50% - 20rem);
  }
}
.fv-section__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% + 23.5rem - 1.7rem);
  width: 54.5rem;
  aspect-ratio: 54.5/52;
  background-image: url("http://salon-yoshida.com/wp-content/uploads/2025/04/fv-avatargrup.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .fv-section__inner::after {
    width: 30rem;
    left: 50%;
  }
}
@media (max-width: 480px) {
  .fv-section__inner::after {
    width: 24rem;
    left: 50%;
  }
}
.fv-section__inner .fv-section__items .fv-title {
  margin: auto;
  width: 47rem;
  aspect-ratio: 47/46.8;
  background-image: url("http://salon-yoshida.com/wp-content/uploads/2025/04/fv-textgroup5.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .fv-section__inner .fv-section__items .fv-title {
    width: 100%;
    max-width: 360px;
    margin-top: 60px;
  }
}

.section2 {
  --circle-size: 80;
}
.section2__header {
  background-color: #004aad;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5rem;
  white-space: nowrap;
}
.section2__header span {
  font-size: 7rem;
}
@media (max-width: 768px) {
  .section2__header {
    font-size: 2.8rem;
  }
  .section2__header span {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .section2 {
    --circle-size: 40;
  }
}
.section2__items-inner {
  position: relative;
  width: calc(var(--circle-size) * 1rem);
  aspect-ratio: 1/1;
  margin: 5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section2__items-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46rem;
  aspect-ratio: 1/1;
  background-image: url("http://salon-yoshida.com/wp-content/uploads/2025/04/2納品.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section2__items-inner::before {
    width: 23rem;
  }
}
@media (max-width: 768px) {
  .section2__items-inner {
    margin: 6rem auto;
  }
}
.section2__items-wraps {
  margin-top: 1rem;
  padding: 0 2rem;
}
.section2__items-wraps .wraps-title {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  color: #004aad;
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-title {
    font-size: 3.2rem;
  }
}
.section2__items-wraps .wraps-title::before, .section2__items-wraps .wraps-title::after {
  content: "";
  position: absolute;
  width: 25rem;
  height: 1px;
  background-color: #004aad;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-title::before, .section2__items-wraps .wraps-title::after {
    width: 18rem;
  }
}
.section2__items-wraps .wraps-title::before {
  top: -8px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
.section2__items-wraps .wraps-title::after {
  bottom: -8px;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}
.section2__items-wraps .wraps-inner {
  position: relative;
  height: 50rem;
  max-width: 104rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    max-width: 80rem;
    padding: 0;
    margin-top: 6rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 33rem;
  }
}
.section2__items-wraps .wraps-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 47rem;
  aspect-ratio: 1/1;
  background-image: url("http://salon-yoshida.com/wp-content/uploads/2025/05/3納品-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-inner::before {
    width: 30rem;
    bottom: calc(50% - 17rem);
  }
}
.section2__items-wraps .wraps-inner .wrap-item {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #004aad;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  margin-bottom: 10rem;
}
@media (max-width: 1440px) {
  .section2__items-wraps .wraps-inner .wrap-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-inner .wrap-item {
    position: relative;
    min-height: 15rem;
    height: auto;
    width: 100%;
    text-align: left;
  }
}
.section2__items-wraps .wraps-inner .wrap-item.wrap-item1 {
  top: 6rem;
  right: calc(50% + 17rem);
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-inner .wrap-item.wrap-item1 {
    top: 0;
    right: unset;
    left: 0;
  }
}
.section2__items-wraps .wraps-inner .wrap-item.wrap-item2 {
  top: 4rem;
  left: calc(50% + 14rem);
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-inner .wrap-item.wrap-item2 {
    top: 0;
    left: unset;
    right: 0;
  }
}
.section2__items-wraps .wraps-inner .wrap-item.wrap-item3 {
  top: 27rem;
  right: calc(50% + 14rem);
  width: 35%;
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-inner .wrap-item.wrap-item3 {
    top: unset;
    right: unset;
    left: 0;
    bottom: 3rem;
    width: 100%;
  }
}
.section2__items-wraps .wraps-inner .wrap-item.wrap-item4 {
  top: 25rem;
  left: calc(50% + 14rem);
  width: 35%;
}
@media (max-width: 768px) {
  .section2__items-wraps .wraps-inner .wrap-item.wrap-item4 {
    top: unset;
    left: unset;
    right: 0;
    bottom: 3rem;
    width: 100%;
  }
}
.section2__item {
  position: absolute;
  width: 16rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004aad;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.section2__item.item1 {
  top: calc(50% + -34rem);
  left: calc(50% + 0rem);
}
.section2__item.item2 {
  top: calc(50% + -26.045511066rem);
  left: calc(50% + 21.8547787293rem);
}
.section2__item.item3 {
  top: calc(50% + -5.9040380407rem);
  left: calc(50% + 33.4834636024rem);
}
.section2__item.item4 {
  top: calc(50% + 17rem);
  left: calc(50% + 29.4448637287rem);
}
.section2__item.item5 {
  top: calc(50% + 31.9495491067rem);
  left: calc(50% + 11.6286848731rem);
}
.section2__item.item6 {
  top: calc(50% + 31.9495491067rem);
  left: calc(50% + -11.6286848731rem);
}
.section2__item.item7 {
  top: calc(50% + 17rem);
  left: calc(50% + -29.4448637287rem);
}
.section2__item.item8 {
  top: calc(50% + -5.9040380407rem);
  left: calc(50% + -33.4834636024rem);
}
.section2__item.item9 {
  top: calc(50% + -26.045511066rem);
  left: calc(50% + -21.8547787293rem);
}
@media (max-width: 768px) {
  .section2__item {
    width: 10rem;
    font-size: 1.8rem;
  }
  .section2__item.item1 {
    top: calc(50% + -18rem);
    left: calc(50% + 0rem);
  }
  .section2__item.item2 {
    top: calc(50% + -13.7887999761rem);
    left: calc(50% + 11.5701769744rem);
  }
  .section2__item.item3 {
    top: calc(50% + -3.125667198rem);
    left: calc(50% + 17.7265395542rem);
  }
  .section2__item.item4 {
    top: calc(50% + 9rem);
    left: calc(50% + 15.5884572681rem);
  }
  .section2__item.item5 {
    top: calc(50% + 16.9144671741rem);
    left: calc(50% + 6.1563625799rem);
  }
  .section2__item.item6 {
    top: calc(50% + 16.9144671741rem);
    left: calc(50% + -6.1563625799rem);
  }
  .section2__item.item7 {
    top: calc(50% + 9rem);
    left: calc(50% + -15.5884572681rem);
  }
  .section2__item.item8 {
    top: calc(50% + -3.125667198rem);
    left: calc(50% + -17.7265395542rem);
  }
  .section2__item.item9 {
    top: calc(50% + -13.7887999761rem);
    left: calc(50% + -11.5701769744rem);
  }
}

.triangle-line {
  position: relative;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.triangle-line > div {
  width: 14.7rem;
  aspect-ratio: 147/61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 74, 173, 0)), to(#004aad));
  background-image: linear-gradient(to bottom, rgba(0, 74, 173, 0), #004aad);
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
}
.triangle-line::before, .triangle-line::after {
  content: "";
  position: absolute;
  width: 14.7rem;
  aspect-ratio: 147/61;
  left: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 74, 173, 0)), to(#004aad));
  background-image: linear-gradient(to bottom, rgba(0, 74, 173, 0), #004aad);
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.triangle-line::before {
  top: -6rem;
}
.triangle-line::after {
  top: 0rem;
}

.section3__header {
  position: relative;
  background-color: #004aad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.section3__header::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  width: 7.6rem;
  height: 4.1rem;
  background-color: #004aad;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 768px) {
  .section3__header {
    font-size: 2.8rem;
  }
  .section3__header::before {
    bottom: -3rem;
  }
}
.section3__contents {
  padding: 6rem 4rem;
}
@media (max-width: 768px) {
  .section3__contents {
    padding: 4rem 2rem;
  }
}
.section3__contents .items .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .section3__contents .items .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section3__contents .items .row .col {
    width: 100%;
  }
}
.section3__contents .items .row .left-col .col-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section3__contents .items .row .left-col .col-title {
    font-size: 2.8rem;
  }
}
.section3__contents .items .row .left-col .col-desc {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
}
@media (max-width: 768px) {
  .section3__contents .items .row .left-col .col-desc {
    font-size: 2rem;
  }
}
.section3__contents .items .row .right-col {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  max-width: 68rem;
  width: 100%;
  aspect-ratio: 68/39;
}
@media (max-width: 768px) {
  .section3__contents .items .row .right-col {
    aspect-ratio: unset;
    height: 47rem;
  }
}
.section3__contents .items .row .right-col::before {
  content: "";
  position: absolute;
  top: calc(50% - 12.5rem);
  left: calc(50% - 12.5rem);
  width: 25rem;
  aspect-ratio: 1/1;
  background-image: url("http://salon-yoshida.com/wp-content/uploads/2025/04/4納品.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col::before {
    width: 22rem;
    left: calc(50% - 11rem);
  }
}
.section3__contents .items .row .right-col .square-bg {
  position: absolute;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 23rem;
}
.section3__contents .items .row .right-col .square-bg__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.section3__contents .items .row .right-col .square-bg__inner::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 1px;
  background-color: #004aad;
}
@media (max-width: 768px) {
  .section3__contents .items .row .right-col .square-bg {
    min-width: 30%;
    max-width: 30%;
  }
}
.section3__contents .items .row .right-col .square-bg__title {
  font-weight: 700;
}
.section3__contents .items .row .right-col .square-bg__desc {
  margin-top: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section3__contents .items .row .right-col .square-bg__desc {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item1 {
  top: calc(50% - 8rem);
  left: calc(50% - 22rem);
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item1 {
    left: calc(50% - 15rem);
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item1 .square-bg__inner::before {
  --var-width: 17;
  top: 50%;
  right: calc(var(--var-width) * -1rem);
  width: calc(var(--var-width) * 1rem);
  -webkit-transform-origin: left;
          transform-origin: left;
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item1 .square-bg__inner::before {
    --var-width: 13;
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item2 {
  top: calc(50% + 8rem);
  left: calc(50% - 22rem);
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item2 {
    left: calc(50% - 16rem);
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item2 .square-bg__inner::before {
  --var-width: 11;
  top: 50%;
  right: calc(var(--var-width) * -1rem);
  width: calc(var(--var-width) * 1rem);
  -webkit-transform-origin: left;
          transform-origin: left;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item2 .square-bg__inner::before {
    --var-width: 11;
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item3 {
  top: 0;
  right: calc(50% - 22rem);
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item3 {
    right: calc(50% - 15rem);
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item3 .square-bg__inner::before {
  --var-width: 18;
  top: 50%;
  left: calc(var(--var-width) * -1rem);
  width: calc(var(--var-width) * 1rem);
  -webkit-transform-origin: right;
          transform-origin: right;
  transform: rotate(-62deg);
  -webkit-transform: rotate(-62deg);
  -moz-transform: rotate(-62deg);
  -ms-transform: rotate(-62deg);
  -o-transform: rotate(-62deg);
}
@media (max-width: 768px) {
  .section3__contents .items .row .right-col .square-bg.sq-item3 .square-bg__inner::before {
    --var-width: 20;
    top: 50%;
    left: calc(var(--var-width) * -1rem);
    width: calc(var(--var-width) * 1rem);
    -webkit-transform-origin: right;
            transform-origin: right;
    transform: rotate(-67deg);
    -webkit-transform: rotate(-67deg);
    -moz-transform: rotate(-67deg);
    -ms-transform: rotate(-67deg);
    -o-transform: rotate(-67deg);
  }
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item3 .square-bg__inner::before {
    --var-width: 16;
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item4 {
  top: 50%;
  right: calc(50% - 22rem);
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item4 {
    right: calc(50% - 15rem);
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item4 .square-bg__inner::before {
  --var-width: 8;
  top: 50%;
  left: calc(var(--var-width) * -1rem);
  width: calc(var(--var-width) * 1rem);
  -webkit-transform-origin: right;
          transform-origin: right;
  transform: rotate(-24deg);
  -webkit-transform: rotate(-24deg);
  -moz-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  -o-transform: rotate(-24deg);
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item4 .square-bg__inner::before {
    --var-width: 5;
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item5 {
  bottom: 0;
  right: calc(50% - 22rem);
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item5 {
    right: calc(50% - 15rem);
  }
}
.section3__contents .items .row .right-col .square-bg.sq-item5 .square-bg__inner::before {
  --var-width: 9;
  top: 50%;
  left: calc(var(--var-width) * -1rem);
  width: calc(var(--var-width) * 1rem);
  -webkit-transform-origin: right;
          transform-origin: right;
  transform: rotate(28deg);
  -webkit-transform: rotate(28deg);
  -moz-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  -o-transform: rotate(28deg);
}
@media (max-width: 768px) {
  .section3__contents .items .row .right-col .square-bg.sq-item5 .square-bg__inner::before {
    --var-width: 11;
    top: 50%;
    left: calc(var(--var-width) * -1rem);
    width: calc(var(--var-width) * 1rem);
    -webkit-transform-origin: right;
            transform-origin: right;
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    -o-transform: rotate(46deg);
  }
}
@media (max-width: 480px) {
  .section3__contents .items .row .right-col .square-bg.sq-item5 .square-bg__inner::before {
    --var-width:12;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
  }
}
.section3__contents .items .contents-footer {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}
.section3__contents .items .contents-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5rem;
}
@media (max-width: 768px) {
  .section3__contents .items .contents-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin: auto;
  }
}
.section3__contents .items .contents-footer__inner .img-field {
  width: 25rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.section3__contents .items .contents-footer__inner .img-field img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3__contents .items .contents-footer__inner .text-field {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  line-height: 2;
}
.section3__contents .items .contents-footer__inner .text-field .text-orange {
  font-weight: 700;
}
@media (max-width: 768px) {
  .section3__contents .items .contents-footer__inner .text-field {
    font-size: 2rem;
    text-align: center;
  }
}
.section3 .cta-section {
  margin-top: 3rem;
}

.cta-section {
  margin: 0 auto;
  padding: 0 2rem;
}
.cta-section a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.cta-section a img {
  max-width: 100%;
  display: block;
  margin: auto;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-drag: none;
}

.section4__inner {
  padding: 6rem 4rem;
}
@media (max-width: 768px) {
  .section4__inner {
    padding: 4rem 2rem;
  }
}
.section4-header .title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.section4-header .title .text-pink {
  font-size: 8rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .section4-header .title {
    font-size: 2.8rem;
  }
  .section4-header .title .text-pink {
    font-size: 3.6rem;
  }
}
.section4__contents {
  margin-top: 4rem;
}
.section4__contents .section4__item {
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.section4__contents .section4__item-inner {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .section4__contents .section4__item-inner {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section4__contents .section4__item-inner .img-field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
.section4__contents .section4__item-inner .img-field img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section4__contents .section4__item-inner .img-field {
    width: 16rem;
  }
}
.section4__contents .section4__item-inner .text-field {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section4__contents .section4__item-inner .text-field .point-num {
  font-size: 3.2rem;
  font-weight: 700;
  color: #f24f97;
}
@media (max-width: 768px) {
  .section4__contents .section4__item-inner .text-field .point-num {
    text-align: center;
  }
}
.section4__contents .section4__item-inner .text-field .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004aad;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .section4__contents .section4__item-inner .text-field .title {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.section4__contents .section4__item-inner .text-field .desc {
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .section4__contents .section4__item-inner .text-field .desc {
    font-size: 2rem;
  }
}

.section5__inner {
  padding: 6rem 4rem;
}
@media (max-width: 768px) {
  .section5__inner {
    padding: 4rem 2rem;
  }
}
.section5__header .title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .section5__header .title {
    font-size: 2.8rem;
  }
}
.section5__contents {
  max-width: 954px;
  margin: 0 auto;
  margin-top: 4rem;
}
.section5__contents .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8rem;
}
@media (max-width: 768px) {
  .section5__contents .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section5__contents .row .text-field {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section5__contents .row .text-field ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.6;
  white-space: nowrap;
}
.section5__contents .row .text-field ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 74, 173, 0.2);
}
.section5__contents .row .text-field ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("http://salon-yoshida.com/wp-content/uploads/2025/04/material-symbols_check-rounded.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 768px) {
  .section5__contents .row .text-field ul li {
    font-size: 2rem;
  }
}
.section5__contents .row .img-field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42rem;
  aspect-ratio: 1/1;
}
.section5__contents .row .img-field img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section5__contents .row .img-field {
    width: 28rem;
    margin-bottom: -4rem;
  }
}

.section6__inner {
  padding: 6rem 4rem;
}
@media (max-width: 768px) {
  .section6__inner {
    padding: 4rem 2rem;
  }
}
.section6__header .title {
  font-size: 5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section6__header .title {
    font-size: 2.8rem;
    text-align: center;
  }
}
.section6__contents {
  margin-top: 4rem;
}
.section6__contents .description {
  font-weight: 400;
  line-height: 1.6;
}
.section6__contents .section-item {
  margin-top: 4rem;
  padding: 2rem;
  background-color: #fff;
}
.section6__contents .section-item__inner .item-title {
  font-size: 3.2rem;
  line-height: 1.6;
}
.section6__contents .section-item__inner .item-title span {
  font-weight: 700;
}
@media (max-width: 768px) {
  .section6__contents .section-item__inner .item-title {
    font-size: 2.6rem;
  }
}
.section6__contents .section-item__inner .img-field {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.section6__contents .section-item__inner .img-field img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.section6__contents .section-item__inner .item-desc {
  line-height: 1.6;
  font-weight: 400;
}

.section7__inner {
  padding: 6rem 4rem;
}
@media (max-width: 768px) {
  .section7__inner {
    padding: 4rem 2rem;
  }
}
.section7__header .title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.section7__header .title .text-pink {
  font-size: 8rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .section7__header .title {
    font-size: 2.8rem;
  }
  .section7__header .title .text-pink {
    font-size: 3.6rem;
  }
}
.section7__contents {
  margin-top: 4rem;
}
.section7__contents .section7__item {
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.section7__contents .section7__item:nth-child(even) .section7__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .section7__contents .section7__item:nth-child(even) .section7__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section7__contents .section7__item-inner {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .section7__contents .section7__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.section7__contents .section7__item-inner .img-field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
}
.section7__contents .section7__item-inner .img-field img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section7__contents .section7__item-inner .img-field {
    width: 16rem;
  }
}
.section7__contents .section7__item-inner .text-field {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section7__contents .section7__item-inner .text-field .point-num {
  font-size: 3.2rem;
  font-weight: 700;
  color: #f24f97;
}
@media (max-width: 768px) {
  .section7__contents .section7__item-inner .text-field .point-num {
    text-align: center;
  }
}
.section7__contents .section7__item-inner .text-field .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004aad;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .section7__contents .section7__item-inner .text-field .title {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.section7__contents .section7__item-inner .text-field .desc {
  line-height: 1.6;
  font-weight: 400;
}
.section7 .cta-section {
  margin-top: 4rem;
}
.section7 .specification {
  margin-top: 6rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .section7 .specification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.section7 .specification .spec-title {
  font-size: 8rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .section7 .specification .spec-title {
    font-size: 4rem;
  }
}
.section7 .specification .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section7 .specification .contents .item {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 2.6rem;
}
.section7 .specification .contents .item .label {
  position: absolute;
  top: -10px;
  left: 20px;
  display: block;
  width: 6rem;
  color: #fff;
  line-height: 1.6;
  background-color: #f24f97;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.section7 .specification .contents .item .label .num {
  font-size: 2.4rem;
  font-weight: 700;
}
.section7 .specification .contents .item .m-text {
  font-size: 3rem;
  font-weight: 700;
  padding-left: 70px;
}
@media (max-width: 768px) {
  .section7 .specification .contents .item .m-text {
    font-size: 2.4rem;
  }
}

.section8 {
  padding: 6rem 4rem;
}
@media (max-width: 768px) {
  .section8 {
    padding: 4rem 2rem;
  }
}
.section8 .price-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 3px solid #004aad;
}
.section8 .price-contents .price-label {
  padding: 2rem 6.6rem;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background-color: #004aad;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .section8 .price-contents .price-label {
    font-size: 3.2rem;
    padding: 2rem 4rem;
  }
}
.section8 .price-contents .price-value {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
  padding: 10px 0;
}
.section8 .price-contents .price-value span {
  font-size: 6.4rem;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .section8 .price-contents .price-value {
    font-size: 2.4rem;
  }
  .section8 .price-contents .price-value span {
    font-size: 3.6rem;
  }
}
.section8 .yoshida-resume {
  margin-top: 6rem;
}
.section8 .yoshida-resume .resume-title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .section8 .yoshida-resume .resume-title {
    font-size: 3.2rem;
  }
}
.section8 .yoshida-resume .resume-contents {
  margin-top: 4rem;
  border: 3px solid #004aad;
  padding: 2rem;
}
.section8 .yoshida-resume .resume-contents .resume-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .section8 .yoshida-resume .resume-contents .resume-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.section8 .yoshida-resume .resume-contents .resume-card .img-field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40rem;
  background-color: #fff;
  padding: 2rem;
}
.section8 .yoshida-resume .resume-contents .resume-card .img-field img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .section8 .yoshida-resume .resume-contents .resume-card .img-field {
    width: 28rem;
  }
}
.section8 .yoshida-resume .resume-contents .resume-card .resume-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 768px) {
  .section8 .yoshida-resume .resume-contents .resume-card .resume-content {
    text-align: center;
  }
}
.section8 .yoshida-resume .resume-contents .resume-card .resume-content .title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .section8 .yoshida-resume .resume-contents .resume-card .resume-content .title {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.section8 .yoshida-resume .resume-contents .resume-card .resume-content .manager-info {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.section8 .yoshida-resume .resume-contents .resume-card .resume-content .performance-content {
  padding: 2rem;
  text-align: left;
}
.section8 .yoshida-resume .resume-contents .resume-card .resume-content .performance-content .p-title {
  font-weight: 700;
}
.section8 .yoshida-resume .resume-contents .resume-card .resume-content .performance-content .p-list {
  margin-top: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.section9__inner {
  padding: 6rem 4rem;
}
@media (max-width: 768px) {
  .section9__inner {
    padding: 4rem 2rem;
  }
}
.section9__header {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section9__header {
    font-size: 3.2rem;
  }
}
.section9 .desc {
  margin-top: 5rem;
  font-weight: 400;
  line-height: 2;
}
.section9 .sign {
  text-align: right;
  font-size: 2.8rem;
  font-weight: 700;
}
.section9 .sign small {
  font-weight: 400;
}

.section10__inner {
  padding: 6rem 4rem;
}
@media (max-width: 768px) {
  .section10__inner {
    padding: 4rem 2rem;
  }
}
.section10__header .title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .section10__header .title {
    font-size: 3.2rem;
  }
}
.section10__contents {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .section10__contents {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section10__item {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  line-height: 1.6;
}
.section10__item .question {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2.8rem;
}
.section10__item .question::before {
  content: "Q";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #004aad;
}
.section10__item .answer {
  position: relative;
  font-weight: 400;
  font-size: 1.8rem;
  padding-left: 2.8rem;
  margin-top: 2rem;
}
.section10__item .answer::before {
  content: "A";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.footer {
  margin-top: 6rem;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6rem 2rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.footer__inner .footer-logo {
  height: 14.2rem;
  display: block;
  margin: auto;
}
.footer__inner .footer-logo img {
  width: 100%;
  height: 100%;
}
.price-val__desc {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
 .price-val__desc {
  font-size: 14px;
} 
}
/*# sourceMappingURL=app.css.map */