*,
*::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 {
  color: #122E56;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

a, button {
  cursor: pointer;
}

a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
a:hover {
  opacity: 0.5;
}

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

.l-header {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
  z-index: 999;
}

.l-heder__logo {
  display: block;
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 20rem;
}

.l-footer {
  padding: 8rem 0;
  background-color: #fff;
}

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

.l-footer__container {
  max-width: 100rem;
  margin: 0 auto;
}

.l-footer__logo {
  display: block;
  max-width: 38rem;
  margin: 0 auto 3rem;
}

.l-footer__address-text {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 3rem;
}

.l-footer__tel-content {
  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;
  margin-bottom: 1.5rem;
}

.l-footer__tel-icon {
  width: 4.5rem;
}

.l-footer__tel-text {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
}

.l-footer__tel-title {
  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: 28rem;
  height: 4.3rem;
  border-radius: 2.1rem;
  background-color: #fff;
  border: 0.1rem solid #023C8C;
  margin: 0 auto 4rem;
  font-size: 1.5rem;
}

.l-footer__sns-wrap {
  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;
  margin-bottom: 3rem;
}

.l-footer__sns-link {
  display: block;
  width: 5rem;
}

.l-footer__text {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 4rem;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1rem;
}
.u-animation-opacity {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.u-animation-opacity:hover {
  opacity: 0.8;
}

.u-animation-yureru-s {
  -webkit-animation: yureru-s 0.6s ease infinite alternate;
          animation: yureru-s 0.6s ease infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes yureru-s {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

@keyframes yureru-s {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
body {
  background-color: #E8F2FF;
}

.p-floating__banner-wrap {
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  width: 24rem;
  z-index: 500;
}

.p-floating__close-btn {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 4.5rem;
}

.p-fv {
  position: relative;
  overflow: hidden;
  max-width: 140rem;
  height: 75rem;
  margin: 0 auto;
}

.p-fv__figure {
  position: absolute;
  top: 2rem;
  right: 0rem;
  width: 128.7rem;
}

.p-fv__btn-wrap {
  position: absolute;
  top: 59rem;
  left: 11rem;
  width: 51rem;
}

.p-fv__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: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  width: 100%;
  height: 8rem;
  border-radius: 1rem;
  font-size: 2.2rem;
  background-color: #FFE201;
  -webkit-box-shadow: 0 0.3rem 0 #004b95;
          box-shadow: 0 0.3rem 0 #004b95;
  margin-bottom: 2.8rem;
}
.p-fv__btn span {
  font-size: 2.2rem;
}
.p-fv__btn span:first-of-type, .p-fv__btn span:last-of-type {
  font-weight: bold;
}
.p-fv__btn span:nth-of-type(2) {
  font-family: "Lexend Deca", sans-serif;
}

.p-fv__note {
  font-size: 1.2rem;
  color: #004B95;
}

.p-about {
  padding: 5rem 0 0;
  overflow: hidden;
}

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

.p-about__container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
}

.p-about__header {
  margin-bottom: 6rem;
}

.about-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 3rem;
  color: #004B95;
  font-weight: bold;
  border-bottom: 0.4rem solid #FFE201;
  margin: 0 auto;
}

.p-about__body {
  position: relative;
  max-width: 108rem;
  margin: 0 auto 1rem;
  z-index: 10;
}

.p-about__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1rem;
}

.p-about__item {
  position: relative;
  padding: 8rem 2rem 4rem;
  border-radius: 1.5rem;
  background-color: #fff;
}

.about-item__number {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  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: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  border: dotted 0.2rem #023C8C;
  font-family: "Lexend Deca", sans-serif;
}
.about-item__number span {
  color: #004B95;
  display: block;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
}
.about-item__number span:first-of-type {
  font-size: 1.1rem;
}
.about-item__number span:last-of-type {
  font-size: 1.8rem;
  line-height: 1;
}

.about-item__figure {
  height: 9.7rem;
  margin: 0 auto 2rem;
}

.p-about__item:first-of-type .about-item__figure {
  max-width: 8.9rem;
}
.p-about__item:nth-of-type(2) .about-item__figure {
  max-width: 9.4rem;
}
.p-about__item:nth-of-type(3) .about-item__figure {
  max-width: 9.5rem;
}
.p-about__item:last-of-type .about-item__figure {
  max-width: 6.6rem;
}

.about-item__title {
  text-align: center;
  font-size: 2rem;
  color: #004B95;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.about-item__text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
}
.about-item__text sup {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
}

.p-about__note {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.p-about__bottom {
  position: relative;
  max-width: 110rem;
  margin: 0 auto;
}

.about-bottom__flex {
  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;
  z-index: 10;
}

.about-bottom__content {
  width: 78rem;
}

.about-bottom-content__text {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 1rem;
}

.about-bottom-content__title {
  position: relative;
  margin-bottom: 3rem;
  z-index: 10;
}
.about-bottom-content__title::after {
  content: "";
  display: block;
  background-color: #FFE201;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 74rem;
  height: 2.6rem;
  z-index: 1;
}
.about-bottom-content__title span {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  z-index: 10;
}

.about-bottom__figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-body__illust {
  display: none;
}

.about-bottom__illust {
  position: absolute;
  bottom: -22rem;
  left: -52rem;
  width: 108rem;
  z-index: 1;
}

.p-reason {
  padding: 8rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_reason-bg.png?20250510);
}

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

.p-reason__container {
  position: relative;
}

.p-reason__logo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 82rem;
  z-index: 1;
}

