@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #333333;
  font-weight: 400;
  scroll-behavior: smooth;
  scroll-margin-top: 600px;
  overflow-x: hidden;
}

/* アンカーリンクのターゲット要素に適用 */
/* 今回のHTMLでIDが設定されている要素をターゲットにします */
.p-medical-wrap {
  scroll-margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-medical-wrap {
    scroll-margin-top: 9.375rem;
  }
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
body {
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
.c-txt-xxlarge {
  font-size: 2rem;
  color: #00616E;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-txt-xxlarge {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

.c-txt-xlarge {
  font-size: 1.625rem;
  color: #00616E;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-txt-xlarge {
    font-size: 1.375rem;
    line-height: 1.6;
  }
}

.c-txt-large {
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.6;
}

.c-txt-normal {
  line-height: 1.8;
}

.c-txt-em {
  color: #FF0000;
}

.c-txt-small {
  font-size: 0.875rem;
  line-height: 1.8;
}

.c-txt-xsmall {
  font-size: 0.75rem;
  font-weight: 500;
}

.c-txt-xxsmall {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
}

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

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

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

.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
  border-bottom: 1px solid #E1E1E1;
  padding: 1rem 2rem 0 2rem;
}
.l-header .l-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1370px) {
  .l-header .l-header-content {
    padding-left: 0.5rem;
  }
}
.l-header__container {
  margin-right: 1rem;
  max-width: 25rem;
}
.l-header__container img {
  width: 100%;
  height: auto;
}
.l-header__container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1370px) {
  .l-header__container a {
    gap: 0;
  }
}
.l-header__container h1 {
  display: contents;
}
.l-header__txt {
  line-height: 1;
  color: #00616E;
  margin-bottom: 0.5rem;
}
.l-header__txt.sp-only {
  display: none;
}
@media screen and (max-width: 1370px) {
  .l-header__txt.sp-only {
    display: block;
    background-color: #EFFFFE;
    padding: 0.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1370px) {
  .l-header__txt:not(.sp-only) {
    display: none;
  }
}
.l-header__pc-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
  width: 100%;
}
.l-header__pc-menu-stacked {
  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.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__pc-head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.l-header__phone {
  color: #0DADA1;
  border: 1px solid #0DADA1;
  padding: 0.8rem 1rem;
  border-radius: 0.1875rem;
  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;
}
.l-header__phone:hover {
  background-color: #EFFFFE;
}
.l-header__phone::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/phone-call.svg);
          mask-image: url(../img/common/phone-call.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1370px) {
  .l-header__phone {
    padding: 1rem 0.5rem;
    width: 50%;
  }
}
.l-header__access {
  color: #0DADA1;
  border: 1px solid #0DADA1;
  padding: 0.8rem 1rem;
  border-radius: 0.1875rem;
  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;
}
.l-header__access:hover {
  background-color: #EFFFFE;
}
.l-header__access::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/map-pin.svg);
          mask-image: url(../img/common/map-pin.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1370px) {
  .l-header__access {
    padding: 1rem 0.5rem;
    width: 50%;
  }
}
.l-header__pc-foot-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: relative;
}
.l-header__pc-foot-menu a {
  position: relative;
  z-index: 2;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 1rem;
  -webkit-transition: none;
  transition: none;
  white-space: nowrap;
}
.l-header__pc-foot-menu a#accessLink {
  display: none;
}
.l-header__pc-foot-menu a:hover {
  color: #0DADA1;
  border-bottom: 2px solid #0DADA1;
  padding-bottom: 0.875rem;
}
.l-header .js-dropdown-trigger.is-active {
  color: #0DADA1;
  border-bottom: 2px solid #0DADA1;
  padding-bottom: 0.875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header .menu-dropdown-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 12.5rem;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s ease;
  transition: visibility 0.3s, opacity 0.3s ease;
}
.l-header__sub-menu.is-active {
  visibility: visible;
  opacity: 1;
}
.l-header__sub-list li {
  border-bottom: 1px solid #E1E1E1;
}
.l-header__sub-list li:last-child {
  border-bottom: none;
}
.l-header__sub-list li {
  color: #0DADA1;
}
.l-header__sub-list li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1rem 0.625rem;
}
.l-header__sub-list li:hover {
  background-color: #EFFFFE;
}
.l-header__sub-list li:hover > a {
  border-bottom: none;
  padding: 1rem 0.625rem;
}
.l-header__contact {
  color: #FFF;
  background: -webkit-gradient(linear, right bottom, left top, from(#EF8812), to(#FF965C));
  background: linear-gradient(to top left, #EF8812, #FF965C);
  border-radius: 0.1875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 100%;
}
.l-header__contact::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/monitor-check.svg);
          mask-image: url(../img/common/monitor-check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFF;
  margin-bottom: 0.1rem;
}
.l-header__contact:hover::after {
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
  -webkit-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
}
@media screen and (max-width: 1370px) {
  .l-header__contact {
    padding: 1rem 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0 1rem 0;
    height: auto;
  }
}

.l-header-post-scroll {
  padding: 0 2rem 0 2rem;
}
.l-header-post-scroll .l-header__container a {
  gap: 0;
}
.l-header-post-scroll .l-header__pc-foot-menu {
  padding: 0;
}
.l-header-post-scroll .l-header__pc-foot-menu a {
  padding: 1rem 0;
}
.l-header-post-scroll .l-header__pc-foot-menu a#accessLink {
  display: block;
}
.l-header-post-scroll .l-header__pc-foot-menu a:hover {
  padding-bottom: 0.875rem;
}
.l-header-post-scroll .l-header__pc-menu-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-post-scroll .l-header__sub-list a {
  padding: 1rem 0.625rem;
}
.l-header-post-scroll .l-header__sub-list a:hover {
  padding: 1rem 0.625rem;
}

.hidden {
  display: none;
}

.l-header__flow {
  position: fixed;
  right: 0;
  z-index: 1000;
  top: 8.75rem;
  width: 3.75rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #FFF;
  background-color: #EF8812;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  padding: 1.25rem 0;
  gap: 0.5rem;
  border-radius: 0.625rem 0 0 0.625rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.l-header__flow:hover {
  color: #EF8812;
  border: 1px solid #EF8812;
  background-color: #FFF;
}
.l-header__flow:hover::before {
  background-color: #EF8812;
}
.l-header__flow::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/monitor-check.svg);
          mask-image: url(../img/common/monitor-check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFF;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1370px) {
  .l-header__flow {
    display: none;
  }
}

.hamburger-menu-container {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

@media screen and (max-width: 1370px) {
  .l-header__pc-menu-wrapper {
    display: none;
  }
  .l-header-pre-scroll,
  .l-header-post-scroll {
    padding: 0;
  }
  .logo-txt-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo-txt-container img {
    width: 1.875rem;
    height: 1.875rem;
  }
  .logo-txt-container .logo-txt {
    display: none;
  }
  .hamburger-menu-container {
    display: block;
    background-color: #0DADA1;
    color: #FFF;
  }
  .hamburger-menu-button {
    cursor: pointer;
    padding: 0.75rem 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
    width: 4.5rem;
  }
  .hamburger-menu-icon {
    width: 2rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hamburger-menu-icon .line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hamburger-menu-button.is-open .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .hamburger-menu-button.is-open .line:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .hamburger-menu-button.is-open .line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
  .hamburger-menu-txt.is-open {
    display: none;
  }
  .hamburger-menu-txt-open.is-open {
    display: block;
  }
  body.is-open {
    position: fixed;
    /* これによりスクロール禁止 */
    width: 100%;
  }
  .mobile-menu-overlay {
    top: 0;
    z-index: 999;
    display: block;
    position: fixed;
    width: 100%;
    padding: 1rem 1.5rem 3rem;
    padding-top: var(--header-height);
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    overflow-y: auto;
    max-height: 100vh;
  }
  .mobile-menu-overlay__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-overlay .mobile-menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #0DADA1;
    margin-top: 0.5rem;
  }
  .mobile-menu-overlay .mobile-menu-link {
    padding: 1rem 0;
    border-bottom: 1px solid #D9F7F5;
    width: 100%;
    display: block;
  }
  .mobile-menu-overlay .mobile-menu-link::before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-mask-image: url(../img/common/arrow-icon.svg);
            mask-image: url(../img/common/arrow-icon.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #0DADA1;
  }
  .mobile-menu-overlay .mobile-menu-link:hover::before {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    /* アイコンを右に4px移動 */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
.mobile-menu-item .mobile-menu-link::before {
  content: none;
}
.mobile-menu-item__icon {
  display: inline-block;
  width: 0.875rem;
  margin-right: 1rem;
}
.mobile-menu-item__line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #0DADA1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-item__line:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu-item__line:nth-child(2) {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.mobile-menu-item .js-accordion-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu-item .js-accordion-content {
  height: 0;
  /* heightを0に設定 */
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  /* heightをトランジションの対象に */
}
.mobile-menu-item.is-open .mobile-menu-item__line:nth-child(1) {
  opacity: 0;
}
.mobile-menu-item.is-open .js-accordion-content {
  height: auto;
  /* openクラスが付いたら高さを自動に */
}
.mobile-menu-item.is-open .js-accordion-content li {
  padding: 1rem 1rem 1rem 2rem;
  border-bottom: 1px solid #D9F7F5;
}
.mobile-menu-item.is-open .js-accordion-content li::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
}
.mobile-menu-item.is-open .js-accordion-content li:hover::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  /* アイコンを右に4px移動 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-flow {
  display: none;
}
@media screen and (max-width: 1370px) {
  .c-flow {
    z-index: 1000;
    background-color: #FFF;
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
  }
  .c-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.75rem;
  }
  .c-flow__contact {
    color: #FFF;
    background: -webkit-gradient(linear, right bottom, left top, from(#EF8812), to(#FF965C));
    background: linear-gradient(to top left, #EF8812, #FF965C);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.75rem;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-flow__contact::before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.375rem;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-mask-image: url(../img/common/monitor-check.svg);
            mask-image: url(../img/common/monitor-check.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #FFF;
  }
  .c-flow__contact:hover::after {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }
  .c-flow__reception {
    display: block;
    width: 3.75rem;
    height: auto;
    background-color: #fcc7ab;
    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-flow__reception::before {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    -webkit-mask-image: url(../img/common/calendar-search.svg);
            mask-image: url(../img/common/calendar-search.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #333333;
  }
  .c-flow__reception:hover {
    opacity: 0.8;
  }
  .c-flow__phone {
    display: block;
    width: 3.75rem;
    height: auto;
    background-color: #EFFFFE;
    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-flow__phone::before {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    -webkit-mask-image: url(../img/common/phone-call.svg);
            mask-image: url(../img/common/phone-call.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #0DADA1;
  }
  .c-flow__phone:hover {
    opacity: 0.8;
  }
  .c-flow__access {
    display: block;
    width: 3.75rem;
    height: auto;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-flow__access::before {
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    -webkit-mask-image: url(../img/common/map-pin.svg);
            mask-image: url(../img/common/map-pin.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #0DADA1;
  }
  .c-flow__access:hover {
    opacity: 0.8;
  }
}

.grecaptcha-badge {
  bottom: 6.25rem !important;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 8.75rem !important;
  }
}
.grecaptcha-badge {
  z-index: 99;
}

.l-pagetop {
  position: fixed;
  bottom: 2.5rem;
  right: 2.75rem;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #999999;
  border-radius: 0.3125rem;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-pagetop {
    bottom: 5rem;
    right: 1.25rem;
  }
}
.l-pagetop::before {
  position: absolute;
  content: "";
  top: 25%;
  left: 25%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFF;
}
.l-pagetop:hover {
  background-color: rgba(153, 153, 153, 0.7);
  color: #FFF;
  text-decoration: none;
}
.l-pagetop.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-footer .l-wrap {
  margin-bottom: 3.125rem;
  width: min(1150px, 100%);
}
.l-footer__logo {
  max-width: 21.625rem;
  margin: 0 auto;
  margin-bottom: 3.125rem;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.l-footer__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .l-footer__head {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__head {
    gap: 3.75rem;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}
.l-footer__head__inner {
  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.875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__head__inner {
    width: 100%;
  }
}
.l-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-footer__contact a {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 992px) {
  .l-footer__contact a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.l-footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 親要素の幅を均等に分割 */
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-footer__caption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  min-height: 4.35rem;
}
.l-footer__caption.l-wrap {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer__caption {
    min-height: 0;
  }
}
.l-footer__map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__map iframe {
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__map.pc-only {
    display: none;
  }
}
.l-footer__map.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__map.sp-only {
    display: block;
  }
}
.l-footer__foot {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 6.25rem;
  border-top: 1px solid #E1E1E1;
}
@media screen and (max-width: 768px) {
  .l-footer__foot {
    margin: 4.5rem 0;
    padding: 0;
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem 3rem;
  color: #0DADA1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__menu a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    gap: 0.5rem 2rem;
  }
}
.l-footer__copy {
  padding: 0 2rem;
  text-align: center;
  color: #888888;
}

