/*
Theme Name: original
*/

@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: inherit;
  font-weight: 700;
  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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.c-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.l-footer {
  background-color: #B1D4E6;
  padding: 50px 0;
}
.l-footer__inner {
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}
.l-footer__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__container {
    display: block;
    padding-bottom: 2.1rem;
    width: 100%;
  }
}
.l-footer__content {
  width: 33%;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__content {
    width: 100%;
  }
}
.l-footer__title {
  margin-bottom: 2rem;
  text-align: left;
  font-size: 1.3rem;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .l-footer__title {
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.l-footer__wrapper {
  width: 65%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__wrapper {
    width: 100%;
    flex-direction: column;
  }
}
.l-footer__item a {
  line-height: 3;
  display: block;
}
.l-footer__item a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .l-footer__list {
    width: 100%;
  }
}

.l-header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 80px;
  top: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .l-header {
    height: 6rem;
    /*height: 100%;*/
  }
}
.l-header__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-header__container {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-header__nav {
    height: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .l-header__list-item {
    text-align: center;
    line-height: 2;
  }
}
.l-header__list-item {
  position: relative;
  text-align: center;
  float: left;
  width: 24%;
}
.l-header__list-item:hover .header__submenu {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.l-header__title a {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #B1D4E6;
  position: relative;
  padding-left: 2rem;
  z-index: 9;
}
@media (max-width: 768px) {
  .l-header__title a {
    padding-left: 3vw;
    line-height: 6rem;
  }
}
.l-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .l-inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

.c-btn {
  display: block;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.c-btn--header {
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .c-btn--header {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .c-btn--header {
    bottom: 0;
    width: 100%;
    height: 3rem;
    right: 0;
    top: initial;
  }
}
.c-btn--header:hover {
  color: #C6B894;
  background-color: #fff;
}
.c-btn-menu {
  display: none;
}
.c-btn--link {
  width: 200px;
  padding: 0.8rem 0;
  text-align: center;
  color: #fff;
  background-color: #C6B894;
}
@media (max-width: 768px) {
  .c-btn--link {
    margin: 0 auto;
  }
}
.c-btn--contact {
  width: 250px;
  height: 65px;
  background-color: #B1D4E6;
  color: #fff;
  font-size: 18px;
  line-height: 65px;
}
.c-btn-menu {
  display: none;
}
@media (max-width: 768px) {
  .c-btn-menu {
    display: block;
    width: 44px;
    height: 26px;
    position: fixed;
    z-index: 10;
    top: 2.5rem;
    right: 2.5rem;
  }
  .c-btn-menu.open .c-btn-menu__line:nth-of-type(1) {
    width: 40px;
    top: 16px;
    transform: rotate(45deg);
  }
  .c-btn-menu.open .c-btn-menu__line:nth-of-type(2) {
    opacity: 0;
  }
  .c-btn-menu.open .c-btn-menu__line:nth-of-type(3) {
    width: 40px;
    top: 16px;
    transform: rotate(-45deg);
  }
}
.c-btn-menu__line {
  background-color: #B1D4E6;
  left: 10px;
  height: 1px;
  transition: 0.7s;
  position: absolute;
}
.c-btn-menu__line:nth-of-type(1) {
  top: 0;
  width: 20px;
}
.c-btn-menu__line:nth-of-type(2) {
  top: 10px;
  width: 30px;
}
.c-btn-menu__line:nth-of-type(3) {
  top: 20px;
  width: 40px;
}
.c-btn {
  /*
  &--footer{
      background-color: $color-secondary;
      color: $color-white;
      width: 19rem;
      height: 4.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 2rem auto 0;
      @include mq(sp){
          width: 100%;
          height: 3rem;
      }
      &:hover{
          color: $color-secondary;
          background-color: $color-white;
      }
  }
  &--link{
      width: 10rem;
      position: relative;
      text-align: left;
      margin-top: 1.8rem;
      &:after{
          content: "→";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0rem;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3.1rem;
          height: 3.1rem;
          color: $color-primary;
          background-color: $color-white;
          border-radius: 100%;
      }
      &:hover{
          opacity: 0.7;
          &:after{
              color: $color-white;
              background-color: $color-primary;
          }
      }
  }
  &--black{
      color: $color-primary;
      &::after{
          color: $color-white;
          background-color: $color-primary;
      }
      &:hover{
          &:after{
              color: $color-primary;
              background-color: $color-white;
          }
      }
  }
  &--white{
      color: $color-white;
      &::after{
          color: $color-primary;
          background-color: $color-white;
      }
      &:hover{
          &:after{
              color: $color-white;
              background-color: $color-primary;
          }
      }
  }
  &--archive{
      margin: 0 auto;
  }
  &--submit{
      margin: 0 auto;
      width: 12rem;
      border-radius: 100px;
      background-color: $color-primary;
      color: $color-white;
      padding: .9rem 0;
      display: block;
      text-align: center;
  }
  &--back{
      width: 9rem;
      margin: 0 auto;
      padding: .7rem 0;
      color: $color-white;
      background-color: $color-secondary;
      &:hover{
          background-color: $color-supportive;
          color: $color-secondary;
      }
  }
  &--return{
      width: 9rem;
      margin: 0 auto;
      padding: .7rem 0;
      color: $color-white;
      background-color: $color-primary;
  }
      */
}

.c-news__item a {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 28.5px;
  border-bottom: 1px solid #B1D4E6;
}
@media (max-width: 1024px) {
  .c-news__item a {
    padding: 0.8rem 0;
    flex-direction: column;
    gap: 0.4rem;
    align-items: flex-start;
  }
}
.c-news__list {
  margin-bottom: 1.2rem;
}
@media (max-width: 1024px) {
  .c-news__list {
    margin-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  .c-news__list {
    margin-top: 2.6rem;
  }
}
.c-news__date {
  color: #EAEAEA;
}

.c-section__heading {
  font-size: 35px;
}
@media (max-width: 768px) {
  .c-section__heading {
    font-size: 25px;
  }
}
.c-section__subheading {
  font-size: 18px;
  color: #B1D4E6;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .c-section__subheading {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .p-global-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-global-nav.active {
    display: block;
  }
}
.p-global-nav__list {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-global-nav__list {
    flex-direction: column;
    background-color: #fff;
  }
}
.p-global-nav__item {
  margin-left: 2rem;
}
@media (max-width: 1024px) {
  .p-global-nav__item {
    margin-left: 0.8rem;
  }
}
@media (max-width: 768px) {
  .p-global-nav__item {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .p-global-nav__item a {
    line-height: 3;
  }
}
.p-global-nav__item--btn {
  background-color: #B1D4E6;
  margin-left: 2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .p-global-nav__item--btn {
    margin-left: 0.8rem;
  }
}
@media (max-width: 768px) {
  .p-global-nav__item--btn {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
}
@media (max-width: 768px) {
  .p-global-nav__item--btn img {
    position: absolute;
    top: 0.8rem;
    left: 4vw;
  }
}
.p-global-nav__item--diagnosis {
  background-color: #C6B894;
  margin-left: 0;
}
.p-global-nav__heading {
  margin-top: 10px;
  color: #fff;
}
.p-global-nav__content img {
  width: 30px;
  height: 21px;
}
.p-global-nav__content--diagnosis img {
  width: 21px;
  height: 30px;
}

.p-top-hero {
  display: flex;
  position: relative;
  top: 49px;
  aspect-ratio: 1300/650;
}
@media (max-width: 768px) {
  .p-top-hero {
    flex-direction: column;
  }
}
.p-top-hero__main {
  width: 57.6%;
  height: 100%;
  background-image: url(./img/fv-img1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-hero__main {
    width: 100%;
  }
}
.p-top-hero__supportive {
  width: 42.4%;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-hero__supportive {
    width: 100%;
    display: flex;
  }
}
.p-top-hero__content {
  height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-hero__content {
    width: 50%;
  }
}
.p-top-hero__content:nth-of-type(1) {
  background-image: url(./img/fv-img2.png);
}
.p-top-hero__content:nth-of-type(2) {
  background-image: url(./img/fv-img3.png);
}
.p-top-hero__headline span {
  background-color: #fff;
  font-size: 35px;
  padding: 0.8rem 0;
  display: inherit;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-hero__headline span {
    font-size: 24px;
  }
}
.p-top-hero__headline span:nth-of-type(1) {
  margin-bottom: 10px;
  width: 428px;
}
@media (max-width: 1024px) {
  .p-top-hero__headline span:nth-of-type(1) {
    width: 48vw;
  }
}
@media (max-width: 768px) {
  .p-top-hero__headline span:nth-of-type(1) {
    width: 73vw;
  }
}
.p-top-hero__headline span:nth-of-type(2) {
  width: 219px;
}
@media (max-width: 1024px) {
  .p-top-hero__headline span:nth-of-type(2) {
    width: 30vw;
  }
}
@media (max-width: 768px) {
  .p-top-hero__headline span:nth-of-type(2) {
    width: 45vw;
  }
}
.p-top-hero__headline {
  position: absolute;
  bottom: 72px;
  left: 58px;
}
@media (max-width: 1024px) {
  .p-top-hero__headline {
    bottom: 0.6rem;
    left: 3vw;
  }
}
@media (max-width: 768px) {
  .p-top-hero__headline {
    bottom: 1.2rem;
    left: 3vw;
  }
}
.p-top-hero__subheadline {
  font-size: 35px;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  padding: 0.8rem 0;
  position: absolute;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-hero__subheadline {
    font-size: 16px;
    bottom: 0.4rem;
    left: 3vw;
  }
}
.p-top-hero__subheadline--outpatient {
  width: 166px;
  bottom: 46px;
  left: 38px;
}
@media (max-width: 1024px) {
  .p-top-hero__subheadline--outpatient {
    width: 22vw;
    bottom: 1rem;
    left: 0.5rem;
  }
}
@media (max-width: 768px) {
  .p-top-hero__subheadline--outpatient {
    bottom: 0.4rem;
    left: 3vw;
    width: 18vw;
  }
}
.p-top-hero__subheadline--pet {
  width: 306px;
  bottom: 37px;
  left: 38px;
}
@media (max-width: 1024px) {
  .p-top-hero__subheadline--pet {
    width: 36vw;
    bottom: 1rem;
    left: 0.5rem;
  }
}
@media (max-width: 768px) {
  .p-top-hero__subheadline--pet {
    bottom: 0.4rem;
    left: 3vw;
    width: 38vw;
  }
}

.p-top-news {
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .p-top-news {
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  .p-top-news {
    margin-top: 80px;
  }
}
.p-top-news__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-top-news__inner {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .p-top-news__inner {
    margin-top: 80px;
    flex-direction: column-reverse;
  }
}
.p-top-news__container {
  width: 59.6%;
}
@media (max-width: 768px) {
  .p-top-news__container {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .p-top-news__img {
    width: 100%;
  }
}
.p-top-news__img img {
  width: 100%;
  aspect-ratio: 390/430;
}
@media (max-width: 1024px) {
  .p-top-news__img img {
    width: 82%;
  }
}
@media (max-width: 768px) {
  .p-top-news__img img {
    width: 100%;
  }
}

.p-top-medical {
  margin-top: 80px;
}
.p-top-medical__slide {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #fff;
}
.p-top-medical__slide-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
  font-size: 55px;
  color: #B1D4E6;
}
.p-top-medical__list {
  max-width: 1040px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-top-medical__list {
    flex-direction: column;
    padding: 0 3vw;
  }
}
.p-top-medical__item {
  width: 50%;
  aspect-ratio: 520/450;
  position: relative;
}
@media (max-width: 1024px) {
  .p-top-medical__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .p-top-medical__item {
    width: 100%;
  }
}
.p-top-medical__item a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.p-top-medical__item:nth-of-type(1) {
  background-image: url(./img/sec2-img1.png);
}
.p-top-medical__item:nth-of-type(2) {
  background-image: url(./img/sec2-img2.png);
}
.p-top-medical__content {
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  aspect-ratio: 294/294;
  width: 294px;
  height: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-top-medical__content {
    width: 55%;
    height: 55%;
  }
}

.p-top-merit {
  margin-top: 150px;
  background-color: #EAEAEA;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-top-merit {
    margin-top: 100px;
  }
}
.p-top-merit__headline {
  text-align: center;
}
.p-top-merit__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .p-top-merit__list {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .p-top-merit__list {
    flex-direction: column;
  }
}
.p-top-merit__item {
  width: 30.3%;
  background-color: #B1D4E6;
  text-align: center;
  aspect-ratio: 395/415;
  color: #fff;
  position: relative;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 768px) {
  .p-top-merit__item {
    width: 100%;
  }
}
.p-top-merit__item:nth-of-type(1) {
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .p-top-merit__item:nth-of-type(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-top-merit__item:nth-of-type(1) {
    margin-bottom: 3rem;
  }
}
.p-top-merit__item:nth-of-type(1) img {
  width: 117px;
  height: 94px;
}
@media (max-width: 1024px) {
  .p-top-merit__item:nth-of-type(1) img {
    width: 44%;
    height: auto;
  }
}
.p-top-merit__item:nth-of-type(2) {
  margin-bottom: 2rem;
}
.p-top-merit__item:nth-of-type(2) img {
  width: 117px;
  height: 94px;
}
.p-top-merit__item:nth-of-type(3) img {
  width: 65px;
  height: 90px;
}
.p-top-merit__text {
  margin-top: 19.5px;
  margin-bottom: -8px;
  font-size: 23px;
}
@media (max-width: 1024px) {
  .p-top-merit__text {
    font-size: 18px;
  }
}
.p-top-merit__caption {
  font-size: 120px;
}
@media (max-width: 1024px) {
  .p-top-merit__caption {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .p-top-merit__caption {
    font-size: 100px;
  }
}
.p-top-merit__caption span {
  font-size: 30px;
}
.p-top-merit__content {
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}

.p-top-diagnosis {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-top-diagnosis {
    margin-top: 100px;
  }
}
.p-top-diagnosis__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-top-diagnosis__header {
    flex-direction: column;
    text-align: center;
  }
}
.p-top-diagnosis__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .p-top-diagnosis__list {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.p-top-diagnosis__list-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 90%;
}
.p-top-diagnosis__img {
  position: relative;
}
.p-top-diagnosis__item {
  width: 30.3%;
  text-align: center;
  aspect-ratio: 395/350;
  color: #fff;
  position: relative;
}
.p-top-diagnosis__item:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .p-top-diagnosis__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-top-diagnosis__item {
    width: 100%;
  }
}
.p-top-diagnosis__item-tag {
  padding: 3px 16px;
  border-radius: 100px;
  background-color: #fff;
  color: #000000;
}
@media (max-width: 768px) {
  .p-top-diagnosis__item-tag {
    font-size: 14px;
  }
}
.p-top-diagnosis__caption {
  font-size: 30px;
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-top-diagnosis__caption {
    font-size: 22px;
  }
}

.p-top-product {
  margin-top: 158px;
  background-color: #EAEAEA;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .p-top-product {
    margin-top: 100px;
  }
}
.p-top-product__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-top-product__inner {
    flex-direction: column;
  }
}
.p-top-product__list {
  width: 56.1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .p-top-product__list {
    width: 100%;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.p-top-product__item {
  width: 46.4%;
}
.p-top-product__item:nth-of-type(1), .p-top-product__item:nth-of-type(2) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .p-top-product__item:nth-of-type(1), .p-top-product__item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.p-top-product__item:nth-of-type(even) {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-top-product__item:nth-of-type(even) {
    margin-top: 0;
  }
}
.p-top-product__item:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .p-top-product__item {
    width: 100%;
    text-align: center;
  }
}
.p-top-product__caption {
  font-size: 25px;
}
.p-top-product__subcaption {
  font-size: 18px;
  margin-top: 15px;
  color: #B1D4E6;
}
.p-top-product__title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-top-product__header {
    text-align: center;
    width: 100%;
  }
}

.p-top-treatment {
  max-width: 800px;
  margin: 150px auto;
}
@media (max-width: 768px) {
  .p-top-treatment {
    margin: 100px 0;
  }
}
.p-top-treatment__title {
  text-align: center;
}
.p-top-treatment__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 43px;
}
@media (max-width: 768px) {
  .p-top-treatment__list {
    flex-direction: column;
  }
}
.p-top-treatment__list-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-top-treatment__list-tag {
    justify-content: center;
  }
}
.p-top-treatment__item {
  aspect-ratio: 380/350;
  width: 47.5%;
  position: relative;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 768px) {
  .p-top-treatment__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-top-treatment__item:nth-of-type(1) {
    margin-bottom: 2rem;
  }
}
.p-top-treatment__item-tag {
  padding: 5px 10px;
  border-radius: 100px;
  background-color: #fff;
  color: #B1D4E6;
}
@media (max-width: 768px) {
  .p-top-treatment__item-tag {
    font-size: 14px;
  }
}
.p-top-treatment__item:nth-of-type(1) {
  background-color: #B1D4E6;
}
.p-top-treatment__item:nth-of-type(1) img {
  width: 138px;
  height: 102px;
}
.p-top-treatment__item:nth-of-type(2) {
  background-color: #C6B894;
}
.p-top-treatment__item:nth-of-type(2) img {
  width: 116px;
  height: 100px;
}
.p-top-treatment__item:nth-of-type(2) .p-top-treatment__item-tag {
  color: #C6B894;
}
.p-top-treatment__caption {
  font-size: 30px;
  color: #000000;
  margin: 12px 0 27px;
}
@media (max-width: 768px) {
  .p-top-treatment__caption {
    font-size: 25px;
  }
}
.p-top-treatment__content {
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 93%;
  text-align: center;
}

.p-top-message {
  padding: 50px 0;
  background-image: url(./img/sec7-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-message__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-top-message__inner {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .p-top-message__inner {
    flex-direction: column;
  }
}
.p-top-message__title {
  color: #fff;
}
@media (max-width: 768px) {
  .p-top-message__title {
    text-align: center;
  }
}
.p-top-message__subheading {
  color: #fff;
}
.p-top-message__text {
  color: #fff;
  margin: 59px 0 41px;
}
@media (max-width: 768px) {
  .p-top-message__text {
    margin: 25px 0 19px;
  }
}
.p-top-message__content {
  width: 56.78%;
}
@media (max-width: 768px) {
  .p-top-message__content {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-top-message__container {
  aspect-ratio: 283/269;
  width: 25.1%;
  background-color: #fff;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .p-top-message__container {
    width: 41.1%;
  }
}
@media (max-width: 768px) {
  .p-top-message__container {
    width: 100%;
  }
}
.p-top-message__list {
  padding-top: 42px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-top-message__list {
    padding-top: 3vw;
  }
}
@media (max-width: 768px) {
  .p-top-message__list {
    padding-top: 20vw;
  }
}
.p-top-message__item {
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 768px) {
  .p-top-message__item {
    font-size: 14px;
  }
}

.p-contact {
  text-align: center;
  padding: 50px 0 100px;
  background-color: #C6B894;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 3rem 0 5rem;
  }
}
.p-contact__subheading {
  color: #fff;
}
.p-contact__item {
  font-size: 30px;
}
.p-contact__item span {
  font-size: 18px;
}
.p-contact__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-contact__list {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-contact__text {
  padding-bottom: 16px;
  color: #B1D4E6;
  border-bottom: 1px solid #B1D4E6;
  width: 431px;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-contact__text {
    width: 100%;
  }
}
.p-contact__container {
  background-color: #fff;
  max-width: 800px;
  margin: 20px auto 0;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .p-contact__container {
    padding: 3rem 3vw 5.8rem;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.u-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */