@charset "utf-8";

#conversion {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 75rem;
  margin: 0 auto;
  display: none;
  background: rgba(255, 255, 255, 0.7);
}

#conversion .gbBtnWText {
  margin-bottom: 0;
}

/*きらっと光る*/
.btnshine {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  border-radius: 5.9rem;
}

/*キラッと光る*/
.btnshine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  z-index: 5;
}

/*hoverした際の移動のアニメーション*/
.btnshine::before {
  animation: shine 1.5s infinite;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.bounce {
  animation: bounce 2s ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(-45%);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateY(-24%);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateY(-12%);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateY(-6%);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateY(-4%);
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    transform: translateY(0%);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateY(0%);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

sup {
  vertical-align: super;
  font-size: smaller;
  position: relative;
  top: -2rem;
}

.gBlock {
  background-color: #fa993e;
}

.gBtn {
  display: block;
  margin: 0 auto;
  width: 71rem;
}

.gBtn a {
  display: flex;
  align-items: center;
  height: 13.85rem;
  text-decoration: none;
  background: url(../img/btnGbBg.webp) no-repeat center;
  background-size: 100% 100%;
}

.gBtn a span {
  margin-top: -1.1rem;
  margin-left: 14rem;
}

/* header */
header {
  width: 100%;
}

header .logo {
  display: block;
  width: 29.7rem;
  height: auto;
  margin: 1rem auto 1rem auto;
}

/* First View */
.firstView {
  width: 100%;
  background-image: url("../img/fvBg.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.firstView .fvIssue {
  display: block;
  width: 70.8rem;
  height: auto;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.firstView .fvTxt {
  display: block;
  width: auto;
  height: 27.3rem;
  margin-top: 1rem;
  margin-left: -1rem;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.firstView .fvBanner {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

/* info */
.info {
  margin-bottom: -6rem;
}

.infoTT {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.infoSliderBox {
  position: relative;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
}

.infoSlider {
  width: 64rem;
  display: block;
  margin: 0 auto;
}

.infoSliderItem {
  display: block;
  margin: 0 auto;
}

.infoNext,
.infoPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: auto;
  cursor: pointer;
}

.infoNext {
  right: 3rem;
}

.infoPrev {
  left: 3rem;
}

/* slick dots */
ul.slick-dots {
  display: flex;
  justify-content: space-between;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
}

.slick-dots li {
  flex: 1;
  margin: 0 0.5rem;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  width: 100%;
  height: 1rem;
  background: #b3b3b3;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #005ecc;
}

/* user */
.user {
  background: #e8f2f6;
  padding: 4rem 0;
}

.userTT {
  display: block;
  width: 39.3rem;
  margin: 0 auto;
}

.userSliderBox {
  width: 65rem;
  display: block;
  margin: 2rem auto 0;
}

.userSliderItem {
  position: relative;
  height: 69rem;
  padding: 1rem 2.5rem 5rem 2.5rem;
}

.userSliderItem p {
  padding-left: 0.5rem;
}

.userSlider .item01 {
  background: url(../img/userSliderItem01Bg.webp) no-repeat center;
  background-size: 100% 100%;
}

.userSlider .item02 {
  background: url(../img/userSliderItem02Bg.webp) no-repeat center;
  background-size: 100% 100%;
}

.userSlider .item03 {
  background: url(../img/userSliderItem03Bg.webp) no-repeat center;
  background-size: 100% 100%;
}

.userImg {
  width: 26rem;
  display: block;
  margin: 4.5rem 0 0 2rem;
}

.userNote {
  position: absolute;
  top: 14.5rem;
  left: 25rem;
}

.userNote p {
  background-color: #005ecc;
}

.userSlider ul.slick-dots {
  justify-content: space-evenly;
}

.userSlider .slick-dots li {
  flex: 0;
  margin: 0 -5.5rem;
}

.userSlider .slick-dots li button {
  width: 7.8rem;
  height: 1rem;
}

.userNext,
.userPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: auto;
  cursor: pointer;
}

.userNext {
  right: -2rem;
}

.userPrev {
  left: -2rem;
}

/* trouble */
.trouble {
  background: url(../img/troubleBg.webp) no-repeat center;
  background-size: 100% 100%;
  padding: 1rem 0 7rem;
  position: relative;
  z-index: 2;
}

.troubleTTBox h2 {
  margin-top: -1.5rem;
  text-shadow:
    4px 4px 0 #111,
    -4px -4px 0 #111,
    -4px 4px 0 #111,
    4px -4px 0 #111,
    0px 4px 0 #111,
    0px -4px 0 #111,
    -4px 0px 0 #111,
    4px 0px 0 #111,
    2px 2px 0 #111,
    -2px -2px 0 #111,
    -2px 2px 0 #111,
    2px -2px 0 #111,
    0px 2px 0 #111,
    0px -2px 0 #111,
    -2px 0px 0 #111,
    2px 0px 0 #111;
}

.troubleMockBox {
  width: 68rem;
  margin: 0 auto;
  background: url(../img/troubleMockBox.webp) no-repeat center;
  background-size: 100% 100%;
  margin-top: 2rem;
  padding: 3rem 4rem 3rem 4rem;
}

.troubleList {
  position: relative;
  z-index: 2;
}

.troubleList li {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}

.checkIcon {
  width: 4rem;
  height: auto;
  margin-right: 1.5rem;
}

.lineText {
  font-size: 5.4rem;
}

.whiteBorder {
  text-shadow:
    4px 4px 0 #fff,
    -4px -4px 0 #fff,
    -4px 4px 0 #fff,
    4px -4px 0 #fff,
    0px 4px 0 #fff,
    0px -4px 0 #fff,
    -4px 0px 0 #fff,
    4px 0px 0 #fff,
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff;
}

.troubleMan {
  position: absolute;
  right: -4rem;
  bottom: -5.5rem;
  width: 35rem;
  overflow: hidden;
  z-index: 1;
}

/* solution */
.solution {
  position: relative;
  background: #fff1dc;
  padding: 5rem 0 2rem;
  z-index: 4;
}

.solutionTT {
  display: block;
  width: 100%;
  height: auto;
  margin: -12rem auto 4rem;
}

.solutionList {
  display: flex;
  flex-direction: column;
}

.solutionItem {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}

.solutionItem.si01 {
  background: url(../img/solutionItem01Bg.webp) no-repeat center;
  background-size: 100% 100%;
}

.si01 .solutionItemTT {
  margin-left: 10rem;
  margin-top: 3rem;
  position: relative;
}

.si01 .solutionFree::after,
.si03 .solutionFree::after {
  content: "※";
  font-size: 2rem;
  color: #fb631d;
  vertical-align: super;
  line-height: 0;
  position: absolute;
  top: 7rem;
  right: 3rem;
}

.solutionItem.si02 {
  background: url(../img/solutionItem02Bg.webp) no-repeat center;
  background-size: 100% 100%;
}

.si02 .solutionItemTT {
  margin-left: 10rem;
  margin-top: 3rem;
  position: relative;
}

.solutionItem.si03 {
  background: url(../img/solutionItem03Bg.webp) no-repeat center;
  background-size: 100% 100%;
}

.si03 .solutionItemTT {
  margin-left: 10rem;
  margin-top: 3rem;
  position: relative;
}

.solutionItemImg {
  width: 65rem;
  height: auto;
  display: block;
  margin: 2rem auto 2.5rem;
}

.solutionItemBody {
  padding: 2rem 3rem 3rem;
}

/* point */
.point {
  background: #fff1dc;
  padding: 4rem 0 4rem;
}

.pointTT {
  display: block;
  width: 58.7rem;
  height: auto;
  margin: 0 auto;
}
.pointItem {
  border-radius: 2rem;
  overflow: hidden;
}

.pointItem.point01 {
  background: url(../img/point01Bg.webp) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 11rem;
}

.pointItem.point02 {
  background: url(../img/point02Bg.webp) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 11rem;
}

.pointItem.point03 {
  background: url(../img/point03Bg.webp) no-repeat top center;
  background-size: 100% 102%;
  padding-bottom: 11rem;
}

.pointItemTT {
  width: 61rem;
  display: block;
  margin: 22rem auto 0;
}

.pointRoomImg {
  width: 61rem;
  display: block;
  margin: 0 auto;
}

.pointDayPay {
  position: relative;
  margin-top: 22rem;
}

.pointDayPay::after {
  content: " ※";
  position: absolute;
  font-size: 2rem;
  top: 1rem;
  right: 18rem;
}

.point03Logo {
  width: 65rem;
  display: block;
  margin: 0 auto;
  margin-top: 25rem;
}

.point03SliderBox {
  width: 65rem;
  margin: 1rem auto 0;
}

.point03SliderBox::after {
  content: "※募集が終了している可能性がございます";
  position: absolute;
  font-size: 2rem;
  font-weight: 300;
  right: 1rem;
  bottom: -5rem;
}

/* card */
.jobCard {
  border: 1rem solid #fcc28b;
  border-radius: 2rem;
  padding: 2rem;
  background-color: #fff;
}

.jobCardImg img {
  width: 59rem;
  height: auto;
  margin: 0 auto;
  display: block;
}

.jobCardInfo {
  margin-top: 2rem;
  margin-left: 0.5rem;
}

.infoRow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.label {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: #fa993e;
  border-radius: 0.3rem;
  padding: 0.2rem 1rem;
  flex-shrink: 0;
}

.salary {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #f8512c;
  font-weight: 500;
  margin-left: 1rem;
}

.salaryText {
  font-size: 3.4rem;
  font-weight: 700;
}

.salaryNum {
  font-size: 4.8rem;
  font-weight: 700;
}

.time {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin-left: 1rem;
  font-weight: 700;
}

.text {
  font-size: 3.4rem;
  line-height: 1.4;
  color: #333;
  margin-left: 1rem;
  font-weight: 700;
}

.pointNext,
.pointPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: auto;
  cursor: pointer;
}

.pointNext {
  right: -2.5rem;
}

.pointPrev {
  left: -2.5rem;
}

.point03Slider .slick-dots li.slick-active button {
  background-color: #fa993e;
}

.point03Slider ul.slick-dots {
  bottom: -10rem;
}

/* about */
.about {
  background: #fff1dc;
}
.aboutCompanyWrap {
  display: block;
  padding: 0.5rem;
  background: url(../img/aboutCompanyWrap.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 1rem 0 2rem;
}

.aboutImg {
  width: 69rem;
  display: block;
  margin: 0 auto;
}

/* stepFlowSection */
.stepFlowSection {
  background-color: #e8f2f6;
  padding: 4rem 0 3rem;
}

.stepTT {
  width: 53rem;
  display: block;
  margin: 0 auto;
}

.stepCard {
  width: 69rem;
  display: block;
  margin: 0 auto;
}

.stepCard01 {
  background-image: url("../img/stepFirstBg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 9rem 0 5rem;
  position: relative;
  z-index: 5;
}

.stepCard02 {
  background-image: url("../img/stepSecondBg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 25rem 0 5rem;
  margin-top: -15rem;
  position: relative;
  z-index: 4;
}

.stepCard03 {
  background-image: url("../img/stepThirdBg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 25rem 0 5rem;
  margin-top: -14rem;
  position: relative;
  z-index: 3;
}

.stepCard04 {
  background-image: url("../img/stepLastBg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 25rem 0 5rem;
  margin-top: -11rem;
  position: relative;
  z-index: 2;
}

.stepCardBody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 3rem;
}

.stepCardIcon {
  width: 13rem;
  display: block;
  margin: 0 auto;
}

.stepCardText {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin-left: rem;
}

/* qa */
.qa {
  padding: 4rem 0;
}

.qaBox {
  width: 69rem;
  display: block;
  margin: 8rem auto 2rem;
}

.qaItem {
  margin-bottom: 3rem;
}

.qaBox .qaItem:last-child {
  margin-bottom: 0;
}

.qa_q {
  background-color: #0650a2;
  border-radius: 2rem;
  position: relative;
  padding: 1rem 0 1rem 9rem;
  cursor: pointer;
}

.qa_q::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 4.8rem;
  height: 5.1rem;
  background-image: url("../img/qIcon.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.qa_a {
  position: relative;
  padding: 3rem 0 1rem 9rem;
}

.qa_a::before {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 2rem;
  width: 4.1rem;
  height: 4.9rem;
  background-image: url("../img/aIcon.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.qaImg {
  width: 68.8rem;
  display: block;
  margin: 0 auto;
}

/* footer */
.ftLogo {
  width: 57rem;
  display: block;
  margin: 0 auto;
}

footer a{
  text-decoration: none;
  color: #333;
}