@charset "UTF-8";
@font-face {
  font-family: "avenir";
  src: url(../fonts/AvenirLTStd-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "avenir";
  src: url(../fonts/AvenirLTStd-Roman.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
html {
  font-size: 100%;
}
@media (max-width: 393px) {
  html {
    font-size: 4.0712468193vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1a2229;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

html {
  scroll-behavior: smooth;
}

.anchor-link {
  scroll-margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .anchor-link {
    scroll-margin-top: 6.25rem;
  }
}

.case-link {
  scroll-margin-top: 8.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.l-case {
  padding-top: 6.0625rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-case {
    padding-top: 9.9375rem;
    padding-bottom: 10rem;
  }
}

.l-contact {
  padding-top: 6.0625rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 9.8125rem;
    padding-bottom: 10rem;
  }
}

.l-cost {
  padding-top: 6.0625rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l-cost {
    padding-top: 10rem;
    padding-bottom: 9.5rem;
  }
}

.l-footer {
  padding: 1.75rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 2rem 0;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    margin-top: 2.8125rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-mv {
  padding-bottom: 5.375rem;
}
@media screen and (min-width: 768px) {
  .l-mv {
    padding-bottom: 11.5625rem;
  }
}

.l-step {
  padding-top: 6.1875rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-step {
    padding-top: 9.9375rem;
    padding-bottom: 9.5625rem;
  }
}

.c-btn-cta {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #FF4674;
  border-radius: 1.875rem;
  min-width: 16.25rem;
  text-align: center;
  padding: 1.125rem 1.8125rem 1.125rem 0.75rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-cta {
    font-size: 1.125rem;
    min-width: 18.75rem;
    padding: 1.25rem 1.8125rem 1.25rem 0.75rem;
  }
}

.c-btn-cta .u-fz12 {
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-btn-cta .u-fz12 {
    font-size: 0.875rem;
    margin-right: 0.75rem;
  }
}

.c-btn-cta__text {
  position: relative;
}

.c-btn-cta__text::after {
  content: "";
  position: absolute;
  top: 12%;
  right: -1.5625rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-btn-cta__text::after {
    top: 30%;
    right: -1.1875rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-cta:hover {
    background-color: #fd809f;
    opacity: 1;
  }
}

.c-btn-cta02 {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background-color: #FF4674;
  border-radius: 2.5rem;
  min-width: 18.75rem;
  text-align: center;
  padding: 0.875rem 2.5rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-cta02 {
    font-size: 1.25rem;
    min-width: 33.75rem;
    padding: 1.5625rem 3.5rem 1.5625rem 3.375rem;
  }
}

.c-btn-cta02::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 1.4375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-btn-cta02::after {
    top: 40%;
    right: 2.6875rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-cta02:hover {
    background-color: #fd809f;
    opacity: 1;
  }
}

.c-btn-form {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 1.875rem;
  min-width: 16.25rem;
  padding: 1.125rem;
  background: #FF4674 url(../images/icon_arrow-right.png) no-repeat center right 19px/15px 13px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-form {
    font-size: 1.125rem;
    min-width: 18.75rem;
    padding: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-form:hover {
    opacity: 0.7;
  }
}

.c-case-card {
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 6px 20px 0 rgba(15, 146, 242, .05);
          box-shadow: 0 6px 20px 0 rgba(15, 146, 242, .05);
  padding: 1.875rem 1.4375rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-case-card {
    border-radius: 1.25rem;
    padding: 3.8125rem 1.5625rem 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-case-card.c-case-card--03 {
    padding: 3.8125rem 1.5625rem 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-case-card.c-case-card--04 {
    padding: 3.8125rem 1.5625rem 2.5rem;
  }
}

.c-case-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-case-card__title {
    font-size: 1.125rem;
  }
}

.c-case-card__title::after {
  content: "";
  position: absolute;
  bottom: -1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0 0.75rem;
  border-color: #0F92F2 transparent transparent transparent;
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .c-case-card__title::after {
    bottom: -2.4375rem;
    border-width: 1rem 1rem 0 1rem;
  }
}

.c-case-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__wrap {
    display: block;
    margin-top: 3.4375rem;
  }
}

.c-case-card__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
  .c-case-card__text {
    font-size: 1rem;
    text-align: center;
  }
}

.c-case-card__highlight {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #0F92F2;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__highlight {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 0.375rem;
  }
}

.c-case-card__img--1-1 {
  width: 7rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--1-1 {
    width: 12.8125rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--1-2 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--1-2 {
    width: 15.5625rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--1-3 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--1-3 {
    width: 18.125rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--2-1 {
  width: 9.125rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--2-1 {
    width: 16.6875rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--2-2 {
  width: 10.625rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--2-2 {
    width: 20rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--2-3 {
  width: 7rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--2-3 {
    width: 12.5rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--3-1 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--3-1 {
    width: 18.8125rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--3-2 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--3-2 {
    width: 19.25rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--3-3 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--3-3 {
    width: 20.5625rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--4-1 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--4-1 {
    width: 17.6875rem;
    margin-inline: auto;
    margin-top: 1.8125rem;
  }
}

.c-case-card__img--4-2 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--4-2 {
    width: 19.0625rem;
    margin-inline: auto;
    margin-top: 0.875rem;
  }
}

.c-case-card__img--4-3 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__img--4-3 {
    width: 19.375rem;
    margin-inline: auto;
    margin-top: 1.0625rem;
  }
}

.c-case-card__description {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #75838E;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-case-card__description {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    text-align: center;
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-case-card__text-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-case-card__text-wrap.c-case-card__text-wrap--03 {
    margin-top: -3.0625rem;
  }
}

.c-case-number {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "avenir";
  line-height: 1;
  color: #0F92F2;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-case-number {
    font-size: 1.875rem;
  }
}

.c-case-number span {
  color: #fff;
  margin-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-case-number span {
    margin-left: 1.6875rem;
  }
}

.c-case-number span::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.125rem;
  height: 3.125rem;
  background-color: #0F92F2;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-case-number span::before {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-case-section {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-case-section {
    font-size: 1.125rem;
  }
}

.c-case-section::before {
  content: "";
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 5rem;
  font-weight: 900;
  font-family: "avenir";
  color: #0F92F2;
  opacity: 0.1;
  counter-increment: case-section;
  content: counter(case-section, decimal-leading-zero);
}

.c-case-section::after {
  content: "";
  position: absolute;
  bottom: -1.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.0625rem solid #abb7c1;
  border-right: 0.0625rem solid #abb7c1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-case-section:hover {
    color: #0F92F2;
  }
}

@media screen and (min-width: 768px) {
  .c-case-section:hover::after {
    bottom: -1.25rem;
    border-top: 0.0625rem solid #0F92F2;
    border-right: 0.0625rem solid #0F92F2;
  }
}

.c-cost-tag {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #0F92F2;
  background-color: rgba(15, 146, 242, .1);
  border-radius: 1.875rem;
  padding: 0.4375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-cost-tag {
    font-size: 1.125rem;
    padding: 0.6875rem 2.125rem;
  }
}

.c-hamburger span {
  display: block;
  width: 2.125rem;
  height: 0.0625rem;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.c-hamburger span:nth-child(2) {
  margin: 0.5rem 0;
}

.c-hamburger.is-active {
  position: fixed;
  top: 1.9375rem;
  right: 1.75rem;
}

.c-hamburger.is-active span {
  background-color: #1a2229;
}

.c-hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(0.5625rem) rotate(45deg);
          transform: translateY(0.5625rem) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-0.5625rem) rotate(-45deg);
          transform: translateY(-0.5625rem) rotate(-45deg);
}

.c-scroll {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "avenir";
  line-height: 1;
  text-transform: capitalize;
  position: relative;
}

.c-scroll::after {
  content: "";
  position: absolute;
  top: 180%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 5rem;
  background-color: #1a2229;
  -webkit-animation: scrollDown 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: scrollDown 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.c-section-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2.25rem;
  }
}

.c-section-title::after {
  content: attr(data-en);
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "avenir";
  line-height: 1;
  color: #0F92F2;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-title::after {
    font-size: 1rem;
    margin-top: 0.5625rem;
  }
}

.c-section-title::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 2px;
  background-color: #0F92F2;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    bottom: -2.0625rem;
  }
}

.c-section-title--white {
  color: #fff;
}

.c-section-title--white::after {
  color: #fff;
  opacity: 0.4;
}

.c-section-title--white::before {
  background-color: #fff;
}

.c-step-number {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-step-number {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.c-step-number::before {
  content: "";
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 5rem;
  font-weight: 900;
  font-family: "avenir";
  color: #0F92F2;
  opacity: 0.1;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
}
@media screen and (min-width: 768px) {
  .c-step-number::before {
    top: -3.1875rem;
  }
}

.c-step-square {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125;
  color: #0F92F2;
  min-height: 7.0625rem;
  text-align: center;
  border: 1px solid #dee1e3;
  display: grid;
  place-items: center;
  padding: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-step-square {
    font-size: 1.125rem;
    width: 17.5rem;
    min-height: 8.75rem;
  }
}

.c-step-square::before,
.c-step-square::after,
.c-step-square__inner::before,
.c-step-square__inner::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #abb7c1;
}

.c-step-square::before {
  top: -2px;
  left: -2px;
}

.c-step-square::after {
  top: -2px;
  right: -2px;
}

.c-step-square__inner::before {
  bottom: -2px;
  left: -2px;
}

.c-step-square__inner::after {
  bottom: -2px;
  right: -2px;
}

.c-tag {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  color: #0F92F2;
  background-color: rgba(15, 146, 242, .1);
  border-radius: 1.25rem;
  padding: 0.5625rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-tag {
    font-size: 0.875rem;
    padding: 0.75rem 1.5625rem;
  }
}

.p-about-item {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2.3125rem 0.75rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about-item {
    max-width: 23.75rem;
    height: 23.75rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-about-item__wrap--mt {
    margin-top: 1.125rem;
  }
}

.p-about-item__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-item__title {
    font-size: 1.25rem;
  }
}

.p-about-item__title span {
  font-size: 1.25rem;
  line-height: 1;
  color: #0F92F2;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-about-item__title span {
    display: inline-block;
    font-size: 1.625rem;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.p-about-item__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-about-item__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.p-about-item__interval {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-about-item__interval {
    font-size: 1.25rem;
    margin-top: 2.3125rem;
  }
}

.p-about-item__interval span {
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #f3f4f5;
  border-radius: 0.5rem;
  padding: 0.5625rem 0.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-item__interval span {
    font-size: 0.8125rem;
    padding: 0.6875rem 0.9375rem;
  }
}

.p-about {
  background-color: #0F92F2;
}

.p-about__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.5rem;
    margin-top: 5.75rem;
  }
}

.p-about__items {
  max-width: 31.25rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    max-width: 100%;
    margin-top: 3.75rem;
  }
}

.p-about__item + .p-about__item {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__item + .p-about__item {
    margin-top: 0;
  }
}

.p-case {
  background-color: rgba(15, 146, 242, .1);
}

.p-case__items {
  counter-reset: case-section;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6875rem 0.8125rem;
  max-width: 20.9375rem;
  margin-inline: auto;
  margin-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-case__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 5.0625rem;
    max-width: 69.9375rem;
    margin-top: 8.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-case__item {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-case__item + .p-case__item::before {
    content: "";
    position: absolute;
    top: -2.1875rem;
    left: -2.5625rem;
    width: 1px;
    height: 3.125rem;
    background-color: #0F92F2;
    opacity: 0.2;
  }
}

@media screen and (min-width: 768px) {
  .p-case__item a:hover {
    opacity: 1;
  }
}

.p-case__blocks {
  margin-top: 7.375rem;
}
@media screen and (min-width: 768px) {
  .p-case__blocks {
    margin-top: 7.5625rem;
  }
}

.p-case__block + .p-case__block {
  margin-top: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .p-case__block + .p-case__block {
    margin-top: 8.5rem;
  }
}

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

.p-case__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-case__text {
    font-size: 1.5rem;
    margin-top: 2.125rem;
  }
}

.p-case__cards {
  max-width: 21.0625rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-case__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    max-width: 100%;
    margin-top: 3.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-case__card {
    max-width: 23.75rem;
  }
}

.p-case__card + .p-case__card {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-case__card + .p-case__card {
    margin-top: 0;
  }
}

.p-contact {
  background-color: #f3f4f5;
}

.p-contact__inner {
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 53.125rem;
  }
}

.p-contact__text01 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text01 {
    font-size: 1.125rem;
    margin-top: 5.875rem;
  }
}

.p-contact__text02 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text02 {
    font-size: 1rem;
    margin-top: 0.5625rem;
  }
}

.p-contact__text02 a {
  color: #0F92F2;
  border-bottom: 1px solid #0F92F2;
}

.p-contact__text03 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text03 {
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}

.p-contact__text03 span {
  font-weight: 700;
  color: #FF4674;
}

.p-contact__form {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 2.5rem;
  }
}

.p-cost__tags {
  text-align: center;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-cost__tags {
    margin-top: 5.25rem;
  }
}

.p-cost .c-cost-tag {
  margin-top: 0.5rem;
}

.p-cost .c-cost-tag + .c-cost-tag {
  margin-left: 0.3125rem;
}

.p-cost__text01 {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-cost__text01 {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

.p-cost__text02 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-cost__text02 {
    font-size: 1.5rem;
    margin-top: 0.6875rem;
  }
}

.p-cost__system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 19.625rem;
  margin-inline: auto;
  margin-top: 2.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cost__system {
    max-width: 44.875rem;
    margin-top: 6.125rem;
  }
}

.p-cost__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-cost__item {
    min-height: 11.875rem;
  }
}

