@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@200;300;400;600&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 0.694vw;
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 2.667vw;
    scroll-padding-top: 9rem;
  }
}

body {
  font-size: 1.7rem;
  color: #eff7f7;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.08em;
  background-color: #a0c0cb;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  body.is-fixed {
    overflow: hidden;
  }
}

img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  img {
    max-width: 100%;
  }
}

.inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .inner {
    max-width: 31.3rem;
  }
}

.inner-l {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .inner-l {
    max-width: 34.3rem;
  }
}

@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.c-logo-gallery {
  /*height: 120px;
  background: url(../img/partner/logo_gallery.png);
  background-size: 1400px auto;
  animation: bg-slider 40s linear infinite;*/
}

.c-logo-gallery {
  width: 100%;
  height: auto;
  padding: 24px;
  background-color: white;
  border-radius: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes bg-slider {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1730px center;
  }
}
@media screen and (max-width: 767px) {
  .c-logo-gallery {
    height: 60px;
    background-size: 865px auto;
    animation: bg-slider 60s linear infinite;
  }
  @keyframes bg-slider {
    from {
      background-position: 0 center;
    }
    to {
      background-position: -865px center;
    }
  }
}
.c-card-top-product__info {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .c-card-top-product__info {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.c-card-top-product__desc {
  line-height: 1.6;
  padding: 3rem 0;
  border-bottom: solid 1px #13335c;
}
@media screen and (max-width: 800px) {
  .c-card-top-product__desc {
    padding: 2.4rem 0;
  }
}
.c-card-top-product__text {
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .c-card-top-product__text {
    margin-bottom: 2.4rem;
  }
}
.c-card-top-product__icon {
  width: 25%;
  margin: auto;
}

.c-card-feature__img {
  width: 28rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 800px) {
  .c-card-feature__img {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.c-card-feature__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .c-card-feature {
    gap: 2.4rem;
  }
}

.p-about-feature__list__item:nth-child(1) .c-card-feature__img {
  padding: 2rem 4rem 2rem 2rem;
}

.p-about-feature__list__item:nth-child(2) .c-card-feature__img {
  padding: 5rem 5rem 5rem 5rem;
}

.p-about-feature__list__item:nth-child(3) .c-card-feature__img {
  padding: 6rem 6rem 6rem 6rem;
}

.c-card-program {
  border-radius: 1.6rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  backdrop-filter: blur(4px);
  color: #263a4d;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-card-program {
    border-radius: 1.5rem;
    font-size: 1.4rem;
    overflow: hidden;
    transition: height 0.4s;
  }
}
.c-card-program__inner {
  padding: 6rem 3rem 3rem;
}
@media screen and (max-width: 800px) {
  .c-card-program__inner {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.c-card-program__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 800px) {
  .c-card-program__title {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.c-card-program__compensation {
  background-color: #13335c;
  color: #eff7f7;
  display: flex;
}
.c-card-program__compensation-th {
  width: 30%;
  padding: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .c-card-program__compensation-th {
    font-size: 1.6rem;
    width: 35%;
  }
}
.c-card-program__compensation-td {
  width: 70%;
  padding: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  .c-card-program__compensation-td {
    font-size: 1.6rem;
    width: 85;
  }
}
.c-card-program__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4rem;
}
.c-card-program__table th {
  width: 30%;
  padding: 1rem;
  border-bottom: solid 1px #13335c;
}
@media screen and (max-width: 800px) {
  .c-card-program__table th {
    width: 35%;
  }
}
.c-card-program__table td {
  padding: 1rem;
  border-bottom: solid 1px #13335c;
}
.c-card-program__cta {
  max-width: 40rem;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-card-program__cta {
    width: 100%;
    max-width: none;
  }
}
.c-card-program.c-list-check {
  margin-bottom: 3rem;
}
@media screen and (max-width: 800px) {
  .c-card-program.c-list-check {
    margin-bottom: 2.4rem;
  }
}

.c-card-support {
  height: 56rem;
  border-radius: 1.6rem;
  background: #13335c;
  background: linear-gradient(-45deg, rgba(38, 58, 77, 0.5) 0%, rgba(38, 58, 77, 0.375) 50%, rgba(38, 58, 77, 0.5) 100%);
  backdrop-filter: blur(4px);
  color: #eff7f7;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-card-support {
    height: 48rem;
    border-radius: 1.5rem;
    font-size: 1.4rem;
    overflow: hidden;
    transition: height 0.4s;
  }
}
.c-card-support__inner {
  padding: 6rem 3rem 3rem;
}
@media screen and (max-width: 800px) {
  .c-card-support__inner {
    padding: 4rem 2rem 2rem;
  }
}
.c-card-support__txt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-card-support__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
  .c-card-support__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.c-card-support__img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.c-list-column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
}
@media screen and (max-width: 800px) {
  .c-list-column2 {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-list-column2 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-top-faq__lists {
  display: flex;
  flex-direction: column;
  gap: 40px; /* 質疑応答ごとの縦のすき間 */
  width: 100%;
  max-width: 1440px; /* 最大幅（サイトに合わせて調整してください） */
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .p-top-faq__lists {
    gap: 30px;
    padding: 10px;
  }
}

.c-list-faq__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.c-list-faq__q {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #13335c;
  padding: 20px 24px;
  width: 100%;
  max-width: 85%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .c-list-faq__q {
    max-width: 100%;
    padding: 16px;
    gap: 12px;
  }
}
.c-list-faq__q::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #13335c transparent transparent;
}
.c-list-faq__q-num {
  font-weight: 500;
  flex-shrink: 0;
}
.c-list-faq__q-text {
  font-weight: 500;
}
.c-list-faq__a {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #eff7f7;
  padding: 20px 24px;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .c-list-faq__a {
    max-width: 100%;
    padding: 16px;
    gap: 12px;
  }
}
.c-list-faq__a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -8px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #eff7f7;
}
.c-list-faq__a-num {
  font-weight: 500;
  flex-shrink: 0;
  padding-top: 2px;
  color: #13335c;
}
.c-list-faq__a-text {
  line-height: 1.6;
  color: #13335c;
}

.p-top-fv {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url(../img/partner/fv-bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .p-top-fv {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../img/partner/fv-bg_sp.png);
  }
}
@media screen and (max-width: 800px) {
  .p-top-fv__hdg .shuffle-text {
    font-size: 3.2rem;
  }
}
.p-top-fv__btns {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .p-top-fv__btns {
    flex-direction: column;
  }
}
.p-top-fv__gallery {
  height: 120px;
  background-size: auto 100px;
}
@media screen and (max-width: 800px) {
  .p-top-fv__gallery {
    height: 180px;
  }
}

.p-top-product {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-top-product {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-top-product__item {
  display: block;
  padding-top: 0;
}
@media screen and (max-width: 800px) {
  .p-top-product__item {
    display: block;
    padding-top: 0;
  }
}

.p-top-client {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-top-client {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-top-client__desc {
  margin-bottom: 4.8rem;
}
.p-top-client__icon-lists {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4.8rem;
}
.p-top-client__icon-item {
  width: 100%;
  max-width: 160px;
  text-align: center;
}
.p-top-client__icon-item img {
  width: 50%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .p-top-client__icon-item img {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .p-top-client__icon-item p {
    font-size: 1rem;
  }
}

.p-top-case {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-top-case {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-top-case__desc {
  margin-bottom: 4.8rem;
}
.p-top-case__column {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .p-top-case__column {
    max-width: none;
  }
}

.p-about-feature {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-about-feature {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-about-feature__list {
  gap: 6rem;
}
@media screen and (max-width: 800px) {
  .p-about-feature__list {
    gap: 3rem;
  }
}
.p-about-feature__list__item:nth-child(even) .c-card-feature {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .p-about-feature__list__item:nth-child(even) .c-card-feature {
    flex-direction: column;
  }
}
.p-about-feature__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.p-top-program__list-item {
  width: 100%;
}

.p-top-support {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-top-support {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-top-support__item {
  padding-top: 12rem;
}
@media screen and (max-width: 800px) {
  .p-top-support__item {
    padding-top: 2rem;
  }
}
.p-top-support__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 800px) {
  .p-top-support__list {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-top-support__list-item {
  flex: 1;
}

.p-top-flow__icon-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 800px) {
  .p-top-flow__icon-lists {
    gap: 1.2rem;
  }
}
.p-top-flow__icon-item {
  width: calc((100% - 6.4rem) / 5);
  border-radius: 1.6rem;
  border: solid 1px #eff7f7;
  padding: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-top-flow__icon-item {
    width: calc((100% - 0rem) / 1);
    padding: 1.2rem;
  }
}
.p-top-flow__icon-item img {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: auto;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 800px) {
  .p-top-flow__icon-item img {
    width: 25%;
  }
}
.p-top-flow__icon-step {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-top-flow__icon-step {
    font-size: 3.2rem;
  }
}
.p-top-flow__icon-title {
  font-weight: 500;
  margin-bottom: 0.4rem;
  text-align: left;
}
.p-top-flow__icon-text {
  text-align: left;
}

.p-top-faq {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-top-faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-top-form {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 800px) {
  .p-top-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-top-form__desc {
  margin-bottom: 4.8rem;
}

.u-en {
  font-family: YakuHanJP, "Be Vietnam Pro", "Noto Sans JP", sans-serif;
}

.u-tac {
  text-align: center;
}

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