@charset "UTF-8";

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}


address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}


q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del,
ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
HTML
==================================================== */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}


/* ====================================================
Control
==================================================== */
.c-fc--white {
  color: white !important;
}

.c-fc--orange {
  color: #db7c34 !important;
}

.c-ft--jp {
  font-family: "Shippori Mincho", serif;
}

.c-fw--lt {
  font-weight: 300 !important;
}

.c-fw--rg {
  font-weight: 400 !important;
}

.c-fw--md {
  font-weight: 500 !important;
}

.c-fw--sbd {
  font-weight: 600 !important;
}

.c-fw--bd {
  font-weight: 700 !important;
}

.c-fw--bk {
  font-weight: 900 !important;
}

.c-tx--v {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 769px) {
  .c-tx--v-pc {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}

.c-al--c {
  text-align: center !important;
}

@media screen and (min-width: 641px) {
  .c-al--cpc {
    text-align: center !important;
  }
}

.c-al--r {
  text-align: right !important;
}

.c-al--l {
  text-align: left !important;
}

.c-val--md {
  vertical-align: middle;
}

.c-val--top {
  vertical-align: top;
}

/* ====================================================
Component
==================================================== */
.c-txt__basic {
  /* font-size: 26px; */
  /* font-size: 2.0rem !important; */
  line-height: 1.61;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1250px) {
  .c-txt__basic {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-txt__basic {
    /* font-size: 1.4rem !important; */
    line-height: 1.85;
  }
}

.c-txt__02 {
  font-size: 1.2rem !important;
  letter-spacing: 0.02em;
  line-height: 1.7;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-txt__02 {
    font-size: 1.2rem !important;
    line-height: 1.6;
    width: 100%;
  }
}

.c-ttl__01 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .c-ttl__01 {
    font-size: 22px;
    margin-bottom: 9px;
  }
}

.js-scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}

.js-scrollin.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ====================================================
Utility
==================================================== */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (max-width: 359px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1501px) {
  .sp-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}

.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.u-img-of {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}

