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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1e1e1e;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 3.75rem;
  }
}

/*****************************
* 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 */
/* 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-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 31.25rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-btn01 {
  display: inline-block;
  color: #2345AC;
  font-size: 1.6875rem;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00FFFF), color-stop(15%, #24FCE5), color-stop(19%, #2DFBDE), color-stop(42%, #66F6B3), to(#F0EB4C));
  background: linear-gradient(90deg, #00FFFF 0%, #24FCE5 15%, #2DFBDE 19%, #66F6B3 42%, #F0EB4C 100%);
  border-radius: 6.25rem;
  padding: 1.4375rem 6.1875rem 1.4375rem 4.25rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    border-radius: 0.625rem;
    padding: 0.8125rem 0.5625rem 0.8125rem 0rem;
    min-width: 21.5625rem;
  }
}

.c-btn01 span {
  position: relative;
  z-index: 2;
}

.c-btn01::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1.25rem;
  background-color: #3A54A4;
  -webkit-mask-image: url(../images/icon_arrow02.svg);
          mask-image: url(../images/icon_arrow02.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn01::before {
    right: 0.9375rem;
  }
}

.c-btn01::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#F0EB4C), color-stop(58%, #66F6B3), color-stop(81%, #2DFBDE), color-stop(85%, #24FCE5), to(#00FFFF));
  background: linear-gradient(90deg, #F0EB4C 0%, #66F6B3 58%, #2DFBDE 81%, #24FCE5 85%, #00FFFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-btn01.c-btn01--cta {
  padding: 1.125rem 3.125rem 1.125rem 3.125rem;
  min-width: 41.25rem;
}
@media screen and (max-width: 767px) {
  .c-btn01.c-btn01--cta {
    padding: 0.75rem 1.375rem 0.75rem 0.625rem;
    min-width: 21.5625rem;
    font-size: 1.375rem;
  }
}
.c-btn01.c-btn01--cta .sm {
  display: block;
  color: #1e1e1e;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn01.c-btn01--cta .sm {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
  }
}

.c-btn01.c-btn01--header {
  font-size: 0.9375rem;
  padding: 0.875rem 1.25rem 0.875rem 0.625rem;
  min-width: 14.375rem;
  outline: 3px solid white;
}
@media screen and (max-width: 767px) {
  .c-btn01.c-btn01--header {
    min-width: 100%;
    font-size: 1rem;
    padding: 1.125rem 1.25rem 1.125rem 0.625rem;
  }
}

.c-btn01.c-btn01--header::before {
  width: 0.375rem;
  height: 0.6875rem;
  right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-btn01.c-btn01--header::before {
    right: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .c-btn01:hover {
    background: -webkit-gradient(linear, left top, right top, from(#00FFFF), color-stop(15%, #24FCE5), color-stop(19%, #2DFBDE), color-stop(42%, #66F6B3), to(#F0EB4C));
    background: linear-gradient(90deg, #00FFFF 0%, #24FCE5 15%, #2DFBDE 19%, #66F6B3 42%, #F0EB4C 100%);
  }
  .c-btn01:hover::before {
    right: 1.125rem;
  }
  .c-btn01:hover::after {
    opacity: 0;
  }
  .c-btn01.c-btn01--header:hover::before {
    right: 0.625rem;
  }
}
.c-title01 {
  color: #314EA5;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.012em;
  text-align: center;
  padding-bottom: 1.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 1.25rem;
  }
}

.c-title01::after {
  content: "";
  display: inline-block;
  width: 4.0625rem;
  height: 1px;
  background-color: #314EA5;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-title01::after {
    width: 3.75rem;
  }
}

.p-cta {
  padding-top: 4.6875rem;
  padding-bottom: 4.0625rem;
  background: url(../images/cta_bg_pc.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 3.125rem;
    padding-bottom: 3.4375rem;
    background: url(../images/cta_bg_sp.jpg) no-repeat center center/cover;
  }
}

.p-cta::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #1A3681;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

.p-cta__inner {
  position: relative;
  z-index: 2;
}

.p-cta__lead {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5333333333;
  letter-spacing: 0.012em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__lead {
    font-size: 1.375rem;
  }
}
.p-cta__lead .row {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cta__lead .row + .row {
    margin-top: 0.5rem;
  }
}

.p-cta__btn {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    margin-top: 2.5rem;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 19.0625rem;
  height: 100vh;
  background-color: #fff;
  z-index: 90;
  -webkit-transform: translateX(23.75rem);
          transform: translateX(23.75rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 7.5rem 1.25rem 3.125rem 1.25rem;
}

.p-drawer.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__nav-item + .p-drawer__nav-item {
  margin-top: 1.5rem;
}

.p-drawer__nav-item a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.p-drawer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  gap: 0.625rem;
}

.p-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #314EA5;
  backdrop-filter: blur(0.2rem);
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-overlay.open {
  opacity: 0.7;
  visibility: visible;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

.p-faq {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  background-color: #F6F8FF;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 3.4375rem;
    padding-bottom: 4.0625rem;
  }
}

.p-faq__items {
  max-width: 62.5rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    margin-top: 1.5625rem;
  }
}

.p-faq__item {
  background-color: #fff;
}

.p-faq__item + .p-faq__item {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item + .p-faq__item {
    margin-top: 0.625rem;
  }
}

.accordion__btn {
  color: #1e1e1e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.012em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
  padding: 1.25rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .accordion__btn {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    gap: 0.375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 1.625rem;
    padding: 0.8125rem 2.5rem 0.8125rem 0.75rem;
  }
}

.accordion__btn::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .accordion__btn::before {
    width: 1.3125rem;
    right: 0.5rem;
  }
}

.accordion__btn::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.625rem;
  background-color: #314EA5;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 2.0625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion__btn::after {
    height: 1.3125rem;
    right: 1.125rem;
  }
}

.accordion__btn.open::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.accordion__btn-icon {
  color: #314EA5;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .accordion__btn-icon {
    font-size: 1.125rem;
  }
}

.accordion__content {
  display: none;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 1.25rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .accordion__content {
    padding-top: 1rem;
    padding: 0.8125rem 0.75rem;
  }
}

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

.accordion__content-icon {
  color: #5A5A5A;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .accordion__content-icon {
    font-size: 1.125rem;
    margin-top: -0.25rem;
  }
}

.p-field {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  background-color: #F6F8FF;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-field {
    padding-top: 3.4375rem;
    padding-bottom: 4.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-field__inner {
    display: contents;
  }
}

.p-field__title {
  color: #314EA5;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.012em;
  text-align: center;
  position: relative;
  padding-bottom: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-field__title {
    font-size: 1.25rem;
  }
}

.p-field__title::before {
  content: "";
  display: inline-block;
  width: 21.875rem;
  height: 3.9375rem;
  background: url(../images/text_techfield.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-field__title::before {
    width: 15.375rem;
    height: 2.75rem;
  }
}

.p-field__title::after {
  content: "";
  display: inline-block;
  width: 4.0625rem;
  height: 1px;
  background-color: #314EA5;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-field__title::after {
    width: 3.75rem;
  }
}

.p-field__slider {
  margin-top: 2.1875rem;
}

.p-field .swiper {
  overflow: hidden;
}

.p-field .swiper-slide {
  height: auto;
}

.p-field .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* 768px以上：3列固定 */
@media screen and (min-width: 768px) {
  .p-field .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-field .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
    height: 100%;
  }
  .p-field .swiper-pagination,
  .p-field .swiper-button-prev,
  .p-field .swiper-button-next {
    display: none;
  }
}
.p-field__item {
  background-color: #fff;
  padding: 1.875rem 1.6875rem 1.875rem 1.6875rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-field__item {
    padding: 1.375rem 1.375rem 1.375rem 1.375rem;
  }
}

