@charset "UTF-8";
/* ===== tokens ===== */
/* -------------------------------

Reset CSS

-------------------------------  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  color: #333;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 4.2666666667vw;
  }
}

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

ul,
ol {
  list-style: none;
}

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

button,
input,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

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

/* -------------------------------

base CSS

-------------------------------  */
body {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  min-width: 1120px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

a {
  text-decoration: none;
}

p {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  p {
    line-height: 1.9;
  }
}

/* --------------------

共通

 -------------------- */
/* ===== buttons ===== */
.btn {
  display: inline-block;
  align-items: center;
  padding: 16px 80px;
  border-radius: 999px;
  font-weight: 500;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  font-size: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 4.2666666667vw 4.2666666667vw;
    font-size: 4.2666666667vw;
    width: 100%;
    max-width: 600px;
  }
}
.btn--sm {
  padding: 8px 56px;
}
@media screen and (max-width: 768px) {
  .btn--sm {
    padding: 2.1333333333vw 6.4vw;
  }
}
.btn:hover {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}
.btn--primary {
  background: #172A88;
  color: #fff;
  transition-duration: 0.5s;
}

.section-head {
  margin: 0 0 32px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .section-head {
    font-size: 7.4666666667vw;
    margin: 0 0 4.2666666667vw;
  }
}
.section-head span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section-head span {
    font-size: 4.2666666667vw;
  }
}
.section-head .section-head--note {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section-head .section-head--note {
    font-size: 3.2vw;
    margin: 2.1333333333vw 0;
    line-height: 1.6;
  }
}

.u-list {
  margin: 0;
  padding-left: 1.2em;
}

.u-list li {
  margin: 0.25rem 0;
}

.mt-s {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .mt-s {
    margin-top: 4.2666666667vw;
  }
}

.mt-m {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .mt-m {
    margin-top: 8.5333333333vw;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.inner {
  max-width: 100%;
  width: 1200px;
  min-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.inner--sp__full {
  max-width: 100%;
  width: 1200px;
  min-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner--sp__full {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===== header ===== */
.lp-header {
  position: fixed;
  top: 8px;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
}
.lp-header__inner {
  display: flex;
  align-items: center;
  min-height: 60px;
  justify-content: flex-end;
}
.lp-header__logo img {
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-header__inner {
    min-height: 52px;
    padding-inline: 12px;
  }
}

.floating__btn {
  position: fixed;
  right: 0;
  top: 8px;
  z-index: 10;
  margin: 0 auto;
  right: calc(50% - 560px);
  font-size: 16px;
}
@media (max-width: 1200px) {
  .floating__btn {
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .floating__btn {
    font-size: 4.2666666667vw;
    right: 0vw;
    top: auto;
    bottom: 0vw;
    width: 100%;
    padding: 3.2vw 4.2666666667vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .floating__btn a {
    width: 100%;
    padding: 2.1333333333vw;
    display: block;
    margin: 0 auto;
  }
}

/* ===== hero ===== */
.hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-image: url("../img/hero_bg.jpg");
  background-size: cover;
  background-position: center left 20%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: auto;
    align-items: flex-start;
    min-height: 133.3333333333vw;
    height: calc(100svh - 17.0666666667vw);
    background-image: url("../img/hero_bg_sp.jpg");
    background-position: 50% 50%;
  }
  .hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.0666666667vw;
    height: 12vw;
    background: rgba(255, 255, 255, 0.9);
    filter: blur(12px);
    pointer-events: none;
  }
}
.hero__inner {
  margin-inline: auto;
  position: relative;
}
.hero__content {
  margin-left: auto;
  width: 100%;
  max-width: 560px;
  text-align: left;
  padding-top: 92px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .hero__content {
    max-width: 100%;
    height: calc(100svh - 17.0666666667vw);
    min-height: 133.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 85.3333333333vw;
    position: relative;
  }
}
.hero__label {
  font-weight: 700;
  font-size: 24px;
  background: #172A88;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hero__label {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 2.1333333333vw 1.6vw 2.1333333333vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 53.3333333333vw;
    align-items: center;
    margin: 0 auto 3.2vw;
  }
}
.hero__sub {
  font-size: 16px;
  margin-bottom: 16px;
  color: #172A88;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hero__sub {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
    text-align: center;
    line-height: 1.6;
  }
}
.hero__title {
  margin: 0 0 16px;
  font-size: 70px;
  line-height: 1.3;
  font-weight: 700;
  color: #172A88;
}
@media screen and (max-width: 768px) {
  .hero__title {
    margin: 0 0 2.1333333333vw;
    font-size: 9.6vw;
    text-align: center;
  }
}
.hero__points {
  list-style: none;
  padding: 0;
}
.hero__point {
  font-size: 18px;
  margin-top: 8px;
  padding: 16px 24px;
  color: #172A88;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .hero__point {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
    padding: 2.1333333333vw 2.1333333333vw;
    gap: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .hero__point img {
    width: 6.4vw;
  }
}
.hero__point p {
  font-weight: 700;
  line-height: 1.4;
}
.hero__point span {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hero__point span {
    font-size: 3.2vw;
  }
}
.hero__logo {
  width: 334px;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .hero__logo {
    max-width: 100%;
    width: 100%;
    margin: 0vw auto 0 auto;
    position: absolute;
    bottom: 1%;
    z-index: 2;
  }
  .hero__logo img {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
}

/* ===== about ===== */
.about {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 14.9333333333vw 0;
  }
}
.about__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.about__lead {
  margin-top: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__lead {
    margin-top: 4.2666666667vw;
  }
}
.about .section-head {
  margin: 0 0 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about .section-head {
    margin: 0 0 0vw;
  }
}
@media screen and (max-width: 768px) {
  .about__col--media {
    order: 1;
  }
  .about__col--media img {
    width: 100%;
  }
  .about__col--text {
    order: 2;
  }
}

/* ===== service ===== */
.service {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 0 0 14.9333333333vw 0;
  }
}
.service__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service__grid {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.service__points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.service__point {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-weight: 700;
}
.service__lead {
  margin-top: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service__lead {
    margin-top: 4.2666666667vw;
  }
}
.service .section-head {
  margin: 0 0 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .service .section-head {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .service__grid {
    grid-template-columns: 1fr;
  }
  .service__media {
    order: 1;
  }
  .service__media img {
    width: 100%;
  }
  .service__body {
    order: 2;
  }
}

/* ===== cards (cases) ===== */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}

.case-card {
  background: #fff;
}
.case-card__media img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
.case-card__body {
  padding: 16px 0 0 0;
}
@media screen and (max-width: 768px) {
  .case-card__body {
    padding: 4.2666666667vw 0 0 0;
  }
}
.case-card__title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case-card__title {
    font-size: 5.3333333333vw;
  }
}
.case-card__text {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case-card__text {
    font-size: 4.2666666667vw;
  }
}

.cases {
  padding: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .cases {
    padding: 0 0 21.3333333333vw 0;
  }
}

/* ===== mission banner ===== */
.mission {
  position: relative;
  isolation: isolate;
  margin: 0 0;
}
.mission__parallax {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/mission_bg.jpg");
}
@media screen and (min-width: 769px) {
  .mission__parallax {
    background-attachment: fixed; /* PCパララックス */
  }
}
@media screen and (max-width: 768px) {
  .mission__parallax {
    min-height: 80vw;
    background-image: url("../img/mission_bg.jpg");
  }
}
.mission__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .mission__inner {
    padding: 14.9333333333vw 4.2666666667vw;
  }
}
.mission__title {
  margin: 0 0 32px;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mission__title {
    margin: 0 0 4.2666666667vw;
    font-size: 7.4666666667vw;
    line-height: 1.6;
  }
}
.mission__cta {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .mission__cta {
    margin-top: 6.4vw;
  }
}