.p-cost__item img {
  margin-inline: auto;
}

.p-cost__item--01 {
  width: 6rem;
}
@media screen and (min-width: 768px) {
  .p-cost__item--01 {
    width: 11.125rem;
  }
}

.p-cost__item--01 img {
  width: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-cost__item--01 img {
    width: 11.125rem;
  }
}

.p-cost__item--02 {
  width: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-cost__item--02 {
    width: 8.75rem;
  }
}

.p-cost__item--02 img {
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-cost__item--02 img {
    width: 8.75rem;
  }
}

.p-cost__item--03 {
  width: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-cost__item--03 {
    width: 8.75rem;
  }
}

.p-cost__item--03 img {
  width: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-cost__item--03 img {
    width: 8.75rem;
  }
}

.p-cost__item p {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-cost__item p {
    font-size: 1.125rem;
  }
}

.p-cost__close {
  position: absolute;
  top: 1.4375rem;
  left: 6.8125rem;
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-cost__close {
    top: 3.375rem;
    left: 14.375rem;
    width: 1.4375rem;
  }
}

.p-cost__equals {
  position: absolute;
  top: 1.5rem;
  right: 4.5625rem;
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-cost__equals {
    top: 3.375rem;
    right: 11.8125rem;
    width: 2rem;
  }
}

