@charset "UTF-8";
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  scroll-padding-top: 58px;
}

@media screen and (min-width: 821px) {
  html {
    scroll-padding-top: 104px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 821px) {
  body {
    font-size: 1.6rem;
  }
}
.sp {
  display: block;
}

@media screen and (min-width: 821px) {
  .sp {
    display: none;
  }
}
.pc {
  display: none;
}

@media screen and (min-width: 821px) {
  .pc {
    display: block;
  }
}
main {
  overflow: hidden;
  margin-top: 58px;
}

@media screen and (min-width: 821px) {
  main {
    margin-top: 0;
  }
}
a {
  color: #000000;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd {
  line-height: 1.5;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#new_graduation section {
  margin-top: 0;
}

#new_graduation header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

#new_graduation header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
}

@media screen and (min-width: 821px) {
  #new_graduation header .header-inner {
    padding: 28px 50px;
  }
}
#new_graduation header .header-inner .header-inner__logo a {
  display: block;
  width: 233px;
}

@media screen and (min-width: 821px) {
  #new_graduation header .header-inner .header-inner__logo a {
    width: 328px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation header .header-inner .header-inner__btn {
    display: flex;
    align-items: center;
  }
  #new_graduation header .header-inner .header-inner__btn .btn-popup {
    background: linear-gradient(90deg, rgb(160, 224, 188) 0%, rgb(84, 201, 201) 50%, rgb(84, 201, 225) 100%);
    display: block;
    width: 240px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    margin-right: 30px;
  }
}
#new_graduation header .header-inner .header-btn {
  width: 65px;
  height: 30px;
  background: url("../../img/recruit/new_graduation_test/btn-header.webp") no-repeat center top/cover;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (min-width: 821px) {
  #new_graduation header .header-inner .header-btn {
    width: 87px;
    height: 40px;
  }
}
#new_graduation header .header-inner .header-btn.open {
  background: url("../../img/recruit/new_graduation_test/btn-header-close.webp") no-repeat center top/cover;
}

#new_graduation header .navigation {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

@media screen and (min-width: 821px) {
  #new_graduation header .navigation {
    width: 375px;
    left: initial;
    right: 0;
  }
}
#new_graduation header .navigation.active {
  opacity: 1;
  visibility: visible;
}

#new_graduation header .navigation .navigation-top {
  padding-bottom: 20px;
}

#new_graduation header .navigation .navigation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 12px;
  gap: 12px;
}

@media screen and (min-width: 821px) {
  #new_graduation header .navigation .navigation-list {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}
#new_graduation header .navigation .navigation-list li {
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 821px) {
  #new_graduation header .navigation .navigation-list li {
    border: none;
  }
}
#new_graduation header .navigation .navigation-list li:first-child a {
  background: #98e2b4;
}

#new_graduation header .navigation .navigation-list li:nth-child(2) a {
  background: #ffbdc0;
}

#new_graduation header .navigation .navigation-list li:nth-child(3) a {
  background: #a8d8e5;
}

#new_graduation header .navigation .navigation-list li:nth-child(4) a {
  background: #becaf3;
}

#new_graduation header .navigation .navigation-list li:nth-child(5) a {
  background: #e8b9ea;
}

#new_graduation header .navigation .navigation-list li:last-child {
  border-bottom: none;
}

#new_graduation header .navigation .navigation-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #000;
  border-radius: 11px;
}

@media screen and (min-width: 821px) {
  #new_graduation header .navigation .navigation-list li a {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 18px;
    box-shadow: 2px 2px 0 0 #000;
  }
}
#new_graduation header .navigation .navigation-list li a span {
  font-weight: 600;
  margin-right: 8px;
}

@media screen and (min-width: 821px) {
  #new_graduation header .navigation .navigation-list li a span {
    font-size: 1.4rem;
  }
}
#new_graduation header .navigation .navigation-list li a img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

#new_graduation header .navigation .navigation-list02 {
  display: flex;
  justify-content: center;
  gap: 16px;
}

#new_graduation header .navigation .navigation-list02 li a {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

#new_graduation header .navigation .navigation-list02 li a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../img/recruit/new_graduation_test/icon-arrow.svg") no-repeat center center/cover;
  margin-right: 6px;
}

#new_graduation header .navigation .navigation-bottom {
  padding: 20px 12px;
  background: #e6e6e6;
}

#new_graduation header .navigation .navigation-bottom .navigation-list03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

#new_graduation header .navigation .navigation-bottom .navigation-list03 li a {
  font-size: 1.4rem;
  text-align: center;
  padding: 6px 0;
  display: block;
  border: 1px solid #000;
  border-radius: 18px;
  background: #fff;
  font-weight: 500;
}

#new_graduation header .navigation .navigation-bottom .navigation-list02 {
  margin-top: 10px;
  justify-content: flex-start;
}

#new_graduation .free-salon {
  padding: 20px 15px;
}

@media screen and (min-width: 821px) {
  #new_graduation .free-salon {
    padding: 60px 10px;
  }
}
#new_graduation .free-salon__inner {
  background: #ffd253;
  border-radius: 8px;
  border: 2px solid #000000;
  padding: 15px 0;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 821px) {
  #new_graduation .free-salon__inner {
    padding: 28px 0;
    width: 504px;
    margin: 0 auto;
  }
}
#new_graduation .free-salon__inner::before {
  content: "";
  display: block;
  width: 37px;
  height: 120px;
  background: url("../../img/recruit/new_graduation_test/free-salon-deco01.webp") no-repeat center top/cover;
  position: absolute;
  bottom: 12px;
  left: 6px;
}

@media screen and (min-width: 821px) {
  #new_graduation .free-salon__inner::before {
    bottom: -30px;
    left: 40px;
  }
}
#new_graduation .free-salon__inner::after {
  content: "";
  display: block;
  width: 35px;
  height: 107px;
  background: url("../../img/recruit/new_graduation_test/free-salon-deco02.webp") no-repeat center top/cover;
  position: absolute;
  bottom: 12px;
  right: 6px;
}

@media screen and (min-width: 821px) {
  #new_graduation .free-salon__inner::after {
    bottom: -21px;
    right: 40px;
  }
}
#new_graduation .free-salon__inner__title {
  margin: 0 auto 16px;
  max-width: 250px;
}

