@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dd,
.breadcrumb {
  margin-bottom: 0;
}

a {
  color: #3c2c25;
  text-decoration: none;
}

p {
  font-size: 1rem;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fs-small {
  font-size: 0.75rem;
}

.user a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.user a:hover {
  color: #58cf68;
}

.therapist a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.therapist a:hover {
  color: #ff8e3f;
}

.text-user {
  color: #58cf68;
}

.text-pt {
  color: #ff8e3f;
}

.text-ot {
  color: #58cf68;
}

.text-st {
  color: #b277ff;
}

.text-jt {
  color: #587ecf;
}

.text-acu {
  color: #dbb418;
}

.text-mt {
  color: #ff7fcc;
}

.license-badge {
  width: 225px;
  height: auto;
  border-radius: 12px;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #f1faee;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .license-badge {
    width: 100%;
  }
}

.license-badge.pt {
  background: #ff8e3f;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.license-badge.ot {
  background: #58cf68;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.license-badge.st {
  background: #b277ff;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.license-badge.jt {
  background: #587ecf;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.license-badge.acu {
  background: #dbb418;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.license-badge.mt {
  background: #ff7fcc;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.medical-badge {
  border-radius: 3px;
  border: 0.8px solid #3e67c0;
  color: #3e67c0;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-inline: 8px;
}

.nursing-badge {
  border-radius: 3px;
  border: 0.8px solid #d3aa04;
  color: #d3aa04;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-inline: 8px;
}

.selfpay-badge {
  border-radius: 3px;
  border: 0.8px solid #b43f3f;
  color: #b43f3f;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-inline: 8px;
}

