@charset "UTF-8";
/* リキッドレイアウト対応 */
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

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

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

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

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #443A2F;
}

body.is-active {
  overflow: hidden;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}

/* pcの電話番号発信対応 */
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.l-inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-nav {
  position: relative;
  z-index: 2;
}

.l-nav--pink {
  background-color: #FFE6E6;
}

.l-page {
  margin-top: 161px;
  margin-top: 10.0625rem;
  background-color: #FFE6E6;
  border-radius: 1.875rem 1.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-page {
    margin-top: 6.125rem;
  }
}

.l-page__inner {
  position: relative;
  z-index: 1;
  display: block;
}

.l-page__inner--courses {
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-page__inner--courses {
    position: relative;
    z-index: 2;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-page__inner--courses::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about/about_doctor_bg_sp.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
}

.l-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-page__bg {
    display: none;
  }
}

.l-page__image {
  position: relative;
  z-index: 1;
}

.l-page__image::before {
  content: "";
  display: block;
  padding-top: 59.1236494598%;
}

.l-page__image img {
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}
@media screen and (min-width: 1700px) {
  .l-page__image img {
    max-width: 125rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.l-page__head {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .l-page__head--about {
    position: relative;
    z-index: 4;
  }
}

.l-white {
  background-color: #fff;
  margin-top: -20px;
  margin-top: -1.25rem;
  border-radius: 1.875rem 1.875rem 0 0;
  padding-top: 84px;
  padding-top: 5.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-white {
    padding-top: 4.375rem;
    overflow: hidden;
  }
}

.c-comment {
  padding-inline: 76px;
  padding-inline: 4.75rem;
  max-width: 649px;
  max-width: 40.5625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-comment {
    padding-inline: 1.25rem;
  }
}

.c-more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 335px;
  min-width: 20.9375rem;
  min-height: 78px;
  min-height: 4.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;
  background-color: #FF779B;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 6.25rem;
  position: relative;
}

.c-more::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  width: 0.875rem;
  height: 100%;
  -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) {
  .c-more:hover {
    opacity: 1;
  }
  .c-more:hover::before {
    -webkit-transform: translateY(-50%) translateX(0.3125rem);
            transform: translateY(-50%) translateX(0.3125rem);
  }
}
.c-news-item {
  display: grid;
  grid-template-columns: 299fr 636fr;
  gap: 40px;
  gap: 2.5rem;
  padding-block: 30px;
  padding-block: 1.875rem;
  border-bottom: 1px solid #FF779B;
}
@media screen and (max-width: 767px) {
  .c-news-item {
    grid-template-columns: 1fr;
    gap: 1.125rem;
    padding-bottom: 1.75rem;
    padding-top: 1.375rem;
  }
}

.c-news-item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-news-item:first-child {
    padding-top: 1.25rem;
    border-top: 1px solid #FF779B;
  }
}

.c-news-item--material {
  grid-template-columns: 750fr 250fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-news-item--material {
    grid-template-columns: 1fr;
  }
}

.c-news-item__tags {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FF779B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.71;
}

.c-news-item__title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: normal;
  font-weight: 700;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-news-item__title {
    margin-top: -0.0625rem;
  }
}

.c-news-item__text {
  line-height: 1.875;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-news-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.75;
  }
}

.c-news-item__link {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 45px;
  min-height: 2.8125rem;
  min-width: 233px;
  min-width: 14.5625rem;
  color: #fff;
  font-weight: 700;
  padding-inline: 32px;
  padding-inline: 2rem;
  padding-right: 17px;
  padding-right: 1.0625rem;
  background-color: #FF779B;
  border-radius: 6.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-left: auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-news-item__link {
    min-width: 20.9375rem;
    min-height: 5rem;
    position: relative;
    font-size: 1.375rem;
    margin-inline: auto;
    margin-top: 1.25rem;
  }
}

.c-news-item__link--material {
  margin-top: 0;
}