.l-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 6.25rem;
}
.l-wrap--fluid {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .l-wrap--fluid {
    width: 100%;
    padding: 0;
  }
}

.c-breadcrumbs {
  width: min(1100px, 100%);
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.625rem auto 4.25rem;
}
.c-breadcrumbs a {
  color: #0DADA1;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    font-size: 0.875rem;
  }
}
.c-breadcrumbs__item::after {
  content: ">";
  margin: 0 0.5rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__item::after {
    margin: 0 0.25rem;
  }
}
.c-breadcrumbs__item:last-child::after {
  content: none;
}

ol.c-breadcrumb {
  width: min(1100px, 100%);
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.625rem auto 3.75rem;
}
ol.c-breadcrumb li > a {
  color: #0DADA1;
}
@media screen and (max-width: 768px) {
  ol.c-breadcrumb {
    font-size: 0.875rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ol.c-breadcrumb li::after {
  content: ">";
  margin: 0 0.5rem;
  color: #333333;
}
@media screen and (max-width: 768px) {
  ol.c-breadcrumb li::after {
    margin: 0 0.25rem;
  }
}
ol.c-breadcrumb li:last-child::after {
  content: none;
}

ol.c-breadcrumb a.archive.post-news-archive {
  color: #0DADA1;
}
ol.c-breadcrumb a.taxonomy.news_category {
  color: #0DADA1;
}

.c-section-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.05em;
  gap: 0.625rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-section-ttl {
    gap: 0.5rem;
  }
}
.c-section-ttl__en {
  font-family: "Josefin Sans", sans-serif;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0DADA1), to(#59D6CD));
  background-image: linear-gradient(to top, #0DADA1, #59D6CD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  font-size: 3.875rem;
  line-height: 1;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .c-section-ttl__en {
    font-size: 2.75rem;
  }
}
.c-section-ttl__ja {
  color: #0DADA1;
  font-size: 1.25rem;
}

/* カラムに入る要素のプロパティ */
/* カラムに入る要素のプロパティ */
.c-grid__item {
  background-color: #E1E1E1;
  height: 100px;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 汎用的なグリッドコンテナ */
.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-grid.c-grid-1-col {
  gap: 0;
}
.c-grid.c-grid-2-col {
  gap: 2.5rem;
}
.c-grid.c-grid-3-col {
  gap: 2rem;
}
.c-grid.c-grid-4-col {
  gap: 1.8rem;
}
.c-grid.c-grid-5-col {
  gap: 1.6rem;
}
.c-grid.c-grid-1-2-col {
  gap: 2.5rem;
}
.c-grid.c-grid-1-2-col .c-grid__item:nth-child(1) {
  -ms-flex-preferred-size: calc(33.3333333333% - 1.6666666667rem);
      flex-basis: calc(33.3333333333% - 1.6666666667rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.c-grid.c-grid-1-2-col .c-grid__item:nth-child(2) {
  -ms-flex-preferred-size: calc(66.6666666667% - 0.8333333333rem);
      flex-basis: calc(66.6666666667% - 0.8333333333rem);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.c-grid .c-grid__item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .c-grid.c-grid-2-col, .c-grid.c-grid-3-col, .c-grid.c-grid-4-col, .c-grid.c-grid-5-col, .c-grid.c-grid-1-2-col {
    gap: 2rem;
  }
  .c-grid.c-grid-2-col .c-grid__item, .c-grid.c-grid-3-col .c-grid__item, .c-grid.c-grid-4-col .c-grid__item, .c-grid.c-grid-5-col .c-grid__item, .c-grid.c-grid-1-2-col .c-grid__item {
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
  }
  .c-grid.c-grid-1-col .c-grid__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-grid.c-grid-2-col, .c-grid.c-grid-3-col {
    gap: 1rem;
  }
  .c-grid.c-grid-2-col .c-grid__item, .c-grid.c-grid-3-col .c-grid__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-grid.c-grid-1-2-col {
    gap: 1rem;
  }
  .c-grid.c-grid-1-2-col .c-grid__item:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-grid.c-grid-1-2-col .c-grid__item:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-grid.c-grid-4-col, .c-grid.c-grid-5-col {
    gap: 1rem;
  }
}

.c-btn--primary {
  width: 21.25rem;
  background-color: #0DADA1;
  color: #FFF;
  font-weight: 500;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  border-radius: 0.1875rem;
  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; /* ★テキストを中央寄せにする場合は追加 */
  cursor: pointer;
  position: relative;
  white-space: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* ★ホバーなどの変化を滑らかに */
}
@media screen and (max-width: 768px) {
  .c-btn--primary {
    width: 100%;
  }
}
.c-btn--primary:hover {
  background-color: #333333;
}
.c-btn--primary:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #D9F7F5;
          box-shadow: 0 0 0 4px #D9F7F5;
}
.c-btn--primary:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.c-btn--primary:disabled {
  background-color: #E1E1E1;
  color: #FFF;
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn--primary:disabled::after {
  display: none !important;
}
.c-btn--primary::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5rem; /* ★右端からの余白調整 */
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFF;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* ★移動アニメーション */
}
.c-btn--primary:hover:not(:disabled)::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.c-btn--secondary {
  width: 21.25rem;
  background-color: #FFF;
  border: 1px solid #0DADA1;
  color: #0DADA1;
  font-weight: 500;
  padding: 0.8rem 2rem 0.8rem 1rem;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .c-btn--secondary {
    width: 100%;
  }
}
.c-btn--secondary:hover {
  background-color: #EFFFFE;
}
.c-btn--secondary::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
}
.c-btn--secondary:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  /* アイコンを右に4px移動 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-btn--tertiary {
  width: 16.25rem;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  color: #0DADA1;
  font-weight: 500;
  padding: 0.8rem 1rem;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn--tertiary {
    width: 100%;
  }
}
.c-btn--tertiary:hover {
  background-color: #EFFFFE;
}
.c-btn--tertiary::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-btn--tertiary:hover::after {
  -webkit-transform: translateY(4px) rotate(90deg);
          transform: translateY(4px) rotate(90deg);
  /* アイコンを下に4px移動 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-btn-phone {
  background-color: #FFF;
  font-size: 1.25rem;
  color: #0DADA1;
  border: 1px solid #0DADA1;
  padding: 1.5rem 2rem;
  border-radius: 0.1875rem;
  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-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-phone:hover {
  background-color: #EFFFFE;
}
.c-btn-phone::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/phone-call-bold.svg);
          mask-image: url(../img/common/phone-call-bold.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .c-btn-phone {
    padding: 1.5rem 0;
  }
}

.c-btn-contact {
  border: 1px solid #EF8812;
  font-size: 1.25rem;
  color: #FFF;
  background: -webkit-gradient(linear, right bottom, left top, from(#EF8812), to(#FF965C));
  background: linear-gradient(to top left, #EF8812, #FF965C);
  border-radius: 0.1875rem;
  font-weight: 500;
  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;
  padding: 1.5rem 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-contact:hover {
  background: #FFF;
  color: #EF8812;
}
.c-btn-contact::before {
  content: "";
  display: inline-block;
  margin-right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/monitor-check.svg);
          mask-image: url(../img/common/monitor-check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFF;
  margin-bottom: 0.1rem;
}
.c-btn-contact:hover::before {
  background-color: #EF8812;
}
@media screen and (max-width: 768px) {
  .c-btn-contact {
    padding: 1.5rem 0;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.c-pagination .pc-only {
  display: block;
}
.c-pagination .pc-only .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-pagination .pc-only {
    display: none;
  }
}
.c-pagination .prev.page-numbers,
.c-pagination .next.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #E1E1E1;
  color: #0DADA1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.1875rem;
}
.c-pagination .prev.page-numbers:hover,
.c-pagination .next.page-numbers:hover {
  background-color: #EFFFFE;
}
.c-pagination .prev.page-numbers::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-pagination .prev.page-numbers:hover::before {
  -webkit-transform: translateX(-4px) rotate(180deg);
          transform: translateX(-4px) rotate(180deg);
}
.c-pagination .next.page-numbers::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-pagination .next.page-numbers:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.c-pagination .page-numbers:not(.prev):not(.next):not(.current) {
  padding: 0.75rem 1.1rem;
  border: 1px solid #E1E1E1;
  color: #0DADA1;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers:not(.prev):not(.next):not(.current) {
    padding: 0.8rem 1.2rem;
  }
}
.c-pagination .page-numbers:not(.prev):not(.next):not(.current):hover {
  background-color: #F8F8F8;
  color: #888888;
}
.c-pagination .page-numbers.current {
  padding: 0.75rem 1.1rem;
  border: 1px solid #0DADA1;
  background-color: #EFFFFE;
  color: #0DADA1;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers.current {
    padding: 0.8rem 1.2rem;
  }
}
.c-pagination__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-pagination__sp {
    display: block;
    width: 100%;
    padding: 0 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-pagination__sp .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-pagination .prev.page-numbers,
  .c-pagination .next.page-numbers {
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 4rem;
    width: 49%;
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}
.c-pagination .prev.page-numbers {
  left: 0;
}
.c-pagination .next.page-numbers {
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-pagination .page-numbers:not(.prev):not(.next),
  .c-pagination .page-numbers.current {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-cta {
  position: relative;
  padding: 3.125rem;
  background: repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 4px, transparent 4px, transparent 8px), #D9F7F5;
  overflow: hidden;
}
.c-cta::before {
  content: "RESERVE";
  /* ここに背景に表示したい文字を指定 */
  position: absolute;
  /* 親要素 .c-cta-reserve に対して絶対配置 */
  top: -0.8rem;
  /* 上端からの位置調整 */
  left: -0.5rem;
  /* 左端からの位置調整 */
  font-size: 5.625rem;
  color: #FFF;
  pointer-events: none;
  /* マウスイベントを無効にし、下のコンテンツをクリック可能にする */
  z-index: 1;
  /* コンテンツより下に表示するため */
  line-height: 1;
  /* 行の高さを調整して詰める */
  white-space: nowrap;
  /* 文字が改行されないように */
  font-family: "Josefin Sans", sans-serif;
}
.c-cta.p-recruit__entry::before {
  content: "ENTRY";
  /* ここに背景に表示したい文字を指定 */
  position: absolute;
  /* 親要素 .c-cta-reserve に対して絶対配置 */
  top: -0.8rem;
  /* 上端からの位置調整 */
  left: -0.5rem;
  /* 左端からの位置調整 */
  font-size: 5.625rem;
  color: #FFF;
  pointer-events: none;
  /* マウスイベントを無効にし、下のコンテンツをクリック可能にする */
  z-index: 1;
  /* コンテンツより下に表示するため */
  line-height: 1;
  /* 行の高さを調整して詰める */
  white-space: nowrap;
  /* 文字が改行されないように */
  font-family: "Josefin Sans", sans-serif;
}
.c-cta__content {
  position: relative;
  z-index: 2;
  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.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cta .c-txt-xlarge {
  text-align: center;
  color: #00616E;
}
.c-cta__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-cta__contact {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.c-cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 親要素の幅を均等に分割 */
}
.c-cta__caption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.c-cta__caption.l-wrap {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .c-cta {
    display: block;
    width: 100%;
    margin-bottom: 6.25rem;
    padding: 3.125rem 2rem;
  }
  .c-cta::before {
    content: "RESERVE";
    /* ここに背景に表示したい文字を指定 */
    position: absolute;
    /* 親要素 .c-cta-reserve に対して絶対配置 */
    top: -0.6rem;
    /* 上端からの位置調整 */
    left: -0.4rem;
    /* 左端からの位置調整 */
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cta.pc-only {
    display: none;
  }
}
.c-cta.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cta.sp-only {
    display: block;
    width: 100%;
    margin-bottom: 6.25rem;
    padding: 3.125rem 2rem;
  }
  .c-cta.sp-only::before {
    content: "RESERVE";
    /* ここに背景に表示したい文字を指定 */
    position: absolute;
    /* 親要素 .c-cta-reserve に対して絶対配置 */
    top: -0.6rem;
    /* 上端からの位置調整 */
    left: -0.4rem;
    /* 左端からの位置調整 */
    font-size: 4.5rem;
  }
}

.c-sns-x::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: url(../img/common/icon-sns-x.svg);
          mask-image: url(../img/common/icon-sns-x.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #888888;
}

.c-sns-youtube::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: url(../img/common/icon-sns-youtube.svg);
          mask-image: url(../img/common/icon-sns-youtube.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #888888;
}

.c-sns-instagram::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: url(../img/common/icon-sns-instagram.svg);
          mask-image: url(../img/common/icon-sns-instagram.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #888888;
}

a.c-txt-link {
  color: #0DADA1;
  -webkit-transition: none;
  transition: none;
}
a.c-txt-link:hover {
  border-bottom: 1px solid #0DADA1;
}
a.c-txt-link::before {
  display: inline-block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-mask-image: url(../img/common/arrow-icon-min.svg);
          mask-image: url(../img/common/arrow-icon-min.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
}

a.c-external-link {
  color: #0DADA1;
  -webkit-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a.c-external-link:hover {
  border-bottom-color: #0DADA1;
}
a.c-external-link::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-mask-image: url(../img/common/external-icon.svg);
          mask-image: url(../img/common/external-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  margin-right: 0.375rem;
}

.c-reception {
  width: 100%;
  text-align: center;
}
.c-reception__head-row {
  border-bottom: 1px solid #0DADA1;
}
.c-reception__row {
  border-bottom: 1px solid #E1E1E1;
}
.c-reception__day {
  padding: 0.25rem;
  color: #0DADA1;
  font-weight: 500;
  text-align: center;
}
.c-reception__status {
  color: #0DADA1;
  padding: 1rem 0.25rem;
  vertical-align: middle;
}
.c-reception__time {
  vertical-align: middle;
  text-align: left;
  color: #333333;
  padding: 1rem 0;
}

/* ===========================================================================
// テーブルコンポーネント
=========================================================================== */
table caption {
  color: #0DADA1;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .responsive-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.625rem;
    position: relative;
    /* スクロールバー全体 */
  }
  .responsive-scroll::-webkit-scrollbar {
    height: 0.5rem;
    /* スクロールバーの高さ */
  }
  .responsive-scroll {
    /* スクロールバーの背景部分（レール） */
  }
  .responsive-scroll::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 0.3125rem;
  }
  .responsive-scroll {
    /* スクロールバーのつまみ部分 */
  }
  .responsive-scroll::-webkit-scrollbar-thumb {
    background: #D9F7F5;
    border-radius: 0.3125rem;
  }
  .responsive-scroll .c-table--type1__data {
    white-space: nowrap;
  }
  .responsive-scroll .c-table--type1__header {
    min-width: 12.5rem;
  }
  .responsive-scroll .c-table--type2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* テーブルの幅を強制的に広げる */
    white-space: nowrap;
    /* テキストの折り返しを無効にする */
  }
  .responsive-scroll .c-table--type2 th,
  .responsive-scroll .c-table--type2 td {
    white-space: normal;
    /* セル内のテキストは折り返す */
    min-width: 12.5rem;
  }
}
.responsive-scroll__hint {
  display: none;
}
@media screen and (max-width: 768px) {
  .responsive-scroll__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8rem;
    background-color: #333333;
    color: #FFF;
    padding: 0.8rem 0.6rem;
    border-radius: 0.5rem;
    width: 40%;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.responsive-scroll__hint.is-hidden {
  opacity: 0;
  pointer-events: none;
  /* クリックやタップを無効にする */
}
@media screen and (max-width: 768px) {
  .responsive-scroll__icon {
    width: 2rem;
    height: 2rem;
    -webkit-mask-image: url(../img/common/hint-icon.svg);
            mask-image: url(../img/common/hint-icon.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #FFF;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .responsive-scroll__txt {
    font-size: 0.75rem;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .responsive-top .c-table--type1__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #E1E1E1;
    border-top: 2px solid #0DADA1;
    border-bottom: none;
  }
  .responsive-top .c-table--type1__row:last-of-type {
    border-bottom: 1px solid #E1E1E1;
  }
  .responsive-top .c-table--type1__header,
  .responsive-top .c-table--type1__data {
    width: 100%;
    border-right: none;
    border-left: none;
    text-align: center;
  }
  .responsive-top .c-table--type1__header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* thを一番上に表示 */
    border-bottom: none;
  }
  .responsive-top .c-table--type1__data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* tdをthの下に表示 */
    border-bottom: none;
    text-align: start;
  }
}

.c-table--type1 {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.c-table--type1__row {
  line-height: 1.4;
  border: 1px solid #E1E1E1;
}
.c-table--type1__header {
  font-weight: 400;
  background-color: #EFFFFE;
  color: #0DADA1;
  border-right: 2px solid #0DADA1;
  padding: 0.8rem;
  width: 30%;
  /* thの幅を30%に固定 */
  word-break: break-all;
}
.c-table--type1__data {
  padding: 0.8rem;
  /* tdの幅を明示的に指定しない */
}

.c-table--type2 {
  width: 100%;
  border-collapse: collapse;
}
.c-table--type2__header {
  background-color: #EFFFFE;
  word-break: break-all;
  border: 1px solid #E1E1E1;
  text-align: center;
  color: #0DADA1;
  font-weight: 500;
  padding: 0.8rem;
  width: 33.3333333333%;
}
.c-table--type2__sub-header {
  padding: 0.8rem;
  word-break: break-all;
  border: 1px solid #E1E1E1;
  font-weight: 400;
}
.c-table--type2__data {
  padding: 0.8rem;
  word-break: break-all;
  border: 1px solid #E1E1E1;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .c-table--type2.pc-only {
    display: none;
  }
}
.c-table--type2.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-table--type2.sp-only {
    display: grid;
  }
  .c-table--type2.sp-only .c-table--type2__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #E1E1E1;
    border-top: 2px solid #0DADA1;
    border-bottom: none;
    width: 100%;
  }
  .c-table--type2.sp-only .c-table--type2__row:last-of-type {
    border-bottom: 1px solid #E1E1E1;
  }
  .c-table--type2.sp-only .c-table--type2__header, .c-table--type2.sp-only .c-table--type2__sub-header, .c-table--type2.sp-only .c-table--type2__data {
    width: 100%;
    border-right: none;
    border-left: none;
    text-align: center;
  }
  .c-table--type2.sp-only .c-table--type2__header {
    border-bottom: none;
  }
  .c-table--type2.sp-only .c-table--type2__sub-header {
    border-bottom: none;
    background-color: #F8F8F8;
  }
  .c-table--type2.sp-only .c-table--type2__data {
    border-bottom: none;
  }
}

