@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
body .serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body .en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@keyframes marbelFlow {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(1deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  footer {
    position: relative;
    background-image: url("../images/sp_footer_bg.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 100vw;
  }
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    animation: marbelFlow 20s infinite linear;
    z-index: 1;
  }
  footer .footerInner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0 0;
  }
  footer #footerLogo {
    position: relative;
    z-index: 5;
  }
  footer #footerLogo .mark {
    aspect-ratio: 65/74;
    max-width: 82px;
    width: 13vw;
    margin: 0 auto;
  }
  footer #footerLogo .mark svg {
    width: 100%;
    height: 100%;
  }
  footer #footerLogo .type {
    aspect-ratio: 300/26;
    max-width: 346px;
    width: 46vw;
    fill: #fff;
    margin: 4vw auto 0;
  }
  footer #footerLogo .type svg {
    width: 100%;
    height: 100%;
  }
  .footerBtns, .entryBtns {
    position: relative;
    z-index: 5;
    margin-top: 4vw;
  }
  .footerBtns a, .footerBtns button, .entryBtns a, .entryBtns button {
    display: block;
    margin: 0 auto;
    aspect-ratio: 59/10;
    width: 78.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: 5vw;
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.6);
  }
  .footerBtns a + a, .footerBtns button + a, .entryBtns a + a, .entryBtns button + a {
    margin: 5vw auto 0;
  }
  .footerBtns a.forCompany, .footerBtns button.forCompany, .entryBtns a.forCompany, .entryBtns button.forCompany {
    background-color: #f7cf07;
    color: #000;
  }
  .footerBtns a.forStudent, .footerBtns button.forStudent, .entryBtns a.forStudent, .entryBtns button.forStudent {
    background-color: #fff;
    color: #282828;
  }
  .footerBtns span.memo, .entryBtns span.memo {
    font-size: 3.7vw;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-top: 4vw;
  }
  .contact {
    text-align: center;
    margin-top: 4.5vw;
    color: #fff;
    font-size: 3.3vw;
    position: relative;
    z-index: 5;
    text-align: center;
  }
  .copy {
    text-align: center;
    margin-top: 5vw;
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700;
    position: relative;
    z-index: 5;
  }
  #pageTop {
    position: absolute;
    bottom: 5vw;
    right: 5vw;
    z-index: 10;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    background-color: rgba(47, 47, 47, 0.8);
    cursor: pointer;
    border: none;
    outline: none;
  }
  #pageTop svg {
    aspect-ratio: 34/18;
    width: 5vw;
    fill: #fff;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  footer {
    position: relative;
    background-image: url("../images/footer_bg.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 600px;
  }
  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    animation: marbelFlow 20s infinite linear;
    z-index: 1;
  }
  footer .footerInner {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding: 80px 0 40px;
  }
  footer #footerLogo {
    position: relative;
    z-index: 5;
  }
  footer #footerLogo .mark {
    aspect-ratio: 65/74;
    width: 82px;
    margin: 0 auto;
  }
  footer #footerLogo .type {
    width: 346px;
    fill: #fff;
    margin: 30px auto 0;
  }
  footer #footerLogo .type svg {
    aspect-ratio: 300/26;
  }
  footer #footerLogo svg {
    width: 100%;
  }
  .footerBtns, .entryBtns {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 5;
    padding-bottom: min(45px, 4.5vw);
  }
  .footerBtns a, .footerBtns button, .entryBtns a, .entryBtns button {
    display: block;
    width: min(335px, 25vw);
    padding: 1em 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: min(24px, 1.7vw);
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.6);
    border: none;
    outline: none;
    cursor: pointer;
  }
  .footerBtns a.forCompany, .footerBtns button.forCompany, .entryBtns a.forCompany, .entryBtns button.forCompany {
    background-color: #f7cf07;
    color: #000;
  }
  .footerBtns a.forStudent, .footerBtns button.forStudent, .entryBtns a.forStudent, .entryBtns button.forStudent {
    background-color: #fff;
    color: #282828;
  }
  .footerBtns a:hover, .footerBtns button:hover, .entryBtns a:hover, .entryBtns button:hover {
    box-shadow: 0 0 10px #fff, inset -3px -3px 20px #eee, inset 3px 3px 10px #ffffff, 0 10px 0 rgba(0, 0, 0, 0.6);
    animation: footerBtnHov 0.8s ease-out;
  }
  @keyframes footerBtnHov {
    0%, 100% {
      filter: blur(0px);
    }
    40% {
      filter: blur(5px);
    }
  }
  .footerBtns a:active, .footerBtns button:active, .entryBtns a:active, .entryBtns button:active {
    filter: blur(5px);
  }
  .footerBtns span.memo, .entryBtns span.memo {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: min(18px, 1.5vw);
  }
  .footerBtns {
    margin-top: 50px;
  }
  .contact {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    z-index: 5;
    position: relative;
    text-align: center;
  }
  .copy {
    text-align: center;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 5;
  }
  #pageTop {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: rgba(47, 47, 47, 0.8);
    cursor: pointer;
    border: none;
    outline: none;
  }
  #pageTop svg {
    aspect-ratio: 34/18;
    width: 34px;
    height: 18px;
    fill: #fff;
  }
  #pageTop:hover {
    animation: ptAnime 0.5s forwards;
  }
  @keyframes ptAnime {
    0%, 100% {
      filter: blur(0);
    }
    60% {
      filter: blur(5px);
    }
  }
  .forSP {
    display: none !important;
  }
}
/*# sourceMappingURL=map/common.css.map */