@media screen and (min-width: 821px) {
  #new_graduation .free-salon__inner__title {
    max-width: 411px;
  }
}
#new_graduation .free-salon__tel {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ffffff;
  border-radius: 22px;
  border: 2px solid #000000;
  width: 240px;
  margin: 0 auto 10px;
  letter-spacing: 0.15em;
  padding: 6px 0;
  box-shadow: 2px 1px 0 0 #000000;
  position: relative;
}

#new_graduation .free-salon__tel::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../img/recruit/new_graduation_test/icon-arrow.svg") no-repeat center top/cover;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 6px;
}

#new_graduation .free-salon p {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}

#new_graduation .splide__pagination {
  bottom: -30px;
}

#new_graduation .splide__pagination__page {
  background: #fff;
  border: 1px solid #000;
}

#new_graduation .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1);
}

#new_graduation .c-inner {
  padding: 50px 0 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 70px 0 0;
  }
}
#new_graduation .sec-title {
  padding: 30px 14px 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .sec-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 60px 14px 16px;
  }
}
#new_graduation .sec-title .title {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .sec-title .title {
    margin: 0 24px 0 0;
  }
}
#new_graduation .sec-title .title img {
  height: 70px;
  width: auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .sec-title .title img {
    height: auto;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .sec-title .price {
    max-width: 440px;
  }
}
#new_graduation .c-small-title {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 16px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-small-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
#new_graduation .c-small-title p {
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-small-title p {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
#new_graduation .c-small-title p span {
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-small-title p span {
    font-size: 3.2rem;
  }
}
#new_graduation .c-wrapper {
  padding: 30px 0;
  margin-top: -20px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-wrapper {
    padding: 60px 0;
  }
}
#new_graduation .c-wrapper .c-inner {
  background: #fff;
  margin-top: -30px;
}

#new_graduation .c-btn01,
#new_graduation .c-btn02 {
  display: flex;
  align-items: center;
  display: flex;
  width: 165px;
  text-align: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 0 #000;
  padding: 9px 0;
  border-radius: 17px;
  position: relative;
  z-index: 11;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-btn01,
  #new_graduation .c-btn02 {
    border-radius: 21px;
    width: 215px;
  }
}
#new_graduation .c-btn01 span,
#new_graduation .c-btn02 span {
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-btn01 span,
  #new_graduation .c-btn02 span {
    font-size: 2rem;
  }
}
#new_graduation .c-btn01 img,
#new_graduation .c-btn02 img {
  height: auto;
  width: auto;
  margin-left: 8px;
  display: block;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-btn01 img,
  #new_graduation .c-btn02 img {
    width: 10%;
  }
}
#new_graduation .c-btn02 {
  width: 223px;
  background: #ffdf54;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-btn02 {
    width: 274px;
    border-radius: 22px;
  }
}
#new_graduation .c-btn02 a {
  padding: 11px 0;
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-btn02 a {
    padding: 12px 0;
    font-size: 1.6rem;
  }
}
#new_graduation .c-btn02::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../../img/recruit/new_graduation_test/icon-external.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#new_graduation .contents-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#new_graduation .contents-title::before,
#new_graduation .contents-title::after {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  background: #000;
}

@media screen and (min-width: 821px) {
  #new_graduation .contents-title::before,
  #new_graduation .contents-title::after {
    width: 10px;
    height: 3px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .contents-title {
    font-size: 2.5rem;
  }
}
#new_graduation .contents-title.bg {
  padding: 20px 0;
  background: #ffc772;
}

@media screen and (min-width: 821px) {
  #new_graduation .contents-title.bg {
    padding: 12px 0;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .bottom-arrow-text {
    text-align: center;
  }
}
#new_graduation .bottom-arrow-text .bottom-arrow-text__inner {
  background: #000;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0 14px;
  width: 90%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 821px) {
  #new_graduation .bottom-arrow-text .bottom-arrow-text__inner {
    display: inline-block;
    width: auto;
    padding: 12px 30px 14px;
    font-size: 1.8rem;
  }
}
#new_graduation .bottom-arrow-text .bottom-arrow-text__inner strong {
  font-size: 1.8rem;
}

#new_graduation .bottom-arrow-text .bottom-arrow-text__inner span {
  color: #ffdf54;
}

#new_graduation .bottom-arrow-text .bottom-arrow-text__inner::before {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: #000;
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}

#new_graduation .p-rookies {
  padding: 20px 0 60px;
  background: url("../../img/recruit/new_graduation_test/bg-rookies-sp.webp") no-repeat center center/cover;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-rookies {
    padding: 0px 0 60px;
    background: url("../../img/recruit/new_graduation_test/bg-rookies.webp") no-repeat;
    background-position: bottom;
    background-size: 100% 94%;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-rookies__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#new_graduation .p-rookies__inner__title {
  margin: 0 auto 20px;
  max-width: 305px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-rookies__inner__title {
    max-width: 724px;
    margin: 0 auto 40px;
  }
}
#new_graduation .staff-card {
  padding: 9px;
  border: 1px solid #000000;
  border-radius: 8px;
  width: 280px;
}

@media screen and (min-width: 821px) {
  #new_graduation .staff-card {
    width: 320px;
  }
}
#new_graduation .staff-card.green {
  background: #30b1bc;
}

#new_graduation .staff-card.green .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__insta a {
  color: #30b1bc;
}

#new_graduation .staff-card.green .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__insta a::before {
  background: url("../../img/recruit/new_graduation_test/icon-insta-blue.svg") no-repeat center center/cover;
}

#new_graduation .staff-card.green .staff-card__inner__item__content__text {
  background: #03a0ae;
}

#new_graduation .staff-card.green .staff-card__inner__item__content__text h4 {
  color: #03a0ae;
}

#new_graduation .staff-card.orange {
  background: #ec6f69;
}

#new_graduation .staff-card.orange .staff-card__inner__item__content__text {
  background: #e95750;
}

#new_graduation .staff-card.orange .staff-card__inner__item__content__text h4 {
  color: #e95750;
}

#new_graduation .staff-card.purple {
  background: #af6bbb;
}

#new_graduation .staff-card.purple .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__insta a {
  color: #af6bbb;
}

#new_graduation .staff-card.purple .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__insta a::before {
  background: url("../../img/recruit/new_graduation_test/icon-insta-purple.svg") no-repeat center center/cover;
}

#new_graduation .staff-card.purple .staff-card__inner__item__content__text {
  background: #a65ab3;
}

#new_graduation .staff-card.purple .staff-card__inner__item__content__text h4 {
  color: #a65ab3;
}

#new_graduation .staff-card.blue {
  background: #6cb6d8;
}