.p-fixed-btn {
  position: fixed;
  bottom: 1.875rem;
  right: 1.25rem;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-fixed-btn {
    right: 2.1875rem;
  }
}

.p-fixed-btn.show {
  opacity: 1;
  pointer-events: auto;
}

.p-fixed-btn.arrow-up .c-btn-cta {
  background: #FF4674 url(../images/icon_down.png) no-repeat center center/10px 7px;
  min-width: 2.5rem;
  height: 2.5rem;
}

.p-fixed-btn.arrow-up .c-btn-cta__text {
  opacity: 0;
  position: absolute;
}

.p-footer {
  background-color: #1a2229;
}

.p-footer__address {
  font-size: 0.625rem;
  font-weight: 500;
  font-family: "avenir";
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-form__item + .p-form__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__item + .p-form__item {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item--details {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}

.p-form__label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    font-size: 1.125rem;
    width: 12.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-form__label--required::after {
  content: "＊";
  font-size: 0.75rem;
  line-height: 1.5;
  color: #FF4674;
}
@media screen and (min-width: 768px) {
  .p-form__label--required::after {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__item--details label {
    display: inline-block;
    margin-top: 1.0625rem;
  }
}

.p-form__input {
  width: 100%;
}

.p-form__input input {
  width: 100%;
  border: 1px solid #dee1e3;
  padding: 0.75rem 1.1875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__input input {
    padding: 1.0625rem 1.25rem;
    margin-top: 0;
  }
}

.p-form__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.p-form__name-wrap-item {
  width: 100%;
}

.p-form__input--name input {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-form__input--name input {
    width: 84%;
  }
}

.p-form__input--name span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-inline: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form__input--name span {
    margin-inline: 0.75rem;
  }
}

.p-form__input--name span.u-ml-0 {
  margin-left: 0;
}

.p-form__input--select {
  position: relative;
}

.p-form__input--select::before {
  content: "";
  position: absolute;
  top: 1.8125rem;
  right: 1.4375rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-top: 0.125rem solid #1a2229;
  border-right: 0.125rem solid #1a2229;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .p-form__input--select::before {
    top: 1.3125rem;
    right: 2rem;
  }
}

.p-form__input select {
  width: 100%;
  border: 1px solid #dee1e3;
  padding: 0.75rem 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__input select {
    padding: 1.0625rem 1.25rem;
    margin-top: 0;
  }
}

.p-form__input textarea {
  width: 100%;
  height: 15rem;
  border: 1px solid #dee1e3;
  resize: none;
  padding: 0.9375rem 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__input textarea {
    height: 17.5rem;
    padding: 1.0625rem 1.25rem;
    margin-top: 0;
  }
}

.p-form__error {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FF4674;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__error {
    font-size: 1rem;
  }
}

.p-form__error::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon_error-mark.png) no-repeat center center/contain;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form__error::before {
    margin-right: 0.5625rem;
  }
}

