/* Sass Document */
#main_title_area {
  padding: 59rem 8.5rem 15rem;
  background: url(../img/recruit/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #main_title_area {
    padding: 49.1666666667vw 7.0833333333vw 12.5vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area {
    padding: 74.6666666667vw 6.6666666667vw 11.7333333333vw;
    background: url(../img/recruit/bg_main_title_area_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
#main_title_area .txt {
  margin-bottom: 1.3rem;
  font-size: 2.3rem;
  color: #fff;
  line-height: 1.47826;
}
@media screen and (max-width: 1024px) {
  #main_title_area .txt {
    margin-bottom: 1.0833333333vw;
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area .txt {
    margin-bottom: 3.4666666667vw;
    font-size: 2.9333333333vw;
  }
}
#main_title_area .main_title {
  font-size: 7.7rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  #main_title_area .main_title {
    font-size: 6.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area .main_title {
    font-size: 8vw;
  }
}

.title_area {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .title_area {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .title_area {
    margin-bottom: 12.8vw;
  }
}
.title_area .title02 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .title_area .title02 {
    margin-bottom: 0.8333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .title_area .title02 {
    margin-bottom: 4.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
.title_area .en {
  margin-bottom: 0;
  font-size: 6.4rem;
  line-height: 1.203125;
}
@media screen and (max-width: 1024px) {
  .title_area .en {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .title_area .en {
    font-size: 9.6vw;
  }
}

#recruit .site_btn {
  width: 100%;
}

#message {
  position: relative;
  padding: 16.4rem 0 15.6rem;
  background: #191618;
}
@media screen and (max-width: 1024px) {
  #message {
    padding: 13.6666666667vw 0 13vw;
  }
}
@media screen and (max-width: 640px) {
  #message {
    padding: 21.3333333333vw 0 16vw;
  }
}
#message .tit_slider {
  top: 27.4rem;
}
@media screen and (max-width: 1024px) {
  #message .tit_slider {
    top: 22.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #message .tit_slider {
    top: 26.6666666667vw;
  }
}
#message .wrap {
  position: relative;
  z-index: 2;
}
#message .title02 {
  margin-bottom: 7rem;
  font-size: 5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  #message .title02 {
    margin-bottom: 5.8333333333vw;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #message .title02 {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
#message .center {
  max-width: 91.4rem;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 1024px) {
  #message .center {
    margin: 0 auto 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #message .center {
    margin: 0 auto 10.6666666667vw;
  }
}
#message .center p {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 2.125;
}
@media screen and (max-width: 1024px) {
  #message .center p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #message .center p {
    font-size: 3.4666666667vw;
    line-height: 1.923;
  }
}

