@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 95%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.sp-only {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

.mv {
  position: relative;
}

.mv-cta {
  text-align: center;
  width: 30.9%;
  margin: 0 auto;
  position: absolute;
  bottom: 14%;
  right: 9.3%;
}
@media screen and ( max-width: 768px ) {
  .mv-cta {
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 6%;
  }
}
.mv-cta a {
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about__container {
  padding: 7.3rem 0 7.2rem;
}

.about__lead-ttl {
  color: #4F402C;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 6.6rem;
  letter-spacing: 1.8px;
  margin-bottom: 5.8rem;
}
@media screen and ( max-width: 768px ) {
  .about__lead-ttl {
    font-size: 3rem;
  }
}
.about__lead-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(248, 145, 149, 0.75)));
  background: linear-gradient(transparent 60%, rgba(248, 145, 149, 0.75) 40%);
}

.about {
  background: url(../img/about-bg.webp) no-repeat center center/cover;
}

.about__box {
  background: #FFFCF7;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(97, 75, 45, 0.5);
          box-shadow: 0px 0px 4px 0px rgba(97, 75, 45, 0.5);
  padding: 2rem;
  max-width: 780px;
  margin: 0 auto;
}

.about__box-inner {
  border: 1px solid #DDCFB6;
  padding: 5.1rem 5rem 5.9rem;
}
@media screen and ( max-width: 768px ) {
  .about__box-inner {
    padding: 3rem 5%;
  }
}

.about__box-txt {
  color: #4F402C;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.2rem;
}
@media screen and ( max-width: 768px ) {
  .about__box-txt {
    font-size: 2rem;
  }
}
.about__box-txt span {
  color: #E7686E;
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 4.2rem;
}
@media screen and ( max-width: 768px ) {
  .about__box-txt span {
    font-size: 2.2rem;
  }
}

.about__box-txt + .about__box-txt {
  margin-top: 3.5rem;
}
@media screen and ( max-width: 768px ) {
  .about__box-txt + .about__box-txt {
    margin-top: 2rem;
  }
}

.features {
  background: #FAC6C8;
}

.features__container {
  padding: 7.5rem 0 6rem;
}

.features__title {
  margin-bottom: 6.3rem;
}

.features__title-ttl {
  color: #4F402C;
  font-size: 3.6rem;
  font-style: normal;
  line-height: 1;
  text-align: center;
  border-bottom: 2px solid #F89195;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .features__title-ttl {
    font-size: 3.2rem;
  }
}

.features__list svg {
  width: 1.5rem;
  height: 1.5rem;
}
.features__list ul {
  max-width: 520px;
  margin: 0 auto;
}
.features__list li {
  border-radius: 20px;
  background: #FFF;
  padding: 0.9rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem;
  color: #4F402C;
  font-size: 2rem;
  line-height: normal;
}
.features__list li + li {
  margin-top: 0.9rem;
}

.worries {
  background: url(../img/worries-bg.webp) no-repeat top center/cover;
}

.worries__container {
  padding: 7.2rem 0 3.2rem;
}

.worries__list {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 4rem 5.8rem 3.5rem;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5.1rem;
}
@media screen and ( max-width: 768px ) {
  .worries__list {
    width: 95%;
    padding: 4rem 3% 3.5rem;
  }
}
.worries__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DDCFB6;
  color: #4F402C;
  font-size: 2rem;
  line-height: 2;
}
@media screen and ( max-width: 768px ) {
  .worries__list li {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
.worries__list svg {
  margin: 0 2.4rem;
}
@media screen and ( max-width: 768px ) {
  .worries__list svg {
    margin: 1rem;
    width: 1.8rem;
  }
}

.worries__text {
  position: absolute;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  color: #4F402C;
  font-size: 3.2rem;
  line-height: normal;
  top: -1.5rem;
  left: -2rem;
}

.worries__lead p {
  color: #4F402C;
  text-align: center;
  font-size: 2rem;
  line-height: normal;
}
.worries__lead p + p {
  margin-top: 5.1rem;
}

.worries__lead-last span {
  color: #E7686E;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  background-color: #fff;
}

.voice {
  background: rgba(250, 198, 200, 0.25);
  padding: 7.2rem 6.9rem;
}
@media screen and ( max-width: 768px ) {
  .voice {
    padding: 7.2rem 0;
  }
}

.voice__title {
  margin-bottom: 6.7rem;
}
.voice__title p {
  color: #4F402C;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 2.4rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 3rem;
}
.voice__title p span {
  color: #FFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Yu Gothic Pr6N";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #E7686E;
  padding: 0 0.7rem;
}
.voice__title p + p {
  margin-top: 2.5rem;
}
.voice__title h2 {
  text-align: center;
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 3.6rem;
  line-height: 1;
  border-bottom: 2px solid #F89195;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.worries2 {
  background: url(../img/worries-bg.webp) no-repeat top center/cover;
}

.worries2__container {
  padding: 7.2rem 0 4.1rem;
}

.worries2__lead {
  text-align: center;
}
.worries2__lead p {
  color: #4F402C;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 2.4rem;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .worries2__lead p {
    font-size: 2.1rem;
  }
}
.worries2__lead p + p {
  margin-top: 3.7rem;
}
.worries2__lead p span {
  color: #E7686E;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.woories2__list {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  margin: 0 auto;
  padding: 3.8rem 3.99rem 4.1rem 2.9rem;
  margin-bottom: 3.8rem;
}
@media screen and ( max-width: 768px ) {
  .woories2__list {
    width: 95%;
    padding: 3.8rem 5% 4.1rem;
  }
}
.woories2__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4F402C;
  font-size: 2rem;
  line-height: 2;
  border-bottom: 1px solid #DDCFB6;
}
.woories2__list svg {
  margin: 0 2rem;
}

