@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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;
}

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

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

input,
select {
  vertical-align: middle;
}

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

html {
  font-size: 4.1025641026vw;
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
    scroll-padding-top: 5.5rem;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body.is-fixed {
  overflow: hidden;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  line-height: 1;
}

a {
  color: #2A2A2A;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

button,
input,
textarea {
  border: none;
  background: transparent;
}
button:hover,
input:hover,
textarea:hover {
  cursor: pointer;
}

input,
textarea {
  font-size: 16px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  width: 90%;
  max-width: 1120px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    width: 100%;
    padding: 0.75rem 0.5rem;
  }
}

.l-inner {
  max-width: 1120px;
  width: 90%;
  margin-inline: auto;
}

.l-footer {
  background: #0F3975;
  color: #fff;
  padding: 1.5rem 0;
}
.l-footer__logo {
  width: 13.75rem;
  height: 5rem;
  margin: 0 auto 0.75rem;
}
.l-footer__address {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.8;
}
.l-footer__tel {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
.l-footer__copyright {
  display: block;
  border-top: 2px solid rgba(228, 228, 228, 0.3568627451);
  width: 100%;
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 1rem;
  }
  .l-footer__tel {
    font-size: 1rem;
  }
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

.l-lower__thanks {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-lower__thanks {
    padding-top: 184.5px;
    padding-bottom: 184.5px;
  }
}
.l-lower__404 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .l-lower__404 {
    padding-top: 184.5px;
    padding-bottom: 184.5px;
  }
}

.c-logo {
  width: 14.125rem;
  height: 5.125rem;
}
.c-logo__link {
  display: inline-block;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .c-logo__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-logo {
    width: 9.0625rem;
    height: 3.375rem;
  }
}

.c-cta {
  background: #FC7D06;
  padding: 2.5rem 0;
  position: relative;
}
.c-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/bg_cta.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0.1;
}
.c-cta__box {
  background-color: #fff;
  border-radius: 2.25rem;
  z-index: 1;
  position: relative;
}
.c-cta__box-main {
  padding: 2.5rem 5rem 1.5rem;
  background-image: url("../img/cta_img.webp");
  background-repeat: no-repeat;
  background-position: bottom 0 right 2.6875rem;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-cta__box-main {
    background-image: url("../img/cta_img@2x.webp");
  }
}
.c-cta__hours-label {
  width: 9.6875rem;
  height: 7.875rem;
  top: 0.5625rem;
  right: 0.375rem;
  position: absolute;
}
.c-cta__text-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 0.5rem 0 1rem;
  margin-bottom: 0.5rem;
}
.c-cta__text-wrap::before, .c-cta__text-wrap::after {
  content: "";
  display: inline-block;
  width: 0.125rem;
  height: 1.5625rem;
  background-color: #FC7D06;
  position: absolute;
}
.c-cta__text-wrap::before {
  rotate: -25deg;
  left: 0;
}
.c-cta__text-wrap::after {
  rotate: 25deg;
  right: 0;
}
.c-cta__copy {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-cta__copy-text {
  display: inline-block;
  font-size: 3.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  transform: skew(-5deg);
  position: relative;
}
.c-cta__copy-text--orange {
  color: #FC7D06;
}
.c-cta__copy-text--skyblue {
  color: #008CF4;
}
.c-cta__highlight {
  position: relative;
  bottom: -0.25rem;
  left: -0.625rem;
}
.c-cta__highlight--space-left {
  margin-left: 1em;
}
.c-cta__button-wrap {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0 0;
}
.c-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 1.1875rem 4.1875rem;
  flex: 1;
  min-width: 21.5rem;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: opacity 0.2s;
}
.c-cta__button::before {
  content: "";
  width: calc(100% - 0.625rem);
  height: 1.125rem;
  top: 0.1875rem;
  left: 50%;
  translate: -50% 0;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  pointer-events: none;
}
.c-cta__button--mail {
  background-image: linear-gradient(180deg, rgb(38, 179, 2), rgb(34, 168, 0));
}
.c-cta__button--mail::before {
  background-image: linear-gradient(180deg, rgb(173, 238, 157), rgba(157, 180, 238, 0));
}
.c-cta__button--tel {
  background-image: linear-gradient(180deg, rgb(20, 75, 152), rgb(4, 40, 92));
}
.c-cta__button--tel::before {
  background-image: linear-gradient(180deg, rgb(157, 180, 238), rgba(157, 180, 238, 0));
}
@media (hover: hover) and (pointer: fine) {
  .c-cta__button:hover {
    opacity: 0.8;
  }
}
.c-cta__button-icon {
  flex-shrink: 0;
}
.c-cta__button-icon svg {
  width: 100%;
  height: 100%;
}
.c-cta__button-icon--mail {
  width: 4.5625rem;
  height: 1.875rem;
}
.c-cta__button-icon--tel {
  width: 3.8125rem;
  height: 3.8125rem;
}
.c-cta__button-text-wrap {
  text-align: center;
}
.c-cta__button-balloon {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.c-cta__button-text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.c-cta__button-text--tel {
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-cta__box-bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1.6875rem;
}
.c-cta__box-bottom-item {
  display: flex;
  align-items: center;
  gap: 0.0625rem;
  padding: 0.5rem 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.c-cta__box-bottom-item:last-child {
  border-right: none;
}
.c-cta__box-bottom-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f3f8ff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cta__box-bottom-text {
  font-weight: 700;
}
.c-cta__box-bottom-orange {
  display: inline-block;
  color: #FC7D06;
  transform: skew(-5deg);
}
.c-cta__box-bottom-large {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.08em;
  line-height: 1.2;
  margin-right: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .c-cta__box-main {
    padding: 1.5rem 0.75rem 0;
    background-size: 110%;
    background-position: top 10rem left -1.75rem;
  }
  .c-cta__hours-label {
    top: 20.1875rem;
    right: 0;
    height: 6.6875rem;
    text-align: right;
  }
  .c-cta__hours-label img {
    width: auto;
    margin: 0 0 0 auto;
  }
  .c-cta__hours-picture {
    width: 100%;
    text-align: right;
  }
  .c-cta__text-wrap {
    justify-content: center;
    font-size: 1rem;
  }
  .c-cta__text-wrap::before {
    rotate: -15deg;
    left: 1.5em;
  }
  .c-cta__text-wrap::after {
    rotate: 15deg;
    right: 1.5em;
  }
  .c-cta__copy {
    font-size: 1.125rem;
    text-align: center;
  }
  .c-cta__copy-text {
    font-size: 1.75rem;
  }
  .c-cta__button-wrap {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 16.75rem;
  }
  .c-cta__button {
    width: 100%;
    min-width: auto;
    padding: 0.5rem 0.875rem;
  }
  .c-cta__button-icon {
    width: 3.5rem;
    height: 1.4375rem;
  }
  .c-cta__button-icon--tel {
    width: 2rem;
    height: 2rem;
  }
  .c-cta__button-balloon {
    font-size: 0.75rem;
  }
  .c-cta__button-text {
    font-size: 1.25rem;
  }
  .c-cta__button-text--tel {
    font-size: 1.75rem;
  }
  .c-cta__box-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    padding: 0.5rem;
  }
  .c-cta__box-bottom-item {
    border: none;
    flex-direction: column;
    font-size: 0.875rem;
    text-align: center;
    padding: 0.5rem 0;
  }
  .c-cta__box-bottom-item:nth-child(1), .c-cta__box-bottom-item:nth-child(3) {
    border-right: 1px solid #e4e4e4;
  }
  .c-cta__box-bottom-item:nth-child(1), .c-cta__box-bottom-item:nth-child(2) {
    border-bottom: 1px solid #e4e4e4;
  }
  .c-cta__box-bottom-large {
    font-size: 1.5rem;
  }
}

.c-section-text--highlight-yellow {
  position: relative;
}
.c-section-text--highlight-yellow::after {
  content: "";
  height: 0.9375rem;
  width: 100%;
  background-color: #FFE500;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  z-index: -1;
}
.c-section-text--red {
  color: #D94040;
}
.c-section-text--blue {
  color: #0F3975;
}
.c-section-text--skyblue {
  color: #008CF4;
}
.c-section-text--orange {
  color: #FC7D06;
}
.c-section-text--yellow {
  color: #FFE500;
}
.c-section-text--small {
  font-size: 2rem;
}
.c-section-text--skew {
  display: inline-block;
  transform: skew(-5deg);
}
@media screen and (max-width: 767px) {
  .c-section-text--highlight-yellow::after {
    content: none;
  }
  .c-section-text--small {
    font-size: 1.5rem;
  }
}

.c-section-title {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.c-section-title::after {
  content: "";
  width: 6.25rem;
  height: 0.25rem;
  background-color: #008CF4;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 2rem;
  }
}

.c-section-lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2.5rem;
}