#new_graduation .staff-card.blue .staff-card__inner__item__content__text {
  background: #379cca;
}

#new_graduation .staff-card.blue .staff-card__inner__item__content__text h4 {
  color: #379cca;
}

#new_graduation .staff-card.green02 {
  background: #6ab2ba;
}

#new_graduation .staff-card.green02 .staff-card__inner__item__content__text {
  background: #4aa1ab;
}

#new_graduation .staff-card.green02 .staff-card__inner__item__content__text h4 {
  color: #4aa1ab;
}

#new_graduation .staff-card.pink {
  background: #dd98e0;
}

#new_graduation .staff-card.pink .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__insta a {
  color: #dd98e0;
}

#new_graduation .staff-card.pink .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__insta a::before {
  background: url("../../img/recruit/new_graduation_test/icon-insta-pink.svg") no-repeat center center/cover;
}

#new_graduation .staff-card.pink .staff-card__inner__item__content__text {
  background: #d071d4;
}

#new_graduation .staff-card.pink .staff-card__inner__item__content__text h4 {
  color: #d071d4;
}

#new_graduation .staff-card .staff-card__inner__item__img {
  display: flex;
  margin-bottom: 16px;
}

#new_graduation .staff-card .staff-card__inner__item__img figure {
  width: 95%;
  position: relative;
  cursor: pointer;
}

#new_graduation .staff-card .staff-card__inner__item__img figure::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/recruit/new_graduation_test/icon-movie-start.svg") no-repeat center top/cover;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  pointer-events: none;
}

#new_graduation .staff-card .staff-card__inner__item__img .staff-card__inner__item__content__name {
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Monomaniac One", sans-serif;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  color: #fff;
  line-height: 1;
  margin-left: 6px;
}

@media screen and (min-width: 821px) {
  #new_graduation .staff-card .staff-card__inner__item__img .staff-card__inner__item__content__name {
    font-size: 1.7rem;
  }
}
#new_graduation .staff-card .staff-card__inner__item__content__name-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  margin-bottom: 6px;
}

#new_graduation .staff-card .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__name {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 821px) {
  #new_graduation .staff-card .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__name {
    font-size: 1.8rem;
  }
}
#new_graduation .staff-card .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__insta a {
  background: #000;
  display: flex;
  align-items: center;
  padding: 0 10px 2px;
  font-size: 1.2rem;
  border-radius: 11px;
  padding-bottom: 2px;
}

#new_graduation .staff-card .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__insta a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px 3px 0 0;
}

#new_graduation .staff-card .staff-card__inner__item__content__position {
  padding-left: 10px;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 6px;
}

@media screen and (min-width: 821px) {
  #new_graduation .staff-card .staff-card__inner__item__content__position {
    font-size: 1.4rem;
  }
}
#new_graduation .staff-card .staff-card__inner__item__content__text {
  height: 164px;
  overflow: scroll;
  padding: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .staff-card .staff-card__inner__item__content__text {
    height: 188px;
  }
}
#new_graduation .staff-card .staff-card__inner__item__content__text h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}

@media screen and (min-width: 821px) {
  #new_graduation .staff-card .staff-card__inner__item__content__text h4 {
    font-size: 1.7rem;
  }
}
#new_graduation .staff-card .staff-card__inner__item__content__text h4 span {
  display: block;
  display: inline-block;
  background: #fff;
  padding: 4px;
  line-height: 1;
  margin-bottom: 4px;
}

#new_graduation .staff-card .staff-card__inner__item__content__text p {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.13em;
  padding-right: 14px;
}

@media screen and (min-width: 821px) {
  #new_graduation .staff-card .staff-card__inner__item__content__text p {
    padding-right: 16px;
    font-size: 1.4rem;
  }
}
#new_graduation .staff-card .movie {
  display: none;
}

#new_graduation .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#new_graduation .modal-overlay.is-active {
  display: flex;
}

#new_graduation .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

@media screen and (min-width: 821px) {
  #new_graduation .modal-content {
    max-width: 600px;
    max-height: 80%;
  }
}
#new_graduation .modal-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  border: none;
}

@media screen and (min-width: 821px) {
  #new_graduation .modal-content iframe {
    aspect-ratio: 9/16;
    height: 600px;
  }
}
#new_graduation .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  line-height: 1;
}

#new_graduation .modal-close:hover {
  background: rgba(0, 0, 0, 0.9);
}

@media screen and (min-width: 821px) {
  #new_graduation .modal-close {
    top: -21px;
    right: -18px;
    background: #fff;
    color: #000;
    width: 35px;
    height: 35px;
  }
  #new_graduation .modal-close:hover {
    background: #f0f0f0;
  }
}
#new_graduation .contents-links {
  background: #ffc772;
  padding: 20px 14px;
}

@media screen and (min-width: 821px) {
  #new_graduation .contents-links {
    padding: 40px 0;
  }
}
#new_graduation .contents-links h2 {
  margin-bottom: 14px;
}

#new_graduation .contents-links .contents-links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

@media screen and (min-width: 821px) {
  #new_graduation .contents-links .contents-links__list {
    max-width: 1000px;
    margin: 0 auto 20px;
    grid-template-columns: repeat(5, 1fr);
  }
}
#new_graduation .contents-links .contents-links__list li a {
  display: flex;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  padding: 6px 0;
  border-radius: 18px;
}

@media screen and (min-width: 821px) {
  #new_graduation .contents-links .contents-links__list li a {
    border-radius: 21px;
  }
}
#new_graduation .contents-links .contents-links__list li a span {
  font-weight: 600;
}

@media screen and (min-width: 821px) {
  #new_graduation .contents-links .contents-links__list li a span {
    font-size: 1.8rem;
  }
}
#new_graduation .contents-links .contents-links__list li a img {
  height: auto;
  width: auto;
  margin-left: 8px;
  display: block;
}

#new_graduation .contents-links .contents-links__list02 {
  display: flex;
  justify-content: center;
  gap: 16px;
}

#new_graduation .contents-links .contents-links__list02 li a {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 821px) {
  #new_graduation .contents-links .contents-links__list02 li a {
    font-size: 1.8rem;
  }
}
#new_graduation .contents-links .contents-links__list02 li a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../img/recruit/new_graduation_test/icon-arrow.svg") no-repeat center center/cover;
  margin-right: 6px;
  transform: rotate(90deg);
}

#new_graduation .p-salary .c-wrapper {
  background: #31af69;
}

