@import url("https://fonts.googleapis.com/css2?&family=Noto+Sans+JP:wght@400;700&family=Josefin+Sans:wght@300;400;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.d__marker {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 80%, #49ae5b 80%, #49ae5b 100%);
}

.d__fs-large {
  line-height: 1;
  font-size: 250%;
}

.m__page-header {
  width: 100%;
}
.m__page-header .page-title {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: clamp(90px, -80.3225806452px + 0.2217741935 * 100vw, 200px);
  padding-bottom: clamp(30px, -16.4516129032px + 0.060483871 * 100vw, 60px);
  padding-right: var(--wp--preset--spacing--60);
  padding-left: var(--wp--preset--spacing--60);
  background: #48AC5A;
  background: #040924 center center no-repeat;
  background-size: cover;
  background-image: url("/sys/wp-content/themes/nexthealth/src/img/module/page-header/bg.jpg");
}
.m__page-header .page-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 9, 36, 0.75);
}
.m__page-header .page-title > div {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  color: #fff;
}
.m__page-header .page-title .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;
}
.m__page-header .page-title .title {
  line-height: 1.2;
  font-size: clamp(28px, -2.9677419355px + 0.0403225806 * 100vw, 48px);
  font-weight: 700;
}
.m__page-header .breadcrumb {
  width: 100%;
  padding-top: clamp(15px, 7.2580645161px + 0.0100806452 * 100vw, 20px);
  padding-bottom: clamp(15px, 7.2580645161px + 0.0100806452 * 100vw, 20px);
  padding-right: var(--wp--preset--spacing--60);
  padding-left: var(--wp--preset--spacing--60);
}
.m__page-header .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 0 auto;
}
.m__page-header .breadcrumb ol li {
  font-size: 0.75rem;
  color: #040924;
}
.m__page-header .breadcrumb ol li + li::before {
  content: "/";
  margin-right: 0.5em;
  color: #040924;
}
.m__page-header .breadcrumb ol li a {
  text-decoration: underline;
  color: #040924;
}
.m__page-header .breadcrumb ol li a:hover {
  text-decoration: none;
}

