@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Leckerli+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 16px;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.l-inner {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0 25px;
    max-width: 1130px;
  }
}

.p-access {
  padding: 6.875rem 0 4.375rem;
  position: relative;
}
.p-access::before {
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 47.5625rem;
  background: url("../images/top/about-bg.png") no-repeat top center/cover;
  z-index: -1;
}

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

.p-access__title {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    max-width: 14.4375rem;
    width: 100%;
    padding: 0.9375rem 0;
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__inner {
    max-width: 83.125rem;
  }
}

.p-access__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.75rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__content {
    margin-top: 7.9375rem;
  }
}

.p-access__info {
  width: 100%;
  max-width: 20.3125rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-access__info {
    max-width: 31.25rem;
  }
}

.p-access__map {
  overflow: hidden;
  width: 100%;
  border-radius: 1.3125rem;
  max-width: 20.3125rem;
  margin: 2.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    margin-top: 0;
    max-width: 42.625rem;
  }
}
.p-access__map iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 682/485;
}

.p-access-list__row {
  border-bottom: 1px dotted #9C9C9E;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0.625rem;
  padding-bottom: 1.5625rem;
}
.p-access-list__row:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-access-list__row:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-access-list__row {
    padding: 0;
    height: 5rem;
    gap: 0;
    align-items: center;
    flex-direction: row;
  }
}
.p-access-list__row:last-child {
  border: none;
}
.p-access-list__row::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10.3125rem;
  height: 100%;
  z-index: -1;
  display: none;
  border-right: 1px dotted #9C9C9E;
}
@media screen and (min-width: 768px) {
  .p-access-list__row::before {
    display: block;
  }
}

.p-access-list__term {
  width: 100%;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-access-list__term {
    padding-left: 2.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access-list__term {
    max-width: 10.3125rem;
    font-size: 1rem;
  }
}

.p-access-list__desc {
  font-weight: 500;
  font-size: prm(154);
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .p-access-list__desc {
    font-size: 1rem;
    white-space: nowrap;
    padding-left: 3.5rem;
  }
}

.p-access__contact {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-access__contact {
    margin-top: 3.75rem;
  }
}

.p-access__contact-tel {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-access__contact-tel {
    margin-top: 3.125rem;
  }
}

.p-access__contact-tel-inner {
  margin: auto;
  max-width: 20.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-access__contact-tel-inner {
    max-width: 34.625rem;
  }
}

.p-access__contact-tel-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-access__contact-tel-title {
    font-size: 1.25rem;
  }
}

.p-access__contact-tel-link {
  margin-top: 1.25rem;
  max-width: 34.0625rem;
  padding: 0.9375rem 0.9375rem;
  border: 0.1875rem solid #041E66;
  border-radius: 2.6875rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
  justify-content: center;
  text-decoration: none;
  background-color: #fff;
}

.p-access__contact-tel-linkImg {
  width: 100%;
  max-width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-access__contact-tel-linkImg {
    max-width: 3.25rem;
  }
}
.p-access__contact-tel-linkImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 52/50;
}

.p-access__contact-tel-number {
  font-size: 1.25rem;
  font-weight: 900;
  color: #041E66;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-access__contact-tel-number {
    font-size: 2rem;
  }
}

.p-access__contact-tel-note {
  margin-top: 0.875rem;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-access__contact-tel-note {
    margin-top: 1.125rem;
    padding-left: 1.5em;
    font-size: 0.875rem;
  }
}

.p-contact {
  overflow: hidden;
  padding: 7.5rem 0;
  background: url("../images/contact/contact-bg.png") no-repeat center center/cover;
}

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

.p-contact__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}
.p-contact__title span {
  padding: 0.5rem 0;
  display: inline-block;
  border-top: 0.125rem solid #333;
  border-bottom: 0.125rem solid #333;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.5rem;
  }
}

