@charset "UTF-8";
*,
*::before,
*::after {
  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: inherit;
  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;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}

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

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

video,
img,
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-main {
  padding-block-start: 5.625rem;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-block-start: 5.5rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 540px;
    padding: 0 1.25rem;
  }
}

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

.c-btn {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
  background: linear-gradient(83deg, #007CF0 38.51%, #003CFF 82.45%);
  margin-block-start: -0.25rem;
  position: relative;
  border-radius: 100vmax;
  overflow: hidden;
  width: fit-content;
  padding: 0.78125rem 3.5rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    column-gap: 4.1025641026vw;
    padding: 2.0512820513vw 8.2051282051vw;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #1EA5FF;
}
.c-btn span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: max(1.75rem, 22.4px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-btn span {
    font-size: 1.75rem;
  }
}
.c-btn span .mini {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn span {
    font-size: 5.1282051282vw;
    line-height: 1.7;
  }
  .c-btn span .mini {
    font-size: 4.1025641026vw;
  }
}
.c-btn svg {
  position: relative;
  z-index: 2;
  width: 1.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn svg {
    width: 5.3846153846vw;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.5;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.03125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 1.4375rem 1.25rem;
  }
}

.p-header__logo {
  width: 14.625rem;
  height: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 10rem;
  }
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.5;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
}

