@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap");
/* sans-serif */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  font-style: normal;
  src: local("Special Gothic Expanded One Regular");
}
/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}
@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}
@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}
@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}
@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}
@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}
@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}
@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}
@font-face {
  font-family: "Archer Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Archer Bold"), url("../fonts/Archer-Bold-Pro.woff") format("woff");
}
@font-face {
  font-family: "ArcherPro Bold";
  font-style: normal;
  font-weight: 700;
  src: local("ArcherPro Bold"), url("../fonts/ArcherPro-Bold_0.woff") format("woff");
}
body {
  font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.site-header::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 112px;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.16) 58%, rgba(0, 0, 0, 0) 100%);
}
.site-header .site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 85px;
  padding: 0 10px 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site-header .site-header-container {
    padding: 0 20px;
  }
}
.site-header .site-header-logo {
  position: relative;
  z-index: 12;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.site-header .site-header-logo__image {
  width: 231px;
  height: auto;
}
.site-header .site-header-navigation {
  display: flex;
  font-size: 16px;
  font-weight: 700;
}
.site-header .site-header-navigation a {
  display: inline-flex;
  align-items: center;
  margin: 0 15px;
  text-decoration: none;
}
.site-header .site-header-menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-header {
    right: auto;
    width: 100vw;
    max-width: 100%;
  }
  .site-header::before {
    right: auto;
    width: 100vw;
    max-width: 100%;
  }
  .site-header .site-header-container {
    width: 100%;
    min-height: 64px;
  }
  .site-header .site-header-menu-button {
    position: relative;
    z-index: 12;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: inherit;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    cursor: pointer;
  }
  .site-header .site-header-menu-button-line {
    grid-area: 1/1;
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .site-header .site-header-menu-button-line:nth-child(1) {
    transform: translateY(-6px);
  }
  .site-header .site-header-menu-button-line:nth-child(3) {
    transform: translateY(6px);
  }
  .site-header .site-header-navigation {
    position: fixed;
    inset: 0;
    z-index: 11;
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    padding: 96px 32px 48px;
    background: rgba(12, 12, 12, 0.94);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .site-header .site-header-navigation a {
    font-size: 18px;
  }
  .site-header.is-menu-open .site-header-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-header.is-menu-open .site-header-menu-button-line:nth-child(1) {
    transform: rotate(45deg);
  }
  .site-header.is-menu-open .site-header-menu-button-line:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-menu-open .site-header-menu-button-line:nth-child(3) {
    transform: rotate(-45deg);
  }
}

footer.site-footer,
.site-footer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: clamp(48px, 5vw, 72px) clamp(24px, 4vw, 44px) 28px;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: clamp(48px, 8vw, 120px);
  width: 100%;
  max-width: 1440px;
  min-height: 720px;
  margin: 0 auto;
  background: #000;
  color: #fff;
}

.site-footer__company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  color: #fff;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.site-footer__logo-text {
  width: clamp(300px, 38vw, 400px);
  height: auto;
}

.site-footer__address {
  margin-top: 28px;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.site-footer__address p {
  margin: 0;
}
.site-footer__address a {
  display: inline-block;
  margin-left: 18px;
  color: #0086ff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}
.site-footer__address a::before {
  display: inline-block;
  width: 13px;
  height: 16px;
  margin-right: 2px;
  background: url("../image/icon-mappin-1.svg") center/contain no-repeat;
  content: "";
  vertical-align: -2px;
}
.site-footer__address a:hover, .site-footer__address a:focus-visible {
  opacity: 0.7;
}

.site-footer__profile {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.site-footer__profile-row {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.site-footer__profile-row dt,
.site-footer__profile-row dd {
  margin: 0;
}
.site-footer__profile-row dt {
  padding: 2px 16px;
  border-radius: 999px;
  background: #0086ff;
  font-weight: 700;
  line-height: 1.2;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
}

.site-footer__media {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 54px;
  font-size: 24px;
}
.site-footer__media .site-footer__media-text {
  display: flex;
  width: clamp(150px, 40vw, 205px);
  transition: opacity 0.3s ease;
}
.site-footer__media .wantedly_logo,
.site-footer__media .note_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 2rem;
}
.site-footer__media .wantedly_logo img,
.site-footer__media .note_logo img {
  max-width: 100%;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  will-change: transform;
}
.site-footer__media .wantedly_logo img:hover, .site-footer__media .wantedly_logo img:focus-visible,
.site-footer__media .note_logo img:hover,
.site-footer__media .note_logo img:focus-visible {
  opacity: 0.8;
  transform: scale(1.08);
}
.site-footer__media .note_logo img {
  padding-left: 1rem;
}
.site-footer__media .wantedly_logo {
  position: relative;
}
.site-footer__media .wantedly_logo img {
  padding-right: 1rem;
}
.site-footer__media .wantedly_logo::after {
  background: #fff;
  content: "";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.site-footer__copy {
  margin: auto 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.site-footer__nav {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.site-footer__nav-list,
.site-footer__nav-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__nav-list {
  display: grid;
  gap: 21px;
}

.site-footer__nav-list > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.site-footer__nav-list > li > a::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.site-footer__nav-list > li > a:hover, .site-footer__nav-list > li > a:focus-visible {
  color: #0086ff;
  transform: translateX(4px);
}
.site-footer__nav-list > li > a:hover::before, .site-footer__nav-list > li > a:focus-visible::before {
  transform: translateX(2px) rotate(45deg);
}

.site-footer__nav-sub {
  display: grid;
  gap: 9px;
  margin-top: 13px;
  padding-left: 23px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.site-footer__nav-sub a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.site-footer__nav-sub a::before {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: currentcolor;
  content: "";
  transition: width 0.25s ease;
}
.site-footer__nav-sub a:hover, .site-footer__nav-sub a:focus-visible {
  color: #fff;
  transform: translateX(4px);
}
.site-footer__nav-sub a:hover::before, .site-footer__nav-sub a:focus-visible::before {
  width: 22px;
}

@media (max-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .site-footer {
    padding-block: 48px 32px;
  }
  .site-footer__address a {
    margin-left: 5px;
  }
  .site-footer__profile-row {
    grid-template-columns: 92px minmax(0, 1fr);
  }
  .site-footer__copy {
    margin-top: 56px;
  }
  .site-footer__nav {
    padding-top: 0;
  }
}
@media (max-width: 400px) {
  .site-footer__logo-text {
    width: 180px;
  }
  .site-footer__address,
  .site-footer__profile {
    font-size: 14px;
  }
  .site-footer__profile-row {
    grid-template-columns: 86px minmax(0, 1fr);
  }
  .site-footer__media {
    margin-top: 40px;
    font-size: 20px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: #172033;
  background: #f5f7fa;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
}

#wrapper {
  min-height: 100vh;
}

.section {
  padding: 72px 20px;
  background: #fff;
}
.section .section-container {
  width: min(100%, 1040px);
  margin: 0 auto;
}
.section h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.2;
}
.section p {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