.p-contact__subtitle {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact__subtitle {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-contact__subtitle span {
  color: #E61717;
}

.p-contact__body {
  margin-top: 4.375rem;
  border: 0.125rem solid #333;
  background-color: #fff;
  padding: 5.9375rem 1.5625rem;
}

.p-contact__form {
  max-width: 49.6875rem;
  margin: 0 auto;
}

.p-contact__form-wrap + .p-contact__form-wrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-wrap + .p-contact__form-wrap {
    margin-top: 2.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__form-wrap {
    display: flex;
    gap: 2.25rem;
  }
}

.p-contact__postal {
  display: flex;
  align-items: center;
}

.p-contact__postal-mark {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1;
}

.p-contact__form-control--postal {
  margin-left: 0.75rem;
  max-width: 7.5rem;
}

.p-contact__form-control--address {
  margin-top: 0.75rem;
}

.p-contact__form-label {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  max-width: 9rem;
  width: 100%;
  flex-shrink: 0;
  padding-top: 1.0625rem;
}

.p-contact__form-label span {
  margin-left: 0.5rem;
  display: inline-block;
  color: #E61717;
}

.p-contact__form-input,
.p-contact__form-textarea {
  flex: 1;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-input,
  .p-contact__form-textarea {
    margin-top: 0;
  }
}

.p-contact__form-input input {
  padding: 0.625rem 1.25rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  border: 0.125rem solid #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.p-contact__form-input input:focus {
  outline: none;
}

.p-contact__form-input input::-moz-placeholder {
  color: #C4BEBE;
}

.p-contact__form-input input::placeholder {
  color: #C4BEBE;
}

.p-contact__form-textarea textarea {
  padding: 0.625rem 1.25rem;
  width: 100%;
  font-size: 1rem;
  border-radius: 0;
  border: 0.125rem solid #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  resize: none;
  height: 16.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-textarea textarea {
    height: 22.8125rem;
  }
}

.p-contact__form-textarea textarea:focus {
  box-shadow: none;
  outline: none;
}

.p-contact__form-textarea textarea::-moz-placeholder {
  color: #C4BEBE;
}

.p-contact__form-textarea textarea::placeholder {
  color: #C4BEBE;
}

.p-contact__form-submit {
  margin-top: 2.5rem;
  text-align: center;
}

.p-contact__form-submit input {
  padding: 0.75rem 5.3125rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  background-color: #041E66;
  background-image: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact__form-submit input {
    font-size: 1.25rem;
  }
}

.p-contact__form-submit input:hover,
.p-contact__form-submit input:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .p-contact__form-submit input:hover {
    opacity: 0.8;
  }
}

.p-contact__form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.wpcf7-spinner {
  display: none !important;
}

.p-contact__contact {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__contact {
    margin-top: 6.25rem;
  }
}

.p-contact__contact-tel {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__contact-tel {
    margin-top: 3.125rem;
  }
}

.p-contact__contact-tel-inner {
  margin: auto;
  max-width: 20.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__contact-tel-inner {
    max-width: 34.625rem;
  }
}

.p-contact__contact-tel-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__contact-tel-title {
    font-size: 1.25rem;
  }
}

.p-contact__contact-tel-link {
  margin-top: 1.25rem;
  max-width: 34.0625rem;
  padding: 0.9375rem 0.9375rem;
  border: 0.1875rem solid #041E66;
  border-radius: 2.6875rem;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  text-decoration: none;
  background-color: #fff;
}

.p-contact__contact-tel-linkImg {
  width: 100%;
  max-width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__contact-tel-linkImg {
    max-width: 3.25rem;
  }
}
.p-contact__contact-tel-linkImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 52/50;
}

.p-contact__contact-tel-number {
  font-size: 1.25rem;
  font-weight: 900;
  color: #041E66;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-contact__contact-tel-number {
    font-size: 2rem;
  }
}

.p-contact__contact-tel-note {
  margin-top: 0.875rem;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__contact-tel-note {
    margin-top: 1.125rem;
    padding-left: 1.5em;
    font-size: 0.875rem;
  }
}

.p-faq {
  padding: 4.375rem 0 3.75rem;
  background-color: #EEF3FA;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq {
    font-size: 1rem;
    padding: 6.0625rem 0 5.0625rem;
  }
}

.p-faq__item + .p-faq__item {
  margin-top: 1.3125rem;
}

