@charset "UTF-8";
:where(:root) {
  --color-main: #0054db;
  --color-accent: #ff4c00;
  --color-text: #242a33;
  interpolate-size: allow-keywords;
}


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

label,
input,
select,
option,
textarea,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
li,
dt,
dd,
dl,
th,
td,
time,
label,
input,
textarea,
button {
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #04314b;
}

a {
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

a:hover {
  opacity: 0.6;
}

.l-inner {
  padding: 0 2rem;
}

.l-container {
  max-width: 128rem;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.l-header__inner {
  padding: 1.5rem 2.5rem;
}

.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 192rem;
  margin: 0 auto;
}

.l-header__logo {
  display: block;
  width: 17.5rem;
}

.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.header-contact__tel {
  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;
  width: 17rem;
  height: 4rem;
  font-size: 1.4rem;
  color: #00cfeb;
  background-color: #fff;
  border: 0.3rem solid #00cfeb;
  border-radius: 0.5rem;
}

.header-contact__btn {
  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;
  width: 17rem;
  height: 4rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cfeb),
    to(#005aeb)
  );
  background: linear-gradient(90deg, #00cfeb 0%, #005aeb 100%);
}

.l-footer__object {
  display: none;
}

.footer-object__logo {
  display: block;
  max-width: 28rem;
  margin: 0 auto 3rem;
}

.footer-object__nav-wrap {
  max-width: 128rem;
  margin: 0 auto;
}

.footer-object__main-nav {
  margin-bottom: 2rem;
}

.footer-object__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-bottom: 2rem;
}

.footer-object__main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
.footer-object__main-link span {
  display: block;
}
.footer-object__main-link span:first-of-type {
  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;
  width: 1.8rem;
}
.footer-object__main-link span:last-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}

.footer-object__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.footer-object__sub-item {
  width: 100%;
}
.footer-object__sub-item:first-of-type .footer-object__sub-link {
  background-color: #dc0e3f;
}
.footer-object__sub-item:nth-of-type(2) .footer-object__sub-link {
  background-color: #dd5635;
}
.footer-object__sub-item:nth-of-type(3) .footer-object__sub-link {
  background-color: #e8b50d;
}
.footer-object__sub-item:nth-of-type(4) .footer-object__sub-link {
  background-color: #57ad4a;
}
.footer-object__sub-item:nth-of-type(5) .footer-object__sub-link {
  background-color: #3c67a7;
}
.footer-object__sub-item:nth-of-type(6) .footer-object__sub-link {
  background-color: #714687;
}
.footer-object__sub-item:nth-of-type(7) .footer-object__sub-link {
  background-color: #34284f;
}

.footer-object__sub-link {
  display: block;
  text-align: center;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}

.l-footer__bottom-wrap {
  background-color: #393f48;
}

.l-footer__bottom {
  padding: 6rem 2rem;
}

.footer-bottom__nav-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 2rem;
  max-width: 144rem;
  margin: 0 auto;
}

.footer-bottom__nav {
  border-left: 0.1rem solid #fff;
  padding: 1rem 2rem;
}

.footer-bottom__category-nav {
  border-left: none;
}

.footer-bottom__nav-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
}

.footer-bottom__list {
  display: block;
}

.footer-bottom__category-nav .footer-bottom__list,
.footer-bottom__area-nav .footer-bottom__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.footer-bottom__item {
  margin-bottom: 1rem;
}
.footer-bottom__item:last-of-type {
  margin-bottom: 0;
}

.footer-bottom__link {
  font-size: 1.6rem;
  color: #fff;
}

