@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 393 * 100vw);
  }
}

body {
  color: #333333;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

.c-drawer-icon {
  display: none;
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 51;
}
@media screen and (max-width: 999px) {
  .c-drawer-icon {
    display: inline;
  }
}

.c-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #00ac5d;
  border-radius: 0;
}
.c-drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.c-drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.c-drawer-content {
  padding-inline: 60px;
  padding-top: 40px;
  padding-bottom: 37px;
  background: #f9f9f9;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
}
.c-drawer-content.is-checked {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-drawer__logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .c-drawer__logo:hover {
    opacity: 0.7;
  }
}

.c-drawer-content__menu {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.c-drawer-content__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #00552e;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .c-drawer-content__link:hover {
    opacity: 0.7;
  }
}

.c-drawer__link--en {
  font-family: "Marcellus SC", serif;
  font-size: 12px;
  display: block;
  letter-spacing: 0.6px;
  line-height: 15px;
}

.c-drawer-info__block {
  margin-top: 15px;
  text-align: center;
  position: relative;
}

.c-drawer_info__title {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  color: #00552e;
}

.c-drawer_info {
  margin-top: 5px;
  color: #00552e;
  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: 11px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .c-drawer_info:hover {
    opacity: 0.7;
  }
}

.c-drawer_info__icon {
  width: 29px;
}
.c-drawer_info__icon img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-drawer_info__num {
  font-size: 20px;
  letter-spacing: 3.2px;
  line-height: 29px;
}

.c-drawer-links__block {
  margin-top: 15px;
  max-width: 550px;
}
@media screen and (min-width: 700px) {
  .c-drawer-links__block {
    margin-inline: auto;
  }
}

.c-drawer__links-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Marcellus SC", serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 20px;
  padding-right: 15px;
  position: relative;
}
.c-drawer__links-title::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 0.5px;
  top: 50%;
  translate: 0 -50%;
  right: -94px;
  background: #00ac5d;
}

.c-drawer__links-card {
  border: 0.5px solid #707070;
  background: #fff;
  padding: 12px 28px 11px 28px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-drawer__links-card img {
  width: 49px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (any-hover: hover) {
  .c-drawer__links-card:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 390px) {
  .c-drawer__links-card {
    padding: 12px 20px 11px 20px;
  }
}

.c-drawer__links-card-text {
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 1.3px;
  line-height: 17px;
}
@media screen and (max-width: 390px) {
  .c-drawer__links-card-text {
    letter-spacing: 0.5px;
  }
}

.c-drawer__side-logo {
  position: absolute;
  left: -233px;
  top: -250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-drawer__side-logo-text {
  font-family: "Marcellus SC", serif;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #00ac5d;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  white-space: nowrap;
}
.c-drawer__side-logo-text span {
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 15px;
}

.c-drawer-close {
  position: fixed;
  top: 38px;
  right: 60px;
  width: 28px;
  height: 28px;
  z-index: 2101;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.c-drawer-close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #00ac5d;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-drawer-close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-drawer-close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-drawer-close {
    top: 26px;
    right: 30px;
  }
}
@media (any-hover: hover) {
  .c-drawer-close:hover {
    opacity: 0.7;
  }
}

.c-btn {
  padding: 0.875rem 1.875rem 0.875rem 5.1875rem;
  background-color: #00ac5d;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 6px 25px 6px 38px;
    font-size: 14px;
  }
}
.c-btn span:nth-of-type(1) {
  font-family: "Marcellus SC", serif;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  line-height: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .c-btn span:nth-of-type(1) {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
  }
}
.c-btn span:nth-of-type(2) {
  translate: 0 -1px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-btn span:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.c-top-section__title-wrap {
  text-align: center;
}

.c-top-section__maintitle {
  display: inline-block;
  font-family: "Marcellus SC", serif;
  font-size: 1.875rem;
  letter-spacing: 0.1875rem;
  line-height: 2.3125rem;
  padding-inline: 4.0625rem;
  position: relative;
}
.c-top-section__maintitle::before, .c-top-section__maintitle::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 0.0625rem;
  background: #00ac5d;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .c-top-section__maintitle::before, .c-top-section__maintitle::after {
    width: 30px;
    height: 0.5px;
  }
}
.c-top-section__maintitle::before {
  left: 0;
}
.c-top-section__maintitle::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-top-section__maintitle {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 25px;
    padding-inline: 45px;
  }
}

.c-top-section__subtitle {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-top-section__subtitle {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
  }
}

.c-access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.c-access__info {
  background-color: #a0cf10;
  color: #fff;
  padding: 6.25rem 1.25rem 6.25rem 9.375rem;
  width: 46.5277777778%;
}
@media screen and (max-width: 767px) {
  .c-access__info {
    padding: 50px 35px 50px 45px;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .c-access__info {
    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;
  }
}

.c-access__title-wrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-access__title-wrap {
    padding-bottom: 10px;
  }
}

.c-access__en-title {
  font-family: "Marcellus SC", serif;
  font-size: 1.875rem;
  letter-spacing: 0.1875rem;
  line-height: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .c-access__en-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 25px;
  }
}

.c-access__ja-title {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-access__ja-title {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
  }
}

.c-access__text-block {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-access__text-block {
    margin-top: 30px;
    gap: 20px;
  }
}

.c-access__address {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-access__address {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
  }
}

.c-access__detail {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-access__detail {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
  }
}

.c-access__detail-title {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-access__detail-title {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
  }
}

.c-access__detail-text {
  font-size: 0.875rem;
  letter-spacing: 1.4px;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-access__detail-text {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
  }
}

.c-access__map {
  width: 53.4722222222%;
}
.c-access__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 770/627;
}
@media screen and (max-width: 767px) {
  .c-access__map iframe {
    aspect-ratio: 393/320;
  }
}
@media screen and (max-width: 767px) {
  .c-access__map {
    width: 100%;
  }
}

.c-footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.c-footer__inner {
  padding-top: 4.8125rem;
  padding-bottom: 6.25rem;
  padding-inline: 9.3125rem 9.375rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    padding-top: 53px;
    padding-bottom: 50px;
    padding-inline: 30px;
  }
}

