.p__mainvis {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: var(--wp--preset--spacing--50);
  background: #040924 center center no-repeat;
  background-size: cover;
  background-image: url("/sys/wp-content/themes/nexthealth/src/img/page/toppage/mainvis.jpg");
}
.p__mainvis::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 9, 36, 0.25);
}
.p__mainvis > div {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.p__mainvis > div .catch {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p__mainvis > div .catch .en {
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(56px, -105.0322580645px + 0.2096774194 * 100vw, 160px);
  font-weight: 300;
  word-break: break-all;
  color: #fff;
}
.p__mainvis > div .catch .title {
  font-size: clamp(24px, -0.7741935484px + 0.0322580645 * 100vw, 40px);
  color: #fff;
}
@media (max-width: 767px) {
  .p__mainvis {
    height: calc(100svh - 60px);
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .p__mainvis {
    height: calc(100svh - 100px);
    min-height: 400px;
  }
}

.mb__about {
  width: 100%;
  padding-top: clamp(60px, -79.3548387097px + 0.1814516129 * 100vw, 150px);
  padding-bottom: clamp(60px, -79.3548387097px + 0.1814516129 * 100vw, 150px);
  padding-right: var(--wp--preset--spacing--60);
  padding-left: var(--wp--preset--spacing--60);
}
.mb__about > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em clamp(20px, -103.8709677419px + 0.1612903226 * 100vw, 100px);
}
.mb__about > div header {
  position: relative;
  padding-bottom: 2em;
  text-align: left;
}
.mb__about > div header .en {
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(56px, -12.1290322581px + 0.0887096774 * 100vw, 100px);
  font-weight: 300;
  word-break: break-all;
  color: #75788A;
}
.mb__about > div header .title {
  font-size: 1.25rem;
  color: #040924;
}
.mb__about > div header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  border-bottom: 1px solid #B5B5B5;
  left: 0;
}
.mb__about > div .cnt table {
  width: 100%;
  border: none;
  border-top: 2px solid #040924;
}
.mb__about > div .cnt table th, .mb__about > div .cnt table td {
  padding: clamp(10px, -5.4838709677px + 0.0201612903 * 100vw, 20px) 0;
  vertical-align: top;
  line-height: 1.714;
  font-size: clamp(14px, 10.9032258065px + 0.0040322581 * 100vw, 16px);
  border: none;
  border-bottom: 1px solid #B5B5B5;
}
.mb__about > div .cnt table th a, .mb__about > div .cnt table td a {
  text-decoration: underline;
  color: #0016be;
}
.mb__about > div .cnt table th a:hover, .mb__about > div .cnt table td a:hover {
  text-decoration: none;
}
.mb__about > div .cnt table th + td, .mb__about > div .cnt table td + td {
  padding-left: clamp(10px, -5.4838709677px + 0.0201612903 * 100vw, 20px);
}
.mb__about > div .cnt table thead {
  border-bottom: none;
  background: #040924;
}
.mb__about > div .cnt table thead tr th, .mb__about > div .cnt table thead tr td {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.mb__about > div .cnt table tbody {
  background: #fff;
}
.mb__about > div .cnt table tbody tr th, .mb__about > div .cnt table tbody tr td {
  text-align: left;
  font-weight: 400;
}
.mb__about > div .cnt table tbody tr th.center, .mb__about > div .cnt table tbody tr td.center {
  text-align: center;
}
.mb__about > div .cnt table tbody tr th.top, .mb__about > div .cnt table tbody tr td.top {
  vertical-align: top;
}
.mb__about > div .cnt table tbody tr th {
  font-weight: 700;
}
.mb__about > div .cnt table th {
  width: 20%;
}
@media (max-width: 767px) {
  .mb__about > div .cnt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mb__about > div .cnt {
    flex: 1;
    max-width: 750px;
  }
}

.mb__service {
  width: 100%;
  padding-top: clamp(60px, -79.3548387097px + 0.1814516129 * 100vw, 150px);
  padding-bottom: clamp(60px, -79.3548387097px + 0.1814516129 * 100vw, 150px);
  padding-right: var(--wp--preset--spacing--60);
  padding-left: var(--wp--preset--spacing--60);
  background: #EDF1F2;
}
.mb__service header {
  position: relative;
  padding-bottom: 2em;
  text-align: center;
  margin-bottom: 2em;
}
.mb__service header .en {
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(56px, -12.1290322581px + 0.0887096774 * 100vw, 100px);
  font-weight: 300;
  word-break: break-all;
  color: #75788A;
}
.mb__service header .title {
  font-size: 1.25rem;
  color: #040924;
}
.mb__service header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  border-bottom: 1px solid #B5B5B5;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mb__service .cnt p {
  line-height: 2;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  color: #040924;
  text-align: center;
}
.mb__service .cnt p a {
  text-decoration: underline;
  color: #0016be;
}
.mb__service .cnt p a:hover {
  text-decoration: none;
}
.mb__service .cnt p a::after {
  margin-right: 0.25em;
}
.mb__service .cnt p + p {
  margin-top: 2em;
}
.mb__service .cnt ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em clamp(20px, -10.9677419355px + 0.0403225806 * 100vw, 40px);
  margin-top: 3em;
}
.mb__service .cnt ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10%;
  max-width: 372px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
}
.mb__service .cnt ul li div {
  font-size: clamp(16px, 3.6129032258px + 0.0161290323 * 100vw, 24px);
  font-weight: 700;
}
.mb__service .cnt .btn {
  margin-top: 3em;
  text-align: center;
}
.mb__service .cnt .btn a {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #48AC5A;
  transition: box-shadow 500ms;
  color: #040924;
  background: #fff;
  border-color: #040924;
  font-size: 1.125rem;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  font-size: clamp(14px, 10.9032258065px + 0.0040322581 * 100vw, 16px);
  width: 100%;
  max-width: 300px;
}
.mb__service .cnt .btn a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #48AC5A;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/sys/wp-content/themes/nexthealth/src/img//mixin/icon/arrow.svg");
  mask-image: url("/sys/wp-content/themes/nexthealth/src/img//mixin/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.mb__service .cnt .btn a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__service .cnt .btn a:hover::after {
  right: 0.75em;
}
.mb__service .cnt .btn a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.mb__service .cnt .btn a::after {
  right: 1.5em;
}
.mb__service .cnt .btn a:hover::after {
  right: 1.25em;
}
@media (max-width: 767px) {
  .mb__service .cnt .btn a {
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .mb__service .cnt ul li figure {
    width: 20%;
    min-width: 30px;
    max-width: 50px;
  }
}
@media (min-width: 768px) {
  .mb__service .cnt ul li figure {
    width: 78px;
  }
}

.mb__column {
  width: 100%;
  padding-top: clamp(60px, -79.3548387097px + 0.1814516129 * 100vw, 150px);
  padding-bottom: clamp(60px, -79.3548387097px + 0.1814516129 * 100vw, 150px);
  padding-right: var(--wp--preset--spacing--60);
  padding-left: var(--wp--preset--spacing--60);
}
.mb__column header {
  position: relative;
  padding-bottom: 2em;
  text-align: center;
  margin-bottom: 2em;
}
.mb__column header .en {
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(56px, -12.1290322581px + 0.0887096774 * 100vw, 100px);
  font-weight: 300;
  word-break: break-all;
  color: #75788A;
}
.mb__column header .title {
  font-size: 1.25rem;
  color: #040924;
}
.mb__column header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  border-bottom: 1px solid #B5B5B5;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mb__column .p__news-cnt .card-list > li > a {
  transition: box-shadow 500ms;
  transition: all 500ms;
  display: block;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.1);
}
.mb__column .p__news-cnt .card-list > li > a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.mb__column .p__news-cnt .card-list > li > a figure {
  overflow: hidden;
  width: 100%;
}
.mb__column .p__news-cnt .card-list > li > a figure img {
  aspect-ratio: 305/216;
  object-fit: cover;
  transition: all 500ms;
}
.mb__column .p__news-cnt .card-list > li > a .cnt {
  padding: 1em;
}
.mb__column .p__news-cnt .card-list > li > a .cnt .title {
  width: 100%;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  color: #040924;
}
.mb__column .p__news-cnt .card-list > li > a .cnt .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-top: 0.5em;
  font-size: 0.75rem;
}
.mb__column .p__news-cnt .card-list > li > a .cnt .info .date {
  display: block;
}
.mb__column .p__news-cnt .card-list > li > a .cnt .info .cat {
  display: flex;
  gap: 0.5em;
  padding-left: 1em;
  border-left: 1px solid #040924;
}
.mb__column .p__news-cnt .card-list > li > a:hover figure img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .mb__column .p__news-cnt .card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .mb__column .p__news-cnt .card-list > li {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 768px) {
  .mb__column .p__news-cnt .card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .mb__column .p__news-cnt .card-list > li {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1080px) {
  .mb__column .p__news-cnt .card-list > li {
    width: calc((100% - 60px) / 4);
  }
}
.mb__column .p__news-cnt .btn {
  margin-top: 2em;
  text-align: center;
}
.mb__column .p__news-cnt .btn a {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #48AC5A;
  transition: box-shadow 500ms;
  color: #040924;
  background: #fff;
  border-color: #040924;
  font-size: 1.125rem;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  font-size: clamp(14px, 10.9032258065px + 0.0040322581 * 100vw, 16px);
  width: 100%;
  max-width: 300px;
}
.mb__column .p__news-cnt .btn a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #48AC5A;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/sys/wp-content/themes/nexthealth/src/img//mixin/icon/arrow.svg");
  mask-image: url("/sys/wp-content/themes/nexthealth/src/img//mixin/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.mb__column .p__news-cnt .btn a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__column .p__news-cnt .btn a:hover::after {
  right: 0.75em;
}
.mb__column .p__news-cnt .btn a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.mb__column .p__news-cnt .btn a::after {
  right: 1.5em;
}
.mb__column .p__news-cnt .btn a:hover::after {
  right: 1.25em;
}
@media (max-width: 767px) {
  .mb__column .p__news-cnt .btn a {
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }
}