/* 募集要項タブナビゲーション */
.c-tab-nav {
  margin-bottom: 2.5rem;
}
.c-tab-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #E1E1E1; /* タブリストの下線 */
}
.c-tab-nav__item {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* タブが縮まないように */
}
.c-tab-nav__item button {
  background: #F8F8F8;
  border: 1px solid #E1E1E1;
  border-bottom: none;
  padding: 0.8rem;
  width: 16.25rem;
  color: #0DADA1; /* デフォルトテキストカラー */
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.1875rem 0.1875rem 0 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1; /* ボタンが下線の上にくるように */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-tab-nav__item button {
    width: 6.25rem;
  }
}
.c-tab-nav__item button {
  /* アクティブタブのスタイル */
}
.c-tab-nav__item button.is-active {
  background-color: #FFF;
  /* アクティブタブの下線 */
}
.c-tab-nav__item button.is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFF; /* アクティブ時の色 */
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-tab-nav__item button.is-active::after {
    bottom: -1px;
    height: 2px;
  }
}

/* タブコンテンツの切り替え制御 */
.c-tab-content {
  /* デフォルトで非表示 */
  display: none;
  /* アクティブなコンテンツのみ表示 */
}
.c-tab-content.is-active {
  display: block;
}

/* スマホ時の調整 */
@media screen and (max-width: 768px) {
  .c-tab-nav {
    overflow-x: auto; /* スマホで横スクロール可能に */
    white-space: nowrap;
  }
  .c-tab-nav__list {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content; /* 要素の幅以上には縮まない */
  }
  .c-tab-nav__item button {
    padding: 0.8rem 1rem;
    font-size: 0.875rem;
  }
}
.wp-block-table {
  overflow-y: hidden;
}
.wp-block-table thead {
  word-break: keep-all;
}