.c-footer__link {
  width: 21.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-footer__link img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (any-hover: hover) {
  .c-footer__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__link {
    width: 272px;
  }
}

.c-footer__contents {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-footer__contents {
    margin-top: 30px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.c-footer__clinic-block {
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-footer__clinic-block {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 25px;
  }
}

.c-footer__address {
  margin-top: 3.125rem;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-footer__address {
    margin-top: 19px;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 24px;
  }
}

.c-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-list {
    gap: 14px;
  }
}

.c-footer__nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-footer__nav-item a {
  padding-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-item a {
    padding-left: 15px;
  }
}
@media (any-hover: hover) {
  .c-footer__nav-item:hover {
    color: #00ac5d;
  }
  .c-footer__nav-item:hover .c-footer__nav-item--line {
    translate: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__nav-item {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 24px;
  }
}

.c-footer__nav-item--line {
  border: 0.5px solid #00ac5d;
  width: 1.875rem;
  -webkit-transition: translate 0.8s ease;
  transition: translate 0.8s ease;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-item--line {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__links {
    margin-top: -8px;
  }
}

.c-footer__links-title {
  display: inline-block;
  padding-right: 0.9375rem;
  font-family: "Marcellus SC", serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.25rem;
  position: relative;
}
.c-footer__links-title::before {
  content: "";
  position: absolute;
  background: #00552e;
  width: 5.875rem;
  height: 0.0625rem;
  top: 50%;
  translate: 0 -50%;
  right: -5.875rem;
}
@media screen and (max-width: 767px) {
  .c-footer__links-title::before {
    background: #00ac5d;
    width: 50px;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__links-title {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 18px;
    padding-right: 10px;
  }
}

.c-footer__link-card {
  margin-top: 1.25rem;
  padding: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.5px solid #707070;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-footer__link-card img {
  width: 4.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-footer__link-card img {
    width: 75px;
  }
}
@media screen and (max-width: 390px) {
  .c-footer__link-card img {
    width: 50px;
  }
}
@media (any-hover: hover) {
  .c-footer__link-card:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__link-card {
    margin-top: 20px;
    padding: 15px;
    gap: 10px;
    max-width: 370px;
  }
}

.c-footer__link-card-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-footer__link-card-text {
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 27px;
  }
}

.c-footer__copy {
  text-align: center;
  padding-bottom: 0.9375rem;
}
.c-footer__copy small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-footer__copy small {
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__copy {
    padding-bottom: 10px;
  }
}

.p-header {
  height: 9.6875rem;
  position: fixed; /* ヘッダーを固定 */
  top: 0; /* 上部に配置 */
  left: 0; /* 左端に配置 */
  width: 100%; /* 横幅を全体に広げる */
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを含めてボックスサイズを計算 */
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 86px;
  }
}

.p-header__inner {
  height: inherit;
  padding-block: 1rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 30px;
    padding-top: 26px;
    padding-bottom: 0;
  }
}

.p-header__logo {
  translate: 0 1.3125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    translate: unset;
  }
}

.p-header-logo__link {
  width: 25.5rem;
}
@media screen and (max-width: 767px) {
  .p-header-logo__link {
    width: 238px;
  }
}
.p-header-logo__link img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 999px) {
  .p-header__nav-wrap {
    display: none;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}

.p-header-tel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: end;
}
.p-header-tel__wrap span {
  color: #00552e;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}

.p-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1.25rem;
}
.p-header__tel span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-header__tel span img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-header__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 1.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__tel-link:hover {
    opacity: 0.7;
  }
}

.p-header__tel--num {
  font-size: 1.875rem;
  letter-spacing: 0.3rem;
  line-height: 2.75rem;
  color: #00552e;
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #00552e;
  padding-bottom: 0.34375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__nav-item a {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media (any-hover: hover) {
  .p-header__nav-item:hover {
    opacity: 0.7;
  }
}
.p-header__nav-item.is-current {
  color: #00552e;
  border-bottom: 1px solid #00ac5d;
}

.p-header__nav-item--en {
  display: block;
  font-family: "Marcellus SC", serif;
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
  line-height: 0.9375rem;
}

.p-top-main-bg__wrap {
  position: relative;
}
.p-top-main-bg__wrap::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url(../img/bg_main-color_pc.webp) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-top-main-bg__wrap::before {
    background-image: url(../img/bg_main-color_sp.webp);
    background-position: center top;
    background-size: 100% 100%;
  }
}
.p-top-main-bg__wrap.is-fixed::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.p-top__mv {
  height: 100vh;
  width: 100%;
  background: url("../img/pic_fv_pc.webp") no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    height: unset;
    padding-top: unset;
    padding-bottom: unset;
    background: url("../img/pic_fv_sp.webp") no-repeat center center/cover;
    height: min(100dvh, 100svh);
    background-position: 0% center;
    height: 100vh;
  }
}

.p-top-mv__inner {
  height: 100%;
  padding-right: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    padding-inline: 30px;
  }
}

.p-top-mv__title-wrap {
  max-width: 65.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title-wrap {
    text-align: center;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-mv__catch-en {
  font-family: "Marcellus SC", serif;
  font-size: 2.1875rem;
  letter-spacing: 0.109375rem;
  line-height: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch-en {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
  }
}

.p-top-mv-large {
  font-size: 2.8125rem;
  letter-spacing: 0.140625rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv-large {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
}

.p-top-mv__catch-en--accent {
  line-height: 2.75rem;
  color: #00ac5d;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch-en--accent {
    margin-left: 9px;
    line-height: 25px;
  }
}

.p-top-mv__catch-en--accent-large {
  color: #00ac5d;
  font-size: 2.8125rem;
  letter-spacing: 0.140625rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch-en--accent-large {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
}

.p-top-mv__lead-ja {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead-ja {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 26px;
  }
}

.p-top-mv__message {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__message {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 25px;
  }
}

.p-top-topics__inner {
  padding-top: 6.25rem;
  padding-inline: 15.625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-topics__inner {
    padding-top: 48px;
    padding-block: 50px;
    padding-inline: 30px;
  }
}

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

.p-top-topics-title__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-topics-title__block {
    display: unset;
  }
}

.p-top-topics__en-title {
  font-family: "Marcellus SC", serif;
  font-size: 1.875rem;
  letter-spacing: 0.1875rem;
  line-height: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-topics__en-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 25px;
  }
}

.p-top-topics__ja-title-wrap {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-topics__ja-title-wrap {
    gap: 10px;
  }
}

.p-top-topics__border {
  width: 3.5625rem;
  border: 1px solid #00ac5d;
}
@media screen and (max-width: 767px) {
  .p-top-topics__border {
    width: 20px;
    border: 1px solid #707070;
  }
}

.p-top-topics__ja-title {
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-topics__ja-title {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
  }
}

.p-top-topics-main__block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.p-top-topics__item {
  width: 100%;
  padding-block: 1.25rem 0.625rem;
  border-bottom: 1px solid #ebecee;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-topics__item {
    padding-block: 15px 10px;
  }
}
@media (any-hover: hover) {
  .p-top-topics__item:hover:hover {
    opacity: 0.7;
  }
}

.p-top-topics__item:first-of-type {
  padding-top: 0;
}

.p-top-topics__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-topics__link {
    gap: 41px;
  }
}

.p-top-topics__time {
  width: 4.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #818181;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-topics__time {
    width: 50px;
    margin-left: 15px;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 15px;
  }
}
@media (any-hover: hover) {
  .p-top-topics__time:hover {
    opacity: 0.7;
  }
}