.c-scroll-box {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.c-scroll-box-y {
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .c-scroll-box-sp {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/* ====================================================
Module
==================================================== */
/* ====================================================
Header
==================================================== */
/* .header {
  position: fixed;
  width: 100%;
  background: url(../images/recruit/header-bg-pc.png) bottom no-repeat;
  background-size: cover;
  padding: 73px 15px 28px;
  z-index: 99999;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 62px 15px 11px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background: url(../images/recruit/header-bg-sp.png) bottom no-repeat;
    background-size: cover;
  }
}
.header .header-logo {
  display: block;
  max-width: 226px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header .header-logo {
    max-width: 100px;
  }
}
 */
.js-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.js-locked body {
  -webkit-overflow-scrolling: auto;
}

@media screen and (max-width: 768px) {
  #page-top {
    position: absolute;
  }
}

.fixed-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.fixed-cta a {
  display: block;
}

/* ====================================================
Pages
==================================================== */
/* ====================================================
PAGE INDEX
==================================================== */
.wrapper {
  /* padding-top: 136px; */
  margin-top: -210px;
  z-index: 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 87px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper .inner {
    padding: 0 25px;
  }
}

.sec-mv__wrap {
  position: relative;
  z-index: 1;
}

.sec-mv__wrap-img {
  margin: 0 calc((100% - 100vw) / 2);
}

.sec-mv__wrap-img img {
  width: 100%;
  /* height: calc(100vh - 136px); */
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media screen and (max-width: 1024px) {
  .sec-mv__wrap-img img {
    height: calc(100vh - 87px);
    padding-top: 50px;
  }
}

.sec-mv__wrap-ttl {
  position: absolute;
  /* width: calc(100% + 20px); */
  width: 80vw;
  max-width: 1107px;
  color: #2a2a27;
  font-size: 22px;
  line-height: 1.83;
  letter-spacing: -0.02em;
  left: -1px;
  top: 60vh;
}

@media screen and (min-width: 769px) {
  .sec-mv__wrap-ttl {
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 0.023em;
    left: 0;
    /* top: 70vh; */
    bottom: 10%;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-mv__wrap-ttl {
    width: 100%;
  }
}

.sec-mv__wrap-ttl .line {
  color: #db7c34;
  font-weight: bold;
  border-bottom: 3px solid #db7c34;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e6e7ec), color-stop(50%, #e6e7ec));
  background-image: linear-gradient(to right, #e6e7ec 50%, #e6e7ec 50%);
  background-size: 100% 62px;
  background-repeat: no-repeat;
  background-position: 0% bottom;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .sec-mv__wrap-ttl .line {
    border-bottom-width: 1px;
    background-size: 100% 33px;
    padding: 0 4px 3px;
  }
}

.sec-mv__block {
  position: relative;
  padding: 25px 0 67px;
}

@media screen and (min-width: 991px) {
  .sec-mv__block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 100px 0 160px;
  }
}

.sec-mv__block::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1080px;
  background: url(../images/recruit/mv-bg-pc.jpg) bottom no-repeat;
  background-size: cover;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.sec-mv__block-txt {
  /* color: #707070; */
  line-height: 1.75;
}

@media screen and (min-width: 991px) {
  .sec-mv__block-txt {
    width: 48%;
    letter-spacing: 0.055em;
  }
}

.sec-mv__block-img {
  margin-top: 29px;
}

@media screen and (min-width: 991px) {
  .sec-mv__block-img {
    width: 47.8%;
    margin-top: 13px;
  }
}

.sec-intro {
  position: relative;
  color: white;
  padding: 86px 0 176px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec-intro {
    padding: 41px 0 84px;
  }
}

.sec-intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #55564b;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-3.25deg);
  -ms-transform: skewY(-3.25deg);
  transform: skewY(-3.25deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sec-intro::before {
    -webkit-transform: skewY(-5.9deg);
    -ms-transform: skewY(-5.9deg);
    transform: skewY(-5.9deg);
  }
}

.intro-list {
  margin-top: 18px;
}

@media screen and (min-width: 641px) {
  .intro-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(86px, 5vw);
    margin-top: 48px;
  }
}

.intro-list__item {
  text-align: justify;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .intro-list__item:not(:last-child) {
    margin-bottom: 43px;
  }
}

.intro-list__img {
  position: relative;
  /* margin-bottom: 29px; */
}

@media screen and (max-width: 768px) {
  .intro-list__img {
    /* margin-bottom: 9px; */
    margin-bottom: -20px;
  }
}

.intro-list__img::before {
  content: "";
  display: block;
  /* padding-bottom: 70.4960835509%; */
}

@media screen and (max-width: 640px) {
  .intro-list__img::before {
    /* padding-bottom: 54.8104956268%; */
  }
}

.intro-list__img img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .intro-list__img img {
    /* border-radius: 0 0 106px 0; */
  }
}

.intro-list__count {
  content: "";
  position: absolute;
  width: 115px;
  color: #43452e;
  font-family: "Pinyon Script", cursive;
  font-style: italic;
  font-size: 81px;
  line-height: 1;
  right: 22px;
  bottom: -54px;
}

@media screen and (max-width: 768px) {
  .intro-list__count {
    width: 90px;
    font-size: 62px;
    right: 18px;
    bottom: -60px;
  }
}

.intro-list__count span {
  font-size: 114px;
}

@media screen and (max-width: 768px) {
  .intro-list__count span {
    font-size: 93px;
  }
}

.intro-list__ttl {
  font-size: 38px;
  letter-spacing: 0.02em;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 1250px) {
  .intro-list__ttl {
    font-size: 23px !important;
  }
}

@media screen and (max-width: 768px) {
  .intro-list__ttl {
    font-size: 18px !important;
    margin-bottom: 4px !important;
  }
}

.sec-support {
  color: #707070;
  background: url(../images/recruit/support-bg-pc.jpg) top no-repeat;
  background-size: cover;
  padding: 200px 0 160px;
  margin-top: -115px;
}

@media screen and (max-width: 768px) {
  .sec-support {
    background: url(../images/recruit/support-bg-sp.jpg) top no-repeat;
    background-size: cover;
    padding: 140px 0 79px;
    margin-top: -85px;
  }
}

.support-main {
  margin: 75px 0 37px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .support-main {
    margin: 23px 0 17px;
  }

  .support-main img {
    width: 100% !important;
    margin: 0 auto;
  }
}

.support-main img {
  width: 80%;
  margin: 0 auto;
}

.support-wrap {
  background: white;
  padding: 18px 16px 27px;
}

@media screen and (min-width: 769px) {
  .support-wrap {
    text-align: center;
    line-height: 1.75;
    padding: 40px 30px 45px;
    width: 80%;
    margin: 0 auto;
  }
}

.support-wrap__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 44px;
}

@media screen and (max-width: 768px) {
  .support-wrap__list {
    gap: 4px 7px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
  }
}

.support-wrap__list-item {
  position: relative;
}

.support-wrap__list-item::before {
  content: "";
  display: block;
  padding-bottom: 56.711409396%;
}

.support-wrap__list-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .support-wrap__list-item img {
    border-radius: 4px;
  }
}

