@charset "UTF-8";
html {
  font-family: source-han-sans-japanese, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5296367113vw;
  }
}
@media (min-width: 1046px) {
  html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1096px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 31.25rem;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* floating */
.floating {
  display: none;
  text-align: center;
  width: 55%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .floating {
    width: 25rem;
    max-width: 90%;
    bottom: 0.625rem;
  }
}

.floating__btn {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.floating__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* footer */
.global-footer {
  padding: 70px 0 180px;
  padding: 4.375rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .global-footer {
    padding: 2.8125rem 0 6.25rem;
  }
}

.global-footer__logo img {
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .global-footer__logo img {
    margin-bottom: 1.5625rem;
  }
}

.global-footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .global-footer__copyright {
    font-size: 0.625rem;
  }
}
.global-footer__copyright a {
  text-decoration: none;
}

/* header */
.header {
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    top: 1.25rem;
  }
}

.header__logo {
  width: 29%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 11.25rem;
    max-width: 100%;
  }
}
.header__logo a {
  display: block;
}

/* main */
.main {
  overflow: hidden;
}

/* done */
.done {
  background: #F7F7F7;
  text-align: center;
  padding: 210px 0 188px;
  padding: 13.125rem 0 11.75rem;
}
@media screen and (max-width: 767px) {
  .done {
    padding: 9.375rem 0 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .done .l-inner {
    max-width: 100%;
  }
}

.done__title {
  color: #242536;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .done__title {
    font-size: 1.75rem;
  }
}

.done__text {
  color: #242536;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.6;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .done__text {
    font-size: 0.9375rem;
  }
}

.done__btn {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  background: #F5AA00;
  border-radius: 2.8125rem;
  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;
  width: 240px;
  width: 15rem;
  max-width: 100%;
  height: 64px;
  height: 4rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .done__btn {
    font-size: 1.125rem;
    height: 3.4375rem;
    border-radius: 2.25rem;
  }
}
.done__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* about */
.about {
  background: #F7F7F7;
  position: relative;
  z-index: 2;
}
.about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/recruit/bg.png) no-repeat center bottom/cover;
  z-index: -1;
}

.about__inner {
  position: relative;
  padding: 113px 25px 220px;
  padding: 7.0625rem 1.5625rem 13.75rem;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.about__title-wrapper {
  text-align: center;
}

.about__title {
  display: inline-block;
  background: #fff;
  border: 5px solid #242536;
  border: 0.3125rem solid #242536;
  border-radius: 3.0625rem;
  padding: 18px 30px;
  padding: 1.125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .about__title {
    border: 0.1875rem solid #242536;
    border-radius: 2.25rem;
    padding: 0.625rem 0.9375rem;
  }
}
.about__title span {
  color: #242536;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about__title span {
    font-size: 1.125rem;
  }
}
.about__title span::after {
  position: absolute;
  content: "";
  background: #D1E8FF;
  width: 96%;
  height: 26px;
  height: 1.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
  bottom: -0.125rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about__title span::after {
    width: 100%;
    height: 0.625rem;
    bottom: 0;
  }
}

.about__text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 2.4;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 0.9375rem;
    line-height: 2;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .about__text:last-child {
    margin-right: 6.875rem;
  }
}
.about__text span {
  font-weight: 700;
}

.about__img {
  position: absolute;
  width: 35.5%;
  right: 3.5%;
  top: 30%;
}
@media screen and (max-width: 767px) {
  .about__img {
    right: 0.3125rem;
    width: 7.8125rem;
    top: 13.125rem;
  }
}

/* app */
.app {
  background: #F2F7FB;
}

.app__inner {
  position: relative;
  padding: 120px 25px 102px;
  padding: 7.5rem 1.5625rem 6.375rem;
}
@media screen and (max-width: 767px) {
  .app__inner {
    padding: 3.75rem 0.9375rem 6.25rem;
  }
}

.app__img {
  position: absolute;
  width: 28%;
  left: -1%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .app__img {
    width: 25%;
    left: unset;
    right: 0.625rem;
  }
}

.app__body {
  width: 66.5%;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .app__body {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .app__body {
    width: 100%;
    margin-left: 0;
  }
}

.app__title {
  color: #242536;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .app__title {
    font-size: 2rem;
  }
}
.app__title span {
  color: #FF4D1A;
}

