@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cont__container, .cont__container--small {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .cont__container, .cont__container--small {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.header__left, .header__nav-link, .header__nav-child-link, .header__mypage-toggle, .header__mypage-link, .header__menu, .header__drawer-link, .header__drawer-child-link, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.header__left:hover, .header__nav-link:hover, .header__nav-child-link:hover, .header__mypage-toggle:hover, .header__mypage-link:hover, .header__menu:hover, .header__drawer-link:hover, .header__drawer-child-link:hover, .link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@font-face {
  font-family: "mobo_semiBold";
  src: url("/assets_2026-recruit/common/fonts/MOBO-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "mobo_regular";
  src: url("/assets_2026-recruit/common/fonts/MOBO-Regular.ttf") format("truetype");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  font-family: "mobo_semiBold", sans-serif;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ol {
  list-style: none;
}

/* common:end */
/* header:start */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  font-weight: 400;
}
.header__container {
  max-width: 860px;
  margin-inline: auto;
  padding: 15px 10px 15px;
}
@media screen and (max-width: 768px) {
  .header__container {
    max-width: 100%;
    padding: 12px 10px 8px 10px;
  }
}
@media screen and (min-width: 1201px) {
  .header__container {
    max-width: clamp(860px, 62vw, 1240px);
    padding: clamp(15px, 1.2vw, 22px) clamp(10px, 1.2vw, 24px) clamp(15px, 1.2vw, 22px);
  }
}
.header__row-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #6496fa;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .header__left {
    flex-direction: column;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .header__left {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1201px) {
  .header__left {
    font-size: clamp(1.5rem, 1.3vw, 2.2rem);
  }
}
.header__left img {
  max-width: 162px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__left img {
    max-width: 151px;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .header__left img {
    max-width: clamp(162px, 13vw, 240px);
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media screen and (min-width: 1201px) {
  .header__right {
    gap: clamp(10px, 1vw, 18px);
  }
}
.header__nav {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .header__nav {
    margin-top: clamp(8px, 0.9vw, 14px);
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .header__nav-list {
    gap: clamp(30px, 2.4vw, 50px);
  }
}
.header__nav-item {
  position: relative;
}
.header__nav-item--has-child .header__nav-child {
  display: none;
}
.header__nav-item--has-child.is-open .header__nav-child {
  display: flex;
}
.header__nav-link {
  font-family: "mobo_semiBold", sans-serif;
  font-size: 1.3rem;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1201px) {
  .header__nav-link {
    font-size: clamp(1.3rem, 1.1vw, 1.9rem);
  }
}
.header__nav-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  transition: transform 0.3s;
}
.is-open .header__nav-arrow {
  transform: rotate(180deg);
}
@media screen and (min-width: 1201px) {
  .header__nav-arrow {
    margin-left: clamp(6px, 0.7vw, 12px);
    border-width: clamp(6px, 0.55vw, 10px) clamp(4px, 0.4vw, 7px) 0 clamp(4px, 0.4vw, 7px);
  }
}
.header__nav-child {
  position: absolute;
  top: 40px;
  left: 45%;
  transform: translateX(-45%);
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 10;
  max-width: 860px;
  justify-content: center;
  align-items: center;
  min-height: 72px;
}
@media screen and (min-width: 1201px) {
  .header__nav-child {
    top: clamp(40px, 3vw, 58px);
    gap: clamp(30px, 2.4vw, 50px);
    padding: clamp(10px, 1vw, 16px) clamp(20px, 1.6vw, 32px);
    border-radius: clamp(8px, 0.7vw, 14px);
    max-width: clamp(860px, 62vw, 1240px);
    min-height: clamp(72px, 5vw, 104px);
  }
}
.header__nav-child-link {
  font-family: "mobo_semiBold", sans-serif;
  font-size: 1rem;
  color: #000;
  display: inline-block;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.header__nav-child-link::before {
  content: "▶";
  margin-right: 4px;
  font-size: 1rem;
}
@media screen and (min-width: 1201px) {
  .header__nav-child-link {
    font-size: clamp(1rem, 0.9vw, 1.4rem);
  }
  .header__nav-child-link::before {
    margin-right: clamp(4px, 0.4vw, 8px);
    font-size: clamp(1rem, 0.9vw, 1.4rem);
  }
}
.header__mypage {
  position: relative;
}
.header__mypage .header__mypage-child {
  display: none;
}
.header__mypage.is-open .header__mypage-child {
  display: flex;
}
.header__mypage-toggle {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px 16px;
  background-color: #e53935;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  white-space: nowrap;
  height: 30px;
  transition: background-color 0.3s;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  .header__mypage-toggle {
    padding: 8px 12px;
    font-size: 1.4rem;
    height: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .header__mypage-toggle {
    border-radius: clamp(8px, 0.7vw, 14px);
    padding: clamp(10px, 0.9vw, 16px) clamp(16px, 1.4vw, 28px);
    font-size: clamp(1.4rem, 1.1vw, 2rem);
    height: clamp(30px, 2.8vw, 44px);
  }
}
@media (any-hover: hover) {
  .header__mypage-toggle:hover {
    background-color: #ccc;
  }
}
.header__mypage-toggle:active {
  background-color: #ccc;
}
.is-open .header__mypage-toggle {
  background-color: #ccc;
}
.header__mypage-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  transition: transform 0.3s;
}
.is-open .header__mypage-arrow {
  transform: rotate(180deg);
}
@media screen and (min-width: 1201px) {
  .header__mypage-arrow {
    margin-left: clamp(10px, 1vw, 18px);
    border-width: clamp(6px, 0.55vw, 10px) clamp(5px, 0.45vw, 8px) 0 clamp(5px, 0.45vw, 8px);
  }
}
.header__mypage-child {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1201px) {
  .header__mypage-child {
    top: calc(100% + clamp(10px, 1vw, 16px));
    gap: clamp(10px, 1vw, 16px);
  }
}
.header__mypage-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  height: 36px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 0.3s, color 0.3s;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  .header__mypage-link {
    padding: 8px 19px;
    font-size: 1.4rem;
    height: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .header__mypage-link {
    padding: clamp(10px, 0.9vw, 16px) clamp(16px, 1.4vw, 28px);
    height: clamp(36px, 3vw, 50px);
    border-radius: clamp(8px, 0.7vw, 14px);
    font-size: clamp(1.4rem, 1.1vw, 2rem);
  }
}
@media (any-hover: hover) {
  .header__mypage-link:hover {
    background-color: #ccc;
    color: #fff;
  }
}
.header__mypage-link:active {
  background-color: #ccc;
  color: #fff;
}
.header__menu {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 769px) {
  .header__menu {
    display: none;
  }
}
.header__menu-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  transition: background-color 0.3s, border-color 0.3s;
}
.header__menu-icon::before, .header__menu-icon::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  height: 2px;
  background: #000;
  border-radius: 999px;
  transition: transform 0.3s, top 0.3s;
}
.header__menu-icon::before {
  top: 13px;
}
.header__menu-icon::after {
  top: 19px;
}
.is-drawer-open .header__menu-icon {
  background: #b0dff5;
}
.is-drawer-open .header__menu-icon::before {
  top: 16px;
  transform: rotate(45deg);
}
.is-drawer-open .header__menu-icon::after {
  top: 16px;
  transform: rotate(-45deg);
}
.header__drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  z-index: 200;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.4);
}
.is-drawer-open .header__drawer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
}
.header__drawer-inner {
  position: relative;
  background: #6ec8fa;
  border-radius: 12px;
  width: min(345px, 100% - 40px);
  padding: 40px 24px 40px;
  border: 1px solid #000;
}
.header__drawer-close {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.header__drawer-nav {
  margin-top: 0;
}
.header__drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.header__drawer-item--has-child .header__drawer-child {
  display: none;
}
.header__drawer-item--has-child.is-open .header__drawer-child {
  display: block;
}
.header__drawer-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 16px 0;
  font-family: "mobo_semiBold", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-image: linear-gradient(#fafa00, #fafa00);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 100% 3px;
}
.header__drawer-toggle {
  width: 100%;
  background-image: none;
}
.header__drawer-toggle-text {
  display: inline-flex;
  align-items: center;
  padding-bottom: 5px;
  background-image: linear-gradient(#fafa00, #fafa00);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 3px;
}
.header__drawer-pm {
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.header__drawer-pm::before {
  content: "＋";
}
.is-open .header__drawer-pm::before {
  content: "－";
}
.header__drawer-child {
  list-style: none;
  margin: 0;
  padding: 0 0 12px 16px;
}
.header__drawer-child-link {
  display: inline-block;
  padding: 6px 0;
  font-family: "mobo_semiBold", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  -webkit-tap-highlight-color: transparent;
}
.header__overlay {
  display: none;
}

/* header:end */