@charset "UTF-8";
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none; /*①アンカーのtelを無効化*/
    cursor: default; /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 100%;
  }
}

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

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

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

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

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

.c-breadcrumb {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  margin-bottom: 1.9375rem;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    font-size: 1rem;
    margin-left: 0;
  }
}

.c-breadcrumb li {
  display: inline-block;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-breadcrumb li a:hover {
  color: #579BE9;
}

.c-breadcrumb li:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #484848;
  border-right: 1px solid #484848;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.125rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb li:after {
    margin-left: 0.1875rem;
    margin-right: 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.c-breadcrumb li:last-child:after {
  display: none;
}

.c-btn-contact-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-wrapper {
    display: block;
    z-index: 50;
    margin-right: 0;
  }
}

.c-btn-contact {
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-btn-contact {
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-btn-contact-tel {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #fff;
  padding-top: 1.0625rem;
  padding-bottom: 0.9375rem;
  padding-right: 1.03125rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: clamp(0px, 18.8vw, 262px);
    height: 5rem;
    background-color: #EEF5F5;
    padding-top: 0.4375rem;
    padding-bottom: 0rem;
    padding-right: 0.375rem;
    padding-left: 0rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.c-btn-contact-tel-item1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-tel-item1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: clamp(0px, 18.8vw, 262px);
    gap: 0.0625rem;
  }
}

.c-btn-contact-tel-item2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-tel-item2 {
    display: block;
    font-size: clamp(0.75rem, 0.85vw, 0.75rem);
    letter-spacing: 0;
    margin-top: 0.125rem;
    margin-right: 1.5rem;
    margin-left: auto;
  }
}

.c-btn-contact-tel-icon {
  width: 0.7175rem;
  aspect-ratio: 11.48/15.74;
  margin-right: 0.40625rem;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-tel-icon {
    display: none;
  }
}

.c-btn-contact-tel-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-tel-text {
    display: block;
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
  }
}

.c-btn-contact-tel-number {
  font-weight: bold;
  font-size: 1.1875rem;
  letter-spacing: 0.027em;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-tel-number {
    font-size: clamp(0.75rem, 1.85vw, 1.625rem);
    line-height: 1;
    letter-spacing: 0;
  }
}

.c-btn-contact-web {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #579BE9;
  padding-top: 1.125rem;
  padding-bottom: 1.0625rem;
  padding-right: 2.625rem;
  padding-left: 1.925rem;
  gap: 0.90625rem;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-web {
    width: clamp(0px, 8.57vw, 120px);
    height: 5rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0;
  }
}

.c-btn-contact-web a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexbox to ensure centering */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; /* Full width of the parent */
  height: 100%; /* Full height of the parent */
  text-decoration: none; /* Remove underline from link */
  color: inherit; /* Inherit text color */
}

.c-btn-contact-web-icon {
  width: 1.428125rem;
  aspect-ratio: 22.85/24;
  margin-right: 0rem;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-web-icon {
    display: none;
  }
}

.c-btn-contact-web-text {
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn-contact-web-text {
    width: 100%;
    font-size: clamp(0.875rem, 1.28vw, 1.125rem);
    font-weight: bold;
    text-align: center;
    padding-left: 0; /* Remove left padding */
    margin-top: 0; /* Remove top margin */
  }
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4285714286;
  outline: none;
  color: #579BE9;
  background-color: #fff;
  border: 1px solid #579BE9;
  position: relative;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  border-radius: 1.5625rem;
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    opacity: 1;
  }
}

.c-btn:hover span::before,
.c-btn:hover span::after {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .c-btn::before {
    content: "";
    position: absolute;
    background-color: #579BE9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@media screen and (min-width: 768px) {
  .c-btn:hover:before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.c-btn {
  position: relative;
  overflow: hidden; /* 擬似要素がボタンの外にはみ出さないようにする */
}

.c-btn a {
  color: #579BE9;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.875rem 0;
  border: 1px solid #579BE9;
  border-radius: 1.875rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 15rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08125rem;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; /* テキスト色のスムーズな変更 */
  outline: none;
}

.c-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* 左側からアニメーションを開始 */
  width: 100%;
  height: 100%;
  background-color: #579BE9;
  z-index: -1; /* 背景として表示するためにz-indexをマイナスに */
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease; /* 背景色の左から右への移動をスムーズに */
}

.c-btn a:hover::before {
  left: 0; /* ホバー時に背景色が左から右へ流れる */
}

.c-btn a:hover {
  color: #fff; /* ホバー時にテキスト色を白に変更 */
}

/* 矢印の初期色を $green-579BE9 に設定 */
.arrow-path-white {
  stroke: #579BE9;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

/* ホバー時に矢印の色を白 (#fff) に変更 */
.c-btn a:hover #arrow-path {
  stroke: #fff;
}

.c-btn--green a {
  background-color: #579BE9;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.875rem 0;
  border: 1px solid #579BE9;
  border-radius: 1.875rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  display: inline-block;
  width: 15rem;
  background-color: #579BE9;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08125rem;
  text-align: center;
  outline: none;
  overflow: hidden;
}

.c-btn--green a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.c-btn--green a:hover {
  color: #579BE9;
}

.c-btn--green a:hover::after {
  border-color: #579BE9;
}

.c-btn--green a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 矢印の初期色を  $white に設定 */
.arrow-path-green {
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

/* ホバー時に矢印の色を$green-579BE9 に変更 */
.c-btn--green a:hover #arrow-path {
  stroke: #579BE9;
}

.c-btn-arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem; /* ボタン内の右端に配置 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 矢印を上下中央に揃える */
  right: 1.25rem; /* 元の位置 */
  -webkit-transform: translate(10px, 3px) translateY(-50%);
          transform: translate(10px, 3px) translateY(-50%); /* 右に10px、下に3px移動 */
}

.c-btn--purple a {
  background-color: #293D4D;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.875rem 0;
  border: 1px solid #293D4D;
  border-radius: 1.875rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  display: inline-block;
  width: 15rem;
  background-color: #293D4D;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08125rem;
  text-align: center;
  outline: none;
  overflow: hidden;
}

.c-btn--purple a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.c-btn--purple a:hover {
  color: #293D4D;
}

.c-btn--purple a:hover::after {
  border-color: #293D4D;
}

.c-btn--purple a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 矢印の初期色を $white に設定 */
.arrow-path-purple {
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

/* ホバー時に矢印の色を白 (#293D4D) に変更 */
.c-btn--purple a:hover #arrow-path {
  stroke: #293D4D;
}

.c-card01 {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #293D4D;
  padding-top: 0.375rem;
  padding-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-card01 {
    display: grid;
    grid-template-columns: 4.625rem 1fr;
    gap: 1rem;
    padding-top: 1.0625rem;
  }
}

.c-card01__wrapper {
  display: grid;
  grid-template-columns: 3.75rem 1fr;
  gap: 0.75rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card01__wrapper {
    gap: 0.6875rem;
  }
}

.c-card01-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-card02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  text-align: center;
}

.c-card02__image {
  width: 100%;
  height: 100%;
}

.c-card02__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.9375rem;
}

.c-card02__title {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.c-card02__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行で制限 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* テキストがあふれた場合の非表示 */
  text-overflow: ellipsis; /* あふれた場合に「...」を表示 */
  margin-top: 0.6875rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card02__text {
    width: auto;
  }
}

.c-card02__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.c-card03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b9cff2;
  border-radius: 50%;
  aspect-ratio: 152/153;
  max-width: 100%;
  width: 46%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card03 {
    width: 100%;
  }
}

.p-flow__container-cards > .c-card03:not(:first-child)::before,
.p-flow__container-cards:not(:first-child) > .c-card03::before {
  content: "";
  position: absolute;
  width: 0.8125rem;
  height: 1.5625rem;
  background-color: #b9cff2;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__container-cards > .c-card03:not(:first-child)::before,
  .p-flow__container-cards:not(:first-child) > .c-card03::before {
    width: 1rem;
    height: 1.8125rem;
    left: -1.25rem;
  }
}

.c-card03::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0;
  color: #579BE9;
  position: absolute;
  background: #EEF5F5;
  width: 27.6315789474%;
  height: 27.6315789474%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
}
.c-card03__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  width: 100%;
}
.c-card03__image {
  width: 39.4736842105%;
}
@media screen and (min-width: 768px) {
  .c-card03__image {
    width: 40%;
  }
}

.c-card03__image img {
  aspect-ratio: 60/53;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-card03__image img {
    aspect-ratio: 72/63;
  }
}

.c-card03__text {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-card03__text {
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-card04:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-card04 + .c-card04 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card04 + .c-card04 {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-dard04__image {
    width: 43.7%;
  }
}

.c-dard04__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 345/180;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-dard04__image img {
    aspect-ratio: 437/260;
    border-radius: 1.25rem;
  }
}

.c-card04__wrapper {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .c-card04__wrapper {
    width: 52.2%;
    margin-top: 2.1875rem;
  }
}

.c-card04__tag::before {
  counter-increment: number-m 1;
  content: "point" counter(number-m, decimal-leading-zero) "";
  font-family: "Lato", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  background: #579BE9;
  padding: 0.1875rem 1.125rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-card04__tag::before {
    font-size: 1rem;
    padding: 0.1875rem 1rem;
  }
}

.c-card04__title {
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  letter-spacing: 0.04em;
  font-weight: normal;
  border-bottom: 1px solid #579BE9;
  padding-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-card04__title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    letter-spacing: 0.1em;
    padding-bottom: 0.375rem;
  }
}

.c-card04__title::first-letter {
  font-size: 2.0625rem;
  line-height: 1.4545454545;
  color: #579BE9;
}
@media screen and (min-width: 768px) {
  .c-card04__title::first-letter {
    font-size: 2.375rem;
  }
}

.c-card04__text {
  width: 91.0144927536%;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .c-card04__text {
    width: 100%;
  }
}

.c-card05 {
  margin-top: 2.5625rem;
}
.c-card05__image {
  width: 100%;
  margin-top: 1.3125rem;
}

.c-card05__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 344/204;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card05__wrapper {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card05__wrapper {
    margin-top: 1.1875rem;
  }
}