.p-faq__question {
  padding: 0.5625rem 0.9375rem;
  background-color: #041E66;
}

.p-faq__answer {
  padding: 0.1875rem 0.9375rem;
  color: #333;
}

.p-footer {
  padding: 2.5rem 0 4.375rem;
  background-color: #041E66;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.p-footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/common/footer-bg.png") no-repeat bottom center/contain;
}
@media screen and (min-width: 768px) {
  .p-footer::before {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 3.1875rem 0 6.875rem;
  }
}

.p-footer__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 80.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    display: flex;
    align-items: flex-start;
    gap: 3.125rem;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__brand {
    max-width: 24.375rem;
    width: 100%;
    flex-shrink: 0;
  }
}

.p-footer__logo {
  display: inline-block;
  text-decoration: none;
  padding: 0.125rem 0.5625rem;
  background-color: #fff;
}

.p-footer__logo img {
  max-width: 8.5625rem;
  height: auto;
}

.p-footer__desc {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.375;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__desc {
    margin-top: 0.875rem;
    font-size: 1rem;
  }
}

.p-footer__info {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    margin-top: 1.375rem;
  }
}

.p-footer-info__item {
  display: flex;
  align-items: flex-start;
  gap: 0.6875rem;
}

.p-footer-info__item + .p-footer-info__item {
  margin-top: 0.5rem;
}

.p-footer-info__icon {
  transform: translateY(0.25rem);
  max-width: 1.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-footer-info__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer-info__icon--address img {
  max-width: 0.8125rem;
  aspect-ratio: 13/17;
}

.p-footer-info__icon--tel img {
  max-width: 1.125rem;
  aspect-ratio: 18/15;
}

.p-footer-info__icon--fax img {
  max-width: 0.9375rem;
  aspect-ratio: 15/12;
}

.p-footer-info__icon--mail img {
  max-width: 1.125rem;
  aspect-ratio: 18/12;
}

.p-footer-info__text {
  font-size: 0.875rem;
  display: flex;
  line-height: 1.375;
  color: #fff;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer-info__text {
    font-size: 1rem;
  }
}

.p-footer__nav {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 0;
    max-width: 13rem;
    width: 100%;
  }
}

.p-footer__sns {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    margin-top: 0;
    max-width: 9.0625rem;
    width: 100%;
  }
}

.p-footer__heading {
  font-size: clamp(0.875rem, -0.327rem + 5.128vw, 1rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1px;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__heading {
    font-size: 1.25rem;
  }
}

.p-footer__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    margin-top: 1.5625rem;
  }
}

.p-footer-list__item + .p-footer-list__item {
  margin-top: 0.25rem;
}

.p-footer-list__link {
  line-height: 1.375;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.95;
  transition: opacity 0.2s;
  font-size: clamp(0.75rem, -0.452rem + 5.128vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .p-footer-list__link {
    font-size: 1rem;
  }
}

.p-footer-list__link:hover {
  opacity: 0.7;
}

.p-footer__sns-link {
  margin-top: 0.75rem;
  width: 1.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-link {
    margin-top: 1.25rem;
  }
}

.p-footer__copyright {
  font-size: 0.6875rem;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  opacity: 0.75;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 0;
    font-size: 0.75rem;
    position: absolute;
    bottom: 5rem;
    left: 63%;
  }
}

.p-footer__navWrap {
  display: flex;
  gap:.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navWrap {
    display: contents;
	  gap: 1.5625rem;
  }
}

.l-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  .l-header.is-scroll {
    background-color: #fff;
  }
  .l-header.is-scroll .p-header__nav-item a {
    color: #333;
  }
}

@media screen and (min-width: 768px) {
  body:not(.home) .l-header {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) .p-header__nav-item a {
    color: #333;
  }
}

.p-header {
  height: 3.4375rem;
  border-bottom: 0.125rem solid #333;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 4.6875rem;
  }
}

.p-header__inner {
  height: inherit;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    max-width: 90rem;
    padding: 0 2.75rem 0 clamp(2.75rem, -15.25rem + 26.667vw, 8.75rem);
  }
}

