@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1290px) {
  html {
    font-size: 1.2403100775vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Hiragino Sans", sans-serif;
  color: #010101;
  background-color: #f7f7f7;
}

body.fixed {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about-vision {
  padding-top: 1.25rem;
}

.l-alliance {
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-alliance {
    padding-top: 3.75rem;
  }
}

.l-archive {
  padding: 1.875rem 0 8.625rem;
}
@media screen and (max-width: 767px) {
  .l-archive {
    padding: 1.5rem 0 3.75rem;
  }
}

.l-company {
  padding: 22.1875rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-company {
    padding: 6.25rem 0 3.75rem;
  }
}

.l-footer {
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 2rem;
  }
}

.l-form {
  padding: 12.5rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-form {
    padding: 3.75rem 0 2.5rem;
  }
}

.l-fv-page {
  padding-top: 13.625rem;
}
@media screen and (max-width: 767px) {
  .l-fv-page {
    padding-top: 7.5rem;
  }
}

.l-header {
  width: 100%;
  padding: 2.6875rem 1.5625rem 0;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem;
  }
}

.l-infomation {
  padding-bottom: 14.8125rem;
}
@media screen and (max-width: 767px) {
  .l-infomation {
    padding-bottom: 3.75rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1290px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-news {
  padding: 5.625rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    padding: 3.75rem 0;
  }
}

.l-recommend {
  padding: 3.125rem 0 10.625rem;
}
@media screen and (max-width: 767px) {
  .l-recommend {
    padding: 2.5rem 0 3.75rem;
  }
}

.l-service {
  padding-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    padding-top: 2.5rem;
  }
}

.l-single {
  padding: 13.375rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-single {
    padding: 6.25rem 0 2.5rem;
  }
}

.l-style {
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-style {
    padding-top: 2.5rem;
  }
}

.l-vision {
  margin-top: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .l-vision {
    margin-top: 2rem;
  }
}

.l-works-works {
  padding: 12.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-works-works {
    padding: 3.75rem 0;
  }
}

.l-works {
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-works {
    padding-top: 2.5rem;
  }
}

.c-card-archive {
  display: block;
  border: 1px solid #c1c1c1;
}

.c-card-archive__img {
  position: relative;
}

.c-card-archive__img img {
  aspect-ratio: 40/26;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-archive__category {
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: #017cc8;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.c-card-archive__body {
  padding: 1rem 1.5625rem;
  background-color: #fff;
}

.c-card-archive__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 53/12;
  width: 13.25rem;
  height: 3rem;
  background: url(../images/time_bg.webp) no-repeat center/cover;
  color: #fff;
  padding-left: 1.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card-archive__time {
    padding-left: 0.5rem;
    font-size: 0.875rem;
    width: 10rem;
    height: auto;
  }
}

.c-card-archive__title {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-card-archive__title {
    font-size: 1.125rem;
  }
}

.c-card-news__head {
  border-radius: 2.25rem;
  border: 3px solid #00baff;
  background-color: #fff;
  height: 7.0625rem;
  padding: 0 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .c-card-news__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0.5rem 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    border-radius: 1rem;
  }
}

.c-card-news__time {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-card-news__time {
    font-size: 0.875rem;
  }
}

.c-card-news__time span {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card-news__time span {
    font-size: 0.75rem;
  }
}

.c-card-news__title {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-card-news__title {
    font-size: 1rem;
  }
}

.c-card-news__body {
  padding: 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-news__body {
    padding: 1rem 0.5rem;
  }
}

.c-card-news__body p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .c-card-news__body p {
    font-size: 0.875rem;
  }
}

.c-card-service {
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5.75rem;
}
@media screen and (max-width: 767px) {
  .c-card-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.c-card-service:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card-service:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-service__body {
  width: 42.0161290323%;
}
@media screen and (max-width: 767px) {
  .c-card-service__body {
    width: 100%;
  }
}

.c-card-service:nth-child(even) .c-card-service__label {
  text-align: right;
}

.c-card-service__label::before {
  content: counter(num, decimal-leading-zero);
  font-size: 5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-card-service__label::before {
    font-size: 2rem;
  }
}

.c-card-service__title {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-card-service__title {
    font-size: 2rem;
  }
}

.c-card-service:nth-child(even) .c-card-service__title {
  text-align: right;
}

.c-card-service__text-box {
  margin-top: 1.25rem;
  background-color: #00baff;
  border-radius: 1.125rem;
  padding: 3.125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-card-service__text-box {
    margin-top: 1rem;
    padding: 1.5rem 1rem;
  }
}

.c-card-service__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.7083333333;
}
@media screen and (max-width: 767px) {
  .c-card-service__text {
    font-size: 1rem;
  }
}

