@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

summary {
  display: block;
  list-style: none;
}

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

/* ===============================================
# メディアクエリー
=============================================== */
/* ===============================================
# line-heightの余白削除
=============================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
@media screen and (max-width: 1141px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1142 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  background-color: #e6edf3;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding-top: 5.625rem;
}
@media (max-width: 1400px) {
  body {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 3.4375rem;
  }
}

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

a {
  color: inherit;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.jp {
  font-family: "Inter", sans-serif;
}

.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1114px;
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner--rec {
  padding-left: 14.0972222222vw;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .l-inner--rec {
    padding-left: 5.1282051282vw;
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.0625rem 2.4375rem 1.0625rem 3.9375rem;
  background: #0a1f34;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0.91875rem 1rem;
  }
}

.l-header__inner {
  display: grid;
  grid-template-columns: 18.5625rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    grid-template-columns: 8.8125rem 1fr;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.4375rem;
     -moz-column-gap: 2.4375rem;
          column-gap: 2.4375rem;
}
@media (max-width: 1400px) {
  .l-header__nav {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.40625rem;
     -moz-column-gap: 3.40625rem;
          column-gap: 3.40625rem;
}
@media (max-width: 1400px) {
  .l-header__list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.l-header__list li a {
  color: #fff;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__list li a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1400px) {
  .l-header__list li a {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
  }
}
@media screen and (max-width: 1400px) and (max-width: 767px) {
  .l-header__list li a {
    font-size: 1rem;
  }
}

.l-header__btn {
  width: 15.596rem;
  height: 3.5265rem;
  border-radius: 2.4834375rem;
  border: 0.125rem solid #fff;
  background: linear-gradient(105deg, #00f 5.29%, #0009f9 18.7%, #0022eb 41.06%, #004bd4 69.67%, #0075be 94.71%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.19205;
  letter-spacing: 0.02915em;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    font-size: 1.25rem;
  }
}
@media (max-width: 1400px) {
  .l-header__btn {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    width: 12.5rem;
    height: 2.8125rem;
  }
}
@media screen and (max-width: 1400px) and (max-width: 767px) {
  .l-header__btn {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .l-header__btn:hover {
    opacity: 0.7;
  }
}

/* ===============================================
# drawer
=============================================== */
.drawer__icon {
  display: none;
  position: fixed;
  z-index: 102;
  top: 0.8125rem;
  right: 0.8875rem;
  width: 3.1875rem;
  height: 1.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: none;
}
@media screen and (max-width: 767px) {
  .drawer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 0.25rem;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.65625rem;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.65625rem;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #0a1f34;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
  margin-bottom: 40px;
}
.drawer__list li a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}

.drawer__btn {
  margin-inline: auto;
  width: 15.596rem;
  height: 3.5265rem;
  border-radius: 2.4834375rem;
  border: 0.125rem solid #fff;
  background: linear-gradient(105deg, #00f 5.29%, #0009f9 18.7%, #0022eb 41.06%, #004bd4 69.67%, #0075be 94.71%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.19205;
  letter-spacing: 0.02915em;
}
@media screen and (max-width: 767px) {
  .drawer__btn {
    font-size: 1.25rem;
  }
}

.l-footer {
  background: #0A1F34;
  padding: 1.9375rem 1.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0.96875rem 0.7375rem;
  }
}

.l-footer__logo {
  width: 18.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 11.125rem;
  }
}

.l-footer__copy {
  margin-top: 0.375rem;
  color: #fff;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.06275em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 0.25rem;
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 0.06075em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__copy {
    font-size: 0.75rem;
  }
}

.l-cta {
  background: url(./../img/cta-bg.png) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.8125rem 3.8125rem 3.1875rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    background: url(./../img/cta-bg_sp.png) no-repeat center center/cover;
    padding: 1.4875rem 0 1.9375rem;
  }
}

.l-cta__img {
  max-width: 61.0625rem;
  width: 100%;
  margin-inline: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-cta__img {
    max-width: 22.0625rem;
  }
}

.c-card {
  min-height: 51.4375rem;
  max-width: 24.25rem;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5.7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 5.7px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-card {
    min-height: 43.25rem;
    max-width: 20.1875rem;
    border-radius: 0.51875rem;
    -webkit-box-shadow: 0px 1.666px 4.747px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1.666px 4.747px 0px rgba(0, 0, 0, 0.25);
  }
}

.c-card__head {
  padding: 0.5rem;
  background: linear-gradient(105deg, #141D52 5.29%, #004BD4 69.67%, #0075BE 94.71%);
  border-radius: 0.625rem 0.625rem 0 0;
  min-height: 7.29875rem;
}
@media screen and (max-width: 767px) {
  .c-card__head {
    padding: 0.41875rem;
    border-radius: 0.51875rem 0.51875rem 0 0;
    min-height: 6.1875rem;
  }
}

.c-card__title {
  color: #fff;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__title {
    font-size: 1.25rem;
  }
}

.c-card__body {
  margin-top: 0.875rem;
  padding: 0.625rem 0.75rem 1.5625rem 0.75rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    margin-top: 0.725rem;
    padding: 0.520625rem 0.625rem 1.3rem 0.625rem;
  }
}

.c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-card__tags {
    -webkit-column-gap: 0.4375rem;
       -moz-column-gap: 0.4375rem;
            column-gap: 0.4375rem;
  }
}

