@charset "UTF-8";
/** font-weight */
/** colors */
/** breakpoit */
/** 共通パーツなどを記載 */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

:root {
  --global--admin-bar--height: 0;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

.u-pcDb {
  display: block;
}
@media (max-width: 768px) {
  .u-pcDb {
    display: none;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: -12px;
  position: relative;
  width: 314px;
  padding: 20px 0;
  cursor: pointer;
}
.cta .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 56px;
  background: #FF7800;
  border-radius: 40px;
  z-index: 3;
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  text-decoration: none;
}
.cta .btn:hover {
  opacity: 0.7;
  -webkit-transition: 4s;
  transition: 4s;
}
@media (max-width: 768px) {
  .cta .btn {
    font-size: 1.125rem;
    padding: 19px 48px 16px;
  }
}
.cta:hover {
  opacity: 0.7;
}
.cta .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 4;
}
.cta .note .note-text {
  background: #fff;
  padding: 4px 12px;
  border: 1px solid #FF7800;
  border-radius: 60px;
}
.cta .note .note-text span {
  color: #FF7800;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.cta .note .polygon {
  width: 17px;
  height: 13px;
  background: url(../images/polygon_7.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -7px;
  z-index: 3;
}
@media (max-width: 768px) {
  .cta .note-text span {
    font-size: 0.75rem;
  }
}

/** 共通タイトル. */
.content {
  padding: 5rem 2rem 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.title {
  text-align: center;
}
.title .frame {
  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: 0.5rem;
}
.title .icon {
  width: 18px;
  height: 18px;
  background: url("../images/30lp/box_Icon.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .title .icon {
    width: 12px;
    height: 12px;
  }
}
.title .problems {
  color: #0079CC;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .title .problems {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
.title .subtitle {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.4px;
  margin: 0.5rem 0 0;
}

@media (max-width: 768px) {
  .content {
    padding: 48px 16px;
    gap: 32px;
  }
  .title .subtitle {
    font-size: 1.5rem;
    line-height: 36px;
    letter-spacing: 0.24px;
    margin: 0.5rem 0 0;
  }
}
.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
/** pagination. */
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  position: relative;
  padding: 0 0 10px 0;
  margin-top: 3.3rem;
}
@media (max-width: 768px) {
  .pagination-wrapper {
    gap: 24px;
  }
}
.pagination-wrapper .swiper-button-prev,
.pagination-wrapper .swiper-button-next {
  color: #0079CC;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #f8f8f8;
  -webkit-box-shadow: 0 4px 12px rgba(20, 10, 4, 0.06);
          box-shadow: 0 4px 12px rgba(20, 10, 4, 0.06);
  position: relative;
  z-index: 10;
}
.pagination-wrapper .swiper-button-prev:hover,
.pagination-wrapper .swiper-button-next:hover {
  color: #fff;
  background: #0079CC;
}
@media (max-width: 768px) {
  .pagination-wrapper .swiper-button-prev,
  .pagination-wrapper .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
.pagination-wrapper .swiper-pagination {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .pagination-wrapper .swiper-pagination-advisor {
    gap: 2px;
  }
}
.pagination-wrapper .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}
.pagination-wrapper .swiper-pagination-bullet-active {
  background: #0079CC;
}
.pagination-wrapper .swiper-button-next:after,
.pagination-wrapper .swiper-button-prev:after {
  font-size: 12px;
}

.modal__list-item.hidden {
  display: none;
}

.job-types-wrapper {
  margin-bottom: 10px;
}

/** モーダルデザイン. */
.modal {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
@media (max-width: 768px) {
  .modal {
    padding: 0 16px;
  }
}
.modal__job-types {
  background: #0079CC;
  border-radius: 84px;
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
  padding: 2px 12px;
}
.modal__frame {
  max-width: 1160px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .modal__frame {
    min-width: 343px;
  }
}
.modal__close {
  width: 38px;
  height: 38px;
  background: url(../images/close_icon.svg) no-repeat center;
  background-size: cover;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .modal__close {
    width: 25px;
    height: 25px;
  }
}
.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  padding: 40px;
  gap: 40px;
  width: 100%;
  max-height: 636px;
  max-width: 1160px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clip-path: inset(0 round 20px);
}
@media (max-width: 768px) {
  .modal__content {
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    height: calc(100vh - 85px - 47px);
  }
}
.modal__image {
  max-width: 440px;
  width: 42.8%;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 768px) {
  .modal__image {
    width: 100%;
  }
}
.modal__image-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  max-width: 440px;
  max-height: 294px;
  border: 1px solid #cccccc;
}
.modal__section {
  color: #333333;
  width: 57.2%;
  max-width: 590px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 768px) {
  .modal__section {
    width: 100%;
  }
}
.modal__section--advisor .modal__tag {
  width: 73px;
}
.modal__info {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .modal__info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 16px;
  }
}
.modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .modal__title {
    gap: 8px;
  }
}
.modal__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .modal__title-inner {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.modal__user-name {
  font-size: 1rem;
}
.modal__romaji {
  color: #818181;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .modal__romaji {
    margin-bottom: 8px;
    margin-left: 0;
    font-size: 0.75rem;
    text-align: left;
  }
}
.modal .career-list {
  list-style: disc;
  padding-left: 26px;
}
.modal .career-list li {
  line-height: 1.6;
}
.modal__description {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .modal__description {
    line-height: 27px;
    letter-spacing: 0.18px;
    font-size: 1.125rem;
  }
}
.modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.modal__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.modal__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 59px;
  padding: 2px 8px;
  background: #D9EBF7;
  border-radius: 4px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}