.l-footer__flex-btn {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.l-footer__btn {
  width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  border-radius: 3rem;
  padding: 1.5rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0.2rem solid #0054db;
  background-color: #fff;
}
.l-footer__btn:first-of-type {
  background-color: #fff;
  color: #fff;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  padding: 1rem 2rem;
}
.p-fv {
  padding: 18rem 0 12rem;
  background-color: rgba(23, 72, 148, 0.2);
}

.p-fv__inner {
  padding: 0 2rem;
}

.p-fv__bg-wrap {
  position: relative;
}

.p-fv__bg {
  position: absolute;
  width: 102.5rem;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

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

.p-fv__title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
}

.p-fv__content {
  max-width: 65rem;
  padding: 4rem 4.5rem;
  margin: 0 auto 7rem;
  border-radius: 1.5rem;
  background-color: #fff;
  border: 0.2rem solid #174894;
}

.fv-content__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
}

.fv-content__text {
  text-align: center;
  font-size: 1.6rem;
}
.fv-content__text span {
  font-size: 2rem;
  font-weight: bold;
  color: #ff4d00;
}

.p-fv__btn-wrap {
  position: relative;
  width: 85rem;
  margin: 0 auto;
}

.p-fv__start-btn {
  display: block;
  width: 47rem;
  margin: 0 auto;
}

.p-fv__icon {
  position: absolute;
}
.p-fv__icon.fv-icon01 {
  top: -10rem;
  left: 0;
  width: 24rem;
}
.p-fv__icon.fv-icon02 {
  top: -11rem;
  right: 0;
  width: 17rem;
}

.yureru-s {
  -webkit-animation: yureru-s 2s infinite;
  animation: yureru-s 2s infinite;
}

@-webkit-keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
    transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.p-diagnosis {
  padding: 18rem 0 12rem;
  background-color: rgba(23, 72, 148, 0.2);
}

.p-diagnosis__inner {
  padding: 0 2rem;
}

.p-diagnosis__body {
  max-width: 100rem;
  margin: 0 auto;
}

.p-diagnosis__title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.p-diagnosis__box {
  padding: 2.5rem 4rem;
  margin: 0 auto 1rem;
  border-radius: 1.5rem;
  background-color: #fff;
  border: 0.2rem solid #174894;
}

.diagnosis-box__progress-bar-wrap {
  margin-bottom: 2.5rem;
}

.diagnosis-box__progress-bar-text {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.diagnosis-box__progress-bar-line-wrap {
  position: relative;
}

.diagnosis-box__progress-bar-gray {
  width: 100%;
  height: 0.6rem;
  border-radius: 1rem;
  background-color: #e8e8e8;
}

.diagnosis-box__progress-bar-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0.6rem;
  border-radius: 1rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cfeb),
    to(#005aeb)
  );
  background: linear-gradient(90deg, #00cfeb 0%, #005aeb 100%);
  -webkit-transition: width 480ms ease;
  transition: width 480ms ease;
}

.diagnosis-box__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-bottom: 4rem;
}

.diagnosis-box-question__icon {
  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;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: #04314b;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.diagnosis-box-question__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  line-height: 1.3;
}

.diagnosis-box__answer label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
}
.diagnosis-box__answer label:last-of-type {
  margin-bottom: 0;
}
.diagnosis-box__answer label span {
  font-size: 1.6rem;
}
.diagnosis-box__answer input[type="radio"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0.1rem solid #04314b;
  accent-color: #04314b;
}
.diagnosis-box__answer input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cfeb),
    to(#005aeb)
  ) !important;
  background: linear-gradient(90deg, #00cfeb 0%, #005aeb 100%) !important;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-diagnosis__flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-diagnosis__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  width: 15rem;
  height: 4rem;
  border-radius: 0.5rem;
}

.diagnosis-prev-btn {
  border: 0.1rem solid #04314b;
  background-color: #fff;
}
.diagnosis-prev-btn .p-diagnosis__btn-text {
  color: #04314b;
}

.diagnosis-next-btn {
  background-color: #04314b;
}
.diagnosis-next-btn .p-diagnosis__btn-text {
  color: #fff;
}

.p-diagnosis__btn-arrow {
  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;
  width: 1.5rem;
}