.c-contact-form__lead {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.c-contact-form__field + .c-contact-form__field {
  margin-top: 1.5rem;
}
.c-contact-form__field--row {
  display: grid;
  grid-template-columns: 1fr minmax(0, 42.5rem);
  align-items: center;
  gap: 5.625rem;
}
.c-contact-form__field--row:has(.c-contact-form__textarea) {
  align-items: flex-start;
}
.c-contact-form__field--privacy {
  margin-top: 1rem;
  text-align: center;
}
.c-contact-form__field--privacy label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.c-contact-form__field--privacy .c-contact-form__error-text {
  text-align: center;
}
.c-contact-form__field.is-error .c-contact-form__error-text {
  display: block;
}
.c-contact-form__field.is-error .c-contact-form__input,
.c-contact-form__field.is-error .c-contact-form__select,
.c-contact-form__field.is-error .c-contact-form__textarea {
  border-color: #D94040;
  background-color: rgba(217, 64, 64, 0.04);
}
.c-contact-form__label-wrap {
  display: block;
}
.c-contact-form__label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-contact-form__label--trouble {
  margin-bottom: 0.75rem;
}
.c-contact-form__required {
  margin-left: 0.5rem;
  padding: 0 0.75rem;
  border-radius: 0.25rem;
  background-color: #008CF4;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}
.c-contact-form__optional {
  margin-left: 0.5rem;
  padding: 0 0.75rem;
  border-radius: 0.25rem;
  background-color: #e4e4e4;
  color: #2A2A2A;
  font-size: 1rem;
  line-height: 1.8;
}
.c-contact-form__error-text {
  display: none;
  margin-top: 0.25rem;
  color: #D94040;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-contact-form__input, .c-contact-form__select, .c-contact-form__textarea {
  width: 100%;
  border: 1px solid #6d6d6d;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff;
}
.c-contact-form__input::-moz-placeholder, .c-contact-form__select::-moz-placeholder, .c-contact-form__textarea::-moz-placeholder {
  color: #adadad;
}
.c-contact-form__input::placeholder, .c-contact-form__select::placeholder, .c-contact-form__textarea::placeholder {
  color: #adadad;
}
.c-contact-form__textarea {
  resize: vertical;
}
.c-contact-form__select-wrap {
  position: relative;
  width: 100%;
}
.c-contact-form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  translate: 0 -65%;
  rotate: 45deg;
  pointer-events: none;
}
.c-contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3rem;
  cursor: pointer;
}
.c-contact-form__radio-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
.c-contact-form__radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
.c-contact-form__radio-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 2px solid #0F3975;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.c-contact-form__radio-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #0F3975;
  translate: -50% -50%;
  scale: 0;
  transition: scale 0.2s ease;
}
.c-contact-form__radio-input:checked::before {
  scale: 1;
}
.c-contact-form__radio-input:focus-visible {
  outline: 2px solid #0F3975;
  outline-offset: 0.1875rem;
}
.c-contact-form__radio-text {
  font-size: 1.125rem;
  line-height: 1.5;
}
.c-contact-form__checkbox {
  cursor: pointer;
}
.c-contact-form__checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.625rem;
  margin: 0;
  border: 2px solid #0F3975;
  background-color: #fff;
  cursor: pointer;
}
.c-contact-form__checkbox-input::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 0.5625rem;
  height: 0.9375rem;
  border-right: 3px solid #0F3975;
  border-bottom: 3px solid #0F3975;
  translate: -50% -50%;
  rotate: 45deg;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.c-contact-form__checkbox-input:checked::before {
  opacity: 1;
}
.c-contact-form__checkbox-input:focus-visible {
  outline: 2px solid #0F3975;
  outline-offset: 0.1875rem;
}
.c-contact-form__checkbox-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
.c-contact-form__button-wrap {
  text-align: center;
}
.c-contact-form__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17.0625rem;
  height: 3.5rem;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, rgb(22, 111, 181), rgb(0, 47, 96));
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow: hidden;
  cursor: pointer;
}
.c-contact-form__submit::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 50%;
  width: calc(100% - 0.375rem);
  height: 1.125rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-image: linear-gradient(180deg, rgb(157, 180, 238), rgba(255, 255, 255, 0));
  translate: -50% 0;
  pointer-events: none;
}
.c-contact-form__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13.75rem;
  height: 3.5rem;
  margin-top: 1.5rem;
  border: 1px solid #0F3975;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #0F3975;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.c-contact-form--confirm {
  max-width: 56.25rem;
  margin-inline: auto;
}
.c-contact-form__confirm-list {
  margin: 0;
  padding: 0;
}
.c-contact-form__confirm-item {
  display: grid;
  grid-template-columns: 16.25rem 1fr;
  gap: 2rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.c-contact-form__confirm-label {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-contact-form__confirm-value {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  white-space: pre-wrap;
}
.c-contact-form__button-wrap--confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.c-contact-form--error {
  max-width: 47.5rem;
  margin-inline: auto;
  padding: 2.5rem;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
}
.c-contact-form__error-box {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #D94040;
  border-radius: 0.5rem;
  background-color: rgba(217, 64, 64, 0.08);
  color: #D94040;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
.c-contact-form__error-box .error_messe {
  margin: 0;
}
.c-contact-form__error-box .error_messe + .error_messe {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact-form__lead {
    font-size: 1rem;
  }
  .c-contact-form__field {
    display: block;
  }
  .c-contact-form__field--privacy label {
    gap: 0.75rem;
  }
  .c-contact-form__label {
    margin-bottom: 0.5rem;
    gap: 0.25rem;
    font-size: 1.25rem;
  }
  .c-contact-form__required, .c-contact-form__optional {
    margin-left: 0;
    padding-inline: 0.5rem;
    font-size: 1rem;
  }
  .c-contact-form__error-text {
    font-size: 0.8125rem;
  }
  .c-contact-form__input, .c-contact-form__select, .c-contact-form__textarea {
    padding: 0.5rem 0.75rem;
    font-size: 1.125rem;
  }
  .c-contact-form__select {
    padding-right: 2.5rem;
  }
  .c-contact-form__select-wrap::after {
    right: 1rem;
  }
  .c-contact-form__radio-list {
    display: block;
  }
  .c-contact-form__radio {
    margin-left: 0.75rem;
  }
  .c-contact-form__radio + .c-contact-form__radio {
    margin-top: 0.5rem;
  }
  .c-contact-form__radio-input {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .c-contact-form__radio-input::before {
    width: 1rem;
    height: 1rem;
  }
  .c-contact-form__checkbox-text {
    font-size: 1.0625rem;
    letter-spacing: 0;
  }
  .c-contact-form--confirm, .c-contact-form--error {
    max-width: none;
  }
  .c-contact-form--error {
    padding: 1.5rem 1rem;
  }
  .c-contact-form__confirm-item {
    display: block;
    padding: 1rem 0;
  }
  .c-contact-form__confirm-label {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .c-contact-form__confirm-value {
    font-size: 1.125rem;
  }
  .c-contact-form__button-wrap--confirm {
    flex-direction: column;
    gap: 1rem;
  }
  .c-contact-form__back {
    width: 100%;
    height: 3.25rem;
    font-size: 1rem;
  }
  .c-contact-form__error-box {
    padding: 1rem;
    font-size: 1rem;
  }
}

.c-flow-box {
  width: 100%;
}
.c-flow-box__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.25rem 0.625rem;
  border-radius: 2.25rem 2.25rem 0 0;
}
.c-flow-box__title--blue {
  background: linear-gradient(180deg, rgb(22, 111, 181), rgb(0, 47, 96));
}
.c-flow-box__title--orange {
  background: #FC7D06;
}
.c-flow-box__main {
  background: linear-gradient(180deg, rgb(22, 111, 181), rgb(0, 47, 96));
  border-radius: 0 0 2.25rem 2.25rem;
  padding: 1.875rem 0.625rem;
  position: relative;
  z-index: 0;
}
.c-flow-box__main::after {
  display: inline-block;
  content: "";
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  background-color: #fff;
  border-radius: 0 0 2.25rem 2.25rem;
  z-index: 1;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
.c-flow-box__main--orange {
  padding: 0.5rem 0 3.25rem;
  background: #FC7D06;
}
.c-flow-box__flow {
  max-width: 60rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  gap: 1.9375rem;
  justify-content: center;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 2;
}
.c-flow-box__flow--orange {
  padding-bottom: 0;
}
.c-flow-box--common .c-flow-box__flow {
  align-items: normal;
}
.c-flow-box--common .c-flow-box__flow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 14px solid #0F3975;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
}
.c-flow-box__flow-balloon {
  width: 21.75rem;
  flex-shrink: 0;
  background-color: #E4E4E4;
  margin-top: 1.625rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  position: relative;
}
.c-flow-box__flow-balloon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 15px solid #E4E4E4;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  translate: 0 -50%;
}
.c-flow-box__balloon-lead {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-flow-box__balloon-item {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  border-bottom: 1px solid #fff;
  padding: 0.5rem 0 0.5rem 3rem;
  position: relative;
}
.c-flow-box__balloon-item:last-child {
  border-bottom: none;
}
.c-flow-box__balloon-item::before {
  content: "";
  width: 1.25rem;
  aspect-ratio: 1;
  background-image: url("../img/cross.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 1rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .c-flow-box__title {
    font-size: 1.5rem;
  }
  .c-flow-box__flow {
    flex-direction: column;
    gap: 1.4375rem;
  }
  .c-flow-box__flow::before {
    translate: -50%;
  }
  .c-flow-box__main {
    padding: 1.125rem 0.75rem;
  }
  .c-flow-box__flow-balloon {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0;
  }
  .c-flow-box__flow-balloon::before {
    top: 0.5rem;
    left: 50%;
    transform: translate(0, -50%) rotate(90deg);
  }
  .c-flow-box__balloon-item {
    padding: 0.25rem 0.25rem 0.25rem 2.25rem;
  }
  .c-flow-box__balloon-item::before {
    left: 0.5rem;
  }
  .c-flow-box__balloon-lead {
    width: 100%;
    margin-inline: auto;
    display: inline-block;
    text-align: center;
  }
}

.c-go-top {
  position: fixed;
  width: 4.1875rem;
  height: 5.25rem;
  bottom: 7.5rem;
  right: 0;
  z-index: 999;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .c-go-top:hover {
    opacity: 0.8;
  }
}

.c-contact-complete {
  min-height: 43.25rem;
  padding-top: 13.625rem;
  text-align: center;
  position: relative;
}
.c-contact-complete::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_contact-complete.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
}
.c-contact-complete__title {
  font-size: 3.25rem;
  font-weight: 700;
  color: #008CF4;
  margin-bottom: 5rem;
}
.c-contact-complete__lead {
  font-size: 1.25rem;
  line-height: 1.7;
}
.c-contact-complete__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17.0625rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  background-image: linear-gradient(180deg, rgb(20, 75, 152), rgb(4, 40, 92));
  margin-top: 5rem;
  position: relative;
  transition: opacity 0.2s;
}
.c-contact-complete__button::before {
  content: "";
  width: calc(100% - 0.625rem);
  height: 1.125rem;
  top: 0.1875rem;
  left: 50%;
  translate: -50% 0;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgb(157, 180, 238), rgba(157, 180, 238, 0));
}
@media (hover: hover) and (pointer: fine) {
  .c-contact-complete__button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .c-contact-complete {
    padding-top: 9.875rem;
  }
  .c-contact-complete__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .c-contact-complete__lead {
    font-size: 1rem;
    text-align: left;
  }
  .c-contact-complete__button {
    margin-top: 2.5rem;
  }
}

.p-header-pc-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-header-pc-menu__tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-header-pc-menu__tel-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-header-pc-menu__tel-text span {
  font-size: 1.5em;
  color: #008CF4;
}
.p-header-pc-menu__tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #0F3975;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-header-pc-menu {
    display: none;
  }
}

