@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #393939;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
*,
*::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;
}

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

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

.l-contact-form {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .l-contact-form {
    margin-top: 4.5rem;
  }
}

.l-footer-top {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer-top {
    margin-top: 10rem;
  }
}

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

.l-new-articles {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-page-about {
  margin-top: 103px;
  margin-top: 6.4375rem;
}
@media screen and (min-width: 768px) {
  .l-page-about {
    margin-top: 10rem;
  }
}

.l-page-contact {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-contact {
    margin-top: 5rem;
  }
}

.l-page-medical-info {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-page-medical-info {
    margin-top: 10rem;
  }
}

.l-page-medical {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-medical {
    margin-top: 5rem;
  }
}

.l-page-reservation {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-reservation {
    margin-top: 5rem;
  }
}

.l-page-staff-member {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-page-staff-member {
    margin-top: 10rem;
  }
}

.l-page-staff {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-page-staff {
    margin-top: 5rem;
  }
}

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

.l-staff-blog__pagination {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-staff-blog__pagination {
    margin-top: 6.25rem;
  }
}

.l-staff-category {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-staff-clinic {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-staff-clinic {
    margin-top: 0;
  }
}

.l-swiper-blog {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-swiper-blog {
    margin-top: 10rem;
  }
}

.l-top-about {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-top-about {
    margin-top: 7.5rem;
  }
}

.l-top-bg {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-top-bg {
    margin-top: 6.5625rem;
  }
}

.l-top-blog {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-top-blog {
    margin-top: 10rem;
  }
}

.l-top-blog__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-blog__items {
    margin-top: 3.75rem;
  }
}

.l-top-concept {
  margin-top: 60px;
  margin-top: 3.75rem;
}

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

.l-top-news {
  margin-top: -24px;
  margin-top: -1.5rem;
}

.c-banner-bottom {
  background-color: #fff;
  opacity: 0.85;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .c-banner-bottom {
    display: none;
  }
}

.c-banner-bottom__inner {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.c-banner-bottom__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  gap: 0.75rem;
}

.c-banner-bottom__tel-box {
  text-align: center;
}

.c-banner-bottom__tel {
  color: #1391E6;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.15;
}

.c-banner-bottom__tel span {
  background-image: url(../images/common/tel__icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.c-banner-bottom__time {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
}

.c-banner-bottom__web-reservation-box {
  color: #fff;
  background-color: #1391E6;
  padding: 8px 11px 8px;
  padding: 0.5rem 0.6875rem 0.5rem;
  border-radius: 8px;
  text-align: center;
}

.c-banner-bottom__web-reservation-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  gap: 0.6875rem;
  font-weight: bold;
}

.c-banner-bottom__web-reservation-img {
  width: 44px;
  width: 2.75rem;
  height: 25px;
  height: 1.5625rem;
}

.c-banner-bottom__web-reservation {
  line-height: 1;
}

.c-banner-bottom__web-reservation span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
}

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

.c-breadcrumb__inner.l-inner {
  width: 94.6666666667%;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__inner.l-inner {
    width: 90.625%;
    max-width: 100%;
  }
}

.c-breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.c-breadcrumb__item:after {
  content: ">";
  padding: 0 8px;
  padding: 0 0.5rem;
}

.c-breadcrumb__item:last-child:after {
  content: "";
}

.c-breadcrumb__item a:hover {
  opacity: 0.8;
}

.c-breadcrumb__link--accent {
  color: #C2C2C2;
}

.c-hamburger {
  z-index: 9999;
}

.c-hamburger span {
  position: relative;
  display: block;
  height: 2px;
  width: 24px;
  background: #1391E6;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  margin: 4px 0;
}

.c-hamburger span:nth-child(3) {
  top: 0;
}

/*is-OPEN時の動き*/
.c-hamburger.is-open span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}

.c-hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  background-color: #fff;
}

.c-hamburger.is-open span:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

.c-logo {
  position: relative;
  z-index: 9999;
  width: 232px;
  width: 14.5rem;
}
@media screen and (min-width: 768px) {
  .c-logo {
    width: 16.6875rem;
  }
}

/* Foundation */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-pagination__list {
    gap: 0.625rem;
  }
}

.c-pagination__link {
  font-size: 11px;
  font-size: 0.6875rem;
  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;
  color: #1391E6;
  border: 1px solid #1391E6;
  border-radius: 5px;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-pagination__link {
    font-size: 0.875rem;
    width: 2.125rem;
    height: 2.25rem;
  }
}

.c-pagination__link:hover {
  background-color: #1391E6;
  color: #fff;
}

.c-pagination__item-prev .c-pagination__link,
.c-pagination__item-next .c-pagination__link {
  width: 71px;
  width: 4.4375rem;
  height: 30px;
  height: 1.875rem;
  color: #fff;
  background-color: #1391E6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-pagination__item-prev .c-pagination__link,
  .c-pagination__item-next .c-pagination__link {
    width: 5.125rem;
    height: 2.25rem;
  }
}

.c-pagination__item-prev .c-pagination__link:hover,
.c-pagination__item-next .c-pagination__link:hover {
  opacity: 0.8;
}

