@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Roboto:wght@600&family=Noto+Serif+JP:wght@500..600&display=swap");

* {
  --ff_mincho: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif, "Noto Serif JP";
}

/* -------------------
wrapper
------------------- */
.l-wrapper {
  position: relative;
  overflow: clip;
  width: 100%;
}

/* -------------------
main
------------------- */
.l-main {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .l-main {
    background-color: #f6f6f6;
    padding-top: 56px;
    min-height: calc(100vh - 56px);
  }
}

/* -------------------
l-inner
------------------- */
.l-inner {
  padding-inline: 16px;
  margin-inline: auto;
  max-width: 648px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* -------------------
header
------------------- */
.header {
  position: static;
  background: var(--PrimitiveColors-RAG_Blue-900, #081c4d);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 56px;
}
@media (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-inline: 16px 12px;
  gap: 24px;
}
@media (min-width: 768px) {
  .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 648px;
    margin-inline: auto;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header__logo img {
  width: 190px;
}

.header__button {
  width: 100%;
  height: 32px;
  max-width: 120px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(166, 166, 166, 0.2);
  box-shadow: 0 1px 2px 0 rgba(166, 166, 166, 0.2);
}

.header__button span {
  color: var(--StaticText-Main-ButtonLabel_Blue, #06f);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
}

/* -------------------
floating
------------------- */
.floating__button_area {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 65px;
  padding-block: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  border-top: 1px solid var(--Stroke-Divider);
  opacity: 0;
  display: none;
}

.floating__button_area .button {
  margin-inline: auto;
}

.floating__button_area.isVisible {
  display: block;
  -webkit-animation: fadeIn 0.3s ease forwards;
  animation: fadeIn 0.3s ease forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* -------------------
fv
------------------- */
.fv {
  position: relative;
  isolation: isolate;
}
@media (min-width: 768px) {
  .fv {
    width: 648px;
    margin-inline: auto;
  }
}

.fv img {
  display: block;
  width: 100%;
}

.fv h1 {
  margin-block: 0;
  position: absolute;
  width: 100%;
  top: calc(15 / 375 * 100vw);
  left: calc(15 / 375 * 100vw);
}
@media (min-width: 768px) {
  .fv h1 {
    top: 34px;
    left: 43px;
  }
}

.fv h1 span:nth-of-type(1) {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: calc(74 / 375 * 100vw);
  padding: calc(12 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  background: var(--StaticSurface-Container-Dark, #1f3566);
  color: var(--StaticText-Main-White, #fff);
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: var(--ff_mincho);
  font-size: calc(22 / 375 * 100vw);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .fv h1 span:nth-of-type(1) {
    height: 74px;
    padding: 12px;
    border-radius: 4px;
    font-size: 22px;
  }
}

.fv h1 span:nth-of-type(1) b {
  display: inline-block;
  color: var(--PrimitiveColors-Yellow-400, #f7e43b);
  font-family: var(--ff_mincho);
  font-size: calc(50 / 375 * 100vw);
  line-height: 100%;
  letter-spacing: -0.01em;
  -webkit-margin-end: 0.1em;
  margin-inline-end: 0.1em;
}
@media (min-width: 768px) {
  .fv h1 span:nth-of-type(1) b {
    font-size: 50px;
  }
}

.fv h1 span:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  top: calc(65 / 375 * 100vw);
  right: calc(30 / 375 * 100vw);
  display: inline-block;
  padding-block: calc(14 / 375 * 100vw) calc(10 / 375 * 100vw);
  padding-inline: calc(12 / 375 * 100vw);
  border-radius: calc(4 / 375 * 100vw);
  border: calc(2 / 375 * 100vw) solid var(--StaticStroke-Main-Divider_Dark, #1f3566);
  background: var(--StaticSurface-Container-White, #fff);
  color: var(--StaticText-Main-Primary, #1f3566);
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-family: var(--ff_mincho);
  font-size: calc(32 / 375 * 100vw);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fv h1 span:nth-of-type(2) {
    top: 66px;
    right: auto;
    left: 14px;
    padding-block: 14px 10px;
    padding-inline: 12px;
    border-radius: 4px;
    border: 2px solid var(--StaticStroke-Main-Divider_Dark, #1f3566);
    font-size: 32px;
  }
}

/* -------------------
catch
------------------- */
.catch {
  padding-block: 12px;
  background: var(--StaticSurface-Container-Dark, #1f3566);
}
@media (min-width: 768px) {
  .catch {
    width: 648px;
    margin-inline: auto;
  }
}

.catch__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.catch__point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.catch__point span {
  font-family: var(--ff_mincho);
}

.catch__point img {
  width: 16px;
  height: 32px;
}

.catch__point > span > span:nth-of-type(1) {
  color: var(--StaticText-Main-White, #fff);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.catch__point > span > span:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2px;
  color: var(--PrimitiveColors-Yellow-400, #f7e43b);
  font-size: 11px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.1em;
  text-align: left;
}

.catch__point > span > span:nth-of-type(2) b {
  font-size: 32px;
  font-family: var(--ff_mincho);
  font-weight: 500;
  line-height: 80%;
}

.catch__point sup {
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  top: -0.6em;
  left: 0.1em;
}

.catch__button_area {
  -webkit-margin-before: 22px;
  margin-block-start: 22px;
}

.catch__button_area > .button.new {
  max-width: 300px;
  margin-inline: auto;
  padding-block: 16px;
  font-size: 16px;
  border-radius: 16px;
}

/* -------------------
reason
------------------- */
.reason {
  background: var(--StaticSurface-Container-Dark, #1f3566);
  padding-block: 40px;
}
@media (min-width: 768px) {
  .reason {
    width: 648px;
    margin-inline: auto;
  }
}

.reason h2 {
  margin-block: 0;
  color: var(--StaticText-Main-White, #fff);
  font-family: var(--ff_mincho);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.reason h2 b {
  color: var(--PrimitiveColors-Yellow-400, #f7e43b);
  font-family: var(--ff_mincho);
  font-weight: 600;
}

.reason h2 span {
  font-family: var(--ff_mincho);
}

.reason__container {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.reason__container > * + * {
  -webkit-margin-before: 12px;
  margin-block-start: 12px;
}

.reason__card {
  border-radius: 4px;
  background: var(--StaticSurface-Container-White, #fff);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  padding-block: 12px 24px;
  padding-inline: 16px 12px;
  position: relative;
  overflow: hidden;
}

.reason__card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#73570b),
    color-stop(28%, #b28917),
    color-stop(40%, #e3c53d),
    color-stop(48%, #f7e43b),
    color-stop(52%, #e3c53d),
    color-stop(72%, #b28917),
    to(#73570b)
  );
  background: linear-gradient(
    to bottom,
    #73570b 0%,
    #b28917 28%,
    #e3c53d 40%,
    #f7e43b 48%,
    #e3c53d 52%,
    #b28917 72%,
    #73570b 100%
  );
}

.reason__card img {
  width: 100%;
  display: block;
}

.reason__card h3 {
  margin-block: 12px 0;
  color: #1f3566;
  font-size: 18px;
  line-height: 170%;
}
@media (min-width: 768px) {
  .reason__card h3 {
    -webkit-margin-before: 18px;
    margin-block-start: 18px;
    line-height: 180%;
  }
}

.reason__card h3 span {
  width: 100%;
  display: block;
}

.reason__card h3 b {
  display: inline-block;
  padding-block: 1px;
  padding-inline: 4px;
  border-radius: 2px;
  background: var(--PrimitiveColors-RAG_Blue-900, #081c4d);
  color: #f7e43b;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-inline: 2px;
}
@media (min-width: 768px) {
  .reason__card h3 b {
    padding-block: 2px 1px;
    padding-inline: 5px 4px;
  }
}

.reason__card sup {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.02em;
  top: -0.9em;
}

.reason__card_text {
  -webkit-margin-before: 12px;
  margin-block-start: 12px;
  color: var(--StaticText-Main-Primary, #1f3566);
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.reason__card_text b {
  color: #eb6505;
  font-weight: 600;
}

.reason__card_text sup {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.02em;
  top: -0.5em;
}

/* -------------------
job
------------------- */
.job {
  padding-block: 32px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .job {
    width: 648px;
    margin-inline: auto;
  }
}

.job h2 {
  margin-block: 0;
  color: var(--StaticText-Main-Primary, #1f3566);
  text-align: center;
  font-family: var(--ff_mincho);
  font-size: 22px;
  font-weight: 600;
  line-height: 150%; /* 33px */
}

.job h2 span {
  font-family: var(--ff_mincho);
}

.job__container {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}
@media (min-width: 768px) {
  .job__container {
  }
}

.job__container > * + * {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.job__card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: var(--StaticSurface-Container-White, #fff);
  padding-block: 8px 16px;
  padding-inline: 16px;
  border: 1px solid var(--StaticStroke-Main-Divider_Dark, #1f3566);
  -webkit-box-shadow: 0 1px 2px 0 rgba(166, 166, 166, 0.2);
  box-shadow: 0 1px 2px 0 rgba(166, 166, 166, 0.2);
}

.job__card > * + * {
  -webkit-margin-before: 8px;
  margin-block-start: 8px;
}

.job__card_name {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.job__card_name img {
  width: 60px;
  height: 60px;
}

.job__card_company {
  color: var(--StaticText-Main-Secondary, #333);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.job__card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 48px;
  padding-inline: 8px;
  border-radius: 4px;
  background: var(--PrimitiveColors-RAG_Blue-100, #f0f3ff);
  color: var(--StaticText-Main-Primary, #1f3566);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.job__card_salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: var(--StaticText-Main-Secondary, #333);
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.job__card_salary b {
  display: inline-block;
  color: var(--StaticText-Main-Primary, #1f3566);
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  -webkit-margin-end: 2px;
  margin-inline-end: 2px;
  padding-block: 2px;
}

.job__card_position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.job__card_position b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  overflow: hidden;
  color: var(--StaticText-Main-Primary, #1f3566);
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding-block: 2px;
}

.job__card_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  overflow: hidden;
  color: var(--StaticText-Main-Secondary, #333);
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  letter-spacing: 0.24px;
}

.job__card_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.job__card_data > .job__card_title {
  background: var(--PrimitiveColors-RAG_Blue-050, #f5f6fa);
  color: var(--StaticText-Main-Secondary, #333);
}

.job__card_data span:nth-of-type(2) {
  padding-block: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  overflow: hidden;
  color: var(--StaticText-Main-Secondary, #333);
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.job__note {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
  color: var(--StaticText-Main-Caption, #4d4d4d);
  font-size: 10px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.0125em;
  text-indent: -1.2em;
  -webkit-padding-start: 1.2em;
  padding-inline-start: 1.2em;
}

.job__button_area {
  -webkit-margin-before: 28px;
  margin-block-start: 28px;
}

.job__button_area > .button.new {
  max-width: 300px;
  margin-inline: auto;
  padding-block: 16px;
  font-size: 16px;
  border-radius: 16px;
}

/* -------------------
faq
------------------- */
.faq {
  padding-block: 40px;
  background: var(--StaticSurface-Container-Dark, #1f3566);
  position: relative;
}
@media (min-width: 768px) {
  .faq {
    width: 648px;
    margin-inline: auto;
  }
}

.faq h2 {
  margin-block: 0;
  color: var(--StaticText-Main-White, #fff);
  text-align: center;
  font-family: var(--ff_mincho);
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.faq__container {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
  padding-block: 16px;
  padding-inline: 16px;
  border-radius: 16px;
  background: var(--PrimitiveColors-White-000, #fff);
}

.faq__list {
  margin-block: 0;
}

.faq__list dt {
  display: block;
  position: relative;
  background: var(--StaticSurface-Container-Base, #f5f6fa);
  padding-block: 8px;
  padding-inline: 28px 8px;
  color: var(--StaticText-Main-Primary, #1f3566);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.faq__list dt::before {
  position: absolute;
  left: 8px;
  top: 8px;
  content: "Q.";
  color: var(--PrimitiveColors-Yellow-600, #b28917);
  font-family: var(--Font-family-en, Roboto);
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.faq__list dd + dt {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.faq__list dd + dt::after {
  position: absolute;
  content: "";
  top: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--StaticStroke-Main-Divider, #e5e5e5);
}

.faq__list dd {
  padding-block: 8px 16px;
  padding-inline: 8px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  color: var(--StaticText-Main-Secondary, #333);
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.02em;
}

/* -------------------
regist
------------------- */
.regist {
  padding-block: 24px;
  background: var(--StaticSurface-Container-Info, #f0f3ff);
}
@media (min-width: 768px) {
  .regist {
    width: 648px;
    margin-inline: auto;
  }
}
.regist h2 {
  margin-block: 0;
  color: var(--StaticText-Main-Primary, #1f3566);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.regist__button_area {
  -webkit-margin-before: 12px;
  margin-block-start: 12px;
}

.regist__button_area > .button.new {
  max-width: 300px;
  margin-inline: auto;
  padding-block: 16px;
  font-size: 16px;
  border-radius: 16px;
}

.regist__note {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
  -webkit-padding-start: 2em;
  padding-inline-start: 2em;
  text-indent: -2em;
  color: var(--primitive-mono-700);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  counter-reset: number 0;
}

.regist__note > li {
  counter-increment: number 1;
}

.regist__note > li::before {
  content: "※" counter(number) " ";
}

/* -------------------
button
------------------- */
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding-inline: 24px;
  min-height: 48px;
  min-width: 140px;
  max-width: 220px;
  width: 100%;
  border-radius: 12px;
}

.button.new {
  background: #d84001;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(134, 55, 4, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(134, 55, 4, 0.3);
  color: var(--Object-White, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.button.new:hover {
  background: var(--Surface-Interactive-Primary-hover);
}