.c-card-service__img {
  width: 63.1451612903%;
  margin-right: -9.4375rem;
  border-radius: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .c-card-service__img {
    width: 100%;
    margin-right: auto;
  }
}

.c-card-service:nth-child(even) .c-card-service__img {
  margin-right: auto;
  margin-left: -9.4375rem;
}
@media screen and (max-width: 767px) {
  .c-card-service:nth-child(even) .c-card-service__img {
    margin-left: auto;
  }
}

.c-card-service__img img {
  aspect-ratio: 783/645;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.1875rem;
}

.c-card-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.c-card-works:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-card-works:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-works__body {
  width: 42.0161290323%;
}
@media screen and (max-width: 767px) {
  .c-card-works__body {
    width: 100%;
  }
}

.c-card-works__name {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-card-works__name {
    font-size: 1rem;
  }
}

.c-card-works__box {
  margin-top: 2.5rem;
  background-color: #00baff;
  border-radius: 1.125rem;
  padding: 6.25rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-works__box {
    margin-top: 1rem;
    border-radius: 0.625rem;
    padding: 1.5rem 1rem;
  }
}

.c-card-works__title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-card-works__title {
    font-size: 1rem;
  }
}

.c-card-works__text {
  margin-top: 3.125rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.7083333333;
}
@media screen and (max-width: 767px) {
  .c-card-works__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.c-card-works__img {
  width: 63.1451612903%;
  margin-right: -9.4375rem;
  border-radius: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .c-card-works__img {
    width: 100%;
    margin-right: auto;
  }
}

.c-card-works:nth-child(even) .c-card-works__img {
  margin-right: auto;
  margin-left: -9.4375rem;
}
@media screen and (max-width: 767px) {
  .c-card-works:nth-child(even) .c-card-works__img {
    margin-left: auto;
  }
}

.c-card-works__img img {
  aspect-ratio: 783/645;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-fadeUp {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 13%;
}
.js-fadeUp.isActive {
  opacity: 1;
  translate: 0;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
          transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

.c-item-news__time {
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .c-item-news__time {
    font-size: 0.6875rem;
  }
}

.c-item-news__title {
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
}

.c-section-title {
  font-size: 7.5rem;
  font-weight: 600;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.875rem;
  }
}

.c-section-title--white {
  color: #fff;
  position: relative;
  padding-left: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title--white {
    padding-left: 0.375rem;
  }
}

.c-section-title--white::after {
  content: "";
  width: 100vw;
  height: 4.8125rem;
  background-color: #00baff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-section-title--white::after {
    height: 1.25rem;
  }
}

.p-about-vision {
  overflow: hidden;
}

.p-about-vision__box {
  position: relative;
  padding: 8.4375rem 2.5rem;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-vision__box {
    margin-top: -1.5625rem;
    padding: 3.75rem 1.25rem;
  }
}

.p-about-vision__box::after {
  content: "";
  width: 88.75rem;
  height: 100%;
  background-color: #00baff;
  border-radius: 1.9375rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  .p-about-vision__box::after {
    border-radius: 1rem;
  }
}

.p-about-vision__box.is-show::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-about-vision__text {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.072em;
  line-height: 2.0833333333;
  background-color: #fff;
  min-height: 19rem;
}
@media screen and (max-width: 767px) {
  .p-about-vision__text {
    font-size: 1rem;
    min-height: 6.25rem;
  }
}

.p-alliance__title {
  font-size: 12.5rem;
  font-weight: 700;
  color: rgba(1, 1, 1, .09);
}
@media screen and (max-width: 767px) {
  .p-alliance__title {
    font-size: 2rem;
  }
}

.p-alliance__icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-alliance__icons {
    margin-top: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 2rem;
  }
}

.p-alliance__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-negative: 0;
      flex-shrink: 0;
}