.p-top-topics__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  letter-spacing: 0.0875rem;
  line-height: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-top-topics__title {
    font-size: 11px;
    letter-spacing: 1.1px;
    line-height: 16px;
  }
}

/*----------------------------------
  btn
-----------------------------------*/
.p-top-topics__btn-pc {
  margin-top: auto;
}

.p-top-topics__btn {
  padding: 0.5rem 1.5rem 0.4375rem 1.5rem;
  background-color: #00ac5d;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top-topics__btn:nth-of-type(1) {
  color: #fff;
  font-family: "Marcellus SC", serif;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 1.5625rem;
}
.p-top-topics__btn:nth-of-type(2) {
  margin-left: 0.9375rem;
}
@media (any-hover: hover) {
  .p-top-topics__btn:hover {
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.p-top-topics__btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-topics__btn-sp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
}

.p-top-schedule__inner {
  padding-top: 12.5rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 19.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__inner {
    padding-block: 40px;
    padding-inline: 30px;
  }
}

/* ====== GRID 全体 ====== */
.p-top-schedule-grid {
  z-index: 1;
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto 4.375rem 1.25rem 4.375rem; /* ← 高さは自由に変更 */
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-schedule-grid {
    margin-top: 7px;
    grid-template-rows: auto 40px 10px 40px; /* ← 高さは自由に変更 */
  }
}

/* ====== 曜日 ====== */
.day {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0.9375rem 0;
  text-align: center;
  font-size: 1rem;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .day {
    padding-bottom: 20px;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

/* ★ 各曜日セルに "縦線" を擬似要素で生成 */
.day::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.875rem; /* ← 線の開始位置（調整可能） */
  height: 13.1875rem; /* ← 線の長さ（調整可能） */
  width: 0.0625rem;
  background: #707070;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .day::after {
    top: 60px;
    height: 102px;
    width: 1px;
  }
}

/* ★ 最後の日曜日は右線を消す */
.day:last-child::after {
  display: none;
}

/* ★ 最初の「月」に左線 */
.day:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.875rem; /* ← 線の開始位置（調整可能） */
  height: 13.1875rem; /* ← 線の長さ（調整可能） */
  width: 0.0625rem;
  background: #707070;
}
@media screen and (max-width: 767px) {
  .day:first-child::before {
    top: 60px;
    height: 102px;
    width: 1px;
  }
}

/* ====== 午前バー ====== */
.am {
  grid-column: 1/7;
  grid-row: 2;
}

/* ====== 午後バー ====== */
.pm {
  grid-column: 1/6;
  grid-row: 4;
}

/* 共通スタイル（バー） */
.bar {
  background: #a0cf10;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.8125rem;
  margin-inline: 0.625rem;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (max-width: 767px) {
  .bar {
    margin-inline: 4px;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 12px;
    height: 35px;
  }
}

/* ====== 土曜午後 ====== */
.sat {
  grid-column: 6/7;
  grid-row: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1.875rem;
  height: 3.8125rem;
  align-self: end;
}
.sat span {
  padding: 0.0625rem 0.625rem;
  background: #eff2f4;
}
@media screen and (max-width: 767px) {
  .sat span {
    padding: 5px 3px;
  }
}
@media screen and (max-width: 767px) {
  .sat {
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 12px;
    height: 35px;
  }
}

/* ====== 休診 ====== */
.close {
  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;
}

.close span {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 0.9375rem 1.5625rem;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .close span {
    padding: 10px 8px 8px 8px;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 12px;
  }
}

/* 午前休診 */
.close-am {
  grid-column: 7/8;
  grid-row: 2;
  height: 3.8125rem;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .close-am {
    height: 35px;
  }
}

/* 午後休診 */
.close-pm {
  grid-column: 7/8;
  grid-row: 4;
  height: 3.8125rem;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .close-pm {
    height: 35px;
  }
}

.p-top-schedule__note {
  margin-left: 2.1875rem;
  text-align: left;
  margin-top: 4.375rem;
}
.p-top-schedule__note p {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__note p {
    font-size: 11px;
    letter-spacing: 0.8px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-schedule__note {
    margin-top: 33px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
}

.p-top-philosophy__inner {
  position: relative;
  padding-top: 13.625rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__inner {
    padding-top: 50px;
    padding-inline: 30px 23px;
  }
}

.p-top-philosophy__contents {
  margin-top: 2.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__contents {
    margin-top: 50px;
  }
}

.p-top-philosophy__lead {
  color: #00ac5d;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__lead {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 30px;
  }
}

.p-top-philosophy__text {
  margin-top: 2.875rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__text {
    text-align: left;
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
}

.p-top-philosophy__btn-wrap {
  margin-top: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__btn-wrap {
    margin-top: 50px;
  }
}

.p-philosophy__photo {
  z-index: 1;
  position: absolute;
}
.p-philosophy__photo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-philosophy__photo {
    margin: 0;
  }
}

.p-philosophy__photo--left {
  width: 15.625rem;
  left: 3.6875rem;
  top: 12.125rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__photo--left {
    top: unset;
    width: 140px;
    left: calc(50% - 155.5px);
    bottom: -240px;
  }
}

.p-philosophy__photo--right {
  width: 12.5rem;
  bottom: 0.9375rem;
  right: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__photo--right {
    width: 120px;
    right: calc(50% - 155.5px);
    bottom: -200px;
  }
}

.p-top-diagnosis__inner {
  padding-top: 12.5rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-diagnosis__inner {
    padding-inline: 30px;
    padding-top: 274px;
    padding-bottom: 50px;
  }
}

.p-top-diagnosis__list {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-diagnosis__list {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 15px;
  }
}

.p-top-diagnosis__list--head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-diagnosis__list--head {
    margin-inline: auto;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 390px) {
  .p-top-diagnosis__list--head {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 12px;
  }
}

.p-top-diagnosis__list--body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-diagnosis__list--body {
    margin-inline: auto;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 390px) {
  .p-top-diagnosis__list--body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 12px;
  }
}

.p-top-diagnosis__item {
  text-align: center;
}
@media (any-hover: hover) {
  .p-top-diagnosis__item:hover .p-top-diagnosis__link img {
    opacity: 0.7;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.p-top-diagnosis__link {
  background: #fff;
  border-radius: 50%;
  width: 11.0625rem;
  height: 11.0625rem;
  border: 2px solid #a0cf10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-diagnosis__link img {
  width: 5rem;
  height: 5rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-diagnosis__link img {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-diagnosis__link {
    width: 89px;
    height: 89px;
  }
}

.p-top-diagnosis__name {
  margin-top: 0.625rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-diagnosis__name {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 13px;
  }
}

.p-top-diagnosis__btn-wrap {
  margin-top: 2.9375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-diagnosis__btn-wrap {
    margin-top: 50px;
  }
}

.p-top-greeting__inner {
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-greeting__inner {
    padding-top: 43px;
    padding-bottom: 71px;
    padding-inline: 30px;
    padding-bottom: 50px;
  }
}

.p-top-greeting__card {
  z-index: 1;
  max-width: 38.75rem;
  max-height: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-greeting__card {
    height: auto;
    margin-left: 45px;
    width: min(80.9160305344vw, 620px);
    margin-top: min(15.0127226463vw, 1000px);
  }
}
@media screen and (max-width: 386px) {
  .p-top-greeting__card {
    margin-left: 38px;
  }
}

.p-top-greeting-card {
  padding: 5.5625rem 1.875rem 1.875rem 1.875rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-greeting-card {
    padding: 30px 13px 21px 13px;
  }
}
@media screen and (max-width: 391px) {
  .p-top-greeting-card {
    padding: 30px 8px 21px 8px;
  }
}

.p-top-greeting-card__title {
  font-weight: 700;
  color: #00552e;
  font-size: 1.375rem;
  letter-spacing: 0.0125rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-greeting-card__title {
    color: #333333;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 391px) {
  .p-top-greeting-card__title {
    letter-spacing: 0.5px;
  }
}

.p-top-greeting-card__text {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-greeting-card__text {
    margin-top: 15px;
    font-size: 11px;
    letter-spacing: 0.55;
    line-height: 20px;
  }
}

.p-top-greeting-card__btn-wrap {
  margin-top: 2.9375rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-greeting-card__btn-wrap {
    margin-top: 20px;
  }
}

.p-top-greeting__contents {
  margin-top: 11.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-greeting__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
}

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

.p-top-greeting__image--01 {
  width: 35.625rem;
  margin-left: -14.5rem;
  margin-top: -7.5rem;
}
.p-top-greeting__image--01 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-greeting__image--01 {
    width: min(80.9160305344vw, 600px);
    position: absolute;
    margin-top: unset;
    margin-left: unset;
    top: min(-30.534351145vw, 160px);
    right: -30px;
  }
}

.p-top-greeting__image--02 {
  width: 35.625rem;
  margin-top: -2.8125rem;
  margin-left: -3.125rem;
}
.p-top-greeting__image--02 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-greeting__image--02 {
    margin-top: unset;
    margin-left: unset;
    width: min(47.582697201vw, 400px);
    height: min(50.1272264631vw, 300px);
    position: absolute;
    top: min(-16.7938931298vw, 160px);
    left: -30px;
  }
}

.p-page-mv {
  background: url(../img/bg_page_fv.webp) no-repeat center center/cover;
  width: 100%;
  position: relative;
  height: 25.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv {
    height: 119px;
  }
}

.p-page-container {
  position: relative;
}
.p-page-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 0.0625rem;
  height: 3.75rem;
  background: #d3d3d3;
}
@media screen and (max-width: 767px) {
  .p-page-container::after {
    width: 1px;
    height: 30px;
  }
}

.p-page__title-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page__title-wrap {
    gap: 5px;
  }
}

.p-page__ja-title {
  font-size: 1.4375rem;
  letter-spacing: 0.071875rem;
  line-height: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-page__ja-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 29px;
  }
}