.c-card05__title {
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-card05__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.c-card05__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-card05__text {
    margin-top: 0.625rem;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0; /*初期状態では透明に*/
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0; /*初期状態では透明に*/
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.c-fadeTrigger-left {
  opacity: 0;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0; /* 初期状態では透明に */
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0; /* 初期状態では透明に */
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右からスライドインするアニメーション (c-fadeInRight02) */
@-webkit-keyframes fadeInRight02 {
  from {
    opacity: 0; /* 初期状態では透明に */
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight02 {
  from {
    opacity: 0; /* 初期状態では透明に */
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-fadeInRight02 {
  -webkit-animation-name: fadeInRight02;
          animation-name: fadeInRight02;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.c-fadeTrigger-right {
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.c-fadeTrigger {
  opacity: 0;
}

/* 左からスライドインするアニメーション */
@-webkit-keyframes fadeInLeftMessage {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); /* 左からスライドイン */
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeftMessage {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); /* 左からスライドイン */
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-message__pc-img {
  opacity: 0; /* 初期状態で透明 */
}

.c-fadeInLeft {
  -webkit-animation-name: fadeInLeftMessage;
          animation-name: fadeInLeftMessage;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1; /* アニメーションが完了したら表示される */
}

.c-hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-hamburger span {
  display: block;
  width: 1.25rem;
  height: 0.0625rem;
  background-color: #484848;
  position: absolute;
  left: calc(50% - 0.40625rem);
  border-radius: 0.0625rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.c-hamburger,
.c-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-hamburger span:nth-of-type(1) {
  top: calc(50% - 0.5rem);
}

.c-hamburger span:nth-of-type(2) {
  top: calc(50% - 0.03125rem);
}

.c-hamburger span:nth-of-type(3) {
  top: calc(50% + 0.5rem);
}

.c-hamburger.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-hamburger.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-0.5rem) rotate(-45deg);
          transform: translateY(-0.5rem) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

body.no-scroll {
  overflow: hidden;
}

.c-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #579BE9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.375rem;
  cursor: pointer;
}

.c-more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-more__arrow {
  width: 1.125rem;
  height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-more--purple {
  gap: 0.625rem;
  color: #293D4D;
}
@media screen and (min-width: 768px) {
  .c-more--purple {
    gap: 0.4375rem;
  }
}

.c-more--purple__text {
  font-size: 0.875rem;
  color: #293D4D;
}
@media screen and (min-width: 768px) {
  .c-more--purple__text {
    font-size: 1rem;
  }
}

.c-more--purple__arrow {
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .c-more--purple__arrow {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-point {
  width: 6.4375rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background-color: #579BE9;
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  padding-right: 1.125rem;
  padding-left: 1.0625rem;
  margin-left: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .c-point {
    width: 6.5625rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

input[type=radio02] {
  display: none;
}

.c-radiobtn02 {
  width: 9.375rem;
  min-height: 3.125rem;
  font-size: 1rem;
  letter-spacing: 0;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 0.3125rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-right: 0.625rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-radiobtn02 {
    width: 12.8125rem;
    min-height: 2.1875rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.4375rem;
    padding-right: 0.625rem;
    padding-left: 1.25rem;
  }
}

input[type=radio02]:checked + label {
  background: #b9cff2;
}

.c-required {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #F5F0F7;
  background-color: #F894B7;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 0.5625rem;
  padding-left: 0.625rem;
}

.c-required--gray {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #F5F0F7;
  background-color: #8B8B8B;
  padding-top: 0.3125rem;
  padding-bottom: 0.375rem;
  padding-right: 0.625rem;
  padding-left: 0.5625rem;
}

.c-swiper01 {
  width: 100%;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-swiper01 {
    margin-top: 0;
  }
}

/* swiper全体のスタイル */
.swiper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .swiper-wrapper {
    margin-top: 2.1875rem;
    margin-left: -2.8125rem;
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
    padding-left: 1.125rem;
    overflow: visible;
  }
}

/* swiperのスタイル */
.swiper-slide {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    -webkit-transform: scale(1);
            transform: scale(1); /* 初期状態で110%に拡大 */
    -webkit-transition: 0.5s;
    transition: 0.5s; /* ゆっくり小さくさせる */
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide-active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 1;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 244/239;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .swiper-slide img {
    aspect-ratio: 356/346;
  }
}

/* Swiperのデフォルトのprev/nextボタンを非表示にする */
.swiper-button-prev,
.swiper-button-next {
  display: none;
  height: 2.5rem;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 3.125rem;
    width: 3.125rem;
  }
}

/* ボタンの位置 */
.swiper-button-prev,
.swiper-button-next {
  position: absolute; /* 絶対配置で位置を調整 */
  top: 0; /* 垂直方向の中央 */
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%); /* ボタンを垂直中央に揃える */
  z-index: 10;
}

/* ナビゲーションボタンのラッパーを右下から右23%の位置に移動 */
@media screen and (min-width: 768px) {
  .swiper .swiper-button-wrapper {
    position: absolute;
    bottom: 3.125rem;
    right: 23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

/* 矢印を消して画像に変更する */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 2.5rem;
  width: 2.5rem;
  margin: auto;
  position: absolute;
  top: 31%;
  z-index: 20;
}

/* 前に戻る矢印の画像パス */
.swiper-button-prev::after {
  background-image: url(../../../images/slide_prev_pc.png);
  height: 2.5rem;
  width: 2.5rem;
  left: 0.1875rem;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev::after {
    width: clamp(2.5rem, 3.57vw, 50px);
    right: 0;
    top: 1.875rem;
  }
}
/* 次に進む矢印の画像パス */
.swiper-button-next::after {
  background-image: url(../../../images/slide_next_pc.png);
  height: 2.5rem;
  width: 2.5rem;
  right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .swiper-button-next::after {
    width: clamp(2.5rem, 3.57vw, 50px);
    left: 6.875rem;
    top: 1.875rem;
  }
}
.c-tab {
  width: 100%;
}

.c-tab-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #579BE9;
  border-radius: 0.5rem 0.5rem 0 0;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  padding-right: 2.125rem;
  padding-left: 2.25rem;
}
@media screen and (min-width: 768px) {
  .c-tab-text {
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
  }
}

.c-tab-border {
  width: 100%;
  border-top: 2px solid #579BE9;
}

.c-tab--02-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #579BE9;
  border-radius: 0.5rem 0.5rem 0 0;
  padding-top: 0.4375rem;
  padding-bottom: 0.3125rem;
  padding-right: 0.875rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .c-tab--02-text {
    font-size: 1.375rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.4375rem;
    padding-right: 0.8125rem;
  }
}

.c-tab--02-border {
  width: 100%;
  border-top: 2px solid #579BE9;
}

/* セクション全体のスタイル */
.about-section {
  margin-top: 4.5rem;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 20px;
    width: 100%;
    background-image: url(../../../images/pc_top_about_bg.png);
    background-size: 64%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}

/* コンテナのスタイル */
.about-container {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    gap: 40px; /* 画像とテキストの間の隙間 */
  }
}

/* 画像部分のスタイル */
.about-images {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 画像部分の幅 */
}

/* 上部の画像 */
.about-image-top {
  width: 60%;
  height: 200px;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
  border-radius: 30px;
  margin-bottom: 20px;
}

.about-image-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 208/245;
}

/* 下部の画像 */
.about-image-bottom {
  position: absolute;
  bottom: -40px; /* 位置調整 */
  left: 40px; /* 位置調整 */
  width: 58%;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
  border-radius: 30px;
}

.about-image-bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 202/145;
}

/* テキスト部分のスタイル */
.about-text {
  margin-top: 5.3125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* テキスト部分の幅 */
}

.about-text h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.about-subtitle {
  font-size: 18px;
  color: #7db9e8; /* サブタイトルの色 */
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* ボタンのスタイル */
.about-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #7db9e8; /* ボタンの背景色 */
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, .1); /* ボタンのシャドウ */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.about-button:hover {
  background-color: #5698c4; /* ホバー時の色 */
}

.c-title {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: clamp(0px, 2.28vw, 32px);
    line-height: 1.4375;
  }
}

.c-title::after {
  content: attr(data-en);
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #579BE9;
}
@media screen and (min-width: 768px) {
  .c-title::after {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.c-title--p::after {
  color: #293D4D;
}
.c-sectiontitle-ja {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .c-sectiontitle-ja {
    font-size: clamp(1rem, 2.28vw, 2rem);
  }
}

.c-sectiontitle-en {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  color: #579BE9;
}
@media screen and (min-width: 768px) {
  .c-sectiontitle-en {
    font-size: clamp(1rem, 1.28vw, 1.125rem);
  }
}

.p-about {
  width: 100%;
  height: auto;
  padding-top: 6.1875rem;
  padding-bottom: 0rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-image: url(../../../images/about_about_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% 37%;
}
@media screen and (min-width: 768px) {
  .p-about {
    width: 100%;
    margin: 0 auto;
    background-image: url(../../../images/about_about_bg_pc.png);
    background-repeat: no-repeat;
    background-size: 100% 50%;
  }
}

.p-about__inner {
  max-width: 1040px;
  background-color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    width: 100%;
    max-width: 75rem;
    padding-top: 0.9375rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3%;
    margin-top: 1.25rem;
  }
}

.p-about__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    margin-top: 2.5rem;
  }
}

.p-about__container-image {
  width: 100%;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-about__container-image {
    width: 48.5%;
  }
}

.p-about__container-image picture,
.p-about__container-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/188;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-about__container-image picture,
  .p-about__container-image img {
    aspect-ratio: 485/290;
    border-radius: 20px;
  }
}

.p-about__container-text {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2.1428571429;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__container-text {
    width: 48.5%;
    padding-top: 1.8125rem;
    padding-left: 0rem;
  }
}

.p-about__text-name {
  margin-top: 0.5rem;
  margin-right: 0.3125rem;
  font-size: 1.375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-about__text-name {
    margin-top: 0.75rem;
  }
}

.p-about__container-text span {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-footer-copyright.p-about-footer-copyright {
    padding-top: 10.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__footer {
    padding-top: 0.1875rem;
  }
}

.p-access {
  width: 100%;
  margin-top: 4.25rem;
  padding-bottom: 4.125rem;
  background-image: url(../../../images/sp_access_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-access {
    width: 100%;
    margin-top: 4.875rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6.6875rem;
    background-image: url(../../../images/access_bg_pc.png);
    background-position-y: 24.0625rem;
  }
}

.p-access__inner {
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-access__inner {
    padding: 0;
    padding: initial;
    width: 100%;
    max-width: 1040px;
    margin-inline: auto;
  }
}

.p-access__container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-access__container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.375rem;
  }
}

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

.p-access__gmap {
  width: 100%;
  margin: 0 auto;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-access__gmap {
    margin-top: 2.5rem;
    padding: 0.9375rem;
    padding: 0.9375rem;
  }
}

.p-access__gmap iframe {
  width: 100%;
  aspect-ratio: 345/195;
  border-radius: 30px;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-access__gmap iframe {
    aspect-ratio: 1000/499;
  }
}

.p-access__address {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-access__address {
    margin-top: 1rem;
    width: 50%;
  }
}

.p-access__address-name {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .p-access__address-name {
    font-size: 2rem;
  }
}

.p-access__address-tell {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-access__address-tell {
    font-size: 2.1875rem;
    margin-top: 1.25rem;
  }
}

.p-access__address-tell span {
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-access__address-tell span {
    font-size: 1.375rem;
  }
}

.p-access__address-info {
  font-size: 0.75rem;
  letter-spacing: 0;
}

.p-access-address__info-list {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-access-address__info-list {
    margin-top: 1.125rem;
    font-size: 0.875rem;
  }
}

.p-access-address__info-item {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-access-address__info-item {
    margin-bottom: 0.625rem;
  }
}

.p-access__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-access__table {
    width: 50%;
    margin-top: 6.25rem;
    margin-bottom: 0rem;
  }
}

.p-access__table thead th {
  font-size: 0.875rem;
  font-weight: 400;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  padding-bottom: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-access__table thead th {
    font-size: 1rem;
    padding-bottom: 0.3125rem;
    padding-right: 1.875rem;
  }
}

.p-access__table th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0rem;
  padding-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-access__table th {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-left: 0rem;
    padding-right: 0rem;
    font-size: 1rem;
  }
}

.p-access__table td {
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid #484848;
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
  padding-left: 0rem;
  padding-right: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-access__table td {
    padding-top: 0.9375rem;
    padding-bottom: 0.6875rem;
    padding-right: 1.875rem;
  }
}

.p-access__table th:nth-child(1),
.p-access__table td:nth-child(1) {
  padding-left: 0.5625rem;
  padding-right: 1.3125rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-access__table th:nth-child(1),
  .p-access__table td:nth-child(1) {
    padding-left: 0.3125rem;
    padding-right: 1.375rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-access__table th:last-child,
.p-access__table td:last-child {
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-access__table th:last-child,
  .p-access__table td:last-child {
    padding-right: 1rem;
  }
}

.p-access__btn {
  text-align: center;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-access__btn {
    margin-top: 2.5rem;
    text-align: center;
    margin-right: 1.5625rem;
    margin-left: auto;
  }
}

.p-contact {
  width: 100%;
  height: auto;
  padding-top: 6.1875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-image: url(../../../images/about_about_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% 18%;
}
@media screen and (min-width: 768px) {
  .p-contact {
    background-size: 100% 18%;
    width: 100%;
    padding-top: 11.1875rem;
  }
}

.p-contact-inner {
  background-color: #fff;
  border-radius: 1.25rem;
  padding-top: 2.0625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-inner {
    width: 100%;
    max-width: 1040px;
    padding-top: 3.5rem;
    margin-inline: auto;
  }
}

/* ラベルとフィールドのスタイル */
.p-contact-form__label {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-contact-form {
  padding-bottom: 2.5rem;
}

.p-contact-form__input input {
  width: 100%;
  padding: 8px;
  padding-left: 1.5rem;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  background-color: #f4f4f4;
  border: 2px solid transparent; /* 初期状態で透明なボーダーを設定 */
  border-radius: 0.625rem;
  -webkit-transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease, -webkit-box-shadow 0.6s ease; /* box-shadowと背景色の変化を滑らかに */
  cursor: pointer;
}
.p-contact__form-textarea {
  width: 100%;
  height: 11.375rem;
  border: 2px solid transparent; /* 初期状態で透明なボーダーを設定 */
  border-radius: 0.625rem;
  background-color: #f4f4f4;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  resize: none;
  -webkit-transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease, -webkit-box-shadow 0.6s ease; /* box-shadowと背景色の変化を滑らかに */
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact__form-textarea {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.25rem;
    border-radius: 1.25rem;
  }
}

.p-contact__form-label-input::-webkit-input-placeholder {
  color: #cad5d5;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-left: 0rem;
}

.p-contact__form-label-input::-moz-placeholder {
  color: #cad5d5;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-left: 0rem;
}

.p-contact__form-label-input::-ms-input-placeholder {
  color: #cad5d5;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-left: 0rem;
}

.p-contact__form-label-input::placeholder {
  color: #cad5d5;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-left: 0rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-label-input::-webkit-input-placeholder {
    font-size: 1rem;
    padding-left: 0.625rem;
  }
  .p-contact__form-label-input::-moz-placeholder {
    font-size: 1rem;
    padding-left: 0.625rem;
  }
  .p-contact__form-label-input::-ms-input-placeholder {
    font-size: 1rem;
    padding-left: 0.625rem;
  }
  .p-contact__form-label-input::placeholder {
    font-size: 1rem;
    padding-left: 0.625rem;
  }
}

/* 疑似要素で「必須」を表示 */
.p-contact-form__label.required::before {
  content: "必須"; /* ラベルの前に「必須」を表示 */
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #F5F0F7;
  background-color: #F894B7;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 0.5625rem;
  padding-left: 0.625rem;
  margin-right: 0.625rem; /* ラベルとの間にスペースを入れる */
}

.p-contact-form__label.required--gray::before {
  background-color: #8b8b8b;
}

.p-contact-form__label--message {
  margin-top: 2.5rem;
}
.p-contact__form-text {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
  padding-top: 0.9375rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form-text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    margin-bottom: 2.9375rem;
  }
}

.p-contact__form-text {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.p-contact__form-text--message {
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.p-contact-form__input-furigana input {
  margin-bottom: 0;
}
.p-contact-form__input-gender {
  max-width: 19.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.375rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.p-contact__form-gender-item-name {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 2.1875rem;
  position: relative;
  padding-left: 2.5rem; /* チェックボックスのスペース */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__form-gender-item-name::before {
  content: "";
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 中央の丸（アニメーション用）の初期状態 */
.p-contact__form-gender-item-name::after {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  background-color: #579BE9;
  position: absolute;
  top: 50%;
  left: 1.09375rem;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0); /* 初期状態を小さくする */
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease; /* ふわっと動く */
}

/* チェックされたときの枠線の色 */
.p-contact__form-gender-input:checked + .p-contact__form-gender-item-name::before {
  border-color: #579BE9; /* チェックされたら色が変更 */
}

/* チェックされたら中央に小さい丸を表示 */
.p-contact__form-gender-input:checked + .p-contact__form-gender-item-name::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); /* 中央の丸を表示 */
  opacity: 1;
}

/* input 要素を隠す */
.p-contact__form-gender-input {
  display: none;
}

.p-contact-form__input-visit {
  max-width: 19.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.p-contact__form-visit-item-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 2.1875rem;
  position: relative;
  padding-left: 2.5rem; /* チェックボックスのスペース */
  margin-right: 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__form-visit-item-name::before {
  content: "";
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 中央の丸（アニメーション用）の初期状態 */
.p-contact__form-visit-item-name::after {
  content: "";
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  background-color: #579BE9;
  position: absolute;
  top: 50%;
  left: 1.09375rem;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0); /* 初期状態を小さくする */
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease; /* ふわっと動く */
}

/* チェックされたときの枠線の色 */
.p-contact__form-visit-input:checked + .p-contact__form-visit-item-name::before {
  border-color: #579BE9; /* チェックされたら色が変更 */
}

/* チェックされたら中央に小さい丸を表示 */
.p-contact__form-visit-input:checked + .p-contact__form-visit-item-name::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); /* 中央の丸を表示 */
  opacity: 1;
}

/* input 要素を隠す */
.p-contact__form-visit-input {
  display: none;
}

.p-contact__form-privacy {
  margin-top: 0.3125rem;
}
.p-contact__form-privacy-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.p-contact__form-privacy-checkbox a {
  padding: 0.3125rem 0;
}

.p-contact__form-privacy-checkbox input[type=checkbox] {
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: #fff;
  border: 1px solid #484848; /* 線の色を指定 */
  border-radius: 0; /* 正方形にするためにわずかに角を丸める */
  margin-right: 10px; /* チェックボックスとテキストの間に余白 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* デフォルトのチェックボックススタイルを無効化 */
  outline: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.6s ease, background-color 0.6s ease;
  transition: border-color 0.6s ease, background-color 0.6s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-contact__form-privacy-checkbox input[type=checkbox] {
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid #484848; /* 初期の枠線色 */
  border-radius: 0;
  background-color: #f4f4f4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* デフォルトのチェックボックススタイルを無効化 */
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* チェックされた時のスタイル */
.p-contact__form-privacy-checkbox input[type=checkbox]:checked {
  background-color: #fff; /* チェック時の背景色 */
  border-color: #484848; /* チェック時の枠線色 */
}

.p-contact__form-privacy-checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  width: 0.9375rem; /* チェックの線の太さ */
  height: 1.25rem; /* チェックの高さ */
  border-right: 0.375rem solid #579BE9; /* チェックの右部分 */
  border-bottom: 0.1875rem solid #579BE9; /* チェックの下部分 */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* チェックマークを作るために45度回転 */
  top: -50%; /* チェックの位置を調整 */
  left: 0;
}

/* リンクの下線とテキストの間隔 */
.p-contact__form-privacy-checkbox a {
  position: relative;
  text-decoration: none;
  color: #484848;
}

.p-contact__form-privacy-checkbox a:hover {
  color: #579BE9;
}

/* 下線のカスタマイズ */
.p-contact__form-privacy-checkbox a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; /* 下線とテキストの間隔を5pxに指定 */
  height: 0.0625rem;
  background-color: #484848; /* 下線の色 */
  width: 100%;
}

button.c-btn--green {
  background-color: #579BE9;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.875rem 0;
  border: 1px solid #579BE9;
  border-radius: 1.875rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  display: inline-block;
  width: 15rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.08125rem;
  text-align: center;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ボタンの before 要素のスタイル */
button.c-btn--green::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

/* ボタンのホバー時のスタイル */
button.c-btn--green:hover {
  color: #579BE9;
}

/* ボタンのホバー時の before 要素のスタイル */
button.c-btn--green:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* ホバー時にボタン内の矢印の色を$green-579BE9に変更 */
button.c-btn--green:hover .arrow-path-green {
  stroke: #579BE9; /* 矢印の色を白に変更 */
}

.p-contact-form__input-treatment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem 0.9375rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input-treatment {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.p-contact-form__input-treatment label {
  background-color: #F4F4F4;
  color: #484848;
  padding: 0.75rem;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-contact-form__input-treatment input[type=checkbox] {
  display: none;
}
.p-contact-form__input-treatment input[type=checkbox]:checked + label {
  background-color: #579BE9;
  color: #fff;
}
.p-contact-form__input-treatment label:hover {
  background-color: #579BE9;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-contact-form__btn {
  text-align: center;
  margin-top: 2.625rem;
}
.p-contact__form-label-input,
.p-contact__form-textarea {
  width: 100%;
  border: 2px solid transparent; /* 初期状態で透明なボーダーを設定 */
  border-radius: 0.625rem;
  background-color: #f4f4f4;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2.375rem;
  padding-left: 1.5rem;
  -webkit-transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: background-color 0.6s ease, -webkit-box-shadow 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease;
  transition: box-shadow 0.6s ease, background-color 0.6s ease, -webkit-box-shadow 0.6s ease; /* box-shadowと背景色の変化を滑らかに */
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact__form-label-input,
  .p-contact__form-textarea {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.25rem;
    border-radius: 1.25rem;
  }
}

.p-contact__form-label-input:focus,
.p-contact__form-textarea:focus {
  -webkit-box-shadow: 0 0 0 2px #579BE9;
          box-shadow: 0 0 0 2px #579BE9; /* ボーダーの代わりにbox-shadowで効果を付ける */
  outline: none;
}

.p-facility {
  margin-top: 5rem;
  background-image: url(../../../images/news_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 68.8%;
  background-position: bottom left;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-facility {
    background-image: url(../../../images/news_bg_sp.png);
    background-size: 64%;
    margin-top: 6.25rem;
    padding-top: 6.875rem;
    padding-bottom: 5.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-facility__inner {
    width: 100%;
    max-width: 1040px;
    margin-inline: auto;
  }
}

.p-facility__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-facility__title {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .p-facility__cards {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-facility__cards-item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-facility__cards-item {
    width: calc(33.33333% - 1.25rem);
    margin-top: -1.25rem;
    margin-bottom: 0.5rem;
  }
}

.p-floatingBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}

.p-floatingBtn.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.p-floatingBtn__tel {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #fff;
  padding: 0 10px;
  padding-top: 1.0625rem;
  padding-bottom: 0.9375rem;
  padding-right: 1.03125rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 16.375rem;
    background-color: #EEF5F5;
    padding-top: 1.375rem;
    padding-bottom: 0.6875rem;
    padding-right: 1.875rem;
    padding-left: 1.25rem;
  }
}

.p-floatingBtn__tel-item1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__tel-item1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-floatingBtn__tel-item2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__tel-item2 {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0;
    margin-top: 0.1875rem;
    margin-right: 0;
    margin-left: auto;
  }
}

.p-floatingBtn__tel-icon {
  width: 0.7175rem;
  margin-right: 0.40625rem;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__tel-icon {
    display: none;
  }
}

.p-floatingBtn__tel-icon img {
  width: 100%;
  aspect-ratio: 11.48/15.74;
  border-radius: 0;
}

.p-floatingBtn__tel-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__tel-text {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
  }
}

.p-floatingBtn__tel-number {
  font-weight: bold;
  font-size: 1.1875rem;
  letter-spacing: 0.027em;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__tel-number {
    font-size: 1.625rem;
    letter-spacing: 0;
    line-height: 1;
  }
}

.p-floatingBtn__web {
  width: 50%;
  background-color: #579BE9;
  padding: 0;
  gap: 0.90625rem;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__web {
    width: 7.5rem;
    padding-top: 1.625rem;
    padding-bottom: 1.6875rem;
    padding-right: 0.9375rem;
    padding-left: 1.3125rem;
  }
}

.p-floatingBtn__web-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.90625rem;
  padding-top: 1.125rem;
  padding-bottom: 1.0625rem;
  padding-right: 2.625rem;
  padding-left: 1.925rem;
}

.p-floatingBtn__web-icon {
  width: 1.428125rem;
  margin-right: 0rem;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__web-icon {
    display: none;
  }
}

.p-floatingBtn__web-icon img {
  width: 100%;
  aspect-ratio: 22.85/24;
  border-radius: 0;
}

.p-floatingBtn__web-text {
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-floatingBtn__web-text {
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
  }
}

.p-flow {
  margin-top: 4.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    margin-top: 6.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__title {
    text-align: left;
  }
}

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

.p-flow__container-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__container-cards {
    display: contents;
  }
}

.p-flow__container-cards + .p-flow__container-cards {
  margin-top: 1.875rem;
  margin-right: 0;
  margin-right: initial;
  margin-left: 0.9375rem;
}
.p-flow__container {
  counter-reset: number 0;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__container {
    max-width: 50rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
    gap: 1.625rem;
  }
}

.p-footer {
  width: 100%;
  background-color: #f4f6f9;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3.9375rem;
    text-align: center;
  }
}

.p-footer__inner {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__title a {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-top: 5rem;
  padding-bottom: 0.9375rem;
  margin-right: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__title a {
    margin: 0;
    padding: 0.9375rem 0.9375rem 0.9375rem 0;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    display: block;
    width: 65%;
    height: 100%;
  }
}

.p-footer__nav-list {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__nav-list > li > a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: left;
  border-bottom: 1px solid #b9cff2;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list > li > a {
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.3125rem;
    letter-spacing: 0.1em;
  }
}

.p-footer__nav > li > div > a {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: left;
  border-bottom: 1px solid #b9cff2;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__nav > li > div > a {
    padding: 0;
    padding-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    position: relative;
  }
}

.p-footer__nav-item > a {
  padding-top: 1.3125rem;
  padding-bottom: 0.3125rem;
}

.p-footer-nav__child {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__child {
    font-size: 0.875rem;
    position: absolute;
    top: 1.5625rem;
    width: 100%;
    padding: 0;
    padding-top: 0.9375rem;
    margin-right: 0.375rem;
    margin-left: 0.3125rem;
    padding-bottom: 4.6875rem;
  }
}

.p-footer-nav__child-item > a {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__child-item > a {
    border-bottom: #e0e0e0;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.p-footer__copyright {
  padding-top: 3.125rem;
  padding-bottom: 2.875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    padding: 0;
    padding-top: 9.6875rem;
    padding-bottom: 2.5625rem;
  }
}

.p-footer__copyright p {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright p {
    letter-spacing: 0.1em;
    margin-right: 0;
  }
}

.p-footer__nav a:hover {
  color: #579BE9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-footer__arrow {
    padding-top: 0.3125rem;
  }
}

.p-fv {
  padding-top: 3.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 5rem;
    width: 100%;
  }
}

.p-fv__inner {
  position: relative;
  padding-left: 0.9375rem;
  padding-bottom: 6.3125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__inner {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    margin-left: auto;
  }
}

.p-fv-inner__image {
  width: 87%;
  height: 100%;
  margin-left: auto;
  position: relative;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-fv-inner__image {
    max-width: 71.4%;
    right: 0;
  }
}

.p-fv-inner__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 314/232;
  border-radius: 30px 0 0 30px;
  display: block;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: fadeInRight 2s ease-out forwards;
          animation: fadeInRight 2s ease-out forwards;
}
@media screen and (min-width: 768px) {
  .p-fv-inner__image img {
    aspect-ratio: 1000/593;
    border-radius: 50px 0 0 50px;
    opacity: 0;
  }
}