.p-alliance__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-archive__search-box {
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-archive__search-box {
    margin-top: 2.5rem;
    -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;
  }
}

.p-archive__searchies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-archive__searchies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-archive__search {
  width: 12.5rem;
  height: 2.5rem;
  position: relative;
}

.p-archive__search:not(:last-of-type)::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/icon_cross.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.6875rem), -50%);
          transform: translate(calc(100% + 0.6875rem), -50%);
}
@media screen and (max-width: 767px) {
  .p-archive__search:not(:last-of-type)::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% + 0.6875rem));
            transform: translate(-50%, calc(100% + 0.6875rem));
  }
}

.p-archive__search select {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #017cc8;
  padding: 0 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.p-archive__btn {
  width: 11.875rem;
  height: 2.5rem;
  position: relative;
}

.p-archive__btn::after {
  content: "";
  width: 1rem;
  height: 0.9375rem;
  background: url(../images/icon_search.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-archive__btn input {
  width: 100%;
  height: 100%;
  background-color: #017cc8;
  color: #fff;
  border: none;
  border-radius: 0.3125rem;
}

.p-archive__cards {
  margin-top: 5.625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-archive__cards {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}

.p-archive__pagination {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-archive__pagination {
    margin-top: 3.75rem;
  }
}

.p-company__table {
  margin-top: 3rem;
  border-radius: 1.25rem;
  border: 1px solid #c1c1c1;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    border-radius: 0.625rem;
  }
}

.p-company__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-company__table-box dt {
  width: 25%;
  background-color: #00baff;
  color: #fff;
  padding: 1.25rem;
  border-bottom: 1px solid #fff;
  font-size: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company__table-box dt {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}

.p-company__table-box:first-child dt {
  border-radius: 1.25rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__table-box:first-child dt {
    border-radius: 0.625rem 0 0 0;
  }
}

.p-company__table-box:last-child dt {
  border-radius: 0 0 0 1.25rem;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-company__table-box:last-child dt {
    border-radius: 0 0 0 0.625rem;
  }
}

.p-company__table-box dd {
  width: 75%;
  background-color: #fff;
  padding: 1.25rem;
  border-bottom: 1px solid #c1c1c1;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-company__table-box dd {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}

.p-company__table-box:first-child dd {
  border-radius: 0 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__table-box:first-child dd {
    border-radius: 0 0.625rem 0 0;
  }
}

.p-company__table-box:last-child dd {
  border-radius: 0 0 1.25rem 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-company__table-box:last-child dd {
    border-radius: 0 0 0.625rem 0;
  }
}

.p-company__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__table-item {
    gap: 0.5rem;
  }
}

.p-company__table-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: red;
  margin-top: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company__table-item::before {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: 0.5rem;
  }
}

.p-company__table-item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-footer {
  background-color: #00baff;
  overflow: hidden;
}

.p-footer__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.p-footer__img {
  position: relative;
}

.p-footer__img img {
  aspect-ratio: 683/768;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__img-text {
  position: absolute;
  top: 50%;
  right: 4.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  font-size: 2rem;
  font-weight: 600;
  color: #017cc8;
}
@media screen and (max-width: 767px) {
  .p-footer__img-text {
    font-size: 1rem;
    right: 1rem;
  }
}

.p-footer__img:nth-child(2) .p-footer__img-text {
  right: auto;
  left: 4.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #15bffd;
}
@media screen and (max-width: 767px) {
  .p-footer__img:nth-child(2) .p-footer__img-text {
    left: 1rem;
  }
}

.p-footer__img-text::before {
  content: attr(data-en);
  font-size: 7.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-footer__img-text::before {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.p-footer__nav {
  margin-top: 3.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-footer__nav-box {
  padding-left: 0.9375rem;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-box {
    padding-left: 0;
    border-left: none;
  }
}

.p-footer__nav-box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "source-han-sans-japanese", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-box-title {
    font-size: 0.625rem;
  }
}

.p-footer__nav-box-title::before {
  content: attr(data-en);
  font-size: 1.5625rem;
  font-weight: 900;
  margin-bottom: -0.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-box-title::before {
    font-size: 1.125rem;
  }
}

.p-footer__menu {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__menu {
    margin-top: 1rem;
  }
}

.p-footer__item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}

.p-footer__item {
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
}

.p-footer__bottom {
  margin-top: 3.75rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
  }
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-footer__link a {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 0.9375rem;
  border-right: 1px solid #707070;
}

.p-footer__copyright {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: center;
    font-size: 0.6875rem;
  }
}

.p-form__inner {
  max-width: 53.125rem;
}

.p-form__text {
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-size: 0.75rem;
  }
}

.p-form__step {
  margin-top: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form__step {
    margin-top: 2.5rem;
  }
}

.p-form__step.thanks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-form__step.thanks {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-form__step-item {
  counter-increment: num;
  width: 16.5625rem;
  height: 4rem;
  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;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  position: relative;
  background-color: #f6f6f6;
  color: #bbbbbb;
}
@media screen and (max-width: 767px) {
  .p-form__step-item {
    width: 6.875rem;
    height: 2.5rem;
    font-size: 0.75rem;
  }
}

.p-form__step-item.green {
  background-color: #8cb808;
  color: #fff;
}

.p-form__step-item:nth-child(1) {
  z-index: 10;
}

.p-form__step-item:nth-child(2) {
  z-index: 8;
  padding-left: 1.25rem;
}

.p-form__step-item:nth-child(3) {
  padding-left: 1.25rem;
}

.p-form__step-item::before,
.p-form__step-item::after {
  content: "";
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-form__step-item::before,
  .p-form__step-item::after {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.p-form__step-item::before {
  background-color: #fff;
  -webkit-transform: translateX(5px) rotate(45deg);
          transform: translateX(5px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-form__step-item::before {
    -webkit-transform: translateX(3px) rotate(45deg);
            transform: translateX(3px) rotate(45deg);
  }
}

.p-form__step-item::after {
  background-color: #f6f6f6;
}

.p-form__step-item.green::after {
  background-color: #8cb808;
}

.p-form__step-item span::before {
  content: "STEP";
  font-size: 0.9375rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-form__step-item span::before {
    font-size: 0.75rem;
  }
}

.p-form__step-item span::after {
  content: counter(num);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #bbbbbb;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__step-item span::after {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
    margin-right: 0.3125rem;
  }
}

.p-form__step-item.green span::after {
  color: #010101;
  background-color: #fff;
}

.p-form__form {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__form {
    margin-top: 2.5rem;
  }
}

.p-form__table-box {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dddddd;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__table-box {
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-form__table-box dt {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dt {
    width: 100%;
    gap: 0.5rem;
    font-size: 0.8125rem;
    margin-top: 0;
  }
}

.p-form__table-box dt span {
  width: 3rem;
  height: 1.4375rem;
  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;
  font-size: 0.8125rem;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dt span {
    width: 2rem;
    height: 1rem;
    font-size: 0.625rem;
  }
}

.p-form__table-box dt span.required {
  background-color: #8cb808;
}

.p-form__table-box dt span.option {
  background-color: #888888;
}

.p-form__table-box dd {
  width: 70%;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd {
    width: 100%;
    font-size: 0.8125rem;
  }
}

.p-form__table-box dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-form__table-box dd.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd.column {
    gap: 0.3125rem;
  }
}

.p-form__table-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap {
    width: 100%;
  }
}

.p-form__table-wrap.email {
  width: 100%;
}

.p-form__table-wrap label {
  width: 15%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap label {
    text-align: right;
  }
}

.p-form__table-wrap span {
  display: block;
  width: 100%;
}

.p-form__table-wrap input,
.p-form__table-wrap select {
  width: 85%;
  height: 3.5625rem;
  border-radius: 0.5rem;
  border: 1px solid #aeaeae;
  background-color: #fbfbfb;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input,
  .p-form__table-wrap select {
    width: 100%;
    height: 2.5rem;
    padding: 0 0.625rem;
  }
}

.p-form__table-wrap input.email {
  width: 17.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input.email {
    width: 100%;
  }
}

.p-form__table-wrap input.email-long {
  width: 26.4375rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input.email-long {
    width: 100%;
  }
}

.p-form__table-box dd textarea {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.5rem;
  border: 1px solid #aeaeae;
  background-color: #fbfbfb;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-box dd textarea {
    height: 9.375rem;
  }
}

.p-form__agree {
  margin-top: 3.5rem;
  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: 1rem;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-form__agree {
    margin-top: 2rem;
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}

.p-form__privacy {
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.07em;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
}

.p-form__privacy a {
  text-decoration: underline;
}

.p-form__btn {
  margin-top: 3rem;
  width: 23rem;
  height: 4rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    margin-top: 1.5rem;
    width: 18.75rem;
    height: 3.625rem;
  }
}

.p-form__btn::after {
  content: "";
  width: 1.5625rem;
  height: 0.375rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form__btn::after {
    right: 1.5rem;
  }
}

.p-form__btn input {
  width: 100%;
  height: 100%;
  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;
  background-color: #888888;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__btn input {
    font-size: 1rem;
  }
}

.p-form__caption {
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.07em;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .p-form__caption {
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }
}

.p-form__caption a {
  text-decoration: underline;
}

.p-form__thanks {
  padding: 6.25rem 0;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__thanks {
    padding: 3.75rem 0;
    font-size: 0.875rem;
  }
}

.p-fv-page {
  overflow: hidden;
}

.p-fv-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv-page__title {
  width: 30.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #017cc8;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-fv-page__title {
    width: 100%;
    font-size: 1rem;
  }
}

.p-fv-page__title span {
  display: block;
  font-size: 7.5rem;
  color: #010101;
}
@media screen and (max-width: 767px) {
  .p-fv-page__title span {
    font-size: 2.5rem;
  }
}

.p-fv-page__img {
  width: 88.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-page__img {
    width: 43.75rem;
  }
}

.p-fv-page__img img {
  aspect-ratio: 1420/558;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.9375rem;
}

.p-fv {
  position: relative;
}

.p-fv__swipers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-fv__swiper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-fv__swiper {
    width: 100%;
  }
}

.p-fv__img img {
  aspect-ratio: 341/768;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    aspect-ratio: 375/500;
  }
}

.p-fv__text {
  position: absolute;
  top: 19.8125rem;
  left: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    top: auto;
    bottom: 6.25rem;
    left: 0.5rem;
    gap: 0.3125rem;
  }
}