.c-card__tag {
  padding: 0.1875rem 0.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;
  border-radius: 1.5rem;
  background: #FFE373;
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__tag {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__tag {
    padding: 0.15625rem 0.41875rem;
    border-radius: 1.25rem;
    font-size: max(0.8325rem, 10.656px);
    font-weight: 600;
    line-height: 1.4016516517;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__tag {
    font-size: 0.8325rem;
  }
}

.c-card__price {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__price {
    margin-top: 0.41875rem;
  }
}

.c-card__price__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__price__head {
    -webkit-column-gap: 0.41875rem;
       -moz-column-gap: 0.41875rem;
            column-gap: 0.41875rem;
  }
}

.c-card__price-icon {
  width: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-card__price-icon {
    width: 1.3125rem;
  }
}

.c-card__price-label {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__price-label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__price-label {
    font-size: max(1.0375rem, 13.28px);
    font-weight: 600;
    line-height: 1.4047590361;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__price-label {
    font-size: 1.0375rem;
  }
}

.c-card__price-value {
  margin-top: 0.5rem;
  color: #CC0A01;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-card__price-value {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__price-value {
    margin-top: 0.41875rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__price-value {
    font-size: 1.25rem;
  }
}

.c-card__location {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__location {
    margin-top: 0.41875rem;
  }
}

.c-card__location__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-card__location__head {
    gap: 0.364375rem;
  }
}

.c-card__location-icon {
  width: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-card__location-icon {
    width: 0.72875rem;
  }
}

.c-card__location-label {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__location-label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__location-label {
    font-size: max(1.0375rem, 13.28px);
    font-weight: 600;
    line-height: 1.4047590361;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__location-label {
    font-size: 1.0375rem;
  }
}

.c-card__location-place {
  margin-top: 0.5rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__location-place {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__location-place {
    margin-top: 0.41875rem;
    font-size: max(0.83125rem, 10.64px);
    font-weight: 500;
    line-height: 1.3984962406;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__location-place {
    font-size: 0.83125rem;
  }
}

.c-card__border {
  margin-top: 0.5rem;
  background: #AFAFAF;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-card__border {
    margin-top: 0.3125rem;
  }
}

.c-card__dev {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__dev {
    margin-top: 0.41875rem;
  }
}

.c-card__dev__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__dev__head {
    -webkit-column-gap: 0.4125rem;
       -moz-column-gap: 0.4125rem;
            column-gap: 0.4125rem;
  }
}

.c-card__dev-icon {
  width: 1.31875rem;
}
@media screen and (max-width: 767px) {
  .c-card__dev-icon {
    width: 1.1rem;
  }
}

.c-card__dev-label {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__dev-label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__dev-label {
    font-size: max(1.0375rem, 13.28px);
    font-weight: 600;
    line-height: 1.4047590361;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__dev-label {
    font-size: 1.0375rem;
  }
}

.c-card__dev-list {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-card__dev-list {
    margin-top: 0.41875rem;
    gap: 0.4375rem 0.364375rem;
  }
}

.c-card__dev-item {
  padding: 0.1875rem 0.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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 0.25rem;
  background: #E5E5E5;
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__dev-item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__dev-item {
    padding: 0.15625rem 0.41875rem;
    border-radius: 0.20625rem;
    font-size: max(0.83125rem, 10.64px);
    font-weight: 600;
    line-height: 1.4026315789;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__dev-item {
    font-size: 0.83125rem;
  }
}

.c-card__task {
  margin-top: 0.5rem;
}

.c-card__task__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-card__task__head {
    gap: 0.26rem;
  }
}

.c-card__task-icon {
  width: 0.95625rem;
}
@media screen and (max-width: 767px) {
  .c-card__task-icon {
    width: 0.798125rem;
  }
}

.c-card__task-label {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__task-label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__task-label {
    font-size: max(1rem, 12.8px);
    font-weight: 600;
    line-height: 1.45625;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__task-label {
    font-size: 1rem;
  }
}

.c-card__task-text {
  margin-top: 0.5rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__task-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__task-text {
    margin-top: 0.41875rem;
    font-size: max(0.83125rem, 10.64px);
    font-weight: 500;
    line-height: 1.4022556391;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__task-text {
    font-size: 0.83125rem;
  }
}

.c-card__footer {
  margin-top: 2.6875rem;
  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;
}
@media screen and (max-width: 767px) {
  .c-card__footer {
    margin-top: 1.9rem;
  }
}

.c-card__button {
  min-width: 20.5rem;
  padding: 0.5rem 3.625rem;
  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;
  border-radius: 0.3125rem;
  border: 1px solid #192A9E;
  background: #fff;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.4;
  color: #0A1F34;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card__button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__button {
    min-width: 16.875rem;
    padding: 0.41875rem 3.01875rem;
    border-radius: 0.2625rem;
    font-size: max(1.25rem, 16px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-card__button {
    font-size: 1.25rem;
  }
}
.c-card__button svg {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  translate: 0 -50%;
  width: 0.25rem;
  height: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__button svg {
    right: 0.625rem;
    width: 0.20625rem;
    height: 0.41875rem;
  }
}

/* ===============================================
# 応募ボタンの下部寄せ
=============================================== */
.c-card {
  position: relative;
  min-height: 49.1875rem;
}
@media (max-width: 880px) {
  .c-card {
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .c-card {
    min-height: 41.25rem;
  }
}

.c-card.--h823 {
  position: relative;
  min-height: 51.4375rem;
}
@media (max-width: 880px) {
  .c-card.--h823 {
    min-height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .c-card.--h823 {
    min-height: 43.25rem;
  }
}

.c-card__footer {
  position: absolute;
  bottom: 1.5625rem;
  left: 1.875rem;
}

.c-title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-title__main {
  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: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-title__main {
    gap: 0.4375rem;
  }
}
.c-title__main.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-title__main.--wrap {
    gap: 1.0625rem;
  }
}

.c-title__logo {
  width: 27.0625rem;
  translate: 0 -0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-title__logo {
    width: 16.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__logo.--sp-w333 {
    width: 20.8125rem;
  }
}

.c-title__text {
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-title__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__text {
    font-size: max(1.5875rem, 20.32px);
    font-weight: 900;
    line-height: 1.4015748031;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title__text {
    font-size: 1.5875rem;
  }
}
.c-title__text.--font32 {
  font-size: max(2rem, 25.6px);
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-title__text.--font32 {
    font-size: 2rem;
  }
}

.c-title__border {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, #000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #000 51%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-title__border.--sp-mt10 {
    margin-top: 0.375rem;
  }
}

.c-title__sub {
  color: #080808;
  margin-top: 1.5rem;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title__sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__sub {
    margin-top: 0.95625rem;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title__sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__sub.--sp-mt20 {
    margin-top: 1.25rem;
  }
}

.c-title2 {
  text-align: center;
  width: 100%;
}

.c-title2__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .c-title2__main {
    gap: 0.4375rem;
  }
}

.c-title2__logo {
  width: 21.9375rem;
}
@media screen and (max-width: 767px) {
  .c-title2__logo {
    width: 16.8125rem;
  }
}

.c-title2__text {
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title2__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title2__text {
    font-size: max(1.5875rem, 20.32px);
    font-weight: 900;
    line-height: 1.4015748031;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title2__text {
    font-size: 1.5875rem;
  }
}

.c-title2__border {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 49%, rgba(255, 255, 255, 0) 100%);
  max-width: 57.375rem;
  height: 2px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-title2__border {
    width: 21.5rem;
  }
}

.c-title2__sub {
  color: #fff;
  margin-top: 1.5rem;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title2__sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title2__sub {
    margin-top: 0.95625rem;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-title2__sub {
    font-size: 1.5rem;
  }
}
.c-title2__sub span {
  color: #FFED48;
}

.c-contact {
  background: #fff;
  max-width: 14.0625vw;
  min-height: 23.4375vw;
  padding: 0.625vw 0.5208333333vw;
  border-radius: 0.3645833333vw;
}

.c-contact__title {
  font-family: "Noto Sans JP", sans-serif;
  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-column-gap: 0.2083333333vw;
     -moz-column-gap: 0.2083333333vw;
          column-gap: 0.2083333333vw;
}

.c-contact__title__red {
  color: #c1272d;
  font-size: 0.5729166667vw;
  line-height: 0.6770833333vw;
  font-weight: 700;
  border-radius: 1.0416666667vw;
  background: #f2f2f2;
}
.c-contact__title__red span {
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
}

.c-contact__title__default {
  font-size: 0.921875vw;
  line-height: 1.0135416667vw;
  font-weight: 500;
  color: #333;
}

.c-contact input[type=text],
.c-contact input[type=email],
.c-contact input[type=tel],
.c-contact input[type=date i],
.c-contact select,
.c-contact textarea {
  width: 100%;
  padding: 0.3645833333vw 0.2083333333vw;
  border-radius: 0.5208333333vw;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  font-weight: 500;
}
.c-contact input[type=text]::-webkit-input-placeholder, .c-contact input[type=email]::-webkit-input-placeholder, .c-contact input[type=tel]::-webkit-input-placeholder, .c-contact input[type=date i]::-webkit-input-placeholder, .c-contact select::-webkit-input-placeholder, .c-contact textarea::-webkit-input-placeholder {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  font-weight: 500;
  color: #A5A5A5;
}
.c-contact input[type=text]::-moz-placeholder, .c-contact input[type=email]::-moz-placeholder, .c-contact input[type=tel]::-moz-placeholder, .c-contact input[type=date i]::-moz-placeholder, .c-contact select::-moz-placeholder, .c-contact textarea::-moz-placeholder {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  font-weight: 500;
  color: #A5A5A5;
}
.c-contact input[type=text]:-ms-input-placeholder, .c-contact input[type=email]:-ms-input-placeholder, .c-contact input[type=tel]:-ms-input-placeholder, .c-contact input[type=date i]:-ms-input-placeholder, .c-contact select:-ms-input-placeholder, .c-contact textarea:-ms-input-placeholder {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  font-weight: 500;
  color: #A5A5A5;
}
.c-contact input[type=text]::-ms-input-placeholder, .c-contact input[type=email]::-ms-input-placeholder, .c-contact input[type=tel]::-ms-input-placeholder, .c-contact input[type=date i]::-ms-input-placeholder, .c-contact select::-ms-input-placeholder, .c-contact textarea::-ms-input-placeholder {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  font-weight: 500;
  color: #A5A5A5;
}
.c-contact input[type=text]::placeholder,
.c-contact input[type=email]::placeholder,
.c-contact input[type=tel]::placeholder,
.c-contact input[type=date i]::placeholder,
.c-contact select::placeholder,
.c-contact textarea::placeholder {
  font-size: 0.7291666667vw;
  line-height: 0.8333333333vw;
  font-weight: 500;
  color: #A5A5A5;
}
.c-contact .contact__submit {
  text-align: center;
}
.c-contact .contact__submit input[type=submit] {
  display: inline-block;
}
.c-contact .p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4166666667vw;
  margin-top: 0.5208333333vw;
}
.c-contact .p-contact__row.--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.5729166667vw;
     -moz-column-gap: 0.5729166667vw;
          column-gap: 0.5729166667vw;
}
.c-contact .p-contact__head {
  font-size: 0.625vw;
  line-height: 0.7291666667vw;
  font-weight: 500;
  padding-left: 1.8229166667vw;
}
.c-contact .p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.c-contact .p-contact__head span.--must::after {
  content: "必須";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  translate: 0 -50%;
  left: -1.5625vw;
  padding: 0.1041666667vw 0.2083333333vw;
  border-radius: 0.3645833333vw;
  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;
  background: #0010d3;
  color: #fff;
  font-size: 0.4166666667vw;
  line-height: 0.5208333333vw;
  font-weight: 500;
  white-space: nowrap;
}
.c-contact .contact__data input {
  height: 1.9270833333vw;
}
.c-contact .wpcf7-list-item {
  font-size: 0.625vw;
  line-height: 0.7291666667vw;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  position: relative;
  display: inline-block;
}
.c-contact .wpcf7-list-item a {
  text-decoration: underline;
}
.c-contact .wpcf7-list-item::after {
  content: "必須";
  display: inline-block;
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 0.2083333333vw);
  padding: 0.1041666667vw 0.2083333333vw;
  border-radius: 0.3645833333vw;
  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;
  background: #0010d3;
  color: #fff;
  font-size: 0.4166666667vw;
  line-height: 0.5208333333vw;
  font-weight: 500;
  white-space: nowrap;
}
.c-contact input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.c-contact input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.c-contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 1.1458333333vw;
  position: relative;
}
.c-contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.78125vw;
  height: 0.78125vw;
  border: 1px solid #CFCFCF;
  background: #FFF;
}
.c-contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 4px;
  width: 0.5208333333vw;
  height: 0.2604166667vw;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.c-contact input[type=submit],
.c-contact input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.c-contact input[type=submit]::-webkit-search-decoration,
.c-contact input[type=button]::-webkit-search-decoration {
  display: none;
}
.c-contact .p-contact__submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.c-contact .p-contact__submit p br,
.c-contact .p-contact__submit p span.wpcf7-spinner {
  display: none;
}
.c-contact .p-contact__submit svg {
  position: absolute;
  right: 1.09375vw;
  top: 50%;
  translate: 0 -50%;
  width: 0.5208333333vw;
  height: 0.625vw;
}
.c-contact .p-contact__submit input[type=submit] {
  margin-inline: auto;
  border-radius: 1.0416666667vw;
  background: linear-gradient(105deg, #00f 5.29%, #0009f9 18.7%, #0022eb 41.06%, #004bd4 69.67%, #0075be 94.71%);
  width: 9.53125vw;
  height: 1.9270833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7291666667vw;
  font-weight: 700;
  color: #fff;
}
.c-contact .p-contact__note {
  font-size: 0.46875vw;
  font-weight: 300;
  line-height: 0.7291666667vw;
}

.p-fv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: #fff;
    padding-bottom: 0.25rem;
  }
}

.p-fv__img {
  width: 100%;
  position: relative;
}

.p-fv_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv_btn {
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0.8125rem;
    width: 21.875rem;
    margin-inline: auto;
  }
}

.p-fv__sponsors {
  height: 6.23125rem;
  background: #FFF;
  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;
}
@media screen and (max-width: 767px) {
  .p-fv__sponsors {
    height: 8.4375rem;
    padding-top: 1.5625rem;
  }
}

.p-fv__sponsors__wrapper {
  overflow: hidden;
}

.p-fv__sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.868125rem;
     -moz-column-gap: 1.868125rem;
          column-gap: 1.868125rem;
  padding-inline: 1.625rem;
  background: #fff;
  width: 200%;
}
@media screen and (max-width: 767px) {
  .p-fv__sponsor__list {
    -webkit-column-gap: 1.1rem;
       -moz-column-gap: 1.1rem;
            column-gap: 1.1rem;
    padding-inline: 0;
    width: 500%;
  }
}

.p-fv__sponsor__list.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
          animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.p-fv__sponsor__list.scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 60s infinite linear 0.5s both;
          animation: infinity-scroll-right 60s infinite linear 0.5s both;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__sponsor__list.scroll-infinity__list--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-fv__sponsor__img {
  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;
}
.p-fv__sponsor__img img {
  height: auto;
}

@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.999% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50.001% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49.999% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50.001% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  49.999% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  50.001% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  49.999% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  50.001% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-fv__contact {
  position: absolute;
  top: 1.6145833333vw;
  right: 23.4375vw;
}
@media screen and (max-width: 767px) {
  .p-fv__contact {
    display: none;
  }
}

.p-project {
  background: #fff;
}

.p-project__title {
  background: url(./../img/project-title-bg.png) no-repeat center center/cover;
  height: 17.3125rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-project__title {
    background: url(./../img/project-title-bg_sp.png) no-repeat center center/cover;
    height: 10.5625rem;
  }
}

.p-project__title__text {
  height: 100%;
  max-width: 68.75rem;
}
@media screen and (max-width: 767px) {
  .p-project__title__text {
    opacity: 0;
  }
}
.p-project__title__text img {
  height: 100%;
}

.p-project__body {
  margin-top: 1.83375rem;
  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-project__body {
    margin-top: 0.9375rem;
  }
}

.p-project__content {
  padding: 5.5625rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-project__content {
    padding: 1.3125rem 0 7.0625rem;
  }
}

.p-project__content.--gray {
  background: url(./../img/project-swiper-bg-gray.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-project__content.--gray {
    background: url(./../img/project-swiper-bg-gray_sp.png) no-repeat center center/cover;
  }
}

.p-project__content__title {
  text-align: center;
}

.p-project__content__title__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #192A9E;
  padding: 0.125rem 0.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;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-project__content__title__head {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-project__content__title__head {
    padding: 0.1125rem 0.4375rem;
    font-size: max(1.33125rem, 17.04px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-project__content__title__head {
    font-size: 1.33125rem;
  }
}
.p-project__content__title__head::after {
  content: "";
  position: absolute;
  background: url(./../img/trytriangle.png) no-repeat center center/cover;
  width: 0.875rem;
  height: 0.9375rem;
  bottom: -0.9375rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-project__content__title__head::after {
    width: 0.775rem;
    height: 0.83125rem;
    bottom: -0.83125rem;
  }
}

.p-project__content__title__main {
  margin-top: 1.0625rem;
  font-size: max(2.9406875rem, 37.6408px);
  font-weight: 600;
  line-height: 1.3999914986;
  letter-spacing: 0.1100082889em;
}
@media screen and (max-width: 767px) {
  .p-project__content__title__main {
    font-size: 2.9406875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-project__content__title__main {
    margin-top: 1.375rem;
    font-size: max(1.7875rem, 22.88px);
    font-weight: 600;
    line-height: 1.2202797203;
    letter-spacing: 0.0797202797em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-project__content__title__main {
    font-size: 1.7875rem;
  }
}
.p-project__content__title__main span {
  font-size: max(2.190625rem, 28.04px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1099857347em;
}
@media screen and (max-width: 767px) {
  .p-project__content__title__main span {
    font-size: 2.190625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-project__content__title__main span {
    font-size: max(1.33125rem, 17.04px);
    font-weight: 600;
    line-height: 0.1305164319;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-project__content__title__main span {
    font-size: 1.33125rem;
  }
}

.p-project__content__title__border {
  max-width: 37.375rem;
}
@media screen and (max-width: 767px) {
  .p-project__content__title__border {
    max-width: 22.5625rem;
  }
}
.p-project__content__title__border.--w450 {
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-project__content__title__border.--w450 {
    width: 17.75rem;
  }
}

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

/* ===============================================
# swiper
=============================================== */
.p-project__swiper-container,
.p-project__swiper,
.p-project__swiper-wrapper,
.p-project__swiper-slide {
  position: relative;
}

.p-project__swiper {
  overflow: hidden;
  margin-top: 1.25rem;
  padding-left: 1.875rem;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-project__swiper {
    padding-left: 0;
  }
}

.p-project__swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.p-project__swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -2.0625rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 0.6875rem;
  height: 0.6875rem;
  background: none;
  border: 1px solid #9B9B9B;
  margin-inline: 1.171875rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #192A9E;
  border: 1px solid #192A9E;
}

.p-reason__title {
  background: url(./../img/reason_title_bg.png) no-repeat center center/cover;
  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: 1.0625rem;
  height: 13.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    background: url(./../img/reason_title_bg_sp.png) no-repeat center center/cover;
    gap: 0.375rem;
    height: 10.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-reason__title::after {
  content: "";
  position: absolute;
  background: url(./../img/arrow-bottm-3.png) no-repeat center center/cover;
  width: 2.8125rem;
  height: 2rem;
  bottom: 2rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-reason__title::after {
    width: 2.34375rem;
    height: 1.6625rem;
    bottom: 1.3125rem;
  }
}

.p-reason__title__logo {
  width: 30.4375rem;
  margin-top: -1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__title__logo {
    width: 14.6875rem;
    margin-top: 1.9375rem;
  }
}

.p-reason__title__text {
  font-size: max(2.4375rem, 31.2px);
  font-weight: 900;
  line-height: 1.3102564103;
}
@media screen and (max-width: 767px) {
  .p-reason__title__text {
    font-size: 2.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__title__text {
    font-size: max(1.425rem, 18.24px);
    font-weight: 900;
    line-height: 1.4017982456;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reason__title__text {
    font-size: 1.425rem;
  }
}

.p-reason__row .p-reason__row__texts,
.p-reason__row .p-reason__row__img {
  translate: -1.4375rem;
}
@media (max-width: 1300px) {
  .p-reason__row .p-reason__row__texts,
  .p-reason__row .p-reason__row__img {
    translate: 0;
  }
}

.p-reason__row.--rowReverse .p-reason__row__texts,
.p-reason__row.--rowReverse .p-reason__row__img {
  translate: 2.75rem;
}
@media (max-width: 1300px) {
  .p-reason__row.--rowReverse .p-reason__row__texts,
  .p-reason__row.--rowReverse .p-reason__row__img {
    translate: 0;
  }
}

.p-reason__row {
  padding: 3.8125rem 0 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1300px) {
  .p-reason__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__row {
    padding: 2.28125rem 0 1.875rem;
  }
}
.p-reason__row:nth-child(2) {
  background: url(./../img/reason_bg1.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-reason__row:nth-child(2) {
    background: url(./../img/reason_bg1_sp.png) no-repeat center center/cover;
  }
}
.p-reason__row:nth-child(3) {
  background: url(./../img/reason_bg2.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-reason__row:nth-child(3) {
    background: url(./../img/reason_bg2_sp.png) no-repeat center center/cover;
  }
}
.p-reason__row:nth-child(4) {
  background: url(./../img/reason_bg3.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-reason__row:nth-child(4) {
    background: url(./../img/reason_bg3_sp.png) no-repeat center center/cover;
  }
}

.p-reason__row.--rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1300px) {
  .p-reason__row.--rowReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-reason__row.--rowReverse .p-reason__row__img {
  margin-right: -4rem;
}
@media (max-width: 1300px) {
  .p-reason__row.--rowReverse .p-reason__row__img {
    margin-right: 0;
  }
}

.p-reason__row__texts {
  width: 36.8125rem;
  padding: 5.875rem 2.75rem;
  min-height: 26.6875rem;
  border-radius: 1.125rem;
  background: #0A1E33;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts {
    padding: 2.875rem 1.5625rem;
    border-radius: 0.625rem;
    max-width: 20rem;
    min-height: 14.4375rem;
  }
}

.p-reason__row__texts.--padding53 {
  padding: 3.3125rem 3.375rem 4.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts.--padding53 {
    padding: 2.875rem 1.5625rem;
  }
}

.p-reason__row__img {
  width: 45.1875rem;
  border-radius: 1.6875rem;
  margin-left: -4rem;
}
@media (max-width: 1300px) {
  .p-reason__row__img {
    margin-left: 0;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__row__img {
    width: 21.0625rem;
    border-radius: 0.78125rem;
    margin-bottom: -0.6875rem;
  }
}
.p-reason__row__img img {
  border-radius: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__row__img img {
    border-radius: 0.78125rem;
  }
}

.p-reason__row__texts__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-reason__row__texts__title img {
  width: 4.75rem;
  height: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__title img {
    width: 2.25rem;
    height: 2.9375rem;
  }
}

.p-reason__row__texts__title .--mr10 {
  margin-right: 0.3125rem;
}

.p-reason__row__texts__title__text__sub {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__title__text__sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__title__text__sub {
    font-size: max(0.84375rem, 10.8px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.0100740741em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reason__row__texts__title__text__sub {
    font-size: 0.84375rem;
  }
}

.p-reason__row__texts__title__text__main {
  font-size: max(1.96875rem, 25.2px);
  font-weight: 700;
  line-height: 1.3492063492;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__title__text__main {
    font-size: 1.96875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__title__text__main {
    font-size: max(1.068375rem, 13.6752px);
    font-weight: 700;
    line-height: 1.17000117;
    letter-spacing: -0.01000351em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reason__row__texts__title__text__main {
    font-size: 1.068375rem;
  }
}

.p-reason__row__texts__border {
  background: #fff;
  height: 1px;
  width: 100%;
  margin: 0.5625rem 0;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__border {
    margin: 0.3125rem 0;
  }
}

.p-reason__row__texts__text {
  margin-top: 1.8125rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__text {
    margin-top: 0.9375rem;
    font-size: max(0.8125rem, 10.4px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reason__row__texts__text {
    font-size: 0.8125rem;
  }
}

.p-reason__row__texts__text span {
  display: inline-block;
  color: #FFED48;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__text span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__text span {
    font-size: max(1.0865625rem, 13.908px);
    font-weight: 700;
    line-height: 1.3805004314;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reason__row__texts__text span {
    font-size: 1.0865625rem;
  }
}

.u-reason-text-gold {
  background: linear-gradient(93deg, #FFED61 28.2%, #FFC480 87.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-reason__row__texts__text .u-reason-text-goldSimple {
  color: #FFED48;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__text .u-reason-text-goldSimple {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__row__texts__text .u-reason-text-goldSimple {
    font-size: max(0.8125rem, 10.4px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reason__row__texts__text .u-reason-text-goldSimple {
    font-size: 0.8125rem;
  }
}

.u-reason-text-gold47 {
  background: linear-gradient(93deg, #FFED61 28.2%, #FFC480 87.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: max(2.9675rem, 37.984px);
  font-weight: 700;
  line-height: 1.350042123;
  letter-spacing: -0.0100042123em;
}
@media screen and (max-width: 767px) {
  .u-reason-text-gold47 {
    font-size: 2.9675rem;
  }
}
@media screen and (max-width: 767px) {
  .u-reason-text-gold47 {
    font-size: max(1.61225rem, 20.6368px);
    font-weight: 700;
    line-height: 1.3387734532;
    letter-spacing: -0.0100015506em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-reason-text-gold47 {
    font-size: 1.61225rem;
  }
}

.u-reason-text-gold32 {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .u-reason-text-gold32 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-reason-text-gold32 {
    font-size: max(1.0865625rem, 13.908px);
    font-weight: 700;
    line-height: 1.3977566868;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .u-reason-text-gold32 {
    font-size: 1.0865625rem;
  }
}

.p-feature {
  background: url(./../img/bg-sliber.png) no-repeat center center/cover;
  padding: 8.5rem 6.875rem 6.9375rem;
}
@media screen and (max-width: 767px) {
  .p-feature {
    background: url(./../img/bg-sliber_sp.png) no-repeat center center/cover;
    padding: 2.625rem 0;
  }
}

.p-feature__title {
  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;
}

.p-feature__wrapper {
  margin-top: 4.125rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-feature__wrapper {
    margin-top: 2.9375rem;
    -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: 2.5625rem;
  }
}

.p-feature__item {
  width: 20.25rem;
  min-height: 21.8125rem;
  background: #FFF;
  border-radius: 1.519rem;
  border: 0.15625rem solid #0A1F34;
}

.p-feature__item__title {
  translate: 0 -1.21875rem;
  max-width: 19.44375rem;
  margin-inline: auto;
  border-radius: 2.8125rem;
  background: #0A1F34;
  min-height: 4.90625rem;
  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;
  padding: 1.375rem 1.1125rem;
  color: #FFFDFD;
  font-size: max(1.52125rem, 19.472px);
  font-weight: 700;
  line-height: 1.3968775678;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature__item__title {
    font-size: 1.52125rem;
  }
}
.p-feature__item__title svg {
  width: 1.3125rem;
  height: 0.6875rem;
  position: absolute;
  bottom: -0.59375rem;
  left: 50%;
  translate: -50%;
}

.p-feature__item__icon {
  width: 6.625rem;
  margin-inline: auto;
}
.p-feature__item__icon.--icon2 {
  width: 8.625rem;
}

.p-feature__item__icon:not(.--icon2) {
  margin-bottom: 1.75rem;
}

.p-feature__item__texts {
  margin-top: 0.925rem;
  max-width: 17.625rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-feature__item__text {
  font-size: max(1.2151875rem, 15.5544px);
  font-weight: 600;
  line-height: 1.3999897135;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-feature__item__text {
    font-size: 1.2151875rem;
  }
}

.p-feature__other {
  margin-top: 2.5rem;
  max-width: 60.75rem;
  margin-inline: auto;
  border-radius: 1.875rem;
  border: 0.15625rem solid #000;
  background: #FFF;
  padding: 2.4375rem 2.34375rem 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-feature__other {
    margin-top: 1.5625rem;
    padding: 2.1875rem 0.9375rem 2.9375rem 1.1875rem;
    max-width: 20.3125rem;
  }
}

.p-feature__other__title {
  color: #192A9E;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.1944444444;
}
@media screen and (max-width: 767px) {
  .p-feature__other__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__other__title {
    font-size: max(1.875rem, 24px);
    font-weight: 700;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-feature__other__title {
    font-size: 1.875rem;
  }
}

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

.p-feature__other__text {
  font-size: max(1.5625rem, 20px);
  font-weight: 600;
  line-height: 1.6;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature__other__text {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__other__text {
    font-size: max(1.3125rem, 16.8px);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.09em;
    padding-left: 2.1875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-feature__other__text {
    font-size: 1.3125rem;
  }
}
.p-feature__other__text::before {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 0.375rem;
  width: 0.5625rem;
  height: 1.125rem;
  border-right: 0.1875rem solid #192A9E;
  border-bottom: 0.1875rem solid #192A9E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-feature__other__text::before {
    top: 0.25rem;
  }
}

.p-case {
  background: url(./../img/bg-sliber.png) no-repeat center center/cover;
  padding: 10.9375rem 0 11.8125rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    background: url(./../img/bg-sliber_sp.png) no-repeat center center/cover;
    padding: 3.4375rem 0 2.8125rem;
  }
}

.p-case__title {
  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;
}

.p-case__wrapper {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  max-width: 63.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-case__wrapper {
    max-width: 21rem;
    margin-top: 2.875rem;
    row-gap: 1.125rem;
  }
}

.p-voice {
  background: url(./../img/bg-blue.png) no-repeat center center/cover;
  padding: 8.375rem 0 9.1875rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    background: url(./../img/bg-blue_sp.png) no-repeat center center/cover;
    padding: 3.8125rem 0 4.625rem;
  }
}

.p-voice__title {
  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;
}

.p-voice__body {
  margin-top: 2.71875rem;
  max-width: 68.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__body {
    margin-top: 1.6875rem;
  }
}

.p-voice__item {
  max-width: 21.625rem;
  min-height: 66.25rem;
  padding: 0.9375rem 1.0625rem;
  background: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    min-height: 65.0625rem;
    padding: 0.9375rem 1.8125rem 1.4375rem;
  }
}

.p-voice__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.75rem;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item__head {
    margin-left: 0.0625rem;
  }
}

.p-voice__item__head__img {
  width: 8rem;
}

.p-voice__item__head__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.p-voice__item__head__name {
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .p-voice__item__head__name {
    font-size: 1.5rem;
  }
}

.p-voice__item__head__job {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .p-voice__item__head__job {
    font-size: 1rem;
  }
}

.p-voice__item__skill {
  margin-top: 0.6875rem;
  min-height: 5.510625rem;
  padding: 0.5rem 0.5625rem;
  border-radius: 0.3125rem;
  background: #E8F6FF;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-voice__item__skill {
    font-size: 1rem;
  }
}

.p-voice__item__skill__text {
  margin-top: 0.3125rem;
  font-weight: 700;
}

.p-voice__item__text {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item__text {
    margin-top: 0.6875rem;
  }
}

.p-voice__item__text__title {
  color: #192A9E;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.375;
  min-height: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item__text__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item__text__title {
    min-height: 11.25rem;
    font-size: max(1.8125rem, 23.2px);
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-voice__item__text__title {
    font-size: 1.8125rem;
  }
}

.p-voice__item__text__text {
  margin-top: 0.71875rem;
  font-size: max(1.375rem, 17.6px);
  font-weight: 500;
  line-height: 1.4090909091;
}
@media screen and (max-width: 767px) {
  .p-voice__item__text__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item__text__text {
    margin-top: -0.125rem;
  }
}
.p-voice__item__text__text span {
  font-weight: 700;
  color: #192A9E;
}

.p-voice__note {
  width: 100%;
  max-width: 68.875rem;
  margin-inline: auto;
  margin-top: 3.1875rem;
  text-align: left;
  font-size: max(1.375rem, 17.6px);
  font-weight: 400;
  line-height: 1.2272727273;
  letter-spacing: 0.0456363636em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice__note {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__note {
    max-width: 20.75rem;
    margin-top: 1.6875rem;
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.06275em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-voice__note {
    font-size: 1rem;
  }
}

/* ===============================================
# swiper-voice
=============================================== */
.p-voice,
.p-voice__swiper,
.p-voice__swiper-wrapper,
.p-voice__swiper-slide {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
  top: 50%;
  translate: 0 -50%;
  width: 2.125rem;
  height: 2.125rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev {
  background: url(./../img/swiper-btn-prev.png) no-repeat center center/cover;
  left: 0.375rem;
}

.swiper-button-next {
  background: url(./../img/swiper-btn-next.png) no-repeat center center/cover;
  right: 0.375rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.p-flow {
  background: url(./../img/bg-sliber.png) no-repeat center center/cover;
  padding: 7.25rem 0 7.3125rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    background: url(./../img/bg-sliber_sp.png) no-repeat center center/cover;
    padding: 3.5625rem 0 3.5625rem;
  }
}

.p-flow__inner {
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding: 0;
  }
}

.p-flow__box {
  width: min(26.0416666667vw, 500px);
  width: clamp(10px, 34.7222222222vw, 500px);
  height: 500px;
  background: #000;
  margin-inline: auto;
}

.p-flow__container {
  border-radius: min(0.625vw, 12px);
  border: 2px solid #0A1F34;
  background: #fff;
  padding: clamp(41.302px, 3.3854166667vw, 65px) clamp(30px, 2.4479166667vw, 47px);
  max-width: 111.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__container {
    max-width: 20.6875rem;
    padding: 2.75rem 1.34375rem;
    border-radius: 0.75rem;
  }
}

.p-flow__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(5.413px, 0.4166666667vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    row-gap: 0.125rem;
  }
}

.p-flow__head {
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.4;
  font-size: clamp(15px, 1.25vw, 24px);
  line-height: clamp(21px, 1.75vw, 33.6px);
  color: #192A9E;
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    font-size: max(1.3125rem, 16.8px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__head {
    font-size: 1.3125rem;
  }
}

.p-flow__main {
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-size: clamp(25px, 2.0833333333vw, 40px);
  line-height: clamp(35px, 2.9166666667vw, 56px);
  letter-spacing: clamp(3px, 0.25vw, 4.8px);
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-flow__main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__main {
    font-size: max(2.25rem, 28.8px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__main {
    font-size: 2.25rem;
  }
}

.p-flow__border {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, #000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #000 51%, rgba(255, 255, 255, 0) 100%);
  width: clamp(385.75px, 28.2291666667vw, 542px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__border {
    width: 18.75rem;
    margin-top: 0.625rem;
    height: 2px;
  }
}

.p-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(15.25px, 1.25vw, 24px);
  margin-top: clamp(19.05px, 1.5625vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-flow__wrap {
    gap: 4.9375rem;
    margin-top: 1.875rem;
  }
}

.p-flow__item {
  width: clamp(197px, 16.1458333333vw, 310px);
  height: clamp(232px, 19.0104166667vw, 365px);
  padding-left: clamp(25px, 2.0572916667vw, 39.5px);
  position: relative;
}
.p-flow__item:nth-child(1) {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}

.p-flow__item__no {
  width: clamp(27px, 2.1875vw, 42px);
  margin-top: clamp(19px, 2.8385416667vw, 54.5px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__item__no {
    margin-top: 0;
    width: 2.625rem;
    margin-top: 1.53125rem;
  }
}

.p-flow__item__title {
  margin-top: clamp(11.2px, 0.8854166667vw, 17px);
  text-align: center;
  min-height: clamp(36.05px, 3.0625vw, 58.8px);
}
@media screen and (max-width: 767px) {
  .p-flow__item__title {
    min-height: 0;
    margin-top: 1.0625rem;
    min-height: 3.675rem;
  }
}

.p-flow__item__title__main {
  font-size: max(1.625rem, 20.8px);
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(16.5px, 1.3541666667vw, 26px);
  line-height: clamp(22.75px, 1.8958333333vw, 36.4px);
  background: linear-gradient(105deg, #00F 5.29%, #0009F9 18.7%, #0022EB 41.06%, #004BD4 69.67%, #0075BE 94.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-flow__item__title__main {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item__title__main {
    font-size: max(1.625rem, 20.8px);
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__item__title__main {
    font-size: 1.625rem;
  }
}

.p-flow__item__title__sub {
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.4;
  font-size: clamp(10px, 0.8333333333vw, 16px);
  line-height: clamp(14px, 1.1666666667vw, 22.4px);
  background: linear-gradient(105deg, #00F 5.29%, #0009F9 18.7%, #0022EB 41.06%, #004BD4 69.67%, #0075BE 94.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-flow__item__title__sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item__title__sub {
    font-size: max(1rem, 12.8px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__item__title__sub {
    font-size: 1rem;
  }
}

.p-flow__item__text {
  margin-top: clamp(12.07px, 0.9895833333vw, 19px);
  color: #333;
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
  font-size: clamp(11.43px, 0.9375vw, 18px);
  line-height: clamp(16.8px, 1.5vw, 28.8px);
}
@media screen and (max-width: 767px) {
  .p-flow__item__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item__text {
    margin-top: 1.1875rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__item__text {
    font-size: 1.125rem;
  }
}

.p-flow__item__next {
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(9.53px, 0.78125vw, 15px);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__item__next {
    width: 100%;
    height: 0.625rem;
    top: -2.4375rem;
  }
}

.p-faq {
  background: #eee;
}

.p-faq__container {
  max-width: 64.625rem;
  padding: 13.125rem 2.1875rem 11.0625rem;
  background: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__container {
    max-width: 20.8125rem;
    padding: 3.625rem 0.9375rem 2.4375rem;
  }
}

.p-faq__container__title {
  text-align: center;
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.4;
  color: #0A1F34;
}
@media screen and (max-width: 767px) {
  .p-faq__container__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__container__title {
    font-size: max(1.425rem, 18.24px);
    font-weight: 900;
    line-height: 1.4035087719;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__container__title {
    font-size: 1.425rem;
  }
}

.p-faq__container__border {
  height: 2px;
  width: 33.875rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, #000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #000 51%, rgba(255, 255, 255, 0) 100%);
  margin-inline: auto;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__container__border {
    width: 100%;
    margin-top: 0.4375rem;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__items {
  margin-top: 2rem;
  max-width: 60.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    margin-top: 1.20625rem;
    width: 100%;
  }
}

.p-faq__question {
  display: block;
  padding: 1.5625rem 3.125rem 1.5625rem 2.375rem;
  background: #F1F1F1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    padding: 0.875rem 3rem 0.875rem 1.375rem;
  }
}
.p-faq__question::before, .p-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
}
.p-faq__question::before {
  right: 3.5rem;
  width: 1.5rem;
  height: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    width: 0.875rem;
    height: 0.125rem;
    right: 2rem;
  }
}
.p-faq__question::after {
  width: 0.1875rem;
  height: 1.5rem;
  right: 4.125rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__question::after {
    width: 0.125rem;
    height: 0.875rem;
    right: 2.375rem;
  }
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}

details[open] .p-faq__question::after {
  rotate: 90deg;
}

.p-faq__question-text {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.375;
  color: #192A9E;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 600;
    line-height: 1.4;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__question-text {
    font-size: 0.875rem;
  }
}
.p-faq__question-text::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.375;
  color: #192A9E;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text::before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__question-text::before {
    font-size: max(0.875rem, 11.2px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__question-text::before {
    font-size: 0.875rem;
  }
}

.p-faq__answer {
  padding: 1.3125rem 2.125rem 0 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding: 0.75rem 1.2125rem;
  }
}

.p-faq__answer-text {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.375;
  color: #0A1F34;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.4;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 0.875rem;
  }
}
.p-faq__answer-text::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.375;
  color: #192A9E;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text::before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text::before {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__answer-text::before {
    font-size: 0.875rem;
  }
}

.p-contact {
  background: url(./../img/contact_bg.png) no-repeat center center/cover;
  padding: 6.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    background: url(./../img/contact_bg_sp.png) no-repeat center center/cover;
    padding: 3.55rem 0;
  }
}

.p-contact__container {
  max-width: 60.4375rem;
  margin-inline: auto;
  background: #fff;
  padding: 4.0625rem 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    max-width: 20.625rem;
    padding: 1.75rem 1.3125rem 1.9375rem 0.9375rem;
  }
}

.p-contact__title {
  text-align: center;
}

.p-contact__title__head {
  margin-bottom: 0.5rem;
  color: #192a9e;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-contact__title__head {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title__head {
    margin-bottom: 0.3625rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__title__head {
    font-size: 1.125rem;
  }
}

.p-contact__title__main {
  margin-bottom: 0.5rem;
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-contact__title__main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title__main {
    font-size: max(1.8125rem, 23.2px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1201034483em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__title__main {
    font-size: 1.8125rem;
  }
}

.p-contact__title__border {
  height: 0.125rem;
  width: 16.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(51%, #000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #000 51%, rgba(255, 255, 255, 0) 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__title__border {
    width: 12rem;
  }
}

.p-contact__title__sub {
  margin-top: 0.5rem;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.4;
  color: #080808;
}
@media screen and (max-width: 767px) {
  .p-contact__title__sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title__sub {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__title__sub {
    font-size: 1.5rem;
  }
}

.p-contact__body {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    margin-top: 1.0625rem;
  }
}

.p-contact__body input[type=text],
.p-contact__body input[type=email],
.p-contact__body input[type=tel],
.p-contact__body input[type=date i],
.p-contact__body select,
.p-contact__body textarea {
  width: 100%;
  padding: 0.5rem 1.5rem;
  border-radius: 0.625rem;
  border: 1px solid #c0c0c0;
  background: #fff;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-contact__body input[type=text],
  .p-contact__body input[type=email],
  .p-contact__body input[type=tel],
  .p-contact__body input[type=date i],
  .p-contact__body select,
  .p-contact__body textarea {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body input[type=text],
  .p-contact__body input[type=email],
  .p-contact__body input[type=tel],
  .p-contact__body input[type=date i],
  .p-contact__body select,
  .p-contact__body textarea {
    padding: 0.3625rem 1.0875rem;
    border-radius: 0.45rem;
    font-size: max(1.0875rem, 13.92px);
    font-weight: 500;
    line-height: 1.3793103448;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__body input[type=text],
  .p-contact__body input[type=email],
  .p-contact__body input[type=tel],
  .p-contact__body input[type=date i],
  .p-contact__body select,
  .p-contact__body textarea {
    font-size: 1.0875rem;
  }
}
.p-contact__body input[type=text]::-webkit-input-placeholder, .p-contact__body input[type=email]::-webkit-input-placeholder, .p-contact__body input[type=tel]::-webkit-input-placeholder, .p-contact__body input[type=date i]::-webkit-input-placeholder, .p-contact__body select::-webkit-input-placeholder, .p-contact__body textarea::-webkit-input-placeholder {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.4;
  color: #A5A5A5;
}
.p-contact__body input[type=text]::-moz-placeholder, .p-contact__body input[type=email]::-moz-placeholder, .p-contact__body input[type=tel]::-moz-placeholder, .p-contact__body input[type=date i]::-moz-placeholder, .p-contact__body select::-moz-placeholder, .p-contact__body textarea::-moz-placeholder {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.4;
  color: #A5A5A5;
}
.p-contact__body input[type=text]:-ms-input-placeholder, .p-contact__body input[type=email]:-ms-input-placeholder, .p-contact__body input[type=tel]:-ms-input-placeholder, .p-contact__body input[type=date i]:-ms-input-placeholder, .p-contact__body select:-ms-input-placeholder, .p-contact__body textarea:-ms-input-placeholder {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.4;
  color: #A5A5A5;
}
.p-contact__body input[type=text]::-ms-input-placeholder, .p-contact__body input[type=email]::-ms-input-placeholder, .p-contact__body input[type=tel]::-ms-input-placeholder, .p-contact__body input[type=date i]::-ms-input-placeholder, .p-contact__body select::-ms-input-placeholder, .p-contact__body textarea::-ms-input-placeholder {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.4;
  color: #A5A5A5;
}
.p-contact__body input[type=text]::placeholder,
.p-contact__body input[type=email]::placeholder,
.p-contact__body input[type=tel]::placeholder,
.p-contact__body input[type=date i]::placeholder,
.p-contact__body select::placeholder,
.p-contact__body textarea::placeholder {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.4;
  color: #A5A5A5;
}
@media screen and (max-width: 767px) {
  .p-contact__body input[type=text]::-webkit-input-placeholder, .p-contact__body input[type=email]::-webkit-input-placeholder, .p-contact__body input[type=tel]::-webkit-input-placeholder, .p-contact__body input[type=date i]::-webkit-input-placeholder, .p-contact__body select::-webkit-input-placeholder, .p-contact__body textarea::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__body input[type=text]::-moz-placeholder, .p-contact__body input[type=email]::-moz-placeholder, .p-contact__body input[type=tel]::-moz-placeholder, .p-contact__body input[type=date i]::-moz-placeholder, .p-contact__body select::-moz-placeholder, .p-contact__body textarea::-moz-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__body input[type=text]:-ms-input-placeholder, .p-contact__body input[type=email]:-ms-input-placeholder, .p-contact__body input[type=tel]:-ms-input-placeholder, .p-contact__body input[type=date i]:-ms-input-placeholder, .p-contact__body select:-ms-input-placeholder, .p-contact__body textarea:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__body input[type=text]::-ms-input-placeholder, .p-contact__body input[type=email]::-ms-input-placeholder, .p-contact__body input[type=tel]::-ms-input-placeholder, .p-contact__body input[type=date i]::-ms-input-placeholder, .p-contact__body select::-ms-input-placeholder, .p-contact__body textarea::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .p-contact__body input[type=text]::placeholder,
  .p-contact__body input[type=email]::placeholder,
  .p-contact__body input[type=tel]::placeholder,
  .p-contact__body input[type=date i]::placeholder,
  .p-contact__body select::placeholder,
  .p-contact__body textarea::placeholder {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body input[type=text]::-webkit-input-placeholder, .p-contact__body input[type=email]::-webkit-input-placeholder, .p-contact__body input[type=tel]::-webkit-input-placeholder, .p-contact__body input[type=date i]::-webkit-input-placeholder, .p-contact__body select::-webkit-input-placeholder, .p-contact__body textarea::-webkit-input-placeholder {
    font-size: max(1.0875rem, 13.92px);
    font-weight: 500;
    line-height: 1.3793103448;
  }
  .p-contact__body input[type=text]::-moz-placeholder, .p-contact__body input[type=email]::-moz-placeholder, .p-contact__body input[type=tel]::-moz-placeholder, .p-contact__body input[type=date i]::-moz-placeholder, .p-contact__body select::-moz-placeholder, .p-contact__body textarea::-moz-placeholder {
    font-size: max(1.0875rem, 13.92px);
    font-weight: 500;
    line-height: 1.3793103448;
  }
  .p-contact__body input[type=text]:-ms-input-placeholder, .p-contact__body input[type=email]:-ms-input-placeholder, .p-contact__body input[type=tel]:-ms-input-placeholder, .p-contact__body input[type=date i]:-ms-input-placeholder, .p-contact__body select:-ms-input-placeholder, .p-contact__body textarea:-ms-input-placeholder {
    font-size: max(1.0875rem, 13.92px);
    font-weight: 500;
    line-height: 1.3793103448;
  }
  .p-contact__body input[type=text]::-ms-input-placeholder, .p-contact__body input[type=email]::-ms-input-placeholder, .p-contact__body input[type=tel]::-ms-input-placeholder, .p-contact__body input[type=date i]::-ms-input-placeholder, .p-contact__body select::-ms-input-placeholder, .p-contact__body textarea::-ms-input-placeholder {
    font-size: max(1.0875rem, 13.92px);
    font-weight: 500;
    line-height: 1.3793103448;
  }
  .p-contact__body input[type=text]::placeholder,
  .p-contact__body input[type=email]::placeholder,
  .p-contact__body input[type=tel]::placeholder,
  .p-contact__body input[type=date i]::placeholder,
  .p-contact__body select::placeholder,
  .p-contact__body textarea::placeholder {
    font-size: max(1.0875rem, 13.92px);
    font-weight: 500;
    line-height: 1.3793103448;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__body input[type=text]::-webkit-input-placeholder, .p-contact__body input[type=email]::-webkit-input-placeholder, .p-contact__body input[type=tel]::-webkit-input-placeholder, .p-contact__body input[type=date i]::-webkit-input-placeholder, .p-contact__body select::-webkit-input-placeholder, .p-contact__body textarea::-webkit-input-placeholder {
    font-size: 1.0875rem;
  }
  .p-contact__body input[type=text]::-moz-placeholder, .p-contact__body input[type=email]::-moz-placeholder, .p-contact__body input[type=tel]::-moz-placeholder, .p-contact__body input[type=date i]::-moz-placeholder, .p-contact__body select::-moz-placeholder, .p-contact__body textarea::-moz-placeholder {
    font-size: 1.0875rem;
  }
  .p-contact__body input[type=text]:-ms-input-placeholder, .p-contact__body input[type=email]:-ms-input-placeholder, .p-contact__body input[type=tel]:-ms-input-placeholder, .p-contact__body input[type=date i]:-ms-input-placeholder, .p-contact__body select:-ms-input-placeholder, .p-contact__body textarea:-ms-input-placeholder {
    font-size: 1.0875rem;
  }
  .p-contact__body input[type=text]::-ms-input-placeholder, .p-contact__body input[type=email]::-ms-input-placeholder, .p-contact__body input[type=tel]::-ms-input-placeholder, .p-contact__body input[type=date i]::-ms-input-placeholder, .p-contact__body select::-ms-input-placeholder, .p-contact__body textarea::-ms-input-placeholder {
    font-size: 1.0875rem;
  }
  .p-contact__body input[type=text]::placeholder,
  .p-contact__body input[type=email]::placeholder,
  .p-contact__body input[type=tel]::placeholder,
  .p-contact__body input[type=date i]::placeholder,
  .p-contact__body select::placeholder,
  .p-contact__body textarea::placeholder {
    font-size: 1.0875rem;
  }
}
.p-contact__body .contact__submit {
  text-align: center;
}
.p-contact__body .contact__submit input[type=submit] {
  display: inline-block;
}
.p-contact__body .p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__form {
    row-gap: 1.13375rem;
  }
}
.p-contact__body .p-contact__row.--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__row.--2col {
    grid-template-columns: 1fr;
    row-gap: 0.8625rem;
  }
}
.p-contact__body .p-contact__head {
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__head {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__head {
    font-size: max(1.0875rem, 13.92px);
    font-weight: 600;
    line-height: 1.3793103448;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__body .p-contact__head {
    font-size: 1.0875rem;
  }
}
.p-contact__body .p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.p-contact__body .p-contact__head span.--must::after {
  content: "必須";
  display: inline-block;
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 0.25rem);
  padding: 0 0.75rem;
  border-radius: 1rem;
  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;
  background: #cc0a01;
  color: #fff;
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__head span.--must::after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__head span.--must::after {
    padding: 0 0.4375rem;
    border-radius: 0.75rem;
    font-size: max(0.725rem, 9.28px);
    font-weight: 600;
    line-height: 1.4;
    left: calc(100% + 0.25rem);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__body .p-contact__head span.--must::after {
    font-size: 0.725rem;
  }
}
.p-contact__body .contact__data input {
  height: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body .contact__data input {
    height: 2.9375rem;
  }
}
.p-contact__body .wpcf7-list-item {
  font-size: max(1.375rem, 17.6px);
  font-weight: 500;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.625rem;
  margin-left: 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-contact__body .wpcf7-list-item {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body .wpcf7-list-item {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__body .wpcf7-list-item {
    font-size: 0.875rem;
  }
}
.p-contact__body .wpcf7-list-item a {
  color: #cc0a01;
}
.p-contact__body .wpcf7-list-item::after {
  content: "必須";
  display: inline-block;
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 0.8125rem);
  padding: 0 0.75rem;
  border-radius: 1rem;
  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;
  background: #cc0a01;
  color: #fff;
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__body .wpcf7-list-item::after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body .wpcf7-list-item::after {
    padding: 0 0.4375rem;
    border-radius: 0.75rem;
    font-size: max(0.725rem, 9.28px);
    font-weight: 600;
    line-height: 1.4;
    left: calc(100% + 0.25rem);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__body .wpcf7-list-item::after {
    font-size: 0.725rem;
  }
}
.p-contact__body input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.p-contact__body input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact__body .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__body .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 1.375rem;
  }
}
.p-contact__body .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #CFCFCF;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-contact__body .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 1.125rem;
    height: 1.125rem;
    border: 0.0875rem solid #CFCFCF;
  }
}
.p-contact__body .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 1.25rem;
  height: 0.625rem;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__body .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 0.875rem;
    height: 0.4375rem;
  }
}
.p-contact__body input[type=submit],
.p-contact__body input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.p-contact__body input[type=submit]::-webkit-search-decoration,
.p-contact__body input[type=button]::-webkit-search-decoration {
  display: none;
}
.p-contact__body .p-contact__submit {
  margin-top: 1.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-contact__body .p-contact__submit p br,
.p-contact__body .p-contact__submit p span.wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__submit {
    margin-top: 0;
  }
}
.p-contact__body .p-contact__submit svg {
  position: absolute;
  right: 4.0625rem;
  top: 50%;
  translate: 0 -50%;
  width: 0.75rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__submit svg {
    width: 0.5rem;
    height: 0.875rem;
    right: 2.5rem;
  }
}
.p-contact__body .p-contact__submit input[type=submit] {
  margin-inline: auto;
  border-radius: 2.967125rem;
  background: -webkit-gradient(linear, left top, right top, from(#CC0A01), color-stop(49.5%, #FF1010), to(#CC0A01));
  background: linear-gradient(90deg, #CC0A01 0%, #FF1010 49.5%, #CC0A01 100%);
  -webkit-box-shadow: 0px 3.309px 15.716px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.309px 15.716px 0px rgba(0, 0, 0, 0.25);
  width: 15.02925rem;
  height: 4.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;
  font-size: max(1.9885625rem, 25.4536px);
  font-weight: 700;
  line-height: 0.0314297388;
  font-family: "futura-pt", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__submit input[type=submit] {
    font-size: 1.9885625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__submit input[type=submit] {
    width: 11.1875rem;
    height: 3.25rem;
    font-size: max(1.4375rem, 18.4px);
    font-weight: 700;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__body .p-contact__submit input[type=submit] {
    font-size: 1.4375rem;
  }
}
.p-contact__body .p-contact__note {
  margin-top: 1.25rem;
  text-align: center;
  font-size: max(0.75rem, 9.6px);
  font-weight: 300;
  line-height: 2.2436666667;
  letter-spacing: 0.0836666667em;
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__note {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body .p-contact__note {
    font-size: max(0.5441875rem, 6.9656px);
    font-weight: 300;
    line-height: 2.2437119559;
    letter-spacing: 0.0837257379em;
    margin-top: -0.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__body .p-contact__note {
    font-size: 0.5441875rem;
  }
}

.p-privacy {
  padding: 3.75rem 2.5rem;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 1.875rem 1.25rem;
  }
}
.p-privacy__inner {
  max-width: 50rem;
  margin: 0 auto;
}
.p-privacy__title {
  text-align: left;
  margin-bottom: 2.5rem;
}
.p-privacy__title__sub {
  color: #192A9E;
  font-weight: 700;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__title__sub {
    font-size: 1rem;
  }
}
.p-privacy__title__text {
  font-weight: bold;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-privacy__title__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__title__text {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-privacy__title__text {
    font-size: 1.5rem;
  }
}
.p-privacy__paragraph {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__paragraph {
    font-size: 1rem;
  }
}
.p-privacy__section {
  margin-bottom: 2.5rem;
}
.p-privacy__heading {
  border-left: 0.375rem solid #192A9E;
  padding-left: 0.75rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    font-size: 1.125rem;
  }
}
.p-privacy__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 1rem;
  }
}
.p-privacy__list {
  list-style: none;
  padding-left: 0.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    font-size: 1rem;
  }
}
.p-privacy__list li {
  margin-bottom: 0.5rem;
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*きらっと光る*/
.u-btnShine {
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.u-btnShine:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

/*キラッと光る*/
.u-btnShine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.u-btnShine::before {
  -webkit-animation: shine 3s infinite linear;
          animation: shine 3s infinite linear;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .u-is--pc {
    display: block;
  }
}

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

@media (min-width: 768px) {
  .u-is--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-is--sp {
    display: block;
  }
}

.u-color__blue {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 4.8vw;
  color: #629DE2;
}
@media screen and (max-width: 767px) {
  .u-color__blue {
    font-size: 1.125rem;
  }
}

.u-color__blue2 {
  color: #629DE2;
}