.c-accordion__item {
  border-top: 1px solid #E1E1E1;
}
.c-accordion__item:last-of-type {
  border-bottom: 1px solid #E1E1E1;
}
.c-accordion__item.is-open .c-accordion__icon::after {
  opacity: 0;
}
.c-accordion__item.is-open .c-accordion__content {
  max-height: 31.25rem;
}
.c-accordion__item.is-open .c-accordion__header {
  padding-bottom: 0.625rem;
}
.c-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .c-accordion__header {
    gap: 1rem;
  }
}
.c-accordion__icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #0DADA1;
}
.c-accordion__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion__icon::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-accordion__content {
  overflow: hidden;
  max-height: 0;
  cursor: pointer;
}
.c-accordion__content > p {
  padding: 0 3.75rem 1.25rem 1.25rem;
  margin: 0;
}

.c-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-faq__item {
  border-top: 1px solid #E1E1E1;
  cursor: pointer;
  position: relative;
}
.c-faq__item:last-child {
  border-bottom: 1px solid #E1E1E1;
}
.c-faq__item.is-active .c-faq__answer {
  max-height: 100vh;
}
.c-faq__item.is-active .c-faq__icon .c-faq__line:nth-child(1) {
  opacity: 0;
}
.c-faq__question {
  padding: 1.875rem 2.5rem;
  position: relative;
  margin: 0;
}
.c-faq__question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 1.375rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  color: #0DADA1;
}
.c-faq__icon {
  position: absolute;
  right: 0;
  top: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.c-faq__line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #0DADA1;
  position: absolute;
}
.c-faq__line:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-faq__line:nth-child(2) {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-faq__answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
}
.c-faq__answer p {
  position: relative;
  padding: 0 2.5rem 1.875rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-faq__answer p {
    padding: 0 2.5rem 1.875rem 2.5rem;
  }
}
.c-faq__answer p::before {
  content: "A";
  position: absolute;
  left: 2.5rem;
  top: -0.625rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  color: #59D6CD;
}
@media screen and (max-width: 768px) {
  .c-faq__answer p::before {
    left: 0;
  }
}

.c-page-ttl__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0DADA1;
  padding: 3.25rem 3.125rem;
  background: repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 4px, transparent 4px, transparent 8px), #D9F7F5;
  gap: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-page-ttl__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}
.c-page-ttl__txt--en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-page-ttl__txt--en {
    font-size: 3.25rem;
  }
}
.c-page-ttl__txt--ja {
  font-size: 1.25rem;
}

.l-wrap.p-access {
  margin-bottom: 3.75rem;
}

