@charset "UTF-8";
body {
  background-color: white;
  color: #0A121C;
}

@media not screen and (max-width: 767px) {
  .sp-only {
    display: none !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .pc-only {
    display: none !important;
  }
}

@media not screen and (max-width: 990px) {
  .tablet-and-below {
    display: none !important;
  }
}

.note-text {
  font-weight: 300;
  font-family: "UniversLTStd";
  text-transform: uppercase;
  font-size: 14px;
}

ul.wp-block-list li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
ul.wp-block-list li::before {
  content: "・";
}

.pink-tag {
  display: table;
  margin: auto;
  padding: 6px 12px;
  background: #F5E6E3;
  text-align: center;
  font-weight: bold;
  border-radius: 12px;
}

@media not screen and (max-width: 767px) {
  .form-to-left-pc .klaviyo-form {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

code a[target=_blank] {
  display: inline-flex;
  align-items: center;
}
code a[target=_blank]::after {
  content: "";
  margin-left: 4px;
  width: 0.7em;
  height: 0.7em;
  background-image: url(../svg/new-window.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.header-with-image {
  display: flex;
}
.header-with-image .arrow-button {
  background: white;
  padding: 12px 30px;
  font-size: 14px;
}
.header-with-image .arrow-button * {
  color: black;
}
.header-with-image .arrow-button span {
  text-decoration: underline;
}
.header-with-image h3.mhome_title {
  font-size: 32px;
}
.header-with-image * {
  color: white;
}
@media not screen and (max-width: 767px) {
  .header-with-image {
    position: relative;
    min-height: min(645px, 50vw);
    box-sizing: border-box;
    align-items: stretch;
  }
  .header-with-image__main {
    width: 100%;
    padding-right: 16px;
    padding: 60px 0;
    display: flex;
    align-items: stretch;
  }
  .header-with-image__main .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .header-with-image__image {
    position: absolute;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: stretch;
  }
  .header-with-image__image, .header-with-image__image > img {
    max-height: 100%;
    object-fit: contain;
    object-position: center right;
  }
}
@media screen and (max-width: 767px) {
  .header-with-image {
    flex-direction: column;
    align-items: stretch;
    min-height: 558px;
    background-image: url(../jpg/mhome-header-sp.jpg) !important;
  }
  .header-with-image .wp-block-group {
    align-items: center;
    gap: 8px;
  }
  .header-with-image .wp-block-group:has(.mhome_title) {
    gap: 0;
  }
  .header-with-image * {
    text-align: center;
  }
  .header-with-image h3.mhome_title {
    font-size: 16px;
    line-height: 1.4;
  }
  .header-with-image .container {
    justify-content: center;
  }
  .header-with-image__main {
    width: 100%;
  }
  .header-with-image .arrow-button {
    margin-top: 24px;
    padding: 6px 20px;
    font-size: 12px;
  }
}

.become {
  background-color: white;
}
.become .has-background {
  gap: 0;
  padding-right: 0 !important;
}

.become__title {
  font-size: 40px;
  font-weight: 300;
}

.become__text {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #5A5858;
}

.become__info {
  max-width: 40%;
  margin: 0 0 0 auto !important;
  padding: 65px 15px 65px 65px;
  box-sizing: content-box;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(251, 249, 247, 0.25) 4%, rgba(251, 249, 247, 0.5) 9%, rgba(251, 249, 247, 0.6) 16%, rgba(251, 249, 247, 0.75) 23%, rgba(251, 249, 247, 0.9) 31%, #fbf9f7 100%);
}

.become__description-container {
  width: 100%;
  padding-bottom: 130px;
}

.become__description {
  font-size: 20px;
  font-weight: 300;
  color: #5A5858;
  line-height: 26px;
}

.become__back {
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

.become__button {
  background-color: #eae9e8;
  margin-left: auto !important;
  border-radius: 0;
  outline: none;
  color: black;
}
.become__button a {
  background: none;
  padding: 15px 20px !important;
  font-size: 18px;
  font-weight: 300;
  font-family: "UniversLTStd";
  color: #5A5858;
}

.video {
  padding: 37px 0;
  color: #5A5858;
}
.video iframe {
  height: 450px !important;
  width: 100% !important;
}
.video .wp-container-core-group-is-layout-7 {
  grid-template-columns: 2fr 1fr;
  gap: 64px;
}
.video .wp-container-core-group-is-layout-7__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
.video .wp-container-core-group-is-layout-7__text {
  font-size: 20px;
  font-weight: 300;
}

.news {
  padding: 75px 0;
}
.news__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
.news__text {
  font-size: 20px;
  font-weight: 300;
}

.prof {
  padding-bottom: 70px;
}
.prof .prof__text {
  color: #5A5858;
  text-align: center;
}

.prof__career {
  padding: 30px 0;
}

.prof__separator {
  height: 70px;
}

.prof__block {
  background: #F0F0F0;
  padding: 25px;
}

.prof__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.prof__title_or {
  color: #5A5858;
}

.prof__subtitle {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.prof__text {
  font-size: 16px;
  font-weight: 300;
}

.prof__video-text {
  font-size: 20px;
  font-weight: 300;
}

.prof__person {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #5A5858;
}

.prof__newsletter {
  font-size: 18px;
  font-weight: 300;
  padding-top: 25px;
  max-width: 465px;
  margin: 0 auto;
  color: #5A5858;
  line-height: 1.4;
}

.stages {
  padding: 70px 0;
  text-align: center;
}

.stages__step {
  min-height: 100px;
  min-width: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}

.stages__step_1 {
  background: white;
  z-index: 1;
}

.stages__step_2 {
  background: #F4E3DE;
  z-index: 2;
}

.stages__step_3 {
  background: #EDCEC6;
  z-index: 2;
}

.stages__step_4 {
  background: #E4B9AD;
  z-index: 2;
}

.stages__text-complete {
  font-size: 18px;
  font-weight: 600;
  min-height: 90px;
}

.stages__span-number {
  font-size: 28px;
  font-weight: 300;
  margin-top: 10px !important;
}

.stages__text-xs {
  font-size: 18px;
  font-weight: 300;
}

.stories {
  padding: 70px 0;
}
.stories iframe {
  width: 100% !important;
  height: 300px !important;
}

.stories__button > a {
  background: #F8EEEC;
  outline: none;
  border-radius: 0;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 300;
  font-family: "UniversLTStd";
  color: #5A5858;
}

.beginning {
  padding: 48px 0;
}

.beginning__text {
  font-size: 20px;
  font-weight: 300;
  list-style: inside;
}
.beginning__text > li {
  padding-left: 20px;
}

.beginning__subtitle {
  list-style: none;
  padding-left: 0 !important;
  padding-bottom: 15px;
}

.beginning__list-item_2 {
  list-style: inside;
  padding-left: 40px;
}

.beginning__price {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
}

.instructors {
  padding: 70px 0;
}
.instructors a {
  text-decoration: underline;
}
.instructors code {
  background: none !important;
  box-sizing: border-box;
  padding: 5px 0;
}

.instructors__link {
  color: #9E5F08;
}

.instructors__img-l > img {
  min-width: 300px !important;
  min-height: 300px !important;
  width: 300px !important;
  height: 300px !important;
}

.instructors__img-m > img {
  min-width: 200px;
  min-height: 200px;
  width: 200px;
  height: 200px;
}

.instructors__block {
  padding: 40px;
}

.instructors__title {
  font-size: 28px;
  font-weight: 300;
}

.instructors__subtitle {
  font-size: 20px;
  font-weight: 300;
}

.instructors__position {
  font-size: 18px;
  font-weight: 300;
}

.payment {
  padding: 0 0 70px;
}

.payment__subtitle {
  font-size: 24px;
  font-weight: 300;
}

.payment__block {
  background: #F8EEEC;
  width: 420px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.payment__price {
  font-size: 32px;
  font-weight: 600;
  color: #5A5858;
}

.payment__button > a {
  background: white;
  outline: none;
  border-radius: 0;
  padding: 7px 30px;
  font-size: 18px;
  font-weight: 300;
  font-family: "UniversLTStd";
  color: #5A5858;
}

.faq {
  padding: 70px 0;
}
.faq h3 {
  font-size: 24px;
  font-weight: 600;
}
.faq strong {
  font-size: 20px;
  font-weight: 600;
  color: #5A5858;
}
.faq span {
  font-size: 20px;
  font-weight: 300;
  color: #5A5858;
}
.faq button {
  outline: none !important;
}

.faq__title {
  padding-bottom: 20px;
}

.faq__link {
  text-decoration: underline;
  font-family: inherit;
  font-size: inherit;
}

.news .course-slider__slide {
  display: flex !important;
  gap: 25px;
}
.news .course-slider__body {
  border: none;
  outline: none;
}
.news .slick-track, .news .course-slider__slide {
  padding: 0;
}
.news .slick-track > div[style], .news .course-slider__slide > div[style] {
  display: flex !important;
  gap: 25px;
  padding: 15px;
}
.news .slick-track img, .news .course-slider__slide img {
  max-height: 330px;
  width: 600px;
  align-self: auto;
}
.news .slick-track p, .news .course-slider__slide p {
  font-size: 18px;
  font-weight: 300;
  padding: 5px 0 15px;
  line-height: 1.6;
}
.news .slick-track h3, .news .course-slider__slide h3 {
  font-size: 28px;
  font-weight: 300;
  white-space: normal !important;
}
.news .slick-track .date, .news .course-slider__slide .date {
  padding-top: 5px;
  font-size: 24px;
  font-weight: 300;
}
.news .slick-track .timezone, .news .course-slider__slide .timezone {
  font-size: 24px;
  font-weight: 300;
}
.news .slick-track a, .news .course-slider__slide a {
  background: #F8EEEC;
  outline: none;
  border-radius: 0;
  padding: 7px 20px;
  font-size: 18px;
  font-weight: 300;
  font-family: "UniversLTStd";
  color: #5A5858;
}
.news .slick-track a::after, .news .course-slider__slide a::after {
  content: "";
  width: 25px;
  height: 12px;
  margin-left: 10px;
  background-image: url("../svg/arrow-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.news .slick-dots {
  bottom: 25px !important;
}
.news .course-slider__body__container {
  padding: 0 !important;
}

.news__newsletter {
  padding: 22px;
}

.news__newsletter-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.beige {
  background-color: #FBF9F7;
}

.white {
  background-color: white;
}

.yellow {
  background-color: #f7edde;
}

.stages__container {
  margin-block-start: 15px !important;
}

.mhome__title {
  font-size: 27px;
  font-weight: 300;
}

.mhome__quote {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .mhome__quote {
    font-size: 12px;
  }
}

.mhome__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mhome__text {
    font-size: 13px;
  }
}

.mhome__joy-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.mhome__button > a {
  background: none;
  color: #0B121C;
  outline: none;
  border-radius: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  font-family: "UniversLTStd";
  text-transform: uppercase;
  text-decoration: none;
}

.mhome__button_joy > a {
  background: #9E5F08;
  color: white;
  padding: 10px 30px;
  font-size: 14px;
}

.mhome__section_method {
  padding: 70px 0 33px;
  box-sizing: border-box;
}

.mhome__header {
  font-size: 32px;
  font-weight: 600;
}

.mhome__header_2 {
  font-size: 18px;
  font-weight: 300;
  font-family: "UniversLTStd";
  padding-bottom: 15px;
}

.mhome__subheader {
  font-size: 20px;
  font-weight: 300;
}

.mhome__method-text {
  font-size: 24px;
  font-weight: 400;
}

.mhome__title_offer {
  font-size: 32px;
  font-weight: 600;
  font-family: "Columbia Sans";
}

.mhome__offer-text {
  font-size: 20px;
  font-weight: 600;
  font-family: "Columbia Sans";
  color: black;
}

.mhome__section_orgs {
  padding: 70px 0 0;
}

.mhome__map-text {
  gap: 70px;
  margin-top: 15px !important;
}

.mhome__orgs-flex {
  gap: 0;
}

.mhome__map-title {
  font-size: 60px;
  font-weight: 300;
  color: #9E5F08;
}

.mhome__img-text {
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-shadow: 0 0 3px black;
}

.mhome__img-quote {
  font-size: 16px;
  font-weight: 300;
  margin-block-start: 15px !important;
}

.mhome__orgs-grid > .wp-container-core-group-is-layout-31 {
  grid-template-columns: repeat(3, minmax(0, 2fr)) 3fr;
}

.mhome__section_joy .wp-block-separator {
  background-color: black;
  min-width: 1.5px;
  height: 500px;
}
.mhome__section_joy .spark-joy-row {
  border-bottom: 1.5px solid black;
  border-top: 1.5px solid black;
}

.mhome__words-title {
  font-size: 36px;
  font-weight: 300;
}

.mhome__words-subtitle {
  font-size: 18px;
  font-weight: 600;
  font-family: "Columbia Sans";
}

.mhome__section_words .wp-container-core-group-is-layout-43 {
  gap: 64px;
}

.mhome__section_magic {
  padding: 0 0 70px;
}
.mhome__section_magic .wp-container-core-group-is-layout-51 {
  gap: 0;
}

.mhome__section_seen {
  padding: 0 0 70px;
}

.mhome__magic-container {
  border-bottom: 1.5px solid black;
  border-top: 1.5px solid black;
}

.magic-item {
  padding: 30px;
  border-right: 1.5px solid black;
}

.magic-item:nth-of-type(3), .magic-item:nth-of-type(5) {
  border-right: none;
}

.magic-item:nth-of-type(1), .magic-item:nth-of-type(2), .magic-item:nth-of-type(3) {
  border-bottom: 1.5px solid black;
}

.mhome__magic-text {
  font-size: 22px;
  font-weight: 600;
  font-family: "Columbia Sans";
}

.mhome__lately {
  padding: 70px 0 15px;
}

.mhome__button_seen {
  padding-top: 25px;
}

.mhome__img_l {
  height: 450px;
  gap: 15px;
}

.mhome__img_m {
  height: 213px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .mhome__img_m {
    height: 147px;
  }
}

.mhone__lately-grid {
  padding-bottom: 15px;
}

.lately__tag {
  background-color: #F7EDDE;
  padding: 4px;
  font-size: 12px;
  font-weight: 300;
  font-family: "UniversLTStd";
  text-transform: uppercase;
  margin-left: 20px !important;
  margin-top: auto !important;
}

.lately__tag_l {
  margin-left: 23px !important;
}
@media screen and (max-width: 767px) {
  .lately__tag_l {
    margin-left: 8px;
  }
}

.lately__title {
  color: white;
  margin-left: 20px !important;
  margin-right: 20px !important;
  padding-bottom: 20px !important;
  font-size: 24px;
  font-weight: 600;
  width: auto;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .lately__title {
    margin-left: 8px;
    padding-bottom: 8px;
  }
}
.lately__title_l {
  font-size: 30px;
  font-weight: 600;
  margin-left: 23px !important;
  margin-right: 23px !important;
  padding-bottom: 23px !important;
  width: auto;
  white-space: normal;
}

.seen-in {
  justify-content: space-between !important;
  padding-top: 20px;
}

.mhome__stay_section .wp-block-group-is-layout-constrained {
  padding: 70px 0;
}

.mhome__section_method .wp-container-core-group-is-layout-10 {
  display: flex !important;
  gap: 24px;
  width: 100%;
  justify-content: space-between;
}

@media not screen and (max-width: 1200px) {
  .stages__step_1::after {
    height: 1px;
    width: 800px !important;
    background-color: black;
    position: absolute;
    top: 50%;
    right: -800px !important;
    content: "";
  }

  .stages__text-complete {
    min-height: 90px !important;
  }
}
@media not screen and (max-width: 990px) {
  br.mobile-only {
    display: none;
  }

  .mobile {
    display: none;
  }

  .stages__step_1::after {
    height: 1px;
    width: 700px;
    background-color: black;
    position: absolute;
    top: 50%;
    right: -700px;
    content: "";
  }

  .news .course-slider__slide__main {
    width: auto !important;
  }

  .stages__text-complete {
    font-size: 20px;
    font-weight: 600;
    min-height: 120px;
  }
}
@media not screen and (max-width: 767px) {
  br.mobile-only {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .mhome__button > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .pc {
    display: none;
  }

  .stages__text-complete {
    font-size: 18px;
    font-weight: 600;
    min-height: 0;
  }

  .stages__text-xs {
    font-size: 18px;
    font-weight: 300;
    margin-block-start: 10px !important;
  }

  .news .slick-track p, .news .course-slider__slide p {
    font-size: 14px;
    font-weight: 300;
  }
  .news .slick-track h3, .news .course-slider__slide h3 {
    font-size: 20px;
    font-weight: 300;
  }
  .news .slick-track .date, .news .course-slider__slide .date {
    font-size: 20px;
    font-weight: 300;
  }
  .news .slick-track .timezone, .news .course-slider__slide .timezone {
    font-size: 20px;
    font-weight: 300;
  }
  .news .slick-dots {
    bottom: 25px !important;
  }

  .prof__subtitle {
    font-size: 18px;
    font-weight: 300;
  }

  .news .course-slider__slide {
    flex-direction: column;
    background-color: #F8EEEC;
    padding: 15px 15px 20px;
    align-items: center !important;
    gap: 15px !important;
  }
  .news .slick-track > div[style] {
    flex-direction: column;
    background-color: #F8EEEC;
    padding: 15px 15px 20px;
    align-items: center !important;
    gap: 15px !important;
  }
  .news a {
    background: white !important;
  }
  .news img {
    max-height: none !important;
    height: 60vw;
    width: 100% !important;
  }
  .news .course-slider__slide__main {
    width: 100% !important;
  }

  .news__newsletter-text {
    font-size: 16px;
    font-weight: 300;
  }

  .faq {
    padding: 35px 0;
  }
  .faq h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .faq strong {
    font-size: 16px;
    font-weight: 600;
  }
  .faq span {
    font-size: 16px;
    font-weight: 300;
  }
  .faq button {
    outline: none !important;
  }

  .payment {
    padding: 0 15px 30px;
  }

  .payment__container {
    flex-direction: column;
  }

  .payment__block {
    width: 100%;
  }

  .video .wp-container-core-group-is-layout-7 {
    gap: 25px;
  }

  .beginning {
    padding: 35px 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .beginning .wp-block-group > div {
    grid-template-columns: 2fr;
  }
  .beginning .beginning__container {
    display: none;
  }

  .instructors__position {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px !important;
  }

  .instructors {
    padding: 35px 0;
  }

  .instructors__title {
    font-size: 20px;
    font-weight: 300;
  }

  .instructors__subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px !important;
  }

  .instructors__block {
    padding: 15px;
  }

  .instructors__img-l {
    width: 140px;
  }
  .instructors__img-l > img {
    min-width: 125px !important;
    min-height: 125px !important;
    width: 125px !important;
    height: 125px !important;
  }

  .instructors__img-m {
    width: 140px;
  }
  .instructors__img-m > img {
    min-width: 125px !important;
    min-height: 125px !important;
    width: 125px !important;
    height: 125px !important;
  }

  .career {
    padding-bottom: 35px;
  }

  .stories {
    padding: 35px 0;
  }
  .stories iframe {
    height: 450px !important;
    width: 100% !important;
  }

  .prof {
    margin-bottom: 35px;
  }

  .prof__separator {
    height: 30px;
  }

  .prof__full {
    margin-top: 35px;
  }

  .prof__newsletter {
    font-size: 18px;
    font-weight: 300;
    padding-top: 0;
    max-width: none;
  }

  .prof__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .prof__subtitle {
    text-align: center;
  }

  .prof__text {
    text-align: center;
  }

  .prof__video-text {
    font-size: 18px;
    font-weight: 300;
  }

  .news {
    padding: 35px 0;
  }

  .news__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .news__text {
    font-size: 16px;
    font-weight: 300;
  }

  .become__title {
    font-size: 24px;
    font-weight: 300;
  }

  .become__text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #0A121C;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  .hire-a-consultant-header .become__logo {
    text-align: center;
    grid-column: 1/-1;
  }
  .hire-a-consultant-header .become__logo img {
    width: 160px;
  }
}
@media screen and (max-width: 990px) {
  .become__description {
    grid-column: span 6 !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
}
@media screen and (max-width: 990px) and (max-width: 767px) {
  .hire-a-consultant-header .become__description {
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .become__description-container {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 990px) {
  .become__back {
    background-position: 20% !important;
  }
}
@media screen and (max-width: 990px) {
  .video .wp-container-core-group-is-layout-7 {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .video .wp-block-embed__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 990px) {
  .instructors .wp-container-core-group-is-layout-65 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 990px) {
  .video {
    padding: 37px 15px;
  }
}
@media screen and (max-width: 990px) {
  .video__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
}
@media screen and (max-width: 990px) {
  .video__text {
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (max-width: 990px) {
  .stages {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 990px) {
  .stages .wp-block-group > div {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 990px) {
  .stages__container {
    text-align: left;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 990px) {
  .stages__block > div {
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_seen {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__button_seen {
    padding-top: 20px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__button_joy > a {
    padding: 5px 18px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__header, .mhome__title_offer, .mhome__words-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 990px) {
  .lately__title_l {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__magic-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__subheader, .lately__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .lately__tag {
    font-size: 10px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__img_l {
    height: 250px;
    gap: 7px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__img_m {
    gap: 7px;
  }
}
@media screen and (max-width: 990px) {
  .magic-item {
    padding: 20px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__separator {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 990px) {
  .mhome__stay_section .wp-block-group-is-layout-constrained {
    padding: 35px 0;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_by .wp-container-core-group-is-layout-76 {
    width: 100%;
    overflow-y: scroll;
    display: flex;
  }
  .mhome__section_by .wp-container-core-group-is-layout-76 .wp-block-group-is-layout-constrained {
    width: 224px;
  }
  .mhome__section_by a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_seen .wp-block-image img {
    width: 90px;
  }
  .mhome__section_seen .wp-block-image .wp-image-10415 {
    width: 60px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_seen .seen-in {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 40px;
    padding-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .mhone__lately-grid .wp-container-core-group-is-layout-60 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 990px) {
  .mhome__lately {
    padding-top: 35px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_magic {
    padding-top: 15px;
  }
  .mhome__section_magic .wp-container-content-10 {
    grid-column: span 6;
    border-right: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mhome__section_magic .wp-container-content-11 {
    grid-column: span 3;
  }
  .mhome__section_magic .wp-container-content-12 {
    grid-column: span 3;
  }
  .mhome__section_magic .wp-container-content-13 {
    grid-column: span 3;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_words .wp-container-core-group-is-layout-43 {
    gap: 0;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_method .wp-container-core-group-is-layout-10 {
    gap: 13px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__button > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_method .video__text {
    font-size: 18px;
  }
  .mhome__section_method .wp-block-buttons-is-layout-flex {
    margin-block-start: 15px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__orgs-grid > .wp-container-core-group-is-layout-31 {
    grid-template-columns: repeat(3, minmax(0, 2fr));
  }
}
@media screen and (max-width: 990px) {
  .mhome__map-text {
    flex-direction: column;
    gap: 20px;
  }
  .mhome__map-text .wp-block-group {
    width: 100%;
  }
  .mhome__map-text .mhome__text {
    margin-block-start: 5px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_orgs {
    padding-top: 35px;
  }
  .mhome__section_orgs .mhome__header {
    text-align: center;
  }
  .mhome__section_orgs .mhome__header_2 {
    text-align: center;
  }
  .mhome__section_orgs .organizers {
    grid-column: 1/span 3;
  }
  .mhome__section_orgs .wp-container-core-group-is-layout-30 {
    grid-template-columns: repeat(4, 175px);
    width: 100%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_joy {
    padding: 35px 15px;
  }
}
@media screen and (max-width: 990px) {
  .mhome__map-text {
    align-self: center;
  }
}
@media screen and (max-width: 990px) {
  .mhome__map-title {
    font-size: 24px;
    align-self: center;
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .mhome__map-texts {
    align-self: center;
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .mhome__img {
    min-height: 210px !important;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_joy .spark-joy-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 990px) {
  .mhome__section_joy .wp-block-separator {
    max-height: 1.5px;
    height: 1.5px;
    width: 100%;
    border-top: none;
  }
}
@media screen and (max-width: 990px) {
  .spark-joy-row {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 990px) {
  .stages__step {
    min-height: 60px;
    min-width: 60px;
    height: 60px;
    width: 60px;
    font-size: 12px;
    font-weight: 300;
  }
}
@media screen and (max-width: 990px) {
  .stages__span-number {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 990px) {
  .stories .wp-block-group > div {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .stories .wp-block-group > div .wp-block-embed__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 990px) {
  .prof__career .wp-container-core-group-is-layout-21 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .mhome__section_method .wp-container-core-group-is-layout-10 {
    flex-direction: column;
    color: #9E5F08 !important;
  }
  .mhome__section_method .video {
    padding: 10px 15px 35px;
  }

  .mhome__section_method {
    padding: 35px 0 0;
  }

  .method__item > .wp-block-group__inner-container {
    display: flex !important;
    gap: 15px;
    align-items: center;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .method__item .wp-block-image {
    max-width: 35px;
    max-height: 35px;
  }
  .method__item h3 {
    margin: 0;
  }

  .video iframe {
    height: 60vw !important;
    width: 100% !important;
  }

  .prof__block {
    padding: 15px;
  }
  .prof__block img {
    width: 100%;
  }
  .prof__block figure {
    width: 100% !important;
  }

  .stories iframe {
    height: 60vw !important;
  }

  .news a {
    padding: 10px 15px !important;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    font-family: "UniversLTStd";
  }

  .stories__button > a {
    padding: 10px 20px !important;
    font-size: 16px;
    font-weight: 300;
    font-family: "UniversLTStd";
  }
}
@media screen and (max-width: 500px) {
  .become__back {
    background-position: 23% !important;
  }

  .become__info {
    background: none;
  }

  .become__button a {
    padding: 10px !important;
    font-size: 14px;
    font-weight: 300;
    font-family: "UniversLTStd";
  }
}
/*# sourceMappingURL=main.css.map */
body.page-template-page_block-builder-konmari-club #site-container .container-fluid,
body.page-template-page_block-builder-lp #site-container .container-fluid,
body.page-template-page_block-builder #site-container .container-fluid {
  padding: 0;
  max-width: 100%;
}

.wp-element-button {
  display: flex;
  align-items: center;
}
.wp-element-button::after {
  content: "";
  width: 25px;
  height: 12px;
  margin-left: 10px;
  background-image: url("../svg/arrow-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mhome__button--konmari-club .wp-element-button {
  background-color: #1d4136;
  color: white;
  white-space: nowrap;
}
.mhome__button--konmari-club .wp-element-button::after {
  display: none;
}

.book__body > .slick-arrow:last-child {
  transform: scaleX(-1) translate(0, -50%);
}

.arrow-button--block a::after {
  background-image: url(../svg/arrow-white.svg);
}

.comma {
  position: relative;
}
.comma::before {
  content: "“";
  position: absolute;
  bottom: calc(100% - 1em);
  right: calc(100% + 16px);
  font-size: 125px;
  color: #9E5F08;
}
@media screen and (max-width: 767px) {
  .comma::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slick-on-mobile .wp-block-group__inner-container {
    display: block;
  }
  .slick-on-mobile .wp-block-group__inner-container .slick-slide {
    margin: 0 8px;
  }
  .slick-on-mobile .slick-dots {
    position: static;
    margin-top: 8px;
  }
}
.slick-dots button::before {
  content: "" !important;
}

.social-icons-footer {
  display: flex;
  justify-content: center;
}
.social-icons-footer img {
  height: 15px;
  margin: 10px;
}

.consultant-levels > * > * {
  gap: 16px;
}
.consultant-levels__color {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-width: 0;
}

.vertical-button-container {
  max-width: 375px;
  width: 85%;
  margin: auto;
}
.vertical-button-container .wp-element-button {
  text-align: center;
  justify-content: center;
}

section.wp-block-group:not(.konmari-club-hero).left-right-header {
  padding: 0;
  overflow: hidden;
  padding: 0;
}
section.wp-block-group:not(.konmari-club-hero).left-right-header h1 {
  line-height: 1;
}
@media not screen and (max-width: 767px) {
  section.wp-block-group:not(.konmari-club-hero).left-right-header {
    max-height: 600px;
  }
  section.wp-block-group:not(.konmari-club-hero).left-right-header > figure {
    max-width: 47.5vw;
  }
}
@media screen and (max-width: 767px) {
  section.wp-block-group:not(.konmari-club-hero).left-right-header {
    flex-direction: column;
    padding-top: 40px;
  }
  section.wp-block-group:not(.konmari-club-hero).left-right-header * {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container.container--reverse-on-sp.is-layout-grid > :first-child {
    order: 2;
  }
}

/*# sourceMappingURL=main.css.map */