#feature {
  padding: 10rem 0 12rem;
  background: #F4F1F0;
}
@media screen and (max-width: 1024px) {
  #feature {
    padding: 8.3333333333vw 0 10vw;
  }
}
@media screen and (max-width: 640px) {
  #feature {
    padding: 16vw 0;
  }
}
#feature .wrap {
  max-width: 120rem;
}
#feature .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #feature .feature_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8.5333333333vw;
  }
}
#feature .feature_list.pt01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#feature .feature_list + .feature_list {
  margin-top: 8rem;
  padding-top: 8rem;
  background-image: repeating-linear-gradient(90deg, #111, #111 0.2rem, transparent 0.2rem, transparent 0.6rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 0.1rem;
}
@media screen and (max-width: 1024px) {
  #feature .feature_list + .feature_list {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
    background-image: repeating-linear-gradient(90deg, #111, #111 0.1666666667vw, transparent 0.1666666667vw, transparent 0.5vw);
  }
}
@media screen and (max-width: 640px) {
  #feature .feature_list + .feature_list {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
    background-image: repeating-linear-gradient(90deg, #111, #111 0.5333333333vw, transparent 0.5333333333vw, transparent 1.6vw);
  }
}
#feature .feature_list figure {
  position: relative;
  max-width: 43rem;
  width: 35.8333333333%;
}
@media screen and (max-width: 640px) {
  #feature .feature_list figure {
    max-width: none;
    width: 100%;
  }
}
#feature .feature_list figure:before {
  content: "";
  position: absolute;
  top: 1rem;
  right: -1rem;
  width: 100%;
  aspect-ratio: 1/0.6976744186;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  #feature .feature_list figure:before {
    top: 0.8333333333vw;
    right: -0.8333333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #feature .feature_list figure:before {
    top: 2.6666666667vw;
    right: -2.6666666667vw;
    aspect-ratio: 1/0.6984615385;
    border-radius: 1.3333333333vw;
  }
}
#feature .feature_list figure img {
  position: relative;
  z-index: 2;
}
#feature .feature_list .in {
  position: relative;
  max-width: 70rem;
  width: 58.3333333333%;
}
@media screen and (max-width: 640px) {
  #feature .feature_list .in {
    max-width: none;
    width: 100%;
  }
}
#feature .feature_list .in .feature_number {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  color: #B59768;
}
@media screen and (max-width: 1024px) {
  #feature .feature_list .in .feature_number {
    margin-bottom: 2.5vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #feature .feature_list .in .feature_number {
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
}
#feature .feature_list .in .number {
  position: absolute;
  top: 1.8rem;
  right: 0;
  font-size: 10rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #feature .feature_list .in .number {
    top: 1.5vw;
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #feature .feature_list .in .number {
    top: 2.6666666667vw;
    font-size: 16vw;
  }
}
#feature .feature_list .in .titl03 {
  position: relative;
  margin-bottom: 2.8rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  #feature .feature_list .in .titl03 {
    margin-bottom: 2.3333333333vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #feature .feature_list .in .titl03 {
    margin-bottom: 7.4666666667vw;
    font-size: 4.8vw;
  }
}
#feature .feature_list .in .txt p {
  font-size: 1.5rem;
  line-height: 1.7333;
}
@media screen and (max-width: 1024px) {
  #feature .feature_list .in .txt p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #feature .feature_list .in .txt p {
    font-size: 3.4666666667vw;
    line-height: 1.923;
  }
}
#feature .feature_list .in .txt ul {
  margin: 3rem 0;
}
@media screen and (max-width: 1024px) {
  #feature .feature_list .in .txt ul {
    margin: 2.5vw 0;
  }
}
@media screen and (max-width: 640px) {
  #feature .feature_list .in .txt ul {
    margin: 8vw 0;
  }
}
#feature .feature_list .in .txt ul li {
  font-size: 1.5rem;
  line-height: 1.7333;
}
@media screen and (max-width: 1024px) {
  #feature .feature_list .in .txt ul li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #feature .feature_list .in .txt ul li {
    font-size: 3.4666666667vw;
    line-height: 1.923;
  }
}
#feature .feature_list .in .txt ul li a {
  color: #1168B4;
  text-decoration: underline;
}
#feature .feature_list .in .txt .mt1em {
  margin-top: 2em;
}
#feature .feature_list .in .txt a {
  color: #1168B4;
  text-decoration: underline;
}

