@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	Typography

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	common--ctaSection

==============================================*/
/*=============================================

	common--snsSection

==============================================*/
/*=============================================

	common--stepSection

==============================================*/
/*=============================================

	common--breadcrumb

==============================================*/
/*=============================================

	section

==============================================*/
/*=============================================

	title

==============================================*/
/*=============================================

	list

==============================================*/
/*=============================================

	検索ボックス

==============================================*/
/*=============================================

    slide

==============================================*/
/*=============================================

	フォーム

==============================================*/
/* 共通スタイル定設
-----------------------------------------------------------------*/
img,
iframe {
  max-width: 100%;
  height: auto;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 1;
  }
}

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .dn-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .dn-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 1023px) {
  .dn-sp-tab {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}

#wrapper {
  overflow-x: visible;
}

.guide {
  background-color: #F4F5F5;
}

/*=============================================

	mv

==============================================*/
.mv {
  position: relative;
}

.mv__img img {
  width: 100%;
}

.mv__content {
  position: absolute;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  .mv__content {
    bottom: 12vw;
    left: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__content {
    top: 50%;
    left: 34.7222222222vw;
    translate: 0 -50%;
  }
}

.mv__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0;
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  .mv__label {
    width: 104px;
    height: 30px;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__label {
    width: 114px;
    height: 40px;
    line-height: 1.8;
    font-size: 18px;
  }
}

.mv__title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 4px 4px #1D96AA;
}
@media print, screen and (max-width: 767px) {
  .mv__title {
    margin-top: 24px;
    font-size: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__title {
    margin-top: 8px;
    font-size: 54px;
  }
}

.mv__catch {
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .mv__catch {
    margin-top: 24px;
    padding-right: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__catch {
    margin-top: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 28px;
  }
}

/*=============================================

	guideContent

==============================================*/
.guideContent {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .guideContent {
    padding: 40px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 280px 1fr;
    grid-template-columns: 280px 1fr;
    gap: 0 40px;
  }
}

/* --------------------------
  guideSide
-------------------------- */
@media print, screen and (max-width: 767px) {
  .guideSide {
    position: sticky;
    top: 0;
    padding: 16px;
    background-color: #F4F5F5;
    z-index: 99999;
  }
}
@media print, screen and (max-width: 767px) {
  .guideSide.is--open .guideSide__inner {
    padding: 16px;
    height: calc(100vh - 16px - 16px);
  }
}
@media print, screen and (max-width: 767px) {
  .guideSide.is--open .guideSide__contents {
    display: block;
  }
}
.guideSide.is--open .guideSide__button .arrow {
  scale: 1 -1;
}
.guideSide.is--open .guideSide__button .is--open {
  display: none;
}
.guideSide.is--open .guideSide__button .is--close {
  display: inline;
}

.guideSide__inner {
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  .guideSide__inner {
    padding: 8px 16px;
    border-radius: 16px;
    overflow: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .guideSide__inner {
    position: sticky;
    top: 0;
    padding: 24px 16px;
    max-height: calc(100vh - 40px);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
    border-radius: 8px;
    overflow: auto;
  }
}

@media print, screen and (max-width: 767px) {
  .guideSide__contents {
    display: none;
  }
}

.guideSide__button {
  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;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  color: #3DB1C6;
}
.guideSide__button .is--open {
  display: inline;
}
.guideSide__button .is--close {
  display: none;
}
.guideSide__button .arrow {
  width: 16px;
  height: 16px;
}

@media print, screen and (max-width: 767px) {
  .guideSide__menu__node {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .guideSide__menu__node + .guideSide__menu__node {
    margin-top: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .guideSide__menu__node .guideSide__menu {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .guideSide__menu__node .guideSide__menu {
    margin-top: 16px;
  }
}
.guideSide__menu__node .guideSide__menu .guideSide__menu__node {
  padding-left: 16px;
}
@media print, screen and (max-width: 767px) {
  .guideSide__menu__node .guideSide__menu .guideSide__menu__node {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .guideSide__menu__node .guideSide__menu .guideSide__menu__node + .guideSide__menu__node {
    margin-top: 16px;
  }
}
.guideSide__menu__node .guideSide__menu .guideSide__menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}
.guideSide__menu__node .guideSide__menu .guideSide__menu__link em {
  margin-bottom: 4px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
}

.guideSide__menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
}
@media (hover: hover) {
  .guideSide__menu__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .guideSide__menu__link:hover {
    color: #3DB1C6;
  }
}

/* --------------------------
  guideMain
-------------------------- */
@media print, screen and (max-width: 767px) {
  .guide__section {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .guide__section {
    padding: 40px;
  }
}
.guide__section:nth-child(odd) {
  background-color: #EAFCFF;
}
@media print, screen and (min-width: 768px) {
  .guide__section:nth-child(even) {
    background-color: #fff;
  }
}

.guide__title {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .guide__title {
    margin-bottom: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .guide__title {
    margin-bottom: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 32px;
  }
}
.guide__title em {
  color: #FF8100;
}

@media print, screen and (max-width: 767px) {
  .guide__description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .guide__description {
    margin-bottom: 32px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 18px;
  }
}

.guide__img img {
  width: 100%;
}

/*
	s1
------------------------------------*/
#s1 .guide__img {
  width: 100%;
}

/*
	s2
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #s2 .boxWrap {
    margin-top: 64px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .boxWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
#s2 .box {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #s2 .box {
    position: relative;
    padding: 32px 0 16px;
    background-color: #fff;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .box {
    padding: 0 27px 16px;
  }
}
#s2 .box:nth-child(1) .box__label {
  background-color: #A9A9A9;
}
#s2 .box:nth-child(1) .box__title {
  color: #A9A9A9;
}
@media print, screen and (max-width: 767px) {
  #s2 .box:nth-child(2) {
    margin-top: 40px;
  }
}
#s2 .box:nth-child(2) .box__label {
  background-color: #FF8100;
}
#s2 .box:nth-child(2) .box__title {
  color: #FF8100;
}
#s2 .box__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 45px;
  border-radius: 50px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  #s2 .box__label {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
    z-index: 9;
  }
}
@media print, screen and (min-width: 768px) {
  #s2 .box__label {
    margin-bottom: 12px;
  }
}
#s2 .box__title {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 32px;
}
#s2 .guide__img {
  width: 100%;
}

/*
	s3
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#s3 .guide__description {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepList {
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
  }
}
@media print, screen and (max-width: 767px) {
  #s3 .stepList__node {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
    grid-auto-rows: minmax(auto, auto);
    -ms-grid-columns: 56px 1fr;
    grid-template-columns: 56px 1fr;
  }
}
@media print, screen and (max-width: 767px) {
  #s3 .stepList__node + .stepList__node {
    margin-top: 17px;
  }
}
#s3 .stepList__number {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 48px;
  color: #3DB1C6;
}
@media print, screen and (min-width: 768px) {
  #s3 .stepList__titleWrap {
    text-align: center;
  }
}
#s3 .stepList__title {
  position: relative;
  margin: -6px auto 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;
  background-color: #3DB1C6;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepList__title {
    width: 36px;
    height: 184px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepList__title {
    height: 47px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;
    font-size: 24px;
  }
}
#s3 .stepList__title::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepList__title::after {
    bottom: 0;
    left: 50%;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 17px solid #3DB1C6;
    border-bottom: 0;
    translate: -50% 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepList__title::after {
    top: 0;
    right: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid #3DB1C6;
    border-right: 0;
    translate: 100% 0;
  }
}
#s3 .stepList__img {
  margin: 16px auto 0;
  display: block;
  width: 120px;
}
#s3 .stepList__img img {
  width: 100%;
}
#s3 .stepList__description {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 18px;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepList__description {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepList__description {
    margin-top: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContents {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContents {
    margin-top: 32px;
  }
}
#s3 .stepContent {
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent {
    padding: 48px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent {
    padding: 40px 32px;
  }
}
#s3 .stepContent + .stepContent {
  position: relative;
  margin-top: 40px;
}
#s3 .stepContent + .stepContent::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 5px;
  height: 40px;
  background-image: url("../../../images/guide/salon/icon-line.webp");
  background-size: contain;
  translate: -50% -100%;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__title {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent__title {
    display: -ms-grid;
    display: grid;
    gap: 8px 16px;
    grid-auto-rows: minmax(auto, auto);
    -ms-grid-columns: 104px 1fr;
    grid-template-columns: 104px 1fr;
  }
}
#s3 .stepContent__title__number {
  width: 104px;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3DB1C6;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__title__number {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent__title__number {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
#s3 .stepContent__title__number .step {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
}
#s3 .stepContent__title__number .number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: 48px;
}
#s3 .stepContent__title__sub {
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__title__sub {
    margin-top: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent__title__sub {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__title__main {
    margin-top: 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 28px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent__title__main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__box {
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent__box {
    margin-top: 32px;
  }
}
#s3 .stepContent__point {
  position: relative;
  margin-top: 64px;
  padding: 40px 0 32px;
  border: 5px solid rgba(61, 177, 198, 0.5019607843);
  display: block;
  text-align: center;
  color: #3DB1C6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
  border-radius: 8px;
}
#s3 .stepContent__point__label {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #3DB1C6;
  border-radius: 50px;
  translate: -50% -50%;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__point__label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent__point__label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__imgContent {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent__imgContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
#s3 .stepContent__imgContent__content {
  position: relative;
  padding-top: 34px;
}
#s3 .stepContent__imgContent__content:nth-child(1) .stepContent__imgContent__label {
  background-color: #A9A9A9;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__imgContent__content:nth-child(2) {
    margin-top: 16px;
  }
}
#s3 .stepContent__imgContent__content:nth-child(2) .stepContent__imgContent__label {
  background-color: #FF8100;
}
#s3 .stepContent__imgContent__img {
  width: 100%;
}
#s3 .stepContent__imgContent__label {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
  translate: -50% 0;
}
@media print, screen and (max-width: 767px) {
  #s3 .stepContent__imgContent__label {
    padding: 12px 24px;
    border-radius: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  #s3 .stepContent__imgContent__label {
    padding: 12px 20px;
    border-radius: 40px;
  }
}

/*
	s4
------------------------------------*/
@media print, screen and (min-width: 768px) {
  #s4 .stepContent__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    gap: 24px 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #s4 .stepContent__box .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
#s4 .stepContent__box .img img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #s4 .stepContent__box .description {
    margin-top: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s4 .stepContent__box .description {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  #s4 .stepContent__box .list {
    margin-top: 24px;
  }
}
#s4 .stepContent__box .list__node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  background-color: #EAFCFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(61, 177, 198, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(61, 177, 198, 0.2);
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  #s4 .stepContent__box .list__node {
    padding: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #s4 .stepContent__box .list__node {
    padding: 8px 12px;
  }
}
#s4 .stepContent__box .list__node::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../../../images/guide/salon/icon-check.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#s4 .stepContent__box .list__node + .list__node {
  margin-top: 16px;
}

/*
	s5
------------------------------------*/
#s5 .content {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (max-width: 767px) {
  #s5 .content {
    gap: 0 16px;
    -ms-grid-columns: 92px 1fr;
    grid-template-columns: 92px 1fr;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 24px;
    -ms-grid-columns: 112px 1fr;
    grid-template-columns: 112px 1fr;
  }
}
#s5 .content + .content {
  margin-top: 24px;
}
#s5 .content__img {
  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;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(61, 177, 198, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(61, 177, 198, 0.2);
  border-radius: 50%;
}
@media print, screen and (max-width: 767px) {
  #s5 .content__img {
    width: 92px;
    height: 92px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .content__img {
    width: 112px;
    height: 112px;
  }
}
@media print, screen and (max-width: 767px) {
  #s5 .content__img img {
    width: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .content__img img {
    width: 80px;
  }
}
#s5 .content__box .title {
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s5 .content__box .title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .content__box .title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;
    font-size: 24px;
  }
}
#s5 .content__box .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  #s5 .content__box .description {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .content__box .description {
    margin-top: 8px;
  }
}
#s5 .catch {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  #s5 .catch {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .catch {
    margin-top: 48px;
  }
}
#s5 table, #s5 th, #s5 td {
  border: none;
}
#s5 .table {
  margin-top: 24px;
  width: 100%;
}
#s5 .table tr {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #s5 .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#s5 .table__judge {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #s5 .table__judge {
    padding: 10px 0;
    width: 50%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 18px;
    border: 1px solid rgba(61, 177, 198, 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .table__judge {
    padding: 18px 0;
    width: calc((100% - 140px) / 2);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
    border: 1px solid #A9A9A9;
  }
}
#s5 .table__judge:nth-of-type(1) {
  background-color: #F4F5F5;
  color: #A9A9A9;
}
#s5 .table__judge:nth-of-type(2) {
  background-color: #FF8100;
  border-left: none;
  color: #fff;
}
#s5 .table__title {
  color: #fff;
  text-align: center;
  background-color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s5 .table__title {
    padding: 8px 0;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .table__title {
    width: 140px;
    border: 1px solid #A9A9A9;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 18px;
  }
}
#s5 .table__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  #s5 .table__content {
    padding: 8px;
    width: 50%;
    border: 1px solid rgba(61, 177, 198, 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .table__content {
    padding: 8px 24px;
  }
}
#s5 .table__content:nth-of-type(1) {
  background-color: #F4F5F5;
}
@media print, screen and (min-width: 768px) {
  #s5 .table__content:nth-of-type(1) {
    border-right: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
  }
}
#s5 .table__content:nth-of-type(2) {
  background-color: rgba(255, 129, 0, 0.3019607843);
}
@media print, screen and (max-width: 767px) {
  #s5 .table__content:nth-of-type(2) {
    border-left: none;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .table__content:nth-of-type(2) {
    border-right: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
  }
}
#s5 .table__content em {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  #s5 .box {
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .box {
    margin-top: 32px;
    display: -ms-grid;
    display: grid;
    gap: 0 40px;
    -ms-grid-columns: 350px 1fr;
    grid-template-columns: 350px 1fr;
  }
}
@media print, screen and (max-width: 767px) {
  #s5 .description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .description {
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 20px;
  }
}
#s5 .description em {
  color: #FF8100;
}
@media print, screen and (max-width: 767px) {
  #s5 .reason {
    margin-top: 24px;
  }
}
#s5 .reason__title {
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s5 .reason__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .reason__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
  }
}
#s5 .reason__list {
  counter-reset: listnum;
}
@media print, screen and (max-width: 767px) {
  #s5 .reason__list {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #s5 .reason__list {
    margin-top: 16px;
  }
}
#s5 .reason__list__node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
}
#s5 .reason__list__node::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*
	s7
------------------------------------*/
#s7 .box {
  position: relative;
  background-color: #F4F5F5;
  border-radius: 16px;
}
@media print, screen and (max-width: 767px) {
  #s7 .box {
    margin-top: 88px;
    padding: 64px 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s7 .box {
    margin-top: 56px;
    padding: 48px 0 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
#s7 .box__title {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 16px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  translate: -50% -50%;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(61, 177, 198, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(61, 177, 198, 0.2);
}
@media print, screen and (max-width: 767px) {
  #s7 .box__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s7 .box__title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 20px;
  }
}
#s7 .box__content:nth-of-type(1) .box__content__title {
  color: #A9A9A9;
}
@media print, screen and (max-width: 767px) {
  #s7 .box__content:nth-of-type(2) {
    margin-top: 24px;
  }
}
#s7 .box__content:nth-of-type(2) .box__content__title {
  color: #FF8100;
}
#s7 .box__content__descriotion {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #s7 .box__content__descriotion {
    margin-top: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s7 .box__content__descriotion {
    margin-top: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 18px;
  }
}
#s7 .box__content__descriotion em {
  color: #FF8100;
}

/*
	s8
------------------------------------*/
@media print, screen and (max-width: 767px) {
  #s8 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s8 .actionList {
    padding: 24px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (max-width: 767px) {
  #s8 .actionList__node {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 0 16px;
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #s8 .actionList__node {
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #s8 .actionList__node + .actionList__node {
    margin-top: 8px;
  }
}
@media print, screen and (max-width: 767px) {
  #s8 .actionList__img {
    width: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  #s8 .actionList__img {
    width: 120px;
  }
}
#s8 .actionList__title {
  color: #3DB1C6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  #s8 .actionList__title {
    margin-top: 8px;
  }
}
#s8 .actionList__descriotion {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 16px;
}