.p-header-sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header-sp-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}

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

.p-header__mail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 14.8125rem;
  height: 3.75rem;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, rgb(38, 179, 2), rgb(34, 168, 0));
  border-radius: 0.5rem;
  padding: 0.0625rem 0.1875rem 0.0625rem 0.1875rem;
  position: relative;
  transition: opacity 0.2s;
}
.p-header__mail-button::before {
  content: "";
  width: 100%;
  height: 1.0625rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-image: linear-gradient(180deg, rgb(173, 238, 157), rgba(173, 238, 157, 0));
  z-index: 1;
  position: absolute;
  top: 0.0625rem;
}
.p-header__mail-button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.375rem solid #fff;
  border-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-header__mail-button:hover {
    opacity: 0.8;
  }
}
.p-header__mail-deco {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #26B302;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 999px;
  z-index: 1;
}
.p-header__mail-text {
  margin-bottom: 2px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-header__mail-button {
    width: 13.3125rem;
    height: 3.25rem;
  }
  .p-header__mail-deco {
    font-size: 1.125rem;
  }
  .p-header__mail-text {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}

.p-worry {
  background-image: url("../img/bg_worry.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0 0;
}
.p-worry__title-wrap {
  text-align: center;
  margin-bottom: 2.125rem;
}
.p-worry__title-balloon {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #0F3975;
  padding: 0.25rem 1.875rem;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.p-worry__title-balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 34px solid #0F3975;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  translate: -50% 0;
  z-index: -1;
}
.p-worry__title {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-worry__title-text--blue {
  font-size: 3rem;
  line-height: 1.6;
  background: linear-gradient(180deg, rgb(22, 111, 181), rgb(0, 47, 96));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-worry__inner {
    display: contents;
  }
  .p-worry__title-balloon {
    font-size: 1.5rem;
    padding: 0.4375rem 3.5rem;
  }
  .p-worry__title {
    font-size: 1.5rem;
  }
  .p-worry__title-text--blue {
    font-size: 2rem;
  }
}

.p-answer {
  background-image: url("../img/bg_answer.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0 8.75rem;
}
.p-answer__title::after {
  background: linear-gradient(180deg, rgb(22, 111, 181), rgb(0, 47, 96));
}
.p-answer__caution {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-answer__caution-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-answer__caution-highlight {
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0.25rem 1rem;
  margin-inline: 0.25rem;
}
.p-answer__caution-highlight--red {
  color: #fff;
  background-color: #D94040;
}
@media screen and (max-width: 767px) {
  .p-answer {
    padding: 2.5rem 0 6.25rem;
    background-position: center left;
  }
  .p-answer__title {
    font-size: 2rem;
  }
  .p-answer__lead {
    font-size: 1.125rem;
    letter-spacing: 0.04em;
  }
  .p-answer__caution-text {
    font-size: 1.125rem;
  }
  .p-answer__caution-highlight {
    margin-bottom: 0.75rem;
  }
}

.p-solution-catch {
  background-color: #FC7D06;
  position: relative;
  overflow-x: clip;
}
.p-solution-catch::before, .p-solution-catch::after {
  content: "";
  width: 51%;
  height: 3.75rem;
  background-color: #FC7D06;
  position: absolute;
  top: 1px;
  translate: 0 -100%;
}
.p-solution-catch::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: 0;
}
.p-solution-catch::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: 0;
}
.p-solution-catch__title-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 2.5rem 0;
  position: relative;
}
.p-solution-catch__title-wrap {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p-solution-catch__title-balloon {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-inline: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.p-solution-catch__title-balloon::before, .p-solution-catch__title-balloon::after {
  content: "";
  width: 2px;
  height: 1.5625rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.p-solution-catch__title-balloon::before {
  transform: rotate(-15deg);
  left: 0;
}
.p-solution-catch__title-balloon::after {
  transform: rotate(15deg);
  right: 0;
}
.p-solution-catch__title {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  transform: skew(-5deg);
}
.p-solution-catch__title-text {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.p-solution-catch__title-text--orange {
  color: #FC7D06;
  background-color: #fff;
  padding-inline: 1.5rem;
  margin-right: 0.75rem;
}
.p-solution-catch__title-img {
  width: 16.125rem;
  height: 20.6875rem;
  position: absolute;
  bottom: 0.8125rem;
  right: -11.0625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-solution-catch::before, .p-solution-catch::after {
    content: none;
  }
  .p-solution-catch__title {
    font-size: 1.25rem;
  }
  .p-solution-catch__title-area {
    margin: 0 auto 0 0;
  }
  .p-solution-catch__title-wrap {
    text-align: left;
  }
  .p-solution-catch__title-text {
    font-size: 2rem;
    margin-right: 0.25rem;
    padding-inline: 0.75rem;
  }
  .p-solution-catch__title-balloon {
    font-size: 1.5rem;
  }
  .p-solution-catch__title-img {
    width: 11.5rem;
    height: 14.8125rem;
    bottom: 0;
    right: -9.6875rem;
  }
}

.p-solution-detail {
  background-image: url("../img/bg_solution.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 2.5rem 0 2.75rem;
}
.p-solution-detail__inner {
  margin-bottom: 2.5rem;
}
.p-solution-detail__lead {
  text-align: center;
  margin-bottom: 2.5rem;
}
.p-solution-detail__lead-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-solution-detail__lead-line {
  display: block;
  margin-bottom: 0.75rem;
}
.p-solution-detail__lead-text-large {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.p-solution-detail__text-highlight {
  position: relative;
}
.p-solution-detail__text-highlight--blue {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  background-color: #0F3975;
  padding: 0 1rem;
  margin-inline: 0.25rem;
}
.p-solution-detail__text-highlight--yellow::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../img/pickup_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -0.28125rem;
  left: -0.625rem;
}
.p-solution-detail__text-highlight--yellow::after {
  content: "";
  width: calc(100% - 0.5em);
  height: 0.8125rem;
  background-color: #FFE500;
  position: absolute;
  bottom: 0.1875rem;
  left: 0;
  z-index: -1;
}
.p-solution-detail__text-highlight--orange {
  display: inline-block;
  color: #fff;
  background-color: #FC7D06;
  line-height: 1.8;
  padding: 0.25rem;
  margin-inline: 0.125rem;
}
.p-solution-detail__flow-box .c-flow-box__flow-balloon {
  width: 23.625rem;
}
.p-solution-detail__flow-box .c-flow-box__balloon-item::before {
  background-image: url("../img/check.svg");
}
.p-solution-detail__main-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding-inline: 1.5rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  position: relative;
}
.p-solution-detail__main-title::before, .p-solution-detail__main-title::after {
  content: "";
  width: 2px;
  height: 7.5rem;
  background-color: #2A2A2A;
  position: absolute;
  bottom: 0;
}
.p-solution-detail__main-title::before {
  left: 0;
  transform: rotate(-20deg);
}
.p-solution-detail__main-title::after {
  right: 0;
  transform: rotate(20deg);
}
.p-solution-detail__main-title-line {
  display: block;
  transform: skew(-5deg);
}
.p-solution-detail__main-title-line + .p-solution-detail__main-title-line {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-solution-detail {
    padding: 1.625rem 0 2rem;
  }
  .p-solution-detail__lead-line {
    margin-bottom: 0;
  }
  .p-solution-detail__lead-text-large {
    display: block;
    font-size: 1.5rem;
  }
  .p-solution-detail__text-highlight {
    font-size: 1.75rem;
    padding-inline: 0.5rem;
    z-index: 1;
  }
  .p-solution-detail__text-highlight::after {
    bottom: 0.0625rem;
    height: 0.4375rem;
  }
  .p-solution-detail__text-highlight--orange {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .p-solution-detail .c-flow-box__picture {
    width: calc(100% + 0.75rem);
    right: -0.75rem;
    position: relative;
  }
  .p-solution-detail .c-flow-box__flow-balloon {
    width: 100%;
  }
  .p-solution-detail__main-title {
    font-size: 1.5rem;
  }
  .p-solution-detail__main-title::before {
    left: 1em;
  }
  .p-solution-detail__main-title::after {
    right: 1em;
  }
  .p-solution-detail__main-title-line + .p-solution-detail__main-title-line {
    margin-top: 0;
  }
}

.p-staff-slider {
  --splide-slide-width: 20.5rem;
  --splide-gap: 1.5rem;
}
.p-staff-slider__track {
  padding: 1.25rem 0;
}
.p-staff-slider__item {
  width: var(--splide-slide-width);
  border-radius: 1rem;
  box-shadow: 0px 0px 18px 0px #429EE5;
  background-color: #fff;
}
.p-staff-slider__card {
  padding: 0.5rem;
  border-radius: 1rem;
}
.p-staff-slider__img-area {
  aspect-ratio: 354/158;
  display: flex;
  color: #fff;
  font-weight: 700;
  border-radius: 0.75rem;
  overflow: hidden;
}
.p-staff-slider__img-area img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-staff-slider__name-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-color: #0F3975;
  flex-shrink: 0;
}
.p-staff-slider__name-wrap span {
  display: block;
}
.p-staff-slider__name {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-staff-slider__name-kana {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.p-staff-slider__experience {
  font-size: 0.875rem;
}
.p-staff-slider__comment {
  padding: 0.5rem 0.5rem 0;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.p-staff-slider .splide__pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
}
.p-staff-slider .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  margin: 0;
  border-radius: 0;
  background: url("../img/slider-arrow_gray.svg") no-repeat center/contain;
  opacity: 1;
  transition: background-image 0.3s ease, scale 0.3s ease;
}
.p-staff-slider .splide__pagination__page.is-active {
  background-image: url("../img/slider-arrow_blue.svg");
  transform: none;
}
@media screen and (max-width: 767px) {
  .p-staff-slider {
    --splide-slide-width: 19.25rem;
    --splide-gap: 0.75rem;
  }
  .p-staff-slider__img-area {
    width: 100%;
    aspect-ratio: 292/158;
  }
  .p-staff-slider__name {
    font-size: 1.5rem;
  }
}

.p-relief {
  padding: 5.125rem 0 4.625rem;
  background-image: url("../img/bg_relief.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-relief__title-wrap {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2.5rem;
}
.p-relief__lead {
  display: block;
}
.p-relief__deco::after {
  bottom: 0;
}
.p-relief__deco-num {
  display: inline-block;
  font-size: 5.4375rem;
  line-height: 1.2;
  letter-spacing: -0.06em;
  transform: skew(-5deg);
  position: relative;
}
.p-relief__deco-num::before {
  content: "";
  width: 2.125rem;
  height: 2.125rem;
  background-image: url("../img/pickup_yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.25rem;
  transform: skew(5deg);
}
.p-relief__list {
  display: flex;
  padding: 1.6875rem 0.75rem;
  box-shadow: 0px 0px 18px 0px #429EE5;
  border-radius: 2.25rem;
  background-color: #fff;
}
.p-relief__item {
  width: 33.3333333333%;
  padding: 0.9375rem 0;
}
.p-relief__item + .p-relief__item {
  border-left: 1px solid #e4e4e4;
}
.p-relief__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F3975;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.p-relief__card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: inherit;
  background-color: #0F3975;
  border-radius: 999px;
  margin-right: 0.5rem;
}
.p-relief__card-picture {
  padding-inline: 1.5rem;
  margin-bottom: 1rem;
}
.p-relief__card-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-inline: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-relief__title-wrap {
    font-size: 2rem;
  }
  .p-relief .c-section-text--highlight-yellow::after {
    content: "";
    width: 120%;
    left: 50%;
    translate: -50% 0;
  }
  .p-relief__list {
    flex-direction: column;
  }
  .p-relief__item {
    width: 100%;
  }
  .p-relief__item + .p-relief__item {
    border-left: none;
    border-top: 1px solid #e4e4e4;
  }
  .p-relief__card-picture {
    padding-inline: 0.75rem;
  }
  .p-relief__card-text {
    padding-inline: 0.75rem;
  }
  .p-relief__card-title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.p-fee {
  padding: 5rem;
  position: relative;
}
.p-fee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_promise.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
  pointer-events: none;
}
.p-fee::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)), linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  left: 0;
  bottom: -1px;
  position: absolute;
  z-index: 1;
}
.p-fee > * {
  position: relative;
  z-index: 2;
}
.p-fee__inner {
  text-align: center;
}
.p-fee__title-wrap {
  margin-bottom: 2.5rem;
}
.p-fee__copy {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #008CF4;
  border-radius: 1rem;
  padding: 1rem 1.5rem 1rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
.p-fee__copy-num {
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0;
  margin: 0 0 0.75rem 0.3125rem;
}
.p-fee__num-wrap {
  display: inline-flex;
  align-items: baseline;
}
.p-fee__system {
  background-color: #fff;
  border: 2px solid #0F3975;
  border-radius: 2.25rem;
  padding: 1.5rem 2.4375rem;
  margin-bottom: 2.5rem;
}
.p-fee__system-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
.p-fee__system-list {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
.p-fee__system-item {
  width: 19.375rem;
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid #0F3975;
  border-radius: 1rem;
}
.p-fee__system-item + .p-fee__system-item {
  position: relative;
}
.p-fee__system-item + .p-fee__system-item::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background-image: url("../img/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -5%;
  translate: -100% -50%;
}
.p-fee__system-icon {
  width: 5.3125rem;
  height: 5.3125rem;
  background-color: #f3f8ff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
.p-fee__system-icon svg {
  width: 100%;
  height: 100%;
}
.p-fee__system-text {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.p-fee__system-text-small {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-fee__system-price-large {
  display: inline-block;
  font-size: 3rem;
  font-weight: 900;
  transform: skew(-5deg);
  line-height: 0.8;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
}
.p-fee__promise {
  padding: 2.5rem 2.5rem 2.3125rem;
  border-radius: 2.25rem;
  background-color: #42aeff;
  position: relative;
  overflow: hidden;
}
.p-fee__promise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/bg_promise02.webp");
  background-repeat: no-repeat;
  background-position: right 25rem center;
  background-size: cover;
  opacity: 0.2;
  pointer-events: none;
}
.p-fee__promise::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/bg_promise01.webp");
  background-repeat: no-repeat;
  background-position: top -1px right;
  background-size: cover;
  pointer-events: none;
}
.p-fee__promise-box {
  width: 35.625rem;
  position: relative;
  z-index: 1;
}
.p-fee__promise-title {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.p-fee__promise-title-large {
  display: block;
  font-size: 3.25rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.p-fee__promise-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-fee__promise-item {
  display: flex;
  gap: 0.75rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 2px solid #e4f0ff;
}
.p-fee__promise-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e4f0ff;
  padding: 0.875rem 1.8125rem 0.875rem 1.125rem;
  border-radius: 1rem 0 0 1rem;
  -webkit-clip-path: polygon(0 0, 77% 0, 100% 50%, 77% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 77% 0, 100% 50%, 77% 100%, 0 100%, 0% 50%);
}
.p-fee__promise-label--01 {
  color: #2b94e3;
}
.p-fee__promise-label--02 {
  color: #2b7af0;
}
.p-fee__promise-label--03 {
  color: #0055f4;
}
.p-fee__promise-label-text {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-fee__promise-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  transform: skew(-5deg);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.8;
}
.p-fee__promise-text-box {
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.p-fee__promise-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-fee__promise-text-sub {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-fee {
    padding: 2rem 0;
  }
  .p-fee__copy {
    width: 100%;
    font-size: 1.5rem;
    justify-content: center;
    align-items: flex-end;
  }
  .p-fee__num-wrap {
    align-items: baseline;
  }
  .p-fee__copy-num {
    font-size: 6rem;
  }
  .p-fee__system {
    padding: 1.5rem 0.75rem;
  }
  .p-fee__system-title {
    font-size: 1.5rem;
  }
  .p-fee__system-list {
    flex-direction: column;
  }
  .p-fee__system-item {
    height: 6.75rem;
  }
  .p-fee__system-item + .p-fee__system-item::before {
    width: 2rem;
    height: 2rem;
    left: 50%;
    top: -50%;
    translate: -50% 10%;
  }
  .p-fee__system-text {
    line-height: 1.4;
    font-size: 1.5rem;
  }
  .p-fee__system-icon {
    width: 5.3125rem;
    height: 5.3125rem;
    padding: 1.0625rem;
  }
  .p-fee__system-price {
    font-size: 1.5rem;
  }
  .p-fee__system-price-large {
    font-size: 2rem;
  }
  .p-fee__promise {
    padding: 1.5rem 0.75rem;
    height: 42.1875rem;
  }
  .p-fee__promise::after {
    width: 100%;
    height: 70%;
    inset: auto;
    right: 0;
    bottom: 0;
    background-image: url("../img/bg_promise01_sp.webp");
  }
  .p-fee__promise-box {
    width: 100%;
  }
  .p-fee__promise-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .p-fee__promise-title-large {
    font-size: 2rem;
  }
  .p-fee__promise-num {
    font-size: 1.5rem;
  }
  .p-fee__promise-label {
    padding: 1.25rem 1.8125rem 1.25rem 1.125rem;
  }
  .p-fee__promise-text {
    font-size: 1rem;
  }
  .p-fee__promise-text-sub {
    font-size: 0.875rem;
  }
}

.p-service-range {
  padding: 5rem 0;
  background-image: url("../img/bg_servicerange.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.p-service-range::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  left: 0;
  top: -1px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-service-range > * {
  position: relative;
  z-index: 2;
}
.p-service-range__title-wrap {
  margin-bottom: 2.5rem;
}
.p-service-range__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-service-range__item {
  width: calc((100% - 2rem) / 3);
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px #429ee5;
  border-radius: 1.5rem;
  padding: 0.75rem;
}
.p-service-range__picture {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.p-service-range__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-range__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.p-service-range__detail-list {
  margin-bottom: 0.5rem;
}
.p-service-range__detail-item {
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.2em;
  position: relative;
}
.p-service-range__detail-item::before {
  content: "・";
  color: #0F3975;
  position: absolute;
  left: 0.2em;
}
.p-service-range__price {
  border-top: 1px solid #e4e4e4;
  padding: 0.5rem 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.p-service-range__price-label {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-service-range__price-wrap {
  font-weight: 700;
  font-size: 1.125rem;
}
.p-service-range__price-num {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  transform: skew(-5deg);
  line-height: 1;
}
.p-service-range__comment {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-range {
    padding: 2rem 0;
  }
  .p-service-range__title-wrap {
    margin-bottom: 1.5rem;
  }
  .p-service-range__list {
    gap: 0.625rem;
  }
  .p-service-range__item {
    width: calc((100% - 0.625rem) / 2);
    padding: 0.375rem;
    border-radius: 1rem;
  }
  .p-service-range__card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .p-service-range__picture {
    aspect-ratio: 158/86;
    height: auto;
  }
  .p-service-range__title {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .p-service-range__detail-item {
    font-size: 0.75rem;
  }
  .p-service-range__detail-list {
    flex-grow: 1;
  }
  .p-service-range__price {
    padding: 0.25rem 0;
  }
  .p-service-range__price-label {
    font-size: 0.875rem;
  }
  .p-service-range__price-wrap {
    font-size: 0.875rem;
  }
  .p-service-range__price-num {
    font-size: 1.25rem;
  }
  .p-service-range__comment {
    margin: 1.5rem 0 0;
    font-size: 1.4375rem;
    letter-spacing: 0.02em;
  }
}

.p-works {
  padding: 5rem 0;
  position: relative;
}
.p-works::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/bg_works.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.p-works::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.p-works > * {
  position: relative;
  z-index: 1;
}
.p-works__lead-text {
  margin-bottom: 2.5rem;
}
.p-works__lead-text-item {
  display: block;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}
.p-works__lead-text-item + .p-works__lead-text-item {
  margin-top: 0.75rem;
}
.p-works__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  margin-bottom: 0.75rem;
}
.p-works__icon {
  width: 2.4375rem;
  height: 2.4375rem;
}
.p-works__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-works__item {
  padding: 1.5rem 0;
}
.p-works__item + .p-works__item {
  margin-top: 1.5rem;
}
.p-works__card {
  display: flex;
  gap: 1.5rem;
}
.p-works__before-after {
  display: flex;
  gap: 1rem;
  width: 80%;
}
.p-works__before-after-item {
  width: calc((100% - 1rem) / 2);
  display: flex;
  flex-direction: column;
}
.p-works__before-after-item--before {
  position: relative;
}
.p-works__before-after-item--before::after {
  content: "";
  width: 2.625rem;
  height: 2.625rem;
  background-image: url("../img/arrow_r_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -0.5rem;
  translate: 50% -50%;
}
.p-works__before-after-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 0.25rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.p-works__before-after-title--before {
  background-color: #2A2A2A;
}
.p-works__before-after-title--after {
  background-color: #008CF4;
}
.p-works__before-after-picture {
  aspect-ratio: 293/214;
  height: auto;
}
.p-works__before-after-picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works__before-after-text-box {
  height: 100%;
  font-weight: 500;
  line-height: 1.8;
  padding: 0.5rem 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.p-works__before-after-text-box--before {
  background-color: #e4e4e4;
}
.p-works__before-after-text-box--after {
  background-color: #f3f8ff;
}
.p-works__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  background-color: #f3f8ff;
  border-radius: 1rem;
  padding: 0.75rem;
}
.p-works__info-item {
  padding-inline: 1.5rem;
}
.p-works__info-item + .p-works__info-item {
  border-top: 1px solid #b9d9ff;
  padding-top: 1rem;
  margin-top: 1rem;
}
.p-works__info-item--time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-works__info-item--time .p-works__info-title {
  margin-bottom: 0;
}
.p-works__info-item--fee {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;
}
.p-works__info-item--fee .p-works__info-title {
  margin-bottom: 0;
}
.p-works__info-title {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.p-works__info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.3125rem;
  background-color: #008CF4;
  border-radius: 999px;
}
.p-works__info-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-works__task-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding-left: 1.375rem;
}
.p-works__task-item::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../img/icon_drop_blue_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0.21875rem;
  left: 0;
  margin-right: 0.25rem;
}
.p-works__info-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-works__info-text-num {
  display: inline-block;
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  transform: skew(-5deg);
  margin-inline: 0.125rem;
}
.p-works__info-text-sub {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.8;
  margin: auto 0 0 -0.25rem;
}
.p-works__info-price-breakdown {
  font-weight: 500;
  font-size: 0.875rem;
  width: 100%;
  line-height: 1.8;
}
.p-works__info-price {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1;
  transform: skew(-5deg);
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 2rem 0;
  }
  .p-works__lead-text {
    margin-bottom: 1.5rem;
  }
  .p-works__lead-text-item {
    line-height: 2.2;
  }
  .p-works__lead-text-item + .p-works__lead-text-item {
    margin-top: 0;
  }
  .p-works__item {
    padding: 0.25rem 0;
  }
  .p-works__title {
    font-size: 0.875rem;
    align-items: center;
  }
  .p-works__card {
    flex-direction: column;
    gap: 0.5rem;
  }
  .p-works__before-after {
    width: 100%;
    gap: 0.5rem;
  }
  .p-works__before-after-item {
    width: calc((100% - 0.5rem) / 2);
  }
  .p-works__before-after-item--before::after {
    width: 1.875rem;
    height: 1.875rem;
    right: -0.25rem;
  }
  .p-works__before-after-picture {
    aspect-ratio: 167/180;
  }
  .p-works__before-after-text-box {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  .p-works__info-item {
    padding-inline: 0.5rem;
    align-items: center;
  }
  .p-works__info-title {
    font-size: 1rem;
  }
  .p-works__info-text-num {
    font-size: 1.5rem;
  }
  .p-works__info-text-sub {
    margin: 0.25rem 0 0 -0.25rem;
  }
  .p-works__info-price {
    font-size: 1.5rem;
  }
  .p-works__info-price-breakdown {
    font-size: 0.6875rem;
  }
}

.p-voices {
  padding: 5rem 0;
  background-image: url("../img/bg_voices_tile.webp");
  position: relative;
}
.p-voices::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.96;
}
.p-voices > * {
  position: relative;
  z-index: 2;
}
.p-voices__lead {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2.5rem;
}
.p-voices__box {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  background-color: #F3F8FF;
  padding: 1.5rem;
  border-radius: 2.25rem;
  position: relative;
}
.p-voices__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_voices.webp");
  opacity: 0.2;
  border-radius: 2.25rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-voices__box > * {
  position: relative;
  z-index: 2;
}
.p-voices__box + .p-voices__box {
  margin-top: 0.75rem;
}
.p-voices__picture {
  width: 35.3125rem;
  flex-shrink: 0;
}
.p-voices__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.5rem;
  padding-inline: 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-inline: auto;
  position: relative;
}
.p-voices__title::before, .p-voices__title::after {
  color: #B9D9FF;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
}
.p-voices__title::before {
  content: "“";
  top: 0;
  left: -0.5em;
}
.p-voices__title::after {
  content: "”";
  bottom: -0.5em;
  right: -0.5em;
}
.p-voices__detail {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #B9D9FF;
}
.p-voices__detail-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.125rem;
  gap: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0.75rem;
}
.p-voices__detail-title::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../img/raindrop_skyblue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1.375rem;
}
.p-voices__detail-text {
  font-weight: 500;
  line-height: 1.8;
  padding-inline: 0.75rem;
  text-align: justify;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .p-voices {
    padding: 2rem 0;
  }
  .p-voices__lead {
    letter-spacing: -0.04em;
    font-size: 1.0625rem;
    margin-bottom: 1.5rem;
  }
  .p-voices__box {
    flex-direction: column;
    padding: 1.5rem 0.75rem;
    gap: 1.5rem;
  }
  .p-voices__picture {
    width: 100%;
  }
  .p-voices__title {
    font-size: 1.125rem;
  }
  .p-voices__title::before, .p-voices__title::after {
    font-size: 2rem;
  }
  .p-voices__detail-title {
    gap: 0.25rem;
  }
  .p-voices__detail-text {
    padding-inline: 0.5rem;
  }
}

.p-flow {
  padding: 5rem 0;
  background-image: url("../img/bg_flow.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.p-flow::before {
  content: "";
  width: 100%;
  height: 45%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  left: 0;
  top: -1px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-flow > * {
  position: relative;
  z-index: 2;
}
.p-flow__title-wrap {
  margin-bottom: 2.5rem;
}
.p-flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
.p-flow__item {
  width: calc((100% - 6rem) / 3);
  position: relative;
}
.p-flow__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.8125rem solid transparent;
  border-bottom: 0.8125rem solid transparent;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: -2rem;
  translate: 0 -50%;
}
.p-flow__item--01::before {
  content: none;
}
.p-flow__item--02::before {
  border-left: 1rem solid #2B94E3;
}
.p-flow__item--03::before {
  border-left: 1rem solid #2B7AF0;
}
.p-flow__item--04::before {
  border-left: 1rem solid #0055F4;
}
.p-flow__item--05::before {
  border-left: 1rem solid #0034B9;
}
.p-flow__step {
  width: 5.0625rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 999px;
  line-height: 1;
  position: absolute;
  top: -0.75rem;
  left: -0.875rem;
}
.p-flow__step--01 {
  background-color: #46ABF6;
}
.p-flow__step--02 {
  background-color: #2B94E3;
}
.p-flow__step--03 {
  background-color: #2B7AF0;
}
.p-flow__step--04 {
  background-color: #0055F4;
}
.p-flow__step--05 {
  background-color: #0034B9;
}
.p-flow__step-num {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  transform: skew(-5deg);
}
.p-flow__picture {
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
.p-flow__content {
  padding: 1.5rem 0.75rem;
  border-radius: 0 0 1.5rem 1.5rem;
  background-color: #fff;
  text-align: center;
}
.p-flow__title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.p-flow__title::after {
  content: "";
  width: 6.25rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.p-flow__title--01::after {
  background-color: #46ABF6;
}
.p-flow__title--02::after {
  background-color: #2B94E3;
}
.p-flow__title--03::after {
  background-color: #2B7AF0;
}
.p-flow__title--04::after {
  background-color: #0055F4;
}
.p-flow__title--05::after {
  background-color: #0034B9;
}
.p-flow__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 2rem 0;
  }
  .p-flow__list {
    flex-direction: column;
  }
  .p-flow__item {
    width: 100%;
  }
  .p-flow__item::before {
    top: 0;
    left: 50%;
    transform: translate(0, -100%) rotate(90deg);
  }
  .p-flow__step-num {
    font-size: 1.5rem;
  }
  .p-flow__content {
    padding: 0.75rem 0.5rem;
  }
  .p-flow__title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .p-flow__text {
    font-size: 0.875rem;
  }
}

.p-service-area__inner {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.p-service-area__content {
  flex-grow: 1;
  position: relative;
}
.p-service-area__balloon {
  width: 9.6875rem;
  height: 9.6875rem;
  position: absolute;
  top: -0.1875rem;
  right: 1.3125rem;
}
.p-service-area__title-wrap .c-section-title {
  text-align: left;
}
.p-service-area__title-wrap .c-section-title::after {
  left: 0;
  translate: 0;
}
.p-service-area__lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.p-service-area__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-service-area__item {
  display: flex;
  align-items: center;
  height: 5rem;
  gap: 1.3125rem;
  border: 2px solid;
  border-radius: 1rem;
  overflow: hidden;
}
.p-service-area__item--kanagawa {
  border-color: #107DD6;
}
.p-service-area__item--tokyo {
  border-color: #8CBA3A;
}
.p-service-area__item--chiba {
  border-color: #1EADAC;
}
.p-service-area__label {
  flex-shrink: 0;
  width: 7.75rem;
  height: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 0.8125rem;
  display: flex;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 81% 0, 100% 50%, 81% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 81% 0, 100% 50%, 81% 100%, 0 100%, 0% 50%);
}
.p-service-area__label--kanagawa {
  background-color: #107DD6;
}
.p-service-area__label--tokyo {
  background-color: #8CBA3A;
}
.p-service-area__label--chiba {
  background-color: #1EADAC;
}
.p-service-area__detail {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-right: 1.5rem;
}
.p-service-area__picture {
  width: 33.8125rem;
  flex-shrink: 0;
  padding: 2.4375rem 0;
}
@media screen and (max-width: 767px) {
  .p-service-area {
    padding: 2rem 0;
  }
  .p-service-area__inner {
    flex-direction: column-reverse;
  }
  .p-service-area__title-wrap .c-section-title {
    text-align: center;
  }
  .p-service-area__title-wrap .c-section-title::after {
    left: 50%;
    translate: -50% 0;
  }
  .p-service-area__lead {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .p-service-area__item {
    gap: 0.5rem;
    min-height: 5.5rem;
    height: 6.75rem;
  }
  .p-service-area__label {
    width: 7.1875rem;
  }
  .p-service-area__detail {
    padding: 0.75rem 0.9375rem 0.75rem 0;
  }
  .p-service-area__picture {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}

.p-message {
  padding: 5rem 0;
  background-image: url("../img/bg_message.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.p-message::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  opacity: 0.7;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-message > * {
  position: relative;
  z-index: 2;
}
.p-message__content-wrap {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}
.p-message__text {
  flex-grow: 1;
}
.p-message__title-wrap .c-section-title {
  text-align: left;
  margin-bottom: 1.5rem;
}
.p-message__title-wrap .c-section-title::after {
  left: 0;
  translate: 0;
}
.p-message__lead {
  font-size: 2.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-message__content {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.p-message__content p + p {
  margin-top: 0.5rem;
}
.p-message__sign {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.8;
  text-align: right;
}
.p-message__company-name {
  font-size: 1.125rem;
  display: block;
}
.p-message__position {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.p-message__ceo-picture {
  width: 24.625rem;
  position: relative;
}
.p-message__ceo-picture::before, .p-message__ceo-picture::after {
  content: "";
  width: 13rem;
  height: 16.5625rem;
  background-image: url("../img/bubble.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .p-message__ceo-picture::before, .p-message__ceo-picture::after {
    background-image: url("../img/bubble@2x.webp");
  }
}
.p-message__ceo-picture::before {
  top: -5.9375rem;
  left: -6.5rem;
}
.p-message__ceo-picture::after {
  right: -8.3125rem;
  bottom: -10.875rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 2rem 0;
  }
  .p-message__title-wrap .c-section-title {
    text-align: center;
    margin-bottom: 0.75rem;
  }
  .p-message__title-wrap .c-section-title::after {
    left: 50%;
    translate: -50% 0;
  }
  .p-message__content-wrap {
    flex-direction: column-reverse;
  }
  .p-message__ceo-picture {
    width: 100%;
    aspect-ratio: 342/409;
  }
  .p-message__ceo-picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .p-message__ceo-picture::before, .p-message__ceo-picture::after {
    width: 6rem;
    height: 7.625rem;
  }
  .p-message__ceo-picture::before {
    left: -2.75rem;
    top: -3rem;
  }
  .p-message__ceo-picture::after {
    right: -4rem;
    bottom: -2.5rem;
  }
  .p-message__lead {
    font-size: 1.75rem;
    text-align: center;
  }
}

.p-faq {
  padding: 5rem;
}
.p-faq__title-wrap {
  margin-bottom: 2.5rem;
}
.p-faq__icon {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  position: absolute;
  right: 0.9375rem;
}
.p-faq__item {
  padding: 0.75rem 1.5rem 0;
  background-color: #f3f8ff;
  border-radius: 1rem;
}
.p-faq__item.is-open .p-faq__icon {
  background-image: url("../img/minus.svg");
}
.p-faq__item + .p-faq__item {
  margin-top: 1rem;
}
.p-faq__question {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  position: relative;
}
.p-faq__label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__label--question {
  width: 2.625rem;
  height: 3.4375rem;
  background-image: url("../img/icon_drop_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-faq__label--answer {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0F3975;
  align-items: baseline;
}
.p-faq__label-text {
  margin-top: 0.5rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.p-faq__question-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0F3975;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-faq__answer-inner {
  display: flex;
}
.p-faq__answer {
  padding-left: 3rem;
  margin-top: 0.75rem;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.p-faq__answer-text {
  padding-bottom: 0.75rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-indent: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 2rem 0;
  }
  .p-faq__item {
    padding: 0.5rem 0.75rem;
  }
  .p-faq__item + .p-faq__item {
    margin-top: 0.5rem;
  }
  .p-faq__question {
    gap: 0.5rem;
  }
  .p-faq__label--question {
    width: 3rem;
    height: 3.75rem;
    flex-shrink: 0;
  }
  .p-faq__label--answer {
    font-size: 1.5rem;
  }
  .p-faq__label-text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0.875rem;
  }
  .p-faq__question-text {
    font-size: 1.125rem;
    padding-right: 2rem;
  }
  .p-faq__answer {
    padding-left: 1.5rem;
  }
  .p-faq__answer-text {
    text-indent: 0;
  }
}

.p-contact {
  background-image: url("../img/bg_contact.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
  position: relative;
}
.p-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
}
.p-contact > * {
  position: relative;
  z-index: 2;
}
.p-contact__inner {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 2.25rem;
}
.p-contact__privacy-label {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 1.5rem 0 1rem;
}
.p-contact__privacy-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #adadad;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  position: absolute;
}
.p-contact__privacy-title {
  color: #0F3975;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #fff;
  padding-inline: 2.1875rem;
  position: relative;
  z-index: 2;
}
.p-contact__privacy-box {
  border: 1px solid #6d6d6d;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}
.p-contact__privacy-inner {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  height: 11.25rem;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 2rem 0;
  }
  .p-contact__inner {
    padding: 1.5rem 0.75rem;
  }
  .p-contact__title-wrap .c-section-title {
    margin-bottom: 0.5rem;
  }
  .p-contact__privacy-label::before, .p-contact__privacy-label::after {
    content: none;
  }
  .p-contact__privacy-title {
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .p-contact__privacy-box {
    padding: 0.5rem 0.75rem;
  }
  .p-contact__privacy-inner {
    font-size: 0.8125rem;
    height: 10rem;
  }
}

.p-fixed-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0F3975;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  translate: 0 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease, translate 0.3s ease;
}
.p-fixed-contact.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  translate: 0 0;
}
.p-fixed-contact--pc {
  height: 9.125rem;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.p-fixed-contact.u-hidden--sp {
  display: flex;
}
.p-fixed-contact__picture--copy {
  width: 31.5625rem;
  height: 11rem;
  top: -0.9375rem;
  position: relative;
}
.p-fixed-contact__picture--tel {
  width: 22.375rem;
  height: 7.125rem;
}
.p-fixed-contact .c-cta__button--mail {
  width: 29.25rem;
  height: 5.625rem;
  padding-inline: 4.1875rem;
  flex: none;
}
@media screen and (max-width: 767px) {
  .p-fixed-contact {
    padding: 0.5rem 1.25rem;
    height: auto;
  }
  .p-fixed-contact__message {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    color: #fff;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.25rem;
  }
  .p-fixed-contact__message--yellow {
    display: inline-block;
    color: #ffe500;
    transform: skew(-5deg);
  }
  .p-fixed-contact.u-hidden--sp {
    display: none;
  }
  .p-fixed-contact__picture {
    display: none;
  }
  .p-fixed-contact .c-cta__button--tel {
    width: 19.875rem;
    margin-inline: auto;
    background-image: linear-gradient(180deg, rgb(251, 103, 23), rgb(228, 46, 1));
  }
  .p-fixed-contact .c-cta__button--tel::before {
    background-image: linear-gradient(180deg, rgb(255, 180, 140), rgba(228, 46, 1, 0));
  }
}

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

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

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

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

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.u-inline-block {
  display: inline-block;
  font-weight: inherit;
}
/*# sourceMappingURL=style.css.map */