@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}

* {
  font-family: "zen-kaku-gothic-new", sans-serif;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

html,
body {
  height: 100%;
}

body:after {
  /*擬似要素をつくる*/
  position: fixed;
  /*固定配置*/
  top: 0;
  left: 0;
  /*左上に固定*/
  width: 100%;
  height: 100%;
  /*画面全体を覆う*/
  content: "";
  background: rgb(29, 41, 119);
  background: radial-gradient(circle, rgb(29, 41, 119) 0%, rgb(37, 20, 59) 63%, rgb(13, 14, 17) 100%);
  z-index: -1;
}

.css-br {
  display: block;
}

.footer__image-inner {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.3rem 0;
}

.footer__logo {
  width: 15rem;
}

.footer__copy-inner {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 1.6rem 0;
  text-align: center;
}

.footer__copy {
  font-size: 1.6rem;
}

.header {
  padding-top: 35px;
}

.header__inner {
  max-width: 1190px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.header__inner-logo {
  max-width: 150px;
}

.main-view__sp-title {
  font-size: clamp(24px, 2.3vw, 46px);
  letter-spacing: 0.1em;
  line-height: 1.3043478261;
  text-align: center;
  padding-top: 13.7rem;
}

.main-view__title {
  font-size: clamp(24px, 2.3vw, 46px);
  letter-spacing: 0.1em;
  line-height: 1.3043478261;
  text-align: center;
  padding-top: 13.7rem;
}

.main-view__tablet-show {
  display: none;
}

.main-view__image-inner {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem 1.5rem 0rem 1.5rem;
}

.main-view__circle-width--first {
  width: 100%;
  background: rgb(245, 42, 164);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 42, 164)), to(rgb(76, 28, 249)));
  background: linear-gradient(180deg, rgb(245, 42, 164) 0%, rgb(76, 28, 249) 100%);
  background-size: 200% 200%;
  -webkit-animation: bggradient 6s ease infinite;
          animation: bggradient 6s ease infinite;
  width: 27.0491803279%;
  border-radius: 50%;
}

.main-view__circle-width--second {
  width: 100%;
  background: rgb(245, 42, 164);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 42, 164)), to(rgb(76, 28, 249)));
  background: linear-gradient(180deg, rgb(245, 42, 164) 0%, rgb(76, 28, 249) 100%);
  background-size: 200% 200%;
  -webkit-animation: bggradient 35s ease infinite;
          animation: bggradient 35s ease infinite;
  width: 27.0491803279%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.main-view__circle-width--second::before {
  position: absolute;
  top: -150%;
  left: -50%;
  border-radius: 50% 50%/50% 70%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: 200%;
  height: 200%;
  content: "";
  background: rgb(245, 42, 164);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 42, 164)), to(rgb(76, 28, 249)));
  background: linear-gradient(180deg, rgb(245, 42, 164) 0%, rgb(76, 28, 249) 100%);
  -webkit-animation: wave linear 15s infinite;
          animation: wave linear 15s infinite;
}