.m__single-cnt h1 {
  line-height: 1.3;
  font-size: clamp(32px, 25.8064516129px + 0.0080645161 * 100vw, 36px);
  font-weight: 700;
}
.m__single-cnt h2.wp-block-heading {
  line-height: 1.3;
  font-size: clamp(28px, 9.4193548387px + 0.0241935484 * 100vw, 40px);
  font-weight: 700;
}
.m__single-cnt h3.wp-block-heading {
  line-height: 1.5;
  font-size: clamp(24px, 11.6129032258px + 0.0161290323 * 100vw, 32px);
  font-weight: 700;
}
.m__single-cnt h4.wp-block-heading {
  line-height: 1.5;
  font-size: clamp(24px, 17.8064516129px + 0.0080645161 * 100vw, 28px);
  font-weight: 700;
}
.m__single-cnt h5.wp-block-heading {
  line-height: 1.5;
  font-size: clamp(20px, 13.8064516129px + 0.0080645161 * 100vw, 24px);
  font-weight: 700;
}
.m__single-cnt h6.wp-block-heading {
  line-height: 1.5;
  font-size: clamp(18px, 14.9032258065px + 0.0040322581 * 100vw, 20px);
  font-weight: 700;
}
.m__single-cnt p {
  line-height: 2;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  color: #040924;
}
.m__single-cnt p a {
  text-decoration: underline;
  color: #0016be;
}
.m__single-cnt p a:hover {
  text-decoration: none;
}
.m__single-cnt p a::after {
  margin-right: 0.25em;
}
.m__single-cnt p.is-style-en {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.5;
  font-size: clamp(20px, 13.8064516129px + 0.0080645161 * 100vw, 24px);
  font-weight: 700;
}
.m__single-cnt ul.wp-block-list {
  padding-left: 1.5em;
  line-height: 1.75;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
}
.m__single-cnt ul.wp-block-list ul, .m__single-cnt ul.wp-block-list ol {
  margin-top: 0.75em;
}
.m__single-cnt ul.wp-block-list li {
  list-style-type: inherit;
}
.m__single-cnt ul.wp-block-list li + li {
  margin-top: 0.75em;
}
.m__single-cnt ul.wp-block-list a {
  text-decoration: underline;
  color: #0016be;
}
.m__single-cnt ul.wp-block-list a:hover {
  text-decoration: none;
}
.m__single-cnt ul.wp-block-list li.is-style-icon--check {
  position: relative;
  list-style-type: none;
}
.m__single-cnt ul.wp-block-list li.is-style-icon--check::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1.25em;
  display: block;
  width: 0.9em;
  height: 0.6em;
  transform: rotate(135deg);
  border-right: 4px solid #CC0000;
  border-top: 4px solid #CC0000;
}
.m__single-cnt ol.wp-block-list {
  padding-left: 1.5em;
  line-height: 1.75;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
}
.m__single-cnt ol.wp-block-list ul, .m__single-cnt ol.wp-block-list ol {
  margin-top: 0.75em;
}
.m__single-cnt ol.wp-block-list li {
  list-style-type: inherit;
}
.m__single-cnt ol.wp-block-list li + li {
  margin-top: 0.75em;
}
.m__single-cnt ol.wp-block-list a {
  text-decoration: underline;
  color: #0016be;
}
.m__single-cnt ol.wp-block-list a:hover {
  text-decoration: none;
}
.m__single-cnt hr.wp-block-separator {
  width: 100% !important;
  border: none;
  border-bottom: #B5B5B5 1px solid;
}
.m__single-cnt .wp-block-buttons {
  gap: 0.5em 1em;
}
.m__single-cnt .wp-block-button .wp-block-button__link {
  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: #fff;
  background: #040924;
  border-color: #040924;
}
.m__single-cnt .wp-block-button .wp-block-button__link:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link {
  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;
}
.m__single-cnt .wp-block-button.is-style-outline .wp-block-button__link:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.m__single-cnt .wp-block-button.is-style-arrow .wp-block-button__link {
  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: #fff;
  background: #040924;
  border-color: #040924;
}
.m__single-cnt .wp-block-button.is-style-arrow .wp-block-button__link::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;
}
.m__single-cnt .wp-block-button.is-style-arrow .wp-block-button__link::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.m__single-cnt .wp-block-button.is-style-arrow .wp-block-button__link:hover::after {
  right: 0.75em;
}
.m__single-cnt .wp-block-button.is-style-arrow .wp-block-button__link:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.m__single-cnt .wp-block-button.is-style-outline-arrow .wp-block-button__link {
  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;
}
.m__single-cnt .wp-block-button.is-style-outline-arrow .wp-block-button__link::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;
}
.m__single-cnt .wp-block-button.is-style-outline-arrow .wp-block-button__link::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.m__single-cnt .wp-block-button.is-style-outline-arrow .wp-block-button__link:hover::after {
  right: 0.75em;
}
.m__single-cnt .wp-block-button.is-style-outline-arrow .wp-block-button__link:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.m__single-cnt figure,
.m__single-cnt .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
.m__single-cnt figure a img,
.m__single-cnt .wp-block-image a img {
  transition: opacity 500ms;
  opacity: 1;
}
.m__single-cnt figure a img:hover,
.m__single-cnt .wp-block-image a img:hover {
  opacity: 0.75;
}
.m__single-cnt figure figcaption,
.m__single-cnt .wp-block-image figcaption {
  line-height: 1.5;
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
  color: #040924;
  margin-top: 1em;
}
.m__single-cnt figure figcaption a,
.m__single-cnt .wp-block-image figcaption a {
  text-decoration: underline;
  color: #0016be;
}
.m__single-cnt figure figcaption a:hover,
.m__single-cnt .wp-block-image figcaption a:hover {
  text-decoration: none;
}
.m__single-cnt figure figcaption a::after,
.m__single-cnt .wp-block-image figcaption a::after {
  margin-right: 0.25em;
}
.m__single-cnt .wp-block-image .aligncenter,
.m__single-cnt .wp-block-image .alignleft,
.m__single-cnt .wp-block-image .alignright,
.m__single-cnt .wp-block-image.aligncenter,
.m__single-cnt .wp-block-image.alignleft,
.m__single-cnt .wp-block-image.alignright {
  display: block;
}
.m__single-cnt table {
  width: 100%;
  border: none;
  border-top: 2px solid #040924;
}
.m__single-cnt table th, .m__single-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;
}
.m__single-cnt table th a, .m__single-cnt table td a {
  text-decoration: underline;
  color: #0016be;
}
.m__single-cnt table th a:hover, .m__single-cnt table td a:hover {
  text-decoration: none;
}
.m__single-cnt table th + td, .m__single-cnt table td + td {
  padding-left: clamp(10px, -5.4838709677px + 0.0201612903 * 100vw, 20px);
}
.m__single-cnt table thead {
  border-bottom: none;
  background: #040924;
}
.m__single-cnt table thead tr th, .m__single-cnt table thead tr td {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.m__single-cnt table tbody {
  background: #fff;
}
.m__single-cnt table tbody tr th, .m__single-cnt table tbody tr td {
  text-align: left;
  font-weight: 400;
}
.m__single-cnt table tbody tr th.center, .m__single-cnt table tbody tr td.center {
  text-align: center;
}
.m__single-cnt table tbody tr th.top, .m__single-cnt table tbody tr td.top {
  vertical-align: top;
}
.m__single-cnt table tbody tr th {
  font-weight: 700;
}
.m__single-cnt table tr th,
.m__single-cnt table tr td {
  font-size: 1rem;
}
.m__single-cnt table tr th:first-child,
.m__single-cnt table tr td:first-child {
  width: 20%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .m__single-cnt .custom--x-scroll {
    overflow-x: scroll;
    padding: 0 20px;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .m__single-cnt .custom--x-scroll > * {
    width: 1080px;
  }
}
.m__single-cnt .wp-block-columns.custom--thumb-list .wp-block-column {
  background: #fff;
  border-radius: 10px;
}
.m__single-cnt .wp-block-columns.custom--thumb-list .wp-block-column .wp-block-image img {
  border-radius: 10px 10px 0 0;
}
.m__single-cnt .custom--post-list {
  border-top: #B5B5B5 1px solid;
  max-width: 100%;
}
.m__single-cnt .custom--post-list li {
  list-style: none;
  border-bottom: #B5B5B5 1px solid;
}
.m__single-cnt .custom--post-list li a {
  color: #040924;
  transition: all 500ms;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  padding: 1.5em 3em 1.5em 0;
  text-decoration: none;
}
.m__single-cnt .custom--post-list li a::after {
  content: "";
  display: block;
  width: 0.4em;
  min-width: 6px;
  max-width: 10px;
  height: 0.4em;
  min-height: 6px;
  max-height: 10px;
  transform: rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
}
.m__single-cnt .custom--post-list li a::after {
  transition: all 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.m__single-cnt .custom--post-list li a .date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #040924;
}
.m__single-cnt .custom--post-list li a .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.25em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #040924;
  border-radius: 10em;
  width: 8em;
}
.m__single-cnt .custom--post-list li a .title {
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  color: #040924;
}
.m__single-cnt .custom--post-list li a:hover {
  background: rgba(237, 241, 242, 0.5);
}
.m__single-cnt .custom--post-list li a:hover::after {
  right: 0.75em;
}
@media (max-width: 767px) {
  .m__single-cnt .custom--post-list li a .title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m__single-cnt .custom--post-list li a .date {
    width: 5.5em;
  }
  .m__single-cnt .custom--post-list li a .title {
    flex: 1;
  }
}
.m__single-cnt .custom--card-list {
  max-width: 100%;
}
.m__single-cnt .custom--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);
}
.m__single-cnt .custom--card-list > li > a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.m__single-cnt .custom--card-list > li > a figure {
  overflow: hidden;
  width: 100%;
}
.m__single-cnt .custom--card-list > li > a figure img {
  aspect-ratio: 305/216;
  object-fit: cover;
  transition: all 500ms;
}
.m__single-cnt .custom--card-list > li > a .cnt {
  padding: 1em;
}
.m__single-cnt .custom--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;
}
.m__single-cnt .custom--card-list > li > a .cnt .info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  margin-top: 0.5em;
  font-size: 0.75rem;
}
.m__single-cnt .custom--card-list > li > a .cnt .info .date {
  display: block;
}
.m__single-cnt .custom--card-list > li > a .cnt .info .cat {
  display: flex;
  gap: 0.5em;
  padding-left: 1em;
  border-left: 1px solid #040924;
}
.m__single-cnt .custom--card-list > li > a:hover figure img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .m__single-cnt .custom--card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .m__single-cnt .custom--card-list > li {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 768px) {
  .m__single-cnt .custom--card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .m__single-cnt .custom--card-list > li {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1080px) {
  .m__single-cnt .custom--card-list > li {
    width: calc((100% - 60px) / 4);
  }
}
.m__single-cnt .custom--mail-form .form-table .row + .row {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: #B5B5B5 1px solid;
}
.m__single-cnt .custom--mail-form .form-table .row .label {
  box-sizing: border-box;
}
.m__single-cnt .custom--mail-form .form-table .row .label > label,
.m__single-cnt .custom--mail-form .form-table .row .label > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 0.75em;
  font-weight: 700;
}
.m__single-cnt .custom--mail-form .form-table .row .label > label .mark,
.m__single-cnt .custom--mail-form .form-table .row .label > div .mark {
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #CC0000;
}
.m__single-cnt .custom--mail-form .form-table .row .label > label .mark.require,
.m__single-cnt .custom--mail-form .form-table .row .label > div .mark.require {
  background: #CC0000;
}
.m__single-cnt .custom--mail-form .form-table .row .cnt {
  flex: 1;
}
.m__single-cnt .custom--mail-form .form-table .row .cnt .caption {
  margin-top: 0.5em;
  width: 100%;
  font-size: 0.875rem;
}
.m__single-cnt .custom--mail-form .form-table .row .cnt span + .wpcf7-form-control-wrap,
.m__single-cnt .custom--mail-form .form-table .row .cnt .wpcf7-form-control-wrap + span {
  margin-left: 0.5em;
}
.m__single-cnt .custom--mail-form .form-table .row .cnt.col-2 {
  display: flex;
  flex-wrap: wrap;
}
.m__single-cnt .custom--mail-form .form-table .row .cnt.col-2 > div {
  flex: 1;
}
.m__single-cnt .custom--mail-form .form-table .row .cnt.col-2 > div > label {
  display: block;
}
.m__single-cnt .custom--mail-form input[type=text],
.m__single-cnt .custom--mail-form input[type=email],
.m__single-cnt .custom--mail-form input[type=tel],
.m__single-cnt .custom--mail-form input[type=url],
.m__single-cnt .custom--mail-form input[type=date],
.m__single-cnt .custom--mail-form input[type=number],
.m__single-cnt .custom--mail-form select,
.m__single-cnt .custom--mail-form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0.25em 0.75em;
  font-size: 1.125rem;
  background: rgba(181, 181, 181, 0.15);
  border: #040924 1px solid;
  border-radius: 0;
}
.m__single-cnt .custom--mail-form input[type=text].wpcf7-not-valid,
.m__single-cnt .custom--mail-form input[type=email].wpcf7-not-valid,
.m__single-cnt .custom--mail-form input[type=tel].wpcf7-not-valid,
.m__single-cnt .custom--mail-form input[type=url].wpcf7-not-valid,
.m__single-cnt .custom--mail-form input[type=date].wpcf7-not-valid,
.m__single-cnt .custom--mail-form input[type=number].wpcf7-not-valid,
.m__single-cnt .custom--mail-form select.wpcf7-not-valid,
.m__single-cnt .custom--mail-form textarea.wpcf7-not-valid {
  border-color: #CC0000;
  background: rgba(204, 0, 0, 0.15);
}
.m__single-cnt .custom--mail-form input[type=text].half,
.m__single-cnt .custom--mail-form input[type=email].half,
.m__single-cnt .custom--mail-form input[type=tel].half,
.m__single-cnt .custom--mail-form input[type=url].half,
.m__single-cnt .custom--mail-form input[type=date].half,
.m__single-cnt .custom--mail-form input[type=number].half,
.m__single-cnt .custom--mail-form select.half,
.m__single-cnt .custom--mail-form textarea.half {
  width: 50%;
}
.m__single-cnt .custom--mail-form select {
  appearance: auto;
  -webkit-appearance: auto;
}
.m__single-cnt .custom--mail-form textarea {
  height: 200px;
  resize: vertical;
}
.m__single-cnt .custom--mail-form .wpcf7-radio,
.m__single-cnt .custom--mail-form .wpcf7-checkbox,
.m__single-cnt .custom--mail-form .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}
.m__single-cnt .custom--mail-form .wpcf7-radio .wpcf7-list-item,
.m__single-cnt .custom--mail-form .wpcf7-checkbox .wpcf7-list-item,
.m__single-cnt .custom--mail-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.m__single-cnt .custom--mail-form .wpcf7-radio .wpcf7-list-item label,
.m__single-cnt .custom--mail-form .wpcf7-checkbox .wpcf7-list-item label,
.m__single-cnt .custom--mail-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
}
.m__single-cnt .custom--mail-form .wpcf7-radio .wpcf7-list-item label input,
.m__single-cnt .custom--mail-form .wpcf7-checkbox .wpcf7-list-item label input,
.m__single-cnt .custom--mail-form .wpcf7-acceptance .wpcf7-list-item label input {
  appearance: auto;
  -webkit-appearance: auto;
  transform: scale(1.5);
  margin-right: 0.5em;
}
.m__single-cnt .custom--mail-form .wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #CC0000;
}
.m__single-cnt .custom--mail-form .pp-chk {
  margin-top: 3em;
}
.m__single-cnt .custom--mail-form .pp-chk > p {
  text-align: center;
  line-height: 2;
}
.m__single-cnt .custom--mail-form .pp-chk > p + p {
  margin-top: 1em;
}
.m__single-cnt .custom--mail-form .pp-chk > p a {
  text-decoration: underline;
  color: #0016be;
}
.m__single-cnt .custom--mail-form .pp-chk > p a:hover {
  text-decoration: none;
}
.m__single-cnt .custom--mail-form .pp-chk > p .wpcf7-acceptance {
  justify-content: center;
}
.m__single-cnt .custom--mail-form .send-btn {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  text-align: center;
}
.m__single-cnt .custom--mail-form .send-btn input[type=submit] {
  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: #fff;
  background: #48AC5A;
  border-color: #48AC5A;
  display: block;
  padding: 1em 4em;
  font-size: 1.125rem;
}
.m__single-cnt .custom--mail-form .send-btn input[type=submit]::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;
}
.m__single-cnt .custom--mail-form .send-btn input[type=submit]::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.m__single-cnt .custom--mail-form .send-btn input[type=submit]:hover::after {
  right: 0.75em;
}
.m__single-cnt .custom--mail-form .send-btn input[type=submit]:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.m__single-cnt .custom--mail-form .send-btn input[type=submit]:disabled {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.5);
  background: #B5B5B5;
  border-color: #B5B5B5;
}
.m__single-cnt .custom--mail-form .send-btn input[type=submit]:disabled:hover {
  box-shadow: none;
}
.m__single-cnt .custom--mail-form .send-btn .wpcf7-spinner {
  margin-top: 0.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .m__single-cnt .custom--mail-form .form-table .row .label {
    margin-bottom: 0.5em;
    font-size: 1rem;
  }
  .m__single-cnt .custom--mail-form .form-table .row .cnt {
    gap: 0.5em 10px;
  }
  .m__single-cnt .custom--mail-form .form-table .row .cnt > div > label {
    margin-bottom: 0.25em;
  }
  .m__single-cnt .custom--mail-form .send-btn input[type=submit] {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .m__single-cnt .custom--mail-form .form-table .row .label {
    margin-bottom: 0.5em;
    font-size: 1.125rem;
  }
  .m__single-cnt .custom--mail-form .form-table .row .cnt {
    gap: 0.5em 30px;
  }
  .m__single-cnt .custom--mail-form .form-table .row .cnt > div {
    display: flex;
    align-items: baseline;
    gap: 0.5em;
  }
  .m__single-cnt .custom--mail-form .form-table .row .cnt > div > span {
    flex: 1;
  }
  .m__single-cnt .custom--mail-form .send-btn input[type=submit] {
    font-size: 1.5rem;
  }
}
.m__single-cnt .custom--plan-set {
  justify-content: center;
}
@media (min-width: 768px) {
  .m__single-cnt .custom--plan-set {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1080px) {
  .m__single-cnt .custom--plan-set {
    flex-wrap: nowrap !important;
  }
}
.m__single-cnt .custom--plan-set .wp-block-column {
  min-width: 200px;
  border-radius: 20px;
}
.m__single-cnt .custom--plan-set .wp-block-column section > header {
  border-radius: 20px 20px 0 0;
}
.m__single-cnt .custom--plan-set .wp-block-column section > header h3 {
  font-size: clamp(24px, 17.8064516129px + 0.0080645161 * 100vw, 28px);
}
.m__single-cnt .custom--plan-set .wp-block-column .label {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.25em;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #040924;
  border-radius: 10em;
  z-index: 1;
  position: absolute;
  top: -2em;
  background: #CC0000;
}
.m__single-cnt .custom--plan-set .wp-block-column p .d__fs-large {
  font-family: "Josefin Sans", sans-serif;
  font-size: 350%;
}
.m__single-cnt .custom--plan-set .wp-block-column ul li {
  font-size: clamp(14px, 10.9032258065px + 0.0040322581 * 100vw, 16px);
}
.m__single-cnt .custom--plan-set .wp-block-column ul li + li {
  margin-top: 0.5em;
}
.m__single-cnt .wp-block-group.has-black-background-color {
  color: #fff;
}
.m__single-cnt > * {
  margin-bottom: 2em;
}
.m__single-cnt .wp-block-image {
  margin-bottom: 2em;
}
.m__single-cnt .wp-block-heading {
  margin-bottom: 0.5em;
}
.m__single-cnt h2.wp-block-heading {
  margin-bottom: 1em;
}
.m__single-cnt * + .wp-block-heading {
  margin-top: 1.5em;
}
.m__single-cnt .custom--sec-heading {
  margin-bottom: 3em;
}
.m__single-cnt .custom--sec-heading h2 {
  margin-bottom: 0;
}
.m__single-cnt .wp-block-spacer {
  margin: 0;
}
.m__single-cnt hr {
  margin-top: 4em;
  margin-bottom: 4em;
}

.m__pagenate ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em 0.45em;
}
.m__pagenate ul li a, .m__pagenate ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5em;
}
.m__pagenate ul li a {
  transition: box-shadow 500ms;
  color: #fff;
  background: #040924;
}
.m__pagenate ul li a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.m__pagenate ul li a.prev, .m__pagenate ul li a.next {
  width: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.m__pagenate ul li a.prev {
  margin-right: 0.5em;
}
.m__pagenate ul li a.next {
  margin-left: 0.5em;
}
.m__pagenate ul li span {
  color: #040924;
  background: #EDF1F2;
}

/* ==============
cv box
============== */
.m__cv-box {
  overflow: hidden;
  position: relative;
  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: #48AC5A;
  background: #040924 center center no-repeat;
  background-size: cover;
  background-image: url("/sys/wp-content/themes/nexthealth/src/img/module/cv-box/bg.jpg");
}
.m__cv-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 9, 36, 0.75);
}
.m__cv-box > div {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2em clamp(20px, -103.8709677419px + 0.1612903226 * 100vw, 100px);
}
.m__cv-box > div header {
  position: relative;
  padding-bottom: 2em;
  text-align: left;
}
.m__cv-box > 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: #fff;
}
.m__cv-box > div header .title {
  font-size: 1.25rem;
  color: #fff;
}
.m__cv-box > div header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80px;
  border-bottom: 1px solid #B5B5B5;
  left: 0;
}
.m__cv-box > div .btn {
  text-align: center;
}
.m__cv-box > div .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: #fff;
  background: #48AC5A;
  border-color: #48AC5A;
  font-size: 1.125rem;
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  width: 100%;
  font-size: clamp(20px, 13.8064516129px + 0.0080645161 * 100vw, 24px);
}
.m__cv-box > div .btn a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -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;
}
.m__cv-box > div .btn a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.m__cv-box > div .btn a:hover::after {
  right: 0.75em;
}
.m__cv-box > div .btn a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.m__cv-box > div .btn a::after {
  right: 1.5em;
}
.m__cv-box > div .btn a:hover::after {
  right: 1.25em;
}
@media (max-width: 767px) {
  .m__cv-box > div .btn a {
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 767px) {
  .m__cv-box > div .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m__cv-box > div .btn {
    flex: 1;
    max-width: 600px;
  }
}

.m__noscript {
  padding: 2em;
  margin: 4em 2em;
  text-align: center;
  color: #fff;
  background: #CC0000;
}

/* ==============
base
============== */
:root a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.5;
  color: #040924;
  overflow-wrap: break-word;
  background: #fff;
}
body input,
body button {
  font-family: "Noto Sans JP", sans-serif;
}
body img {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 767px) {
  body *[data-large-only] {
    display: none;
  }
}
@media (min-width: 768px) {
  body *[data-small-only] {
    display: none;
  }
}

