@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media (min-width: 1060px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  color: #1e1210;
  font-size: 0.75rem;
}

body.noscroll {
  overflow: hidden;
}

/*****************************
* 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 {
  max-width: 31.25rem;
  width: 100%;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1060px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--s {
    max-width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--l {
    max-width: 75rem;
    padding-right: 0;
    padding-left: 0;
  }
}

.l-inner--pc {
  max-width: 31.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner--pc {
    max-width: 1060px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--sp {
    max-width: 1060px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-inner--12 {
  padding-inline: 0.75rem;
}

.l-inner--20 {
  padding-inline: 1.25rem;
}

.l-mb10 {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-mb10 {
    margin-bottom: 1.875rem;
  }
}

.l-mb12 {
  margin-bottom: 0.75rem;
}

.l-mt12 {
  margin-top: 0.75rem;
}

.l-mt30 {
  margin-top: 1.875rem;
}

.l-mt35 {
  margin-top: 2.1875rem;
}

.l-mt90 {
  margin-top: 5.625rem;
}

.l-section-bg-sankaku {
  padding-block: 3.125rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-section-bg-sankaku {
    padding-block: 6.25rem 9.375rem;
  }
}

.l-section-page {
  padding-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-section-page {
    padding-block: 6.25rem;
  }
}

.l-section-page--pt100 {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-section-page--pt100 {
    padding-top: 9.375rem;
  }
}

.l-section {
  padding-top: 4.375rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 9.375rem;
    margin-top: 6.25rem;
  }
}

.l-section--wide {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-section--wide {
    margin-top: 7.5rem;
  }
}

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

.c-access-map {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-access-map {
    margin-top: 3.125rem;
  }
}

.c-access-map iframe {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.c-bg-blue {
  background-color: #00b4ed;
}

.c-bg-gray {
  background-color: #dfdfdf;
}

.c-bg-sankaku {
  position: relative;
  background-color: #fff100;
}

.c-bg-sankaku::before,
.c-bg-sankaku::after {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/top/bg_feature.webp) repeat-x center center/auto 75%;
  width: 100%;
  height: 1.5625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-bg-sankaku::before,
  .c-bg-sankaku::after {
    background: url(../images/top/bg_feature.webp) repeat-x center center/auto 100%;
    height: 3.125rem;
  }
}

.c-bg-sankaku::before {
  top: -1.3125rem;
}
@media screen and (min-width: 768px) {
  .c-bg-sankaku::before {
    top: -3.125rem;
  }
}

.c-bg-sankaku::after {
  bottom: -1.3125rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .c-bg-sankaku::after {
    bottom: -3.125rem;
  }
}

.c-bg-sankaku--blue {
  background-color: #00b4ed;
}

.c-bg-sankaku--blue::before,
.c-bg-sankaku--blue::after {
  background: url(../images/recruit/img_sankaku-blue.webp) repeat-x center center/auto 75%;
}
@media screen and (min-width: 768px) {
  .c-bg-sankaku--blue::before,
  .c-bg-sankaku--blue::after {
    background: url(../images/recruit/img_sankaku-blue.webp) repeat-x center center/auto 100%;
  }
}

.c-bg-sankaku--red {
  background-color: #eb6d8e;
}

.c-bg-sankaku--red::before,
.c-bg-sankaku--red::after {
  background: url(../images/recruit/img_sankaku-red.webp) repeat-x center center/auto 75%;
}
@media screen and (min-width: 768px) {
  .c-bg-sankaku--red::before,
  .c-bg-sankaku--red::after {
    background: url(../images/recruit/img_sankaku-red.webp) repeat-x center center/auto 100%;
  }
}

.c-button {
  display: inline-block;
  width: 18.75rem;
  height: 3.125rem;
  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: #00b4ed;
  border-radius: 0.9375rem;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid #00b4ed;
  margin-top: 1.875rem;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (any-hover: hover) {
  .c-button:hover {
    background-color: #fff;
    color: #00b4ed;
  }
}
.c-button--left {
  left: 0;
  right: auto;
}

@media screen and (min-width: 768px) {
  .c-button--flow {
    position: relative;
    margin-inline: initial;
  }
}

.c-button--flow::after {
  content: "▲";
  display: block;
  width: 1em;
  height: 1em;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button--menu {
  position: relative;
  height: auto;
  padding: 0.3125rem 0 0.5rem;
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-button--menu {
    margin-top: 1.875rem;
  }
}

.c-button--menu-narrow {
  letter-spacing: 0;
}

.c-button--menu::after {
  content: "▲";
  display: block;
  width: 1em;
  height: 1em;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0.125rem;
}

@media (any-hover: hover) {
  .c-button--flow:hover::after,
  .c-button--menu:hover::after {
    color: #00b4ed;
  }
}
.c-card {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card {
    padding: 0.5rem;
  }
}

.c-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 305/200;
  border-radius: 1.25rem;
}

.c-card__title {
  margin-top: 1.125rem;
  font-weight: 700;
  color: #00b4ed;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1.25rem;
  }
}

.c-card__text {
  margin-top: 0.1875rem;
}

.c-deco-line {
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-deco-line {
    max-width: 62.5rem;
  }
}

.c-deco-line img {
  aspect-ratio: 375/80;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-deco-line img {
    aspect-ratio: 1000/170;
  }
}

/* SPハンバーガー：吹き出し背景＋MENU文字 */
.c-hamburger-btn {
  margin: -0.5625rem -0.75rem 0 0;
  padding: 0;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 200;
  width: 1.75rem;
  height: 1.375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-btn span {
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  border-radius: 1.25rem;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-hamburger-btn.is-open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.c-hamburger-btn.is-open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger-btn.is-open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.c-hamburger-btn::after {
  content: "MENU";
  position: absolute;
  left: calc(50% + 5px);
  bottom: 0.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: 900;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

.c-information-table {
  width: 100%;
  border: solid #fff;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-information-table {
    margin-inline: auto;
  }
}

.c-information-table thead th {
  color: #1e1210;
  font-size: 0.625rem;
  letter-spacing: 0;
  padding: 0 0.3125rem;
  border-right: 1px solid #1e1210;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-information-table thead th {
    font-size: 0.75rem;
    padding: 0 0.5rem;
  }
}

.c-information-table thead th:last-child {
  letter-spacing: -0.2em;
}

.c-information-table tbody th,
.c-information-table tbody td {
  text-align: center;
  font-size: 0.625rem;
  letter-spacing: 0;
  border: 1px solid #1e1210;
  padding: 0 0.3125rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-information-table tbody th,
  .c-information-table tbody td {
    font-size: 0.75rem;
  }
}

.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1em;
  top: 0.3em;
  background: url(../../assets/images/画像のファイル) center center/contain no-repeat;
}