.reason__title {
  margin-bottom: 6.3rem;
}
.reason__title h2 {
  color: #4F402C;
  font-size: 3.6rem;
  line-height: 1;
  border-bottom: 2px solid #F89195;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .reason__title h2 {
    font-size: 3.2rem;
  }
}

.reason__container {
  padding: 8rem 0 3.5rem;
}

.reason__img {
  max-width: 78.3rem;
  margin: 0 auto;
  margin-bottom: 11.2rem;
}

.reason {
  background: url(../img/reason-bg.webp) no-repeat top center/cover;
}

.reason__list {
  max-width: 760px;
  margin: 0 auto;
}

.reason__item {
  position: relative;
  padding: 4rem;
  background: #FFF;
}
.reason__item h3 {
  color: #4F402C;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: normal;
  background: #FAC6C8;
  margin-bottom: 2.4rem;
  padding: 0.8rem 2rem;
}
.reason__item p {
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 16px;
  line-height: 1.6;
  width: 95%;
  margin: 0 auto;
}
.reason__item p span {
  color: #E7686E;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.reason__item p + p {
  margin-top: 4rem;
}

.reason__item-point {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  position: absolute;
  top: -5.5rem;
  left: 1rem;
}
.reason__item-point p {
  color: #4F402C;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: normal;
}
.reason__item-point p span {
  color: #4F402C;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: normal;
}

.reason__item + .reason__item {
  margin-top: 6.3rem;
}

.flow {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3.14%, #EED9B8), color-stop(96.98%, #E5CACB));
  background: linear-gradient(0deg, #EED9B8 3.14%, #E5CACB 96.98%);
}

.flow__container {
  padding: 5.2rem 0;
}

.flow__title h2 {
  color: #4F402C;
  text-align: center;
  font-size: 3.6rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 4.8rem;
}

.flow__list {
  max-width: 780px;
  margin: 0 auto;
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__item + .flow__item {
  margin-top: 5.5rem;
}

.flow__item-action {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EED9B8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(79, 64, 44, 0.25));
          filter: drop-shadow(0px 0px 4px rgba(79, 64, 44, 0.25));
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .flow__item-action {
    width: 15rem;
    height: 15rem;
  }
}
.flow__item-action::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  width: 1rem;
  height: 130%;
  z-index: -1;
}
@media screen and ( max-width: 768px ) {
  .flow__item-action::after {
    height: 274%;
  }
}
@media screen and (max-width: 474px) {
  .flow__item-action::after {
    height: 230%;
  }
}
.flow__item-action p {
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.flow__item-action p span {
  font-size: 14px;
}

.flow__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 540px;
  background: #FFF;
  padding: 2.8rem 3.7rem 0.7rem;
  position: relative;
}
.flow__desc::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid #FFF;
}

.flow__desc-img {
  margin-bottom: 1.2rem;
}

.flow__desc-text p {
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  line-height: normal;
}

.flow__list .flow__item:last-child .flow__item-action::after,
.flow__list .flow__item:last-child .flow__desc::after {
  display: none;
}

.staff {
  background: #F5F0E9;
}

.staff__container {
  padding: 7.2rem 0;
}
@media screen and ( max-width: 768px ) {
  .staff__container {
    padding: 5rem 0;
  }
}

.staff__content {
  max-width: 800px;
  margin: 0 auto;
  background: #FFF;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(79, 64, 44, 0.25);
          box-shadow: 4px 4px 4px 0px rgba(79, 64, 44, 0.25);
  padding: 3.6rem 0 6.5rem;
  overflow: hidden;
}
.staff__content h3 {
  color: #4F402C;
  text-align: center;
  font-size: 2.4rem;
  line-height: normal;
  background: #FAC6C8;
  padding: 0.8rem 0;
  margin-bottom: 3.6rem;
}

