* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-family: "Arial", "メイリオ";
  min-height: 100vh;
}

ol, ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

.yureru-j {
  -webkit-animation: yureru-j 2s infinite;
          animation: yureru-j 2s infinite;
}

@-webkit-keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
header {
  width: 100%;
}
header .header_nav {
  position: fixed;
  width: 100%;
  display: flex;
  height: 6vw;
  z-index: 20;
}
@media (max-width: 767px) {
  header .header_nav {
    flex-direction: column;
  }
}
header .header_nav h1 {
  font-size: 3vw;
  color: #fff;
  font-weight: bold;
  background-color: #f04151;
  line-height: 6vw;
  letter-spacing: 0.2vw;
  width: 53vw;
  text-align: center;
}
@media (max-width: 767px) {
  header .header_nav h1 {
    width: 100vw;
    padding: 1vw;
    order: 2;
    top: 0;
    left: 0;
    font-size: 7vw;
    line-height: 8.5vw;
  }
}
header .header_nav h1 .br-sp {
  display: none;
}
@media (max-width: 767px) {
  header .header_nav h1 .br-sp {
    display: inline;
  }
}
header .header_nav .contact_button_header {
  background-color: #4fb52f;
  text-align: center;
  width: 47vw;
  border: 1px solid #4fb52f;
}
@media (max-width: 767px) {
  header .header_nav .contact_button_header {
    width: 100vw;
    order: 1;
  }
}
header .header_nav .contact_button_header a {
  font-size: 2.4vw;
  color: #fff;
  display: block;
  font-weight: 600;
  text-decoration: none;
  line-height: 6vw;
}
@media (max-width: 767px) {
  header .header_nav .contact_button_header a {
    font-size: 5.2vw;
    font-weight: 500;
    display: block;
    padding: 3vw 1vw;
    transform: scaleY(1.1);
  }
}
header .header_nav .contact_button_header a span {
  margin-left: 0.6vw;
}

.main_inner {
  position: relative;
  font-size: 25px;
}

.main_image {
  position: relative;
}
.main_image img {
  width: 100%;
}
@media (max-width: 767px) {
  .main_image img.is-pc {
    display: none;
  }
}
.main_image img.is-sp {
  margin-top: 26vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .main_image img.is-sp {
    display: none;
  }
}
@media (min-width: 1000px) {
  .main_image img.is-sp {
    display: none;
  }
}
.main_image::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 42vw solid #f04151;
  border-left: 89vw solid transparent;
  opacity: 0.89;
}
@media (max-width: 767px) {
  .main_image::before {
    border-bottom: 103vw solid #f04151;
    border-left: 213vw solid transparent;
  }
}

.main_text_25only {
  position: absolute;
  content: "";
  width: 27%;
  height: 20%;
  top: 22%;
  left: 68%;
  transform: rotate(-27deg);
}
@media (max-width: 767px) {
  .main_text_25only {
    height: 50vw;
    top: 106vw;
    left: 0.5vw;
    transform: rotate(0deg);
  }
}

.main_text_background {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
}

.main_text {
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0.1vw;
  line-height: 1.8;
  color: #fff;
  text-align: right;
  margin-right: 40px;
  margin-bottom: 20px;
  transform: scaleY(1.1);
}
@media (max-width: 767px) {
  .main_text {
    font-size: 5.3vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    line-height: 8.3vw;
    margin-right: 1.5vw;
    margin-bottom: 12vw;
    transform: scaleY(1.2);
  }
}
.main_text .br-sp {
  display: none;
}
@media (max-width: 767px) {
  .main_text .br-sp {
    display: inline;
  }
}

.problem_inner h2 {
  padding: 3vw;
  color: #3b646d;
  font-size: 4vw;
  text-align: center;
  line-height: 5.5vw;
}
.problem_inner h2 span {
  font-size: 5vw;
}
@media (max-width: 767px) {
  .problem_inner h2 {
    font-size: 5vw;
    transform: scaleY(1.1);
    letter-spacing: 0.2vw;
    line-height: 7vw;
    padding: 7vw;
  }
  .problem_inner h2 span {
    font-size: 6.5vw;
  }
}

.problem_image img {
  width: 100%;
}
@media (max-width: 767px) {
  .problem_image img.is-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .problem_image img.is-sp {
    display: none;
  }
}
@media (min-width: 1000px) {
  .problem_image img.is-sp {
    display: none;
  }
}