.c-links {
  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: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-links {
    position: absolute;
    left: 2.5rem;
    bottom: 3.75rem;
    gap: 1.5625rem;
  }
}

.c-links__link {
  display: block;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-links__link {
    width: 2.1875rem;
  }
}

.c-preparing {
  font-weight: 400;
  font-size: 0.875rem;
  color: #00b4ed;
  text-align: center;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-preparing {
    font-size: 1rem;
    margin-top: 12.5rem;
  }
}

.c-recruit-banner-link {
  max-width: 20.3125rem;
  display: inline-block;
  text-align: center;
  background-color: #39BFB9;
  border: 3px solid #39BFB9;
  -webkit-transition: all 0.3s ease, color 0.3s ease;
  transition: all 0.3s ease, color 0.3s ease;
}

@media (any-hover: hover) {
  .c-recruit-banner-link:hover {
    opacity: 0.8;
  }
}
.c-recruit-banner-link--orange {
  background-color: #EB6100;
  border-color: #EB6100;
}

.c-recruit-banner-link--blue {
  background-color: #2164F3;
  border-color: #2164F3;
}

.c-recruit-banner-link img {
  aspect-ratio: 588/100;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -0.3125rem;
}

.c-recruit-banner-link__text-top {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.625rem;
}

.c-banne-link__text-bottom {
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #39BFB9;
  background-color: #fff;
  padding: 0.1875rem 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.c-recruit-banner-link--orange .c-banne-link__text-bottom {
  color: #EB6100;
}

.c-recruit-banner-link--blue .c-banne-link__text-bottom {
  color: #2164F3;
}

.c-section-sub-title {
  font-weight: 900;
  font-size: 1.125rem;
  color: #eb6d8e;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
}

.c-section-sub-title--orange {
  color: #f39800;
}

.c-section-title__icon {
  width: 7.0625rem;
  margin-inline: auto;
  margin-bottom: 0.9375rem;
}

.c-section-title__icon img {
  aspect-ratio: 113/60;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section-title__icon--s {
  width: 4.75rem;
}

.c-section-title__icon--s img {
  aspect-ratio: 76/55;
}

.c-section-title__text {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  color: #1d2088;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4166666667;
}
@media screen and (min-width: 768px) {
  .c-section-title__text {
    font-size: 2.125rem;
  }
}

.c-section-title__text::after {
  content: attr(data-en);
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #00b4ed;
}
@media screen and (min-width: 768px) {
  .c-section-title__text::after {
    font-size: 1.3125rem;
  }
}

.c-section-title__text--white::after {
  color: #fff;
  margin-top: 0;
}

.c-table {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  margin-inline: auto;
  max-width: 50rem;
}

.c-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.c-table th,
.c-table td {
  border: 1px solid #1e1210;
  line-height: 1.7;
  letter-spacing: 0.01em;
  padding: 0.625rem 0.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-table th,
  .c-table td {
    padding: 0.9375rem 1.25rem;
  }
}

.c-table th {
  width: 21%;
  vertical-align: top;
  text-align: center;
}

.c-table td {
  width: 79%;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-table td {
    padding-left: 1.25rem;
  }
}

.c-table td span {
  display: inline-block;
}

.c-tel-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3.125rem;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #00b4ed;
  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;
  background-color: #fff100;
  z-index: 10;
}

.c-tel-button::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.875rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
}

.c-text {
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 0.875rem;
  }
}

.c-text--white {
  color: #fff;
}

.c-top-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff100;
  color: #00b4ed;
  border-radius: 50%;
  display: grid;
  place-content: center;
  gap: 0.5rem;
  position: fixed;
  right: 0.625rem;
  bottom: 6.875rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .c-top-button {
    width: 3.75rem;
    height: 3.75rem;
    right: 1.25rem;
    bottom: 1.25rem;
    gap: 0.625rem;
  }
}

.c-top-button__arrow {
  display: inline-block;
  width: 1rem;
  height: 0.625rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-top-button__arrow {
    width: 1.5rem;
    height: 0.8125rem;
  }
}

.c-top-button__arrow::before,
.c-top-button__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.0625rem;
  height: 0.75rem;
  border-radius: 9999px;
  background-color: #00b4ed;
  -webkit-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
@media screen and (min-width: 768px) {
  .c-top-button__arrow::before,
  .c-top-button__arrow::after {
    width: 0.125rem;
    height: 1.375rem;
  }
}

.c-top-button__arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-top-button__arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (any-hover: hover) {
  .c-top-button {
    cursor: pointer;
    -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;
  }
  .c-top-button:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -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;
  }
  .c-top-button__arrow {
    -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;
  }
}
.c-under-bar {
  position: relative;
  display: inline-block;
}
.c-under-bar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-under-bar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.p-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-card-list {
    gap: 1.25rem;
  }
}

.p-card-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-card-list__item {
    width: calc(33.33333% - 0.83333rem);
  }
}

.p-card {
  position: relative;
}

.p-card__img img {
  aspect-ratio: 420/300;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card__img--narrow img {
  aspect-ratio: 435/200;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-card__title {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 0.625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    letter-spacing: 0.2em;
  }
}

.p-card__title--border {
  border-bottom: 1px solid #00b4ed;
}

.p-card__title--green {
  color: #00b4ed;
}

.p-card__title span {
  font-size: 0.75rem;
  display: block;
  color: #1e1210;
}

.p-card__text {
  margin-top: 1.5625rem;
  line-height: 2;
}

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

.p-consultation__form-text {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0.625rem;
}

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

.p-contact-form__item {
  letter-spacing: 0.2em;
}

.p-contact-form__item:nth-child(n+2) {
  margin-top: 1.125rem;
}

.p-contact-form__label {
  margin-bottom: 0.5rem;
}

.p-contact-form__label span {
  color: #e60012;
  margin-left: 0.3125rem;
}

.p-contact-form__input {
  margin-top: 0.03125rem;
}

.p-contact-form__input.p-contact-form__input--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-contact-form__input input[type=text],
.p-contact-form__input input[type=email],
.p-contact-form__input input[type=tel] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #bfbfbf;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  min-height: 2rem;
  padding: 0.3125rem 0.625rem;
}