.p-fv__text span {
  font-size: 8.75rem;
  color: #15bffd;
  background-color: #fff;
  line-height: 1.3;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text span {
    font-size: 2.5rem;
    padding: 0 0.5rem;
  }
}

.p-fv__media {
  position: absolute;
  bottom: 0;
  right: 3.125rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 22.3125rem;
  height: 6.75rem;
  border-radius: 1.9375rem;
  color: #fff;
  background-color: #15bffd;
  z-index: 200;
  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;
  font-size: 3.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv__media {
    right: 1rem;
    width: 12.5rem;
    height: 3.75rem;
    border-radius: 1rem;
    font-size: 2rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.p-header__inner {
  width: 100%;
  height: 6.5625rem;
  background-color: #fff;
  border-radius: 2.5rem;
  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;
  padding: 0 2.5rem 0 5.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: 4rem;
    border-radius: 2rem;
    padding: 0 1rem;
  }
}

.p-header__logo a {
  width: 8.3125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    width: 5.625rem;
  }
}

.p-header__logo a img {
  aspect-ratio: 132/46;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__toggle {
  width: 1.875rem;
  height: 1.25rem;
  position: relative;
  cursor: pointer;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    width: 1.5rem;
    height: 0.875rem;
  }
}

.p-header__toggle span {
  height: 3px;
  background-color: #017cc8;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__toggle span {
    height: 2px;
  }
}