.p-page__en-title {
  font-size: 0.8125rem;
  letter-spacing: 0.040625rem;
  line-height: 1.0625rem;
  color: #d3d3d3;
}
@media screen and (max-width: 767px) {
  .p-page__en-title {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 17px;
  }
}

.p-page-section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.4375rem;
  letter-spacing: 0.071875rem;
  line-height: 2.125rem;
  position: relative;
}
.p-page-section__title::before, .p-page-section__title::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 0.03125rem;
  background: #00ac5d;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-page-section__title::before, .p-page-section__title::after {
    width: 30px;
    height: 0.5px;
  }
}
.p-page-section__title::before {
  left: -5.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-section__title::before {
    left: -50px;
  }
}
.p-page-section__title::after {
  right: -5.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-section__title::after {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-section__title {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 26px;
  }
}

.p-page-fixed {
  position: relative;
}
.p-page-fixed::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url(../img/bg_main-color_pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .p-page-fixed::before {
    background-image: url(../img/bg_main-color_sp.webp);
    background-position: center top;
    background-size: 100% 100%;
  }
}
.p-page-fixed.is-fixed::before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.p-about__intro::before {
  height: 21%;
}
@media screen and (max-width: 767px) {
  .p-about__intro::before {
    height: 19.8%;
  }
}

.p-about__intro__inner {
  padding-top: 6.25rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-about__intro__inner {
    padding-top: 40px;
    padding-bottom: 240px;
    padding-left: 30px;
    padding-right: 26px;
  }
}

.p-about-intro__contents {
  position: relative;
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-intro__contents {
    margin-top: 40px;
  }
}

.p-about-intro__image {
  position: absolute;
}
.p-about-intro__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-about-intro__image--01 {
  width: 15.625rem;
  top: 0;
  left: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__image--01 {
    width: min(35.6234096692vw, 160px);
    top: unset;
    bottom: -190px;
    left: calc(50% - 159px);
  }
}

.p-about-intro__image--02 {
  width: 12.5rem;
  top: 4.375rem;
  right: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__image--02 {
    width: min(30.534351145vw, 140px);
    top: unset;
    bottom: -150px;
    left: calc(50% + 34px);
  }
}

.p-about-intro__lead {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__lead {
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 30px;
  }
}

.p-about-intro__text {
  margin-top: 3.125rem;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-intro__text {
    text-align: left;
    margin-top: 28px;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-about__concept
-----------------------------------*/
.p-about-concept__inner {
  padding-top: 6.25rem;
  padding-left: 9.375rem;
  padding-right: 6.25rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-about-concept__inner {
    padding-top: 0;
    padding-inline: 30px;
  }
}

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

.p-about-concept__head {
  width: 44.9579831933%;
}
@media screen and (max-width: 767px) {
  .p-about-concept__head {
    width: 100%;
  }
}

.p-about-concept__title span:nth-of-type(1) {
  font-family: "Marcellus SC", serif;
  font-size: 1.5625rem;
  letter-spacing: 0.3125rem;
  color: #00ac5d;
}
@media screen and (max-width: 767px) {
  .p-about-concept__title span:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.p-about-concept__title span:nth-of-type(2) {
  font-weight: 700;
  margin-top: 1rem;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__title span:nth-of-type(2) {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}

.p-about-concept__text {
  margin-top: 3.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.1625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__text {
    margin-top: 50px;
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 30px;
  }
}

.p-about-concept__image {
  width: 47.8991596639%;
}
.p-about-concept__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-concept__image {
    width: 100%;
  }
}

/*----------------------------------
  p-about__director
-----------------------------------*/
.p-about-director__inner {
  padding-top: 9.375rem;
  padding-left: 6.25rem;
  padding-right: 5.3125rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about-director__inner {
    padding-inline: 30px;
    padding-top: 100px;
  }
}

.p-about-director__wrap {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-director__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 37px;
    gap: 50px;
  }
}

.p-about-director__video {
  width: 45.4183266932%;
}
@media screen and (max-width: 767px) {
  .p-about-director__video {
    width: 100%;
  }
}
.p-about-director__video .p-about-director__video-iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-about-director__video .p-about-director__video-iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.p-about-director__text {
  width: 46.6135458167%;
  font-size: 0.875rem;
  letter-spacing: 0.175rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-director__text {
    width: 100%;
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-about__hygiene
-----------------------------------*/
.p-about-hygiene__inner {
  padding-top: 12.5rem;
  padding-left: 6.25rem;
  padding-right: 7.5rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-about-hygiene__inner {
    padding-inline: 30px;
    padding-top: 74px;
  }
}

.p-about-hygiene__wrap {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-hygiene__wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-about-hygiene__image {
  width: 46.7213114754%;
}
.p-about-hygiene__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about-hygiene__image {
    width: 100%;
  }
}

.p-about-hygiene__text {
  width: 45.0819672131%;
  font-size: 0.875rem;
  letter-spacing: 0.175rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-hygiene__text {
    width: 100%;
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-about__equipment
-----------------------------------*/
.p-about-equipment__inner {
  padding-inline: 6.1875rem;
  padding-bottom: 6.25rem;
  margin-inline: auto;
  max-width: 1440;
}
@media screen and (max-width: 767px) {
  .p-about-equipment__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 30px;
  }
}

.p-about-equipment__cards {
  margin-right: auto;
  max-width: 50.6875rem;
  margin-top: 6.6875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-equipment__cards {
    margin-top: 61px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 50px;
    max-width: 100%;
    margin-right: unset;
  }
}

.p-about-equipment__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .p-about-equipment__card {
    display: unset;
  }
}

.p-about-equipment-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-about-equipment-card__title {
  margin-top: 0.9375rem;
  color: #00ac5d;
  font-size: 1.125rem;
  letter-spacing: 0.225rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-equipment-card__title {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 3.2px;
    line-height: 30px;
  }
}

.p-about-equipment-card__text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: 0.175rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-equipment-card__text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 3.2px;
    line-height: 30px;
  }
}

.p-greeting__intro::before {
  height: 23%;
}
@media screen and (max-width: 767px) {
  .p-greeting__intro::before {
    height: 42%;
  }
}

.p-greeting-intro__inner {
  padding-top: 6.21875rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro__inner {
    padding-inline: 30px;
    padding-top: 30px;
  }
}

.p-greeting-intro__contents {
  margin-top: 11.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro__contents {
    margin-top: 50px;
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-greeting-intro__card {
  background-color: #fff;
  padding: 2.5rem 2.5rem 2.5rem 6.25rem;
  width: 48.125rem;
  height: 25.4375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro__card {
    position: unset;
    padding: 30px 18px;
    width: 100%;
    height: 100%;
  }
}

.p-greeting-intro-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-card__title {
    gap: 0;
  }
}
.p-greeting-intro-card__title span {
  font-size: 1.0625rem;
  letter-spacing: 0.053125rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-card__title span {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
  }
}

.p-greeting-intro-card__name {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-card__name {
    margin-top: 27px;
  }
}
.p-greeting-intro-card__name span:nth-of-type(1) {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-card__name span:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 30px;
  }
}
.p-greeting-intro-card__name span:nth-of-type(2) {
  font-family: "Marcellus SC", serif;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-card__name span:nth-of-type(2) {
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 30px;
  }
}

.p-greeting-intro-card__list-wrap {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-card__list-wrap {
    margin-top: 16px;
  }
}

.p-greeting-intro-card__list-title {
  font-size: 1.0625rem;
  letter-spacing: 0.053125rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-card__list-title {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
  }
}

.p-greeting-intro-card__list {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-card__list {
    margin-top: 10px;
  }
}

.p-greeting-intro-card__item {
  font-size: 1.0625rem;
  letter-spacing: 0.053125rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-greeting-intro-card__item {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
  }
}

.p-greeting-intro__image {
  width: 58.75rem;
  position: absolute;
  right: 0;
  top: -5.1875rem;
  z-index: 1;
}
.p-greeting-intro__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro__image {
    width: 100%;
    position: unset;
    inset: unset;
  }
}

.p-greeting-intro__lead {
  margin-top: 8.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro__lead {
    margin-top: 50px;
  }
}

.p-greeting-intro-lead__title {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.1375rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-lead__title {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 40px;
  }
}

.p-greeting-intro-lead__text {
  margin-top: 2.0625rem;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-intro-lead__text {
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-greeting__clinic
-----------------------------------*/
.p-greeting-clinic__inner {
  padding-top: 12.5rem;
  padding-bottom: 4.0625rem;
  padding-inline: 6.25rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-greeting-clinic__inner {
    padding-top: 72px;
    padding-bottom: 75px;
    padding-inline: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-greeting__clinic__title::before, .p-greeting__clinic__title::after {
    width: 50px;
  }
  .p-greeting__clinic__title::before {
    left: -65px;
  }
  .p-greeting__clinic__title::after {
    right: -65px;
  }
}

.p-greeting-clinic__contents {
  margin-top: 3.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-clinic__contents {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50.5px;
  }
}

.p-greeting-clinic__image {
  width: 45.9677419355%;
}
.p-greeting-clinic__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-greeting-clinic__image {
    width: 100%;
  }
}

.p-greeting-clinic__list {
  width: 45.9677419355%;
}
@media screen and (max-width: 767px) {
  .p-greeting-clinic__list {
    width: 100%;
  }
}

.p-greeting-clinic__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.875rem;
  padding-bottom: 1.28125rem;
  border-bottom: 0.5px solid #333333;
}
.p-greeting-clinic__row:not(:first-of-type) {
  padding-top: 1.40625rem;
}
@media screen and (max-width: 767px) {
  .p-greeting-clinic__row:not(:first-of-type) {
    padding-top: 22.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting-clinic__row {
    padding-bottom: 21.5px;
    gap: 10px;
  }
}

.p-greeting-clinic__term {
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  width: 6.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-greeting-clinic__term {
    margin-left: 15px;
    width: 87px;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
  }
}

.p-greeting-clinic__desc {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-greeting-clinic__desc {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}

.p-diagnosis-intro::before {
  height: 20.3%;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-intro::before {
    height: 18%;
  }
}

.p-diagnosis-bold {
  font-weight: 700;
  display: inline;
  letter-spacing: 0;
}

.p-diagnosis-intro__inner {
  padding-top: 6.25rem;
  padding-inline: 9.375rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-intro__inner {
    padding-inline: 15px;
    padding-top: 35px;
  }
}

.p-diagnosis-intro__list {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-intro__list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 28px;
  }
}

.p-diagnosis-intro__list-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-intro__list-head {
    margin-inline: auto;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 390px) {
  .p-diagnosis-intro__list-head {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 12px;
  }
}

.p-diagnosis-intro__list-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-intro__list-body {
    margin-inline: auto;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 390px) {
  .p-diagnosis-intro__list-body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 12px;
  }
}

.p-diagnosis-intro__item {
  text-align: center;
}
@media (any-hover: hover) {
  .p-diagnosis-intro__item:hover .p-diagnosis-intro__link img {
    opacity: 0.7;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.p-diagnosis-intro__link {
  background: #fff;
  border-radius: 50%;
  width: 11.0625rem;
  height: 11.0625rem;
  border: 2px solid #a0cf10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-diagnosis-intro__link img {
  width: 5rem;
  height: 5rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-intro__link img {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis-intro__link {
    width: 98px;
    height: 97px;
  }
}

.p-diagnosis-intro__name {
  margin-top: 0.625rem;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-intro__name {
    margin-top: 10px;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 13px;
  }
}

/*----------------------------------
  p-diagnosis__blocks
-----------------------------------*/
.p-diagnosis-blocks__inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-left: 12.5rem;
  padding-right: 8.625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-blocks__inner {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-inline: 28px;
  }
}

.p-diagnosis-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__wrap {
    gap: 40px;
  }
}

.p-diagnosis__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis__block {
    gap: 30px;
  }
}

.p-diagnosis-block__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  position: relative;
}
.p-diagnosis-block__title-wrap::before {
  content: "";
  position: absolute;
  width: 13.1875rem;
  height: 0.0625rem;
  background: #d3d3d3;
  bottom: -0.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__title-wrap::before {
    bottom: -10px;
    width: 210px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__title-wrap {
    gap: 10px;
  }
}

.p-diagnosis-block__icon {
  width: 1.875rem;
}
.p-diagnosis-block__icon img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__icon {
    width: 30px;
  }
}

.p-diagnosis-block__title {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__title {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 29px;
  }
}

.p-diagnosis-block__text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__text {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
}

.p-diagnosis-block-column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  max-width: 29.375rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block-column__wrap {
    gap: 30px;
    max-width: 100%;
  }
}

.p-diagnosis-block-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block-column {
    grid-template-columns: repeat(1, 1fr);
    padding-right: unset;
    gap: 30px;
  }
}