.p-contact-form__input textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #bfbfbf;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  min-height: 5rem;
  padding: 0 0.375rem;
  resize: none;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input textarea {
    min-height: 10rem;
  }
}

.p-contact-form__input input[type=checkbox] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #bfbfbf;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 0.9375rem;
  width: 0.9375rem;
  padding: 0 0.375rem;
  margin: 0;
  margin-top: 0.3125rem;
}

/* ラジオボタンのデフォルトのスタイルを隠す */
.custom-radio {
  display: none;
}

/* カスタムラジオボタンのスタイル */
.custom-radio + label {
  position: relative;
  padding-left: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
  margin-right: 1.25rem;
}

.custom-radio + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio + label:after {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* チェックされたときのスタイル */
.custom-radio:checked + label:after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #333;
}

/* 標準のチェックボックスを隠す */
.custom-checkbox {
  display: none;
}

/* カスタムチェックボックスのスタイル */
.custom-checkbox + label {
  position: relative;
  padding-left: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25rem;
}

.custom-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

/* チェックされたときのスタイル */
.custom-checkbox:checked + label:before {
  border-color: #3c414c;
  /* 枠も同色に */
}

.custom-checkbox:checked + label:after {
  content: "✔";
  /* チェックマーク */
  color: #3c414c;
  position: absolute;
  top: 0px;
  left: 0.1875rem;
  font-size: 0.8125rem;
}

@media screen and (min-width: 570px) {
  .custom-checkbox:checked + label:after {
    left: 0.25rem;
    font-size: 0.9375rem;
  }
}
.p-contact-form__submit {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit {
    margin-top: 1.875rem;
  }
}

.p-contact-form__submit input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #bfbfbf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #1e1210;
  font-family: inherit;
  padding: 4px 10px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  letter-spacing: 0.1em;
}

/* 初期状態（チェックなし）：ボタン無効風スタイル */
.p-contact-form__submit input[type=submit] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* チェックありのとき：ボタン有効風スタイル */
.p-contact__form:has(#confirm:checked) .p-contact-form__submit input[type=submit] {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.p-contact__go-back .c-button {
  display: inline-block;
  width: 18.75rem;
  height: 3.125rem;
  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: #00b4ed;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__go-back .c-button {
    position: relative;
    margin-top: 3.125rem;
  }
}

.p-cost__table {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.75rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-cost__table {
    font-size: 0.875rem;
    margin-top: 3.125rem;
  }
}

.p-cost__table th,
.p-cost__table td {
  border: 1px solid #A2A2A2;
  padding: 0.75rem;
  text-align: left;
}

.p-cost__table thead {
  background-color: #CCE198;
}

.p-cost__table th:last-child,
.p-cost__table td:last-child {
  text-align: center;
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 25rem;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  z-index: 150;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.p-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__inner {
  padding: 5.625rem 1.25rem 3.125rem;
  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;
}

.p-drawer__logo {
  max-width: 11.25rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-drawer__logo a {
  display: block;
}

.p-drawer__logo img {
  aspect-ratio: 508/200;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-drawer__nav {
  margin-top: 1.5625rem;
  margin-inline: 1.25rem;
}

.p-drawer__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  font-size: 0.875rem;
}

.p-drawer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2rem;
}

.p-drawer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0;
}

.p-drawer__nav-item a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-color: #00b4ed;
  border-radius: 50%;
  margin-right: 0.625rem;
}

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

.p-drawer__cta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__cta-text {
    margin-top: 0;
  }
}

.p-drawer__parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 31.25rem;
  margin-inline: auto;
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list {
    max-width: 37.5rem;
    gap: 3.125rem;
    margin-top: 5rem;
  }
}

.p-faq-list__item-question {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-question {
    font-size: 1rem;
    padding-left: 3.125rem;
  }
}

.p-faq-list__item-question::before,
.p-faq-list__item-answer::before {
  display: grid;
  place-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  font-size: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-question::before,
  .p-faq-list__item-answer::before {
    font-size: 1.1875rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-faq-list__item-answer {
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item-answer {
    padding-left: 3.125rem;
    margin-top: 1.25rem;
  }
}

.p-faq-list__item-answer a {
  color: #00b4ed;
  text-decoration: underline;
}

.p-faq-list__item-question::before {
  content: "Q";
  background-color: #00b4ed;
}

.p-faq-list__item-answer::before {
  content: "A";
  color: #fff;
  background-color: #1e1210;
}

@media (any-hover: hover) {
  .p-faq-list__item-answer a:hover {
    text-decoration: underline;
  }
}
.p-floating-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-floating-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: 1.25rem;
    bottom: 7.5rem;
    gap: 0.625rem;
    width: 7.5rem;
    z-index: 50;
  }
}