.p-header__toggle.is-open span {
  background-color: #fff;
}

.p-header__toggle span:nth-child(1) {
  width: 100%;
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  width: 1.25rem;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header__toggle span:nth-child(3) {
  width: 0.625rem;
  bottom: 0;
  right: 0;
  left: auto;
}

.p-header__toggle.is-open span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.p-header__toggle.is-open span:nth-child(3) {
  width: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-header__nav-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #15bffd;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.p-header__nav-box.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-header__nav-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-header__nav-img {
    display: none;
  }
}

.p-header__nav-img img {
  aspect-ratio: 678/768;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__nav {
  width: 50%;
  padding: 12.0625rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    width: 100%;
    padding: 6.25rem 2.5rem;
  }
}

.p-header__item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.p-header__item a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.7083333333;
}
@media screen and (max-width: 767px) {
  .p-header__item a {
    font-size: 1.25rem;
  }
}

.p-infomation {
  overflow: hidden;
}

.p-infomation__box {
  padding: 7.5rem 3.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.875rem;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-infomation__box {
    padding: 2.5rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: -1.25rem;
  }
}

.p-infomation__box::after {
  content: "";
  width: 88.75rem;
  height: 100%;
  background-color: #00baff;
  border-radius: 1.9375rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-infomation__box::after {
    border-radius: 1rem;
  }
}