#new_graduation .p-salary .c-wrapper .c-small-title figure {
  width: 294px;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .c-wrapper .c-small-title figure {
    width: 373px;
    margin: 0;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-salary .sec-title .title {
    max-width: 515px;
  }
}
#new_graduation .p-salary .p-salary__reason-flex {
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__reason-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
#new_graduation .p-salary .p-salary__reason-flex p {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__reason-flex p {
    font-size: 2.3rem;
    margin: 0 16px 0 0;
  }
}
#new_graduation .p-salary .p-salary__reason-flex figure {
  max-width: 306px;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__reason-flex figure {
    max-width: 398px;
    margin: 0;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-salary .splide {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#new_graduation .p-salary .p-salary__reason-slider {
  margin-bottom: 60px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__reason-slider {
    margin-bottom: 30px;
  }
}
#new_graduation .p-salary .p-salary__system {
  padding: 0 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__system {
    display: flex;
    max-width: 930px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
#new_graduation .p-salary .p-salary__system .img01 {
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__system .img01 {
    margin-bottom: 0;
    max-width: 510px;
  }
}
#new_graduation .p-salary .p-salary__system .img02 {
  max-width: 313px;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__system .img02 {
    max-width: 375px;
    margin: 0;
  }
}
#new_graduation .p-salary .p-salary__price {
  background: #7ed48a;
  padding: 28px 0 50px;
  margin-top: 28px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__price {
    padding: 40px 0 50px;
    margin-top: 40px;
  }
}
#new_graduation .p-salary .p-salary__price h4 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__price h4 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
#new_graduation .p-salary .p-salary__price .p-salary__price-slider {
  margin-bottom: 50px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__price .p-salary__price-slider {
    margin-bottom: 20px;
  }
}
#new_graduation .p-salary .p-salary__price p {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salary__price p {
    font-size: 1.8rem;
  }
}
#new_graduation .p-salary .p-salrary__plan {
  background: linear-gradient(to bottom, transparent 0%, transparent 5%, #31af69 5%, #31af69 100%);
  position: relative;
  z-index: 1;
}
#new_graduation .p-salary .p-salrary__plan .deco {
  width: 92px;
  position: absolute;
  top: -10px;
  right: 28px;
  z-index: 10;
}

#new_graduation .p-salary .p-salrary__plan .bottom-arrow-text {
  font-size: 1.9rem;
  margin-bottom: 24px;
  margin-top: -30px;
}

#new_graduation .p-salary .p-salrary__plan .bottom-arrow-text .bottom-arrow-text__inner {
  padding: 6px 0px;
}
@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salrary__plan .bottom-arrow-text .bottom-arrow-text__inner {
    width: 262px;
  }
}

#new_graduation .p-salary .p-salrary__plan .p-salary__plan-slider {
  margin-bottom: 50px;
  z-index: 11;
  position: relative;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salrary__plan .p-salary__plan-slider {
    margin-bottom: 30px;
  }
}
#new_graduation .p-salary .p-salrary__plan .p-salary__plan-text {
  width: 85%;
  margin: 0 auto;
  border-top: 3px dotted #fff;
  padding-top: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salrary__plan .p-salary__plan-text {
    padding-top: 30px;
  }
}
#new_graduation .p-salary .p-salrary__plan .p-salary__plan-text figure {
  width: 180px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salrary__plan .p-salary__plan-text figure {
    width: 250px;
  }
}
#new_graduation .p-salary .p-salrary__plan .p-salary__plan-text p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-salary .p-salrary__plan .p-salary__plan-text p {
    font-size: 1.8rem;
  }
}
#new_graduation .p-holiday .c-wrapper {
  background: #ff9598;
}

#new_graduation .p-holiday .c-wrapper .c-small-title figure {
  width: 292px;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .c-wrapper .c-small-title figure {
    margin: 0;
    width: 426px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .sec-title .title {
    max-width: 498px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .p-holiday__flex {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .p-holiday__flex .p-holiday__flex-item {
    width: 50%;
  }
}
#new_graduation .p-holiday .p-holiday__flex .p-holiday__flex-item:nth-child(2) {
  width: 93%;
  margin: -40px auto 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .p-holiday__flex .p-holiday__flex-item:nth-child(2) {
    width: 46.5%;
    margin: 0;
  }
}
#new_graduation .p-holiday .p-holiday__micchaku {
  padding: 0 12px 30px;
  position: relative;
  margin-top: -16px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .p-holiday__micchaku {
    margin-top: 0;
    padding: 16px 0 60px;
  }
}
#new_graduation .p-holiday .p-holiday__micchaku::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/recruit/new_graduation_test/bg-micchaku-sp.webp") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .p-holiday__micchaku::before {
    background: url("../../img/recruit/new_graduation_test/bg-micchaku.webp") no-repeat center center/cover;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .p-holiday__micchaku .img {
    width: 65.1041666667%;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
  }
}
#new_graduation .p-holiday .p-holiday__micchaku .staff-card {
  padding: 0;
  border: none;
  position: absolute;
  top: 32%;
  left: 7%;
  width: 64%;
  border-radius: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-holiday .p-holiday__micchaku .staff-card {
    width: 34%;
    left: inherit;
    right: 4%;
    top: 47%;
  }
}
#new_graduation .p-holiday .p-holiday__micchaku .staff-card .staff-card__inner__item__img {
  margin-bottom: 0;
}

#new_graduation .p-holiday .p-holiday__micchaku .staff-card .staff-card__inner__item__img figure {
  width: 100%;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum {
    margin-bottom: 90px;
  }
}
#new_graduation .p-curriculum .bottom-arrow-text {
  letter-spacing: 0.02em;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .c-wrapper .c-inner {
    margin-top: -45px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .sec-title .title {
    max-width: 507px;
  }
}
#new_graduation .p-curriculum .curriculum-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .curriculum-title {
    max-width: 1000px;
    margin: 0 auto 30px;
  }
}
#new_graduation .p-curriculum .curriculum-title span {
  width: 225px;
  background: #000;
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  flex-shrink: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .curriculum-title span {
    font-size: 1.8rem;
    width: 343px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}
#new_graduation .p-curriculum .curriculum-title::before,
#new_graduation .p-curriculum .curriculum-title::after {
  content: "";
  display: block;
  width: calc(100% - 225px);
  height: 3px;
  border-bottom: 3px dotted #000;
}

#new_graduation .p-curriculum .c-wrapper {
  background: #6cb6d8;
  padding: 30px 0 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .c-wrapper {
    padding: 50px 0 0;
  }
}
#new_graduation .p-curriculum .c-small-title p {
  margin-bottom: 0;
}

#new_graduation .p-curriculum .c-small-title figure {
  width: 185px;
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .c-small-title figure {
    width: 253px;
    margin: 0;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy {
  padding: 10px 12px 24px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy .p-curriculum__img {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about {
  padding: 0 12px 24px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 48px;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about-inner {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #379cca;
}

#new_graduation .p-curriculum .p-curriculum__academy-about-text {
  padding: 20px 20px 24px;
  background: #f2f2f2;
  border-radius: 8px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about-text {
    padding: 20px 0 60px;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about h4 {
  text-align: center;
  background: #379cca;
  padding: 12px 0;
  color: #fff;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about h4 {
    font-size: 2.7rem;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about h4 span {
  color: #fff362;
  font-size: 2.1rem;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about h4 span {
    font-size: 4.2rem;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about h5 {
  text-align: center;
  font-size: 1.8rem;
  color: #379cca;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about h5 {
    font-size: 2.9rem;
    margin-bottom: 16px;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about .img {
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about .img {
    max-width: 800px;
    margin: 0 auto 30px;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about .p-curriculum__flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about .p-curriculum__flex {
    flex-direction: row;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto 30px;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about .p-curriculum__flex p {
  background: #f1686d;
  border-radius: 8px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about .p-curriculum__flex p {
    font-size: 2rem;
    width: 50%;
  }
}
#new_graduation .p-curriculum .p-curriculum__academy-about .p-curriculum__flex p span {
  color: #fff362;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__academy-about .p-curriculum__flex p span {
    font-size: 2.5rem;
  }
}
#new_graduation .p-curriculum .p-curriculum__self .curriculum-title {
  padding: 0 12px;
}

#new_graduation .p-curriculum .p-curriculum__self p {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__self p {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

#new_graduation .p-curriculum .p-curriculum__self .splide {
  margin: -35px 0 50px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__self .splide {
    max-width: 1000px;
    margin: -40px auto 60px;
  }
}
#new_graduation .p-curriculum .p-curriculum__self .splide figcaption {
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 0 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__self .splide figcaption {
    font-size: 1.6rem;
  }
}
#new_graduation .p-curriculum .p-curriculum__seido {
  padding: 0 12px;
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__seido {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__seido .p-curriculum__seido-flex-item {
    max-width: 835px;
    margin: 0 auto 40px;
    display: flex;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__seido .p-curriculum__seido-flex-item figure {
    width: 388px;
    flex-shrink: 0;
    margin-right: 30px;
  }
}
#new_graduation .p-curriculum .p-curriculum__seido .title {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 10px 0;
  text-align: center;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__seido .title {
    text-align: left;
    font-size: 2.2rem;
  }
}
#new_graduation .p-curriculum .p-curriculum__seido p {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__seido p {
    line-height: 1.875;
  }
}
#new_graduation .p-curriculum .p-curriculum__seido p span {
  color: #f37a7e;
  font-weight: bold;
}

#new_graduation .p-curriculum .p-curriculum__koshu {
  padding: 0 12px;
}

#new_graduation .p-curriculum .p-curriculum__koshu p {
  margin-bottom: 16px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__koshu p {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__koshu .p-curriculum__seido-flex-item {
    display: flex;
    max-width: 970px;
    margin: 0 auto 80px;
    justify-content: space-between;
  }
}
#new_graduation .p-curriculum .p-curriculum__koshu .p-curriculum__seido-flex-item figure:first-of-type {
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__koshu .p-curriculum__seido-flex-item figure:first-of-type {
    width: 44%;
    margin-bottom: 0;
  }
}
#new_graduation .p-curriculum .p-curriculum__koshu .p-curriculum__seido-flex-item figure:last-of-type {
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__koshu .p-curriculum__seido-flex-item figure:last-of-type {
    margin: 0;
    width: 49.4%;
  }
}
#new_graduation .p-curriculum .p-curriculum__interview {
  position: relative;
  padding: 50px 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__interview {
    padding: 50px 0 60px;
  }
}
#new_graduation .p-curriculum .p-curriculum__interview .staff-card .staff-card__inner__item__content__name-wrapper .staff-card__inner__item__content__name span {
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__interview .slide06 {
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}
#new_graduation .p-curriculum .p-curriculum__interview .p-curriculum__interview-title {
  color: #fff;
  background: #000;
  text-align: center;
  width: 226px;
  margin: 0 auto 16px;
  border-radius: 12px;
  padding: 10px 0;
  line-height: 1.5;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__interview .p-curriculum__interview-title {
    width: 635px;
    margin: 0 auto 20px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 1.8rem;
  }
}
#new_graduation .p-curriculum .p-curriculum__interview .text {
  font-weight: bold;
  font-family: "Monomaniac One", sans-serif;
  font-size: 5.5rem;
  color: #93d1e2;
  position: absolute;
  top: -15px;
  left: 10px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-curriculum .p-curriculum__interview .text {
    font-size: 10rem;
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 20px;
    z-index: 0;
    letter-spacing: 0.13em;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item {
  position: relative;
  padding: 20px 16px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item {
    width: 50%;
    padding: 40px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item.keiei {
  background: #6cb6d8;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item.keiei h3 {
    margin: 8px 0 12px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item.keiei h3 .img {
  width: 180px;
  position: absolute;
  top: 16px;
  left: 30px;
  z-index: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item.keiei h3 .img {
    width: 250px;
    top: 40px;
    left: 63px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item.keiei h3 .title {
  width: 102px;
  margin-left: 58%;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item.keiei h3 .title {
    width: 148px;
    margin-left: 63%;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item.hojo {
  background: #93d1e2;
}

#new_graduation .c-card .c-card__flex .c-card__flex-item.hojo h3 {
  width: 283px;
  margin: 12px auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item.hojo h3 {
    width: 95%;
    margin: 12px auto 20px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item.work {
  background: #a6aaea;
  position: relative;
}

#new_graduation .c-card .c-card__flex .c-card__flex-item.work .c-card__example {
  position: relative;
}

#new_graduation .c-card .c-card__flex .c-card__flex-item.work .c-card__example::before {
  display: block;
  content: "";
  width: 43px;
  height: 98px;
  background: url("../../img/recruit/new_graduation_test/brand-deco01.webp") no-repeat center top/cover;
  position: absolute;
  top: -36px;
  right: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item.work .c-card__example::before {
    width: 53px;
    height: 121px;
    right: 20px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item.except {
  background: #93d1e2;
}

#new_graduation .c-card .c-card__flex .c-card__flex-item.except h3 {
  max-width: 215px;
  margin: 0 auto 16px;
  position: relative;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item.except h3 {
    max-width: 276px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item.except h3::before {
  display: block;
  content: "";
  width: 47px;
  height: 104px;
  background: url("../../img/recruit/new_graduation_test/brand-deco02.webp") no-repeat center top/cover;
  position: absolute;
  top: -27px;
  left: -56px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item.except h3::before {
    top: 0px;
    left: -80px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__flex-item.except h3::after {
  display: block;
  content: "";
  width: 36px;
  height: 95px;
  background: url("../../img/recruit/new_graduation_test/brand-deco03.webp") no-repeat center top/cover;
  position: absolute;
  top: 0px;
  right: -53px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__flex-item.except h3::after {
    top: 10px;
    right: -65px;
  }
}
#new_graduation .c-card .c-card__flex h3 {
  margin: 12px 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex h3 {
    margin: 0 0 16px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__example {
  position: relative;
  z-index: 1;
  padding: 12px 25px 12px 50px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #000;
  color: #ea688b;
  font-weight: bold;
  font-size: 1.6rem;
  max-width: 98%;
  margin-left: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__example {
    padding: 20px 20px 20px 65px;
    max-width: 100%;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__example p {
    font-size: 2.1rem;
    letter-spacing: 0.1em;
  }
}
#new_graduation .c-card .c-card__flex .c-card__example .circle {
  width: 52px;
  height: 52px;
  background: #ea688b;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
  position: absolute;
  top: 10px;
  left: -10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__example .circle {
    width: 70px;
    height: 70px;
    left: -16px;
    top: 16px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__result {
  border-radius: 8px;
  border: 1px solid #000;
  max-width: 98%;
  margin-left: auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__result {
    max-width: 100%;
  }
}
#new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top {
  background: #da6131;
  padding: 20px 14px 16px;
  border-radius: 8px 8px 0 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top {
    padding: 20px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top .flex {
  display: flex;
  gap: 10px;
}

#new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top .flex figure {
  width: 106px;
  flex-shrink: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top .flex figure {
    width: 173px;
  }
}
#new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top h4 {
  color: #fff365;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top h4 {
    font-size: 2.6rem;
  }
}
#new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top p {
  color: #fff;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__result .c-card__result-top p {
    font-size: 1.8rem;
  }
}
#new_graduation .c-card .c-card__flex .c-card__result .c-card__result-text {
  padding: 12px 18px 12px 50px;
  color: #da6131;
  position: relative;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__result .c-card__result-text {
    padding: 20px 20px 20px 65px;
    font-size: 1.8rem;
  }
}
#new_graduation .c-card .c-card__flex .c-card__result .circle {
  width: 52px;
  height: 52px;
  background: #da6131;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
  position: absolute;
  top: 10px;
  left: -10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__flex .c-card__result .circle {
    width: 70px;
    height: 70px;
    left: -16px;
    top: 16px;
  }
}
#new_graduation .c-card .c-card__text {
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .c-card .c-card__text {
    letter-spacing: 0.1em;
    margin-top: 16px;
    line-height: 1.8;
  }
}
#new_graduation .contest {
  background: #000;
  padding: 14px;
}

@media screen and (min-width: 821px) {
  #new_graduation .contest {
    max-width: 950px;
    margin: 0 auto;
  }
}
#new_graduation .contest__inner {
  background: #fff;
  padding: 10px 10px 20px;
  border-radius: 8px;
}

@media screen and (min-width: 821px) {
  #new_graduation .contest__inner {
    display: flex;
    padding: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .contest__inner figure {
    max-width: 444px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .contest__inner .contest__text {
    width: calc(100% - 444px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#new_graduation .contest__inner h2 {
  font-size: 3.3rem;
  font-weight: bold;
  font-family: "Monomaniac One", sans-serif;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 821px) {
  #new_graduation .contest__inner h2 {
    font-size: 4.1rem;
    margin-bottom: 8px;
  }
}
#new_graduation .contest__inner p {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .contest__inner p {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-brand .sec-title .title {
    max-width: 526px;
  }
}
#new_graduation .p-brand .c-wrapper {
  background: #a6aaea;
  padding: 30px 0 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-brand .c-wrapper {
    padding: 60px 0;
  }
}
#new_graduation .p-brand .c-wrapper .c-inner {
  margin: 0 auto;
  padding: 20px 0 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-brand .c-wrapper .c-inner {
    padding: 50px 0;
  }
}
#new_graduation .p-brand .lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-brand .lead {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
#new_graduation .p-brand .p-brand__list {
  margin-bottom: 60px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-brand .p-brand__list {
    max-width: 1000px;
    margin: 0 auto 30px;
  }
}
#new_graduation .p-brand .p-brand__list h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  background: #000;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-brand .p-brand__list h3 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
#new_graduation .p-brand .c-small-title {
  max-width: 290px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-brand .c-small-title {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-brand .c-small-title figure {
    max-width: 545px;
  }
}
#new_graduation .p-brand .c-small-title p {
  margin-bottom: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-brand .slide08,
  #new_graduation .p-brand .slide09 {
    max-width: 660px;
    margin: 0 auto;
  }
}
#new_graduation .p-brand .splide__slide {
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
}

