html, body {
  overflow-x: hidden;
}

.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  background-color: #F1FAEE;
  background-color: #fff;
}

.header__inner {
  padding: 40px 20px 30px 20px;
  border-bottom: solid 2px #CCC;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 20px 20px 34px 20px;
  }
}

.header-logo a {
  color: #000;
  font-family: "Kosugi Maru";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8%;
}
@media screen and (max-width: 1380px) {
  .header-menu {
    gap: 5%;
  }
}
@media screen and (max-width: 1180px) {
  .header-menu {
    gap: 3%;
  }
}
@media screen and (max-width: 1100px) {
  .header-menu {
    gap: 2%;
  }
}
@media screen and (max-width: 1030px) {
  .header-menu {
    gap: 1%;
  }
}
@media screen and (max-width: 900px) {
  .header-menu {
    gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    display: none;
  }
}

.header-menu__list {
  color: #ff3131;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 20px 0px 20px;
}
@media screen and (max-width: 990px) {
  .header-menu__list {
    font-size: 21px;
  }
}
@media screen and (max-width: 900px) {
  .header-menu__list {
    padding: 0px 15px 0px 15px;
  }
}
@media screen and (max-width: 810px) {
  .header-menu__list {
    font-size: 19px;
  }
}

.header__modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  z-index: 55;
  display: none;
}
.header__modal.is-checked {
  display: block;
}

.header__modal__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
}

.header__modal__menu__list {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  padding: 20px 0px 20px 10%;
}

.header__modal__menu {
  display: block;
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 250% */
}

.header__modal__menu-sub {
  padding-left: 20px;
}

.header__modal__menu-sub2 {
  padding-left: 30px;
}

.service-menu {
  position: relative;
}

.drop-menu {
  display: none;
  background-color: #DDD;
  position: absolute;
  z-index: 5;
}

.drop-menu__list {
  display: block;
  color: #ff3131;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .drop-menu__list {
    font-size: 16px;
  }
}
.drop-menu__list:nth-child(2) {
  border-bottom: none;
}

.paper-catalog {
  display: none;
  background-color: #ddd;
  color: #ff3131;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px 10px 20px;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .paper-catalog {
    font-size: 16px;
  }
}

.drawer__btn__icon {
  position: absolute;
  z-index: 100;
  top: 14px;
  right: 20px;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .drawer__btn__icon {
    display: none;
  }
}
.drawer__btn__icon.is-checked .drawer__btn--bar {
  background: #FFF;
}
.drawer__btn__icon.is-checked .drawer__btn--bar:nth-child(1) {
  display: none;
}
.drawer__btn__icon.is-checked .drawer__btn--bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer__btn__icon.is-checked .drawer__btn--bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-2px);
          transform: rotate(-45deg) translateY(-2px);
  margin-top: 0;
}

.drawer__btn--bar {
  display: block;
  width: 50px;
  height: 2px;
  background: #222;
}
.drawer__btn--bar:nth-child(2) {
  margin-top: 10px;
}
.drawer__btn--bar:nth-child(3) {
  margin-top: 10px;
}

.mv {
  background-image: url(../img/new-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.mv__inner {
  padding: 50px 100px 26% 12%;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .mv__inner {
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 20px 20px 24% 5%;
  }
}

.mv-title__wrapper {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  background-color: rgba(255, 255, 255, 0.3);
  padding-right: 20px;
  padding-left: 20px;
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 940px) {
  .mv-title__wrapper {
    max-width: 500px;
  }
}
@media screen and (max-width: 770px) {
  .mv-title__wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .mv-title__wrapper {
    width: 100%;
    max-width: 400px;
  }
}

.mv-title__wrapper span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}

.mv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv-title {
    margin-bottom: 10px;
  }
}

.mv-title__wrapper.-visible,
.mv-title__wrapper.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv-title__img img {
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .mv-title__img img {
    max-width: clamp(3.125rem, 2.224rem + 4.5vw, 4.375rem);
  }
}

.mv-title__sentense {
  color: #ff3131;
  font-family: "DM Serif Text";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
}
@media screen and (max-width: 940px) {
  .mv-title__sentense {
    font-size: clamp(2.5rem, 1.599rem + 4.5vw, 3.75rem);
  }
}

