.intro {
  padding: 21.09375vw 0 15.625vw;
}
@media screen and (min-width: 480px) {
  .intro {
    padding: max(135px, 9.6428571429vw) 0 max(95px, 6.7857142857vw);
  }
}
@media screen and (min-width: 480px) {
  .intro__inner {
    width: max(1200px, 85.7142857143vw);
    margin: auto;
    display: flex;
    gap: max(30px, 2.1428571429vw);
    align-items: end;
  }
}
.intro__ttlImg {
  margin-left: 3.90625vw;
  margin-bottom: 16.40625vw;
  width: 81.40625vw;
}
@media screen and (min-width: 480px) {
  .intro__ttlImg {
    width: max(578px, 41.2857142857vw);
    margin-left: max(120px, 8.5714285714vw);
    margin-bottom: 0;
  }
}
.intro__ttlImg > img {
  width: 100%;
}
.intro__ttl {
  font-size: 4.0625vw;
  font-weight: 400;
  line-height: 1;
  color: black;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 480px) {
  .intro__ttl {
    font-size: max(26px, 1.8571428571vw);
    line-height: 1;
  }
}
.tab__inner {
  width: 65.625vw;
  display: flex;
  flex-direction: column;
  gap: 9.375vw;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .tab__inner {
    width: max(775px, 55.3571428571vw);
    flex-direction: row;
    gap: max(35px, 2.5vw);
    justify-content: center;
  }
}
.tab__link {
  display: block;
  width: 65.625vw;
  height: 17.03125vw;
  background-image: url(../images/guidelines/bunner_bg_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4.6875vw 0 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .tab__link {
    height: max(95px, 6.7857142857vw);
    background-image: url(../images/guidelines/bunner_bg_pc.png);
    padding: max(25px, 1.7857142857vw) 0 0;
    max-width: max(370px, 26.4285714286vw);
  }
}
.tab__ttl {
  font-size: 4.21875vw;
  line-height: 1;
  font-weight: 400;
  color: white;
  position: relative;
  font-family: "BIZ UDPGothic", sans-serif;
}
@media screen and (min-width: 480px) {
  .tab__ttl {
    font-size: max(24px, 1.7142857143vw);
  }
}
.tab__ttl::after {
  content: "";
  width: 4.84375vw;
  height: 2.5vw;
  background-image: url(../images/guidelines/arrow_sp.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -4.6875vw;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 480px) {
  .tab__ttl::after {
    width: max(30px, 2.1428571429vw);
    height: max(15px, 1.0714285714vw);
    bottom: min(-30px, -2.1428571429vw);
  }
}
.nonecareer {
  margin-top: 7.03125vw;
  padding: 10.9375vw 0 0;
}
@media screen and (min-width: 480px) {
  .nonecareer {
    margin-top: max(60px, 4.2857142857vw);
    padding-top: max(70px, 5vw);
  }
}
.nonecareer__inner {
  background-color: #EFEFEF;
  padding: 21.09375vw 0 46.875vw;
  position: relative;
}
@media screen and (min-width: 480px) {
  .nonecareer__inner {
    padding: max(85px, 6.0714285714vw) 0 max(70px, 5vw);
  }
}
.nonecareer__ttl {
  font-size: 4.6875vw;
  line-height: 1;
  font-weight: 700;
  color: black;
  text-align: center;
  position: relative;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 480px) {
  .nonecareer__ttl {
    font-size: max(30px, 2.1428571429vw);
  }
}
.nonecareer__ttl::after {
  content: "";
  width: 23.4375vw;
  height: 1px;
  background-color: #B41D2A;
  position: absolute;
  bottom: -3.90625vw;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 480px) {
  .nonecareer__ttl::after {
    width: max(150px, 10.7142857143vw);
    bottom: min(-25px, -1.7857142857vw);
  }
}
.contents__inner {
  width: 92.1875vw;
  margin: auto;
  margin-top: 15.625vw;
}
@media screen and (min-width: 480px) {
  .contents__inner {
    width: max(1200px, 85.7142857143vw);
    margin-top: max(95px, 6.7857142857vw);
    position: relative;
  }
}
.contents__inner dl {
  margin: 0;
}
@media screen and (min-width: 480px) {
  .contents__inner dl {
    width: max(840px, 60vw);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }
}
.contents__ttl {
  font-size: 4.0625vw;
  font-weight: 700;
  color: black;
  text-align: left;
  font-family: "BIZ UDPGothic", sans-serif;
  margin-bottom: 3.90625vw;
}
@media screen and (min-width: 480px) {
  .contents__ttl {
    font-size: max(16px, 1.1428571429vw);
    margin: 0;
    margin-bottom: max(40px, 2.8571428571vw);
    width: max(130px, 9.2857142857vw);
    border-bottom: 1px solid black;
    padding-bottom: max(15px, 1.0714285714vw);
  }
}
.contents__txt {
  font-size: 4.0625vw;
  font-weight: 400;
  color: black;
  margin: 0;
  margin-bottom: 3.90625vw;
  font-family: "BIZ UDPGothic", sans-serif;
  border-bottom: 1px solid black;
  padding-bottom: 3.90625vw;
}
@media screen and (min-width: 480px) {
  .contents__txt {
    font-size: max(16px, 1.1428571429vw);
    width: max(710px, 50.7142857143vw);
    border-bottom: 1px solid black;
    margin-bottom: max(40px, 2.8571428571vw);
    padding-bottom: max(15px, 1.0714285714vw);
  }
}
.contents__object {
  position: absolute;
}
.contents__object--o {
  width: 105.46875vw;
  bottom: -33.59375vw;
  left: -36.71875vw;
  z-index: -3;
}
@media screen and (min-width: 480px) {
  .contents__object--o {
    width: max(675px, 48.2142857143vw);
    bottom: min(-490px, -35vw);
    left: unset;
    right: min(-335px, -23.9285714286vw);
  }
}
.contents__object--circle {
  width: 14.375vw;
  bottom: 55.3125vw;
  right: 8.59375vw;
}
@media screen and (min-width: 480px) {
  .contents__object--circle {
    width: max(92px, 6.5714285714vw);
    bottom: min(-105px, -7.5vw);
    right: unset;
    left: min(-10px, -0.7142857143vw);
    z-index: -5;
  }
}
.contents__object--circleSmall {
  display: none;
}
@media screen and (min-width: 480px) {
  .contents__object--circleSmall {
    display: block;
    width: max(324px, 23.1428571429vw);
    bottom: min(-250px, -17.8571428571vw);
    left: 0;
  }
}
.career {
  margin-top: 7.03125vw;
  padding: 10.9375vw 0 0;
}
@media screen and (min-width: 480px) {
  .career {
    margin-top: max(70px, 5vw);
    padding-top: max(60px, 4.2857142857vw);
  }
}
.career__inner {
  padding-bottom: 117.1875vw;
  position: relative;
}
@media screen and (min-width: 480px) {
  .career__inner {
    padding-bottom: max(280px, 20vw);
  }
}
.career__ttl {
  font-size: 4.6875vw;
  line-height: 1;
  font-weight: 700;
  color: black;
  text-align: center;
  position: relative;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 480px) {
  .career__ttl {
    font-size: max(30px, 2.1428571429vw);
  }
}
.career__ttl::after {
  content: "";
  width: 23.4375vw;
  height: 1px;
  background-color: #B41D2A;
  position: absolute;
  bottom: -3.90625vw;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 480px) {
  .career__ttl::after {
    width: max(150px, 10.7142857143vw);
    bottom: min(-25px, -1.7857142857vw);
  }
}
.bunner {
  position: absolute;
  left: 50%;
  bottom: 15.625vw;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 480px) {
  .bunner {
    position: static;
    transform: translate(0%, 0%);
  }
}
.bunner__career {
  bottom: 83.59375vw;
}
.bunner__inner {
  display: flex;
  flex-direction: column;
  gap: 16.40625vw;
  position: relative;
  padding-top: 13.28125vw;
}
@media screen and (min-width: 480px) {
  .bunner__inner {
    width: max(1200px, 85.7142857143vw);
    margin: auto;
    flex-direction: row;
    gap: max(55px, 3.9285714286vw);
    justify-content: center;
    padding-top: max(75px, 5.3571428571vw);
    padding-bottom: max(90px, 6.4285714286vw);
  }
}
.bunner__item {
  width: 84.375vw;
  height: 21.875vw;
  border-radius: 1.875vw;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 480px) {
  .bunner__item {
    width: max(540px, 38.5714285714vw);
    height: max(140px, 10vw);
    border-radius: max(10px, 0.7142857143vw);
    margin: 0;
  }
}
.bunner__item--entry {
  background-image: linear-gradient(to top, #FFAA69, #FF415F);
}
.bunner__item::after {
  content: "";
  width: 84.375vw;
  height: 21.875vw;
  border: 1px solid #C8C8C9;
  border-radius: 1.875vw;
  position: absolute;
  top: 1.5625vw;
  left: 1.5625vw;
  z-index: -1;
}
@media screen and (min-width: 480px) {
  .bunner__item::after {
    width: max(540px, 38.5714285714vw);
    height: max(140px, 10vw);
    border-radius: max(10px, 0.7142857143vw);
    top: max(10px, 0.7142857143vw);
    left: max(10px, 0.7142857143vw);
  }
}
.bunner__link {
  display: block;
  width: 84.375vw;
  height: 21.875vw;
  padding: 7.8125vw 3.125vw 0;
}
@media screen and (min-width: 480px) {
  .bunner__link {
    width: max(540px, 38.5714285714vw);
    height: max(140px, 10vw);
    padding: max(45px, 3.2142857143vw) max(15px, 1.0714285714vw) 0;
  }
}
.bunner__ttl {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 5.3125vw;
  line-height: 1;
  font-weight: 400;
  color: white;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 480px) {
  .bunner__ttl {
    font-size: max(34px, 2.4285714286vw);
  }
}
.bunner__ttl::after {
  content: "";
  width: 10.78125vw;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -2.34375vw;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 480px) {
  .bunner__ttl::after {
    width: max(60px, 4.2857142857vw);
    bottom: min(-15px, -1.0714285714vw);
  }
}
.bunner__linkTxt {
  font-size: 1.5625vw;
  font-weight: 400;
  height: 5.3125vw;
  display: flex;
  gap: 1.5625vw;
  align-items: center;
  color: white;
  margin-top: 1.5625vw;
  margin-left: auto;
  justify-self: end;
}
@media screen and (min-width: 480px) {
  .bunner__linkTxt {
    font-size: max(10px, 0.7142857143vw);
    height: max(30px, 2.1428571429vw);
    gap: max(10px, 0.7142857143vw);
    margin-top: max(20px, 1.4285714286vw);
  }
}
.bunner__linkTxt::after {
  content: "";
  width: 5.3125vw;
  height: 5.3125vw;
  background-image: url(../images/common/arrow_white_gray.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 480px) {
  .bunner__linkTxt::after {
    width: max(30px, 2.1428571429vw);
    height: max(30px, 2.1428571429vw);
  }
}
.footer {
  z-index: 1;
}
/*# sourceMappingURL=guidelines.css.map */