.p-diagnosis__btn-text {
  font-size: 1.6rem;
  color: #fff;
}

.p-contact {
  padding: 18rem 0 12rem;
  background-color: rgba(23, 72, 148, 0.2);
}
.p-contact .diagnosis-box__progress-bar-line {
  width: 0%;
  height: 0.6rem;
  border-radius: 1rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cfeb),
    to(#005aeb)
  );
  background: linear-gradient(90deg, #00cfeb 0%, #005aeb 100%);
  -webkit-animation: contactProgressToFull 480ms ease forwards;
  animation: contactProgressToFull 480ms ease forwards;
}

@-webkit-keyframes contactProgressToFull {
  to {
    width: 100%;
  }
}

@keyframes contactProgressToFull {
  to {
    width: 100%;
  }
}
.p-contact__inner {
  padding: 0 2rem;
}

.p-contact__body {
  max-width: 78rem;
  margin: 0 auto;
}

.p-contact__title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.p-contact__body {
  max-width: 100rem;
  margin: 0 auto;
}

.p-contact__form-wrap {
  padding: 2.5rem 4rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.5rem;
  border: 0.2rem solid #174894;
}

::-webkit-input-placeholder {
  color: #656565;
}

::-moz-placeholder {
  color: #656565;
}

:-ms-input-placeholder {
  color: #656565;
}

::-ms-input-placeholder {
  color: #656565;
}

::placeholder {
  color: #656565;
}

::-ms-input-placeholder {
  color: #656565;
}

:-ms-input-placeholder {
  color: #656565;
}

input[type="submit"].p-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  color: #fff;
  font-size: 2rem;
  width: 42rem;
  height: 5rem;
  border-radius: 0.5rem;
  margin: 5rem auto 0;
  background-color: #ff4d00;
}

.p-contact__input {
  margin-bottom: 3rem;
}
.p-contact__input .error {
  color: red;
  font-size: 1.6rem;
}

.contact-input__label-wrap {
  width: 100%;
  margin-bottom: 0.5rem;
}

.contact-input__label {
  font-size: 1.6rem;
}

.contact-input__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-contact__input input[type="text"],
.p-contact__input input[type="email"],
.p-contact__input input[type="url"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  height: 3.5rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0.1rem solid #909090;
}

.wpcf7-form-control-wrap {
  display: block;
}

.p-loading {
  padding: 18rem 0 12rem;
  background-color: rgba(23, 72, 148, 0.2);
}

.p-loading__inner {
  padding: 0 2rem;
}

.p-loading__body {
  padding: 10rem 0;
  max-width: 90rem;
  margin: 0 auto;
}

.p-loading__box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-loading__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  color: #00cfeb;
}
.p-loading__circle::before,
.p-loading__circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2rem solid;
  border-color: currentColor transparent currentColor transparent;
  -webkit-animation: circle-dash-animation 2s linear infinite;
  animation: circle-dash-animation 2s linear infinite;
}
.p-loading__circle::after {
  animation-direction: reverse;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

@-webkit-keyframes circle-dash-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    border-width: 2rem;
  }
  50% {
    opacity: 0.5;
    border-width: 2rem;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    border-width: 2rem;
  }
}

@keyframes circle-dash-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    border-width: 2rem;
  }
  50% {
    opacity: 0.5;
    border-width: 2rem;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    border-width: 2rem;
  }
}
.p-loading__icon {
  width: 14rem;
  margin: 0 auto 1.5rem;
}

.p-loading__text {
  text-align: center;
}
.p-loading__text span {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0.3rem 0;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}
.p-loading__text span:nth-child(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.p-loading__text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.p-loading__text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.p-loading__text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.p-loading__text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.p-loading__text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
}
.p-result {
  padding: 18rem 0 12rem;
  background-color: rgba(23, 72, 148, 0.2);
}

.p-result__inner {
  padding: 0 2rem;
}