@-webkit-keyframes wave {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes wave {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.main-view__circle-width--third {
  width: 100%;
  background: rgb(245, 42, 164);
  background-size: 200% 200%;
  width: 27.0491803279%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.main-view__circle-width--third::before {
  position: absolute;
  top: -150%;
  left: -50%;
  border-radius: 50% 50%/50% 70%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  width: 200%;
  height: 200%;
  content: "";
  background: rgb(245, 42, 164);
  background: -webkit-gradient(linear, left top, right top, from(rgb(245, 42, 164)), to(rgb(76, 28, 249)));
  background: linear-gradient(90deg, rgb(245, 42, 164) 0%, rgb(76, 28, 249) 100%);
  -webkit-animation: wave2 linear 10s infinite;
          animation: wave2 linear 10s infinite;
}

@-webkit-keyframes wave2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes wave2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.main-view__circle-height {
  padding-top: 100%;
}

.about__inner {
  padding-top: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__outer {
  width: 19.7916666667%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.about__outer-text {
  font-family: "josefin-sans", sans-serif;
  font-size: clamp(10rem, 8.3vw, 16rem);
  letter-spacing: 0.1em;
  margin-left: 23.1578947368%;
  font-weight: 100;
  opacity: 0.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.about__body {
  -webkit-box-flex: 60.4166666667%;
      -ms-flex: 60.4166666667%;
          flex: 60.4166666667%;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

.about__head-text {
  padding-top: 4rem;
}

.about__foot-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12rem;
}

.about__foot-image {
  max-width: 42.8rem;
  width: 100%;
}

.about__foot-text-body {
  padding-left: 4.9137931034%;
  width: 100%;
}

.about__foot-title {
  font-size: clamp(2.2rem, 2.08333vw, 4rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.about__foot-text {
  padding-top: 2.3rem;
}

.service__inner {
  padding-top: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service__outer {
  width: 19.7916666667%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.service__outer-text {
  font-family: "josefin-sans", sans-serif;
  font-size: clamp(10rem, 8.3vw, 16rem);
  letter-spacing: 0.1em;
  margin-left: 34.7368421053%;
  font-weight: 100;
  opacity: 0.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.service__body {
  -webkit-box-flex: 60.4166666667%;
      -ms-flex: 60.4166666667%;
          flex: 60.4166666667%;
  font-size: 1.6rem;
  text-align: left;
}

.step-body__inner {
  padding-top: 4rem;
}

.step-body__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step-body__content {
  width: 65%;
}

.step-body__title {
  font-size: min(2.91666vw, 56px);
  font-family: "josefin-sans", sans-serif;
  letter-spacing: 0.05em;
  line-height: 0.9375;
  border-bottom: 2px solid #fff;
  padding-bottom: 1.6rem;
}

.step-body__title--large {
  font-size: min(2.91666vw, 56px);
}

.step-body__text {
  padding-top: 1.6rem;
  line-height: 2;
}

.step-body__image-inner {
  width: 31.0344827586%;
}

.step-body__image {
  width: 100%;
}

.step-body__icon-arrow-inner {
  text-align: center;
  padding: 2.8rem 0;
}

.step-body__icon-arrow {
  max-width: 58px;
  width: 100%;
}

.sub-title__text {
  font-size: clamp(24px, 2.5vw, 48px);
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
}

.sub-title__decoration-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

.sub-title__decoration {
  width: 39.1304347826%;
  padding-top: 2rem;
}

.price__inner {
  padding-top: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price__outer {
  width: 19.7916666667%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.price__outer-text {
  font-family: "josefin-sans", sans-serif;
  font-size: clamp(12rem, 8.3vw, 16rem);
  letter-spacing: 0.1em;
  margin-left: 23.1578947368%;
  font-weight: 100;
  opacity: 0.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.price__body {
  width: 60.4166666667%;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

.price-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

.price-boxes__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.price-box {
  border: 1px solid #ddd;
}

.price-box__body {
  padding: 3rem 2.4rem;
}

.price-box__header {
  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;
  height: 14.3rem;
  background: rgb(239, 91, 223);
  background: linear-gradient(315deg, rgba(239, 91, 223, 0.5) 0%, rgba(157, 164, 250, 0.5) 100%);
  color: #fff;
  line-height: 1.5454545455;
  font-weight: 500;
  text-align: center;
}

.price-box__title {
  font-size: clamp(1.8rem, 1.1vw, 2.2rem);
}

.price-box__price {
  font-size: clamp(2.4rem, 1.89655vw, 3.6rem);
  line-height: 0.9444444444;
  height: 16.5rem;
  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;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.price-box__price-unit {
  font-size: 1.6rem;
  line-height: 1.5454545455;
}

.price-box__price-sub-unit {
  font-size: 1.8rem;
}

.price-box__features-header {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.9rem 0;
}

.price-box__features-header:not(:first-child) {
  margin-top: 3rem;
}

.price-box__features-text {
  font-size: 1.6rem;
  padding-top: 1.4rem;
  line-height: 1.75;
}

.price-box .css-br {
  display: none;
}

.price__caption-text {
  padding-top: 1.6rem;
  text-align: right;
  line-height: 1.75;
}

.contact {
  position: relative;
}

.contact__inner {
  background-color: rgba(255, 255, 255, 0.12);
  padding-top: 28rem;
  padding-bottom: 20rem;
  margin-top: 28.3rem;
  display: grid;
  place-items: center;
}

.contact__heading {
  position: absolute;
  top: 1.5%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.contact__title {
  font-family: "josefin-sans", sans-serif;
  font-size: 14rem;
  line-height: 0.4285714286;
  font-weight: 100;
  letter-spacing: 0.1em;
  opacity: 0.4;
  display: block;
}

.contact__title-lead {
  display: block;
  margin-top: -0.8rem;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  padding-top: 9rem;
  text-align: center;
}

.contact__body {
  width: 60.4166666667%;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -10rem;
}

.wpcf7-form.init p {
  margin-top: 3.2rem;
}

.wpcf7-form.invalid p {
  margin-top: 2.2rem;
}

.wpcf7-form.init p:first-of-type {
  margin-top: 0;
}

.wpcf7-form.init p:last-of-type {
  margin-top: 0;
  text-align: center;
}

.form__alert {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-left: 0.8rem;
  padding: 2px 4px;
  background: rgb(211, 35, 35);
  background: linear-gradient(45deg, rgb(211, 35, 35) 0%, rgb(244, 64, 188) 100%);
}

label {
  font-size: 1.8rem;
  width: 100%;
  letter-spacing: 0.1em;
  height: 6.7rem;
  margin-top: 1.4rem;
}

.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  color: #6e6e70;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 1.6rem;
  height: 18rem;
  margin-top: 1.4rem;
}

.wpcf7-form-control.wpcf7-text {
  height: 6.7rem;
  width: 100%;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 1.4rem;
  color: #6e6e70;
  font-weight: bolder;
  padding-left: 10px;
  padding-top: 10px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
  margin-top: 10rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  border: 0;
  border-radius: 5px;
  padding: 1.2rem 9.3rem;
  background: rgb(255, 44, 158);
  background: linear-gradient(120deg, rgb(255, 44, 158) 0%, rgb(63, 5, 255) 100%);
}

.contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 7.2rem;
}

.wpcf7-form-control.wpcf7-text input {
  width: 100%;
}

.wpcf7-not-valid-tip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f00;
  color: #f00;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
  padding-right: 15px;
  text-indent: -30px;
}

.wpcf7-not-valid-tip::before {
  content: "!";
  display: inline-block;
  margin-right: 6px;
  font-size: 1.4rem;
  font-weight: 700;
}

.wpcf7-response-output {
  font-size: 1.8rem;
}

.introduction__inner {
  padding-top: 20rem;
  padding-bottom: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.introduction__outer {
  width: 19.7916666667%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.introduction__outer-text {
  font-family: "josefin-sans", sans-serif;
  font-size: clamp(10rem, 8.3vw, 16rem);
  letter-spacing: 0.1em;
  margin-left: 23.1578947368%;
  font-weight: 100;
  opacity: 0.4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.introduction__body {
  -webkit-box-flex: 60.4166666667%;
      -ms-flex: 60.4166666667%;
          flex: 60.4166666667%;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

.introduction__main-body {
  padding-top: 4rem;
}

.introduction__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

.introduction__title::before {
  content: "";
  height: 5.6rem;
  width: 1.2rem;
  background: rgb(255, 44, 158);
  background: linear-gradient(120deg, rgb(255, 44, 158) 0%, rgb(63, 5, 255) 100%);
  margin-right: 1.6rem;
}

.introduction__unit:not(:first-child) {
  padding-top: 5.6rem;
}

.introduction__unit:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.introduction__text-inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.introduction__image {
  margin-left: 4rem;
  height: 31.5rem;
  max-width: 31.5rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.introduction__text {
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 1.6rem;
}

.introduction__name {
  font-size: 1.6rem;
  line-height: 2;
  padding-top: 1.6rem;
  text-align: right;
}

.page-404 {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
}

.page-404__text {
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.btn-back {
  display: inline-block;
  font-size: 1.6rem;
  padding: 1rem 2.4rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-back:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .price__inner {
    padding-top: 10rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .price__outer {
    display: none;
  }

  .price__outer-text {
    display: none;
  }

  .price__body {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .introduction__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .introduction__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .introduction__text-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 1.6rem;
  }

  .introduction__image {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .footer__image-inner {
    padding-top: 1.9rem;
    padding-bottom: 2.7rem;
  }

  .footer__logo {
    width: 9.4rem;
  }

  .footer__copy-inner {
    padding: 1rem 0;
  }

  .footer__copy {
    font-size: 1.2rem;
  }

  .header__inner-logo {
    max-width: 8.1rem;
  }

  .main-view__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main-view__sp-title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 5rem;
    letter-spacing: -0.1em;
    padding-top: 23rem;
  }

  .main-view__title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    padding-top: 0rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 5rem;
    letter-spacing: 0.2em;
    isolation: isolate;
  }

  .main-view__font-change {
    font-family: serif;
    padding: 6px 0px;
  }

  .main-view__tablet-hide {
    display: none;
  }

  .main-view__tablet-show {
    display: block;
    letter-spacing: 0.2em;
  }

  .main-view__image-inner {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    -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;
    padding: 4rem 0 0 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .main-view__circle-width:not(:first-child) {
    margin-top: 2rem;
  }

  .main-view__circle-width {
    max-width: 20rem;
    width: 100%;
  }

  .main-view__circle-width--first {
    width: 100%;
    max-width: 12rem;
  }

  .main-view__circle-width--second {
    width: 100%;
    max-width: 12rem;
  }

  .main-view__circle-width--third {
    width: 100%;
    max-width: 12rem;
  }

  .about__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .about__outer {
    display: none;
  }

  .about__outer-text {
    display: none;
  }

  .about__head-text {
    padding-top: 1.6rem;
  }

  .about__foot-body {
    -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;
    padding-top: 4rem;
  }

  .about__foot-image {
    max-width: 32.7rem;
  }

  .about__foot-text-body {
    padding-left: 0;
  }

  .about__foot-title {
    padding-top: 1.6rem;
    text-align: center;
  }

  .service__inner {
    padding-top: 10rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .service__outer {
    display: none;
  }

  .step-body__inner {
    padding-top: 1.6rem;
  }

  .step-body__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .step-body__content {
    width: 100%;
  }

  .step-body__title {
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 0;
    font-size: 3rem;
    border-bottom: 0;
    line-height: 1.25;
  }

  .step-body__title--large {
    font-family: "josefin-sans", sans-serif;
    font-size: 4.6rem;
  }

  .step-body__text {
    padding-top: 0.8rem;
  }

  .step-body__image-inner {
    width: 100%;
  }

  .step-body__icon-arrow-inner {
    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;
    padding: 2.4rem 0;
  }

  .step-body__icon-arrow {
    max-width: 2.8rem;
  }

  .sub-title__decoration {
    max-width: 23.1rem;
    width: 100%;
    padding-top: 1.2rem;
  }

  .price-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.6rem;
  }

  .price-boxes__item {
    margin-top: 4rem;
  }

  .price-boxes__item:first-child {
    margin-top: 0;
  }

  .price-box__body {
    padding: 0rem 1.8rem 1rem 1.8rem;
  }

  .price-box__header {
    height: auto;
    padding: 1.8rem 2.5rem;
  }

  .price-box__price {
    height: auto;
    padding: 1.6rem 0;
    border: none;
    line-height: 1.4166666667;
  }

  .price-box__price-unit {
    font-size: 1.3rem;
  }

  .price-box__price-sub-unit {
    font-size: 1.3rem;
  }

  .price-box__features-header:not(:first-child) {
    margin-top: 0;
  }

  .price-box__features-header {
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.4rem 0;
  }

  .price-box__features-text {
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 2.4rem;
  }

  .price__caption-text {
    font-size: 1.2rem;
    padding-top: 1.2rem;
    text-align: left;
  }

  .contact__inner {
    margin-top: 14rem;
    padding-top: 20rem;
  }

  .contact__heading {
    top: 1.5%;
  }

  .contact__title {
    font-size: 8rem;
  }

  .contact__title-lead {
    padding-top: 5.3rem;
    font-size: 2.4rem;
  }

  .contact__body {
    width: 100%;
  }

  .form {
    width: 100%;
  }

  .form__alert {
    font-size: 1.2rem;
  }

  label {
    font-size: 1.4rem;
    display: inline-block;
    width: 100%;
  }

  .wpcf7-form-control.wpcf7-textarea {
    height: 12rem;
  }

  .wpcf7-form-control.wpcf7-text {
    height: 4.4rem;
    font-size: 1.6rem;
  }

  .wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 6rem;
    font-size: 1.8rem;
    font-weight: 500;
  }

  .contact__submit {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wpcf7-not-valid-tip {
    font-size: 1.3rem;
    padding-top: 6px;
    padding-bottom: 6px;
    padding: 6px 10px 6px 10px;
  }

  .wpcf7-response-output {
    font-size: 1.3rem;
  }

  .introduction__inner {
    padding-top: 10rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .introduction__outer {
    display: none;
  }

  .introduction__outer-text {
    display: none;
  }

  .introduction__main-body {
    padding-top: 1.6rem;
  }

  .introduction__title {
    font-size: 2rem;
  }

  .introduction__title::before {
    height: 3rem;
    margin-right: 0.8rem;
  }

  .introduction__unit:not(:first-child) {
    padding-top: 2.4rem;
  }

  .introduction__image {
    max-width: 18rem;
    width: 100%;
    height: auto;
  }

  .introduction__text {
    font-size: 1.3rem;
  }

  .introduction__name {
    padding-top: 3.2rem;
  }
}

@media (max-width: 375px) {
  .step-body__image-inner {
    width: 100%;
  }
}