#intervew {
  position: relative;
  padding: 10rem 0 15.2rem;
  border-top: 0.1rem solid #111;
}
@media screen and (max-width: 1024px) {
  #intervew {
    padding: 8.3333333333vw 0 12.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew {
    padding: 16vw 0;
  }
}
#intervew .wrap {
  position: relative;
  z-index: 2;
}
#intervew .tit_slider {
  top: 41.1rem;
}
@media screen and (max-width: 1024px) {
  #intervew .tit_slider {
    top: 34.25vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .tit_slider {
    top: 38.4vw;
  }
}
#intervew .tit_slider .tit_slider_item {
  color: #000;
  opacity: 0.02;
}
#intervew .intervew_slider .intervew_slider_in {
  max-width: 120rem;
  margin: 0 4rem;
  padding: 5rem 6rem 4.5rem 8rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .intervew_slider_in {
    padding: 4.1666666667vw 5vw 3.75vw 6.6666666667vw;
    margin: 0 3.3333333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in {
    gap: 5.8666666667vw;
    padding: 10.6666666667vw 6.9333333333vw 9.8666666667vw;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex figure {
  max-width: 30rem;
  width: 30%;
}
#intervew .intervew_slider .intervew_slider_in .flex figure span {
  display: block;
  border: 0.1rem solid #111;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .intervew_slider_in .flex figure {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in .flex figure {
    max-width: none;
    width: 60.2666666667vw;
    margin: auto;
    border-radius: 2.6666666667vw;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex .right {
  max-width: 70rem;
  width: 65%;
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right {
    max-width: none;
    width: 100%;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex .right .name {
  margin-bottom: 1.9rem;
  font-size: 3.5rem;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .name {
    margin-bottom: 1.5833333333vw;
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .name {
    margin-bottom: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex .right .name span {
  margin-left: 2.9rem;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .name span {
    margin-left: 2.4166666667vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .name span {
    margin-left: 2.4vw;
    font-size: 3.2vw;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex .right .position {
  margin-bottom: 5rem;
  font-size: 1.4rem;
  line-height: 1.42857;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .position {
    margin-bottom: 4.1666666667vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .position {
    margin-bottom: 6.9333333333vw;
    font-size: 3.2vw;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex .right .txt {
  padding-top: 4rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0.1rem, #111), color-stop(0.2rem, transparent));
  background-image: linear-gradient(to right, #111 0.1rem, transparent 0.2rem);
  background-size: 0.6rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .txt {
    padding-top: 3.9166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .txt {
    padding-top: 5.3333333333vw;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex .right .txt p {
  font-size: 1.6rem;
  line-height: 1.9375;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .txt p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .intervew_slider_in .flex .right .txt p {
    font-size: 3.2vw;
    line-height: 2;
  }
}
#intervew .intervew_slider .intervew_slider_in .flex .right .txt .mt1em {
  margin-top: 2em;
}
#intervew .intervew_slider .slick-dots {
  bottom: -3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .slick-dots {
    bottom: -3vw;
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .slick-dots {
    bottom: -9.0666666667vw;
    gap: 3.2vw;
  }
}
#intervew .intervew_slider .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .slick-dots li {
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#intervew .intervew_slider .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .slick-dots li button {
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#intervew .intervew_slider .slick-dots li button:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #333;
  border: 0.1rem solid #333;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .slick-dots li button:before {
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  #intervew .intervew_slider .slick-dots li button:before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#intervew .intervew_slider .slick-dots li.slick-active button:before {
  background: #fff;
  border: 0.1rem solid #111;
}
#intervew .intervew_slider .slick-next,
#intervew .intervew_slider .slick-prev {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .slick-next,
  #intervew .intervew_slider .slick-prev {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
#intervew .intervew_slider .slick-next:before,
#intervew .intervew_slider .slick-prev:before {
  display: none;
}
#intervew .intervew_slider .slick-prev {
  left: -1rem;
  background: url(../img/recruit/btn_slider_left.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .slick-prev {
    left: -0.8333333333vw;
  }
}
#intervew .intervew_slider .slick-next {
  right: -1rem;
  background: url(../img/recruit/btn_slider_right.svg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  #intervew .intervew_slider .slick-next {
    right: -0.8333333333vw;
  }
}

#flow {
  padding: 9.8rem 0 12rem;
  background: #191618;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (max-width: 1024px) {
  #flow {
    padding: 8.1666666667vw 0 10vw;
    border-radius: 4.1666666667vw 4.1666666667vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  #flow {
    padding: 18.6666666667vw 0 21.8666666667vw;
    border-radius: 13.3333333333vw 13.3333333333vw 0 0;
  }
}
#flow .title_area * {
  color: #fff;
}
#flow .flow_list {
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 1024px) {
  #flow .flow_list {
    margin-bottom: 7.9166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #flow .flow_list {
    margin-bottom: 16vw;
  }
}
#flow .flow_list li {
  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;
  padding: 2.7rem 1rem;
  background: #262323;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  #flow .flow_list li {
    padding: 2.25vw 0.8333333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #flow .flow_list li {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
#flow .flow_list li + li {
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  #flow .flow_list li + li {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #flow .flow_list li + li {
    margin-top: 5.3333333333vw;
  }
}
#flow .flow_list li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16rem;
  height: 100%;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #flow .flow_list li .number {
    width: 13.3333333333vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #flow .flow_list li .number {
    width: 21.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
#flow .flow_list li .flow_list_in {
  width: calc(100% - 16rem);
  padding: 0.9rem 0 1.1rem 4.6rem;
  border-left: 0.1rem dotted #fff;
}
@media screen and (max-width: 1024px) {
  #flow .flow_list li .flow_list_in {
    width: calc(100% - 13.3333333333vw);
    padding: 0.75vw 0 0.9166666667vw 3.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #flow .flow_list li .flow_list_in {
    width: calc(100% - 21.8666666667vw);
    padding: 0 0 0 5.3333333333vw;
  }
}
#flow .flow_list li .flow_list_in .title03 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #flow .flow_list li .flow_list_in .title03 {
    margin-bottom: 0.8333333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  #flow .flow_list li .flow_list_in .title03 {
    margin-bottom: 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
#flow .flow_list li .flow_list_in p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #flow .flow_list li .flow_list_in p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #flow .flow_list li .flow_list_in p {
    font-size: 3.4666666667vw;
    line-height: 1.846153;
  }
}
#flow .flow_list li .flow_list_in p a {
  color: #fff;
  text-decoration: underline;
}
#flow .site_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  height: 7rem;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #flow .site_btn a {
    width: 33.3333333333vw;
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #flow .site_btn a {
    width: 80vw;
    height: 13.3333333333vw;
  }
}