.commit_top_message {
  color: #fff;
  font-size: 3.5vw;
  font-weight: 600;
  background-color: #bd403a;
  line-height: 6vw;
  letter-spacing: 0.3vw;
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .commit_top_message {
    font-size: 5.8vw;
    padding: 5vw 0 8vw 0;
    line-height: 9.6vw;
  }
}
.commit_top_message .dot-text {
  text-emphasis: dot #fff;
  -webkit-text-emphasis: dot #fff;
}

.commit_contents {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .commit_contents {
    padding-left: 0.25vw;
    padding-right: 0.25vw;
  }
}

.commit_lead {
  font-size: 4.3vw;
  color: #bd403a;
  font-weight: 600;
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media (max-width: 767px) {
  .commit_lead {
    font-size: 7.3vw;
    text-align: left;
    transform: scaleY(1.1);
    padding-left: 2.5vw;
  }
}

@media (max-width: 767px) {
  .commit_is-sp {
    font-size: 6.5vw;
  }
}

.commit_wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .commit_wrapper {
    display: block;
  }
}
.commit_wrapper .commit_text {
  padding-left: 2.5vw;
}
@media (max-width: 767px) {
  .commit_wrapper .commit_text {
    padding: 0;
  }
}

.commit_wrapper_reverce {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .commit_wrapper_reverce {
    display: block;
  }
}
.commit_wrapper_reverce .commit_text {
  padding-right: 2.5vw;
}

.commit_img {
  width: 50%;
}
@media (max-width: 767px) {
  .commit_img {
    width: 95vw;
    margin: 0 auto;
  }
}

.commit_text {
  font-size: 2.5vw;
  font-weight: bold;
  letter-spacing: -0.2vw;
  line-height: 3.5vw;
  width: 50%;
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  transform: scaleY(1.1);
}
@media (max-width: 767px) {
  .commit_text {
    font-size: 3.5vw;
    margin: 5vw auto;
    width: 90vw;
    letter-spacing: 0.3vw;
    line-height: 4.5vw;
    transform: scaleY(1.2);
  }
}

.recruitment {
  padding-top: 8vw;
  text-align: center;
}

.recruitment_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .recruitment_img img.is-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .recruitment_img img.is-sp {
    display: none;
  }
}
@media (min-width: 1000px) {
  .recruitment_img img.is-sp {
    display: none;
  }
}

.contact_button {
  width: 60vw;
  height: 10vw;
  background-color: #4fb52f;
  margin: 5vw auto 10vw;
  border-radius: 1vw;
  box-shadow: 0.3vw 0.3vw 0.3vw rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .contact_button {
    width: 93vw;
    height: 13vw;
    box-shadow: 0.5vw 0.6vw 0.4vw rgba(0, 0, 0, 0.5);
    margin-top: 8vw;
  }
}
.contact_button a {
  font-size: 2.8vw;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 10vw;
  letter-spacing: 0.1vw;
  transform: scaleY(1.3);
  padding-right: 3vw;
  position: relative;
}
@media (max-width: 767px) {
  .contact_button a {
    font-size: 4.2vw;
    font-weight: 500;
    letter-spacing: 0.3vw;
    transform: scaleY(1.2);
    line-height: 13vw;
    padding-right: 7.5vw;
  }
}
.contact_button a::before {
  position: absolute;
  content: "";
  border-top: solid 0.4vw #fff;
  border-right: solid 0.4vw #fff;
  width: 1.6vw;
  height: 1.6vw;
  transform: rotate(45deg);
  top: 4.2vw;
  left: 54vw;
}
@media (max-width: 767px) {
  .contact_button a::before {
    border-top: solid 0.54vw #fff;
    border-right: solid 0.54vw #fff;
    width: 1.8vw;
    height: 1.8vw;
    top: 5.4vw;
    left: 83vw;
  }
}

.profile {
  text-align: center;
  background-color: #000;
  padding-top: 8vw;
  padding-bottom: 50vw;
}
@media (max-width: 767px) {
  .profile {
    padding-top: 12vw;
  }
}
.profile h2 {
  font-size: 8vw;
  color: #fff;
  letter-spacing: 0.3vw;
  line-height: 8vw;
}
@media (max-width: 767px) {
  .profile h2 {
    font-size: 13vw;
    font-weight: 600;
    transform: scaleY(1.2);
  }
}
.profile h2 span {
  font-size: 7vw;
}
@media (max-width: 767px) {
  .profile h2 span {
    font-size: 11vw;
    font-weight: 700;
    line-height: 20vw;
    letter-spacing: 1.4vw;
    transform: scaleY(1.2);
  }
}

.profile_image {
  margin-top: 6vw;
}
@media (max-width: 767px) {
  .profile_image {
    margin-top: 8vw;
  }
}
.profile_image img {
  width: 400px;
}
@media (max-width: 767px) {
  .profile_image img {
    width: 75vw;
  }
}