.p-diagnosis-block__video {
  margin-top: 3.75rem;
  max-width: 29.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__video {
    margin-top: 0;
    max-width: 100%;
  }
}
.p-diagnosis-block__video .p-diagnosis-block__video-iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-diagnosis-block__video .p-diagnosis-block__video-iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.p-diagnosis-block__video--perio {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .p-diagnosis-block__video--perio {
    margin-top: 0;
  }
}

.p-diagnosis-block__video--perio .p-diagnosis-block__video-iframe-wrap {
  padding-top: 56.3893835326%;
}

.p-archive-news::before {
  height: 61%;
}
@media screen and (max-width: 767px) {
  .p-archive-news::before {
    height: 100%;
  }
}

.p-archive-news__inner {
  padding-inline: 12.5rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-archive-news__inner {
    padding-top: 40px;
    padding-inline: 30px;
    padding-bottom: 77px;
  }
}

.p-archive-news__pagination-wrapper {
  margin-top: 5.0625rem;
  padding-inline: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-archive-news__pagination-wrapper {
    margin-top: 55.5px;
    padding-inline: 15px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px;
  }
}

.p-archive-news__count {
  font-size: 0.9375rem;
  letter-spacing: 0.046875rem;
  line-height: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news__count {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 20px;
  }
}