.sec-message {
  background: url(../images/recruit/message-bg-pc.png) center no-repeat;
  background-size: 100% 100%;
  padding: 110px 0 110px;
  margin: -35px 0 -26px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec-message {
    background: url(../images/recruit/message-bg-sp.png) center no-repeat;
    background-size: 100% 100%;
    padding: 61px 0 63px;
    margin: -28px 0 -12px;
  }
}

.message-list {
  margin: 52px min(85px, 2.3vw) 30px;
}

@media screen and (max-width: 640px) {
  .message-list {
    /* max-width: 89.8%; */
    margin: 31px auto 30px;
  }
}

.message-list .slick-list {
  overflow: unset;
}

.message-list .slick-dots {
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 7px;
  bottom: -43px;
  left: 0;
}

.message-list .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #afa99d;
  border: 1px solid #afa99d;
  border-radius: 50%;
  font-size: 0;
}

.message-list .slick-dots li button::before {
  display: none;
}

.message-list .slick-dots li.slick-active button {
  background: white;
}

.message-list__item {
  width: 20%;
}

@media screen and (max-width: 640px) {
  .message-list__item {
    padding: 0 15.5px;
  }
}

.message-list__item a {
  display: block;
  font-size: 38px;
  line-height: 1.37;
  letter-spacing: -0.005em;
  text-decoration: none;
}


@media screen and (max-width: 1500px) {
  .message-list__item a p {
    font-size: 20px !important;
    color: #55564b;
  }
}

@media screen and (max-width: 1024px) {
  .message-list__item a p {
    font-size: 18px !important;
    color: #55564b;

  }
}

.message-list__img {
  position: relative;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .message-list__img {
    margin-bottom: 18px;
  }
}

.message-list__img::before {
  content: "";
  display: block;
  padding-bottom: 140.9921671018%;
}

@media screen and (max-width: 768px) {
  .message-list__img::before {
    padding-bottom: 111.1913357401%;
  }
}

.message-list__img::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(../images/recruit/message-arrow.png) center no-repeat;
  background-size: contain;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .message-list__img::after {
    width: 52px;
    height: 52px;
    right: 11px;
    bottom: 12px;
  }
}

.message-list__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.message-list__ttl {
  border-top: 1px solid #55564b;
  font-size: 26px;
  letter-spacing: 0.02em;
  margin-top: 24px;
  padding-top: 23px;
  color: #55564b;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1500px) {
  .message-list__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .message-list__ttl {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 7px;
  }
}

.loopSlide {
  position: relative;
  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;
  width: 100vw;
  overflow: hidden;
}

.message-list {
  padding: 0;
  width: 120vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 0 min(85px, 4.6vw);
}

@media screen and (max-width: 768px) {
  .message-list {
    width: 180vw;
  }
}

@media screen and (max-width: 640px) {
  .message-list {
    width: 226vw;
  }
}