#qa {
  padding: 9.7rem 0 11rem;
}
@media screen and (max-width: 1024px) {
  #qa {
    padding: 8.0833333333vw 0 9.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #qa {
    padding: 16vw 0 14.1333333333vw;
  }
}
#qa .center {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1024px) {
  #qa .center {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 640px) {
  #qa .center {
    margin-bottom: 9.3333333333vw;
  }
}
#qa .center p {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #qa .center p {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #qa .center p {
    font-size: 3.4666666667vw;
  }
}
#qa .accordion:not(:last-child) {
  margin-bottom: 1rem;
}
#qa .accordion_title {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #111111;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  width: 100%;
  cursor: pointer;
  padding: 25px 60px 25px 30px;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#qa .accordion_title span.en,
#qa .accordion_contents span.en {
  position: relative;
  font-size: 2.5em;
  font-weight: 200;
  padding: 0 30px 0 0;
  margin: 5px 20px 0 0;
}
#qa .accordion_title span.en::before,
#qa .accordion_contents span.en::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: translate(50%, 0%) rotate(90deg);
  transform: translate(50%, 0%) rotate(90deg);
  width: 38px;
  height: 1px;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0) 2px, transparent 2px, transparent 5px);
  background-size: 4px 2px;
  background-position: left center;
  background-repeat: repeat-x;
}
#qa .accordion_title span.en {
  color: #111111;
}
#qa .accordion_title p {
  font-size: 1.7em;
}
#qa summary.accordion_title::-webkit-details-marker {
  display: none;
}
#qa .accordion_title::before,
#qa .accordion_title:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  right: 30px;
  top: 50%;
  background-color: #111111;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
#qa .accordion_title::before {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
#qa .accordion_title:after {
  -webkit-transform: translate(0%, -50%) rotate(90deg);
  transform: translate(0%, -50%) rotate(90deg);
}
#qa .accordion[open] .accordion_title:after {
  -webkit-transform: translate(0%, -50%) rotate(0deg);
  transform: translate(0%, -50%) rotate(0deg);
}
#qa .accordion::details-content {
  opacity: 0;
  block-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: display, opacity, block-size, padding;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
#qa .accordion_contents {
  position: relative;
  z-index: 0;
  background-color: #F4F0ED;
  border: 1px solid #111111;
  border-radius: 5px;
  padding: 50px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-transform: translate(0%, -10px);
  transform: translate(0%, -10px);
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  opacity: 0;
}
#qa .accordion[open] .accordion_contents {
  opacity: 1;
}
#qa .accordion_contents span.en {
  color: #B59768;
}
#qa .accordion_contents p {
  font-size: 1.6em;
  line-height: 1.875;
}
#qa .accordion_contents p a {
  text-decoration: underline;
}
#qa .accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}
#qa .accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}
#qa .accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
#qa .accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}
#qa .site_btn {
  margin: 5rem auto 0;
}
@media screen and (max-width: 640px) {
  #qa .accordion_title {
    padding: 22px 35px 22px 20px;
  }
  #qa .accordion_title::before,
  #qa .accordion_title:after {
    width: 14px;
    right: 15px;
  }
  #qa .accordion_title p {
    font-size: 1.5em;
  }
  #qa .accordion_title span.en,
  #qa .accordion_contents span.en {
    font-size: 2em;
    padding: 0 20px 0 0;
    margin: 3px 20px 0 0;
  }
  #qa .accordion_contents {
    padding: 25px 20px 20px;
    -webkit-transform: translate(0%, -5px);
    transform: translate(0%, -5px);
  }
}