.mv-subtitle {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  color: #ff3131;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 110px;
}
@media screen and (max-width: 940px) {
  .mv-subtitle {
    font-size: clamp(1.25rem, 0.89rem + 1.8vw, 1.75rem);
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv-subtitle {
    margin-left: 20px;
  }
}

.mv-subtitle span {
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.mv-subtitle.-visible,
.mv-subtitle.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mv-img1 {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mv-img2 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mv-img2 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .mv-img2 {
    height: 90%;
  }
}
@media screen and (max-width: 490px) {
  .mv-img2 {
    height: 80%;
  }
}
@media screen and (max-width: 440px) {
  .mv-img2 {
    height: 60%;
  }
}

.company__inner {
  padding: 100px 20px 100px 20px;
}
@media screen and (max-width: 767px) {
  .company__inner {
    padding: 60px 20px 60px 20px;
  }
}

.company__contents {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .company__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.company-title {
  color: #457B9D;
  font-family: "Josefin Sans";
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}

.company__img {
  width: calc(50% - 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company__img {
    width: 100%;
  }
}

.company-img {
  max-width: 500px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .company-img {
    max-width: 400px;
  }
}

.company-img__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .company-img__text {
    gap: 30px;
  }
}
@media screen and (max-width: 400px) {
  .company-img__text {
    gap: 20px;
  }
}

.company-img__ceo {
  color: #457B9D;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company-img__ceo {
    font-size: 22px;
  }
}

.company-img__title {
  color: #457B9D;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company-img__title {
    font-size: 22px;
  }
}

.company__text {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .company__text {
    width: 100%;
  }
}

.company-text__title {
  color: #457B9D;
  font-family: "Josefin Sans";
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.company-text__sentence {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.812rem + 0.92vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1.5rem, -0.252rem + 3.67vw, 2.5rem);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .company-text__sentence {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    line-height: clamp(1.5rem, 1.23rem + 1.35vw, 1.875rem);
  }
}

.service__inner {
  background-color: #F1FAEE;
  padding: 100px 20px 100px 20px;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding: 60px 20px 60px 20px;
  }
}

.service-title {
  margin: 0 auto;
  width: 90%;
  color: #457B9D;
  font-family: "Josefin Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .service-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.service__contents {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .service__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

.service-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-content {
    width: 100%;
  }
}

.service-content__img {
  margin-bottom: 40px;
  text-align: center;
}
.service-content__img img {
  width: auto;
  height: 400px;
}
@media screen and (max-width: 1210px) {
  .service-content__img img {
    height: 300px;
  }
}
@media screen and (max-width: 910px) {
  .service-content__img img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .service-content__img img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .service-content__img {
    margin-bottom: 20px;
  }
}

.service-content__img2 {
  margin-bottom: 40px;
  text-align: center;
}
.service-content__img2 img {
  width: auto;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .service-content__img2 img {
    height: auto;
    max-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .service-content__img2 {
    margin-bottom: 20px;
  }
}

.service-content__title {
  color: #ff3131;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.374rem + 1.83vw, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 929px) {
  .service-content__title2 {
    font-size: 18px;
  }
}

.service-content__text {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 1.031rem + 0.46vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(1.875rem, 0.78rem + 2.29vw, 2.5rem); /* 175% */
  width: 100%;
  text-align: justify;
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  .service-content__text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-content__text {
    font-size: clamp(1.125rem, 1.035rem + 0.45vw, 1.25rem);
    line-height: clamp(1.375rem, 1.105rem + 1.35vw, 1.75rem);
    margin-bottom: 20px;
  }
}

.service-content__button {
  margin: 0 auto;
  max-width: 500px;
  color: #fff;
  font-family: Roboto;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  background-color: #457B9D;
  padding: 20px 60px 20px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 950px) {
  .service-content__button {
    font-size: 24px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-content__button {
    max-width: 300px;
    font-size: 20px;
  }
}

.service-content__button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1290px) {
  .service-content__button2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-content__button2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
@media screen and (max-width: 470px) {
  .service-content__button2 {
    -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;
    gap: 20px;
  }
}
.service-content__button2 a {
  display: block;
  color: #fff;
  font-family: Roboto;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  background-color: #457B9D;
  padding: 20px 30px 20px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 950px) {
  .service-content__button2 a {
    font-size: 24px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-content__button2 a {
    max-width: 300px;
    font-size: 20px;
  }
}
@media screen and (max-width: 470px) {
  .service-content__button2 a:nth-child(2) {
    padding: 20px 78px 20px 78px;
  }
}

.customer-voice {
  padding: 100px 20px 60px 20px;
}
@media screen and (max-width: 767px) {
  .customer-voice {
    padding: 60px 20px 60px 20px;
  }
}

.customer-voice__inner {
  width: 90%;
  margin: 0 auto;
}

.customer-voice-title {
  color: #457B9D;
  font-family: "Josefin Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .customer-voice-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.customer-voice-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .customer-voice-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.customer-voice-img__img {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .customer-voice-img__img {
    width: 100%;
  }
}

.contact {
  position: relative;
}

.contact__inner {
  padding: 100px 10% 60px 10%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 60px 20px 60px 20px;
  }
}

.contact-title {
  color: #457B9D;
  font-family: "Josefin Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 30px;
  }
}