.p-header__logo-link {
  display: block;
  max-width: 5rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo-link {
    max-width: 7.5rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__nav-list {
  display: flex;
  height: inherit;
  gap: clamp(0.313rem, -5.313rem + 8.333vw, 2.188rem);
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item a {
  padding: 0 0.9375rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.p-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 2.5rem;
  height: inherit;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.9375rem;
  height: 1px;
  background-color: #041E66;
  transition: 0.5s;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 0.25rem;
}

.p-header__hamburger.is-open span {
  background-color: #fff;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  padding: 13.75rem 0;
  position: absolute;
  z-index: 900;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 30, 102, 0.95);
  overflow-y: scroll;
  scrollbar-width: none;
  transition: 0.6s;
}

.p-header__drawer.is-open {
  right: 0;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item a {
  padding: 0.9375rem 0;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.p-intro__inner {
  margin: 7.0625rem auto 0;
  max-width: 77.1875rem;
}

.p-intro__box {
  padding: 4.0625rem 0;
  background: url("../images/top/sp/intro-box-bg.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-intro__box {
    padding: 7rem 0;
    background: url("../images/top/intro-box-bg.png") no-repeat center center/contain;
  }
}

.p-intro__body {
  margin: 0 auto;
  max-width: 16.625rem;
}
@media screen and (min-width: 768px) {
  .p-intro__body {
    max-width: 47.0625rem;
  }
}

.p-intro__lead {
  font-size: 1.125rem;
  color: #041E66;
  padding-left: 0.4em;
  text-align: center;
  line-height: 1.4642857143;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-intro__lead {
    text-align: left;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 2.1875rem;
  }
}

.p-intro__text {
  margin-top: 1.875rem;
  line-height: 1.75;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-intro__text {
    line-height: 2;
    margin-top: 1.25rem;
  }
}
.p-intro__text span {
  color: #E61717;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.3em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-intro__text span {
    font-size: 1.25rem;
  }
}
.p-intro__text strong {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-intro__text strong {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.l-page-mv {
  width: 100%;
}

.p-page-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 10.3125rem;
  margin-top: 3.4375rem;
  font-weight: 500;
  color: #fff;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv {
    gap: 1.625rem;
    margin-top: 0;
    height: 26.5625rem;
  }
}

.p-mv--service {
  background: url("../images/image/sp/top-bg.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-mv--service {
    background: url("../images/image/top-bg.jpg") no-repeat center center/cover;
  }
}
.p-mv--service .p-page-mv__title {
  -webkit-text-stroke: 0.5px #333333;
  paint-order: stroke fill;
}

.p-mv--faq {
  background: url("../images/faq/sp/top-bg.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-mv--faq {
    background: url("../images/faq/top-bg.jpg") no-repeat center center/cover;
  }
}

.p-mv--contact {
  background: url("../images/contact/sp/top-bg.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-mv--contact {
    background: url("../images/contact/top-bg.jpg") no-repeat center center/cover;
  }
}
.p-mv--contact .p-page-mv__title {
  background-color: rgba(210, 176, 108, 0.67);
  padding: 0.3125rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv--contact .p-page-mv__title {
    padding: 0.375rem 1.25rem;
  }
}

.p-mv--privacy-policy {
  background: url("../images/privacy-policy/sp/top-bg.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-mv--privacy-policy {
    background: url("../images/privacy-policy/top-bg.jpg") no-repeat center center/cover;
  }
}
.p-mv--privacy-policy .p-page-mv__title {
  -webkit-text-stroke: 0.5px #333333;
  paint-order: stroke fill;
}

.p-page-mv__title {
  font-size: 1.375rem;
  filter: drop-shadow(0 0 1.25rem rgba(111, 94, 94, 0.92));
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-mv__title {
    font-size: 2.25rem;
  }
}

.p-page-mv__text {
  line-height: 1.25;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.125rem;
  background-color: rgba(208, 177, 149, 0.76);
  filter: drop-shadow(0 0 1.25rem rgba(147, 141, 141, 0.98));
  max-width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__text {
    max-width: 54.375rem;
    font-size: 1rem;
  }
}

.p-privacy-policy {
  padding: 4.375rem 0;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy {
    padding: 7.5rem 0;
  }
}

.p-privacy-policy__body {
  line-height: 1.6428571429;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__body {
    font-size: 0.875rem;
  }
}
.p-privacy-policy__body h2 {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__body h2 {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
  }
}
.p-privacy-policy__body ul {
  list-style: disc;
  padding-left: 1.5em;
}

.p-service {
  overflow: hidden;
  margin-top: 4.375rem;
  padding: 7.5rem 0;
  background: url("../images/top/service-bg.png") no-repeat center center/cover;
}

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

.p-service__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.p-service__title span {
  padding: 0.5rem 0;
  display: inline-block;
  border-top: 0.125rem solid #333;
  border-bottom: 0.125rem solid #333;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 2.25rem;
  }
}

.p-service__subtitle {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service__subtitle {
    margin-top: 0.875rem;
    font-size: 1rem;
  }
}

.p-service__intro {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__intro {
    margin-top: 5rem;
  }
}

.p-service__intro-body {
  max-width: 20.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-service__intro-body {
    max-width: initial;
  }
}

.p-service__intro-text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1.25rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-service__intro-text {
    max-width: initial;
    line-height: 1.25;
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
}

.p-service__intro-media {
  width: 100%;
  max-width: 14.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__intro-media {
    max-width: 26.8125rem;
  }
}
.p-service__intro-media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 238/34;
}
@media screen and (min-width: 768px) {
  .p-service__intro-media img {
    aspect-ratio: 429/62;
  }
}

.p-service-merits {
  margin-top: 3.75rem;
}

.p-service-merits__head {
  text-align: center;
}

.p-service-merits__title {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-merits__title {
    font-size: 2rem;
  }
}

.p-service-merits__lead {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-service-merits__lead {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.p-service-merits-list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 3.75rem auto 0;
  max-width: 12.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-merits-list {
    max-width: initial;
    margin-top: 5.9375rem;
    gap: 7.5rem;
    padding: 0 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-service-merits-list__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-service-merits-card {
  position: relative;
  padding: 2.625rem 1.125rem 1.375rem;
  border: 0.125rem solid #333;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service-merits-card {
    padding: 3.75rem 0.75rem 2.125rem 1rem;
  }
}

.p-service-merits-card__tag {
  position: absolute;
  font-family: "Leckerli One", cursive;
  line-height: 1;
  transform: rotate(-20deg);
  background: url("../images/top/merit-highlight.png") no-repeat center center/contain;
  padding: 0.3125rem 1.875rem;
  left: -3.125rem;
  top: 1.25rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-merits-card__tag {
    padding: 0.3125rem 4.375rem;
    left: -5.625rem;
    top: 1.6875rem;
    font-size: 1.5rem;
  }
}

.p-service-merits-card__icon {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 3.125rem;
  top: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-service-merits-card__icon {
    top: -2.125rem;
    max-width: 4.0625rem;
  }
}
.p-service-merits-card__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 65/65;
}

.p-service-merits-card__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-merits-card__title {
    font-size: 1.1875rem;
  }
}

.p-service-merits-card__text {
  font-size: 0.6875rem;
  font-weight: 500;
  margin-top: 1.25rem;
  line-height: 1.3571428571;
}
@media screen and (min-width: 768px) {
  .p-service-merits-card__text {
    font-size: 0.875rem;
  }
}

.p-service__before-after-message {
  text-align: center;
  background: url("../images/top/sp/merit-box-bg.png") no-repeat center center/contain;
  margin-top: 4.375rem;
  padding: 1.125rem 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-message {
    background: url("../images/top/merit-box-bg.png") no-repeat center center/contain;
    padding: 2.8125rem 3.125rem;
    margin-top: 8.125rem;
  }
}

.p-service__before-after-message-text {
  font-weight: 500;
  background-color: #041E66;
  color: #fff;
  max-width: 17.1875rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.4375;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-message-text {
    padding: 0.3125rem 0;
    line-height: 2;
    max-width: 45.75rem;
    font-size: 1.5rem;
  }
}

.p-service__before-after-content {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-content {
    margin-top: 8.125rem;
  }
}

.p-service__before-after-items {
  display: grid;
  gap: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.9375rem;
  }
}

