.sp-only { display: none; }
.text-blue { color: #00A9E3; }
.text-yellow { color: #F0BB00; }
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* 採用トップ ----------------------------------------*/

.r-fv {
  position: relative;
  z-index: 3;
}
.r-fv::before {
  background: url(/wp-content/themes/mythema/assets/img/bg-white-top.png) top center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 19.8125rem;
  left: 0;
  position: absolute;
  top: 18.125vw;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100vw;
  z-index: -1;
}
.r-fv::after {
  background: url(/wp-content/themes/mythema/assets/img/bg-white-bottom.png) bottom center no-repeat;
  background-size: 100% 100%;
  bottom: 8.3333333333vw;
  content: "";
  display: block;
  height: 19.8125rem;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100vw;
  z-index: -1;
}
.r-fv__bg {
  background-color: #FEFEFE;
  display: block;
  height: calc(100% - 18.125vw - 8.3333333333vw);
  left: 0;
  position: absolute;
  top: 18.125vw;
  width: 100vw;
  z-index: -1;
}
.r-fv__title {
  transform: translateY(100%);
}
.r-fv__topWrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  margin-right: calc(50% - 50vw);
}
.r-fv__wrap {
  max-width: 43.75rem;
  width: 100%;
}
.r-fv__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.2;
  width: 100%;
}
.r-fv__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.r-fv__img img {
  aspect-ratio: 424 / 260;
  max-width: 26.5625rem;
}
.r-fv__btn {
  margin-top: 3.125rem;
  width: 20rem;
}

.r-campaign {
  text-align: center;
  transform: translateY(min(10vw,150px));
}
.r-campaign img {
  aspect-ratio: 1080/430;
  max-width: 1080px;
  margin: 0 auto;
}

.r-about {
  padding-top: 20.375rem;
  padding-bottom: 9.375rem;
  text-align: center;
}
.r-about__lead {
  margin-top: 2.5rem;
}
.r-about__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
.r-about__item {
  padding-inline: 1.25rem;
  max-width: 23.75rem; 
  width: 100%;
  text-align: center;
}
.r-about__text {
  width: 100%;
  background-color: #E8F8FE;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 30rem;
  text-align: center;
  padding: 2.5rem 0;
}
.r-about__img {
  width: auto;
  position: relative;
  margin: 0 auto;
  margin-top: -1.875rem;
}
.r-about__img1 {
  aspect-ratio: 141 / 161;
  max-height: 10.0625rem;
}
.r-about__img2 {
  aspect-ratio: 136 / 151;
  max-height: 9.4375rem;
}
.r-about__img3 {
  aspect-ratio: 198 / 149;
  max-height: 9.3125rem;
}
.r-about__message {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.r-workplace {
  background-color: #1CBDF4;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}
.r-workplace__title {
  color: white;
  text-align: center;
  margin-bottom: 2.5rem;
}
.r-workplace__wrapper {
  width: 100%;
  overflow-x: scroll;
}
.r-workplace__wrap {
  width: 100%;
  min-width: 800px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto 1fr 1fr;
  gap: 1px;
  border: 1px solid #9D9D9D;
  background-color: #9D9D9D;
}
.r-workplace__inner {
  padding: 20px 25px;
  text-align: center;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-workplace--head {
  background-color: #E8F8FE;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}
.r-workplace__detail {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 0;
}
.r-workplace__detail .p-service__btn {
  margin-top: 0;
}
.r-service__btn--blue {
  background-color: #00A9E3;
}

.r-benefits {
  padding-top: 7.5rem;
  position: relative;
}
.r-benefits__title {
  text-align: center;
  margin-bottom: 5rem;
}
.r-benefits__wrap {
  display: grid;
  justify-content: center;
  column-gap: min(3vw, 3.75rem);
  padding-bottom: 3.75rem;
}
.r-benefits__wrap.upper {
  grid-template-columns: repeat(3, min(20vw, 245px));
}
.r-benefits__wrap.downer {
  grid-template-columns: repeat(4, min(20vw, 245px));
}
.r-benefits__inner {
  text-align: center;
}
.r-benefits__inner img {
  aspect-ratio: 1/1;
  max-width: 200px;
  margin: 0 auto;
}
.r-benefits__text {
  margin-top: 1rem;
}

.r-contact {
  background-color: #1cbdf4;
  margin-top: -7.9861111111vw;
  padding-bottom: 9.4375rem;
  padding-top: 18.4375rem;
  text-align: center;
}
.r-contact__wrap {
  background-color: #FEFEFE;
  border-radius: 1rem;
  margin-top: 5.625rem;
  padding: 3.5rem 7.5rem 5rem;
}
.r-contact__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2.5rem;
}
.r-contact__img {
  aspect-ratio: 294/221;
  max-width: 294px;
  margin: 1.5rem auto;
}
.r-contact__btnFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 52.5rem;
  width: 100%;
}
.r-contact__btnWrap {
  max-width: 25rem;
  width: 100%;
}
.r-contact__btn {
  border-radius: 99px;
  margin-top: 0.75rem;
}
.r-contact__btn a {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.375rem 6.25rem 1.375rem 3.75rem;
  position: relative;
  color: #FEFEFE;
  display: inline-block;
  letter-spacing: 0;
}
.r-contact__btn a::after {
  background: url(/wp-content/themes/mythema/assets/img/arrow_right_alt.png) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1.75rem;
  position: absolute;
  right: 3.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.75rem;
}
.r-contact__btn--yellow {
  background-color: #F4C82D;
}
.r-contact__btn--blue {
  background-color: #00A9E3;
}


/* 採用 子ページ ----------------------------------------*/

.r-main {
  position: relative;
  z-index: 3;
}
.r-main::before {
  background: url(/wp-content/themes/mythema/assets/img/bg-white-top.png) top center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 19.8125rem;
  left: 0;
  position: absolute;
  top: 18.125vw;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100vw;
  z-index: -1;
}
.r-main::after {
  background: url(/wp-content/themes/mythema/assets/img/bg-white-bottom.png) bottom center no-repeat;
  background-size: 100% 100%;
  bottom: 8.3333333333vw;
  content: "";
  display: block;
  height: 19.8125rem;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100vw;
  z-index: -1;
}
.r-main__bg {
  background-color: #FEFEFE;
  display: block;
  height: calc(100% - 18.125vw - 8.3333333333vw);
  left: 0;
  position: absolute;
  top: 18.125vw;
  width: 100vw;
  z-index: -1;
}
.r-main__title {
  text-align: center;
}
.r-main__lead {
  margin: 5rem auto;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
}
.r-main__img {
  display: block;
  position: relative;
}
.r-main__img img {
  position: absolute;
  top: 1rem;
  width: auto;
}
.r-main__img--left {
  left: 0;
  transform: translateX(-10%);
}
.r-main__img--right {
  right: 0;
  transform: translateX(40%);
}
.r-main__img--left.ao {
  aspect-ratio: 108/252;
  height: min(50vw, 252px);
  transform: translateX(-30%);
}
.r-main__img--right.ao {
  aspect-ratio: 211/232;
  height: min(50vw, 232px);
}
.r-main__img--left.ayumu {
  aspect-ratio: 83/238;
  height: min(50vw, 238px);
}
.r-main__img--right.ayumu {
  aspect-ratio: 140/208;
  height: min(50vw, 208px);
}
.r-main__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.2;
  width: 100%;
  text-align: center;
  margin-bottom: 7.5rem;
  position: relative;
}

.swiper img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 11px;
}