.p-infomation__img {
  width: 65.25%;
  border-radius: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-infomation__img {
    width: 100%;
    border-radius: 1.25rem;
  }
}

.p-infomation__img img {
  aspect-ratio: 783/586;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-infomation__img img {
    border-radius: 1.25rem;
  }
}

.p-infomation__body {
  width: 31.6666666667%;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-infomation__body {
    width: 100%;
    padding-top: 0;
  }
}

.p-infomation__sub-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-infomation__sub-title {
    font-size: 1rem;
  }
}

.p-infomation__text {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.7083333333;
}
@media screen and (max-width: 767px) {
  .p-infomation__text {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.p-news {
  overflow: hidden;
}

.p-news__cards {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem 3.75rem;
  grid-template-areas: "area01 area01" "area02 area03";
}
@media screen and (max-width: 767px) {
  .p-news__cards {
    display: block;
  }
}

.p-news__card:nth-child(1) {
  grid-area: area01;
}

.p-news__card:nth-child(2) {
  grid-area: area02;
}

.p-news__card:nth-child(3) {
  grid-area: area03;
}

@media screen and (max-width: 767px) {
  .p-news__card:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagination .page-numbers {
  width: 4.4375rem;
  height: 5.5625rem;
  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;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-pagination .page-numbers {
    width: 2.5rem;
    height: 3rem;
    font-size: 0.75rem;
  }
}

.p-pagination .page-numbers.prev {
  background-color: #010101;
  color: #fff;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-pagination .page-numbers.prev {
    margin-right: 0.5rem;
  }
}

.p-pagination .page-numbers.next {
  background-color: #017cc8;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-pagination .page-numbers.next {
    margin-left: 0.5rem;
  }
}

.p-pagination--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-pagination--single {
    gap: 2.5rem;
  }
}

.p-pagination--single__prev a,
.p-pagination--single__next a {
  width: 12.5rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
  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;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-pagination--single__prev a,
  .p-pagination--single__next a {
    width: 7.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-pagination--single__prev a:hover,
.p-pagination--single__next a:hover {
  opacity: 1;
  color: #fff;
  background-color: #1b224c;
}

.p-recommend__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__cards {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-service {
  overflow: hidden;
}

.p-service__text {
  font-size: 2rem;
  font-weight: 600;
  color: #017cc8;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 1rem;
  }
}

.p-service__cards {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.375rem;
}
@media screen and (max-width: 767px) {
  .p-service__cards {
    margin-top: 1.5rem;
    gap: 2rem;
  }
}

.p-single {
  position: relative;
  z-index: 10;
}

.p-single__category {
  padding: 0 1rem;
  background-color: #8fc320;
  height: 2.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    padding: 0 0.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
}

.p-single__title {
  margin-top: 2.5rem;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.3888888889;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-single__sns {
  margin-top: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__sns {
    margin-top: 1.25rem;
    gap: 0.3125rem;
  }
}

.p-single__sns a {
  width: 5.625rem;
  height: 1.875rem;
  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;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background-color: #b4b4b4;
}
@media screen and (max-width: 767px) {
  .p-single__sns a {
    width: 3.75rem;
    height: 1.25rem;
    font-size: 0.625rem;
  }
}

.p-single__meta {
  margin-top: 0.75rem;
  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-single__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single__author {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}

.p-single__author::before {
  content: "";
  width: 2.375rem;
  height: 2.375rem;
  background: url(../images/icon_author.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-single__author::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-single__time time {
  font-size: 0.75rem;
  font-weight: 500;
}

.p-single__thumbnail {
  margin-top: 1rem;
}

.p-single__thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__content {
  margin-top: 1.875rem;
  padding-bottom: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    margin-top: 1.25rem;
    padding-bottom: 3.75rem;
  }
}

.p-single__content .p-toc {
  margin-top: 1.875rem;
  background-color: #f8f8f8;
  padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .p-toc {
    margin-top: 1.25rem;
    padding: 0.625rem 1rem;
  }
}

.p-toc__title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .p-toc__title {
    font-size: 1rem;
  }
}

.p-toc__list {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-toc__list {
    font-size: 0.875rem;
  }
}

.p-toc__list.level-1 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-toc__list.level-1 {
    margin-top: 0.625rem;
  }
}

.p-toc__list.level-2 {
  text-indent: 2em;
}

.p-toc__item.level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-toc__item.level-1 {
    gap: 0.3125rem;
  }
}

.p-toc__item.level-1::before {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #010101;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-toc__item.level-1::before {
    width: 0.375rem;
    height: 0.375rem;
    margin-top: 0.6875rem;
  }
}

.p-single__content h2 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.5384615385;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}

