/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.3255813953vw, 11.6279069767px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #454545;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
}
.page-main {
  position: relative;
  min-height: 100vh;
}
h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.inner {
  max-width: 149.2rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 3rem;
  }
}

.inner-slim {
  max-width: 129rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner-slim {
    padding: 0 3rem;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title .en {
  color: #61B292;
  font-size: 5.6rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .title .en {
    font-size: 4rem;
  }
}
.title .border {
  border-left: 1px solid #61B292;
  height: 1rem;
  margin: 1rem 4rem 0 4rem;
}
@media (max-width: 767px) {
  .title .border {
    margin: 1rem 1.4rem 0 1.4rem;
  }
}
.title .ja {
  color: #454545;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .title .ja {
    font-size: 1.8rem;
  }
}

.title__top-information {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .title__top-information {
    margin-bottom: 3.9rem;
  }
}
.title__top-information .en {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .title__top-information .en {
    padding-left: 0;
  }
}

.page-section-title__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-section-title {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  padding: 5rem 20rem;
}
@media (max-width: 767px) {
  .page-section-title {
    font-size: 2.4rem;
    padding: 3rem 5rem;
  }
}
.page-section-title::before, .page-section-title::after {
  content: "";
  position: absolute;
  border-color: #000;
  border-style: solid;
  width: 12rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .page-section-title::before, .page-section-title::after {
    width: 6rem;
    height: 3rem;
  }
}
.page-section-title::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.page-section-title::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.page-section-title__representative {
  padding-left: 27rem;
  padding-right: 27rem;
}
@media (max-width: 767px) {
  .page-section-title__representative {
    padding: 3rem 5rem;
  }
}
.page-section-title__kinds {
  margin-top: 18rem;
  padding: 5rem 29rem;
}
@media (max-width: 767px) {
  .page-section-title__kinds {
    margin-top: 4rem;
    padding: 3rem 5rem;
  }
}

.page-info-title {
  position: relative;
  font-size: 4.8rem;
  display: block;
  margin: 18rem auto 11rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-info-title {
    margin: 5rem auto;
    font-size: 2.4rem;
  }
}
.page-info-title__kinds {
  margin-top: 20rem !important;
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .page-info-title__kinds {
    margin: 5rem 0 !important;
  }
}
.page-info-title .page-info-title__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: inherit;
}
.page-info-title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11.2rem;
  height: 11.2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon-title.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-info-title::before {
    width: 8rem;
    height: 8rem;
  }
}

.mv {
  position: relative;
}

.page-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .page-title {
    top: 40%;
  }
}
.page-title .page-title__ja {
  font-size: 7.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-title .page-title__ja {
    font-size: 3rem;
    letter-spacing: 0;
  }
}
.page-title .page-title__en {
  font-size: 3.2rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  color: #61B292;
  margin-top: 4.6rem;
}
@media (max-width: 767px) {
  .page-title .page-title__en {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

.marker {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.marker::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  bottom: -0.2rem;
  background: #f5fcf2;
  z-index: -1;
  border-radius: 0.2em;
}

.page-info-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-info-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-info-contents__textarea {
  width: 55%;
}
@media (max-width: 767px) {
  .page-info-contents__textarea {
    width: 100%;
  }
}

.page-info-contents__title {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-info-contents__title {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}

.page-info-contents__text {
  margin-top: 2.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-info-contents__text {
    margin-top: 1rem;
    line-height: 1.5;
  }
}

.page-info-contents__img {
  position: relative;
  width: 50.7rem;
  aspect-ratio: 507/336;
  z-index: 2;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .page-info-contents__img {
    width: 100%;
    margin-right: 0;
  }
}
.page-info-contents__img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.page-info-contents__img::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 36.9rem;
  aspect-ratio: 369/261;
  height: auto;
  background: url("../images/bg-page-info-img.webp") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-info-contents__img::after {
    width: 75%;
  }
}

.l-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 15.4rem;
}
@media (max-width: 767px) {
  .l-header {
    height: 11.1rem;
    position: fixed;
  }
}

.l-header__wrap {
  max-width: 192rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .l-header__wrap {
    padding: 0 1.5rem;
  }
}

.l-header__title {
  width: 55.2rem;
}
@media (max-width: 767px) {
  .l-header__title {
    width: 29.3rem;
  }
}

.l-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4rem;
  margin-right: 7rem;
}
@media (max-width: 767px) {
  .l-header__flex {
    display: none;
  }
}

.l-header__nav .l-nav__content--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.l-header__nav .l-nav__content--items li a {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  border-right: 1px solid #ccc;
  height: 100%;
}
.l-header__nav .l-nav__content--items li:last-child a {
  border-right: none;
}

@media (max-width: 767px) {
  .l-header__nav.u-pc {
    display: none;
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6rem;
  height: 6rem;
  background: #61B292;
  border: none;
  position: relative;
  z-index: 1100;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 3.2rem;
  height: 0.4rem;
  background: #fff;
  margin: 0.4rem 0;
  border-radius: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(1.2rem) rotate(45deg);
          transform: translateY(1.2rem) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-1.2rem) rotate(-45deg);
          transform: translateY(-1.2rem) rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin: 0 0 0 auto;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .hamburger-menu.u-sp.active {
    display: block;
  }
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 86vw;
  background: #fff;
  opacity: 0.93;
  z-index: 1099;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
}
.hamburger-menu .hamburger-menu__list {
  list-style: none;
  margin: 0;
  padding-top: 110px;
}
.hamburger-menu .hamburger-menu__list li {
  position: relative;
}
.hamburger-menu .hamburger-menu__list li a {
  padding: 1.1rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #454545;
  gap: 1rem;
}
.hamburger-menu .hamburger-menu__list li a:hover {
  background: #ececec;
}
.hamburger-menu .hamburger-menu__list .sub-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu .hamburger-menu__list .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.hamburger-menu .hamburger-menu__list .sub-guide__link {
  display: inline-block;
  font-size: 1.8rem;
  background: #F2FBEC;
  padding: 0.9rem 1.8rem;
  opacity: 1;
}
.hamburger-menu .hamburger-menu__list .row2 {
  margin-top: 0.5rem;
}
.hamburger-menu .hamburger-menu__list .row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  margin-top: 0.5rem;
}

.hamburgar-reserve {
  padding: 6rem 0 2.5rem;
}

.l-footer {
  background: #F2FBEC;
  padding: 3.7rem 0 3rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 2.3rem 0 1.9rem;
  }
}
.l-footer .l-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .l-footer .l-copyright {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-bg-g {
  background: #AFD198;
}

.u-bg-dg {
  background: #61B292;
}

.u-bg-lg {
  background: #F2FBEC;
}

.u-fdg {
  color: #61B292;
}

.u-fw {
  color: #fff;
}

#top-fv .fv-image {
  aspect-ratio: 1920/725.5;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  position: relative;
}
#top-fv .fv-inner {
  padding: 0 21.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 5rem;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  #top-fv .fv-inner {
    padding: 0 1.5rem;
    top: 4rem;
  }
}
#top-fv .fv-catch.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  #top-fv .fv-catch.vertical {
    gap: 1.8rem;
  }
}
#top-fv .fv-catch.vertical .fv-catch__column {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#61B292), to(#AFD198));
  background: linear-gradient(to bottom, #61B292 0%, #AFD198 100%);
  padding: 3rem 1.4rem 3.5rem;
  color: #fff;
}
@media (max-width: 767px) {
  #top-fv .fv-catch.vertical .fv-catch__column {
    font-size: 2.2rem;
    padding: 1.6rem 0.5rem 1.5rem;
  }
}
#top-fv .fv-doctor {
  width: 56.4rem;
  padding-top: 26rem;
}
@media (max-width: 767px) {
  #top-fv .fv-doctor {
    width: 100%;
    padding: 0 1.5rem;
    margin-top: -10.5rem;
    z-index: 10;
    position: relative;
  }
}

.top-outline {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .top-outline {
    margin-top: 4rem;
    padding: 0 1.5rem;
  }
}

.left-area {
  width: 70rem;
}
@media (max-width: 767px) {
  .left-area {
    width: 100%;
  }
}

.right-area {
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .right-area {
    padding-right: 0;
    margin-top: 6rem;
  }
}

.general-information__contents .right-area {
  padding-right: 0;
}