.p-service__before-after-item {
  max-width: 15.8125rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-item {
    max-width: initial;
  }
}
.p-service__before-after-item:nth-child(1) .p-service__before-after-photo {
  position: relative;
}
.p-service__before-after-item:nth-child(1) .p-service__before-after-photo::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  width: 2.0625rem;
  height: 1.3125rem;
  background: url("../images/top/sp/arrow.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-item:nth-child(1) .p-service__before-after-photo::before {
    bottom: initial;
    left: initial;
    top: 50%;
    right: -6.4375rem;
    transform: translateY(-50%);
    width: 3.75rem;
    height: 2.375rem;
    background: url("../images/top/arrow.png") no-repeat center center/contain;
  }
}

.p-service__before-after-items + .p-service__before-after-items {
  margin-top: 4.125rem;
  position: relative;
}
.p-service__before-after-items + .p-service__before-after-items::before {
  position: absolute;
  content: "";
  width: 19.25rem;
  height: 1px;
  top: -2.0625rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/top/service-dotted.png") repeat-x center center/contain;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-items + .p-service__before-after-items::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-service__before-after-items + .p-service__before-after-items {
    margin-top: 2.8125rem;
  }
}

.p-service__before-after-photo {
  max-width: 28.125rem;
  width: 100%;
  margin: 0 auto;
}
.p-service__before-after-photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/300;
}