/*
	s9
------------------------------------*/
#s9 {
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  #s9 .list {
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s9 .list__node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  #s9 .list__node:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
#s9 .list__node + .list__node {
  margin-top: 40px;
}
@media print, screen and (max-width: 767px) {
  #s9 .list__img {
    margin: 0 auto;
    display: block;
    width: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  #s9 .list__img {
    width: 300px;
  }
}
@media print, screen and (max-width: 767px) {
  #s9 .list__content {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s9 .list__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#s9 .list__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 32px;
  color: #3DB1C6;
}
@media print, screen and (max-width: 767px) {
  #s9 .list__title {
    text-align: center;
  }
}
#s9 .list__descriotion {
  margin-top: 16px;
}
@media print, screen and (max-width: 767px) {
  #s9 .list__descriotion {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  #s9 .list__descriotion {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 18px;
  }
}

/*
	s10
------------------------------------*/
#s10 {
  background-color: #EAFCFF;
}
@media print, screen and (max-width: 767px) {
  #s10 .list {
    padding: 0 45px;
  }
}
@media print, screen and (min-width: 768px) {
  #s10 .list {
    display: -ms-grid;
    display: grid;
    gap: 0 26px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
#s10 .list__node {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #s10 .list__node {
    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: 0 16px;
    padding: 16px 0;
  }
}
@media print, screen and (min-width: 768px) {
  #s10 .list__node {
    padding: 24px 0;
  }
}
#s10 .list__node + .list__node {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  #s10 .list__node + .list__node {
    margin-top: 36px;
  }
}
#s10 .list__node + .list__node::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media print, screen and (max-width: 767px) {
  #s10 .list__node + .list__node::before {
    top: -7px;
    left: 50%;
    width: 22px;
    height: 21px;
    background-image: url("../../../images/guide/salon/icon_arrow_down.png");
    translate: -50% -100%;
  }
}
@media print, screen and (min-width: 768px) {
  #s10 .list__node + .list__node::before {
    top: 50%;
    left: 0;
    width: 21px;
    height: 22px;
    background-image: url("../../../images/guide/salon/icon_arrow_right.png");
    translate: -100% -50%;
  }
}
#s10 .list__number {
  position: absolute;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 32px;
  color: #3DB1C6;
  translate: -50% -50%;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  #s10 .list__number {
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #s10 .list__number {
    left: 50%;
  }
}
#s10 .actionList__img {
  width: 80px;
}
#s10 .list__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  #s10 .list__description {
    margin-top: 16px;
  }
}