.r-campaign {
  text-align: center;
  transform: translateY(min(10vw,150px));
}
.r-campaign img {
  aspect-ratio: 1080/430;
  max-width: 1080px;
  margin: 0 auto;
}

.r-movie {
  padding-top: 16.25rem;
  padding-bottom: 16.25rem;
  text-align: center;
}
.r-movie__text {
  margin: 2.5rem auto;
}
.movieWrap {
  width: 100%;
  max-width: 800px;
  border-radius: 20px;
  aspect-ratio: 16/9;
  background-color: #F5F5F5;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bebebe;
  font-size: 2rem;
}

.r-exam {
  padding-top: 20rem;
  padding-bottom: 9.375rem;
  text-align: center;
}
.r-exam__title {
  margin-bottom: 2.5rem;
}
.r-exam__wrap {
  display: grid;
  justify-content: center;
  column-gap: min(3vw, 3.75rem);
  padding-bottom: 3.75rem;
  grid-template-columns: repeat(4, min(20vw, 245px));
}
.r-exam__inner {
  text-align: center;
}
.r-exam__inner img {
  aspect-ratio: 1/1;
  max-width: 200px;
  margin: 0 auto;
}
.r-exam__text {
  margin-top: 1rem;
}

.r-team {
  position: relative;
  text-align: center;
  z-index: 3;
  background-color: white;
  padding-top: 0;
  padding-bottom: 8.5rem;
}
.r-team::before {
  background: url(/wp-content/themes/mythema/assets/img/bg-white-top.png) top center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 19.8125rem;
  left: 0;
  position: absolute;
  top: 5vw;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100vw;
  z-index: -1;
}
.r-team__text {
  margin-bottom: 2.5rem;
}
.r-team__sub {
  font-size: 1.5rem;
}