.p-service__before-after-badge {
  width: 100%;
  border-radius: 1.875rem;
  background-color: #041E66;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-align: center;
  max-width: 4.6875rem;
  padding: 0.4375rem 0;
  position: absolute;
  right: -1.875rem;
  top: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-badge {
    margin: 1.875rem auto 0;
    position: relative;
    padding: 0.75rem 0;
    max-width: 7rem;
    margin-top: 2.75rem;
    font-size: 0.875rem;
  }
}

.p-service__before-after-badge--reverse {
  right: initial;
  left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__before-after-badge--reverse {
    left: initial;
  }
}

.p-service__cta {
  margin-top: 5.3125rem;
  background-color: #041E66;
  padding: 4.1875rem 25px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-service__cta {
    padding: 3.25rem 3.75rem;
    margin-left: -2.8125rem;
    width: calc(100% + 5.625rem);
  }
}

.p-service__cta-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5625rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service__cta-box {
    flex-direction: row;
    gap: 5.25rem;
  }
}

.p-service__cta-btn {
  display: block;
  width: 100%;
  max-width: 11.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__cta-btn {
    max-width: 15.1875rem;
  }
}
.p-service__cta-btn img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 243/300;
}

.p-service__cta-youtube {
  max-width: 20.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__cta-youtube {
    max-width: 47.5rem;
  }
}
.p-service__cta-youtube iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 325/183;
}
@media screen and (min-width: 768px) {
  .p-service__cta-youtube iframe {
    aspect-ratio: 760/427;
  }
}

.p-service__others {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-service__others {
    margin-top: 7.5rem;
  }
}