.contact-form {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-form {
    width: 100%;
  }
}

.label-name {
  display: block;
  color: #222;
  font-family: Roboto;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  margin-bottom: 14px;
}
.label-name span {
  text-align: center;
  display: inline-block;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 266.667% */
  background-color: #ff3131;
  width: 60px;
  height: 20px;
  margin-left: 20px;
}

.form-input {
  display: inline-block;
  color: #222;
  font-family: Inter;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 375% */
  width: 100%;
  padding-left: 16px;
  margin-bottom: 28px;
  border-radius: 5px;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
.form-input::-webkit-input-placeholder {
  color: #CCC;
}
.form-input::-moz-placeholder {
  color: #CCC;
}
.form-input:-ms-input-placeholder {
  color: #CCC;
}
.form-input::-ms-input-placeholder {
  color: #CCC;
}
.form-input::placeholder {
  color: #CCC;
}

.form-select {
  width: 100%;
  height: 44px;
  color: #222;
  font-family: Roboto;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  padding: 2px 10px 2px 10px;
  border-radius: 5px;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 28px;
}

.form-select__selected {
  color: #DDD;
}

.textarea__text {
  color: #222;
  font-family: Roboto;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .textarea__text {
    line-height: 20px;
  }
}

.textarea-form {
  height: 240px;
  margin-bottom: 33px;
}

.form-button {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  padding-left: 24%;
  padding-right: 24%;
  margin-bottom: 32px;
  border: 1px solid #1571DA;
  border-radius: 4px;
  background: #1571DA;
  cursor: pointer;
}
.form-button:disabled {
  color: #CCC;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .form-button {
    padding-left: 80px;
    padding-right: 80px;
    line-height: 40px;
  }
}

.contact-php {
  padding-top: 60px;
  height: 100vh;
}

.contact-php-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact-php-title {
    margin-bottom: 60px;
  }
}