.p-field__item-img img {
  aspect-ratio: 316/190;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-field__item-body {
  margin-top: 2.25rem;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-field__item-body {
    margin-top: 1.5rem;
  }
}

.p-field__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-field__item-title {
    gap: 1.5625rem;
  }
}
.p-field__item-title .tech {
  display: inline-block;
  color: #fff;
  background-color: #314EA5;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-field__item-title .tech {
    font-size: 1.125rem;
    padding: 0 0.3125rem;
  }
}
.p-field__item-title .tech::after {
  content: "";
  display: inline-block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../images/icon_cross.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -1.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-field__item-title .tech::after {
    width: 1rem;
    height: 1rem;
    right: -1.25rem;
  }
}
.p-field__item-title .field {
  display: inline-block;
  color: #314EA5;
  background-color: #E8E8E8;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-field__item-title .field {
    font-size: 1.125rem;
    padding: 0 0.3125rem;
  }
}

.p-field__item-text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.012em;
  margin-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-field__item-text {
    margin-top: 0.875rem;
  }
}

.p-field__slider {
  position: relative;
  padding-bottom: 56px;
  /* ページネーション用の余白 */
}

.p-field__item {
  position: relative;
}

/* =========================
   ナビゲーション
========================= */
.p-field__slider .swiper-button-prev,
.p-field__slider .swiper-button-next {
  width: 2.125rem;
  height: 2.125rem;
  margin-top: 0;
  top: 11.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(49, 78, 165, .55);
  border-radius: 0;
}

.p-field__slider .swiper-button-prev {
  left: 0.6875rem;
}

.p-field__slider .swiper-button-next {
  right: 0.6875rem;
}

/* Swiper標準の矢印を消す */
.p-field__slider .swiper-button-prev::after,
.p-field__slider .swiper-button-next::after {
  content: "";
}

