@charset "UTF-8";
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
.en {
  font-family: din-2014,  sans-serif;
  line-height: 1;
}

/*----------------------------------------
    p-visual
----------------------------------------*/
.p-visual {
  padding: 100px 40px;
}
.p-visual__head {
  margin: 0 0 30px;
}
.p-visual__head h2 {
  font-size: 49px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
  margin: 0 0 30px;
}
.p-visual__head h2 span {
  display: block;
  font-size: 33px;
  font-family: din-2014,  sans-serif;
  color: #007DF9;
  opacity: 0.4;
}
.p-visual__head p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}
.p-visual__body h3 {
  font-size: 229px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
  line-height: 1;
  margin: 0 0 20px;
}
.p-visual__body h3 span {
  color: #FF2BB2;
}
.p-visual__body p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.p-visual__body ul {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
.p-visual__body ul li {
  font-size: 20px;
  font-weight: bold;
  color: #007DF9;
  padding: 10px 30px;
  margin: 0 20px;
  border: 1px solid #007DF9;
  border-radius: 5px;
}

@media screen and (max-width: 760px) {
  .p-visual {
    padding: 22vw 5vw 10vw;
  }
  .p-visual__head {
    margin: 0 0 5vw;
  }
  .p-visual__head h2 {
    font-size: 8.4vw;
    margin: 0 0 5vw;
  }
  .p-visual__head h2 span {
    font-size: 9.2vw;
    line-height: 1.2;
  }
  .p-visual__head p {
    font-size: 3.8vw;
    text-align: left;
  }
  .p-visual__body h3 {
    font-size: 37vw;
    margin: 0 0 5vw;
    line-height: 1.1;
  }
  .p-visual__body p {
    font-size: 5.1vw;
    margin: 0 0 5vw;
  }
  .p-visual__body ul {
    display: block;
    margin: 0 0 5vw;
  }
  .p-visual__body ul li {
    font-size: 5.1vw;
    text-align: center;
    padding: 4vw 2vw;
    margin: 0 0 2vw;
    line-height: 1.4;
  }
  .p-visual__body ul li:last-child {
    margin: 0;
  }
}
/*----------------------------------------
    p-staff
----------------------------------------*/
.p-staff {
  padding: 0 40px;
}
.p-staff__container {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.p-staff__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #007df9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #007df9 0%, #ffffff 50%, #ff2bb2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #007df9 0%, #ffffff 50%, #ff2bb2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #007df9 0%, #ffffff 50%, #ff2bb2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007df9", endColorstr="#ff2bb2",GradientType=1 );
  /* IE6-9 */
}
.p-staff__block {
  position: relative;
  display: flex;
  padding: 100px 0;
}
.p-staff__block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #007df9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #007df9 0%, #ffffff 50%, #ff2bb2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #007df9 0%, #ffffff 50%, #ff2bb2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #007df9 0%, #ffffff 50%, #ff2bb2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007df9", endColorstr="#ff2bb2",GradientType=1 );
  /* IE6-9 */
}
.p-staff__block:nth-child(1):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 254px;
  height: 277px;
  background: url(../workplace/images/step/img_staff01_02.png) 0 0/cover;
  z-index: -1;
}
.p-staff__block:nth-child(1) .p-staff__block__photo {
  width: 40%;
}
.p-staff__block:nth-child(1) .p-staff__block__main {
  width: 60%;
}
.p-staff__block:nth-child(2) {
  flex-direction: row-reverse;
}
.p-staff__block:nth-child(2) .p-staff__block__photo {
  width: 50%;
}
.p-staff__block:nth-child(2) .p-staff__block__main {
  width: 50%;
}
.p-staff__block:nth-child(2) .p-staff__block__content h2 {
  color: #007DF9;
}
.p-staff__block:nth-child(2) .p-staff__block__content dl {
  border-bottom: 1px solid #007DF9;
}
.p-staff__block:nth-child(2) .p-staff__block__content dl:last-child {
  border-bottom: none;
}
.p-staff__block:nth-child(2) .p-staff__block__content dl dt {
  color: #007DF9;
}
.p-staff__block:nth-child(3) .p-staff__block__photo {
  width: 42%;
}
.p-staff__block:nth-child(3) .p-staff__block__main {
  width: 58%;
}
.p-staff__block__ttl {
  display: none;
}
.p-staff__block__content {
  margin: 0 0 20px;
}
.p-staff__block__content h2 {
  font-size: 99px;
  font-weight: bold;
  color: #FF2BB2;
  line-height: 1.2;
}
.p-staff__block__content dl {
  width: 80%;
  padding: 20px 0;
  border-bottom: 1px solid #FFC6EA;
}
.p-staff__block__content dl:last-child {
  border-bottom: none;
}
.p-staff__block__content dl dt, .p-staff__block__content dl dd {
  font-weight: bold;
}
.p-staff__block__content dl dt {
  font-size: 20px;
  color: #FF2BB2;
}
.p-staff__block__content dl dd {
  font-size: 24px;
}
.p-staff__block__content dl dd span {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 760px) {
  .p-staff {
    padding: 0 5vw;
  }
  .p-staff__block {
    display: block;
    padding: 10vw 0;
  }
  .p-staff__block:nth-child(1):after {
    bottom: 50vw;
    width: 34vw;
    height: 37vw;
  }
  .p-staff__block:nth-child(1) .p-staff__block__photo {
    width: 100%;
  }
  .p-staff__block:nth-child(1) .p-staff__block__main {
    width: 100%;
  }
  .p-staff__block:nth-child(2) .p-staff__block__ttl h2 {
    color: #007DF9;
  }
  .p-staff__block:nth-child(2) .p-staff__block__photo {
    width: 100%;
  }
  .p-staff__block:nth-child(2) .p-staff__block__main {
    width: 100%;
  }
  .p-staff__block:nth-child(3) .p-staff__block__photo {
    width: 100%;
  }
  .p-staff__block:nth-child(3) .p-staff__block__main {
    width: 100%;
  }
  .p-staff__block__ttl {
    display: block;
  }
  .p-staff__block__ttl h2 {
    font-size: 14vw;
    font-weight: bold;
    color: #FF2BB2;
    text-align: center;
    line-height: 1.2;
  }
  .p-staff__block__content {
    margin: 0 0 5vw;
  }
  .p-staff__block__content h2 {
    display: none;
  }
  .p-staff__block__content dl {
    width: 100%;
    padding: 3vw 0;
  }
  .p-staff__block__content dl dt {
    font-size: 4.3vw;
  }
  .p-staff__block__content dl dd {
    font-size: 5.3vw;
  }
  .p-staff__block__content dl dd span {
    font-size: 3.5vw;
  }
  .p-staff .c-button a {
    padding-right: 7vw;
  }
}
/*----------------------------------------
    p-step
----------------------------------------*/
.p-step {
  max-width: 1200px;
  padding: 100px 40px;
  margin: auto;
}
.p-step__head {
  margin: 0 0 50px;
}
.p-step__head h2 {
  font-size: 49px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
}
.p-step__body div {
  margin: 0 0 30px;
}
.p-step__body ul {
  display: flex;
}
.p-step__body ul li {
  width: 33.3333%;
  padding: 0 30px;
  box-sizing: border-box;
}
.p-step__body ul li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
  margin: 0 0 20px;
}
.p-step__body ul li p {
  font-size: 15px;
  line-height: 2;
}
.p-step__body ul li:nth-child(2) {
  margin: -120px 0 0;
}
.p-step__body ul li:nth-child(3) {
  margin: -240px 0 0;
}

@media screen and (max-width: 760px) {
  .p-step {
    padding: 20vw 5vw;
  }
  .p-step__head {
    margin: 0 0 5vw;
  }
  .p-step__head h2 {
    font-size: 9.2vw;
  }
  .p-step__body {
    display: flex;
    justify-content: space-between;
  }
  .p-step__body div {
    width: 26%;
    margin: 0;
  }
  .p-step__body ul {
    width: 66%;
    display: block;
  }
  .p-step__body ul li {
    width: 100%;
    padding: 0 0 16vw;
  }
  .p-step__body ul li:last-child {
    padding: 0;
  }
  .p-step__body ul li h3 {
    font-size: 6.1vw;
    text-align: left;
    margin: 0 0 2vw;
  }
  .p-step__body ul li p {
    font-size: 3.8vw;
  }
  .p-step__body ul li:nth-child(2) {
    margin: 0;
  }
  .p-step__body ul li:nth-child(3) {
    margin: 0;
  }
}

/*# sourceMappingURL=step.css.map */