.p-form__input input.invalid,
.p-form__input select.invalid {
  border: 1px solid #FF4674;
}

.p-form__check {
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__check {
    margin-top: 3.625rem;
  }
}

.p-form__check label {
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 0.25rem;
  padding-left: 2.5rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__check label {
    font-size: 1rem;
    padding-left: 2.875rem;
  }
}

.p-form__check label::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #dee1e3;
  background-color: white;
}

.p-form__check label::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.5625rem;
  width: 0.75rem;
  height: 0.5rem;
  border-left: 2px solid #1a2229;
  border-bottom: 2px solid #1a2229;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}

.p-form__check input[type=checkbox]:checked + label::after {
  display: block;
}

.p-form__check label a {
  color: #0F92F2;
  text-decoration: underline;
}

.p-form__btn {
  text-align: center;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    margin-top: 2rem;
  }
}

.p-form__btn input {
  cursor: not-allowed;
}

.p-form__btn input.is-active {
  cursor: pointer;
}

::-webkit-input-placeholder,
select:invalid {
  font-size: 0.875rem;
  color: #1A2229;
  background-color: #fff;
}

::-moz-placeholder,
select:invalid {
  font-size: 0.875rem;
  color: #1A2229;
  background-color: #fff;
}

::-ms-input-placeholder,
select:invalid {
  font-size: 0.875rem;
  color: #1A2229;
  background-color: #fff;
}