.p-fv-inner__image-01 {
  width: 49.5%;
  position: absolute;
  top: 6%;
  right: 47%;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-fv-inner__image-01 {
    width: 38%;
    top: 10%;
    right: 55%;
  }
}

.p-fv-inner__image-01 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 369/85;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: fadeInLeft 2s 1 linear;
          animation: fadeInLeft 2s 1 linear;
}
@media screen and (min-width: 768px) {
  .p-fv-inner__image-01 img {
    aspect-ratio: 1061/242;
  }
}

.p-fv__catchcopy {
  position: absolute;
  bottom: 0;
  z-index: 20;
  -webkit-animation: fadeInLeft 2s 1 linear;
          animation: fadeInLeft 2s 1 linear;
}
@media screen and (min-width: 768px) {
  .p-fv__catchcopy {
    top: 31.3%;
    right: 54.6%;
  }
}

.p-fv__catchcopy-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #579BE9;
  padding-top: 0.3125rem;
  padding-bottom: 0.1875rem;
  padding-right: 1.25rem;
  padding-left: 0.375rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__catchcopy-main {
    font-size: 2.4vw;
    letter-spacing: 0.11em;
    padding-top: 0.125rem;
    padding-bottom: 0.5rem;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    margin-bottom: 0.5625rem;
  }
}