.modal__job-title {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .modal__job-title {
    line-height: 21px;
    letter-spacing: 0.14px;
    font-size: 0.875rem;
  }
}
.modal__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .modal__comment {
    padding-bottom: 20px;
  }
}
.modal__comment.hidden {
  display: none;
}
.modal__comment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 1.5rem;
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.18px;
}
@media (max-width: 768px) {
  .modal__comment-title {
    font-size: 1rem;
  }
}
.modal__comment-title::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/30lp/cube_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.modal__comment-text, .modal__comment-exampls {
  font-family: Noto Sans JP, var(--default-font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.16px;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .modal__comment-text, .modal__comment-exampls {
    font-size: 0.875rem;
  }
}
.modal__comment-text {
  white-space: pre-line;
}

/* モーダルがアクティブの時に表示 */
.modal.active {
  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;
}

.header * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  margin: 0 auto;
  padding: 20px 80px;
  background: hsl(0, 0%, 100%);
  -webkit-box-shadow: 0 4px 12px rgba(21, 10, 4, 0.04);
          box-shadow: 0 4px 12px rgba(21, 10, 4, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.header__logo {
  width: 160px;
  height: 28px;
  background: url(../images/logo.svg) no-repeat center;
  background-size: cover;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 32px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__menu-item a {
  color: #333;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.header__menu-item a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}
.header__btn {
  background: #FF7800;
  padding: 8px 20px;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.header__btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}
.header .cta {
  display: none;
}
.header .hamburger {
  display: none;
}
@media (max-width: 768px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 16px 12px 16px;
  }
  .header.active {
    position: fixed;
    top: var(--global--admin-bar--height);
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 20;
  }
  .header__container {
    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;
    width: 100%;
    -webkit-box-shadow: rgba(21, 10, 4, 0.04) 0px 4px 12px 0px;
            box-shadow: rgba(21, 10, 4, 0.04) 0px 4px 12px 0px;
  }
  .header__logo {
    width: 130px;
    height: 22px;
  }
  .header__nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    gap: 32px;
    margin: 0px;
    padding: 40px 16px;
  }
  .header__nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 60px);
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    min-width: 375px;
    gap: 0;
    padding: 0px 24px;
  }
  .header__menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    font-size: 1rem;
    min-width: 327px;
    padding: 24px 0px;
    border-top: 1px solid rgb(240, 240, 240);
  }
  .header .arrow-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 23px;
    height: 23px;
    background: url(../images/icon_arrow_circle.svg) no-repeat center;
  }
  .header__btn {
    display: none;
  }
  .header .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .hamburger {
    display: block;
    width: 45px;
    height: 45px;
  }
  .header .hamburger__icon {
    width: 45px;
    height: 45px;
  }
  .header .hamburger__icon.close {
    display: none;
  }
  .header .hamburger .is-active .hamburger__icon.open {
    display: none;
  }
  .header .hamburger .is-active .hamburger__icon.close {
    display: block;
  }
  .header .hamburger:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.7;
  }
}

.lp-section {
  margin-top: 78px;
}