.message-list:first-child {
  -webkit-animation: slide1 100s -50s linear infinite;
  animation: slide1 100s -50s linear infinite;
}

.message-list:last-child {
  -webkit-animation: slide2 100s linear infinite;
  animation: slide2 100s linear infinite;
}

.message-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 556px;
  height: 72px;
  background: #db7c34;
  color: white;
  border-radius: 41px;
  /* font-size: 30px; */
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .message-btn {
    max-width: 342px;
    height: 46px;
    font-size: 16px;
  }
}

.sec-schedule {
  color: #707070;
  background: url(../images/recruit/schedule-bg-pc.jpg) top no-repeat;
  background-size: 100% 100%;
  padding: 110px 0 110px;
}

@media screen and (max-width: 768px) {
  .sec-schedule {
    background: url(../images/recruit/schedule-bg-sp.jpg) top no-repeat;
    background-size: 100% 100%;
    padding: 65px 0 39px;
  }

  .sec-schedule .c-txt__basic {
    line-height: 1.62;
  }
}

@media screen and (min-width: 641px) {
  .schedule-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 43px auto 32px;
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .schedule-list {
    padding-right: 21.9%;
    margin: 19px -9px 35px;
  }

  .schedule-list .slick-track {
    display: flex;
  }

  .schedule-list .slick-list {
    overflow: unset;
  }

  .schedule-list .slick-dots {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
    bottom: 64px;
    left: 0;
  }

  .schedule-list .slick-dots li button {
    width: 8px;
    height: 8px;
    background: white;
    border: 1px solid #afa99d;
    border-radius: 50%;
    font-size: 0;
  }

  .schedule-list .slick-dots li button::before {
    display: none;
  }

  .schedule-list .slick-dots li.slick-active button {
    background: #afa99d;
  }
}

@media screen and (min-width: 641px) {
  .schedule-list__item {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .schedule-list__item {
    padding: 0 9px;
  }
}

.schedule-list__item img {
  width: 100%;
}

.sec-process {
  background: #c6c2b7;
  padding: 96px 0 135px;
}

@media screen and (max-width: 768px) {
  .sec-process {
    padding: 49px 0 42px;
  }
}

.sec-process .inner {
  max-width: 1029px;
}

.process-main {
  margin: 65px 0 74px;
  text-align: center;
}

.process-main img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .process-main {
    margin: 21px 0 24px;
  }

  .process-main img {
    width: 100%;
    margin: 0 auto;
  }
}

.process-box {
  background: white;
  border: 5px solid #afa99d;
  line-height: 1.8;
  padding: 16px 38px 16px 51px;
  margin-bottom: 55px;
  width: 80%;
  margin: 0 auto 55px;
  font-size: 1.6rem !important;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .process-box {
    border-radius: 3px;
    border-width: 3px;
    line-height: 1.73 !important;
    letter-spacing: 0.07em;
    padding: 8px 10px 11px 19px;
    margin-bottom: 14px;
    font-size: 1.4rem !important;
    width: 100%;
  }

  .process-box span {
    font-size: 1.4rem !important;
    line-height: 1.73 !important;
  }
}

.sec-requirements {
  background: url(../images/recruit/requirements-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 103px 0 165px;
}

@media screen and (max-width: 768px) {
  .sec-requirements {
    padding: 52px 0 69px;
  }
}

.requirements-list {
  margin-top: 66px;
}

@media screen and (max-width: 768px) {
  .requirements-list {
    margin-top: 16px;
  }
}

@media screen and (min-width: 641px) {
  .requirements-list__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.requirements-list__item:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .requirements-list__item:not(:last-child) {
    margin-bottom: 9px;
  }
}

.requirements-list__ttl {
  background: #55564b;
  color: white;
  font-size: 2.0rem;
  letter-spacing: 0.02em;
  padding: 38px 41px 40px;
}

@media screen and (max-width: 1024px) {
  .requirements-list__ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 15px 30px;
  }
}

