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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2A2A;
  line-height: 1.4;
}

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

/*****************************
* 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%;
  height: auto;
  display: block;
}

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.l-inner.--md {
  max-width: 67.125rem;
}
.l-inner.--sm {
  max-width: 65.3125rem;
}
.l-inner.--xs {
  max-width: 50rem;
}

.c-btn1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FA8C1E), to(#EB6F11));
  background: linear-gradient(180deg, #FA8C1E, #EB6F11);
  border-radius: 0.5rem;
  display: inline-grid;
  grid-template-columns: auto 1fr 2.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0.625rem 0.4375rem 0.5rem;
  -webkit-box-shadow: 0 0.4375rem 0 #c36418;
          box-shadow: 0 0.4375rem 0 #c36418;
  -webkit-animation: push 1.7s ease infinite;
          animation: push 1.7s ease infinite;
  position: relative;
  overflow: hidden;
  --push: 7px;
  min-width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    min-width: 20.9375rem;
    grid-template-columns: auto 1fr 1.125rem;
    text-align: center;
    -webkit-box-shadow: 0 0.3125rem 0 #c36418;
            box-shadow: 0 0.3125rem 0 #c36418;
    padding: 0.4375rem 0.75rem 0.4375rem 0.4375rem;
    --push: 2px;
    border-radius: 0.25rem;
  }
}
.c-btn1::before {
  content: "無料";
  position: relative;
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  background-color: #F7EF90;
  color: #FA8C1E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn1::before {
    width: 3.125rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-btn1::after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/btn_arrow.svg) no-repeat center center/contain;
  margin-top: 0.125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-btn1::after {
    width: 1.125rem;
  }
}
.c-btn1.--sm {
  min-width: 17.3125rem;
}
.c-btn1.--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#43C278), to(#51A373));
  background: linear-gradient(180deg, #43C278, #51A373);
  -webkit-box-shadow: 0 0.4375rem 0 #248e50;
          box-shadow: 0 0.4375rem 0 #248e50;
  -webkit-animation: push-green 1.7s ease infinite;
          animation: push-green 1.7s ease infinite;
}
@media screen and (max-width: 767px) {
  .c-btn1.--green {
    -webkit-box-shadow: 0 0.3125rem 0 #248e50;
            box-shadow: 0 0.3125rem 0 #248e50;
  }
}
.c-btn1.--green::before {
  color: #43C278;
}
@media (any-hover: hover) {
  .c-btn1:hover {
    opacity: 1;
  }
}

.c-btn1__text {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn1__text {
    font-size: 1.125rem;
  }
}

.c-btn1__reflect {
  -webkit-animation: reflect 2s ease-in-out infinite;
          animation: reflect 2s ease-in-out infinite;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  width: 1.875rem;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.c-btn1.--md {
  font-size: 1.25rem;
  min-width: 0;
  min-width: initial;
  width: 100%;
}
.c-btn1.--md::before {
  font-size: 1.125rem;
  padding: 0.6875rem 0.75rem 0.875rem;
}

@-webkit-keyframes push {
  0% {
    -webkit-box-shadow: 0 var(--push) 0 #cb7222;
            box-shadow: 0 var(--push) 0 #cb7222;
    translate: 0 0;
  }
  60% {
    -webkit-box-shadow: 0 var(--push) 0 #cb7222;
            box-shadow: 0 var(--push) 0 #cb7222;
    translate: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 #cb7222;
            box-shadow: 0 0 0 #cb7222;
    translate: 0 var(--push);
  }
  80% {
    -webkit-box-shadow: 0 var(--push) 0 #cb7222;
            box-shadow: 0 var(--push) 0 #cb7222;
    translate: 0 0;
  }
  90% {
    -webkit-box-shadow: 0 0 0 #cb7222;
            box-shadow: 0 0 0 #cb7222;
    translate: 0 var(--push);
  }
  to {
    -webkit-box-shadow: 0 var(--push) 0 #cb7222;
            box-shadow: 0 var(--push) 0 #cb7222;
    translate: 0 0;
  }
}

@keyframes push {
  0% {
    -webkit-box-shadow: 0 var(--push) 0 #cb7222;
            box-shadow: 0 var(--push) 0 #cb7222;
    translate: 0 0;
  }
  60% {
    -webkit-box-shadow: 0 var(--push) 0 #cb7222;
            box-shadow: 0 var(--push) 0 #cb7222;
    translate: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 #cb7222;
            box-shadow: 0 0 0 #cb7222;
    translate: 0 var(--push);
  }
  80% {
    -webkit-box-shadow: 0 var(--push) 0 #cb7222;
            box-shadow: 0 var(--push) 0 #cb7222;
    translate: 0 0;
  }
  90% {
    -webkit-box-shadow: 0 0 0 #cb7222;
            box-shadow: 0 0 0 #cb7222;
    translate: 0 var(--push);
  }
  to {
    -webkit-box-shadow: 0 var(--push) 0 #cb7222;
            box-shadow: 0 var(--push) 0 #cb7222;
    translate: 0 0;
  }
}
@-webkit-keyframes push-green {
  0% {
    -webkit-box-shadow: 0 var(--push) 0 #31975C;
            box-shadow: 0 var(--push) 0 #31975C;
    translate: 0 0;
  }
  60% {
    -webkit-box-shadow: 0 var(--push) 0 #31975C;
            box-shadow: 0 var(--push) 0 #31975C;
    translate: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 #31975C;
            box-shadow: 0 0 0 #31975C;
    translate: 0 var(--push);
  }
  80% {
    -webkit-box-shadow: 0 var(--push) 0 #31975C;
            box-shadow: 0 var(--push) 0 #31975C;
    translate: 0 0;
  }
  90% {
    -webkit-box-shadow: 0 0 0 #31975C;
            box-shadow: 0 0 0 #31975C;
    translate: 0 var(--push);
  }
  to {
    -webkit-box-shadow: 0 var(--push) 0 #31975C;
            box-shadow: 0 var(--push) 0 #31975C;
    translate: 0 0;
  }
}
@keyframes push-green {
  0% {
    -webkit-box-shadow: 0 var(--push) 0 #31975C;
            box-shadow: 0 var(--push) 0 #31975C;
    translate: 0 0;
  }
  60% {
    -webkit-box-shadow: 0 var(--push) 0 #31975C;
            box-shadow: 0 var(--push) 0 #31975C;
    translate: 0 0;
  }
  70% {
    -webkit-box-shadow: 0 0 0 #31975C;
            box-shadow: 0 0 0 #31975C;
    translate: 0 var(--push);
  }
  80% {
    -webkit-box-shadow: 0 var(--push) 0 #31975C;
            box-shadow: 0 var(--push) 0 #31975C;
    translate: 0 0;
  }
  90% {
    -webkit-box-shadow: 0 0 0 #31975C;
            box-shadow: 0 0 0 #31975C;
    translate: 0 var(--push);
  }
  to {
    -webkit-box-shadow: 0 var(--push) 0 #31975C;
            box-shadow: 0 var(--push) 0 #31975C;
    translate: 0 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  80% {
    opacity: 0.5;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  81% {
    opacity: 1;
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
  }
}
@keyframes reflect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  80% {
    opacity: 0.5;
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
  }
  81% {
    opacity: 1;
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
  }
}
.c-head1__textSm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-head1__textSm {
    font-size: 1rem;
  }
}
.c-head1__textSm:before {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 1.4375rem;
  -webkit-mask: url(../images/line.svg) no-repeat center center/contain;
          mask: url(../images/line.svg) no-repeat center center/contain;
  background-color: #2A2A2A;
}
.c-head1__textSm:after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 1.4375rem;
  -webkit-mask: url(../images/line.svg) no-repeat center center/contain;
          mask: url(../images/line.svg) no-repeat center center/contain;
  background-color: #2A2A2A;
  scale: -1 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.c-head1__text {
  display: block;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-head1__text {
    font-size: 1.125rem;
  }
}

.c-head1.--white .c-head1__textSm {
  color: #fff;
}
.c-head1.--white .c-head1__textSm:before {
  background-color: #fff;
}
.c-head1.--white .c-head1__textSm:after {
  background-color: #fff;
}
.c-head1.--white .c-head1__text {
  color: #fff;
}

.c-head1.--bg {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  background-color: #386AAD;
  position: relative;
}
.c-head1.--bg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3.125rem solid transparent;
  border-left: 3.125rem solid transparent;
  border-top: 2rem solid #386AAD;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}

.p-head2__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3125rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-head2__text {
    font-size: 1.5rem;
    min-width: 12rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-head2__text:before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 2.3125rem;
  -webkit-mask: url(../images/line.svg) no-repeat center center/contain;
          mask: url(../images/line.svg) no-repeat center center/contain;
  background-color: #2A2A2A;
}
@media screen and (max-width: 767px) {
  .p-head2__text:before {
    width: 0.6875rem;
    height: 1.4375rem;
  }
}
.p-head2__text:after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 2.3125rem;
  -webkit-mask: url(../images/line.svg) no-repeat center center/contain;
          mask: url(../images/line.svg) no-repeat center center/contain;
  background-color: #2A2A2A;
  scale: -1 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-head2__text:after {
    width: 0.6875rem;
    height: 1.4375rem;
  }
}

.c-head3 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-head3 {
    font-size: 1.5rem;
  }
}

.c-head4 {
  text-align: center;
}

.c-head4__textSm {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #386AAD;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-head4__textSm {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-head4__textSm.--sm {
    font-size: 0.75rem;
  }
}
.c-head4__textSm.--bg {
  background-color: #386AAD;
  border-radius: 2.5rem;
  padding: 0.625rem 1.125rem;
  position: relative;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-head4__textSm.--bg {
    padding: 0.5rem 2.1875rem 0.625rem;
  }
}
.c-head4__textSm.--bg:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-top: 0.8125rem solid #386aad;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}

.c-head4__text {
  font-size: 2.5rem;
  font-weight: 700;
  color: #386AAD;
  display: inline-block;
  border-bottom: 3px solid #386AAD;
}
@media screen and (max-width: 767px) {
  .c-head4__text {
    font-size: 1.5rem;
  }
}

.c-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table {
    min-width: 43.75rem;
  }
}
.c-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.625rem;
}
.c-table thead th {
  padding: 0.625rem 0.9375rem;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-table thead th {
    font-size: 10px;
    padding: 0.3125rem;
  }
}
.c-table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 2.5rem;
  width: 0.0625rem;
  background-color: #D8D8D8;
  translate: 0 -50%;
}
.c-table tbody tr {
  background-color: #fff;
  border-radius: 0.625rem;
  background-color: #F1F1F1;
  height: 6.875rem;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr {
    height: 5rem;
  }
}
.c-table tbody tr:nth-child(1) {
  background-color: #FFFBD1;
  border: 1px solid #5B9CF2;
  outline: 1px solid #5B9CF2;
  outline-offset: -1px;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.c-table tbody tr th, .c-table tbody tr td {
  padding: 1.875rem 0.625rem;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr th, .c-table tbody tr td {
    padding: 1.25rem 0.625rem;
  }
}
.c-table tbody tr th:first-child, .c-table tbody tr td:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
}
.c-table tbody tr th:last-child, .c-table tbody tr td:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}
.c-table tbody tr th:not(:last-child)::after, .c-table tbody tr td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 2.5rem;
  width: 0.0625rem;
  background-color: #D8D8D8;
  translate: 0 -50%;
}
.c-table tbody tr th {
  text-align: center;
  font-weight: bold;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr th {
    min-width: 8.75rem;
  }
}
.c-table tbody tr td {
  min-width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr td {
    min-width: 5.375rem;
  }
}
.c-table tbody tr td:last-child {
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr td:last-child {
    font-size: 10px;
    width: 12.8125rem;
  }
}
.c-table tbody .symbol {
  display: block;
  text-align: center;
}
.c-table tbody .symbol:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #2A2A2A;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-table tbody .symbol:before {
    width: 1.5rem;
  }
}
.c-table tbody .symbol.--blue:before {
  background-color: #386AAD;
}
.c-table tbody .symbol.--1:before {
  -webkit-mask: url(../images/symbole1.svg) no-repeat center center/contain;
          mask: url(../images/symbole1.svg) no-repeat center center/contain;
}
.c-table tbody .symbol.--2:before {
  -webkit-mask: url(../images/symbole2.svg) no-repeat center center/contain;
          mask: url(../images/symbole2.svg) no-repeat center center/contain;
}
.c-table tbody .symbol.--3:before {
  -webkit-mask: url(../images/symbole3.svg) no-repeat center center/contain;
          mask: url(../images/symbole3.svg) no-repeat center center/contain;
}
.c-table tbody .symbol.--4:before {
  -webkit-mask: url(../images/symbole4.svg) no-repeat center center/contain;
          mask: url(../images/symbole4.svg) no-repeat center center/contain;
}

.c-tel__tag {
  padding: 0.3125rem 0.375rem 0.3125rem 0.75rem;
  background-color: #E5E5E5;
  border-radius: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-tel__tag span {
  display: inline-block;
  padding: 0.0625rem 0.5rem;
  background-color: #fff;
  border-radius: 0.1875rem;
  font-size: 10px;
  line-height: 1.4;
  color: #6F6F6F;
  text-align: center;
}

.c-tel__num {
  display: block;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Jost", sans-serif;
}

.c-tel__time {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.p-tel2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.c-tel2__tag {
  display: inline-block;
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.3125rem;
  background-color: #568BD0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-tel2__tag {
    font-size: 0.75rem;
    padding: 0.6875rem 0.375rem;
  }
}
.c-tel2__tag span {
  display: block;
  font-size: 10px;
  font-weight: 500;
}

.c-tel2__num {
  font-size: 2.125rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  font-family: "Jost", sans-serif;
}

.c-tel2__time {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-tel2__time {
    margin-top: 0.8125rem;
  }
}

.c-tel3__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
  font-size: 6px;
  line-height: 1.4;
  font-weight: 700;
  color: #386AAD;
  background-color: #fff;
  border-radius: 0.125rem;
}
.c-tel3__tag span {
  font-size: 4px;
  font-weight: 500;
}

.c-tel3__num {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  font-family: "Jost", sans-serif;
}

.c-tel3__time {
  display: block;
  font-size: 6px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

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

.p-about__inner {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-top: 2.6875rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about__table {
    overflow-x: auto;
    padding-inline: 0.125rem;
  }
}

.p-answer {
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-answer {
    margin-top: 2.5rem;
    margin-inline: calc(50% - 50vw);
  }
}

.p-answer__title {
  max-width: 46.5625rem;
  margin-inline: auto;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #3281E9;
  text-align: center;
  padding-block: 2.3125rem;
  border-block: 4px solid #2A2A2A;
}
.p-answer__title span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #2A2A2A;
}
@media screen and (max-width: 767px) {
  .p-answer__title span {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

.p-answer__img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 61rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-answer__img {
    width: 100%;
    translate: -50% 4.5625rem;
  }
}
.p-answer__img img {
  width: 100%;
  height: 100%;
}

.p-case {
  padding-top: 5.9375rem;
  background-color: #F4F4F4;
}

.p-case__item {
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: 20.3125rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-case__item {
    grid-template-columns: 1fr;
  }
}
.p-case__item:nth-child(n+2) {
  margin-top: 1rem;
}

.p-case__title {
  position: relative;
  padding: 1.875rem;
  background-color: #fff;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__title {
    border-radius: 0.5rem 0.5rem 0 0;
    height: 6.25rem;
  }
}
.p-case__title span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-case__title span {
    font-size: 1.25rem;
  }
}
.p-case__title:before {
  content: "";
  display: block;
  width: 4.75rem;
  height: 7.625rem;
  background: url(../images/moya.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-case__title:before {
    width: 3.4375rem;
    height: 5.625rem;
  }
}
.p-case__title:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  translate: 100% 0;
}
@media screen and (max-width: 767px) {
  .p-case__title:after {
    width: 100%;
    height: 1rem;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: auto;
    top: initial;
    bottom: 0;
    right: auto;
    right: initial;
    left: 0;
    translate: 0 100%;
  }
}

.p-cae__body {
  padding: 1.5625rem 1.5625rem 1.5625rem 4.0625rem;
  background-color: #E1E5EB;
  border-radius: 0 0.5rem 0.5rem 0;
  display: grid;
  grid-template-columns: 1fr 15.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cae__body {
    padding: 2.5625rem 1.875rem 1.5625rem;
    border-radius: 0 0 0.5rem 0.5rem;
    grid-template-columns: 1fr;
  }
}

.p-case__text {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-case__text {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-case__img1 {
  width: 13.5625rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-case__img2 {
  width: 10.625rem;
  height: 8.9375rem;
  margin-inline: auto;
}

.p-case__img3 {
  width: 15.125rem;
  height: auto;
}

.p-case1 {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-case1 {
    padding-top: 3.4375rem;
    padding-bottom: 3.75rem;
  }
}

.p-case1__titleImg {
  max-width: 30.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-case1__titleImg {
    width: 100%;
  }
}

.p-case1__titleSub {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case1__titleSub {
    margin-top: 1.4375rem;
  }
}

.p-case1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  padding: 0.9375rem 1.25rem;
  width: 38.625rem;
  background-color: #386AAD;
  border-radius: 0.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-case1__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
  }
}

.p-case1__item {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

.p-case1__table {
  margin-top: 3.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-case1__table {
    margin-top: 1.4375rem;
  }
}

.p-case2 {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-case2 {
    padding-top: 3.4375rem;
    padding-bottom: 0;
  }
}

.p-case2__inner.l-inner {
  max-width: 56.875rem;
}

.p-case2__img1 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case2__img1 {
    width: 100%;
  }
}

.p-case2__textSub {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9375rem 3.4375rem 0.9375rem 3.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case2__textSub {
    font-size: 0.875rem;
    padding: 1.375rem 7.0625rem 1.25rem 1.25rem;
  }
}
.p-case2__textSub:after {
  content: "";
  display: block;
  width: 7.625rem;
  height: 8.5625rem;
  background: url(../images/img_case2.png) no-repeat center center/contain;
  position: absolute;
  top: -1.75rem;
  right: -4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-case2__textSub:after {
    width: 6.0625rem;
    height: 6.8125rem;
    right: 0.625rem;
  }
}

.p-case2__box {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.875rem 1.875rem 4rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-case2__box {
    border-radius: 0;
    padding: 2.5rem 0.625rem 4rem;
    margin-inline: calc(50% - 50vw);
  }
}

.p-case__titleSub {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__titleSub {
    margin-top: 2rem;
  }
}
.p-case__titleSub h3 {
  font-size: 1.5rem;
  color: #386AAD;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-case__titleSub h3 {
    font-size: 1.125rem;
  }
}
.p-case__titleSub h3::before, .p-case__titleSub h3::after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 1.375rem;
  -webkit-mask: url(../images/title_slash.svg) no-repeat center/contain;
          mask: url(../images/title_slash.svg) no-repeat center/contain;
  background-color: #386AAD;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-case__titleSub h3::before, .p-case__titleSub h3::after {
    margin-top: 0.25rem;
  }
}
.p-case__titleSub h3::before {
  justify-self: flex-end;
}
.p-case__titleSub h3::after {
  justify-self: flex-start;
  scale: -1 1;
}
.p-case__titleSub p {
  font-size: 0.875rem;
  color: #386AAD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case__titleSub p {
    font-size: 0.75rem;
  }
}

.p-case2__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case2__list {
    gap: 0.1875rem;
    margin-top: 1.25rem;
  }
}

.p-case2__titleSm {
  font-size: 0.875rem;
  color: #fff;
  background-color: #386AAD;
  padding: 0.625rem;
  border-radius: 0.5rem 0.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case2__titleSm {
    font-size: 0.75rem;
  }
}

.p-case2__itemInner {
  padding-bottom: 1rem;
  background-color: #F1F1F1;
  border-radius: 0 0 0.5rem 0.5rem;
}

.p-case2__icon {
  width: 8.75rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-case2__icon {
    width: 100%;
  }
}

.p-case2__desc {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-case2__desc {
    font-size: 0.875rem;
  }
}
.p-case2__desc .sm {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-case2__desc .sm {
    font-size: 10px;
  }
}

.p-cta {
  background-color: #386AAD;
  padding-block: 1.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 2.5rem;
  }
}

.p-cta__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    grid-template-columns: 1fr;
  }
}

.p-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item {
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__item:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}
.p-cta__item:nth-child(n+2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__item:nth-child(n+2) {
    padding-top: 1.875rem;
  }
}
.p-cta__item:nth-child(n+2):before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #5589CD;
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .p-cta__item:nth-child(n+2):before {
    width: 100%;
    height: 2px;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}

.p-cta__title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 1.5rem;
  }
}

.p-cta__icon1 {
  width: 2.0625rem;
}

.p-cta__icon2 {
  width: 3rem;
}

.p-cta__icon3 {
  width: 2.375rem;
}

.p-cta__text {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 0.875rem;
  }
}

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

.p-cta2 {
  padding-top: 0.625rem;
  padding-bottom: 0.75rem;
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.p-cta2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 39.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta2__inner {
    padding: 0 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-cta2__text {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: bold;
  color: #fff;
  margin-left: 8.8125rem;
}
@media screen and (max-width: 767px) {
  .p-cta2__text {
    display: none;
  }
}

.p-cta2__img {
  width: 8.8125rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: -0.75rem;
  left: 1.5625rem;
  aspect-ratio: 141/95;
}
@media screen and (max-width: 767px) {
  .p-cta2__img {
    display: none;
  }
}

.p-cta2__arrow {
  width: 2.625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta2__arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-cta2__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5625rem;
  }
}

.p-cta2__btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-cta2__btn {
    margin-left: 0;
    width: 10.625rem;
  }
}
.p-cta2__btn::before {
  content: "10秒完結";
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1875rem 0.9375rem;
  border-radius: 100vmax;
  background-color: #fff;
  position: absolute;
  top: -1rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-cta2__btn::before {
    display: none;
  }
}
.p-cta2__btn::after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 0.0625rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-cta2__btn::after {
    display: none;
  }
}

.p-cta2__reflect {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta2__reflect {
    -webkit-animation: reflect 2s ease-in-out infinite;
            animation: reflect 2s ease-in-out infinite;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1;
    width: 1.875rem;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    display: block;
  }
}

.p-cta2__btn.--tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta2__btn.--tel {
    width: 11rem;
    display: block;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    -webkit-animation: push-sp 1.7s ease infinite;
            animation: push-sp 1.7s ease infinite;
    position: relative;
    overflow: hidden;
    grid-template-columns: auto 1fr 1.125rem;
  }
}
.p-cta2__btn.--tel img {
  width: 100%;
  height: 2.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes push-sp {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    translate: 0 0;
  }
  60% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    translate: 0 0;
  }
  70% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 0 #13508d);
            filter: drop-shadow(0 0 0 #13508d);
    translate: 0 0.125rem;
  }
  80% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    translate: 0 0;
  }
  90% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 0 #13508d);
            filter: drop-shadow(0 0 0 #13508d);
    translate: 0 0.125rem;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    translate: 0 0;
  }
}
@keyframes push-sp {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    translate: 0 0;
  }
  60% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    translate: 0 0;
  }
  70% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 0 #13508d);
            filter: drop-shadow(0 0 0 #13508d);
    translate: 0 0.125rem;
  }
  80% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    translate: 0 0;
  }
  90% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0 0 #13508d);
            filter: drop-shadow(0 0 0 #13508d);
    translate: 0 0.125rem;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(19,80,141,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 0.125rem 0 #13508d);
            filter: drop-shadow(0 0.125rem 0 #13508d);
    translate: 0 0;
  }
}

.p-cta3 {
  display: none;
  background-color: #386AAD;
}
@media screen and (max-width: 767px) {
  .p-cta3 {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 100;
    padding-top: 0.125rem;
    padding-bottom: 0.3125rem;
  }
}
.p-cta3 .c-btn1 {
  min-width: 7.5rem;
  padding-left: 0.1875rem;
  padding-right: 0.3125rem;
  grid-template-columns: auto 1fr 0.75rem;
}
.p-cta3 .c-btn1:before {
  width: 1.875rem;
  font-size: 10px;
  margin-right: 0.3125rem;
}
.p-cta3 .c-btn1:after {
  width: 0.375rem;
}
.p-cta3 .c-btn1__text {
  font-size: 10px;
}
.p-cta3.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .p-cta3__inner.l-inner {
    padding-inline: 0.125rem;
  }
}

.p-cta3__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-cta3__item:nth-child(n+2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta3__item:nth-child(n+2):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #71AEFF;
    position: absolute;
    top: 0;
    left: 0;
    translate: -50% 0;
  }
}
.p-cta3__item:nth-child(2) {
  padding-inline: 0.125rem;
}

.p-cta3__title {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
}

.p-cta3__btn {
  text-align: center;
  margin-top: 0.3125rem;
}

.p-ctaLg {
  padding-block: 4.0625rem;
  background-color: #fff;
  margin-top: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-ctaLg {
    padding-top: 3.125rem;
    padding-bottom: 0;
  }
}

.p-ctaLg__head {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ctaLg__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ctaLg__head:before {
  content: "";
  display: block;
  width: 11.25rem;
  height: 11.875rem;
  background: url(../images/img_ctaLg.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -100% calc(-50% + 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-ctaLg__head:before {
    background: url(../images/img_ctaLgSp.png) no-repeat center center/contain;
    position: static;
    translate: 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 8.625rem;
    height: 10rem;
    margin-inline: auto;
    margin-top: 0.625rem;
  }
}

.p-ctaLg__textSm {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ctaLg__textSm {
    font-size: 0.875rem;
  }
}

.p-ctaLg__text {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #3281E9;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-ctaLg__text {
    font-size: 1.5rem;
  }
}
.p-ctaLg__text span {
  display: inline-block;
  padding-bottom: 0.3125rem;
  position: relative;
}
.p-ctaLg__text span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #3281E9;
  border-radius: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.p-data {
  padding-top: 5rem;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-data {
    padding-top: 2.5rem;
  }
}

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

.p-data__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-data__list {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-data__title {
  position: relative;
  padding: 1.875rem;
  background-color: #386AAD;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-data__title {
    height: 4.6875rem;
  }
}
.p-data__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #386AAD;
  position: absolute;
  bottom: 0;
  left: 0;
  translate: 0 99%;
}
.p-data__title span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-data__title span {
    font-size: 1.25rem;
  }
}

.p-deta__body {
  padding: 3.75rem 1.25rem 1.25rem;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  height: calc(100% - 5rem);
}
@media screen and (max-width: 767px) {
  .p-deta__body {
    height: calc(100% - 4.6875rem);
  }
}

.p-deta__text {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-deta__text {
    font-size: 0.875rem;
  }
}
.p-deta__text small {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

.p-deta__box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 5rem);
}
@media screen and (max-width: 767px) {
  .p-deta__box {
    height: calc(100% - 4.6875rem);
    display: block;
  }
}

.p-deta__num {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #386AAD;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-deta__num {
    font-size: 1.5rem;
  }
}
.p-deta__num:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #386AAD;
  position: absolute;
  bottom: 1rem;
  left: 0;
}
.p-deta__num span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.4;
  font-family: "Jost", sans-serif;
  color: #386AAD;
}
@media screen and (max-width: 767px) {
  .p-deta__num span {
    font-size: 3rem;
  }
}

.p-deta__img {
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-deta__img.--1 {
  width: 6.75rem;
}
.p-deta__img.--2 {
  width: 17.125rem;
}
.p-deta__img.--3 {
  width: 11.625rem;
}

.p-deta__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-deta__comment {
    display: block;
  }
}

.p-deta__comment-text {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1.875rem 1.5625rem 1.875rem 3.125rem;
  background-color: #fff;
  border-radius: 2.5rem;
  width: 28rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-deta__comment-text {
    font-size: 1.125rem;
    width: 19.6875rem;
    margin-inline: auto;
    padding: 1.875rem 0.9375rem 1.875rem 1.5625rem;
  }
}
.p-deta__comment-text:after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 1.875rem;
  background: url(../images/vector.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 1.875rem -50%;
}
@media screen and (max-width: 767px) {
  .p-deta__comment-text:after {
    background: url(../images/vectorSp.svg) no-repeat center center/contain;
    top: auto;
    top: initial;
    bottom: 0;
    left: 50%;
    translate: -100% 1.25rem;
  }
}
.p-deta__comment-text small {
  display: block;
  font-size: 1rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-deta__comment-text small {
    font-size: 0.875rem;
  }
}

.p-deta__comment-img {
  width: 15.6875rem;
}
@media screen and (max-width: 767px) {
  .p-deta__comment-img {
    width: 12rem;
    margin-inline: auto;
    margin-top: -0.5rem;
    position: relative;
    z-index: 1;
  }
}

.p-faq {
  padding-block: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__inner.l-inner {
    padding-inline: 0.625rem;
  }
}

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

.p-faq__items {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__items {
    gap: 0.5rem;
  }
}

.p-faq__item {
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 1rem 1.25rem 1.5rem;
  }
}

.p-faq__title {
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    gap: 0.625rem;
    font-size: 0.875rem;
  }
}
.p-faq__title::before {
  content: "Q";
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
  font-weight: 900;
  color: #386AAD;
}
@media screen and (max-width: 767px) {
  .p-faq__title::before {
    font-size: 1.5rem;
  }
}

.p-faq__title p {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title p {
    margin-top: 0.125rem;
  }
}

.p-faq__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  padding-inline: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__body {
    font-size: 0.75rem;
    line-height: 1.6;
    padding: 0 1.875rem;
  }
}

.p-faq__item.active .p-faq__body {
  height: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item.active .p-faq__body {
    margin-top: 0.625rem;
  }
}

.p-flow__btn {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #386AAD;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    width: 2rem;
  }
}
.p-flow__btn:before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.p-flow__btn:after {
  content: "";
  display: block;
  height: 0.9375rem;
  width: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.p-faq__item.active .p-flow__btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-feature {
  padding-block: 5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding-block: 3.125rem;
  }
}
.p-feature::before {
  content: "";
  width: 15.9375rem;
  height: 16.875rem;
  background: url(../images/Vector1.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: 2.5rem;
  left: -6.375rem;
}
@media screen and (max-width: 767px) {
  .p-feature::before {
    top: -6.25rem;
    left: -7rem;
  }
}
.p-feature::after {
  content: "";
  width: 29.125rem;
  height: 27.125rem;
  background: url(../images/Vector2.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: -3.125rem;
  right: -10rem;
}
@media screen and (max-width: 767px) {
  .p-feature::after {
    top: 2.625rem;
    right: -18.75rem;
  }
}

.p-feature__inner {
  position: relative;
  z-index: 1;
}

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

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

.p-feature__item {
  padding: 3.125rem 2.625rem;
  border-radius: 0.5rem;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row: span 2;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    padding: 2.5rem 1.25rem;
  }
}
.p-feature__item.--1 {
  background-color: #EDF5FF;
}
.p-feature__item.--1:after {
  content: "";
  display: block;
  width: 10.8125rem;
  height: 11.75rem;
  background: url(../images/Vector3.svg) no-repeat center center/100% 100%;
  position: absolute;
  bottom: -3.75rem;
  left: -4.6875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-feature__item.--1:after {
    width: 7.5rem;
    height: 8.125rem;
    background: url(../images/Vector3Sp.svg) no-repeat center center/100% 100%;
    left: -1.6875rem;
    bottom: -3.5625rem;
  }
}
.p-feature__item.--2 {
  background-color: #FFFBD1;
}

.p-feature_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5.625rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -0.625rem;
  left: 1rem;
  -webkit-mask: url(../images/bg_feature1.svg) no-repeat center center/contain;
          mask: url(../images/bg_feature1.svg) no-repeat center center/contain;
  background: #386AAD;
}
@media screen and (max-width: 767px) {
  .p-feature_num {
    font-size: 0.75rem;
    width: 3.75rem;
    height: 4.375rem;
    left: 0.625rem;
  }
}
.p-feature_num .num {
  display: block;
  font-size: 2.375rem;
  line-height: 1;
  font-weight: 900;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-feature_num .num {
    font-size: 1.5rem;
  }
}

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

.p-feature__img2 {
  width: 20rem;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-feature__img2 {
    width: 10.75rem;
  }
}

.p-feature__text {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-feature__box {
  padding: 0.9375rem 1.25rem;
  background-color: #fff;
  margin-top: 1.5rem;
  min-height: 7.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-feature__box {
    padding: 1rem;
    min-height: 4.0625rem;
    margin-top: 1rem;
    margin-top: 1rem;
  }
}

.p-feature__item.--1 .p-feature__box {
  border: 1px solid #5B9CF2;
  border-radius: 0.625rem;
}

.p-feature__item.--2 .p-feature__box {
  border: 1px solid #FF5F5F;
  border-radius: 0.625rem;
}

.p-feature__itemSm {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-feature__itemSm {
    font-size: 0.75rem;
  }
}
.p-feature__itemSm:before {
  content: "・";
}

.p-feature__title {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #ED6969;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    font-size: 1.25rem;
  }
}

.p-flow {
  padding-block: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

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

.p-flow__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    grid-template-columns: 1fr;
  }
}

.p-flow__item {
  padding: 2.5rem 1.25rem 1.25rem;
  background-color: #F5F5F5;
  border-radius: 0.5rem;
  position: relative;
  min-height: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    padding: 1.25rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9375rem;
    min-height: 0;
    min-height: initial;
  }
}

.p-flow__num {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 900;
  color: #386AAD;
  font-family: "Jost", sans-serif;
  position: absolute;
  top: 0.4375rem;
  left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    font-size: 1.5rem;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 1;
  }
}

.p-flow__img {
  width: 7.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    width: 4.5rem;
    margin: 0;
  }
}

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

.p-flow__title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  color: #386AAD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1rem;
    text-align: left;
  }
}

.p-flow__text {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 0.875rem;
  }
}

.p-footer {
  padding: 0.9375rem 0;
  background-color: #386AAD;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-footer {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 1.5rem;
    padding-bottom: 5.625rem;
  }
}
.p-footer.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__title {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
    line-height: 1.2;
  }
}
.p-footer__title span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__title span {
    font-size: 0.75rem;
  }
}
.p-footer__title span:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1rem;
  -webkit-mask: url(../images/line.svg) no-repeat center center/contain;
          mask: url(../images/line.svg) no-repeat center center/contain;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__title span:before {
    width: 0.6875rem;
    height: 1.4375rem;
  }
}
.p-footer__title span:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1rem;
  -webkit-mask: url(../images/line.svg) no-repeat center center/contain;
          mask: url(../images/line.svg) no-repeat center center/contain;
  background-color: #fff;
  scale: -1 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-footer__title span:after {
    width: 0.6875rem;
    height: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__btn {
    position: relative;
    z-index: 1;
  }
}

.p-footer__img {
  position: absolute;
  bottom: -0.9375rem;
  right: 0;
  translate: 100% 0;
}
@media screen and (max-width: 767px) {
  .p-footer__img {
    grid-area: 1/2/2/3;
    bottom: auto;
    bottom: initial;
    top: 0;
    right: 0;
    translate: 0 -1.875rem;
  }
}
.p-footer__img img {
  width: 8.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__img img {
    width: 7.125rem;
  }
}

.p-form {
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 0.5rem;
  max-width: 20.3125rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 2rem;
  right: 5.375rem;
  z-index: 10;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 1441px) {
  .p-form {
    right: calc(50% - 39.375rem);
  }
}
@media screen and (max-width: 1300px) {
  .p-form {
    right: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    display: none;
  }
}

.p-form__item {
  padding-bottom: 1.4375rem;
}
.p-form__item:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}
.p-form__item:nth-child(n+2) {
  padding-top: 1.4375rem;
}

.p-form__title {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__icon1 {
  width: 1.5625rem;
  height: 2.125rem;
}

.p-form__icon2 {
  width: 2.5rem;
  height: 2.5rem;
}

.p-form__icon3 {
  width: 1.75rem;
  height: 2.125rem;
}

.p-form__text {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-form__btn {
  text-align: center;
  margin-top: 0.75rem;
}

.p-header {
  width: 100%;
  height: 4rem;
  display: grid;
  place-items: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  position: relative;
  z-index: 1;
}

.p-header__logo {
  display: block;
  width: 14.6875rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 11.3125rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-logo {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-logo {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.p-logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 3.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #F5F5F5, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

.p-logo__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-logo__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
}
.p-logo__title::before, .p-logo__title::after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.5625rem;
  background: url(../images/title_slash.svg) no-repeat center/contain;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-logo__title::before, .p-logo__title::after {
    width: 0.8125rem;
    height: 1.25rem;
    margin-top: 0.25rem;
  }
}
.p-logo__title::before {
  justify-self: flex-end;
}
.p-logo__title::after {
  justify-self: flex-start;
  scale: -1 1;
}

.p-logo__img {
  width: auto;
  height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-main {
  position: relative;
  overflow: hidden;
  padding-bottom: 5.625rem;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-main {
    padding-bottom: 0;
  }
}

.p-mv {
  position: relative;
  padding-bottom: 7.5rem;
  background-color: #fff;
  position: relative;
  background: url(../images/bg_mv.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1441px) {
  .p-mv {
    min-height: 44.0625rem;
  }
}

.p-mv__img {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    height: 100%;
    max-height: 44.0625rem;
  }
}
.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .p-mv__img img {
    aspect-ratio: 375/480;
  }
}

.p-mv__inner {
  max-width: 88.125rem;
  display: grid;
  grid-template-columns: auto 1fr 20rem;
  gap: 0.8125rem;
  margin-top: 2.1875rem;
  position: absolute;
  bottom: 1.375rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    display: block;
    margin-top: 0;
    padding-inline: 0.625rem;
    bottom: 2.5rem;
    left: 0;
  }
}
@media screen and (min-width: 1441px) {
  .p-mv__inner {
    bottom: auto;
    bottom: initial;
    top: 50%;
    left: 50%;
    translate: -50% 0;
  }
}

.p-mv__circle {
  width: 12.625rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #DDEBFF;
  border-radius: 50%;
  padding: 0.5rem;
}
@media screen and (max-width: 1380px) {
  .p-mv__circle {
    width: 8.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circle {
    width: 8.0625rem;
    padding: 0.5rem;
    translate: 0;
  }
}

.p-mv__circleText {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #386AAD;
  border-radius: 50%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1380px) {
  .p-mv__circleText {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__circleText {
    font-size: 0.9375rem;
  }
}

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

.p-mv__sub {
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1380px) {
  .p-mv__sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__sub {
    font-size: 1rem;
    line-height: 1.85;
    margin-top: 0.75rem;
  }
}

.p-mv__main {
  font-size: 3.1875rem;
  font-weight: bold;
  line-height: 1.36;
  color: #386AAD;
}
@media screen and (max-width: 1380px) {
  .p-mv__main {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__main {
    font-size: 1.5625rem;
  }
}

.p-mv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv__items {
    margin-top: 0.375rem;
    gap: 0.375rem;
    max-width: 16.875rem;
  }
}

.p-mv__item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.3125rem 1.125rem;
  background-color: #DDEBFF;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1380px) {
  .p-mv__item {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__item {
    border-radius: 0.25rem;
    font-size: 10px;
    line-height: 1.4166666667;
    padding: 0.375rem 0.625rem 0.5rem;
  }
}

.p-mv__tagWrap {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__tagWrap {
    position: relative;
    margin-top: 1rem;
  }
}

.p-mv__tagText {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__tagText {
    font-size: 0.8125rem;
    position: absolute;
    right: calc(100% - 18.75rem);
    bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 325px) {
  .p-mv__tagText {
    position: static;
    margin-top: 0.1875rem;
  }
}

.p-outline {
  padding-block: 5rem;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-outline {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

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

.p-outline__list {
  margin-top: 2.5rem;
  padding: 4rem 3.4375rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-outline__list {
    padding: 2.5rem 1.25rem;
  }
}

.p-outline__item {
  display: grid;
  grid-template-columns: 8.125rem 1fr;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 767px) {
  .p-outline__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-outline__item:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-outline__title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  color: #386AAD;
}
@media screen and (max-width: 767px) {
  .p-outline__title {
    font-size: 1rem;
  }
}

.p-outline__text {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-outline__text {
    font-size: 0.875rem;
  }
}

.p-problem {
  position: relative;
  overflow-y: hidden;
  padding-bottom: 3.4375rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-problem {
    padding-bottom: 25.3333333333vw;
  }
}

.p-problem__head {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  background-color: #386AAD;
  position: relative;
}
.p-problem__head:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3.125rem solid transparent;
  border-left: 3.125rem solid transparent;
  border-top: 2rem solid #386AAD;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}

.p-problem__list {
  margin-top: 3.4375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    margin-top: 2.6875rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-problem__item {
  padding: 1.4375rem 3.125rem;
  border-radius: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-problem__item {
    min-height: 8.125rem;
  }
}
.p-problem__item:after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 5rem;
  background: url(../images/icon_question.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-problem__item.--blue {
  background-color: #E6F1FF;
}
.p-problem__item.--yellow {
  background-color: #EFF0D2;
}
.p-problem__item.--green {
  background-color: #D3EDE9;
}

.p-problem__text {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-problem__text {
    font-size: 1.125rem;
  }
}
.p-problem__text span {
  font-weight: 700;
}
.p-problem__text small {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  display: block;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-problem__text small {
    font-size: 10px;
  }
}

.p-reason {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 2.5rem;
  }
}

.p-reason__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
    max-width: 37.5rem;
    margin-inline: auto;
  }
}

.p-reason__item {
  padding: 1.5rem 1.875rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    padding: 1.25rem 1rem;
  }
}

.p-reason__text {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    font-size: 0.875rem;
  }
}

.p-reason__img {
  margin-top: 1.125rem;
  width: 53.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-reason__img {
    width: 100%;
    max-width: 17.8125rem;
    margin-top: 0.4375rem;
  }
}

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

.p-voice {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 3.375rem;
    padding-bottom: 4rem;
  }
}

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

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

.p-voice__img {
  width: 7.5rem;
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    width: 6.25rem;
  }
}

.p-voice__body {
  padding: 5.9375rem 3.125rem 3.75rem;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: -5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 3.125rem);
}
@media screen and (max-width: 767px) {
  .p-voice__body {
    padding: 5.9375rem 1rem 1.25rem;
    height: calc(100% - 1.25rem);
    min-height: 16.375rem;
  }
}

.p-voice__text {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 0.875rem;
  }
}

.p-voice__name {
  display: block;
  margin-top: auto;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-voice__name {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.u-blue {
  color: #386AAD;
}

.u-blue-bg {
  background-color: #386AAD;
}

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

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