.c-pagination__icon--prev {
  background-image: url(../images/common/archive-arrow-left.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.c-pagination__icon--next {
  background-image: url(../images/common/archive-arrow-right.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
}

.c-section-header__contents {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 89.3333%;
  height: 188px;
  height: 11.75rem;
  margin: 0 auto;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-section-header__contents {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 90.63%;
    height: 21.25rem;
    margin: 0 auto;
  }
}

.c-section-header__contents::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #000;
  opacity: 0.2;
}

.c-section-header__content {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
}

.c-section-header__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-header__title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.c-section-header__en-title {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-header__en-title {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}

.c-staff-title {
  font-weight: bold;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #888;
}

.c-to-top {
  position: fixed;
  right: 10px;
  right: 0.625rem;
  bottom: 100px;
  bottom: 6.25rem;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .c-to-top {
    right: 1.25rem;
    bottom: 2.5rem;
  }
}

.c-to-top a {
  display: block;
  background-image: url(../images/common/top-to-btn.png);
  background-size: cover;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  background-position: center;
  background-repeat: no-repeat;
}

.c-to-top a span {
  position: absolute;
  color: #fff;
}

.c-web-reservation-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-web-reservation-btn {
    background-color: #1391E6;
    border-radius: 20px 0 0 20px;
    display: inline-block;
    padding: 1.3125rem 1.0625rem;
    position: fixed;
    top: 25%;
    right: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    z-index: 9999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.c-web-reservation-btn:hover {
  background-color: #0060A0;
  opacity: 1;
}

.c-web-reservation-btn img {
  width: 49px;
  width: 3.0625rem;
  height: 29px;
  height: 1.8125rem;
}

.c-web-reservation-btn__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.section__box {
  text-align: center;
}

.section__title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 1.75rem;
    line-height: 1.5714285714;
  }
}

.section__title--accent {
  position: relative;
  display: inline-block;
}

.section__title--accent::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/title-deco.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -65px;
  left: -4.0625rem;
  width: 49px;
  width: 3.0625rem;
  height: 13px;
  height: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .section__title--accent::before {
    left: -5.6875rem;
    width: 4.1875rem;
    height: 1.25rem;
  }
}

.section__title--accent::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/title-deco.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -65px;
  right: -4.0625rem;
  width: 49px;
  width: 3.0625rem;
  height: 13px;
  height: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .section__title--accent::after {
    right: -5.6875rem;
    width: 4.1875rem;
    height: 1.25rem;
  }
}

.section__sub-title {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #1391E6;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

/*デフォルト色の指定*/
/*サイズ等の指定*/
/*ボタン系の指定*/
/*ラジオボタンの指定*/
/*チェックボックスの指定*/
/*テキストエリアの指定*/
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
  /*↓リセットCSS */
  border: none;
  border-radius: 0;
  background-image: none;
  font-family: inherit;
  /*↓カスタム */
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
  width: 100%;
  background: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 0.25rem;
  cursor: pointer;
  /*↓↓↓↓不要ならコメントアウト or 削除 */
  /*↓↓選択されているときの色*/
}
[type=text]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=url]:hover,
[type=email]:hover,
[type=password]:hover,
[type=date]:hover,
textarea:hover {
  border: 1px solid #1391E6;
}
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
  border: 1px solid #1391E6;
}
@media screen and (min-width: 768px) {
  [type=text],
  [type=search],
  [type=tel],
  [type=url],
  [type=email],
  [type=password],
  [type=date],
  textarea {
    margin-top: inherit;
  }
}

[type=tel] {
  width: 100%;
}

[type=button],
[type=submit] {
  /*↓リセットCSS */
  margin: 0;
  background-image: none;
  width: auto;
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 0;
  /*↓カスタム */
  padding: 10px 114px;
  padding: 0.625rem 7.125rem;
  background: #fff;
  color: #1391E6;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 3.125rem;
  border: 1px solid #1391E6;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  [type=button],
  [type=submit] {
    font-size: 1rem;
    padding: 1.0625rem 9.6875rem;
    border-radius: 1.75rem;
  }
}

[type=button]:hover,
[type=submit]:hover {
  background: #1391E6;
  color: #fff;
}

[type=radio] {
  display: none;
}
[type=radio] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 32px;
  padding: 0 0 0 2rem;
  margin: 0 40px 0 0;
  margin: 0 2.5rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
}
[type=radio] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #1391E6;
  border-radius: 50%;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  display: block;
}
[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1391E6;
  border-radius: 50%;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  display: block;
  opacity: 1;
}

[type=checkbox] {
  display: none;
}
[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  padding: 0 0 0 1.75rem;
  margin: 0 24px 0 0;
  margin: 0 1.5rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 16px;
  margin-top: 1rem;
}
[type=checkbox] + span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #1391E6;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  display: block;
}
[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: 16px;
  margin-top: 1rem;
}
[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  opacity: 1;
  /*チェックマークじゃない場合は以下を変更する*/
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 18px;
  width: 1.125rem;
  height: 10px;
  height: 0.625rem;
  margin-top: -0.1em;
  margin-left: 0.1em;
  border-left: 3px solid #1391E6;
  border-bottom: 3px solid #1391E6;
}

[type=date] {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #C2C2C2;
  cursor: pointer;
}

select {
  /*↓リセットCSS */
  border-radius: 0;
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
  width: 100%;
  /*↓カスタム */
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 0.25rem;
  /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /*↓↓↓↓不要ならコメントアウト or 削除 */
  /*↓デフォルトではないアイコンを使う場合は入力する*/
}
select:hover {
  border: 1px solid #1391E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #1391E6;
}

[type=date] {
  position: relative;
  /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /*↓デフォルトではないアイコンを使う場合は入力する*/
}
[type=date]:focus {
  border-color: 1px solid #391E88;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

textarea {
  height: 200px;
  height: 12.5rem;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
}

#form_submit_button {
  color: #1391E6;
}

#form_submit_button:hover {
  color: #fff;
}

.p-widget h2 {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 34px;
  padding-left: 2.125rem;
  font-weight: bold;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #888;
}

.p-widget h2::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/staff-clinic__icon03.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 7px;
  top: 0.4375rem;
  left: 0;
}

.p-widget ul {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-widget a {
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
  width: inherit;
}

.p-widget a:hover {
  opacity: 0.8;
}

.p-widget a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/right-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* スライドの動き等速 */
.p-swiper-blog__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-swiper-blog__item {
  aspect-ratio: 200/150;
  overflow: hidden;
  margin: 0 5px;
  margin: 0 0.3125rem;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-swiper-blog__item {
    aspect-ratio: 305/229;
    margin: 0 0.625rem;
  }
}

.p-swiper-blog__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-container {
  height: 100vh;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 10px;
  background-color: #1391E6;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: -18px;
  left: -1.125rem;
  bottom: -23px;
  bottom: -1.4375rem;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: -1.5625rem;
  }
}