@media screen and (min-width: 641px) {
  .requirements-list__ttl {
    width: 407px;
    pointer-events: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .requirements-list__ttl {
    width: 280px;
  }
}

@media screen and (max-width: 640px) {
  .requirements-list__ttl {
    text-align: center;
    position: relative;
    padding: 4px 35px;
  }

  .requirements-list__ttl::before,
  .requirements-list__ttl::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: white;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .requirements-list__ttl::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .requirements-list__ttl.on::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 359px) {
  .requirements-list__ttl {
    font-size: 14px;
  }
}

.requirements-list__ct {
  display: none;
  background: white;
  font-size: 1.6rem;
  line-height: 1.39;
  letter-spacing: 0.02em;
  padding: 30px 35px 25px 40px;
}

@media screen and (max-width: 1024px) {
  .requirements-list__ct {
    font-size: 14px;
    line-height: 1.7;
    padding: 20px;
  }
}

@media screen and (min-width: 641px) {
  .requirements-list__ct {
    display: block;
    width: calc(100% - 412px);
  }
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
  .requirements-list__ct {
    width: calc(100% - 285px);
  }
}

.requirements-list__ct span {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .requirements-list__ct span {
    font-size: 10px;
  }
}

.sec-store {
  background: url(../images/recruit/store-bg-pc.jpg) bottom right no-repeat;
  background-size: cover;
  color: white;
  padding: 80px 0 88px;
}

@media screen and (max-width: 768px) {
  .sec-store {
    background: url(../images/recruit/store-bg-sp.jpg) bottom right no-repeat;
    background-size: cover;
    padding: 58px 0 63px;
  }
}

.store-ttl {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.36;
  letter-spacing: 0.02em;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .store-ttl {
    font-size: 2.2rem;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 359px) {
  .store-ttl {
    font-size: 1.8rem;
  }
}

.store-wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .store-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .store-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.store-wrap::before {
  content: "×";
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 70px;
  font-size: 50px;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .store-wrap::before {
    height: 47px;
    font-size: 45px;
  }
}

@media screen and (max-width: 768px) {
  .store-wrap::before {
    top: 52px;
  }
}

.store-wrap__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .store-wrap__box {
    width: 44%;
  }
}

@media screen and (max-width: 768px) {
  .store-wrap__box {
    margin-bottom: 48px;
  }

  .store-wrap__box:nth-child(2) .store-wrap__box-ttl {
    height: 50px;
    font-size: 1.8rem !important;
  }

  .store-wrap__box-ttl {
    height: 50px;
    font-size: 1.8rem !important;
  }
}

.store-wrap__box-ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 135px;
  height: 70px;
  background: #afa99d;
  color: white;
  /* font-size: 26px; */
  margin: 0 !important;
}

@media screen and (max-width: 1024px) {
  .store-wrap__box-ttl {
    width: 101px;
    height: 54px;
    font-size: 18px;
  }
}

.store-wrap__box-select {
  position: relative;
  width: calc(100% - 143px);
  background: white;
  color: #55564b;
  font-size: 1.8rem;
  border: 5px solid #afa99d;
  cursor: pointer;
}

.store-wrap__box-select:after {
  content: "▼";
  position: absolute;
  color: #afa99d;
  font-size: 16px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .store-wrap__box-select:after {
    font-size: 12px;
    right: 9px;
  }
}

@media screen and (max-width: 1024px) {
  .store-wrap__box-select {
    width: calc(100% - 105px);
    border-width: 3px;
    font-size: 18px;
  }
}

@media screen and (max-width: 359px) {
  .store-wrap__box-select {
    font-size: 12px;
  }
}

.store-wrap__box-select select {
  width: 100%;
  height: 100%;
  padding: 5px 27px;
  cursor: pointer;
}

@media screen and (max-width: 1250px) {
  .store-wrap__box-select select {
    padding: 5px 12px;
  }
}