.p-service__others-lead {
  font-size: 0.875rem;
  text-align: center;
}
.p-service__others-lead span {
  display: inline-block;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .p-service__others-lead span {
    padding-bottom: 0.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service__others-lead {
    font-size: 1.125rem;
  }
}

.p-service__others-list {
  display: grid;
  gap: 1.875rem 1.25rem;
  max-width: 20.3125rem;
  margin: 3.5625rem auto 0;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-service__others-list {
    max-width: initial;
    gap: 3.375rem;
    margin-top: 5.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-service-others-card {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #041E66;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 1/1;
}

.p-service-others-card__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35%;
}
@media screen and (min-width: 768px) {
  .p-service-others-card__head {
    height: 40%;
  }
}

.p-service-others-card--navy .p-service-others-card__head {
  background-color: #041E66;
}

.p-service-others-card--blue .p-service-others-card__head {
  background-color: #556FC2;
}

.p-service-others-card__title {
  font-weight: 700;
  color: #fff;
  font-weight: 700;
  transform: translateY(0.5rem);
  font-size: clamp(0.813rem, 0.813rem + 0vw, 0.813rem);
}
@media screen and (min-width: 768px) {
  .p-service-others-card__title {
    transform: translateY(0.625rem);
    font-size: 1.1875rem;
  }
}

.p-service-others-card__body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 65%;
}
@media screen and (min-width: 768px) {
  .p-service-others-card__body {
    height: 60%;
  }
}

.p-service-others-card__text {
  font-size: 0.75rem;
  line-height: 1.4375;
  padding: 0 clamp(1.25rem, -2.356rem + 15.385vw, 1.625rem);
  transform: translate(0.3125rem, -0.5rem);
}
@media screen and (min-width: 768px) {
  .p-service-others-card__text {
    transform: translate(0.5rem, -0.625rem);
    font-size: 1rem;
    padding: 0 2.1875rem;
  }
}

.p-strengths {
  padding: 5rem 0;
  background-color: rgba(205, 218, 239, 0.33);
}
@media screen and (min-width: 768px) {
  .p-strengths {
    padding: 7.25rem 0 13rem;
  }
}

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

.p-strengths__title {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-strengths__title {
    padding: 0.9375rem 0;
    font-size: 2.25rem;
  }
}

.p-strengths__lead {
  margin-top: 1.875rem;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-strengths__lead span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .p-strengths__lead {
    font-size: 1rem;
  }
}

.p-strengths-list {
  display: grid;
  gap: 0.6875rem;
  max-width: 20.3125rem;
  margin: 5rem auto 0;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
}
@media screen and (min-width: 768px) {
  .p-strengths-list {
    margin-top: 6.25rem;
    max-width: initial;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-strengths-card {
  height: 100%;
  width: 100%;
  background: url("../images/top/strength-box-bg.png") no-repeat center center/contain;
  padding: 2.1875rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-strengths-card {
    padding: 2.5rem;
  }
}

.p-strengths-card__title {
  line-height: 1;
  white-space: nowrap;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-strengths-card__title {
    font-weight: 700;
    font-size: 1.5rem;
  }
}

.p-strengths-card__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-strengths-card__text {
    font-size: 1rem;
  }
}

.p-sub-service {
  overflow: hidden;
}

.p-sub-service__item {
  padding: 11.5625rem 0 9.0625rem;
}
.p-sub-service__item:nth-child(even) {
  position: relative;
}
.p-sub-service__item:nth-child(even)::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #EEF3FA;
  left: calc(50% - 50vw);
  top: 0;
}

.p-sub-service__body {
  position: relative;
  border: 0.1875rem solid #041E66;
  background-color: #fff;
  padding: 0 1.5625rem 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-sub-service__body {
    padding: 0 2.375rem 2.75rem;
  }
}

.p-sub-service__top {
  max-width: 20rem;
  margin: -2.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-sub-service__top {
    max-width: 26.875rem;
    margin: -2.5rem auto 0;
  }
}

.p-sub-service__badge {
  transform: skewX(-20deg);
  padding: 1.125rem;
  background-color: #041E66;
  width: 100%;
  border: 0.375rem solid #D9D270;
}

.p-sub-service__badge-text {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-sub-service__badge-text {
    font-size: 2rem;
  }
}

.p-sub-service__lead {
  font-size: 1rem;
  margin-top: 4.375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-service__lead {
    white-space: nowrap;
    font-size: 1.25rem;
  }
}

.p-sub-service__subList {
  margin-top: 1.875rem;
  list-style-type: disc;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-sub-service__subList {
    margin-top: 2.8125rem;
  }
}

.p-sub-service__subItem {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.0625;
}
@media screen and (min-width: 768px) {
  .p-sub-service__subItem {
    font-size: 1rem;
  }
}

.p-sub-service__gallery {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-service__gallery {
    margin-top: 6.25rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
  }
}

.p-sub-service__card {
  text-align: center;
}

.p-sub-service__thumb {
  width: 100%;
  margin: 0 auto;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-sub-service__thumb {
    max-width: 18.75rem;
  }
}
.p-sub-service__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/200;
}