#new_graduation .p-brand .splide__slide h4 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#new_graduation .p-brand .splide__slide h4 span {
  display: block;
  font-size: 1.3rem;
}

#new_graduation .p-brand .splide__slide p {
  text-align: center;
  margin-top: 10px;
}

#new_graduation .p-brand .splide__slide .inner {
  padding: 10px 14px 20px;
}

#new_graduation .p-brand .splide__slide figure {
  height: 90px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#new_graduation .p-brand .splide__slide figure img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}

#new_graduation .p-brand .splide__slide.brand03 figure img {
  max-width: 75px;
}

#new_graduation .p-brand .splide__slide.brand05 figure img {
  max-width: 165px;
}

#new_graduation .p-brand .splide__slide.brand06 figure img {
  max-width: 183px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-brand .c-card {
    margin-top: 60px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-life {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-life .sec-title .title {
    max-width: 448px;
  }
}
#new_graduation .p-life .c-wrapper {
  background: #e2a6e4;
  padding: 30px 0 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-life .c-wrapper {
    padding: 60px 0;
  }
}
#new_graduation .p-life .c-wrapper .c-inner {
  margin: 0 auto;
  padding: 10px 14px 30px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-life .c-wrapper .c-inner {
    padding: 70px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-life .c-wrapper .c-inner .img01 {
    max-width: 620px;
    order: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-life .c-wrapper .c-inner .img02 {
    width: 100%;
    order: 2;
    margin: 20px 0 0;
  }
}
#new_graduation .p-life .c-wrapper .c-inner figure {
  margin-bottom: 20px;
}