@media screen and (max-width: 768px) {
  .store-wrap__box-select select {
    padding: 5px 18px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 1024px) {
  .store-wrap__box-select select {
    padding: 5px 20px 5px 10px;
  }
}

@media screen and (max-width: 359px) {
  .store-wrap__box-select select {
    padding: 5px 10px 5px 8px;
  }
}

.store-wrap__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #db7c34;
  color: white;
  font-size: 2.4rem;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .store-wrap__btn {
    height: 78px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .store-wrap__btn {
    margin-top: -16px;
  }

  .store-wrap__btn span {
    font-size: 1.8rem !important;
  }
}

.sec-faq {
  background: url(../images/recruit/faq-bg-pc.jpg) bottom right no-repeat;
  background-size: cover;
  color: #707070;
  padding: 118px 0 123px;
}

@media screen and (max-width: 768px) {
  .sec-faq {
    background: url(../images/recruit/faq-bg-sp.jpg) bottom right no-repeat;
    background-size: cover;
    padding: 58px 0 49px;
  }
}

.faq-list {
  width: 80%;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .faq-list {
    width: 100%;
    margin-top: 22px;
  }
}

.faq-list__item {
  color: #55564b;
}

@media screen and (min-width: 769px) {
  .faq-list__item {
    border-bottom: 1px solid #c4c4c4;
  }
}

.faq-list__ttl {
  position: relative;
  background: #dad6ce;
  padding: 21px 20px 21px 94px;
}

@media screen and (max-width: 768px) {
  .faq-list__ttl {
    font-size: 14px;
    line-height: 1.25;
    padding: 12px 15px 11px 48px;
  }
}

.faq-list__ttl::before {
  content: "Q";
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 57px;
  height: 57px;
  background: #55564b;
  color: white;
  border-radius: 50%;
  /* font-size: 30px; */
  font-size: 2.4rem;
  top: 6px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .faq-list__ttl::before {
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 7px;
    left: 10px;
  }
}

.faq-list__txt {
  position: relative;
  padding: 23px 0 24px 94px;
}

@media screen and (max-width: 768px) {
  .faq-list__txt {
    line-height: 1.6;
    letter-spacing: 0;
    padding: 12px 0 21px 48px;
    font-size: 14px;
  }
}

.faq-list__txt::before {
  content: "A";
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 57px;
  height: 57px;
  background: #c4c4c4;
  color: #55564b;
  border-radius: 50%;
  /* font-size: 30px; */
  font-size: 2.4rem;
  top: 8px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .faq-list__txt::before {
    width: 29px;
    height: 29px;
    font-size: 14px;
    top: 9px;
    left: 10px;
  }
}

.sec-wantedly {
  background: url(../images/recruit/wantedly-bg-pc.jpg) center no-repeat;
  background-size: cover;
  padding: 75px 0 91px;
}

@media screen and (max-width: 768px) {
  .sec-wantedly {
    background: url(../images/recruit/wantedly-bg-sp.jpg) center no-repeat;
    background-size: cover;
    padding: 37px 0 40px;
  }
}

@media screen and (min-width: 641px) {
  .wantedly-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 60px;
  }
}

.wantedly-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  height: 170px;
  background: white;
  font-size: 26px;
  letter-spacing: 0.02em;
  padding-top: 2px;
}

@media screen and (max-width: 1024px) {
  .wantedly-btn a {
    max-width: 350px;
    height: 93px;
    font-size: 14.17px;
  }
}

@media screen and (max-width: 640px) {
  .wantedly-btn a {
    margin: 0 auto;
  }

  .wantedly-btn a:not(:last-child) {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 1024px) {
  #page-recruit {
    padding-top: 55px;
  }
}


.fixBan_recruit {
  display: none;
}

@media screen and (max-width: 640px) {
  .fixBan_recruit {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0rem;
    margin: 0 auto 2rem;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
      opacity .35s ease,
      transform .35s ease,
      visibility 0s linear .35s;
    /* フェードアウトが終わってから不可視化 */
  }

  .fixBan_recruit img {
    width: 95%;
    margin: 0 auto;
  }

  .fixBan_recruit.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
      opacity .35s ease,
      transform .35s ease,
      visibility 0s;
    /* 即座に可視化 */
  }

  .fixBan_recruit.is-near-footer {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
      opacity .25s ease,
      transform .25s ease,
      visibility 0s linear .25s;
  }

}