::placeholder,
select:invalid {
  font-size: 0.875rem;
  color: #1A2229;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  ::-webkit-input-placeholder,
  select:invalid {
    font-size: 1rem;
  }
  ::-moz-placeholder,
  select:invalid {
    font-size: 1rem;
  }
  ::-ms-input-placeholder,
  select:invalid {
    font-size: 1rem;
  }
  ::placeholder,
  select:invalid {
    font-size: 1rem;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.p-header {
  height: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
  }
}

.p-header__hamburger {
  position: absolute;
  top: 0.9375rem;
  right: 1.75rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__inner {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 3.75rem;
    padding-right: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__logo {
  padding-left: 1.75rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    padding-left: 0;
  }
}

.p-header__logo a {
  display: inline-block;
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo a {
    width: 10.125rem;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 6.25rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    position: static;
    height: inherit;
    overflow: visible;
    padding-bottom: 0;
    display: block !important;
  }
}

_::-webkit-full-page-media,
_:future,
:root .p-header__nav {
  height: 100dvh;
  overflow: auto;
  padding-bottom: 6.25rem;
  display: none;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .p-header__nav {
    height: 100%;
    overflow: visible;
    padding-bottom: 0;
    display: block !important;
  }
}

.p-mv {
  overflow: hidden;
}

.p-mv__bg-movie {
  width: 100%;
  height: 25.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__bg-movie {
    height: 31.25rem;
  }
}

.p-mv__bg-movie video {
  width: 100%;
  height: 100%;
  aspect-ratio: 393/405;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__bg-movie video {
    aspect-ratio: 1400/500;
  }
}

.p-mv__inner {
  max-width: 24.5625rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 87.5rem;
  }
}

.p-mv__contents {
  position: absolute;
  top: -15.0625rem;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__contents {
    top: -13.75rem;
    left: 27.2%;
    width: 36.25rem;
  }
}

.p-mv__text01 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  padding-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text01 {
    font-size: 1.5rem;
    padding-left: 0.6875rem;
  }
}