.profile_text {
  font-size: 2.6vw;
  color: #fff;
  width: 60%;
  text-align: left;
  margin: 10vw auto;
}
@media (max-width: 767px) {
  .profile_text {
    font-size: 3.5vw;
    width: 87%;
  }
}
.profile_text p {
  margin-top: 5vw;
}

.profile_movie_title {
  font-size: 2.6vw;
  color: #fff;
  margin-top: 8vw;
  margin-bottom: 2vw;
}
@media (max-width: 767px) {
  .profile_movie_title {
    font-size: 3.8vw;
  }
}

@media (max-width: 767px) {
  iframe {
    width: 80vw;
    height: 50vw;
  }
}

.recruitment_profile {
  margin-top: -57vw;
}

.user-voice {
  width: 100%;
  background-color: #edf9f6;
  text-align: center;
  padding-bottom: 50vw;
}
.user-voice h2 {
  display: block;
  font-size: 8vw;
  color: #fff;
  background-color: #bd403a;
  position: relative;
  margin: 1.5em 0;
  height: 20vw;
  line-height: 20vw;
}
@media (max-width: 767px) {
  .user-voice h2 {
    font-size: 12vw;
    transform: scaleY(1.2);
    height: 25vw;
    line-height: 25vw;
  }
}
.user-voice h2::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -15px;
  border: 4.5vw solid transparent;
  border-top: 9vw solid #bd403a;
}
@media (max-width: 767px) {
  .user-voice h2::before {
    margin-left: 0;
  }
}

.user-voice_lead {
  font-size: 6vw;
  font-weight: 700;
  letter-spacing: -0.1vw;
  line-height: 8vw;
  color: #3b646d;
  transform: scaleY(1.1);
  margin-bottom: 7vw;
}
@media (max-width: 767px) {
  .user-voice_lead {
    font-size: 6vw;
    transform: scaleY(1.2);
    letter-spacing: 0.4vw;
  }
}

.user-voice_card {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #828181;
  border-radius: 8px;
  text-align: left;
  margin-bottom: 12vw;
}
@media (max-width: 767px) {
  .user-voice_card {
    width: 90%;
    border: 1px solid #d9dfe0;
    margin-bottom: 18vw;
  }
}

.user-voice_name {
  font-size: 2.4vw;
  font-weight: 700;
  margin-left: 10vw;
  padding-left: 8vw;
  padding-top: 6vw;
  padding-bottom: 0.2vw;
  border-bottom: 0.5vw solid #bd403a;
  position: relative;
}
@media (max-width: 767px) {
  .user-voice_name {
    font-size: 3.8vw;
    letter-spacing: -0.2vw;
    transform: scaleY(1.1);
    line-height: 5.2vw;
    border-bottom: 0.8vw solid #bd403a;
    margin-left: 5vw;
  }
}
.user-voice_name::before {
  position: absolute;
  content: "";
  background: url(../img/user-face@2x.png) no-repeat center center/contain;
  width: 7vw;
  height: 7vw;
  top: 8.9vw;
  left: -2vw;
  transform: translateY(-20.5%);
}
@media (max-width: 767px) {
  .user-voice_name::before {
    top: 11.7VW;
  }
}

.use-voice_name-sp {
  font-size: 2.4vw;
  font-weight: 700;
  margin-left: 10vw;
  padding-left: 8vw;
  padding-top: 6vw;
  padding-bottom: 0.2vw;
  border-bottom: 0.5vw solid #bd403a;
  position: relative;
}
@media (max-width: 767px) {
  .use-voice_name-sp {
    font-size: 3.8vw;
    letter-spacing: -0.2vw;
    transform: scaleY(1.1);
    line-height: 5.2vw;
    border-bottom: 0.8vw solid #bd403a;
  }
}
.use-voice_name-sp::before {
  position: absolute;
  content: "";
  background: url(../img/user-face@2x.png) no-repeat center center/contain;
  width: 7vw;
  height: 7vw;
  top: 50%;
  left: -2vw;
  transform: translateY(-20.5%);
}
@media (max-width: 767px) {
  .use-voice_name-sp::before {
    top: 6.7VW;
  }
}