.staff__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 0 5.7rem;
  margin-bottom: 1.4rem;
}
@media screen and ( max-width: 768px ) {
  .staff__media {
    padding: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staff__media p {
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 2rem;
  line-height: 170%;
}

.staff__media-img {
  width: 48.84%;
}

.staff__media-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.staff__lead {
  padding: 0 5.7rem;
}
@media screen and ( max-width: 768px ) {
  .staff__lead {
    padding: 0 5%;
  }
}
.staff__lead p {
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 2rem;
  line-height: 34px;
  /* 170% */
}

.staff__title {
  margin-bottom: 4.8rem;
  color: #4F402C;
  text-align: center;
  font-size: 3.6rem;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .staff__title {
    margin-bottom: 3rem;
  }
}

.staff__content + .staff__content {
  margin-top: 4rem;
}

.schedule {
  background: url(../img/schedule-bg.webp) no-repeat top center;
  background-size: auto;
}

.schedule__title {
  color: #4F402C;
  text-align: center;
  font-size: 3.6rem;
  line-height: normal;
}

.schedule__container {
  padding: 5.4rem 0 6.4rem;
}

.schedule__list {
  max-width: 843px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}

.schedule__item {
  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;
}
@media screen and ( max-width: 768px ) {
  .schedule__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}

.schedule__item-step {
  width: 13rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.schedule__item-step p {
  color: #4F402C;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  border-bottom: 5px solid #FAC6C8;
  padding-right: 2rem;
}
.schedule__item-step p span {
  font-size: 6.4rem;
}

.schedule__item-text {
  background-color: #fff;
  padding: 3.6rem 0 3.3rem;
  width: 80.7%;
}
@media screen and ( max-width: 768px ) {
  .schedule__item-text {
    width: 100%;
    padding: 5% 0;
  }
}
.schedule__item-text h3 {
  background: #FAC6C8;
  color: #4F402C;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: normal;
  padding: 0 1rem;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 3.6rem;
  width: 95%;
}
.schedule__item-text p {
  padding: 0 3.5rem;
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 2rem;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .schedule__item-text p {
    padding: 0 5%;
  }
}

.schedule__title {
  margin-bottom: 4.8rem;
}

.schedule__btn {
  max-width: 500px;
  margin: 0 auto;
  width: 60%;
  margin-right: 10%;
}
@media screen and ( max-width: 768px ) {
  .schedule__btn {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
}

.requirements__container {
  padding: 4.8rem 0 6.4rem;
  max-width: 680px;
  margin: 0 auto;
}

.job-info__list {
  border: 1px solid #FFE4E4;
}
.job-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #FFE4E4;
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 2rem;
  line-height: normal;
}
.job-info__item:last-child {
  border-bottom: none;
}
.job-info__item dt {
  width: 25%;
  padding: 20px;
  background-color: #FFF5F5;
  font-weight: normal;
}
@media screen and ( max-width: 768px ) {
  .job-info__item dt {
    padding: 20px 3%;
  }
}
.job-info__item dd {
  width: 75%;
  padding: 20px;
  margin: 0;
}
.job-info__item dd .salary {
  color: #E7686E;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

.requirements__title {
  margin-bottom: 2.3rem;
}
.requirements__title h2 {
  color: #4F402C;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: normal;
}

.requirements__logo {
  width: 73.24%;
  margin: 0 auto;
  margin-bottom: 5.3rem;
}
@media screen and ( max-width: 768px ) {
  .requirements__logo {
    width: 90%;
  }
}

.faq {
  background: url(../img/schedule-bg.webp) no-repeat top center/cover;
}

.faq__container {
  padding: 7.8rem 0 5.4rem;
}

.faq__title {
  margin-bottom: 4.8rem;
}
.faq__title h2 {
  color: #4F402C;
  text-align: center;
  font-size: 3.6rem;
  line-height: normal;
}

.faq__list {
  max-width: 680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}

.faq__item-question {
  background: #FAC6C8;
  padding: 1.7rem 3.2rem;
}
.faq__item-question p {
  color: #4F402C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
}

.faq__item-answer {
  padding: 3rem 3.2rem;
  background: #FFF;
}
.faq__item-answer p {
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-size: 2rem;
  line-height: normal;
}

.message {
  background: #EFE8DF;
}

.message__container {
  padding: 7.2rem 0;
}

.message__title {
  color: #4F402C;
  text-align: center;
  font-size: 3.6rem;
  line-height: normal;
  margin-bottom: 4.8rem;
}

.message__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, right top, left top, color-stop(85%, #FFF), color-stop(20%, transparent));
  background: linear-gradient(270deg, #FFF 85%, transparent 20%);
  gap: 5.4rem;
  max-width: 965px;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .message__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(85%, #FFF), color-stop(20%, transparent));
    background: linear-gradient(0deg, #FFF 85%, transparent 20%);
  }
}

.message__media-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message__media-img img {
  height: auto;
  width: auto;
  max-height: 434px;
  max-width: none;
  aspect-ratio: 290/434;
}

.message__media-text {
  padding: 8.9rem 5.4rem 3.9rem 0;
}
@media screen and ( max-width: 768px ) {
  .message__media-text {
    padding: 4.9rem 5% 3rem;
  }
}
.message__media-text p {
  color: #4F402C;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-size: 14px;
  line-height: normal;
}

@media screen and ( max-width: 768px ) {
  .staff__lead {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .staff__lead.open {
    height: auto;
    opacity: 1;
    margin-top: 20px;
  }
}

.staff__lead-btn {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .staff__lead-btn {
    display: block;
    margin: 20px auto 0;
    padding: 10px 30px;
    background: #E7686E;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .staff__lead-btn:hover {
    background: #d55d63;
  }
}/*# sourceMappingURL=style.css.map */