.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.main-img {
  position: relative;
  background: url("../img/common/main_img.webp") no-repeat center center/cover;
  height: 280px;
  display: table;
  width: 100%;
}

.main-img__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-img__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 440px;
  height: 130px;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  white-space: nowrap;
}

.main-img__title--en {
  font-size: 2rem;
  font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #e24b07;
}

@media screen and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    margin-bottom: 45px;
  }
}

.headline-main {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.84615;
  border-bottom: 2px solid #e24b07;
}

@media screen and (max-width: 767px) {
  .headline-main {
    font-size: 2rem;
    border-width: 1px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}

.intro {
  margin-bottom: 107px;
}

.intro__text {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 68px;
  }
  .intro__text {
    margin-bottom: 40px;
  }
}

.feature {
  margin-bottom: 107px;
}

.feature__title {
  margin-bottom: 1em;
}

.feature-list__item {
  background-color: #eae7e4;
}

.feature-list__heading {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.66667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-list__heading-num {
  width: 40px;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 0.5em;
  padding-left: 2px;
}

.feature-list__heading-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 90px;
  height: 26px;
  background-color: #fff;
  font-size: 1.4rem;
  margin-right: 1em;
}

.feature-list__desc {
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .feature-list__heading {
    font-size: 1.7rem;
    line-height: 1.47059;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .feature-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .feature-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.feature-list__item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  position: relative;
}

.feature-list__item:not(:last-child)::after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -8px;
  bottom: -42px;
  border-top: 16px solid #e24b07;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.feature-list__item:not(:last-child) {
  margin-bottom: 68px;
}

.feature-list__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.feature-list__photo {
  width: 245px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .feature-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .feature-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .feature-list__heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.72727;
  }
  .feature-list__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    margin: 0 auto 1em;
    text-align: center;
  }
  .feature-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.feature-list__item {
  padding: 36px;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.25);
}

.feature-list__item:not(:last-child) {
  margin-bottom: 17px;
}

.feature-list__item:not(:last-child)::after {
  content: none;
}

.feature-list__item:nth-child(1) img {
  width: 217px;
}

.feature-list__heading {
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  margin-bottom: 1em;
  padding-bottom: 1em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.feature-list__heading-num {
  background-color: #141414;
  color: #fff;
  font-size: 2rem;
  margin-right: 1em;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .feature {
    margin-bottom: 68px;
  }
  .feature-list__heading {
    font-size: 1.8rem;
    padding-bottom: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature-list__heading-num {
    margin-right: 0;
    font-size: 1.9rem;
    padding-left: 1px;
    padding-bottom: 1px;
  }
  .feature-list__item {
    padding: 25px;
  }
  .feature-list__item:nth-child(1) img {
    width: calc(217px / 2);
  }
  .feature-list__photo {
    width: 180px;
  }
  .feature-list__photo img {
    height:auto;
  }
}

.treatment__title {
  margin-bottom: 1em;
}

.treatment-list__item {
  background-color: #eae7e4;
}

.treatment-list__heading {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.66667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.treatment-list__heading-num {
  width: 40px;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 0.5em;
  padding-left: 2px;
}

.treatment-list__heading-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 90px;
  height: 26px;
  background-color: #fff;
  font-size: 1.4rem;
  margin-right: 1em;
}

.treatment-list__desc {
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .treatment-list__heading {
    font-size: 1.7rem;
    line-height: 1.47059;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .treatment-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .treatment-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.treatment-list__item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}

.treatment-list__item:not(:last-child)::after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -8px;
  bottom: -42px;
  border-top: 16px solid #e24b07;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.treatment-list__item:not(:last-child) {
  margin-bottom: 68px;
}

.treatment-list__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.treatment-list__photo {
  width: 250px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .treatment-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .treatment-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .treatment-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .treatment-list__heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.72727;
  }
  .treatment-list__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    margin: 0 auto 1em;
    text-align: center;
  }
  .treatment-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.treatment-list__item {
  padding: 36px;
}

.treatment-list__item:not(:last-child) {
  margin-bottom: 17px;
}

.treatment-list__item:not(:last-child)::after {
  content: none;
}

.treatment-list__heading {
  font-size: 1.7rem;
  margin-bottom: 1em;
}

.treatment-list__heading-num {
  background-color: #141414;
  color: #fff;
  font-size: 2rem;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .treatment {
    margin-bottom: 68px;
  }
  .treatment-list__heading {
    font-size: 1.9rem;
  }
  .treatment-list__item {
    padding: 30px 25px;
  }
  .treatment-list__photo {
    width: 125px;
  }
  .treatment-list__photo img {
    height:auto;
  }
}
/*# sourceMappingURL=laser.css.map */