.r-guidelines {
  background-color: #1CBDF4;
  padding-top: 7.5rem;
  padding-bottom: 19.8125rem;
  position: relative;
  text-align: center;
}
.r-guidelines__title {
  color: white;
  text-align: center;
  margin-bottom: 2.5rem;
}
.r-guidelines__wrap {
  width: 100%;
  max-width: 950px;
  display: grid;
  grid-template-columns: min(20vw, 250px) auto;
  gap: 1px;
  border: 1px solid #9D9D9D;
  background-color: #9D9D9D;
  margin: 5rem auto;
}
.r-guidelines__inner {
  padding: 20px 25px;
  text-align: center;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-guidelines__head {
  background-color: #F0BB00;
  color: white;
  font-weight: 500;
}
.r-guidelines__text {
  text-align: center;
  color: white;
}
.r-guidelines__map {
  width: 100%;
  max-width: 950px;
  margin: 3.75rem auto;
}

.r-voice {
  /*margin-top: 16.25rem;*/
  position: relative;
  text-align: center;
  z-index: 3;
  background-color: white;
}
.r-voice::before {
  background: url(/wp-content/themes/mythema/assets/img/bg-white-top.png) top center no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 19.8125rem;
  left: 0;
  position: absolute;
  top: 5vw;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100vw;
  z-index: -1;
}
.r-voice::after {
  background: url(/wp-content/themes/mythema/assets/img/bg-white-bottom.png) bottom center no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 19.8125rem;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100vw;
  z-index: -1;
}
.r-voice__bg {
  background-color: #FEFEFE;
  height: calc(100% - 9.9305555556vw - 7.5vw);
  left: 0;
  position: absolute;
  top: 9.9305555556vw;
  width: 100vw;
  z-index: -1;
}
.r-voice__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3.75rem;
}
.r-voice__wrap.reverse {
  margin-top: 3.75rem;
}
.r-voice__inner {
  width: calc(100% - (3.75rem + 150px));
  text-align: left;
}
.r-voice__img {
  width: 150px;
}
.r-voice__title {
  margin-bottom: 1.5rem;
}
.r-voice__img.right {
  text-align: right;
}
.r-voice__img.left {
  text-align: left;
}
.r-voice__img.right img.ayumu {
  max-width: min(16vw, 116px);
  aspect-ratio: 116/198;
}
.r-voice__img.right img.ao {
  max-width: min(16vw, 130px);
  aspect-ratio: 130/208;
}
.r-voice__img.left img {
  max-width: min(20vw, 147px);
  aspect-ratio: 147/186;
  margin-bottom: 1rem;
}

