@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の余白削除
=============================================== */
@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-break: strict;
  overflow-wrap: anywhere;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
}

[lang=en] {
  font-family: "Inter", sans-serif;
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-header {
  z-index: 20;
  width: 100%;
  height: auto;
  background: #fff;
}

.l-header__inner {
  padding: 1.5625rem 2.5rem;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 1.4375rem 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    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;
  }
}

.l-header__logo img {
  width: 19.948125rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 14.9761875rem;
  }
}

.l-footer {
  background: #FFF;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    padding-inline: 0.59375rem;
    padding-bottom: 4.5rem;
  }
}

.l-footer__windows {
  position: relative;
  width: 23.1875rem;
  translate: -0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__windows {
    translate: 0 0;
  }
}

.l-footer__windows__text {
  position: absolute;
  bottom: 1.875rem;
  right: -7.4375rem;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0166666667em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__windows__text {
    bottom: 1.75rem;
    right: 1.6875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.l-footer__logo {
  width: 23.9375rem;
  translate: -0.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 18.5rem;
    translate: 0 0;
  }
}

.c-btn {
  width: 100%;
  min-height: 6.25rem;
  border-radius: 80px;
  border: 2px solid #000;
  background: #000;
  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-size: 2.375rem;
  font-weight: 700;
  line-height: 0.7894736842;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-height: 4.375rem;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    color: #000;
    background: #fff;
  }
}

.p-fv {
  padding-top: 3.75rem;
  padding-bottom: 6.875rem;
  background: url(./../img/fv_bg.png) no-repeat center center/cover;
  min-height: 122.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 1.25rem;
    padding-bottom: 3.75rem;
    background: url(./../img/fv_bg_sp.png) no-repeat center center/cover;
  }
}

.p-fv__img {
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    max-width: 24.375rem;
  }
}

.p-fv__img img {
  width: min(87.5694444444vw, 1261px);
  margin-left: min(7.5vw, 108px);
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    width: 23.25rem;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__img picture,
  .p-fv__img img {
    display: block;
  }
}

.p-fv__point {
  margin-top: 3.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__point {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 1.875rem;
    max-width: 21.875rem;
  }
}

.p-fv__point__item__head {
  background: #000;
  padding: 1.0625rem 1.0625rem 0.9375rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__point__item__head {
    padding: 0.8125rem 0.8125rem 0.5625rem;
    font-size: max(1.25rem, 16px);
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.2em;
  }
}
.p-fv__point__item__head span {
  font-weight: 700;
}

.p-fv__point__item__body {
  background: rgba(255, 255, 255, 0.85);
  padding: 1.25rem 1.875rem;
  border-radius: 0 0 1.25rem 1.25rem;
  color: #0046CA;
  min-height: 19.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__point__item__body {
    padding: 1rem 1.25rem;
    min-height: 14.6875rem;
  }
}