.p-reason__header {
  position: relative;
  margin-bottom: 6rem;
  z-index: 10;
}

.reason-header__text {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}

.reason-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  border-bottom: 0.4rem solid #FFE201;
  margin: 0 auto;
}
.reason-header__title span {
  font-size: 6rem;
  font-weight: bold;
  color: #FFE201;
}

.p-reason__body {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  z-index: 10;
}

.p-reason__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 4rem;
}

.reason-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.reason-item-heading__number {
  margin-bottom: 2.5rem;
}
.reason-item-heading__number span {
  color: #004B95;
  display: block;
  text-align: center;
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
}
.reason-item-heading__number span:first-of-type {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.reason-item-heading__number span:last-of-type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE201));
  background: linear-gradient(transparent 60%, #FFE201 60%);
  margin: 0 auto;
}

.reason-item-heading__title {
  font-size: 2rem;
  font-weight: bold;
  color: #004B95;
}

.reason-item__text {
  font-size: 1.6rem;
  line-height: 1.75;
}
.reason-item__text span {
  font-weight: bold;
}

.p-reason__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: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  width: 51rem;
  height: 8rem;
  border-radius: 1rem;
  font-size: 2.2rem;
  background-color: #FFE201;
  -webkit-box-shadow: 0 0.3rem 0 #004b95;
          box-shadow: 0 0.3rem 0 #004b95;
  margin: 0 auto;
}
.p-reason__btn span {
  font-size: 2.2rem;
}
.p-reason__btn span:first-of-type, .p-reason__btn span:last-of-type {
  font-weight: bold;
}
.p-reason__btn span:nth-of-type(2) {
  font-family: "Lexend Deca", sans-serif;
}

.p-voice {
  padding: 8rem 0;
  overflow: hidden;
}

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

.p-voice__container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
}

.p-voice__illust {
  position: absolute;
  top: -11rem;
  right: -55rem;
  max-width: 108rem;
  z-index: 1;
}

.p-voice__header {
  position: relative;
  margin-bottom: 6rem;
  z-index: 10;
}

.voice-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 3rem;
  color: #004B95;
  font-weight: bold;
  border-bottom: 0.4rem solid #FFE201;
  margin: 0 auto;
}

.p-voice__body {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  z-index: 10;
}

.p-voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.p-voice__item {
  position: relative;
  padding: 2.5rem 2.5rem 5rem;
  border-radius: 1.5rem;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.voice-item__heading {
  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;
  height: 11rem;
}

.voice-item-heading__content {
  width: 7rem;
}

.voice-item-heading-content__figure {
  margin-bottom: 0.8rem;
}

.voice-item-heading-content__profile {
  display: block;
  text-align: center;
  font-size: 1rem;
}

.voice-item-heading__title {
  color: #004B95;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: bold;
}

.voice-item__text {
  font-size: 1.6rem;
  line-height: 1.75;
  height: 10rem;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.voice-item__text.is_active {
  height: auto;
  overflow: visible;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.voice-item__more-btn {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-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;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.voice-item__more-btn-text {
  color: #004B95;
  font-size: 1.2rem;
  text-align: center;
}

.voice-item__more-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;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.voice-item__more-btn-arrow.is_active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#voice-slider {
  margin-bottom: 0 !important;
}
#voice-slider .slick-dots li button::before {
  content: "";
}

.p-faq {
  padding: 8rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/image_faq-bg.png?20250510);
}

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

.p-faq__container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
}

.p-faq__header {
  position: relative;
  margin-bottom: 6rem;
  z-index: 10;
}

.faq-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  font-weight: bold;
  border-bottom: 0.4rem solid #FFE201;
  margin: 0 auto;
}