.p-single__content h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 0.625rem;
  border-left: 0.25rem solid #010101;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h3 {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding-left: 0.5rem;
    border-left: 0.125rem solid #010101;
  }
}

.p-single__content p {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-single__content p strong {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__content p strong {
    font-size: 1rem;
  }
}

.p-style {
  overflow: hidden;
}

.p-style__inner {
  max-width: 82.8125rem;
}

.p-style__text {
  margin-top: 3.125rem;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.062em;
  line-height: 2.0833333333;
}
@media screen and (max-width: 767px) {
  .p-style__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-style__text span {
  display: inline-block;
  line-height: 1.5;
  background-color: #15bffd;
}

.p-style__imgs {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-style__imgs {
    margin-top: 2.5rem;
  }
}

.p-style__img {
  position: relative;
}

.p-style__img img {
  aspect-ratio: 683/768;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-style__img-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 4.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-style__img-text {
    font-size: 1rem;
    right: 1rem;
  }
}

.p-style__img:nth-child(2) .p-style__img-text {
  right: auto;
  left: 4.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #15bffd;
}
@media screen and (max-width: 767px) {
  .p-style__img:nth-child(2) .p-style__img-text {
    left: 1rem;
  }
}

.p-style__img-text::before {
  content: attr(data-en);
  font-size: 7.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-style__img-text::before {
    font-size: 2rem;
  }
}

.p-vision {
  overflow: hidden;
}

.p-vision__list {
  margin-top: -5.625rem;
  background-color: #00baff;
  border-radius: 1.9375rem 0 0 1.9375rem;
  padding: 8.75rem 4.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-vision__list {
    margin-top: -1.25rem;
    padding: 2.5rem 1.25rem;
  }
}

.p-vision__list::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00baff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.p-vision__item {
  font-size: 3.75rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-vision__item {
    font-size: 1rem;
  }
}

.p-vision__item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-vision__item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}

.p-works-works {
  overflow: hidden;
}

.p-works-works__card:nth-child(n+2) {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-works-works__card:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-works {
  overflow: hidden;
}

.p-works__head {
  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;
}
@media screen and (max-width: 767px) {
  .p-works__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-works__text {
  font-size: 2rem;
  font-weight: 600;
  color: #017cc8;
}
@media screen and (max-width: 767px) {
  .p-works__text {
    font-size: 1rem;
  }
}

.p-works__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 1.25rem;
  color: #017cc8;
}
@media screen and (max-width: 767px) {
  .p-works__btn a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 0.875rem;
    gap: 0.625rem;
  }
}

.p-works__btn a::after {
  content: "";
  width: 3.75rem;
  height: 2px;
  background-color: #19a6eb;
}
@media screen and (max-width: 767px) {
  .p-works__btn a::after {
    width: 1.875rem;
  }
}

.p-works__sliders {
  margin-top: 1.25rem;
}

.p-works__swiper {
  margin-right: calc(50% - 50vw);
}

.p-works__swiper:nth-child(2) {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}

.p-works__swiper:nth-child(n+2) {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-works__swiper:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.p-works__img {
  width: 34.875rem;
}
@media screen and (max-width: 767px) {
  .p-works__img {
    width: 15rem;
  }
}

.p-works__img img {
  aspect-ratio: 558/550;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
