@charset "UTF-8";
/*lp.min.css リセット*/
body, #twenties {
  width: 100%;
  overflow-x: hidden;
}

ul.slider_job li.slick-slide {
  background: none !important;
}

.cnt_form_cov,
#formTop {
  background: initial;
}

p strong, li strong, dt strong, dd strong {
  color: inherit;
  font-weight: inherit;
}

/******スタイル ******/
#match, #own, #reasons {
  transform: skewY(-5deg);
}

#match > *, #own > *, #reasons > * {
  transform: skewY(5deg);
}

#strengths {
  z-index: -1;
}

#match {
  background: var(--blue0);
  position: relative;
  padding: 5% 0;
  z-index: -1;
}

#job {
  background: var(--green0);
  position: relative;
  padding: 5% 0 10%;
  margin-top: -6%;
  clip-path: polygon(0 100%, 100% calc(100% - 0vh), 100% 0, 0 5vh);
}

#job .adjust_margin {
  margin-top: 50px;
}

#own {
  background: linear-gradient(90deg, var(--orange25) 0%, var(--orange25) 55%, var(--accColor) 55%);
  margin: -5% 0;
  padding: 2% 0;
}

#reasons {
  background: var(--blue25);
  padding: 5% 0;
  margin-bottom: 5%;
}

#reasons .adjust_margintitle {
  margin-bottom: 50px;
}

#reasons .adjust_margin {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #job {
    padding: 9% 0 10%;
    margin-top: -15%
  }
}
@media screen and (max-width: 640px) {
  #formTop {
    margin-top: -10%;
  }
  #own {
    background: var(--orange25);
  }
  #job .adjust_margin {
    margin-top: 10px;
  }
}
/* NV */
#main {
  background-image: url(/images/common/lp/bg_lp_type.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  text-align: center;
}
#main .main__img img {
max-width: 722px;
width: 90%;
margin-top: 40px;
}
@media screen and (max-width: 767px) {
#main {
  background-image: url(/images/common/lp/bg_lp_type-sp.jpg);
  background-position: top center;
}
#main .main__img img {
width: 86%;
margin-top: 25px;
}
}
/*強み*/
#strengths {
  background: var(--green25);
  padding: 2% 0 6%;
  margin-bottom: -5%;
  position: relative;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

/*フォーム */
#formTop {
  position: relative;
}

.bg_polygon {
  position: absolute;
  background: url(/images/common/lp/bg_form.svg);
  background-size: cover;
  width: 100%;
  height: 110%;
  margin-top: -30px;
  z-index: -30;
}

.form_style {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bg_polygon {
    margin-top: -55px;
  }
}

/*登録から入社までの流れ */
#registration {
  background: #ebfffa;
  padding: 4% 0 9%;
  margin-top: 1%;
}
#registration .adjust_margintitle {
  padding-bottom: 50px;
}
.registration_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}
.registration_list--item {
  width: 260px;
  position: relative;
  text-align: center;
}
.registration_list--item::before {
  content: "step.01";
  position: absolute;
  top: -8%;
  left: 35%;
  color: #40c6bb;
  font-size: calc(13px + 1.5*(100vw - 375px) / 265);
  font-weight: bold;
}
.registration_list--item:nth-of-type(2)::before {
  content: "step.02";
}
.registration_list--item:nth-of-type(3)::before {
  content: "step.03";
}
#registration .l__magin_text {
  color: #40c6bb;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: bold;
}
#registration .l__magin_text::before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 45%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #40c6bb;
}
#registration .f__text {
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .registration_list--item {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #registration {
    padding: 6% 0 17%;
    margin-top: 2.5%;
  }
  #registration .adjust_margintitle {
    padding-bottom: 35px;
}
  .registration_list {
    display: block;
  }
  .registration_list--item {
    width: 100%;
    margin-bottom: 55px;
  }
  .registration_list--item:last-of-type {
    margin-bottom: 0;
  }
  .registration_list--item::before {
    top: -9%;
    left: 46%;
  }
  .registration_list--item img {
    width: 30vw;
  }
}
@media screen and (max-width: 640px) {
  .registration_list--item::before {
    top: -12%;
    left: 43%;
  }
  .registration_list--item img {
    width: 37vw;
  }
}

/*自分で探す */
.img_pharmasist {
  transform: skewY(-5deg) translateY(-6%);
  padding: 3% 3% 0;
  margin-top: -5px;
  transition: 0.8s;
}

.img_pharmasist img {
  transform: skewY(5deg);
}
.m__baroon {
  padding: 6px 6%;
  }