.app__text {
  color: #242536;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.4;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .app__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.app__btn {
  display: block;
  width: 594px;
  width: 37.125rem;
  max-width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .app__btn {
    width: 73%;
  }
}
.app__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* example */ /* merit */
.merit {
  background: #F7F7F7;
  padding: 70px 0 90px;
  padding: 4.375rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 3.75rem 0;
  }
}

.merit__title {
  text-align: center;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .merit__title {
    font-size: 2rem;
  }
}
.merit__title span {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .merit__title span {
    font-size: 1.5rem;
  }
}

.merit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .merit__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.merit__item {
  width: calc(33.33333% - 0.83333rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .merit__item {
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
  }
  .merit__item + .merit__item {
    margin-top: 1.25rem;
  }
}
.merit__item:not(:nth-child(3n+1)) {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .merit__item:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}
.merit__item:first-child .merit__item-title span {
  color: #B488BB;
}
.merit__item:nth-child(2) .merit__item-title span {
  color: #FF9900;
}
.merit__item:last-child .merit__item-title span {
  color: #3399FF;
}

.merit__item-body {
  padding: 32px 32px 40px;
  padding: 2rem 2rem 2.5rem;
}
@media screen and (max-width: 1023px) {
  .merit__item-body {
    padding: 1.875rem 1.5625rem;
  }
}

.merit__item-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .merit__item-title {
    font-size: 1.25rem;
  }
}
.merit__item-title::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 111px;
  width: 6.9375rem;
  height: 1px;
  height: 0.0625rem;
  bottom: -20px;
  bottom: -1.25rem;
  background: #242536;
}

.merit__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 300;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .merit__item-text {
    font-size: 0.9375rem;
  }
}

/* mv */
.mv {
  text-align: center;
  background: #F7F7F7;
}

.mv__inner {
  padding: 40px 0 160px;
  padding: 2.5rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 2.5rem 0 5rem;
  }
}

.mv__img {
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__img {
    max-width: 100%;
    bottom: -2.8125rem;
  }
}
.mv__img:first-child {
  width: 35%;
  left: -4%;
}
@media screen and (max-width: 767px) {
  .mv__img:first-child {
    width: 8.125rem;
    left: 0;
  }
}
.mv__img:nth-child(2) {
  width: 28.5%;
  right: -1%;
}
@media screen and (max-width: 767px) {
  .mv__img:nth-child(2) {
    width: 6.875rem;
    right: 0;
  }
}

.mv__title {
  opacity: 0;
  width: 67%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv__title {
    width: 90%;
    max-width: 25rem;
  }
}

.mv__text {
  opacity: 0;
  display: inline-block;
  background: #fff;
  border: 5px solid #242536;
  border: 0.3125rem solid #242536;
  border-radius: 3.0625rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  padding: 18px 60px;
  padding: 1.125rem 3.75rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv__text {
    border-radius: 2.25rem;
    border: 0.1875rem solid #242536;
    margin-top: 4.0625rem;
    padding: 0.625rem 0.9375rem;
  }
}
.mv__text span {
  color: #242536;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__text span {
    font-size: 1.125rem;
  }
}
.mv__text span::after {
  position: absolute;
  content: "";
  background: #D1E8FF;
  width: 110%;
  height: 26px;
  height: 1.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__text span::after {
    height: 0.625rem;
    width: 100%;
  }
}

/* point */
.point {
  position: relative;
  z-index: 2;
}
.point::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/recruit/bg.png) no-repeat center bottom/cover;
  z-index: -1;
}

.point__inner {
  position: relative;
  padding: 110px 25px 630px;
  padding: 6.875rem 1.5625rem 39.375rem;
}
@media screen and (max-width: 767px) {
  .point__inner {
    padding: 3.75rem 0.9375rem 43.75rem;
  }
}

.point__title-wrapper {
  text-align: center;
}

.point__titles {
  display: inline-block;
  position: relative;
  margin-right: 60px;
  margin-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .point__titles {
    margin-right: 0;
  }
}

.point__subtitle {
  position: absolute;
  width: 34%;
  left: -4%;
  top: -36%;
}
@media screen and (max-width: 767px) {
  .point__subtitle {
    width: 6.25rem;
    top: -2.5rem;
  }
}

.point__title {
  color: #fff;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .point__title {
    font-size: 2.25rem;
  }
}
.point__title span {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .point__title span {
    font-size: 1.5rem;
  }
}

.point__img {
  position: absolute;
  z-index: 3;
}

.point__img01 {
  width: 28%;
  top: 34%;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .point__img01 {
    width: 9.375rem;
    top: 13.75rem;
    left: 62%;
  }
}

