:root {
  --font: #333;
  --aqua: #4465e0;
  --link: #4465e0;
  --pink: #c2048d;
  --border: #ccc;
}

.l-header-gnav {
  color: #fff;
}

.l-header-menu {
  color: #fff;
}

.l-header.is-bg .l-header-gnav {
  color: inherit;
}
.l-header.is-bg .l-header-menu {
  color: var(--pink);
}

.p-sec {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-sec {
    padding-block: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sec {
    padding-block: 1.1rem;
  }
}

.p-sec-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-sec-ttl {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-sec-ttl {
    font-size: 0.44rem;
    margin-bottom: 0.4rem;
  }
}

.p-mv {
  position: relative;
}
.p-mv-img img {
  width: 100%;
}

.p-mv-body {
  position: absolute;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-mv-body {
    left: 0.2rem;
    bottom: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-body {
    left: 0.6rem;
    bottom: 0.7rem;
  }
}

.p-mv-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 740px) {
  .p-mv-ttl {
    font-size: 0.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-ttl {
    font-size: 1.3rem;
  }
}

.p-mv-lead {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-mv-lead {
    font-size: 0.18rem;
    margin-top: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-mv-lead {
    font-size: 0.36rem;
    margin-top: 0.1rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-message {
    background: radial-gradient(ellipse at 90% 10%, rgba(68, 101, 224, 0.15), transparent 50%), radial-gradient(ellipse at 10% 90%, rgba(68, 101, 224, 0.15), transparent 50%), #f1f5fe;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message {
    background: radial-gradient(ellipse at 90% 10%, rgba(68, 101, 224, 0.15), transparent 50%), radial-gradient(ellipse at 10% 100%, rgba(68, 101, 224, 0.15), transparent 30%), #f1f5fe;
  }
}

.p-message-bgtxt {
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-message-bgtxt {
    width: 0.5rem;
    top: 0.2rem;
    left: -0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-bgtxt {
    width: 0.97rem;
    top: 0.4rem;
    right: -0.1rem;
  }
}

.p-message-inr {
  position: relative;
}
.p-message-ttl {
  color: var(--aqua);
}
@media only screen and (max-width: 740px) {
  .p-message-ttl {
    text-align: right;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 741px) {
  .p-message-body {
    flex: 1 1 auto;
  }
}

.p-message-hl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.8;
  text-align: right;
}
@media only screen and (max-width: 740px) {
  .p-message-hl {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-hl {
    font-size: 0.3rem;
  }
}

.p-message-btns {
  margin-left: auto;
}
@media only screen and (max-width: 740px) {
  .p-message-btns {
    width: 2.6rem;
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-btns {
    width: 3.2rem;
    margin-top: 0.3rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-message-img {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-img {
    flex: 0 0 6rem;
  }
}

.p-message-modal {
  display: none;
  place-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.p-message-modal-inr {
  overflow: auto;
  background: #fff;
}
@media only screen and (max-width: 740px) {
  .p-message-modal-inr {
    width: 3.45rem;
    height: calc(100vh - 0.4rem);
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-modal-inr {
    width: 7.8rem;
    height: 80vh;
  }
}

.p-message-modal-mv {
  position: relative;
}

.p-message-modal-mv-img img {
  width: 100%;
}

.p-message-mdal-mv-body {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-message-mdal-mv-body {
    padding: 0 0.2rem 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-mdal-mv-body {
    padding: 0 0.6rem 0.4rem;
  }
}

.p-message-mdal-mv-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 740px) {
  .p-message-mdal-mv-ttl {
    font-size: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-mdal-mv-ttl {
    font-size: 0.68rem;
  }
}

.p-message-mdal-mv-lead {
  margin-top: 0.4em;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-message-mdal-mv-lead {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-mdal-mv-lead {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-message-modal-txt {
    padding: 0.3rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-modal-txt {
    padding-block: 0.7rem;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 740px) {
  .p-message-modal-txt-body {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-modal-txt-body {
    font-size: 0.2rem;
  }
}
.p-message-modal-txt-body p:not(:first-child) {
  margin-top: 1.4em;
}
.p-message-modal-txt-body .-name {
  color: var(--aqua);
}
@media only screen and (max-width: 740px) {
  .p-message-modal-txt-body .-name {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-modal-txt-body .-name {
    font-size: 0.16rem;
  }
}

.p-message-modal-close {
  background: var(--aqua);
  border-radius: 100%;
  position: absolute;
  text-indent: -1000%;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-message-modal-close {
    width: 0.36rem;
    height: 0.36rem;
    top: 0.25rem;
    right: 0.25rem;
    translate: 50% -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-modal-close {
    width: 0.46rem;
    height: 0.46rem;
    top: 10vh;
    left: calc(50% + 3.9rem);
    translate: -50% -50%;
  }
}
.p-message-modal-close:before, .p-message-modal-close:after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-message-modal-close:before {
  rotate: -45deg;
}
.p-message-modal-close:after {
  rotate: 45deg;
}

@media only screen and (max-width: 740px) {
  .p-about {
    background: url(../img/bg-about_sp.png) 50% 100%/cover no-repeat #1772e3;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about {
    background: url(../img/bg-about_pc.png) 50% 0/cover no-repeat;
  }
}

.p-about-bgtxt {
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-about-bgtxt {
    width: 0.5rem;
    top: 0.2rem;
    right: -0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-bgtxt {
    width: 1.14rem;
    top: -0.5rem;
    left: -0.1rem;
  }
}

.p-about-inr {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-about-inr {
    width: 8.4rem;
    margin-left: auto;
  }
}

.p-about-ttl {
  color: #fff;
}
.p-about-lead {
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-about-lead {
    margin-right: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-lead {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-about-btns {
    width: 2.6rem;
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-btns {
    width: 3.2rem;
    margin-top: 0.3rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-about-list {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-list {
    margin-top: 0.85rem;
  }
}

.p-about-item {
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 740px) {
  .p-about-item {
    margin-top: 0.2rem;
    padding: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item {
    margin-top: 0.5rem;
    padding: 0.5rem 0.2rem 0.2rem 0.4rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 0.4rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-about-item-img {
    flex: 0 0 2.32rem;
    margin-top: -0.7rem;
  }
}
.p-about-item-img img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-about-item-body {
    margin-top: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item-body {
    flex: 1 1 auto;
  }
}

.p-about-item-hl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 740px) {
  .p-about-item-hl {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item-hl {
    font-size: 0.28rem;
  }
}

.p-about-item-data {
  display: flex;
}
@media only screen and (max-width: 740px) {
  .p-about-item-data {
    margin-top: 0.16rem;
    gap: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item-data {
    margin-top: 0.5rem;
    gap: 0.48rem;
  }
}

.p-about-item-data-item {
  flex: 1 1 100%;
  position: relative;
}
.p-about-item-data-item:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: var(--border);
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 740px) {
  .p-about-item-data-item:not(:last-child):after {
    right: -0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item-data-item:not(:last-child):after {
    right: -0.24rem;
  }
}
.p-about-item-data-item dt {
  background: #fff;
  color: var(--aqua);
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.3em 0;
}
@media only screen and (max-width: 740px) {
  .p-about-item-data-item dt {
    font-size: 0.12rem;
    border-radius: 0.06rem;
    margin-bottom: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item-data-item dt {
    font-size: 0.14rem;
    border-radius: 1rem;
    margin-bottom: 0.15rem;
  }
}
.p-about-item-data-item dd {
  color: var(--aqua);
  text-align: center;
  line-height: 1.1;
}
@media only screen and (max-width: 740px) {
  .p-about-item-data-item dd {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item-data-item dd {
    font-size: 0.2rem;
  }
}
.p-about-item-data-item dd .-num {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .p-about-item-data-item dd .-num {
    font-size: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item-data-item dd .-num {
    font-size: 0.6rem;
  }
}

.p-about-item-offer {
  text-align: right;
}
@media only screen and (max-width: 740px) {
  .p-about-item-offer {
    font-size: 0.1rem;
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-about-item-offer {
    font-size: 0.12rem;
    margin-top: 1em;
  }
}

@media only screen and (max-width: 740px) {
  .p-interview {
    background: radial-gradient(ellipse at 90% 10%, rgba(68, 101, 224, 0.15), transparent 50%), radial-gradient(ellipse at 10% 90%, rgba(68, 101, 224, 0.15), transparent 50%), #f1f5fe;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview {
    background: radial-gradient(ellipse at 90% 10%, rgba(68, 101, 224, 0.15), transparent 50%), radial-gradient(ellipse at 10% 100%, rgba(68, 101, 224, 0.15), transparent 30%), #f1f5fe;
  }
}

.p-interview-ttl {
  color: var(--aqua);
}
@media only screen and (max-width: 740px) {
  .p-interview-swiper-container {
    margin-top: 0.7rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-swiper-container {
    margin-top: 0.4rem;
  }
}
.p-interview-swiper-container .p-interview-swiper-button-prev {
  top: -0.46rem;
  right: 0.58rem;
}
.p-interview-swiper-container .p-interview-swiper-button-next {
  top: -0.46rem;
  right: 0.2rem;
}

.p-interview-item-link {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-interview-item-link:hover .p-interview-item-img img {
    scale: 1.1;
  }
  .p-interview-item-link:hover .p-interview-item-img .-icon {
    background: #fff;
  }
  .p-interview-item-link:hover .p-interview-item-img .-icon:after {
    background: #000;
  }
}

.p-interview-item-img {
  position: relative;
  overflow: hidden;
}
.p-interview-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s;
}
.p-interview-item-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.p-interview-item-img .-icon {
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-interview-item-img .-icon {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.15rem;
    bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-item-img .-icon {
    width: 0.4rem;
    height: 0.4rem;
    right: 0.2rem;
    bottom: 0.2rem;
    transition: background 0.4s;
  }
}
.p-interview-item-img .-icon:after {
  content: "";
  width: 0.12rem;
  height: 0.1rem;
  background: #fff;
  mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: background 0.4s;
}

.p-interview-item-body {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-interview-item-body {
    padding: 0 0.4rem 0.25rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-item-body {
    padding: 0 0.6rem 0.3rem 0.3rem;
  }
}

.p-interview-item-hl {
  letter-spacing: 0;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-interview-item-hl {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-item-hl {
    font-size: 0.2rem;
  }
}

.p-interview-item-data {
  margin-top: 1em;
}
@media only screen and (max-width: 740px) {
  .p-interview-item-data {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-interview-item-data {
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-work {
    background: radial-gradient(circle 3rem at 90% 10%, rgba(40, 84, 229, 0.5), rgba(40, 84, 229, 0.5) 30%, transparent), radial-gradient(circle 3rem at 20% 90%, rgba(40, 84, 229, 0.5), rgba(40, 84, 229, 0.5) 30%, transparent), #2691ea;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work {
    background: radial-gradient(circle 4.5rem at 90% 10%, rgba(40, 84, 229, 0.5), rgba(40, 84, 229, 0.5) 30%, transparent), radial-gradient(circle 6rem at 10% 80%, rgba(40, 84, 229, 0.5), rgba(40, 84, 229, 0.5) 30%, transparent), #2691ea;
  }
}

.p-work-ttl {
  color: #fff;
}

@media only screen and (max-width: 740px) {
  .p-work-item:nth-child(odd) .p-work-item-img {
    margin-left: -0.2rem;
  }
  .p-work-item:nth-child(even) .p-work-item-img {
    margin-right: -0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .p-work-item:nth-child(odd) .p-work-item-img {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  }
  .p-work-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-work-item:nth-child(even) .p-work-item-img {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media only screen and (max-width: 740px) {
  .p-work-item:not(:first-child) {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item:not(:first-child) {
    margin-top: 0.6rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-work-item-img {
    flex: 0 0 50%;
  }
}
.p-work-item-img img {
  width: 100%;
}

@media only screen and (max-width: 740px) {
  .p-work-item-body {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-body {
    flex: 0 0 4.7rem;
  }
}

.p-work-item-hl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: #fff;
}
.p-work-item-hl .-sub {
  display: block;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 740px) {
  .p-work-item-hl .-sub {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-hl .-sub {
    font-size: 0.2rem;
  }
}
.p-work-item-hl .-main {
  display: block;
}
@media only screen and (max-width: 740px) {
  .p-work-item-hl .-main {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-hl .-main {
    font-size: 0.28rem;
  }
}

.p-work-item-lead {
  color: #fff;
  font-weight: bold;
  margin-top: 1em;
}
.p-work-item-icons {
  display: flex;
}
@media only screen and (max-width: 740px) {
  .p-work-item-icons {
    margin-top: 0.2rem;
    gap: 0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-icons {
    margin-top: 0.3rem;
    gap: 0.12rem;
  }
}
.p-work-item-icons li {
  background: #fff;
  border: 1px solid var(--aqua);
}
@media only screen and (max-width: 740px) {
  .p-work-item-icons li {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-icons li {
    width: 1rem;
    height: 1rem;
    border-radius: 0.06rem;
  }
}

.p-work-item-icon {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .p-work-item-icon {
    padding-top: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-icon {
    padding-top: 0.12rem;
  }
}
.p-work-item-icon img {
  object-fit: contain;
}
@media only screen and (max-width: 740px) {
  .p-work-item-icon img {
    height: 0.4rem;
    scale: 0.9;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-icon img {
    height: 0.5rem;
  }
}
.p-work-item-icon img[src$="work02.svg"] + figcaption {
  scale: 0.8 1;
  text-indent: -0.2em;
}
.p-work-item-icon figcaption {
  color: var(--aqua);
  margin-top: 0.3em;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-work-item-icon figcaption {
    font-size: 0.11rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-icon figcaption {
    font-size: 0.13rem;
  }
}

.p-work-btns {
  margin-inline: auto;
}
@media only screen and (max-width: 740px) {
  .p-work-btns {
    width: 2.6rem;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-btns {
    width: 3.2rem;
    margin-top: 0.6rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-environment {
    background: radial-gradient(circle 4rem at 90% 5%, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), radial-gradient(circle 4rem at 20% 90%, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), #f1f5fe;
  }
}
@media print, screen and (min-width: 741px) {
  .p-environment {
    background: radial-gradient(circle 5rem at 90% 20%, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), radial-gradient(circle 5rem at 10% 70%, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), #f1f5fe;
  }
}

.p-environment-bgtxt {
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-environment-bgtxt {
    width: 0.5rem;
    top: 0.2rem;
    right: -0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-environment-bgtxt {
    width: 1.16rem;
    top: 0.4rem;
    right: -0.1rem;
  }
}

.p-environment-inr {
  position: relative;
}
.p-environment-ttl {
  color: var(--aqua);
}

@media only screen and (max-width: 740px) {
  .p-environment-lead {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-environment-lead {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-environment-list {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-environment-list {
    margin-top: 0.75rem;
  }
}

.p-environment-item:not(:first-child) {
  margin-top: 0.2rem;
}
.p-environment-item-inr {
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 740px) {
  .p-environment-item-inr {
    padding: 0.25rem 0.2rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-environment-item-inr {
    padding: 0.1rem 0.1rem 0.1rem 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 740px) {
  .p-environment-item-img {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-environment-item-img {
    flex: 0 0 4.6rem;
  }
}
.p-environment-item-img img {
  width: 100%;
}

@media print, screen and (min-width: 741px) {
  .p-environment-item-body {
    flex: 1 1 auto;
  }
}

.p-environment-item-hl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 740px) {
  .p-environment-item-hl {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-environment-item-hl {
    font-size: 0.28rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-environment-item-links {
    margin-top: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-environment-item-links {
    margin-top: 0.2rem;
  }
}

.p-recruit {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-recruit {
    padding-block: 0.3rem 0.5rem;
    background: radial-gradient(circle 4rem at 90% 5%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), radial-gradient(circle 4rem at 20% 90%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), #dce5ff;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit {
    padding-block: 0.7rem 1rem;
    background: radial-gradient(circle 6rem at 90% 20%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), radial-gradient(circle 6rem at 20% 100%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), #dce5ff;
  }
}

.p-recruit-bgtxt {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-recruit-bgtxt {
    width: 0.4rem;
    top: 0;
    left: -0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-bgtxt {
    width: 0.7rem;
    top: 0.4rem;
    left: -0.1rem;
  }
}

.p-recruit-mv {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv {
    padding-right: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-img {
    margin-right: auto;
    width: 100%;
    max-width: calc(50% + 6.4rem);
  }
}
.p-recruit-mv-img img {
  width: 100%;
}

.p-recruit-mv-body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv-body {
    width: 2.95rem;
    top: 0.5rem;
    left: 50%;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-body {
    width: 100%;
    max-width: 12rem;
    padding-inline: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}

.p-recruit-mv-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv-ttl {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-ttl {
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
  }
}

.p-recruit-mv-lead {
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv-lead {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-lead {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-recruit-mv-entry {
    margin-top: 0.25rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-entry {
    margin-top: 0.4rem;
  }
}

.p-recruit-mv-entry-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(185deg, white, rgba(255, 255, 255, 0.7) 10%, rgba(255, 255, 255, 0.2) 55%, rgba(119, 2, 87, 0.2) 65%, #770257 90%, #770257), var(--pink);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv-entry-btn {
    width: 2.6rem;
    height: 0.5rem;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-entry-btn {
    width: 4rem;
    height: 0.78rem;
  }
  .p-recruit-mv-entry-btn:hover:before {
    background: #db059f;
  }
  .p-recruit-mv-entry-btn:hover:after {
    scale: 2;
    opacity: 0.8;
  }
}
.p-recruit-mv-entry-btn:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--pink);
  position: absolute;
  top: 1px;
  left: 1px;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv-entry-btn:before {
    border-radius: 0.03rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-entry-btn:before {
    border-radius: 1rem;
    transition: 0.4s;
  }
}
.p-recruit-mv-entry-btn:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  background: radial-gradient(white, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: 0;
  translate: -40% -50%;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv-entry-btn:after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-entry-btn:after {
    width: 2.1rem;
    height: 2.1rem;
    transition: scale 0.4s, opacity 0.4s;
  }
}
.p-recruit-mv-entry-btn .-txt {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.p-recruit-mv-entry-btn .-txt img {
  width: auto;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv-entry-btn .-txt img {
    height: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-entry-btn .-txt img {
    height: 0.2rem;
  }
}
.p-recruit-mv-entry-btn .-icon {
  display: grid;
  place-content: center;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-recruit-mv-entry-btn .-icon {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-mv-entry-btn .-icon {
    width: 0.36rem;
    height: 0.36rem;
    right: 0.1rem;
  }
}
.p-recruit-mv-entry-btn .-icon:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.1rem;
  background: var(--pink);
  mask: url(/new_graduate/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
}
.p-recruit-inr {
  position: relative;
  z-index: 1;
}
.p-recruit-item {
  margin-top: 0.6rem;
}
.p-recruit-hl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-recruit-hl {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-hl {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-recruit-point {
    display: flex;
    gap: 0.25rem;
  }
}
.p-recruit-point li {
  background: #eaf2fe;
  border: 1px solid #fff;
  border-radius: 1rem;
}
@media only screen and (max-width: 740px) {
  .p-recruit-point li {
    margin-top: 0.1rem;
    height: 0.84rem;
    padding: 0.03rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-point li {
    flex: 1 1 100%;
    height: 1.36rem;
    padding: 0.05rem;
  }
}
.p-recruit-point li div {
  display: block;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(93, 109, 164, 0.7), rgba(202, 207, 226, 0.8), #e9eaf4, rgba(202, 207, 226, 0.8), rgba(93, 109, 164, 0.7));
  padding: 0.01rem;
}
.p-recruit-point li span {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #eaf2fe;
  color: var(--aqua);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.4;
  border-radius: 1rem;
}
@media only screen and (max-width: 740px) {
  .p-recruit-point li span {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-point li span {
    font-size: 0.22rem;
  }
}

.p-recruit-info-item {
  border: 1px solid #fff;
  background: #eaf2fe;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-item:not(:first-child) {
    margin-top: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-item:not(:first-child) {
    margin-top: 0.2rem;
  }
}
.p-recruit-info-item > dt {
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-item > dt {
    padding: 0.15rem 0.2rem;
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-item > dt {
    padding: 0.2rem 0.3rem;
    font-size: 0.2rem;
    transition: background 0.4s, color 0.4s;
  }
  .p-recruit-info-item > dt:hover {
    background: rgba(68, 101, 224, 0.1);
    color: var(--aqua);
  }
}
.p-recruit-info-item > dt .-icon {
  background: var(--aqua);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  translate: 50% -50%;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-item > dt .-icon {
    width: 0.24rem;
    height: 0.24rem;
    right: 0.32rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-item > dt .-icon {
    width: 0.36rem;
    height: 0.36rem;
    right: 0.48rem;
  }
}
.p-recruit-info-item > dt .-icon:before, .p-recruit-info-item > dt .-icon:after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-recruit-info-item > dt .-icon:after {
  rotate: 90deg;
  transition: rotate 0.4s;
}
.p-recruit-info-item > dt.is-open .-icon:after {
  rotate: 0deg;
}
.p-recruit-info-item > dd {
  display: none;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-item > dd {
    padding: 0.15rem 0.2rem 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-item > dd {
    padding: 0.15rem 0.3rem 0.3rem;
  }
}

.p-recruit-info-app-item {
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-app-item {
    padding-top: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-app-item {
    display: flex;
    padding: 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-app-item:not(:first-child) {
    margin-top: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-app-item:not(:first-child) {
    display: flex;
    margin-top: 0.2rem;
  }
}
.p-recruit-info-app-item > dt {
  color: var(--aqua);
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-app-item > dt {
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-app-item > dt {
    flex: 0 0 1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-app-item > dd {
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 740px) {
  .p-recruit-info-app-item-list {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-app-item-list {
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-recruit-info-flow {
    border: 10px solid rgba(68, 101, 224, 0.4);
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow {
    display: flex;
    border: 20px solid rgba(68, 101, 224, 0.4);
  }
}
.p-recruit-info-flow li {
  padding: 0.2rem;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-flow li {
    display: flex;
    align-items: center;
    gap: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow li {
    flex: 1 1 100%;
  }
}
.p-recruit-info-flow li:nth-child(odd) {
  background: #fff;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-flow li:nth-child(odd):not(:last-child):after {
    border-top: 0.12rem solid #fff;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow li:nth-child(odd):not(:last-child):after {
    border-left: 0.12rem solid #fff;
  }
}
.p-recruit-info-flow li:nth-child(even) {
  background: #eaf2fe;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-flow li:nth-child(even):not(:last-child):after {
    border-top: 0.12rem solid #eaf2fe;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow li:nth-child(even):not(:last-child):after {
    border-left: 0.12rem solid #eaf2fe;
  }
}
.p-recruit-info-flow li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-flow li:not(:last-child):after {
    width: 0.16rem;
    height: 0.12rem;
    border: 0.08rem solid transparent;
    border-bottom: none;
    top: 100%;
    left: 50%;
    translate: -50% 0;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow li:not(:last-child):after {
    width: 0.12rem;
    height: 0.16rem;
    border: 0.08rem solid transparent;
    border-right: none;
    top: 50%;
    left: 100%;
    translate: 0 -50%;
  }
}
.p-recruit-info-flow li .-num {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: var(--aqua);
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-flow li .-num {
    font-size: 0.28rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow li .-num {
    font-size: 0.36rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-flow li .-icon {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow li .-icon {
    text-align: center;
    margin-top: 0.15rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-flow li .-icon .-img {
    flex: 0 0 0.5rem;
    text-align: center;
  }
}
.p-recruit-info-flow li .-icon figcaption {
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-flow li .-icon figcaption {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow li .-icon figcaption {
    display: grid;
    place-content: center;
    height: 2.8em;
    font-size: 0.18rem;
    margin-top: 0.7em;
  }
}

@media only screen and (max-width: 740px) {
  .p-recruit-info-flow-offer {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-flow-offer {
    text-align: right;
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-recruit-info-hl:not(:first-child) {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-hl:not(:first-child) {
    margin-top: 0.3rem;
  }
}
.p-recruit-info-hl span {
  display: inline-block;
  background: var(--aqua);
  color: #fff;
  border-radius: 1rem;
  padding: 0.2em 0.8em;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-hl span {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-hl span {
    font-size: 0.14rem;
  }
}

.p-recruit-info-qa {
  border-top: 1px solid var(--border);
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-qa {
    padding-top: 0.1rem;
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-qa {
    padding: 0.15rem 0 0 0.2rem;
    margin-top: 0.2rem;
  }
}
.p-recruit-info-qa > dt {
  font-weight: bold;
  display: flex;
  line-height: 1.4;
}
.p-recruit-info-qa > dt .-icon {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-qa > dt .-icon {
    font-size: 0.28rem;
    flex: 0 0 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-qa > dt .-icon {
    font-size: 0.32rem;
    flex: 0 0 0.5rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-qa > dt .-txt {
    padding-top: 0.3em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-qa > dt .-txt {
    padding-top: 0.4em;
  }
}
.p-recruit-info-qa > dd {
  background: #fff;
  display: flex;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-qa > dd {
    margin-top: 0.15rem;
    padding: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-qa > dd {
    margin-top: 0.2rem;
    padding: 0.2rem;
  }
}
.p-recruit-info-qa > dd .-icon {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  line-height: 1.2;
  color: var(--aqua);
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-qa > dd .-icon {
    font-size: 0.2rem;
    flex: 0 0 0.26rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-qa > dd .-icon {
    font-size: 0.24rem;
    flex: 0 0 0.3rem;
  }
}

.p-recruit-info-qa-body {
  flex: 1 1 auto;
}
.p-recruit-info-qa-member {
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-qa-member {
    margin-top: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-qa-member {
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
  }
}

.p-recruit-info-qa-member-item {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-qa-member-item:not(:first-child) {
    border-top: 1px solid var(--border);
    padding-top: 0.2rem;
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-qa-member-item {
    flex: 0 0 4rem;
  }
  .p-recruit-info-qa-member-item:not(:last-child) {
    border-right: 1px solid var(--border);
  }
}
.p-recruit-info-qa-member-item > dt {
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 740px) {
  .p-recruit-info-qa-member-item > dt {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-recruit-info-qa-member-item > dt {
    font-size: 0.2rem;
  }
}

.p-recruit-info-qa-member-item-img figcaption {
  margin-top: 1em;
}