.p-faq__body {
  max-width: 100rem;
  padding: 4.5rem 4rem;
  margin: 0 auto;
  border-radius: 2rem;
  background-color: #fff;
}

.p-faq__box {
  border-bottom: 0.2rem solid #F7F7F7;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-faq__box:first-of-type {
  padding-top: 0;
}

.faq-box-content__question {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding-right: 5rem;
}

.faq-box-content-question__icon {
  font-size: 3rem;
  line-height: 1;
  color: #004B95;
  font-family: "Lexend Deca", sans-serif;
}

.faq-box-content-question__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0.2rem;
}
.faq-box-content-question__text sup {
  font-size: 1.2rem;
}

.faq-box-content-question__plus {
  position: absolute;
  top: 1rem;
  right: 2rem;
  display: inline-block;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  border: 0.2rem solid #023C8C;
  border-radius: 50%;
}
.faq-box-content-question__plus span {
  position: absolute;
  width: 52%;
  height: 0.2rem;
  background-color: #023C8C;
  border-radius: 0.1rem;
  top: 0;
  left: 0.1rem;
  right: 0;
  bottom: 0;
  margin: auto;
}
.faq-box-content-question__plus span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #023C8C;
  border-radius: 0.1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.faq-box-content-question__plus.is_active span::before {
  opacity: 0;
}

.faq-box-content__answer {
  margin-top: 2rem;
}

.faq-box-content-answer__text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.faq-box-content-answer__700weight {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.faq-box-content-answer__accent {
  color: #1990DF;
  font-weight: bold;
}

.faq-box-content-answer__note {
  margin-top: 2rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
}
.faq-box-content-answer__note:nth-of-type(5) {
  margin-bottom: 2rem;
}

.faq-box-content-answer__text-border {
  font-size: 1.6rem;
  line-height: 1.8;
  border-top: 0.1rem #1990DF dotted;
  border-bottom: 0.1rem #1990DF dotted;
  padding: 2rem 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-contact {
  padding: 8rem 0;
  overflow: hidden;
}

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

.p-contact__container {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
}

.p-contact__illust {
  position: absolute;
  bottom: -23rem;
  left: -63rem;
  width: 110rem;
  z-index: 1;
}

.p-contact__header {
  position: relative;
  margin-bottom: 6rem;
  z-index: 10;
}

.contact-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 3rem;
  color: #004B95;
  font-weight: bold;
  border-bottom: 0.4rem solid #FFE201;
  margin: 0 auto;
}

.p-contact__body {
  position: relative;
  max-width: 100rem;
  padding: 0 4rem 2rem;
  margin: 0 auto 4rem;
  border-radius: 2rem;
  background-color: #fff;
  z-index: 10;
}
.p-contact__body iframe {
  width: 100% !important;
  height: 167rem;
}
.p-contact__body form p.submit input {
  width: 100% !important;
  max-width: 100% !important;
}

.p-contact__privacy-link-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  margin: 0 auto;
}

.p-contact__privacy-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #004B95;
  font-size: 1.4rem;
  text-decoration: underline;
  margin: 0 auto;
}

.p-contact__privacy-link-icon {
  width: 1.4rem;
}