.r-entry {
  padding-top: 20.375rem;
  padding-bottom: 8.125vw;
  text-align: center;
  position: relative;
}
.r-entry__wrap {
  background-color: white;
  box-shadow: 0px 0px 15px 0px #00478933;
  border-radius: 1rem;
  margin-top: 5.625rem;
  padding: 3.5rem 5.5rem 5rem;
  text-align: center;
  position: relative;
}
.r-entry__inner {
  margin: 0 auto;
  position: relative;
}
.r-entry__title {
  font-size: 2.125rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.r-entry__lead {
  font-size: 1.25rem;
  font-weight: 500;
}
.r-entry__text {
  margin: 2.5rem auto;
}
.r-entry__btn {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.375rem 3.75rem 1.375rem 3.75rem;
  position: relative;
  color: #FEFEFE;
  display: inline-block;
  border-radius: 99px;
  margin-top: 0.75rem;
  letter-spacing: 0;
  text-align: center;
}
.r-entry__btn.blue {
  background-color: #00A9E3;
}
.r-entry__btn.yellow {
  background-color: #F0BB00;
}
.r-entry .r-main__img {
  margin:0 auto;
  max-width: 800px;
}


/* RECRUIT */
.r-form {
  padding-top: 16.25rem;
  padding-bottom: 16.25rem;
  text-align: left;
}
.r-form__title {
  text-align: center;
}
.r-form__campaign {
  margin-top: -8.5vw;
}
.radio-wrap, .checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
}
.radio-wrap label input[type="radio"] {
  opacity:0;
  appearance: none;
  position: absolute;
}
.radio-wrap .wpcf7-list-item {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 1.8;
}
.radio-wrap label .wpcf7-list-item-label::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #A4A4A4;
  background: #fff;
  content: "";
  border-radius: 50%;
}
.radio-wrap label .wpcf7-list-item-label::after {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ca353b;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
.radio-wrap label input:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 4px #ca353b;
}
.radio-wrap label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.checkbox-wrap input[type="checkbox"] {
  opacity:0;
  appearance: none;
  position: absolute;
}
.checkbox-wrap .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 2;
}
.checkbox-wrap .wpcf7-list-item-label::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #A4A4A4;
  background: #fff;
  content: "";
  transition: all 0.3s;
}
.checkbox-wrap .wpcf7-list-item-label::after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  color: #ca353b;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\F633";
  font-family: 'bootstrap-icons';
  -webkit-text-stroke-width: 1px;
  opacity: 0;
  transition: all 0.3s;
}
.checkbox-wrap input:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 4px #ca353b;
}
.checkbox-wrap input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.vertical-item .wpcf7-list-item {
  display: block;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

.r-thanks {
  text-align: center;
}
.r-thanks__text {
  margin: 3.5rem auto;
}
.r-thanks__btn {
  background-color: #00A9E3;
  border-radius: 999px;
  color: #FEFEFE;
  display: inline-block;
  font-size: 1.125rem;
  margin-inline: auto;
  margin-top: auto;
  padding: 0.625rem 3.875rem 0.625rem 5.5rem;
  position: relative;
  width: 15.25rem;
}
.r-thanks__btn::before {
    background: url(/wp-content/themes/mythema/assets/img/arrow_right_alt.png) center center no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    display: block;
    height: 1.125rem;
    position: absolute;
    left: 3.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
    width: 1.125rem;
    z-index: 1;
}

@media screen and (max-width: 767px) {
  .sp-only { display: inline-block;}
  .pc-only { display: none !important;}
/* 採用トップ */
  .r-fv::before {
    height: 7.5rem;
  }
  .r-fv::after {
    height: 7.5rem;
  }
  .r-fv__title {
    transform: translateY(0);
  }
  .r-fv__topWrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      gap: 1.5625rem;
      margin-right: auto;
  }
  .r-fv__mainTitle {
    line-height: 1.5;
    font-size: 1.875rem;
  }
  .r-fv__text {
    font-size: 1rem;
    line-height: 2;
  }
  .r-campaign__present {
    font-size: 1rem;
  }
  .r-about {
    padding-top: 10rem;
  }
  .r-about__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 2.8125rem;
  }
  .r-about__item {
    max-width: 31.25rem;
    padding-inline: 0;
  }
  .r-workplace {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .r-benefits__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 3.75rem;
  }
  .r-contact {
    padding-bottom: 5.625rem;
    padding-top: 7.5rem;
  }
  .r-contact__wrap {
    padding: 2.1875rem 1.25rem 2.8125rem;
  }
  .r-contact__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.5625rem;
  }
  .r-contact__btnFlex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .r-contact__btnWrap + .r-contact__btnWrap {
    margin-top: 0.9375rem;
  }
  .r-contact__btn {
    margin-top: 0.125rem;
  }
  .r-contact__btn a {
    font-size: 1.125rem;
    padding: 1rem 4.0625rem 1rem 1.875rem;
  }
  .r-contact__btn a::after {
  height: 1.375rem;
  right: 1.5625rem;
  width: 1.375rem;
}
/* 採用 子ページ */
  .r-main::before {
    height: 7.5rem;
  }
  .r-main::after {
    height: 7.5rem;
  }
  .r-main__lead {
    margin: 2.5rem auto;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .r-main__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    margin-bottom: 2.5rem;
  }
  .r-main__img img {
    width: auto;
    height: 180px;
    position: relative;
    top: 0;
  }
  .r-main__img--right {
    transform: translate(20%);
  }
  .r-main__text {
    font-size: 1rem;
    line-height: 2;
  }
  .r-campaign__present {
    font-size: 1rem;
  }
  .r-exam {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .r-exam__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 3.75rem;
  }
  .r-movie {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .r-team::before {
    height: 7.5rem;
  }
  .r-team__sub {
    font-size: 1.25rem;
  }
  .r-guidelines {
    padding-bottom: 7.5rem;
  }
  .r-guidelines__inner {
    text-align: left;
  }
  .r-voice::before {
    height: 7.5rem;
    top: 0;
  }
  .r-voice::after {
    height: 7.5rem;
  }
  .r-voice__inner, .r-voice__img {
    min-width: 90%;
  }
  .r-voice__wrap.reverse {
    margin-top: -3.75rem;
  }
  .r-entry {
    padding-bottom: 5.625rem;
    padding-top: 7.5rem;
  }
  .r-entry__wrap {
    padding: 2.1875rem 1.25rem 2.8125rem;
    margin-top: 3.75rem;
  }
  .r-entry__title {
    font-size: 1.5rem;
    margin-top: 0.3125rem;
  }
  .r-entry .r-main__img {
    margin-top: 2.5rem;
  }
  .r-entry__text br {
    display: none;
  }
  .r-entry__btn {
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
  }
  
  .r-form {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .r-main__img--left.ao {
    transform: translateX(-70%)
  }
}