@charset "UTF-8";
@media (max-width: 960px) {
  .p-breadcrumb__list {
    overflow-x: auto;
  }
  .p-breadcrumb__list::-webkit-scrollbar {
    display: none;
  }
}

.header-cta {
  display: flex;
  gap: 1rem;
  margin-left: 2rem;
  padding: 1rem;
}
.header-cta__button {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
  background: #4660e9;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #4660e9;
}
.header-cta__button:hover {
  background-color: #3b54d4;
  transform: translateY(-2px);
}
.header-cta__button--request {
  background-color: #fff;
  color: #d44274;
  border: 2px solid #d44274;
}
.header-cta__button--request:hover {
  background-color: #d44274;
  color: #fff;
}

.top #content {
  padding-top: 0 !important;
}

.top-mv {
  max-width: 100%;
  margin: 0 auto;
  padding: min(49.2307692308px, 3.5164835165vw) min(24.6153846154px, 1.7582417582vw);
}
@media (max-width: 960px) {
  .top-mv {
    padding: 0 1rem;
  }
}
.top-mv__inner {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .top-mv__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
}
.top-mv__content {
  display: flex;
  flex-direction: column;
  gap: min(36.9230769231px, 2.6373626374vw);
  flex-grow: 1;
}
.top-mv__description {
  line-height: 1.8;
  font-size: min(18.4615384615px, 1.3186813187vw);
}
@media (max-width: 960px) {
  .top-mv__description {
    font-size: calc(15.2px + (24 - 15.2) * (100vw - 750px) / (1920 - 750));
  }
}
.top-mv__image {
  max-width: 100%;
  height: auto;
}
.top-mv__image--score {
  max-width: min(467.6923076923px, 33.4065934066vw);
  width: 100%;
}
@media (max-width: 960px) {
  .top-mv__image--score {
    max-width: 100%;
    width: 90%;
  }
}
@media (max-width: 960px) {
  .top-mv__image--illust {
    max-width: 75%;
  }
}
.top-mv__action {
  display: flex;
  flex-direction: column;
  gap: min(24.6153846154px, 1.7582417582vw);
  flex-basis: min(600px, 42.8571428571vw);
  flex-shrink: 0;
}