.p-fv__catchcopy-main02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #579BE9;
  padding-top: 0.25rem;
  padding-bottom: 0.3125rem;
  padding-right: 1.375rem;
  padding-left: 0.375rem;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__catchcopy-main02 {
    font-size: 2.4vw;
    letter-spacing: 0.11em;
    padding-top: 0.25rem;
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    margin-bottom: 0.4375rem;
  }
}

.p-fv__catchcopy-small {
  font-size: 0.9375rem;
  letter-spacing: 0.035em;
  margin-top: 0.625rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-fv__catchcopy-small {
    font-size: 1.4vw;
    margin-top: 0.9375rem;
    letter-spacing: 0.055em;
  }
}

.p-header {
  width: 100%;
  height: 3.75rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__logo {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: clamp(0px, 32.5vw, 455px);
    padding-left: clamp(15px, 5.85vw, 82px);
  }
}

.p-header__logo-image {
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-image {
    font-size: 1.75rem;
  }
}

.p-header__logo-image > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 13.75rem;
  padding: 1.125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-image > a {
    max-width: clamp(0px, 26.6vw, 373px);
    padding: 1.25rem;
  }
}

.p-header__logo picture,
.p-header__logo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 190/24;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-header__logo picture,
  .p-header__logo img {
    max-width: clamp(0px, 23.7vw, 333px);
    aspect-ratio: 333/40;
  }
}