.point__img02 {
  width: 22%;
  top: 34%;
  right: 26%;
}
@media screen and (max-width: 767px) {
  .point__img02 {
    width: 8.125rem;
    top: 34.375rem;
    right: unset;
    left: 5%;
  }
}

.point__text {
  position: absolute;
}

.point__text01 {
  width: 13%;
  top: 23%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .point__text01 {
    width: 4.375rem;
    top: 10rem;
    left: 60%;
  }
}

.point__text02 {
  width: 13%;
  top: 37%;
  left: 47%;
}
@media screen and (max-width: 767px) {
  .point__text02 {
    width: 4.6875rem;
    left: 6%;
    top: 28.125rem;
  }
}

.point__boxes {
  width: 23.5%;
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .point__boxes {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .point__boxes {
    width: 67%;
    max-width: 25rem;
  }
}

.point__boxes01 {
  top: 43%;
  left: 2%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .point__boxes01 {
    top: 14.375rem;
    left: 5%;
  }
}
.point__boxes01 .point__box-border {
  bottom: -36%;
  left: 39%;
}
@media screen and (max-width: 767px) {
  .point__boxes01 .point__box-border {
    bottom: -55%;
    left: unset;
    right: 0;
  }
}

.point__boxes02 {
  top: 21%;
  right: 3%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .point__boxes02 {
    top: 30.625rem;
    right: 2%;
  }
}
.point__boxes02 .point__box-border {
  bottom: -36%;
  left: -6%;
}
@media screen and (max-width: 767px) {
  .point__boxes02 .point__box-border {
    bottom: -55%;
    left: 0;
  }
}

.point__boxes03 {
  top: 62%;
  right: 2%;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .point__boxes03 {
    top: 42.5rem;
  }
}
.point__boxes03 .point__box-border {
  top: -38%;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .point__boxes03 .point__box-border {
    top: -55%;
    left: 0;
  }
}

.point__box {
  background: #fff;
  padding: 15px 17px 10px;
  padding: 0.9375rem 1.0625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .point__box {
    padding: 0.625rem 0.625rem;
  }
}

.point__box-icon {
  position: absolute;
  width: 16%;
  top: -6%;
  left: -6%;
}
@media screen and (max-width: 767px) {
  .point__box-icon {
    width: 1.875rem;
    top: -0.9375rem;
    left: -0.9375rem;
  }
}

.point__box-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.4;
  color: #242536;
}
@media screen and (max-width: 767px) {
  .point__box-text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.point__box-border {
  position: absolute;
  width: 64%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .point__box-border {
    width: 7.5rem;
  }
}

/* step */
.step {
  padding: 90px 0 100px;
  padding: 5.625rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 3.75rem 0;
  }
}

.step__title {
  text-align: center;
  color: #242536;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .step__title {
    font-size: 2rem;
  }
}
.step__title span {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .step__title span {
    font-size: 1.5rem;
  }
}

.step__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .step__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.step__item {
  width: calc(33.33333% - 1.83333rem);
  border: 2px solid #242536;
  border: 0.125rem solid #242536;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__item {
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
  }
  .step__item + .step__item {
    margin-top: 1.25rem;
  }
}
.step__item:not(:nth-child(3n+1)) {
  margin-left: 44px;
  margin-left: 2.75rem;
}
@media screen and (max-width: 767px) {
  .step__item:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}
.step__item:first-child {
  padding: 35px 20px 45px;
  padding: 2.1875rem 1.25rem 2.8125rem;
}
.step__item:first-child .step__item-img {
  width: 28%;
  margin: 23px auto 0;
  margin: 1.4375rem auto 0;
}
.step__item:nth-child(2) {
  padding: 55px 20px 52px;
  padding: 3.4375rem 1.25rem 3.25rem;
}
.step__item:nth-child(2) .step__item-img {
  width: 34%;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
}
.step__item:last-child {
  padding: 55px 20px 52px;
  padding: 3.4375rem 1.25rem 3.25rem;
}
.step__item:last-child .step__item-img {
  width: 38%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}

.step__item-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  width: 3.5625rem;
  height: 57px;
  height: 3.5625rem;
  background: #242536;
  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;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .step__item-number {
    font-size: 1.125rem;
  }
}

.step__item-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .step__item-title {
    font-size: 1.25rem;
  }
}

.step__caution {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .step__caution {
    text-align: left;
    margin-top: 1.875rem;
  }
}
/*# sourceMappingURL=recruit.css.map */
