@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 55px;
}

body {
  font-size: 16px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-tab {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}

.button {
  display: inline-block;
  padding: 8px 0;
  border-radius: 32px;
  background: #ff8b71;
  color: #ffffff;
  min-width: 128px;
  text-align: center;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(83, 46, 37, 0.25);
          box-shadow: 0px 0px 3px 0px rgba(83, 46, 37, 0.25);
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 370px) {
  .button {
    min-width: 100px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .button {
    min-width: 160px;
    padding: 18px 0;
    line-height: 1.2;
    letter-spacing: 3.2px;
  }
}
.button svg {
  fill: #ffffff;
  margin-left: 3px;
}
@media screen and (min-width: 1200px) {
  .button svg {
    display: none;
  }
}
.button:hover {
  background-color: #ffffff;
  color: #ff8b71;
}
.button:hover svg {
  fill: #ff8b71;
}

.button-type2 {
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(41, 81, 86, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(41, 81, 86, 0.25);
  z-index: 0;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.button-type2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: linear-gradient(177deg, #50bfcb -29.45%, rgba(80, 191, 203, 0.42) 127.88%);
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.button-type2:hover {
  color: transparent;
  background: linear-gradient(177deg, #50bfcb -29.45%, rgba(80, 191, 203, 0.42) 127.88%);
  background-clip: text;
  -webkit-background-clip: text;
}
.button-type2:hover::before {
  opacity: 0;
}

.head {
  text-align: center;
}

.heading {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4166666667;
}
@media screen and (max-width: 370px) {
  .heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.425;
    letter-spacing: 1.2px;
  }
}

.heading-parts {
  position: relative;
}
.heading-parts::before, .heading-parts::after {
  content: "";
  position: absolute;
  width: 24.922px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 370px) {
  .heading-parts::before, .heading-parts::after {
    width: 20px;
    height: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .heading-parts::before, .heading-parts::after {
    width: 33px;
    height: 53px;
  }
}
.heading-parts::before {
  left: -33px;
  background: url(../img/heading-bubble-left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 370px) {
  .heading-parts::before {
    left: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .heading-parts::before {
    left: -48px;
  }
}
.heading-parts::after {
  right: -33px;
  background: url(../img/heading-bubble-right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 370px) {
  .heading-parts::after {
    right: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .heading-parts::after {
    right: -48px;
  }
}

.text-area {
  display: inline-block;
  background: #fff;
  border-radius: 24px;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 29, 104, 0.25));
  filter: drop-shadow(0 0 3px rgba(0, 29, 104, 0.25));
  position: relative;
}
.text-area::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 17px;
  display: block;
  top: 22px;
  left: -16px;
  background: #fff;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: -1;
}

.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 104px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__nav a:nth-child(7) {
    display: block;
  }
}
.header .header__nav a:nth-child(8) {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 7px;
}
@media screen and (min-width: 768px) {
  .header .header__nav a:nth-child(8) {
    margin-left: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__nav a:nth-child(8) {
    margin-right: 0;
  }
}

.header__inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .header__inner {
    height: 104px;
    padding: 0 34px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  margin-bottom: 2px;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    margin-bottom: 0;
    margin-left: 11px;
    margin-right: 0;
  }
}
.header__logo a img {
  display: block;
  width: 151px;
}
@media screen and (min-width: 1440px) {
  .header__logo a img {
    width: 187px;
  }
}

.header__nav a {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav a {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .header__link {
    font-weight: 500;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
  }
  .header__link + .header__link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header__link:nth-child(1) {
    padding-right: 8px;
  }
  .header__link:nth-child(5) {
    padding-right: 0;
  }
  .header__link:nth-child(5)::after {
    display: none;
  }
  .header__link::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    background: #6c6e6f;
  }
  .header__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1440px) {
  .header__link + .header__link {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__link:nth-child(1) {
    padding-right: 16px;
  }
  .header__link:nth-child(5) {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .header__tel {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .header__tel {
    margin-left: 51px;
    margin-right: 26px;
  }
}

.header__tel-num {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.header__tel-num img {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 4px;
  vertical-align: baseline;
}

.header__tel-text {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__tel-text {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 27px;
  height: 16.5px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 9px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 1.5px;
  border-radius: 6px;
  background: #111;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 7.5px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 15px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  margin-top: 60px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  padding: 67px 11px 84px 19px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), -webkit-gradient(linear, left top, left bottom, from(#007adf), to(#00ecbc));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), linear-gradient(180deg, #007adf 0%, #00ecbc 100%);
}

.drawer-content__link-item {
  max-width: 360px;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
}
.drawer-content__link-item:nth-child(n+2) {
  padding-top: 31px;
}

.drawer-content__link {
  display: block;
  margin-left: 46px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6c6e6f;
  position: relative;
}
@media screen and (max-width: 370px) {
  .drawer-content__link {
    margin-left: 30px;
    font-size: 18px;
  }
}
.drawer-content__link::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  background: url(../img/drawer-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 370px) {
  .drawer-content__link::after {
    right: 38px;
  }
}

.drawer-content__under {
  height: 100vh;
  padding: 40px 20px;
  background-color: #ffffff;
}

.drawer-content__tel {
  text-align: center;
}

.drawer-content__tel-num {
  font-size: 24px;
  font-weight: 700;
}
.drawer-content__tel-num img {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 3px;
  vertical-align: baseline;
}

.drawer-content__tel-text {
  margin-top: 1px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
}

.drawer-content__button {
  margin-top: 24px;
  margin-left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.drawer__button {
  width: 160px;
  padding: 18px 0;
  line-height: 1.2;
  letter-spacing: 3.2px;
}

.mv {
  margin-top: 60px;
  padding-top: 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv {
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mv {
    margin-top: 104px;
  }
}
.mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4fbfd;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  .mv::after {
    background: -webkit-gradient(linear, left top, right top, from(#f4fbfa), color-stop(47.4%, #f2faf9), to(#dbe5e6));
    background: linear-gradient(90deg, #f4fbfa 0%, #f2faf9 47.4%, #dbe5e6 100%);
    height: 82.8926905132%;
  }
}

.mv__inner {
  padding: 0 20px 0 15px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv__inner {
    padding: 0 45px;
  }
}

@media screen and (min-width: 768px) {
  .mv__content {
    max-width: 2880px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .mv__item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__item-left {
    gap: 51px;
    margin-left: 101px;
    padding-top: 39px;
  }
}

.mv__image-pot {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__image-pot {
    display: block;
    width: 13.8194444444%;
    max-width: 398px;
    height: auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .mv__image-pot {
    margin-top: 0;
  }
}
.mv__image-pot img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv__head {
  margin-left: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 7vw, 50px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-indent: -5px;
}
@media screen and (max-width: 370px) {
  .mv__head {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) {
  .mv__head {
    margin-top: 6.85%;
    margin-left: 0;
    font-size: clamp(40px, 4.45vw, 150px);
    text-indent: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__head {
    margin-top: 3.85%;
  }
}
.mv__head span {
  font-size: clamp(25px, 5.5vw, 40px);
  font-weight: 400;
}
@media screen and (max-width: 370px) {
  .mv__head span {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .mv__head span {
    font-size: clamp(30px, 3.34vw, 100px);
  }
}

.mv__image-points {
  width: 49.2957746479%;
  max-width: 280px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 16.5px;
}
@media screen and (min-width: 768px) {
  .mv__image-points {
    width: 60.9027777778%;
    max-width: 1642px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .mv__image-points {
    margin-top: -6px;
  }
}
.mv__image-points img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv__image-main {
  width: 81.7948717949%;
  max-width: 500px;
  height: auto;
  position: absolute;
  top: 116px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv__image-main {
    width: 51.2592592593%;
    max-width: 1384px;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .mv__image-main {
    right: -45px;
  }
}
.mv__image-main img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv__text {
  width: 29px;
  color: #6c6e6f;
  font-family: "Yomogi", cursive;
  font-size: clamp(24px, 5.5vw, 32px);
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: 3px;
  right: 20px;
}
@media screen and (max-width: 370px) {
  .mv__text {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: clamp(20px, 2.22vw, 70px);
    line-height: 1.15625;
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mv__text {
    top: 27px;
    right: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .mv__text {
    right: 23px;
  }
}
.mv__text::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .mv__text::after {
    display: block;
    content: "";
    position: absolute;
    width: 1.11vw;
    height: 5.33vh;
    top: 34px;
    left: 60px;
    background: url(../img/mv-bubble-image.svg) no-repeat center center/contain;
  }
}

.cta-btn {
  margin-top: 4px;
  padding: 24px 0;
  background: url(../img/cta-bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    margin-top: 32px;
    padding: 40px 0 43px;
  }
}

.cta-btn__inner {
  padding: 0 15px;
}

.cta-btn__link {
  max-width: 856px;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cta-btn__link:hover {
  opacity: 0.7;
}

.worry {
  padding-top: 40px;
  background: url(../img/worry-bg-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .worry {
    padding-top: 80px;
    background: url(../img/worry-bg-pc.png) no-repeat center center/cover;
  }
}

.worry__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .worry__inner {
    padding: 0 30px;
  }
}

.worry__title {
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .worry__title {
    margin-right: 0;
  }
}

.worry__content {
  max-width: 420px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worry__content {
    max-width: 800px;
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .worry__content {
    max-width: 992px;
  }
}

.worry__image {
  position: absolute;
  top: 0;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .worry__image {
    left: 0;
  }
}
.worry__image img {
  width: 162.94px;
  height: 240.654px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 85%;
     object-position: 85%;
}
@media screen and (min-width: 768px) {
  .worry__image img {
    width: 367.908px;
    height: 368px;
    -o-object-position: -40px;
       object-position: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .worry__image img {
    -o-object-position: 0px;
       object-position: 0px;
  }
}

.worry__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .worry__items {
    gap: 29px;
    margin-top: 31px;
  }
}

.worry__item {
  width: 248.999px;
  height: 40px;
  padding: 9.47px 0px 9.47px 24px;
  border-radius: 8px;
  border: 0.395px solid #6c6e6f;
  background: #ffffff;
  -webkit-font-feature-settings: "vhal" on;
          font-feature-settings: "vhal" on;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.48px;
  position: relative;
}
@media screen and (max-width: 370px) {
  .worry__item {
    width: 200px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .worry__item {
    width: 420px;
    height: 61px;
    padding: 16px 0 16px 60px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .worry__item {
    width: 560px;
    height: 79px;
    padding: 24px 10px 24px 120px;
    border-radius: 16px;
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}
.worry__item::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
  background: url(../img/check-box.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .worry__item::after {
    width: 16px;
    height: 16px;
    left: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .worry__item::after {
    width: 24px;
    height: 24px;
    left: 80px;
  }
}
@media screen and (max-width: 370px) {
  .worry__item:nth-child(2) {
    height: 61px;
  }
}
.worry__item:nth-child(3) {
  height: 61px;
}
@media screen and (min-width: 1024px) {
  .worry__item:nth-child(3) {
    height: 79px;
  }
}
.worry__item:nth-child(3)::after {
  top: 8px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .worry__item:nth-child(3)::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.worry__text {
  -webkit-font-feature-settings: "vhal" on;
          font-feature-settings: "vhal" on;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.51px;
  width: 100%;
  height: 56px;
  margin-top: 31px;
  padding-top: 17px;
  background-color: #82bfed;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 370px) {
  .worry__text {
    font-size: 15px;
    margin-top: 11px;
  }
}
@media screen and (min-width: 768px) {
  .worry__text {
    height: 112px;
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: 0.96px;
    margin-top: 96px;
    padding-top: 25px;
    background-color: rgba(130, 191, 237, 0.4);
  }
}
@media screen and (min-width: 1024px) {
  .worry__text {
    margin-top: 42px;
  }
}
.worry__text span {
  letter-spacing: -9.35px;
}
@media screen and (min-width: 768px) {
  .worry__text span {
    letter-spacing: 0.96px;
  }
}
.worry__text::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 25px;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #82bfed;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 768px) {
  .worry__text::after {
    width: 90px;
    height: 50px;
    bottom: -50px;
    background-color: rgba(130, 191, 237, 0.4);
  }
}

.solution {
  padding-top: 65px;
  background: url(../img/solution-bg-sp.png) no-repeat center 397px/cover;
}
@media screen and (min-width: 768px) {
  .solution {
    padding: 96px 0 82px;
    background: url(../img/solution-bg-pc.png) no-repeat center center/cover;
    position: relative;
    z-index: -5;
  }
}

.solution__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .solution__inner {
    padding: 0 30px;
  }
}

.solution__title {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .solution__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 7px;
  }
}
.solution__title::before, .solution__title::after {
  content: "";
  position: absolute;
  width: 24.922px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 370px) {
  .solution__title::before, .solution__title::after {
    width: 20px;
    height: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .solution__title::before, .solution__title::after {
    width: 33px;
    height: 53px;
    top: 45%;
  }
}
.solution__title::before {
  left: -33px;
  background: url(../img/heading-bubble-left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 370px) {
  .solution__title::before {
    left: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .solution__title::before {
    left: -41px;
  }
}
.solution__title::after {
  right: -33px;
  background: url(../img/heading-bubble-right.svg) no-repeat center center/contain;
}
@media screen and (max-width: 370px) {
  .solution__title::after {
    right: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .solution__title::after {
    right: -41px;
  }
}

.solution__title-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .solution__title-unit {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.solution__title-unit img {
  display: inline-block;
  width: 151px;
  height: 58px;
}
@media screen and (max-width: 370px) {
  .solution__title-unit img {
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  .solution__title-unit img {
    width: 187px;
    height: 72px;
    margin-top: -6px;
  }
}
.solution__lead {
  margin-top: -4px;
  text-align: center;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 370px) {
  .solution__lead {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .solution__lead {
    margin-top: -5px;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.72px;
  }
}

.solution__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .solution__points {
    gap: 8px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .solution__points {
    gap: 58px;
  }
}

.solution__point {
  width: 118px;
  padding: 39px 0;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 370px) {
  .solution__point {
    width: 90px;
    padding: 25px 0;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .solution__point {
    width: 236px;
    padding: 82px 0;
    font-size: 24px;
  }
}
.solution__point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 118px;
  background: url(../img/solution-point-bg-sp.svg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 370px) {
  .solution__point::after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .solution__point::after {
    width: 236px;
    height: 236px;
    background: url(../img/solution-point-bg-pc.svg) no-repeat center center/cover;
  }
}

.solution__content {
  max-width: 600px;
  margin: 38px auto 0;
  padding: 18px 0 40px;
}
@media screen and (min-width: 768px) {
  .solution__content {
    max-width: 992px;
    margin: 80px auto 0;
    padding: 40px 32px;
    border-radius: 40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(180, 221, 232, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(180, 221, 232, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .solution__title-sub {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.96px;
  }
}

.solution__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .solution__items {
    margin-top: 43px;
  }
}

.solution__item {
  padding: 0 2.5px 0 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .solution__item {
    padding: 0 0 0 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.solution__item:nth-child(2) {
  padding: 0 1.5px 0 20.5px;
}
@media screen and (min-width: 768px) {
  .solution__item:nth-child(2) {
    padding: 0 4px 0 20.5px;
  }
}
.solution__item:nth-child(2) .solution__text-area {
  padding: 16.5px 16px 15.5px 15px;
}
.solution__item:nth-child(3) {
  padding: 0 21px 0 0.5px;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .solution__item:nth-child(3) {
    padding: 0 0 0 4px;
    gap: 24px;
  }
}
.solution__item:nth-child(3) .solution__text-area {
  padding: 16.5px 16px 15.5px 15.5px;
}
@media screen and (min-width: 768px) {
  .solution__item:nth-child(3) .solution__text-area {
    padding: 15.5px 16px 16px 16.5px;
  }
}
.solution__item:nth-child(5), .solution__item:nth-child(6) {
  padding: 0 16px 0 57px;
}
@media screen and (min-width: 768px) {
  .solution__item:nth-child(5), .solution__item:nth-child(6) {
    padding: 0 75px 0 119px;
  }
}
.solution__item:nth-child(5) .solution__text-area, .solution__item:nth-child(6) .solution__text-area {
  padding: 16px 19px 15.5px 15.5px;
}
@media screen and (min-width: 768px) {
  .solution__item:nth-child(5) .solution__text-area, .solution__item:nth-child(6) .solution__text-area {
    padding: 16.5px 16px 16px 16.5px;
  }
}
.solution__item:nth-child(6) .solution__text-area {
  padding: 17px 16px 15.5px 15.5px;
}
@media screen and (min-width: 768px) {
  .solution__item:nth-child(6) .solution__text-area {
    padding: 15.5px 16px 16px 16.5px;
  }
}
.solution__item:nth-child(7) {
  padding: 0 0.5px 0 20px;
}
@media screen and (min-width: 768px) {
  .solution__item:nth-child(7) {
    padding: 0 4.5px 0 20.5px;
  }
}
.solution__item:nth-child(7) .solution__text-area {
  padding: 17px 16px 15px 16.5px;
}
@media screen and (min-width: 768px) {
  .solution__item:nth-child(7) .solution__text-area {
    padding: 15.5px 16px 15px 16.5px;
  }
}

.solution__item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .solution__item-reverse {
    gap: 24px;
  }
}
.solution__item-reverse .solution__text-area::after {
  top: 23px;
  left: unset;
  right: -12px;
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.solution__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solution__image img {
  width: 51px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .solution__image img {
    width: 90px;
    height: 90px;
  }
}

.solution__text-area {
  padding: 16.5px 16px 16px 15px;
}
@media screen and (min-width: 768px) {
  .solution__text-area {
    padding: 17px 16px 16px 17px;
  }
}

.solution__text {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: -0.15px;
}
@media screen and (min-width: 768px) {
  .solution__text {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.6px;
  }
}
.solution__text span {
  font-weight: 700;
  background: #c6ecec;
}
@media screen and (min-width: 768px) {
  .solution__text span {
    font-size: 20px;
  }
}

.solution__boxes {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5px;
  margin: 0 auto;
  padding: 13.5px 4.5px 15px;
  border-radius: 24px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2.163px 0px rgba(0, 29, 104, 0.25);
          box-shadow: 0px 0px 2.163px 0px rgba(0, 29, 104, 0.25);
}
@media screen and (min-width: 768px) {
  .solution__boxes {
    width: 100%;
    max-width: 810px;
    gap: 18px;
    padding: 33.5px 4.5px 38px;
  }
}

.solution__box {
  max-width: 115px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .solution__box {
    max-width: 220px;
    position: relative;
  }
}
.solution__box:nth-child(2) .solution__box-head {
  width: 115px;
}
@media screen and (max-width: 370px) {
  .solution__box:nth-child(2) .solution__box-head {
    width: 89px;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .solution__box:nth-child(2) .solution__box-head {
    width: 220px;
  }
}
.solution__box:nth-child(3) .solution__box-head {
  color: #ffffff;
  background: #ff8b71;
}

.solution__box-head {
  width: 89px;
  padding: 4px 4px 3px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 17.304px;
  border: 0.541px solid #c6ecec;
  background: #c6ecec;
}
@media screen and (min-width: 768px) {
  .solution__box-head {
    width: 170px;
    height: 47px;
    padding: 8px;
    font-size: 24px;
    letter-spacing: 0.72px;
    border-radius: 32px;
    border: 1px solid #c6ecec;
  }
}

.solution__box-image {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .solution__box-image {
    margin-top: 38px;
  }
}
.solution__box-image img {
  width: 115px;
  height: 108px;
}
@media screen and (min-width: 768px) {
  .solution__box-image img {
    width: 220px;
    height: 203px;
  }
}

.solution__box-text {
  margin-top: 6.5px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .solution__box-text {
    margin-top: 16px;
    font-size: 16px;
  }
}
.solution__box-text span {
  display: block;
  margin-top: 1px;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .solution__box-text span {
    position: absolute;
    bottom: -21.5px;
    right: -49px;
  }
}

.point {
  padding: 56px 0 40px;
}
@media screen and (min-width: 768px) {
  .point {
    padding: 79px 0 40px;
  }
}

.point__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .point__inner {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .point__title {
    margin-left: 20px;
  }
}

.point__cards {
  max-width: 600px;
  display: grid;
  row-gap: 40px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .point__cards {
    max-width: 992px;
    row-gap: 32px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .point__cards {
    position: relative;
  }
  .point__cards::before, .point__cards::after {
    content: "";
    position: absolute;
  }
  .point__cards::before {
    width: 522.87px;
    height: 66.201px;
    top: 600px;
    left: 245px;
    background: url(../img/point-line2.svg) no-repeat center center/100%;
  }
  .point__cards::after {
    width: 634.446px;
    height: 1517.184px;
    top: 255px;
    left: 247px;
    background: url(../img/point-line1.svg) no-repeat center center/contain;
    z-index: -1;
  }
}

.point__card {
  display: grid;
}
@media screen and (min-width: 768px) {
  .point__card {
    grid-template-columns: 31.25% 65.5241935484%;
    grid-template-rows: repeat(3, auto);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .point__card {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .point__card.is-type2 {
    grid-template-columns: 65.5241935484% 31.25%;
  }
}
.point__card:nth-child(2) .point__card-head {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(2) .point__card-head {
    margin-top: 10px;
    margin-left: 0;
  }
}
.point__card:nth-child(2) .point__card-image {
  padding: 29px 37px 35px;
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(2) .point__card-image {
    padding: 27px 0px 26.75px;
  }
}
@media screen and (min-width: 1024px) {
  .point__card:nth-child(2) .point__card-image {
    padding: 27px 27.5px 26.75px 27px;
  }
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(2) .point__card-image img {
    width: 255.5px;
    height: 230.25px;
  }
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(2) .point__card-text {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(3) {
    grid-template-columns: 31.25% 63.5080645161%;
  }
}
.point__card:nth-child(4) .point__card-image, .point__card:nth-child(6) .point__card-image {
  margin-top: -5px;
}
.point__card:nth-child(4) .point__card-head, .point__card:nth-child(6) .point__card-head {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(4) .point__card-image {
    margin-top: 0;
    padding: 9px 0 17px;
  }
  .point__card:nth-child(4) .point__card-head {
    margin-top: -7px;
    margin-left: 1px;
  }
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(5) .point__card-head, .point__card:nth-child(6) .point__card-head {
    padding-top: 15px;
  }
  .point__card:nth-child(5) .point__card-text, .point__card:nth-child(6) .point__card-text {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(5) {
    margin-top: -7px;
  }
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(6) .point__card-image {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .point__card:nth-child(6) .point__card-head {
    margin-top: 0;
    margin-left: -1px;
  }
}
.point__card:nth-child(6) .point__card-text {
  letter-spacing: 0.55px;
}

.point__card-image {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (min-width: 768px) {
  .point__card-image {
    grid-area: 1/1/4/2;
  }
  .is-type2 .point__card-image {
    grid-area: 1/2/4/3;
  }
}
@media screen and (min-width: 768px) {
  .point__card-image img {
    width: 310px;
  }
}

.point__card-head {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-left: -4px;
}
@media screen and (min-width: 768px) {
  .point__card-head {
    grid-area: 1/2/2/3;
  }
  .is-type2 .point__card-head {
    grid-area: 1/1/2/2;
  }
}
.point__card-head img {
  width: 95px;
  height: 74px;
}

.point__card-title {
  grid-row: 3/4;
  grid-column: 1/2;
  margin-top: 24px;
  color: #2273ae;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .point__card-title {
    grid-area: 2/2/3/3;
    align-self: baseline;
    margin-top: 0px;
    font-size: 24px;
    line-height: 40.8px;
    letter-spacing: 0.72px;
  }
  .is-type2 .point__card-title {
    grid-area: 2/1/3/2;
  }
}

.point__card-text {
  grid-row: 4/5;
  grid-column: 1/2;
  margin-top: 16px;
  text-align: justify;
  font-weight: 400;
  line-height: 27.2px;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .point__card-text {
    grid-area: 3/2/4/3;
    margin-top: 0.5px;
    text-align: justify;
    font-size: 18px;
    line-height: 30.6px;
    letter-spacing: 0.54px;
  }
  .is-type2 .point__card-text {
    grid-area: 3/1/4/2;
  }
}
.point__card-text span {
  display: block;
  color: #6c6e6f;
}

.cta {
  margin-top: 16px;
  padding: 52.5px 0 120px;
  background: #c6ecec;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta {
    margin-top: 50px;
    padding: 34.5px 0 79px;
  }
}
.cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: -16px;
  left: 0;
  background: url(../img/cta-bg-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .cta::after {
    height: 50px;
    top: -50px;
    background: url(../img/cta-bg-pc.png) no-repeat center center/cover;
  }
}

.cta__inner {
  padding: 0 15px;
  position: relative;
}

.cta__head {
  display: inline-block;
  text-align: center;
  -webkit-font-feature-settings: "vhal" on;
          font-feature-settings: "vhal" on;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 370px) {
  .cta__head {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .cta__head {
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: 0.96px;
  }
}
.cta__head span {
  font-weight: 700;
}

.cta__button {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  margin: 63.5px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__button {
    max-width: 850px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 41.5px auto 0;
    padding-bottom: 14px;
  }
}

.button__cta {
  width: 300px;
  margin-top: 8px;
  padding: 11px 10px 13px 23px;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 370px) {
  .button__cta {
    width: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .button__cta {
    width: 400px;
    height: 88px;
    margin-top: 12px;
    padding: 20px 8px 24px 18px;
    font-size: 30px;
    border-radius: 52.404px;
    line-height: normal;
    letter-spacing: normal;
  }
}
.button__cta span {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .button__cta span {
    font-size: 28.073px;
  }
}
.button__cta svg {
  width: 20.587px;
  height: 20.587px;
}
@media screen and (min-width: 1024px) {
  .button__cta svg {
    height: 27.587px;
    display: inline-block;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .cta__button-left .cta__button-text {
    margin-left: 6px;
  }
}

.cta__button-text {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta__button-text {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.72px;
  }
}
.cta__button-text::before, .cta__button-text::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #6c6e6f;
}
.cta__button-text::before {
  left: -23px;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.cta__button-text::after {
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
  right: -23px;
}

@media screen and (min-width: 768px) {
  .cta__button-right .cta__button-text {
    margin-right: 19px;
  }
}

.cta__image-pot {
  position: absolute;
  bottom: -159px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 1024px) {
  .cta__image-pot {
    bottom: -129px;
    right: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 1440px) {
  .cta__image-pot {
    right: calc(50% - 641px);
  }
}
.cta__image-pot img {
  width: 77px;
  height: 136px;
}
@media screen and (min-width: 1024px) {
  .cta__image-pot img {
    width: 100px;
    height: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .cta__image-pot img {
    width: 165.763px;
    height: 291px;
  }
}

.room {
  padding: 90px 0 40px;
}
@media screen and (min-width: 1024px) {
  .room {
    padding: 80px 0;
  }
}

.room__text {
  margin-top: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .room__text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.54px;
  }
}

.room__swiper {
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .room__swiper {
    max-width: 1360px;
    margin: 41px auto 0;
  }
}

.room__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .room__slide {
    -webkit-transform: scale(0.6667);
            transform: scale(0.6667);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
.room__slide img {
  max-width: 300px;
  height: 206px;
}
@media screen and (min-width: 1024px) {
  .room__slide img {
    max-width: 480px;
    height: 313px;
  }
}

.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.use {
  padding: 56px 0;
  background: #f4fbfd;
}
@media screen and (min-width: 1024px) {
  .use {
    padding: 80px 0;
  }
}

.use__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .use__inner {
    padding: 0 30px;
  }
}

.use__content {
  padding: 50px 0 40px;
  border-radius: 24px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .use__content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .use__content {
    padding: 41px 75px 48px;
  }
}

.use__text {
  margin-top: 26px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.52;
}
@media screen and (min-width: 1024px) {
  .use__text {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.54px;
  }
}

.use__slider {
  margin-top: 40px;
  padding: 0 62px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .use__slider {
    margin-top: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .use__slider {
    padding: 0 69px;
  }
}

.use__swiper {
  padding-bottom: 44px;
}
@media screen and (min-width: 1024px) {
  .use__swiper {
    padding-bottom: 48px;
  }
}

.use__slide {
  width: 236px;
}

.use__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  .use__pagination {
    gap: 8px;
  }
}
.use__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #b6b7b7;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .use__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.use__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6c6e6f;
}

.use__prev,
.use__next {
  width: 29px;
  height: 29px;
  margin-top: -40px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1024px) {
  .use__prev,
  .use__next {
    margin-top: -42px;
  }
}
.use__prev::after,
.use__next::after {
  display: none;
}
.use__prev:hover,
.use__next:hover {
  opacity: 0.5;
}

.use__prev {
  left: 9px;
  background: url(../img/use-prev.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .use__prev {
    left: 0px;
  }
}

.use__next {
  right: 9px;
  background: url(../img/use-next.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .use__next {
    right: 0px;
  }
}

.use-item {
  width: 236px;
}

.use-item__image {
  width: 236px;
}
.use-item__image img {
  width: 236px;
}

.use-item__text {
  margin-top: 24px;
  margin-left: 1px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 370px) {
  .use-item__text {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .use-item__text {
    margin-top: 25px;
    margin-left: -1px;
    letter-spacing: 0.48px;
  }
}

.best {
  padding: 49px 0 40px;
}
@media screen and (min-width: 1024px) {
  .best {
    padding: 80px 68px;
  }
}

.best__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .best__inner {
    padding: 0 30px;
  }
}

.best__cards {
  max-width: 600px;
  margin: 33px auto 0;
  display: grid;
  row-gap: 55px;
}
@media screen and (min-width: 768px) {
  .best__cards {
    max-width: 800px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .best__cards {
    max-width: 992px;
    margin: 80px auto 0;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 52px;
       -moz-column-gap: 52px;
            column-gap: 52px;
    row-gap: 33.5px;
  }
}

.best__card:nth-child(2) .best__card-image::after {
  background: url(../img/best-card-num2.svg) no-repeat center center/contain;
}
.best__card:nth-child(3) .best__card-image::after {
  background: url(../img/best-card-num3.svg) no-repeat center center/contain;
}
.best__card:nth-child(4) .best__card-image::after {
  background: url(../img/best-card-num4.svg) no-repeat center center/contain;
}
.best__card:nth-child(5) .best__card-image::after {
  background: url(../img/best-card-num5.svg) no-repeat center center/contain;
}
.best__card:nth-child(6) .best__card-image::after {
  background: url(../img/best-card-num6.svg) no-repeat center center/contain;
}

.best__card-image {
  border-radius: 14.8px;
  -webkit-box-shadow: 0px 3.7px 3.7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.7px 3.7px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.best__card-image::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  top: 9px;
  left: 8px;
  background: url(../img/best-card-num1.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .best__card-image::after {
    top: -13px;
    left: -12px;
  }
}
.best__card-image img {
  border-radius: 14.8px;
}

.best__card-title {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .best__card-title {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.72px;
  }
}

.best__card-text {
  margin-top: 14px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 1024px) {
  .best__card-text {
    margin-top: 1px;
    line-height: 1.7;
  }
}

.studies {
  padding: 54.5px 0 40px;
  background: #f4fbfd;
}
@media screen and (min-width: 768px) {
  .studies {
    padding: 68px 0 83px;
  }
}

.studies__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .studies__inner {
    padding: 0 30px;
  }
}

.studies__content {
  padding: 40px 0 40.63px;
  border-radius: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 29, 104, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 29, 104, 0.25);
}
@media screen and (min-width: 768px) {
  .studies__content {
    max-width: 992px;
    margin: 0 auto;
    padding: 48px 0 32px;
  }
}

.studies__heading-sub {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .studies__heading-sub {
    font-size: 30px;
    line-height: 1.7;
  }
}

.studies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 25.5px;
}
@media screen and (min-width: 768px) {
  .studies__items {
    gap: 28.63px;
    margin-top: 56px;
  }
}

.studies__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12.5px 0 10.5px;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .studies__item {
    gap: 24px;
    padding: 0 50px 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .studies__item {
    padding: 0 147px 0 88px;
  }
}
.studies__item:nth-child(2), .studies__item:nth-child(3) {
  padding: 0 11.5px;
}
.studies__item:nth-child(2) .studies__text-area, .studies__item:nth-child(3) .studies__text-area {
  padding: 17.5px 16px 15px 16.5px;
}
@media screen and (min-width: 768px) {
  .studies__item:nth-child(2) {
    padding: 0 40px 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .studies__item:nth-child(2) {
    padding: 0 82px 0 194px;
  }
}
@media screen and (min-width: 768px) {
  .studies__item:nth-child(2) .studies__text-area {
    padding: 16.5px 16px 15px 16.5px;
  }
}
.studies__item:nth-child(3) {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .studies__item:nth-child(3) {
    margin-top: 3.64px;
    padding: 0 50px 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .studies__item:nth-child(3) {
    padding: 0 104px 0 88px;
  }
}
@media screen and (min-width: 768px) {
  .studies__item:nth-child(3) .studies__text-area {
    padding: 16.5px 31.5px 16px 16.5px;
  }
}

.studies__item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .studies__item-reverse {
    gap: 24px;
  }
}
.studies__item-reverse .studies__text-area::after {
  top: 23px;
  left: unset;
  right: -13px;
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.studies__icon {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .studies__icon {
    width: 90px;
    height: 90px;
  }
}
.studies__text-area {
  width: 100%;
  padding: 18px 16px 16px;
}
@media screen and (min-width: 1024px) {
  .studies__text-area {
    padding: 17px 44px 15px 16px;
  }
}

.studies__text {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: -0.15px;
}
@media screen and (min-width: 768px) {
  .studies__text {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.6px;
  }
}
.studies__text span {
  font-weight: 700;
  line-height: 1.73;
  background: #c6ecec;
}
@media screen and (min-width: 768px) {
  .studies__text span {
    font-size: 20px;
  }
}

.banner {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .banner {
    padding: 40px 0;
  }
}

.banner__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .banner__inner {
    padding: 0 30px;
  }
}

.banner__image {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .banner__image {
    max-width: 1281px;
  }
}
.price {
  padding: 28.5px 0 37px;
}
@media screen and (min-width: 1024px) {
  .price {
    padding: 80px 0 64px;
  }
}

.price__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .price__inner {
    padding: 0 30px;
  }
}

.price__content {
  overflow-x: auto;
}

.price__table {
  width: 802.218px;
  margin: 33.95px auto 0;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .price__table {
    width: 995px;
    margin: 84px auto 0;
  }
}
.price__table::after {
  content: "とてもお得！";
  position: absolute;
  width: 111px;
  height: 29px;
  font-family: "Yomogi", cursive;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1.8px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  top: -22.73px;
  left: 115.84px;
}
@media screen and (min-width: 1024px) {
  .price__table::after {
    width: 139px;
    height: 36px;
    font-size: 25px;
    letter-spacing: -2.25px;
    top: -28.96px;
    left: 144.59px;
  }
}
.price__table th,
.price__table td {
  height: 48.194px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .price__table th,
  .price__table td {
    height: 58px;
    font-size: 16px;
  }
}
.price__table th:nth-child(2),
.price__table td:nth-child(2) {
  width: 155.828px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  border-left: 4.016px solid #ff8b71;
  border-right: 4.016px solid #ff8b71;
}
@media screen and (min-width: 1024px) {
  .price__table th:nth-child(2),
  .price__table td:nth-child(2) {
    width: 194px;
    font-size: 20px;
    line-height: 1.3;
    border-left: 5px solid #ff8b71;
    border-right: 5px solid #ff8b71;
  }
}
.price__table th:nth-child(2) img,
.price__table td:nth-child(2) img {
  width: 125.305px;
  height: 38.555px;
  margin-top: 4px;
  border-radius: 6.426px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .price__table th:nth-child(2) img,
  .price__table td:nth-child(2) img {
    width: 152px;
    height: 48px;
    margin-top: 5px;
    border-radius: 8px;
  }
}
.price__table th {
  font-weight: 700;
  background: #c6ecec;
}
.price__table td {
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .price__table td {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}
.price__table thead th {
  border-left: 0.402px solid #ffffff;
  border-right: 0.402px solid #ffffff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .price__table thead th {
    border-left: 0.5px solid #ffffff;
    border-right: 0.5px solid #ffffff;
  }
}
.price__table thead th:nth-child(1) {
  background: #ffffff;
}
@media screen and (min-width: 1024px) {
  .price__table thead th:nth-child(1) {
    width: 202px;
  }
}
.price__table thead th:nth-child(2) {
  background: #ff8b71;
}
.price__table thead th:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 8.84px;
  top: -8.84px;
  left: -4px;
  border-radius: 6.426px 6.426px 0px 0px;
  background: #ff8b71;
}
@media screen and (min-width: 1024px) {
  .price__table thead th:nth-child(2)::before {
    height: 12px;
    top: -11px;
  }
}
@media screen and (min-width: 1024px) {
  .price__table thead th:nth-child(4) {
    width: 203px;
  }
}
.price__table thead th:nth-child(5) {
  width: 162px;
  border-radius: 0px 6.426px 0px 0px;
}
@media screen and (min-width: 1024px) {
  .price__table thead th:nth-child(5) {
    width: 195px;
    border-radius: 0px 8px 0px 0px;
  }
}
.price__table tbody tr:nth-child(1) th {
  border-radius: 6.426px 0px 0px 0px;
}
@media screen and (min-width: 1024px) {
  .price__table tbody tr:nth-child(1) th {
    border-radius: 8px 0px 0px 0px;
  }
}
.price__table tbody tr:nth-child(1) td:nth-child(2) {
  border-top: 4.016px solid #ff8b71;
}
@media screen and (min-width: 1024px) {
  .price__table tbody tr:nth-child(1) td:nth-child(2) {
    border-top: 10px solid #ff8b71;
  }
}
.price__table tbody tr:nth-child(5) th {
  border-radius: 0px 0px 0px 6.426px;
}
@media screen and (min-width: 1024px) {
  .price__table tbody tr:nth-child(5) th {
    border-radius: 0px 0px 0px 8px;
  }
}
.price__table tbody tr:nth-child(5) td:nth-child(2) {
  line-height: 26px;
  border-bottom: 4.016px solid #ff8b71;
}
@media screen and (min-width: 1024px) {
  .price__table tbody tr:nth-child(5) td:nth-child(2) {
    border-bottom: 5px solid #ff8b71;
  }
}
.price__table tbody tr:nth-child(5) td:nth-child(5) {
  border: none;
}
.price__table tbody th,
.price__table tbody td {
  height: 48.2px;
}
@media screen and (min-width: 1024px) {
  .price__table tbody th,
  .price__table tbody td {
    height: 60px;
  }
}
.price__table tbody th {
  line-height: 1.4666666667;
  border-top: 0.402px solid #ffffff;
  border-bottom: 0.402px solid #ffffff;
}
@media screen and (min-width: 1024px) {
  .price__table tbody th {
    border-top: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .price__table tbody td {
    border: 0.5px solid #c6ecec;
  }
}

.rounded-cell {
  height: 100%;
  padding-top: 15px;
  border-right: 0.402px solid #c6ecec;
  border-bottom: 0.402px solid #c6ecec;
  border-radius: 0px 0px 6.43px 0px;
}
@media screen and (min-width: 1024px) {
  .rounded-cell {
    padding-top: 16px;
    border-right: 0.5px solid #c6ecec;
    border-bottom: 0.5px solid #c6ecec;
    border-radius: 0px 0px 8px 0px;
  }
}

.voice {
  padding: 41px 0 40px;
}
@media screen and (min-width: 1024px) {
  .voice {
    padding: 80px 0;
  }
}

.voice__inner {
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .voice__inner {
    padding: 0 30px;
  }
}

.voice__content {
  position: relative;
  margin-top: 49px;
  padding: 0 62px;
}
@media screen and (max-width: 370px) {
  .voice__content {
    padding: 0 53px;
  }
}
@media screen and (min-width: 1024px) {
  .voice__content {
    max-width: 1130px;
    margin: 80px auto 0;
    padding: 0 69px;
  }
}

.voice__swiper {
  padding-bottom: 29px;
}
@media screen and (min-width: 1024px) {
  .voice__swiper {
    padding-bottom: 58px;
  }
}

.voice__slide {
  width: 236px;
}
@media screen and (max-width: 370px) {
  .voice__slide {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .voice__slide {
    width: 320px;
  }
}

.voice__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  .voice__pagination {
    gap: 8px;
  }
}
.voice__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #b6b7b7;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .voice__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.voice__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6c6e6f;
}

.voice__prev,
.voice__next {
  width: 29px;
  height: 29px;
  margin-top: -43px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1024px) {
  .voice__prev,
  .voice__next {
    margin-top: -58px;
  }
}
.voice__prev::after,
.voice__next::after {
  display: none;
}
.voice__prev:hover,
.voice__next:hover {
  opacity: 0.5;
}

.voice__prev {
  left: 9px;
  background: url(../img/use-prev.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .voice__prev {
    left: 0px;
  }
}

.voice__next {
  right: 9px;
  background: url(../img/use-next.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .voice__next {
    right: 0px;
  }
}

.voice__card {
  border-radius: 11.8px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .voice__card {
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(199, 218, 255, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(199, 218, 255, 0.25);
  }
}

.voice-card__image img {
  width: 236px;
  border-radius: 11.8px 11.8px 0px 0px;
}
@media screen and (min-width: 1024px) {
  .voice-card__image img {
    width: 320px;
    border-radius: 16px 16px 0px 0px;
  }
}

.voice-card__body {
  padding: 12px;
}
@media screen and (min-width: 1024px) {
  .voice-card__body {
    padding: 16px;
  }
}

.voice-card__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media screen and (min-width: 1024px) {
  .voice-card__title {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.54px;
  }
}

.voice-card__text {
  display: none;
  margin-top: 23.6px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.4375;
}
@media screen and (min-width: 1024px) {
  .voice-card__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}

.voice-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 23.6px;
}
@media screen and (min-width: 1024px) {
  .voice-card__item {
    margin-top: 33px;
  }
}

.voice-card__name {
  font-size: 11.755px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
@media screen and (min-width: 1024px) {
  .voice-card__name {
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0.48px;
  }
}

.voice-card__icon {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  background: url(../img/voice-card__icon.svg) no-repeat center center/contain;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 1024px) {
  .voice-card__icon {
    width: 22px;
    height: 22px;
  }
}
.voice-card__icon.is-open {
  background: url(../img/voice-card__icon-active.svg) no-repeat center center/contain;
}
.voice-card__icon:hover {
  opacity: 0.5;
}

.step {
  padding: 65px 0 40px;
}

.step__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .step__inner {
    padding: 0 30px;
  }
}

.step__content {
  max-width: 400px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
}
@media screen and (min-width: 768px) {
  .step__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 21px;
    margin: 120px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .step__content {
    gap: 31px;
  }
}

.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .step__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px;
  }
}

.step__box-image {
  width: 118px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .step__box-image {
    width: 74.0425531915%;
  }
}
.step__box-body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .step__box-body {
    text-align: center;
  }
}

.step__box-head {
  font-family: "Yomogi", cursive;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: -1.35px;
}
@media screen and (max-width: 370px) {
  .step__box-head {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .step__box-head {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 23px;
    letter-spacing: -2.07px;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

.step__box-title {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .step__box-title {
    margin-top: 0;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0.72px;
  }
}
@media screen and (min-width: 1024px) {
  .step__box-title {
    font-size: 24px;
  }
}

.step__box-text {
  margin-top: 8px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .step__box-text {
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}

@media screen and (min-width: 768px) {
  .three-step__box:nth-child(2) .three-step__box-head {
    top: -237px;
    left: 83px;
  }
}
@media screen and (min-width: 768px) {
  .three-step__box:nth-child(3) .three-step__box-head {
    top: -239.5px;
    left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .three-step {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .three-step__content {
    max-width: 764px;
  }
}

@media screen and (min-width: 768px) {
  .three-step__box-body {
    max-width: 234px;
  }
}

@media screen and (min-width: 768px) {
  .three-step__box-head {
    top: -243.5px;
    left: 10px;
  }
}

.four-step {
  background: #f4fbfd;
}
@media screen and (min-width: 768px) {
  .four-step {
    padding: 112px 0 102px;
  }
}

@media screen and (min-width: 768px) {
  .four-step__content {
    max-width: 1033px;
  }
}
@media screen and (min-width: 1024px) {
  .four-step__content {
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .four-step__box:nth-child(2) .four-step__box-head {
    top: -224px;
  }
}
@media screen and (min-width: 1024px) {
  .four-step__box:nth-child(2) .four-step__box-head {
    top: -243px;
    left: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .four-step__box:nth-child(3) .four-step__box-head {
    top: -242px;
    left: 46px;
  }
}
@media screen and (min-width: 768px) {
  .four-step__box:nth-child(4) .four-step__box-head {
    font-size: 21px;
    top: -218px;
    left: -45px;
  }
}
@media screen and (min-width: 1024px) {
  .four-step__box:nth-child(4) .four-step__box-head {
    font-size: 23px;
    top: -249px;
    left: -55px;
  }
}
@media screen and (min-width: 1200px) {
  .four-step__box:nth-child(4) .four-step__box-head {
    left: -45px;
  }
}

@media screen and (min-width: 768px) {
  .four-step__box-body {
    max-width: 235px;
  }
}

@media screen and (min-width: 768px) {
  .four-step__box-head {
    top: -221.5px;
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .four-step__box-head {
    top: -241.5px;
    left: 28.5px;
  }
}

.movie {
  padding: 40px 0;
}

.movie__inner {
  padding: 0 15px;
}

.movie__items {
  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;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .movie__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .movie__items {
    gap: 84px;
  }
}

.movie__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .movie__item {
    height: 160px;
  }
}
.movie__item:nth-child(2) .movie__text-icon {
  background: url(../img/movie-text-icon2.png) no-repeat center center/contain;
}
.movie__item:hover .movie__image::after {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.movie__item:hover .movie__text-left .movie__text-icon {
  background: url(../img/movie-text-icon1-h.svg) no-repeat center center/contain;
  position: relative;
  z-index: 3;
}
.movie__item:hover .movie__text-right .movie__text-icon {
  background: url(../img/movie-text-icon2-h.svg) no-repeat center center/contain;
}
.movie__item:hover .movie__text-item {
  color: transparent;
  background: linear-gradient(177deg, #50bfcb -29.45%, rgba(80, 191, 203, 0.42) 127.88%);
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  z-index: 3;
}
.movie__item:hover .movie__text::before {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .movie__item-left {
    width: 471px;
  }
}

@media screen and (min-width: 768px) {
  .movie__item-right {
    width: 473px;
  }
}

.movie__image {
  position: relative;
  overflow: hidden;
}
.movie__image::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 36px;
  left: 65px;
  background: url(../img/movie-icon.png) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (min-width: 768px) {
  .movie__image::after {
    width: 64px;
    height: 64px;
    top: 48px;
    left: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .movie__image::after {
    left: 80px;
  }
}
.movie__image img {
  width: 180px;
  height: 120px;
  border-radius: 16px 0 0 16px;
}
@media screen and (min-width: 768px) {
  .movie__image img {
    width: 226px;
    height: 100%;
  }
}

.movie__text {
  width: 180px;
  height: 120px;
  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;
  gap: 6.35px;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(177deg, #50bfcb -29.45%, rgba(80, 191, 203, 0.42) 127.88%);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .movie__text {
    width: 100%;
    height: 100%;
    gap: 10px;
  }
}
.movie__text::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.movie__text-left {
  padding: 1px 2px 0 0;
}
@media screen and (min-width: 768px) {
  .movie__text-left {
    width: 243px;
  }
}

.movie__text-right {
  padding: 14px 1px 0 0;
}
@media screen and (min-width: 768px) {
  .movie__text-right {
    max-width: 52.2198731501%;
    padding: 1px 1px 0 0;
  }
}

.movie__text-icon {
  display: block;
  width: 27px;
  height: 25px;
  background: url(../img/movie-text-icon1.png) no-repeat center center/contain;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 768px) {
  .movie__text-icon {
    width: 36px;
    height: 33px;
  }
}

.movie__text-item {
  display: block;
  color: #fff;
  font-family: "Yomogi", cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -1.8px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 370px) {
  .movie__text-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .movie__text-item {
    font-size: 22px;
    letter-spacing: -2.25px;
  }
}
@media screen and (min-width: 1024px) {
  .movie__text-item {
    font-size: 25px;
  }
}

.labo {
  padding: 67px 0 50px;
}
@media screen and (min-width: 768px) {
  .labo {
    padding: 120px 0;
  }
}

.labo__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .labo__inner {
    padding: 0 30px;
  }
}

.labo__title {
  color: #00c2cb;
  text-align: center;
  font-family: "Yomogi", cursive;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -3.15px;
}
@media screen and (min-width: 768px) {
  .labo__title {
    font-size: 42px;
    letter-spacing: -6.3px;
  }
}

.labo__title-spacing1 {
  letter-spacing: -1.05px;
}
@media screen and (min-width: 768px) {
  .labo__title-spacing1 {
    letter-spacing: -2.1px;
  }
}

.labo__title-spacing2 {
  letter-spacing: 0.42px;
}
@media screen and (min-width: 768px) {
  .labo__title-spacing2 {
    letter-spacing: 0.84px;
  }
}

.labo__title-spacing3 {
  letter-spacing: -0.84px;
}
@media screen and (min-width: 768px) {
  .labo__title-spacing3 {
    letter-spacing: -1.68px;
  }
}

.labo__title-sub {
  text-align: center;
  font-size: 9.137px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.183px;
}
@media screen and (min-width: 768px) {
  .labo__title-sub {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.labo__content {
  max-width: 500px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .labo__content {
    max-width: 980px;
    margin: 80px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.labo__image {
  text-align: center;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.labo__image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 360/207;
}
@media screen and (min-width: 768px) {
  .labo__image img {
    aspect-ratio: 316/182;
  }
}
.labo__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 4.56px solid #00c2cb;
}
@media screen and (min-width: 768px) {
  .labo__image::after {
    border: 4px solid #00c2cb;
  }
}
.labo__image:hover {
  cursor: pointer;
  opacity: 0.7;
}

.labo__image-text {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin-top: 4px;
  padding: 9.11px;
  color: #00c2cb;
  text-align: center;
  font-size: 27.342px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.82px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 370px) {
  .labo__image-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .labo__image-text {
    padding: 8px;
    font-size: 16px;
    letter-spacing: 0.72px;
  }
}
@media screen and (min-width: 1024px) {
  .labo__image-text {
    font-size: 24px;
  }
}

.labo__button {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .labo__button {
    margin-top: 80px;
  }
}

.qa {
  padding: 64px 0 58px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: 80px 0 113px;
  }
}

.qa__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .qa__title {
    padding: 0 8px;
  }
}

.qa__boxes {
  max-width: 768px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24.1px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin: 80px auto 0;
    gap: 24.22px;
  }
}

.qa__box {
  padding-bottom: 21px;
  border-bottom: 1px solid #b6b7b7;
}
@media screen and (min-width: 768px) {
  .qa__box {
    padding-bottom: 23px;
  }
}

.qa-box.is-open {
  margin-bottom: 15.5px;
}
.qa-box.is-open .qa-box__head::after {
  background: url(../img/qa-close.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(1) .qa-box__body, .qa-box:nth-child(6) .qa-box__body {
    padding: 16px 0 2px;
  }
}
.qa-box:nth-child(4), .qa-box:nth-child(5), .qa-box:nth-child(6), .qa-box:nth-child(15) {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(4), .qa-box:nth-child(5), .qa-box:nth-child(6), .qa-box:nth-child(15) {
    padding-bottom: 23px;
  }
}
.qa-box:nth-child(4) .qa-box__head, .qa-box:nth-child(5) .qa-box__head, .qa-box:nth-child(6) .qa-box__head, .qa-box:nth-child(15) .qa-box__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(4) .qa-box__head, .qa-box:nth-child(5) .qa-box__head, .qa-box:nth-child(6) .qa-box__head, .qa-box:nth-child(15) .qa-box__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.qa-box:nth-child(4) .qa-box__head::after, .qa-box:nth-child(5) .qa-box__head::after, .qa-box:nth-child(6) .qa-box__head::after, .qa-box:nth-child(15) .qa-box__head::after {
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(4) .qa-box__head::after, .qa-box:nth-child(5) .qa-box__head::after, .qa-box:nth-child(6) .qa-box__head::after, .qa-box:nth-child(15) .qa-box__head::after {
    margin-top: 0;
  }
}
.qa-box:nth-child(4) .qa-box__head, .qa-box:nth-child(5) .qa-box__head, .qa-box:nth-child(15) .qa-box__head {
  padding-right: 40px;
}
.qa-box:nth-child(4) .qa-box__body {
  padding: 32px 19px 9px 0;
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(4) .qa-box__body {
    padding: 17px 0 0;
  }
}
.qa-box:nth-child(5) .qa-box__body, .qa-box:nth-child(15) .qa-box__body {
  padding: 24px 19px 8px 0;
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(5) .qa-box__body, .qa-box:nth-child(15) .qa-box__body {
    padding: 18px 0 0;
  }
}
.qa-box:nth-child(6) .qa-box__body {
  padding: 11px 19px 8px 0;
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(6) .qa-box__body {
    padding: 17px 0 2px;
  }
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(7) .qa-box__body, .qa-box:nth-child(10) .qa-box__body, .qa-box:nth-child(12) .qa-box__body {
    padding: 17px 0 2px;
  }
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(9) .qa-box__body, .qa-box:nth-child(15) .qa-box__body {
    margin-bottom: -7px;
  }
}
@media screen and (min-width: 768px) {
  .qa-box:nth-child(9) .qa-box__a, .qa-box:nth-child(15) .qa-box__a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.qa-box__head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-right: 24px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    gap: 17px;
  }
}
.qa-box__head::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/qa-open.svg) no-repeat center center/contain;
}

.qa-box__head-icon {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1px 5px 1px 7px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  background: #82bfed;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon {
    width: 33px;
    height: 33px;
    padding: 4px 10px 5px;
    font-size: 16px;
  }
}

.qa-box__head-text {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 768px) {
  .qa-box__head-text {
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}

.qa-box__body {
  display: none;
  padding: 24px 19px 3px 0;
}
@media screen and (min-width: 768px) {
  .qa-box__body {
    padding: 17px 0 0;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .qa-box__a {
    gap: 17px;
  }
}

.qa-box__a-icon {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1px 7px;
  color: #82bfed;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  border: 0.478px solid #82bfed;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .qa-box__a-icon {
    width: 33px;
    height: 33px;
    font-size: 16px;
    padding: 4px 10px 4.99px 11px;
  }
}

.qa-box__a-text {
  display: block;
  text-align: justify;
  font-weight: 400;
  line-height: 1.81;
}
@media screen and (min-width: 768px) {
  .qa-box__a-text {
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}

.guide {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .guide {
    padding: 80px 0 113px;
  }
}

.guide__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .guide__inner {
    padding: 0 30px;
  }
}

.guide__lists {
  max-width: 500px;
  margin: 44px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .guide__lists {
    max-width: 800px;
    margin: 80px auto 0;
  }
}

.guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.guide__list span {
  text-align: justify;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .guide__list span {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .guide__list:nth-child(4) .guide-list__title {
    margin-top: -2px;
  }
}
.guide__list:nth-child(5) {
  gap: 3px;
}
@media screen and (min-width: 768px) {
  .guide__list:nth-child(6) {
    gap: 3px;
  }
}

.guide-list__price {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: -5px;
  padding: 16px 0;
  border-block: 1px dashed #6c6e6f;
}
@media screen and (min-width: 768px) {
  .guide-list__price {
    gap: 4px;
    margin-top: 0;
  }
}
.guide-list__price li {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 768px) {
  .guide-list__price li {
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.48px;
  }
}

.guide-list__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .guide-list__change {
    gap: 24px;
  }
}
.guide-list__change li {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 768px) {
  .guide-list__change li {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}
.guide-list__change li .guide-list__text {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .guide-list__change li .guide-list__text {
    margin-top: 2px;
  }
}
.guide-list__change li:nth-child(2) .guide-list__text {
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .guide-list__change li:nth-child(2) .guide-list__text {
    margin-top: 2px;
  }
}

.guide-list__title {
  padding-left: 28px;
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guide-list__title {
    line-height: 1.7;
    letter-spacing: 0.6px;
  }
}
.guide-list__title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  background: linear-gradient(177deg, #50bfcb -29.45%, rgba(80, 191, 203, 0.42) 127.88%);
}

.guide-list__text {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 768px) {
  .guide-list__text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}

.guide-list__notes {
  margin-top: 4px;
  color: #6c6e6f;
  text-align: justify;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4615384615;
}
@media screen and (min-width: 768px) {
  .guide-list__notes {
    margin-top: 6px;
    line-height: 1.7;
    letter-spacing: 0.39px;
  }
}

.news {
  padding: 63px 0 40px;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 86px 0 80px;
  }
}

.news__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .news__title {
    padding: 0 8px;
  }
}

.news__lists {
  max-width: 550px;
  margin: 49.5px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .news__lists {
    max-width: 768px;
    margin: 46px auto 0;
    gap: 31px;
  }
}

.news__list {
  padding-bottom: 6px;
  border-bottom: 1px solid #b6b7b7;
}
@media screen and (min-width: 768px) {
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 768px) {
  .news__list:nth-child(1) .news-list__label {
    padding: 1px 7px;
  }
}
.news__list:nth-child(3) {
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .news__list:nth-child(3) {
    padding-bottom: 21px;
  }
}

.news-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .news-list__head {
    gap: 26px;
  }
}

.news-list__date {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news-list__date {
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}

.news-list__label {
  padding: 1px 8px;
  color: #6c6e6f;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #6c6e6f;
}
@media screen and (min-width: 768px) {
  .news-list__label {
    padding: 1px 8px 1px 7px;
    line-height: 1.7;
    letter-spacing: 0.36px;
  }
}

.news-list__title {
  text-align: justify;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 768px) {
  .news-list__title {
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}

.news__button {
  margin-top: 40px;
  margin-right: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__button {
    margin-right: 0;
  }
}

.news__btn {
  padding: 16px 89px;
}

.product {
  padding: 64px 0 40px;
  background: #f4fbfd;
}
@media screen and (min-width: 768px) {
  .product {
    padding: 80px 0;
  }
}

.product__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .product__inner {
    padding: 0 30px;
  }
}

.product__content {
  max-width: 343px;
  margin: 49px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .product__content {
    max-width: 924px;
    margin: 80px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .product__content {
    gap: 52px;
  }
}

.product__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.product__image img {
  width: 150px;
  height: 265px;
}
@media screen and (min-width: 768px) {
  .product__image img {
    width: 225.004px;
    height: 395px;
  }
}

.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4615384615;
}
@media screen and (min-width: 768px) {
  .product__list {
    margin-top: 19px;
    gap: 24px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.48px;
  }
}
.product__list:nth-child(1) {
  margin-top: 0;
}
.product__list:nth-child(1) .product-list__detail {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
.product__list:nth-child(2), .product__list:nth-child(6) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .product__list:nth-child(2), .product__list:nth-child(6) {
    margin-top: 19px;
  }
}
@media screen and (min-width: 768px) {
  .product__list:nth-child(4) {
    margin-top: 18px;
  }
}

.product-list__head {
  width: 94px;
  display: block;
}
@media screen and (min-width: 768px) {
  .product-list__head {
    width: 100px;
  }
}

.product-list__detail {
  display: block;
  letter-spacing: -0.39px;
}
@media screen and (min-width: 768px) {
  .product-list__detail {
    letter-spacing: 0.48px;
  }
}

.footer {
  padding: 56px 0 7px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 67px 0 30px;
  }
}

.footer__inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 0 30px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .footer__content {
    gap: 48px;
  }
}

.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .footer__lists {
    margin-right: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.footer__list {
  position: relative;
}
.footer__list a {
  display: block;
  color: #6c6e6f;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4615384615;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__list a {
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .footer__list a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer__list:nth-child(1) a {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__list:nth-child(6) a {
    padding-right: 0;
  }
  .footer__list:nth-child(6)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer__list::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 31px;
    background: #6c6e6f;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
.footer__list:hover a {
  opacity: 0.7;
}

.footer__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-top: 3.5px;
  }
}
.footer__logo img {
  width: 95px;
  height: 95px;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 141px;
    height: 141px;
  }
}

.footer__text {
  margin: 0 auto;
  color: #6c6e6f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4615384615;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__text {
    padding-right: 8px;
    font-size: 16px;
  }
}

.footer__copyright {
  display: block;
  margin-top: 64px;
  margin-right: 2px;
  text-align: center;
  color: #6c6e6f;
  font-size: 7px;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 70px;
    margin-right: 1px;
    font-size: 14px;
  }
}