.p-header__inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 2.375rem 1.875rem 1.875rem;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    position: static;
    width: clamp(0px, 66.07vw, 925px);
    height: auto;
    padding: 0 0 0 clamp(0px, 2.285vw, 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
  }
}

.p-header__inner.is-open {
  position: fixed;
  top: 3.75rem;
  right: 0;
  width: 100%;
  padding: 2.375rem 1.875rem 1.875rem;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .p-header-nav {
    display: block;
    height: 100%;
    font-size: clamp(8px, 1.142vw, 16px);
    letter-spacing: 0.1em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-header-nav a:hover {
  color: #579BE9;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header-nav__list {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav__list > li:not(:first-child):not(.p-header-nav-item__child-item) > a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: clamp(8px, 1.142vw, 16px);
    background-color: #484848;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav__item {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: clamp(8px, 1.142vw, 16px);
  }
}

.p-header-nav__item > a {
  display: block;
  width: 100%;
  padding: 0.75rem 0.625rem;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(164, 221, 224, .4);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0;
    font-size: clamp(8px, 1.142vw, 16px);
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: none;
  }
}

.p-header-nav-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header-nav-item__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.p-header-nav-item__image {
  display: inline-block;
  width: 1.0625rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav-item__image {
    display: none;
  }
}

.p-header-nav-item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16.86/8.43;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-header-nav-item__image img.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-header-nav-item__child {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-header-nav-item__child {
    position: absolute;
    top: 3.75rem;
    left: 0;
    width: 100%;
    padding: 1.25rem 0.875rem 0;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 0 0 0.625rem 0.625rem;
    font-size: 1rem;
  }
}

.p-header-nav-item__child.open {
  max-height: 500px;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-header-nav-item__child-item {
    position: relative;
    width: 100%;
    height: 3.75rem;
    border-bottom: 1px solid rgba(72, 72, 72, .3);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav-item__child-item:last-of-type {
    border-bottom: none;
  }
}

.p-header-nav-item__child-item > a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.0625rem;
  background-color: #579BE9;
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
}
@media screen and (min-width: 768px) {
  .p-header-nav-item__child-item > a::before {
    display: none;
  }
}