.p-access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-access__container {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-access__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-access__list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-access__list {
    width: 100%;
  }
}
.p-access__list {
  line-height: 1.6;
}
.p-access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 768px) {
  .p-access__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
    padding: 1.25rem 0;
  }
}
.p-access__item__label {
  min-width: 4rem;
}
.p-access__item__data a::before {
  content: "";
  display: inline-block;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-access dt {
  font-weight: 400;
}
.p-access a {
  color: #0DADA1;
}
.p-access__map iframe {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .p-access__map iframe {
    height: 15rem;
  }
}
.p-access__guide {
  margin-bottom: 5rem;
}
.p-access__guide--other__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-access__guide--other__item {
    grid-template-columns: 1fr;
  }
}
.p-access__guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-access__guide__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.375rem;
    margin-bottom: 3.75rem;
  }
}
.p-access__guide__item {
  position: relative;
  width: calc(25% - 1.875rem);
}
.p-access__guide__item img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .p-access__guide__item {
    width: calc(50% - 1.875rem);
  }
}
@media screen and (max-width: 768px) {
  .p-access__guide__item {
    width: 100%;
  }
}
.p-access__guide__item:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  right: -1.65rem;
  top: 32%;
  -webkit-mask-image: url(../img/common/arrow-icon-min.svg);
          mask-image: url(../img/common/arrow-icon-min.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
}
@media screen and (max-width: 768px) {
  .p-access__guide__item:not(:last-child)::after {
    left: 50%;
    right: auto;
    top: calc(100% + 1.6875rem);
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.p-access__guide__image {
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-access__guide__txt {
  line-height: 1.4;
}

.p-greeting .p-greeting__column .c-grid__item {
  display: block;
  background-color: transparent;
  height: auto;
}
.p-greeting .p-greeting__column .c-grid__item .p-greeting__name--ja {
  letter-spacing: 0.5rem;
}
.p-greeting .p-greeting__column .c-grid__item .p-greeting__name--en {
  font-family: "Josefin Sans", sans-serif;
  color: #59D6CD;
  letter-spacing: 0.4rem;
  margin-bottom: 1.5rem;
}
.p-greeting .p-greeting__column .p-greeting__image .p-greeting__img {
  border-radius: 0.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-greeting__career {
  margin-top: 3rem;
}
.p-greeting__career .p-greeting-career__list {
  margin-top: 1.5rem;
}
.p-greeting__career .p-greeting-career__list .p-greeting-career-list__content {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 3rem;
  border-top: 1px solid #E1E1E1;
  padding: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-greeting__career .p-greeting-career__list .p-greeting-career-list__content:last-child {
  border-bottom: 1px solid #E1E1E1;
}
.p-greeting__career .p-greeting-career__list .p-greeting-career-list__content .p-greeting-career-list__term {
  font-family: "Josefin Sans", sans-serif;
  color: #59D6CD;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-greeting .p-greeting__career .p-greeting-career__list .p-greeting-career-list__content {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.p-greeting .p-greeting__info .c-grid__item {
  display: block;
  background-color: transparent;
  height: auto;
  margin-top: 3rem;
}
.p-greeting .p-greeting__info .c-grid__item h4 {
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E1E1E1;
}
.p-greeting .p-greeting__info .c-grid__item ul li {
  margin: 0.5rem auto;
}
.p-greeting .p-greeting__info .c-grid__item ul li:before {
  display: inline-block;
  content: "";
  margin: 0.1875rem 0.625rem;
  background-color: #0DADA1;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
}

.p-doctor .p-doctor__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.p-doctor .p-doctor__block .p-doctor__item img {
  border-radius: 0.3125rem;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-doctor .p-doctor__block .p-doctor__item .p-doctor-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.p-doctor .p-doctor__block .p-doctor__item .p-doctor-item__name .c-txt-small {
  color: #59D6CD;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.3rem;
  padding: 0.9rem 0 0 1rem;
}
.p-doctor .p-doctor__block .p-doctor__item .c-accordion .c-accordion__item .c-accordion__content ol {
  padding: 0 3.75rem 1.25rem 1.25rem;
}
.p-doctor .p-doctor__block .p-doctor__item .c-accordion .c-accordion__item .c-accordion__content ol li {
  margin-bottom: 0.5rem;
}
.p-doctor .p-doctor__block .p-doctor__item .c-accordion .c-accordion__item .c-accordion__content ol li:before {
  display: inline-block;
  content: "";
  margin: 0.1875rem 0.625rem;
  background-color: #0DADA1;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .p-doctor .p-doctor__block {
    grid-template-columns: 1fr;
  }
  .p-doctor .p-doctor__block .p-doctor__item .p-doctor-item__name {
    display: block;
  }
  .p-doctor .p-doctor__block .p-doctor__item .p-doctor-item__name .c-txt-small {
    padding: 0;
    margin-bottom: 1.75rem;
  }
  .p-doctor .p-doctor__block .p-doctor__item .c-accordion .c-accordion__item .c-accordion__header {
    padding: 1rem 0;
  }
  .p-doctor .p-doctor__block .p-doctor__item .c-accordion .c-accordion__item .c-accordion__content ol {
    padding: 0;
  }
  .p-doctor .p-doctor__block .p-doctor__item .c-accordion .c-accordion__item .c-accordion__content ol li {
    margin-bottom: 0.5rem;
  }
}
.p-staff .p-staff__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.p-staff .p-staff__block .p-staff__item img {
  border-radius: 0.3125rem;
  margin-bottom: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-staff .p-staff__block .p-staff__item .p-staff-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.p-staff .p-staff__block .p-staff__item .p-staff-item__name .c-txt-small {
  color: #59D6CD;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.3rem;
  padding: 0.9rem 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .p-staff .p-staff__block {
    grid-template-columns: 1fr;
  }
  .p-staff .p-staff__block .p-staff__item .p-staff-item__name {
    display: block;
    margin-bottom: 1rem;
  }
  .p-staff .p-staff__block .p-staff__item .p-staff-item__name .c-txt-small {
    padding: 0;
  }
}
.l-wrap.p-feature {
  margin-bottom: 2.5rem;
}

.p-feature__list {
  margin-bottom: 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;
  gap: 3.75rem;
  counter-reset: feature-counter;
}
@media screen and (max-width: 768px) {
  .p-feature__list {
    gap: 1rem;
  }
}
.p-feature__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-feature__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-feature__item__inner {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-feature__item__inner {
    width: 90%;
  }
}
.p-feature__item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-feature__item__card {
  z-index: 2;
  width: 45%;
  position: relative;
  padding: 5rem 2.5rem;
  background: -webkit-gradient(linear, right bottom, left top, from(#0DADA1), to(#59D6CD));
  background: linear-gradient(to top left, #0DADA1, #59D6CD);
  opacity: 0.8;
  color: #FFF;
  border-radius: 0.3125rem;
}
.p-feature__item__card .c-txt-xxlarge {
  color: #FFF;
}
@media screen and (max-width: 992px) {
  .p-feature__item__card {
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 50%;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item__card {
    width: 90%;
  }
}
.p-feature__item__card::before {
  counter-increment: feature-counter;
  content: "0" counter(feature-counter);
  font-family: "Josefin Sans", sans-serif;
  font-size: 7.5rem;
  color: #FFF;
  opacity: 0.35;
  top: -10%;
  right: 0;
  position: absolute;
  z-index: 1;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(odd) .p-feature__item__inner {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.p-feature__item:nth-child(odd) .p-feature__item__image {
  border-radius: 0 0.3125rem 0.3125rem 0;
}
@media screen and (max-width: 992px) {
  .p-feature__item:nth-child(odd) .p-feature__item__image {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(odd) .p-feature__item__image {
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
}
.p-feature__item:nth-child(odd) .p-feature__item__card {
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
@media screen and (max-width: 992px) {
  .p-feature__item:nth-child(odd) .p-feature__item__card {
    border-radius: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(odd) .p-feature__item__card {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    -ms-flex-item-align: end;
        align-self: flex-end;
    border-radius: 0.3125rem 0 0 0.3125rem;
  }
}
.p-feature__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(even) .p-feature__item__inner {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.p-feature__item:nth-child(even) .p-feature__item__image {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
@media screen and (max-width: 992px) {
  .p-feature__item:nth-child(even) .p-feature__item__image {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(even) .p-feature__item__image {
    border-radius: 0.3125rem 0 0 0.3125rem;
  }
}
.p-feature__item:nth-child(even) .p-feature__item__card {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
@media screen and (max-width: 992px) {
  .p-feature__item:nth-child(even) .p-feature__item__card {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__item:nth-child(even) .p-feature__item__card {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    -ms-flex-item-align: start;
        align-self: flex-start;
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
}
.p-feature__hospital__list {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: feature-counter;
}
.p-feature__hospital__item {
  width: calc((100% - 3.75rem) / 3);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-feature__hospital__item {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-feature__hospital__item {
    width: 100%;
  }
}
.p-feature__hospital__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}
.p-feature__machine__list {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: feature-counter;
}
.p-feature__machine__item {
  width: calc((100% - 3.75rem) / 3);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-feature__machine__item {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-feature__machine__item {
    width: 100%;
  }
}
.p-feature__machine__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}
.p-feature__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature__payment {
    margin-top: 1.875rem;
    gap: 1.35rem;
  }
}
.p-feature__payment img {
  width: 5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-feature__protection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 992px) {
  .p-feature__protection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
.p-feature__protection__item {
  border-radius: 0.1875rem;
  border: 1px #cccccc solid;
  padding: 1.875rem;
  padding-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .p-feature__protection__item {
    padding: 1.875rem 1.25rem;
  }
}
.p-feature__protection__item .c-txt-large {
  text-align: center;
}
.p-feature__standard {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
.p-feature__standard__item {
  border-bottom: 1px solid #E1E1E1;
  padding: 1.875rem 0;
}
@media screen and (max-width: 768px) {
  .p-feature__standard__item .c-txt-xlarge {
    margin-bottom: 1rem;
  }
}
.p-feature__standard__list {
  list-style: disc;
  margin: 1rem 0 1rem 1.25rem;
}
.p-feature__standard__list li {
  margin-bottom: 0.5rem;
}
.p-feature__standard__list li:last-child {
  margin-bottom: 0;
}
.p-feature__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature__other__item .c-txt-xxlarge {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__partners.c-grid.c-grid-3-col {
    gap: 0.625rem;
  }
}
.p-feature__partners .c-grid__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  border-radius: 0.3125rem;
  border: 1px solid #E1E1E1;
}
.p-feature__partners .c-grid__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__partners .c-grid__item img {
    height: auto;
  }
}

.p-medical-wrap {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 3.5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-medical-wrap {
    padding: 0 2rem;
  }
}
.p-medical-wrap--fluid {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 3.5rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-medical-wrap--fluid {
    width: 100%;
    padding: 0;
  }
}

.p-medical-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.05em;
  gap: 1.25rem;
  line-height: 1;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-medical-ttl {
    gap: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-medical-ttl__ja {
  font-weight: 500;
  font-size: 3.25rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0DADA1), to(#59D6CD));
  background-image: linear-gradient(to top, #0DADA1, #59D6CD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-medical-ttl__ja {
    font-size: 2.5rem;
  }
}
.p-medical-ttl__en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #0DADA1;
}

.p-medical__menu {
  border: 2px solid #D9F7F5;
  border-radius: 0.3125rem;
  padding: 2.5rem 2.25rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-medical__menu {
    border: none;
    padding: 0;
    padding-bottom: 2.5rem;
    border-bottom: 2px solid #D9F7F5;
    border-radius: 0;
  }
}
.p-medical__menu__ttl {
  text-align: center;
  background-color: #FFF;
  line-height: 1.4;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.5rem 1.25rem;
}
@media screen and (max-width: 992px) {
  .p-medical__menu__ttl {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-medical__menu__ttl {
    padding: 0;
    padding-bottom: 2rem;
  }
}
.p-medical__menu__group {
  font-weight: 500;
  margin-bottom: 1.875rem;
}
.p-medical__menu__group:last-child {
  margin-bottom: 0;
}
.p-medical__menu__department {
  font-size: 1rem;
}
@media screen and (max-width: 992px) {
  .p-medical__menu {
    padding: 0 2rem 2.5rem;
  }
}
.p-medical__menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .p-medical__menu__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-medical__menu__item {
  position: relative;
  display: block;
  font-size: 0.875rem;
  color: #0DADA1;
  padding: 0.625rem;
  padding-right: 2.375rem;
  border: 1px solid #0DADA1;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 992px) {
  .p-medical__menu__item {
    width: 100%;
  }
}
.p-medical__menu__item:hover {
  background-color: #EFFFFE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-medical__menu__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 1rem;
}
.p-medical__menu__item:hover::after {
  -webkit-transform: translateY(2px) rotate(90deg);
          transform: translateY(2px) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-medical__menu__item img {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.5rem;
}
.p-medical__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-medical__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.p-medical__inner img {
  width: 29.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 50%;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-medical__inner img {
    width: 100%;
    max-width: none;
    height: auto;
  }
}
.p-medical__content__ttl {
  background-color: #D9F7F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.625rem;
  color: #0DADA1;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-medical__content__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 1.25rem;
    gap: 0.5rem;
  }
}
.p-medical__content__icon {
  width: 2.5rem;
  height: 2.5rem;
}
.p-medical__content__inner {
  margin-bottom: 3.75rem;
}
.p-medical__content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 992px) {
  .p-medical__content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}
.p-medical__sub-ttl {
  font-size: 1.625rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-medical__sub-ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #E1E1E1;
}
@media screen and (max-width: 768px) {
  .p-medical__sub-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    font-size: 1.375rem;
    line-height: 1.6;
  }
  .p-medical__sub-ttl::after {
    width: 100%;
  }
}
.p-medical__ul-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-medical__ul-list1__item {
  position: relative;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-medical__ul-list1__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.2rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #D9F7F5;
  border-radius: 50%;
  background-color: transparent;
}
.p-medical__ul-list1__ttl {
  font-size: 1.25rem;
  color: #0DADA1;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.p-medical__ul-list2__item {
  position: relative;
  padding-left: 1.5rem;
}
.p-medical__ul-list2__item:last-child {
  margin-bottom: 0;
}
.p-medical__ul-list2__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #0DADA1;
}
.p-medical__ul-list2__ttl {
  font-size: 1.25rem;
  color: #0DADA1;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.p-medical__ol-list {
  counter-reset: my-counter;
  /* 親要素でカウンターをリセット */
  padding-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: 2rem;
}
.p-medical__ol-list__item {
  position: relative;
  /* 疑似要素の配置基準 */
  padding-left: 1.5rem;
  /* 数字分のスペースを確保 */
  counter-increment: my-counter;
  /* 各li要素でカウンターを増やす */
}
.p-medical__ol-list__item::before {
  content: counter(my-counter) ". ";
  /* カウンターの値を表示 */
  position: absolute;
  /* li要素に対して絶対配置 */
  left: 0;
  /* 左端に配置 */
  color: #0DADA1;
}
.p-medical__checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-medical__checkbox-list {
    gap: 1.5rem;
  }
}
.p-medical__checkbox-list__item {
  position: relative;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-medical__checkbox-list__content {
  line-height: 1.8;
}
.p-medical__checkbox-list__content::before {
  content: "";
  left: 0;
  top: 0.3rem;
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/icon-checkbox.svg);
          mask-image: url(../img/common/icon-checkbox.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
}
.p-medical__box {
  border: 1px solid #59D6CD;
  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.625rem;
  padding: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-medical__box {
    padding: 1.875rem;
  }
}
.p-medical__media-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-medical__media-block__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-medical__media-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    margin-bottom: 3.75rem;
  }
}
.p-medical__media-block__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 18.75rem;
  height: auto;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-medical__media-block__item img {
    width: 100%;
  }
}
.p-medical__health-check.c-table--type2 .marker {
  text-align: center;
  color: #59D6CD;
  font-size: 1rem;
  vertical-align: middle;
}
.p-medical__health-check.c-table--type2 .col-50 {
  width: 50%;
}
.p-medical__health-check.c-table--type2 .col-25 {
  width: 25%;
}
.p-medical__health-check.c-table--type2 .center {
  text-align: center;
}
.p-medical__reception {
  margin: 0 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-medical__reception {
    margin: 0;
  }
}
.p-medical__reception th, .p-medical__reception td {
  font-size: 1.25rem;
}
.p-medical__reception .c-reception__head-row {
  border-bottom: 2px solid #0DADA1;
}

.p-news__catelist {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news__catelist .p-news-catelist__item {
  margin-bottom: 1.25rem;
}
.p-news__catelist .p-news-catelist__item a {
  padding: 0.5rem 2rem;
  border: 1px solid #E1E1E1;
  border-radius: 0.3125rem;
  color: #0DADA1;
  background-color: #FFF; /* 通常時は白背景 */
  margin-right: 0.3125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  /* ホバー時（マウスが乗ったとき：薄いグレー） */
}
.p-news__catelist .p-news-catelist__item a:hover {
  background-color: #F8F8F8;
  color: #0DADA1;
}
.p-news__catelist .p-news-catelist__item a {
  /* 選択中（アクティブ時：メインカラー背景＋白文字） ★ここを分離 */
}
.p-news__catelist .p-news-catelist__item a.is-active {
  background-color: #EFFFFE;
  border-color: #0DADA1;
}
@media screen and (max-width: 768px) {
  .p-news__catelist {
    margin-bottom: 2.5rem;
  }
  .p-news__catelist .p-news-catelist__item {
    margin-bottom: 1.25rem;
  }
  .p-news__catelist .p-news-catelist__item a {
    margin-right: 0;
    padding: 0.5rem 2rem;
  }
}
.p-news .c-news-list .c-news-list__item {
  border-bottom: 1px solid #E1E1E1;
  padding: 1.75rem 1rem;
}
.p-news .c-news-list .c-news-list__item a .c-news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news .c-news-list .c-news-list__item a .c-news-list__meta .c-news-list__date {
  font-size: 1rem;
}
.p-news .c-news-list .c-news-list__item a .c-news-list__meta .c-news-list__category {
  margin-left: 1rem;
  color: #0DADA1;
  border: 1px solid #0DADA1;
  padding: 0.375rem 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 1rem;
}
.p-news .c-news-list .c-news-list__item a .c-txt-normal {
  margin-top: 0.75rem;
}
.p-news .c-news-list .c-news-list__item a:hover {
  opacity: 0.4;
}
.p-news .c-news-list .c-news-list__item:nth-child(1) {
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  padding: 1.75rem 1rem;
}

.p-newspage .p-newspage__title {
  margin-bottom: 4rem;
}
.p-newspage .p-newspage__title .c-news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-newspage .p-newspage__title .c-news-list__meta .c-news-list__date {
  font-size: 1rem;
}
.p-newspage .p-newspage__title .c-news-list__meta .c-news-list__category {
  margin-left: 1rem;
  color: #0DADA1;
  border: 1px solid #0DADA1;
  padding: 0.375rem 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 1rem;
}
.p-newspage .p-newspage__title .c-txt-xxlarge {
  margin-top: 1.5rem;
}
.p-newspage .p-newspage-content h3 {
  font-size: 1.625rem;
  color: #00616E;
  margin: 3rem auto 1.25rem;
  font-weight: 500;
}
.p-newspage .p-newspage-content h4 {
  font-size: 1.25rem;
  margin: 3rem auto 1.25rem;
  font-weight: 500;
}
.p-newspage .p-newspage-content h5 {
  font-size: 1rem;
  margin: 3rem auto 1.25rem;
  font-weight: 500;
}
.p-newspage .p-newspage-content p {
  margin-bottom: 3rem;
  line-height: 1.8;
}
.p-newspage .p-newspage-content p a {
  color: #0DADA1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-newspage .p-newspage-content p a:hover {
  opacity: 0.5;
}
.p-newspage .p-newspage-content .wp-block-list {
  margin-bottom: 3rem;
}
.p-newspage .p-newspage-content .wp-block-list li {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.p-newspage .p-newspage-content .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #0DADA1;
}
.p-newspage .p-newspage-content .wp-block-table {
  margin-bottom: 3rem;
}
.p-newspage .p-newspage-content .wp-block-table table {
  width: 100%;
  margin-bottom: 0.5rem;
}
.p-newspage .p-newspage-content .wp-block-table table tbody tr td {
  border: 1px solid #E1E1E1;
  padding: 0.8rem 0 0.8rem 0.8rem;
}
.p-newspage .p-newspage-content .wp-block-button {
  margin-bottom: 3rem;
}
.p-newspage .p-newspage-content .wp-block-button__link {
  width: 21.25rem;
  background-color: #FFF;
  border: 1px solid #0DADA1;
  color: #0DADA1;
  font-weight: 500;
  padding: 0.8rem 1rem;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
}
.p-newspage .p-newspage-content .wp-block-button__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
}
.p-newspage .p-newspage-content .wp-block-button__link:hover {
  background-color: #EFFFFE;
}
.p-newspage .p-newspage-content .wp-block-button__link:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-newspage__back {
  width: 100%;
  border-top: 1px solid #E1E1E1;
}
.p-newspage__back .c-btn--secondary {
  margin: 3.75rem auto 0;
}

.p-recruit {
  margin-top: 6.25rem;
}
.p-recruit__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__inner {
    grid-template-columns: 1fr;
  }
}
.p-recruit__inner img {
  height: auto;
  border-radius: 0.3125rem;
}
.p-recruit__container .c-txt-xxlarge {
  margin-bottom: 1.5rem;
}
.p-recruit__description .c-table--type1__row {
  line-height: 1.8;
}
.p-recruit__interview {
  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;
}
.p-recruit__interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit__interview__content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview__content:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit__interview__img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__interview__img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-recruit__interview__item .c-txt-large {
  width: 100%;
  text-align: end;
}

.p-top__mv-zoom {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top__mv-zoom {
    height: 77vh;
  }
}
.p-top__mv-zoom__inner {
  width: 100%;
  height: 100%;
}
.p-top__mv-zoom__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  z-index: 0;
}
.p-top__mv-zoom__item:nth-child(1) {
  background-image: url("../img/top/p-top__mv-zoom__01.webp");
}
.p-top__mv-zoom__item:nth-child(2) {
  background-image: url("../img/top/p-top__mv-zoom__02.webp");
}
.p-top__mv-zoom__item:nth-child(3) {
  background-image: url("../img/top/p-top__mv-zoom__03.webp");
}
.p-top__mv-zoom__item.is-active {
  opacity: 1;
  -webkit-animation: kenBurns 10s linear forwards;
          animation: kenBurns 10s linear forwards;
}
.p-top__mv-zoom__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  z-index: 100;
  color: #FFF;
  padding: 4.375rem 3rem 3.25rem 3.75rem;
  border-radius: 0 1.875rem 1.875rem 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(89, 214, 205, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media screen and (max-width: 992px) {
  .p-top__mv-zoom__content {
    width: 100%;
    padding: 1.5rem;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 0 1.875rem 0 0;
  }
}
.p-top__mv-zoom__catch {
  font-size: 2.5rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2rem;
  line-break: normal;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .p-top__mv-zoom__catch {
    text-align: left;
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
    line-height: 1.4;
    white-space: wrap;
  }
}
.p-top__mv-zoom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .p-top__mv-zoom__list {
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__mv-zoom__label {
  display: none;
}
@media screen and (max-width: 992px) {
  .p-top__mv-zoom__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
  }
}
.p-top__mv-zoom__label::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #FFF;
  margin-left: 1rem;
}
.p-top__mv-zoom__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 50rem;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
@media screen and (max-width: 992px) {
  .p-top__mv-zoom__point {
    border: none;
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top__mv-zoom__point .c-txt-normal {
  font-size: 1.3vw;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .p-top__mv-zoom__point .c-txt-normal {
    font-size: 0.875rem;
  }
}
.p-top__mv-zoom__point .c-txt-normal span {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .p-top__mv-zoom__point .c-txt-normal span {
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
  }
}

@-webkit-keyframes kenBurns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes kenBurns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
main {
  margin-bottom: 10rem;
}

.c-slide-menu {
  right: 0; /* 【追加】左ではなく右端を基準にする */
  -webkit-transform: translateX(32.5rem);
          transform: translateX(32.5rem); /* 【変更】右側の画面外に隠すため、マイナスを外す */
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 24.375rem;
}
.c-slide-menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-slide-menu__content {
  width: 32.5rem;
  height: 12.25rem;
  padding: 0.9375rem;
  background-color: #FFF;
  border: 1px solid #0DADA1;
  border-right: none; /* 【変更】右端に密着するので、右の線を消す（左の線は復活） */
  position: absolute;
  right: 0; /* 【追加】コンテンツも右端に寄せる */
  top: 0;
}
.c-slide-menu__content p {
  font-size: 0.75rem;
}

.c-slide-menu__toggle {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #FFF;
  color: #0DADA1;
  border: 1px solid #0DADA1;
  border-right: none; /* 【変更】コンテンツと接する右の線を消す（左の線は復活） */
  padding: 2rem 0.625rem;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  height: 12.25rem;
  width: 3.75rem;
  border-radius: 0.625rem 0 0 0.625rem; /* 【変更】飛び出るボタンの「左側」の角を丸くする */
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  left: -32.5rem; /* 【変更】コンテンツの左側にはみ出させるため、マイナスにする */
}
.c-slide-menu__toggle span {
  margin-top: 1.8rem;
}
.c-slide-menu__toggle:hover {
  background-color: #EFFFFE;
}
.c-slide-menu__toggle::before {
  content: "";
  right: 50%;
  -webkit-transform: translateX(50%) scaleX(-1);
          transform: translateX(50%) scaleX(-1);
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
}

.c-timetable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
}
.c-timetable td {
  border: none;
  border-bottom: 1px solid #E1E1E1;
  padding: 0.875rem 0;
  color: #0DADA1;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}
.c-timetable th {
  border: none;
  border-bottom: 1px solid #0DADA1;
  padding: 0.3125rem;
  color: #0DADA1;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.c-timetable .c-timetable__time {
  color: #333333;
  text-align: left;
  width: 9rem;
}

@media screen and (max-width: 768px) {
  .sp.timetable-wrap {
    display: block;
  }
  .timetable {
    width: 90%;
    margin: 2rem auto;
  }
  .timetable .c-timetable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.3125rem;
  }
  .timetable .c-timetable td {
    border: none;
    border-bottom: 1px solid #E1E1E1;
    padding: 0.3125rem;
    color: #0DADA1;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    vertical-align: middle;
  }
  .timetable .c-timetable th {
    border: none;
    border-bottom: 1px solid #0DADA1;
    padding: 0.3125rem;
    color: #0DADA1;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .timetable .c-timetable .c-timetable__time {
    color: #00616E;
    text-align: left;
    width: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .p-promo-banner .l-wrap {
    padding: 0;
  }
}
.p-promo-banner__inner {
  position: relative;
  background: repeating-linear-gradient(110deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 4px, transparent 4px, transparent 8px), #D9F7F5;
  height: auto;
  border-radius: 0.3125rem;
  margin-top: 7.5rem;
  padding: 0.625rem;
}
@media screen and (max-width: 992px) {
  .p-promo-banner__inner {
    border-radius: 0;
  }
}
.p-promo-banner__inner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-promo-banner__point {
  width: 8.75rem;
  background-color: #FFF;
  border: 1px solid #EF8812;
  border-radius: 50%;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  z-index: 1;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #EF8812;
  font-weight: 500;
  line-height: 1.4;
}
.p-promo-banner__point .c-txt-normal {
  line-height: 1.4;
}
@media screen and (max-width: 1370px) {
  .p-promo-banner__point {
    right: 0;
    width: 7.5rem;
  }
}
.p-promo-banner__point span {
  font-size: 1.25rem;
}
.p-promo-banner__body {
  background-color: #FFF;
  height: auto;
  border-radius: 0.3125rem;
  gap: 2.5rem;
  padding: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-promo-banner__body {
    padding: 1.25rem 1.25rem 2.5rem;
    margin-top: 0.3125rem;
  }
}
.p-promo-banner__text .c-txt-xlarge {
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 992px) {
  .p-promo-banner__text .c-txt-xlarge {
    width: 70%;
  }
}
.p-promo-banner__text .c-txt-large {
  font-weight: 400;
}
.p-promo-banner__text__emphasis {
  color: #EF8812;
  font-weight: 600;
}
.p-promo-banner__text .c-txt-small {
  font-size: 0.875rem;
  font-weight: 600;
  color: #EF8812;
  display: block;
  margin-bottom: 1.25rem;
}
.p-promo-banner__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 992px) {
  .p-promo-banner__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-promo-banner__list {
    grid-template-columns: 1fr;
  }
}
.p-promo-banner__item .c-btn-phone, .p-promo-banner__item .c-btn-contact {
  padding: 0.75rem 1rem;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  font-size: 1.125rem;
}
.p-promo-banner__credit-logo {
  text-align: end;
}
@media screen and (max-width: 992px) {
  .p-promo-banner__credit-logo {
    margin-top: 1.875rem;
  }
}
.p-promo-banner__credit-logo img {
  width: 10.25rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.js-parallax-elm-box {
  overflow: hidden;
}
.js-parallax-elm-box img {
  display: block;
  height: auto;
  width: 100%;
}

.c-parallax-bg {
  width: 100%;
  height: 22.5rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .c-parallax-bg {
    height: 11.25rem;
  }
}
.p-top-news-inner {
  display: grid;
  grid-template-columns: 25% 75%;
}
.p-top-news-inner .c-news-list .c-news-list__item {
  border-bottom: 1px solid #E1E1E1;
  padding: 1.8rem 1rem 1.5rem 0;
}
.p-top-news-inner .c-news-list .c-news-list__item:nth-child(1) {
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  padding: 1.8rem 1rem 1.5rem 0;
}
.p-top-news-inner .c-news-list .c-news-list__item a article .c-news-list__item-main p {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  width: 90%;
}
.p-top-news-inner .c-news-list .c-news-list__item a article:hover .c-news-list__item-main p {
  color: #0DADA1;
}
.p-top-news-inner .c-news-list .c-news-list__item a article .c-news-list__item-main {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top-news-inner .c-news-list .c-news-list__item a article .c-news-list__item-main:hover::after {
  -webkit-transform: translateX(0.375rem);
          transform: translateX(0.375rem);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-top-news-inner .c-news-list .c-news-list__item a article .c-news-list__item-main .c-news-list__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
  width: 90%;
}
.p-top-news-inner .c-news-list .c-news-list__item a article .c-news-list__item-main .c-news-list__item-meta .c-news-list__date {
  font-size: 0.875rem;
}
.p-top-news-inner .c-news-list .c-news-list__item a article .c-news-list__item-main .c-news-list__item-meta .c-news-list__category {
  margin-left: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #0DADA1;
  padding: 0.3rem 0.5rem 0.1rem;
  color: #0DADA1;
  border-radius: 1rem;
  width: auto;
}
.p-top-news-inner .c-news-list .c-news-list__item a article .c-news-list__item-main::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
}
.p-top-news-inner .p-top-news__btn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-top-news-inner {
    display: grid;
    grid-template-columns: 1fr;
    width: 85vw;
    margin: 0 auto;
  }
  .p-top-news-inner .c-news-list .c-news-list__item {
    border-bottom: 1px solid #E1E1E1;
    padding: 1.5rem 0;
  }
  .p-top-news-inner .c-news-list .c-news-list__item:nth-child(1) {
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    padding: 1.5rem 0;
  }
  .p-top-news-inner .c-news-list .c-news-list__item .c-news-list__item-main .c-news-list__item-meta {
    margin-bottom: 0.5rem;
  }
}
.p-medical-menu__body .p-medical-menu__group {
  margin: 2rem auto 3rem;
}
.p-medical-menu__body .p-medical-menu__group .c-txt-normal {
  margin-top: 2rem;
}
.p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin: 2rem auto 2.5rem;
}
.p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid .c-menu-box {
  border: 1px solid #E1E1E1;
  border-radius: 0.1875rem;
  width: 100%;
  padding: 2.5rem 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid .c-menu-box:hover {
  background-color: #EFFFFE;
  border: 1px solid #0DADA1;
}
.p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid .c-menu-box .c-txt-normal {
  text-align: center;
  color: #0DADA1;
  margin: 0 auto 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid .c-menu-box .c-txt-normal {
    margin: 0 auto 0.5rem;
  }
}
.p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid .c-menu-box img {
  width: auto;
  height: 3.75rem;
  margin: auto auto 0;
}
.p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid .p-medical-menu__btn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-medicalmenu {
    width: 100vw;
  }
  .p-medicalmenu .p-medical-menu__body .p-medical-menu__group {
    margin: 3rem auto;
  }
  .p-medicalmenu .p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem auto 2.5rem;
  }
  .p-medicalmenu .p-medical-menu__body .p-medical-menu__group .p-medical-menu__grid .c-menu-box {
    padding: 1.3rem 1rem;
  }
}
@media screen and (max-width: 2000px) {
  .p-doctor__bg-container {
    background-image: url(../img/top/top-doctor-pc.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 100%;
    height: 34.375rem;
    padding: 5rem;
    background-position: right;
  }
  .p-doctor__bg-container .c-section-ttl {
    margin: 0 auto 1.5rem;
  }
  .p-doctor__bg-container .c-txt-xlarge {
    width: 60%;
    margin-bottom: 1.5rem;
  }
  .p-doctor__bg-container .p-doctor__footer {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .sp.top-doctor {
    display: block;
  }
  .p-doctor {
    margin-bottom: 6.25rem;
  }
  .p-doctor__img-sp {
    -o-object-fit: cover;
       object-fit: cover;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-doctor .p-doctor__bg-container {
    background-image: none;
    padding: 0;
    height: auto;
    width: 100vw;
    margin: 0 auto;
  }
  .p-doctor .p-doctor__bg-container .l-wrap {
    margin-bottom: 3rem;
  }
  .p-doctor .p-doctor__bg-container .l-wrap .c-txt-xlarge {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-feature {
  margin-bottom: 6.25rem;
}
.p-feature .l-wrap {
  margin-bottom: 0;
  margin-top: 6.25rem;
}
.p-feature .l-wrap .c-txt-xxlarge {
  margin: 3rem auto 2rem;
}

.p-top__feature__list {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: feature-counter;
}
.p-top__feature__item {
  width: calc((100% - 3.75rem) / 3);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top__feature__item {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-top__feature__item {
    width: 100%;
  }
}
.p-top__feature__item::after {
  counter-increment: feature-counter;
  content: "0" counter(feature-counter);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  color: #FFF;
  opacity: 1;
  top: -4%;
  left: -4%;
  position: absolute;
  z-index: 2;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, right bottom, left top, from(#0DADA1), to(#59D6CD));
  background: linear-gradient(to top left, #0DADA1, #59D6CD);
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-top__feature__item::after {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.p-top__feature__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-feature {
    margin-bottom: 6.25rem;
  }
  .p-feature .l-wrap {
    width: 100vw;
  }
}
.p-access .p-access__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.p-access .p-access__container .p-access__info {
  margin: 0 auto;
}
.p-access .p-access__container .p-access__info .c-definition-list {
  padding: 0;
  margin-bottom: 2rem;
}
.p-access .p-access__container .p-access__info .c-definition-list .c-definition-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1.5rem 0;
  border-top: 1px solid #E1E1E1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-access .p-access__container .p-access__info .c-definition-list .c-definition-list__item:last-child {
  border-bottom: 1px solid #E1E1E1;
}
.p-access .p-access__container .p-access__info .c-definition-list .c-definition-list__item .c-definition-list__term {
  margin: 0;
  min-width: 5rem;
  font-weight: 400;
}
.p-access .p-access__container .p-access__info .c-definition-list .c-definition-list__item .c-definition-list__description {
  font-size: 1rem;
}
.p-access .p-access__container .p-access__info .c-definition-list .c-definition-list__item .c-definition-list__description a {
  color: #0DADA1;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-access .p-access__container .p-access__info .c-definition-list .c-definition-list__item .c-definition-list__description a::before {
  content: "";
  display: inline-block;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-access .p-access__container .p-access__info .p-feature__btn {
  margin-top: 2rem;
}
.p-access .p-access__container .p-access__map iframe {
  width: 100%;
  height: 25rem;
}

@media screen and (max-width: 768px) {
  .p-access {
    width: 100vw;
    margin: 0 auto;
    margin-bottom: 6.25rem;
  }
  .p-access .p-access__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-access .p-access__container .p-access__map iframe {
    width: 100%;
    height: 18.75rem;
  }
}
.p-top__recruit {
  margin-top: 6.25rem;
}
.p-top__recruit__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top__recruit__inner {
    grid-template-columns: 1fr;
  }
}
.p-top__recruit__inner img {
  height: auto;
  border-radius: 0.3125rem;
}
.p-top__recruit__container .c-txt-xxlarge {
  margin-bottom: 1.5rem;
}
.p-top__recruit__container .c-txt-normal {
  margin-bottom: 2rem;
}

.p-contact__note {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__note {
    margin-bottom: 2.5rem;
  }
}
.p-contact .c-cta__contact {
  margin: 0 auto;
}
.p-contact .c-btn-contact {
  background: -webkit-gradient(linear, right bottom, left top, from(#0DADA1), to(#59D6CD));
  background: linear-gradient(to top left, #0DADA1, #59D6CD);
  border: 1px solid #0DADA1;
}
.p-contact__form {
  background-color: #F8F8F8;
  padding: 4.625rem 6.25rem 6.25rem;
  border-radius: 0.3125rem;
  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: 768px) {
  .p-contact__form {
    padding: 3.75rem 2rem;
  }
}
.p-contact__form .c-btn--primary {
  margin: 0 auto;
}
.p-contact__field-group {
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact__field-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__field-group--policy {
    margin-bottom: 2.5rem;
  }
}
.p-contact__field-group--policy .p-contact__content {
  width: auto;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-contact__field-group--policy .p-contact__content {
    width: 100%;
    margin-top: 0;
  }
}
.p-contact__required-text {
  color: #FFF;
  background-color: #00616E;
  padding: 0.1rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.1875rem;
  margin-left: 0.625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__label {
  margin-top: 0.625rem;
  font-weight: 500;
  min-width: 12rem;
  margin-right: 1.25rem;
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    margin-top: 0;
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }
}
.p-contact__content {
  width: 100%;
  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.625rem;
}
.p-contact__input {
  width: 70%;
  padding: 0.625rem;
  font-weight: 500;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 992px) {
  .p-contact__input {
    width: 100%;
  }
}
.p-contact__input::-webkit-input-placeholder { /* Chrome, Safari, Edge, Opera */
  color: #aaaaaa;
}
.p-contact__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
.p-contact__input::-moz-placeholder { /* 標準の仕様 (Firefox, Edge, Chromeの新しいバージョンなど) */
  color: #aaaaaa;
}
.p-contact__input::-ms-input-placeholder { /* 標準の仕様 (Firefox, Edge, Chromeの新しいバージョンなど) */
  color: #aaaaaa;
}
.p-contact__input::placeholder { /* 標準の仕様 (Firefox, Edge, Chromeの新しいバージョンなど) */
  color: #aaaaaa;
}
.p-contact__input:focus, .p-contact__input:focus-visible {
  outline: none;
}
.p-contact__input:focus-visible {
  border: 1px solid #0DADA1;
}
.p-contact__input:focus:not(:focus-visible) {
  border-color: #0DADA1;
}
.p-contact__input__wrap {
  position: relative;
  width: 70%;
}
.p-contact__input__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon-min.svg);
          mask-image: url(../img/common/arrow-icon-min.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
  z-index: 1;
}
.p-contact__custom-select-wrap {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 992px) {
  .p-contact__custom-select-wrap {
    width: 100%;
  }
}
.p-contact__custom-select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(../img/common/arrow-icon-min.svg);
          mask-image: url(../img/common/arrow-icon-min.svg);
  background-color: #0DADA1;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.p-contact__custom-select-wrap.is-open::after {
  -webkit-transform: translateY(-90%) rotate(-90deg);
          transform: translateY(-90%) rotate(-90deg);
}
.p-contact__select-display {
  width: 100%;
  padding: 0.625rem;
  cursor: pointer;
  font-weight: 500;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 0.1875rem;
}
.p-contact__select-display[data-value=""] {
  color: #aaaaaa;
}
.p-contact__select-display:not([data-value=""]) {
  color: #333333;
}
.p-contact__select-list {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #E1E1E1;
  background-color: #FFF;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  color: #0DADA1;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.1875rem;
}
.p-contact__select-list li {
  border-bottom: 1px solid #E1E1E1;
}
.p-contact__select-list li:last-child {
  border-bottom: none;
}
.p-contact__select-list li:hover {
  background-color: #EFFFFE;
}
.p-contact__select-list.is-hidden {
  display: none;
}
.p-contact__select-option {
  padding: 0.625rem;
  cursor: pointer;
}
.p-contact__select-option:hover {
  background-color: #F8F8F8;
}
.p-contact__select-option.is-placeholder {
  color: #aaaaaa;
}
.p-contact__post-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  position: relative;
}
.p-contact__post-code::before {
  content: "〒";
  display: block;
  position: absolute;
  top: 0.6875rem;
}
.p-contact__post-code input {
  margin-left: 1.5rem;
  width: 60%;
}
.p-contact__address .pc-only {
  width: 90%;
}
@media screen and (max-width: 992px) {
  .p-contact__address .pc-only {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__address .pc-only {
    display: none;
  }
}
.p-contact__address .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-contact__address .sp-only {
    display: block;
  }
}
.p-contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  width: 100%;
  margin-top: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-contact__radio {
    margin-top: 0;
  }
}
.p-contact__radio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
}
.p-contact__radio__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
  line-height: 1.5rem;
}
.p-contact__radio__btn {
  /* 1. ネイティブボタンを視覚的に非表示にし、アクセシビリティを保つ */
  position: absolute;
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  /* 2. カスタムボタンの見た目はラベルの擬似要素で作成する */
}
.p-contact__radio__btn + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #E1E1E1; /* 外側の円 */
  border-radius: 50%; /* 丸い形 */
  background-color: #FFF;
}
.p-contact__radio__btn {
  /* 3. チェックされた時のスタイル (内側の丸) */
}
.p-contact__radio__btn:checked + label::after {
  content: "";
  position: absolute;
  top: 0.4375rem; /* 中央に配置するための調整 */
  left: 0.4375rem; /* 中央に配置するための調整 */
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #0DADA1; /* チェックされた時の色 */
}
.p-contact__radio__btn:focus {
  outline: 1px solid #0DADA1;
  outline-offset: 0.5rem;
  border-radius: 0.1875rem;
}
.p-contact__radio__btn:focus + label {
  outline: 1px solid #0DADA1;
  outline-offset: 0.5rem;
  border-radius: 0.1875rem;
}
.p-contact__checkbox {
  position: absolute;
  opacity: 0;
  width: 1.5rem; /* クリックしやすいように幅を確保 */
  height: 1.5rem; /* クリックしやすいように高さを確保 */
  cursor: pointer;
  z-index: 1;
}
.p-contact__checkbox:checked + .p-contact__checkbox__label::after {
  opacity: 1;
}
.p-contact__checkbox:focus {
  outline: none;
}
.p-contact__checkbox:focus + .p-contact__checkbox__label {
  outline: 1px solid #0DADA1;
  outline-offset: 0.5rem;
  border-radius: 0.1875rem;
}
.p-contact__checkbox__label {
  /* ::before を配置するために position: relative が必要 */
  position: relative;
  padding-left: 2.25rem; /* ボックスの幅とスペースを考慮して左側に余白を作る */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__checkbox__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* 縦方向中央に配置 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem; /* ボックスの幅 */
  height: 1.5rem; /* ボックスの高さ */
  border: 1px solid #E1E1E1; /* 枠線の色と太さ */
  background-color: #FFF;
  border-radius: 0.1875rem; /* 角丸 */
}
.p-contact__checkbox__label::after {
  content: ""; /* またはアイコン画像を使う */
  position: absolute;
  left: 0.3rem;
  width: 0.875rem;
  height: 0.5rem;
  opacity: 0; /* デフォルトは非表示 */
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/icon_check.svg);
          mask-image: url(../img/common/icon_check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact__checkbox__item {
  height: 1.5rem;
}
.p-contact__checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-contact__checkbox__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 0;
  }
}
.p-contact__textarea {
  width: 100%;
  resize: vertical;
}
.p-contact__policy-box {
  margin-top: 0.75rem;
  position: relative;
}
.p-contact__policy-box .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.p-contact__policy-box .wpcf7-not-valid-tip {
  margin-left: 2.25rem;
}
.p-contact__policy-box--overlay .wpcf7-list-item-label {
  color: transparent;
}
.p-contact__policy-box--overlay .wpcf7-list-item-label::before {
  border-color: #E1E1E1;
  background-color: #FFF;
  top: 0.75rem !important;
  -webkit-transform: none;
          transform: none;
}
.p-contact__policy-box--overlay .wpcf7-list-item-label::after {
  background-color: #0DADA1;
  top: 0.5rem;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  .p-contact__policy-box--overlay .wpcf7-list-item-label {
    display: block;
    padding-right: 1.5rem;
    line-height: 1.5;
  }
}
.p-contact__policy-box--overlay .p-contact__overlay-text {
  position: absolute;
  left: 2.25rem;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact__policy-box--overlay .p-contact__overlay-text {
    right: 0;
    line-height: 1.5;
  }
}
.p-contact__policy-box--overlay .p-contact__overlay-text a {
  pointer-events: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .p-contact__policy-box--overlay .p-contact__overlay-text a {
    display: inline;
  }
}
.p-contact__thanks {
  text-align: center;
  margin: 0 auto;
}
.p-contact__thanks .c-btn--secondary {
  margin: 0 auto;
}

.wpcf7-form-control-wrap[data-name=your-message] {
  width: 100%;
}

.wpcf7-submit-area {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wpcf7-submit-area {
    width: 100%;
  }
}
.wpcf7-submit-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  top: 1.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-mask-image: url(../img/common/arrow-icon.svg);
          mask-image: url(../img/common/arrow-icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFF;
}
.wpcf7-submit-area:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  /* アイコンを右に4px移動 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.wpcf7-submit-area:has(.c-btn--primary:disabled)::after {
  display: none !important;
}
.wpcf7-submit-area:hover .c-btn--primary:not(:disabled) ~ .wpcf7-submit-area::after, .wpcf7-submit-area:has(.c-btn--primary:hover:not(:disabled))::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.wpcf7-submit-area .c-btn--primary {
  margin: 0;
}

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

.wpcf7-checkbox .wpcf7-list-item-label {
  /* ::before を配置するために position: relative が必要 */
  position: relative;
  padding-left: 2.25rem; /* ボックスの幅とスペースを考慮して左側に余白を作る */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; /* 縦方向中央に配置 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem; /* ボックスの幅 */
  height: 1.5rem; /* ボックスの高さ */
  border: 1px solid #E1E1E1; /* 枠線の色と太さ */
  background-color: #FFF;
  border-radius: 0.1875rem; /* 角丸 */
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
  content: ""; /* またはアイコン画像を使う */
  position: absolute;
  left: 0.3rem;
  width: 0.875rem;
  height: 0.5rem;
  opacity: 0; /* デフォルトは非表示 */
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url(../img/common/icon_check.svg);
          mask-image: url(../img/common/icon_check.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #0DADA1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.wpcf7-checkbox:focus + .wpcf7-list-item-label {
  outline: 1px solid #0DADA1;
  outline-offset: 0.5rem;
  border-radius: 0.1875rem;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:focus {
  outline: none;
}

.p-contact__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-contact__policy__agree .p-contact__checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-contact__policy__agree .wpcf7-form-control-wrap {
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-contact__policy__agree .p-contact__required-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.wpcf7-radio span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 2rem;
}
.wpcf7-radio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #E1E1E1; /* 外側の円 */
  border-radius: 50%; /* 丸い形 */
  background-color: #FFF;
}
.wpcf7-radio span.wpcf7-list-item-label::after {
  display: block;
  content: "";
  position: absolute;
  top: 24%; /* 中央に配置するための調整 */
  left: 0.4375rem; /* 中央に配置するための調整 */
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #0DADA1; /* チェックされた時の色 */
  display: none;
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.screen-reader-response {
  color: #FF0000;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #FF0000;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}

.wpcf7-select {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 992px) {
  .wpcf7-select {
    width: 100%;
  }
}
.wpcf7-select::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(../img/common/arrow-icon-min.svg);
          mask-image: url(../img/common/arrow-icon-min.svg);
  background-color: #0DADA1;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.wpcf7-select.is-open::after {
  -webkit-transform: translateY(-90%) rotate(-90deg);
          transform: translateY(-90%) rotate(-90deg);
}

.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  padding: 0.625rem;
  cursor: pointer;
  font-weight: 500;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 0.1875rem;
}
.wpcf7-select.wpcf7-validates-as-required option:first-child {
  color: #aaaaaa;
}
.wpcf7-select.wpcf7-validates-as-required option:nth-child(n+2) {
  color: #0DADA1;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7 form:not(.invalid) .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #FF0000;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}

.wpcf7-response-output {
  color: #FF0000;
  font-weight: 500;
  font-size: 0.875rem;
  border: none !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .wpcf7-response-output {
    text-align: left;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.screen-reader-response {
  display: none;
}

.wpcf7-form-control-wrap[data-name=education-history] textarea, .wpcf7-form-control-wrap[data-name=work-history] textarea {
  width: 100%;
  height: 6.25rem;
}

.wpcf7-form-control-wrap[data-name=your-motivation] textarea, .wpcf7-form-control-wrap[data-name=your-remarks] textarea {
  width: 100%;
  height: 12.5rem;
}

.p-privacy__note {
  margin-bottom: 3rem;
}
.p-privacy__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: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__list {
    gap: 3rem;
  }
}
.p-privacy__item {
  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.75rem;
}
@media screen and (max-width: 768px) {
  .p-privacy__item {
    gap: 1rem;
  }
}
.p-privacy__ordered {
  list-style: auto;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.p-privacy__ordered li {
  margin-bottom: 0.375rem;
  line-height: 1.8;
}
.p-privacy__unordered {
  list-style: disc;
  -webkit-padding-start: 1.125rem;
          padding-inline-start: 1.125rem;
  margin-top: 0.625rem;
}
.p-privacy__unordered li {
  margin-bottom: 0.375rem;
  line-height: 1.8;
}

.p-faq__ttl {
  color: #00616E;
  margin-bottom: 2rem;
  margin-top: 6.25rem;
}
.p-faq__ttl:first-of-type {
  margin-top: 0;
}
.p-faq__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin: 0 4.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__payment {
    margin: 0 2.5rem 2.5rem;
    gap: 1rem;
  }
}
.p-faq__payment img {
  width: 5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-faq__payment img {
    width: 3.75rem;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

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

.mt16 {
  margin-top: 1rem !important;
}

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

.mb10 {
  margin-bottom: 0.625rem !important;
}

.mb16 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 1.25rem !important;
}

.mb24 {
  margin-bottom: 1.5rem !important;
}

.mb30 {
  margin-bottom: 1.875rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.mb45 {
  margin-bottom: 2.8125rem !important;
}

.mb50 {
  margin-bottom: 3.125rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}/*# sourceMappingURL=style.css.map */