/* 自作の矢印 */
.p-field__slider .swiper-button-prev::before,
.p-field__slider .swiper-button-next::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 1rem;
  background: url(../images/icon_arrow01.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-field__slider .swiper-button-prev::before {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

/* 無効時の見た目 */
.p-field__slider .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* =========================
   ページネーション
========================= */
.p-field__slider .swiper-pagination {
  position: static;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-field__slider .swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0 0.3125rem !important;
  background: #aeb9e3;
  opacity: 1;
}

.p-field__slider .swiper-pagination-bullet-active {
  background: #314EA5;
}

.p-field__movie {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-field__movie {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 2.25rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}
.p-field__movie a {
  display: inline-block;
  width: 31.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-field__movie a {
    width: 100%;
  }
}
.p-field__movie img {
  width: 100%;
  height: auto;
}

@media (any-hover: hover) {
  .p-field__movie a:hover {
    opacity: 0.7;
  }
}
.p-floating-btn {
  width: 15rem;
  height: 7.25rem;
  position: fixed;
  bottom: 3.125rem;
  right: 1.25rem;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .p-floating-btn {
    bottom: 0.625rem;
    right: 0.625rem;
    width: 10rem;
    height: 5rem;
  }
}
.p-floating-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00FFFF), color-stop(15%, #24FCE5), color-stop(19%, #2DFBDE), color-stop(42%, #66F6B3), to(#F0EB4C));
  background: linear-gradient(90deg, #00FFFF 0%, #24FCE5 15%, #2DFBDE 19%, #66F6B3 42%, #F0EB4C 100%);
  color: #314EA5;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-floating-btn a::before {
  content: "";
  display: inline-block;
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.p-floating-btn a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#F0EB4C), color-stop(58%, #66F6B3), color-stop(81%, #2DFBDE), color-stop(85%, #24FCE5), to(#00FFFF));
  background: linear-gradient(90deg, #F0EB4C 0%, #66F6B3 58%, #2DFBDE 81%, #24FCE5 85%, #00FFFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-floating-btn span {
  display: block;
  position: relative;
  z-index: 2;
}
.p-floating-btn .en {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-floating-btn .en {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}
.p-floating-btn .ja {
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-floating-btn .ja {
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .p-floating-btn a:hover::after {
    opacity: 0;
  }
}
.p-footer {
  background-color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 0.875rem;
    padding-bottom: 1.125rem;
  }
}

.p-footer__copy {
  color: #6C6C6C;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.625rem;
  }
}

.p-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #314EA5;
    gap: 0.5rem;
    width: 3.75rem;
    height: 3.75rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
}

.p-hamburger span {
  display: inline-block;
  width: 2.375rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

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

.p-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.p-header {
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 0.625rem;
  }
}

.p-header__logo a {
  width: 11.125rem;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    width: 8.125rem;
  }
}
.p-header__logo a img {
  width: 100%;
  height: auto;
}

.p-header__body {
  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;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__body {
    display: none;
  }
}

.p-header__nav {
  margin-left: auto;
  height: inherit;
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}
.p-header__nav-item a {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: inherit;
  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-header__cta {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__cta {
    display: none;
  }
}

@media (any-hover: hover) {
  .p-header__nav-item a:hover {
    color: #314EA5;
  }
  .p-header__logo-img a:hover {
    opacity: 0.7;
  }
  .p-header__logo a:hover {
    opacity: 0.7;
  }
}
.p-mv {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  background: url(../images/mv_bg_pc.jpg) no-repeat center center/cover;
  overflow-x: clip;
}
@media screen and (max-width: 1440px) {
  .p-mv {
    padding-top: 8.4375rem;
    padding-bottom: 6.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 7.5rem;
    padding-bottom: 4.6875rem;
    background-color: #314EA5;
  }
}
@media screen and (max-width: 600px) {
  .p-mv {
    background: url(../images/mv_bg_sp.jpg) no-repeat top center/cover;
  }
}

.p-mv__inner {
  position: relative;
}

.p-mv__body {
  position: relative;
  z-index: 2;
}

.p-mv__title {
  color: #fff;
  font-size: 3.3125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
  text-align: center;
  text-shadow: 0px 0px 30px #005CD9;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-weight: 600;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
  }
}
.p-mv__title .sm {
  display: inline-block;
  font-size: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title .sm {
    font-size: 2rem;
  }
}
.p-mv__title .commas {
  font-size: 2.8125rem;
  display: inline-block;
  margin-right: -1.25rem;
  margin-left: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__title .commas {
    font-size: 1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.3125rem;
  }
}

.p-mv__btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    margin-top: 2.625rem;
  }
}

