.header {
  position: relative;
}
.header .logo-box {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
.header .logo-box h1 {
  font-size: var(--font_size_12_9);
  color: rgb(136, 136, 136);
  margin-bottom: 20px;
  line-height: 1.333;
  margin-top: 13px;
}
.header .lp-main img {
  width: 100%;
}
@media (max-width: 767px) {
  .header .logo-box {
    position: relative;
  }
  .header .logo-box h1 {
    line-height: 2;
    margin-bottom: 5px;
    max-width: 80%;
  }
  .header .logo {
    padding-left: 10px;
  }
  .header .logo img {
    max-width: 108px;
  }
}
:root {
  --size_circle_section_2: 170px;
  --size_logo_section_2: 500px;
}
.section-2 {
  background: url('../images/section_2_bg.png') center top no-repeat;
  padding-bottom: 0px;
  min-height: 618px;
  position: relative;
  z-index: 1;
}
.section-2 .title {
  text-align: center;
  padding: 20px 0px 35px;
}
.section-2 .title h2 {
  font-size: var(--font_size_34_24);
  line-height: 1.4117;
  letter-spacing: 0.083em;
  margin-bottom: 0px;
  font-weight: normal;
}
.section-2 .title h2 span {
  position: relative;
}
.section-2 .title h2 span::after,
.section-2 .title h2 span::before {
  content: '';
  width: 220px;
  height: 1px;
  background-color: var(--grey);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 60px);
}
.section-2 .title h2 span::after {
  right: auto;
  left: calc(100% + 66px);
}
.section-2 .content {
  position: relative;
}
.section-2 .benefited {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.section-2 .benefited > div {
  flex-basis: var(--size_circle_section_2);
  position: relative;
  margin: 0px 20px 15px;
  text-align: center;
  height: var(--size_circle_section_2);
  max-width: var(--size_circle_section_2);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section-2 .benefited .circle {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: var(--size_circle_section_2);
  height: var(--size_circle_section_2);
  border-radius: 100%;
  background: linear-gradient(135deg, var(--white) 0%, var(--second) 40%, var(--second) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--white),endColorstr=var(--second),GradientType=1);
  box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 2px;
}
.section-2 .benefited .image {
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}
.section-2 .benefited .text {
  color: var(--white);
  font-weight: 700;
  font-size: 23px;
  position: relative;
  z-index: 1;
}
.section-2 .why-choose {
  text-align: center;
  font-size: var(--font_size_34_24);
  line-height: 2;
}
.section-2 .why-choose p {
  margin: 0px;
  letter-spacing: 0.083em;
}
.section-2 .why-choose .text-diff {
  font-size: var(--font_size_40_26);
  font-weight: 700;
  line-height: 1.7;
  color: var(--primary);
}
.section-2 .section-logo {
  background: url('../images/section_2_logo.svg') center center / contain no-repeat;
  position: absolute;
  width: var(--size_logo_section_2);
  right: 5px;
  bottom: -45px;
  padding-top: 24.5%;
}
@media (max-width: 1024px) {
  :root {
    --size_logo_section_2: 350px;
  }
}
@media (max-width: 991px) {
  :root {
    --size_circle_section_2: 125px;
  }
  .section-2 .title h2 span::after,
  .section-2 .title h2 span::before {
    width: 100px;
  }
  .section-2 .benefited > div {
    margin: 0px 15px 15px;
  }
  .section-2 .benefited .image img {
    max-height: 50px;
  }
  .section-2 .benefited .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-2 .title h2 span::after,
  .section-2 .title h2 span::before {
    width: 30px;
    right: calc(100% + 10px);
  }
  .section-2 .title h2 span::after {
    left: calc(100% + 10px);
  }
  .section-2 .section-logo {
    display: none;
  }
  .section-2 {
    padding-bottom: 60px;
  }
  .section-2 .title {
    padding-bottom: 50px;
  }
  .section-2 .title h2 {
    font-size: 22px;
    line-height: 1.5455;
  }
  .section-2 .benefited {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .section-2 .why-choose .text-diff {
    line-height: 1.8462;
  }
}
@media (max-width: 360px) {
  .section-2 .title h2 {
    font-size: 16px;
  }
}
.section-3 {
  padding: 150px 20px 147px;
  background: url('../images/s3_background.png') center center / cover no-repeat;
  margin-top: -76px;
  position: relative;
  z-index: 0;
}
.s3-title {
  text-align: center;
  margin-bottom: 60px;
}
.s3-title__text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  padding-bottom: 2px;
}
.s3-title__text > p {
  line-height: 48px;
  font-size: var(--font_size_32_22);
  color: rgb(255, 255, 255);
  letter-spacing: 0.083em;
}
.s3-title__text > p.text-2 {
  font-size: var(--font_size_50_33);
  font-weight: 500;
  color: rgb(51, 51, 51);
}
.s3-title__text > p.text-2 em {
  font-style: normal;
  font-size: var(--font_size_40_26);
}
.s3-title__text > p.text-2 span {
  position: relative;
}
.s3-title__text > p.text-2 span::before {
  content: '';
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  background: rgb(51, 51, 51);
  border-radius: 100%;
  left: 40%;
}
.s3-content {
  display: flex;
}
.s3-content__image img {
  width: 100%;
}
.s3-content__text {
  margin-top: 33px;
  margin-left: -85px;
}
.s3-content__text ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.s3-content__text ul li {
  display: flex;
  align-items: center;
  background: rgb(247, 247, 247);
  line-height: 49px;
  padding: 0px 40px;
  width: 385px;
  max-width: 100%;
  margin-bottom: 20px;
}
.s3-content__text ul li:last-child {
  margin: 0px;
}
.s3-content__text ul li .icon {
  margin-right: 10px;
}
.s3-content__text ul li p {
  margin: 0px;
  font-size: var(--font_size_20_18);
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-3 {
    background: url('../images/s3_background_sp.png') center center / cover no-repeat;
    padding: 65px 20px 112px;
    margin-top: -43px;
  }
  .s3-title {
    margin-bottom: 40px;
  }
  .s3-title__text > p {
    flex: 0 0 100%;
    margin-bottom: 2px;
  }
  .s3-title__text > p.text-2 span::before {
    width: 5px;
    height: 5px;
    top: -2px;
  }
  .s3-content {
    flex-direction: column;
  }
  .s3-content__text {
    margin-left: 0px;
    margin-top: 40px;
  }
  .s3-content__text ul li {
    width: 100%;
    padding: 0px 10px 0 26px;
  }
}
@media (max-width: 375px) {
  .section-3 {
    margin-top: -21px;
  }
}
@media (max-width: 367px) {
  .section-3 {
    margin-top: -69px;
  }
}
:root {
  --size_circle_section_4: 131px;
}
.section-4 {
  background: url('../images/section_4_bg.svg') no-repeat;
  min-height: 812px;
  letter-spacing: 0.083em;
  position: relative;
  margin-top: -70px;
  padding-top: 115px;
  z-index: 1;
}
.section-4 .arrow-down {
  text-align: center;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.section-4 .text-promotion {
  font-size: var(--font_size_40_26);
  max-width: 701px;
  margin-bottom: 65px;
  margin-left: 30px;
}
.section-4 .text-promotion p {
  margin: 0px 0px 34px;
  line-height: 1.275;
}
.section-4 .text-promotion .text-2 {
  font-size: var(--font_size_50_33);
  font-weight: 700;
  line-height: 0.76;
}
.section-4 .text-promotion .text-2 span {
  position: relative;
  padding: 0px 55px;
}
.section-4 .text-promotion .text-2 span::before,
.section-4 .text-promotion .text-2 span::after {
  content: '';
  position: absolute;
  background: url('../images/quotes_left.svg') center center no-repeat;
  left: 0px;
  bottom: 10px;
  width: 24px;
  height: 41px;
}
.section-4 .text-promotion .text-2 span::after {
  background-image: url('../images/quotes_right.svg');
  left: auto;
  right: 0px;
}
.section-4 .text-promotion .text-3 {
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 0px;
}
.section-4 .content {
  max-width: 683px;
  margin-left: 65px;
}
.section-4 .benefited {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-4 .benefited > div {
  width: var(--size_circle_section_4);
  height: var(--size_circle_section_4);
  border-radius: 100%;
  border: 1px solid var(--primary);
  position: relative;
  flex-basis: var(--size_circle_section_4);
  margin: 0px 0px 50px 80px;
}
.section-4 .benefited > div:first-child {
  margin-left: 0px;
}
.section-4 .benefited > div.more-ml {
  margin-left: 100px;
}
.section-4 .benefited > div::before {
  content: '';
  display: block;
  transform: translateX(-20px);
  width: var(--size_circle_section_4);
  height: var(--size_circle_section_4);
  border-radius: 100%;
  background-color: var(--third);
  filter: blur(25px);
}
.section-4 .text {
  color: var(--primary);
  font-size: var(--font_size_25_18);
  font-weight: 700;
  line-height: 1.48;
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  width: max-content;
}
.section-4 .benefited-beautiful-bust-line .text {
  text-align: center;
}
@media (max-width: 1024px) {
  .section-4 {
    background-position: right center;
  }
}
@media (max-width: 767px) {
  :root {
    --size_circle_section_4: 98px;
  }
  .section-4 {
    margin-top: 0px;
    background-image: none;
    padding-top: 85px;
  }
  .section-4 .arrow-down {
    top: -30px;
  }
  .section-4 .text-promotion {
    margin-left: 0px;
    max-width: 100%;
  }
  .section-4 .text-promotion .text-2 span {
    padding: 0px 25px;
  }
  .section-4 .text-promotion .text-2 span::before,
  .section-4 .text-promotion .text-2 span::after {
    background-size: 13px 23px;
    width: 13px;
    height: 23px;
    bottom: 4px;
  }
  .section-4 .text-promotion {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
  }
  .section-4 .text-promotion p {
    margin-bottom: 26px;
  }
  .section-4 .text-promotion .text-2 {
    font-size: 26px;
    line-height: 1;
  }
  .section-4 .text-promotion .text-3 {
    text-align: center;
  }
  .section-4-bg-mobile {
    background: url('../images/section_4_bg_mobile.svg') center center / contain no-repeat;
    padding-top: 65.8667%;
  }
  .section-4 .content {
    max-width: 100%;
    margin: 0px;
  }
  .section-4 .benefited {
    max-width: 239px;
    margin: 0px auto 35px;
  }
  .section-4 .benefited > div.sp-odd {
    margin: -15px 0px 30px;
  }
  .section-4 .benefited > div.sp-event {
    margin: 30px 0px 0px 40px;
  }
  .section-4 .benefited > div:nth-child(1) {
    margin-top: 0px;
  }
  .section-4 .benefited > div:nth-child(2) {
    margin: 45px 0px 0px 40px;
  }
  .section-4 .text {
    left: -25px;
  }
  .order-sp-1 {
    order: 1;
  }
  .order-sp-2 {
    order: 2;
  }
  .order-sp-3 {
    order: 3;
  }
  .order-sp-4 {
    order: 4;
  }
  .order-sp-5 {
    order: 5;
  }
  .order-sp-6 {
    order: 6;
  }
}
.section-5 {
  padding: 133px 0px 237px;
  background: url('../images/s5_background.png') center center / cover no-repeat;
  position: relative;
  z-index: 0;
  margin-top: -81px;
}
.s5-title {
  margin-bottom: -44px;
  position: relative;
  z-index: 1;
}
.s5-content-box {
  background: rgb(255, 255, 255);
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  padding: 40px 50px 40px 40px;
}
.s5-content-box::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid var(--primary);
  position: absolute;
  top: -10px;
  left: -10px;
  pointer-events: none;
}
.s5-content-box__top {
  display: flex;
  gap: 0px 20px;
}
.s5-content-box__text {
  text-align: left;
}
.s5-content-box__text .text-1,
.s5-content-box__text .text-2 {
  font-weight: 700;
  letter-spacing: 0.083em;
  color: var(--primary);
  margin: 0px;
  line-height: 1;
}
.s5-content-box__text .text-1 {
  font-size: 51px;
  margin-bottom: -5px;
}
.s5-content-box__text .text-1 span {
  font-size: 34px;
}
.s5-content-box__text .line-1 {
  margin-bottom: 6px;
  display: block;
}
.s5-content-box__text .text-2 {
  font-size: 40px;
  padding-left: 25px;
  margin-bottom: -5px;
}
.s5-content-box__text .line-2 {
  margin-bottom: 2px;
  display: block;
}
.s5-button {
  background: rgb(51, 51, 51);
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.083em;
  padding: 18px 10px;
  margin: 5px;
}
.s5-button:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background: var(--primary);
}
@media (max-width: 767px) {
  .section-5 {
    padding-top: 87px;
    padding-bottom: 109px;
    margin-top: -70px;
  }
  .s5-title {
    margin-bottom: -30px;
  }
  .s5-content-box {
    padding: 30px 20px 40px 10px;
  }
  .s5-content-box__top {
    flex-wrap: wrap;
  }
  .s5-content-box__top > * {
    /*flex: 0 0 100%;*/
    margin: 0 auto;
  }
  .s5-content-box__text .text-1 {
    font-size: 50px;
    margin-top: 20px;
  }
  .s5-content-box__text .text-2 {
    font-size: 34px;
    padding-left: 0px;
    margin-bottom: -3px;
  }
  .s5-content-box__text .line-2 {
    margin-bottom: 15px;
  }
  .s5-button {
    font-size: 20px;
    width: 97%;
    padding: 21px 10px;
  }
}
@media (max-width: 375px) {
  .section-5 {
    margin-top: -52px;
  }
}
.section-6 {
  position: relative;
  margin-top: -215px;
}
.section-6 .banner-top {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.section-6 .banner-top {
  background: url('../images/section_6_banner_top.png') center center / cover no-repeat;
  padding-top: 38.4222%;
}
.section-6 .text-promotion {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(353deg);
  transform-origin: center center;
  width: 100%;
  font-weight: 500;
  padding-left: 20px;
}
.section-6 .text-promotion .text-1 {
  font-size: var(--font_size_40_26);
  line-height: 1.65;
  letter-spacing: 0.083em;
}
.section-6 .text-promotion .text-2 {
  font-size: 65px;
  letter-spacing: 0.055em;
  line-height: 1.0154;
  background-color: var(--white);
  color: var(--primary);
  display: inline-block;
  margin: 0px 0px 0px 67px;
  padding: 5px 18px 5px 24px;
}
.section-6 .wrapper {
  background: url('../images/section_6_bg_dot.svg');
  position: relative;
  z-index: 1;
  margin-top: -168px;
  padding-top: 200px;
  padding-bottom: 100px;
}
.section-6 .title {
  font-size: var(--font_size_32_22);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.section-6 .title span {
  border: 1px solid var(--text-color);
  padding: 13px 30px;
  display: inline-block;
  letter-spacing: 0.083em;
}
.section-6 .content {
  max-width: 914px;
  padding: 0px 10px;
  margin: 0px auto 38px;
  display: flex;
  align-items: center;
}
.section-6 .content .col-image {
  flex-basis: 353px;
  flex-shrink: 0;
}
.section-6 .content .col-text {
  padding-left: 57px;
}
.section-6 .content .col-text .text-1 {
  font-size: var(--font_size_34_24);
  line-height: 1.4706;
  text-align: center;
  letter-spacing: 0.083em;
}
.section-6 .content .col-text .text-2 {
  font-size: var(--font_size_25_18);
  line-height: 1.92;
  position: relative;
  display: inline;
  box-shadow: inset 0 -13px 0 var(--fourth), 0 4px 0 var(--fourth);
  overflow: hidden;
  letter-spacing: 0.083em;
}
.section-6 .content .col-text .text-2 span {
  color: var(--primary);
  font-weight: 700;
}
.section-6 .text-note {
  max-width: 813px;
  padding: 0px 10px;
  margin: 0px auto;
}
.section-6 .text-note label {
  font-size: var(--font_size_32_22);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 9px;
  letter-spacing: 0.083em;
}
.section-6 .text-note .detail {
  background-color: var(--grey2);
  font-size: var(--font_size_16_14);
  line-height: 2;
  padding: 15.5px 20px;
  letter-spacing: 0.083em;
}
@media (max-width: 1200px) {
  .section-6 .text-promotion .text-1 {
    font-size: 30px;
  }
  .section-6 .text-promotion .text-2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .section-6 .text-promotion {
    max-width: 720px;
  }
  .section-6 .text-promotion .text-1 {
    font-size: 26px;
  }
  .section-6 .text-promotion .text-2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-6 {
    margin-top: -67px;
  }
  .section-6 .banner-top {
    background-image: url('../images/section_6_banner_top_mobile.png');
    padding-top: 105.333%;
  }
  .section-6 .text-promotion {
    top: 18%;
    transform: translate(-50%, 0%) rotate(355deg);
  }
  .section-6 .text-promotion .text-1 {
    font-size: 40px;
  }
  .section-6 .text-promotion .text-2 {
    font-size: 65px;
    margin-left: 33px;
  }
  .section-6 .text-note .detail {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .section-6 .text-promotion {
    top: 10%;
  }
}
@media (max-width: 560px) {
  .section-6 .text-promotion {
    top: 15%;
  }
  .section-6 .text-promotion .text-1 {
    font-size: 30px;
  }
  .section-6 .text-promotion .text-2 {
    font-size: 50px;
  }
  .section-6 .wrapper {
    padding-top: 220px;
    padding-bottom: 80px;
  }
  .section-6 .title {
    max-width: 228px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1818;
    text-align: left;
  }
  .section-6 .title span {
    padding: 20px 17px;
  }
  .section-6 .content {
    flex-direction: column;
    max-width: 335px;
  }
  .section-6 .content .col-image {
    order: 1;
    flex-basis: auto;
  }
  .section-6 .content .col-text {
    margin-bottom: 35px;
    padding: 0px;
  }
  .section-6 .content .col-text .text-1 {
    margin-bottom: 5px;
  }
  .section-6 .content .col-text .text-2 {
    font-size: 22px;
    line-height: 2.1819;
  }
  .section-6 .text-note {
    max-width: 335px;
  }
}
@media (max-width: 480px) {
  .section-6 .text-promotion {
    top: 10%;
  }
  .section-6 .text-promotion .text-2 {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .section-6 {
    margin-top: -47px;
  }
  .section-6 .text-promotion {
    top: 10%;
  }
  .section-6 .text-promotion .text-1 {
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  .section-6 .text-promotion .text-2 {
    padding: 5px 15px;
    margin-left: 11px;
    font-size: 38px;
  }
}
.section-7 {
  padding: 89px 0px 201px;
  background: url('../images/s7_background.png') center center / cover no-repeat;
  position: relative;
  z-index: 0;
}
.s7-title {
  font-size: var(--font_size_34_24);
  letter-spacing: 0.083em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 58px;
}
.s7-title .title-1 {
  color: rgb(255, 255, 255);
  line-height: 59px;
  padding: 0px 19px;
  display: inline-block;
  vertical-align: top;
  background: linear-gradient(90deg, rgb(198, 181, 150) 0%, rgb(227, 217, 197) 100%) 0% 0% no-repeat padding-box
    padding-box transparent;
  margin-bottom: 5px;
}
.s7-content {
  text-align: center;
}
.s7-content__text {
  margin-top: 45px;
  padding: 0px 20px;
  text-align: left;
}
.s7-content__text .inner {
  border: 2px solid var(--primary);
  background: rgb(255, 255, 255);
  width: 686px;
  max-width: 100%;
  margin: auto;
  padding: 12px 30px 15px;
}
.s7-content__text .text-1 {
  font-size: var(--font_size_25_18);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.0832em;
  margin-bottom: 6px;
}
.s7-content__text .text-1 strong {
  color: var(--primary);
}
.s7-content__text .text-2 {
  font-size: var(--font_size_14_12);
  margin: 0px;
  letter-spacing: 0.083em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-7 {
    padding: 80px 0px 130px;
    background: url('../images/s7_background_sp.png') center center / cover no-repeat;
  }
  .s7-title {
    margin-bottom: 39px;
  }
  .s7-title .title-1 {
    line-height: 45px;
  }
  .s7-content__text {
    margin-top: 30px;
  }
  .s7-content__text .inner {
    padding: 13px 15px 19px;
  }
  .s7-content__text .text-1 {
    margin-bottom: 2px;
  }
}
.section-8 {
  background: url('../images/s8_background.png') right top no-repeat;
  padding: 178px 0px 79px;
  position: relative;
  margin-top: -183px;
  z-index: 1;
}
.section-8 > * {
  position: relative;
}
.section-8::before {
  content: '';
  position: absolute;
  inset: 0px;
  pointer-events: none;
  background: url('../images/s8_background_2.png') right 60px no-repeat;
}
.s8-title {
  text-align: center;
  margin-bottom: 51px;
}
.s8-description {
  font-size: var(--font_size_16_14);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.08312em;
  margin-bottom: 86px;
}
.s8-description p {
  margin-bottom: 41px;
}
.s8-description p strong {
  font-size: var(--font_size_20_18);
  letter-spacing: 0.083em;
}
.s8-grid__item {
  margin-bottom: 39px;
  display: flex;
  flex-wrap: wrap;
}
.s8-grid__item:last-child {
  margin: 0px;
}
.s8-item__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.083em;
  margin-bottom: 20px;
}
.s8-item__title p {
  margin-bottom: 5px;
  background: rgb(255, 255, 255);
  display: inline-block;
  vertical-align: top;
  padding: 0px 3px;
}
.s8-item_des {
  margin: 0px;
  font-size: var(--font_size_16_14);
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.083em;
}
@media (min-width: 768px) {
  .s8-grid__item > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .s8-grid__item__content {
    padding-left: 30px;
    padding-top: 4.95%;
    padding-right: 30px;
  }
  .s8-grid__item:nth-child(4) .s8-grid__item__content {
    padding-top: 4.5%;
  }
  .s8-grid__item:nth-child(5) .s8-grid__item__content {
    padding-top: 3.6%;
  }
  .s8-grid__item:nth-child(2n + 1) .s8-grid__item__content {
    order: 1;
    padding-left: 30px;
    padding-right: 30px;
  }
  .s8-grid__item:nth-child(2n + 1) .s8-grid__item__image {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .s8-grid__item__content {
    padding-right: 13.4%;
  }
  .s8-grid__item:nth-child(2n + 1) .s8-grid__item__content {
    padding-left: 13.4%;
  }
}
@media (max-width: 991px) {
  .s8-item__title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .section-8 {
    background: url('../images/s8_background_sp.png') right top / cover no-repeat;
    padding: 100.5px 20px 98px;
    margin-top: -91px;
  }
  .section-8::before {
    background: url('../images/s8_background_2_sp.png') right 24px no-repeat;
  }
  .s8-grid {
    padding: 0px 10px;
  }
  .s8-grid__item {
    margin-bottom: 83px;
  }
  .s8-description {
    line-height: 35px;
    margin-bottom: 72px;
  }
  .s8-description p {
    margin-bottom: 37px;
  }
  .s8-item__title {
    line-height: 30px;
    margin: -17px -10px 12px;
  }
  .s8-item__title p {
    padding: 0px 6px;
  }
}
.section-9 {
  padding-top: 88px;
  padding-bottom: 224px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .section-9 {
    padding-top: 85px;
    padding-bottom: 131px;
  }
}
.section-10 {
  position: relative;
  background: url('../images/section_10_bg.png') center bottom no-repeat;
  padding-bottom: 170px;
  margin-top: -184px;
}
.section-10 .banner-top {
  background: url('../images/section_10_banner_top.png') center center / cover no-repeat;
  padding-top: 29.8%;
  position: relative;
}
.section-10 .banner-top .text-promotion {
  position: absolute;
  left: 50%;
  top: calc(50% - 35px);
  transform: translate(0px, -50%) rotate(-7deg);
  transform-origin: center center;
  width: 100%;
  max-width: 380px;
  color: var(--white);
  font-size: var(--font_size_50_33);
  font-weight: 700;
  letter-spacing: 0.083em;
  line-height: 1.5;
}
.section-10 .banner-top .text-promotion p {
  border-bottom: 1px solid var(--white);
  margin: 0px;
  display: inline;
}
.section-10 .content {
  max-width: 1000px;
  margin: -220px auto 0px;
  padding-left: 100px;
  display: flex;
  position: relative;
  z-index: 1;
}
.section-10 .content .col-image {
  flex-basis: 351px;
  flex-shrink: 0;
}
.section-10 .content .col-text {
  padding-left: 50px;
  padding-top: 170px;
  font-size: var(--font_size_16_14);
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.083em;
}
.section-10 .content .col-text p {
  margin-bottom: 38px;
}
.section-10 .content .col-text p:last-child {
  margin-bottom: 0px;
}
.section-10 .content .col-text strong {
  font-size: var(--font_size_20_18);
  line-height: 2;
  vertical-align: top;
}
.section-10 .banner-bottom {
  text-align: center;
  color: var(--primary);
  font-size: var(--font_size_20_18);
  font-weight: 700;
  line-height: 2;
  margin-top: 50px;
  position: relative;
}
.section-10 .banner-bottom .text-promotion {
  margin-bottom: 55px;
}
.section-10 .section_logo {
  position: absolute;
  bottom: -171px;
  right: -33px;
  background: url('../images/section_10_logo.svg') center center / contain no-repeat;
  padding-top: 32.5%;
  width: 100%;
  max-width: 403px;
}
@media (max-width: 1200px) {
  .section-10 {
    margin-top: -167px;
  }
}
@media (max-width: 1024px) {
  .section-10 .banner-top .text-promotion {
    left: 40%;
    font-size: 40px;
    top: calc(50% - 15px);
  }
  .section-10 .content {
    padding: 0px 10px;
    margin-top: -100px;
  }
  .section-10 .content .col-text {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .section-10 .section_logo {
    right: 0;
  }
  .section-10 .banner-top .text-promotion {
    font-size: 30px;
  }
  .section-10 .content {
    margin-top: 0px;
  }
}
@media (max-width: 820px) {
  .section-10 .section_logo {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .section-10 {
    margin-top: -74px;
  }
  .section-10 .banner-top {
    background-image: url('../images/section_10_banner_top_mobile.png');
    padding-top: 68.3181%;
  }
  .section-10 .banner-top .text-promotion {
    font-size: 50px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-7deg);
  }
  .section-10 .content {
    margin-top: 0px;
  }
  .section-10 .content .col-text {
    padding-left: 20px;
  }
  .section-10 .section_logo {
    padding-top: 0px;
    max-width: 200px;
    height: 101px;
    background-size: 200px;
    bottom: -80px;
  }
}
@media (max-width: 640px) {
  .section-10 {
    padding-bottom: 180px;
  }
  .section-10 .banner-top .text-promotion {
    font-size: 40px;
    margin-bottom: 33px;
    max-width: 315px;
  }
  .section-10 .content {
    margin-top: 0px;
    flex-direction: column;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-10 .content .col-image {
    flex-basis: 188px;
    max-width: 188px;
    align-self: center;
  }
  .section-10 .content .col-text {
    padding: 40px 0px 0px;
  }
  .section-10 .banner-bottom {
    max-width: 335px;
    text-align: left;
  }
}
.section-11 {
  background: url('../images/section_11_bg.jpg') left top / cover no-repeat;
  padding-bottom: 100px;
  padding-top: 100px;
}
.section-11 .title {
  font-size: var(--font_size_50_33);
  line-height: 1.38;
  font-weight: 500;
  letter-spacing: 0.083em;
  color: var(--primary);
  text-align: center;
  margin-bottom: 72px;
}
.section-11 .title span {
  background-color: var(--white);
  padding: 3px 14px;
}
.section-11 .title p.sub-title {
  color: var(--text-color);
  font-weight: 700;
  font-size: var(--font_size_34_24);
  line-height: 2;
  margin-bottom: 0px;
  margin-top: 18px;
}
.section-11 .customer-voice {
  position: relative;
  margin-bottom: 140px;
}
.section-11 .customer-voice:last-child {
  margin-bottom: 0px;
}
.section-11 .customer-voice::before {
  content: '';
  border: 5px solid var(--white);
  background-color: var(--fifth);
  opacity: 0.75;
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 0;
}
.section-11 .customer-voice:nth-child(2n + 1)::before {
  border-left: 0px;
  left: 0px;
  right: 109px;
}
.section-11 .customer-voice:nth-child(2n)::before {
  left: 109px;
  right: 0px;
  border-right: 0px;
}
.section-11 .customer-voice .inner {
  position: relative;
  max-width: 1000px;
  padding-left: 100px;
  margin: 0px auto;
}
.section-11 .customer-voice .label {
  position: absolute;
  background-color: var(--white);
  top: -57px;
  left: -50px;
  padding: 20px 15px 23px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.083em;
  line-height: 19px;
}
.section-11 .customer-voice .label .text {
  white-space: nowrap;
}
.section-11 .customer-voice .label .img {
  margin-bottom: 15px;
}
.section-11 .customer-voice .label p {
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 5px;
}
.section-11 .customer-voice .heading-image {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-end;
  justify-content: space-between;
}
.section-11 .customer-voice .heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.083em;
}
.section-11 .customer-voice .heading span {
  margin-bottom: 0px;
  background: url('../images/section_11_title_bg.svg') left bottom / contain repeat-x;
  padding-bottom: 5px;
  padding-left: 5px;
}
.section-11 .customer-voice .col-image {
  margin-top: -60px;
}
.section-11 .customer-voice .description {
  padding-bottom: 32px;
}
.section-11 .customer-voice .description > div {
  padding: 4px 20px;
  background: var(--white);
  font-size: var(--font_size_16_14);
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.083em;
  margin-bottom: 9px;
}
.section-11 .customer-voice .description > div span {
  font-weight: 700;
  padding: 2px 5px 3px;
  background-color: var(--sixth);
  -webkit-box-decoration-break: clone;
}
.section-11 .customer-voice .description .note {
  font-size: var(--font_size_12_9);
  line-height: 1;
  letter-spacing: 0.083em;
  text-align: right;
  margin-bottom: 0px;
}
.section-11 .customer-voice.featured .inner {
  display: flex;
  max-width: 1000px;
  padding: 0px;
  align-items: center;
}
.section-11 .customer-voice.featured .col-image {
  margin: 0px;
  flex-basis: 392px;
  flex-shrink: 0;
  position: relative;
}
.section-11 .customer-voice.featured .image {
  position: relative;
  padding: 0px 40px 64px 0px;
}
.section-11 .customer-voice.featured .image::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  inset: 15px 40px 24px 15px;
}
.section-11 .customer-voice.featured .image img {
  position: relative;
}
.section-11 .customer-voice.featured .label {
  position: absolute;
  inset: auto 0px -14px auto;
}
.section-11 .customer-voice.featured .label p {
  font-size: inherit;
}
.section-11 .customer-voice.featured .details {
  padding-left: 50px;
  padding-top: 55px;
}
.section-11 .customer-voice.featured .heading {
  line-height: 1.5;
}
.section-11 .customer-voice.featured .heading span {
  padding-bottom: 0px;
}
.section-11 .customer-voice.featured .description {
  padding-bottom: 55px;
}
.section-11 .customer-voice.featured .description > div span {
  font-weight: 900;
}
@media (max-width: 1099px) {
  .section-11 .customer-voice {
    margin-bottom: 110px;
  }
  .section-11 .customer-voice::before {
    left: 10px !important;
    right: 10px !important;
    border: 5px solid var(--white) !important;
  }
  .section-11 .customer-voice .inner {
    padding: 0px 30px;
    max-width: 100%;
  }
  .section-11 .customer-voice .label {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    top: -47px;
    left: 10px;
  }
  .section-11 .customer-voice .label .img {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .section-11 .customer-voice .description > div {
    padding: 5px 10px;
    line-height: 2;
  }
  .section-11 .customer-voice.featured .inner {
    padding: 67px 30px 0px;
    max-width: 100%;
    align-items: flex-start;
  }
  .section-11 .customer-voice.featured .col-image {
    position: static;
  }
  .section-11 .customer-voice.featured .label {
    inset: -47px auto auto 10px;
  }
  .section-11 .customer-voice.featured .details {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .section-11 .customer-voice .heading {
    font-size: 22px;
    padding-right: 20px;
  }
  .section-11 .customer-voice .details {
    padding-top: 70px;
  }
  .section-11 .customer-voice .heading-image {
    align-items: center;
  }
  .section-11 .customer-voice .col-image {
    margin-top: 0px;
    max-width: 315px;
  }
  .section-11 .customer-voice.featured .col-image {
    flex-basis: auto;
  }
  .section-11 .customer-voice.featured .image {
    padding: 0px 36px 36px 0px;
  }
  .section-11 .customer-voice.featured .image::before {
    inset: 13px 0px 0px 13px;
  }
  .section-11 .customer-voice.featured .details {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .section-11 .title {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-11 .customer-voice.featured .inner {
    flex-direction: column;
  }
  .section-11 .customer-voice.featured .col-image {
    margin-bottom: 30px;
  }
  .section-11 .customer-voice.featured .details {
    padding-left: 0px;
  }
  .section-11 .customer-voice.featured .heading {
    line-height: 2;
  }
  .section-11 .customer-voice.featured .heading span,
  .section-11 .customer-voice .heading span {
    padding-bottom: 10px;
  }
}
@media (max-width: 414px) {
  .section-11 {
    background-image: url('../images/section_11_bg_mobile.jpg');
  }
  .section-11 .customer-voice .heading-image {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .section-11 .customer-voice .col-image {
    margin-bottom: 25px;
  }
  .section-11 .customer-voice .heading {
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.section-12 {
  padding-top: 100px;
  padding-bottom: 72px;
}
.section-12 .title {
  font-size: 120px;
  line-height: 0.7;
  opacity: 0.08;
  text-align: right;
}
.section-12 .text-promotion {
  max-width: 1000px;
  margin: 0px auto;
}
.section-12 .text-promotion .wrapper {
  background-image: url('../images/section_12_quotes_left.svg'), url('../images/section_12_quotes_right.svg');
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  font-size: var(--font_size_40_26);
  letter-spacing: 0.083em;
  padding: 18px 25px;
  line-height: 1.5;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 58px;
}
.section-12 .text-promotion strong {
  color: var(--primary);
}
.section-12 .information {
  max-width: 1183px;
  margin-bottom: 60px;
  position: relative;
}
.section-12 .information .text {
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.section-12 .information .text > div {
  background: var(--white);
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
  white-space: nowrap;
}
.section-12 .information .position {
  line-height: 1.44;
  font-size: var(--font_size_25_18);
  margin-bottom: 5px;
}
.section-12 .information .name {
  line-height: 1.3125;
  font-size: var(--font_size_32_22);
  padding: 7px 10px !important;
}
.section-12 .message {
  font-size: var(--font_size_16_14);
  font-weight: 500;
  max-width: 820px;
  margin: 0px auto;
  padding: 0px 10px;
  letter-spacing: 0.083em;
  line-height: 2.5;
}
.section-12 .message strong {
  color: var(--primary);
}
@media (max-width: 1024px) {
  .section-12 .title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .section-12 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .section-12 .title {
    line-height: 1;
    text-align: left;
    padding: 0px 20px;
  }
  .section-12 .text-promotion {
    min-width: 100%;
    padding: 0px 20px;
  }
  .section-12 .text-promotion .wrapper {
    margin-top: 47px;
  }
  .section-12 .information {
    margin-bottom: 30px;
  }
  .section-12 .information .text {
    right: 10px;
    bottom: 14px;
  }
  .section-12 .message {
    padding: 0px 30px;
  }
}
@media (max-width: 360px) {
  .section-12 .title {
    font-size: 70px;
  }
  .section-12 .information .text > div {
    font-size: 19px;
  }
}
:root {
  --primary2: #c6b596;
}
.section-13 {
  background: url('../images/s13_background.png') right top no-repeat;
  padding: 174px 0px 80px;
  position: relative;
  z-index: 1;
}
.section-13 > * {
  position: relative;
}
.section-13::before {
  content: '';
  position: absolute;
  inset: 0px;
  pointer-events: none;
  background: url('../images/s13_background_2.png') right 60px no-repeat;
}
.s13-title {
  font-size: var(--font_size_40_26);
  font-weight: 700;
  letter-spacing: 0.083em;
  text-align: center;
}
.s13-grid {
  padding-left: 6px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 6.707%;
}
.s13-grid__item {
  flex: 0 0 calc(28.862%);
  max-width: calc(28.862%);
  margin-top: 108px;
  position: relative;
}
.s13-grid__item::after {
  content: '';
  width: 24px;
  height: 30px;
  background: url('../images/s13_arrow.png');
  position: absolute;
  top: 43%;
  right: -16.2%;
}
.s13-item__inner {
  box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px;
  display: inline-block;
  vertical-align: top;
}
.s13-item__image {
  position: relative;
}
.s13-item__image .step-number {
  position: absolute;
  top: -38px;
  z-index: 1;
  left: 1px;
}
.s13-item__image .step-image {
  position: relative;
}
.s13-item__image .step-image::before {
  content: '';
  inset: 2px;
  position: absolute;
  border: 1px solid var(--primary2);
  pointer-events: none;
}
.s13-item__des {
  border-left: 3px solid var(--primary2);
  padding: 10px 13px 10px 25px;
  background: rgb(255, 255, 255);
  text-align: left;
}
.s13-item__des .text-1 {
  font-size: var(--font_size_20_18);
  font-weight: 700;
  line-height: 30px;
  color: var(--primary);
  margin: 0px;
}
.s13-item__des .text-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  margin: 8px 0px 7px;
  color: var(--primary);
}
@media (min-width: 768px) {
  .s13-grid__item:nth-child(3n)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-13 {
    background: url('../images/s13_background_sp.png') right top / cover no-repeat;
    padding: 100.5px 20px 98px;
  }
  .section-13::before {
    background: url('../images/s13_background_2_sp.png') right 24px no-repeat;
  }
  .s13-title {
    padding-bottom: 7px;
  }
  .s13-grid {
    padding: 0px;
  }
  .s13-grid__item {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 101px;
  }
  .s13-grid__item::after {
    inset: auto 0px -48px;
    transform: rotate(90deg);
    margin: auto;
  }
  .s13-grid__item:last-child::after {
    display: none;
  }
}
.section-14 {
  background: url('../images/s14_background.png') center center / cover no-repeat;
  padding: 80px 10px;
}
.s14-content {
  text-align: center;
  background: rgba(255, 255, 255, 0.48);
  padding: 30px 30px 40px;
  position: relative;
}
.s14-content::before {
  content: '';
  inset: 0px 4px;
  border-top: 1px solid rgb(112, 112, 112);
  border-bottom: 1px solid rgb(112, 112, 112);
  position: absolute;
  pointer-events: none;
}
.s14-content::after {
  content: '';
  inset: 4px 0px;
  border-left: 1px solid rgb(112, 112, 112);
  border-right: 1px solid rgb(112, 112, 112);
  position: absolute;
  pointer-events: none;
}
.s14-content .text-1 {
  font-size: var(--font_size_34_24);
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.083em;
  color: var(--primary);
  margin-bottom: 5px;
}
.s14-content .text-2 {
  font-size: var(--font_size_20_18);
  line-height: 2;
  letter-spacing: 0.083em;
}
.s14-content .s14-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  padding: 0px 15px;
  display: inline-block;
  vertical-align: top;
  background: var(--primary);
  color: rgb(255, 255, 255);
  text-decoration: none;
  min-width: 230px;
  margin-top: 25px;
}
.s14-content .s14-button:hover {
  background: rgb(51, 51, 51);
}
@media (max-width: 767px) {
  .s14-content {
    padding: 48px 10px 25px;
  }
  .s14-content .text-1 {
    margin-bottom: 11px;
  }
  .s14-content .text-2 {
    text-align: justify;
  }
  .s14-content .s14-button {
    margin-top: 6px;
  }
}
.section-15 {
  padding: 88px 0px 80px;
  margin: 0px;
  background: url('../images/s15_background.png') center center / cover no-repeat;
}
@media (max-width: 767px) {
  .section-15 {
    padding: 75px 0px 121px;
  }
}
.section-16 {
  padding-top: 94px;
  padding-bottom: 54px;
}
.s16-title {
  font-size: var(--font_size_34_24);
  font-weight: 500;
  letter-spacing: 0.083em;
  text-align: center;
  margin-bottom: 93px;
  line-height: 2;
}
.s16-title .title-1 {
  margin-bottom: 10px;
}
.s16-item {
  margin-bottom: 24px;
}
.s16-item__question {
  display: flex;
  background: rgb(247, 247, 247);
  margin-bottom: 17px;
}
.s16-item__question .icon {
  width: 58px;
  min-width: 58px;
  color: rgb(255, 255, 255);
  background: var(--primary);
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
}
.s16-item__question .icon span {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-top: -6px;
}
.s16-item__question .text {
  font-size: var(--font_size_20_18);
  font-weight: 700;
  line-height: 34px;
  margin: 0px;
  padding: 12px 17px;
  color: var(--primary);
}
.s16-item__answer {
  font-size: var(--font_size_16_14);
  line-height: 2;
  padding-left: 84px;
  padding-right: 41px;
}
@media (max-width: 767px) {
  .section-16 {
    padding: 75px 20px 71px;
  }
  .s16-title {
    margin-bottom: 53px;
  }
  .s16-title .title-1 span {
    display: block;
  }
  .s16-item {
    margin-bottom: 26px;
  }
  .s16-item__question .icon {
    width: 40px;
    min-width: 40px;
    font-size: 23px;
  }
  .s16-item__question .text {
    font-size: 18px;
    line-height: 27px;
    padding: 13px 15px;
  }
  .s16-item__answer {
    padding: 0px;
  }
}
.section-17 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-17 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  max-width: 600px;
  width: calc(100% - 80px);
}
.section-17 .text-1 {
  font-size: var(--font_size_32_22);
  letter-spacing: 0.083em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.section-17 .text-2 {
  font-size: 60px;
  line-height: 0.8333;
  color: var(--primary);
  text-align: center;
  margin-bottom: 44px;
}
.section-17 .text-3 {
  font-size: var(--font_size_16_14);
  letter-spacing: 0.083em;
  line-height: 2;
  margin-bottom: 5px;
}
.section-17 .text-4 {
  font-size: var(--font_size_14_12);
  letter-spacing: 0.083em;
  line-height: 2.2857;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .section-17 .text-1 {
    margin-bottom: 10px;
  }
  .section-17 .text-2 {
    font-size: 35px;
    margin-bottom: 28px;
  }
  .section-17 .text-3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 375px) {
  .section-17 .text {
    max-width: 275px;
  }
}
@media (max-width: 320px) {
  .section-17 .text-1 {
    font-size: 18px;
  }
  .section-17 .text-2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.section-18 {
  background: url('../images/section_18_bg.png') right center / cover no-repeat;
  /* padding-top: 335px; */
  padding-top: 385px;
  /* padding-bottom: 100px; */
  padding-bottom: 150px;
  margin-top: -283px;
}
.section-18 .title {
  font-size: var(--font_size_34_24);
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: 0.083em;
  font-weight: 700;
}
.section-18 .area:not(:last-child) {
  margin-bottom: 70px;
}
.section-18 .area-title {
  font-size: var(--font_size_20_18);
  text-align: center;
  line-height: 1.8;
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
}
.section-18 .area-title span {
  position: relative;
}
.section-18 .area-title::after,
.section-18 .area-title::before {
  content: '';
  background: var(--text-color);
  position: absolute;
  width: 286px;
  height: 1px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.section-18 .area-title::after {
  left: auto;
  right: 0px;
}
.section-18 .salon-title {
  background: var(--text-color);
  display: inline-flex;
  color: var(--white);
  padding: 4px 20px 7px 25px;
  font-size: 28px;
  line-height: 1.2857;
  font-weight: 700;
  justify-content: flex-start;
}
.section-18 .name {
  margin-bottom: 0px;
  margin-right: 10px;
}
.section-18 .properties {
  font-size: 12px;
  line-height: 1.3;
  padding-top: 23px;
}
.section-18 .salon:not(:last-child) {
  margin-bottom: 40px;
}
.section-18 .salon-details {
  padding: 20px 25px;
  background: var(--white);
  margin-top: -10px;
}
.section-18 .salon-details .image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.section-18 .salon-details .s-name {
  position: absolute;
  bottom: -3px;
  right: 30px;
  font-size: 50px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  line-height: 1;
}
.section-18 .salon-contact-map {
  display: flex;
  background: var(--grey2);
  padding: 10px 30px;
}
.section-18 .contact {
  flex-grow: 1;
  line-height: 1.5;
  font-size: var(--font_size_16_14);
  padding-top: 8px;
}
.section-18 .contact .address {
  margin-bottom: 5px;
}
.section-18 .contact .time-working {
  line-height: 1.5625;
  margin-bottom: 5px;
}
.section-18 .contact .phone {
  background: url('../images/icon_phone.svg') left center no-repeat;
  line-height: 1.75;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 0px;
  color: inherit;
}
.section-18 .map {
  flex-basis: 306px;
  height: 190px;
}
@media (max-width: 767px) {
  .section-18 {
    margin-top: -244px;
  }
  .section-18 .wrapper {
    padding: 0px 20px;
  }
  .section-18 .area-title::after,
  .section-18 .area-title::before {
    width: 100px;
  }
  .section-18 .area-title::before {
    left: 10px;
  }
  .section-18 .area-title::after {
    right: 10px;
  }
  .section-18 .salon-title {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-18 .name {
    order: 1;
    margin: 0px;
  }
  .section-18 .properties {
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 11px;
  }
  .section-18 .salon:not(:last-child) {
    margin-bottom: 60px;
  }
  .section-18 .salon-details .s-name {
    font-size: 34px;
    right: 10px;
  }
  .section-18 .salon-details {
    padding: 20px 15px;
  }
  .section-18 .salon-contact-map {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .section-18 .contact .phone {
    line-height: 2;
  }
  .section-18 .contact {
    margin-bottom: 20px;
  }
  .section-18 .map {
    height: 172px;
    flex-basis: auto;
  }
}
@media (max-width: 360px) {
  .section-18 .area-title::after,
  .section-18 .area-title::before {
    width: 90px;
  }
}
.footer {
  text-align: center;
  position: relative;
}
.footer-top {
  padding: 19px 0px 16px;
}
.footer-top .text {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  color: var(--primary);
  margin-top: 9px;
}
.footer-bottom {
  background: rgb(248, 242, 242);
  padding-top: 7px;
}
.footer-bottom .text p {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
}
.footer-bottom .text p:not(:last-child) {
  margin-right: 28px;
}
.footer-bottom .text p:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 14px;
  background: rgb(51, 51, 51);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -15px;
}
.footer-bottom .copyright p {
  font-size: 12px;
  font-weight: 700;
  line-height: 38px;
  margin: 0px;
}
.box-back-top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 95px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1056px;
  z-index: 999;
  pointer-events: none;
}
#back-to-top {
  font-size: 16px;
  font-weight: 300;
  width: 28px;
  height: 128px;
  background: url('../images/back_top_bg.png') left top no-repeat;
  cursor: pointer;
  z-index: 999;
  position: relative;
  pointer-events: visible;
}
#back-to-top span {
  white-space: nowrap;
  display: block;
  width: 128px;
  height: 23px;
  line-height: 23px;
  text-align: right;
  position: absolute;
  left: -47px;
  top: 50px;
  transform: rotate(90deg);
}
@media (max-width: 1056px) {
  .box-back-top {
    padding: 0 25px;
    bottom: 160px;
  }
}
@media (min-width: 1367px) {
  .container {
    max-width: 1920px !important;
  }
  .section-2 {
    background-size: cover;
    min-height: 869px;
    padding-top: 100px;
  }
  .section-2 .content {
    max-width: 1366px;
    margin: 0 auto;
  }
  .section-3 {
    margin-top: -110px;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .section-4 {
    background-position: top right;
    background-size: cover;
    margin-top: -100px;
    min-height: 1140px;
    padding-top: 200px;
  }
  .section-4 .text-promotion {
    margin-bottom: 100px;
  }
  .section-5 {
    margin-top: -100px;
    padding: 170px 0px 270px;
  }
  .section-6 {
    margin-top: -240px;
  }
  .section-8 {
    background-size: cover;
    padding-bottom: 100px;
  }
  .section-8 .s8-grid {
    max-width: 1366px;
    margin: 0 auto;
  }
  .section-10 {
    margin-top: -236px;
    background-size: cover;
  }
  .section-12 {
    padding-bottom: 72px;
    max-width: 1366px;
    margin: 0 auto;
  }
  .section-13 {
    background-size: cover;
  }
  .section-14 {
    padding: 174px 10px;
  }
  .section-15 {
    margin-top: 0;
    padding: 100px 0;
  }
  .section-18 {
    background-position: top right;
  }
}
.text-cv{
    font-size: 2rem;
    font-weight: 700;
    margin: 10px 0 20px;
}
.text-attention{
    text-align: left;
    margin: 12px 10px 0 0;
}
@media (min-width: 767px) {
  .text-cv{
    font-size: 2.6rem;
  }
  .text-attention{
    margin-right: 40px;
  }
}