.top-outline__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .top-outline__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-content {
  max-height: 520px;
  overflow-y: auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 5rem 0;
  margin-top: 1.75rem;
}
@media (max-width: 767px) {
  .news-content {
    margin-top: 4.5rem;
  }
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.2em;
}
.news-item .news-date {
  color: #61B292;
  margin-bottom: 2rem;
}
.news-item .news-title {
  line-height: 2;
}
.news-item .news-excerpt {
  font-size: 1.8rem;
  line-height: 1.5;
}

.access {
  margin: 5rem 0 0 2.5rem;
}
@media (max-width: 767px) {
  .access {
    margin: 6rem 0 0 0;
  }
}
.access .access-item {
  margin-top: 4rem;
  margin-left: -2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 60rem;
  text-align: center;
}
@media (max-width: 767px) {
  .access .access-item {
    width: 100%;
    margin-top: 6rem;
    margin-left: 0;
    padding: 0 1.5rem;
    grid-template-columns: 0.9fr 1.1fr;
  }
}
.access .means {
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .access .means {
    width: 100%;
    padding-top: 2rem;
  }
}
.access .by-car {
  border-right: 1px solid #61B292;
}
.access .c-icon {
  width: 6.9rem;
  height: auto;
  margin: 0 auto 2rem;
}
@media (max-width: 767px) {
  .access .c-icon {
    width: 6rem;
    margin-bottom: 0;
  }
}
.access .means-text {
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .access .means-text {
    margin-top: 2rem;
    font-size: 1.7rem;
  }
}
.access .means-text__2nd {
  margin-top: -1.5rem;
}
@media (max-width: 767px) {
  .access .means-text__2nd {
    margin-top: 1.7rem;
  }
}
.access .strong {
  color: #61B292;
  font-size: 5.6rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .access .strong {
    font-size: 4.9rem;
  }
}
.access .by-bus {
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .access .by-bus {
    margin-left: 0;
  }
}

.greeting {
  margin-top: 16rem;
}
@media (max-width: 767px) {
  .greeting {
    margin-top: 3.5rem;
  }
}

.greeting-slider {
  width: auto;
  margin: 0 auto;
}
.greeting-slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.splide__slide {
  width: 63.6rem;
  height: 62.6rem;
  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;
  overflow: hidden;
}
@media (max-width: 767px) {
  .splide__slide {
    width: 24rem;
    height: 23.6rem;
  }
}
.splide__slide.odd img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.splide__slide.even img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.splide__slide.even {
  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;
  width: 63.6rem;
  height: 62.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .splide__slide.even {
    width: 24rem;
    height: 23.6rem;
  }
}
.splide__slide.even img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.splide__slide.odd {
  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;
  width: 63.6rem;
  height: 62.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .splide__slide.odd {
    width: 24rem;
    height: 23.6rem;
  }
}
.splide__slide.odd img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.greeting-main-title {
  background: url("../images/bg-triangle.webp") no-repeat left center;
  background-size: contain;
  width: 100%;
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 21.4rem;
  font-size: 8rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1;
  margin-top: -25rem;
}
@media (max-width: 767px) {
  .greeting-main-title {
    font-size: 5.6rem;
    width: calc(100% - 1.5rem);
    padding-left: 1.5rem;
    height: 23.5rem;
    margin-top: -9rem;
    padding-top: 8rem;
    letter-spacing: 0.05em;
  }
}

.greeting-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8.2rem 0 21.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -9rem;
}
@media (max-width: 767px) {
  .greeting-doctor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5rem;
    margin-top: 0.5rem;
  }
}

.greeting-doctor__img {
  width: 51.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .greeting-doctor__img {
    width: 26.2rem;
    margin: 0 auto;
  }
}

.greeting-doctor__contents {
  width: 101.2rem;
}
@media (max-width: 767px) {
  .greeting-doctor__contents {
    width: 100%;
  }
}

.greeting-doctor__textarea {
  background: #F2FBEC;
  padding: 7.2rem 4.2rem 8.9rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .greeting-doctor__textarea {
    margin-top: 4rem;
    padding: 3.5rem 1.5rem;
    font-size: 1.6rem;
  }
}

.greeting-doctor__textarea--text {
  line-height: 2;
}
@media (max-width: 767px) {
  .greeting-doctor__textarea--text {
    line-height: 2.5;
    letter-spacing: 0.02em;
  }
}

.greeting-doctor__textarea--name {
  margin-top: 13.5rem;
  margin-left: 16rem;
}
@media (max-width: 767px) {
  .greeting-doctor__textarea--name {
    margin: 3.5rem 0 0;
    font-size: 1.8rem;
  }
}
.greeting-doctor__textarea--name .name {
  font-size: 3.6rem;
  margin: 0 3.1rem 0 2.4rem;
}
@media (max-width: 767px) {
  .greeting-doctor__textarea--name .name {
    font-size: 2.7rem;
    margin: 0 2.2rem 0 1.8rem;
  }
}
.greeting-doctor__textarea--name .en {
  color: #61B292;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .greeting-doctor__textarea--name .en {
    font-size: 1.8rem;
  }
}