h2.heading {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 64px;
}
h2.heading::before {
  content: "";
  width: 160px;
  height: 8px;
  background: #58cf68;
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-text-link {
  color: #1a73e8;
  text-decoration: underline;
}

.c-text-link:hover {
  text-decoration: none;
}

.l-sm {
  display: none !important;
}

body {
  color: #3c2c25;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 991.98px) {
  .page-top {
    padding-top: 6.4em;
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 991.98px) {
  .page-top_fv {
    padding-top: 6.4em;
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 767.98px) {
  .page-top_fv {
    padding-top: 0;
    font-size: unset;
  }
}
.top-header {
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  top: 24px;
  border-radius: 200px;
  width: calc(100% - 160px);
  z-index: 999;
  -webkit-transition: -webkit-box-shadow 500ms ease;
  transition: -webkit-box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease, -webkit-box-shadow 500ms ease;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 62.5%;
}
@media screen and (max-width: 1199.98px) {
  .top-header {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 991.98px) {
  .top-header {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 991.98px) {
  .top-header {
    font-size: 2.5641025641vw;
  }
}

.top-header__inner {
  padding: 0 20px 0 48px;
  height: 8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199.98px) {
  .top-header__inner {
    padding: 0 16px 0 32px;
  }
}
@media screen and (max-width: 991.98px) {
  .top-header__inner {
    padding: 0 0.8em;
    height: 6.4em;
  }
}

.top-header__logo {
  max-height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top-header__logo a:hover {
  opacity: 0.7;
}

.top-nav__lg {
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 991.98px) {
  .top-nav__lg {
    display: none;
  }
}
.top-nav__lg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1199.98px) {
  .top-nav__lg-list {
    gap: 16px;
  }
}

.top-nav__lg-list-item {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1199.98px) {
  .top-nav__lg-list-item {
    font-size: 0.875rem;
  }
}

.top-nav__lg-list-item--contact a {
  border-radius: 200px;
  padding: 16px 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  background-color: #ff9d57;
}

.top-nav__lg-list-item--contact a:hover {
  background-color: #ffa565;
}

.c-hamburger {
  position: fixed;
  top: 0.8em;
  border-radius: 8px;
  right: 0.8em;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 4em;
  width: 4em;
  z-index: 9999;
  font-size: 62.5%;
}
@media screen and (max-width: 991.98px) {
  .c-hamburger {
    font-size: 2.5641025641vw;
  }
}

.is-nav-active .c-hamburger {
  background-color: #fff;
}

.c-hamburger span {
  background-color: #fff;
  display: inline-block;
  height: 0.2em;
  left: 1em;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  width: 2em;
}

.c-hamburger span:nth-of-type(1) {
  top: 1em;
}

.c-hamburger span:nth-of-type(2) {
  top: 1.9em;
}

.c-hamburger span:nth-of-type(3) {
  bottom: 1em;
}

.is-nav-active .c-hamburger span:nth-of-type(1) {
  top: calc((100% - 0.2em) / 2);
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.is-nav-active .c-hamburger span:nth-of-type(2) {
  opacity: 0;
}

.is-nav-active .c-hamburger span:nth-of-type(3) {
  bottom: calc((100% - 0.2em) / 2);
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.c-hamburger__txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
}

.is-nav-active .c-hamburger__txt {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 991.98px) {
  .c-hamburger {
    height: 4.8em;
    width: 4.8em;
    background-color: #58cf68;
  }
  .c-hamburger span {
    height: 0.2em;
    left: 1.4em;
    width: 2em;
  }
  .is-nav-active .c-hamburger span {
    background-color: #58cf68;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 1em;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 1.7em;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 2.4em;
  }
  .is-nav-active .c-hamburger span:nth-of-type(1) {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
    top: calc((100% - 0.2em) / 2);
  }
  .is-nav-active .c-hamburger span:nth-of-type(3) {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
    top: calc((100% - 0.2em) / 2);
  }
}
.top-nav__mega {
  background-color: #fff;
  top: 0;
  right: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  -webkit-transition: visibility 500ms ease, opacity 500ms ease;
  transition: visibility 500ms ease, opacity 500ms ease;
  visibility: hidden;
  padding: 8em 24px;
  width: 27em;
  height: auto;
  max-height: 100%;
  z-index: 999;
  background-color: #58cf68;
}
@media screen and (max-width: 767.98px) {
  .top-nav__mega {
    font-size: 2.5641025641vw;
  }
}

.top-nav__mega nav {
  margin-top: 5.6em;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5;
}

.top-nav__mega nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6em;
}

.top-nav__mega nav ul li a {
  color: #fff;
}

.is-nav-active .top-nav__mega {
  opacity: 1;
  visibility: visible;
}

.top-nav__mega-image {
  border-radius: 12px;
  height: 14em;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-nav__mega-txt {
  margin-top: 0.8em;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5;
}

.top-nav__mega-area02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}

.top-nav__mega-area02 img {
  width: 24px;
}

.top-backlayer {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: visibility 500ms ease, opacity 500ms ease;
  transition: visibility 500ms ease, opacity 500ms ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.is-nav-active .top-backlayer {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767.98px) {
  .top-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .top-sm {
    display: none !important;
  }
}
.top-footer {
  -webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.25);
  font-size: 62.5%;
}
@media screen and (max-width: 767.98px) {
  .top-footer {
    font-size: 2.5641025641vw;
  }
}

.top-footer__contents-area {
  position: relative;
  padding: 0 8em 0 1.6em;
  max-width: 128em;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .top-footer__contents-area {
    padding: 0;
  }
}
.top-footer__contents {
  padding: 3.2em 0 3.2em 0;
  margin: 0 auto;
  max-width: 96em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .top-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4em 1.6em;
  }
}
.top-footer__logo-txt {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
}

.top-footer__logo-txt02 {
  margin-top: 0.4em;
  color: #58cf68;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.3333333333;
}

.top-footer__legal {
  margin-top: 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4em;
}

@media (min-width: 768px) and (max-width: 960px) {
  .top-footer__legal {
    gap: 0.8em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-footer__legal {
    margin-top: 2.8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-footer__info {
    margin-top: 3.2em;
  }
}
.top-footer__area-nav {
  padding-left: 2em;
  position: relative;
}

.top-footer__area-nav--01 .top-footer__area-txt {
  color: #58cf68;
}

.top-footer__area-nav--01::before {
  position: absolute;
  top: -3.2em;
  left: 0;
  content: "";
  width: 0.8em;
  height: 20em;
  background-color: #58cf68;
}

@media screen and (max-width: 767.98px) {
  .top-footer__area-nav--01::before {
    top: 0;
    width: 0.8em;
    height: 100%;
  }
}
.top-footer__area-nav--02 .top-footer__area-txt {
  color: #ff8e3f;
}

.top-footer__area-nav--02::before {
  position: absolute;
  top: -3.2em;
  left: 0;
  content: "";
  width: 0.8em;
  height: 20em;
  background-color: #ff8e3f;
}

@media screen and (max-width: 767.98px) {
  .top-footer__area-nav--02::before {
    width: 0.8em;
    top: 0;
    height: 100%;
  }
}
.top-footer__area-txt {
  padding-bottom: 0.4em;
  border-bottom: 2px solid #555555;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767.98px) {
  .top-footer__area-txt {
    padding: 2.8em 0 0.4em;
  }
}
.top-footer__list {
  padding-top: 0.8em;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.5;
}

.top-footer__list-item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top-footer__list-item:hover {
  opacity: 0.8;
}

.top-footer__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
}

.top-footer__th {
  width: 9.8em;
}

.top-footer__area--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.2em;
}

@media (min-width: 768px) and (max-width: 960px) {
  .top-footer__area--nav {
    gap: 2.8em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-footer__area--nav {
    display: grid;
    gap: 4em;
    grid-template-columns: 1fr 1fr;
    margin-top: 2em;
  }
}
.top-footer__page-top {
  position: absolute;
  top: -8em;
  right: 0;
}

@media screen and (max-width: 767.98px) {
  .top-footer__page-top {
    display: none;
    top: initial;
    bottom: 3.4em;
  }
}
.top-footer__page-top span {
  position: relative;
  display: block;
}

.top-footer__icon {
  width: 2.5em;
  padding-bottom: 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top-footer__icon:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767.98px) {
  .top-footer__icon {
    width: 3.2em;
  }
}
.top-footer__page-top-image {
  position: relative;
  z-index: 2;
  width: 9.8em;
}

@media screen and (max-width: 767.98px) {
  .top-footer__page-top-image {
    width: 4.2em;
  }
}
.top-footer__area-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6em;
}

.top-footer__area-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.top-footer__area-parts:hover {
  opacity: 0.8;
}

.t-inline-responsive {
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .t-inline-responsive {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .t-inline-responsive {
    padding: 0 16px;
  }
}
.top__fv {
  position: relative;
  width: 100%;
}

.top__fv-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767.98px) {
  .top__fv-image {
    max-height: 85vh;
  }
}

.fv-container {
  width: 100%;
  position: absolute;
  top: 31.25%;
  padding-inline: 20px;
}
@media screen and (max-width: 1199.98px) {
  .fv-container {
    top: 25%;
  }
}
@media screen and (max-width: 991.98px) {
  .fv-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .fv-container {
    max-width: 375px;
    top: 142px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fv-text {
  font-weight: 700;
}

.fv-text-accent {
  padding: 6px 4px;
  background: #58cf68;
  color: #ffffff;
  line-height: 1.25;
}

.top__recruit {
  position: relative;
  padding-block: 364px 80px;
}
@media screen and (max-width: 991.98px) {
  .top__recruit {
    padding-block: 420px 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .top__recruit {
    padding-block: 0 80px;
  }
}

.top__recruit-search {
  position: absolute;
  top: -225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 960px;
  padding-inline: 16px;
}
@media screen and (max-width: 1199.98px) {
  .top__recruit-search {
    top: -180px;
  }
}
@media screen and (max-width: 991.98px) {
  .top__recruit-search {
    top: -120px;
  }
}

.top__recruit-conditions {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .top__recruit-conditions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top__recruit-conditions_content {
  color: #58cf68;
  font-weight: 700;
}
.top__recruit-conditions_content h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.top__recruit-conditions_content p {
  line-height: 1.5;
  font-weight: 700;
}
.top__recruit-conditions_content:nth-child(1) {
  padding-right: 32px;
}
.top__recruit-conditions_content:nth-child(2) {
  padding-inline: 32px;
  border-inline: 2px solid #58cf68;
}
@media screen and (max-width: 767.98px) {
  .top__recruit-conditions_content:nth-child(2) {
    border-inline: none;
    border-block: 1px solid #58cf68;
    padding-inline: 0;
    margin-block: 1rem;
    padding-block: 1rem;
  }
}
.top__recruit-conditions_content:nth-child(3) {
  padding-left: 32px;
}
@media screen and (max-width: 767.98px) {
  .top__recruit-conditions_content:nth-child(3) {
    padding-left: 0;
  }
}

.top__flow {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-image: url(/assets/img/top/flow-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767.98px) {
  .top__flow {
    background-position: right;
    padding: 5.6rem 0;
  }
}
.top__flow-contents {
  max-width: 828px;
  padding-inline: 16px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.top__flow-list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .top__flow-list {
    margin-top: 48px;
    gap: 40px;
  }
}

.top__flow-list-item {
  position: relative;
  padding-block: 32px;
  border-radius: 12px;
  background-color: #fff;
}

.top__flow-circle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: #58cf68;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .top__flow-circle {
    top: -32px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

.top__flow-circle_content {
  max-width: 628px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 767.98px) {
  .top__flow-circle_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 16px;
    gap: 16px;
  }
}

.top__flow-parts p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.top__flow-parts small {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.top__flow-image {
  width: 128px;
  height: auto;
  max-width: 128px;
  max-height: 128px;
}

.top__grid {
  position: relative;
  padding: 80px 0 132px;
}
@media screen and (max-width: 767.98px) {
  .top__grid {
    padding: 64px 0;
  }
}

.top__grid-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-left: 0;
}
@media screen and (max-width: 991.98px) {
  .top__grid-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .top__grid-list {
    grid-template-columns: 1fr;
  }
}

.top__grid-list-item {
  text-align: center;
}

.top__grid-list-ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.top__grid-list-modal .modal-content {
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.top__grid-list-modal .modal-dialog {
  max-width: 963px;
}

.top__grid-list-modal.modal-01 .modal-content {
  border: 2px solid #ff8e3f;
}

.top__grid-list-modal.modal-02 .modal-content {
  border: 2px solid #58cf68;
}

.top__grid-list-modal.modal-03 .modal-content {
  border: 2px solid #b277ff;
}

.top__grid-list-modal.modal-04 .modal-content {
  border: 2px solid #587ecf;
}

.top__grid-list-modal.modal-05 .modal-content {
  border: 2px solid #eadc42;
}

.top__grid-list-modal.modal-06 .modal-content {
  border: 2px solid #ff7fcc;
}

.top__grid-list-modal .modal-content .btn-close {
  width: 59.423px;
  height: 59px;
  top: -12px;
  right: -12px;
  z-index: 999999;
}

.top__grid-list-modal .modal-body {
  padding: 100px 30px;
}
@media screen and (max-width: 767.98px) {
  .top__grid-list-modal .modal-body {
    padding: 32px 16px;
  }
}

.top__grid-list-modal_heading {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.top__grid-list-modal_text {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.top__grid-list-modal_container {
  padding: 30px 20px;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1.5;
}

.top__grid-list-modal_container.bg-01 {
  padding: 30px 20px;
  background: #fff1e7;
}

.top__grid-list-modal_container.bg-02 {
  padding: 30px 20px;
  background: #f1faee;
}

.top__grid-list-modal_container.bg-03 {
  padding: 30px 20px;
  background: #f3eaff;
}

.top__grid-list-modal_container.bg-04 {
  padding: 30px 20px;
  background: #edf3ff;
}

.top__grid-list-modal_container.bg-05 {
  padding: 30px 20px;
  background: #fffdea;
}

.top__grid-list-modal_container.bg-06 {
  padding: 30px 20px;
  background: #ffecf7;
}

.top__grid-area {
  margin-top: 18px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__grid-area:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767.98px) {
  .top__grid-area img {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top__grid-txt {
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .top__grid-txt {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .top__grid-txt {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.top__grid-txt--01 {
  background-color: #ff9d57;
}

.top__grid-txt--02 {
  background-color: #58cf68;
}

.top__grid-txt--03 {
  background-color: #b277ff;
}

.top__grid-txt--04 {
  background-color: #587ecf;
}

.top__grid-txt--05 {
  background-color: #dbb418;
}

.top__grid-txt--06 {
  background-color: #ff7fcc;
}

.top__resolve {
  padding-block: 80px;
  background-color: #fff5ee;
}

.top__resolve-question-area {
  max-width: 1100px;
  margin: 0 auto;
  padding-inline: 16px;
}

.top__resolve-square {
  position: relative;
  border-radius: 12px;
  padding: 88px 54px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .top__resolve-square {
    padding: 4rem 1.6rem;
  }
}
.top__resolve-square-container {
  max-width: 493px;
}
@media screen and (max-width: 991.98px) {
  .top__resolve-square-container {
    max-width: 100%;
  }
}

.top__resolve-square-img {
  position: absolute;
  bottom: -32px;
  right: 24px;
  width: 455px;
  height: auto;
  fill: #d9d9d9;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 1199.98px) {
  .top__resolve-square-img {
    right: 0;
    width: 400px;
  }
}

.top__resolve-square-img_sp {
  max-width: 552px;
  width: 100%;
  height: auto;
  margin-inline: auto;
}

.top__resolve-btn {
  background: #ff8e3f;
  border-radius: 24px;
  padding: 16px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__resolve-btn:hover {
  opacity: 0.7;
}

.top__faq {
  background: #f1faee;
  padding-block: 80px;
}

.top__faq-inner {
  padding-inline: 16px;
}

.top__fap-slider-container {
  position: relative;
  max-width: 1120px;
  margin-inline: auto;
  margin-top: 32px;
  padding: 0 70px;
}
@media screen and (max-width: 767.98px) {
  .top__fap-slider-container {
    padding: 0 16px;
  }
}

.faq-card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 12px !important;
  background-color: #ffffff;
  -webkit-box-shadow: -3px 4px 10px 0 rgba(0, 0, 0, 0.25) inset;
          box-shadow: -3px 4px 10px 0 rgba(0, 0, 0, 0.25) inset;
  padding: 54px;
  /* カードの高さを揃え、下部にリス用の余白を作る */
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767.98px) {
  .faq-card {
    padding-top: 32px;
    padding-inline: 16px;
  }
}

.faq-img {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 98px;
  height: 166px;
  z-index: 0;
}

.faq-content {
  position: relative;
  z-index: 1;
}

/* QとAのタイポグラフィ調整 */
.qa-initial {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.6;
}

.qa-text {
  font-size: 1.25rem;
  color: #d9d9d9;
  font-weight: bold;
  line-height: 0.6;
}

.faq-question {
  min-height: 3.5rem; /* 質問文の行数違いによるガタつきを軽減 */
  line-height: 150%;
}

.fap-answer {
  line-height: 150%;
}

.squirrel-img {
  position: absolute;
  bottom: -16px;
  left: -12px;
  width: 90px;
  height: 100px;
  z-index: 1;
  line-height: 1;
}

/* ------------------------------
       Swiper ナビゲーションボタン
    ------------------------------ */
.faq-nav-btn {
  width: 64px;
  height: 64px;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 10;
}
.faq-nav-btn svg {
  width: 40px;
  height: 40px;
}
.faq-nav-btn svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-nav-btn:hover {
  border-color: #58cf68;
}
.faq-nav-btn:hover svg path {
  stroke: #58cf68;
}

.faq-nav-btn.faq-nav-prev {
  left: -8px;
}
@media screen and (max-width: 1199.98px) {
  .faq-nav-btn.faq-nav-prev {
    left: 2px;
  }
}
@media screen and (max-width: 767.98px) {
  .faq-nav-btn.faq-nav-prev {
    left: 50px;
  }
}

.faq-nav-btn.faq-nav-next {
  right: -8px;
}
@media screen and (max-width: 1199.98px) {
  .faq-nav-btn.faq-nav-next {
    right: 2px;
  }
}
@media screen and (max-width: 767.98px) {
  .faq-nav-btn.faq-nav-next {
    right: 50px;
  }
}

.faq-nav-btn:hover {
  background-color: #f8f9fa;
}

/* Swiperデフォルトの矢印を消す */
.faq-nav-btn::after {
  content: "";
}

.faq-nav-prev {
  left: 0;
}

.faq-nav-next {
  right: 0;
}

/* スマホ表示時の調整 */
@media (max-width: 768px) {
  .slider-container {
    padding: 0 15px;
  }
  .faq-nav-btn {
    display: none;
  }
}
.faq-nav-btn_sp {
  margin-top: 16px;
  width: 48px;
  height: 48px;
  position: static;
  background-color: transparent;
  border: 1px solid #555;
  border-radius: 50%;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  z-index: 10;
}
.faq-nav-btn_sp svg {
  width: 32px;
  height: 32px;
}
.faq-nav-btn_sp {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.faq-nav-btn_sp path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-nav-btn_sp:hover {
  border-color: #58cf68;
}
.faq-nav-btn_sp:hover svg path {
  stroke: #58cf68;
}

.top__find {
  position: relative;
  padding: 80px 16px;
  overflow: hidden;
  background-image: url(/assets/img/top/find-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.top__find-container {
  max-width: 992px;
  margin-inline: auto;
  margin-top: 32px;
  position: relative;
}

.top__interview-title {
  background: #ffffff;
  padding-top: 100px;
  padding-inline: 16px;
  max-width: 992px;
  margin-inline: auto;
}
.top__interview-title h2 {
  color: #f1faee;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 767.98px) {
  .top__interview-title h2 {
    font-size: 4rem;
  }
}

.top__interview {
  padding-top: 80px;
  padding-bottom: 48px;
  background: #f1faee;
  position: relative;
}

.top__interview-slider {
  max-width: 1440px;
  margin-top: 32px;
  padding-bottom: 64px;
}

.top__interview-slider .swiper-slide a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__interview-slider .swiper-slide a:hover {
  opacity: 0.7;
}
.top__interview-slider .swiper-slide a:hover .top-interview-card-img {
  scale: 1.05;
}

.top-interview-card {
  border-radius: 10px;
  border: 3.333px solid #555;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}

.top-interview-card-img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.interview-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 288px;
  padding: 20px 40px;
  background: #f7f5f0;
  border-radius: 10px;
}

.top__more-btn {
  padding: 8px 24px;
  color: #555;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 6px;
  border: 1px solid #555;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__more-btn svg path,
.top__more-btn svg circle {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__more-btn:hover {
  color: #58cf68;
  border-color: #58cf68;
}
.top__more-btn:hover svg path,
.top__more-btn:hover svg circle {
  stroke: #58cf68;
}

.top__news {
  padding-block: 160px 80px;
  position: relative;
  background-image: url(../img/top/interview-bg.jpg);
  background-size: cover;
}

.top__news-container {
  max-width: 832px;
  margin-inline: auto;
  padding-inline: 16px;
}

.top__news-content {
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  border-bottom: 1px solid #555;
}
.top__news-content dl {
  gap: 40px;
  margin-left: 24px;
}
@media screen and (max-width: 767.98px) {
  .top__news-content {
    padding-inline: 8px;
  }
  .top__news-content dl {
    gap: 16px;
    margin-left: 0;
  }
}

.top__news-content_link {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__news-content_link svg,
.top__news-content_link circle,
.top__news-content_link path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__news-content_link:hover {
  color: #58cf68;
}
.top__news-content_link:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.top__news-content_link:hover circle,
.top__news-content_link:hover path {
  stroke: #58cf68;
}

.top__news-content_title {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.top__partner {
  padding-inline: 16px;
  padding-bottom: 80px;
}

.top__partner-container {
  max-width: 960px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 84px;
}
@media screen and (max-width: 767.98px) {
  .top__partner-container {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.top__partner-card a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__partner-card a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top__partner-card a:hover img {
  opacity: 0.7;
}
.top__partner-card a:hover {
  color: #58cf68;
}

.top__partner-card:nth-child(2) {
  margin-top: 105px;
}
@media screen and (max-width: 767.98px) {
  .top__partner-card:nth-child(2) {
    margin-top: 0;
  }
}

.search-modal_btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66;
  color: #58cf68;
  padding: 16px;
  width: 100%;
  max-width: 848px;
  margin-inline: auto;
  border-radius: 12px;
  border: none;
  background: #f1faee;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 575.98px) {
  .search-modal_btn {
    font-size: 1rem;
    padding: 16px 8px;
  }
}
.search-modal_btn span {
  position: relative;
}
.search-modal_btn span::before {
  position: absolute;
  content: "";
  background: url(../img/search-accent.png) no-repeat center center/contain;
  top: -10px;
  right: -13px;
  width: 10px;
  height: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-modal_btn:hover {
  opacity: 0.7;
}
.search-modal_btn:hover span::before {
  scale: 1.2;
}

.page-search {
  background: #f7f5f0;
  padding-top: 11.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .page-search {
    padding-top: 16px;
  }
}
.page-search .inner {
  max-width: 992px;
  padding-inline: 16px;
  margin-inline: auto;
}
.page-search .search-content {
  margin-top: 4rem;
  width: 100%;
  border-radius: 12px;
  background: #f1faee;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-block: 32px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content {
    padding-block: 24px;
  }
}
.page-search .search-rs-icon {
  position: absolute;
  top: -20px;
  left: -20px;
}
.page-search .search-rs-icon img {
  width: 107px;
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .page-search .search-rs-icon {
    top: -50px;
  }
  .page-search .search-rs-icon img {
    width: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-search .search-rs-icon img {
    width: 80px;
  }
}
.page-search .search-content_inner {
  max-width: 844px;
  padding-inline: 15px;
  margin-inline: auto;
}
.page-search .search-content_inner label {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner label {
    font-size: 1rem;
  }
}
.page-search .search-content_inner select {
  font-size: 1.25rem;
  padding-block: 16px;
  border-radius: 12px;
  border: 1px solid #58cf68;
  background-image: url(../img/search/area-arrow.png);
  background-color: #faf5f5 !important;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner select {
    font-size: 1rem;
  }
}
.page-search .search-content_inner .speciality-container {
  border-radius: 12px;
  border: 1px solid #58cf68;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #faf5f5;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #faf5f5;
}
.page-search .search-content_inner .speciality-container label {
  color: #555;
}
.page-search .search-content_inner .speciality-container input {
  margin-top: 0;
  margin-right: 8px;
  width: 31px;
  height: 31px;
  border-radius: 2px;
  border: 1px solid #58cf68;
  background: #f1faee;
}
.page-search .search-content_inner .speciality-container {
  /* チェックが入った時のスタイル */
}
.page-search .search-content_inner .speciality-container .form-check-input:checked {
  background-color: #58cf68;
  border-color: #58cf68;
  /*  ✓（チェックマーク）の色を変更する */
  /* %23 は '#' の意味です。 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.page-search .search-content_inner .speciality-container {
  /* フォーカス時の青い影（リング）も気になる場合はここを変更 */
}
.page-search .search-content_inner .speciality-container .form-check-input:focus {
  border-color: #58cf68;
}
.page-search .search-content_inner .search-btn {
  background: #58cf68;
  color: #ffffff;
  padding: 8px 100px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-search .search-content_inner .search-btn:hover {
  opacity: 0.7;
}
.page-search .search-content_inner .search-btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner .search-btn {
    padding: 8px 64px;
  }
}
.page-search .search-content_inner .detail-btn {
  color: #58cf68;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-search .search-content_inner .detail-btn:hover {
  opacity: 0.7;
}
.page-search .search-content_inner .detail-btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner .detail-btn {
    font-size: 1rem;
  }
}
.page-search .search-content_inner .modal {
  z-index: 9999;
}
.page-search .search-content_inner .detail_modal-dialog {
  max-width: 1280px;
  width: 95%;
  margin-inline: auto;
}
.page-search .search-content_inner .detail_modal-content {
  background: #f1faee;
  padding-inline: 20px;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner .detail_modal-content {
    padding-inline: 12px;
  }
}
.page-search .search-content_inner .detail_btn-close {
  background-color: #58cf68;
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-search .search-content_inner .detail_btn-close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner .detail_btn-close {
    width: 40px;
    height: 40px;
  }
}
.page-search .search-content_inner .modal-body_contents {
  font-size: 1rem;
  width: 100%;
  border: 1px solid #58cf68;
  border-radius: 12px;
  background: #f7f5f0;
  padding: 32px;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner .modal-body_contents {
    padding: 16px 12px;
  }
}
.page-search .search-content_inner .modal-body_contents label {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner .modal-body_contents label {
    font-size: 0.875rem;
  }
}
.page-search .search-content_inner .modal-body_contents input {
  margin-top: 0;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #58cf68;
  background: #f1faee;
}
.page-search .search-content_inner .modal-body_contents {
  /* チェックが入った時のスタイル */
}
.page-search .search-content_inner .modal-body_contents .form-check-input:checked {
  background-color: #58cf68;
  border-color: #58cf68;
  /*  ✓（チェックマーク）の色を変更する */
  /* %23 は '#' の意味です。 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.page-search .search-content_inner .modal-body_contents {
  /* フォーカス時の青い影（リング）も気になる場合はここを変更 */
}
.page-search .search-content_inner .modal-body_contents .form-check-input:focus {
  border-color: #58cf68;
}
.page-search .search-content_inner .reset-btn {
  background: #ffffff;
  border: 1px solid #555555;
  border-radius: 6px;
  padding: 4px 24px;
  color: #555555;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-search .search-content_inner .reset-btn:hover {
  background: #58cf68;
  color: #ffffff;
  border-color: #ffffff;
}
.page-search .search-content_inner .modal-close-btn {
  background: #58cf68;
  color: #ffffff;
  padding: 8px 120px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-search .search-content_inner .modal-close-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-content_inner .modal-close-btn {
    padding: 8px 64px;
  }
}
.page-search .search-lists {
  margin-top: 4rem;
}
.page-search .search-lists_contents {
  margin-top: 4rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 20px;
}
@media screen and (max-width: 767.98px) {
  .page-search .search-lists_contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575.98px) {
  .page-search .search-lists_contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-search .therapist-link:hover, .page-search .therapist-link:focus {
  outline: none;
}
.page-search .therapist-link:hover .therapist-card, .page-search .therapist-link:focus .therapist-card {
  background: #f1faee;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  border: 1px solid #58cf68;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.page-search .therapist-card {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #fff;
  max-width: 320px;
  margin-inline: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-search .therapist-card p {
  font-size: 0.75rem;
  font-weight: 400 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-search .therapist-card_img {
  width: 181.485px;
  height: 181.485px;
}
.page-search .therapist-card_co-name {
  color: #58cf68;
  border-bottom: 1px solid #58cf68;
}
.page-search .therapist-card_co-name h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.page-search .co-badge {
  color: #58cf68;
  border-radius: 11.901px;
  border: 1px solid #58cf68;
  background: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  -ms-flex-line-pack: center;
      align-content: center;
}
.page-search .search-lists_pagination {
  margin-top: 5rem;
}

.page-therapist {
  background: #f7f5f0;
  padding-top: 188px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991.98px) {
  .page-therapist {
    padding-top: 16px;
  }
}
.page-therapist .inner {
  max-width: 992px;
  padding-inline: 16px;
  margin-inline: auto;
}
.page-therapist .therapist-contact__contents {
  position: fixed;
  right: 0;
  top: 365px;
  width: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(#70eb43), to(#43c912));
  background: linear-gradient(180deg, #70eb43 0%, #43c912 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px 0 0 12px;
  padding: 32px 16px;
  z-index: 100;
}
@media screen and (max-width: 1199.98px) {
  .page-therapist .therapist-contact__contents {
    width: 240px;
  }
}
.page-therapist .therapist-contact__contents_sp {
  background: -webkit-gradient(linear, left top, left bottom, from(#70eb43), to(#43c912));
  background: linear-gradient(180deg, #70eb43 0%, #43c912 100%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 24px 24px;
  min-width: 260px;
}
.page-therapist .contact-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 216px;
  height: 44px;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #ffffff;
  border: 1px solid #58cf68;
  border-radius: 12px;
  font-weight: 700;
  padding: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-therapist .contact-link:hover {
  color: #58cf68;
  background: #f7f5f0;
}
.page-therapist .contact-link.no-link {
  color: #d9d9d9 !important;
}
.page-therapist .link-sns {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-therapist .link-sns:hover {
  opacity: 0.7;
}
.page-therapist .balloon_interview span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-therapist .therapist-container {
  margin-top: 4rem;
}
.page-therapist .facility-thumb {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.page-therapist .therapist-contents {
  background: #fff;
  width: 100%;
  padding-inline: 12px;
  padding-top: 30px;
  padding-bottom: 96px;
  border-radius: 0 0 12px 12px;
}
.page-therapist .therapist-thumb {
  position: absolute;
  top: -180px;
}
.page-therapist .therapist-thumb .therapist-thumb-img {
  width: 305px;
  height: 305px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .page-therapist .therapist-thumb {
    position: unset;
  }
}
.page-therapist .therapist-contents__inner {
  max-width: 796px;
  margin-inline: auto;
}
.page-therapist .therapist-balloon {
  background: #ffffff;
  border-radius: 12px;
  position: absolute;
  right: 82px;
  bottom: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 470px;
  max-width: 95%;
  padding: 16px 24px;
}
@media screen and (max-width: 767.98px) {
  .page-therapist .therapist-balloon {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 16px 16px;
    bottom: 16px;
  }
}
.page-therapist .therapist-balloon-icon {
  position: absolute;
  bottom: 24px;
  right: 488px;
}
.page-therapist .therapist-balloon-icon img {
  width: 22.55px;
  height: 18px;
}
@media screen and (max-width: 767.98px) {
  .page-therapist .therapist-balloon-icon {
    bottom: 2px;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-therapist .therapist-info {
  margin-left: 315px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 991.98px) {
  .page-therapist .therapist-info {
    margin-left: 0;
  }
}
.page-therapist .therapist-license {
  margin-top: 5rem;
  border: 4px solid #58cf68;
  border-radius: 12px;
  padding: 32px 12px;
}
.page-therapist .therapist-license__inner {
  max-width: 470px;
  margin-inline: auto;
}
.page-therapist h5.heading {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  width: 208px;
  height: 35px;
  background: #58cf68;
  color: #fff;
  border-radius: 8px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}
.page-therapist .week-badge {
  width: 90px;
  height: 28px;
  background: #f1faee;
  font-weight: 700;
  --point-depth: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  clip-path: polygon(0% 50%, var(--point-depth) 0%, 100% 0%, 100% 100%, var(--point-depth) 100%);
  padding-left: var(--point-depth);
}

.page-interview {
  position: relative;
  padding-bottom: 80px;
}
.page-interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/interview/interview-bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 600px;
  z-index: -10;
}
@media screen and (max-width: 991.98px) {
  .page-interview::before {
    display: none;
  }
}
.page-interview .interview-fv {
  padding-top: 72px;
  max-width: 1250px;
  margin-left: auto;
}
.page-interview .interview-fv img {
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .page-interview .interview-fv {
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .page-interview .interview-fv {
    margin-top: 6.4em;
    font-size: 2.5641025641vw;
  }
}
.page-interview .interview-heading {
  position: absolute;
  left: 0;
  bottom: 10.5rem;
}
.page-interview .interview-heading h1 {
  font-size: 6rem;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .page-interview .interview-heading {
    bottom: 3rem;
  }
  .page-interview .interview-heading h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-interview .interview-heading {
    bottom: 1rem;
  }
  .page-interview .interview-heading h1 {
    font-size: 3rem;
  }
}
.page-interview .interview-heading_img {
  position: absolute;
  left: -108px;
  bottom: 24rem;
  width: 500px;
}
.page-interview .interview-heading_img img {
  width: 100%;
}
@media screen and (max-width: 1399.98px) {
  .page-interview .interview-heading_img {
    left: 0px;
    bottom: 25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .page-interview .interview-heading_img {
    bottom: 15rem;
    width: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-interview .interview-heading_img {
    bottom: 8rem;
    width: 300px;
  }
}
.page-interview .interview-container {
  margin: 80px auto;
  max-width: 992px;
  padding-inline: 16px;
}
.page-interview .interview-contents {
  margin-block: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .page-interview .interview-contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575.98px) {
  .page-interview .interview-contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-interview .interview-card {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  border: none;
  padding: 16px 24px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-interview .interview-card:hover {
  background: #f1faee;
}
.page-interview .interview-card:hover .arrow-icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.page-interview .interview-card:hover .interview-card_img img {
  scale: 1.05;
}
.page-interview .interview-card_title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数を指定 */
  height: 3em;
  line-height: 1.5;
}
@media screen and (max-width: 575.98px) {
  .page-interview .interview-card_title {
    height: unset;
  }
}
.page-interview .interview-card_img {
  aspect-ratio: 7/4;
  border-radius: 12px;
  overflow: hidden;
}
.page-interview .interview-card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-interview .interview-info-group {
  margin-top: auto;
}
.page-interview .arrow-icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-interview .interview-card__coming-soon {
  background: #fff;
  border-radius: 12px;
  border: none;
  padding: 16px 24px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
.page-interview .coming-soon-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 80%;
}
.page-interview .coming-soon-text {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.page-post_interview {
  padding: 184px 16px 80px;
  background: #f7f5f0;
}
.page-post_interview .interview-article {
  background: #ffffff;
  max-width: 1300px;
  margin-inline: auto;
  border-radius: 12px;
  padding: 64px 10px;
}
.page-post_interview .interview-article__inner {
  max-width: 960px;
  margin-inline: auto;
}
.page-post_interview .interview-article_content {
  font-weight: 700;
}
.page-post_interview .interview-article_content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 16px;
  color: #58cf68;
  background: #f1faee;
  margin-block: 2rem;
}
.page-post_interview .interview-article_content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #58cf68;
  margin-bottom: 1rem;
}
.page-post_interview .interview-article_content h4,
.page-post_interview .interview-article_content h5,
.page-post_interview .interview-article_content h6 {
  font-weight: 700;
  color: #58cf68;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.page-post_interview .interview-article_content p {
  margin-bottom: 1rem;
}
.page-post_interview .interview-article_content a {
  color: #1a73e8;
  text-decoration: underline;
}
.page-post_interview .interview-article_content:hover {
  text-decoration: none;
}
.page-post_interview .interview-post-nav .nav-item {
  width: 48%;
}
.page-post_interview .interview-post-nav .nav-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid #58cf68;
  color: #58cf68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-post_interview .interview-post-nav .nav-number {
  color: #58cf68;
  line-height: 1;
  text-align: left;
}
.page-post_interview .interview-post-nav .nav-title {
  color: #1a73e8;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left;
}
.page-post_interview .interview-post-nav a:hover .nav-arrow {
  background-color: #f1faee;
}
.page-post_interview .interview-post-nav a:hover .nav-title {
  opacity: 0.8;
}
@media screen and (max-width: 767.98px) {
  .page-post_interview .interview-post-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .page-post_interview .interview-post-nav .nav-item {
    width: 100%;
    text-align: left !important;
  }
  .page-post_interview .interview-post-nav .nav-item a {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .page-post_interview .interview-post-nav .nav-item .nav-content {
    margin: 0 0 0 16px !important;
  }
  .page-post_interview .interview-post-nav .nav-item .nav-arrow {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 48px;
    height: 48px;
  }
  .page-post_interview .interview-post-nav .nav-item .nav-arrow svg {
    width: 20px;
    height: 20px;
  }
}

.page-news .page-news_top {
  background: linear-gradient(90.03deg, #95ec75 0.03%, #a1ff7e 99.97%);
  width: 100%;
  height: 364px;
  position: relative;
}
.page-news .page-news_top h1 {
  position: absolute;
  left: 50%;
  bottom: 64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.page-news .page-news_top h1 .heading-en {
  font-size: 4rem;
}
.page-news .page-news_top h1 .heading-ja {
  font-size: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .page-news .page-news_top {
    height: 300px;
  }
  .page-news .page-news_top h1 {
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .page-news .page-news_top h1 .heading-en {
    font-size: 3rem;
  }
  .page-news .page-news_top h1 .heading-ja {
    font-size: 1.25rem;
  }
}
.page-news .page-news_container {
  background: #f7f5f0;
  padding: 80px 16px;
}
.page-news .page-news_container__inner {
  max-width: 960px;
  margin-inline: auto;
}
.page-news .page-news_contents {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  padding: 64px 12px;
}
.page-news .page-news_contents__inner {
  border-top: 1px solid #d9d9d9;
  max-width: 800px;
  margin-inline: auto;
}
.page-news .page-news_content {
  padding-left: 32px;
  padding-block: 40px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .page-news .page-news_content {
    padding-left: 8px;
  }
}
.page-news .page-news_content .news-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.page-single.for-user .page-single_top {
  background: linear-gradient(90.03deg, #95ec75 0.03%, #a1ff7e 99.97%);
  width: 100%;
  height: 364px;
  position: relative;
}
.page-single.for-user .page-single_top h1 {
  position: absolute;
  left: 50%;
  bottom: 64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.page-single.for-user .page-single_top h1 .heading-en {
  font-size: 4rem;
}
.page-single.for-user .page-single_top h1 .heading-ja {
  font-size: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .page-single.for-user .page-single_top {
    height: 300px;
  }
  .page-single.for-user .page-single_top h1 {
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .page-single.for-user .page-single_top h1 .heading-en {
    font-size: 3rem;
  }
  .page-single.for-user .page-single_top h1 .heading-ja {
    font-size: 1.25rem;
  }
}
.page-single.for-user .page-single_container {
  background: #f7f5f0;
  padding: 80px 16px;
}
.page-single.for-user .page-single_container__inner {
  max-width: 960px;
  margin-inline: auto;
}
.page-single.for-user .page-single_contents {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  padding: 64px 12px;
  margin-top: 2rem;
}
.page-single.for-user .page-single_contents__inner {
  max-width: 800px;
  margin-inline: auto;
}
.page-single.for-user .page-single_contents__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 64px;
  border-bottom: 1px solid #d9d9d9;
}
.page-single.for-user .page-single_contents__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 64px;
}
.page-single.for-user .page-single_contents__text {
  font-weight: 700;
}
.page-single.for-user .page-single_contents__text h2,
.page-single.for-user .page-single_contents__text h3,
.page-single.for-user .page-single_contents__text h4,
.page-single.for-user .page-single_contents__text h5,
.page-single.for-user .page-single_contents__text h6,
.page-single.for-user .page-single_contents__text p {
  margin-bottom: 1rem;
}

.interview-pagination,
.news-pagination,
.therapist-pagination {
  gap: 1rem;
}
.interview-pagination .page-numbers,
.news-pagination .page-numbers,
.therapist-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #3c2c25;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.interview-pagination .page-numbers.prev, .interview-pagination .page-numbers.next,
.news-pagination .page-numbers.prev,
.news-pagination .page-numbers.next,
.therapist-pagination .page-numbers.prev,
.therapist-pagination .page-numbers.next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #58cf68;
  color: #58cf68;
  font-size: 1rem;
}
.interview-pagination .page-numbers.prev:hover, .interview-pagination .page-numbers.next:hover,
.news-pagination .page-numbers.prev:hover,
.news-pagination .page-numbers.next:hover,
.therapist-pagination .page-numbers.prev:hover,
.therapist-pagination .page-numbers.next:hover {
  background-color: #f1faee;
}
.interview-pagination .page-numbers:not(.prev):not(.next),
.news-pagination .page-numbers:not(.prev):not(.next),
.therapist-pagination .page-numbers:not(.prev):not(.next) {
  padding: 0 8px;
}
.interview-pagination .page-numbers.current,
.news-pagination .page-numbers.current,
.therapist-pagination .page-numbers.current {
  position: relative;
}
.interview-pagination .page-numbers.current::after,
.news-pagination .page-numbers.current::after,
.therapist-pagination .page-numbers.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #58cf68;
  border-radius: 2px;
}
.interview-pagination .page-numbers:not(.current):not(.prev):not(.next):hover,
.news-pagination .page-numbers:not(.current):not(.prev):not(.next):hover,
.therapist-pagination .page-numbers:not(.current):not(.prev):not(.next):hover {
  color: #58cf68;
}
.interview-pagination .dots,
.news-pagination .dots,
.therapist-pagination .dots {
  color: #3c2c25;
}

@media screen and (max-width: 767.98px) {
  .interview-pagination {
    gap: 0.5rem;
  }
  .interview-pagination .page-numbers.prev, .interview-pagination .page-numbers.next {
    width: 24px;
    height: 24px;
  }
}
.search-box {
  width: 100%;
  border-radius: 12px;
  background: #f1faee;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-block: 32px;
}
@media screen and (max-width: 1199.98px) {
  .search-box {
    padding-block: 24px;
  }
}
.search-box .search-box_inner {
  max-width: 838px;
  padding-inline: 12px;
  margin-inline: auto;
}
.search-box .search-box_inner label {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .search-box .search-box_inner label {
    font-size: 1rem;
  }
}
.search-box .search-box_inner select {
  font-size: 1.25rem;
  padding-block: 16px;
  border-radius: 12px;
  border: 1px solid #58cf68;
  background-image: url(../img/search/area-arrow.png);
  background-color: #faf5f5 !important;
}
@media screen and (max-width: 767.98px) {
  .search-box .search-box_inner select {
    font-size: 1rem;
  }
}
.search-box .search-box_inner .speciality-container {
  border-radius: 12px;
  border: 1px solid #58cf68;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), #faf5f5;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #faf5f5;
}
.search-box .search-box_inner .speciality-container label {
  color: #555;
}
.search-box .search-box_inner .speciality-container input {
  margin-top: 0;
  margin-right: 8px;
  width: 31px;
  height: 31px;
  border-radius: 2px;
  border: 1px solid #58cf68;
  background: #f1faee;
}
.search-box .search-box_inner .speciality-container {
  /* チェックが入った時のスタイル */
}
.search-box .search-box_inner .speciality-container .form-check-input:checked {
  background-color: #58cf68;
  border-color: #58cf68;
  /*  ✓（チェックマーク）の色を変更する */
  /* %23 は '#' の意味です。 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.search-box .search-box_inner .speciality-container {
  /* フォーカス時の青い影（リング）も気になる場合はここを変更 */
}
.search-box .search-box_inner .speciality-container .form-check-input:focus {
  border-color: #58cf68;
}
.search-box .search-box_inner .search-btn {
  background: #58cf68;
  color: #ffffff;
  padding: 8px 100px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-box .search-box_inner .search-btn:hover {
  opacity: 0.7;
}
.search-box .search-box_inner .search-btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
@media screen and (max-width: 767.98px) {
  .search-box .search-box_inner .search-btn {
    padding: 8px 64px;
  }
}

.search-rs-icon {
  position: absolute;
  top: -20px;
  left: -20px;
}
.search-rs-icon img {
  width: 107px;
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .search-rs-icon {
    top: -50px;
  }
  .search-rs-icon img {
    width: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  .search-rs-icon img {
    width: 80px;
  }
}

.page-contact .page-contact_top {
  background: linear-gradient(90.03deg, #95ec75 0.03%, #a1ff7e 99.97%);
  width: 100%;
  height: 364px;
  position: relative;
}
.page-contact .page-contact_top h1 {
  position: absolute;
  left: 50%;
  bottom: 64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.page-contact .page-contact_top h1 .heading-en {
  font-size: 4rem;
}
.page-contact .page-contact_top h1 .heading-ja {
  font-size: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .page-contact .page-contact_top {
    height: 300px;
  }
  .page-contact .page-contact_top h1 {
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .page-contact .page-contact_top h1 .heading-en {
    font-size: 3rem;
  }
  .page-contact .page-contact_top h1 .heading-ja {
    font-size: 1.25rem;
  }
}
.page-contact .u-mt4 {
  margin-top: 0.4rem;
}
.page-contact .u-mt8 {
  margin-top: 0.8rem;
}
.page-contact .u-mt16 {
  margin-top: 1.6rem;
}
.page-contact .u-mt20 {
  margin-top: 2rem;
}
.page-contact .u-mt24 {
  margin-top: 2.4rem;
}
.page-contact .u-mt32 {
  margin-top: 3.2rem;
}
.page-contact .u-mt40 {
  margin-top: 4rem;
}
.page-contact .u-mt44 {
  margin-top: 4.4rem;
}
.page-contact .u-mt48 {
  margin-top: 4.8rem;
}
.page-contact .u-mt56 {
  margin-top: 5.6rem;
}
.page-contact .u-mt64 {
  margin-top: 6.4rem;
}
.page-contact .u-mt70 {
  margin-top: 7rem;
}
.page-contact .u-mt80 {
  margin-top: 8rem;
}
.page-contact .u-mt88 {
  margin-top: 8.8rem;
}
.page-contact .u-mt90 {
  margin-top: 9rem;
}
.page-contact .u-mt94 {
  margin-top: 9.4rem;
}
.page-contact .u-mt104 {
  margin-top: 10.4rem;
}
.page-contact .u-mt108 {
  margin-top: 10.8rem;
}
.page-contact .u-mt140 {
  margin-top: 14rem;
}
.page-contact .u-mt144 {
  margin-top: 14.4rem;
}
.page-contact .u-mt156 {
  margin-top: 15.6rem;
}
.page-contact .u-mt188 {
  margin-top: 18.8rem;
}
.page-contact .u-mt204 {
  margin-top: 20.4rem;
}
@media screen and (min-width: 768px), print {
  .page-contact .l-sm {
    display: none !important;
  }
}
.page-contact .text-bold {
  font-weight: 700;
}
.page-contact .u-text-center {
  text-align: center;
}
.page-contact .u-fs-20 {
  font-size: 1.25rem;
}
.page-contact .u-fs-32 {
  font-size: 2rem !important;
}
@media screen and (max-width: 767.98px) {
  .page-contact .u-fs-24-sm {
    font-size: 1.5rem !important;
  }
}
.page-contact .top-lowpage__contents {
  background-color: #f7f5f0;
  font-weight: 700;
}
.page-contact .top-lowpage__contents--padding {
  padding: 140px 0 200px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-lowpage__contents--padding {
    padding: 40px 0;
  }
}
.page-contact .top-lowpage__contents-area {
  padding: 80px 0;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-lowpage__contents-area {
    padding: 48px 16px;
  }
}
.page-contact .top-lowpage__contents-area02 {
  padding: 32px 14px 80px;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-lowpage__contents-area02 {
    padding: 480px 16px;
  }
}
.page-contact .top-lowpage__contents-area03 {
  padding: 64px 14px 124px;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-lowpage__contents-area03 {
    padding: 48px 16px;
  }
}
.page-contact .top-form__contents {
  padding: 48px 0;
  max-width: 960px;
  margin: 0 auto;
  display: none;
  border-radius: 12px;
  background-color: #f7f5f0;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-form__contents {
    border-radius: 0 0 12px 12px;
    padding: 48px 16px;
  }
}
.page-contact .top-form__contents.is-active {
  display: block;
}
.page-contact .top-form__contents-area {
  margin: 0 auto;
  max-width: 634px;
}
.page-contact .top-form__switch {
  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;
}
.page-contact .top-form__switch-item {
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  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: 20px 0;
  width: 224px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-form__switch-item {
    padding: 18px 0 14px;
  }
}
.page-contact .top-form__switch-item span {
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-form__switch-item span {
    padding-left: 30px;
  }
}
.page-contact .top-form__switch-item span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d9d9d9;
}
.page-contact .top-form__switch-item span::after {
  position: absolute;
  top: 50%;
  left: 4px;
  content: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #555555;
}
.page-contact .top-form__switch-item.is-active {
  background-color: #f7f5f0;
}
.page-contact .top-form__switch-item.is-active span::after {
  content: "";
}
.page-contact .top-form__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-form__column {
    gap: 24px;
  }
}
.page-contact .top-form__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-contact .top-form__th {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .top-form__td {
  padding: 14px 16px;
  border-radius: 12px;
  width: 100%;
  height: 56px;
  background-color: #fff;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: none;
}
.page-contact .top-form__td--border {
  border: 1px solid #58cf68;
}
.page-contact .top-form__td--width {
  max-width: 412px;
}
.page-contact .top-form__td--width02 {
  max-width: 632px;
}
.page-contact .top-form__td::-webkit-input-placeholder {
  color: #d9d9d9;
}
.page-contact .top-form__td::-moz-placeholder {
  color: #d9d9d9;
}
.page-contact .top-form__td:-ms-input-placeholder {
  color: #d9d9d9;
}
.page-contact .top-form__td::-ms-input-placeholder {
  color: #d9d9d9;
}
.page-contact .top-form__td::placeholder {
  color: #d9d9d9;
}
.page-contact .top-form__td-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.page-contact .top-form__td-add-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-contact .top-form__td-add-btn {
  cursor: pointer;
  min-width: 32px;
}
.page-contact .top-form__textarea {
  padding: 16px;
  border-radius: 12px;
  width: 100%;
  resize: none;
  height: 200px;
  outline: none;
  background-color: #fff;
}
.page-contact .top-form__submit-area {
  max-width: 570px;
  margin: 0 auto;
  display: none;
  margin-top: 64px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .top-form__submit-area {
    margin-top: 32px;
  }
}
.page-contact .top-form__submit-area.is-active {
  display: block;
}
.page-contact .top-form__upload-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0 0;
  padding-left: 24px;
}
.page-contact .top-form__upload-txt::before {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/assets/images/common/icon-check-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-contact .top-form__area-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
  max-width: 508px;
}
.page-contact .top-form__area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 32px;
}
.page-contact .top-form__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .c-select {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
  text-transform: none;
  --bs-form-select-bg-img: none;
}
.page-contact .c-select:after {
  position: absolute;
  pointer-events: none;
  top: calc(50% + 1px);
  right: 14px;
  content: "";
  width: 14px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/assets/img/arrow-green.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-contact .c-select__item {
  cursor: pointer;
  padding: 5px 32px 5px 18px;
  border-radius: 12px;
  outline: none;
  border: 1px solid #58cf68;
  background-color: #fff;
  color: #3c2c25;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  --bs-form-select-bg-img: none;
}
.page-contact .c-select__item--orange {
  color: #58cf68;
}
@media screen and (max-width: 767.98px) {
  .page-contact .c-select__item--orange {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.page-contact .c-select__item--orange option {
  color: #000;
}
.page-contact .c-text-circle {
  padding-left: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .page-contact .c-text-circle {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.page-contact .c-text-circle::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#70eb43), to(#43c912));
  background: linear-gradient(180deg, #70eb43 0%, #43c912 100%);
}
@media screen and (max-width: 767.98px) {
  .page-contact .c-text-circle::before {
    width: 18px;
    height: 18px;
  }
}
.page-contact .c-text-circle::after {
  position: absolute;
  top: 4px;
  right: -13px;
  content: "";
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/assets/images/common/decoration-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-contact .c-text-circle--adjust::after {
  content: none;
}
.page-contact .c-input-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-contact .c-input-check__input {
  position: relative;
  margin: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-contact .c-input-check__input::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  opacity: 1;
  border: 1px solid #909090;
}
.page-contact .c-input-check__input::after {
  position: absolute;
  content: "";
  top: calc(50% + 2px);
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  height: 12px;
  width: 12px;
}
.page-contact .c-input-check__input:checked::after {
  opacity: 0;
}
.page-contact .c-input-check__input:checked::after {
  opacity: 1;
}
.page-contact .c-input-check__input--orange::before {
  border: 1px solid #ff9d57;
}
.page-contact .c-input-check__input--orange::after {
  background-image: url(../images/common/icon-check-white.svg);
}
.page-contact .c-input-check__input--orange:checked::before {
  background-color: #ff9d57;
}
.page-contact .c-input-check__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 8px;
  color: #3c2c25;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .c-input-check__label--padding-none {
  padding: 0;
}
.page-contact .c-input-check__link {
  padding-left: 8px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .c-btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 8px 20px 8px 24px;
  border-radius: 6px;
  color: #555555;
  border: 1px solid #555555;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-contact .c-btn-arrow:hover, .page-contact .c-btn-arrow:focus {
  border-color: #58cf68;
  background: #f1faee;
}
.page-contact .c-btn-arrow__txt {
  position: relative;
  top: 0.1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .c-btn-icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 200px;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 28px;
  height: 48px;
  border: 1px solid #555555;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .l-lowpage__contents {
  background-color: #f7f5f0;
}
.page-contact .l-lowpage__contents--padding {
  padding: 140px 0 200px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .l-lowpage__contents--padding {
    padding: 40px 0;
  }
}
.page-contact .l-lowpage__contents-area {
  padding: 80px 0;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-contact .l-lowpage__contents-area {
    padding: 48px 16px;
  }
}
.page-contact .l-lowpage__contents-area03 {
  padding: 64px 14px 124px;
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-contact .l-lowpage__contents-area03 {
    padding: 48px 16px;
  }
}
.page-contact .l-lowpage__progress-image--02 {
  display: block;
  width: 232px;
  margin: 0 auto;
}
.page-contact .l-lowpage__inline-narrow {
  max-width: 630px;
  margin: 0 auto;
  margin-top: 56px;
  font-weight: 700;
}
.page-contact .c-ttl-normal {
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3333333333;
}
@media screen and (max-width: 575.98px) {
  .page-contact .c-ttl-normal {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-contact .c-ttl-normal {
    padding-bottom: 16px;
  }
}
.page-contact .c-ttl-normal::after {
  position: absolute;
  left: 50%;
  content: "";
  bottom: 0;
  width: 64px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #58cf68;
}
.page-contact .l-price--width {
  max-width: 664px;
  margin: 0 auto;
}
.page-contact .l-price__item {
  position: relative;
  padding: 32px;
  height: 800px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  background: linear-gradient(1deg, rgb(255, 183, 136) 0%, rgb(255, 243, 243) 39%, rgb(255, 243, 243) 100%);
}
@media screen and (max-width: 767.98px) {
  .page-contact .l-price__item {
    padding: 32px 32px 104px;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .page-contact .l-price__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-contact .l-price__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-contact .l-price__info {
  border-radius: 200px;
  max-width: 302px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  height: 39px;
  padding: 1px 1px 1px 1px;
  margin: 16px auto 0;
  background-color: #b8b6b6;
}
.page-contact .l-price__info-txt {
  cursor: pointer;
  position: relative;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 2px);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .l-price__info-txt em {
  position: relative;
  z-index: 2;
}
.page-contact .l-price__info-txt.is-active {
  border-radius: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.page-contact .l-price__info-txt.l-price__info-txt--adjust {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-contact .l-price__info-txt.l-price__info-txt--adjust.is-active::after {
  position: absolute;
  top: 50%;
  left: 2px;
  border-radius: 200px;
  content: "";
  width: 208px;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.page-contact .l-price__info-txt02 {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 3px 20px;
  border-radius: 200px;
  background-color: #ff9d57;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .l-price__info-txt03 {
  padding: 4px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.page-contact .l-price__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.page-contact .l-price__area-image {
  width: 32px;
}
.page-contact .l-price__area-image02 {
  width: 44px;
}
.page-contact .l-price__area-txt {
  height: 40px;
}
.page-contact .l-price__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .l-price__grid {
    grid-template-columns: 1fr;
  }
}
.page-contact .l-price__area-num {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact .l-price__area-num-txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.page-contact .l-price__area-num {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.page-contact .l-price__ttl-sub {
  padding: 4px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #d9d9d9;
}
.page-contact .l-price__caution {
  margin-top: 16px;
  padding-left: 16px; /* 1.6emから変換 */
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-contact .l-price__btn {
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.page-contact .l-price__disable {
  position: absolute;
  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: 0 24px;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-contact .l-price__disable-ttl {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 4px solid #ff9d57;
  padding-bottom: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.page-contact .c-list-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.page-contact .c-list-check__item {
  position: relative;
  padding-left: 16px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-contact .c-list-check__item::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/assets/images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-contact .c-btn-normal {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 248px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 52px 10px 28px;
  border-radius: 200px;
  background-color: #ff9d57;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-contact .c-btn-normal:hover {
  opacity: 0.8;
}
.page-contact .c-btn-normal__txt {
  position: relative;
}
.page-contact .c-btn-normal__txt::after {
  position: absolute;
  top: 50%;
  right: -32px;
  content: "";
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/assets/images/common/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.page-report .page-report_top {
  background: linear-gradient(90.03deg, #95ec75 0.03%, #a1ff7e 99.97%);
  width: 100%;
  height: 364px;
  position: relative;
}
.page-report .page-report_top h1 {
  position: absolute;
  left: 50%;
  bottom: 64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.page-report .page-report_top h1 .heading-en {
  font-size: 4rem;
}
.page-report .page-report_top h1 .heading-ja {
  font-size: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .page-report .page-report_top {
    height: 300px;
  }
  .page-report .page-report_top h1 {
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .page-report .page-report_top h1 .heading-en {
    font-size: 3rem;
  }
  .page-report .page-report_top h1 .heading-ja {
    font-size: 1.25rem;
  }
}
.page-report .report-lowpage__contents {
  background-color: #f7f5f0;
  font-weight: 700;
  padding: 64px 16px;
}
.page-report .report-lowpage__contents-area {
  padding: 64px 0;
  max-width: 1080px;
  border-radius: 12px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-report .report-lowpage__contents-area {
    padding: 48px 12px;
  }
}
.page-report .report-form__contents {
  margin: 0 auto;
  max-width: 640px;
}
.page-report .report-form {
  margin-top: 64px;
  font-weight: 700;
  font-size: 1rem;
}
.page-report .form-control,
.page-report .form-select {
  border: 1px solid #3c2c25;
  height: 56px;
}
.page-report textarea.form-control {
  height: 220px;
}
.page-report .c-btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 8px 20px 8px 24px;
  border-radius: 6px;
  color: #555555;
  border: 1px solid #555555;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-report .c-btn-arrow:hover, .page-report .c-btn-arrow:focus {
  border-color: #58cf68;
  background: #f1faee;
}
.page-report .c-btn-arrow__txt {
  position: relative;
  top: 0.1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.page-report .c-btn-icon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 200px;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 28px;
  height: 48px;
  border: 1px solid #555555;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}