*,
*::before,
*::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  font-size: 1rem;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

figure,
img,
picture,
svg {
  display: block;
}

img,
picture,
svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  img,
  picture,
  svg {
    width: 100%;
  }
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

select {
  background: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-value {
  color: inherit;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  background: transparent;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  font-weight: 400;
  font-family: "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
}

@media only screen and (max-width: 48em) {
  .pc-only {
    display: none !important;
  }
}

@media only screen and (min-width: 48.0625em) {
  .sp-only {
    display: none !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header .header-inner {
  padding-left: min(10px, 10 / 1280 * var(--inner-width) * 1px);
  padding-right: min(25px, 25 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header .header-inner {
    padding-left: calc(32 / 768 * var(--inner-width) * 1px);
    padding-right: calc(32 / 768 * var(--inner-width) * 1px);
  }
}
.header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
.header .header-logo {
  width: min(257px, 257 / 1280 * var(--inner-width) * 1px);
  height: min(89px, 89 / 1280 * var(--inner-width) * 1px);
  border-radius: 0 0 min(8px, 8 / 1280 * var(--inner-width) * 1px) min(8px, 8 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header .header-logo {
    width: calc(566 / 768 * var(--inner-width) * 1px);
    height: calc(120 / 768 * var(--inner-width) * 1px);
    border-radius: 0 0 calc(16 / 768 * var(--inner-width) * 1px) calc(16 / 768 * var(--inner-width) * 1px);
    flex-direction: row;
    gap: calc(31 / 768 * var(--inner-width) * 1px);
  }
}
.header .header-logo img {
  width: min(217px, 217 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header .header-logo img {
    width: calc(293 / 768 * var(--inner-width) * 1px);
  }
}
.header .header-logo span {
  font-size: min(12px, 12 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 48em) {
  .header .header-logo span {
    font-size: calc(22 / 768 * var(--inner-width) * 1px);
  }
}
.header .header-nav__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header .header-nav__inner {
    display: none;
  }
}
.header .header-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(16px, 16 / 1280 * var(--inner-width) * 1px);
}
.header .header-links li a {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  height: min(41px, 41 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  padding: 0 min(16px, 16 / 1280 * var(--inner-width) * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: 0.2s ease;
}
.header .header-links li a:hover {
  opacity: 0.8;
}
.header .header-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
}
@media only screen and (max-width: 48em) {
  .header .header-entry {
    display: none;
  }
}
.header .recruit-btn {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  height: min(41px, 41 / 1280 * var(--inner-width) * 1px);
  padding: 0 min(24px, 24 / 1280 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  background: #23429a;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: 0.2s ease;
}
.header .recruit-btn:hover {
  background: #cb567a;
}
.header .entry-btn {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  height: min(41px, 41 / 1280 * var(--inner-width) * 1px);
  padding: 0 min(24px, 24 / 1280 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  background: #cb567a;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: 0.2s ease;
}
.header .entry-btn:hover {
  background: #23429a;
}

.footer {
  width: min(1218px, 1218 / 1280 * var(--inner-width) * 1px);
  height: min(80px, 80 / 1280 * var(--inner-width) * 1px);
  background: #fff;
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 48em) {
  .footer {
    display: none;
  }
}
.footer .footer-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(22px, 22 / 1280 * var(--inner-width) * 1px);
}
.footer .company-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(26px, 26 / 1280 * var(--inner-width) * 1px);
}
.footer .company-logo img {
  width: min(217px, 217 / 1280 * var(--inner-width) * 1px);
}
.footer .company-logo span {
  font-size: min(12px, 12 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.footer .footer-nav {
  margin-left: auto;
}
.footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(20px, 20 / 1280 * var(--inner-width) * 1px);
}
.footer .footer-links li a {
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  white-space: nowrap;
}
.footer .footer-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  margin-left: min(22px, 22 / 1280 * var(--inner-width) * 1px);
}
.footer .footer-entry .recruit-btn {
  width: min(108px, 108 / 1280 * var(--inner-width) * 1px);
  height: min(41px, 41 / 1280 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  background: #23429a;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-entry .entry-btn {
  width: min(108px, 108 / 1280 * var(--inner-width) * 1px);
  height: min(41px, 41 / 1280 * var(--inner-width) * 1px);
  border-radius: min(8px, 8 / 1280 * var(--inner-width) * 1px);
  background: #cb567a;
  font-size: min(16px, 16 / 1280 * var(--inner-width) * 1px);
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 48.0625em) {
  .menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .menu-btn {
    width: calc(96 / 768 * var(--inner-width) * 1px);
    height: calc(96 / 768 * var(--inner-width) * 1px);
    border-radius: 50%;
    border: calc(2 / 768 * var(--inner-width) * 1px) solid #fff;
    background: #173076;
    position: fixed;
    top: calc(24 / 768 * var(--inner-width) * 1px);
    right: calc(32 / 768 * var(--inner-width) * 1px);
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: calc(32 / 768 * var(--inner-width) * 1px) 0;
  }
  .menu-btn span {
    display: block;
    height: 1px;
    background: #fff;
    transition: transform 0.4s ease, opacity 0.3s ease;
  }
  .menu-btn span:nth-child(1) {
    width: calc(27 / 768 * var(--inner-width) * 1px);
  }
  .menu-btn span:nth-child(2) {
    width: calc(43 / 768 * var(--inner-width) * 1px);
  }
  .menu-btn span:nth-child(3) {
    width: calc(27 / 768 * var(--inner-width) * 1px);
  }
  .menu-btn.is-open span:nth-child(1) {
    transform: translateY(calc(13 / 768 * var(--inner-width) * 1px)) rotate(45deg);
  }
  .menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.is-open span:nth-child(3) {
    transform: translateY(calc(-13 / 768 * var(--inner-width) * 1px)) rotate(-45deg);
  }
}

@media only screen and (min-width: 48.0625em) {
  .menu {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .menu {
    width: calc(540 / 768 * var(--inner-width) * 1px);
    border-radius: 0 0 0 calc(40 / 768 * var(--inner-width) * 1px);
    background: rgba(23, 48, 118, 0.59);
    backdrop-filter: blur(26px) brightness(0.8);
    -webkit-backdrop-filter: blur(26px) brightness(0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding-bottom: calc(80 / 768 * var(--inner-width) * 1px);
  }
  .menu.is-open {
    opacity: 1;
    visibility: visible;
  }
  .menu .menu-inner {
    padding-top: calc(213 / 768 * var(--inner-width) * 1px);
    padding-left: calc(48 / 768 * var(--inner-width) * 1px);
  }
  .menu .menu-inner ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: calc(52 / 768 * var(--inner-width) * 1px);
    margin-bottom: calc(72 / 768 * var(--inner-width) * 1px);
  }
  .menu .menu-inner ul li a {
    font-size: calc(30 / 768 * var(--inner-width) * 1px);
    color: #fff;
    font-weight: 600;
    display: block;
  }
  .menu .menu-inner .menu-link {
    width: calc(444 / 768 * var(--inner-width) * 1px);
    height: calc(100 / 768 * var(--inner-width) * 1px);
    border-radius: calc(50 / 768 * var(--inner-width) * 1px);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(28 / 768 * var(--inner-width) * 1px);
    font-weight: 600;
    position: relative;
  }
  .menu .menu-inner .menu-link::after {
    display: block;
    content: "";
    background: url(/gradhiring/newgraduate-special/assets/img/menu-arrow.svg) no-repeat center center/contain;
    width: calc(16 / 768 * var(--inner-width) * 1px);
    height: calc(16 / 768 * var(--inner-width) * 1px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(40 / 768 * var(--inner-width) * 1px);
    margin: auto;
  }
  .menu .menu-inner .menu-link + .menu-link {
    margin-top: calc(16 / 768 * var(--inner-width) * 1px);
  }
}/*# sourceMappingURL=common.css.map */