@media screen and (min-width: 768px) {
  .p-floating-btn__item {
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-floating-btn__item--recruit {
    height: 100%;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-floating-btn__item--recruit:has(a:hover) {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-floating-btn a {
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.p-floating-btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-floating-btn img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* SP固定CTA（電話・Web予約） */
.p-floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
}

.p-floating-cta__items {
  display: contents;
}

.p-floating-cta__items a {
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.p-floating-cta__item {
  height: 3.125rem;
  text-decoration: none;
}

.p-floating-cta__item--top,
.p-floating-cta__item--recruit {
  background: #1d2088;
  padding-inline: 0.3125rem;
}

.p-floating-cta__item--consultation {
  background: #fcc800;
  padding-inline: 0.125rem 0.625rem;
}

.p-floating-cta__item--tel {
  background: #00b4ed;
  padding-inline: 0.3125rem;
}

.p-floating-cta__item--web {
  background: #fff100;
  padding-inline: 0.125rem 0.625rem;
}

.p-floating-cta__icon {
  width: 1.75rem;
  height: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-floating-cta__icon--top {
  width: 1.625rem;
  height: 1.5625rem;
}

.p-floating-cta__icon--recruit {
  width: 1.5625rem;
  height: 1.5625rem;
}

.p-floating-cta__icon--consultation {
  width: 3.375rem;
  height: 2.1875rem;
}

.p-floating-cta__icon--web {
  width: 1.875rem;
}

.p-floating-cta__icon--top {
  background: url("../images/common/icon_cow-top.webp") no-repeat center/contain;
}

.p-floating-cta__icon--recruit {
  background: url("../images/common/icon_cow-recruit.webp") no-repeat center/contain;
}

.p-floating-cta__icon--consultation {
  background: url("../images/common/icon_cow-consultation.webp") no-repeat center/contain;
  margin-top: -0.6875rem;
}

.p-floating-cta__icon--tel {
  background: url("../images/common/icon_cow_pc.webp") no-repeat center/contain;
}

.p-floating-cta__icon--web {
  background: url("../images/common/icon_cow-reserve.webp") no-repeat center/contain;
}

.p-floating-cta__content {
  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.125rem;
}

.p-floating-cta__item--consultation .p-floating-cta__content {
  margin-left: -0.3125rem;
}

.p-floating-cta__number,
.p-floating-cta__title {
  font-weight: 900;
  line-height: 1;
}

.p-floating-cta__number {
  color: #fff100;
  font-size: 1.25rem;
}

.p-floating-cta__title {
  font-size: 1.125rem;
}

.p-floating-cta__title {
  color: #00b4ed;
}

.p-floating-cta__note {
  color: #fff100;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0.125rem;
  margin-left: 1.5em;
}

.p-floating-cta__item--top .p-floating-cta__text,
.p-floating-cta__item--recruit .p-floating-cta__text {
  color: #fff100;
  font-size: 1.0625rem;
}

.p-floating-cta__item--consultation .p-floating-cta__text {
  color: #1d2088;
  font-size: 1.125rem;
}

.p-floating-cta__item--consultation .p-floating-cta__text {
  color: #1d2088;
}

.p-floating-cta__item--web .p-floating-cta__note {
  color: #00b4ed;
}

.p-footer-table {
  width: 100%;
  border: solid #fff;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer-table {
    margin-inline: auto;
  }
}

.p-footer-table thead th {
  color: #1e1210;
  font-size: 0.75rem;
  font-weight: 400;
  border-right: 1px solid #1e1210;
}
@media screen and (min-width: 768px) {
  .p-footer-table thead th {
    font-size: 0.875rem;
    padding: 0.125rem 0.3125rem;
  }
}

.p-footer-table tbody th,
.p-footer-table tbody td {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  border: 1px solid #1e1210;
  padding: 0 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-footer-table tbody th,
  .p-footer-table tbody td {
    font-size: 0.875rem;
    padding: 0.125rem 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-table tbody td {
    font-size: 1rem;
  }
}

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

.p-footer__wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
  }
}

.p-footer__calendar {
  max-width: 32.1875rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__calendar {
    max-width: 28.4375rem;
  }
}

.p-footer__calendar-title span {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  background: #00b4ed;
  color: #fff;
  font-weight: 700;
  padding: 0.125rem 1rem;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__calendar-title span {
    padding: 0.125rem 1.25rem;
  }
}

.p-footer__calendar-body {
  margin-top: 0.75rem;
}

.p-footer__calendar-body .fc .fc-button-primary {
  background-color: #fff;
  border-color: #fff;
  color: #00b4ed;
}

.p-footer__content {
  max-width: 32.1875rem;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-footer__content {
    width: 100%;
  }
}
.p-footer__medical-subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__medical-subject {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}

.p-footer__medical-subject-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer__medical-subject-title span {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  background: #00b4ed;
  color: #fff;
  padding: 0.125rem 1rem;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__medical-subject-title span {
    padding: 0.125rem 0.75rem;
  }
}

.p-footer__medical-subject-text {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}

.p-footer__care-time {
  max-width: 32.1875rem;
  width: 100%;
  margin-top: 1.25rem;
}

.p-footer__care-time-text {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}

.p-footer__tel {
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  line-height: 1.3;
  color: #00b4ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-top: 1.25rem;
  padding-left: 1.3em;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    font-size: 2.25rem;
  }
}

.p-footer__tel::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.5lh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_phone-blue.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-footer__tel::before {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.p-footer__tel-note {
  color: #00b4ed;
  font-size: 0.875rem;
  font-weight: 900;
  display: block;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__tel-note {
    margin-bottom: 0;
  }
}

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

.p-footer__address {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}

.p-footer__parking {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-footer__parking span {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #00b4ed;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.2em;
  color: #fff;
  display: grid;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__logo {
  max-width: 25rem;
  width: 100%;
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    max-width: 31.75rem;
  }
}

.p-footer__logo img {
  aspect-ratio: 508/200;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__bottom {
  background-color: #00b4ed;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    padding-bottom: 0.75rem;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    gap: 1.875rem;
    margin-left: 1.25rem;
  }
}

.p-footer__nav-content {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-content {
    width: auto;
  }
}

.p-footer__nav-content.p-footer__nav-content--03 {
  padding-top: 1.5rem;
}

.p-footer__nav-parent a {
  display: block;
  letter-spacing: 0;
}

.p-footer__nav-item a {
  display: block;
  letter-spacing: 0;
}

.p-footer__copyright {
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 5rem;
  }
}

@media (any-hover: hover) {
  .p-footer__nav-parent a:hover {
    text-decoration: underline;
  }
  .p-footer__nav-item a:hover {
    text-decoration: underline;
  }
}
.p-fv__inner {
  position: relative;
}

.p-fv__img {
  max-width: 62.5rem;
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    margin-top: 12.5rem;
  }
}

.p-fv .p-fv__img img {
  aspect-ratio: 1000/550;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header {
  width: 100%;
  height: 4.6875rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
  }
}

.p-header__inner {
  height: inherit;
  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__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    height: inherit;
    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;
  }
}

.p-header__icon 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;
  gap: 0.625rem;
}

.p-header__icon-cows {
  max-width: 3.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__icon-cows {
    max-width: 7.6875rem;
  }
}

.p-header__icon-cows img {
  aspect-ratio: 123/80;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__icon-logo {
  max-width: 13.4375rem;
  width: 100%;
}

.p-header__icon-logo img {
  aspect-ratio: 215/25;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__tel {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__tel {
    font-size: 1.75rem;
    color: #00b4ed;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.5;
    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;
  }
}

.p-header__tel::before {
  content: "";
  width: 1.625rem;
  height: 1.3125rem;
  margin-right: 0.4375rem;
  background: url(../images/common/icon_phone.svg) no-repeat center center/contain;
}

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

.p-header__cta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  font-size: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__cta-text {
    margin-top: 0;
  }
}

.p-header__last-call,
.p-header__parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-header__last-call-icon {
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 0.125rem;
  background-color: #00b4ed;
  color: #fff;
  width: 1.3125rem;
  height: 1.25rem;
  font-size: 0.5rem;
  line-height: 1.125;
}

.p-information {
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-information {
    margin-top: -8.6666666667vw;
    position: relative;
  }
}

.p-information__logo {
  max-width: 85.3333333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-information__logo {
    max-width: 26.25rem;
    width: 100%;
  }
}

.p-information__logo img {
  aspect-ratio: 508/200;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-information__care-time {
  max-width: 20.3125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-information__care-time {
    max-width: 24.375rem;
    margin-top: 1.875rem;
  }
}

.p-information__text {
  font-size: 0.6875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-information__text {
    margin-top: 0.9375rem;
  }
}

.p-information__deco-line {
  margin-top: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-information__deco-line {
    margin-top: -3.125rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-information__parking {
    position: absolute;
    right: 5rem;
    top: -6.875rem;
    width: 6.25rem;
  }
}

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

.p-main-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main-nav {
    display: block;
    padding-top: 3.125rem;
  }
}

.p-main-nav__list {
  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;
  font-family: "iroha-23kaede-stdn", sans-serif;
}

.p-main-nav__item {
  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;
  position: relative;
  padding-top: 0.9375rem;
}

.p-main-nav__item::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/common/dot_green.webp) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-main-nav__item:not(:last-child) a {
  border-right: 1px solid #1e1210;
}

.p-main-nav__item a {
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-main-nav__item a::after {
  content: attr(data-en);
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #bfbfbf;
  line-height: 1;
}

.p-main-nav__item a::before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 2px;
  background-color: #5dc2d0;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0, 1);
          transform: translateX(-50%) scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (any-hover: hover) {
  .p-main-nav__item a:hover::before {
    -webkit-transform: translateX(-50%) scale(1, 1);
            transform: translateX(-50%) scale(1, 1);
  }
}
.p-main-nav__item:nth-child(2)::before {
  background: url(../images/common/dot_lightpurple.webp) no-repeat center center/contain;
}

.p-main-nav__item:nth-child(2) a::before {
  background-color: rgb(209, 165, 253);
}

.p-main-nav__item:nth-child(3)::before {
  background: url(../images/common/dot_pink.webp) no-repeat center center/contain;
}

.p-main-nav__item:nth-child(3) a::before {
  background-color: rgb(255, 131, 189);
}

.p-main-nav__item:nth-child(4)::before {
  background: url(../images/common/dot_yellow.webp) no-repeat center center/contain;
}

.p-main-nav__item:nth-child(4) a::before {
  background-color: rgb(239, 224, 109);
}

.p-main-nav__item:nth-child(5)::before {
  background: url(../images/common/dot_blue.webp) no-repeat center center/contain;
}

.p-main-nav__item:nth-child(5) a::before {
  background-color: rgb(131, 201, 255);
}

.p-main-nav__item:nth-child(6)::before {
  background: url(../images/common/dot_ligjhtgreen.webp) no-repeat center center/contain;
}

.p-main-nav__item:nth-child(6) a::before {
  background-color: rgb(142, 201, 119);
}

.p-main-nav__item:nth-child(7)::before {
  background: url(../images/common/dot_purple.webp) no-repeat center center/contain;
}

.p-main-nav__item:nth-child(7) a::before {
  background-color: rgb(160, 145, 211);
}

.p-main-nav__text {
  font-size: max(10px, 1.1rem);
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-main-nav__text {
    font-size: max(10px, 1rem);
    margin-top: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.p-media {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-media {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-media:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-media--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-media--reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-media--sp-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-media--sp-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-media--sp-reverse:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

.p-media__body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-media__body {
    max-width: none;
    max-width: initial;
    margin-top: 0;
  }
}

.p-media__number {
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-media__number {
    font-size: 6.25rem;
  }
}

.p-media__text-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-media__text-box--wide {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-media__text-box--wide {
    margin-top: 0;
  }
}

.p-media__head {
  font-size: 0.875rem;
  line-height: 1.5555555556;
  font-weight: 600;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #00b4ed;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-media__head {
    font-size: 1.125rem;
    margin-top: 1em;
  }
}

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

.p-media__head span {
  display: inline-block;
}

.p-media__text {
  margin-top: 1.5625rem;
  line-height: 1.8;
}

.p-media--center .p-media__text:first-of-type,
.p-media--reverse .p-media__text:first-child {
  margin-top: 0;
}

.p-media__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-media__img {
    max-width: 26.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-media__img img {
  aspect-ratio: 420/300;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* デコレーション重ね画像（PC表示） */
.p-mv__deco {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 375/330;
  pointer-events: none;
  background: url("../images/common/bg_fv_sp.webp") no-repeat center/cover;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-mv__deco {
    background: url("../images/common/bg_fv_pc.webp") no-repeat center/cover;
    aspect-ratio: 1500/800;
  }
}

/* MV 上部テキスト */
.p-mv__top-copy {
  font-family: "iroha-23kaede-stdn", sans-serif;
  position: absolute;
  left: 1.5625rem;
  top: 2.1875rem;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .p-mv__top-copy {
    left: 3.3333333333vw;
    top: 3vw;
  }
}

.p-mv__top-copy-lead {
  font-size: clamp(0.625rem, 0.027rem + 2.551vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-mv__top-copy-lead {
    font-size: 1.3333333333vw;
  }
}

.p-mv__top-copy-text {
  font-size: clamp(1rem, -0.196rem + 5.102vw, 2.25rem);
  line-height: 1.4166666667;
  letter-spacing: 0.06em;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__top-copy-text {
    font-size: 2.4vw;
    margin-top: 0.625rem;
  }
}

.p-mv__top-copy-text span {
  font-size: clamp(0.875rem, -0.082rem + 4.082vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p-mv__top-copy-text span {
    font-size: 2vw;
  }
}

/* MV 右上のTEL */
.p-mv__tel {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__tel {
    display: block;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 900;
    position: absolute;
    z-index: 10;
    top: 0.8125rem;
    right: 3.3333333333vw;
  }
}

.p-mv__tel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.p-mv__tel-main {
  padding: 1.5rem 1.125rem 1.375rem 1.375rem;
  background: url("../images/common/bg_head-tel.webp") no-repeat center/100% 100%;
}

.p-mv__tel-icon {
  width: 6.3125rem;
  height: 5.625rem;
  background: url("../images/common/icon_cow_pc.webp") no-repeat center/contain;
}

.p-mv__tel-number {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-mv__tel-number::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.4375rem;
  background: url("../images/common/icon_phone-white.svg") no-repeat center center/contain;
}

.p-mv__tel-note {
  font-size: 0.875rem;
  text-align: right;
  display: block;
}

/* SP 右上：牛+ハンバーガー */
.p-mv__sp-menu {
  position: fixed;
  right: 0.625rem;
  top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .p-mv__sp-menu {
    display: none;
  }
}

.p-mv__sp-cow {
  width: 4.625rem;
  height: 3.125rem;
  background: url("../images/common/icon_cow_sp.webp") no-repeat center/contain;
}

/* SPハンバーガー：吹き出し背景 */
.p-mv__sp-menu-btn {
  width: 4.6875rem;
  height: 3.875rem;
  padding: 0;
  background: url("../images/common/bg_hamburger-btn.webp") no-repeat center/contain;
  display: grid;
  place-content: center;
  position: relative;
}

/* MVエリア */
.p-mv__wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__wrapper {
    width: 80%;
    margin-inline: auto;
  }
}

.p-mv__mask {
  aspect-ratio: 375/398;
  /* SVGマスク適用（主要ブラウザ対応）*/
  -webkit-mask-image: url("../images/common/bg_mv-cloud_sp.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-composite: source-over;
  mask-image: url("../images/common/bg_mv-cloud_sp.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  mask-mode: alpha;
  overflow: hidden;
  display: block;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__mask {
    aspect-ratio: 1500/900;
    -webkit-mask-image: url("../images/common/bg_mv-mask.svg");
    mask-image: url("../images/common/bg_mv-mask.svg");
    margin-top: 3.125rem;
  }
}

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

.p-mv .p-mv__slider .swiper-wrapper {
  height: 100%;
}

.p-mv .p-mv__slider .swiper-slide {
  height: 100%;
}

.p-mv__img {
  height: 100%;
}

/* 1枚目のスライドのみに背景色を適用 */
.p-mv__slider .swiper-slide--first .p-mv__img {
  background: #f6f4eb; /* 1枚目のスライドの下地色 */
}

.p-mv__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__img--bg-blue img {
  background-color: #c7d5ed;
}

/* 駐車場アイコン（PC） */
.p-mv__parking {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.75rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-mv__parking {
    right: 4vw;
    bottom: 0;
    width: 6.25rem;
  }
}

.p-mv__parking img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page-items {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-items {
    max-width: none;
    max-width: initial;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
}

.p-page {
  padding-top: 3.75rem;
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-page {
    padding-top: 7.1875rem;
  }
}

.p-page__head-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-page__sub-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  margin-top: 1.875rem;
  padding-inline: 1.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #00b4ed;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title {
    font-size: 1.375rem;
    margin-top: 3.125rem;
    padding-inline: 3.125rem;
  }
}

.p-page__sub-title--small {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--small {
    font-size: 1.125rem;
  }
}

.p-page__sub-title--wide {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--wide {
    margin-top: 5rem;
  }
}

.p-page__sub-title--narrow {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .p-page__sub-title--narrow {
    padding-inline: 3.125rem;
  }
}

.p-page__lead {
  text-align: center;
  line-height: 2;
  margin-top: 1.875rem;
}

.p-page__lead--green {
  color: #00b4ed;
  font-size: 0.875rem;
}

.p-page__lead--red {
  color: #E60012;
}

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

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

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

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

.p-page__lists--wide .p-media + .p-media {
  margin-top: 3.125rem;
}

.p-page__lists--wide .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--wide .p-media__head {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

.p-page__lists--kids {
  margin-top: 1.875rem;
}

.p-page__lists--shinbi .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--shinbi .p-media__head {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

.p-page__lists--kids .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}

.p-page__lists--denture .p-media__head {
  text-align: center;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-page__lists--denture .p-media__head {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}

.p-page__img {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-page__img img {
  aspect-ratio: 650/430;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.p-page__conclusion {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  margin-top: 3.75rem;
  padding-inline: 1.25rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #00b4ed;
}
@media screen and (min-width: 768px) {
  .p-page__conclusion {
    font-size: 1.25rem;
    margin-top: 5rem;
    padding-inline: 3.125rem;
  }
}

.p-promise {
  max-width: 50rem;
  margin-inline: auto;
}

.p-promise__sub-title {
  margin-top: 0.9375rem;
  font-weight: 700;
  color: #00b4ed;
  font-size: 1.125rem;
  line-height: 1.4285714286;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-promise__sub-title {
    font-size: 1.75rem;
  }
}

.p-promise__text {
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-promise__text {
    font-size: 0.875rem;
  }
}

.p-recruitment__title {
  color: #fff100;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-recruitment__title {
    padding-inline: 3.875rem;
  }
}
.p-recruitment__title::before, .p-recruitment__title::after {
  position: absolute;
  content: "";
  top: 0;
  width: 4rem;
  aspect-ratio: 60/150;
}
@media screen and (min-width: 768px) {
  .p-recruitment__title::before, .p-recruitment__title::after {
    top: 1.125rem;
    width: 4.75rem;
  }
}
.p-recruitment__title::before {
  left: -1rem;
  background: url(../images/recruit/icon_recruit-left.webp) no-repeat center center/contain;
}
.p-recruitment__title::after {
  right: -1rem;
  background: url(../images/recruit/icon_recruit-right.webp) no-repeat center center/contain;
}
.p-recruitment__title span {
  display: block;
  font-size: 3.125rem;
}

.p-recruitment__text {
  margin-top: 2rem;
}

.p-schedule__list {
  display: grid;
  gap: 2.5rem;
}

.p-schedule__item {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0.4375rem 0.625rem;
  background-color: #00a0e9;
  border-radius: 3.125rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 20.3125rem;
  margin-inline: auto;
  position: relative;
}
.p-schedule__item::before {
  position: absolute;
  content: "";
  background: #00a0e9;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(130%) translateX(-50%);
          transform: translateY(130%) translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 1.625rem;
  aspect-ratio: 1;
}
.p-schedule__item:last-child::before {
  display: none;
}

.p-schedule__sub-title {
  margin-top: 2.625rem;
}

.p-schedule__banners {
  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: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__banners {
    -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;
  }
}

.p-top-access {
  padding-top: 6.25rem;
  background-color: #c7e8fa;
}

.p-top-access__access {
  margin-top: 2.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-access__access {
    margin-top: 3.125rem;
  }
}

.p-top-access__content--train .p-top-access__head {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-access__content--train .p-top-access__head {
    margin-top: 1.5625rem;
  }
}

.p-top-access__head {
  background-color: #00b4ed;
  padding: 0.375rem 0 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  width: 18.75rem;
  margin-inline: auto;
  text-align: center;
  margin-top: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-access__head {
    margin-top: 1.5625rem;
  }
}

.p-top-access__text {
  border: 1px solid #00b4ed;
  background-color: #fff;
  padding: 1.6875rem 0 0.9375rem;
  font-size: 0.75rem;
  text-align: center;
  margin-top: -0.9375rem;
  position: relative;
  z-index: 1;
}

.p-top-access__wrap {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-top-access__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    margin-top: 0;
  }
}

.p-top-access__deco-line {
  margin-top: 3.75rem;
}

.p-top-cooperation__items {
  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;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-cooperation__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-top-cooperation__item {
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-cooperation__item {
    max-width: 22.5rem;
  }
}

.p-top-cooperation__item img {
  aspect-ratio: 360/80;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-cooperation__item:last-child img {
  aspect-ratio: 340/60;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-doctor {
  padding-block: 6.25rem;
  background: url(../images/top/bg_top-doctor.webp) no-repeat center center/88.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor {
    padding-block: 7.5rem 9.375rem;
  }
}

.p-top-doctor__inner {
  padding-inline: 1.25rem;
  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) {
  .p-top-doctor__inner {
    padding-inline: 2.5rem;
  }
}

.p-top-doctor__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__body {
    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;
    overflow: hidden;
  }
}

.p-top-doctor__sub-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #00b4ed;
  letter-spacing: 0.03em;
  line-height: 1.5714285714;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__sub-title {
    font-size: 1.75rem;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-top-doctor__img {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__img {
    max-width: 35rem;
    margin-top: 0;
  }
}

.p-top-doctor__img img {
  aspect-ratio: 650/900;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-doctor__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__content {
    margin-inline: initial;
    margin-top: 3.125rem;
  }
}

.p-top-doctor__text {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 2.2857142857;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

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

.p-top-doctor__text-name {
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__text-name {
    font-size: 1.625rem;
    margin-top: 3.125rem;
  }
}

.p-top-doctor__link {
  width: 20.3125rem;
  height: 1.875rem;
  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;
  gap: 0.625rem;
  background-color: #00b4ed;
  border: solid 0.0625rem #00b4ed;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.9375rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-top-doctor__link {
    margin-top: 1.875rem;
  }
}

@media (any-hover: hover) {
  .p-top-doctor__link:hover {
    background-color: #fff;
    color: #00b4ed;
  }
}
.p-top-doctore__link-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-top-faq {
  background-color: #c7e8fa;
  padding-block: 3.125rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq {
    padding-block: 6.25rem;
  }
}

.p-top-feature {
  position: relative;
  padding-top: 2.5rem;
  background-color: #fff100;
  padding: 3.125rem 1.25rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    padding: 6.25rem 2vw;
  }
}

.p-top-feature::before {
  content: "";
  position: absolute;
  top: -1.3125rem;
  left: 0;
  background: url(../images/top/bg_feature.webp) repeat-x center center/auto 75%;
  width: 100%;
  height: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature::before {
    top: -3.125rem;
    background: url(../images/top/bg_feature.webp) repeat-x center center/auto 100%;
    height: 3.125rem;
  }
}

.p-top-feature::after {
  content: "";
  position: absolute;
  bottom: -1.3125rem;
  left: 0;
  background: url(../images/top/bg_feature.webp) repeat-x center center/auto 75%;
  width: 100%;
  height: 1.5625rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-top-feature::after {
    bottom: -3.125rem;
    background: url(../images/top/bg_feature.webp) repeat-x center center/auto 100%;
    height: 3.125rem;
  }
}

.p-top-feature__list {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.p-top-feature__item {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.875rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
    border-radius: 3.125rem;
    padding: 3.75rem 2.6666666667vw 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-feature__item {
    padding: 3.75rem 3.75rem 5rem;
  }
}

.p-top-feature__item + .p-top-feature__item {
  margin-top: 3.125rem;
}

.p-top-feature__item-img {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-img {
    max-width: 22.5rem;
  }
}

.p-top-feature__item-img img {
  aspect-ratio: 540/370;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-feature__item-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-wrap {
    margin-top: 0;
  }
}

.p-top-feature__item-number {
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 1;
  color: #fff100;
  margin-top: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-number {
    font-size: 6.875rem;
  }
}

.p-top-feature__item-title {
  font-weight: 700;
  color: #00b4ed;
  font-size: 1.125rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-title {
    font-size: 1.625rem;
  }
}

.p-top-feature__item-text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin-top: 0.8125rem;
  }
}

.p-top-feature__item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-top-instagram {
  padding-block: 5rem 6.25rem;
  background: url(../images/top/bg_top-doctor.webp) no-repeat center center/88.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-instagram {
    padding-block: 9.375rem 12.5rem;
  }
}

.p-top-instagram__logo {
  max-width: 16.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-top-instagram__logo img {
  aspect-ratio: 268/68;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-instagram__text {
  display: block;
  max-width: 31.25rem;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  border: solid 1px #1e1210;
  border-radius: 0.9375rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  padding: 0.3125rem 0;
  text-align: center;
  margin-top: 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-instagram__text {
    width: 41.6666666667%;
  }
}

@media (any-hover: hover) {
  .p-top-instagram__text:hover {
    background-color: #1e1210;
    color: #fff;
  }
}
.p-top-instagram__widget {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-instagram__widget {
    margin-top: 2.5rem;
  }
}

.p-top-media {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-media {
    max-width: none;
    max-width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-top-media:not(:first-child) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-media:not(:first-child) {
    margin-top: 3.125rem;
  }
}

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

.p-top-media__body {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-media__body {
    max-width: none;
    max-width: initial;
    margin-top: 2.5rem;
  }
}

.p-top-media__head {
  font-weight: 700;
  color: #00b4ed;
  font-size: 1.125rem;
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-top-media__head {
    font-size: 1.75rem;
  }
}

.p-top-media__text {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-media__text {
    line-height: 2.6666666667;
  }
}

.p-top-media__button {
  display: grid;
  place-items: center;
  max-width: 20.3125rem;
  width: 100%;
  height: 1.875rem;
  margin-inline: auto;
  background-color: #1d2088;
  border: solid 0.0625rem #1d2088;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 0.9375rem;
  margin-top: 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-media__button {
    max-width: 18.75rem;
    height: 3.125rem;
    border-radius: 1.875rem;
    margin-top: 2.1875rem;
    margin-inline: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-top-media__button--right {
    margin-inline: initial;
    margin-left: auto;
  }
}

@media (any-hover: hover) {
  .p-top-media__button:hover {
    background-color: #fff;
    color: #1d2088;
  }
}
@media screen and (min-width: 768px) {
  .p-top-media__img {
    max-width: 30.3125rem;
  }
}

.p-top-media__img img {
  aspect-ratio: 485/330;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.p-top-menu {
  padding-block: 7.5rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu {
    padding-block: 12.5rem 12.5rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-top-menu__items--consultation {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top-menu__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}

.p-top-menu__items--consultation .p-top-menu__item {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-top-menu__item-img {
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-top-menu__item-img img {
  aspect-ratio: 300/280;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-menu__item-title {
  color: #00b4ed;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-menu__item-title {
    font-size: 1.25rem;
    letter-spacing: 0.3em;
  }
}

.p-top-menu__item-title span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__item-title span {
    font-size: 1.125rem;
  }
}

.p-top-menu__item-text {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__item-text {
    letter-spacing: 0.1em;
  }
}

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

.p-top-news__inner {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    display: block;
  }
}

.p-top-news__wrap {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__wrap {
    margin-top: 1.875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top-news__body {
  text-align: center;
}

.p-top-news__body--new-open {
  background-color: #00b4ed;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  padding: 5.9375rem 0 3.75rem;
}

.p-top-news__body--new-open .p-top-news__sub-title {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  position: relative;
}

.p-top-news__body--new-open .p-top-news__sub-title::before {
  content: "";
  position: absolute;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/top/bg_news01.webp) no-repeat center center/contain;
  width: 20.3125rem;
  height: 9.9375rem;
}

.p-top-news__body--new-open .p-top-news__sub-title span {
  color: #fff100;
  font-weight: 700;
}

.p-top-news__sub-title--text {
  letter-spacing: 0.1em;
}

.p-top-news__body--new-open .p-top-news__text {
  position: relative;
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-top-news__body--new-open .p-top-news__text::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20.3125rem;
  height: 3.125rem;
  background: url(../images/top/bg_news01-ashirai.webp) no-repeat center center/contain;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-top-news__body--inspection {
  background-color: #fff100;
  color: #00b4ed;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 4.6875rem 0 1.25rem;
  position: relative;
}

.p-top-news__body--inspection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/bg_news02-ashirai-parts.webp) repeat-x center center/contain;
  width: 100%;
  height: 2.8125rem;
}

.p-top-news__body--inspection .p-top-news__sub-title {
  line-height: 1;
  letter-spacing: -0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.p-top-news__body--inspection .p-top-news__sub-title::after {
  content: "";
  position: absolute;
  top: -2.8125rem;
  right: 0;
  background: url(../images/top/icon_news02.webp) no-repeat center center/contain;
  width: 3.9375rem;
  height: 3.75rem;
}

.p-top-news__body--inspection .p-top-news__sub-title--text {
  letter-spacing: 0.1em;
  color: #1d2088;
  display: block;
  margin-top: 0.9375rem;
}

.p-top-news__body--inspection .p-top-news__img {
  max-width: 20.5625rem;
  width: 100%;
  margin-inline: auto;
  margin-top: -1.6875rem;
}

.p-top-news__body--inspection .p-top-news__img img {
  aspect-ratio: 329/176;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}

.p-top-news__body--kids-space {
  background-color: #c7e8fa;
  color: #1d2088;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1428571429;
  letter-spacing: 0.01em;
  padding: 3.125rem 0;
}

@media screen and (min-width: 768px) {
  .p-top-news__body--kids-space .p-top-news__body-inner {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-top-news__body--kids-space .p-top-news__img {
  max-width: 20.3125rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

.p-top-news__body--kids-space .p-top-news__img::after {
  content: "";
  position: absolute;
  top: -0.625rem;
  right: 0;
  background: url(../images/top/icon_news03.webp) no-repeat center center/contain;
  width: 4.5rem;
  height: 3.5rem;
}

.p-top-news__body--kids-space .p-top-news__img img {
  aspect-ratio: 325/150;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-news__body--kids-space .p-top-news__text {
  margin-top: 1.25rem;
  line-height: 1.1428571429;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.p-top-news__body--kids-space .p-top-news__link {
  width: 20.3125rem;
  height: 1.875rem;
  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;
  gap: 0.625rem;
  background-color: #00b4ed;
  border: solid 0.0625rem #00b4ed;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.9375rem;
  margin-inline: auto;
  margin-top: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-news__body--kids-space .p-top-news__link {
    margin-top: 1.875rem;
  }
}

@media (any-hover: hover) {
  .p-top-news__body--kids-space .p-top-news__link:hover {
    background-color: #fff;
    color: #00b4ed;
  }
}
.p-top-news__body--kids-space .p-top-news__link-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.u-blue {
  color: #00b4ed;
}

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

.u-font12 {
  font-size: 0.75rem;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .u-font18 {
    font-size: 1.125rem;
  }
}

.u-font20 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .u-font20 {
    font-size: 1.25rem;
  }
}

.u-font22 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-font22 {
    font-size: 1.375rem;
  }
}

.u-font24 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-font24 {
    font-size: 1.5rem;
  }
}

.u-font28 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .u-font28 {
    font-size: 1.75rem;
  }
}

.u-font32 {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .u-font32 {
    font-size: 2rem;
  }
}

.u-font40 {
  font-size: 2.5rem;
}

.u-font50 {
  font-size: 3.125rem;
}

.u-font60 {
  font-size: 3.75rem;
}

.u-font80 {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .u-font80 {
    font-size: 5rem;
  }
}

.u-font120 {
  font-size: 3.75rem;
}
@media screen and (min-width: 768px) {
  .u-font120 {
    font-size: 7.5rem;
  }
}

.u-fw300 {
  font-weight: 300;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw500 {
  font-weight: 500;
}

.u-fw600 {
  font-weight: 600;
}

.u-fw700 {
  font-weight: 700;
}

.u-fw900 {
  font-weight: 900;
}

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

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  -webkit-box-shadow: 0 0 13px rgba(255, 0, 0, .5);
          box-shadow: 0 0 13px rgba(255, 0, 0, .5);
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-text-left {
  text-align: left !important;
}

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

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}

@media screen and (max-width: 767px) {
  .u-text-sp-left {
    text-align: left !important;
  }
  .u-text-sp-center {
    text-align: center !important;
  }
  .u-text-sp-right {
    text-align: right !important;
  }
  .u-text-sp-justify {
    text-align: justify !important;
  }
}
/*# sourceMappingURL=styles.css.map */
