/* Mixin */
/* guideline */
.guideline {
  background-color: #FFFFFF;
  background-image: radial-gradient(circle, #E6E6E6 0.5vw, transparent 0.5vw);
  background-size: 5vw 5vw;
}
@media screen and ( width >= 920px) {
  .guideline {
    background-image: radial-gradient(circle, #E6E6E6 2px, transparent 2px);
    background-size: 20px 20px;
  }
}
.guideline .welfare__bg,
.guideline .flow__bg {
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -25vw;
  border: 0.5vw solid #000000;
  border-top-left-radius: 75vw;
  border-top-right-radius: 75vw;
  background-position: 0 0, 5vw 5vw;
  background-size: 10vw 10vw;
  background-origin: border-box;
  z-index: -1;
}
@media screen and ( width >= 920px) {
  .guideline .welfare__bg,
  .guideline .flow__bg {
    width: 600px;
    left: -100px;
    border: 2px solid #000000;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
}
.guideline [class*=__data] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border: 0.5vw solid #000000;
  border-radius: 4vw;
  box-shadow: 0 0.75vw 0 #000000;
}
@media screen and ( width >= 920px) {
  .guideline [class*=__data] {
    border: 2px solid #000000;
    border-radius: 16px;
    box-shadow: 0 3px 0 #000000;
  }
}
.guideline [class*=__data] dt {
  width: 21vw;
  margin-top: 1vw;
  margin-bottom: 4vw;
  padding: 1vw 0;
  border: 0.5vw solid #000000;
  border-radius: 2vw;
  background-color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and ( width >= 920px) {
  .guideline [class*=__data] dt {
    width: 88px;
    margin-top: 4px;
    margin-bottom: 16px;
    padding: 4px 0;
    border: 2px solid #000000;
    border-radius: 8px;
  }
}
.guideline [class*=__data] dd {
  width: 57vw;
  margin-top: 2vw;
  margin-left: 0;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and ( width >= 920px) {
  .guideline [class*=__data] dd {
    width: 228px;
    margin-top: 8px;
  }
}
.guideline .welfare__heading--2,
.guideline .flow__heading--2 {
  margin-top: 16vw;
  text-align: center;
  -webkit-text-stroke: 1vw #000000;
  paint-order: stroke;
  text-shadow: 0 0.75vw 0 #000000, 0 1vw 0 #000000, 0 1.25vw 0 #000000;
  color: #FFFFFF;
}
@media screen and ( width >= 920px) {
  .guideline .welfare__heading--2,
  .guideline .flow__heading--2 {
    margin-top: 64px;
    -webkit-text-stroke: 4px #000000;
    text-shadow: 0 3px 0 #000000, 0 4px 0 #000000, 0 5px 0 #000000;
  }
}
.guideline .welfare__heading--2::after,
.guideline .flow__heading--2::after {
  display: block;
  margin: 5vw auto 5vw;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and ( width >= 920px) {
  .guideline .welfare__heading--2::after,
  .guideline .flow__heading--2::after {
    margin: 20px auto 20px;
  }
}
.guideline .welfare__heading--3,
.guideline .flow__heading--3 {
  text-align: center;
  -webkit-text-stroke: 1vw #000000;
  paint-order: stroke;
  text-shadow: 0 0.75vw 0 #000000, 0 1vw 0 #000000, 0 1.25vw 0 #000000;
}
@media screen and ( width >= 920px) {
  .guideline .welfare__heading--3,
  .guideline .flow__heading--3 {
    -webkit-text-stroke: 4px #000000;
    text-shadow: 0 3px 0 #000000, 0 4px 0 #000000, 0 5px 0 #000000;
  }
}
.guideline .welfare__heading--3::before, .guideline .welfare__heading--3::after,
.guideline .flow__heading--3::before,
.guideline .flow__heading--3::after {
  position: relative;
  display: inline-block;
  width: 6.5vw;
  height: 6.75vw;
  top: 1vw;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and ( width >= 920px) {
  .guideline .welfare__heading--3::before, .guideline .welfare__heading--3::after,
  .guideline .flow__heading--3::before,
  .guideline .flow__heading--3::after {
    width: 26px;
    height: 27px;
    top: 4px;
  }
}
.guideline .welfare__heading--3::before,
.guideline .flow__heading--3::before {
  margin-right: 2vw;
}
@media screen and ( width >= 920px) {
  .guideline .welfare__heading--3::before,
  .guideline .flow__heading--3::before {
    margin-right: 8px;
  }
}
.guideline .welfare__heading--3::after,
.guideline .flow__heading--3::after {
  margin-left: 2vw;
}
@media screen and ( width >= 920px) {
  .guideline .welfare__heading--3::after,
  .guideline .flow__heading--3::after {
    margin-left: 8px;
  }
}

/* fv */
.fv {
  padding-top: 10vw;
}
@media screen and ( width >= 920px) {
  .fv {
    padding-top: 40px;
  }
}
.fv__heading--1 {
  position: relative;
  z-index: 0;
}
.fv__heading--1::before {
  position: absolute;
  display: block;
  width: 15vw;
  height: 15vw;
  top: 1vw;
  left: 12vw;
  background-image: url(/common/img/information__guideline.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  transform: rotate(-8deg);
  z-index: -1;
}
@media screen and ( width >= 920px) {
  .fv__heading--1::before {
    width: 60px;
    height: 60px;
    top: 4px;
    left: 48px;
  }
}
.fv__catch {
  display: block;
  width: 86.25vw;
  height: 31vw;
  margin: 4vw auto 0;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/guideline/img/guideline__catch.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and ( width >= 920px) {
  .fv__catch {
    width: 345px;
    height: 124px;
    margin: 16px auto 0;
  }
}
.fv__list {
  margin: 10vw 4vw 0;
}
@media screen and ( width >= 920px) {
  .fv__list {
    margin: 40px 16px 0;
  }
}
.fv__list-item {
  margin-top: 5vw;
}
@media screen and ( width >= 920px) {
  .fv__list-item {
    margin-top: 20px;
  }
}
.fv__list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw;
  border: 0.5vw solid #000000;
  border-radius: 2.5vw;
  box-shadow: 0 0.75vw 0 #000000;
  color: #000000;
  font-weight: 700;
  gap: 4vw;
}
@media screen and ( width >= 920px) {
  .fv__list-item a {
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 0 3px 0 #000000;
    gap: 16px;
  }
}
.fv__list-item a::after {
  display: inline-block;
  width: 5vw;
  height: 5.75vw;
  background-image: url(/common/img/icon__down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and ( width >= 920px) {
  .fv__list-item a::after {
    width: 20px;
    height: 23px;
  }
}
.fv__list-item a span {
  width: 25vw;
  text-align: center;
}
@media screen and ( width >= 920px) {
  .fv__list-item a span {
    width: 100px;
  }
}
.fv__list-item:nth-child(1) {
  margin-top: 0;
}
.fv__list-item:nth-child(1) a {
  background-color: #8FFF78;
}
.fv__list-item:nth-child(2) a {
  background-color: #FF9538;
}
.fv__list-item:nth-child(3) a {
  background-color: #D494FF;
}

/* recruit */
.recruit {
  padding-top: 5vw;
  margin-top: -5vw;
}
@media screen and ( width >= 920px) {
  .recruit {
    padding-top: 20px;
    margin-top: -20px;
  }
}
.recruit__wrap {
  position: relative;
  margin-top: 20vw;
}
@media screen and ( width >= 920px) {
  .recruit__wrap {
    margin-top: 80px;
  }
}
.recruit__wrap:nth-of-type(2) .recruit__data {
  background-color: #74DAFF;
}
.recruit__wrap:nth-of-type(3) .recruit__data {
  background-color: #D494FF;
}
.recruit__heading--3 {
  position: absolute;
  width: 70vw;
  top: -9vw;
  left: 50vw;
  padding: 2vw 0;
  border: 0.5vw solid #000000;
  border-radius: 9999px;
  background-color: #FFFFFF;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and ( width >= 920px) {
  .recruit__heading--3 {
    width: 280px;
    top: -36px;
    left: 200px;
    padding: 8px 0;
    border: 2px solid #000000;
  }
}
.recruit__data {
  margin: 6vw 4vw 8vw;
  padding: 13.5vw 4vw 4vw;
  background-color: #8FFF78;
}
@media screen and ( width >= 920px) {
  .recruit__data {
    margin: 24px 16px 32px;
    padding: 54px 16px 16px;
  }
}

/* welfare */
.welfare {
  position: relative;
  overflow: hidden;
  padding: 0 4vw 30vw;
  z-index: 1;
}
@media screen and ( width >= 920px) {
  .welfare {
    padding: 0 16px 120px;
  }
}
.welfare__bg {
  background-color: #FF9538;
  background-image: linear-gradient(45deg, #FF9F4C 25%, transparent 25%, transparent 75%, #FF9F4C 75%), linear-gradient(45deg, #FF9F4C 25%, transparent 25%, transparent 75%, #FF9F4C 75%);
}
.welfare__heading--2::after {
  width: 13vw;
  height: 12.5vw;
  background-image: url(/guideline/img/guideline__welfare.png);
}
@media screen and ( width >= 920px) {
  .welfare__heading--2::after {
    width: 52px;
    height: 50px;
  }
}
.welfare__wrap {
  padding: 4vw;
  border: 0.5vw solid #000000;
  border-radius: 4vw;
  box-shadow: 0 0.75vw 0 #000000;
  background-color: #FFEE32;
}
@media screen and ( width >= 920px) {
  .welfare__wrap {
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 16px;
    box-shadow: 0 3px 0 #000000;
  }
}
.welfare__list {
  padding: 4vw;
  border-radius: 2vw;
  background-color: #FFFFFF;
}
@media screen and ( width >= 920px) {
  .welfare__list {
    padding: 16px;
    border-radius: 8px;
  }
}
.welfare__list-item {
  position: relative;
  margin-top: 2.5vw;
  padding-left: 4vw;
  font-weight: 700;
}
@media screen and ( width >= 920px) {
  .welfare__list-item {
    margin-top: 10px;
    padding-left: 16px;
  }
}
.welfare__list-item::before {
  position: absolute;
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  top: 1.5vw;
  left: 0;
  border: 0.5vw solid #000000;
  border-radius: 50%;
  background-color: #FFEE32;
  content: "";
}
@media screen and ( width >= 920px) {
  .welfare__list-item::before {
    width: 10px;
    height: 10px;
    top: 6px;
    border: 2px solid #000000;
  }
}
.welfare__list-item:first-child {
  margin-top: 0;
}
.welfare__other {
  margin-top: 10vw;
}
@media screen and ( width >= 920px) {
  .welfare__other {
    margin-top: 40px;
  }
}
.welfare__other .welfare__wrap {
  background-color: #8FFF78;
}
.welfare__other .welfare__list-item::before {
  background-color: #8FFF78;
}
.welfare__other .welfare__heading--3 {
  color: #8FFF78;
}
.welfare__other .welfare__heading--3::before, .welfare__other .welfare__heading--3::after {
  background-image: url(/guideline/img/welfare__other.png);
}
.welfare__salary {
  margin-top: 10vw;
}
@media screen and ( width >= 920px) {
  .welfare__salary {
    margin-top: 40px;
  }
}
.welfare__salary .welfare__heading--3 {
  color: #74DAFF;
}
.welfare__salary .welfare__heading--3::before, .welfare__salary .welfare__heading--3::after {
  background-image: url(/guideline/img/welfare__salary.png);
}
.welfare__data {
  padding: 4vw;
  background-color: #74DAFF;
}
@media screen and ( width >= 920px) {
  .welfare__data {
    padding: 16px;
  }
}

/* flow */
.flow {
  position: relative;
  margin-top: -20vw;
  margin-bottom: 18vw;
  padding-bottom: 34vw;
  overflow: hidden;
  z-index: 1;
}
@media screen and ( width >= 920px) {
  .flow {
    margin-top: -80px;
    margin-bottom: 72px;
    padding-bottom: 136px;
  }
}
.flow__bg {
  background-color: #FFFFFF;
  background-image: linear-gradient(90deg, #D9D9D9 0.25vw, transparent 0.25vw), linear-gradient(#D9D9D9 0.25vw, transparent 0.25vw);
  background-position: 0 0;
  background-size: 10vw 10vw;
}
@media screen and ( width >= 920px) {
  .flow__bg {
    background-image: linear-gradient(90deg, #D9D9D9 1px, transparent 1px), linear-gradient(#D9D9D9 1px, transparent 1px);
    background-size: 40px 40px;
  }
}
.flow__heading--2::after {
  width: 13.5vw;
  height: 13.5vw;
  background-image: url(/common/img/icon__group-flow.png);
}
@media screen and ( width >= 920px) {
  .flow__heading--2::after {
    width: 54px;
    height: 54px;
  }
}
.flow__heading--3 {
  color: #D494FF;
}
.flow__heading--3::before, .flow__heading--3::after {
  background-image: url(/guideline/img/flow__purple.png);
}
.flow__list-item {
  position: relative;
  margin-top: 5vw;
  padding: 4vw;
  border: 0.5vw solid #000000;
  border-radius: 4vw;
  box-shadow: 0 0.75vw 0 #000000;
  font-weight: 700;
  text-align: center;
  background-color: #D494FF;
}
@media screen and ( width >= 920px) {
  .flow__list-item {
    margin-top: 20px;
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 16px;
    box-shadow: 0 3px 0 #000000;
  }
}
.flow__list-item::after {
  position: absolute;
  display: block;
  width: 0.5vw;
  height: 5vw;
  bottom: -6vw;
  left: 50%;
  background-color: #000000;
  content: "";
  transform: translateX(-50%);
}
@media screen and ( width >= 920px) {
  .flow__list-item::after {
    width: 2px;
    height: 20px;
    bottom: -24px;
  }
}
.flow__list-item:last-child::after {
  display: none;
}
.flow__wrap {
  margin: 0 4vw;
}
@media screen and ( width >= 920px) {
  .flow__wrap {
    margin: 0 16px;
  }
}
.flow__wrap:last-child {
  margin-top: 15vw;
}
@media screen and ( width >= 920px) {
  .flow__wrap:last-child {
    margin-top: 60px;
  }
}
.flow__wrap:last-child .flow__heading--3 {
  color: #8FFF78;
}
.flow__wrap:last-child .flow__heading--3::before, .flow__wrap:last-child .flow__heading--3::after {
  background-image: url(/guideline/img/flow__green.png);
}
.flow__wrap:last-child .flow__list-item {
  background-color: #8FFF78;
}/*# sourceMappingURL=guideline.css.map */