.p-mv__img01 {
  width: 14.9375rem;
  position: absolute;
  top: -5rem;
  left: calc(50% + 15.625rem);
}
@media screen and (max-width: 767px) {
  .p-mv__img01 {
    left: calc(50% + 9.375rem);
  }
}
@media screen and (max-width: 600px) {
  .p-mv__img01 {
    width: 9.0625rem;
    left: 1.25rem;
    top: -3.3125rem;
    left: calc(50% - 10.625rem);
  }
}
.p-mv__img01 img {
  width: 100%;
  height: auto;
}

.p-mv__img02 {
  width: 28.75rem;
  position: absolute;
  bottom: -6.25rem;
  left: calc(50% - 45.625rem);
}
@media screen and (max-width: 1440px) {
  .p-mv__img02 {
    width: 26.25rem;
    bottom: -4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img02 {
    width: 20.625rem;
    bottom: -0.5625rem;
    left: calc(50% - 24.375rem);
  }
}
@media screen and (max-width: 600px) {
  .p-mv__img02 {
    width: 11.3125rem;
    position: absolute;
    bottom: inherit;
    top: -5.25rem;
    left: calc(50% - 0.5625rem);
  }
}
.p-mv__img02 img {
  width: 100%;
  height: auto;
}

.p-mv__img03 {
  width: 18.75rem;
  position: absolute;
  bottom: -3.6875rem;
  left: calc(50% + 275px);
}
@media screen and (max-width: 767px) {
  .p-mv__img03 {
    width: 16.25rem;
    position: absolute;
    bottom: 0px;
    left: calc(50% + 8.4375rem);
  }
}
@media screen and (max-width: 600px) {
  .p-mv__img03 {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

.p-point {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-point {
    padding-top: 3.4375rem;
    padding-bottom: 4.0625rem;
  }
}

.p-point__title {
  font-size: 1.75rem;
  color: #314EA5;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point__title {
    font-size: 1.25rem;
    line-height: 1.4736842105;
  }
}

.p-point__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-point__text {
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.p-point__list {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-point__list {
    margin-top: 1.25rem;
  }
}

.p-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-point__item + .p-point__item {
    margin-top: 1.875rem;
  }
}

.p-point__item-body {
  width: 48.275862069%;
}
@media screen and (max-width: 767px) {
  .p-point__item-body {
    width: 100%;
  }
}

.p-point__item-num {
  font-family: "Open Sans", sans-serif;
  color: #314EA5;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-point__item-num {
    font-size: 1.5rem;
  }
}
.p-point__item-num span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 5.9375rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #314EA5;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-point__item-num span {
    font-size: 2.9375rem;
    margin-left: 0.25rem;
  }
}

.p-point__item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3125rem;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-point__item-title {
    font-size: 1.375rem;
    gap: 0.25rem;
    margin-top: 0.625rem;
  }
}
.p-point__item-title span {
  background-color: #314EA5;
  padding: 0.125rem 0.75rem;
}

.p-point__item-text {
  font-size: 1.0625rem;
  line-height: 1.5882352941;
  letter-spacing: 0.05em;
  margin-top: 0.9375rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-point__item-text {
    font-size: 0.875rem;
    line-height: 1.6428571429;
    margin-top: 0.625rem;
  }
}

.p-point__item-img {
  width: 48.275862069%;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-point__item-img {
    width: 100%;
    margin-top: 0;
    margin-top: 0.75rem;
  }
}
.p-point__item-img img {
  aspect-ratio: 560/340;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-point__item-img img {
    aspect-ratio: 345/210;
  }
}

.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

.p-voice {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 3.4375rem;
    padding-bottom: 4.0625rem;
  }
}

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

.p-voice__item {
  padding: 2rem 1.875rem 2rem 2.1875rem;
  border: 1px solid #314EA5;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  }
}

.p-voice__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-head {
    gap: 0.5rem;
  }
}

.p-voice__item-img {
  width: 6.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-voice__item-img {
    width: 4.375rem;
  }
}
.p-voice__item-img img {
  width: 100%;
  height: auto;
}

.p-voice__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-content {
    padding-top: 0;
  }
}

.p-voice__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-voice__item-title {
    font-weight: 500;
    font-size: 0.9375rem;
    gap: 0.1875rem;
  }
}
.p-voice__item-title span {
  padding: 0.1875rem 0.625rem 0.3125rem 0.75rem;
  background-color: #314EA5;
}
@media screen and (max-width: 767px) {
  .p-voice__item-title span {
    padding: 0.3125rem 0.4375rem 0.25rem 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-voice__item-title.p-voice__item-title--sm {
    font-size: 0.8125rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-title.p-voice__item-title--sm span {
    padding: 0.1875rem 0.25rem 0.25rem 0.25rem;
  }
}

.p-voice__item-profile {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.012em;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-profile {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
}

.p-voice__item-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.012em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-text {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    padding-right: 0.625rem;
    padding-left: 0.3125rem;
  }
}

@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 */