.p-header__btn {
  width: fit-content;
  padding: 0.78125rem 2rem;
  transition: all 0.3s ease;
  border-radius: 100vmax;
  background: linear-gradient(83deg, #007CF0 38.51%, #003CFF 82.45%);
  display: flex;
  align-items: center;
  column-gap: 1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    padding: 0.4375rem 1.0625rem;
    column-gap: 0.5rem;
  }
}
.p-header__btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #1EA5FF;
}
.p-header__btn span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.p-header__btn span.text {
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.0166666667em;
}
@media screen and (max-width: 767px) {
  .p-header__btn span.text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__btn span.text {
    font-size: max(1rem, 12.8px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header__btn span.text {
    font-size: 1rem;
  }
}
.p-header__btn span.mini {
  font-size: max(1.25rem, 16px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-header__btn span.mini {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__btn span.mini {
    font-size: max(0.875rem, 11.2px);
    font-weight: 900;
    line-height: 1.9428571429;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header__btn span.mini {
    font-size: 0.875rem;
  }
}
.p-header__btn svg {
  position: relative;
  z-index: 2;
  width: 1.75rem;
  height: 1.75rem;
}
@media (any-hover: hover) {
  .p-header__btn:hover {
    opacity: 0.5;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 1.0625rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.0625rem;
  background: #000;
}

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

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 17.375rem;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 4.875rem 2.5rem;
  padding-left: 2.125rem;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
}
.p-drawer__list li a {
  font-size: 1.25rem;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 0.375rem 1.875rem;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}

.p-footer {
  padding-block: 3.5rem;
  background: #203864;
}

.p-footer__logo {
  display: block;
  width: 15rem;
  height: auto;
  margin-inline: auto;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.5;
  }
}

.p-footer__list {
  margin-block-start: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    column-gap: 1.5rem;
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}
.p-footer__list a {
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__list a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list a {
    font-size: max(0.6875rem, 8.8px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__list a {
    font-size: 0.6875rem;
  }
}
@media (any-hover: hover) {
  .p-footer__list a:hover {
    opacity: 0.5;
  }
}

.p-footer__btn {
  text-align: center;
  margin-block-start: 2rem;
  margin-inline: auto;
  width: fit-content;
}

.p-footer__link {
  width: fit-content;
  padding: 0.78125rem 2rem;
  border-radius: 100vmax;
  background: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    padding: 0.5rem 2rem;
  }
}
.p-footer__link span.text {
  color: #203864;
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-footer__link span.text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link span.text {
    font-size: max(1.25rem, 16px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__link span.text {
    font-size: 1.25rem;
  }
}
.p-footer__link span.mini {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-footer__link span.mini {
    font-size: 1rem;
  }
}
.p-footer__link img {
  width: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__link img {
    width: 1.3125rem;
  }
}
@media (any-hover: hover) {
  .p-footer__link:hover {
    opacity: 0.5;
  }
}

.p-fv {
  background: linear-gradient(260deg, #A0E9FF -2.34%, #EEFBFF 103.34%);
  overflow: hidden;
}
.p-fv__inner {
  width: min(1260px + 3.75rem, 100%);
  padding-inline: 1.875rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  column-gap: 4.5rem;
}
@media (max-width: 1320px) {
  .p-fv__inner {
    padding-block-end: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    flex-direction: column;
    padding-inline: 0;
  }
}

.p-fv__title-wrap {
  width: 45.375rem;
  padding-block-start: 8.875rem;
  opacity: 0;
  translate: 0 5rem;
  animation: 1s 0.2s ease forwards fvTextFade;
}
@media screen and (max-width: 767px) {
  .p-fv__title-wrap {
    width: calc(100% - 5.1282051282vw);
    margin-inline-start: 5.1282051282vw;
    padding-block-start: 13.5897435897vw;
  }
}
@keyframes fvTextFade {
  0% {
    opacity: 0;
    translate: 0 5rem;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}

.p-fv__head-wrap {
  display: flex;
  position: relative;
  margin-inline-start: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__head-wrap {
    margin-inline-start: 6.4102564103vw;
  }
}

.p-fv__head-img {
  position: absolute;
  z-index: 3;
  top: -6.6875rem;
  right: -5.625rem;
  width: 14.375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__head-img {
    width: 28.2051282051vw;
    top: -13.5897435897vw;
    right: -2.5641025641vw;
  }
}

.p-fv__head {
  display: grid;
  grid-template-columns: 7rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-fv__head {
    grid-template-columns: 13.8461538462vw 1fr;
  }
}
.p-fv__head span.text:nth-of-type(1) {
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: max(1.25rem, 16px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0em;
  background: linear-gradient(83deg, #007CF0 38.51%, #003CFF 82.45%);
}
@media screen and (max-width: 767px) {
  .p-fv__head span.text:nth-of-type(1) {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__head span.text:nth-of-type(1) {
    font-size: 2.4679487179vw;
    line-height: 1.1;
  }
}
.p-fv__head span.text:nth-of-type(2) {
  border-radius: 0 4px 4px 0;
  color: #203864;
  padding: 0.25rem 2.75rem 0.375rem 1.3125rem;
  background: #ffffff;
  font-size: max(2.4166875rem, 30.9336px);
  font-weight: 900;
  line-height: 1.4999870691;
  letter-spacing: 0em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__head span.text:nth-of-type(2) {
    font-size: 2.4166875rem;
  }
}
.p-fv__head span.text:nth-of-type(2) .mini {
  font-size: max(1.8125rem, 23.2px);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-fv__head span.text:nth-of-type(2) .mini {
    font-size: 1.8125rem;
  }
}
.p-fv__head span.text:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  translate: -50%;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 1.25rem solid #fff; /* 下向きの三角形 */
}
@media screen and (max-width: 767px) {
  .p-fv__head span.text:nth-of-type(2)::after {
    border-left: 1.7948717949vw solid transparent;
    border-right: 1.7948717949vw solid transparent;
    border-top: 2.5641025641vw solid #fff; /* 下向きの三角形 */
  }
}
@media (max-width: 940px) {
  .p-fv__head span.text:nth-of-type(2) {
    font-size: max(2rem, 25.6px);
    font-weight: 900;
    line-height: 1.4375;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 940px) and (max-width: 767px) {
  .p-fv__head span.text:nth-of-type(2) {
    font-size: 2rem;
  }
}
@media (max-width: 940px) {
  .p-fv__head span.text:nth-of-type(2) .mini {
    font-size: max(1.5rem, 19.2px);
    font-weight: 900;
    line-height: 1.9166666667;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 940px) and (max-width: 767px) {
  .p-fv__head span.text:nth-of-type(2) .mini {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__head span.text:nth-of-type(2) {
    padding: 0.7692307692vw 5.1282051282vw 0.7692307692vw 2.5641025641vw;
    font-size: 4.7715384615vw;
    line-height: 1.5;
  }
  .p-fv__head span.text:nth-of-type(2) .mini {
    font-size: 3.5787179487vw;
  }
}

.p-fv__title {
  text-align: center;
  margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    margin-block-start: 2.5641025641vw;
    margin-inline-start: -5.1282051282vw;
  }
}
.p-fv__title img:nth-of-type(1) {
  display: inline-block;
  width: 43.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title img:nth-of-type(1) {
    width: 86.4102564103vw;
  }
}
.p-fv__title img:nth-of-type(2) {
  display: inline-block;
  width: 45.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title img:nth-of-type(2) {
    width: 89.7435897436vw;
  }
}

.p-fv__btn-wrap {
  width: fit-content;
  margin-inline-start: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn-wrap {
    margin-inline-start: 14.1025641026vw;
  }
}

.p-fv__btn-head {
  display: flex;
  align-items: end;
  margin-inline-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn-head {
    margin-inline-start: 1.5384615385vw;
  }
}

.p-fv__btn-illust {
  width: 6.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__btn-illust {
    width: 15.3846153846vw;
  }
}

.p-fv__btn-head-text {
  color: #203864;
  font-size: max(1rem, 12.8px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-inline-start: -1.25rem;
  margin-block-end: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn-head-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__btn-head-text {
    font-size: 2.8205128205vw;
    line-height: 1.7;
    margin-block-end: 1.5384615385vw;
    margin-inline-start: -2.5641025641vw;
  }
}

.p-fv__img-wrap {
  padding-block-start: 3.4375rem;
  width: 28.8125rem;
  display: flex;
  margin-inline-start: 0.625rem;
}
@media (max-width: 1320px) {
  .p-fv__img-wrap {
    width: 26.25rem;
    margin-inline-start: 0rem;
    padding-block-start: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__img-wrap {
    margin-block-start: 7.6923076923vw;
    width: 64.1025641026vw;
    padding-block-start: 0;
    margin-inline: auto;
    justify-content: center;
  }
}

.p-fv__img1 {
  width: 16.5625rem;
  opacity: 0;
  translate: 0 3.125rem;
  animation: 0.8s 0.5s ease forwards fvImgFade1;
}
@media (max-width: 1320px) {
  .p-fv__img1 {
    width: 13.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__img1 {
    width: 38.4615384615vw;
  }
}

@keyframes fvImgFade1 {
  0% {
    opacity: 0;
    translate: 0 3.125rem;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.p-fv__img2 {
  width: 20rem;
  margin-block-start: 2.5rem;
  margin-inline-start: -9.0625rem;
  opacity: 0;
  translate: 0 3.125rem;
  animation: 0.8s 0.8s ease forwards fvImgFade1;
}
@media (max-width: 1320px) {
  .p-fv__img2 {
    width: 17.5rem;
    margin-inline-start: -7.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__img2 {
    width: 46.1538461538vw;
    margin-block-start: 5.1282051282vw;
    margin-inline-start: -19.2307692308vw;
  }
}

.p-trouble {
  position: relative;
  z-index: 2;
  background: url(../img/trouble_bg.webp) no-repeat center bottom/cover;
  padding-block: 5rem 9.125rem;
}
@media screen and (max-width: 767px) {
  .p-trouble {
    padding-block: 5rem 6.6875rem;
  }
}

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

.p-trouble__title--en {
  font-family: "Roboto", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-trouble__title--en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble__title--en {
    font-size: max(0.9375rem, 12px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-trouble__title--en {
    font-size: 0.9375rem;
  }
}

.p-trouble__title--ja {
  color: #222;
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-trouble__title--ja {
    font-size: 2.5rem;
  }
}
.p-trouble__title--ja span.strong {
  color: #203864;
  font-size: max(3rem, 38.4px);
  font-weight: 900;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  background-image: radial-gradient(circle at center, #203864 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.5rem; /* 縦方向の位置調整 */
}
@media screen and (max-width: 767px) {
  .p-trouble__title--ja span.strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble__title--ja {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .p-trouble__title--ja span.mini1-sp {
    font-size: max(1.25rem, 16px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-trouble__title--ja span.mini1-sp {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble__title--ja span.strong {
    font-size: 2rem;
    line-height: 1.2;
  }
  .p-trouble__title--ja .strong {
    display: inline-block;
    translate: 0 -0.625rem;
  }
  .p-trouble__title--ja .mini2-sp {
    display: inline-block;
    translate: 0 -0.625rem;
  }
}

.p-trouble__contents {
  position: relative;
  width: 59.375rem;
  height: 28.75rem;
  margin-block-start: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-trouble__contents {
    width: 21.875rem;
    height: 28.875rem;
    margin-block-start: 3.5rem;
  }
}

.p-trouble__item {
  position: absolute;
  width: 13.125rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-trouble__item {
    width: 8.75rem;
  }
}
.p-trouble__item p {
  color: #203864;
  font-size: max(1.25rem, 16px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-trouble__item p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1000px) {
  .p-trouble__item p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble__item p {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.p-trouble__item:nth-of-type(1) {
  bottom: 0;
  left: 0;
}
.p-trouble__item:nth-of-type(2) {
  bottom: 13rem;
  left: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__item:nth-of-type(2) {
    bottom: 11rem;
    left: 0;
  }
}
.p-trouble__item:nth-of-type(3) {
  bottom: 15.625rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-trouble__item:nth-of-type(3) {
    bottom: 20.125rem;
  }
}
.p-trouble__item:nth-of-type(4) {
  bottom: 13rem;
  right: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__item:nth-of-type(4) {
    bottom: 11rem;
    right: 0;
  }
}
.p-trouble__item:nth-of-type(5) {
  bottom: 0;
  right: 0;
}

.p-trouble__human-illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 20.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-trouble__human-illust {
    width: 13.875rem;
    bottom: 6.625rem;
  }
}

.p-solve {
  position: relative;
  z-index: 1;
  background: #EEFBFF;
  padding-block: 7rem 6rem;
  margin-block-start: -3.75rem;
}
@media (min-width: 1600px) {
  .p-solve {
    margin-block-start: -4.1666666667vw;
    padding-block: calc(7rem + 3.4722222222vw) 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solve {
    padding-block: 5.9375rem;
  }
}

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

.p-solve__title-second-wrap {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-solve__title-second-wrap {
    flex-direction: column;
  }
  .p-solve__title-second-wrap .p-solve__title-second2-wrap {
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
  }
}

.p-solve__title-small {
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-solve__title-small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__title-small {
    font-size: max(1rem, 12.8px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solve__title-small {
    font-size: 1rem;
  }
}

.p-solve__title-normal {
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-solve__title-normal {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__title-normal {
    font-size: max(1.75rem, 22.4px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solve__title-normal {
    font-size: 1.75rem;
  }
}

.p-solve__title-large {
  display: inline-block;
  font-size: max(3.75rem, 48px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.0666666667em;
  padding-block: 0.1875rem 0.3125rem;
  padding-inline: 0.1875rem 0.0625rem;
  color: #ffffff;
  border: 1px solid #fff;
  background: linear-gradient(83deg, #007CF0 38.51%, #003CFF 82.45%);
}
@media screen and (max-width: 767px) {
  .p-solve__title-large {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__title-large {
    font-size: max(2.65625rem, 34px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
    padding-inline: 0.1875rem 0.125rem;
    padding-block: 0.0625rem 0.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solve__title-large {
    font-size: 2.65625rem;
  }
}

.p-solve__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-solve__contents {
    margin-block-start: 3.5rem;
    flex-direction: column;
    row-gap: 1.5rem;
    width: 21.875rem;
    margin-inline: auto;
  }
}

.p-solve__contents-item {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solve__contents-item {
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
}

.p-solve__contents-img {
  width: 12.5rem;
  height: auto;
  aspect-ratio: 1;
  margin-block-end: 0.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-solve__contents-img {
    width: 8.9375rem;
    margin-block-end: 0;
  }
}

.p-solve__contents-text {
  color: #203864;
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-solve__contents-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__contents-text {
    text-align: left;
    font-size: max(1.25rem, 16px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-solve__contents-text {
    font-size: 1.25rem;
  }
}

.p-service {
  background: linear-gradient(260deg, #A0E9FF -2.34%, #EEFBFF 103.34%);
  overflow: hidden;
  padding-block: 6rem;
}
.p-service__side-text {
  position: absolute;
  z-index: 1;
  top: 5rem;
  left: -9rem;
  width: 13.5rem;
  height: 70.6875rem;
}
@media (max-width: 1400px) {
  .p-service__side-text {
    left: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__side-text {
    top: 28.4375rem;
    left: -1.5rem;
  }
}

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

.p-service__title--en {
  font-family: "Roboto", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-service__title--en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__title--en {
    font-size: max(1rem, 12.8px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__title--en {
    font-size: 1rem;
  }
}

.p-service__title--ja {
  color: #203864;
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-service__title--ja {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__title--ja {
    font-size: max(1.75rem, 22.4px);
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__title--ja {
    font-size: 1.75rem;
  }
}

.p-service__contents {
  position: relative;
  z-index: 2;
  margin-block-start: 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__contents {
    margin-block-start: 1.75rem;
  }
}

.p-service__item {
  display: grid;
  grid-template-columns: 25rem 1fr;
  align-items: flex-start;
  column-gap: 2.5rem;
}
.p-service__item:not(:last-of-type) {
  padding-block-end: 3.5rem;
  border-block-end: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    grid-template-columns: 1fr;
  }
}

.p-service__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/300;
}
@media screen and (max-width: 767px) {
  .p-service__item-img {
    order: 2;
    margin-block-start: -2.125rem;
  }
}

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

.p-service__item-num {
  font-family: "Roboto", sans-serif;
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #ffffff;
  margin-block-end: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item-num {
    order: 1;
  }
}

.p-service__item-title {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__item-title {
    order: 3;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-block-start: 1rem;
    row-gap: 0.25rem;
  }
  .p-service__item-title.--3 {
    width: 19.5rem;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .p-service__item-title.--3 span:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-service__item-title.--3 span:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-service__item-title.--3 span:nth-of-type(3) {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.p-service__item-title .bg-color {
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #ffffff;
  display: inline-block;
  padding-inline: 0.5rem;
  background: linear-gradient(83deg, #007CF0 38.51%, #003CFF 82.45%);
}
@media screen and (max-width: 767px) {
  .p-service__item-title .bg-color {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .p-service__item-title .bg-color {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item-title .bg-color {
    font-size: max(1rem, 12.8px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__item-title .bg-color {
    font-size: 1rem;
  }
}

.p-service__item-title .text {
  color: #203864;
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-service__item-title .text {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .p-service__item-title .text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item-title .text {
    font-size: max(1rem, 12.8px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__item-title .text {
    font-size: 1rem;
  }
}

.p-service__item-text {
  margin-block-start: 1rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-service__item-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item-text {
    order: 4;
    margin-block-start: 0.5rem;
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__item-text {
    font-size: 0.9375rem;
  }
}

.p-plan {
  background: #EEFBFF;
  padding-block: 6rem;
}

@media (max-width: 1000px) {
  .p-plan__inner {
    max-width: 60rem;
  }
}

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

.p-plan__title--en {
  font-family: "Roboto", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #A0E9FF;
}
@media screen and (max-width: 767px) {
  .p-plan__title--en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__title--en {
    font-size: max(1rem, 12.8px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__title--en {
    font-size: 1rem;
  }
}

.p-plan__title--ja {
  color: #203864;
  font-size: max(2.5rem, 32px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__title--ja {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__title--ja {
    font-size: max(1.75rem, 22.4px);
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__title--ja {
    font-size: 1.75rem;
  }
}

.p-plan__contents {
  margin-block-start: 5rem;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-plan__contents {
    margin-block-start: 3.5rem;
  }
}

.p-plan__contents-special {
  position: absolute;
  top: -4.25rem;
  left: -4.6875rem;
  width: 11.25rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-special {
    top: -1.25rem;
    left: -1.4375rem;
    width: 5.9375rem;
  }
}

.p-plan__contents-head {
  font-size: max(2rem, 25.6px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #ffffff;
  text-align: center;
  padding-block: 1rem;
  background: #203864;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__contents-head {
    font-size: max(1.25rem, 16px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
    padding-block: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__contents-head {
    font-size: 1.25rem;
  }
}

.p-plan__contents-main {
  background: #ffffff;
  padding: 2.5rem 5rem;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-main {
    padding: 1rem 1.25rem 1.5rem;
  }
}

.p-plan__contents-price {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-price {
    flex-direction: column;
  }
}

.p-plan__contents-price-before {
  width: 10.625rem;
  height: auto;
  display: block;
  margin-inline-end: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-price-before {
    margin-inline-end: 0rem;
    width: 6.25rem;
  }
}

.p-plan__contents-price-arrow {
  width: 4rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-price-arrow {
    width: 1.25rem;
    height: auto;
  }
}

.p-plan__contents-price-after {
  width: 19.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-price-after {
    width: 15.9375rem;
  }
}

.p-plan__contents-upper {
  padding: 1.5rem 2.5rem;
  border-radius: 0.75rem;
  background: #EEFBFF;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-upper {
    padding: 1.5rem 1.25rem;
  }
}

.p-plan__contents-upper-text {
  text-align: center;
  color: #000;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-upper-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__contents-upper-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__contents-upper-text {
    font-size: 0.875rem;
  }
}

.p-plan__contents-check-wrap {
  margin-block-start: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-check-wrap {
    flex-direction: column;
    align-items: start;
    row-gap: 0.625rem;
  }
}

.p-plan__contents-check-item {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-check-item {
    column-gap: 0.25rem;
  }
}

.p-plan__contents-check-item img {
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-check-item img {
    width: 1.5rem;
  }
}

.p-plan__contents-check-item span {
  color: #000;
  font-size: max(1rem, 12.8px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-check-item span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__contents-check-item span {
    font-size: max(0.9375rem, 12px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__contents-check-item span {
    font-size: 0.9375rem;
  }
}

.p-plan__contents-lower {
  margin-block-start: 2.6875rem;
  position: relative;
  padding: 2rem 2.5rem 1.5rem 2.5rem;
  background: #f9f9f9;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-lower {
    padding-inline: 1.25rem;
  }
}

.p-plan__contents-lower-head {
  position: absolute;
  top: -1.1875rem;
  left: 50%;
  translate: -50%;
  padding: 0.25rem 2.5rem;
  width: fit-content;
  margin-inline: auto;
  background: #203864;
  font-size: max(1rem, 12.8px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
  border-radius: 100vmax;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-lower-head {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__contents-lower-head {
    width: 11.625rem;
  }
}
.p-plan__contents-lower-head::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  translate: -50%;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.75rem solid #203864;
}

.p-plan__contents-lower-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 0.75rem;
}

.p-plan__contents-lower-item {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.p-plan__contents-lower-item img {
  width: 2.25rem;
  height: auto;
  aspect-ratio: 1;
}

.p-plan__contents-lower-item span {
  font-size: max(1rem, 12.8px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-lower-item span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__contents-lower-item span {
    font-size: max(0.9375rem, 12px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__contents-lower-item span {
    font-size: 0.9375rem;
  }
}

.p-plan__contents-lower-remark {
  margin-block-start: 0.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #545454;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__contents-lower-remark {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__contents-lower-remark {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-plan__contents-lower-remark {
    font-size: 0.75rem;
  }
}

.p-plan__btn {
  margin-block-start: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-flow {
  padding-block: 6rem;
}

.p-flow__contents {
  margin-block-start: 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__contents {
    margin-block-start: 3.5rem;
  }
}

.p-flow__item {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  column-gap: 1.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    grid-template-columns: 3.75rem 1fr;
    column-gap: 0.5rem;
    align-items: flex-start;
  }
}
.p-flow__item:not(:last-of-type) {
  position: relative;
}
.p-flow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 3rem;
  width: 0.25rem;
  height: calc(100% + 2.5rem);
  background: #1EA5FF;
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-of-type)::after {
    left: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-of-type):nth-of-type(5)::after {
    height: calc(100% + 1.875rem);
  }
}
.p-flow__item:nth-of-type(5)::before {
  content: "";
  position: absolute;
  top: calc(100% + 1.625rem);
  left: 2.5rem;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 1rem solid #1EA5FF;
}
@media screen and (max-width: 767px) {
  .p-flow__item:nth-of-type(5)::before {
    top: calc(100% + 1.25rem);
    left: 1.25rem;
  }
}

.p-flow__item-icon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.p-flow__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-flow__item-head {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  color: #203864;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-flow__item-head {
    column-gap: 0.25rem;
  }
}

.p-flow__item-head-complete {
  position: absolute;
  left: calc(100% + 0.875rem);
  top: -1.5625rem;
  width: 11.3125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__item-head-complete {
    display: none;
  }
}

.p-flow__item-head-num {
  font-family: "Roboto", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-head-num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-head-num {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    translate: 0 0.0625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__item-head-num {
    font-size: 1.5rem;
  }
}

.p-flow__item-head-text {
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-head-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-head-text {
    font-size: max(1.25rem, 16px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__item-head-text {
    font-size: 1.25rem;
  }
}

.p-flow__item-text {
  margin-block-start: 0.25rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-text {
    font-size: 1rem;
  }
}
.p-flow__item-text span {
  display: block;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-text span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-flow__item-text {
    font-size: 0.875rem;
  }
}

.p-flow__bottom {
  margin-block-start: 2.5rem;
  padding: 1.5rem 2.5rem;
  background: #EEFBFF;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom {
    padding-inline: 1rem;
  }
}

.p-flow__bottom-drone {
  position: absolute;
  bottom: -4.8125rem;
  left: -4.625rem;
  width: 12.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom-drone {
    left: -1.5625rem;
    bottom: -4.75rem;
    width: 9.375rem;
  }
}

.p-flow__bottom-run {
  position: absolute;
  top: -3.75rem;
  right: -11.25rem;
  width: 18.75rem;
  height: auto;
}
@media (max-width: 1200px) {
  .p-flow__bottom-run {
    top: -1.875rem;
    right: -7.5rem;
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__bottom-run {
    display: none;
  }
}

.p-flow__bottom-head {
  color: #203864;
  font-size: max(1rem, 12.8px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-block-end: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom-head {
    font-size: 1rem;
  }
}

.p-flow__bottom-text {
  text-align: center;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-flow__bottom-text {
    font-size: 0.875rem;
  }
}

.p-faq {
  padding-block: 6rem;
  background: #EEFBFF;
}

.p-faq__items {
  margin-block-start: 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    margin-block-start: 3.5rem;
  }
}

.p-faq__item-question {
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 1.5rem;
  align-items: center;
  background: #ffffff;
  list-style: none;
}
.p-faq__item-question::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question {
    column-gap: 1rem;
  }
}
@media (any-hover: hover) {
  .p-faq__item-question:hover {
    cursor: pointer;
  }
}

.p-faq__item-question-icon {
  font-family: "Roboto", sans-serif;
  color: #203864;
  font-size: max(2rem, 25.6px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question-icon {
    font-size: 2rem;
  }
}

.p-faq__item-question-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-faq__item-question-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-question-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__item-question-text {
    font-size: 0.875rem;
  }
}

.p-faq__item-question-icon {
  width: 1.25rem;
}
.p-faq__item-question-icon line {
  transition: rotate 0.3s ease;
  transform-origin: center;
}

.p-faq__item.is-opened .p-faq__item-question-icon line:nth-of-type(2) {
  rotate: 90deg;
}

.p-faq__item-answer-inner {
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer-inner {
    column-gap: 1rem;
  }
}

.p-faq__item-answer-icon {
  font-family: "Roboto", sans-serif;
  color: #1EA5FF;
  font-size: max(2rem, 25.6px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer-icon {
    font-size: 2rem;
  }
}

.p-faq__item-answer-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-faq__item-answer-text {
    font-size: 0.875rem;
  }
}

.p-faq__item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.is-opened .p-faq__item-answer {
  opacity: 1;
}

.p-about {
  padding-block: 6rem;
}

@media (max-width: 900px) {
  .p-about__inner {
    max-width: 70rem;
  }
}

.p-about__head {
  margin-block-start: 5rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: center;
  color: #203864;
}
@media screen and (max-width: 767px) {
  .p-about__head {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__head {
    margin-block-start: 3.5rem;
    font-size: max(1.25rem, 16px);
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__head {
    font-size: 1.25rem;
  }
}

.p-about__text-wrap {
  margin-block-start: 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.p-about__text {
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: max(0.9375rem, 12px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__text {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 5rem;
  opacity: 0;
  transition: all 0.8s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}