#new_graduation .p-life .c-wrapper .c-inner .staff-card {
  margin: 0 auto;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-life .c-wrapper .c-inner .staff-card {
    margin: 0;
    order: 1;
  }
}
#new_graduation .p-life .c-wrapper .c-inner .staff-card figure {
  margin-bottom: 0;
}

#new_graduation .p-life .c-small-title {
  max-width: 290px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-life .c-small-title {
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto 36px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-life .c-small-title figure {
    max-width: 960px;
  }
}
#new_graduation .p-life .c-small-title p {
  margin-bottom: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-life .c-small-title p {
    margin: 0;
  }
}
#new_graduation .contents-inner {
  padding: 20px 14px;
}

@media screen and (min-width: 821px) {
  #new_graduation .contents-inner {
    padding: 40px 10px 60px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-philosophy {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#new_graduation .p-philosophy .philosophy-inner .c-btn01 {
  margin-bottom: 16px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-philosophy .philosophy-inner .c-btn01 {
    margin-bottom: 30px;
  }
}
#new_graduation .p-philosophy .philosophy-inner h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-philosophy .philosophy-inner h3 {
    font-size: 2.4rem;
    letter-spacing: 0.19em;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-philosophy .greeting-inner {
    max-width: 690px;
    margin: 0 auto 30px;
  }
}
#new_graduation .p-philosophy .greeting-inner .greeting-inner__img {
  margin: 0 calc(50% - 50vw) 20px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-philosophy .greeting-inner .greeting-inner__img {
    margin: 0 auto 30px;
  }
}
#new_graduation .p-philosophy .greeting-inner .greeting-inner__text {
  text-align: center;
}

#new_graduation .p-philosophy .greeting-inner .greeting-inner__text .position {
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-philosophy .greeting-inner .greeting-inner__text .position {
    font-size: 2.2rem;
    margin-bottom: 14px;
  }
}
#new_graduation .p-philosophy .greeting-inner .greeting-inner__text .name {
  font-size: 1.6rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px dotted #000;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-philosophy .greeting-inner .greeting-inner__text .name {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 3px dotted #000;
  }
}
#new_graduation .p-philosophy .greeting-inner .greeting-inner__text p {
  text-align: left;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-philosophy .greeting-inner .greeting-inner__text p {
    line-height: 2;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-flow {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-flow .flow-inner .img {
    max-width: 625px;
    margin: 0 auto;
  }
}
#new_graduation .p-flow .flow-inner .c-btn01 {
  margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-flow .flow-inner .c-btn01 {
    margin-bottom: 20px;
  }
}
#new_graduation .p-application {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application {
    padding: 0;
  }
}
#new_graduation .p-application .contents-inner {
  padding: 20px 14px 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application .contents-inner {
    padding: 40px 10px 0;
  }
}
#new_graduation .p-application .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#new_graduation .p-application .inner {
  max-width: 620px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .inner {
    margin-top: 20px;
  }
}
#new_graduation .p-application .ttl-requirement {
  text-align: center;
  background-color: #008377;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.19em;
  color: #fff;
  padding: 32px 0;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .ttl-requirement {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    font-size: 21px;
  }
}
#new_graduation .p-application .tab-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application .tab-list {
    padding: 0 5px;
    justify-content: center;
    gap: 30px;
  }
}
#new_graduation .p-application .tab-list li {
  width: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-list li {
    width: auto;
  }
}
#new_graduation .p-application .tab-list li a {
  display: inline-block;
  color: #808080;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-list li a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#new_graduation .p-application .tab-list li.active a {
  color: #008377;
  position: relative;
}

#new_graduation .p-application .tab-list li.active a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #008377;
  margin-top: 5px;
}

#new_graduation .p-application .tab-area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-area {
    padding: 20px 0 0;
  }
}
#new_graduation .p-application .tab-area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#new_graduation .p-application .tab-area .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 2px solid #008377;
}

#new_graduation .p-application .tab-area .table:last-of-type {
  margin-bottom: 0;
}

#new_graduation .p-application .tab-area .table tr td {
  width: 33.3333333333%;
}

#new_graduation .p-application .tab-area .table tr.mid_career th {
  width: 30%;
}

#new_graduation .p-application .tab-area .table tr.mid_career td {
  width: 70%;
}

#new_graduation .p-application .tab-area .table th,
#new_graduation .p-application .tab-area .table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #008377;
  letter-spacing: 0.04em;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-area .table th,
  #new_graduation .p-application .tab-area .table td {
    font-size: 14px;
  }
  #new_graduation .p-application .tab-area .table th.sp-left,
  #new_graduation .p-application .tab-area .table td.sp-left {
    text-align: left !important;
  }
}
#new_graduation .p-application .tab-area .table th.thin,
#new_graduation .p-application .tab-area .table td.thin {
  padding: 10px 6px;
}

#new_graduation .p-application .tab-area .table th.text-left,
#new_graduation .p-application .tab-area .table td.text-left {
  text-align: left;
}

#new_graduation .p-application .tab-area .table th .red,
#new_graduation .p-application .tab-area .table td .red {
  font-weight: bold;
  color: #e73d4a;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-area .table th .red,
  #new_graduation .p-application .tab-area .table td .red {
    font-size: 18px;
  }
}
#new_graduation .p-application .tab-area .table th .small,
#new_graduation .p-application .tab-area .table td .small {
  font-size: 13px;
}