.user-voice_text {
  font-size: 2.4vw;
  font-weight: 700;
  letter-spacing: -0.05vw;
  line-height: 3.5vw;
  transform: scaleY(1.2);
  margin: 3vw 2vw 0 2vw;
  padding: 5vw;
  padding-right: 1.5vw;
}
@media (max-width: 767px) {
  .user-voice_text {
    font-size: 4vw;
    font-weight: 700;
    line-height: 5.8vw;
    letter-spacing: 0.7vw;
    transform: scaleY(1.2);
    margin: 6vw 2vw 10vw 2vw;
  }
}
.user-voice_text span {
  color: #bd403a;
  background: linear-gradient(transparent 70%, #feffbc 60%);
}
.user-voice_text .br-sp {
  display: none;
}
@media (max-width: 767px) {
  .user-voice_text .br-sp {
    display: inline;
  }
}
@media (max-width: 767px) {
  .user-voice_text .br-pc {
    display: none;
  }
}

.recruitment_voice {
  margin-top: -60vw;
}

.point_title {
  background: url(../img/point-title.jpg) no-repeat center center/cover;
  width: 100vw;
  height: 20vw;
}
@media (max-width: 767px) {
  .point_title {
    background: url(../img/point-sp@2x.png) no-repeat center center/cover;
    width: 100vw;
    height: 40vw;
  }
}
.point_title h2 {
  font-size: 3.5vw;
  color: #fff;
  text-shadow: 2px 2px 5px #808080;
  width: 80%;
  text-align: center;
  line-height: 5vw;
  transform: skew(-15deg);
  margin: 0 auto;
  letter-spacing: 0.5vw;
  padding-top: 5vw;
}
@media (max-width: 767px) {
  .point_title h2 {
    font-size: 7vw;
    line-height: 9vw;
    letter-spacing: 0.3vw;
    padding-top: 12vw;
    text-align: right;
  }
}

.point_lead {
  background: url(../img/point-line.png) no-repeat center center/cover;
  margin: 4vw 8vw 0 3vw;
}
@media (max-width: 767px) {
  .point_lead {
    padding-right: 2vw;
    margin-left: -2vw;
    width: 100vw;
    height: 12.5vw;
    position: relative;
  }
}
.point_lead h3 {
  font-size: 3.5vw;
  color: #fff;
  width: 85vw;
  height: 13vw;
  text-align: left;
  line-height: 12vw;
  letter-spacing: 0.4vw;
  transform: rotate(-1.7deg) skew(-15deg);
  padding-left: 8vw;
}
@media (max-width: 767px) {
  .point_lead h3 {
    font-size: 4.6vw;
    width: 100%;
    padding-left: 3.8vw;
    line-height: 11vw;
    letter-spacing: 0.2vw;
  }
}

.point_image {
  margin: 2vw 8vw;
}
@media (max-width: 767px) {
  .point_image {
    width: 96vw;
    margin: -5vw auto;
    border: 1px solid #d9dfe0;
  }
}

.point_text {
  font-size: 2.5vw;
  font-weight: 700;
  width: 80%;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .point_text {
    font-size: 3.5vw;
    width: 95vw;
    letter-spacing: 0.2vw;
    line-height: 4vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
    transform: scaleY(1.1);
  }
}

.point_attention {
  font-size: 1.8vw;
  text-align: left;
  margin-left: 10vw;
  letter-spacing: -0.1vw;
}
@media (max-width: 767px) {
  .point_attention {
    font-size: 2.5vw;
    margin-left: 3vw;
    margin-top: -8vw;
    margin-right: 2vw;
  }
}
.point_attention .br-sp {
  display: none;
}
@media (max-width: 767px) {
  .point_attention .br-sp {
    display: inline;
  }
}
@media (max-width: 767px) {
  .point_attention .br-pc {
    display: none;
  }
}

.lesson {
  margin-top: 10vw;
  padding-bottom: 10vw;
  background-color: #d9dfe0;
}
@media (max-width: 767px) {
  .lesson {
    padding-bottom: 0.05vw;
  }
}

.lesson_title {
  background-color: #3b646d;
  height: 20vw;
}
@media (max-width: 767px) {
  .lesson_title {
    height: 30vw;
  }
}
.lesson_title h2 {
  font-size: 5vw;
  color: #fff;
  line-height: 20vw;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .lesson_title h2 {
    font-size: 6.5vw;
    letter-spacing: 0.5vw;
    line-height: 30vw;
    transform: scaleY(1.2);
  }
}

.lesson_step {
  font-size: 3.2vw;
  color: #fff;
  font-weight: 600;
  background-color: #3b646d;
  width: 10vw;
  height: 4.5vw;
  text-align: center;
  margin: 0 auto;
  margin-top: 7vw;
  border-radius: 0.3vw;
  line-height: 4vw;
  transform: scaleY(1.3);
}
@media (max-width: 767px) {
  .lesson_step {
    font-size: 5vw;
    font-weight: 500;
    width: 13vw;
    height: 6vw;
    border-radius: 1vw;
    line-height: 6vw;
  }
}

.lesson_content {
  width: 58%;
  background-color: #fff;
  margin: 2vw auto;
  padding: 2vw;
}
@media (max-width: 767px) {
  .lesson_content {
    width: 92vw;
    border-radius: 0.8vw;
    margin: 3.3vw auto 11vw;
  }
}

.lesson_step_title {
  font-size: 3.2vw;
  color: #3b646d;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .lesson_step_title {
    font-size: 7vw;
    transform: scaleY(1.1);
    margin-top: 4vw;
  }
}