.p-archive-news__count-num {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news__count-num {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 26px;
  }
}

/*----------------------------------
  p-archive-news__pagination 
-----------------------------------*/
.p-archive-news__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news__pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.p-archive-news__pagination-item {
  width: 2.1875rem;
  height: 2.1875rem;
}
.p-archive-news__pagination-item.is-current .p-archive-news__pagination-link {
  background: #00ac5d;
  color: #fff;
  border: 1px solid #00ac5d;
}
@media screen and (max-width: 767px) {
  .p-archive-news__pagination-item.is-current .p-archive-news__pagination-link {
    background: #a0cf10;
    border: 1px solid #a0cf10;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-news__pagination-item {
    width: 25px;
    height: 25px;
  }
}

.p-archive-news__pagination-link {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.1875rem;
  height: 2.1875rem;
  background: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.046875rem;
  line-height: 1.3125rem;
  border: 1px solid #707070;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-archive-news__pagination-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-news__pagination-link {
    width: 25px;
    height: 25px;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 19px;
  }
}

.p-archive-news__pagination-link--arrow img {
  width: 0.9375rem;
  height: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news__pagination-link--arrow img {
    width: 13px;
    height: 5px;
  }
}

.p-archive-news__lists {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news__lists {
    margin-top: 30px;
  }
}

.p-archive-news__item {
  padding-block: 1.25rem;
  border-top: 1px solid #d3d3d3;
}
@media screen and (max-width: 767px) {
  .p-archive-news__item {
    padding-block: 16.5px;
  }
}
.p-archive-news__item:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 767px) {
  .p-archive-news__item:last-of-type {
    padding-bottom: 16.5px;
  }
}

.p-archive-news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-archive-news-item__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-archive-news-item__link {
    gap: 15px;
  }
}

.p-archive-news-item__time {
  margin-left: 4.6875rem;
  width: 4.6875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.09375rem;
  line-height: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-news-item__time {
    width: 45px;
    margin-left: 14.5px;
    font-size: 8px;
    letter-spacing: 0.8px;
    line-height: 11px;
  }
}

.p-archive-news-item__title {
  font-size: 0.9375rem;
  letter-spacing: 0.09375rem;
  line-height: 1.3125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-archive-news-item__title {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.p-archive-news__pagination--bottom {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-archive-news__pagination--bottom {
    margin-top: 50px;
  }
}

.p-single-news::before {
  height: 61%;
}
@media screen and (max-width: 767px) {
  .p-single-news::before {
    height: 76%;
  }
}

.p-single-news__inner {
  padding-block: 6.25rem;
  padding-left: 17.1875rem;
  padding-right: 15.6875rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-single-news__inner {
    padding-right: 40px;
    padding-left: 46px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.p-single-news__article {
  margin-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__article {
    margin-top: 50px;
  }
}

.p-single-news__head {
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__head {
    padding-bottom: 15px;
  }
}

.p-single-news__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #818181;
  font-size: 0.9375rem;
  letter-spacing: 0.09375rem;
  line-height: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__date {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 17px;
  }
}

.p-single-news__title {
  margin-top: 0.625rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__title {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 20px;
  }
}

.p-single-news__content {
  padding-block: 3.125rem;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 767px) {
  .p-single-news__content {
    border-bottom: none;
    padding-top: 43px;
    padding-bottom: 50px;
  }
}
.p-single-news__content p {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__content p {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 25px;
  }
}

.p-single-news__pager {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__pager {
    margin-top: 30px;
  }
}

.p-single-news__pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__pager-list {
    gap: 40px;
  }
}

.p-single-news__pager-link {
  padding: 0.4375rem 1.3125rem 0.4375rem 1.3125rem;
  font-size: 0.9375rem;
  letter-spacing: 0.046875rem;
  line-height: 1.3125rem;
  border: 1px solid #707070;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-news__pager-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-single-news__pager-link {
    padding: 4px 16px 6px 16px;
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 19px;
  }
}

.p-thanks__inner {
  padding-block: 6.25rem;
  padding-inline: 9.375rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-block: 40px 100px;
    padding-inline: 45px;
  }
}
@media screen and (max-width: 390px) {
  .p-thanks__inner {
    padding-inline: 20px;
  }
}

