@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
:root {
  interpolate-size: allow-keywords;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.0625em;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  font-size: 16px;
}
:where(html) {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@supports not (min-block-size: 100vh) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  overflow-x: clip;
  line-height: 1.75;
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
}

:where(a) {
  text-decoration: none;
  outline: none;
  color: #000;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

iframe {
  vertical-align: bottom;
}

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

th, td {
  vertical-align: top;
  border: solid 0px;
  font-weight: normal;
  text-align: left;
}

:where(img, picture, svg) {
  width: 100%;
  block-size: auto;
  image-rendering: -webkit-optimize-contrast;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  font-size: 1rem;
  font-weight: normal;
}

:where(h1, h2, h3) {
  font-size: 1rem;
  font-weight: normal;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
}

:where(:focus-visible) {
  outline: 2px solid var(#000, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

::-webkit-input-placeholder {
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 0.8rem;
}

:-ms-input-placeholder {
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 0.8rem;
}

::-moz-placeholder {
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-size: 0.8rem;
}

::-moz-selection {
  background: #000; /* 選択色 */
  color: #fff; /*文字色*/
}

::selection {
  background: #000; /* 選択色 */
  color: #fff; /*文字色*/
}

::-moz-selection {
  background: #000; /* 選択色 */
  color: #fff; /*文字色*/
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=submit],
textarea, select {
  width: 100%;
  line-height: 1.75;
  letter-spacing: 1px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

select::-ms-expand {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
  pointer-events: none !important;
}

@view-transition {
  navigation: auto;
}
::view-transition-old(*) {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

::view-transition-new(*) {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

::view-transition-group(*) {
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
}

.example {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-name: kfHogeHoge;
          animation-name: kfHogeHoge;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes kfHogeHoge {}

@keyframes kfHogeHoge {}
.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 580px) {
  #footer .information {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 580px) {
  #footer .information .inner {
    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;
    text-align: center;
  }
  #footer .information .inner .sitemap-list li a {
    font-size: 0.7rem;
  }
  #footer .information .inner #copyright {
    font-size: 0.7rem;
  }
}

.l-main-root-wrap {
  width: 100%;
  overflow: clip;
}

.l-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (max-width: 580px) {
  .l-inner {
    padding: 0 10px;
  }
}

.c-btn-link {
  border-radius: 40px;
  border: 2px solid #050E3D;
  background: #050E3D;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 240px;
  padding: 24px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
}
.c-btn-link:hover {
  background: #FFF;
  color: #050E3D;
}
.c-btn-link span {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.c-btn-link span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #6BCAFE;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn-link span::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 12px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24' fill='none'%3E%3Cpath d='M0 0V6L6 12L0 18V24L12 12L0 0Z' fill='%236BCAFE'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn-link:hover span::before {
  opacity: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.c-btn-link:hover span::after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-btn-link-square__icon {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 580px) {
  .c-btn-link {
    min-width: 200px;
    height: 66px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button, textarea, select {
  color: #000;
}

input[type=submit] {
  color: #000;
}

.c-list-common {
  width: 100%;
}
.c-list-common-item {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.c-list-common-item:last-child {
  margin-bottom: 0;
}

.c-list-name {
  width: 100%;
}
.c-list-name-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.c-list-name-item:last-child {
  margin-bottom: 0;
}
.c-list-name-title {
  width: 180px;
  color: #000;
}
@media only screen and (max-width: 850px) {
  .c-list-name-title {
    width: 100%;
    font-size: 0.9rem;
  }
}
.c-list-name-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 850px) {
  .c-list-name-detail {
    width: 100%;
  }
}

.c-list-sns-share .item {
  cursor: pointer;
  margin-right: 1rem;
}

.l-main-root-wrap {
  opacity: 1;
}
.l-main-root-wrap.is-loading {
  opacity: 0;
}

.c-loading {
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

.c-loading.is-loaded {
  opacity: 0;
  pointer-events: none;
}

.c-modal-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 10001;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal-wrap::-webkit-scrollbar {
  display: none;
}
.c-modal-wrap-inner {
  min-height: 100vh;
  position: relative;
  padding: 8rem 2rem;
}
.c-modal-wrap.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.c-modal-body {
  width: min(768px, 100%);
  margin: auto;
  padding: 2rem;
  background: #fff;
  z-index: 20;
  position: relative;
}
.c-modal-body-inner {
  width: min(620px, 100%);
  margin: auto;
}
.c-modal-close-ovl {
  cursor: pointer;
  margin: auto;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-pagination-btn[href=""] {
  opacity: 0;
  pointer-events: none;
}
.c-pagination .c-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-subpage-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 88px;
}
@media only screen and (max-width: 580px) {
  .l-subpage-header {
    height: 180px;
    margin-top: 60px;
    padding-top: 0;
  }
}
.l-subpage-header .inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 60px;
}
@media only screen and (max-width: 580px) {
  .l-subpage-header .inner {
    padding: 0 20px;
    padding-top: 30px;
  }
}

.c-subpage-header {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 292px;
  padding: 60px 0;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .c-subpage-header {
    min-height: auto;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 40px;
  }
}
.c-subpage-header__title-bg {
  position: absolute;
  bottom: -7%;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: rgba(255, 255, 255, 0.15);
  font-family: "Josefin Sans", sans-serif;
  font-size: 239px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 850px) {
  .c-subpage-header__title-bg {
    font-size: 15rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-subpage-header__title-bg {
    font-size: 96px;
  }
}
.c-subpage-header__category {
  margin-bottom: 16px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media only screen and (max-width: 580px) {
  .c-subpage-header__category {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.c-subpage-header__title {
  position: relative;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
}
.c-subpage-header__title-main {
  position: relative;
  z-index: 1;
  display: block;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 101px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 850px) {
  .c-subpage-header__title-main {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-subpage-header__title-main {
    font-size: 57px;
    line-height: 1.4;
  }
}

.p-top__header {
  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;
}
.p-top__heading-label {
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 180%;
}
.p-top__heading-label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1/1;
  border: 0.25rem solid #6BCAFE;
  margin-right: 0.5rem;
}
.p-top__heading-title {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 150%;
}
.p-top__heading-description {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.p-top-hero {
  position: relative;
}
.p-top-hero__video {
  width: 100%;
  height: 51.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.p-top-hero__content {
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-top-hero__title {
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 92px;
  line-height: 142%;
  letter-spacing: 0%;
  text-align: center;
  white-space: nowrap;
}
.p-top-hero__title-sub {
  font-size: 56px;
}
.p-top-hero__title-main {
  font-size: 92px;
}
.p-top-hero__title-large {
  font-size: 120px;
}
.p-top-hero__title-line1, .p-top-hero__title-line2, .p-top-hero__title-line3 {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in forwards;
          animation: fadeIn 0.5s ease-in forwards;
}
.p-top-hero__title-line1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-top-hero__title-line2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.p-top-hero__title-line3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

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

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.p-top-about {
  padding-top: 5rem;
  padding-bottom: 8.3125rem;
}
.p-top-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-about__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-about__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.5rem;
}
.p-top-about__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top-about__title {
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2.6875rem;
  line-height: 180%;
  letter-spacing: 0%;
}
.p-top-about__description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0%;
}

.p-about-intro {
  padding-top: 5rem;
  padding-bottom: 8.3125rem;
}
.p-about-intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-intro__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-intro__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-intro__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.p-about-intro__title {
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 2.6875rem;
  line-height: 180%;
  letter-spacing: 0%;
}
.p-about-intro__description {
  font-size: 1.125rem;
  font-weight: 400;
  font-style: Bold;
  line-height: 180%;
  letter-spacing: 0%;
}

.p-top-solution {
  background: linear-gradient(146deg, #5177D6 0%, #2051D6 100.51%);
  padding-top: 4.75rem;
  padding-bottom: 7.5rem;
}
.p-top-solution__btn-link {
  display: none;
}
@media only screen and (max-width: 580px) {
  .p-top-solution__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-solution__cards {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-top-solution__card-wrapper {
  width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-solution__card-head {
  position: relative;
  padding-left: 30px;
  padding-top: 4rem;
  padding-bottom: 2rem;
  color: #3D56D2;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-top-solution__card-head span {
  color: #3D56D2;
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 180%;
}
.p-top-solution__card-body {
  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: 30px;
  background: #fff;
  padding: 0 60px;
  padding-bottom: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p-top-solution__card-body img {
  height: 18.75rem;
  width: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-solution__card-body .c-btn-link {
  margin-top: auto;
}
.p-top-solution__card-body-title {
  color: #000;
  text-align: center;
  /* 見出し２ */
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 57.6px */
}
.p-top-solution__card-body-text {
  color: #000;
  /* 本文(標準) */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}

.p-top-recruit {
  padding: 80px 50px 120px 50px;
}
.p-top-recruit__container {
  background-color: #3D56D2;
  border-radius: 10px;
  overflow: hidden;
  height: 752px;
}
.p-top-recruit .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  max-width: 100%;
  padding: 0;
}
.p-top-recruit__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 70px 0 76px 70px;
}
.p-top-recruit__heading-description {
  margin-top: 30px;
  padding-right: 52px;
}
.p-top-recruit__btn-link {
  margin-top: 60px;
}
.p-top-recruit__images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding: 10px;
  padding-top: 0;
}
.p-top-recruit__image-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.p-top-recruit__image-track {
  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;
  will-change: transform;
}
.p-top-recruit__image-column--left .p-top-recruit__image-track {
  -webkit-animation: scrollDown 60s linear infinite;
          animation: scrollDown 60s linear infinite;
}
.p-top-recruit__image-column--right .p-top-recruit__image-track {
  -webkit-animation: scrollUp 60s linear infinite;
          animation: scrollUp 60s linear infinite;
}
.p-top-recruit__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes scrollRight {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-top-company .p-top__heading-label,
.p-top-company .p-top__heading-title {
  color: #050E3D;
}
.p-top-company .p-top__header {
  gap: 60px;
}
.p-top-company .p-top__header > img {
  border-radius: 10px;
}
.p-top-company__text {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.p-top-company__group-heading {
  margin-top: 120px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.p-top-company__group-text {
  margin-top: 30px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.p-top-company__description {
  margin-top: 60px;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.p-top-company__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
.p-top-company__links a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-company__links a:hover {
  opacity: 0.6;
}
.p-top-company__links img {
  max-width: 320px;
  height: auto;
}

.p-top-social-media {
  background: linear-gradient(146deg, #5177D6 0%, #2051D6 100.51%);
}
.p-top-social-media__container {
  padding-top: 76px;
  padding-left: 60px;
  padding-bottom: 120px;
}
.p-top-social-media__inner {
  padding-right: 0;
  margin-left: 0;
  max-width: initial;
}
.p-top-social-media__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-social-media .p-top__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-social-media__cards {
  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%;
  gap: 2px;
}
.p-top-social-media__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: #fff;
  padding: 30px 40px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-top-social-media__card:first-child {
  border-radius: 10px 0 0 0;
}
.p-top-social-media__card:last-child {
  border-radius: 0 0 0 10px;
}
.p-top-social-media__card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.p-top-social-media__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  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;
}
.p-top-social-media__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-social-media__card-icon--x {
  width: 50px;
  height: 52.535px;
}
.p-top-social-media__card-icon--instagram {
  width: 50px;
  height: 51.4px;
}
.p-top-social-media__card-icon--youtube {
  width: 50px;
  height: auto;
}
.p-top-social-media__card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-social-media__card-title {
  color: #122455;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.p-top-social-media__card-description {
  color: #122455;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}
.p-top-social-media__card-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  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;
  position: relative;
}
.p-top-social-media__card-arrow-default, .p-top-social-media__card-arrow-hover {
  width: 80px;
  height: 80px;
  display: block;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.p-top-social-media__card-arrow-default {
  opacity: 1;
}
.p-top-social-media__card-arrow-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-top-social-media__card:hover .p-top-social-media__card-arrow-default {
  opacity: 0;
}
.p-top-social-media__card:hover .p-top-social-media__card-arrow-hover {
  opacity: 1;
}

.p-top-sponsor__content {
  margin-top: 71px;
  margin-bottom: 120px;
}
.p-top-sponsor__text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 60px;
}
.p-top-sponsor__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-sponsor__images a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-top-sponsor__images a:hover {
  opacity: 0.6;
}
.p-top-sponsor__images img {
  max-width: 480px;
  height: auto;
  display: block;
}

.p-top-contact {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #050E3D;
}
.p-top-contact__container {
  padding: 80px 0;
}
.p-top-contact__content {
  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;
}
.p-top-contact__text-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 180%;
}
.p-top-contact__icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1/1;
  border: 0.25rem solid #6BCAFE;
}
.p-top-contact__title {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 10px;
}
.p-top-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  text-decoration: none;
  -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;
}
.p-top-contact__link:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.p-top-contact__link-text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 400;
  line-height: 180%;
}
.p-top-contact__link-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  border: 1px solid #6BCAFE;
  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;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top-contact__link-icon img {
  width: 48px;
  height: 32px;
  display: block;
}
.p-top-contact__link:hover .p-top-contact__link-icon {
  background-color: #6BCAFE;
}

@media only screen and (max-width: 850px) {
  .p-top-about__image {
    width: 20rem;
  }
  .p-top-solution__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-top-solution__card-wrapper {
    width: 100%;
  }
  .p-top-recruit {
    padding: 60px 30px 80px;
  }
  .p-top-recruit__container {
    height: 824px !important;
  }
  .p-top-recruit .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-recruit__content {
    padding: 50px 40px 40px;
  }
  .p-top-recruit__images {
    height: 400px;
    padding: 10px;
  }
  .p-top-social-media__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .p-top-social-media__container {
    padding-left: 30px;
  }
  .p-top-company .p-top__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-top-company .p-top__header > img {
    width: 100%;
    border-radius: 10px;
  }
  .p-top-sponsor__images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .p-top-sponsor__images img {
    max-width: 360px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top__heading-label {
    font-size: 0.9375rem;
    padding-left: 6px;
  }
  .p-top__heading-title {
    font-size: 2.875rem;
  }
  .p-top__heading-description {
    font-size: 1.4375rem;
    text-align: center;
  }
  .p-top__header {
    -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: 1.5rem;
  }
  .p-top-hero__video {
    height: 41.5625rem;
  }
  .p-top-hero__content {
    width: 100%;
  }
  .p-top-hero__title {
    font-size: 2.625rem;
    white-space: normal;
  }
  .p-top-hero__title-sub {
    font-size: 1.6rem;
  }
  .p-top-hero__title-main {
    font-size: 2.629rem;
  }
  .p-top-hero__title-large {
    font-size: 3.429rem;
  }
  .p-top-about {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .p-top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-top-about__text {
    width: 100%;
  }
  .p-top-about__image {
    width: 100%;
    max-width: 17.1875rem;
    margin: 0 auto;
  }
  .p-top-about__image img {
    height: 21.875rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-about__title {
    font-size: 1.8125rem;
    margin-bottom: 1rem;
  }
  .p-top-about__description {
    font-size: 0.9375rem;
  }
  .p-about-intro {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-about-intro__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-about-intro__text {
    width: 100%;
  }
  .p-about-intro__title {
    font-size: 1.8125rem;
  }
  .p-about-intro__description {
    font-size: 0.9375rem;
  }
  .p-about-intro__image {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .p-about-intro__image img {
    height: 13.6875rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
  .p-top-solution {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
  .p-top-solution .p-top__header .c-btn-link {
    display: none;
  }
  .p-top-solution__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1rem;
  }
  .p-top-solution__card-wrapper {
    width: 100%;
  }
  .p-top-solution__card-head {
    font-size: 2.25rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-top-solution__card-head span {
    font-size: 0.9375rem;
  }
  .p-top-solution__card-body {
    padding: 0 32px 60px;
  }
  .p-top-solution__card-body img {
    width: 18.1875rem;
    height: 18.1875rem;
  }
  .p-top-solution__card-body-title {
    font-size: 1.4375rem;
  }
  .p-top-solution__card-body-text {
    font-size: 0.9375rem;
    letter-spacing: 0px;
  }
  .p-top-recruit {
    padding: 40px 10px 60px;
  }
  .p-top-recruit__container {
    height: auto !important;
    padding-bottom: 40px;
  }
  .p-top-recruit .l-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-recruit__content {
    padding: 40px 20px 30px;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top-recruit__heading-description {
    margin-top: 20px;
    padding-right: 0;
    text-align: left;
  }
  .p-top-recruit__btn-link {
    margin-top: 30px;
  }
  .p-top-recruit__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
  .p-top-recruit__image-column {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .p-top-recruit__image-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .p-top-recruit__image {
    width: auto;
    height: 9rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-top-recruit__image-column--left .p-top-recruit__image-track {
    -webkit-animation: scrollLeft 15s linear infinite;
            animation: scrollLeft 15s linear infinite;
  }
  .p-top-recruit__image-column--right .p-top-recruit__image-track {
    -webkit-animation: scrollRight 15s linear infinite;
            animation: scrollRight 15s linear infinite;
  }
  .p-top-company .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-top-company .p-top__header {
    -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: 2rem;
  }
  .p-top-company .p-top__header > img {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -20px;
    border-radius: 0 10px 10px 0;
  }
  .p-top-company .p-top__heading-label,
  .p-top-company .p-top__heading-title {
    color: #050E3D;
  }
  .p-top-company__text {
    font-size: 0.9375rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .p-top-company__group-heading {
    margin-top: 60px;
    font-size: 19px;
    text-align: left;
  }
  .p-top-company__group-text {
    font-size: 0.9375rem;
    text-align: left;
    margin-top: 20px;
  }
  .p-top-company__description {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 0.9375rem;
    text-align: left;
  }
  .p-top-company__links {
    -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: 20px;
    margin-bottom: 60px;
  }
  .p-top-company__links img {
    max-width: 15rem;
  }
  .p-top-social-media__container {
    padding-top: 40px;
    padding-left: 10px;
    padding-bottom: 60px;
  }
  .p-top-social-media__inner {
    padding-right: 10px;
  }
  .p-top-social-media__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .p-top-social-media__cards {
    width: 100%;
  }
  .p-top-social-media__card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 24px 1fr 24px auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 10px;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-social-media__card > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-social-media__card > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top-social-media__card > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-top-social-media__card > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-top-social-media__card > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-top-social-media__card > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .p-top-social-media__card:first-child {
    border-radius: 10px 10px 0 0;
  }
  .p-top-social-media__card:last-child {
    border-radius: 0 0 0 10px;
  }
  .p-top-social-media__card-icon {
    width: 30px;
    height: 30px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .p-top-social-media__card-icon--x {
    width: 30px;
    height: 32px;
  }
  .p-top-social-media__card-icon--instagram {
    width: 30px;
    height: 30.84px;
  }
  .p-top-social-media__card-icon--youtube {
    width: 30px;
  }
  .p-top-social-media__card-content {
    display: contents;
  }
  .p-top-social-media__card-title {
    font-size: 1.1875rem;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .p-top-social-media__card-description {
    font-size: 0.9375rem;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .p-top-social-media__card-arrow {
    width: 40px;
    height: 40px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .p-top-social-media__card-arrow-default, .p-top-social-media__card-arrow-hover {
    width: 40px;
    height: 40px;
  }
  .p-top-sponsor__text {
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
  .p-top-sponsor__images {
    -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: 30px;
  }
  .p-top-sponsor__images img {
    max-width: 100%;
  }
  .p-top-contact {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
  .p-top-contact__container {
    padding: 40px 30px 60px;
  }
  .p-top-contact__content {
    -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: 20px;
    text-align: left;
  }
  .p-top-contact__label {
    padding-left: 6px;
  }
  .p-top-contact__title {
    font-size: 2.875rem;
  }
  .p-top-contact__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .p-top-contact__link-text {
    font-size: 0.9375rem;
    text-align: left;
  }
  .p-top-contact__link-icon {
    width: 4.375rem;
    height: 4.375rem;
  }
  .p-top-contact__link-icon img {
    width: 20.241px;
  }
}
.p-single-contents {
  width: 100%;
  margin: auto;
}

.p-single-contents-page-title {
  font-size: 2rem;
  color: #000;
}

.p-single-contents-date {
  color: #000;
  margin-bottom: 4rem;
  display: block;
}

.p-single-table-of-contents {
  margin: 8rem 0;
}
.p-single-table-of-contents-list-item {
  counter-increment: number 1;
}
.p-single-table-of-contents-list-item-link .number {
  width: 45px;
  display: inline-block;
}
.p-single-table-of-contents-list-item-link .number::after {
  content: counter(number, decimal-leading-zero) ".";
}
.p-single-table-of-contents-list-item-link .text {
  display: inline-block;
}

.p-single-accent {
  color: #fff;
  background: #000;
}

.p-single-bold {
  font-weight: 700;
}

.p-single-size-l {
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-single-size-s {
  font-size: 0.9rem;
}

.p-single-contents .p-single-se-list,
.p-single-contents .p-single-se-table,
.p-single-contents .p-single-se-youtube,
.p-single-contents .p-single-se-link-button,
.p-single-contents .p-single-se-file {
  margin-bottom: 4rem;
}

.p-single-se-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 4rem;
}
@media only screen and (max-width: 850px) {
  .p-single-se-grid {
    margin-bottom: 0;
  }
}
.p-single-se-grid .grid {
  width: 100%;
}
.p-single-se-grid._2col .grid {
  width: calc((100% - 4rem * 1) / 2);
}
@media only screen and (max-width: 850px) {
  .p-single-se-grid._2col .grid {
    width: 100%;
  }
}
.p-single-se-grid._3col .grid {
  width: calc((100% - 4rem * 2) / 3);
}
@media only screen and (max-width: 850px) {
  .p-single-se-grid._3col .grid {
    width: 100%;
  }
}

.p-single-se-page-title {
  font-size: 2rem;
  line-height: 1.5;
}

.p-single-se-heading-big {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-weight: normal;
}

.p-single-se-heading-small {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-weight: normal;
}

.p-single-se-grid-img-wrap + .p-single-se-grid-text {
  margin-top: 1rem;
}

.p-single-se-grid-caption {
  text-align: justify;
  word-break: break-all;
  font-size: 0.9rem;
  font-style: italic;
  color: #aaa;
}

.p-single-se-grid-text {
  text-align: justify;
  word-break: break-all;
}

.p-single-se-link-text {
  color: #000;
  margin: 0 0.25rem;
}
.p-single-se-link-text::after {
  font-family: "Material Symbols Sharp";
  content: "\e89e";
  vertical-align: bottom;
  margin-left: 0.15rem;
}

.p-single-se-youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.p-single-se-youtube iframe {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0 auto auto 0;
}

.p-single-se-table table {
  width: 100%;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1300px) {
  .p-single-se-table table {
    overflow-x: scroll;
  }
}
.p-single-se-table table th {
  padding: 1rem;
  background: #aaa;
  border-right: 1px solid #000;
  color: #fff;
}
.p-single-se-table table tr {
  padding: 1rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.p-single-se-table table td {
  max-width: 200px;
  padding: 1rem;
  border-right: 1px solid #000;
}

.p-single-se-file,
.p-single-se-link-button {
  text-align: center;
}

.p-service-client {
  position: relative;
  padding: 0rem 2rem;
}
.p-service-client::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33.6875rem;
  background: linear-gradient(146deg, #5177D6 0%, #2051D6 100.51%);
  z-index: -1;
}
.p-service-client__header {
  max-width: 75rem;
  margin: 0 auto 3rem;
}
.p-service-client__label {
  display: inline-block;
  border-radius: 6px;
  background: #3D56D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 119px;
  height: 40px;
  padding: 4px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
}
.p-service-client__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin: 0;
}
.p-service-client__office {
  max-width: 75rem;
  margin: 0 auto;
  padding-bottom: 120px;
}
.p-service-client__office-label {
  display: block;
  color: #3D56D2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 0.5rem;
}
.p-service-client__office-title {
  display: block;
  position: relative;
  z-index: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: 176px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #3D56D2;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.p-service-client__office-title.is-colored {
  background: linear-gradient(to bottom, #3D56D2 0%, #3D56D2 calc(100% - 128px), #6BCAFE calc(100% - 128px), #6BCAFE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-service-client__office-image {
  width: 100%;
  margin-top: -128px;
  margin-bottom: 60px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-service-client__office-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-service-client__office-description {
  color: #FFF;
  /* 本文(標準) */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}

.p-service-solutions {
  padding: 5rem 0;
}
.p-service-solutions .l-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.p-service-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}
.p-service-solution:last-child {
  margin-bottom: 0;
}
.p-service-solution__label {
  display: inline-block;
  color: #4169E1;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.p-service-solution__title {
  color: #333;
  font-family: "Poppins", "Noto Sans JP", "dashicons", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.p-service-solution__title--second {
  margin-top: 20px;
}
.p-service-solution__subtitle {
  color: #767886;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.p-service-solution__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-service-solution__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-solution__image {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.p-service-solution__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-service-solution__description {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}
@media only screen and (max-width: 580px) {
  .p-service-client {
    padding: 0 20px;
  }
  .p-service-client::before {
    height: 35.8125rem;
  }
  .p-service-client__header {
    margin-bottom: 1.5rem;
  }
  .p-service-client__label {
    width: 97px;
    height: 31px;
    padding: 0;
    font-size: 0.9375rem;
  }
  .p-service-client__title {
    font-size: 1.8125rem;
  }
  .p-service-client__title br {
    display: none;
  }
  .p-service-client__office-label {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
  .p-service-client__office-title {
    font-size: 3.5625rem;
    line-height: 180%;
    letter-spacing: -0.02em;
  }
  .p-service-client__office-title.is-colored {
    background: linear-gradient(to bottom, #3D56D2 0%, #3D56D2 calc(100% - 50px), #6BCAFE calc(100% - 50px), #6BCAFE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p-service-client__office-image {
    margin-top: -50px;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
  .p-service-client__office-image img {
    height: 28.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 40% center;
       object-position: 40% center;
  }
  .p-service-client__office-description {
    font-size: 0.9375rem;
  }
  .p-service-client__office {
    padding-bottom: 60px;
  }
  .p-service-solutions {
    padding: 2.5rem 0;
  }
  .p-service-solutions .l-inner {
    padding: 0 20px;
  }
  .p-service-solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 3.75rem;
  }
  .p-service-solution__content {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .p-service-solution__label {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
  .p-service-solution__title {
    font-size: 1.8125rem;
    line-height: normal;
  }
  .p-service-solution__subtitle {
    font-size: 0.9375rem;
  }
  .p-service-solution__body {
    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;
  }
  .p-service-solution__image {
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-service-solution__image img {
    height: 14.8125rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-service-solution__description {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 580px) {
  .u-sp-hidden {
    display: none;
  }
}