@media screen and (max-width: 640px) {
  #own {
    padding-bottom: 10%;
  }
  #own .l__waai {
    width: 100%;
  }
  #own .img_pharmasist {
    overflow: hidden;
    background: var(--accColor);
  }
  #own .img_pharmasist img {
    margin: 2% 0 -5%;
  }
}
/*スライダー */
#twenties #job_slider p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 0 15px;
  margin: 15px 0;
  font-size: 1.7em;
}

#twenties #job_slider p:before,
#twenties #job_slider p:after {
  content: "";
  position: absolute;
  display: block;
  width: 85%;
  max-width: 500px;
  min-height: 50px;
  z-index: -1;
  margin: 0 auto;
  transform: skew(-20deg);
}

ul.slider_job {
  position: relative;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  top: 50%;
  transform: translateY(-100%);
}

#twenties #job_slider p:before {
  background: var(--green50);
}

#twenties #job_slider p:after {
  border: 1px solid #555;
  top: -12px;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #twenties #job_slider p {
    font-size: 4.4vw;
  }
  #twenties #job_slider p:after {
    top: -15px;
    margin-left: -6px;
  }
}
.currentJobs {
  margin-top: 50px;
}

.currentJoblist {
  display: flex;
  justify-content: space-around;
}

.featurejob {
  display: flex;
  flex-direction: column;
}

.currentJobs .currentJoblist img, .currentJobs .currentJoblist svg {
  display: block;
  margin: auto;
  max-width: 120px;
}
.currentJobs .currentJoblist img::after, .currentJobs .currentJoblist svg::after {
  content: "";
  background: var(--aacColor);
  border-radius: 50%;
  padding: 10px;
}
.currentJobs .currentJoblist strong {
  color: var(--green75);
  font-size: calc(36px + 2 * (100vw - 375px) / 265);
}

.st0 {
  fill: #fff;
}

.st4 {
  fill: #fff;
  stroke: #000;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st8 {
  fill: #BFC800;
}

.st9 {
  fill: #BFC800;
  stroke: #000;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st10 {
  fill: #fff;
  stroke: #000;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.st11 {
  fill: #040000;
}

.st16 {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.st17 {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.star {
  animation: star 1.5s linear infinite forwards;
  transform-origin: center center;
}

@keyframes star {
  0% {
    transform: rotate(0) scale(1) translate(0);
    opacity: 0;
  }
  100% {
    transform: rotate(10deg) scale(2) translate(10);
    opacity: 1;
  }
}
#m {
  animation: clock 12s linear infinite forwards;
  transform-origin: center center;
}

#h {
  animation: clock 144s linear infinite forwards;
  transform-origin: center center;
}

@keyframes clock {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.day {
  animation: day 2s linear infinite forwards;
  transform-origin: center center;
}

.delay1 {
  animation-delay: 0.1s;
}

.delay2 {
  animation-delay: 0.2s;
}

.delay3 {
  animation-delay: 0.3s;
}

.delay4 {
  animation-delay: 0.4s;
}

.delay5 {
  animation-delay: 0.5s;
}

@keyframes day {
  0% {
    opacity: 0.5;
    fill: #000;
  }
  100% {
    opacity: 1;
    fill: #BFC800;
  }
}
@media screen and (max-width: 640px) {
  .currentJobs {
    margin-top: 0;
  }
  .currentJoblist {
    flex-direction: column;
  }
  .featurejob {
    display: grid;
    grid-template-columns: 90px auto;
    grid-template-rows: 1.5em 3em;
    align-items: center;
    margin-bottom: 30px;
  }
  .currenticon {
    grid-row: 1/3;
  }
}

/*選ばれる理由 */
@media screen and (max-width: 640px) {
  .endbtn {
  margin: 50px 0 30px;
  }
  }

#match, #job, #own, #reasons {
  overflow: hidden;
}

@keyframes fadeOut1 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  50% {
    opacity: 0.8;
    width: 100px;
    height: 100px;
  }
  100% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}
@keyframes fadeOut2 {
  0% {
    opacity: 0.3;
    width: 100px;
    height: 100px;
    filter: blur(3px);
  }
  100% {
    opacity: 0;
    width: 220px;
    height: 220px;
    filter: blur(1px);
  }
}
@keyframes fadeOut3 {
  0% {
    opacity: 0.3;
    width: 50px;
    height: 50px;
    filter: blur(3px);
  }
  100% {
    opacity: 0;
    width: 120px;
    height: 120px;
    filter: blur(1px);
  }
}
/*ie bugfix */
@media all and (-ms-high-contrast: none) {
  #job {
    padding: 5% 0;
    margin-top: -5%;
  }
  #twenties #job_slider p::before, #twenties #job_slider p::after { 
    top: 0;
    left: 23%;
  }
  #formTop, .cnt_form_cov {
    background: #fff;
  }
}