.p-mv__catchcopy01 {
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  padding-left: 0.375rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__catchcopy01 {
    font-size: 2.625rem;
    padding-left: 0.6875rem;
    margin-top: 1.5625rem;
  }
}

.p-mv__catchcopy01 span {
  font-size: 1.875rem;
  font-family: "avenir";
  line-height: 0.9333333333;
}
@media screen and (min-width: 768px) {
  .p-mv__catchcopy01 span {
    font-size: 2.875rem;
  }
}

.p-mv__catchcopy02 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 0.9722222222;
  letter-spacing: -0.03em;
  color: #fff;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__catchcopy02 {
    font-size: 3.625rem;
    margin-top: 0.6875rem;
  }
}

.p-mv__pc-frame {
  width: 30.5625rem;
  position: absolute;
  top: -6.4375rem;
  right: -19%;
}
@media screen and (min-width: 768px) {
  .p-mv__pc-frame {
    width: min(85.7142vw, 1200px);
    top: -20.625rem;
    right: -21.3125rem;
  }
}

.p-mv__text02 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
  max-width: 21.25rem;
  padding-top: 9.25rem;
  padding-left: 0.3125rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__text02 {
    max-width: min(40vw, 560px);
    padding-top: 2.5rem;
    padding-left: 0;
    margin-left: 6.1875rem;
  }
}

.p-mv__tags {
  max-width: 21.125rem;
  margin-inline: auto;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__tags {
    max-width: 31.25rem;
    max-width: min(39.2857vw, 500px);
    margin-left: 6.25rem;
    margin-top: 1rem;
  }
}

.p-mv__tags .c-tag {
  margin-top: 0.625rem;
  margin-right: 0.25rem;
}

.p-mv__pc-movie {
  position: absolute;
  top: 8.2%;
  left: 15.6%;
  width: 57.7%;
}

.p-mv__pc-movie video {
  width: 100%;
  height: 100%;
  aspect-ratio: 693/412;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__scroll {
  margin-top: 1.25rem;
  margin-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv__scroll {
    margin-top: 1.375rem;
    margin-left: 2.875rem;
  }
}

.p-nav {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-nav {
    background-color: transparent;
  }
}

.p-nav__drawer-head {
  position: fixed;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .05);
          box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .05);
  z-index: 20;
}

.p-nav__drawer-logo {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.75rem;
}

.p-nav__drawer-logo img {
  width: 7.5rem;
}

.p-nav__menu {
  padding: 0 1.75rem;
  margin-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-nav__menu {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin-top: 0;
  }
}