.swiper-button-next {
  background-image: url("../images/common/arrow-right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  right: -22px;
  right: -1.375rem;
}

.swiper-button-prev {
  background-image: url("../images/common/arrow-left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  left: -23px;
  left: -1.4375rem;
}

/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #1391E6;
  background-color: #fff;
  border: 1px solid #1391E6;
  padding: 9px 13px;
  padding: 0.5625rem 0.8125rem;
  margin: 0 10px;
  margin: 0 0.625rem;
  white-space: nowrap;
  border-radius: 0.1875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #1391E6;
  border: 1px solid #1391E6;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #1391E6;
  border: 1px solid #1391E6;
  font-weight: bold;
}

.wp-pagenavi .previouspostslink {
  color: #fff;
  background-color: #1391E6;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 39px;
  padding-left: 2.4375rem;
  width: 82px;
  width: 5.125rem;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: 0.8;
}

.wp-pagenavi .nextpostslink {
  color: #fff;
  background-color: #1391E6;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 82px;
  width: 5.125rem;
}

.wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/archive-arrow-left.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  left: 15px;
  left: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp-pagenavi .nextpostslink::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/archive-arrow-right.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-about-about {
  position: relative;
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 107px;
  padding-bottom: 6.6875rem;
}
@media screen and (min-width: 768px) {
  .p-about-about {
    padding-top: 11.25rem;
  }
}

.p-about-about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -100;
  background-image: url(../images/common/top-concept__bg-sp.png);
  background-size: 157%;
  background-repeat: no-repeat;
  top: 0;
  left: 10px;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-about::before {
    background-image: url(../images/common/top-concept__bg-pc.png);
    background-size: 70%;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -100;
    background-image: url(../images/common/top-concept__bg-sp.png);
    background-size: 157%;
    background-repeat: no-repeat;
    top: 0;
  }
}

@media screen and (min-width: 1441px) {
  .p-about-about__inner {
    width: 65.625rem;
    max-width: 100%;
    margin: auto;
  }
}

.p-about-about__contents {
  padding-top: 154px;
  padding-top: 9.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 71.375rem;
    max-width: 100%;
    gap: 5.9375rem;
  }
}

.p-about-about__contents:nth-child(2n+1) {
  padding-top: 104px;
  padding-top: 6.5rem;
}

.p-about-about__contents:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-about-about__content {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-about__content {
    width: 25.4375rem;
    max-width: 100%;
    padding: 0;
  }
}

.p-about-about__img.concept-box__img {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

/* ラジオボタンの既定のスタイルをリセット */
/* ラジオボタンが選択されたときにスタイルを変更 */
.p-contact-form__item {
  border-top: 1px solid #DDD;
  padding: 28px 0;
  padding: 1.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-contact-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact-form__item:last-of-type {
  border-bottom: 1px solid #DDD;
}

.p-contact-form__dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contact-form__dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
  }
}

.p-contact-form__dt span {
  color: #fff;
  background-color: #EE5A6D;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  vertical-align: middle;
}

.p-contact-form__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 488px;
          flex: 1 0 488px;
  -ms-flex: 1 0 30.5rem;
      flex: 1 0 30.5rem;
}