.p-header-nav-item__child-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5875rem;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-header-nav-item__child-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.89375rem;
    text-align: center;
    color: #484848;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) {
  .p-header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: clamp(0px, 27.28vw, 382px);
    height: 100%;
  }
}

.p-header-button__web {
  width: 100%;
  height: 4.375rem;
  background-color: #b9cff2;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header-button__web {
    width: clamp(0px, 8.57vw, 120px);
    height: 100%;
    background-color: #b9cff2;
    border-radius: 0;
  }
}

.p-header-button__web a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.0625rem 0.9375rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-header-button__web a {
    padding: 0 clamp(0px, 1.071vw, 15px) 0 clamp(0px, 1.57vw, 22px);
    line-height: 5rem;
  }
}

.p-header-button__web-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.21875rem;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-header-button__web-wrapper {
    height: 100%;
    margin-left: 0;
  }
}

.p-header-button__web-wrapper span {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 0.6875;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header-button__web-wrapper span {
    height: 100%;
    padding: 0;
    font-size: clamp(0px, 1.285vw, 18px);
    line-height: 5rem;
  }
}

.p-header-button__web-image {
  width: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header-button__web-image {
    display: none;
  }
}

.p-header-button__web-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 30.43/31.97;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header-button__tel {
  width: 100%;
  height: 4.375rem;
  margin-top: 0.625rem;
  background-color: rgba(123, 209, 213, .3);
  background-color: #b9cff2;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header-button__tel {
    width: clamp(0px, 18.7vw, 262px);
    height: 100%;
    margin-top: 0;
    border-radius: 0;
  }
}

.p-header-button__tel a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header-button__tel a {
    height: 5rem;
    padding: 0.9375rem clamp(0px, 2.14vw, 30px) 0.875rem 0;
  }
}

.p-header-button__tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  padding-top: 0.25rem;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.027em;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .p-header-button__tel-wrapper {
    width: 100%;
    padding-top: 0;
    gap: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: clamp(0px, 1.857vw, 26px);
    letter-spacing: 0;
  }
}

.p-header-button__tel-image {
  width: 0.944375rem;
}
@media screen and (min-width: 768px) {
  .p-header-button__tel-image {
    display: none;
  }
}

.p-header-button__tel-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 15.11/20.72;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header-button__tel-number {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-button__tel-number {
    display: block;
    font-size: clamp(10px, 1.142vw, 16px);
    letter-spacing: 0;
  }
}

.p-header-button__tel-text {
  padding-bottom: 0.75rem;
  margin-top: -0.125rem;
  margin-left: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header-button__tel-text {
    display: none;
  }
}

.p-header-button__tel-time {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-button__tel-time {
    display: block;
    margin-top: -0.3125rem;
    font-size: clamp(8px, 0.857vw, 12px);
    letter-spacing: 0;
    text-align: right;
  }
}

.p-hamburger {
  position: absolute;
  top: 0;
  right: 0;
}

.p-interior {
  width: 100%;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-interior {
    width: 100%;
    margin: 0 auto;
    margin-top: 6.5625rem;
  }
}

.p-interior-title {
  text-align: center;
}

.p-message {
  width: 100%;
  margin-top: 4.375rem;
  background-image: url(../../../images/message_bg_sp.png);
  background-image: url(../../../images/news_bg_sp.png);
  background-size: 68.8%;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-message {
    width: 100%;
    padding-top: 2.5rem;
    background-image: url(../../../images/message_bg_pc.png);
    background-image: url(../../../images/news_bg_sp.png);
    background-size: 63.9285714286%;
    padding-bottom: 8.625rem;
  }
}

.p-message__inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr; /* スマホ時は1列 */
  grid-template-areas: "title" "image" "text"; /* スマホ時はA → B → Cの順に縦並び */
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    width: 100%;
    max-width: clamp(0px, 100vw, 1400px);
    margin-inline: auto;
    grid-template-columns: 47.1428571429% 35.7142857143%; /* PCでは2列 */
    grid-template-rows: 48.6842105263% 51.3157894737%; /* 右側の2つの要素の縦の割合を指定（60% 上、40% 下） */
    grid-template-areas: "image title" "image text"; /* PC時はBを左に大きく、AとCを右に配置 */
    gap: 0% 2.8571428571%;
    left: 0;
  }
}

.p-message__title {
  width: 100%;
  height: 100%;
  text-align: center;
  grid-area: title; /* A に対応 */
}
@media screen and (min-width: 768px) {
  .p-message__title {
    text-align: left;
    padding-top: 19.4736842105%;
  }
}

.p-message__image {
  width: 100%;
  height: 100%;
  margin-top: 1.6875rem;
  padding-right: 0.9375rem;
  grid-area: image; /* B に対応 */
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message__image {
    margin: 0;
    margin: initial;
    padding: 0;
    padding: initial;
  }
}

.p-message__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/250;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-message__image img {
    aspect-ratio: 660/380;
  }
}

.p-message__enjoy {
  width: 60.2666666667%;
  position: absolute;
  top: 0;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-message__enjoy {
    width: 35.6060606061%;
    top: 15.7894736842%;
    right: -75%;
  }
}

.p-message__enjoy img {
  width: 100%;
  height: 100%;
  aspect-ratio: 226/83;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-message__enjoy img {
    aspect-ratio: 235/85;
  }
}

.p-message__text {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.03em;
  margin-top: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  grid-area: text; /* C に対応 */
}
@media screen and (min-width: 768px) {
  .p-message__text {
    margin: 0;
    margin: initial;
    padding: 0;
    padding: initial;
    padding-top: 0;
  }
}

.p-message__cards {
  width: 100%;
  margin-top: 2.9375rem;
  counter-reset: number-m 0;
}
@media screen and (min-width: 768px) {
  .p-message__cards {
    max-width: 1040px;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}

.p-news {
  background-image: url(../../../images/news_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  margin-top: -13.4375rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    width: 100%;
    margin-top: -8rem;
  }
}

.p-news__inner {
  padding-top: 15.875rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__inner {
    width: 74%;
    max-width: 1040px;
    padding-top: 11.5625rem;
    padding-bottom: 3.125rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20%;
  }
}

.p-news-container__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-news-container__list {
    margin: 0;
    margin: initial;
    width: 78%;
  }
}

.p-news__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
.p-news__more a {
  display: block;
  width: 100%;
  padding: 0.625rem 0 0.625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-news__more a {
    padding: 0.625rem 0 0.625rem 0.625rem;
  }
}

.p-overview {
  margin-top: 4.375rem;
  padding-bottom: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-overview {
    width: 100%;
    max-width: 1040px;
    margin-top: 7rem;
    padding-bottom: 6.75rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-overview__inner {
    width: 100%;
    margin: 0 auto;
  }
}

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

.p-overview__container {
  background-color: #ffffff;
  text-align: center;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-overview__container {
    margin-top: 2.5625rem;
  }
}

.p-overview__table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid rgba(0, 0, 0, .31);
}

.p-overview__table-th {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-color: #EEF5F5;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  background-color: #b9cff2;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, .3);
          box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, .3);
}
@media screen and (min-width: 768px) {
  .p-overview__table-th {
    font-size: clamp(0.875rem, 1.14vw, 1rem);
    display: table-cell;
    font-size: 16px;
    width: 19.625rem;
    padding-top: 1.21875rem;
    padding-bottom: 1.1875rem;
  }
}