.lesson_step_text {
  font-size: 2.2vw;
  font-weight: 700;
  width: 90%;
  margin: 1vw auto;
  line-height: 3vw;
}
@media (max-width: 767px) {
  .lesson_step_text {
    font-size: 3.6vw;
    line-height: 5vw;
    transform: scaleY(1.1);
    width: 83vw;
    margin: 5vw auto;
  }
}

.lesson_step_image {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  .lesson_step_image {
    margin-bottom: 5vw;
  }
}
.lesson_step_image img {
  width: 90%;
}
@media (max-width: 767px) {
  .lesson_step_image img {
    width: 83vw;
  }
}

.faq {
  background-color: #f7f3f1;
  padding-bottom: 30vw;
}

.faq_title {
  background-color: #bd403a;
  width: 100%;
  height: 20vw;
}
@media (max-width: 767px) {
  .faq_title {
    height: 30vw;
    margin-bottom: 18vw;
  }
}
.faq_title h2 {
  font-size: 8vw;
  color: #fff;
  line-height: 20vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1vw;
}
@media (max-width: 767px) {
  .faq_title h2 {
    font-size: 12vw;
    line-height: 30vw;
  }
}

.faq_container {
  width: 80%;
  margin: 8vw auto;
}
@media (max-width: 767px) {
  .faq_container {
    width: 93vw;
  }
}

.faq_q {
  text-align: center;
  background-color: #3b646d;
  border-radius: 1vw;
}
@media (max-width: 767px) {
  .faq_q {
    border-radius: 2vw;
    margin-top: 10vw;
  }
}
.faq_q p {
  font-size: 3vw;
  color: #fff;
  font-weight: 500;
  text-align: left;
  padding: 2vw 0 2vw 11vw;
  letter-spacing: 0.2vw;
  text-indent: -5vw;
}
@media (max-width: 767px) {
  .faq_q p {
    font-size: 4vw;
    padding: 5vw 0 5vw 6vw;
    padding-left: 15vw;
    margin-top: 6vw;
    margin-bottom: 2vw;
    text-indent: -10vw;
    transform: scaleY(1.2);
  }
}
.faq_q p span {
  margin-left: 4vw;
}
.faq_q p .br-sp {
  display: none;
}
@media (max-width: 767px) {
  .faq_q p .br-sp {
    display: inline;
  }
}
@media (max-width: 767px) {
  .faq_q p .br-pc {
    display: none;
  }
}

.faq_a {
  font-size: 2vw;
  font-weight: 500;
  height: 10vw;
  margin: 2vw 0 6vw 6vw;
}
@media (max-width: 767px) {
  .faq_a {
    display: inline-block;
    font-size: 4vw;
    margin-left: 5vw;
    text-indent: -0.5vw;
    transform: scaleY(1.1);
    letter-spacing: -0.3vw;
    padding-right: 1vw;
  }
}
.faq_a .span-a {
  font-size: 3vw;
  font-weight: 500;
  color: #bd403a;
}
@media (max-width: 767px) {
  .faq_a .span-a {
    font-size: 8vw;
    font-weight: 600;
    margin-right: 2vw;
    transform: scaleY(1.2);
  }
}
.faq_a .br-sp {
  display: none;
}
@media (max-width: 767px) {
  .faq_a .br-sp {
    display: inline;
  }
}
@media (max-width: 767px) {
  .faq_a .br-pc {
    display: none;
  }
}

.recruitment_faq {
  margin-top: -40vw;
  margin-bottom: 15vw;
}

footer {
  background-color: #000;
  height: 10vw;
}
@media (max-width: 767px) {
  footer {
    height: 13vw;
  }
}
footer p {
  font-size: 1.8vw;
  color: #fff;
  text-align: center;
  padding-top: 3.1vw;
  letter-spacing: 0.2vw;
  transform: scaleY(1.2);
}
@media (max-width: 767px) {
  footer p {
    font-size: 1.8vw;
    transform: scaleY(1.2);
    letter-spacing: 0.1vw;
    padding-top: 4vw;
  }
}