.c-news-item__more {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-news-item__more {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .c-news-item__arrow {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-open {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-open {
    position: relative;
  }
}

.c-open__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .c-open__title {
    font-size: 1rem;
  }
}

.c-open__title br {
  display: none;
}

.c-open__table {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-open__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px;
  gap: 0.125rem;
}

.c-open__table th,
.c-open__table td {
  width: 160px;
  width: 10rem;
  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;
  border-radius: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-open__table th,
  .c-open__table td {
    width: 6.8125rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 438px) {
  .c-open__table th,
  .c-open__table td {
    width: 6.25rem;
    font-size: 0.8125rem;
  }
}

.c-open__table th {
  height: 32px;
  height: 2rem;
  color: #fff;
  background-color: #FF779B;
}
@media screen and (max-width: 767px) {
  .c-open__table th {
    height: 1.75rem;
  }
}

.c-open__table td {
  height: 38px;
  height: 2.375rem;
  background-color: #FFE6E6;
}
@media screen and (max-width: 767px) {
  .c-open__table td {
    height: 2rem;
  }
}

.c-open__time--first {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.c-open__time--second {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.c-open__time--star {
  color: #FF779B;
}

.c-open__time .time {
  color: #FF779B;
  font-weight: 700;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-open__time .time {
    font-size: 0.9375rem;
  }
}

.c-open__day th {
  height: 43px;
  height: 2.6875rem;
}

.c-page-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 30px;
  padding-inline: 1.875rem;
  -webkit-transform: translateY(-3.125rem);
          transform: translateY(-3.125rem);
}
@media screen and (max-width: 767px) {
  .c-page-titles {
    padding-inline: 1.25rem;
    display: block;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}

.c-page-titles__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  color: #FF779B;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-page-titles__title {
    font-size: 2.625rem;
  }
}

.c-page-titles__en {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FF779B;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-page-titles__en {
    margin-top: -0.4375rem;
    font-size: 1.25rem;
  }
}

.c-pagination {
  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;
}

.c-pagination__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  gap: 1.0625rem;
}

.c-pagination__list {
  width: 43px;
  width: 2.6875rem;
  height: 43px;
  height: 2.6875rem;
  border-radius: 1000px;
  color: #FF779B;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  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;
  border: 1px solid #FF779B;
  background-color: #fff;
}

.c-pagination__list.active {
  background-color: #FF779B;
  color: #fff;
}

.c-pagination__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.c-schedule {
  position: relative;
}
.c-schedule__head {
  border-bottom: 1px solid #FF779B;
}

.c-schedule__open {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #FF779B;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1359px) {
  .c-schedule__open {
    font-size: 1.0625rem;
  }
}

.c-schedule__body {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #FF779B;
}

.c-schedule__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-schedule__content--second {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 1359px) {
  .c-schedule__content--second {
    gap: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-schedule__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .c-schedule__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .c-schedule__title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1359px) {
  .c-schedule__title {
    font-size: 1.1875rem;
  }
}

.c-schedule__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px;
  gap: 0.125rem;
}

.c-schedule__table th,
.c-schedule__table td {
  width: 68px;
  width: 4.25rem;
  height: 50px;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-schedule__table th,
  .c-schedule__table td {
    width: 1.8125rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1359px) {
  .c-schedule__table th,
  .c-schedule__table td {
    width: 3.4375rem;
    height: 2.1875rem;
    font-size: 1rem;
  }
}

.c-schedule__table th {
  color: #fff;
  background-color: #FF779B;
}
@media screen and (max-width: 767px) {
  .c-schedule__table th {
    height: 1.75rem;
  }
}

.c-schedule__table td:not(:first-child) {
  background-color: #FFE6E6;
}
@media screen and (max-width: 767px) {
  .c-schedule__table td:not(:first-child) {
    height: 2rem;
  }
}

.c-schedule__time--first {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.c-schedule__time--second {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.c-schedule__time--star {
  color: #FF779B;
}

.c-schedule__time {
  position: relative;
}

.c-schedule__time .time {
  position: absolute;
  content: "";
  top: 0;
  left: -45px;
  left: -2.8125rem;
  font-weight: 700;
  text-align: right;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
@media screen and (max-width: 400px) {
  .c-schedule__time .time {
    font-size: 0.75rem;
  }
}

.c-schedule__others {
  padding-left: 147px;
  padding-left: 9.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1359px) {
  .c-schedule__others {
    padding-left: 6.25rem;
    max-width: 24.8125rem;
    padding-left: 0;
    font-size: 1rem;
    margin-left: auto;
  }
}

.c-schedule__items {
  display: grid;
  grid-template-columns: 10.625rem auto;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 1359px) {
  .c-schedule__items {
    gap: 0.625rem;
    grid-template-columns: 8.4375rem auto;
    width: 24.8125rem;
  }
}

.c-schedule__items--single {
  display: block;
}

.c-schedule__items--single .c-schedule__item {
  margin-left: -22px;
  margin-left: -1.375rem;
}
@media screen and (max-width: 1359px) {
  .c-schedule__items--single .c-schedule__item {
    margin-left: 0;
    margin-left: initial;
  }
}

.c-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  gap: 0.4375rem;
}

.c-schedule__left {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-color: #FF779B;
  border-radius: 0.5rem;
  color: #fff;
  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-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9444444444;
}
@media screen and (max-width: 1359px) {
  .c-schedule__left {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1rem;
  }
}

.c-schedule__right {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}
@media screen and (max-width: 1359px) {
  .c-schedule__right {
    font-size: 1rem;
  }
}

.c-schedule__info {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-schedule__info li {
  line-height: 1.3333333333;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1359px) {
  .c-schedule__info li {
    line-height: 1.375;
    font-size: 1rem;
    -webkit-text-size-adjust: 100% !important;
  }
}

.c-schedule__day th {
  height: 42px;
  height: 2.625rem;
}

.c-scroll-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FF779B;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-about {
  margin-top: -24px;
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
  background-color: #FFE6E6;
  border-radius: 1.875rem 1.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    overflow: hidden;
  }
}

.p-about__icon {
  position: absolute;
  content: "";
}

.p-about__icon--first {
  top: 80px;
  top: 5rem;
  left: -27px;
  left: -1.6875rem;
  width: 250px;
  width: 15.625rem;
  height: 250px;
  height: 15.625rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__icon--first {
    top: 2.5rem;
    left: calc(50% - 12.8125rem);
    width: 9.6875rem;
    height: 9.6875rem;
  }
}

.p-about__icon--second {
  bottom: -40px;
  bottom: -2.5rem;
  right: -100px;
  right: -6.25rem;
  width: 246px;
  width: 15.375rem;
  height: 192px;
  height: 12rem;
  z-index: -1;
}
@media screen and (min-width: 1360px) {
  .p-about__icon--second {
    right: -3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__icon--second {
    display: none;
  }
}

.p-about__inner {
  padding-left: 77px;
  padding-left: 4.8125rem;
  padding-top: 224px;
  padding-top: 14rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  padding-right: 11px;
  padding-right: 0.6875rem;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 520fr 670fr;
  gap: 4.3055555556%;
  max-width: 1516px;
  max-width: 94.75rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1360px) {
  .p-about__inner {
    grid-template-columns: auto 670fr;
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    grid-template-columns: 1fr;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 4.25rem;
  }
}

.p-about__item {
  position: relative;
  z-index: 1;
}

.p-about__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 2.25rem;
    text-align: center;
  }
}

.p-about__content {
  margin-top: 38px;
  margin-top: 2.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    margin-top: 3.3125rem;
    padding-inline: 1.25rem;
  }
}

.p-about__image img {
  border-radius: 0.75rem 0 0 0.75rem;
}

.p-about__more {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 5rem;
  }
}

.p-about__times {
  display: grid;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__times {
    overflow-x: scroll;
  }
}

.p-about__box {
  margin-top: -350px;
  margin-top: -21.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__box {
    margin-top: 0rem;
    overflow: scroll;
  }
}

.p-about__time {
  background-color: #fff;
  padding: 27px 24px 37px 37px;
  padding: 1.6875rem 1.5rem 2.3125rem 2.3125rem;
  border-radius: 1.25rem;
  z-index: 5;
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 1360px) {
  .p-about__time {
    min-width: 43.5625rem;
  }
}
@media screen and (max-width: 1359px) {
  .p-about__time {
    padding: 1.6875rem 0.625rem 2.3125rem 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__time {
    padding: 1.6875rem 1.25rem;
    min-width: 35rem;
    width: calc(100% - 2.5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .p-about__time {
    width: calc(100% - 1.25rem);
    margin-right: auto;
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 1360px) {
  .p-about__time .c-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-inline: initial;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (min-width: 1360px) {
  .p-about__time .c-open .c-open__title {
    margin-top: 0.75rem;
    margin-right: 0.625rem;
    text-align: right;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 1360px) {
  .p-about__time .c-open .c-open__title br {
    display: block;
  }
}

.p-about__time .c-open__day th {
  height: 43px;
  height: 2.6875rem;
}
@media screen and (max-width: 438px) {
  .p-about__time .c-open__day th {
    width: 6.25rem;
  }
}

.p-about__gallery {
  margin-top: 66px;
  margin-top: 4.125rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about__gallery {
    margin: 0 calc(50% - 50vw);
    margin-top: 5rem;
  }
}

.p-about__picture--large {
  width: 76.2481089259%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about__picture--large {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
.p-about__picture--small {
  width: 37.9727685325%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  margin-top: -78px;
  margin-top: -4.875rem;
}
@media screen and (max-width: 767px) {
  .p-about__picture--small {
    margin-left: 0;
    margin-left: initial;
    width: 100%;
    margin-top: 0;
  }
}

.p-about__picture img {
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__picture img {
    border-radius: 0;
    aspect-ratio: 411/265;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.p-drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFE6E6;
    z-index: 100;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__inner {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 3.4375rem;
  }
}

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

@media screen and (max-width: 767px) {
  .p-drawer__nav {
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__list {
    border-bottom: 1px solid #6F5C47;
    position: relative;
    padding-inline: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__list::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.3125rem;
    width: 0.625rem;
    height: 0.625rem;
    background-image: url(../images/common/arrow_drawer.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__list a {
    font-size: 1.25rem;
    font-weight: 600;
    color: #6F5C47;
    line-height: 1.25;
    padding-block: 1.5625rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__items {
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__item {
    background-color: #fff;
    border-radius: 0.625rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    margin-top: 1.75rem;
    padding-inline: 1.25rem;
    min-width: 35rem;
    width: calc(100% - 2.5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 619px) {
  .p-drawer__item {
    width: calc(100% - 1.25rem);
    margin-right: auto;
    margin-left: 1.25rem;
  }
}

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

@media screen and (max-width: 767px) {
  .p-drawer__tel a {
    max-width: 23.125rem;
    height: 5rem;
    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;
    margin-inline: auto;
    background-color: #FF779B;
    border-radius: 1.25rem;
    color: #fff;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 500;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__tel a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.25rem;
    background-image: url(../images/common/tel_drawer.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.375rem;
    height: 1.9375rem;
  }
}

.p-footer {
  background-color: #FF779B;
  color: #fff;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 30px;
  padding-inline: 1.875rem;
  gap: 20px;
  gap: 1.25rem;
  padding-block: 43px;
  padding-block: 2.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    display: block;
    padding: 1.25rem;
  }
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-footer__lists {
    display: block;
  }
}

.p-footer__link {
  display: block;
  padding-inline: 10px;
  padding-inline: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .p-footer__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    padding-inline: 0rem;
    line-height: 1;
    padding-block: 1.0625rem;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-footer__list:first-child .p-footer__link {
  padding-left: 0;
}

.p-footer__list:not(:last-child) .p-footer__link {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__list:not(:last-child) .p-footer__link {
    border-right: none;
  }
}

.p-footer__open {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-footer__open {
    padding-block: 1.0625rem;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    position: relative;
    width: 100%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__open::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/common/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-footer__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__other {
    display: grid;
    margin-top: 1.3125rem;
    gap: 0.75rem;
  }
}

.p-footer__logo {
  width: 220px;
  width: 13.75rem;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .p-footer__logo {
    width: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 100%;
  }
}

.p-footer__logo:nth-child(2) {
  width: 271px;
  width: 16.9375rem;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .p-footer__logo:nth-child(2) {
    width: 13.55rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo:nth-child(2) {
    width: 100%;
  }
}

.p-footer__copyright {
  text-align: center;
  position: absolute;
  content: "";
  bottom: 15px;
  bottom: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FF779B;
  z-index: 1;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 0.75rem;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    position: relative;
  }
}

.p-header {
  padding-block: 10px;
  padding-block: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-header {
    padding-block: 0.4375rem;
  }
}

.p-header__inner {
  padding-inline: 30px;
  padding-inline: 1.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 1.25rem;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__content {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-header__content {
    display: grid;
    gap: 0.25rem;
  }
}

.p-header__logo {
  width: 194px;
  width: 12.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 9rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-header__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-left: 2.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-header__list:last-child a {
    padding-right: 0;
  }
}

.p-header__link {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FF779B;
  padding-inline: 32px;
  padding-inline: 2rem;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-header__link {
    font-size: 1rem;
  }
}

.p-header__list:not(:last-child) .p-header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  width: 0.125rem;
  height: 65%;
  background-color: #FF779B;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-header__item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-header__text {
  font-size: 10px;
  font-family: "Inter", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.p-header__tel p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FF779B;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-header__tel p {
    font-size: 0.75rem;
  }
}

.p-header__tel span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #443A2F;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .p-header__tel span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-header__icon {
    margin-right: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__icon a {
    display: block;
    width: 3.0625rem;
    height: 3.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
    padding: 0;
    padding-bottom: 1.4375rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger::after {
    content: "Menu";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    font-size: 0.8125rem;
    color: #FF779B;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburgerLine {
    width: 2.5rem;
    height: 0.1875rem;
    background-color: #FF779B;
    display: block;
    border-radius: 1.875rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburgerLine:nth-child(2) {
    margin-top: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger.is-active .p-header__hamburgerLine:nth-child(1) {
    -webkit-transform: translateY(0.4375rem) rotate(25deg);
            transform: translateY(0.4375rem) rotate(25deg);
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger.is-active .p-header__hamburgerLine:nth-child(2) {
    -webkit-transform: translateY(-0.4375rem) rotate(-25deg);
            transform: translateY(-0.4375rem) rotate(-25deg);
  }
}

@media screen and (max-width: 767px) {
  .p-header__hamburger.is-active::after {
    content: "Close";
  }
}

.p-main {
  margin-top: 94px;
  margin-top: 5.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-main {
    z-index: 10;
  }
}

.p-main__inner {
  padding-inline: 30px;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-main__inner {
    padding-inline: 1.25rem;
  }
}

.p-main__bg {
  position: relative;
  display: block;
  z-index: -1;
}

.p-main__bg img {
  border-radius: 1.875rem;
  height: 100%;
  aspect-ratio: 1375/650;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-main__bg img {
    aspect-ratio: 372/220;
  }
}

.p-main__time p {
  margin-left: 127px;
  margin-left: 7.9375rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.25;
  font-weight: 500;
  color: #FF779B;
}

.p-medical__inner {
  padding-inline: 70px;
  padding-inline: 4.375rem;
  max-width: 1510px;
  max-width: 94.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-medical__inner {
    padding-inline: 1.25rem;
  }
}

.p-medical__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  gap: 4.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-medical__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-medical__content {
  width: calc(50% + 2.1875rem);
}
@media screen and (max-width: 767px) {
  .p-medical__content {
    width: 100%;
  }
}

.p-medical__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.8125rem, 1fr));
  gap: 24px 10px;
  gap: 1.5rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-medical__cards {
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    gap: 1.25rem 0.625rem;
  }
}

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

.p-medical__circle {
  width: 205px;
  width: 12.8125rem;
  height: 205px;
  height: 12.8125rem;
  background-color: #FFE6E6;
  border-radius: 1000px;
  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;
}
@media screen and (max-width: 767px) {
  .p-medical__circle {
    width: 10rem;
    height: 10rem;
  }
}

.p-medical__name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-medical__container {
  width: calc(50% - 2.1875rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-medical__container {
    width: 100%;
  }
}

.p-medical__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .p-medical__title {
    font-size: 2.25rem;
    text-align: center;
  }
}

.p-medical__comment {
  margin-top: 38px;
  margin-top: 2.375rem;
  line-height: 2;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-medical__other {
  margin-top: 40px;
  margin-top: 2.5rem;
  border: 1px solid #FF779B;
  border-radius: 0.5rem;
  padding: 30px;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-medical__other {
    margin-top: 3.4375rem;
    padding-top: 1.6875rem;
    padding-bottom: 2.1875rem;
    padding-left: 4.0625rem;
    padding-right: 1.5625rem;
    gap: 1.25rem;
    width: 100%;
    max-width: 28.125rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-medical__other--desktop {
    display: none;
  }
}

.p-medical__other--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-medical__other--mobile {
    display: block;
  }
}

.p-medical__other p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #FF779B;
  min-width: 110px;
  min-width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-medical__other p {
    text-align: center;
    -webkit-transform: translateX(-1.875rem);
            transform: translateX(-1.875rem);
  }
}

.p-medical__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-medical__lists {
    margin-top: 0.8125rem;
  }
}

.p-medical__list {
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  .p-medical__list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-medical__list {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-medical__list:last-child {
    padding-right: 0;
  }
}

.p-medical__list::before {
  position: absolute;
  content: "／";
  right: 2px;
  right: 0.125rem;
  top: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.p-medical__list:last-child::before {
  display: none;
}

.p-medical__subject {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
  padding-top: 150px;
  padding-top: 9.375rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-medical__subject {
    padding-top: 7.4375rem;
    padding-bottom: 12.5rem;
  }
}

.p-medical__subject::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1075px;
  max-width: 67.1875rem;
  height: 100%;
  background-image: url(../images/top/medical_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -20px;
  top: -1.25rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-medical__subject::before {
    width: calc(100% + 2.5rem);
    background-size: 100% 90%;
    top: 2.1875rem;
    background-image: url(../images/top/medical_bg_sp.png);
  }
}

.p-medical__comment--second {
  max-width: 600px;
  max-width: 37.5rem;
  text-align: left;
  margin-inline: auto;
}

.p-medical__more {
  margin-top: 92px;
  margin-top: 5.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-medical__more {
    margin-top: 3.125rem;
  }
}

.p-medical__care {
  position: absolute;
  content: "";
}

.p-medical__care--first {
  bottom: 15%;
  left: 5%;
  width: 16.5972222222%;
}
@media screen and (max-width: 767px) {
  .p-medical__care--first {
    bottom: -3.75rem;
    left: 0.625rem;
    width: 32.5242718447%;
    max-width: 9.375rem;
  }
}

.p-medical__care--second {
  top: 0;
  right: 15%;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .p-medical__care--second {
    top: 10%;
    right: -5%;
    width: 19.6601941748%;
    max-width: 6.25rem;
  }
}

.p-medical__care--third {
  bottom: 10%;
  right: 0;
  width: 30.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-medical__care--third {
    bottom: 0rem;
    right: -0.625rem;
    left: auto;
    left: initial;
    width: 55.3398058252%;
    max-width: 15.625rem;
  }
}

/*======================================================
    アイコン画像サイズ
======================================================*/
.p-medical__card:nth-child(1) .p-medical__icon {
  width: 97px;
  width: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .p-medical__card:nth-child(1) .p-medical__icon {
    width: 4.9375rem;
  }
}

.p-medical__card:nth-child(2) .p-medical__icon {
  width: 104px;
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-medical__card:nth-child(2) .p-medical__icon {
    width: 5.375rem;
  }
}

.p-medical__card:nth-child(3) .p-medical__icon {
  width: 112px;
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-medical__card:nth-child(3) .p-medical__icon {
    width: 5.8125rem;
  }
}

.p-medical__card:nth-child(4) .p-medical__icon {
  width: 132px;
  width: 8.25rem;
}
@media screen and (max-width: 767px) {
  .p-medical__card:nth-child(4) .p-medical__icon {
    width: 7.4375rem;
  }
}

.p-medical__card:nth-child(5) .p-medical__icon {
  width: 80px;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-medical__card:nth-child(5) .p-medical__icon {
    width: 4.0625rem;
  }
}

.p-medical__card:nth-child(6) .p-medical__icon {
  width: 115px;
  width: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-medical__card:nth-child(6) .p-medical__icon {
    width: 5.9375rem;
  }
}

.p-nav {
  background-color: #FFE6E6;
  border-radius: 1.875rem 1.875rem 0 0;
  padding-top: 53px;
  padding-top: 3.3125rem;
}

.p-nav__inner {
  display: grid;
  grid-template-columns: auto 42.9375rem;
  gap: 25px;
  gap: 1.5625rem;
  padding-inline: 30px;
  padding-inline: 1.875rem;
  max-width: 1440px;
  max-width: 90rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 63px;
  padding-bottom: 3.9375rem;
  margin-inline: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-nav__inner {
    display: block;
    padding-inline: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 1359px) {
  .p-nav__inner {
    grid-template-columns: 580fr 748fr;
  }
}

@media screen and (max-width: 767px) {
  .p-nav__map {
    width: 100%;
    margin-top: 1.9375rem;
    padding-inline: 1.25rem;
  }
}

.p-nav__map iframe {
  aspect-ratio: 689/796;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-nav__map iframe {
    aspect-ratio: 372/360;
  }
}

@media screen and (max-width: 767px) {
  .p-nav__item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 2.5rem;
  }
}

.p-nav__logo {
  width: 221px;
  width: 13.8125rem;
  margin-inline: auto;
}

.p-nav__place {
  line-height: 1.4375;
  text-align: center;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .p-nav__place span {
    display: block;
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-nav__place p:nth-child(2) {
    margin-bottom: 0.375rem;
  }
}

.p-nav__contact {
  text-align: center;
  background-color: #fff;
  border-radius: 1.25rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-nav__contact {
    width: calc(100% - 2.5rem);
    margin-inline: auto;
  }
}

.p-nav__contact p:nth-child(1) {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  font-weight: 700;
  color: #FF779B;
}

.p-nav__contact p:nth-child(2) {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 0.6944444444;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-nav__contact p:nth-child(3) {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .p-nav__box {
    overflow: scroll;
    margin: 0 calc(50% - 50vw);
    width: 100%;
    margin-inline: auto;
  }
}

.p-nav__schedule {
  background-color: #fff;
  padding: 27px 24px 37px 37px;
  padding: 1.6875rem 1.5rem 2.3125rem 2.3125rem;
  border-radius: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-nav__schedule {
    margin-top: 0.375rem;
    padding: 1.6875rem 1.25rem;
    min-width: 35rem;
    width: calc(100% - 2.5rem);
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .p-nav__schedule {
    width: calc(100% - 1.25rem);
    margin-right: auto;
    margin-left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-nav__scheduleInner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    max-width: 19.6875rem;
  }
}

.p-nav__careful {
  font-weight: 500;
  line-height: 1.25;
  color: #FF779B;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-nav__careful {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

.p-nav__comment {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-nav__comment {
    font-size: 0.6875rem;
    margin-top: 0.625rem;
  }
}

.p-nav__others {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  gap: 1rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-nav__others {
    grid-template-columns: 1fr;
    gap: 1.0625rem;
    margin-top: 3.1875rem;
    padding-inline: 1.25rem;
  }
}

.p-nav__subject {
  width: 100%;
  min-height: 39px;
  min-height: 2.4375rem;
  background-color: #FF779B;
  color: #fff;
  font-weight: 600;
  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;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-nav__subject {
    width: 100%;
    min-height: 2.4375rem;
    font-size: 1.125rem;
  }
}

.p-nav__lists {
  margin-top: 8px;
  margin-top: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-nav__lists {
    margin-top: 0.6875rem;
  }
}

.p-nav__list {
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .p-nav__list {
    font-size: 1.125rem;
  }
}

.p-nav__list span {
  color: #FF779B;
}

.p-nav__ohter {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-nav__ohter:nth-child(2) p {
    padding-inline: 1.25rem;
    font-size: 1rem;
  }
}

.p-nav__ohter p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-nav__box .c-schedule__table th,
.p-nav__box .c-schedule__table td {
  width: 66.5px;
  width: 4.15625rem;
}
@media screen and (max-width: 767px) {
  .p-nav__box .c-schedule__table th,
  .p-nav__box .c-schedule__table td {
    width: 1.8125rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1359px) {
  .p-nav__box .c-schedule__table th,
  .p-nav__box .c-schedule__table td {
    width: 3.4375rem;
    height: 2.1875rem;
    font-size: 1rem;
  }
}

.p-news {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-top: 3.75rem;
  }
}

.p-news__inner {
  padding-inline: 72px;
  padding-inline: 4.5rem;
  max-width: 1510px;
  max-width: 94.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding-inline: 1.25rem;
  }
}

.p-news__container {
  background-color: #FFE6E6;
  border-radius: 1.875rem;
  padding: 45px 60px;
  padding: 2.8125rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 68px;
  gap: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__container {
    display: block;
    background-color: transparent;
    background-color: initial;
    border-radius: 0;
    border-radius: initial;
    padding: 0;
    padding: initial;
  }
}

.p-news__head {
  width: 204px;
  width: 12.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    width: 100%;
  }
}

.p-news__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #FF779B;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 2.25rem;
    text-align: center;
  }
}

.p-news__more {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    margin-top: 2.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-news__more a {
  min-width: 204px;
  min-width: 12.75rem;
  min-height: 48px;
  min-height: 3rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__more a {
    min-height: 5rem;
    min-width: 20.9375rem;
    font-size: 1.375rem;
  }
}

.p-news__more a:before {
  width: 11px;
  width: 0.6875rem;
  right: 16px;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__more a:before {
    width: 0.875rem;
    right: 1.5625rem;
  }
}

.p-news__content {
  width: calc(100% - 12.75rem);
}
@media screen and (max-width: 767px) {
  .p-news__content {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-news__item {
  padding-block: 15px;
  padding-block: 0.9375rem;
  border-bottom: 1px solid #FF779B;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    padding-bottom: 1.4375rem;
  }
}

.p-news__item:first-child {
  padding-top: 0;
}

.p-news__arrow {
  margin-top: 5px;
  margin-top: 0.3125rem;
  width: 23px;
  width: 1.4375rem;
  margin-left: auto;
  margin-right: 20px;
  margin-right: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-news__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #FF779B;
}

.p-news__name {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 7px;
  margin-top: 0.4375rem;
  text-decoration: underline;
  text-underline-offset: auto;
}
@media screen and (max-width: 767px) {
  .p-news__name {
    margin-top: 0;
  }
}

.p-news__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-right: 110px;
  padding-right: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    padding-right: 0;
    margin-top: 1.125rem;
  }
}

@media (any-hover: hover) {
  .p-news__item:hover {
    opacity: 1;
  }
  .p-news__item:hover .p-news__arrow {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}
.p-page-about {
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-about {
    position: relative;
    padding-bottom: 5.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-about::before {
    content: "";
    position: absolute;
    top: -7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/about/about_doctor_bg_sp.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.p-page-about__inner {
  max-width: 1400px;
  max-width: 87.5rem;
  margin-inline: auto;
  padding-inline: 76px;
  padding-inline: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-about__inner {
    padding-inline: 1.25rem;
    max-width: 34.375rem;
    padding-bottom: 6.25rem;
  }
}

.p-page-about__message {
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 400;
  font-style: italic;
  line-height: normal;
  color: #fff;
  text-transform: capitalize;
  position: relative;
}

.p-page-about__message span {
  display: block;
  font-weight: 700;
  margin-top: -18px;
  margin-top: -1.125rem;
  font-size: 16px;
  font-size: 1rem;
  color: #FF779B;
  padding-left: 43px;
  padding-left: 2.6875rem;
}

.p-page-about__content {
  max-width: 980px;
  max-width: 61.25rem;
  margin-inline: auto;
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-page-about__wrapper {
  display: grid;
  grid-template-columns: 219fr 706fr;
  gap: 58px;
  gap: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-about__wrapper {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-about__block {
    display: grid;
    grid-template-columns: 200fr 146fr;
    gap: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-page-about__image img {
  aspect-ratio: 219/234;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.p-page-about__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 400;
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-about__text {
    margin-top: 0rem;
  }
}

.p-page-about__text p:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-page-about__detail {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-page-about__detail {
    text-align: left;
    margin-top: 0;
  }
}

.p-page-about__role {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .p-page-about__role {
    font-size: 0.875rem;
  }
}

.p-page-about__name {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .p-page-about__name {
    font-size: 1.625rem;
  }
}

.p-page-access__inner {
  padding-inline: 76px;
  padding-inline: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-access__inner {
    padding-inline: 1.25rem;
  }
}

.p-page-access__container {
  display: grid;
  grid-template-columns: 256fr 963fr;
  gap: 59px;
  gap: 3.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-access__container {
    grid-template-columns: 1fr;
    gap: 2.1875rem;
  }
}

.p-page-access__info {
  min-width: 256px;
  min-width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-page-access__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-page-access__name {
  font-size: 40px;
  font-size: 2.5rem;
  color: #FF779B;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: normal;
}

.p-page-access__name span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: block;
}

.p-page-access__address {
  margin-top: 26px;
  margin-top: 1.625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page-access__address {
    margin-top: 0.375rem;
  }
}

.p-page-access__address span:nth-child(2) {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.43;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-page-access__map {
    margin: 0 calc(50% - 50vw);
  }
}

.p-page-access__map iframe {
  aspect-ratio: 963/535;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-page-access__map iframe {
    aspect-ratio: 412/360;
  }
}

.p-page-access__how {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.p-page-access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 53px;
  gap: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-page-access__list {
    -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 (max-width: 767px) {
  .p-page-access__item {
    width: 100%;
  }
}

.p-page-access__pattern {
  font-size: 21px;
  font-size: 1.3125rem;
  background-color: #FF779B;
  color: #fff;
  font-weight: 700;
  min-height: 78px;
  min-height: 4.875rem;
  max-width: 464px;
  max-width: 29rem;
  width: 100%;
  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;
  border-radius: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-access__pattern {
    font-size: 1.1875rem;
    width: 100%;
    min-width: 0;
    min-width: initial;
    margin-inline: auto;
    min-height: 3.9375rem;
    max-width: 31.25rem;
  }
}

.p-page-access__item:nth-child(1) .p-page-access__pattern::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27px;
  left: 1.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  width: 4.0625rem;
  height: 25px;
  height: 1.5625rem;
  background-image: url(../images/access/bus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-page-access__item:nth-child(1) .p-page-access__pattern::before {
    width: 2.8125rem;
    height: 1.125rem;
    left: 1.125rem;
  }
}

.p-page-access__item:nth-child(2) .p-page-access__pattern::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27px;
  left: 1.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  width: 4.0625rem;
  height: 25px;
  height: 1.5625rem;
  background-image: url(../images/access/car.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-page-access__item:nth-child(2) .p-page-access__pattern::before {
    width: 2.625rem;
    height: 1.25rem;
    left: 1.125rem;
  }
}

.p-page-access__goal {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6F5C47;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-access__goal {
    font-size: 1rem;
  }
}

.p-page-access__process {
  display: grid;
  gap: 32px;
  gap: 2rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-inline: 62px;
  padding-inline: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-access__process {
    padding-inline: 0rem;
    width: 88.9784946237%;
    margin-inline: auto;
    max-width: 28.75rem;
  }
}

.p-page-access__way {
  font-size: 18px;
  font-size: 1.125rem;
  color: #6F5C47;
  line-height: 1.5;
  text-align: center;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  min-width: 340px;
  min-width: 21.25rem;
  border: 1px solid #6F5C47;
  border: 0.0625rem solid #6F5C47;
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-access__way {
    font-size: 1rem;
    min-width: 0;
    min-width: initial;
    width: 100%;
  }
}

.p-page-access__way:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -18px;
  bottom: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  width: 0.625rem;
  height: 25px;
  height: 1.5625rem;
  background-image: url(../images/access/access_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-page-commitment {
  position: relative;
  z-index: 1;
  margin-top: 122px;
  margin-top: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-commitment {
    margin-top: 6.9375rem;
  }
}

.p-page-commitment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/courses/commitment_bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-page-commitment::before {
    background-size: cover;
  }
}

.p-page-commitment__inner {
  max-width: 1157px;
  max-width: 72.3125rem;
  margin-inline: auto;
  padding-inline: 36px;
  padding-inline: 2.25rem;
  padding-top: 166px;
  padding-top: 10.375rem;
  padding-bottom: 132px;
  padding-bottom: 8.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-commitment__inner {
    padding-top: 1.875rem;
    padding-bottom: 4.4375rem;
    padding-inline: 1.25rem;
  }
}

.p-page-commitment__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .p-page-commitment__title {
    font-size: 2.25rem;
  }
}

.p-page-commitment__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-commitment__gallery {
    display: block;
  }
}

.p-page-commitment__thumbnail img {
  aspect-ratio: 345/221;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0.75rem;
}

.p-page-commitment__culumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  gap: 1.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-page-commitment__culumn {
    gap: 0.25rem;
    margin-top: 0.25rem;
  }
}

.p-page-commitment__image img {
  aspect-ratio: 345/221;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0.75rem;
}

.p-page-commitment__text {
  max-width: 667px;
  max-width: 41.6875rem;
  margin-inline: auto;
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77;
  color: #6F5C47;
}
@media screen and (max-width: 767px) {
  .p-page-commitment__text {
    margin-top: 1.375rem;
  }
}

.p-page-contens {
  position: relative;
  z-index: 2;
}

.p-page-courses__list {
  margin-top: 110px;
  margin-top: 6.875rem;
}

.p-page-courses__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  max-width: 700px;
  max-width: 43.75rem;
  gap: 38px;
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__cards {
    gap: 0.9375rem 1.25rem;
  }
}

.p-page-courses__card {
  display: block;
  margin-inline: initial;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-page-courses__card:nth-child(1) .p-page-courses__icon {
  width: 70px;
  width: 4.375rem;
}

.p-page-courses__card:nth-child(2) .p-page-courses__icon {
  width: 75px;
  width: 4.6875rem;
}

.p-page-courses__card:nth-child(3) .p-page-courses__icon {
  width: 95px;
  width: 5.9375rem;
}

.p-page-courses__card:nth-child(4) .p-page-courses__icon {
  width: 58px;
  width: 3.625rem;
}

.p-page-courses__card:nth-child(5) .p-page-courses__icon {
  width: 83px;
  width: 5.1875rem;
}

.p-page-courses__card:nth-child(6) .p-page-courses__icon {
  width: 81px;
  width: 5.0625rem;
}

.p-page-courses__card:nth-child(7) .p-page-courses__icon {
  width: 90px;
  width: 5.625rem;
}

.p-page-courses__circle {
  width: 144px;
  width: 9rem;
  height: 144px;
  height: 9rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__circle {
    width: 11.1875rem;
    height: 11.1875rem;
  }
}
@media screen and (max-width: 400px) {
  .p-page-courses__circle {
    width: 10rem;
    height: 10rem;
  }
}

.p-page-courses__anchorName {
  color: #6F5C47;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-page-courses__wrapper {
  margin-top: 243px;
  margin-top: 15.1875rem;
  padding-inline: 76px;
  padding-inline: 4.75rem;
  max-width: 1200px;
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-courses__wrapper {
    padding-inline: 2.5rem;
    margin-top: 9.0625rem;
  }
}

.p-page-courses__contents {
  position: relative;
}

.p-page-courses__contents:not(:first-child) {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__contents:not(:first-child) {
    margin-top: 5rem;
  }
}

.p-page-courses__content {
  display: grid;
  grid-template-columns: 310fr 702fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 85px;
  gap: 5.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-page-courses__content {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-courses__content {
    grid-template-columns: 1fr;
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
    gap: 3.75rem;
  }
}

.p-page-courses__head {
  position: relative;
}

.p-page-courses__title {
  text-align: center;
  font-size: 43px;
  font-size: 2.6875rem;
  line-height: 1.28;
  width: 219px;
  width: 13.6875rem;
  height: 219px;
  height: 13.6875rem;
  background-color: #fff;
  color: #FF779B;
  border-radius: 1000px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  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;
}
@media screen and (min-width: 1800px) {
  .p-page-courses__title {
    left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-page-courses__title {
    width: 8.4375rem;
    height: 8.4375rem;
    font-size: 1.875rem;
  }
}

.p-page-courses__title span {
  position: relative;
  z-index: 5;
}

.p-page-courses__box {
  width: 310px;
  width: 19.375rem;
  height: 310px;
  height: 19.375rem;
  background-color: #fff;
  color: #FF779B;
  border-radius: 1000px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  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;
}
@media screen and (max-width: 767px) {
  .p-page-courses__box {
    width: 19.4375rem;
    height: 19.4375rem;
    margin-inline: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 4.0625rem;
  }
}

.p-page-courses__subjuct {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-page-courses__subjuct {
    margin-top: 1.75rem;
  }
}

.p-page-courses__bubble {
  position: absolute;
  display: block;
  z-index: 3;
  background-color: #FFE6E6;
  border-radius: 1000px;
  opacity: 0.7;
}

.p-page-courses__blend {
  mix-blend-mode: multiply;
  width: inherit;
  height: inherit;
  border-radius: 1000px;
  background-color: #FFE6E6;
}

.p-page-courses__bubble--first {
  top: -17px;
  top: -1.0625rem;
  left: 215px;
  left: 13.4375rem;
  width: 123px;
  width: 7.6875rem;
  height: 123px;
  height: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__bubble--first {
    top: -1.0625rem;
    left: auto;
    left: initial;
    right: calc(50% - 11.625rem);
    width: 7.75rem;
    height: 7.75rem;
  }
}

.p-page-courses__bubble--second {
  top: 152px;
  top: 9.5rem;
  left: -30px;
  left: -1.875rem;
  width: 53px;
  width: 3.3125rem;
  height: 53px;
  height: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__bubble--second {
    top: 9.5625rem;
    left: calc(50% - 11.625rem);
    width: 3.3125rem;
    height: 3.3125rem;
  }
}

.p-page-courses__bubble--third {
  bottom: -39px;
  bottom: -2.4375rem;
  left: 215px;
  left: 13.4375rem;
  width: 109px;
  width: 6.8125rem;
  height: 109px;
  height: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__bubble--third {
    bottom: -2.4375rem;
    left: auto;
    left: initial;
    right: calc(50% - 10.9375rem);
    width: 6.875rem;
    height: 6.875rem;
  }
}

.p-page-courses__thumbnail {
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__thumbnail {
    width: 10rem;
    height: 10rem;
  }
}

.p-page-courses__thumbnail img {
  border-radius: 1rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-courses__thumbnail img {
  border-radius: 1rem;
}

.p-page-courses__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  gap: 1.6875rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.4375rem;
    margin-top: 1.25rem;
    padding-bottom: 0rem;
  }
}

.p-page-courses__names {
  background-color: #FF779B;
  min-width: 222px;
  min-width: 13.875rem;
  min-height: 119px;
  min-height: 7.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  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;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__names {
    min-width: 0;
    min-width: initial;
    min-height: 4.375rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-inline: 1.25rem;
    background-color: #fff;
    color: #FF779B;
  }
}

.p-page-courses__names p {
  font-weight: 700;
  line-height: 2;
}

.p-page-courses__name {
  margin-top: 2px;
  margin-top: 0.125rem;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  .p-page-courses__name {
    margin-top: 0;
  }
}

.p-page-courses__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77;
  color: #6F5C47;
}

.p-page-courses__gallery {
  display: grid;
  gap: 21px;
  gap: 1.3125rem;
  margin-top: 173px;
  margin-top: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__gallery {
    margin-top: 0rem;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
    margin-top: 0.25rem;
  }
}

.p-page-courses__gallery--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page-courses__gallery--mobile {
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .p-page-courses__gallery--desktop {
    display: none;
  }
}

.p-page-courses__picture img {
  aspect-ratio: 405/259;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0.75rem;
}

.p-page-courses__mark {
  width: 75px;
  width: 4.6875rem;
  height: 75px;
  height: 4.6875rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-courses__mark {
    width: 5rem;
    height: 5rem;
  }
}

.p-page-courses__contents:nth-child(2) .p-page-courses__mark {
  width: 88px;
  width: 5.5rem;
}

.p-page-courses__contents:nth-child(3) .p-page-courses__mark {
  width: 126px;
  width: 7.875rem;
}

.p-page-courses__contents:nth-child(4) .p-page-courses__mark {
  width: 86px;
  width: 5.375rem;
}

.p-page-courses__items {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-courses__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5625rem;
    margin-top: 2.1875rem;
  }
}

.p-page-courses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-page-courses__who {
  color: #FF779B;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77;
}

.p-page-courses__who span {
  display: block;
  font-weight: 700;
}

.p-page-courses__who span:first-child {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-page-courses__who span:first-child {
    font-size: 1.125rem;
  }
}

.p-page-courses__who span:last-child {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.28;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-page-courses__who span:last-child {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-courses__who span:last-child {
    font-size: 1.875rem;
  }
}

/*======================================================
    偶数
======================================================*/
/*======================================================
    mausu
======================================================*/
@media (any-hover: hover) {
  .p-page-courses__card:hover {
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
    opacity: 1;
  }
}
.p-page-history {
  background-color: #fff;
  border-radius: 1.875rem 1.875rem;
  position: relative;
  z-index: 1;
}

.p-page-history::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37.9166666667%;
  height: 100%;
  aspect-ratio: 546/1000;
  background-image: url(../images/about/about_history_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-page-history__inner {
  max-width: 1596px;
  max-width: 99.75rem;
  margin-inline: auto;
  padding-inline: 76px;
  padding-inline: 4.75rem;
  padding-top: 68px;
  padding-top: 4.25rem;
  padding-bottom: 81px;
  padding-bottom: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-page-history__inner {
    padding-inline: 1.25rem;
    padding-top: 2.5625rem;
  }
}

.p-page-history__title {
  font-size: 60px;
  font-size: 3.75rem;
  color: #FF779B;
  font-weight: 500;
  line-height: normal;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-page-history__title {
    font-size: 2rem;
    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;
  }
}

.p-page-history__sub {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
  display: block;
  margin-bottom: -14px;
  margin-bottom: -0.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-history__sub {
    margin-top: -0.3125rem;
    margin-bottom: 0;
  }
}

.p-page-history__content {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-history__content {
    margin-top: 3rem;
  }
}

.p-page-history__item {
  display: grid;
  grid-template-columns: 8.4375rem auto;
  gap: 38px;
  gap: 2.375rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  width: 87%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-history__item {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    gap: 1.875rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-page-history__item::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: 1.125rem;
    width: 0.125rem;
    height: 100%;
    background-color: #FF779B;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-page-history__item::after {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 0.4375rem;
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #FF779B;
    z-index: 3;
    border-radius: 1000px;
  }
}

.p-page-history__item:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-page-history__item:last-child::before {
    display: none;
  }
}

.p-page-history__wrapper {
  position: relative;
  height: calc(100% + 4.1875rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-history__wrapper {
    height: 100%;
    padding-left: 1.25rem;
  }
}

.p-page-history__item:last-child .p-page-history__wrapper {
  height: 100%;
}

.p-page-history__wrapper::before {
  content: "";
  position: absolute;
  top: 28px;
  top: 1.75rem;
  left: 125px;
  left: 7.8125rem;
  width: 2px;
  width: 0.125rem;
  height: 100%;
  background-color: #FF779B;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-page-history__wrapper::before {
    display: none;
  }
}

.p-page-history__item:last-child .p-page-history__wrapper::before {
  height: 0;
}

.p-page-history__wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 114px;
  left: 7.125rem;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  background-color: #FF779B;
  z-index: 3;
  border-radius: 1000px;
}
@media screen and (max-width: 767px) {
  .p-page-history__wrapper::after {
    display: none;
  }
}

.p-page-history__year {
  font-size: 80px;
  font-size: 5rem;
  color: #FFE6E6;
  font-weight: 700;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: -43px;
  top: -2.6875rem;
  left: -64px;
  left: -4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-page-history__year {
    font-size: 3.75rem;
    top: auto;
    top: initial;
    bottom: -2.5rem;
    left: 2.375rem;
  }
}

.p-page-history__image img {
  aspect-ratio: 464/235;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 0.75rem;
}

.p-page-history__info {
  padding-top: 4px;
  padding-top: 0.25rem;
  width: 62.8421052632%;
}
@media screen and (max-width: 767px) {
  .p-page-history__info {
    padding-left: 2.5rem;
    padding-top: 0;
    width: 100%;
  }
}

.p-page-history__name {
  font-size: 24px;
  font-size: 1.5rem;
  color: #FF779B;
  font-weight: 700;
  line-height: normal;
}

.p-page-history__detail {
  margin-top: 17px;
  margin-top: 1.0625rem;
  line-height: 1.875;
  font-weight: 400;
}

.p-page-info {
  margin-top: 13%;
  padding-bottom: 57px;
  padding-bottom: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-page-info {
    padding-inline: 1.25rem;
    padding-bottom: 4.6875rem;
    margin-top: 0rem;
  }
}

.p-page-info__inner {
  max-width: 900px;
  max-width: 56.25rem;
  margin-inline: auto;
  position: relative;
  padding-top: 98px;
  padding-top: 6.125rem;
  padding-right: 69px;
  padding-right: 4.3125rem;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  padding-left: 80px;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-page-info__inner {
    padding-top: 2.875rem;
    padding-right: 1.25rem;
    padding-bottom: 1.5625rem;
    padding-left: 2.5rem;
  }
}

.p-page-info__bind {
  position: absolute;
  top: -45px;
  top: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 322px;
  width: 20.125rem;
  height: 64px;
  height: 4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-page-info__bind {
    -webkit-transform: translateX(-50%) rotate(2.217deg);
            transform: translateX(-50%) rotate(2.217deg);
    width: 11.25rem;
    height: 2.6875rem;
    top: -1.5rem;
  }
}

.p-page-info__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transform: rotate(-2.217deg);
          transform: rotate(-2.217deg);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-info__inner::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.p-page-info__inner::after {
  content: "";
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(-2.217deg);
          transform: translateY(-50%) rotate(-2.217deg);
  left: 16px;
  left: 1rem;
  width: 18px;
  width: 1.125rem;
  height: 92%;
  background-size: 1.125rem 1.125rem;
  background-image: radial-gradient(circle at center, #FFE6E6 0.25rem, transparent 0.1875rem);
  background-repeat: repeat-y;
  background-position: left top;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-page-info__inner::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
    height: 97%;
    left: 0.625rem;
  }
}

.p-page-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-info__wrapper {
    display: block;
  }
}

.p-page-info__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  color: #FF779B;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 14px;
  padding-inline: 0.875rem;
  z-index: 1;
  width: 100px;
  width: 6.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-page-info__title {
    margin-inline: auto;
  }
}

.p-page-info__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  height: 0.75rem;
  border-radius: 5rem;
  background-color: #FFE6E6;
  z-index: -1;
}

.p-page-info__content {
  width: calc(100% - 8.5rem);
}
@media screen and (max-width: 767px) {
  .p-page-info__content {
    width: 100%;
  }
}

.p-page-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 12px;
  padding-block: 0.75rem;
  border-bottom: 1px solid #FF779B;
  gap: 70px;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-info__item {
    display: block;
  }
}

.p-page-info__year {
  width: 220px;
  width: 13.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .p-page-info__year {
    width: 100%;
    font-size: 1rem;
  }
}

.p-page-info__detail {
  width: calc(100% - 12.8125rem);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-page-info__detail {
    width: 100%;
    font-size: 1rem;
    margin-top: 0.5rem;
    padding-left: 1.0625rem;
  }
}

.p-page-map__inner {
  padding-top: 177px;
  padding-top: 11.0625rem;
  padding-inline: 170px;
  padding-inline: 10.625rem;
  max-width: 1252px;
  max-width: 78.25rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-map__inner {
    padding-inline: 1.25rem;
    padding-top: 5.5rem;
  }
}

.p-page-map__header {
  left: auto;
  left: initial;
  right: 50px;
  right: 3.125rem;
  top: 55px;
  top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-page-map__header {
    left: 0rem;
    top: 1.375rem;
  }
}

.p-page-map__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-page-map__title span {
  position: relative;
  z-index: 5;
}

.p-page-map__title span:last-child {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-map__title span:last-child {
    font-size: 1.25rem;
  }
}

.p-page-map__bubble {
  top: 10px;
  top: 0.625rem;
  right: 10px;
  right: 0.625rem;
}

.p-page-map__bubble--first {
  top: 35px;
  top: 2.1875rem;
  right: 236px;
  right: 14.75rem;
  left: auto;
  left: initial;
}
@media screen and (max-width: 767px) {
  .p-page-map__bubble--first {
    top: 0.8125rem;
    left: 6.375rem;
    width: 4.3125rem;
    height: 4.3125rem;
  }
}

.p-page-map__bubble--second {
  top: 14px;
  top: 0.875rem;
  right: 181px;
  right: 11.3125rem;
  left: auto;
  left: initial;
}
@media screen and (max-width: 767px) {
  .p-page-map__bubble--second {
    top: 5.375rem;
    left: -0.1875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-page-map__bubble--third {
  top: 188px;
  top: 11.75rem;
  right: 0px;
  right: 0rem;
  left: auto;
  left: initial;
}
@media screen and (max-width: 767px) {
  .p-page-map__bubble--third {
    top: 6.5625rem;
    left: 1.375rem;
    width: 3.8125rem;
    height: 3.8125rem;
  }
}

.p-page-map__container {
  background-color: #fff;
  display: grid;
  grid-template-columns: 527fr 576fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-map__container {
    grid-template-columns: 1fr;
    padding-top: 1.75rem;
    padding-bottom: 2.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-map__image {
    margin-top: 3rem;
  }
}

.p-page-map__image img {
  aspect-ratio: 527/620;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-page-map__image img {
    aspect-ratio: 373/439;
  }
}

.p-page-map__items {
  padding-left: 66px;
  padding-left: 4.125rem;
  min-width: 420px;
  min-width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-map__items {
    min-width: 0;
    min-width: initial;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-page-map__head {
    text-align: center;
  }
}

.p-page-map__name {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: normal;
  color: #FF779B;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-page-map__name {
    font-size: 2rem;
  }
}

.p-page-map__sub {
  color: #6F5C47;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-page-map__sub {
    margin-top: 0.1875rem;
  }
}

.p-page-map__item {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-page-map__detail {
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-map__detail {
    font-size: 1rem;
  }
}

.p-page-map__detail:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-map__detail:not(:first-child) {
    margin-top: 0.625rem;
  }
}

.p-page-map__tag {
  color: #fff;
  background-color: #00479E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  width: 3.125rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 0.25rem;
}

.p-page-map__math {
  color: #443A2F;
}

.p-page-map__place {
  color: #443A2F;
}

.p-page-map__line {
  width: 1px;
  height: 24px;
  height: 1.5rem;
  background-color: #443A2F;
  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;
}

.p-page-news {
  position: relative;
  z-index: 2;
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.p-page-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 82px;
  gap: 5.125rem;
  padding-left: 76px;
  padding-left: 4.75rem;
  padding-right: 85px;
  padding-right: 5.3125rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  max-width: 1440px;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-news__inner {
    display: block;
    padding-inline: 1.25rem;
  }
}

.p-page-news__inner--material {
  padding: 0 76px;
  padding: 0 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-news__inner--material {
    display: block;
    padding-inline: 1.25rem;
  }
}

.p-page-news__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-page-news__category ul {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-news__category ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 1.625rem;
  }
}

.p-page-news__category li a {
  white-space: nowrap;
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  color: #FF779B;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 1px;
  text-decoration-thickness: 0.0625rem;
  font-weight: 700;
  line-height: 1.5238095238;
}
@media screen and (max-width: 767px) {
  .p-page-news__category li a {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-page-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 46px 53px 49px 46px;
  padding: 2.875rem 3.3125rem 3.0625rem 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-news__content {
    padding-top: 3.25rem;
    padding-inline: 0;
    background: transparent;
  }
}

.p-page-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-page-other {
  margin-top: 211px;
  margin-top: 13.1875rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-page-other {
    margin-top: 9.375rem;
  }
}

.p-page-other__inner {
  max-width: 1592px;
  max-width: 99.5rem;
  margin-inline: auto;
  padding-inline: 76px;
  padding-inline: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-other__inner {
    padding-inline: 1.25rem;
  }
}

.p-page-other__container {
  display: grid;
  grid-template-columns: 46% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .p-page-other__container {
    grid-template-columns: 1fr;
    gap: 2.5rem 0;
  }
}

.p-page-other__container:not(:first-child) {
  margin-top: 109px;
  margin-top: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-page-other__container:not(:first-child) {
    margin-top: 7rem;
  }
}

.p-page-other__container:nth-child(odd) {
  grid-template-columns: 52% 48%;
}
@media screen and (max-width: 767px) {
  .p-page-other__container:nth-child(odd) {
    grid-template-columns: 1fr;
  }
}

.p-page-other__container:nth-child(odd) .p-page-other__head {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  .p-page-other__container .p-page-other__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-page-other__title {
  font-size: 52px;
  font-size: 3.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.28;
  color: #FF779B;
}

.p-page-other__title--other {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-other__title--other {
    font-size: 2.25rem;
  }
}

.p-page-other__info {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-page-other__info {
    margin-top: 0.875rem;
  }
}

.p-page-other__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-other__items {
    gap: 0.3125rem 0.5625rem;
  }
}

.p-page-other__image {
  width: 100%;
}

.p-page-other__image img {
  aspect-ratio: 311/202;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-page-other__name {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-page-other__name {
    margin-top: 0.125rem;
    font-size: 1rem;
  }
}

.p-page-room {
  position: relative;
  z-index: 2;
  margin-top: 145px;
  margin-top: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-page-room {
    margin-top: 6.25rem;
  }
}

.p-page-room__inner {
  max-width: 1592px;
  max-width: 99.5rem;
  margin-inline: auto;
  padding-inline: 76px;
  padding-inline: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-room__inner {
    padding-inline: 1.25rem;
  }
}

.p-page-room__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #FF779B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-room__title {
    font-size: 2.25rem;
  }
}

.p-page-room__images {
  margin-top: 65px;
  margin-top: 4.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 19px;
  gap: 1.75rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-page-room__images {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.p-page-room__image img {
  border-radius: 1rem;
  aspect-ratio: 421/273;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-think {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-page-think__inner {
  max-width: 1440px;
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 76px;
  padding-inline: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-think__inner {
    padding-inline: 0rem;
  }
}

.p-page-think__subject {
  background-image: url(../images/courses/medical_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-think__subject {
    background-size: cover;
    background-image: url(../images/courses/medical_bg_sp.png);
    padding-bottom: 10.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .p-page-think__subject {
    background-size: contain;
  }
}

.p-page-think__subject::before {
  display: none;
}

.p-page-think__comment {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-think__comment {
    padding-inline: 1.25rem;
    padding-bottom: 0;
    margin-top: 1.625rem;
  }
}

.p-page-think__care--first {
  left: -3%;
}
@media screen and (max-width: 767px) {
  .p-page-think__care--first {
    left: 1.25rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .p-page-think__care--first {
    left: 10%;
  }
}

.p-page-think__care--second {
  right: 10%;
}
@media screen and (max-width: 767px) {
  .p-page-think__care--second {
    top: -2%;
    right: 0.625rem;
  }
}

.p-page-think__care--third {
  right: -5%;
}
@media screen and (max-width: 767px) {
  .p-page-think__care--third {
    right: 0.625rem;
    bottom: -2rem;
  }
}

.p-pagination {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 1.75rem;
  }
}

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

.p-reserve__inner {
  max-width: 1352px;
  max-width: 84.5rem;
  margin-inline: auto;
  padding-inline: 76px;
  padding-inline: 4.75rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__inner {
    padding-inline: 1.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-reserve__container {
  background-color: #fff;
  border-radius: 1.875rem;
  padding-inline: 55px;
  padding-inline: 3.4375rem;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__container {
    padding-inline: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: transparent;
    background-color: initial;
  }
}

.p-reserve__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-reserve__icon {
  width: 39px;
  width: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__icon {
    width: 2.9375rem;
  }
}

.p-reserve__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #FF779B;
}
@media screen and (max-width: 767px) {
  .p-reserve__title {
    text-align: center;
  }
}

.p-reserve__lists {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__lists {
    margin-top: 2.375rem;
  }
}

.p-reserve__list {
  padding-left: 18px;
  padding-left: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.77;
  position: relative;
}

.p-reserve__list::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0px;
  top: 0rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FF779B;
}

.p-reserve__detail {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__detail {
    margin-top: 3.75rem;
    background-color: #fff;
    padding-inline: 2.1875rem;
    padding-top: 2.1875rem;
    padding-bottom: 2.875rem;
    border-radius: 0.75rem;
  }
}

.p-reserve__sub {
  border-radius: 6.25rem;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  text-align: center;
  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;
  color: #FF779B;
  background-color: #FFE6E6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-reserve__sub {
    font-size: 2rem;
    background-color: transparent;
    background-color: initial;
    height: auto;
    height: initial;
  }
}

.p-reserve__cards {
  margin-top: 31px;
  margin-top: 1.9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reserve__cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-reserve__image {
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  margin-inline: auto;
}

.p-reserve__name {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #FF779B;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-reserve__name span {
  display: block;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
}

.p-reserve__time {
  padding-inline: 10px;
  padding-inline: 0.625rem;
  min-height: 29px;
  min-height: 1.8125rem;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FF779B;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  background-color: #FF779B;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  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;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-reserve__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.87;
}

.p-single-news {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-single-news__inner {
  max-width: 1252px;
  max-width: 78.25rem;
  margin-inline: auto;
  padding-inline: 76px;
  padding-inline: 4.75rem;
  padding-bottom: 191px;
  padding-bottom: 11.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__inner {
    padding-inline: 1.25rem;
    padding-bottom: 5.75rem;
  }
}

.p-single-news__tags {
  color: #FF779B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
}

.p-single-news__title {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  font-weight: 700;
}

.p-single-news__body {
  margin-top: 53px;
  margin-top: 3.3125rem;
}

.p-single-news__body .wp-block-image {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__body .wp-block-image {
    margin-top: 1.25rem;
  }
}

.p-single-news__body h2 {
  width: 100%;
  border-bottom: 1px solid #FF779B;
  line-height: normal;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  margin-top: 63px;
  margin-top: 3.9375rem;
  color: #FF779B;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single-news__body h2 {
    font-size: 1.3125rem;
    margin-top: 2rem;
    padding-bottom: 0.75rem;
  }
}

.p-single-news__body h3 {
  width: 100%;
  line-height: normal;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: #FF779B;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single-news__body h3 {
    font-size: 1.125rem;
    margin-top: 2rem;
    padding-bottom: 0.75rem;
  }
}

.p-single-news__body h3::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FF779B;
}

.p-single-news__body p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  .p-single-news__body p {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0.875rem;
  }
}

.p-single-news__body .wp-block-gallery {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__body .wp-block-gallery {
    margin-top: 1.25rem;
    gap: 1.25rem !important;
  }
}

.p-single-news__body .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: 100% !important;
}

.p-single-news__link {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single-news__link {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=styles.css.map */