.greeting-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5rem;
  margin-top: -5.4rem;
}
@media (max-width: 767px) {
  .greeting-link-area {
    margin-top: 5rem;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.greeting-link-btn {
  width: 44rem;
  border: 1px solid #454545;
  background: #fff;
  padding: 4rem 3rem;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
}
.greeting-link-btn::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.6rem;
  background: url("../images/icon-arrow.webp") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.splide__slide img {
  pointer-events: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.about {
  background: url("../images/bg-about.webp") no-repeat top center;
  background-size: cover;
  margin-top: 11.2rem;
}
@media (max-width: 767px) {
  .about {
    margin-top: 7.44rem;
    background: url("../images/bg-sp-about.webp") no-repeat top center;
    background-size: cover;
  }
}

.about-contents {
  padding-top: 21rem;
}
@media (max-width: 767px) {
  .about-contents {
    padding-top: 11.26rem;
  }
}

.main-tltle__about {
  text-align: center;
}
.main-tltle__about .main-title__en {
  color: #AFD198;
  font-size: 10.8rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .main-tltle__about .main-title__en {
    font-size: 6.4rem;
  }
}
.main-tltle__about .about-text {
  padding-top: 6rem;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .main-tltle__about .about-text {
    font-size: 2rem;
    padding-top: 4rem;
  }
}

.about-attempt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 157.4rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 9.4rem;
}
@media (max-width: 767px) {
  .about-attempt-area {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.2rem 1rem;
  }
}

.attempt-item {
  width: 28.6rem;
  height: 28.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  gap: 4rem;
}
@media (max-width: 767px) {
  .attempt-item {
    width: 20.6rem;
    height: 20.6rem;
  }
}
.attempt-item:nth-of-type(2), .attempt-item:nth-of-type(4) {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .attempt-item:nth-of-type(2), .attempt-item:nth-of-type(4) {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .attempt-item:nth-of-type(2) {
    margin-top: -11rem;
  }
}
@media (max-width: 767px) {
  .attempt-item:nth-of-type(3) {
    margin-top: -7rem;
  }
}
@media (max-width: 767px) {
  .attempt-item:nth-of-type(4) {
    margin-top: -8rem;
  }
}
@media (max-width: 767px) {
  .attempt-item:nth-of-type(5) {
    margin-top: -8rem;
  }
}

.attempt-icon {
  max-width: 7.5rem;
  height: auto;
}
.attempt-icon__01 {
  width: 5.007rem;
}
@media (max-width: 767px) {
  .attempt-icon__01 {
    width: 3.001rem;
  }
}
.attempt-icon__02 {
  width: 4.945rem;
}
.attempt-icon__03 {
  width: 7.5rem;
}
@media (max-width: 767px) {
  .attempt-icon__03 {
    width: 5.408rem;
  }
}
.attempt-icon__04 {
  width: 4.868rem;
}
@media (max-width: 767px) {
  .attempt-icon__04 {
    width: 3.51rem;
  }
}
.attempt-icon__05 {
  width: 5rem;
}
@media (max-width: 767px) {
  .attempt-icon__05 {
    width: 4rem;
  }
}

.attempt-text {
  font-size: 2.4rem;
  color: #61B292;
}
@media (max-width: 767px) {
  .attempt-text {
    font-size: 1.7rem;
  }
}

.about-text__bottom {
  padding-top: 4.5rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .about-text__bottom {
    font-size: 1.6rem;
    padding-top: 1.5rem;
  }
}

.medical {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .medical {
    margin-top: 8rem;
  }
}
.medical .medical-head {
  background: url("../images/bg-symptoms.webp") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .medical .medical-head {
    background: url("../images/bg-sp-symptoms.webp") no-repeat center center;
    background-size: cover;
  }
}
.medical .main-tltle__medical {
  text-align: center;
}
.medical .main-title__en {
  font-size: 10.8rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  color: #61B292;
}
@media (max-width: 767px) {
  .medical .main-title__en {
    font-size: 6.4rem;
  }
}
.medical .main-title__ja {
  font-size: 2.4rem;
  padding: 2.2rem 0;
}
@media (max-width: 767px) {
  .medical .main-title__ja {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
}
.medical .medical-top {
  background: url("../images/bg-medical.webp") no-repeat center center;
  background-size: cover;
  padding: 6rem 5rem;
}
@media (max-width: 767px) {
  .medical .medical-top {
    padding: 1.5rem;
  }
}
.medical .medical-top__textarea {
  border: 2px solid #fff;
  width: 81.6rem;
}
@media (max-width: 767px) {
  .medical .medical-top__textarea {
    width: 100%;
  }
}
.medical .medical-top__textarea--inner {
  padding: 8rem 11rem;
}
@media (max-width: 767px) {
  .medical .medical-top__textarea--inner {
    padding: 5rem 2rem 5.5rem;
  }
}
.medical .medical-top__title--en {
  color: #AFD198;
  font-size: 2.1rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
}
.medical .medical-top__title--ja {
  font-size: 5.3rem;
  color: #fff;
  padding-top: 2.8rem;
}
@media (max-width: 767px) {
  .medical .medical-top__title--ja {
    font-size: 3.6rem;
  }
}
.medical .medical-top__text {
  padding-top: 2.5rem;
  line-height: 2;
  color: #fff;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .medical .medical-top__text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 2.5;
  }
}
.medical .medical-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 767px) {
  .medical .medical-grid {
    margin-top: 3.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.medical .medical-grid__item {
  padding: 14.2rem 19rem;
}
@media (max-width: 767px) {
  .medical .medical-grid__item {
    padding: 4.8rem 1.5rem 4.2rem;
  }
}
.medical .medical-grid__item--01 {
  background: url("../images/bg-internal-medicine.webp") no-repeat center center;
  background-size: cover;
}
.medical .medical-grid__item--02 {
  background: url("../images/bg-pediatric.webp") no-repeat center center;
  background-size: cover;
}
.medical .medical-grid__item--03 {
  background: url("../images/bg-arteriosclerosis.webp") no-repeat center center;
  background-size: cover;
}
.medical .medical-grid__item--04 {
  background: url("../images/bg-lifestyle-disease.webp") no-repeat center center;
  background-size: cover;
}
.medical .medical-grid__link {
  background: rgba(255, 255, 255, 0.46);
  padding: 5.7rem 5rem 4.7rem 2.1rem;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .medical .medical-grid__link {
    padding: 3.5rem 2rem 2.7rem 0.7rem;
  }
}
.medical .medical-grid__title--en {
  color: #61B292;
  font-size: 2.1rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .medical .medical-grid__title--en {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
.medical .medical-grid__title--ja {
  color: #61B292;
  font-size: 5.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.8rem;
}
@media (max-width: 767px) {
  .medical .medical-grid__title--ja {
    font-size: 2.3rem;
    padding-top: 1.5rem;
    padding-left: 0.5rem;
  }
}
.medical .medical-grid__title--ja .icon-arrow {
  display: inline-block;
  width: 3.6rem;
  height: 0.6rem;
  background: url("../images/icon-arrow.webp") no-repeat center center;
  background-size: contain;
  margin-left: 1.2rem;
}
@media (max-width: 767px) {
  .medical .medical-grid__title--ja .icon-arrow {
    width: 1.65rem;
    height: 0.277rem;
  }
}
.medical .medical-grid__text {
  padding-top: 3.3rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .medical .medical-grid__text {
    padding-top: 0.5rem;
    line-height: 2.5;
    font-size: 1.6rem;
  }
}

.medical-bottom {
  background: url("../images/bg-family-clinic.webp") no-repeat center center;
  background-size: contain;
  padding: 16.4rem 0 23.5rem;
  margin-bottom: 10.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .medical-bottom {
    background: url("../images/bg-sp-family-clinic.webp") no-repeat center center;
    background-size: cover;
    padding: 4rem 1.5rem 0;
  }
}

.page-clinic .medical-bottom {
  background: none;
  padding: 16.4rem 0 23.5rem;
  margin-bottom: 10.3rem;
}
@media (max-width: 767px) {
  .page-clinic .medical-bottom {
    padding: 4rem 1.5rem 0;
  }
}

.medical-bottom__text {
  font-size: 3.6rem;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .medical-bottom__text {
    font-size: 2rem;
    line-height: 2;
  }
}
.medical-bottom__text::before, .medical-bottom__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.medical-bottom__text::before {
  left: 0;
  right: 50%;
  margin-right: 36rem;
}
@media (max-width: 767px) {
  .medical-bottom__text::before {
    margin-right: 12rem;
  }
}
.medical-bottom__text::after {
  left: 50%;
  right: 0;
  margin-left: 36rem;
}
@media (max-width: 767px) {
  .medical-bottom__text::after {
    margin-left: 12rem;
  }
}

.mecical-bottom__items {
  padding: 8.7rem 7.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .mecical-bottom__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5rem;
    gap: 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
  }
}

.medical-bottom__item {
  position: relative;
  width: 56.9rem;
  padding: 10rem 6.6rem;
  display: block;
  font-size: 5.3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .medical-bottom__item {
    font-size: 3.6rem;
    width: 39.7rem;
    padding: 7.2rem 4.6rem 6.9rem;
  }
}
.medical-bottom__item::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  border: 1px solid #fff;
  z-index: 1;
}

.medical-bottom__item--01 {
  background: url("../images/bg-examination.webp") no-repeat center center;
  background-size: contain;
}

.medical-bottom__item--02 {
  background: url("../images/bg-health-cheak.webp") no-repeat center center;
  background-size: contain;
}

.medical-bottom__item--03 {
  background: url("../images/bg-vaccination.webp") no-repeat center center;
  background-size: contain;
}

.general-information {
  background: url("../images/bg-wave.webp") no-repeat top center;
  background-size: cover;
  padding: 13.56rem 32.3rem 12.26rem 37.1rem;
}
@media (max-width: 767px) {
  .general-information {
    padding: 9.23rem 1.5rem 5rem;
    background: url("../images/bg-sp-wave.webp") no-repeat top center;
    background-size: cover;
  }
}
.general-information .general-information__title {
  width: 55.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .general-information .general-information__title {
    width: 100%;
    max-width: 500px;
  }
}
.general-information .general-information__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 7.3rem;
}
@media (max-width: 767px) {
  .general-information .general-information__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4rem;
  }
}
.general-information .left-area .c-head__address {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-information .left-area .by-car {
  color: #d6a370;
  border: 1px solid #d6a370;
  border-radius: 50px;
  width: 40rem;
  padding: 2rem;
  text-align: center;
  margin: 2.2rem 0 1.1rem;
}
@media (max-width: 767px) {
  .general-information .left-area .by-car {
    width: 100%;
    max-width: 40rem;
    margin: 2.5rem auto 3rem;
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .general-information .right-area {
    margin-top: 5rem;
  }
}

.visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .visit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.visit .visit-left {
  background: #fff;
  padding: 8rem 8rem 3rem;
  width: 79.4rem;
}
@media (max-width: 767px) {
  .visit .visit-left {
    width: 100%;
    padding: 3.7rem 1.5rem 3rem;
  }
}
.visit .visit-textarea {
  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;
  text-align: center;
  padding-top: 3.2rem;
}
.visit .c-icon {
  width: 6.9rem;
  height: auto;
}
.visit .visit-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 1.3rem;
}
.visit .visit-text .bottom {
  margin: 0 1rem;
  bottom: 20px;
}
.visit .strong {
  font-size: 5.6rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  color: #61B292;
}
.visit .visit-right {
  background: #ccc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.visit .google-map {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .visit .google-map {
    height: 31.6rem;
  }
}
.visit .google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-internal .representative-text {
  text-align: center;
  margin-top: 6.44rem;
}
@media (max-width: 767px) {
  .page-internal .representative-text {
    margin-top: 3rem;
    line-height: 1.5;
  }
}
.page-internal .representative {
  margin-top: 12.8rem;
  padding: 8rem 0;
  background: #F2FBEC;
}
@media (max-width: 767px) {
  .page-internal .representative {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
.page-internal .representative-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.9rem 2.2rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-internal .representative-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.page-internal .representative-card {
  background: #61B292;
  padding: 8.4rem 0 7.3rem;
  width: 30.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .page-internal .representative-card {
    width: 17rem;
    padding: 4rem 0;
  }
}
.page-internal .representative-card::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  border: 1px solid #fff;
  z-index: 1;
}
.page-internal .card-icon {
  width: 11.5rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-internal .card-icon {
    width: 6rem;
  }
}
.page-internal .card-text {
  font-size: 2.8rem;
  color: #fff;
  padding-top: 4.7rem;
}
@media (max-width: 767px) {
  .page-internal .card-text {
    font-size: 1.8rem;
    padding-top: 2rem;
  }
}
.page-internal .examination-link__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-internal .examination-link__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
  }
}
.page-internal .examination-link__items a:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.page-internal .examination-link__items a:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.page-internal .examination-link__items a:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
  justify-self: center;
}
.page-internal .page-info-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-internal .page-info-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-internal .page-info-contents__textarea {
  width: 55%;
}
@media (max-width: 767px) {
  .page-internal .page-info-contents__textarea {
    width: 100%;
  }
}
.page-internal .page-info-contents__title {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-internal .page-info-contents__title {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.page-internal .page-info-contents__text {
  margin-top: 2.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-internal .page-info-contents__text {
    margin-top: 2rem;
    line-height: 1.5;
  }
}
.page-internal .page-info-contents__img {
  position: relative;
  width: 50.7rem;
  aspect-ratio: 507/336;
  z-index: 2;
  margin-right: 2rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-internal .page-info-contents__img {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-internal .page-info-contents__img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.page-internal .page-info-contents__img::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 36.9rem;
  aspect-ratio: 369/261;
  height: auto;
  background: url("../images/bg-page-info-img.webp") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-internal .page-info-contents__img::after {
    width: 75%;
  }
}
.page-internal .diagnosis {
  padding: 8.1rem 0 32.5rem;
}
@media (max-width: 767px) {
  .page-internal .diagnosis {
    padding: 4rem 0 10rem;
  }
}
.page-internal .page-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .page-internal .page-flex-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
.page-internal .page-flex__img {
  position: relative;
  width: 50.7rem;
  aspect-ratio: 507/336;
  z-index: 2;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .page-internal .page-flex__img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-internal .page-flex__img--paediatrics {
    margin: 2rem 0;
  }
}
.page-internal .page-flex__img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.page-internal .page-flex__img::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 36.9rem;
  aspect-ratio: 369/261;
  height: auto;
  background: url("../images/bg-page-info-img.webp") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-internal .page-flex__img::after {
    width: 75%;
  }
}
.page-internal .page-flex__img--none::after {
  content: none !important;
  display: none !important;
}
.page-internal .page-flex__textarea {
  width: 55%;
}
@media (max-width: 767px) {
  .page-internal .page-flex__textarea {
    width: 100%;
  }
}
.page-internal .page-flex__textarea--head {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-internal .page-flex__textarea--head {
    font-size: 2rem;
    margin-top: 4rem;
  }
}
.page-internal .page-flex__textarea--text {
  margin-top: 4.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-internal .page-flex__textarea--text {
    margin-top: 2rem;
    line-height: 1.5;
  }
}
.page-internal .examination-link {
  background: #F2FBEC;
  padding: 6.8rem 4.8rem 5.1rem 8rem;
  margin: 7.4rem 0 7.2rem;
}
@media (max-width: 767px) {
  .page-internal .examination-link {
    padding: 4rem 2rem;
    margin: 4rem 0;
  }
}
.page-internal .examination-link__2nd {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-internal .examination-link__2nd {
    margin-bottom: 4rem;
  }
}
.page-internal .examination-link__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-internal .examination-titlearea {
  width: 93.5rem;
}
@media (max-width: 767px) {
  .page-internal .examination-titlearea {
    width: 70%;
  }
}
.page-internal .examination-title {
  border-bottom: 1px solid #61B292;
  font-size: 3.2rem;
  position: relative;
  padding-left: 5rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-internal .examination-title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }
}
.page-internal .examination-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 3.95rem;
  height: 3.95rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon-diseases.webp") no-repeat center center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-internal .examination-title::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.2rem;
  }
}
.page-internal .examination-text {
  padding-top: 4rem;
}
.page-internal .examination-link__head--badge {
  font-size: 4.3rem;
  width: 18rem;
  height: 18rem;
  background: #D6A370;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .page-internal .examination-link__head--badge {
    width: 10rem;
    height: 10rem;
    font-size: 2rem;
  }
}
.page-internal .examination-link__head--badge::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  background: none;
}
@media (max-width: 767px) {
  .page-internal .examination-link__head--badge::before {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.page-internal .examination-link__items--2nd {
  margin-top: 4rem;
}
.page-internal .c-link-btn__two-lines {
  padding: 2.7rem 4.13rem 1.6rem;
}
.page-internal .health-check__contents {
  width: 100%;
  margin-top: 7.24rem;
}
.page-internal .health-check__contents__2nd {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .page-internal .health-check__contents__2nd {
    margin-top: 4rem;
  }
}
.page-internal .health-check__head {
  background: #61B292;
  color: #fff;
  font-size: 3.2rem;
  padding: 3.6rem 0 2.9rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-internal .health-check__head {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
}
.page-internal .health-check__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-internal .health-check__item {
  width: 35.6%;
  color: #fff;
  background: #AFD198;
  padding: 4.2rem 0 7.4rem 3.1rem;
}
.page-internal .health-check__details {
  width: 64.4%;
  padding: 2.9rem 2rem;
  line-height: 1.67rem;
  border-bottom: 1px solid #AFD198;
  border-right: 1px solid #AFD198;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .page-internal .health-check__details {
    padding: 2rem;
  }
}
.page-internal .vakzin {
  background: #F2FBEC;
  padding: 7.28rem 0 23.2rem;
}
@media (max-width: 767px) {
  .page-internal .vakzin {
    padding: 4rem 0;
  }
}
.page-internal .vakzin-contents {
  padding: 6.7rem 0 3.7rem 13.3rem;
  background: #fff;
  margin-top: 7.04rem;
}
@media (max-width: 767px) {
  .page-internal .vakzin-contents {
    padding: 2rem;
    margin-top: 4rem;
  }
}
.page-internal .vakzin-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.5rem;
}
@media (max-width: 767px) {
  .page-internal .vakzin-items {
    row-gap: 2rem;
  }
}
.page-internal .vakzin-item__other {
  padding-top: 7.2rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .page-internal .vakzin-item__other {
    padding: 4rem 0 0 2rem;
  }
}
.page-internal .vakzin-text {
  padding: 15.5rem 0 0 13.3rem;
  line-height: 3;
}
@media (max-width: 767px) {
  .page-internal .vakzin-text {
    padding: 2rem 0;
    line-height: 2;
  }
}
.page-internal .details-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .page-internal .details-link {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
}

.page-gastroenterology .representative-text {
  text-align: center;
  margin-top: 6.44rem;
}
.page-gastroenterology .representative {
  margin-top: 12.8rem;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .page-gastroenterology .representative {
    margin-top: 2rem;
    padding: 2rem 0;
  }
}
.page-gastroenterology .representative-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
  margin-top: 7.24rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .representative-list {
    margin-top: 4rem;
    gap: 3rem;
  }
}
.page-gastroenterology .representative-item {
  height: 35.7rem;
  background: #F2FBEC;
  padding: 6.8rem 4.8rem 5.1rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .page-gastroenterology .representative-item {
    height: auto;
    padding: 3rem 2rem;
  }
}
.page-gastroenterology .representative-item-title {
  border-bottom: 1px solid #61B292;
  font-size: 3.2rem;
  position: relative;
  padding-left: 5rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .representative-item-title {
    font-size: 2.4rem;
    padding-left: 3rem;
    padding-bottom: 2rem;
  }
}
.page-gastroenterology .representative-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 3.95rem;
  height: 3.95rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon-diseases.webp") no-repeat center center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-gastroenterology .representative-item-title::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.4rem;
  }
}
.page-gastroenterology .representative-item-text {
  padding-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-gastroenterology .representative-item-text {
    padding-top: 2rem;
  }
}
.page-gastroenterology .page-info__2nd .page-info-title {
  margin-top: 10.8rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .page-info__2nd .page-info-contents__img {
    margin-top: 2rem;
  }
}
.page-gastroenterology .endoscopy-flow {
  position: relative;
}
.page-gastroenterology .endoscopy-flow .page-info-title {
  margin-top: 18rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .endoscopy-flow .page-info-title {
    margin-top: 8rem;
    margin-bottom: 6rem;
  }
}
.page-gastroenterology .endoscopy-flow .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-height: 18rem;
  margin-bottom: 4rem;
}
.page-gastroenterology .endoscopy-flow .flow-left {
  position: relative;
  width: 26.8rem;
  height: 26.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#AFD198), to(#61B292));
  background: linear-gradient(to bottom, #AFD198, #61B292);
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  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;
  z-index: 2;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .page-gastroenterology .endoscopy-flow .flow-left {
    width: 12rem;
    height: 12rem;
    font-size: 2rem;
  }
}
.page-gastroenterology .endoscopy-flow .flow-left::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-gastroenterology .endoscopy-flow .flow-left::before {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.page-gastroenterology .endoscopy-flow .flow-left::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: calc(100% + 4rem);
  border-left: 3px dotted #000;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-gastroenterology .endoscopy-flow .flow-left::after {
    display: none;
  }
}
.page-gastroenterology .endoscopy-flow .flow-item:last-child .flow-left::after {
  display: none;
}
.page-gastroenterology .endoscopy-flow .flow-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3rem 5.2rem 0;
  position: relative;
  margin-left: 11rem;
  margin-right: 10rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .endoscopy-flow .flow-right {
    margin: 0 0 0 1rem;
    padding: 0 0 2rem 0;
  }
}
.page-gastroenterology .endoscopy-flow .flow-right .flow-right__item--head {
  font-size: 2.8rem;
  color: #61B292;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .endoscopy-flow .flow-right .flow-right__item--head {
    margin-top: 0;
    font-size: 2rem;
  }
}
.page-gastroenterology .endoscopy-flow .flow-right .flow-right__item--head span {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 0.8rem;
}
.page-gastroenterology .endoscopy-flow .flow-right .flow-right__item--list {
  margin-top: 1.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-gastroenterology .endoscopy-flow .flow-right .flow-right__item--list {
    line-height: 1.5;
  }
}
.page-gastroenterology .endoscopy-flow .flow-right .flow-right__item--list span {
  color: #D6A370;
}
.page-gastroenterology .endoscopy-flow .flow-right__1st {
  margin-top: 5rem;
  border-bottom: 1px solid #DCDCDC;
}
.page-gastroenterology .endoscopy-flow .flow-right__2nd {
  border-bottom: 1px solid #000;
  padding-bottom: 7.2rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .endoscopy-flow .flow-right__2nd {
    padding-bottom: 2rem;
  }
}
.page-gastroenterology .endoscopy-flow .flow-right__3rd {
  margin-top: 2rem;
}
.page-gastroenterology .echo {
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .echo {
    margin-bottom: 8rem;
  }
}
.page-gastroenterology .diagnosis {
  padding: 8.1rem 0 32.5rem;
}
.page-gastroenterology .page-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .page-flex-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-gastroenterology .page-flex__img {
  position: relative;
  width: 50.7rem;
  aspect-ratio: 507/336;
  z-index: 2;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .page-flex__img {
    width: 100%;
  }
}
.page-gastroenterology .page-flex__img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.page-gastroenterology .page-flex__img::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 36.9rem;
  aspect-ratio: 369/261;
  height: auto;
  background: url("../images/bg-page-info-img.webp") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-gastroenterology .page-flex__img::after {
    width: 75%;
  }
}
.page-gastroenterology .page-flex__img--none::after {
  content: none !important;
  display: none !important;
}
.page-gastroenterology .page-flex__textarea {
  width: 55%;
}
@media (max-width: 767px) {
  .page-gastroenterology .page-flex__textarea {
    width: 100%;
  }
}
.page-gastroenterology .page-flex__textarea--head {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-gastroenterology .page-flex__textarea--head {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.page-gastroenterology .page-flex__textarea--text {
  margin-top: 4.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-gastroenterology .page-flex__textarea--text {
    line-height: 1.5;
  }
}
.page-gastroenterology .examination-link {
  background: #F2FBEC;
  padding: 6.8rem 4.8rem 5.1rem 8rem;
  margin: 7.4rem 0 7.2rem;
}
.page-gastroenterology .examination-link__2nd {
  margin-bottom: 10rem;
}
.page-gastroenterology .examination-link__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-gastroenterology .examination-titlearea {
  width: 93.5rem;
}
.page-gastroenterology .examination-title {
  border-bottom: 1px solid #61B292;
  font-size: 3.2rem;
  position: relative;
  padding-left: 5rem;
  padding-bottom: 4rem;
}
.page-gastroenterology .examination-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 3.95rem;
  height: 3.95rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon-diseases.webp") no-repeat center center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.page-gastroenterology .examination-text {
  padding-top: 4rem;
}
.page-gastroenterology .examination-link__head--badge {
  font-size: 4.3rem;
  width: 18rem;
  height: 18rem;
  background: #D6A370;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-top: -2rem;
}
.page-gastroenterology .examination-link__head--badge::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  background: none;
}