.p-contact-form__dd--mt20 {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__dd--mt20 {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-contact-form__dd--checkbox {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__dd--checkbox {
    margin-top: 0;
    margin-top: initial;
  }
}

/* Chrome、Opera、Safari用 */
::-webkit-input-placeholder {
  color: #C2C2C2;
}

/* Firefox用 */
::-moz-placeholder {
  color: #C2C2C2;
}

/* Internet Explorer 10+ 用 */
:-ms-input-placeholder {
  color: #C2C2C2;
}

/* Microsoft Edge 用 */
::-ms-input-placeholder {
  color: #C2C2C2;
}

.p-contact-form__btn {
  margin-top: 72px;
  margin-top: 4.5rem;
  text-align: center;
}

.p-footer-top {
  background-image: url(../images/common/footer__bg-top-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-top: 2.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer-top {
    background-image: url(../images/common/footer__bg-top-pc.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}

.p-footer {
  background-color: #DFF1FD;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3.5rem;
  }
}

.p-footer__inner.l-inner {
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner.l-inner {
    width: 63.75rem;
    max-width: 100%;
    margin: auto;
  }
}

.p-footer__contents {
  padding-top: 32px;
  padding-top: 2rem;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    padding: 2.5rem 3.0625rem;
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__contents-box {
    width: 52.8824833703%;
  }
}

.p-footer__logo {
  width: 310px;
  width: 19.375rem;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 25.25rem;
    max-width: 100%;
  }
}

.p-footer__address {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-style: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    margin-top: 0.6875rem;
  }
}

.p-footer__tel-box {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  color: #1391E6;
}

.p-footer__tel {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.p-footer__tel span {
  background-image: url(../images/common/tel__icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-right: 0.25rem;
}
.p-footer__time {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-footer__buttons {
  margin-top: 21px;
  margin-top: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__buttons {
    gap: 1.25rem;
  }
}

.p-footer__button a {
  display: inline-block;
  min-width: 150px;
  min-width: 9.375rem;
  width: 100%;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  border-radius: 20px;
  text-align: center;
}

.p-footer__button--blue a {
  color: #fff;
  background-color: #1391E6;
}

.p-footer__button--blue a {
  background-color: #1391E6;
  border: 1px solid #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__button--blue a:hover {
  background-color: #0060A0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.p-footer__button--blue a span {
  background-image: url(../images/common/pc-tab-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  width: 1.625rem;
  height: 15px;
  height: 0.9375rem;
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.p-footer__button--white a {
  color: #1391E6;
  background-color: #fff;
  border: 1px solid #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__button--white a:hover {
  color: #fff;
  background-color: #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.p-footer__button--white a span {
  background-image: url(../images/common/mail-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__button--white a:hover span {
  background-image: url(../images/common/mail-icon--white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__time-img {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__time-img img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
  border-radius: 20px;
}

.p-footer__map-box {
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__map-box {
    width: 42.6829268293%;
    padding: 0;
  }
}

.p-footer__map {
  aspect-ratio: 315/315;
  overflow: hidden;
}

.p-footer__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__nav-items {
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-items {
    margin-top: 2.9375rem;
    padding-bottom: 3.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__nav-item:nth-child(n+2) {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-footer__nav-item-body--box {
  width: 76px;
  width: 4.75rem;
}

.p-footer__icon {
  background-image: url(../images/common/right-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
  display: inline-block;
  margin-right: 6px;
  margin-right: 0.375rem;
}

.p-footer__nav-item-body {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-footer__nav-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.p-footer__copyright {
  background-color: #1391E6;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    padding-bottom: 1.25rem;
  }
}

.p-footer__copyright-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 1200px) {
  .p-header__drawer {
    display: none;
  }
}

.p-header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 60px;
  height: 3.75rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
  }
}

.p-header__inner.l-inner {
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  width: 75rem;
  max-width: 100%;
}
.p-header__contents {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}

.p-header__content {
  text-align: right;
}

.p-header__address {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.p-header__tel {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #1391E6;
  font-weight: 700;
  line-height: 1;
}

.p-header__tel img {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  display: inline-block;
}

.p-new-articles__title {
  position: relative;
  padding-left: 34px;
  padding-left: 2.125rem;
}

.p-new-articles__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/staff-clinic__icon02.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 7px;
  top: 0.4375rem;
  left: 0;
}

.p-new-articles__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-page-about-top__bg {
  background-image: url(../images/common/page-about__top-sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-page-about-top__bg {
    background-image: url(../images/common/page-about__top-pc.jpg);
  }
}

.p-page-contact-top__bg {
  background-image: url(../images/common/page-contact__top-sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-page-contact-top__bg {
    background-image: url(../images/common/page-contact__top-pc.jpg);
  }
}

@media screen and (min-width: 768px) {
  .p-page-contact__inner.l-inner {
    width: 48.625rem;
    max-width: 100%;
  }
}

.p-page-contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-page-contact__text span {
  color: #EE5A6D;
}

.p-page-contact__section-box {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact__section-box {
    margin-top: 10rem;
  }
}

.p-page-contact__section-title {
  text-align: center;
  line-height: 1.4;
}

.p-page-medcal-top__bg {
  background-image: url(../images/common/page-medical__img-sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-page-medcal-top__bg {
    background-image: url(../images/common/page-medical__img-pc.jpg);
  }
}

.p-page-medical-info__item:nth-child(n+2) {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__item:nth-child(n+2) {
    margin-top: 10rem;
  }
}

.p-page-medical-info__header {
  position: relative;
  width: 100%;
  height: 22.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__header {
    height: 15.78125vw;
  }
}

.p-page-medical-info__header::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/apple-top__bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__header::before {
    background-image: url(../images/common/apple-top__bg-pc.png);
  }
}

.p-page-medical-info__wrapper {
  background-color: #DFF1FD;
}

.p-page-medical-info__footer-star {
  background-color: #DFF1FD;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
  position: relative;
  width: 100%;
  height: 16.5730337079vw;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__footer-star {
    height: 11.320754717vw;
  }
}

.p-page-medical-info__footer-star::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/apple-bottom__bg-star-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: inherit;
  height: inherit;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__footer-star::before {
    background-image: url(../images/common/apple-bottom__bg-star-pc.png);
  }
}

.p-page-medical-info___section-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info___section-title {
    font-size: 1.75rem;
  }
}

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

.p-page-medical-info__list {
  background-color: #fff;
  border-radius: 20px;
  padding: 27px 20px 20px;
  padding: 1.6875rem 1.25rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__list {
    padding: 3.75rem;
  }
}

.p-page-medical-info__list::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/page-medical__icon01-sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  width: 5rem;
  height: 60px;
  height: 3.75rem;
  top: 0;
  right: 5.9701492537%;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__list::before {
    background-image: url(../images/common/page-medical__icon01-pc.svg);
    width: 6.25rem;
    height: 5rem;
    top: 0;
    right: 6%;
  }
}

.p-page-medical-info__list--red::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/page-medical__icon02-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  width: 5rem;
  height: 60px;
  height: 3.75rem;
  top: 0;
  right: 5.9701492537%;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__list--red::before {
    background-image: url(../images/common/page-medical__icon02-pc.png);
    width: 6.25rem;
    height: 5rem;
    top: 0;
    right: 6%;
  }
}

.p-page-medical-info__list:nth-child(n+2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-page-medical-info__content {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__content {
    padding-bottom: 3.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.p-page-medical-info__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__title {
    font-size: 1.75rem;
  }
}

.p-page-medical-info__sub-title {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #1391E6;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__sub-title {
    margin-top: 0;
  }
}

.p-page-medical-info__wrapper-box {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}

.p-page-medical-info__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26.25rem;
            flex: 0 1 26.25rem;
  }
}

.p-page-medical-info__img {
  margin-top: 25px;
  margin-top: 1.5625rem;
  border-radius: 20px;
  aspect-ratio: 295/221;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__img {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 26.25rem;
            flex: 1 0 26.25rem;
  }
}

.p-page-medical-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-medical-info__footer {
  position: relative;
  width: 100%;
  height: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__footer {
    height: 7.578125vw;
  }
}

.p-page-medical-info__footer::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/apple-bottom__bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-page-medical-info__footer::before {
    background-image: url(../images/common/apple-bottom__bg-pc.png);
  }
}

.p-page-medical__content {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-page-medical__content {
    width: 62.375rem;
    max-width: 100%;
  }
}

.p-page-medical__content:nth-child(n+2) {
  margin-top: 83px;
  margin-top: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-page-medical__content:nth-child(n+2) {
    margin-top: 5.25rem;
  }
}

.p-page-medical__sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 11px 12px;
  padding: 0.6875rem 0.75rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #1391E6;
  border-radius: 24px;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.p-page-medical__sub-title.p-page-medical__sub-title--red {
  background-color: #EE5A6D;
}

.p-page-medical__items {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-page-medical__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.p-page-medical__item {
  text-align: center;
}

.p-page-medical__item:nth-child(n+2) {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-medical__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-page-medical__item a {
  font-size: 20px;
  font-size: 1.25rem;
  border: 1px solid #1391E6;
  color: #1391E6;
  letter-spacing: 0.08em;
  line-height: 1;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-page-medical__item a {
    padding: 1.5rem 2rem;
    display: inline-block;
    width: inherit;
    height: inherit;
    padding: 1.5rem 2.0625rem;
  }
}

.p-page-medical__item a:hover {
  color: #fff;
  background-color: #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-page-reservation__inner {
  width: 778px;
  width: 48.625rem;
  max-width: 100%;
  margin: auto;
}

.p-page-reservation__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-page-reservation__title {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
  }
}

.p-page-reservation__title {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-reservation__title {
    margin-top: 2.625rem;
  }
}

.p-page-reservation__tel-box {
  text-align: left;
  color: #1391E6;
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-page-reservation__tel-box-time {
    margin-left: 2.8125rem;
  }
}

.p-page-reservation__tel {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.p-page-reservation__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-page-reservation__section-box {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-reservation__section-box {
    margin-top: 10rem;
  }
}

.p-page-staff-member__items {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-page-staff-member__item:nth-child(n+2) {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-staff-member__item:nth-child(n+2) {
    margin-top: 3.9375rem;
  }
}

.p-page-staff-member__title {
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #707070;
  font-weight: bold;
}

.p-page-staff-member__lists {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-page-staff-member__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
}

.p-page-staff-member__list:nth-child(n+2) {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-staff-member__list:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-page-staff-member__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  aspect-ratio: 355/355;
  overflow: hidden;
}

.p-page-staff-member__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-staff-member__description {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-staff-member__description {
    font-size: 1.125rem;
  }
}

.p-page-staff-member__description span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-page-staff-member__dl {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-page-staff-member__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-page-staff-member__dt {
  background-color: #DFF1FD;
  width: 140px;
  width: 8.75rem;
  max-width: 100%;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border: 1px solid #fff;
}

.p-page-staff-member__dd {
  width: calc(100% - 8.75rem);
  max-width: 100%;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border: 1px solid #fff;
}

.p-page-staff-top__bg {
  background-image: url(../images/common/page-staff__top-sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-page-staff-top__bg {
    background-image: url(../images/common/page-staff__top-pc.jpg);
  }
}

.p-page-staff__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-staff__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-page-staff__content-box {
    width: 50%;
  }
}

.p-page-staff__director-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.p-page-staff__director-text-box {
  margin-top: 39px;
  margin-top: 2.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-page-staff__director-text:nth-child(n+2) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-page-staff__director-bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-page-staff__director-bottom {
    margin-top: 1.25rem;
  }
}

.p-page-staff__content-img {
  margin-top: 40px;
  margin-top: 2.5rem;
  aspect-ratio: 335/446;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-staff__content-img {
    margin-top: 0;
    width: 50%;
  }
}

.p-page-staff__career {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-staff__career {
    margin-top: 3.75rem;
  }
}

.p-page-staff__career-title {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #393939;
}

.p-page-staff__career-dl {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-page-staff__career-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.p-page-staff__career-list:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

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

.p-page-staff__qualifications-title {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #393939;
}

.p-page-staff__qualifications-wrapper {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-page-staff__qualifications-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-page-staff__qualifications-text:nth-child(n+2) {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-staff-blog-archive-copy__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive-copy__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

.p-staff-blog-archive-copy__archive-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive-copy__archive-title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

@media screen and (min-width: 768px) {
  .p-staff-blog-archive-copy__content {
    width: 41.875rem;
  }
}

.p-staff-blog-archive-copy__archive-content {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive-copy__archive-content {
    margin-top: 1.9375rem;
  }
}

.p-staff-blog-archive-copy__archive-date {
  color: #1391E6;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-staff-blog-archive-copy__archive-date::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/staff-blog-archive__icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-staff-blog-archive-copy__archive-category {
  margin-left: 43px;
  margin-left: 2.6875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 8px 13px;
  padding: 0.5rem 0.8125rem;
  color: #fff;
  background-color: #1391E6;
  border-radius: 12px;
}

.p-staff-blog-archive-copy__archive-text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-staff-blog-archive-copy__archive-text a {
  color: #1391E6;
}

.p-staff-blog-archive-copy__contents h2 {
  position: relative;
  margin-top: 89px;
  margin-top: 5.5625rem;
  color: #1391E6;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  padding-left: 32px;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive-copy__contents h2 {
    font-size: 1.5rem;
  }
}

.p-staff-blog-archive-copy__contents h2::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 40px;
  height: 2.5rem;
  background-color: #1391E6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive-copy__contents h2::before {
    width: 0.5rem;
  }
}

.p-staff-blog-archive-copy__archive-img {
  margin-top: 20px;
  margin-top: 1.25rem;
  aspect-ratio: 335/209;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive-copy__archive-img {
    aspect-ratio: 670/419;
  }
}

.p-staff-blog-archive-copy__archive-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-blog-archive-copy__contents h3 {
  margin-top: 40px;
  margin-top: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

.p-staff-blog-archive-copy__contents h3 + p {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-staff-blog-archive-copy__contents h4 {
  margin-top: 68px;
  margin-top: 4.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

.p-staff-blog-archive-copy__contents h4 + p {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-staff-blog-archive-copy__contents h4 + p + ul {
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  list-style: inside;
}

.p-staff-blog-archive-copy__contents h4 + p + ul li {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-staff-blog-archive-copy__archive-permalink {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive-copy__archive-permalink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}

.p-staff-blog-archive-copy__btn-prev a {
  position: relative;
  padding: 12px 15px 11px 34px;
  padding: 0.75rem 0.9375rem 0.6875rem 2.125rem;
  color: #fff;
  background-color: #1391E6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-staff-blog-archive-copy__btn-prev a:hover,
.p-staff-blog-archive-copy__btn-summary a:hover,
.p-staff-blog-archive-copy__btn-next a:hover {
  opacity: 0.8;
}

.p-staff-blog-archive-copy__btn-prev a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/archive-arrow-left.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  left: 14px;
  left: 0.875rem;
}

.p-staff-blog-archive-copy__btn-summary a {
  padding: 12px 18px 11px;
  padding: 0.75rem 1.125rem 0.6875rem;
  color: #1391E6;
  background-color: #fff;
  border: 1px solid #1391E6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-staff-blog-archive-copy__btn-next a {
  position: relative;
  padding: 12px 34px 11px 15px;
  padding: 0.75rem 2.125rem 0.6875rem 0.9375rem;
  color: #fff;
  background-color: #1391E6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-staff-blog-archive-copy__btn-next a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/archive-arrow-right.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  right: 14px;
  right: 0.875rem;
}

.p-staff-blog-archive__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

.p-staff-blog-archive__archive-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive__archive-title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

@media screen and (min-width: 768px) {
  .p-staff-blog-archive__content {
    width: 41.875rem;
  }
}

.p-staff-blog-archive__archive-content {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive__archive-content {
    margin-top: 1.9375rem;
  }
}

.p-staff-blog-archive__archive-date {
  color: #1391E6;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-staff-blog-archive__archive-date::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/staff-blog-archive__icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-staff-blog-archive__archive-category {
  margin-left: 43px;
  margin-left: 2.6875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 8px 13px;
  padding: 0.5rem 0.8125rem;
  color: #fff;
  background-color: #1391E6;
  border-radius: 12px;
}

.p-staff-blog-archive__archive-text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-staff-blog-archive__archive-text a {
  color: #1391E6;
}

.p-staff-blog-archive__content h2 {
  position: relative;
  margin-top: 89px;
  margin-top: 5.5625rem;
  color: #1391E6;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  padding-left: 32px;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive__content h2 {
    font-size: 1.5rem;
  }
}

.p-staff-blog-archive__content h2::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 40px;
  height: 2.5rem;
  background-color: #1391E6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-staff-blog-archive__archive-img {
  margin-top: 20px;
  margin-top: 1.25rem;
  aspect-ratio: 335/209;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive__archive-img {
    aspect-ratio: 670/419;
  }
}

.p-staff-blog-archive__archive-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-blog-archive__contents h3 {
  margin-top: 40px;
  margin-top: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

.p-staff-blog-archive__contents h3 + p {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-staff-blog-archive__contents h4 {
  margin-top: 68px;
  margin-top: 4.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

.p-staff-blog-archive__contents h4 + p {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-staff-blog-archive__contents h4 + p + ul {
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  list-style: inside;
}

.p-staff-blog-archive__contents h4 + p + ul li {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-staff-blog-archive__archive-permalink {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-blog-archive__archive-permalink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}

.p-staff-blog-archive__btn-prev a {
  position: relative;
  padding: 12px 15px 11px 34px;
  padding: 0.75rem 0.9375rem 0.6875rem 2.125rem;
  color: #fff;
  background-color: #1391E6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-staff-blog-archive__btn-prev a:hover,
.p-staff-blog-archive__btn-summary a:hover,
.p-staff-blog-archive__btn-next a:hover {
  opacity: 0.8;
}

.p-staff-blog-archive__btn-prev a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/archive-arrow-left.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  left: 14px;
  left: 0.875rem;
}

.p-staff-blog-archive__btn-summary a {
  padding: 12px 18px 11px;
  padding: 0.75rem 1.125rem 0.6875rem;
  color: #1391E6;
  background-color: #fff;
  border: 1px solid #1391E6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-staff-blog-archive__btn-next a {
  position: relative;
  padding: 12px 34px 11px 15px;
  padding: 0.75rem 2.125rem 0.6875rem 0.9375rem;
  color: #fff;
  background-color: #1391E6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-staff-blog-archive__btn-next a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/archive-arrow-right.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  right: 14px;
  right: 0.875rem;
}

.p-staff-blog-top__bg {
  background-image: url(../images/common/archive__top-sp.jpg);
}
@media screen and (min-width: 768px) {
  .p-staff-blog-top__bg {
    background-image: url(../images/common/archive__top-pc.jpg);
  }
}

.p-staff-blog__contents {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff-blog__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

.p-staff-blog__items {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
}

.p-staff-blog__item {
  position: relative;
}

.p-staff-blog__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-staff-blog__item a {
  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 (min-width: 768px) {
  .p-staff-blog__item a {
    border-radius: 20px;
    gap: 1.25rem;
  }
}

.p-staff-blog__item a:hover .p-staff-blog__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-staff-blog__item a:hover .p-staff-blog__title {
  opacity: 0.8;
  color: #1391E6;
}

.p-staff-blog__img {
  aspect-ratio: 244/153;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 244px;
          flex: 0 0 244px;
  -ms-flex: 0 0 15.25rem;
      flex: 0 0 15.25rem;
  max-width: 100%;
}

.p-staff-blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-staff-blog__content {
    border-radius: 0 0 20px 20px;
  }
}

.p-staff-blog__category {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #1391E6;
  display: inline;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-staff-blog__category {
    font-size: 0.6875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 14px;
  }
}

.p-staff-blog__title {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-staff-blog__title {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-staff-blog__date {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #888;
}
@media screen and (min-width: 768px) {
  .p-staff-blog__date {
    margin-top: 1.625rem;
  }
}

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

.p-staff-blog__btn a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1391E6;
  border: 1px solid #1391E6;
  border-radius: 24px;
  padding: 13px 41px;
  padding: 0.8125rem 2.5625rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-staff-blog__btn a {
    padding: 0.9375rem 2.9375rem;
  }
}

.p-staff-category__title {
  position: relative;
  padding-left: 34px;
  padding-left: 2.125rem;
}

.p-staff-category__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/staff-clinic__icon03.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  left: 0;
}

.p-staff-category__items {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-staff-category__item a {
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
  width: inherit;
}

.p-staff-category__item a:hover {
  opacity: 0.8;
}

.p-staff-category__item a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/right-icon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  width: 0.375rem;
  height: 12px;
  height: 0.75rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-staff-clinic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.75rem;
            flex: 0 0 18.75rem;
  }
}

.p-staff-clinic__wrapper > .p-staff-clinic__title {
  position: relative;
  padding-left: 34px;
  padding-left: 2.125rem;
}

.p-staff-clinic__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/staff-clinic__icon01.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 6px;
  top: 0.375rem;
  left: 0;
}

.p-staff-clinic__img {
  margin-top: 20px;
  margin-top: 1.25rem;
  aspect-ratio: 335/210;
  overflow: hidden;
}

.p-staff-clinic__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-clinic__sub-title {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1;
}

.p-staff-clinic__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-staff-clinic__link {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #1391E6;
}

.p-staff-clinic__link a {
  color: #1391E6;
  position: relative;
}

.p-staff-clinic__link a::after {
  position: absolute;
  content: "";
  border-top: 1px solid #1391E6; /* 上側に5ピクセルの線を引く */
  border-right: 1px solid #1391E6; /* 右側の線を消す */
  border-bottom: 0; /* 下側の線を消す */
  border-left: 0; /* 左側に5ピクセルの線を引く */
  display: inline-block; /* 線を行内要素として表示する */
  width: 8px;
  width: 0.5rem; /* 幅を0に指定する */
  height: 8px;
  height: 0.5rem; /* 高さを0に指定する */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* 45度回転させる */
  bottom: 5px;
  bottom: 0.3125rem;
  right: -10px;
  right: -0.625rem;
}

.p-staff-clinic__link a:hover {
  opacity: 0.8;
}

.p-top-about__section-title {
  text-align: center;
}

.p-top-about__items {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-top-about__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
  }
}

.p-top-about__item {
  padding: 0 27px;
  padding: 0 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__item {
    padding: 0;
  }
}

.p-top-about__item:nth-child(n+2) {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-top-about__header-img {
  width: 177px;
  width: 11.0625rem;
  margin: auto;
}

.p-top-about__body-img {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-top-about__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    width: 17.5625rem;
    max-width: 100%;
    margin: auto;
  }
}

.p-top-about__text span {
  color: #EE5A6D;
}

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

.p-top-blog__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-blog__item a {
    border-radius: 20px;
    display: block;
  }
}

.p-top-blog__item-new {
  position: absolute;
  font-weight: bold;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EE5A6D;
  text-transform: uppercase;
  border-radius: 50px;
  z-index: 100;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  top: -20px;
  top: -1.25rem;
  left: -8px;
  left: -0.5rem;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog__item-new {
    width: 3.75rem;
    height: 3.75rem;
    top: -1.25rem;
    left: -0.625rem;
    font-size: 1rem;
  }
}

.p-top-blog__item a:hover {
  color: #1391E6;
}

.p-top-blog__item a:hover .p-top-blog__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-top-blog__img {
  aspect-ratio: 133/101;
  overflow: hidden;
}

.p-top-blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-blog__img img {
    border-radius: 20px 20px 0px 0px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-blog__content {
    margin-top: -2.125rem;
    padding: 1.5rem 1.5rem 0.875rem;
    border-radius: 0 0 20px 20px;
  }
}

.p-top-blog__category {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #1391E6;
  display: inline;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-blog__category {
    font-size: 0.6875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 14px;
  }
}

.p-top-blog__title {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 142.8571428571%;
}
@media screen and (min-width: 768px) {
  .p-top-blog__title {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.p-top-blog__date {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #888;
}
@media screen and (min-width: 768px) {
  .p-top-blog__date {
    margin-top: 0.875rem;
  }
}

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

.p-top-blog__btn a {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  color: #1391E6;
  border: 1px solid #1391E6;
  border-radius: 24px;
  padding: 13px 41px;
  padding: 0.8125rem 2.5625rem;
  display: inline-block;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-blog__btn a {
    padding: 0.9375rem 2.9375rem;
  }
}

.p-top-blog__btn a:hover {
  background-color: #1391E6;
  color: #fff;
  opacity: 1;
}

.p-top-blog__btn a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon-arrow-blue-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-blog__btn a:hover:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon-arrow-blue-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
  right: 0.5625rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .p-top-concept__contents {
    width: 122.5rem;
    max-width: 100%;
    margin: auto;
    padding-top: 7.125rem;
  }
}

.p-top-concept__section-title {
  text-align: center;
}

.p-top-concept__content-bg {
  overflow: hidden;
  padding-top: 180px;
  padding-top: 11.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-bg {
    padding-bottom: 11.25rem;
  }
}

.p-top-concept__content-bg::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/top-concept__bg-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 303px;
  height: 18.9375rem;
  top: 80px;
  top: 5rem;
  left: 8px;
  left: 0.5rem;
  width: 182.8382838284%;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-bg::before {
    background-image: url(../images/common/top-concept__bg-pc.png);
    height: 45.3125rem;
    left: 32.5%;
    top: 0;
    width: 182.6573426573%;
    z-index: 2;
  }
}

.p-top-concept__content {
  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;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 5.9375rem;
    width: 90rem;
    max-width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__content:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-top-concept__content:nth-child(even) .p-top-concept__img {
  margin-left: auto;
  margin-right: inherit;
}
.p-top-concept__content:nth-child(even) .p-top-concept__img img {
  border-radius: 30px 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content:nth-child(even) .p-top-concept__content-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    padding-left: 10.78125%;
    padding-right: inherit;
  }
}

.p-top-concept__content:nth-child(n+2) {
  margin-top: 104px;
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content:nth-child(n+2) {
    margin-top: 10rem;
  }
}

.p-top-concept__img {
  width: 89.0666666667%;
  height: 100%;
  margin-left: inherit;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-top: 0;
  }
}

.p-top-concept__img img {
  border-radius: 0 30px 30px 0;
}

.p-top-concept__content-box {
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__content-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    padding-right: 10.78125%;
    padding-left: 0rem;
  }
}

.p-top-concept__sub-title {
  color: #1391E6;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-concept__sub-title {
    font-size: 0.875rem;
  }
}

.p-top-concept__title {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-top-concept__title {
    font-size: 1.75rem;
    line-height: 1.5714285714;
  }
}

.p-top-concept__text {
  margin-top: 39px;
  margin-top: 2.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-top-concept__text2 {
  margin-top: 21px;
  margin-top: 1.3125rem;
  margin-top: 39px;
  margin-top: 2.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-top-concept__btn {
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-concept__btn {
    text-align: left;
  }
}

.p-top-concept__btn a {
  position: relative;
  color: #1391E6;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 13px 40px 12px;
  padding: 0.8125rem 2.5rem 0.75rem;
  border: 1px solid #1391E6;
  border-radius: 24px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-concept__btn a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon-arrow-blue-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-concept__btn a:hover {
  background-color: #1391E6;
  color: #fff;
  opacity: 1;
}

.p-top-concept__btn a:hover:after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon-arrow-blue-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9px;
  right: 0.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-guidance {
  background-color: #DFF1FD;
}

.p-top-guidance__section-title {
  text-align: center;
}

.p-top-guidance__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-top-guidance__contents {
    margin-top: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}

.p-top-guidance__normal-img {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-image: url(../images/common/top-guidance__img01-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 335/210;
}
@media screen and (min-width: 768px) {
  .p-top-guidance__normal-img {
    margin-top: 0;
  }
}

.p-top-guidance__special-img {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-image: url(../images/common/top-guidance__img02-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 335/210;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-guidance__special-img {
    margin-top: 0;
  }
}

.p-top-guidance__normal-img:hover .p-top-guidance__wrapper__bg,
.p-top-guidance__special-img:hover .p-top-guidance__wrapper__bg {
  border: 2px solid #fff;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
  border-radius: 20px;
}

.p-top-guidance__normal-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-guidance__normal-img:hover::before {
  opacity: 0.4;
}

.p-top-guidance__wrapper {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-guidance__wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.p-top-guidance__wrapper-title {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-guidance__wrapper-title {
    font-size: 1.75rem;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
}

.p-top-guidance__wrapper-title::before {
  position: absolute;
  content: "";
  height: 2px;
  height: 0.125rem;
  width: 30px;
  width: 1.875rem;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  bottom: -1.25rem;
  border-radius: 20px;
}

.p-top-guidance__wrapper-sub-title {
  margin-top: 42px;
  margin-top: 2.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5833333333;
}
@media screen and (min-width: 768px) {
  .p-top-guidance__wrapper-sub-title {
    font-size: 1rem;
    font-weight: bold;
  }
}

.p-top-guidance__special-img {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-guidance__special-img {
    margin-top: 0;
  }
}

.p-top-guidance__special-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-guidance__special-img:hover::before {
  opacity: 0.4;
}

.p-top-guidance__content {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px 20px 25px;
  padding: 1.25rem 1.25rem 1.5625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-guidance__content {
    margin-top: 3.75rem;
    padding: 2.5rem 2.5rem 2.75rem;
  }
}

.p-top-guidance__content-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
  line-height: 1.7142857143;
  font-weight: bold;
}

.p-top-guidance__content-text span {
  color: #EE5A6D;
}

.p-top-mv__inner.l-inner {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
}

.p-top-mv__wrapper {
  position: relative;
}

.p-top-mv__img {
  aspect-ratio: 335/447;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__img {
    aspect-ratio: 1160/520;
    overflow: hidden;
  }
}

.p-top-mv__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #000;
  opacity: 0.1;
}

.p-top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv__section-contents {
  position: absolute;
  left: 60px;
  left: 3.75rem;
  bottom: 52px;
  bottom: 3.25rem;
}

.p-top-mv__section-title {
  color: #fff;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  border-bottom: 4px dotted #fff;
  line-height: 1.6875;
}

.p-widget-blog__items {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
}

.p-widget-blog__item a:hover {
  opacity: 0.8;
}

.p-widget-blog__item a:hover .p-widget-blog__title {
  color: #1391E6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-widget-blog__item:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-widget-blog__item a {
  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 (min-width: 768px) {
  .p-widget-blog__item a {
    gap: 0.625rem;
  }
}

.p-widget-blog__img {
  aspect-ratio: 120/90;
  overflow: hidden;
  width: 50%;
}

.p-widget-blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-widget-blog__content {
  width: 50%;
}
.p-widget-blog__category {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #1391E6;
  display: inline;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-widget-blog__category {
    font-size: 0.6875rem;
    padding: 0.5rem 0.75rem;
    border-radius: 14px;
  }
}

.p-widget-blog__title {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-widget-blog__title {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-widget-blog__date {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #888;
}
@media screen and (min-width: 768px) {
  .p-widget-blog__date {
    margin-top: 1.625rem;
  }
}

.p-page-about__section-title {
  text-align: center;
}

.p-page-about__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-about__contents {
    margin-top: 3.75rem;
  }
}

.p-page-about__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-page-about__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.pc-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-nav__item svg {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin: auto;
  display: block;
}

.pc-nav__item a {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.pc-nav__item a::before {
  position: absolute;
  content: "";
  background-color: #1391E6;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  left: calc(50% - 10px);
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.pc-nav__item a:hover {
  color: #1391E6;
}
.pc-nav__item a:hover::before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.pc-nav__item a:hover svg {
  fill: #1391E6;
}

.pc-nav__item--main-color a {
  color: #1391E6;
  position: relative;
}
.pc-nav__item--main-color a::before {
  position: absolute;
  content: "";
  background-color: #1391E6;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  left: calc(50% - 10px);
  bottom: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.pc-nav__item--main-color a svg {
  fill: #1391E6;
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #0060A0;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  padding: 6.25rem 0;
}

.sp-nav__items {
  overflow: hidden;
  width: 255px;
  width: 15.9375rem;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sp-nav__items {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18.75rem;
  }
}

.sp-nav__item {
  width: 100%;
  border-top: 1px dotted #fff;
}
.sp-nav__item:last-child {
  border-bottom: 1px dotted #fff;
}

.sp-nav__item img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  display: inline-block;
  vertical-align: bottom;
  margin-right: 14px;
  margin-right: 0.875rem;
}

.sp-nav__item a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sp-nav__item a {
    font-size: 1.25rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

.sp-nav__item a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon-right-white.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  display: inline-block;
}

.p-top-news__contents {
  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;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-top-news__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    gap: 3.75rem;
  }
}

.p-top-news__items {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__items {
    width: 50.185528757%;
  }
}

.p-top-news__item {
  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;
  border-bottom: 1px solid #393939;
  padding-left: 16px;
  padding-left: 1rem;
}

.p-top-news__item-footer {
  padding: 0 6px;
  padding: 0 0.375rem;
  border-bottom: 1px solid #393939;
}

.p-top-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-top-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-news__body:hover {
  color: #1391E6;
}

.p-top-news__jp-news {
  margin-right: 15px;
  margin-right: 0.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.p-top-news__en-news {
  color: #1391E6;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 3.2727272727;
}

.p-top-news__past-news {
  color: #888;
  font-size: 11px;
  font-size: 0.6875rem;
  border-bottom: 1px solid #888;
}

.p-top-news__date {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3;
  margin-right: 36px;
  margin-right: 2.25rem;
  width: 66px;
  width: 4.125rem;
}

.p-top-news__title {
  width: calc(100% - 4.125rem);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  position: relative;
}

.p-top-news__title::after {
  position: absolute;
  content: "";
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background-image: url(../images/common/icon-right.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-news__title:hover::after {
  right: -6px;
  right: -0.375rem;
  background-image: url(../images/common/arrow-right-blue.png);
}

.p-top-news__time-img {
  aspect-ratio: 335/117;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-news__time-img {
    width: 44.2486085343%;
  }
}

.p-top-news__time-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=styles.css.map */