.top-mv-title {
  display: flex;
  flex-direction: column;
  gap: min(24.6153846154px, 1.7582417582vw);
  max-width: min(576.9230769231px, 41.2087912088vw);
}
@media (max-width: 960px) {
  .top-mv-title {
    align-items: center;
    gap: 1.25rem;
    max-width: 100%;
  }
}
.top-mv-title__line1 {
  font-size: min(55.3846153846px, 3.956043956vw);
  font-weight: bold;
  display: flex;
  align-items: baseline;
  line-height: 1;
  color: #4b5fe1;
  white-space: nowrap;
}
.top-mv-title__line1 .top-mv-title__small {
  font-size: calc(36px + (56 - 36) * (100vw - 750px) / (1920 - 750));
  color: #4d4d4d;
}
@media (max-width: 960px) {
  .top-mv-title__line1 {
    display: inline-flex;
    transform: translateX(0.5rem);
    font-size: calc(42px + (72 - 42) * (100vw - 750px) / (1920 - 750));
  }
}
.top-mv-title__line2 {
  font-size: min(46.1538461538px, 3.2967032967vw);
  font-weight: bold;
  color: #4d4d4d;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .top-mv-title__line2 {
    font-size: calc(36px + (60 - 36) * (100vw - 750px) / (1920 - 750));
  }
}
.top-mv-title__line2 .top-mv-title__big {
  font-size: calc(48px + (70 - 48) * (100vw - 750px) / (1920 - 750));
}
.top-mv-title__bg {
  font-weight: bold;
  color: white;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  position: relative;
}
.top-mv-title__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4b5fe1;
  z-index: -1;
  transform: translateY(2px);
}
.top-mv-title__line3 {
  font-size: min(76.9230769231px, 5.4945054945vw);
  line-height: 1;
  font-weight: bold;
  color: #4b5fe1;
}
@media (max-width: 960px) {
  .top-mv-title__line3 {
    font-size: calc(76px + (100 - 76) * (100vw - 750px) / (1920 - 750));
    transform: translateX(2rem);
    white-space: nowrap;
  }
}
.top-mv-title__cross {
  width: min(46.1538461538px, 3.2967032967vw);
  height: min(46.1538461538px, 3.2967032967vw);
  position: relative;
  align-self: center;
  display: inline-block;
  margin-left: min(6.1538461538px, 0.4395604396vw);
  margin-right: min(6.1538461538px, 0.4395604396vw);
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .top-mv-title__cross {
    width: 2rem;
    height: 2rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.top-mv-title__cross::before, .top-mv-title__cross::after {
  content: "";
  position: absolute;
  background-color: #c44d74;
  width: 100%;
  height: min(6.1538461538px, 0.4395604396vw);
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
@media (max-width: 960px) {
  .top-mv-title__cross::before, .top-mv-title__cross::after {
    height: 5px;
  }
}
.top-mv-title__cross::after {
  transform: rotate(-45deg);
  background-color: #4b5fe1;
}

.top-mv-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(12.3076923077px, 0.8791208791vw);
  max-width: min(630.7692307692px, 45.0549450549vw);
  padding-bottom: min(30.7692307692px, 2.1978021978vw);
}
@media (max-width: 960px) {
  .top-mv-cta {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
    max-width: 100%;
    gap: 1rem;
  }
}
.top-mv-cta__button {
  background-color: #fff;
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: min(12.3076923077px, 0.8791208791vw) min(6.1538461538px, 0.4395604396vw);
  border: 2px solid #4d4d4d;
  justify-content: space-between;
  transition: opacity 0.2s ease;
}
@media (max-width: 960px) {
  .top-mv-cta__button {
    padding: 0.5rem;
    gap: 0;
  }
}
.top-mv-cta__button:hover {
  opacity: 0.7;
}
.top-mv-cta__button--request {
  background-color: #06b278;
  color: #fff;
  border-color: #06b278;
}
.top-mv-cta__button--contact img {
  margin-top: 0.5rem;
}
.top-mv-cta__text {
  font-size: min(21.5384615385px, 1.5384615385vw);
  font-weight: bold;
  display: flex;
  align-items: baseline;
  letter-spacing: min(3.8461538462px, 0.2747252747vw);
}
@media (max-width: 960px) {
  .top-mv-cta__text {
    font-size: calc(24px + (28 - 24) * (100vw - 750px) / (1920 - 750));
  }
}
.top-mv-cta__icon {
  max-width: min(42.3076923077px, 3.021978022vw);
}
@media (max-width: 960px) {
  .top-mv-cta__icon {
    max-width: 40px;
  }
}
.top-mv-cta__small {
  font-size: min(15.3846153846px, 1.0989010989vw);
}
@media (max-width: 960px) {
  .top-mv-cta__small {
    font-size: calc(18px + (20 - 18) * (100vw - 750px) / (1920 - 750));
  }
}

.fv-form {
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.fv-form input[type=text],
.fv-form input[type=email],
.fv-form input[type=tel],
.fv-form input[type=number],
.fv-form input[type=url] {
  width: 100%;
  padding: 3px 8px;
  font-size: 13px;
}
.fv-form .form__row {
  margin-bottom: 0.5rem;
}
.fv-form .form__row label {
  font-size: 13px;
}
.fv-form .form__row > p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.fv-form .form__row:has(.wpcf7-submit) {
  margin-top: 1.5rem;
}
.fv-form .form__row:has(.wpcf7-submit) p {
  position: relative;
}
.fv-form .form__row .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.fv-form > .form__row:last-child {
  margin-bottom: 0;
}
.fv-form p {
  font-size: 13px;
}
.fv-form .wpcf7-acceptance {
  display: block;
}
.fv-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.fv-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fv-form .wpcf7-form-control-wrap {
  display: block;
}
.fv-form .wpcf7-submit {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  justify-content: center;
  background-color: #d44274;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
  font-weight: bold;
}
.fv-form .wpcf7-submit:hover {
  background-color: #c33a6b;
}
.fv-form .wpcf7-response-output {
  font-size: 13px;
}

.top-service .swell-block-columns__inner,
.cap-box-stretch .swell-block-columns__inner {
  align-items: stretch;
}
.top-service .swell-block-capbox,
.cap-box-stretch .swell-block-capbox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-service .cap_box_content,
.cap-box-stretch .cap_box_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.top-service .cap_box_content .swell-block-button,
.cap-box-stretch .cap_box_content .swell-block-button {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.top-contact {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  max-width: 650px;
  margin: 0 auto;
}
.top-contact input[type=text],
.top-contact input[type=email],
.top-contact input[type=tel],
.top-contact input[type=number],
.top-contact input[type=url] {
  width: 100%;
}
.top-contact textarea {
  width: 100%;
}
.top-contact .form__row {
  margin-bottom: 1rem;
}
.top-contact .form__row > p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.top-contact .form__row:has(.wpcf7-submit) {
  margin-top: 1.5rem;
}
.top-contact .form__row:has(.wpcf7-submit) p {
  position: relative;
}
.top-contact .form__row .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.top-contact .wpcf7-acceptance {
  display: block;
}
.top-contact .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.top-contact .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.top-contact .wpcf7-form-control-wrap {
  display: block;
}
.top-contact .wpcf7-submit {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  justify-content: center;
  background-color: #4660e9;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
  font-weight: bold;
  max-width: 350px;
  margin: 0 auto;
}
.top-contact .wpcf7-submit:hover {
  background-color: #3b54d4;
}

.top .l-content {
  margin-bottom: 0;
}

.footer-company-info {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-company-info__image {
  width: 250px;
  height: auto;
}
.footer-company-info__image img {
  width: 100%;
}
.footer-company-info__logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 960px) {
  .footer-company-info {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}

.footer-company-info__menus {
  display: flex;
  gap: 100px;
  margin-left: 2rem;
}
@media (max-width: 960px) {
  .footer-company-info__menus {
    gap: 2rem;
  }
}

.footer-company-info__menu-left,
.footer-company-info__menu-right {
  flex: 1;
}

.footer-company-info__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-company-info__menu li {
  margin-bottom: 0.75rem;
}
.footer-company-info__menu li:last-child {
  margin-bottom: 0;
}
.footer-company-info__menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}
.footer-company-info__menu li a:hover {
  opacity: 0.7;
}
.footer-company-info__menu li .footer-menu-parent {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.footer-company-info__menu li.footer-menu-item--sub {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.footer-company-info__menu li.footer-menu-item--sub a {
  font-size: 13px;
  opacity: 0.9;
  white-space: nowrap;
}
.footer-company-info__menu li.footer-menu-item--main {
  font-weight: 500;
}
.footer-company-info__menu .footer-company-info__submenu {
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
}

.bg-blue-gradation {
  background: linear-gradient(to right, #31a8e5 0%, #2b61ea 100%);
}

.seminar-form form,
.page-form form {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #333;
}
.seminar-form input[type=text],
.seminar-form input[type=email],
.seminar-form input[type=tel],
.seminar-form input[type=number],
.seminar-form input[type=url],
.page-form input[type=text],
.page-form input[type=email],
.page-form input[type=tel],
.page-form input[type=number],
.page-form input[type=url] {
  width: 100%;
}
.seminar-form textarea,
.page-form textarea {
  width: 100%;
}
.seminar-form .form__row,
.page-form .form__row {
  margin-bottom: 1rem;
}
.seminar-form .form__row > p:not(:last-child),
.page-form .form__row > p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.seminar-form .form__row:has(.wpcf7-submit),
.page-form .form__row:has(.wpcf7-submit) {
  margin-top: 1.5rem;
}
.seminar-form .form__row:has(.wpcf7-submit) p,
.page-form .form__row:has(.wpcf7-submit) p {
  position: relative;
}
.seminar-form .form__row .wpcf7-spinner,
.page-form .form__row .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.seminar-form > .form__row:last-child,
.page-form > .form__row:last-child {
  margin-bottom: 0;
}
.seminar-form .wpcf7-acceptance,
.page-form .wpcf7-acceptance {
  display: block;
}
.seminar-form .wpcf7-acceptance .wpcf7-list-item,
.page-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.seminar-form .wpcf7-acceptance label,
.page-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.seminar-form .wpcf7-form-control-wrap,
.page-form .wpcf7-form-control-wrap {
  display: block;
}
.seminar-form .wpcf7-submit,
.page-form .wpcf7-submit {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  justify-content: center;
  background-color: #d44274;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
  font-weight: bold;
}
.seminar-form .wpcf7-submit:hover,
.page-form .wpcf7-submit:hover {
  background-color: #c33a6b;
}
.seminar-form .wpcf7-response-output,
.page-form .wpcf7-response-output {
  font-size: 13px;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block !important;
}

.mobile-contact-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(135deg, #7a82ec 0%, #e06490 100%);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  display: none;
}
@media (max-width: 960px) {
  .mobile-contact-banner {
    display: block;
  }
}
.mobile-contact-banner.show {
  transform: translateY(0);
}
.mobile-contact-banner__inner {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  max-width: 100%;
}
.mobile-contact-banner__content {
  flex: 1;
  margin-right: 1rem;
}
.mobile-contact-banner__text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0.25rem;
}
.mobile-contact-banner__buttons {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.mobile-contact-banner__button {
  padding: 0.25rem 1rem;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 250px;
  letter-spacing: 0.08;
}
.mobile-contact-banner__button--contact {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-contact-banner__button--contact:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.mobile-contact-banner__tel-icon {
  margin-right: 0.25rem;
  font-size: 12px;
}

.faq_q {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.faq_q::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: bold;
}

.faq_q.active::after {
  content: "-";
  font-size: 2em;
  font-weight: bold;
}

.swell-block-faq .faq_a:before,
.swell-block-faq .faq_q:before {
  left: 1px;
}

.faq_a {
  display: none; /* jQueryのslideToggleが使う */
  padding: 1em 1em 1em 3em;
}