.p-overview__table-th span {
  letter-spacing: 0.04em;
}

.p-overview__table-td {
  padding-top: 0.6875rem;
  padding-bottom: 1.125rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-overview__table-td {
    font-size: clamp(0.875rem, 1.14vw, 1rem);
    display: table-cell;
    font-size: 16px;
    width: 42.875rem;
    text-align: left;
    padding-top: 1.21875rem;
    padding-bottom: 1.1875rem;
    padding-right: 1.5625rem;
    padding-left: 1.8125rem;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, .3);
            box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, .3);
  }
}

.p-overview__table a {
  text-decoration: none;
  -webkit-text-decoration-color: #484848;
          text-decoration-color: #484848;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 0.09375rem;
}

.p-overview__table a:hover {
  text-decoration: none;
  border-bottom: 1px solid #484848;
  text-underline-offset: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-overview__table a:hover {
    margin-bottom: 1.25rem;
  }
}

.p-summary {
  margin-top: 1.75rem;
  margin-bottom: 5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-summary {
    width: 100%;
    max-width: 62.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.4375rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-summary__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3%;
  }
}

@media screen and (min-width: 768px) {
  .p-summary__contents01,
  .p-summary__contents02 {
    width: 48.5%;
  }
}

.p-summary__contents01-item {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-summary__contents01-item li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #579BE9;
}
@media screen and (min-width: 768px) {
  .p-summary__contents01-item li {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}

.p-summary__contents02 {
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-summary__contents02 {
    margin-top: 0;
  }
}

.p-summary__contents02-child {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-summary__contents02-child {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .p-summary-contents02__child-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2%;
    margin-top: 1.125rem;
    margin-bottom: 0rem;
    border-bottom: 1px solid #579BE9;
  }
}

.p-summary-contents02__child-title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-summary-contents02__child-title {
    width: 25%;
  }
}

.p-summary-contents02__child-list {
  width: 100%;
  margin-top: 0.3125rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid #579BE9;
}
@media screen and (min-width: 768px) {
  .p-summary-contents02__child-list {
    width: 73%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0rem;
    margin-bottom: 0;
    padding-bottom: 0.9375rem;
    padding-left: 0.625rem;
    padding-bottom: 1.25rem;
    border-bottom: none;
  }
}

.p-summary-contents02--child__item {
  font-size: 0.875rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-summary-contents02--child__item {
    padding-top: 0rem;
    padding-bottom: 0.1875rem;
  }
}

.p-summary-contents02__child li a {
  -webkit-text-decoration-color: #484848;
          text-decoration-color: #484848;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.p-thanks {
  width: 100%;
  height: auto;
  padding-top: 6.1875rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-image: url(../../../images/about_about_bg_sp.png);
  background-repeat: no-repeat;
  background-size: 100% 66%;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    width: 100%;
    padding-top: 11.1875rem;
    background-size: 100% 50%;
  }
}

.p-thank__inner {
  background-color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  padding-top: 2.8125rem;
  padding-bottom: 3.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thank__inner {
    width: 100%;
    max-width: 1040px;
    padding-top: 4.25rem;
    padding-bottom: 6.875rem;
    margin: 0 auto;
  }
}

.p-thanks__completed {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  margin-left: 0.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-thanks__completed {
    font-size: 2rem;
    margin-right: 0.625rem;
  }
}

.p-thanks__completed::after {
  content: "";
  border-bottom: 4px solid #579BE9;
  width: 3.4375rem;
  position: absolute;
  bottom: -0.875rem;
  left: calc(50% - 1.71875rem);
}
@media screen and (min-width: 768px) {
  .p-thanks__completed::after {
    bottom: -1.25rem;
    left: 47%;
  }
}

.p-thanks__text {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 2.0714285714;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    margin-top: 3rem;
    letter-spacing: 0.1em;
    line-height: 2.4285714286;
  }
}

.p-thanks__btn {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    margin-top: 3.25rem;
  }
}

.p-topAbout {
  margin-top: 4.5rem;
  padding-top: 0rem;
  padding-bottom: 3.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout {
    width: 100%;
    margin-inline: auto;
    background-image: url(../../../images/news_bg_sp.png);
    background-size: 64%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    margin-top: 3.75rem;
    padding: 0;
    padding-top: 3.75rem;
    padding-bottom: clamp(0px, 40.1875rem, 643px);
  }
}

.p-topAbout__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-topAbout__inner {
    width: 100%;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    position: absolute;
    top: 0;
  }
}

.p-topAbout-inner__image {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topAbout-inner__image {
    width: clamp(28.75rem, 32.8vw, 460px);
  }
}

.p-topAbout-inner__image-01 {
  width: 60%;
  height: auto;
  z-index: 20;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topAbout-inner__image-01 {
    width: clamp(22.0625rem, 25.2vw, 353px);
    margin-top: -0.1875rem;
  }
}

.p-topAbout-inner__image-01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
  border-radius: 30px;
  aspect-ratio: 208/245;
}
@media screen and (min-width: 768px) {
  .p-topAbout-inner__image-01 img {
    aspect-ratio: 353/414;
  }
}

.p-topAbout-inner__image-02 {
  width: 58%;
  position: absolute;
  top: 63%;
  left: 42%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-topAbout-inner__image-02 {
    width: clamp(21.5rem, 24.5vw, 344px);
    top: 91%;
    left: 25%;
  }
}

.p-topAbout-inner__image-02 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 202/145;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .2);
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-topAbout-inner__image-02 img {
    aspect-ratio: 344/246;
  }
}

.p-topAbout-inner__text {
  margin-top: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout-inner__text {
    width: clamp(31.25rem, 35.7vw, 500px);
    padding-top: 0.3125rem;
    margin-top: 5.625rem;
  }
}

.p-topAbout-inner__description {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 2.1428571429;
  margin-top: 1.6875rem;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-topAbout-inner__description {
    padding-top: 0.375rem;
  }
}

.p-topAbout__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topAbout__btn {
    text-align: right;
    margin-top: 3.625rem;
  }
}

.p-treatment {
  padding-top: 4.25rem;
  background-image: url(../../../images/news_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-treatment {
    width: 100%;
    max-width: 1040px;
    margin-top: 3.6875rem;
    margin-inline: auto;
    padding-top: 4.375rem;
    background-image: url(../../../images/news_bg_sp.png);
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .p-treatment__inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-treatment-inner__cards-item {
    width: calc(25% - 1.21875rem);
  }
}

.p-treatment__inner-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-treatment__inner-title {
    margin-top: 0.1875rem;
  }
}

.p-treatment__inner-cards {
  margin-top: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-treatment__inner-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.625rem;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-top: 2.4375rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-treatment__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.p-treatment__more a {
  display: block;
  width: 100%;
  padding: 0.8125rem 0 0.875rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-treatment__more a {
    padding: 0.5rem 0 0.625rem 0.5rem;
  }
}

.p-treatment__btn {
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-treatment__btn {
    text-align: right;
    margin-top: 3.25rem;
    text-align: center;
  }
}

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

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

.u-center {
  text-align: center;
}

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

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

.text-align-right {
  text-align: right;
}
/*# sourceMappingURL=styles.css.map */