.p-result__body {
  max-width: 90rem;
  margin: 0 auto;
}

.p-result__title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.p-result__box {
  position: relative;
  padding: 2.5rem 4rem;
  margin: 0 auto 3rem;
  background-color: #fff;
  overflow: hidden;
}
.p-result__box:last-of-type {
  margin-bottom: 3rem;
}

.p-result__icon01 {
  position: absolute;
  bottom: -12rem;
  left: 7rem;
  width: 13rem;
}

.p-result__icon02 {
  position: absolute;
  bottom: -12rem;
  right: 7rem;
  width: 9rem;
}

.p-result__slot {
  margin-bottom: 5rem;
}

.p-result__score-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.p-result__score-wrap .p-result__score {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
.p-result__score-wrap .p-result__score.large {
  font-size: 8.6rem;
  margin: 0 1rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cfeb),
    to(#005aeb)
  );
  background: linear-gradient(90deg, #00cfeb 0%, #005aeb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.p-result__score-wrap .p-result__score.medium {
  font-size: 4rem;
  margin-left: 1rem;
}

.p-result__evaluation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-result__evaluation-wrap .p-result__evaluation {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
.p-result__evaluation-wrap .p-result__evaluation.large {
  font-size: 8.6rem;
  margin-left: 0.5rem;
  margin-bottom: -0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cfeb),
    to(#005aeb)
  );
  background: linear-gradient(90deg, #00cfeb 0%, #005aeb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p-result__btn {
  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;
  width: 45rem;
  height: 6rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4d00),
    to(#ffb800)
  );
  background: linear-gradient(to right, #ff4d00, #ffb800);
}

.result-comment__title {
  text-align: center;
  font-size: 3.2rem;
  color: #005aeb;
  margin-bottom: 5rem;
}
.result-comment__title::after {
  content: "";
  display: block;
  width: 10rem;
  height: 0.6rem;
  border-radius: 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cfeb),
    to(#005aeb)
  );
  background: linear-gradient(90deg, #00cfeb 0%, #005aeb 100%);
  margin: 2rem auto 0;
}

.result-comment__text {
  font-size: 1.6rem;
  white-space: pre-wrap;
}

.p-result__cta-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 2rem;
}

.result-cta__service-btn {
  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;
  width: 50%;
  height: 6rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00cfeb),
    to(#005aeb)
  );
  background: linear-gradient(90deg, #00cfeb 0%, #005aeb 100%);
}

.result-cta__btn {
  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;
  width: 50%;
  height: 6rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4d00),
    to(#ffb800)
  );
  background: linear-gradient(to right, #ff4d00, #ffb800);
}

.result-cta__retry-btn {
  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;
  width: 50%;
  height: 6rem;
  font-size: 2rem;
  border-radius: 0.5rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.1rem solid #04314b;
}

/* ローディングの表示制御 */
.p-loading {
  display: none;
}

.p-loading.is_active {
  display: block;
}

/* 結果セクションの表示制御 */
.p-result.is_hidden {
  display: none;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
  .l-inner {
    padding: 0 2rem;
  }
  .l-container {
    max-width: 100%;
  }
  .l-header__inner {
    padding: 1rem;
  }
  .l-header__container {
    max-width: 100%;
  }
  .l-header__logo {
    width: 10rem;
  }
  .l-header__contact {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .header-contact__tel {
    width: 10rem;
    height: 3rem;
    font-size: 1.4rem;
    border: 0.1rem solid #00cfeb;
    border-radius: 0.5rem;
  }
  .header-contact__btn {
    width: 10rem;
    height: 3rem;
    font-size: 1.4rem;
    border-radius: 0.5rem;
  }
  .l-footer__object {
    display: block;
    padding: 2rem 2rem;
    background-color: #fff1f1;
  }
  .footer-object__logo {
    max-width: 26rem;
    margin: 0 auto 3rem;
  }
  .footer-object__nav-wrap {
    max-width: 100%;
  }
  .footer-object__main-nav {
    margin-bottom: 0;
  }
  .footer-object__main-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2rem;
  }
  .footer-object__main-link {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .footer-object__main-link span:first-of-type {
    width: 1.8rem;
  }
  .footer-object__main-link span:last-of-type {
    font-size: 1.4rem;
  }
  .footer-object__sub-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .footer-object__sub-link {
    font-size: 1.4rem;
    padding: 1rem;
  }
  .l-footer__bottom {
    padding: 1rem 2rem;
  }
  .footer-bottom__nav-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    max-width: 100%;
  }
  .footer-bottom__nav {
    border-left: none;
    padding: 2rem 1rem;
    border-bottom: 0.1rem solid #fff;
  }
  .footer-bottom__category-nav {
    grid-column: 1/3;
  }
  .footer-bottom__area-nav {
    grid-column: 1/3;
  }
  .footer-bottom__about-nav {
    grid-column: 1/3;
    border-bottom: none;
  }
  .footer-bottom__nav-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .footer-bottom__category-nav .footer-bottom__list,
  .footer-bottom__area-nav .footer-bottom__list {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .footer-bottom__item {
    margin-bottom: 1rem;
  }
  .footer-bottom__link {
    font-size: 1.2rem;
  }
  .l-footer__flex-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-bottom: 1rem;
  }
  .l-footer__btn:last-of-type {
    margin-bottom: 0;
  }
  .l-footer__btn {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding: 1rem;
    margin: 0 auto;
    border-radius: 3rem;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
  .p-fv {
    padding: 8rem 0 15rem;
    overflow: hidden;
  }
  .p-fv__inner {
    padding: 0 2rem;
  }
  .p-fv__bg {
    width: 60rem;
  }
  .p-fv__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-fv__content {
    max-width: 100%;
    padding: 2rem 1.5rem;
    margin: 0 auto 2rem;
    border-radius: 1rem;
  }
  .fv-content__title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .fv-content__text {
    font-size: 1.4rem;
  }
  .fv-content__text span {
    font-size: 1.6rem;
  }
  .p-fv__btn-wrap {
    width: 100%;
  }
  .p-fv__start-btn {
    width: 100%;
  }
  .p-fv__icon.fv-icon01 {
    top: 8rem;
    left: 2rem;
    width: 10rem;
  }
  .p-fv__icon.fv-icon02 {
    top: 8rem;
    right: 2rem;
    width: 7rem;
  }
  .p-diagnosis {
    padding: 8rem 0 8rem;
    overflow: hidden;
  }
  .p-diagnosis__inner {
    padding: 0 2rem;
  }
  .p-diagnosis__body {
    max-width: 100%;
  }
  .p-diagnosis__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-diagnosis__box {
    padding: 2rem 1.5rem;
    margin: 0 auto 1rem;
  }
  .diagnosis-box__progress-bar-wrap {
    margin-bottom: 2rem;
  }
  .diagnosis-box__progress-bar-text {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .diagnosis-box__progress-bar-gray {
    width: 100%;
    height: 0.6rem;
    border-radius: 1rem;
  }
  .diagnosis-box__progress-bar-line {
    width: 0;
    height: 0.6rem;
    border-radius: 1rem;
  }
  .diagnosis-box__question {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 2rem;
  }
  .diagnosis-box-question__icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .diagnosis-box-question__title {
    font-size: 1.6rem;
  }
  .diagnosis-box__answer label {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .diagnosis-box__answer label span {
    font-size: 1.4rem;
  }
  .diagnosis-box__answer input[type="radio"] {
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid #04314b;
  }
  .diagnosis-box__answer input[type="radio"]:checked::after {
    width: 1rem;
    height: 1rem;
  }
  .p-diagnosis__btn {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    width: 13rem;
    height: 4rem;
    border-radius: 0.5rem;
  }
  .p-diagnosis__btn-arrow {
    width: 1.5rem;
  }
  .p-diagnosis__btn-text {
    font-size: 1.4rem;
  }
  .p-contact {
    padding: 8rem 0 8rem;
  }
  .p-contact .diagnosis-box__progress-bar-line {
    width: 100%;
    height: 0.6rem;
    border-radius: 1rem;
  }
  .p-contact__inner {
    padding: 0 2rem;
  }
  .p-contact__body {
    max-width: 100%;
  }
  .p-contact__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-contact__body {
    max-width: 100%;
  }
  .p-contact__form-wrap {
    padding: 2rem 1.5rem;
    margin: 0 auto 1rem;
  }
  input[type="submit"].p-contact__btn {
    font-size: 1.6rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    width: 26rem;
    height: 4rem;
    margin: 5rem auto 0;
    border-radius: 0.5rem;
  }
  .p-contact__input {
    margin-bottom: 2rem;
  }
  .p-contact__input .error {
    font-size: 1.3rem;
  }
  .contact-input__label-wrap {
    margin-bottom: 0.5rem;
  }
  .contact-input__label {
    font-size: 1.4rem;
  }
  .contact-input__box {
    width: 100%;
  }
  .p-contact__input input[type="text"],
  .p-contact__input input[type="email"],
  .p-contact__input input[type="url"] {
    height: 3.5rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .p-loading {
    padding: 8rem 0 8rem;
    overflow: hidden;
  }
  .p-loading__inner {
    padding: 0 2rem;
  }
  .p-loading__body {
    max-width: 100%;
  }
  .p-loading__circle {
    width: 32rem;
    height: 32rem;
  }
  .p-loading__circle::before,
  .p-loading__circle::after {
    border: 2rem solid;
    border-color: currentColor transparent currentColor transparent;
  }
  .p-loading__icon {
    width: 10rem;
    margin: 0 auto 1.5rem;
  }
  .p-loading__text span {
    font-size: 1.6rem;
    margin: 0.3rem 0;
  }
  .p-result {
    padding: 8rem 0 8rem;
  }
  .p-result__inner {
    padding: 0 2rem;
  }
  .p-result__body {
    max-width: 100%;
  }
  .p-result__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-result__box {
    padding: 2rem;
    margin: 0 auto 3rem;
  }
  .p-result__icon01 {
    bottom: 9rem;
    left: 7rem;
    width: 6rem;
  }
  .p-result__icon02 {
    bottom: 9rem;
    right: 7rem;
    width: 4rem;
  }
  .p-result__slot {
    margin-bottom: 21rem;
  }
  .p-result__score-wrap {
    margin-bottom: 2rem;
  }
  .p-result__score-wrap .p-result__score {
    font-size: 1.6rem;
  }
  .p-result__score-wrap .p-result__score.large {
    font-size: 4.8rem;
    margin: 0 1rem;
  }
  .p-result__score-wrap .p-result__score.medium {
    font-size: 2.4rem;
    margin-left: 1rem;
  }
  .p-result__evaluation-wrap .p-result__evaluation {
    font-size: 1.6rem;
  }
  .p-result__evaluation-wrap .p-result__evaluation.large {
    font-size: 4.8rem;
    margin-left: 0.5rem;
    margin-bottom: -0.5rem;
  }
  .p-result__btn {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }
  .result-comment__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .result-comment__title::after {
    width: 6rem;
    height: 0.3rem;
    border-radius: 0.5rem;
    margin: 1rem auto 0;
  }
  .p-result__cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
    margin-bottom: 1rem;
  }
  .result-cta__service-btn {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }
  .result-cta__btn {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }
  .result-cta__retry-btn {
    width: 100%;
    height: 5rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }

  .l-footer__recaptcha-text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .u-under__none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-over__none {
    display: none !important;
  }
}






























