*,
*::before,
*::after {
  padding: 0;
  border: 0;
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  font-style: normal;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

a,
mark {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

*,
*::before,
*::after {
  padding: 0;
  border: 0;
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

mark {
  background: linear-gradient(transparent 60%, var(--c-primary-5) 40%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}

dialog {
  max-height: none;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

:root {
  --c-grey-000: #FFFFFF;
  --c-grey-100: #F7F7F7;
  --c-grey-200: #EFEFEF;
  --c-grey-300: #DDDDDD;
  --c-grey-400: #CDCDCD;
  --c-grey-500: #A6A6A6;
  --c-grey-600: #8D8D8D;
  --c-grey-700: #666666;
  --c-grey-800: #444444;
  --c-primary-1: #42A0DC;
  --c-primary-2: #4878A1;
  --c-primary-3: #405668;
  --c-primary-4: #383D42;
  --c-primary-5: #FFF07E;
  --c-primary-7: #E4EBF0;
  --c-text-color-1: var(--c-grey-800);
  --c-text-color-2: var(--c-grey-700);
  --c-text-color-3: var(--c-grey-500);
  --fw-700: 700;
  --fw-500: 500;
  --fw-400: 400;
  --fz-40: 40px;
  --fz-36: 36px;
  --fz-32: 32px;
  --fz-28: 28px;
  --fz-24: 24px;
  --fz-20: 20px;
  --fz-18: 18px;
  --fz-16: 16px;
  --fz-14: 14px;
  --fz-12: 12px;
  --fz-10: 10px;
}

.pt-0 {
  padding-top: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.u-hiddenPC {
  display: none;
}
@media screen and (width < 768px) {
  .u-hiddenPC {
    display: block;
  }
}

.u-hiddenSP {
  display: block;
}
@media screen and (width < 768px) {
  .u-hiddenSP {
    display: none;
  }
}

.co-head {
  font-size: 68px;
  font-weight: 900;
  color: var(--c-grey-800);
  line-height: 1.25;
  text-align: center;
  text-wrap: wrap;
}
@media screen and (width < 768px) {
  .co-head {
    font-size: 30px;
    font-weight: 900;
  }
}

.co-imageBox {
  display: block;
  width: 100%;
}
.co-imageBox.co-imageBox--l {
  width: 480px;
  height: 288px;
}
.co-imageBox.co-imageBox--m {
  width: 420px;
  height: 280px;
}
.co-imageBox.co-imageBox--s {
  width: 220px;
  height: 147px;
}
.co-imageBox.co-imageBox--xs {
  width: 180px;
  height: 180px;
}

.co-imageBoxContainer {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (width < 768px) {
  .co-imageBoxContainer {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (width < 768px) {
  .co-imageBoxContainer .co-imageBox {
    width: 100%;
    height: auto;
  }
}

.co-imageCard {
  display: flex;
}
.co-imageCard.co-imageCard--horizontal {
  flex-direction: row;
  gap: 20px;
}
@media screen and (width < 768px) {
  .co-imageCard.co-imageCard--horizontal {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.co-imageCard.co-imageCard--horizontal + .co-imageCard {
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .co-imageCard.co-imageCard--horizontal + .co-imageCard {
    order: 1;
  }
}
@media screen and (width < 768px) {
  .co-imageCard.co-imageCard--horizontal dl {
    order: 2;
  }
}
.co-imageCard.co-imageCard--horizontal dl dd {
  margin-top: 20px;
}
.co-imageCard.co-imageCard--vertical {
  flex-direction: column;
  gap: 10px;
  width: 420px;
}
.co-imageCard.co-imageCard--vertical dd {
  margin-top: 10px;
}
.co-imageCard picture {
  flex-shrink: 0;
  width: 100%;
  max-width: 420px;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width < 768px) {
  .co-imageCard picture {
    max-width: 100%;
    min-height: unset;
  }
}
.co-imageCard picture img {
  width: 100%;
}
.co-imageCard dl dt {
  font-size: 36px;
  font-weight: 700;
  color: var(--c-primary-1);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .co-imageCard dl dt {
    font-size: 18px;
  }
}
.co-imageCard dl dd {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--c-text-color-1);
  line-height: 1.5;
}

.co-imageCardContainer {
  container-type: inline-block;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.co-imageCardContainer .co-imageCard {
  width: 50cqw;
}

.co-text {
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  text-overflow: all;
}
@media screen and (width < 768px) {
  .co-text {
    font-size: 16px;
  }
}
.co-text.co-text--al-c {
  text-align: center;
}
.co-text.co-text--underline {
  border: 4px solid #000;
}

.co-ctaButton {
  flex-shrink: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.co-ctaButton.co-ctaButton--header {
  margin-inline: 0;
}
@media (any-hover: hover) {
  .co-ctaButton.co-ctaButton--header:hover {
    opacity: 0.8;
    transition: translate 0.3s;
  }
}
.co-ctaButton.co-ctaButton--header picture img {
  width: 240px;
  height: 66px;
}
@media screen and (width < 1024px) {
  .co-ctaButton.co-ctaButton--header picture img {
    width: 146px;
    height: 58px;
  }
}
@media (any-hover: hover) {
  .co-ctaButton.co-ctaButton--hamburgerMenu:hover {
    opacity: 0.8;
    transition: translate 0.3s;
  }
}
@media (any-hover: hover) {
  .co-ctaButton.co-ctaButton--hamburgerMenu:active {
    translate: 2px 2px;
    transition: translate 0.3s;
  }
}
@media screen and (width < 768px) {
  .co-ctaButton.co-ctaButton--hamburgerMenu picture img {
    width: 100%;
    min-width: 260px;
  }
}
@media (any-hover: hover) {
  .co-ctaButton.co-ctaButton--intro:hover {
    opacity: 0.8;
    transition: translate 0.3s;
  }
}
@media (any-hover: hover) {
  .co-ctaButton.co-ctaButton--intro:active {
    translate: 2px 2px;
    transition: translate 0.3s;
  }
}
.co-ctaButton.co-ctaButton--intro picture img {
  width: 420px;
}
@media screen and (width < 768px) {
  .co-ctaButton.co-ctaButton--intro picture img {
    width: 100%;
    min-width: 330px;
  }
}
.co-ctaButton.co-ctaButton--common {
  margin-top: 100px;
}
@media (any-hover: hover) {
  .co-ctaButton.co-ctaButton--common:hover {
    opacity: 0.8;
    transition: translate 0.3s;
  }
}
@media (any-hover: hover) {
  .co-ctaButton.co-ctaButton--common:active {
    translate: 2px 2px;
    transition: translate 0.3s;
  }
}
@media screen and (width < 768px) {
  .co-ctaButton.co-ctaButton--common {
    margin-top: 60px;
  }
}
.co-ctaButton.co-ctaButton--common picture img {
  width: 800px;
}
@media screen and (width < 768px) {
  .co-ctaButton.co-ctaButton--common picture img {
    min-width: 350px;
    width: 100%;
  }
}
.co-ctaButton picture {
  display: block;
}
.co-ctaButton picture img {
  display: block;
}

.co-hamburgerMenuBtn {
  flex-shrink: 0;
  display: block;
  background-color: var(--c-grey-000);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.co-hamburgerMenuBtn.co-hamburgerMenuBtn--open {
  background-image: url(../images/icon/icon-hamburger.svg);
}
.co-hamburgerMenuBtn.co-hamburgerMenuBtn--close {
  background-image: url(../images/icon/icon-close.svg);
}

.co-beforeAfter {
  display: grid;
}
.co-beforeAfter.co-beforeAfter--type1 {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (width < 768px) {
  .co-beforeAfter.co-beforeAfter--type1 {
    display: block;
  }
}
.co-beforeAfter.co-beforeAfter--type2 {
  grid-template-columns: 1fr 44px 1fr;
  gap: 40px 10px;
}
@media screen and (width < 768px) {
  .co-beforeAfter.co-beforeAfter--type2 {
    display: block;
    gap: 20px 10px;
  }
}
.co-beforeAfter h3 {
  grid-column: 1/4;
  width: 100%;
  font-size: 44px;
  font-weight: 900;
  color: inherit;
  line-height: 1.25;
  text-align: center;
}
@media screen and (width < 768px) {
  .co-beforeAfter h3 {
    font-size: 18px;
    font-weight: 700;
  }
}

.co-beforeAfter__arrow {
  align-self: center;
}
@media screen and (width < 768px) {
  .co-beforeAfter__arrow img {
    margin-top: 10px;
    margin-inline: auto;
    rotate: 90deg;
  }
}

.co-beforeAfter__item {
  position: relative;
  padding-top: 25px;
}
@media screen and (width < 768px) {
  .co-beforeAfter__item {
    padding-top: 20px;
    margin-top: 40px;
  }
}
@media screen and (width < 768px) {
  .co-beforeAfter__item:last-of-type {
    margin-top: 20px;
  }
}
.co-beforeAfter__item span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: 243px;
  height: 50px;
  margin: auto;
}
.co-beforeAfter--type1 .co-beforeAfter__item span {
  background-color: var(--c-primary-1);
  font-size: 22px;
  font-weight: 400;
  color: var(--c-grey-000);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .co-beforeAfter--type1 .co-beforeAfter__item span {
    width: 290px;
    height: 47px;
    font-size: 20px;
  }
}
.co-beforeAfter--type2 .co-beforeAfter__item span {
  background-color: var(--c-primary-2);
  font-size: 24px;
  font-weight: 700;
  color: var(--c-grey-000);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .co-beforeAfter--type2 .co-beforeAfter__item span {
    width: 230px;
    height: 40px;
    font-size: 22px;
  }
}

.co-bracketsFrame {
  position: relative;
  display: grid;
  place-items: center;
}
.co-bracketsFrame.co-bracketsFrame--type1 {
  padding-block: 30px;
  margin-top: 90px;
}
@media screen and (width < 768px) {
  .co-bracketsFrame.co-bracketsFrame--type1 {
    padding-block: 30px;
  }
}
.co-bracketsFrame.co-bracketsFrame--type1 picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 231px;
}
@media screen and (width < 768px) {
  .co-bracketsFrame.co-bracketsFrame--type1 picture {
    height: 111px;
  }
}
.co-bracketsFrame.co-bracketsFrame--type1 picture img {
  width: 640px;
}
@media screen and (width < 768px) {
  .co-bracketsFrame.co-bracketsFrame--type1 picture img {
    max-width: 310px;
    width: 100%;
  }
}
.co-bracketsFrame.co-bracketsFrame--type1 p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  color: var(--c-primary-1);
  line-height: 1.25;
  text-align: center;
}
@media screen and (width < 768px) {
  .co-bracketsFrame.co-bracketsFrame--type1 p {
    font-size: 16px;
  }
}
.co-bracketsFrame.co-bracketsFrame--type2 {
  padding-block: 50px;
}
@media screen and (width < 768px) {
  .co-bracketsFrame.co-bracketsFrame--type2 {
    padding-block: 20px;
  }
}
.co-bracketsFrame.co-bracketsFrame--type2 p {
  font-size: 44px;
  font-weight: 900;
  color: var(--c-grey-700);
  line-height: 1.5;
  text-align: center;
}
@media screen and (width < 768px) {
  .co-bracketsFrame.co-bracketsFrame--type2 p {
    font-size: 26px;
  }
}
.co-bracketsFrame.co-bracketsFrame--type2 mark {
  font-size: 64px;
  font-weight: 900;
  color: var(--c-grey-700);
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .co-bracketsFrame.co-bracketsFrame--type2 mark {
    font-size: 26px;
  }
}
.co-bracketsFrame::before, .co-bracketsFrame::after {
  position: absolute;
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon/icon-brackets.svg);
  width: 80px;
  height: 80px;
}
.co-bracketsFrame::before {
  top: 0;
  left: 0;
}
.co-bracketsFrame::after {
  bottom: 0;
  right: 0;
  rotate: 180deg;
}

.la-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--c-grey-000);
  border-top: 4px solid var(--c-primary-1);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.la-header__inner {
  max-width: 1320px;
  margin-inline: auto;
}

.la-header__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (width < 1024px) {
  .la-header__top {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
}
.la-header__top .co-hamburgerMenuBtn {
  display: none;
}
@media screen and (width < 1024px) {
  .la-header__top .co-hamburgerMenuBtn {
    display: block;
  }
}

.la-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: end;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (width < 1024px) {
  .la-header__logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 89px;
    height: 38px;
  }
}
.la-header__logo h1 {
  order: 2;
}
.la-header__logo h1 span:first-of-type {
  display: none;
}
.la-header__logo h1 span:last-of-type {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--c-grey-600);
  line-height: 1;
}
@media screen and (width < 1024px) {
  .la-header__logo h1 span:last-of-type {
    font-size: 8px;
  }
}
.la-header__logo picture img {
  width: 147px;
}
@media screen and (width < 1024px) {
  .la-header__logo picture img {
    width: 83px;
  }
}

.la-header__tel {
  max-width: 217px;
  margin-left: auto;
}
@media (any-hover: hover) {
  .la-header__tel:hover {
    opacity: 0.8;
    transition: translate 0.3s;
  }
}
@media screen and (width < 1024px) {
  .la-header__tel img {
    display: none;
  }
}

.la-header__telBtn {
  flex-shrink: 0;
  display: none;
  background-color: var(--c-primary-1);
  background-image: url(../images/icon/icon-tel_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 26px;
  width: 50px;
  height: 50px;
}
@media screen and (width < 1024px) {
  .la-header__telBtn {
    display: block;
    margin-left: auto;
  }
}

.la-header__bottom {
  padding-bottom: 4px;
}
@media screen and (width < 1024px) {
  .la-header__bottom {
    display: none;
  }
}

.la-header__navi {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 46px;
}
.la-header__navi li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.la-header__navi li + li::before {
  content: "";
  display: block;
  background-color: var(--c-grey-300);
  width: 1px;
  height: 30px;
  margin-inline: 17.6px;
  margin-inline: clamp(10px, 1vw, 17.6px);
}
.la-header__navi li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 20px;
  padding: 11px clamp(10px, 1vw, 20px);
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 400;
  color: var(--c-text-color-1);
  line-height: 1.5;
}
.la-header__navi li a:hover {
  border-bottom-color: var(--c-primary-1);
}

.la-hamburgerMenu {
  min-width: 320px;
  width: calc(100vw - 70px);
  overflow: hidden;
  border-top: 4px solid var(--c-primary-1);
  margin-left: 0;
  margin-right: auto;
  transform: translateX(-100%);
  transition: transform 0.4s ease-out, display 0.4s allow-discrete, overlay 0.4s allow-discrete;
}
.la-hamburgerMenu[open] {
  transform: translateX(0);
}
.la-hamburgerMenu[open]::backdrop {
  background-color: rgba(68, 68, 68, 0.5019607843);
}
.la-hamburgerMenu::backdrop {
  background-color: rgba(68, 68, 68, 0.5019607843);
  transition: background-color 0.4s, display 0.4s allow-discrete, overlay 0.4s allow-discrete;
  pointer-events: auto;
}

.la-hamburgerMenu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px 8px 30px;
}
.la-hamburgerMenu__top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 32px;
}

.la-hamburgerMenu__bottom {
  overflow: scroll;
  height: 100dvh;
  padding-bottom: 63px;
}

.la-hamburgerMenu__navi {
  list-style: none;
  padding: 30px;
}
.la-hamburgerMenu__navi li + li {
  border-top: 2px solid var(--c-grey-300);
}
.la-hamburgerMenu__navi li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text-color-1);
  line-height: 1.5;
}
.la-hamburgerMenu__navi li a::after {
  position: absolute;
  top: 16px;
  right: 15px;
  content: "";
  display: block;
  background-image: url(../images/icon/icon-arrow_gray.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
}

.la-hamburgerMenu__buttons {
  padding: 30px;
}
.la-hamburgerMenu__buttons p {
  margin-top: 10px;
}

.telButton {
  display: block;
  margin-top: 14px;
  margin-inline: auto;
}
@media (any-hover: hover) {
  .telButton:hover {
    opacity: 0.8;
    transition: translate 0.3s;
  }
}
.telButton img {
  min-width: 260px;
  margin-inline: auto;
}

@starting-style {
  .la-hamburgerMenu[open] {
    transform: translateX(-100%);
  }
  .la-hamburgerMenu[open]::backdrop {
    background-color: transparent;
  }
}
.la-kv {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background-color: var(--c-primary-1);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.la-kv .la-container {
  max-width: 1440px;
}
.la-kv img {
  display: block;
  width: 100%;
}

.la-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--c-grey-000);
  width: 100vw;
  padding-block: 22px;
  border-top: 1px solid var(--c-grey-500);
  margin-inline: calc(50% - 50vw);
}

.la-footer__socialLinks {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding-left: 0;
}
.la-footer__socialLinks a {
  display: block;
  width: 30px;
  height: 30px;
}

.la-footer__pageLinks {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.la-footer__pageLinks a {
  font-size: 10px;
  font-weight: 400;
  color: var(--c-grey-800);
  line-height: 1.5;
}
.la-footer__pageLinks img {
  display: block;
  width: 60px;
  height: 20px;
}

.la-footer__copyright {
  font-size: 10px;
  font-weight: 400;
  color: var(--c-grey-800);
  line-height: 1.5;
  text-align: center;
}

.la-section {
  padding-block: 100px 150px;
}
@media screen and (width < 768px) {
  .la-section {
    padding: 60px 20px 80px;
  }
}
.la-section.la-section--intro {
  background-color: var(--c-grey-000);
  padding-block: 30px 120px;
}
.la-section.la-section--video {
  background-color: var(--c-primary-1);
  background-image: url(../images/bg/bg-wave-line_blue.png);
  background-position: center 100px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (width < 768px) {
  .la-section.la-section--video {
    background-size: 1800px;
    padding-inline: 20px;
    padding-block: 60px;
  }
}
.la-section.la-section--relief {
  background-color: var(--c-grey-000);
  background-image: url(../images/bg/bg-tile.png);
}
@media screen and (width < 768px) {
  .la-section.la-section--relief {
    padding: 40px 20px 80px;
  }
}
.la-section.la-section--complex {
  background: linear-gradient(180deg, #405668 0%, #383D42 100%);
  background-image: url(../images/bg/bg-moyamoya_pc.png);
  background-size: cover;
}
@media screen and (width < 768px) {
  .la-section.la-section--complex {
    background-image: url(../images/bg/bg-moyamoya_sp.png);
    padding: 40px 20px 80px;
  }
}
.la-section.la-section--choice {
  background-color: var(--c-primary-7);
}
@media screen and (width < 768px) {
  .la-section.la-section--choice {
    padding: 60px 20px 80px;
  }
}
.la-section.la-section--voice {
  background-color: var(--c-grey-000);
}
.la-section.la-section--comparison {
  background-color: var(--c-grey-000);
}
@media screen and (width < 768px) and (width < 768px) {
  .la-section.la-section--comparison {
    padding: 60px 30px 80px;
  }
}
.la-section.la-section--ordermade {
  background-color: var(--c-primary-7);
}
.la-section.la-section--faq {
  background-color: var(--c-grey-000);
}
.la-section.la-section--flow {
  background-color: var(--c-grey-100);
}
.la-section.la-section--question {
  background: linear-gradient(180deg, var(--c-primary-3) 0%, var(--c-primary-4) 100%);
}
.la-section.la-section--salon {
  background-color: var(--c-grey-000);
}

.la-container {
  max-width: 1024px;
  margin-inline: auto;
}

.la-section--intro .co-head {
  margin-top: 30px;
  font-size: 42px;
  font-weight: 700;
  color: var(--c-primary-1);
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .la-section--intro .co-head {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
  }
}
.la-section--intro .co-beforeAfter {
  margin-top: 60px;
}
@media screen and (width < 768px) {
  .la-section--intro .co-beforeAfter {
    margin-top: 40px;
  }
}

.bgArea {
  overflow: hidden;
  background-image: url(../images/bg/bg-wave-line_white.png);
  background-position: center 157px;
  background-repeat: no-repeat;
  background-size: 100vw;
  width: 100vw;
  padding-inline: 20px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (width < 768px) {
  .bgArea {
    background-size: 1800px;
    background-size: contain;
    background-position: center 207px;
  }
}
.bgArea .co-bracketsFrame {
  max-width: 1024px;
  margin-inline: auto;
}
.bgArea .co-text--al-c {
  margin-top: 40px;
}
.bgArea h3 {
  margin-top: 40px;
  font-size: 68px;
  font-weight: 900;
  color: var(--c-primary-1);
  line-height: 1.25;
  text-align: center;
}
@media screen and (width < 768px) {
  .bgArea h3 {
    font-size: 30px;
  }
}

.features {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 90px;
}
@media screen and (width < 768px) {
  .features {
    margin-top: 30px;
  }
}

.features__item {
  position: relative;
  display: flex;
}
@media screen and (width < 768px) {
  .features__item {
    display: block;
  }
}
.features__item.features__item--left {
  justify-content: start;
}
.features__item.features__item--right {
  justify-content: end;
}

.features__image {
  flex-shrink: 0;
  max-width: 540px;
}
@media screen and (width < 768px) {
  .features__image {
    max-width: 100%;
  }
}

.features__text {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--c-grey-000);
  width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  border: 2px solid var(--c-primary-1);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  margin-block: auto;
}
@media screen and (width < 768px) {
  .features__text {
    position: static;
    width: calc(100% - 20px);
    margin: 0;
    margin-inline: auto;
    padding: 14px;
    translate: 0 -10px;
  }
}
.features__item--left .features__text {
  right: 68px;
}
.features__item--right .features__text {
  left: 68px;
}
.features__text dt {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--c-primary-1);
  font-size: 42px;
  font-weight: 700;
  color: var(--c-text-color-1);
  line-height: 1;
}
@media screen and (width < 768px) {
  .features__text dt {
    padding-bottom: 6px;
    margin-inline: auto;
    font-size: 28px;
  }
}
.features__text dd {
  margin-top: 30px;
}
@media screen and (width < 768px) {
  .features__text dd {
    margin-top: 10px;
  }
}
.features__text dd p:first-of-type {
  font-size: 28px;
  font-weight: 700;
  color: var(--c-primary-1);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .features__text dd p:first-of-type {
    font-size: 24px;
  }
}
.features__text dd p:last-of-type {
  margin-top: 24px;
}

.la-section--video {
  color: var(--c-grey-000);
}
.la-section--video .co-head {
  font-size: 44px;
  font-weight: 900;
  color: inherit;
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--video .co-head {
    font-size: 22px;
    font-weight: 700;
  }
}
.la-section--video hr {
  background-color: var(--c-grey-000);
  width: 300px;
  height: 3px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (width < 768px) {
  .la-section--video hr {
    margin-top: 20px;
  }
}
.la-section--video .co-beforeAfter {
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .la-section--video .co-beforeAfter {
    margin-top: 40px;
  }
}

.videoBox {
  background-color: var(--c-grey-600);
  max-width: 1024px;
  height: 578px;
  margin-top: 60px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (width < 768px) {
  .videoBox {
    height: 197px;
    margin-top: 20px;
  }
}
.videoBox iframe,
.videoBox video {
  display: block;
  width: 100%;
  height: 100%;
}

.vlog {
  margin-top: 40px;
  text-align: center;
}
.vlog h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 8px solid var(--c-primary-5);
  font-size: 28px;
  font-weight: 700;
  color: inherit;
  line-height: 1.25;
  margin-inline: auto;
}
@media screen and (width < 768px) {
  .vlog h3 {
    font-size: 18px;
    border-bottom-width: 4px;
  }
}
.vlog p {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 400;
  color: inherit;
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .vlog p {
    font-size: 16px;
  }
}

.la-section--relief .co-imageCard {
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .la-section--relief .co-imageCard {
    margin-top: 40px;
  }
}

.la-section--complex {
  color: var(--c-grey-000);
}
.la-section--complex .co-head {
  color: inherit;
}
@media screen and (width < 768px) {
  .la-section--complex .co-head {
    font-size: 30px;
  }
}
@media screen and (width < 768px) {
  .la-section--complex .co-head br {
    display: none;
  }
}
.la-section--complex .co-imageBox {
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .la-section--complex .co-imageBox {
    margin-top: 40px;
  }
}
.la-section--complex .co-text {
  margin-top: 80px;
  font-size: 44px;
  font-weight: 900;
  color: inherit;
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--complex .co-text {
    margin-top: 40px;
    font-size: 24px;
  }
}

.la-section--choice .co-head {
  color: var(--c-primary-1);
}
@media screen and (width < 768px) {
  .la-section--choice .co-head {
    font-size: 30px;
  }
}
.la-section--choice .co-text--al-c:nth-of-type(1) {
  margin-top: 80px;
  font-size: 44px;
  font-weight: 900;
  color: var(--c-text-color-1);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--choice .co-text--al-c:nth-of-type(1) {
    margin-top: 20px;
    font-size: 24px;
  }
}
.la-section--choice .co-text--al-c:nth-of-type(2) {
  margin-top: 80px;
  font-size: 44px;
  font-weight: 900;
  color: var(--c-text-color-1);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--choice .co-text--al-c:nth-of-type(2) {
    margin-top: 60px;
    font-size: 24px;
  }
}
.la-section--choice .co-text--al-c:nth-of-type(3) {
  margin-top: 80px;
  font-size: 38px;
  font-weight: 900;
  color: var(--c-text-color-1);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--choice .co-text--al-c:nth-of-type(3) {
    margin-top: 80px;
    font-size: 20px;
  }
}
.la-section--choice hr {
  background-color: var(--c-primary-2);
  width: 280px;
  height: 3px;
  margin-inline: auto;
  margin-top: 33px;
}
@media screen and (width < 768px) {
  .la-section--choice hr {
    margin-top: 20px;
  }
}
.la-section--choice .co-imageBox {
  margin-top: 20px;
}
@media screen and (width < 768px) {
  .la-section--choice .co-imageBox {
    margin-top: 10px;
  }
}
.la-section--choice .co-imageCard {
  margin-top: 40px;
}
@media screen and (width < 768px) {
  .la-section--choice .co-imageCard {
    margin-top: 20px;
  }
}
.la-section--choice .co-imageCard dt {
  font-size: 28px;
  font-weight: 700;
  color: var(--c-grey-800);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--choice .co-imageCard dt {
    font-size: 18px;
  }
}

.pointBox {
  display: grid;
  grid-template-columns: 550px 1fr;
  grid-template-areas: "image head" "image text";
  gap: 20px 30px;
  align-items: start;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .pointBox {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "image" "text";
    gap: 10px;
    margin-top: 40px;
  }
}
.pointBox:nth-of-type(even) {
  grid-template-columns: 1fr 550px;
  grid-template-areas: "head image" "text image";
}
@media screen and (width < 768px) {
  .pointBox:nth-of-type(even) {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "image" "text";
  }
}
.pointBox + .pointBox {
  margin-top: 60px;
}
@media screen and (width < 768px) {
  .pointBox + .pointBox {
    margin-top: 40px;
  }
}

.pointBox__point {
  grid-area: head;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  color: var(--c-grey-000);
}
@media screen and (width < 768px) {
  .pointBox__point {
    gap: 10px;
    flex-direction: row;
    align-items: center;
  }
}
.pointBox__point dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  background-color: var(--c-primary-3);
  width: 102px;
  height: 102px;
  border: 3px solid var(--c-primary-2);
  font-size: 20px;
  font-weight: 400;
  color: inherit;
  line-height: 1;
}
@media screen and (width < 768px) {
  .pointBox__point dt {
    width: 70px;
    height: 65px;
    font-size: 12px;
  }
}
.pointBox__point dt span {
  display: block;
  font-size: 50px;
  font-weight: 900;
  color: inherit;
  line-height: 1;
}
@media screen and (width < 768px) {
  .pointBox__point dt span {
    font-size: 30px;
  }
}
.pointBox__point dd {
  font-size: 28px;
  font-weight: 700;
  color: var(--c-text-color-1);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .pointBox__point dd {
    font-size: 20px;
  }
}

.pointBox__image {
  grid-area: image;
  width: 100%;
  max-width: 550px;
  margin-inline: auto;
}
@media screen and (width < 768px) {
  .pointBox__image {
    max-width: 100%;
  }
}

.pointBox__text {
  grid-area: text;
  color: var(--c-grey-800);
}

.rotation {
  display: flex;
  gap: 10px;
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .rotation {
    flex-direction: column;
    margin-top: 40px;
  }
}
.rotation picture {
  flex-shrink: 0;
  width: 250px;
}
@media screen and (width < 768px) {
  .rotation picture {
    order: 2;
    max-width: 250px;
    margin-inline: auto;
  }
}
.rotation dl {
  width: 100%;
}
@media screen and (width < 768px) {
  .rotation dl {
    order: 1;
  }
}
.rotation dl dt {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 6px solid #000;
  font-size: 28px;
  font-weight: 700;
  color: var(--c-text-color-1);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .rotation dl dt {
    border-bottom-width: 1px;
    margin-inline: auto;
  }
}
.rotation dl dd {
  margin-top: 20px;
}
@media screen and (width < 768px) {
  .rotation dl dd {
    margin-top: 10px;
    font-size: 16px;
  }
}

.la-section--voice {
  padding-bottom: 0;
}

.voiceList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (width < 768px) {
  .voiceList {
    flex-direction: column;
  }
}

.voiceList__item {
  background-color: var(--c-grey-000);
  width: 325px;
  min-height: 411px;
  padding: 30px 40px;
  border: 4px solid var(--c-primary-1);
  box-shadow: 5px 5px 0px 0px #BCDEF1;
}
@media screen and (width < 768px) {
  .voiceList__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: unset;
    padding: 17.5px 16px;
  }
}
.voiceList__item picture {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  margin-inline: auto;
}
@media screen and (width < 768px) {
  .voiceList__item picture {
    width: 100px;
    height: 100px;
  }
}
.voiceList__item dl {
  margin-top: 20px;
}
@media screen and (width < 768px) {
  .voiceList__item dl {
    margin-top: 0;
  }
}
.voiceList__item dl dt {
  font-size: 24px;
  font-weight: 700;
  color: var(--c-text-color-1);
  line-height: 1.25;
  text-align: center;
}
@media screen and (width < 768px) {
  .voiceList__item dl dt {
    font-size: 18px;
    text-align: left;
  }
}
.voiceList__item dl dd {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text-color-1);
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .voiceList__item dl dd {
    margin-top: 8px;
  }
}

.la-section--comparison .co-imageBoxContainer {
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .la-section--comparison .co-imageBoxContainer {
    margin-top: 40px;
  }
}
.la-section--comparison .co-imageBoxContainer .co-imageBox--l {
  width: 950px;
  height: auto;
}

.la-section--ordermade .co-head {
  color: var(--c-primary-1);
}
.la-section--ordermade .co-text--al-c.co-text {
  margin-top: 60px;
  font-size: 26px;
  font-weight: 400;
  color: var(--c-text-color-1);
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .la-section--ordermade .co-text--al-c.co-text {
    margin-top: 30px;
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (width < 768px) {
  .la-section--ordermade .co-text--al-c.co-text:nth-of-type(2) {
    margin-top: 20px;
  }
}
.la-section--ordermade .co-imageCardContainer {
  margin-top: 60px;
}
@media screen and (width < 768px) {
  .la-section--ordermade .co-imageCardContainer {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.la-section--ordermade .co-imageCard picture {
  max-width: 502px;
}
@media screen and (width < 768px) {
  .la-section--ordermade .co-imageCard {
    width: 100%;
  }
}
.la-section--ordermade .co-imageCard dt {
  font-size: 26px;
  font-weight: 700;
  color: var(--c-grey-800);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--ordermade .co-imageCard dt {
    font-size: 18px;
  }
}
.la-section--ordermade h3 {
  margin-top: 100px;
  font-size: 44px;
  font-weight: 900;
  color: var(--c-primary-1);
  line-height: 1.25;
  text-align: center;
}
@media screen and (width < 768px) {
  .la-section--ordermade h3 {
    margin-top: 60px;
    font-size: 24px;
  }
}
.la-section--ordermade h3 span {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  color: var(--c-grey-800);
  line-height: 1.25;
}
.la-section--ordermade .co-text:not(.co-text--al-c) {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--c-grey-700);
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .la-section--ordermade .co-text:not(.co-text--al-c) {
    font-size: 10px;
  }
}
.la-section--ordermade .co-bracketsFrame {
  margin-top: 100px;
}
@media screen and (width < 768px) {
  .la-section--ordermade .co-bracketsFrame {
    margin-top: 60px;
  }
}
.la-section--ordermade .co-imageBox {
  margin-top: 60px;
}
@media screen and (width < 768px) {
  .la-section--ordermade .co-imageBox {
    margin-top: 10px;
  }
}

.aftercare {
  background-color: var(--c-primary-1);
  padding: 40px;
  margin-top: 100px;
  color: var(--c-grey-000);
}
@media screen and (width < 768px) {
  .aftercare {
    padding: 20px;
    margin-top: 40px;
  }
}
.aftercare h3 {
  margin-top: 0;
  font-size: 44px;
  font-weight: 900;
  color: var(--c-grey-000);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .aftercare h3 {
    font-size: 24px;
  }
}
.aftercare hr {
  width: 170px;
  border: 3px solid var(--c-grey-000);
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (width < 768px) {
  .aftercare hr {
    margin-top: 10px;
  }
}
.aftercare .co-imageCard {
  margin-top: 40px;
}
@media screen and (width < 768px) {
  .aftercare .co-imageCard {
    margin-top: 20px;
  }
}
.aftercare .co-imageCard dt,
.aftercare .co-imageCard dd {
  color: inherit;
}
@media screen and (width < 768px) {
  .aftercare .co-imageCard dd {
    margin-top: 10px;
  }
}

.la-section--about {
  background-color: var(--c-primary-2);
}
.la-section--about .co-head {
  color: var(--c-primary-5);
}
.la-section--about .co-text {
  margin-top: 1.25px;
  font-size: 18px;
  font-weight: 400;
  color: var(--c-grey-000);
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .la-section--about .co-text {
    text-align: left;
  }
}
.la-section--about .co-text:nth-of-type(1) {
  margin-top: 60px;
  font-size: 38px;
  font-weight: 900;
  color: var(--c-grey-000);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--about .co-text:nth-of-type(1) {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
  }
}
.la-section--about .co-text:nth-of-type(2) {
  margin-top: 60px;
}
@media screen and (width < 768px) {
  .la-section--about .co-text:nth-of-type(2) {
    margin-top: 20px;
  }
}
.la-section--about .co-imageBoxContainer {
  margin-top: 60px;
}
@media screen and (width < 768px) {
  .la-section--about .co-imageBoxContainer {
    margin-top: 20px;
  }
}
.la-section--about .co-imageBoxContainer .co-imageBox {
  width: 500px;
  height: auto;
}
@media screen and (width < 768px) {
  .la-section--about .co-imageBoxContainer .co-imageBox {
    height: auto;
  }
}

.la-section--faq .co-head {
  color: var(--c-primary-1);
}

.qaList {
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .qaList {
    margin-top: 40px;
  }
}

.qaList__item {
  padding-block: 40px;
}
.qaList__item + .qaList__item {
  border-top: 1px solid var(--c-grey-500);
}
.qaList__item:first-child {
  padding-top: 0;
}
.qaList__item:last-child {
  border-bottom: 1px solid var(--c-grey-500);
}
.qaList__item dt,
.qaList__item dd {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
}
@media screen and (width < 768px) {
  .qaList__item dt,
  .qaList__item dd {
    min-height: 30px;
  }
}
.qaList__item dt::before,
.qaList__item dd::before {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (width < 768px) {
  .qaList__item dt::before,
  .qaList__item dd::before {
    width: 30px;
    height: 30px;
  }
}
.qaList__item dt {
  font-size: 24px;
  font-weight: 700;
  color: var(--c-grey-800);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .qaList__item dt {
    font-size: 20px;
  }
}
.qaList__item dt::before {
  align-self: start;
  content: "Q";
  background-color: var(--c-grey-500);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-grey-000);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .qaList__item dt::before {
    font-size: 20px;
  }
}
.qaList__item dd {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 400;
  color: var(--c-grey-800);
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .qaList__item dd {
    font-size: 14px;
  }
}
.qaList__item dd::before {
  align-self: start;
  content: "A";
  background-color: var(--c-primary-1);
  font-size: 22px;
  font-weight: 700;
  color: var(--c-grey-200);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .qaList__item dd::before {
    font-size: 20px;
  }
}

.la-section--flow .co-head {
  color: var(--c-primary-1);
}

.flowStep {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 39px;
  margin-top: 80px;
}
@media screen and (width < 768px) {
  .flowStep {
    gap: 2px;
    margin-top: 40px;
  }
}

.flowStep__item {
  background-color: var(--c-grey-000);
  width: 260px;
  height: 358px;
  padding: 20px;
  border: 4px solid var(--c-primary-1);
}
@media screen and (width < 768px) {
  .flowStep__item {
    display: flex;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 10px;
    border-width: 3px;
  }
}
.flowStep__item picture {
  width: 220px;
  margin-inline: auto;
}
@media screen and (width < 768px) {
  .flowStep__item picture {
    flex-shrink: 0;
    width: 100px;
  }
}
.flowStep__item dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (width < 768px) {
  .flowStep__item dl {
    gap: 0;
    margin-top: 0;
    width: 100%;
  }
}
.flowStep__item dl dt {
  font-size: 26px;
  font-weight: 700;
  color: var(--c-primary-1);
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .flowStep__item dl dt {
    font-size: 18px;
  }
}
.flowStep__item dl dd {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (width < 768px) {
  .flowStep__item dl dd {
    gap: 0;
    font-size: 14px;
  }
}
.flowStep__item dl dd p:last-of-type {
  font-size: 12px;
}
@media screen and (width < 768px) {
  .flowStep__item dl dd p:last-of-type {
    font-size: 10px;
  }
}

.flowStep__arrow {
  flex-shrink: 0;
  display: block;
  width: 44px;
  height: 44px;
}
@media screen and (width < 768px) {
  .flowStep__arrow {
    width: 40px;
    height: 40px;
  }
  .flowStep__arrow img {
    rotate: 90deg;
  }
}

.la-section--question {
  color: var(--c-grey-000);
}
.la-section--question .co-head {
  font-size: 68px;
  font-weight: 900;
  color: inherit;
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--question .co-head {
    font-size: 30px;
  }
}
.la-section--question .co-text--al-c {
  margin-top: 60px;
  font-size: 44px;
  font-weight: 900;
  color: inherit;
  line-height: 1.25;
}
@media screen and (width < 768px) {
  .la-section--question .co-text--al-c {
    margin-top: 20px;
    font-size: 24px;
  }
}
.la-section--question .co-imageBoxContainer {
  margin-block: 60px;
}
@media screen and (width < 768px) {
  .la-section--question .co-imageBoxContainer {
    margin-block: 20px;
  }
}
.la-section--question .co-text:not(.co-text--al-c) {
  font-size: 26px;
  font-weight: 400;
  color: inherit;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .la-section--question .co-text:not(.co-text--al-c) {
    font-size: 16px;
  }
}

.la-section--salon .co-text {
  margin-top: 40px;
}
@media screen and (width < 768px) {
  .la-section--salon .co-text {
    margin-top: 20px;
  }
}

.salonList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
  gap: 40px 30px;
  margin-top: 60px;
}
@media screen and (width < 768px) {
  .salonList {
    gap: 20px;
    margin-top: 40px;
  }
}

.salonList__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.salonList__item dt {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (width < 768px) {
  .salonList__item dd {
    display: flex;
    gap: 10px;
  }
}
.salonList__item dd iframe {
  max-height: 156px;
  aspect-ratio: 233/156;
  max-width: 100%;
}
@media screen and (width < 768px) {
  .salonList__item dd iframe {
    width: 100%;
    max-width: 120px;
    height: 100%;
    min-height: 80px;
  }
}
.salonList__item dd address {
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text-color-1);
  line-height: 1.5;
}
@media screen and (width < 768px) {
  .salonList__item dd address {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body:has(.la-hamburgerMenu[open]) {
  overflow: hidden;
}

.wrapper {
  max-width: 1440px;
  margin-inline: auto;
}/*# sourceMappingURL=style.css.map */