.p-thanks__wrap {
  margin-top: 5.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__wrap {
    margin-top: 30px;
  }
}

.p-thanks__title {
  font-size: 1.5625rem;
  letter-spacing: 0.3125rem;
  line-height: 3.125rem;
}
.p-thanks__title::before, .p-thanks__title::after {
  width: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title::before, .p-thanks__title::after {
    width: 35px;
  }
}
.p-thanks__title::before {
  left: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title::before {
    left: -50px;
  }
}
.p-thanks__title::after {
  right: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title::after {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 50px;
  }
}

.p-thanks__text {
  margin-top: 2.5rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-top: 35px;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
  }
}

.p-thanks-btn__wrap {
  margin-top: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks-btn__wrap {
    margin-top: 44px;
  }
}

.p-thanks__btn {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  background: #fff;
  display: inline-block;
  border: 1px solid #707070;
  padding: 1rem 6.375rem 1rem 6.375rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media (any-hover: hover) {
  .p-thanks__btn:hover {
    color: #fff;
    background: #707070;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 26px;
    padding: 15px 100px 15px 100px;
  }
}
@media screen and (max-width: 390px) {
  .p-thanks__btn {
    padding: 13px 80px 13px 80px;
  }
}

.p-recruit-intro::before {
  height: 12%;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro::before {
    height: 13.5%;
  }
}

.p-recruit-intro__inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-inline: 9.375rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 15px;
  }
}

.p-recruit-intro__lead {
  text-align: center;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__lead {
    margin-top: 50px;
  }
}

.p-recruit-intro__title {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__title {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 35px;
  }
}
@media screen and (max-width: 390px) {
  .p-recruit-intro__title {
    font-size: 17px;
  }
}

.p-recruit-intro__text {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  font-size: 0.9375rem;
  letter-spacing: 0.046875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-intro__text {
    margin-top: 30px;
    gap: 30px;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
  }
}

.p-recruit-image-block__inner {
  padding-left: 5.5rem;
  padding-right: 6.25rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-recruit-image-block__inner {
    padding-inline: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__image--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-recruit__image--wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-recruit__image {
  max-width: 25rem;
}
.p-recruit__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit__image {
    width: min(45.8015267176vw, 300px);
  }
}

.p-recruit__image--pc {
  max-width: 25rem;
}
.p-recruit__image--pc img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit__image--pc {
    display: none;
  }
}

.p-recruit__image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit__image--sp {
    display: inline;
    width: min(45.8015267176vw, 300px);
    margin-inline: auto;
  }
}

/*----------------------------------
  p-recruit-requirements
-----------------------------------*/
.p-recruit-requirements__inner {
  padding-inline: 14.375rem;
  padding-top: 5.25rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__inner {
    padding-top: 100px;
    padding-inline: 15px;
  }
}

.p-recruit-requirements__wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__wrap {
    margin-top: 25.5px;
  }
}

.p-recruit-requirements__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
  padding-block: 1.90625rem;
  border-top: 1px solid #d3d3d3;
}
.p-recruit-requirements__row:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__row {
    gap: 18px;
    padding-block: 20.5px;
  }
}

.p-recruit-requirements__term {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  width: 4.5rem;
  margin-left: 6.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__term {
    width: 51px;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 30px;
    margin-left: 15px;
  }
}