@media screen and (max-width:1366px) {
  html {
    font-size: 0.7320644217vw;
  }
  .p-fv__btn {
    left: 7rem;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: 2.6666666667vw;
  }
  .l-heder__logo {
    top: 1.5rem;
    left: 1.5rem;
    width: 12.7rem;
  }
  .l-footer {
    padding: 4rem 0 9rem;
  }
  .l-footer__inner {
    padding: 0 1.5rem;
  }
  .l-footer__container {
    max-width: 100%;
  }
  .l-footer__logo {
    max-width: 19rem;
    margin: 0 auto 3rem;
  }
  .l-footer__address-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .l-footer__tel-content {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .l-footer__tel-icon {
    width: 3.8rem;
  }
  .l-footer__tel-text {
    font-size: 2.4rem;
  }
  .l-footer__tel-title {
    width: 23.5rem;
    height: 3.7rem;
    border-radius: 1.8rem;
    border: 0.1rem solid #023C8C;
    margin: 0 auto 2rem;
    font-size: 1.3rem;
  }
  .l-footer__sns-wrap {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 2rem;
  }
  .l-footer__sns-link {
    width: 5rem;
  }
  .l-footer__text {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
  .l-footer__copyright {
    font-size: 1rem;
  }
  .p-floating__banner-wrap {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .p-floating__close-btn {
    top: -2rem;
    right: 1rem;
    width: 3rem;
  }
  .p-fv {
    max-width: 100%;
    height: 71rem;
  }
  .p-fv__figure {
    top: 7rem;
    right: -19rem;
    width: 55rem;
  }
  .p-fv__btn-wrap {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    top: 57rem;
    left: 1.5rem;
    width: 34.5rem;
  }
  .p-fv__btn {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    top: 57rem;
    left: 1.5rem;
    width: 34.5rem;
    height: 5.5rem;
    border-radius: 0.6rem;
    font-size: 1.5rem;
    -webkit-box-shadow: 0 0.3rem 0 #004b95;
            box-shadow: 0 0.3rem 0 #004b95;
    margin-bottom: 2rem;
  }
  .p-fv__btn span {
    font-size: 1.5rem;
  }
  .p-fv__note {
    font-size: 1.2rem;
  }
  .p-about {
    padding: 5rem 0 0;
  }
  .p-about__inner {
    padding: 0 1rem;
  }
  .p-about__header {
    margin-bottom: 4rem;
  }
  .about-header__title {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.4rem solid #FFE201;
  }
  .p-about__body {
    max-width: 100%;
    margin: 0 auto 4rem;
  }
  .p-about__list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1rem;
    margin-bottom: 1rem;
  }
  .p-about__item {
    padding: 4rem 1.5rem 1.5rem;
    border-radius: 1rem;
  }
  .about-item__number {
    top: 0.6rem;
    left: 0.6rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: dotted 0.2rem #023C8C;
  }
  .about-item__number span:first-of-type {
    font-size: 0.8rem;
  }
  .about-item__number span:last-of-type {
    font-size: 1.3rem;
  }
  .about-item__figure {
    height: 6.7rem;
    margin: 0 auto 2rem;
  }
  .p-about__item:first-of-type .about-item__figure {
    max-width: 6.5rem;
  }
  .p-about__item:nth-of-type(2) .about-item__figure {
    max-width: 6.7rem;
  }
  .p-about__item:nth-of-type(3) .about-item__figure {
    max-width: 6.4rem;
  }
  .p-about__item:last-of-type .about-item__figure {
    max-width: 5.3rem;
  }
  .about-item__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .about-item__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .about-item__text sup {
    bottom: 1.5rem;
    left: 12rem;
    font-size: 1rem;
  }
  .p-about__note {
    font-size: 1rem;
  }
  .p-about__bottom {
    max-width: 100%;
  }
  .about-bottom__flex {
    display: block;
  }
  .about-bottom__content {
    width: 100%;
  }
  .about-bottom-content__text {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .about-bottom-content__title {
    text-align: center;
    margin-bottom: 3rem;
  }
  .about-bottom-content__title::after {
    display: none;
  }
  .about-bottom-content__title span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.5rem;
    font-size: 2rem;
    background-color: #FFE201;
    margin: 0.8rem auto 0;
  }
  .about-bottom__figure {
    max-width: 27rem;
    margin: 0 auto;
  }
  .about-body__illust {
    display: block;
    position: absolute;
    top: 26rem;
    left: -15rem;
    width: 47rem;
    z-index: 1;
  }
  .about-bottom__illust {
    bottom: 6rem;
    left: -0.5rem;
    width: 36rem;
  }
  .p-reason {
    padding: 3.5rem 0 5rem;
    background-size: cover;
    background-image: url(../images/image_reason-bg_sp.png?20250510);
  }
  .p-reason__inner {
    padding: 0 1.5rem;
  }
  .p-reason__logo-bg {
    display: none;
  }
  .p-reason__header {
    margin-bottom: 4.5rem;
  }
  .reason-header__text {
    font-size: 2rem;
  }
  .reason-header__title {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.4rem solid #FFE201;
  }
  .reason-header__title span {
    font-size: 3rem;
  }
  .p-reason__body {
    max-width: 100%;
  }
  .p-reason__list {
    display: block;
    margin-bottom: 4rem;
  }
  .p-reason__item {
    margin-bottom: 1.5rem;
  }
  .p-reason__item:last-of-type {
    margin-bottom: 0;
  }
  .reason-item__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 2rem;
  }
  .reason-item-heading__number {
    margin-bottom: 0;
  }
  .reason-item-heading__number span:first-of-type {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .reason-item-heading__number span:last-of-type {
    font-size: 2.2rem;
  }
  .reason-item-heading__title {
    font-size: 1.8rem;
  }
  .reason-item__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-reason__btn {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    width: 34.5rem;
    height: 5.5rem;
    border-radius: 0.6rem;
    font-size: 1.5rem;
    -webkit-box-shadow: 0 0.3rem 0 #004b95;
            box-shadow: 0 0.3rem 0 #004b95;
  }
  .p-reason__btn span {
    font-size: 1.5rem;
  }
  .p-voice {
    padding: 5rem 0;
  }
  .p-voice__inner {
    padding: 0 1.5rem;
  }
  .p-voice__container {
    max-width: 100%;
  }
  .p-voice__illust {
    top: -10rem;
    right: -20rem;
    max-width: 47rem;
  }
  .p-voice__header {
    margin-bottom: 4rem;
  }
  .voice-header__title {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.4rem solid #FFE201;
  }
  .p-voice__body {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .p-voice__list {
    display: block;
  }
  .p-voice__item {
    padding: 2.5rem 2.5rem 5rem;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .p-voice__item:last-of-type {
    margin-bottom: 0;
  }
  .voice-item__heading {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-bottom: 2rem;
  }
  .voice-item-heading__content {
    width: 7rem;
  }
  .voice-item-heading-content__figure {
    margin-bottom: 0.8rem;
  }
  .voice-item-heading-content__profile {
    font-size: 1rem;
  }
  .voice-item-heading__title {
    font-size: 1.6rem;
  }
  .voice-item__text {
    font-size: 1.4rem;
    line-height: 1.7;
    height: 9rem;
  }
  .voice-item__more-btn {
    bottom: 1.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .voice-item__more-btn-text {
    font-size: 1.2rem;
  }
  #voice-slider .slick-slide {
    width: 31.5rem;
    margin-left: auto;
    margin-right: 1rem;
  }
  #voice-slider .slick-list {
    padding: 0 !important;
  }
  #voice-slider .slick-dots {
    bottom: -2.5rem;
  }
  #voice-slider .slick-dots li {
    width: 1rem;
    height: 1rem;
    margin: 0 1rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
  }
  #voice-slider .slick-dots li.slick-active {
    opacity: 1;
    background-color: #004B95;
  }
  .p-faq {
    padding: 5rem 0;
  }
  .p-faq__inner {
    padding: 0 1.5rem;
  }
  .p-faq__container {
    max-width: 100%;
  }
  .p-faq__header {
    margin-bottom: 4rem;
  }
  .faq-header__title {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.4rem solid #FFE201;
  }
  .p-faq__body {
    max-width: 100%;
    padding: 4rem 2.5rem 3rem;
    border-radius: 2rem;
  }
  .p-faq__box {
    border-bottom: 0.1rem solid #F7F7F7;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .faq-box-content__question {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding-right: 2rem;
  }
  .faq-box-content-question__icon {
    font-size: 2.5rem;
  }
  .faq-box-content-question__text {
    font-size: 1.5rem;
    margin-top: 0.2rem;
  }
  .faq-box-content-question__text sup {
    font-size: 1rem;
  }
  .faq-box-content-question__plus {
    top: 1rem;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.1rem solid #023C8C;
  }
  .faq-box-content-question__plus span {
    width: 52%;
    height: 0.1rem;
    border-radius: 0.1rem;
    top: 0;
    left: 0;
  }
  .faq-box-content-question__plus span::before {
    top: 0;
    left: 0;
    border-radius: 0.1rem;
  }
  .faq-box-content__answer {
    margin-top: 2rem;
  }
  .faq-box-content-answer__text {
    font-size: 1.4rem;
  }
  .faq-box-content-answer__700weight {
    font-size: 1.4rem;
  }
  .faq-box-content-answer__note {
    font-size: 1.2rem;
  }
  .faq-box-content-answer__text-border {
    font-size: 1.4rem;
  }
  .p-contact {
    padding: 5rem 0;
  }
  .p-contact__inner {
    padding: 0 1.5rem;
  }
  .p-contact__container {
    max-width: 100%;
  }
  .p-contact__illust {
    top: 5rem;
    bottom: auto;
    left: -20rem;
    width: 47rem;
  }
  .p-contact__header {
    margin-bottom: 4rem;
  }
  .contact-header__title {
    font-size: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.4rem solid #FFE201;
  }
  .p-contact__body {
    max-width: 100%;
    padding: 2rem 0;
    margin: 0 auto 2rem;
    border-radius: 2rem;
  }
  .p-contact__body iframe {
    height: 132rem;
  }
  .p-contact__privacy-link {
    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;
  }
}

@media screen and (max-width: 767px) {
  form.form p.submit input {
    font-size: 16px !important;
    height: 50px !important;
    padding: 0 16px !important;
    line-height: 50px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  form.form p.submit input::after {
    display: none !important;
  }
}