/* ===== recruit table ===== */
.recruit {
  padding: 80px 0;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 14.9333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit__inner {
    padding: 0;
  }
}
.recruit .section-head {
  text-align: center;
}

.recruit-table {
  overflow: hidden;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-table {
    padding: 6.4vw 4.2666666667vw;
  }
}
.recruit-table__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  margin: 0 0 0;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-table__row {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.recruit-table__head {
  padding: 16px;
  font-weight: 700;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  .recruit-table__head {
    padding: 4.2666666667vw 0 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.recruit-table__data {
  padding: 16px;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  .recruit-table__data {
    padding: 0 0 4.2666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit-table__data {
    border-top: none;
  }
}

.recruit__foot {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit__foot {
    margin-top: 6.4vw;
    padding: 0 4.2666666667vw;
  }
}

/* ===== schedule timeline ===== */
.schedule {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .schedule {
    padding: 14.9333333333vw 0;
  }
}
.schedule__inner {
  margin-inline: auto;
}
.schedule__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .schedule__top {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
}
.schedule__media img {
  width: 100%;
}
.schedule__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .schedule__title {
    font-size: 7.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.schedule__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.schedule__list::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  height: 89%;
  bottom: 10px;
  width: 2px;
  background: #979797;
}
@media screen and (max-width: 768px) {
  .schedule__list::before {
    left: 1.0666666667vw;
    top: 3.2vw;
    height: 89%;
    bottom: 2.6666666667vw;
    width: 0.5333333333vw;
  }
}
.schedule__list .schedule__item {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule__list .schedule__item {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.schedule__list .schedule__item::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #979797;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .schedule__list .schedule__item::before {
    font-size: 2.6666666667vw;
  }
}
.schedule__blog-lead {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .schedule__blog-lead {
    margin-bottom: 4.2666666667vw;
  }
}
.schedule__cta {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule__cta {
    margin-top: 8.5333333333vw;
  }
}
.schedule__cta-btn {
  display: inline-block;
  background: #172A88;
  color: #fff;
  padding: 16px 36px;
  border-radius: 40px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease;
}
.schedule__cta-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .schedule__cta-btn {
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 26.4vw;
  }
}

/* ===== ブログカード ===== */
.blog-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .blog-cards {
    gap: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog-card {
  background: #fff;
  transition: transform 0.2s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
}
.blog-card__media img {
  width: 100%;
}
.blog-card__title {
  font-size: 13px;
  padding: 8px 0;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .blog-card__title {
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 0;
  }
}

/* ===== CTA ===== */
.cta {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(180deg, #eef2ff, #ffffff 60%);
}
.cta__title {
  margin: 0 0 0.3rem;
  font-size: clamp(22px, 3.4vw, 30px);
  font-weight: 700;
}
.cta__lead {
  margin: 0 0 1rem;
}
.cta__actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ===== footer ===== */
.lp-footer {
  padding: 20px 0;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-footer {
    padding: 4.2666666667vw 0 24.5333333333vw;
  }
}

.lp-footer__inner {
  display: flex;
  justify-content: center;
}

.lp-footer__copy {
  color: #fff;
  font-size: 12px;
}

/* ===== spacing helpers for sections ===== */
.about, .service, .cases, .recruit, .schedule, .cta {
  scroll-margin-top: 80px;
}/*# sourceMappingURL=style.css.map */