#new_graduation .p-application .tab-area .table th strong,
#new_graduation .p-application .tab-area .table td strong {
  color: #e73d4a;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-area .table th strong,
  #new_graduation .p-application .tab-area .table td strong {
    display: block;
  }
}
#new_graduation .p-application .tab-area .table th .strong,
#new_graduation .p-application .tab-area .table td .strong {
  display: block;
  background-color: #e73d4a;
  color: #fff;
  padding: 0 16px;
  font-weight: bold;
  width: 238px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-area .table th .strong,
  #new_graduation .p-application .tab-area .table td .strong {
    padding: 0 10px;
    font-size: 14px;
    width: auto;
  }
}
#new_graduation .p-application .tab-area .table .title {
  color: #fff;
  background-color: #008377;
  font-size: 17px;
  letter-spacing: 0.19em;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-area .table .title {
    font-size: 16px;
    letter-spacing: 0.14em;
  }
}
#new_graduation .p-application .tab-area .table .subtitle {
  background-color: #deefee;
  color: #008377;
  font-size: 17px;
  letter-spacing: 0.19em;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #new_graduation .p-application .tab-area .table .subtitle {
    font-size: 16px;
    letter-spacing: 0.14em;
  }
}
#new_graduation .p-application .tab-area .table.welfare tr td {
  text-align: left;
  border-left: none;
}

#new_graduation .p-application .tab-area .table.welfare tr td .green {
  color: #008377;
  font-weight: bold;
  font-size: 18px;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#new_graduation .p-application-cta {
  padding: 20px 0 30px;
  background: #bed6e3;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta {
    padding: 60px 0;
  }
}
#new_graduation .p-application-cta h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.18em;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta h2 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
#new_graduation .p-application-cta h2::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta h2::before {
    bottom: -20px;
  }
}
#new_graduation .p-application-cta h2 span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta h2 span {
    font-size: 2.3rem;
  }
}
#new_graduation .p-application-cta a {
  text-align: center;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta a {
    margin: 0 0 10px;
    width: 243px;
  }
}
#new_graduation .p-application-cta a.form-link {
  font-size: 1.6rem;
  background: #f9d5c4;
}

#new_graduation .p-application-cta p {
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta p {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
#new_graduation .p-application-cta .flex-item {
  margin-bottom: 12px;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta .flex-item {
    margin-bottom: 0;
    width: 250px;
  }
}
#new_graduation .p-application-cta .flex-item:last-of-type {
  margin-bottom: 0;
}

#new_graduation .p-application-cta .flex-item p {
  margin-bottom: 0;
}

@media screen and (min-width: 821px) {
  #new_graduation .p-application-cta .flex-item p {
    font-size: 1.3rem;
  }
}
#new_graduation .popup-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 5px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  /*モーダル枠の指定*/
}

#new_graduation .popup-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#new_graduation .popup-container.active {
  opacity: 1;
  visibility: visible;
}

#new_graduation .popup-container .popup-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 380px;
  width: 100%;
}

#new_graduation .popup-container .popup-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

#new_graduation .popup-container .popup-content {
  background: #fff;
  text-align: left;
  padding: 12px 26px 20px 18px;
}

#new_graduation .popup-container .popup-content .popup-list {
  margin-top: 10px;
  padding: 0 26px 23px;
  border-bottom: 2px solid #323333;
}

#new_graduation .popup-container .popup-content .popup-list li {
  margin-bottom: 4px;
}

#new_graduation .popup-container .popup-content .popup-list li:last-of-type {
  margin-bottom: 0;
}

#new_graduation .stalkerBtn {
  width: 200px;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 99;
}

#new_graduation .stalkerBtn a {
  display: block;
  text-align: center;
  padding: 80px 0 30px;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
}

#new_graduation .stalkerBtn a span {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
}

#new_graduation .stalkerBtn a.tel {
  background: #18203b;
  background: linear-gradient(to top, #18203b 0%, #2c334c 100%);
  margin-bottom: 15px;
}

#new_graduation .stalkerBtn a.tel:before {
  content: "";
  background: url("../../../../img/recruit/new_graduation_test/recruit/ic_tel.png") no-repeat left top;
  background-size: 38px;
  width: 38px;
  height: 30px;
  position: absolute;
  left: calc(50% - 19px);
  top: 22px;
}

#new_graduation .stalkerBtn a.web {
  background: #e21e42;
  background: #a0e0bc;
  background: linear-gradient(45deg, rgb(160, 224, 188) 0%, rgb(84, 201, 201) 50%, rgb(84, 201, 225) 100%);
}

#new_graduation .stalkerBtn a.web span {
  font-size: 21px;
}

#new_graduation .stalkerBtn a.web:before {
  content: "";
  background: url("../../img/recruit/new_graduation_test/ic_smartphone.png") no-repeat left top;
  background-size: 30px;
  width: 30px;
  height: 52px;
  position: absolute;
  left: calc(50% - 10px);
  top: 22px;
}

#new_graduation .stalkerBtn {
  top: auto;
  bottom: 20px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  #new_graduation .btn-reserve-fixed {
    display: none;
  }
  #new_graduation .stalkerBtn {
    width: 100%;
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    overflow: hidden;
  }
  #new_graduation .stalkerBtn a {
    float: left;
    width: 50%;
    padding: 10px 0;
    border: none;
    border-radius: 0;
  }
  #new_graduation .stalkerBtn a span {
    font-size: 19px !important;
    letter-spacing: 0.14em;
  }
  #new_graduation .stalkerBtn a.tel {
    margin-bottom: 0;
  }
  #new_graduation .stalkerBtn a.tel:before {
    content: "";
    background: url("../../../../img/recruit/new_graduation_test/recruit/ic_tel.png") no-repeat left top;
    background-size: 19px;
    width: 19px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 35%;
  }
  #new_graduation .stalkerBtn a.web:before {
    content: "";
    background: url("../../../../img/recruit/new_graduation_test/recruit/ic_smartphone.png") no-repeat left top;
    background-size: 10px;
    width: 10px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 30%;
  }
  #new_graduation .stalkerBtn {
    bottom: 0;
    right: auto;
    left: 0;
  }
  #new_graduation .stalkerBtn a {
    width: 100%;
  }
  #new_graduation .stalkerBtn a.web:before {
    left: 18%;
  }
  #new_graduation .popup-container .popup-body {
    max-width: 332px;
  }
  #new_graduation .popup-container .popup-close {
    right: -10px;
  }
}
@media only screen and (max-width: 376px) {
  #new_graduation .popup-container .popup-body {
    max-width: 315px;
  }
}
.sec-footer-salon {
  margin-top: 60px !important;
}

@media screen and (min-width: 821px) {
  .sec-footer-salon {
    margin-top: 100px !important;
  }
}
.new_graduation .sec-ttl {
  text-align: center;
}

.new_graduation .sec-ttl .ja {
  display: block;
}

@media screen and (min-width: 821px) {
  footer {
    font-size: 14px;
  }
}