/*
	cta
------------------------------------*/
.cta {
  position: relative;
}

.cta__content {
  position: absolute;
}
@media print, screen and (max-width: 767px) {
  .cta__content {
    top: 10.6666666667vw;
    left: 6.4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content {
    top: 9.5138888889vw;
    left: 8.3333333333vw;
  }
}

.cta__content__title {
  color: #fff;
  text-shadow: 4px 4px #1D96AA;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 767px) {
  .cta__content__title {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content__title {
    font-size: 40px;
  }
}
.cta__content__title em {
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  .cta__content__title em {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content__title em {
    font-size: 54px;
  }
}
.cta__content__title .strong {
  position: relative;
  z-index: 9;
}
.cta__content__title .strong i {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #FF8100;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .cta__content__title .strong i {
    bottom: -4px;
    height: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content__title .strong i {
    bottom: 0;
    height: 16px;
  }
}

.cta__content__description {
  font-weight: 700;
  letter-spacing: 0;
  color: #3DB1C6;
  background-color: #fff;
  border-radius: 50px;
}
@media print, screen and (max-width: 767px) {
  .cta__content__description {
    margin-top: 24px;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__content__description {
    margin-top: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 12px;
    font-size: 18px;
    line-height: 1.8;
  }
}
.cta__content__description em {
  color: #FF8100;
}

.cta__img {
  width: 100%;
  display: block;
}
.cta__img img {
  width: 100%;
}