.p-nav__item {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #1a2229;
  border-bottom: 1px solid #dee1e3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-nav__item {
    font-size: 1rem;
    height: inherit;
    color: #fff;
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__item + .p-nav__item {
    margin-left: 4.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-nav__item + .p-nav__item {
    margin-left: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__item + .p-nav__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1.875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 1.25rem;
    background-color: #fff;
    opacity: 0.2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-nav__item + .p-nav__item::before {
    left: -2.5rem;
  }
}

.p-nav__item::after {
  content: "";
  position: absolute;
  bottom: 46%;
  right: 4.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.125rem solid #0F92F2;
  border-right: 0.125rem solid #0F92F2;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-nav__item::after {
    bottom: 1.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    will-change: opacity;
    opacity: 0.4;
  }
}

.p-nav__item:last-of-type::before,
.p-nav__item:last-of-type::after {
  display: none;
}

.p-nav__item a {
  display: block;
  padding: 1.875rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-nav__item a {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__item:hover::after {
    bottom: 0.9375rem;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-nav__item a:hover {
    opacity: 1;
  }
}

.p-nav__btn {
  text-align: center;
  margin-top: 3.75rem;
}

.p-nav__to-morpho {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 2.5rem;
  margin-top: 7.25rem;
}

.p-nav__to-morpho a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-nav__item--morpho img {
  width: 5rem;
}

.p-nav__to-morpho a::after {
  content: "";
  background: url(../images/icon_arrow-right--blue.png) no-repeat center center/contain;
  width: 0.8125rem;
  margin-left: auto;
}

.p-step__text01 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-step__text01 {
    font-size: 1.5rem;
    margin-top: 5.6875rem;
  }
}

.p-step__items {
  counter-reset: num;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.1875rem 0.8125rem;
  max-width: 20.3125rem;
  margin-inline: auto;
  margin-top: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .p-step__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 5.0625rem;
    max-width: 72.5rem;
    margin-top: 6.4375rem;
  }
}

.p-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-step__item p {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  color: #75838E;
  text-align: center;
  padding-top: 0.625rem;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-step__item p {
    font-size: 1rem;
    padding-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-step__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 2.5rem;
    max-width: 62.5rem;
    margin-inline: auto;
    margin-top: 10rem;
  }
}

.p-step__squares {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1875rem;
  max-width: 20.9375rem;
  margin-inline: auto;
  margin-top: 6.3125rem;
}
@media screen and (min-width: 768px) {
  .p-step__squares {
    grid-area: 1/1/2/2;
    max-width: 100%;
    margin-top: 0;
  }
}

.p-step__text02 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-step__text02 {
    grid-area: 2/1/3/2;
    font-size: 1.125rem;
    width: 30.8125rem;
    text-align: left;
    margin-inline: auto;
    margin-top: 2.0625rem;
  }
}

.p-step__img {
  width: 12.5rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-step__img {
    width: 23.75rem;
    grid-area: 1/2/4/3;
    margin-top: 0;
  }
}

.p-step__btn {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-step__btn {
    grid-area: 3/1/4/2;
    margin-top: 3.75rem;
    margin-bottom: 1.3125rem;
  }
}

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

.u-center {
  text-align: center;
}

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

.u-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.u-fixed .p-header__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .05);
          box-shadow: 0 6px 20px 0 rgba(26, 34, 41, .05);
}
@media screen and (min-width: 768px) {
  .u-fixed .p-header__inner {
    height: 6.25rem;
    padding-left: 3.125rem;
  }
}

.u-fixed .c-hamburger {
  top: 1.75rem;
}

.u-fixed .c-hamburger span {
  background-color: #1a2229;
}

.l-header.u-fixed {
  margin-top: 0;
}

.p-header.u-fixed {
  height: 5rem;
}

.u-fixed .p-header__logo a {
  width: 7.5rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .u-fixed .p-header__logo a {
    width: 8.3125rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item {
    color: #1a2229;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item:hover {
    color: #0F92F2;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item::after {
    bottom: 1.75rem;
    border-top: 0.0625rem solid #abb7c1;
    border-right: 0.0625rem solid #abb7c1;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-fixed .p-nav__item:hover::after {
    bottom: 1.5625rem;
    border-top: 0.0625rem solid #0F92F2;
    border-right: 0.0625rem solid #0F92F2;
  }
}

.u-ml-0 {
  margin-left: 0;
}

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