#entry_area {
  padding: 19rem 0 17.5rem;
  background: url(../img/recruit/bg_entry.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #entry_area {
    padding: 15.8333333333vw 0 14.5833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #entry_area {
    padding: 18.6666666667vw 0 24vw;
  }
}
#entry_area .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem;
}
@media screen and (max-width: 1024px) {
  #entry_area .flex {
    padding: 0 3.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #entry_area .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11.4666666667vw;
    padding: 0;
  }
}
#entry_area .flex .title_area {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1024px) {
  #entry_area .flex .title_area {
    margin-bottom: 4.5833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #entry_area .flex .title_area {
    margin-bottom: 8vw;
  }
}
#entry_area .flex .title_area * {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #entry_area .flex .title_area * {
    text-align: center;
  }
}
#entry_area .flex .site_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  height: 7rem;
}
@media screen and (max-width: 1024px) {
  #entry_area .flex .site_btn a {
    width: 33.3333333333vw;
    height: 5.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #entry_area .flex .site_btn a {
    width: 80vw;
    height: 13.3333333333vw;
    margin: auto;
  }
}
#entry_area .flex .txt {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #entry_area .flex .txt {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #entry_area .flex .txt {
    font-size: 3.4666666667vw;
    text-align: center;
    line-height: 1.6923;
  }
}

#insta_area {
  padding: 11rem 0 10rem;
}
@media screen and (max-width: 1024px) {
  #insta_area {
    padding: 9.1666666667vw 0 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area {
    padding: 13.3333333333vw 0 20.8vw;
  }
}
#insta_area .wrap {
  max-width: 120rem;
}
#insta_area .title_flex {
  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;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex {
    margin-bottom: 8vw;
  }
}
#insta_area .title_flex .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .title02 {
    gap: 1.4166666667vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .title02 {
    gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#insta_area .title_flex .title02 img {
  width: 2.726rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .title02 img {
    width: 2.2716666667vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .title02 img {
    width: 4.5813333333vw;
  }
}
#insta_area .title_flex .site_btn {
  width: 17rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .site_btn {
    width: 14.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .site_btn {
    width: 32vw;
  }
}
#insta_area .title_flex .site_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4.6rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .site_btn a {
    height: 3.8333333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .site_btn a {
    height: 8vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .site_btn a span {
    right: 1.5vw;
    width: 0.8333333333vw;
    margin: 0.3vw 0;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .site_btn a span {
    right: 2.6666666667vw;
    width: 2.0053333333vw;
    margin: 0.96vw 0;
  }
}
@media screen and (max-width: 1024px) {
  #insta_area .title_flex .site_btn a span::before, #insta_area .title_flex .site_btn a span::after {
    width: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .title_flex .site_btn a span::before, #insta_area .title_flex .site_btn a span::after {
    width: 1.3333333333vw;
  }
}
#insta_area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .flex {
    gap: 1.1666666667vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .flex {
    gap: 1.3333333333vw;
    margin-bottom: 16vw;
  }
}
#insta_area .flex p {
  width: calc((100% - 5.6rem) / 5);
}
@media screen and (max-width: 1024px) {
  #insta_area .flex p {
    width: calc((100% - 4.6666666667vw) / 5);
  }
}
@media screen and (max-width: 640px) {
  #insta_area .flex p {
    width: calc((100% - 4vw) / 4);
  }
}
#insta_area .sns_area {
  position: relative;
  padding: 6.4rem 1rem 5.4rem;
  margin: auto;
  background: #fff;
  border: 0.1rem solid #111;
  border-radius: 5rem 5rem 0.2rem 0.2rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area {
    padding: 5.3333333333vw 0.8333333333vw 4.5vw;
    border-radius: 4.1666666667vw 4.1666666667vw 0.1666666667vw 0.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area {
    padding: 10.6666666667vw 2.6666666667vw 6.4vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
#insta_area .sns_area .title03 {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22rem;
  height: 4.4rem;
  font-size: 2.3rem;
  color: #fff;
  font-weight: 400;
  background: #1C1C1C;
  border-radius: 2.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area .title03 {
    top: -1.8333333333vw;
    width: 18.3333333333vw;
    height: 3.6666666667vw;
    font-size: 1.9166666667vw;
    border-radius: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area .title03 {
    top: -3.4666666667vw;
    width: 35.2vw;
    height: 7.2vw;
    font-size: 3.4666666667vw;
    border-radius: 5.8666666667vw;
  }
}
#insta_area .sns_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.4rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area ul {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area ul {
    gap: 10.6666666667vw;
  }
}
#insta_area .sns_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#insta_area .sns_area ul li a img {
  width: auto;
  height: 3.869rem;
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area ul li a img {
    height: 3.2241666667vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area ul li a img {
    height: 6.2133333333vw;
  }
}
#insta_area .sns_area ul li a span {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #insta_area .sns_area ul li a span {
    margin-top: 2.0833333333vw;
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #insta_area .sns_area ul li a span {
    margin-top: 3.2vw;
    font-size: 2.6666666667vw;
  }
}