@media (max-width: 768px) {
  .lp-section {
    margin-top: 68px;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 2.5rem 5rem;
  background: #ffffff;
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
}
.footer .inner .logo {
  width: 100%;
  max-width: 260px;
  height: auto;
}
.footer .inner .logo img {
  width: 259px;
  height: 44px;
}
@media (max-width: 768px) {
  .footer .inner .logo img {
    width: 188px;
    height: 32px;
  }
}
.footer .inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.footer .inner .link a {
  color: #333333;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.14px;
}
.footer .inner .link a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}
.footer .agent-cube {
  color: #333333;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 16px;
  }
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
  }
  .footer .inner .link {
    gap: 16px;
  }
}

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

.lp-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 639px;
  margin: 0 auto;
}
.lp-container input,
.lp-container select,
.lp-container textarea,
.lp-container button {
  outline: 0;
}
.lp-container .background,
.lp-container .cube,
.lp-container .people {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lp-container .background {
  background: url(../images/30lp/main_bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.lp-container .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.lp-container .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 100px;
  left: 6.234vw;
  width: 100%;
}
.lp-container .catchphrase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.lp-container .main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp-container .text-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #fff;
}
.lp-container .generation-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  background: #fff;
}
.lp-container .trans-job,
.lp-container .generation,
.lp-container .purpose {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: clamp(1.25rem, -1rem + 4vw, 2rem);
  font-weight: 700;
  color: #333333;
}
.lp-container .number {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(3.125rem, 0.875rem + 4vw, 3.875rem);
  font-weight: 600;
  color: #0079CC;
  text-align: center;
  line-height: 1;
}
.lp-container .generation {
  color: #0079CC;
}
.lp-container .companion-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  background: #fff;
  white-space: nowrap;
}
.lp-container .companion-type,
.lp-container .job-agent {
  font-size: clamp(3.125rem, 0.875rem + 4vw, 3.875rem);
  font-weight: 700;
}
.lp-container .companion-type {
  color: #0079CC;
}
.lp-container .job-agent {
  color: #333333;
  letter-spacing: 4px;
}
.lp-container .strength {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 4px rgba(21, 10, 4, 0.1);
}
.lp-container .trust-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  padding-top: 349px;
  padding-right: 7vw;
}
.lp-container .badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  z-index: 10;
}
.lp-container .badge-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  z-index: 11;
  border-radius: 50%;
  background-color: white;
  background-image: url(../images/circle_star_1000006122.svg);
}
.lp-container .badge-item .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-container .rate {
  color: #333333;
  font-weight: 500;
}
.lp-container .value,
.lp-container .percent {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #FF7800;
  text-align: center;
}
.lp-container .value {
  font-size: 2.5rem;
}
.lp-container .percent {
  font-size: 1.5rem;
  font-weight: 700;
}
.lp-container .compare-note {
  color: #fff;
  position: absolute;
  top: 597px;
  right: 80px;
}
@media (max-width: 768px) {
  .lp-container .compare-note {
    position: absolute;
    top: auto;
    bottom: 16px;
    right: 16px;
    font-size: 0.75rem;
  }
}
@media (max-width: 900px) {
  .lp-container {
    /* 転職満足度（上中央） */
    /* 内定獲得率（左下） */
    /* 書類選考（右下） */
  }
  .lp-container .content {
    position: relative;
    padding: 32px 16px 0;
    gap: 0;
    display: block;
  }
  .lp-container .text-content {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .lp-container .catchphrase {
    gap: 8px;
  }
  .lp-container .background {
    background: url(../images/30lp/bg_main_sp.svg) center center/cover no-repeat;
    z-index: 1;
  }
  .lp-container .people {
    background: url(../images/30lp/person_sp.png) center center/cover no-repeat;
    z-index: 2;
  }
  .lp-container .badge-list {
    display: block;
    z-index: 10;
    width: 221.75px;
    height: 206.88px;
    position: absolute;
    bottom: 45px;
    left: 16px;
  }
  .lp-container .badge-item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 106px;
    height: 106px;
    z-index: 11;
    border-radius: 50%;
    background-color: white;
    background-image: url(../images/circle_star_1000006122.svg);
    background-size: 106px;
  }
  .lp-container .badge-item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-container .badge-item:nth-child(1) {
    top: 0;
    left: 57px;
  }
  .lp-container .badge-item:nth-child(2) {
    bottom: 0;
    left: 0;
  }
  .lp-container .badge-item:nth-child(3) {
    top: 100px;
    right: 0;
  }
  .lp-container .rate {
    font-weight: 500;
    font-size: 0.75rem;
  }
  .lp-container .asterisk {
    font-size: 0.5rem;
  }
  .lp-container .value,
  .lp-container .percent {
    text-align: center;
  }
  .lp-container .value {
    font-size: 1.67rem;
  }
  .lp-container .percent {
    font-size: 1rem;
  }
  .lp-container .trust-badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
    padding-top: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .lp-container {
    /* 転職満足度（上中央） */
    /* 内定獲得率（左下） */
    /* 書類選考（右下） */
  }
  .lp-container .content {
    position: relative;
    padding: 32px 16px 0;
  }
  .lp-container .text-content {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .lp-container .catchphrase {
    gap: 8px;
  }
  .lp-container .background {
    background: url(../images/30lp/bg_main_sp.svg) center center/cover no-repeat;
    z-index: 1;
  }
  .lp-container .people {
    background: url(../images/30lp/person_sp.png) center center/cover no-repeat;
    z-index: 2;
  }
  .lp-container .background,
  .lp-container .cube,
  .lp-container .people {
    width: 100%;
  }
  .lp-container .main-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .lp-container .text-line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lp-container .generation-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0;
    padding: 10px 20px;
    background: #fff;
  }
  .lp-container .trans-job,
  .lp-container .generation,
  .lp-container .purpose {
    font-size: 1rem;
    color: #333333;
  }
  .lp-container .number {
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
  }
  .lp-container .generation {
    color: #0079CC;
  }
  .lp-container .companion-info {
    padding: 8px 12px;
    background: #fff;
    white-space: nowrap;
    width: 343px;
  }
  .lp-container .companion-type,
  .lp-container .job-agent {
    font-size: 1.75rem;
    letter-spacing: 1.12px;
  }
  .lp-container .strength {
    font-size: 1rem;
  }
  .lp-container .trust-badge {
    position: static;
  }
  .lp-container .badge-item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 106px;
    height: 106px;
    z-index: 11;
    border-radius: 50%;
    background-color: white;
    background-image: url(../images/circle_star_1000006122.svg);
    background-size: 106px;
  }
  .lp-container .badge-item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-container .badge-item:nth-child(1) {
    top: 0;
    left: 57px;
  }
  .lp-container .badge-item:nth-child(2) {
    bottom: 0;
    left: 0;
  }
  .lp-container .badge-item:nth-child(3) {
    top: 100px;
    right: 0;
  }
  .lp-container .rate {
    font-weight: 500;
    font-size: 0.75rem;
  }
  .lp-container .asterisk {
    font-size: 0.5rem;
  }
  .lp-container .value,
  .lp-container .percent {
    text-align: center;
  }
  .lp-container .value {
    font-size: 1.67rem;
  }
  .lp-container .percent {
    font-size: 1rem;
  }
}