.p-fv__point__item__title {
  font-size: max(2rem, 25.6px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.03125em;
  padding-bottom: 1.125rem;
  border-bottom: 2px solid #0046CA;
}
@media screen and (max-width: 767px) {
  .p-fv__point__item__title {
    padding-bottom: 0.9375rem;
    font-size: max(1.75rem, 22.4px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.0357142857em;
  }
}

.p-fv__point__item__title--ls-small {
  letter-spacing: -1.28px;
}
@media screen and (max-width: 767px) {
  .p-fv__point__item__title--ls-small {
    letter-spacing: 1px;
  }
}

.p-fv__point__item__text {
  margin-top: 1.125rem;
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0133333333em;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-fv__point__item__text {
    margin-top: 0.625rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.7857142857;
    letter-spacing: 0.0071428571em;
  }
}

.p-fv__btn {
  margin-top: 4.375rem;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    margin-top: 3.125rem;
    max-width: 21.875rem;
  }
}

.p-body {
  background: url(./../img/body_bg.png) no-repeat center center/cover;
  padding: 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-body {
    padding: 1.25rem 1.25rem 5rem;
    background: url(./../img/body_bg_sp.png) no-repeat center center/cover;
  }
}

.p-body__content {
  max-width: 75rem;
  padding: 2.1875rem 0 5rem;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-body__content {
    padding: 1.875rem 0 3.75rem;
  }
}

.p-body__head {
  display: grid;
  grid-template-columns: 29.0625rem 1fr;
  gap: 1.25rem;
  padding: 0 3.125rem 0 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-body__head {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-body__head__img {
    width: 17.5625rem;
    margin-inline: auto;
  }
}

.p-body__head__texts {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-body__head__texts {
    margin-top: 0;
  }
}

.p-body__head__texts__title {
  font-size: max(3.4375rem, 44px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-body__head__texts__title {
    font-size: max(2.25rem, 28.8px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-left: 1.3125rem;
  }
}

.p-body__head__texts__subTitle {
  margin-top: 0.3125rem;
  font-size: max(2.375rem, 30.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0052631579em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-body__head__texts__subTitle {
    margin-top: 0.25rem;
    margin-left: 1.3125rem;
    font-size: max(1.75rem, 22.4px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.0035714286em;
  }
}

.p-body__head__features {
  margin-top: 0.9375rem;
  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.3125rem;
}
@media screen and (max-width: 767px) {
  .p-body__head__features {
    row-gap: 0.625rem;
  }
}

.p-body__head__features__item {
  border-radius: 100px;
  width: 100%;
  background: rgba(0, 70, 202, 0.2);
  display: grid;
  grid-template-columns: 9.25rem 1fr;
  gap: 1.25rem;
  min-height: 3.75rem;
  padding: 0.6875rem 1.25rem 0.6875rem 1.875rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-body__head__features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    min-height: 4.0625rem;
    padding: 0.4375rem;
  }
}

.p-body__head__features__item:nth-child(even) {
  background: rgba(164, 164, 164, 0.2);
}

.p-body__head__features__item__head {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.8125;
  letter-spacing: 0.0125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-body__head__features__item__head {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0142857143em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.p-body__head__features__item__body {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.0125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-body__head__features__item__body {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0142857143em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-body__head__features__item__body--splh16 {
    line-height: 1.14;
  }
}

.p-body__cta {
  margin-top: 3.125rem;
  display: block;
  margin-inline: auto;
  width: 45.1875rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-body__cta {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-body__cta:hover {
    opacity: 0.7;
  }
}

.p-body__body {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-body__body {
    margin-top: 3.125rem;
  }
}

.p-body__body__title {
  font-size: max(2.25rem, 28.8px);
  font-weight: 900;
  line-height: 1.2777777778;
  letter-spacing: 0.0055555556em;
  color: #0046CA;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #0046CA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-body__body__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 900;
    line-height: 1.3333333333;
    letter-spacing: 0.0416666667em;
    text-align: center;
    padding-bottom: 0.9375rem;
    padding-inline: 2.625rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.p-body__body__items {
  margin-top: 1.8125rem;
  padding-inline: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-body__body__items {
    margin-top: 0.625rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-body__body__item__img {
  min-height: 31.875rem;
  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-body__body__item__img {
    min-height: auto;
  }
}
.p-body__body__item__img img {
  aspect-ratio: 560/510;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-body__body__item__img img {
    aspect-ratio: auto;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-body__body__item:nth-child(1) .p-body__body__item__img img {
    width: 15.6875rem;
  }
}

.p-body__body__item:nth-child(2) .p-body__body__item__img img {
  width: 30.3125rem;
  translate: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-body__body__item:nth-child(2) .p-body__body__item__img img {
    translate: 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-body__body__item:nth-child(3) .p-body__body__item__img img {
    width: 12.125rem;
  }
}

.p-body__body__item:nth-child(4) .p-body__body__item__img img {
  width: 27.25rem;
  translate: 0 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-body__body__item:nth-child(4) .p-body__body__item__img img {
    translate: 0 0;
    width: 17rem;
  }
}

.p-body__body__item__title {
  margin-top: 0.75rem;
  font-size: max(2rem, 25.6px);
  font-weight: 900;
  line-height: 1.15625;
  letter-spacing: 0.03125em;
  font-family: "Inter", sans-serif;
  color: #0046CA;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-body__body__item__title {
    margin-top: 0.625rem;
    font-size: max(1.5rem, 19.2px);
    font-weight: 900;
    line-height: 1.0833333333;
    letter-spacing: 0.0083333333em;
  }
}

.p-body__body__item__subTitle {
  margin-top: 1.25rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.0083333333em;
  text-align: center;
  color: #0046CA;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-body__body__item__subTitle {
    margin-top: 0.625rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: 0.0125em;
  }
}

.p-body__body__item__text {
  margin-top: 0.625rem;
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0133333333em;
  color: #0046CA;
  padding-inline: 1.25rem;
  min-height: 6.75rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-body__body__item__text {
    padding: 0;
    margin-top: 0.625rem;
    font-size: max(0.8125rem, 10.4px);
    font-weight: 700;
    line-height: 1.6923076923;
    letter-spacing: 0.0076923077em;
  }
}

.p-body__body__features {
  margin-top: 1.875rem;
  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.3125rem;
}
@media screen and (max-width: 767px) {
  .p-body__body__features {
    margin-top: 0.9375rem;
    row-gap: 0.625rem;
  }
}

.p-body__body__features__item {
  border-radius: 100px;
  width: 100%;
  background: rgba(0, 70, 202, 0.2);
  display: grid;
  grid-template-columns: 9.9375rem 1fr;
  gap: 1.25rem;
  min-height: 2.5rem;
  padding: 0.4375rem 0.375rem 0.4375rem 1.25rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-body__body__features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    min-height: 3.125rem;
    padding: 0.625rem;
  }
}

.p-body__body__features__item:nth-child(even) {
  background: rgba(164, 164, 164, 0.2);
}

.p-body__body__features__item__head {
  font-size: max(0.8125rem, 10.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0153846154em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-body__body__features__item__head {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.0833333333;
    letter-spacing: 0.0166666667em;
  }
}

.p-body__body__features__item__body {
  font-size: max(0.8125rem, 10.4px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0076923077em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-body__body__features__item__body {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.0833333333;
    letter-spacing: 0.0166666667em;
    text-align: center;
  }
}

.p-body__body__note {
  margin-top: 1.25rem;
  padding-inline: 1.25rem;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0083333333em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-body__body__note {
    line-height: 1.5;
  }
}

.p-body__body__btn {
  margin-top: 3.125rem;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-body__body__btn {
    margin-top: 2.5rem;
    max-width: 19.375rem;
  }
}

.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--pc {
    display: none;
  }
}

@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;
}

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