/* ==============
header
============== */
.f__header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.f__header nav > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
.f__header nav .logo {
  margin-right: auto;
}
.f__header nav .logo a {
  transition: opacity 500ms;
  opacity: 1;
  display: block;
}
.f__header nav .logo a:hover {
  opacity: 0.75;
}
.f__header nav .logo a span {
  display: block;
  font-size: 0.875rem;
}
.f__header nav .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f__header nav .menu-btn button {
  transition: all 500ms;
  position: relative;
}
.f__header nav .menu-btn button > span {
  transition: all 500ms;
  position: absolute;
  height: 2px;
  background: #040924;
}
.f__header nav .menu-btn button:hover > span {
  transform: scaleX(1.1);
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(1) {
  transform: translateY(6px) rotate(30deg);
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(3) {
  transform: translateY(-6px) rotate(-30deg);
}
.f__header nav .menu-btn button[aria-expanded=true]:hover:nth-child(1) {
  transform: scaleX(1.1);
}
.f__header nav .menu-btn button[aria-expanded=true]:hover:nth-child(3) {
  transform: scaleX(1.1);
}
.f__header nav .inquiry 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: #fff;
  background: #48AC5A;
  border-color: #48AC5A;
}
.f__header nav .inquiry a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.f__header nav .gnav {
  transition: all 500ms;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(4, 9, 36, 0.95);
}
.f__header nav .gnav > div {
  overflow-y: scroll;
  height: 100%;
}
.f__header nav .gnav > div .inquiry {
  margin-top: 2em;
}
.f__header nav .gnav > div .inquiry 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: #fff;
  background: #48AC5A;
  border-color: #48AC5A;
  font-size: clamp(16px, 3.6129032258px + 0.0161290323 * 100vw, 24px);
}
.f__header nav .gnav > div .inquiry a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -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;
}
.f__header nav .gnav > div .inquiry a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.f__header nav .gnav > div .inquiry a:hover::after {
  right: 0.75em;
}
.f__header nav .gnav > div .inquiry a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.f__header nav .gnav > div > ul {
  border-top: 1px solid #75788A;
}
.f__header nav .gnav > div > ul > li {
  border-bottom: 1px solid #75788A;
}
.f__header nav .gnav > div > ul > li > a,
.f__header nav .gnav > div > ul > li > button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 0;
  font-size: clamp(16px, 3.6129032258px + 0.0161290323 * 100vw, 24px);
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.f__header nav .gnav > div > ul > li > a > span,
.f__header nav .gnav > div > ul > li > button > span {
  transition: all 500ms;
  display: block;
}
.f__header nav .gnav > div > ul > li > a:hover > .label,
.f__header nav .gnav > div > ul > li > button:hover > .label {
  transform: translateX(0.25em);
}
.f__header nav .gnav > div > ul > li > button > .icon {
  animation: star-rotate 4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #fff;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/sys/wp-content/themes/nexthealth/src/img/common/icon-plus.svg");
  mask-image: url("/sys/wp-content/themes/nexthealth/src/img/common/icon-plus.svg");
  -webkit-mask-size: auto;
  mask-size: contain;
}
.f__header nav .gnav > div > ul > li > button > .icon.rotate-icon {
  animation: open-rotate 0.5s linear 1;
}
.f__header nav .gnav > div > ul > li > button > .icon.rotate-icon-reverse {
  animation: close-rotate 0.5s linear 1;
}
.f__header nav .gnav > div > ul > li > button[aria-expanded=true] .icon {
  -webkit-mask-image: url("/sys/wp-content/themes/nexthealth/src/img/common/icon-minus.svg");
  mask-image: url("/sys/wp-content/themes/nexthealth/src/img/common/icon-minus.svg");
}
@keyframes open-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes close-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-1turn);
  }
}
.f__header nav .gnav > div > ul > li.has-sub > div {
  transition: all 500ms;
  visibility: hidden;
  opacity: 0;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul {
  display: none;
  padding: 0 0 1.5em 2em;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li + li {
  margin-top: 0.5em;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li > a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .f__header nav > div {
    height: 60px;
  }
  .f__header nav > div .logo {
    margin-left: 12px;
  }
  .f__header nav > div .logo a img {
    width: auto;
    height: 20px;
  }
  .f__header nav > div .logo a span {
    font-size: 0.75rem;
  }
  .f__header nav > div > .inquiry a {
    padding: 0.85em 1em;
    font-size: 0.75rem;
  }
  .f__header nav > div .gnav {
    top: 60px;
    height: calc(100svh - 60px);
  }
  .f__header nav > div .gnav > div {
    padding: 40px 20px;
  }
  .f__header nav > div .gnav > div .inquiry a {
    width: 100%;
  }
  .f__header nav > div .menu-btn {
    width: 60px;
    height: 60px;
  }
  .f__header nav > div .menu-btn button {
    width: 60px;
    height: 60px;
  }
  .f__header nav > div .menu-btn button > span {
    left: 17px;
    width: 26px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(1) {
    top: 23px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(2) {
    top: 29px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(3) {
    bottom: 23px;
  }
}
@media (min-width: 768px) {
  .f__header nav > div {
    height: 100px;
  }
  .f__header nav > div .logo {
    margin-left: 30px;
  }
  .f__header nav > div .logo a img {
    width: 180px;
  }
  .f__header nav > div .logo a span {
    margin-top: 0.5em;
  }
  .f__header nav > div > .inquiry {
    margin-right: 1em;
  }
  .f__header nav > div > .inquiry a {
    padding: 0.85em 2em;
    font-size: 1rem;
  }
  .f__header nav > div .gnav {
    top: 100px;
    height: calc(100svh - 100px);
  }
  .f__header nav > div .gnav > div {
    padding: 100px 60px;
  }
  .f__header nav > div .gnav > div > ul {
    flex: 1;
  }
  .f__header nav > div .gnav > div .inquiry a {
    padding-left: 4em;
    padding-right: 4em;
  }
  .f__header nav > div .menu-btn {
    width: 100px;
    height: 100px;
  }
  .f__header nav > div .menu-btn button {
    width: 100px;
    height: 100px;
  }
  .f__header nav > div .menu-btn button > span {
    left: 23px;
    width: 54px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(1) {
    top: 43px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(2) {
    top: 49px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(3) {
    bottom: 43px;
  }
}

body.gnav-open .f__header .gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

body.submenu-open nav > div .gnav ul > li.has-sub > div[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

/* ==============
main
============== */
.f__main {
  min-height: 100vh;
}
@media (max-width: 767px) {
  .f__main {
    padding: 60px 0 0;
  }
}
@media (min-width: 768px) {
  .f__main {
    padding: 100px 0 0;
  }
}

/* ==============
footer
============== */
.f__footer {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background: #040924;
}
.f__footer .footer-cnt .info .logo a {
  transition: opacity 500ms;
  opacity: 1;
  display: block;
}
.f__footer .footer-cnt .info .logo a:hover {
  opacity: 0.75;
}
.f__footer .footer-cnt .info .logo a img {
  display: inline-block;
}
.f__footer .footer-cnt .info .logo a span {
  transition: all 500ms;
  display: block;
  margin-top: 0.75em;
  font-size: 0.875rem;
  color: #fff;
}
.f__footer .utility .link {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.f__footer .utility .link li a {
  text-decoration: underline;
  font-size: 0.875rem;
  color: #fff;
}
.f__footer .utility .link li a:hover {
  text-decoration: none;
}
.f__footer .utility .copyright {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .f__footer {
    padding: 40px 20px;
  }
  .f__footer .footer-cnt {
    margin: 0 auto;
  }
  .f__footer .footer-cnt .info .logo {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .f__footer .footer-cnt .utility .link {
    justify-content: center;
  }
  .f__footer .footer-cnt .utility .copyright {
    margin-top: 1em;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .f__footer {
    padding: 37.5px 60px;
  }
  .f__footer .footer-cnt {
    display: flex;
    gap: 120px;
    margin: 0 auto;
  }
  .f__footer .footer-cnt .utility {
    flex: 1;
  }
  .f__footer .footer-cnt .utility .link {
    justify-content: flex-end;
  }
  .f__footer .footer-cnt .utility .copyright {
    margin-top: 1em;
    text-align: right;
  }
}

.grecaptcha-badge {
  z-index: 1;
}

.noscript-box {
  padding: 30px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: #CC0000;
  background: #EDF1F2;
  border: #CC0000 1px solid;
}
@media (max-width: 767px) {
  .noscript-box {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .noscript-box {
    margin-top: 110px;
  }
}