.problems-section .text-highlight {
  color: #0079CC;
}
.problems-section .bubble-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.problems-section .image {
  width: 230px;
  height: 274px;
}
.problems-section .bubble {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F8FC;
  padding: 32px;
  border-radius: 20px;
  width: 100%;
  max-width: 720px;
  gap: 12px;
}
.problems-section .arrow {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 60px;
  background: url(../images/30lp/q_arrow.svg) no-repeat center;
  background-size: contain;
}
.problems-section .question-list {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  gap: 16px;
}
.problems-section .question-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  gap: 8px;
}
.problems-section .icon-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../images/30lp/exclamation.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .problems-section .bubble-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .problems-section .image {
    width: 138px;
    height: 157px;
  }
  .problems-section .bubble {
    padding: 24px;
    margin-top: 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .problems-section .arrow {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: -26px;
    width: 18.9px;
    height: 36.7px;
  }
  .problems-section .question-item {
    font-size: 1rem;
  }
  .problems-section .icon-circle {
    width: 20px;
    height: 20px;
  }
}

.section-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
.section-2 .content-wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #EAF3FC;
  position: relative;
  padding-top: 88px;
  padding-bottom: 80px;
  gap: 4.6875rem;
}
.section-2 .content-wrapper .arrow-icon {
  position: absolute;
  width: 8.5rem;
  height: 3rem;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/arrow_white_l.svg) no-repeat center;
  background-size: contain;
  z-index: 2;
}
.section-2 .content-wrapper .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-2 .content-wrapper .text-wrapper .percentage-value {
  color: #0079CC;
  font-weight: 600;
  font-size: 3.4375rem;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-2 .content-wrapper .text-wrapper .satisfaction-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 55px;
}
.section-2 .content-wrapper .text-wrapper .satisfaction-text .satisfaction-label {
  color: #333333;
}
.section-2 .content-wrapper .text-wrapper .satisfaction-text .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section-2 .content-wrapper .text-wrapper .satisfaction-text .job-satisfaction {
  color: #0079CC;
}
.section-2 .content-wrapper .text-wrapper .percent-sign {
  font-size: 3rem;
  color: #0079CC;
  font-weight: 600;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-2 .content-wrapper .text-wrapper .description-text {
  font-size: 1.25rem;
  color: #333333;
  font-weight: 700;
  line-height: 2rem;
  max-width: 700px;
  z-index: 2;
}
.section-2 .content-wrapper .image {
  display: block;
  position: relative;
  width: 38vw;
  min-width: 343px;
  height: auto;
}
@media (max-width: 768px) {
  .section-2 .content-wrapper {
    padding-top: 48px;
    padding-bottom: 60px;
    gap: 40px;
  }
  .section-2 .content-wrapper .arrow-icon {
    width: 89.77px;
    height: 31px;
  }
  .section-2 .content-wrapper .text-wrapper .percentage-value {
    font-size: 2.625rem;
  }
  .section-2 .content-wrapper .text-wrapper .satisfaction-text {
    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: 0.5rem;
    font-size: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
  }
  .section-2 .content-wrapper .text-wrapper .satisfaction-text .satisfaction-label {
    color: #333333;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
  }
  .section-2 .content-wrapper .text-wrapper .satisfaction-text .rating {
    line-height: 42px;
  }
  .section-2 .content-wrapper .text-wrapper .satisfaction-text .job-satisfaction {
    color: #0079CC;
  }
  .section-2 .content-wrapper .text-wrapper .percent-sign {
    font-size: 2rem;
  }
  .section-2 .content-wrapper .text-wrapper .description-text {
    font-size: 1rem;
    line-height: 24px;
    padding: 0 16;
  }
}

.feature-section {
  padding: 5rem 0;
}
.feature-section .main-container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #ffffff;
}
.feature-section .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}
.feature-section .title-area .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  z-index: 1;
}
.feature-section .title-area .title .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.feature-section .title-area .title .frame .icon {
  width: 1.125rem;
  height: 1.125rem;
  background: url("../images/30lp/box_Icon.svg") no-repeat center;
  background-size: cover;
}
.feature-section .title-area .title .frame .feature-label {
  color: #0079CC;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
.feature-section .feature-area {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.025rem;
}
.feature-section .feature-area .feature-number {
  color: #0079CC;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
}
.feature-section .support {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.01rem;
}
.feature-section .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .feature-section .list {
    padding: 0;
  }
}
.feature-section .section {
  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;
  margin-top: 5rem;
  gap: 5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .feature-section .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-section .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 580px;
  color: #333333;
}
@media (max-width: 768px) {
  .feature-section .text-area {
    width: 100%;
  }
}
.feature-section .number-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
}
.feature-section .number-container .highlighted-number {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.375rem;
  font-weight: 500;
  -webkit-text-stroke: 1px #0079CC;
  color: transparent;
}
@media (max-width: 768px) {
  .feature-section .number-container .highlighted-number {
    font-size: 3.625rem;
  }
}
.feature-section .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.feature-section .section-title {
  font-size: 2rem;
  font-weight: 700;
}
.feature-section .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.feature-section .description-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .feature-section .description-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.feature-section .text-details {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-section .badge {
  background: #D9EBF7;
  border-radius: 50px;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.feature-section .agent-award {
  font-size: 1rem;
}
.feature-section .img-container {
  width: 34vw;
  max-width: 500px;
  height: auto;
}
@media (max-width: 768px) {
  .feature-section .img-container {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.feature-section .line {
  border-top: 1px solid #0079CC;
  width: 264px;
}
@media (max-width: 768px) {
  .feature-section .main-container {
    padding: 20px 16px 60px 16px;
    margin: 0;
  }
  .feature-section .main-container .title-area .title .frame .icon {
    width: 12px;
    height: 12px;
    background: url("../images/30lp/box_Icon.svg") no-repeat center;
    background-size: cover;
  }
  .feature-section .main-container .title-area .title .frame .feature-label {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .feature-section .main-container .feature-area {
    font-size: 1.5rem;
    letter-spacing: 0.015rem;
  }
  .feature-section .main-container .feature-area .feature-number {
    font-size: 2.625rem;
  }
  .feature-section .support {
    line-height: 24px;
    text-align: left;
  }
  .feature-section .list {
    margin-top: 48px;
    gap: 60px;
    padding: 0;
  }
  .feature-section .section {
    gap: 2rem;
    margin-top: 0;
  }
  .feature-section .img-container {
    width: auto;
    margin: 0 auto;
    height: 264px;
  }
  .feature-section .highlighted-number {
    font-size: 3.625rem;
  }
  .feature-section .line {
    width: 100px;
  }
  .feature-section .section-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.2px;
  }
  .feature-section .text {
    gap: 16px;
  }
  .feature-section .text-details {
    gap: 16px;
  }
  .feature-section .example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 12px;
  }
  .feature-section .badge {
    width: 103px;
    padding: 4px 16px 4px 16px;
  }
  .feature-section .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4.25rem 0;
}
.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/30lp/cv-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.container__support-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 0.02rem;
}

@media (max-width: 768px) {
  .container {
    padding: 2rem 1rem;
    gap: 1rem;
  }
  .container__background {
    background: url(../images/30lp/cv-bg-sp.jpg) repeat center;
  }
  .container__support-text {
    font-size: 1.25rem;
    letter-spacing: 0.2px;
    line-height: 30px;
    text-align: center;
  }
}
.section-voices {
  /* スライドのボタン */
}
.section-voices .main-container {
  overflow: hidden;
  background: #EAF3FC;
  position: relative;
}
.section-voices .swiper {
  max-width: 100%;
  width: 1160px;
  position: relative;
  overflow: visible;
}
.section-voices .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-voices .swiper-slide {
  width: 360px;
  min-width: 360px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.section-voices .swiper-slide.faded {
  opacity: 0.4;
}
.section-voices .image {
  width: 100%;
  min-height: 240px;
  background-color: #f0f0f0;
  position: relative;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.section-voices .image img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.section-voices .contents {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.section-voices .contents .text {
  margin-bottom: 16px;
}
.section-voices .contents .text .ut-a {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.section-voices .contents .text .future-entrepreneur {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-voices .contents .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.section-voices .contents .list-item .tag {
  padding: 2px 8px;
  background-color: #D9EBF7;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.section-voices .contents .list-item .gas-station-manager,
.section-voices .contents .list-item .real-estate-manager {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.section-voices .contents .more {
  background: none;
  border: none;
  padding: 0;
  margin-top: 8px;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-left: auto;
  position: relative;
}
.section-voices .contents .more:hover {
  opacity: 0.7;
}
.section-voices .contents .more::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/30lp/plus_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-voices .more {
  margin-top: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-voices .swiper-slide {
    max-width: 300px;
  }
  .section-voices .contents {
    padding: 16px;
  }
  .section-voices .more .detail-view {
    font-size: 12px;
  }
}

.section-introduction {
  overflow: hidden;
}
.section-introduction .swiper-container {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.section-introduction .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section-introduction .swiper-container .swiper-slide .name {
  margin-top: 1rem;
}
.section-introduction .swiper-container .swiper-slide .name__name__kanji {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #333333;
}
.section-introduction .swiper-container .swiper-slide .name__romaji {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #818181;
  line-height: 21px;
}
.section-introduction .image-container {
  width: 260px;
  height: 260px;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.section-introduction .image-container img {
  width: 260px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-introduction .image-container .more {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.section-introduction .image-container .more .icon {
  width: 32px;
  height: 32px;
  background: url(../images/30lp/plus_icon.svg) center center/contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .section-introduction .swiper-slide {
    max-width: 164px;
  }
  .section-introduction .image-container,
  .section-introduction .image-container img {
    width: 164px;
    height: 164px;
  }
}

.flow-section {
  position: relative;
}
.flow-section .main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-section .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 40px;
  position: relative;
  width: 1160px;
}
.flow-section .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  min-width: 0;
  gap: 40px 0;
  width: 100%;
  max-width: 1160px;
}
@media (max-width: 768px) {
  .flow-section .steps {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flow-section .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 290px;
}
.flow-section .arrow-1, .flow-section .arrow-2, .flow-section .arrow-3, .flow-section .arrow-4, .flow-section .arrow-5, .flow-section .arrow-6, .flow-section .arrow-7 {
  height: 56px;
  width: 290px;
}
.flow-section .arrow-1 {
  background: url("../images/30lp/arrow_step1.svg") no-repeat center;
}
.flow-section .arrow-2 {
  background: url("../images/30lp/arrow_step2.svg") no-repeat center;
}
.flow-section .arrow-3 {
  background: url("../images/30lp/arrow_step3.svg") no-repeat center;
}
.flow-section .arrow-4 {
  background: url("../images/30lp/arrow_step4.svg") no-repeat center;
}
.flow-section .arrow-5 {
  background: url("../images/30lp/arrow_step5.svg") no-repeat center;
}
.flow-section .arrow-6 {
  background: url("../images/30lp/arrow_step6.svg") no-repeat center;
}
.flow-section .arrow-7 {
  background: url("../images/30lp/arrow_step7.svg") no-repeat center;
}
.flow-section .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 12px;
  position: relative;
  min-width: 0;
  padding: 20px 20px 0 20px;
}
.flow-section .text .free-consultation {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.flow-section .details .description,
.flow-section .details .note {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .flow-section .subtitle {
    font-size: 1.8rem;
  }
  .flow-section .contents {
    padding: 1rem;
  }
  .flow-section .steps {
    gap: 0;
  }
  .flow-section .step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 343px;
  }
  .flow-section .arrow,
  .flow-section .rectangle {
    width: 51px;
    height: 182px;
  }
  .flow-section .arrow-1, .flow-section .arrow-2, .flow-section .arrow-3, .flow-section .arrow-4, .flow-section .arrow-5, .flow-section .arrow-6, .flow-section .arrow-7 {
    width: 51px;
  }
  .flow-section .arrow-1 {
    height: 182px;
    background: url("../images/30lp/arrow_step1_sp.svg") no-repeat center;
  }
  .flow-section .arrow-2 {
    height: 169px;
    background: url("../images/30lp/arrow_step2_sp.svg") no-repeat center;
  }
  .flow-section .arrow-3 {
    height: 127px;
    background: url("../images/30lp/arrow_step3_sp.svg") no-repeat center;
  }
  .flow-section .arrow-4 {
    height: 243px;
    background: url("../images/30lp/arrow_step4_sp.svg") no-repeat center;
  }
  .flow-section .arrow-5 {
    height: 190px;
    background: url("../images/30lp/arrow_step5_sp.svg") no-repeat center;
  }
  .flow-section .arrow-6 {
    height: 148px;
    background: url("../images/30lp/arrow_step6_sp.svg") no-repeat center;
  }
  .flow-section .arrow-7 {
    height: 203px;
    background: url("../images/30lp/arrow_step7_sp.svg") no-repeat center;
  }
  .flow-section .text {
    padding: 0 0 16px 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    gap: 8px;
  }
  .flow-section .details {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .flow-section .text .free-consultation {
    font-size: 1rem;
  }
  .flow-section .details .description,
  .flow-section .details .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 276px;
  }
}

.faq-section {
  color: #333333;
  background: #EAF3FC;
}
.faq-section .faq-container {
  max-width: 60rem;
  margin: 0 auto;
}
.faq-section .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.faq-section .faq-item {
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(20, 10, 4, 0.04);
          box-shadow: 0 0.125rem 0.625rem rgba(20, 10, 4, 0.04);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-section .faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-section .faq-item.active .faq-answer {
  max-height: 31.25rem;
  padding-top: 1rem;
}
.faq-section .faq-item.active .faq-question::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  color: #0079CC;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/30lp/icon_up.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.faq-section .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: relative;
  width: 100%;
}
.faq-section .faq-question::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  font-size: 16px;
  position: absolute;
  color: #0079CC;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/30lp/icon_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .faq-section .faq-question::after {
    right: 0;
  }
}
.faq-section .faq-q {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0079CC;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
.faq-section .faq-text {
  font-weight: 700;
}
.faq-section .faq-a {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
.faq-section .faq-answer p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  .faq-section .content {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .faq-section .faq-question {
    padding-right: 32px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .faq-section .faq-item {
    padding: 20px;
  }
  .faq-section .faq-title {
    font-size: 2rem;
  }
}

.contact-section .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 60px;
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 80px 80px 80px 80px;
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .contact-section .contents {
    padding: 40px 20px;
    gap: 32px;
  }
}
.contact-section .main-container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 128, 217)), to(rgb(56, 170, 251)));
  background: linear-gradient(180deg, rgb(1, 128, 217) 0%, rgb(56, 170, 251) 100%);
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact-section .main-container {
    padding: 60px 16px 60px;
  }
}
.contact-section .star1 {
  position: absolute;
  width: 384px;
  height: 588px;
  bottom: -76px;
  right: -14px;
  background: url("../images/star_1.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact-section .star1 {
    background: url("../images/star1_sp.svg") no-repeat center;
    width: 324px;
    height: 324px;
    right: -85px;
    bottom: -40px;
  }
}
.contact-section .star2 {
  position: absolute;
  width: 423.938px;
  height: 423.938px;
  top: 139px;
  left: 20px;
  background: url("../images/star_2.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact-section .star2 {
    background: url("../images/star2_sp.svg") no-repeat center;
    position: absolute;
    width: 226px;
    height: 226px;
    left: -30px;
    top: 70px;
  }
}

.u-spDb {
  display: none;
}
@media (max-width: 900px) {
  .u-spDb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-pcDb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .u-pcDb {
    display: none;
  }
}

@media (max-width: 900px) {
  .fv-ctaArea {
    display: -ms-grid;
    display: grid;
    place-content: center;
    margin-top: 20px;
  }
}

.po-webparts-container.style0,
.po-canentryform,
.po-canentryform table,
.po-single td,
.po-row-item-container,
.po-input {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.po-single td.po-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.po-row-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .po-row-item-container {
    margin-bottom: 24px;
  }
}

.po-label.po-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}

.po-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #333333;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.po-required-elem.ja_JP::before {
  content: "必須";
  color: white;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 2px 8px;
  width: 41px;
  height: 22px;
  background: #0079CC;
  border-radius: 2px;
}

.po-input input,
.po-input textarea,
.po-input select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  gap: 10px;
  height: 56px;
  font-size: 1rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.po-input input::-webkit-input-placeholder, .po-input textarea::-webkit-input-placeholder {
  color: #aaa;
}

.po-input input::-moz-placeholder, .po-input textarea::-moz-placeholder {
  color: #aaa;
}

.po-input input:-ms-input-placeholder, .po-input textarea:-ms-input-placeholder {
  color: #aaa;
}

.po-input input::-ms-input-placeholder, .po-input textarea::-ms-input-placeholder {
  color: #aaa;
}

.po-input input::placeholder,
.po-input textarea::placeholder {
  color: #aaa;
}

.po-remark {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #666666;
}

/* ========== 年月日入力 ========== */
.po-input[data-type=age] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.po-input[data-type=age] input {
  text-align: start;
}
@media (max-width: 768px) {
  .po-input[data-type=age] input {
    text-align: start;
  }
}

.po-year {
  width: 140px !important;
}
@media (max-width: 768px) {
  .po-year {
    width: 236px !important;
    margin-bottom: 12px;
  }
}

.po-month,
.po-day {
  width: 100px !important;
}

/* ========== ボタン ========== */
.po-button-send {
  display: block;
  margin: 32px auto 0;
  padding: 21px 56px;
  background-color: #1a4b9b;
  color: white;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 299px;
  height: 70px;
  font-size: 1.25rem;
}
.po-button-send:hover {
  opacity: 0.7;
  -webkit-transition: 4s;
  transition: 4s;
}
@media (max-width: 768px) {
  .po-button-send {
    width: 278px;
    height: 59px;
    font-size: 1.125rem;
    margin: 28px auto 0;
  }
}

.po-button-send:hover {
  background-color: #163e81;
}

.po-input textarea {
  height: 152px;
}

/* ========== 任意バッジ ========== */
.optional-badge {
  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;
  font-size: 0.75rem;
  padding: 2px 8px;
  gap: 10px;
  width: 41px;
  height: 22px;
  background: #cccccc;
  border-radius: 2px;
}

.po-privacy-policy {
  padding: 10px;
  height: 300px;
  overflow-y: scroll;
}