.contact-php-text {
  text-align: center;
  color: #222;
  font-family: Roboto;
  font-size: 22px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact-php-text {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.contact-php-button {
  max-width: 500px;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .contact-php-button {
    max-width: 300px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.contact__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.checkbox {
  margin-right: 10px;
}

.form-checkbox__text {
  color: #222;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text a {
  color: #1571DA;
  border-bottom: #1571DA 2px solid;
}

.contact__consent2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__consent2 {
    margin-bottom: 40px;
  }
}

.footer {
  background-color: #F1FAEE;
}

.footer__inner {
  padding: 30px 20px 30px 20px;
}

.footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-title__img img {
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .footer-title__img img {
    max-width: 40px;
  }
}

.footer-title__sentense {
  color: #ff3131;
  font-family: "DM Serif Text";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 88.889% */
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .footer-title__sentense {
    font-size: 30px;
  }
}

.mirable {
  background-color: #F1FAEE;
  padding: 60px 20px 60px 20px;
}
@media screen and (max-width: 767px) {
  .mirable {
    padding: 30px 20px 30px 20px;
  }
}

.mirable__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.mirable__title {
  color: #ff3131;
  font-family: "Josefin Sans";
  font-size: clamp(1.625rem, 0.069rem + 3.24vw, 2.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .mirable__title {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.mirable__text {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .mirable__text {
    font-size: clamp(1rem, 0.288rem + 3.08vw, 1.25rem);
  }
}

.mirable__content {
  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;
}

.mirable__video {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 600px;
}

.mirable__picture {
  background-color: #457B9D;
  border-radius: 100px;
  text-align: center;
  width: 50%;
}
.mirable__picture img {
  width: 400px;
}
@media screen and (max-width: 900px) {
  .mirable__picture img {
    width: 360px;
  }
}
@media screen and (max-width: 800px) {
  .mirable__picture img {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .mirable__picture {
    display: none;
  }
}

.feature {
  padding: 40px 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 20px 20px 20px 20px;
  }
}

.feature__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.feature__title {
  color: #ff3131;
  font-family: "Josefin Sans";
  font-size: clamp(1.625rem, 0.069rem + 3.24vw, 2.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .feature__title {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.feature__img {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .feature__img {
    margin-bottom: 30px;
  }
}

.feature__content {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .feature__content {
    padding-bottom: 26px;
  }
}

.feature__subtitle {
  color: #457B9D;
  font-family: "Josefin Sans";
  font-size: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .feature__subtitle {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.feature__text {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .feature__text {
    font-size: clamp(1rem, 0.288rem + 3.08vw, 1.25rem);
  }
}

.feature__list {
  list-style: inside;
}

.feature__list__text {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  margin-left: 2rem;
  text-indent: -2.2rem;
}
@media screen and (max-width: 500px) {
  .feature__list__text {
    font-size: clamp(1rem, 0.288rem + 3.08vw, 1.25rem);
  }
}
.feature__list__text span {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .feature__list__text {
    text-indent: clamp(-1.4rem, -2.871rem + 3.07vw, -1.8rem);
  }
}

.achievement {
  background-color: #F1FAEE;
  padding: 40px 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  .achievement {
    padding: 20px 20px 20px 20px;
  }
}

.achievement__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.achievement__title {
  color: #ff3131;
  font-family: "Josefin Sans";
  font-size: clamp(1.625rem, 0.069rem + 3.24vw, 2.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .achievement__title {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.achievement__list__text {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 40px;
  margin-left: 2rem;
  text-indent: -0.1rem;
  position: relative;
}
@media screen and (max-width: 500px) {
  .achievement__list__text {
    font-size: clamp(1rem, 0.288rem + 3.08vw, 1.25rem);
  }
}
.achievement__list__text span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .achievement__list__text {
    margin-left: 1.4rem;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.achievement__list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: -0.8em;
  width: 20px;
  height: 10px;
  border-left: 2px solid #457B9D;
  border-bottom: 2px solid #457B9D;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .achievement__list__text::after {
    width: 14px;
    height: 6px;
  }
}

.example {
  padding: 40px 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  .example {
    padding: 20px 20px 20px 20px;
  }
}

.example__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.example__title {
  color: #ff3131;
  font-family: "Josefin Sans";
  font-size: clamp(1.625rem, 0.069rem + 3.24vw, 2.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .example__title {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.example__content {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .example__content {
    padding-bottom: 26px;
  }
}

.example__subtitle {
  color: #457B9D;
  font-family: "Josefin Sans";
  font-size: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .example__subtitle {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.example__text {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .example__text {
    font-size: clamp(1rem, 0.288rem + 3.08vw, 1.25rem);
  }
}

.price {
  background-color: #F1FAEE;
  padding: 40px 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 20px 20px 20px 20px;
  }
}

.price__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.price__title {
  color: #ff3131;
  font-family: "Josefin Sans";
  font-size: clamp(1.625rem, 0.069rem + 3.24vw, 2.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .price__title {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.price__list__text {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 40px;
  margin-left: 2rem;
  text-indent: -0.1rem;
  position: relative;
}
@media screen and (max-width: 500px) {
  .price__list__text {
    font-size: clamp(1rem, 0.288rem + 3.08vw, 1.25rem);
  }
}
.price__list__text span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .price__list__text {
    margin-left: 1.4rem;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.price__list__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: -0.8em;
  width: 20px;
  height: 10px;
  border-left: 2px solid #457B9D;
  border-bottom: 2px solid #457B9D;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .price__list__text::after {
    width: 14px;
    height: 6px;
  }
}

.rental {
  padding: 40px 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  .rental {
    padding: 20px 20px 20px 20px;
  }
}

.rental__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.rental__title {
  color: #ff3131;
  font-family: "Josefin Sans";
  font-size: clamp(1.625rem, 0.069rem + 3.24vw, 2.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .rental__title {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.rental__text {
  color: #000;
  font-family: Roboto;
  font-size: clamp(1.25rem, 0.583rem + 1.39vw, 1.625rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .rental__text {
    font-size: clamp(1rem, 0.288rem + 3.08vw, 1.25rem);
  }
}

.rental__tabel {
  table-layout: auto;
  width: 100%;
}

.table__contents th {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .table__contents th {
    font-size: 18px;
  }
}

.table__title {
  color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .table__title {
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
  }
}

.table__month {
  background-color: #457B9D;
}
.table__month th, .table__month td {
  color: #fff;
}

.table__price {
  background-color: #d2eaf8;
}

.table__refund {
  background-color: #d2eaf8;
}

.showerhead__button {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  background-color: #457B9D;
  color: #fff;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 24px;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .showerhead__button {
    margin-top: 40px;
    padding: 20px;
    font-size: 20px;
  }
}

.customer-voice-sw {
  padding: 40px 20px 40px 20px;
  background-color: #F1FAEE;
}
@media screen and (max-width: 767px) {
  .customer-voice-sw {
    padding: 20px 20px 20px 20px;
  }
}

.customer-voice-sw__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.customer-voice-sw-title {
  color: #ff3131;
  font-family: "Josefin Sans";
  font-size: clamp(1.625rem, 0.069rem + 3.24vw, 2.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .customer-voice-sw-title {
    font-size: clamp(1.125rem, 0.058rem + 4.62vw, 1.5rem);
  }
}

.customer-voice-sw-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .customer-voice-sw-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.customer-voice-img-sw__img {
  display: block;
  width: calc(50% - 15px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .customer-voice-img-sw__img {
    width: 90%;
  }
}