.p-recruit-requirements__desc {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__desc {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-recruit-contact
-----------------------------------*/
@media screen and (max-width: 380px) {
  .p-recruit-contact__title {
    font-size: 17px;
    white-space: nowrap;
  }
}

.p-recruit-contact__inner {
  padding-top: 12.5rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__inner {
    padding-top: 108px;
    padding-inline: 15px;
  }
}

.p-recruit-contact__head {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__head {
    margin-top: 30px;
  }
}

.p-recruit-contact__lead {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__lead {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
  }
}

.p-recruit-contact__tel {
  display: block;
  margin-top: 2.375rem;
  font-size: 1.5625rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__tel {
    margin-top: 9px;
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 30px;
  }
}
@media (any-hover: hover) {
  .p-recruit-contact__tel:hover {
    opacity: 0.7;
  }
}

.p-recruit-contact__time {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__time {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-recruit-form
-----------------------------------*/
.p-recruit-confirm__title {
  font-size: 1.5625rem;
  letter-spacing: 0.3125rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__title {
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 30px;
  }
}
.p-recruit-confirm__title::before, .p-recruit-confirm__title::after {
  background: #a0cf10;
  width: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__title::before, .p-recruit-confirm__title::after {
    width: 35px;
  }
}
.p-recruit-confirm__title::before {
  left: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__title::before {
    left: -50px;
  }
}
.p-recruit-confirm__title::after {
  right: -3.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__title::after {
    right: -50px;
  }
}

.p-recruit-contact__wrap {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__wrap {
    margin-top: 72px;
  }
}

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

.p-recruit-contact__field {
  padding-bottom: 1.65625rem;
  border-bottom: 1px solid #d3d3d3;
}
.p-recruit-contact__field:not(:first-child) {
  padding-top: 1.65625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__field:not(:first-child) {
    padding-top: 17.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__field {
    padding-bottom: 15.5px;
  }
}

.p-recruit-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5625rem;
  padding-left: 3.125rem;
  padding-right: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding-inline: 15px;
  }
}

.p-recruit-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 17.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-recruit-form-field__head.--message-head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-field__head {
    gap: 15px;
    width: 100%;
  }
}

.p-recruit-form-field__label {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-field__label {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
  }
}

.p-recruit-form-field__tag {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.4375rem;
  color: #fff;
  background: #ff0000;
  padding: 0.0625rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-field__tag {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 20px;
    padding: 1px 7px;
  }
}

.p-recruit-form-field__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.p-recruit-form-text {
  border: 1px solid #707070;
  padding: 0.125rem 0.9375rem;
  width: 100%;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-text {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 2px 15px;
  }
}
.p-recruit-form-text:focus {
  outline: #333 auto 1px;
}
.p-recruit-form-text:not(:-moz-placeholder) {
  color: #333;
}
.p-recruit-form-text:not(:-ms-input-placeholder) {
  color: #333;
}
.p-recruit-form-text:not(:placeholder-shown) {
  color: #333;
}

.p-recruit-form-select {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.125rem 0.9375rem;
  border: 1px solid #707070;
  background-image: url(../img/icon_contact_triangle.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right 0.9375rem center, right top;
  background-size: 0.625rem 0.9375rem 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-select {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 2px 15px;
    background-position: right 15px center, right top;
    background-size: 10px 15px 100%;
  }
}
.p-recruit-form-select:focus {
  outline: #333 auto 1px;
}

.p-recruit-form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #707070;
  height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-textarea {
    padding: 2px 16px;
    height: 150px;
  }
}
.p-recruit-form-textarea:focus {
  outline: #333 auto 1px;
}
.p-recruit-form-textarea:not(:-moz-placeholder) {
  color: #333;
}
.p-recruit-form-textarea:not(:-ms-input-placeholder) {
  color: #333;
}
.p-recruit-form-textarea:not(:placeholder-shown) {
  color: #333;
}

.p-recruit-form-field__item--age {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-field__item--age {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-recruit-form-field__age-unit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.5rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-form-field__age-unit {
    margin-left: 15px;
    position: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-recruit-contact__note {
  text-align: center;
  margin-top: 3.15625rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__note {
    margin-top: 30px;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
  }
}

.p-recruit-contact__btn-wrap {
  margin-top: 3.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__btn-wrap {
    margin-top: 50px;
  }
}

.p-recruit-contact__btn {
  border-radius: 0;
  border: none;
  display: inline-block;
  padding: 1.3125rem 10.5rem 1.25rem 10.5625rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  background-color: #00ac5d;
  color: #fff;
  background-image: url("../img/icon_contact_btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 3.125rem center;
  -webkit-transition: background-position 0.5s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-position 0.5s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-position 0.5s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: background-position 0.5s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact__btn {
    background-image: url("../img/icon_btn_arrow_pc.svg");
    background-position: right 47px center;
    padding: 22px 94px 19px 94px;
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 30px;
  }
}
@media (any-hover: hover) {
  .p-recruit-contact__btn:hover {
    background-position: right 1.875rem center;
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.25);
  }
}

/*----------------------------------
  p-recruit-privacy
-----------------------------------*/
.p-recruit-privacy__inner {
  padding-inline: 6.6875rem;
  padding-top: 9.375rem;
  padding-bottom: 6.25rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-privacy__inner {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-inline: 30px 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-privacy__title {
    font-size: 17px;
    white-space: nowrap;
  }
}
.p-recruit-privacy__title::before, .p-recruit-privacy__title::after {
  background: #ffa500;
  width: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-privacy__title::before, .p-recruit-privacy__title::after {
    width: 35px;
  }
}
.p-recruit-privacy__title::before {
  left: -3.15625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-privacy__title::before {
    left: -50px;
  }
}
.p-recruit-privacy__title::after {
  right: -3.15625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-privacy__title::after {
    right: -50px;
  }
}

.p-recruit-privacy__wrap {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-privacy__wrap {
    margin-top: 30px;
  }
}

.p-recruit-privacy__text {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-privacy__text {
    font-size: 12px;
    line-height: 20px;
    overflow-wrap: anywhere;
  }
}

.p-recruit-privacy__text-bold {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-privacy__text-bold {
    font-size: 12px;
    line-height: 20px;
  }
}

/*----------------------------------
  p-recruit-confirm
-----------------------------------*/
.p-recruit-confirm-intro__inner {
  padding-top: 6.25rem;
  padding-inline: 9.375rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm-intro__inner {
    padding-top: 35px;
    padding-inline: 20px;
  }
}

.p-recruit-confirm__inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  padding-inline: 14.375rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__inner {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-inline: 15px;
  }
}

.p-recruit-confirm__text {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__text {
    margin-top: 32px;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
  }
}

.p-recruit-confirm__wrap {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__wrap {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-confirm__field {
    padding-bottom: 15px;
  }
  .p-recruit-confirm__field:not(:first-of-type) {
    padding-top: 15px;
  }
}

.p-recruit-confirm__value {
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  padding-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__value {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
    margin-inline: auto;
  }
}

.p-recruit-confirm__note {
  text-align: center;
  margin-top: 6.25rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__note {
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 30px;
    padding-left: 23px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-confirm-form-field {
    gap: 0;
  }
}

.p-recruit-confirm__bottom {
  margin-top: -2.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__bottom {
    margin-top: 50px;
    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;
    gap: 51px;
  }
}

.p-recruit-confirm___btn-wrap {
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm___btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}

.p-recruit-confirm__btn {
  display: inline-block;
  margin-top: 6.25rem;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 30px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-recruit-confirm__btn.--prev {
  background: #fff;
  border: 1px solid #707070;
  padding: 1.375rem 5.8125rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__btn.--prev {
    padding: 15px 80px 15px 80px;
  }
}
@media (any-hover: hover) {
  .p-recruit-confirm__btn.--prev:hover {
    color: #fff;
    background: #707070;
  }
}
.p-recruit-confirm__btn.--submit {
  color: #fff;
  background: #00ac5d;
  border: 1px solid #00ac5d;
  padding: 1.375rem 7.5rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__btn.--submit {
    padding: 15px 108px 15px 108px;
  }
}
@media (any-hover: hover) {
  .p-recruit-confirm__btn.--submit:hover {
    color: #00ac5d;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-confirm__btn {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 2.8px;
    line-height: 24px;
    max-width: 288px;
  }
}

/*----------------------------------
  contact from7
-----------------------------------*/
.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.p-recruit-form-text,
.p-recruit-form-select,
.p-recruit-form-textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
}

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

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

.u-animated__fadeIn {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}
.u-animated__fadeIn.js-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.u-animated__circleReveal {
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: clip-path 5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: clip-path;
}
.u-animated__circleReveal.js-show {
  clip-path: circle(150% at 50% 50%);
}

.u-animated__scaleImg {
  overflow: hidden;
  /* before（出現前） */
  /* after（出現後） */
}
.u-animated__scaleImg img {
  opacity: 0.7;
  scale: 1.4;
  -webkit-transition: scale 2s ease;
  transition: scale 2s ease;
}
.u-animated__scaleImg.js-show img {
  opacity: 1;
  scale: 1;
}

.u-animated__slideUp {
  overflow: hidden;
}
.u-animated__slideUp .char {
  display: inline-block;
}

.u-animated__clipView {
  /* before（出現前） */
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.3s ease;
  transition: clip-path 1.3s ease;
  will-change: clip-path;
  /* after（出現後） */
}
.u-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}/*# sourceMappingURL=style.css.map */