@charset "UTF-8";
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow-y: scroll;
}

.pc {
  display: none;
}

@keyframes mv-fx-pop {
  0% {
    transform: scale(0, 0);
  }
  60% {
    transform: scale(0.6, 0.6);
  }
  80% {
    transform: scale(1.04, 1.04);
  }
  100% {
    transform: scale(1, 1);
  }
}
html:has(body.fixed) {
  height: 100vh;
  height: 100lvh !important;
}

body {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-weight: 400;
  font-size: 0.875rem;
  font-optical-sizing: none;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.full {
  width: 100%;
}

.is_palt {
  font-feature-settings: "palt";
}

.h_zoom {
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
  display: block;
}

.h_opacity {
  cursor: pointer;
}
.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.is_loading .header,
.is_loading .decor,
.is_loading .intro_slogan,
.is_loading .side_box_slogan {
  opacity: 0;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}

.js_inview.fadeup_img02 {
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity linear 0.7s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadeup_img01 {
  transform: translate3d(0, 40px, 0);
  transition-delay: 0.25s;
}

.fadeup_img02 {
  transform: translate3d(0, 30px, 0);
  transition-delay: 0.45s;
}

.js_pop_inview {
  transform: scale(0, 0);
}
.js_pop_inview.is_show {
  animation: mv-fx-pop 0.6s steps(1) 0.1s forwards;
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}

.l_container_xs {
  width: calc(100% - 40px);
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.l_container {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l_container_xl {
  width: calc(100% - 40px);
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  transition: opacity 0.5s ease;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header_in {
  display: flex;
  justify-content: space-between;
  height: 60px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-right: 14px;
  align-items: center;
}
.header_main {
  flex-shrink: 0;
  display: none;
}
.header.is_fixed::after {
  opacity: 1;
}
.header_logo {
  height: 100%;
  background-color: #fff;
  flex-basis: 265px;
  border-radius: 0 0 35px 0;
}
.header_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.header_logo img {
  width: 228px;
  position: relative;
  top: -1px;
  left: -1px;
}
.header_logo_txt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: #212121;
  line-height: 1;
  position: relative;
  transform: translate(-34px, -3px);
}
.header_mnav {
  display: flex;
}
.header_entry {
  width: 181px;
  height: 52px;
  align-content: baseline;
  justify-content: center;
  background: linear-gradient(90deg, rgb(236, 251, 64) 0%, rgb(236, 251, 64) 10%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 100%);
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  transition: transform 0.3s;
  min-width: 140px;
  margin-left: clamp(0rem, 8.3333333333vw + -6.25rem, 1.25rem);
  display: none;
}
.header_entry::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  -webkit-mask-image: url("../images/newgraduate/icon_arrow_right.svg");
  mask-image: url("../images/newgraduate/icon_arrow_right.svg");
  background-color: #ECFB40;
  -webkit-mask-size: contain;
  mask-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
.header_entry .entry_txt {
  max-width: 77px;
}
.header_hamburger {
  width: 50px;
  height: 49px;
  background-color: #212121;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 51;
  flex-shrink: 0;
}
.header_hamburger > * {
  position: absolute;
  border-radius: 2px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 27.272727%, rgb(236, 251, 64) 27.272727%, rgb(236, 251, 64) 100%);
  height: 2px;
  width: 22px;
  transition: 0.5s;
  transition-property: translate, rotate, opacity;
}
.header_hamburger > *:first-child {
  translate: 0 -8px;
}
.header_hamburger > *:last-child {
  translate: 0 8px;
}
.header_hamburger.is_open > * {
  translate: 0 0;
}
.header_hamburger.is_open > *:nth-child(2) {
  opacity: 0;
  rotate: 45deg;
}
.header_hamburger.is_open > *:first-child {
  rotate: 45deg;
}
.header_hamburger.is_open > *:last-child {
  rotate: 135deg;
}

.nav_list {
  display: flex;
  align-items: center;
}
.nav_list_item {
  font-weight: 900;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: -0.002em;
  position: relative;
}
.nav_list_item:not(._site_name):not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: #E55322;
  border-radius: 50%;
  font-size: 1.0625rem;
  right: calc((1.4705882353em - 4px) / 2);
  top: 50%;
  transform: translateY(-50%);
}
.nav_list_item._site_name {
  font-size: clamp(0.875rem, 1.6666666667vw + -0.375rem, 1.125rem);
  padding-right: 2.1111111111em;
}
.nav_list_item._site_name::after {
  content: "／";
  position: absolute;
  color: #E55322;
  font-size: 1.0625rem;
  right: calc((2.1111111111em - 1em) / 2);
  top: 50%;
  transform: translateY(-50%);
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F1DA75;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
  overflow-y: auto;
  overflow-x: clip;
}
.gnav.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.gnav_inner {
  padding-inline: 20px;
  padding-top: 95px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  z-index: 1;
  background-color: #F1DA75;
}
.gnav_bg {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: 50%;
  opacity: 0.04;
  width: -moz-max-content;
  width: max-content;
  mix-blend-mode: color-burn;
  transform: rotate(-8deg) translateX(-60%);
}
.gnav_logo {
  width: 100%;
  max-width: 306px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  position: relative;
  mix-blend-mode: darken;
  transform: translateX(6px);
}
.gnav_logo img {
  mix-blend-mode: darken;
}
.gnav_logo_txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
  position: relative;
  line-height: 1;
  left: 42px;
}
.gnav_list {
  max-width: 276px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  border-top: 1px solid #000000;
}
.gnav_item {
  margin-left: 90px;
}
.gnav_item + .gnav_item {
  margin-top: 20px;
}
.gnav_item:first-child {
  margin-top: 52px;
}
.gnav_item_link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  position: relative;
}
.gnav_item_link:not(._link_out):before {
  content: "";
  position: absolute;
  -webkit-mask: url("../images/newgraduate/icon_arrow_fill.svg");
  mask: url("../images/newgraduate/icon_arrow_fill.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  left: -17px;
  top: 6px;
  background-color: #E55322;
}
.gnav_item_link:before {
  content: "";
  position: absolute;
  -webkit-mask: url("../images/newgraduate/icon_open_in_new.svg");
  mask: url("../images/newgraduate/icon_open_in_new.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 15px;
  height: 18px;
  top: 0px;
  left: -22px;
  background-color: #1C1C1C;
}
.gnav_item_jp {
  display: inline-block;
}
.gnav_bottom {
  margin-top: 46px;
}
.gnav_bottom_head {
  max-width: 188px;
  margin-left: auto;
  margin-right: auto;
}
.gnav_bottom_link {
  max-width: 272px;
  background-color: #212121;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 19px 65px 19px 28px;
  position: relative;
}
.gnav_bottom_link::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 23px;
  -webkit-mask: url("../images/newgraduate/icon_arrow_right_lg.svg");
  mask: url("../images/newgraduate/icon_arrow_right_lg.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mv-fx-pop {
  0% {
    transform: scale(0, 0);
  }
  60% {
    transform: scale(0.6, 0.6);
  }
  80% {
    transform: scale(1.04, 1.04);
  }
  100% {
    transform: scale(1, 1);
  }
}
.p_newgraduate .intro {
  background-color: #F1DA75;
  position: relative;
  z-index: 1;
  padding-bottom: 108px;
}
.p_newgraduate .intro_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p_newgraduate .intro_bg img {
  mix-blend-mode: overlay;
  opacity: 0.24;
  width: 100%;
  height: 100%;
}
.p_newgraduate .intro_slogan {
  position: absolute;
  transition: opacity 0.5s ease;
}
.p_newgraduate .intro_slogan._left {
  writing-mode: vertical-lr;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0.09em;
  font-size: 1.125rem;
  top: 126px;
  left: -3px;
}
.p_newgraduate .intro_slogan._right {
  font-size: 1.125rem;
  writing-mode: vertical-lr;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0.09em;
  -webkit-text-stroke: 1px #E55322;
  -webkit-text-fill-color: transparent;
  bottom: 77px;
  right: 5px;
}
.p_newgraduate .intro_slogan_line {
  position: absolute;
  height: 243px;
  width: 1px;
  background-color: #212121;
  top: calc(100% + 10px);
  left: 47%;
  transform: translateX(-50%);
}
.p_newgraduate .intro_slogan_line::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  left: 50%;
  background-color: #212121;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p_newgraduate .intro_slogan_line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: 0;
  left: 50%;
  background-color: #212121;
  border-radius: 50%;
  transform: translate(-50%, 50%);
}
.p_newgraduate .mv {
  position: relative;
  padding-top: 74px;
}
.p_newgraduate .mv_main {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.p_newgraduate .video {
  position: relative;
  z-index: 1;
  height: 52.2167487685vh;
  margin-left: 7px;
  margin-right: -6px;
}
.p_newgraduate .video_container {
  position: relative;
  z-index: 0;
  max-width: 1152px;
  height: 100%;
}
.p_newgraduate .video_container::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  z-index: 0;
}
.p_newgraduate .video_main {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 0 min(22.9333333333vw, 86px);
  border: 1px solid transparent;
}
.p_newgraduate .video.is_video_loaded .video_main {
  border-color: #000000;
}
.p_newgraduate .video_desc {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  right: 6.3%;
  width: min(min(50.6666666667vw, 23.3990147783vh), 190px);
}
.p_newgraduate .video_desc picture {
  display: block;
}
.p_newgraduate .video_desc img {
  width: 100%;
}
.p_newgraduate .decor {
  width: min(min(26.6666666667vw, 12.315270936vh), 100px);
  height: min(min(29.3333333333vw, 13.5467980296vh), 110px);
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -37px;
  left: 10px;
  position: absolute;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.p_newgraduate .decor::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/newgraduate/icon_mv_star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: 20s linear infinite rotation;
}
.p_newgraduate .decor picture {
  width: 49%;
  margin-top: 2px;
}

.p_newgraduate .message {
  position: relative;
  z-index: 1;
  padding-bottom: 32px;
}
.p_newgraduate .message::before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 30px;
  width: 100%;
  background-color: #000;
  clip-path: polygon(0 0, 100% 53%, 100% 100%, 0 14%);
}
.p_newgraduate .message::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 26px;
  background-color: #E55322;
  width: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.p_newgraduate .message_line_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  transform: translateY(-100%);
  z-index: -1;
}
.p_newgraduate .message_line_top::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 42px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 2;
}
.p_newgraduate .message_line_top::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 54px;
  background-color: #000000;
  clip-path: polygon(0 89%, 100% 0, 100% 20%, 0% 100%);
  z-index: 1;
}
.p_newgraduate .message_bgtxt {
  position: absolute;
  height: 100%;
  max-height: 718px;
  z-index: -1;
  top: -168px;
  left: 10px;
  width: 96%;
}
.p_newgraduate .message_bgtxt img {
  height: 100%;
}
.p_newgraduate .message_in {
  max-width: 603px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
.p_newgraduate .message_ttl {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.p_newgraduate .message_poster {
  display: block;
  position: relative;
  margin-top: 13px;
}
.p_newgraduate .message_poster::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background-color: #ECFB40;
}
.p_newgraduate .message_poster::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #ECFB40;
}
.p_newgraduate .message_poster img {
  aspect-ratio: 333/212;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.p_newgraduate .message_btn_box {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  padding-right: 7px;
}
.p_newgraduate .message_btn_in {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.p_newgraduate .message_btn_txt {
  max-width: 135px;
  transform: translate(9px, -3px);
  position: relative;
  z-index: 1;
}
.p_newgraduate .message_btn_icon {
  width: 67px;
  height: 67px;
  background: url("../images/newgraduate/icon_message_star.svg");
  background-repeat: no-repeat;
  background-size: 67px 67px;
  background-position: center;
  position: relative;
}
.p_newgraduate .message_btn_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 15px;
  -webkit-mask: url("../images/newgraduate/icon_arrow_right_lg.svg");
  mask: url("../images/newgraduate/icon_arrow_right_lg.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 21px 15px;
  mask-size: 21px 15px;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #000;
}

.p_newgraduate {
  overflow: hidden;
}
.p_newgraduate .entry {
  background-color: #E55322;
  position: relative;
  z-index: 1;
}
.p_newgraduate .entry_decor {
  position: absolute;
  z-index: 2;
}
.p_newgraduate .entry_decor01 {
  top: -57px;
  left: -27px;
  width: 136px;
}
.p_newgraduate .entry_decor02 {
  right: -16px;
  top: 264px;
  width: 104px;
}
.p_newgraduate .entry_in {
  max-width: 421px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 67px;
  padding-bottom: 63px;
}
.p_newgraduate .entry_ttl_img {
  display: block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.p_newgraduate .entry_btn_in {
  background-color: #212121;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: transform 0.3s;
  max-width: 85.6%;
  padding: 25px 50px;
  margin-top: 19px;
}
.p_newgraduate .entry_btn_in::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 23px;
  -webkit-mask: url("../images/newgraduate/icon_arrow_right_lg.svg");
  mask: url("../images/newgraduate/icon_arrow_right_lg.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  top: 50%;
  right: 47px;
  transform: translateY(-50%);
}

.p_newgraduate .brand_wrap {
  background-color: #F1DA75;
  position: relative;
  z-index: 0;
  padding-top: 65px;
}
.p_newgraduate .brand_wrap::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  clip-path: polygon(100% 0, 0 0%, 100% 100%);
  background-color: #E55322;
  z-index: 1;
}
.p_newgraduate .brand_wrap::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 44px;
  clip-path: polygon(0% 0%, 100% 68%, 100% 80%, 0 33%);
  background-color: #212121;
  z-index: 1;
}
.p_newgraduate .brand_decor {
  position: absolute;
  z-index: -1;
}
.p_newgraduate .brand_decor01 {
  top: -80px;
  left: -94px;
  width: 245px;
  transform: rotate(25deg);
}
.p_newgraduate .brand_decor02 {
  width: 277px;
  right: -95px;
  bottom: -17px;
}
.p_newgraduate .brand_ttl_img {
  display: block;
  max-width: 184px;
  margin-left: auto;
  margin-right: auto;
}
.p_newgraduate .brand_intro {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #212121;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 0.9375rem;
  margin-top: 4px;
}
.p_newgraduate .brand_list {
  display: grid;
  max-width: 657px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 18px;
  position: relative;
  padding-inline: 7px;
  margin-top: 39px;
}
.p_newgraduate .brand_list::before {
  content: "";
  background: url("../images/newgraduate/img_brand_decor03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 95px;
  aspect-ratio: 1;
  position: absolute;
  top: -31px;
  right: -21px;
  z-index: -1;
  transform: rotate(27deg);
}
.p_newgraduate .brand_list_item:first-child .brand_item_thumb img {
  max-width: 71.0344827586%;
}
.p_newgraduate .brand_list_item:nth-child(2) .brand_item_thumb img {
  max-width: 71.0344827586%;
}
.p_newgraduate .brand_list_item:nth-child(3) .brand_item_thumb img {
  max-width: 55.1724137931%;
}
.p_newgraduate .brand_list_item:nth-child(4) .brand_item_thumb img {
  max-width: 73.1034482759%;
}
.p_newgraduate .brand_list_item:nth-child(5) .brand_item_thumb img {
  max-width: 49.6551724138%;
}
.p_newgraduate .brand_item_thumb {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 4px 4px 8.2px rgba(0, 0, 0, 0.1);
  aspect-ratio: 203/140;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_newgraduate .brand_item_ttl {
  background-color: #E1221F;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  border-radius: 32px;
  margin-top: 16px;
  padding: 0.1em;
  display: block;
}
.p_newgraduate .brand_item_cap {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-top: 16px;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 1.4375;
}

.p_newgraduate .career {
  background-color: #F1DA75;
}
.p_newgraduate .career_decor {
  position: relative;
  z-index: 0;
}
.p_newgraduate .career_decor::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background: url("../images/newgraduate/img_career_star02.svg");
  background-repeat: no-repeat;
  width: 206px;
  aspect-ratio: 1;
  background-size: cover;
  left: -68px;
  bottom: 50.6%;
  transform: rotate(74deg);
}
.p_newgraduate .career_decor::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background: url("../images/newgraduate/img_career_star03.svg");
  background-repeat: no-repeat;
  z-index: -1;
  width: 203px;
  background-size: cover;
  right: -38px;
  top: 231px;
  transform: rotate(25deg);
}
.p_newgraduate .career_in {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding-top: 66px;
}
.p_newgraduate .career_ttl {
  position: relative;
  z-index: -1;
}
.p_newgraduate .career_ttl::before {
  content: "";
  position: absolute;
  background: url("../images/newgraduate/img_career_star01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1;
  z-index: -1;
  width: 117px;
  top: -39px;
  left: -8px;
}
.p_newgraduate .career_ttl_img {
  display: block;
  max-width: 252px;
  margin-left: auto;
  margin-right: auto;
}
.p_newgraduate .career_lead {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2;
}
.p_newgraduate .career_lead.sp {
  margin-top: 28px;
  padding-left: 10px;
  padding-right: 6px;
}
.p_newgraduate .career_list {
  margin-top: 40px;
  padding-inline: 9px;
}
.p_newgraduate .career_item {
  position: relative;
}
.p_newgraduate .career_item + .career_item {
  margin-top: 22px;
}
.p_newgraduate .career_item:first-child {
  max-width: 241px;
  max-width: max(75.5485893417%, 241px);
}
.p_newgraduate .career_item:first-child .career_item_desc {
  font-size: 0.875rem;
}
.p_newgraduate .career_item:first-child .career_item_ttl::after {
  content: none;
}
.p_newgraduate .career_item:nth-child(2) .career_item_desc {
  padding: 8px 15px 14px 10px;
  max-width: 293px;
  max-width: max(91.8495297806%, 293px);
}
.p_newgraduate .career_item:last-child::after {
  content: "";
  position: absolute;
  background: url(../images/newgraduate/img_career_decor02.svg) center/contain no-repeat;
  bottom: 68%;
  right: 16%;
  z-index: -1;
  width: 150px;
  aspect-ratio: 220/188;
}
.p_newgraduate .career_item:last-child .career_item_desc {
  background-image: url(../images/newgraduate/img_career_decor04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 22px 10px 26px;
}
.p_newgraduate .career_item_ttl {
  background-color: #E1221F;
  color: white;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1rem;
  border-radius: 4px;
  display: table;
  padding: 5px 20px;
  margin-bottom: 4px;
}
.p_newgraduate .career_item_ttl::after {
  position: absolute;
  background: url(../images/newgraduate/img_career_decor01.svg) center/contain no-repeat;
}
.p_newgraduate .career_item_desc {
  display: flex;
  align-items: center;
  background-color: #F8F3EB;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 8px 14px 8px 12px;
  font-feature-settings: "palt";
  font-size: 0.8125rem;
  border-radius: 0 4px 4px 0;
  color: #444444;
}
.p_newgraduate .career_box {
  margin: 31px -7px 0 -5px;
  position: relative;
}
.p_newgraduate .career_box + .career_box {
  margin-top: 26px;
}
.p_newgraduate .career_box + .career_box .career_box_ttl {
  margin-bottom: -9px;
}
.p_newgraduate .career_box + .career_box .career_box_inner {
  border-radius: 8px;
  padding-top: 31px;
}
.p_newgraduate .career_box_ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #444444;
  position: relative;
  z-index: 1;
  color: white;
  margin: 0 3.7333333333% -20px;
  font-size: 1rem;
  padding: 10px 10px;
  display: block;
  border-radius: 4px;
  text-align: center;
}
.p_newgraduate .career_box_inner {
  background-color: #F8F3EB;
  padding: 38px 6.4% 21px;
  border-radius: 8px;
}
.p_newgraduate .career_box_desc {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 1rem;
  color: #444444;
}
.p_newgraduate .career_box_desc small {
  display: block;
  margin-top: 11px;
  font-size: 0.75rem;
}
.p_newgraduate .career_box_feature {
  border-top: 1px solid currentColor;
  margin-top: 23px;
  padding: 31px 0 11px;
  color: #444444;
}
.p_newgraduate .career_box_feature .feature_list {
  margin: 0 auto;
}
.p_newgraduate .career_box_feature .feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.p_newgraduate .career_box_feature .feature_item + .feature_item {
  margin-top: 11px;
}
.p_newgraduate .career_box_feature .feature_item_ttl {
  flex-shrink: 0;
  line-height: 1.5;
  background-color: #E1221F;
  color: white;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1rem;
  padding: 6px 15px;
  border-radius: 4px;
  width: 220px;
}
.p_newgraduate .career_box_feature .feature_item_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 5px;
}
.p_newgraduate .career_box_feature .feature_item_arrow_icon {
  transform: rotate(90deg);
}

.p_newgraduate .interview {
  background-color: #F1DA75;
  padding-top: 51px;
}
.p_newgraduate .interview_wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 119px;
  background-color: #F1DA75;
}
.p_newgraduate .interview_wrap::after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  bottom: -1px;
  left: 0;
  width: 100%;
  clip-path: polygon(100% 0, -8% 100%, 100% 100%);
  height: 36px;
}
.p_newgraduate .interview_wrap::before {
  content: "";
  position: absolute;
  background-color: #212121;
  bottom: -1px;
  left: 0;
  width: 100%;
  clip-path: polygon(0 48%, 100% 0%, 100% 13%, 0% 93%);
  height: 41px;
}
.p_newgraduate .interview_bg {
  opacity: 0.24;
  position: absolute;
  bottom: -60px;
  left: 60%;
  transform: rotate(-7.32deg) translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  z-index: -1;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.p_newgraduate .interview_main {
  max-width: 1287px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
.p_newgraduate .interview_ttl {
  position: relative;
  padding-left: 3px;
}
.p_newgraduate .interview_ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 125px;
  aspect-ratio: 1;
  background: url("../images/newgraduate/img_interview_star02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 188px;
}
.p_newgraduate .interview_ttl_img {
  display: block;
  max-width: 326px;
}
.p_newgraduate .interview_list {
  padding-inline: 15px;
  padding-top: 40px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.p_newgraduate .interview_item {
  display: flex;
  background-color: #FFFFFF;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 56px;
  padding-bottom: 26px;
  -moz-column-gap: 62px;
  column-gap: 62px;
}
.p_newgraduate .interview_item + .interview_item {
  margin-top: 30px;
}
.p_newgraduate .interview_item .thumb {
  width: clamp(14rem, -4.182rem + 90.909vw, 17.125rem);
  position: relative;
  z-index: 1;
}
.p_newgraduate .interview_item .avatar {
  display: block;
  width: 100%;
  height: 100%;
}
.p_newgraduate .interview_item .staff_info {
  position: absolute;
  z-index: 2;
  top: -44px;
  left: -38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
}
.p_newgraduate .interview_item .staff_info li:first-child, .p_newgraduate .interview_item .staff_info li:nth-child(2) {
  color: #fff;
  background-color: #E55322;
  width: -moz-max-content;
  width: max-content;
  padding-block: 0.31em;
  margin-bottom: 7px;
}
.p_newgraduate .interview_item .staff_info li:nth-child(3), .p_newgraduate .interview_item .staff_info li:last-child {
  color: #212121;
  background-color: #ECFB40;
  width: -moz-max-content;
  width: max-content;
  padding-block: 0.31em;
  margin-bottom: 7px;
}
.p_newgraduate .interview_item .staff_info li:first-child {
  padding-inline: 1.05em;
}
.p_newgraduate .interview_item .staff_info li:nth-child(2) {
  padding-left: 1em;
  padding-right: 1.4em;
}
.p_newgraduate .interview_item .staff_info li:nth-child(3) {
  padding-inline: 0.94em;
}
.p_newgraduate .interview_item .staff_info li:last-child {
  padding-right: 0.6em;
  padding-left: 1em;
}
.p_newgraduate .interview_item .content {
  padding-top: 17px;
  padding-left: clamp(0.938rem, -9.972rem + 54.545vw, 2.813rem);
  width: 100%;
}
.p_newgraduate .interview_item .cap {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 13px;
  max-width: 260px;
}
.p_newgraduate .interview_item .link {
  position: relative;
  display: block;
}
.p_newgraduate .interview_item .link::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  height: 2px;
  background: #000;
  width: 83.9416058394%;
  border-radius: 2px;
}
.p_newgraduate .interview_item .link:hover {
  opacity: 1;
}
.p_newgraduate .interview_item .link_in {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: transform 0.3s;
  transform-origin: center;
  margin-top: -15px;
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}
.p_newgraduate .interview_item .link_txt {
  display: inline-block;
  width: clamp(8.75rem, -2.159rem + 54.545vw, 10.625rem);
  max-width: unset;
  padding-top: 10px;
  transition: transform 0.3s;
}
.p_newgraduate .interview_item .link_icon {
  width: 61px;
  aspect-ratio: 1;
  background: url("../images/newgraduate/img_interview_star.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-left: 16px;
  z-index: 1;
  transition: transform 0.3s;
}
.p_newgraduate .interview_item .link_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 14px;
  -webkit-mask: url("../images/newgraduate/icon_arrow_right_lg.svg");
  mask: url("../images/newgraduate/icon_arrow_right_lg.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px 14px;
  mask-size: 20px 14px;
  background-color: #000;
}
.p_newgraduate .interview_item._reverse .staff_info li:first-child, .p_newgraduate .interview_item._reverse .staff_info li:nth-child(2) {
  color: #fff;
  background-color: #E55322;
  width: -moz-max-content;
  width: max-content;
  padding-block: 0.31em;
  margin-bottom: 11px;
}
.p_newgraduate .interview_item._reverse .staff_info li:nth-child(3), .p_newgraduate .interview_item._reverse .staff_info li:last-child {
  color: #212121;
  background-color: #ECFB40;
  width: -moz-max-content;
  width: max-content;
  padding-block: 0.31em;
  margin-bottom: 11px;
}
.p_newgraduate .interview_item._reverse .staff_info li:first-child {
  padding-right: 0.65em;
}
.p_newgraduate .interview_item._reverse .staff_info li:nth-child(2) {
  padding-right: 0.95em;
}

.p_newgraduate .overview {
  position: relative;
  z-index: 1;
  max-width: 886px;
  padding-inline: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  transition-delay: 1.5s;
}
.p_newgraduate .overview_cap {
  font-size: 0.875rem;
  line-height: 1.71;
  flex: 1;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.p_newgraduate .overview_cap p + p {
  margin-top: 24px;
}
.p_newgraduate .overview_thumb {
  flex-basis: 65.2482269504%;
  margin-top: 40px;
  margin-left: calc(50% - 50vw);
  margin-right: -8px;
}
.p_newgraduate .overview_img {
  border: 1px solid #000;
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  display: block;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.19));
  aspect-ratio: 335/211;
}

.p_newgraduate {
  overflow: hidden;
  /* Animation ngược lại */
}
.p_newgraduate .movie {
  position: relative;
  padding: 28px 0 68px;
  background: #fff;
}
.p_newgraduate .movie::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #212121;
  clip-path: polygon(0 13px, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 13px, 100% 0, 100% 100%, 0% 100%);
}
.p_newgraduate .movie_ttl {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 40px;
}
.p_newgraduate .movie_ttl picture {
  display: blocks;
}
.p_newgraduate .movie_ttl_jp, .p_newgraduate .movie_ttl_en {
  display: inline-block;
}
.p_newgraduate .movie_ttl_jp {
  width: 275px;
}
.p_newgraduate .movie_ttl_en {
  width: 187px;
}
.p_newgraduate .movie_ttl img {
  width: auto;
}
.p_newgraduate .movie_video {
  padding: 18px;
  background-color: #E55322;
  border-radius: 28px;
}
.p_newgraduate .movie_video_main {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
}
.p_newgraduate .movie_main {
  position: relative;
  margin: 0 -10px;
}
.p_newgraduate .movie_lighting_item {
  position: absolute;
}
.p_newgraduate .movie_lighting_item svg {
  width: 100%;
}
.p_newgraduate .movie_lighting_item .normal {
  position: relative;
  z-index: 2;
}
.p_newgraduate .movie_lighting_item .effect01 {
  font-size: 1rem;
  filter: drop-shadow(0.06rem 0 0.06rem #E55322) drop-shadow(-0.125rem 0 0.06rem #ECFB40);
  animation-duration: 0.01s;
  animation-name: lightEffect;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.p_newgraduate .movie_lighting_item:nth-child(1) {
  top: -223px;
  left: -37px;
  width: 110px;
  transform: rotate(174.46deg);
}
.p_newgraduate .movie_lighting_item:nth-child(2) {
  top: -72px;
  left: 8px;
  width: 54px;
  transform: rotate(134.45deg);
}
.p_newgraduate .movie_lighting_item:nth-child(3) {
  bottom: -98px;
  left: -12px;
  width: 80px;
  transform: rotate(65.74deg);
  z-index: 1;
}
.p_newgraduate .movie_lighting_item:nth-child(4) {
  top: -200px;
  right: 68px;
  width: 62px;
  transform: rotate(-142.82deg);
}
.p_newgraduate .movie_lighting_item:nth-child(5) {
  top: -165px;
  right: -80px;
  width: 131px;
  transform: rotate(6deg) scaleY(-1);
}
.p_newgraduate .movie_lighting_item:nth-child(5) img {
  -moz-filter: blur(3.3px);
  -o-filter: blur(3.3px);
  -ms-filter: blur(3.3px);
  filter: blur(3.3px);
}
.p_newgraduate .movie_lighting_item:nth-child(6) {
  bottom: -105px;
  right: 2px;
  width: 70px;
  transform: rotate(-6.05deg);
  z-index: 1;
}
@keyframes lightEffectReverse {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes lightEffect {
  from {
    filter: drop-shadow(1px 0 0 #E55322) drop-shadow(-2px 0 0 #ECFB40);
  }
  to {
    filter: drop-shadow(2px 0.5px 2px #E55322) drop-shadow(-1px -0.5px 2px #ECFB40);
  }
}

.p_newgraduate .merit {
  padding: 40px 0 0;
  background-color: #E55322;
  position: relative;
}
.p_newgraduate .merit_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.p_newgraduate .merit_ttl_jp, .p_newgraduate .merit_ttl_en {
  display: inline-block;
}
.p_newgraduate .merit_ttl_jp {
  width: 84px;
}
.p_newgraduate .merit_ttl_en {
  width: 188px;
}
.p_newgraduate .merit_ttl img {
  width: auto;
}
.p_newgraduate .merit_main {
  max-width: 848px;
  margin: 0 auto;
}
.p_newgraduate .merit_group {
  display: flex;
  gap: 10px;
}
.p_newgraduate .merit_group_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  background-color: #eed159;
  border-radius: 8px;
  width: 55px;
}
.p_newgraduate .merit_group_heading_icon {
  display: inline-flex;
  width: 29px;
}
.p_newgraduate .merit_group_heading_ttl {
  width: 22px;
}
.p_newgraduate .merit_group_wrap {
  position: relative;
  width: 100%;
}
.p_newgraduate .merit_group_main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  width: 100%;
}
.p_newgraduate .merit_group_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 144px;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 8px;
}
.p_newgraduate .merit_group_item_ttl {
  width: 69px;
  padding: 3px 10px;
  background-color: #212121;
  border-radius: 100px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p_newgraduate .merit_group_item_more {
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p_newgraduate .merit_group_item_more.spec {
  font-size: 0.5625rem;
}
.p_newgraduate .merit_group_item_note {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p_newgraduate .merit_group_item_txt img {
  max-width: 100%;
}
.p_newgraduate .merit_group_note img {
  width: auto;
}
.p_newgraduate .merit_group.group01 {
  margin-bottom: 28px;
}
.p_newgraduate .merit_group.group01 .merit_group_item {
  justify-content: flex-start;
}
.p_newgraduate .merit_group.group01 .merit_group_item.item01 {
  gap: 0;
}
.p_newgraduate .merit_group.group01 .merit_group_item.item01 .merit_group_item_ttl {
  margin-bottom: 25px;
}
.p_newgraduate .merit_group.group01 .merit_group_item.item01 .merit_group_item_txt {
  margin-bottom: 2px;
}
.p_newgraduate .merit_group.group01 .merit_group_item.item03 {
  gap: 0;
}
.p_newgraduate .merit_group.group01 .merit_group_item.item03 .merit_group_item_ttl {
  margin-bottom: 24px;
}
.p_newgraduate .merit_group.group01 .merit_group_item.item04 {
  gap: 0;
}
.p_newgraduate .merit_group.group01 .merit_group_item.item04 .merit_group_item_ttl {
  width: 89px;
  margin-bottom: 25px;
}
.p_newgraduate .merit_group.group02 {
  flex-direction: row-reverse;
}
.p_newgraduate .merit_group.group02 .merit_group_note {
  display: none;
}

.p_newgraduate .slide {
  position: relative;
  z-index: 2;
  padding-top: 41px;
  padding-bottom: 38px;
}
.p_newgraduate .slide::before, .p_newgraduate .slide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
}
.p_newgraduate .slide::before {
  top: 0;
  background-color: #E55322;
}
.p_newgraduate .slide::after {
  bottom: 0;
  background-color: #F1DA75;
}
.p_newgraduate .slide_main {
  position: relative;
  z-index: 1;
  display: flex;
  width: calc(100% + clamp(5.0625rem, 2.2959183673vw + 4.5243941327rem, 5.625rem));
  margin-left: -75px;
  transform: rotate(-3.58deg);
}
.p_newgraduate .slide_item {
  width: 50%;
}
.p_newgraduate .slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.002);
}

@keyframes mv-fx-pop {
  0% {
    transform: scale(0, 0);
  }
  60% {
    transform: scale(0.6, 0.6);
  }
  80% {
    transform: scale(1.04, 1.04);
  }
  100% {
    transform: scale(1, 1);
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  transition-property: visibility, opacity;
  display: none;
}
.modal.is_open {
  display: block;
}
.modal_btn_cross {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  width: 43px;
  aspect-ratio: 1;
  right: 16px;
  top: 13px;
}
.modal_btn_cross::after {
  content: "";
  background: url(../images/newgraduate/icon_close.svg) center/contain no-repeat;
  aspect-ratio: 1;
  width: 15px;
}
.modal_btn_close {
  background-color: #292929;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 0 auto;
  position: relative;
  width: 222px;
  height: 83px;
  border-radius: 4px;
  margin-top: 33px;
  padding-right: 10px;
  font-size: 0.9375rem;
}
.modal_btn_close::after {
  content: "";
  background: url(../images/newgraduate/icon_close.svg) center/contain no-repeat;
  position: absolute;
  right: 20px;
  width: 13px;
  right: 50px;
  aspect-ratio: 1;
}
.modal > * {
  transition: 0.5s;
  position: absolute;
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}
.modal > *.is_show {
  display: flex;
}
.modal > *.is_show .content_ttl {
  transform: scale(0, 0);
  animation: mv-fx-pop 0.6s steps(1) 0.1s forwards;
}
.modal_interview {
  background-color: rgba(241, 218, 117, 0.57);
  padding: 40px 6.6666666667%;
}
.modal_interview .modal_btn_close {
  margin-top: 47px;
}
.modal_interview .modal_btn_cross {
  background-color: #292929;
}
.modal_interview_inner {
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.modal_interview_over {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
  max-height: calc(100lvh - 80px);
  height: 100%;
  border-radius: 16px;
  border: 1px solid #000;
}
.modal_interview_box {
  background-color: #F2F2F2;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 62px 4.2666666667% 52px;
}
.modal_interview_box::after {
  position: absolute;
  z-index: -1;
  width: 219px;
  height: 148px;
  background: url("../images/newgraduate/img_popup_dust.png");
  right: 6.7%;
  bottom: 137px;
  background-size: contain;
  background-repeat: no-repeat;
}
.modal_interview_box .staff_mv {
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 35px;
  padding-inline: 11px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.modal_interview_box .staff_mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  bottom: 0;
  left: 0;
}
.modal_interview_box .staff_mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  bottom: 7px;
  left: 0;
}
.modal_interview_box .staff_mv .thumb {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.modal_interview_box .staff_mv .staff_info {
  z-index: 2;
  top: -44px;
  left: -38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  position: static;
}
.modal_interview_box .staff_mv .staff_info li:first-child, .modal_interview_box .staff_mv .staff_info li:nth-child(2) {
  color: #fff;
  background-color: #E55322;
  width: -moz-max-content;
  width: max-content;
  padding-block: 0.38em;
  margin-bottom: 7px;
}
.modal_interview_box .staff_mv .staff_info li:nth-child(3), .modal_interview_box .staff_mv .staff_info li:last-child {
  color: #212121;
  background-color: #ECFB40;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 7px;
  padding-block: 0.4em;
}
.modal_interview_box .staff_mv .staff_info li:first-child {
  padding-left: 1.05em;
  padding-right: 0.65em;
}
.modal_interview_box .staff_mv .staff_info li:nth-child(2) {
  padding-inline: 0.85em;
}
.modal_interview_box .staff_mv .staff_info li:nth-child(3) {
  padding-inline: 0.85em;
}
.modal_interview_box .staff_mv .staff_info li:last-child {
  padding-right: 0.75em;
  padding-left: 1em;
}
.modal_interview_box .staff_mv .content {
  flex-basis: 97%;
  max-width: 261px;
}
.modal_interview_box .staff_mv .content_ttl {
  width: 205px;
  margin-top: -27px;
  position: relative;
}
.modal_interview_box .staff_mv .content_cap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 0.9375rem;
  margin-top: 11px;
}
.modal_interview_box .staff_text {
  margin-top: 27px;
  margin-right: 1px;
}
.modal_interview_box .staff_text .text + .text {
  margin-top: 27px;
}
.modal_interview_box .staff_item01 {
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
}
.modal_interview_box .staff_item01_img {
  flex-basis: 38.1763527054%;
  max-width: 98.9830508475%;
}
.modal_interview_box .staff_item01_img img {
  border-radius: 8px;
}
.modal_interview_box .staff_item01_desc {
  flex: 1;
  margin-top: 38px;
  margin-right: 2px;
}
.modal_interview_box .staff_item02 {
  flex-direction: row-reverse;
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.modal_interview_box .staff_item02_img {
  flex-basis: 38.6773547094%;
  max-width: 98.9830508475%;
}
.modal_interview_box .staff_item02_img img {
  border-radius: 8px;
}
.modal_interview_box .staff_item02_desc {
  flex: 1;
  margin-top: 10px;
}
.modal_interview_box .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #444444;
}
.modal_interview_box .text + .text {
  margin-top: 27px;
}
.modal_interview_box .text .highlight {
  color: #E55322;
}
.modal_interview_bg {
  position: absolute;
  transform: rotate(-8deg) translateX(-54.3%);
  top: -120px;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.04;
  z-index: -1;
}
.modal_interview.staff01 .staff_mv .staff_info {
  top: 0.7%;
  left: -50%;
}
.modal_interview.staff01 .staff_mv .staff_info li:first-child, .modal_interview.staff01 .staff_mv .staff_info li:nth-child(2) {
  color: #fff;
  background-color: #E55322;
  width: -moz-max-content;
  width: max-content;
  padding-block: 0.38em;
  margin-bottom: 7px;
}
.modal_interview.staff01 .staff_mv .staff_info li:nth-child(3), .modal_interview.staff01 .staff_mv .staff_info li:last-child {
  color: #212121;
  background-color: #ECFB40;
  width: -moz-max-content;
  width: max-content;
  padding-block: 0.4em;
  margin-bottom: 7px;
}
.modal_interview.staff01 .staff_mv .staff_info li:first-child {
  padding-inline: 1em;
}
.modal_interview.staff01 .staff_mv .staff_info li:nth-child(2) {
  padding-left: 1em;
  padding-right: 0.7em;
}
.modal_interview.staff01 .staff_mv .staff_info li:nth-child(3) {
  padding-inline: 0.94em;
  padding-right: 1.5em;
}
.modal_interview.staff01 .staff_mv .staff_info li:last-child {
  padding-right: 0.9em;
  padding-left: 1em;
}
.modal_interview.staff02 .modal_btn_close {
  margin-top: 66px;
}
.modal_interview.staff02 .modal_interview_box {
  padding-bottom: 45px;
}

@keyframes mv-fx-pop {
  0% {
    transform: scale(0, 0);
  }
  60% {
    transform: scale(0.6, 0.6);
  }
  80% {
    transform: scale(1.04, 1.04);
  }
  100% {
    transform: scale(1, 1);
  }
}
.p_future {
  overflow: hidden;
}
.p_future .main {
  position: relative;
  z-index: 1;
  background-color: #F1DA75;
}
.p_future .side_box_slogan {
  position: absolute;
  transition: opacity 0.5s ease;
  font-size: 1.125rem;
}
.p_future .side_box_slogan._left {
  writing-mode: vertical-lr;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0.09em;
  left: -3px;
}
.p_future .side_box_slogan._left._first {
  top: 201px;
}
.p_future .side_box_slogan._left._sec {
  top: 1153px;
}
.p_future .side_box_slogan._right {
  writing-mode: vertical-lr;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0.09em;
  -webkit-text-stroke: 1px #E55322;
  -webkit-text-fill-color: transparent;
}
.p_future .side_box_slogan._right._first {
  bottom: 850px;
  right: -2px;
}
.p_future .side_box_slogan._right._sec {
  bottom: 49px;
  right: -4px;
}
.p_future .side_box_slogan_line {
  position: absolute;
  height: 243px;
  width: 1px;
  background-color: #212121;
  top: calc(100% + 10px);
  left: 47%;
  transform: translateX(-50%);
}
.p_future .side_box_slogan_line::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 2px;
  left: 50%;
  background-color: #212121;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p_future .side_box_slogan_line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  bottom: -2px;
  left: 50%;
  background-color: #212121;
  border-radius: 50%;
  transform: translate(-50%, 50%);
}
.p_future .head {
  display: flex;
  max-width: 1247px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
  padding-right: 14px;
  padding-top: 85px;
  padding-left: 34px;
}
.p_future .head_ttl {
  position: relative;
}
.p_future .head_ttl::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 62%;
  left: -2px;
  transform: translateY(-50%);
  width: min(38.6666666667vw, 145px);
  height: min(61.3333333333vw, 230px);
  background-image: url("../images/newgraduate/img_newgraduate_sub_icon01_sp.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p_future .head_ttl_img {
  display: block;
  position: relative;
  z-index: 1;
}
.p_future .head_thumb {
  margin-left: -10%;
  position: relative;
}
.p_future .head_thumb_img {
  border-radius: 0 0 0 min(38.1333333333vw, 143px);
  border: 1px solid #000;
  display: block;
  position: relative;
  z-index: 0;
}
.p_future .head_thumb_img::before {
  content: "";
  position: absolute;
  background-color: #000000;
  border-radius: 0 0 0 min(38.1333333333vw, 143px);
  top: 0;
  right: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
}
.p_future .head_thumb_img img {
  border-radius: 0 0 0 min(38.1333333333vw, 143px);
}
.p_future .body .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 0.9375rem;
}
.p_future .body .text .highlight {
  color: #E55322;
}
.p_future .body_block01 {
  max-width: 853px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 103px);
  margin-top: 37px;
}
.p_future .body_block01 .text {
  margin-right: -16px;
}
.p_future .body_block02 {
  max-width: 853px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 83px);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 38px;
}
.p_future .body_block02_content {
  flex: 1;
}
.p_future .body_block02_img {
  flex-basis: 46.4243845252%;
}
.p_future .body_block03 {
  max-width: 853px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 83px);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.p_future .body_block03_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p_future .body_block03_content_img {
  max-width: 78px;
  margin-top: -7px;
  margin-left: -12px;
}
.p_future .body_block03_img {
  flex-basis: 46.4243845252%;
}
.p_future .body_block04 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.p_future .body_block05 {
  max-width: 847px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.p_future .body_block06 {
  padding-inline: 40px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 20px;
}
.p_future .body_btn {
  width: 206px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #292929;
  border-radius: 4px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  padding-right: 14px;
  position: relative;
}
.p_future .body_btn::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  -webkit-mask: url("../images/newgraduate/icon_arrow_right.svg");
  mask: url("../images/newgraduate/icon_arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.footer {
  padding: 9px 0 38px;
  background-color: #F1DA75;
}
.footer_wrap {
  padding: 0 7px;
}
.footer_logo {
  max-width: 290px;
  margin-bottom: 20px;
}
.footer_logo_link {
  display: block;
}
.footer_logo_link img {
  mix-blend-mode: multiply;
}
.footer_logo_recruit {
  display: block;
  margin-top: -6px;
  margin-left: 47px;
  margin-left: clamp(2.625rem, 9.0909090909vw + 0.8068181818rem, 2.9375rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
}
.footer_nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 42px;
  padding: 14px 48px 0;
  border-top: 1px solid #000;
}
.footer_nav_item {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
.footer_nav_item._home {
  font-weight: 900;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.0625rem;
}
.footer_nav_item._home::after {
  display: none;
}
.footer_nav_item:last-child {
  margin-bottom: 0;
}
.footer_nav_item_link {
  position: relative;
  padding-left: 18px;
}
.footer_nav_item_link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/newgraduate/icon_polygon.svg) no-repeat center/contain;
}
.footer_nav_item_link[target=_blank] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.footer_nav_item_link[target=_blank]::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 16px;
  margin-left: -2px;
  margin-right: 10px;
  background: url(../images/newgraduate/icon_open_in_new.svg) no-repeat center/contain;
}
.footer_nav_item_link[target=_blank]::after {
  content: none;
}
.footer_copyright {
  font-size: 0.875rem;
  text-align: center;
  line-height: 23.8px;
}
.footer_totop {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
  transition-property: opacity, visibility, transform;
}
.footer_totop.is_show {
  opacity: 1;
  visibility: visible;
}
.footer_totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 8px;
}
.footer_totop a img {
  width: 12px;
}
@media screen and (max-width: 767px){
  .p_newgraduate .career_item:not(:last-child)::after {
    position: absolute;
    content: "";
    background: url(../images/newgraduate/img_career_decor01.svg) center/contain no-repeat;
    top: calc(100% + 10px);
    right: -16px;
    width: 50px;
    height: 37px;
    transform: rotate(76deg);
  }
  .p_newgraduate .career_item:nth-child(2)::after {
    right: 30px;
    top: calc(100% + 12px);
  }
  .p_newgraduate .career_item:nth-child(3)::after {
    right: -3px;
  }
  .p_newgraduate .career_box + .career_box .career_box_desc {
    line-height: 1.55;
  }
  .p_newgraduate .career_box:last-child .career_box_inner {
    padding-bottom: 32px;
  }
  .modal_interview_box .staff_mv .avatar {
    margin-left: -9.4%;
    max-width: 180px;
    min-width: 140px;
  }
  .modal_interview.staff02 .staff_mv .thumb {
    max-width: 269px;
  }
  .modal_interview.staff02 .staff_mv .avatar {
    margin-left: -50%;
    margin-top: 18px;
  }
  .modal_interview.staff02 .modal_btn_close {
    padding-right: 0;
    width: 212px;
  }
  .p_future .head_ttl {
    margin-right: -13%;
    flex: 1;
  }
  .p_future .head_ttl_img {
    margin-top: 52px;
  }
  .p_future .head_thumb {
    min-width: clamp(9.375rem, -12.443rem + 109.091vw, 13.125rem);
    flex: 1;
  }
  .p_future .body_block02_content {
    order: 2;
    padding-left: 10px;
    margin-top: 34px;
  }
  .p_future .body_block02_img {
    order: 1;
  }
  .p_future .body_block02_img img {
    border-radius: 8px;
  }
  .p_future .body_block03_content {
    padding-left: 10px;
    margin-top: 27px;
  }
  .p_future .body_block03_img img {
    border-radius: 8px;
  }
  .p_future .body_block04 .text {
    padding-left: 10px;
  }
  .footer_nav_item._home {
    display: none;
  }
}
@media screen and (min-width: 768px){
  .sp {
    display: none !important;
  }
  .pc {
    display: initial;
  }
  body {
    font-size: 1rem;
  }
  .nav_list_item {
    font-size: clamp(0.8125rem, 1.6666666667vw + -0.4375rem, 1.0625rem);
  }
  .nav_list_item:not(._site_name):not(:last-child) {
    padding-right: 1.4705882353em;
  }
  .p_newgraduate .intro {
    padding-bottom: 104px;
    padding-bottom: min(20.972222%, 302px);
  }
  .p_newgraduate .intro_bg {
    height: 100%;
    top: 0;
    bottom: unset;
  }
  .p_newgraduate .intro_bg img {
    height: unset;
    max-height: 100%;
  }
  .p_newgraduate .intro_slogan._left {
    left: clamp(0rem, 23vw + -17.25rem, 2.875rem);
    top: 12.1%;
    font-size: 1.375rem;
  }
  .p_newgraduate .intro_slogan._right {
    right: clamp(0rem, 17.5vw + -13.125rem, 2.1875rem);
    bottom: 13.5%;
    font-size: 1.375rem;
  }
  .p_newgraduate .intro_slogan_line {
    top: calc(100% + 20px);
    left: 40%;
  }
  .p_newgraduate .mv_main {
    padding-inline: min(5.5556vw, 80px);
  }
  .p_newgraduate .video {
    margin: 0;
    padding-inline: 15px;
    padding-bottom: 50px;
    height: calc(100vh - 112px);
  }
  .p_newgraduate .video_container::after {
    content: "";
    top: 20px;
    border-radius: 0 0 0 min(min(23.9583333333vw, 44.5736434109vh), 345px);
    opacity: 0;
  }
  .p_newgraduate .video_main {
    -o-object-position: unset;
    object-position: unset;
    border-radius: 0 0 0 min(min(23.9583333333vw, 44.5736434109vh), 345px);
  }
  .p_newgraduate .video.is_video_loaded .video_container::after {
    opacity: 1;
  }
  .p_newgraduate .video_desc {
    width: min(min(42.1527777778vw, 78.4237726098vh), 607px);
    bottom: 40px;
    left: 50.9%;
    right: unset;
    transform: translateX(-50%);
  }
  .p_newgraduate .decor {
    bottom: 0;
    left: -18px;
    width: min(min(11.1805555556vw, 20.8010335917vh), 161px);
    height: min(min(11.5972222222vw, 21.5762273902vh), 167px);
  }
  .p_newgraduate .decor picture {
    width: 47%;
    margin-top: -3px;
  }
  .p_newgraduate .message {
    padding-bottom: min(min(8.75vw, 16.2790697674vh), 126px);
  }
  .p_newgraduate .message::before {
    height: 51px;
    clip-path: polygon(0 0, 100% 68%, 100% 100%, 0 10%);
  }
  .p_newgraduate .message::after {
    height: 48px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .p_newgraduate .message_line_top::before {
    height: min(min(7.5694444444vw, 14.0826873385vh), 109px);
  }
  .p_newgraduate .message_line_top::after {
    height: min(min(8.4722222222vw, 15.7622739018vh), 122px);
    clip-path: polygon(0 97%, 100% 0, 100% 15%, 0% 100%);
  }
  .p_newgraduate .message_bgtxt {
    top: 0;
    left: 0;
    width: 100%;
  }
  .p_newgraduate .message_in {
    padding-top: 72px;
  }
  .p_newgraduate .message_ttl {
    max-width: 517px;
  }
  .p_newgraduate .message_poster {
    transform: translateX(12px);
    margin-top: 37px;
  }
  .p_newgraduate .message_poster img {
    aspect-ratio: 603/341;
  }
  .p_newgraduate .message_btn_box {
    max-width: 380px;
    padding-left: 50px;
    padding-right: 0;
    margin-top: 14px;
  }
  .p_newgraduate .message_btn_in {
    justify-content: space-between;
    -moz-column-gap: 13px;
    column-gap: 13px;
  }
  .p_newgraduate .message_btn_in:hover {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
  .p_newgraduate .message_btn_txt {
    transform: unset;
    max-width: 202px;
  }
  .p_newgraduate .message_btn_icon {
    width: 115px;
    height: 115px;
    background-size: initial;
  }
  .p_newgraduate .message_btn_icon::before {
    width: 33px;
    height: 23px;
    -webkit-mask-size: 33px 23px;
    mask-size: 33px 23px;
  }
  .p_newgraduate .entry_decor01 {
    top: -36%;
    left: -11px;
    width: min(21.0416666667vw, 303px);
  }
  .p_newgraduate .entry_decor02 {
    right: -115px;
    top: 265px;
    width: min(29.1666666667vw, 420px);
  }
  .p_newgraduate .entry_in {
    padding-top: 55px;
    padding-bottom: 90px;
  }
  .p_newgraduate .entry_ttl_img {
    max-width: 225px;
  }
  .p_newgraduate .entry_btn_in {
    padding: 20px 80px;
    max-width: 100%;
    min-height: 85px;
    margin-top: 26px;
  }
  .p_newgraduate .entry_btn_in:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  .p_newgraduate .brand_wrap {
    padding-top: 133px;
  }
  .p_newgraduate .brand_wrap::before {
    height: 49px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .p_newgraduate .brand_wrap::after {
    height: 52px;
    clip-path: polygon(0 0, 100% 94%, 100% 100%, 0 33%);
  }
  .p_newgraduate .brand_decor01 {
    transform: unset;
    top: -205px;
    left: -188px;
    width: clamp(31.25rem, 22.3214285714vw + 20.5357142857rem, 40.625rem);
  }
  .p_newgraduate .brand_decor02 {
    right: -183px;
    bottom: -210px;
    width: clamp(25rem, 17.2619047619vw + 16.7142857143rem, 32.25rem);
  }
  .p_newgraduate .brand_ttl_img {
    max-width: 221px;
    transform: unset;
  }
  .p_newgraduate .brand_intro {
    margin-top: 20px;
    font-size: 1rem;
  }
  .p_newgraduate .brand_list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 43px;
    margin-top: 99px;
    padding-inline: 0;
  }
  .p_newgraduate .brand_list::before {
    background-size: contain;
    width: 166px;
    top: -83px;
    right: -100px;
  }
  .p_newgraduate .brand_list_item:first-child .brand_item_thumb img {
    max-width: 149px;
  }
  .p_newgraduate .brand_list_item:nth-child(2) .brand_item_thumb img {
    max-width: 131px;
  }
  .p_newgraduate .brand_list_item:nth-child(3) .brand_item_thumb img {
    max-width: 111px;
  }
  .p_newgraduate .brand_list_item:nth-child(4) .brand_item_thumb img {
    max-width: 140px;
  }
  .p_newgraduate .brand_list_item:nth-child(5) .brand_item_thumb img {
    max-width: 100px;
  }
  .p_newgraduate .brand_item_ttl {
    margin-top: 20px;
  }
  .p_newgraduate .brand_item_cap {
    font-size: 1rem;
    margin-top: 20px;
  }
  .p_newgraduate .career_decor::before {
    left: -63px;
    bottom: 340px;
    background-size: min(17.7083333333vw, 255px) min(17.7083333333vw, 255px);
    width: min(17.7083333333vw, 255px);
  }
  .p_newgraduate .career_decor::after {
    transform: unset;
    right: -168px;
    bottom: -149px;
    top: unset;
    width: min(47.2222222222vw, 680px);
    background-size: min(47.2222222222vw, 680px) min(47.2222222222vw, 680px);
  }
  .p_newgraduate .career_in {
    padding-top: 107px;
  }
  .p_newgraduate .career_ttl::before {
    width: min(17.7083333333vw, 255px);
    top: -57px;
    left: 194px;
  }
  .p_newgraduate .career_ttl_img {
    max-width: 271px;
  }
  .p_newgraduate .career_lead {
    font-size: 1.25rem;
    padding-left: 10px;
    margin-top: 72px;
  }
  .p_newgraduate .career_lead.pc {
    display: block;
  }
  .p_newgraduate .career_list {
    padding-inline: 0;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin: clamp(-2.625rem, -9.7222222222vw + 4.6666666667rem, 0rem) 10px 0 -3px;
  }
  .p_newgraduate .career_item {
    gap: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
  }
  .p_newgraduate .career_item + .career_item {
    margin-top: 0;
  }
  .p_newgraduate .career_item:first-child {
    max-width: unset;
  }
  .p_newgraduate .career_item:first-child .career_item_desc {
    font-size: 0.9375rem;
  }
  .p_newgraduate .career_item:first-child .career_item_ttl {
    bottom: -7px;
  }
  .p_newgraduate .career_item:nth-child(2) .career_item_desc {
    max-width: unset;
    font-size: 0.875rem;
    min-height: 188px;
    padding: 11px 16px 8px 18px;
  }
  .p_newgraduate .career_item:nth-child(2) .career_item_ttl {
    bottom: -7px;
  }
  .p_newgraduate .career_item:nth-child(2) .career_item_ttl::after {
    right: 109%;
    bottom: -6px;
  }
  .p_newgraduate .career_item:nth-child(3) .career_item_ttl {
    bottom: -9px;
    width: 184px;
  }
  .p_newgraduate .career_item:nth-child(3) .career_item_ttl::after {
    right: 113%;
  }
  .p_newgraduate .career_item:nth-child(3) .career_item_desc {
    line-height: 1.53;
    align-items: flex-start;
    min-height: 238px;
    padding: 28px 20px 10px 20px;
  }
  .p_newgraduate .career_item:last-child::after {
    width: 220px;
    bottom: 70%;
    right: -47px;
  }
  .p_newgraduate .career_item:last-child .career_item_ttl {
    font-size: 1rem;
  }
  .p_newgraduate .career_item:last-child .career_item_desc {
    background-image: url(../images/newgraduate/img_career_decor03.png);
    min-height: 305px;
    padding: 17px 20px 14px 22px;
    line-height: 1.53;
  }
  .p_newgraduate .career_item_ttl {
    position: relative;
    margin-bottom: 0;
    display: block;
    padding: 10px 5px;
    width: 156px;
    font-size: 1.125rem;
  }
  .p_newgraduate .career_item_ttl::after {
    content: "";
    bottom: 16px;
    right: 108%;
    width: clamp(3.125rem, 2.8273809524vw + 1.7678571429rem, 4.3125rem);
    height: 37px;
  }
  .p_newgraduate .career_item_desc {
    font-size: 0.9375rem;
    font-feature-settings: unset;
    border-radius: 4px 4px 0 0;
    padding: 17px 25px 12px 22px;
    min-height: 123px;
  }
  .p_newgraduate .career_box {
    margin: 60px 0 0;
  }
  .p_newgraduate .career_box + .career_box {
    position: relative;
    left: 6px;
    margin-top: 45px;
  }
  .p_newgraduate .career_box + .career_box .career_box_ttl {
    margin: 0 auto -23px;
  }
  .p_newgraduate .career_box + .career_box .career_box_inner {
    border-radius: 16px;
    padding: 41px 105px 20px;
  }
  .p_newgraduate .career_box_ttl {
    display: table;
    font-size: 1.125rem;
    padding: 10px 30px;
    border-radius: 8px;
    margin: 0 auto -23px;
    transform: translateX(-8px);
  }
  .p_newgraduate .career_box_inner {
    border-radius: 0;
    padding: 41px 105px 20px;
    margin: 0 8px 0 -8px;
  }
  .p_newgraduate .career_box_desc small {
    display: inline;
    margin-left: 12px;
  }
  .p_newgraduate .career_box_feature {
    margin-top: 25px;
    padding: 20px 0 0;
  }
  .p_newgraduate .career_box_feature .feature_list {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-right: 22px;
  }
  .p_newgraduate .career_box_feature .feature_item {
    flex-direction: row;
    width: auto;
    gap: 20px;
  }
  .p_newgraduate .career_box_feature .feature_item + .feature_item {
    margin-top: 0;
  }
  .p_newgraduate .career_box_feature .feature_item_ttl {
    padding: 6px 20px;
    width: auto;
  }
  .p_newgraduate .career_box_feature .feature_item_arrow {
    flex-shrink: 0;
    width: 24px;
    transform: translateY(-9px);
  }
  .p_newgraduate .career_box_feature .feature_item_arrow_icon {
    transform: none;
  }
  .p_newgraduate .interview {
    padding-top: 168px;
  }
  .p_newgraduate .interview_wrap {
    padding-bottom: min(18.5416666667vw, 267px);
  }
  .p_newgraduate .interview_wrap::after {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: min(8.6805555556vw, 125px);
  }
  .p_newgraduate .interview_wrap::before {
    clip-path: polygon(0px 84%, 100% 0, 100% 5%, 0% 100%);
    height: min(9.0277777778vw, 130px);
  }
  .p_newgraduate .interview_bg {
    bottom: -945px;
    left: 47%;
    transform: rotate(-6.14deg) translateX(-50%);
  }
  .p_newgraduate .interview_ttl {
    padding-left: 10px;
  }
  .p_newgraduate .interview_ttl::after {
    width: 250px;
    top: -83px;
    left: 309px;
  }
  .p_newgraduate .interview_ttl_img {
    max-width: 628px;
  }
  .p_newgraduate .interview_list {
    max-width: unset;
    padding-inline: 0;
    padding-top: 114px;
  }
  .p_newgraduate .interview_item {
    padding-left: clamp(1.25rem, -6.25rem + 15.625vw, 7.813rem);
    padding-right: 20px;
    padding-block: 0;
    flex-direction: row;
  }
  .p_newgraduate .interview_item + .interview_item {
    margin-top: 145px;
  }
  .p_newgraduate .interview_item .thumb {
    width: 343px;
  }
  .p_newgraduate .interview_item .avatar {
    margin-top: -37px;
    margin-bottom: -45px;
  }
  .p_newgraduate .interview_item .staff_info {
    top: -15px;
    left: -16px;
  }
  .p_newgraduate .interview_item .content {
    width: 455px;
    padding-top: 35px;
    padding-left: 0;
  }
  .p_newgraduate .interview_item .cap {
    max-width: 380px;
    padding-bottom: 36px;
    font-size: 1.25rem;
  }
  .p_newgraduate .interview_item .link::after {
    height: 3px;
    top: 38px;
  }
  .p_newgraduate .interview_item .link_in {
    margin-left: auto;
    margin-top: -40px;
    justify-content: initial;
  }
  .p_newgraduate .interview_item .link_in:hover {
    opacity: 1;
    transform: scale(1.1, 1.1);
    transform-origin: center;
  }
  .p_newgraduate .interview_item .link_txt {
    max-width: 108px;
  }
  .p_newgraduate .interview_item .link_icon {
    background-size: initial;
    margin-left: 0;
    width: 115px;
  }
  .p_newgraduate .interview_item .link_icon::before {
    width: 33px;
    height: 23px;
    -webkit-mask-size: initial;
    mask-size: initial;
  }
  .p_newgraduate .interview_item._reverse {
    padding-inline: 20px;
    -moz-column-gap: 55px;
    column-gap: 55px;
  }
  .p_newgraduate .interview_item._reverse .thumb {
    order: 2;
  }
  .p_newgraduate .interview_item._reverse .staff_info {
    top: -21px;
    left: -18.6%;
  }
  .p_newgraduate .interview_item._reverse .content {
    order: 1;
  }
  .p_newgraduate .overview {
    transition-delay: unset;
    padding-inline: 20px;
    margin-top: 212px;
    display: flex;
  }
  .p_newgraduate .overview_cap {
    text-align: left;
    margin-top: 10px;
    padding-right: 10px;
    min-width: 265px;
  }
  .p_newgraduate .overview_thumb {
    margin: 0;
  }
  .p_newgraduate .overview_img {
    aspect-ratio: initial;
    border-width: 1px;
    border-radius: 4px;
  }
  .p_newgraduate .movie {
    padding: 71px 0 166px;
  }
  .p_newgraduate .movie_ttl {
    gap: 9px;
    margin-bottom: 62px;
  }
  .p_newgraduate .movie_ttl_jp {
    width: auto;
  }
  .p_newgraduate .movie_ttl_en {
    width: auto;
  }
  .p_newgraduate .movie_video {
    position: relative;
    left: 14px;
    padding: 42px 40px;
    border-radius: 71px;
  }
  .p_newgraduate .movie_main {
    max-width: 794px;
    max-width: clamp(29.775rem, 47.2619047619vw + 7.0892857143rem, 49.625rem);
    margin: 0 auto;
  }
  .p_newgraduate .movie_lighting_item:nth-child(1) {
    top: -369px;
    left: -244px;
    width: 296px;
    top: clamp(-23.0625rem, -21.9642857143vw + -3.2946428571rem, -13.8375rem);
    left: clamp(-15.25rem, -14.5238095238vw + -2.1785714286rem, -9.15rem);
    width: clamp(11.1rem, 17.619047619vw + 2.6428571429rem, 18.5rem);
    transform: rotate(174.46deg);
  }
  .p_newgraduate .movie_lighting_item:nth-child(2) {
    top: -24px;
    left: -304px;
    width: 157px;
    top: clamp(-1.5rem, -1.4285714286vw + -0.2142857143rem, -0.9rem);
    left: clamp(-19rem, -18.0952380952vw + -2.7142857143rem, -11.4rem);
    width: clamp(5.8875rem, 9.3452380952vw + 1.4017857143rem, 9.8125rem);
    transform: rotate(134.45deg);
  }
  .p_newgraduate .movie_lighting_item:nth-child(3) {
    bottom: -100px;
    left: -160px;
    width: 126px;
    bottom: clamp(-6.25rem, -5.9523809524vw + -0.8928571429rem, -3.75rem);
    left: clamp(-10rem, -9.5238095238vw + -1.4285714286rem, -6rem);
    width: clamp(4.725rem, 7.5vw + 1.125rem, 7.875rem);
    transform: rotate(86.15deg);
  }
  .p_newgraduate .movie_lighting_item:nth-child(4) {
    top: -217px;
    right: -19px;
    width: 126px;
    top: clamp(-13.5625rem, -13.7341772152vw + -1.5450949367rem, -8.1375rem);
    right: clamp(-1.1875rem, -1.2025316456vw + -0.1352848101rem, -0.7125rem);
    width: clamp(4.725rem, 7.9746835443vw + 0.8971518987rem, 7.875rem);
    transform: rotate(37.18deg) scale(-1);
  }
  .p_newgraduate .movie_lighting_item:nth-child(5) {
    top: -250px;
    right: -412px;
    width: 363px;
    top: clamp(-15.625rem, -15.8227848101vw + -1.7800632911rem, -9.375rem);
    right: clamp(-25.75rem, -26.0759493671vw + -2.9335443038rem, -15.45rem);
    width: clamp(13.6125rem, 22.9746835443vw + 2.5846518987rem, 22.6875rem);
    transform: rotate(19.3deg) scaleY(-1);
  }
  .p_newgraduate .movie_lighting_item:nth-child(5) img {
    -moz-filter: blur(11.4px);
    -o-filter: blur(11.4px);
    -ms-filter: blur(11.4px);
    filter: blur(11.4px);
  }
  .p_newgraduate .movie_lighting_item:nth-child(6) {
    bottom: -214px;
    right: -150px;
    width: 157px;
    bottom: clamp(-13.375rem, -13.5443037975vw + -1.5237341772rem, -8.025rem);
    right: clamp(-9.375rem, -9.4936708861vw + -1.0680379747rem, -5.625rem);
    width: clamp(5.8875rem, 9.9367088608vw + 1.1178797468rem, 9.8125rem);
    transform: rotate(-16.73deg);
  }
  .p_newgraduate .merit {
    padding: 87px 0 112px;
  }
  .p_newgraduate .merit_ttl {
    gap: 18px;
    margin-bottom: 98px;
  }
  .p_newgraduate .merit_ttl_jp {
    width: auto;
  }
  .p_newgraduate .merit_ttl_en {
    width: auto;
  }
  .p_newgraduate .merit_group {
    gap: 28px;
  }
  .p_newgraduate .merit_group_heading {
    gap: 20px;
    width: 180px;
    width: clamp(7.5rem, 13.8888888889vw + 0.8333333333rem, 11.25rem);
  }
  .p_newgraduate .merit_group_heading_icon {
    width: 53px;
  }
  .p_newgraduate .merit_group_heading_ttl {
    width: auto;
  }
  .p_newgraduate .merit_group_main {
    gap: 10px;
  }
  .p_newgraduate .merit_group_item {
    gap: 16px;
    min-height: 224px;
    padding: 20px 5px;
  }
  .p_newgraduate .merit_group_item_ttl {
    width: 161px;
    font-size: 1rem;
  }
  .p_newgraduate .merit_group_item_more {
    font-size: 0.875rem;
  }
  .p_newgraduate .merit_group_item_more.spec {
    font-size: 0.875rem;
  }
  .p_newgraduate .merit_group_item_note {
    font-size: 0.6875rem;
    margin-left: 80px;
  }
  .p_newgraduate .merit_group.group01 {
    margin-bottom: 54px;
  }
  .p_newgraduate .merit_group.group01 .merit_group_item {
    padding-top: 47px;
  }
  .p_newgraduate .merit_group.group01 .merit_group_item.item01 .merit_group_item_ttl {
    margin-bottom: 32px;
  }
  .p_newgraduate .merit_group.group01 .merit_group_item.item01 .merit_group_item_txt {
    margin-bottom: 0;
  }
  .p_newgraduate .merit_group.group01 .merit_group_item.item01 .merit_group_item_more {
    margin-top: 4px;
    margin-bottom: 7px;
  }
  .p_newgraduate .merit_group.group01 .merit_group_item.item02 .merit_group_item_more {
    position: relative;
    top: -4px;
  }
  .p_newgraduate .merit_group.group01 .merit_group_item.item03 {
    padding-top: 57px;
  }
  .p_newgraduate .merit_group.group01 .merit_group_item.item04 {
    padding-top: 57px;
  }
  .p_newgraduate .merit_group.group01 .merit_group_item.item04 .merit_group_item_ttl {
    width: 161px;
  }
  .p_newgraduate .merit_group.group02 .merit_group_note {
    position: absolute;
    bottom: -25px;
    right: 0;
    display: block;
  }
  .p_newgraduate .slide {
    padding-top: 38px;
    padding-bottom: 2.6388888889vw;
  }
  .p_newgraduate .slide_main {
    width: calc(100% + max(3.0555555556vw, 44px));
    margin-left: -36px;
    transform: rotate(-2.98deg);
  }
  .p_newgraduate .slide_item {
    width: 25%;
  }
  .modal {
    transition: 0.5s;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .modal.is_open {
    opacity: 1;
    visibility: visible;
  }
  .modal_btn_cross {
    width: 63px;
    top: 32px;
    right: 31px;
  }
  .modal_btn_cross::after {
    width: 23px;
  }
  .modal_btn_close {
    font-feature-settings: "palt";
    margin-top: 65px;
    height: 63px;
    width: 221px;
  }
  .modal > * {
    transition-property: visibility, opacity;
    transition-delay: 0.5s;
    display: flex;
    visibility: hidden;
    opacity: 0;
  }
  .modal > *.is_show {
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
  }
  .modal_interview {
    padding: 53px 40px;
  }
  .modal_interview .modal_btn_close {
    margin-top: 97px;
  }
  .modal_interview .modal_btn_cross {
    top: 35px;
    right: 30px;
  }
  .modal_interview_inner {
    height: unset;
    width: 1290px;
  }
  .modal_interview_over {
    height: unset;
    max-height: calc(100vh - 106px);
  }
  .modal_interview_box {
    background-color: white;
    padding: 86px 0 61px;
  }
  .modal_interview_box::after {
    content: "";
  }
  .modal_interview_box .staff_mv {
    width: calc(100% - 60px);
    flex-wrap: nowrap;
    -moz-column-gap: 61px;
    column-gap: 61px;
    padding-left: 5px;
    padding-right: 0;
    padding-bottom: 41px;
  }
  .modal_interview_box .staff_mv .thumb {
    display: block;
    width: 342px;
  }
  .modal_interview_box .staff_mv .staff_info {
    position: absolute;
    font-size: 0.9375rem;
    top: 23px;
    left: -16px;
  }
  .modal_interview_box .staff_mv .staff_info li:first-child, .modal_interview_box .staff_mv .staff_info li:nth-child(2) {
    margin-bottom: 11px;
    padding-block: 0.31em;
  }
  .modal_interview_box .staff_mv .staff_info li:nth-child(3), .modal_interview_box .staff_mv .staff_info li:last-child {
    padding-block: 0.31em;
    margin-bottom: 11px;
  }
  .modal_interview_box .staff_mv .staff_info li:nth-child(2) {
    padding-inline: 1em;
  }
  .modal_interview_box .staff_mv .staff_info li:nth-child(3) {
    padding-inline: 0.94em;
  }
  .modal_interview_box .staff_mv .staff_info li:last-child {
    padding-right: 0.6em;
  }
  .modal_interview_box .staff_mv .content {
    padding-bottom: 17px;
    flex-basis: unset;
    max-width: unset;
  }
  .modal_interview_box .staff_mv .content_ttl {
    width: unset;
    margin-left: 0;
    margin-top: 0;
  }
  .modal_interview_box .staff_mv .content_cap {
    font-size: 1.25rem;
    line-height: 1.65;
    margin-top: 33px;
    margin-left: 7px;
  }
  .modal_interview_box .staff_text {
    max-width: 715px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
  .modal_interview_box .staff_text .text + .text {
    margin-top: 36px;
  }
  .modal_interview_box .staff_item01 {
    width: calc(100% - 60px);
    display: flex;
    -moz-column-gap: 42px;
    column-gap: 42px;
    margin-top: 53px;
  }
  .modal_interview_box .staff_item01_img {
    max-width: unset;
  }
  .modal_interview_box .staff_item01_desc {
    margin: unset;
  }
  .modal_interview_box .staff_item02 {
    display: flex;
    width: calc(100% - 60px);
    -moz-column-gap: 37px;
    column-gap: 37px;
    margin-top: 34px;
  }
  .modal_interview_box .staff_item02_img {
    max-width: unset;
  }
  .modal_interview_box .staff_item02_desc {
    margin-top: unset;
  }
  .modal_interview_box .text {
    font-feature-settings: "palt";
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 700;
  }
  .modal_interview_box .text + .text {
    margin-top: 36px;
  }
  .modal_interview_bg {
    transform: rotate(-6.15deg) translateX(-54.3%);
    top: -17.6%;
    left: 50%;
  }
  .modal_interview.staff01 .staff_mv .staff_info {
    top: 23px;
    left: -16px;
  }
  .modal_interview.staff01 .staff_mv .staff_info li:first-child, .modal_interview.staff01 .staff_mv .staff_info li:nth-child(2) {
    padding-block: 0.31em;
  }
  .modal_interview.staff01 .staff_mv .staff_info li:nth-child(3), .modal_interview.staff01 .staff_mv .staff_info li:last-child {
    padding-block: 0.31em;
  }
  .modal_interview.staff01 .staff_mv .staff_info li:first-child {
    padding-inline: 1.05em;
  }
  .modal_interview.staff01 .staff_mv .staff_info li:nth-child(2) {
    padding-right: 1.4em;
  }
  .modal_interview.staff01 .staff_mv .staff_info li:nth-child(3) {
    padding-right: 0.9em;
  }
  .modal_interview.staff01 .staff_mv .staff_info li:last-child {
    padding-right: 0.6em;
  }
  .modal_interview.staff01 .modal_btn_close {
    margin-top: 116px;
  }
  .modal_interview.staff02 .modal_interview_box {
    padding-bottom: 59px;
  }
  .p_future .side_box_slogan {
    font-size: 1.375rem;
  }
  .p_future .side_box_slogan._left {
    left: clamp(0rem, 21.5vw + -16.125rem, 2.6875rem);
  }
  .p_future .side_box_slogan._left._first {
    top: 8.8%;
  }
  .p_future .side_box_slogan._left._sec {
    top: 59%;
  }
  .p_future .side_box_slogan._right {
    right: clamp(0rem, 17.5vw + -13.125rem, 2.1875rem);
  }
  .p_future .side_box_slogan._right._first {
    bottom: 37.9%;
  }
  .p_future .side_box_slogan._right._sec {
    bottom: 0.8%;
  }
  .p_future .side_box_slogan_line {
    top: calc(100% + 20px);
    left: 40%;
  }
  .p_future .side_box_slogan_line::before {
    top: 0;
  }
  .p_future .side_box_slogan_line::after {
    bottom: 0;
  }
  .p_future .head {
    padding-top: 138px;
    padding-inline: 40px;
  }
  .p_future .head_ttl::before {
    background-image: url("../images/newgraduate/img_newgraduate_sub_icon01.svg");
    top: 58%;
    left: 64px;
    width: min(20.9722222222vw, 302px);
    height: min(30.0694444444vw, 433px);
  }
  .p_future .head_ttl {
    margin-inline: clamp(1.25rem, 3.7202380952vw + -0.5357142857rem, 2.8125rem);
  }
  .p_future .head_thumb {
    width: 600px;
    margin-left: unset;
    margin-right: -15px;
  }
  .p_future .head_thumb_img {
    border-radius: 0 0 0 min(23.9583333333vw, 345px);
  }
  .p_future .head_thumb_img::before {
    border-radius: 0 0 0 min(23.9583333333vw, 345px);
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }
  .p_future .head_thumb_img img {
    border-radius: 0 0 0 min(23.9583333333vw, 345px);
  }
  .p_future .body .text {
    line-height: 2;
    font-feature-settings: "palt";
    font-size: 1rem;
  }
  .p_future .body_block01 {
    width: calc(100% - 80px);
    margin-top: 32px;
  }
  .p_future .body_block01 .text {
    margin-right: unset;
    font-size: 1.125rem;
  }
  .p_future .body_block02 {
    flex-direction: row;
    margin-top: 115px;
  }
  .p_future .body_block02_content {
    padding-right: clamp(1.875rem, 7.7380952381vw + -1.8392857143rem, 5.125rem);
    padding-bottom: 18px;
  }
  .p_future .body_block03 {
    flex-direction: row;
    margin-top: 38px;
  }
  .p_future .body_block03_content {
    padding-left: clamp(1.875rem, 7.7380952381vw + -1.8392857143rem, 5.125rem);
    padding-top: clamp(2.5rem, 3.7202380952vw + 0.7142857143rem, 4.0625rem);
  }
  .p_future .body_block03_content_img {
    margin-top: -10px;
    margin-left: -20px;
  }
  .p_future .body_block04 {
    margin-top: 67px;
  }
  .p_future .body_block05 {
    width: calc(100% - 80px);
    margin-top: 42px;
  }
  .p_future .body_block06 {
    margin-top: 73px;
    padding-bottom: 10px;
  }
  .p_future .body_btn::after {
    right: 50px;
  }
  .footer {
    padding: 66px 0 98px;
  }
  .footer_wrap {
    padding: 0 16px;
  }
  .footer_logo {
    position: relative;
    width: 345px;
    max-width: 345px;
    margin-bottom: 12px;
  }
  .footer_logo_link {
    transition: all 0.5s;
  }
  .footer_logo_link:hover {
    opacity: 1;
  }
  .footer_logo_link:hover img,
  .footer_logo_link:hover .footer_logo_recruit {
    opacity: 0.7;
  }
  .footer_logo_link img {
    transition: all 0.5s;
  }
  .footer_logo_recruit {
    position: absolute;
    top: 52px;
    left: 20px;
    margin: 0;
    font-size: 1.0625rem;
    transition: all 0.5s;
  }
  .footer_nav {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 55px;
    padding: 0;
    border-top: none;
  }
  .footer_nav_item {
    margin-bottom: 0;
    padding: 0 16px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .footer_nav_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #000;
  }
  .footer_nav_item_link {
    padding-left: 0;
  }
  .footer_nav_item_link::after {
    content: none;
  }
  .footer_nav_item_link[target=_blank]::before {
    margin-left: 0;
  }
  .footer_copyright {
    padding-right: 7px;
    text-align: right;
  }
  .footer_totop {
    bottom: 133px;
    bottom: clamp(1.875rem, 42.9166666667vw + -30.3125rem, 8.3125rem);
    right: 49px;
  }
  .footer_totop a {
    width: clamp(3.1125rem, 4.9404761905vw + 0.7410714286rem, 5.1875rem);
    height: clamp(3.0375rem, 4.8214285714vw + 0.7232142857rem, 5.0625rem);
  }
  .footer_totop a img {
    width: clamp(0.8625rem, 1.369047619vw + 0.2053571429rem, 1.4375rem);
  }
}
@media (any-hover: hover) and (pointer: fine) and (min-width: 768px){
  .h_zoom_img img {
    transition: transform 0.3s ease;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  :where(a, .h_opacity) {
    transition: opacity 0.5s ease;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px){
  .header_in {
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
    height: 98px;
    padding-right: clamp(1.25rem, 33.5714285714vw + -26.0267857143rem, 4.1875rem);
  }
  .header_main {
    display: block;
  }
  .header_logo {
    flex-basis: 343px;
    border-radius: 5px 5px 35px 5px;
  }
  .header_logo a {
    flex-direction: row;
    padding-right: 18px;
    padding-left: 10px;
    padding-top: 0;
    gap: 6px;
  }
  .header_logo img {
    position: static;
    width: 282px;
  }
  .header_logo_txt {
    display: none;
  }
  .header_entry {
    display: flex;
  }
  .header_entry:hover {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
  .header_hamburger {
    display: none;
  }
  .p_newgraduate .mv {
    padding-top: 107px;
  }
}