.page-lifestyle-diseases .page-section-title__food-education {
  padding: 4.8rem 6.1rem;
  margin-bottom: 7.2rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-section-title__food-education {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
.page-lifestyle-diseases .page-section-title__guidance {
  margin: 7.2rem 0 7.32rem;
  padding-left: 30rem;
  padding-right: 30rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-section-title__guidance {
    padding: 3rem 5rem;
    margin: 4rem 0;
  }
}
.page-lifestyle-diseases .kinds-grid {
  padding: 7.2rem 18.4rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.3rem 2.7rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .kinds-grid {
    padding: 2rem 0;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.page-lifestyle-diseases .kinds-item {
  background: #61B292;
  color: #fff;
  font-size: 4rem;
  width: 44.7rem;
  padding: 5.1rem 0 4.7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .kinds-item {
    width: 100%;
    padding: 2rem 0;
    font-size: 2.4rem;
  }
}
.page-lifestyle-diseases .treatment-text {
  text-align: center;
  line-height: 2;
}
.page-lifestyle-diseases .combination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.4rem 10.6rem 10.2rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .combination {
    padding: 2rem 0;
  }
}
.page-lifestyle-diseases .flow-left {
  position: relative;
  width: 26.8rem;
  height: 26.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#AFD198), to(#61B292));
  background: linear-gradient(to bottom, #AFD198, #61B292);
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .flow-left {
    width: 10rem;
    height: 10rem;
  }
}
.page-lifestyle-diseases .flow-left::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .flow-left::before {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.page-lifestyle-diseases .combination-icon {
  width: 4rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .combination-icon {
    width: 2rem;
  }
}
.page-lifestyle-diseases .combination-text {
  padding-top: 3rem;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .combination-text {
    font-size: 1.4rem;
    padding-top: 1rem;
  }
}
.page-lifestyle-diseases .icon-cross {
  width: 6.2rem;
  height: 6.2rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .icon-cross {
    width: 2rem;
    height: 2rem;
  }
}
.page-lifestyle-diseases .representative {
  margin-top: 9.4rem;
}
.page-lifestyle-diseases .representative-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
  margin-top: 7.24rem;
}
.page-lifestyle-diseases .representative-item {
  height: 35.7rem;
  background: #F2FBEC;
  padding: 6.8rem 4.8rem 5.1rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .representative-item {
    padding: 2rem;
    height: auto;
  }
}
.page-lifestyle-diseases .representative-item-title {
  border-bottom: 1px solid #61B292;
  font-size: 3.2rem;
  position: relative;
  padding-left: 5rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .representative-item-title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }
}
.page-lifestyle-diseases .representative-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 3.95rem;
  height: 3.95rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon-diseases.webp") no-repeat center center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .representative-item-title::before {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.2rem;
  }
}
.page-lifestyle-diseases .representative-item-text {
  padding-top: 4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .representative-item-text {
    padding-top: 2rem;
    line-height: 1.5;
  }
}
.page-lifestyle-diseases .page-info-title {
  margin-top: 18rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info-title {
    margin-top: 9rem;
    margin-bottom: 6rem;
  }
}
.page-lifestyle-diseases .page-info__2nd .page-info-title {
  margin-top: 15.5rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info__2nd .page-info-title {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info__2nd .page-info-contents__title {
    margin-top: 3rem;
  }
}
.page-lifestyle-diseases .page-info-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-lifestyle-diseases .page-info-contents__textarea {
  width: 74.9rem !important;
  margin-right: -3rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info-contents__textarea {
    width: 100% !important;
    margin-right: 0;
  }
}
.page-lifestyle-diseases .representative-text {
  text-align: center;
  margin-top: 6.44rem;
}
.page-lifestyle-diseases .page-info-contents__title {
  font-size: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info-contents__title {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
.page-lifestyle-diseases .page-info-contents__text {
  margin-top: 2.7rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info-contents__text {
    margin-top: 1rem;
    line-height: 1.5;
  }
}
.page-lifestyle-diseases .page-info-contents__text span {
  color: #D6A370;
}
.page-lifestyle-diseases .page-info-contents__img {
  position: relative;
  width: 50.7rem;
  aspect-ratio: 507/336;
  z-index: 2;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info-contents__img {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-lifestyle-diseases .page-info-contents__img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.page-lifestyle-diseases .page-info-contents__img::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 36.9rem;
  aspect-ratio: 369/261;
  height: auto;
  background: url("../images/bg-page-info-img.webp") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .page-info-contents__img::after {
    width: 75%;
  }
}
.page-lifestyle-diseases .aga .page-info-title {
  margin-top: 23rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .aga .page-info-title {
    margin: 6rem 0 4rem;
  }
}
.page-lifestyle-diseases .aga-contents {
  width: 100%;
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .aga-contents {
    margin-bottom: 8rem;
  }
}
.page-lifestyle-diseases .aga-head {
  font-size: 3.2rem;
  background: #61B292;
  color: #fff;
  padding: 3.6rem 0 2.9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .aga-head {
    font-size: 2rem;
    padding: 2rem 0;
  }
}
.page-lifestyle-diseases .aga-item {
  padding: 2.9rem 24.9rem;
  line-height: 2;
  border: 1px solid #61B292;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .aga-item {
    padding: 2rem 1rem;
    line-height: 1.5;
  }
}

.page-doctor .page-doctor-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .page-doctor .page-doctor-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5rem;
  }
}
.page-doctor .page-doctor-contents__img {
  width: 42.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-doctor .page-doctor-contents__img {
    width: 80%;
    margin: 0 auto;
  }
}
.page-doctor .page-doctor-contents__textarea {
  width: 77.7rem;
}
@media (max-width: 767px) {
  .page-doctor .page-doctor-contents__textarea {
    width: 100%;
  }
}
.page-doctor .page-doctor-contents__title {
  background: -webkit-gradient(linear, left top, right top, from(#61B292), to(#AFD198));
  background: linear-gradient(to right, #61B292, #AFD198);
  padding: 3.2rem 0 2.4rem 3.4rem;
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-doctor .page-doctor-contents__title {
    font-size: 1.8rem;
    padding: 2.2rem 0 2rem 1.8rem;
    margin-top: 2rem;
  }
}
.page-doctor .page-doctor-contents__title .strong {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .page-doctor .page-doctor-contents__title .strong {
    font-size: 2.4rem;
  }
}
.page-doctor .page-doctor-contents__title .en {
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
}
.page-doctor .page-doctor-contents__text {
  margin-top: 4.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-doctor .page-doctor-contents__text {
    margin-top: 2rem;
    line-height: 1.5;
  }
}
.page-doctor .doctor-outline {
  background: #F2FBEC;
  padding: 7rem 0 8.45rem;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .page-doctor .doctor-outline {
    padding: 4rem 0;
    margin-bottom: 8rem;
  }
}
.page-doctor .doctor-outline__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .page-doctor .doctor-outline__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-doctor .biography {
  width: 44.3%;
}
@media (max-width: 767px) {
  .page-doctor .biography {
    width: 100%;
  }
}
.page-doctor .doctor-outline__title {
  font-size: 3.2rem;
  text-align: center;
  padding-bottom: 3.85rem;
}
@media (max-width: 767px) {
  .page-doctor .doctor-outline__title {
    font-size: 2.6rem;
    padding: 3rem 0 1rem;
  }
}
.page-doctor .doctor-outline__table {
  border-top: 1px solid #454545;
}
.page-doctor .doctor-outline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #bbbbbb;
  padding: 2.4rem 2rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-doctor .doctor-outline__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-doctor .doctor-outline__date {
  color: #61b292;
  min-width: 16rem;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
}
.page-doctor .doctor-outline__desc {
  color: #454545;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.page-doctor .doctor-outline__text span {
  color: #61B292;
}

.page-clinic .philosophy-contents {
  background: url("../images/clinic01.webp") no-repeat center center/cover;
  width: 100%;
  padding: 13rem 10.5rem 11rem;
  color: #fff;
  text-align: center;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  .page-clinic .philosophy-contents {
    padding: 3rem 0;
    margin-top: 0;
  }
}
.page-clinic .philosophy-title {
  font-size: 4rem;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
  width: 106rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-clinic .philosophy-title {
    width: 100%;
    font-size: 2rem;
  }
}
.page-clinic .philosophy-text {
  line-height: 2;
  padding-top: 5rem;
  width: 73rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-clinic .philosophy-text {
    width: 100%;
    padding-top: 2rem;
    line-height: 1.5;
  }
}
.page-clinic .trust-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .page-clinic .trust-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2rem;
  }
}
.page-clinic .trust-textarea {
  padding-top: 14rem;
  width: 102rem;
}
@media (max-width: 767px) {
  .page-clinic .trust-textarea {
    width: 100%;
    padding-top: 0;
  }
}
.page-clinic .trust-title {
  font-size: 4rem;
  line-height: 1.6;
  padding-bottom: 5.65rem;
  padding-left: 31.5rem;
  padding-right: 4rem;
  border-bottom: 1px solid #61B292;
}
@media (max-width: 767px) {
  .page-clinic .trust-title {
    margin: 0 1rem;
    padding: 1rem;
    font-size: 2rem;
    text-align: center;
  }
}
.page-clinic .trust-title span {
  color: #61B292;
}
.page-clinic .trust-text {
  padding-top: 3.35rem;
  line-height: 2;
  padding-left: 31.5rem;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .trust-text {
    padding: 1rem 3rem;
    line-height: 1.5;
  }
}
.page-clinic .trust-img {
  width: 90rem;
}
@media (max-width: 767px) {
  .page-clinic .trust-img {
    width: 100%;
  }
}
.page-clinic .cleanliness {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12.3rem 0 0;
}
@media (max-width: 767px) {
  .page-clinic .cleanliness {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-clinic .cleanliness-item {
  width: 42rem;
  height: 42rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .cleanliness-item {
    width: 30rem;
    height: 30rem;
  }
}
.page-clinic .cleanliness-text {
  position: absolute;
  bottom: 9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 3.2rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-clinic .cleanliness-text {
    font-size: 2.6rem;
  }
}
.page-clinic .fever {
  background: url("../images/bg-fever.webp") no-repeat center center/cover;
  padding: 21.1rem 0 11.6rem;
  margin-top: -9rem;
}
@media (max-width: 767px) {
  .page-clinic .fever {
    padding: 15rem 0 5rem;
    margin-top: -10rem;
  }
}
.page-clinic .fever-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-clinic .fever-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-clinic .fever-img {
  width: 54.2rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-clinic .fever-img {
    width: 100%;
  }
}
.page-clinic .fever-textarea {
  margin-left: 6.7rem;
}
@media (max-width: 767px) {
  .page-clinic .fever-textarea {
    margin-left: 0;
  }
}
.page-clinic .fever-title {
  font-size: 4rem;
  line-height: 1.6;
  padding-top: 7.2rem;
}
@media (max-width: 767px) {
  .page-clinic .fever-title {
    font-size: 2.4rem;
    padding-top: 2rem;
  }
}
.page-clinic .fever-text {
  line-height: 2;
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .page-clinic .fever-text {
    line-height: 1.5;
  }
}
.page-clinic .examination {
  background: #F2FBEC;
  padding: 10rem 0 14.4rem;
}
@media (max-width: 767px) {
  .page-clinic .examination {
    padding: 5rem 0 7rem;
  }
}
.page-clinic .examination-head {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .examination-head {
    font-size: 2rem;
  }
}
.page-clinic .examination-head span {
  color: #61B292;
}
.page-clinic .examination-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11.3rem;
}
@media (max-width: 767px) {
  .page-clinic .examination-contents {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-clinic .examination-textarea {
  width: 62.1rem;
}
@media (max-width: 767px) {
  .page-clinic .examination-textarea {
    width: 100%;
  }
}
.page-clinic .examination-title {
  padding-top: 7rem;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .examination-title {
    padding-top: 2rem;
    font-size: 2.4rem;
    text-align: center;
  }
}
.page-clinic .examination-text {
  padding-top: 4.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-clinic .examination-text {
    padding-top: 2rem;
    line-height: 1.5;
  }
}
.page-clinic .examination-link {
  background: #61B292;
  color: #fff;
  width: 62.2rem;
  padding: 5.5rem 4.62rem 5.3rem 3.4rem;
  display: block;
  margin-top: 6.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-clinic .examination-link {
    width: 100%;
    padding: 3rem;
    margin-top: 3rem;
  }
}
.page-clinic .examination-link::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 1px solid #fff;
  pointer-events: none;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-clinic .examination-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.68rem;
  height: 8.7rem;
  background: url("../images/icon-arrow-white.webp") no-repeat center/contain;
  pointer-events: none;
  z-index: 2;
}
.page-clinic .examination-img {
  width: 62.9rem;
}
@media (max-width: 767px) {
  .page-clinic .examination-img {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-clinic .support {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .page-clinic .support {
    padding-top: 4rem;
  }
}
.page-clinic .support-head-title {
  font-size: 4rem;
  padding-bottom: 5.15rem;
  border-bottom: 1px solid #61B292;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .support-head-title {
    font-size: 2.4rem;
    padding-bottom: 3rem;
    line-height: 1.5;
  }
}
.page-clinic .support-head-text {
  padding-top: 8.25rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .page-clinic .support-head-text {
    padding-top: 3rem;
    line-height: 1.5;
    text-align: left;
  }
}
.page-clinic .medical-bottom {
  padding: 0;
  margin-bottom: 0;
}
.page-clinic .mecical-bottom__items {
  padding-left: 0;
  padding-right: 0;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .page-clinic .mecical-bottom__items {
    padding-top: 0;
  }
}
.page-clinic .medical-bottom__item {
  width: 41.6rem;
  padding: 7.6rem 5rem;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .page-clinic .medical-bottom__item {
    width: 100%;
    font-size: 2.4rem;
  }
}
.page-clinic .introduction-swiper-main {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto 1.4rem;
  position: relative;
  overflow: visible;
}
.page-clinic .introduction-swiper-main .swiper-button-prev,
.page-clinic .introduction-swiper-main .swiper-button-next {
  width: 3rem;
  height: 5.86rem;
  background: none;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-clinic .introduction-swiper-main .swiper-button-prev,
  .page-clinic .introduction-swiper-main .swiper-button-next {
    top: 60%;
  }
}
.page-clinic .introduction-swiper-main .swiper-button-prev {
  left: 0;
}
.page-clinic .introduction-swiper-main .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/btn-prev.webp") no-repeat center/contain;
}
.page-clinic .introduction-swiper-main .swiper-button-next {
  right: 0;
}
.page-clinic .introduction-swiper-main .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/btn-next.webp") no-repeat center/contain;
}
.page-clinic .introduction-swiper-main .swiper-slide img {
  width: 100%;
  max-width: 111rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page-clinic .introduction-swiper-thumb {
  max-width: 111rem;
  margin: 0 auto;
}
.page-clinic .introduction-swiper-thumb .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, border 0.3s;
  transition: opacity 0.3s, border 0.3s;
  border: none;
}
.page-clinic .introduction-swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 5px solid #61B292;
  border-radius: 4px;
  background: #fff;
}
.page-clinic .introduction-swiper-thumb .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.page-clinic .introduction-gallery {
  margin-bottom: 19rem;
}
@media (max-width: 767px) {
  .page-clinic .introduction-gallery {
    margin-bottom: 8rem;
  }
}
.page-clinic .introduction-gallery-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .page-clinic .introduction-gallery-contents {
    grid-template-columns: 1fr;
  }
}
.page-clinic .gallery-item {
  width: 40rem;
  height: auto;
}
@media (max-width: 767px) {
  .page-clinic .gallery-item {
    width: 100%;
  }
}
.page-clinic .gallery-img {
  width: 100%;
}
.page-clinic .gallery-text {
  width: 100%;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2rem;
  line-height: 2;
  color: #fff;
}
@media (max-width: 767px) {
  .page-clinic .gallery-text {
    font-size: 2rem;
    line-height: 1.5;
    height: 8rem;
  }
}
.page-clinic .odd {
  background: #61B292;
}
.page-clinic .even {
  background: #AFD198;
}

.c-to-top-btn {
  position: fixed;
  right: 9rem;
  bottom: 4rem;
  width: 12.4rem;
  height: 12.4rem;
  background: url("../images/to-top.webp") no-repeat center center;
  background-size: contain;
  z-index: 2000;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-to-top-btn {
    right: 1.5rem;
    bottom: 4rem;
    width: 6.2rem;
    height: 6.2rem;
  }
}
.c-to-top-btn:hover {
  opacity: 0.8;
}

.c-head__title img {
  width: 55.2rem;
  height: auto;
  padding-left: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-head__address {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.03em;
}

.c-head__address--icon {
  width: 1.6rem;
  height: auto;
}

.c-head__address--text {
  margin-left: 0.9rem;
}

.c-reserve-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-reserve-area {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-reserve__mail {
  width: 11.5rem;
  background: #61B292;
  padding: 2.12rem 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-reserve__mail--icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.358rem;
  height: auto;
}

.c-reserve__mail--text {
  color: #fff;
  margin-top: 1.41rem;
}

.c-reserve__tel {
  width: 27.8rem;
  background: #AFD198;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.4rem 0 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-reserve__tel--icon {
  width: 1.856rem;
  height: auto;
}

.c-reserve__tel--number {
  font-size: 2.8rem;
  margin-left: 0.93rem;
  color: #fff;
}

.c-icon {
  display: block;
  margin-bottom: 4px;
  width: 2rem;
  height: 2rem;
}

.c-fix-reserve-area {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 2000;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  background: none;
  border-radius: 1rem 0 0 1rem;
}
@media (max-height: 1250px) {
  .c-fix-reserve-area {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .c-fix-reserve-area {
    display: none;
  }
}

.c-fix-reserve__tel,
.c-fix-reserve__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 10rem;
  background: #AFD198;
  color: #fff;
  text-decoration: none;
  border-radius: 0.4rem 0 0 0.4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 2rem 0;
}
.c-fix-reserve__tel.c-fix-reserve__access,
.c-fix-reserve__access.c-fix-reserve__access {
  background: #61B292;
}

.c-fix-reserve__tel--icon,
.c-fix-reserve__access--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 1.2rem 0 0.5rem 0;
}
@media (max-height: 1500px) {
  .c-fix-reserve__tel--icon,
  .c-fix-reserve__access--icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-height: 1250px) {
  .c-fix-reserve__tel--icon,
  .c-fix-reserve__access--icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-fix-reserve__tel--number,
.c-fix-reserve__access--text {
  font-size: 4rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0.5rem 0 1.2rem 0;
}
@media (max-height: 1500px) {
  .c-fix-reserve__tel--number,
  .c-fix-reserve__access--text {
    font-size: 3rem;
  }
}
@media (max-height: 1250px) {
  .c-fix-reserve__tel--number,
  .c-fix-reserve__access--text {
    font-size: 2rem;
  }
}

.fa-solid.fa-location-dot {
  font-size: 2.6rem;
  padding-left: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 1;
  display: block;
}

.c-global-nav {
  border-bottom: 2px dotted #7db4a0;
  margin-top: 10.3rem;
}
.c-global-nav ul {
  max-width: 1290px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  list-style: none;
  gap: 14rem;
}
.c-global-nav li {
  max-width: 23rem;
  text-align: center;
  padding: 1rem 0 2rem;
}
.c-global-nav a {
  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;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-global-nav a:hover {
  opacity: 0.6;
}
.c-global-nav .c-icon {
  display: block;
  margin-bottom: 4px;
  width: 2rem;
  height: 2rem;
}
.c-global-nav .label {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding-top: 1.4rem;
}

.c-global-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-top: 0 !important;
  padding: 1.5rem 0;
  border-bottom: none;
}

.page-main .c-global-nav {
  margin-top: 3.3rem;
}

.c-has-submenu {
  position: relative;
}
.c-has-submenu .c-sub-guide-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 100;
  min-width: 35rem;
  text-align: center;
}
.c-has-submenu .c-sub-guide-menu .c-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-has-submenu .c-sub-guide-menu .c-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-has-submenu .c-sub-guide-menu .c-row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-has-submenu .c-sub-guide-menu .c-row3 .c-sub-guide__link {
  width: auto;
  min-width: 0;
}
.c-has-submenu:hover .c-sub-guide-menu, .c-has-submenu:focus-within .c-sub-guide-menu {
  display: block;
}

.c-sub-guide__link {
  display: inline-block;
  width: auto;
  min-width: 0;
  font-size: 1.8rem;
  background: #F2FBEC;
  padding: 0.8rem 1.7rem;
  margin: 0.4rem 0.3rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-sub-guide__link:hover {
  background: #cde9d6;
}

.c-calendar {
  background: #61B292;
  width: 69.5rem;
  margin: 0 auto;
  padding: 3.5rem 2.5rem 2rem;
}
@media (max-width: 767px) {
  .c-calendar {
    width: 100%;
    padding: 2rem 1.6rem 0.2rem;
  }
}
.c-calendar .c-calendar-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.c-calendar .c-calendar-table th,
.c-calendar .c-calendar-table td {
  text-align: center;
  padding: 0.7rem 0.3rem;
  width: 6rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table th,
  .c-calendar .c-calendar-table td {
    width: 3rem;
    padding: 0.5rem;
  }
}
.c-calendar .c-calendar-table th {
  font-weight: bold;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table th {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }
}
.c-calendar .c-calendar-table td {
  font-size: 1rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table td {
    padding-top: 1rem;
    font-size: 0.6rem;
  }
}
.c-calendar .c-calendar-table .th-1st {
  font-size: 2rem;
  text-align: left;
  width: 14rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .th-1st {
    font-size: 1.3rem;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .row1 {
    padding-top: 0.6rem;
  }
}
.c-calendar .c-calendar-table .row2,
.c-calendar .c-calendar-table .row3 {
  padding-top: 0.8rem;
}
.c-calendar .c-calendar-table .td-1st {
  font-size: 2rem;
  text-align: left;
  width: 14rem;
}
@media (max-width: 767px) {
  .c-calendar .c-calendar-table .td-1st {
    font-size: 1.3rem;
  }
}

.c-calendar-note {
  font-size: 2rem;
  padding: 2rem 0 0 2.5rem;
}
@media (max-width: 767px) {
  .c-calendar-note {
    padding: 1rem 0 0 1.5rem;
    font-size: 1.3rem;
  }
}

.c-link-btn {
  width: 44rem;
  border: 1px solid #454545;
  background: #fff;
  padding: 4rem 3rem;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-link-btn {
    width: 32.8rem;
    margin: 0 auto;
    font-size: 2rem;
    padding: 3rem 3.45rem;
  }
}
.c-link-btn::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.6rem;
  background: url("../images/icon-arrow.webp") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-link-btn::after {
    right: 3.45rem;
  }
}

.c-link-area {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link-area__top-about {
  padding-top: 5.3rem;
}
@media (max-width: 767px) {
  .c-link-area__top-about {
    padding-top: 3rem;
  }
}

.c-consultation {
  margin-top: 10.6rem;
}
@media (max-width: 767px) {
  .c-consultation {
    margin-top: 4rem;
  }
}

.c-consultation__head {
  background: #61B292;
  color: #fff;
  font-size: 3.2rem;
  padding: 3.7rem 0 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-consultation__head {
    margin-top: 2rem;
    padding: 2rem 0 1.6rem;
    font-size: 2rem;
  }
}

.c-consultation__area {
  background: url("../images/bg-symptoms.webp") no-repeat bottom center;
  background-size: contain;
  border: 1px solid #61B292;
  padding: 6rem 11.3rem 9.2rem 8.35rem;
}
@media (max-width: 767px) {
  .c-consultation__area {
    padding: 3rem 2rem;
  }
}
.c-consultation__area .c-consultation__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.7rem;
}
@media (max-width: 767px) {
  .c-consultation__area .c-consultation__items {
    grid-template-columns: 1fr 1fr;
  }
}
.c-consultation__area .c-consultation__item {
  position: relative;
  padding-left: 2.6rem;
}
.c-consultation__area .c-consultation__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.1rem;
  height: 1.7rem;
  background: url("../images/icon-check.webp") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-consultation__area .c-consultation__item--none {
    display: none;
  }
}
.c-consultation__area .c-consultation__item--none::before {
  content: none !important;
  display: none !important;
}
.c-consultation__area .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
}

.page-lifestyle-diseases .c-consultation__area {
  border: 1px solid #61B292;
  padding: 6rem 11.3rem 5.02rem 8.35rem;
  background: none;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .c-consultation__area {
    padding: 2rem;
  }
}
.page-lifestyle-diseases .c-consultation__area .c-consultation__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.7rem;
}
.page-lifestyle-diseases .c-consultation__area .c-consultation__item {
  position: relative;
  padding-left: 2.6rem;
}
.page-lifestyle-diseases .c-consultation__area .c-consultation__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.1rem;
  height: 1.7rem;
  background: url("../images/icon-check.webp") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.page-lifestyle-diseases .c-consultation__area .c-consultation__item--none::before {
  content: none !important;
  display: none !important;
}
.page-lifestyle-diseases .c-consultation__area .text {
  margin-top: 2.39rem;
  color: #61B292;
}
@media (max-width: 767px) {
  .page-lifestyle-diseases .c-consultation__area .text {
    line-height: 1.5;
  }
}

.c-gastrocamera {
  background: url("../images/bg-wave-green.webp") no-repeat center center;
  background-size: cover;
  padding: 9rem 0 6.4rem;
}
.c-gastrocamera .page-flex-contents {
  margin-top: 0;
}
.c-gastrocamera .page-flex__img {
  width: 56.8rem !important;
  height: auto;
  aspect-ratio: 568/348;
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-gastrocamera .page-flex__img {
    width: 100% !important;
  }
}
.c-gastrocamera .page-flex__img::after {
  content: none !important;
  display: none !important;
}
.c-gastrocamera .page-flex__textarea {
  width: 67.4rem;
}
@media (max-width: 767px) {
  .c-gastrocamera .page-flex__textarea {
    width: 100%;
  }
}
.c-gastrocamera .page-flex__textarea--text {
  margin-top: 1rem;
}

.page-info__2nd .c-gastrocamera {
  margin-top: 20.7rem;
  padding-bottom: 13.4rem;
}
@media (max-width: 767px) {
  .page-info__2nd .c-gastrocamera {
    margin-top: 5rem;
    padding-bottom: 6rem;
  }
}

.page-gastroenterology .c-gastrocamera {
  background: url("../images/bg-wave-green.webp") no-repeat center center;
  background-size: cover;
  padding: 9rem 0 6.4rem;
}
.page-gastroenterology .c-gastrocamera .page-flex-contents {
  margin-top: 0;
}
.page-gastroenterology .c-gastrocamera .page-flex__img {
  width: 56.8rem !important;
  height: auto;
  aspect-ratio: 568/348;
  margin-right: 0;
}
@media (max-width: 767px) {
  .page-gastroenterology .c-gastrocamera .page-flex__img {
    width: 100% !important;
  }
}
.page-gastroenterology .c-gastrocamera .page-flex__img::after {
  content: none !important;
  display: none !important;
}
.page-gastroenterology .c-gastrocamera .page-flex__textarea {
  width: 67.4rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .c-gastrocamera .page-flex__textarea {
    width: 100%;
  }
}
.page-gastroenterology .c-gastrocamera .page-flex__textarea--text {
  margin-top: 1rem;
}
.page-gastroenterology .c-consultation__area {
  padding: 6rem 11.3rem 11.2rem 8.35rem;
}
@media (max-width: 767px) {
  .page-gastroenterology .c-consultation__area {
    padding: 3rem 2rem;
  }
}