.p-sub-service__caption {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.0625;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-service__caption {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.p-top-mv-splide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.p-top-mv-splide__inner {
  width: 100%;
  height: 100%;
}

.p-top-mv-splide__inner .splide,
.p-top-mv-splide__inner .splide__track,
.p-top-mv-splide__inner .splide__list {
  height: 100%;
}

.p-top-mv-splide__inner .splide__slide {
  height: 100%;
}

.p-top-mv-splide__inner .splide__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-mv-splide__inner .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 8s ease-out;
}

.p-top-mv-splide__inner .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}

.p-top-mv-splide__inner .splide__pagination {
  display: none;
}

.p-top {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 41.6875rem;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top {
    margin-top: 0;
    height: 100%;
    aspect-ratio: 16/10;
    max-height: 56.25rem;
  }
}
.p-top::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 90rem;
  z-index: -1;
  height: 100%;
  background: url("../images/top/sp/top-mask.png") no-repeat right bottom/contain;
  left: 0;
  bottom: 0;
  height: 26.125rem;
}
@media screen and (min-width: 768px) {
  .p-top::before {
    height: 100%;
    top: 50%;
    bottom: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/top/top-mask.png") no-repeat center center/contain;
  }
}
@media screen and (min-width: 1440px) {
  .p-top::after {
    position: absolute;
    content: "";
    width: calc((100vw - 1440px) / 2);
    height: 44rem;
    background-color: #041E66;
    top: 0.1875rem;
    left: -0.375rem;
    transform: skewY(24deg);
    transform-origin: top right;
  }
}

@media screen and (min-width: 1440px) {
  .p-top__bg {
    position: absolute;
    width: calc((100vw - 1440px) / 2);
    height: 100%;
    right: -0.5rem;
    top: 0;
    background: rgba(36, 40, 56, 0.61);
  }
}

.p-top__inner {
  height: 100%;
  max-width: 72.125rem;
  padding: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top__inner {
    display: flex;
    padding: 0 25px;
    align-items: center;
  }
}

.p-top__content {
  text-align: center;
  padding: 4.6875rem 0 3.125rem;
  background-color: #041E66;
}
@media screen and (min-width: 768px) {
  .p-top__content {
    padding: 0;
    background-color: initial;
    text-align: left;
    margin-top: clamp(6.875rem, 15.385rem - 11.538vw, 5rem);
  }
}

.p-top__title {
  font-weight: 500;
  font-size: 2rem;
  filter: drop-shadow(0px 0px 25px rgba(255, 255, 255, 0.7));
  max-width: 16.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top__title {
    margin: 0;
    line-height: 1.1;
    max-width: 32.5rem;
    font-size: 4rem;
  }
}

.p-top__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.7777777778;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top__text {
    font-size: 1.125rem;
  }
}

.p-top__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: absolute;
  left: 50%;
  bottom: 0.9375rem;
  transform: translateX(-50%);
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top__buttons {
    gap: 1.875rem;
    margin-top: 3.125rem;
    position: relative;
    width: 16.9375rem;
    left: auto;
    transform: none;
  }
}

.p-top__button {
  line-height: 1;
  display: block;
  text-align: center;
  width: 100%;
  border: 0.125rem solid #fff;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  border-radius: 0.1875rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top__button {
    border-radius: 0.5rem;
    padding: 1.0625rem;
    font-size: 1.125rem;
  }
}

.p-top__button--primary {
  background-color: #041E66;
}
.p-top__button--primary:hover {
  opacity: 1;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  filter: brightness(1.1);
}

.p-top__button--secondary {
  background-color: #fff;
  color: #041E66;
  border-color: #fff;
  position: relative;
}
.p-top__button--secondary::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
  height: 98%;
  border: 0.125rem solid #041E66;
  pointer-events: none;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top__button--secondary::before {
    border-radius: 0.5rem;
  }
}
.p-top__button--secondary:hover {
  opacity: 1;
  background-color: #041E66;
  color: #fff;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
