@charset "UTF-8";

/* ===========================================
common
=========================================== */
:root {
  --color-primary: #e2747d;
  --color-bg: #fcedee;
  --color-black: #4d4d4d;
  --color-white: #ffffff;
  --color-gray: #b1b1b1;
  --font-bace: 
  'Noto Serif JP', /* 日本語 */
  'Noto Serif SC', /* 簡体字中国語 */
  'Noto Serif TC', /* 繁体字中国語 */
  'Noto Serif',    /* 英語（ラテン文字） */
  serif;
}

html {
  font-size: 62.5% !important;
}

body {
  font-family: var(--font-bace)!important;
  font-size: clamp(1.6rem, 1.6rem + 0.1736vw, 1.8rem)!important;
  color: var(--color-black);
  line-height: 1.5;
  letter-spacing: 0.03em !important;
  background-color: var(--color-white);
}

@media screen and (max-width: 767px) {
  body {
    /* 767pxで18px 375pxで16px */
    font-size: clamp(16px, 16px + 2 * (100vw - 375px) / 393, 18px);
  }
}

a {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

.en-wrap img,
img {
  width: 100%;
  height: auto;
}

.en-wrap img

/*! destyle.css v4.0.1 | 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;
  min-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 {
  font-weight: bold;
}

/* ============================================ */
/* 以下スタイル */
/* ---------- */

@media screen and (max-width: 767px) {
  .wrap {
  margin-top: 7.1rem;
}
}

.time{
	letter-spacing: 0.03em!important;
}

.time tbody {
	display: table;
    width: 100%;
}

.time th,
.time td{
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .time td {
  font-size: 1.3rem
}
}

.bg-pink-wrap {
  padding-block: 13rem 15rem;
  background-color: var(--color-bg);
}

@media screen and (max-width: 767px) {
  .bg-pink-wrap {
    padding-block: 4rem 6rem;
  }
}

.bg-pink-wrap-buttons {
  margin-top: 6.6rem;
}

@media screen and (max-width: 767px) {
  .bg-pink-wrap-buttons {
    margin-top: 2rem;
  }
}

.bg-white-wrap {
  background-color: var(--color-white);
  padding: 7rem 5rem;
  margin-top: 8rem;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .bg-white-wrap {
    padding: 3rem 1.5rem;
    margin-top: 4rem;
  }
}

.banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 1023px) {
  .banners {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    column-gap: 1rem;
	row-gap: 2rem;
  }
}

.bannes__item-text{
	line-height: 1.65;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2rem;
  padding-inline: 4rem;
}

@media screen and (max-width: 767px) {
  .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    padding-inline: 2rem;
  }
}

.button-primary {
  position: relative;
  font-size: 2rem;
  min-width: 37rem;
  color: var(--color-white);
  padding-block: 1em;
  padding-inline: 2em 4em;
  background-color: var(--color-primary);
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.button-primary::before {
  position: absolute;
  top: 55%;
  translate: 0 -50%;
  right: 1em;
  content: "→";
  display: inline-block;
}

@media (any-hover: hover) {
  .button-primary:hover {
    opacity: 1;
    background-color: #fd9ca4;
	text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .button-primary {
    min-width: auto;
    width: 100%;
	padding-block: 0.4em;
  }
}

.heading-lv1 {
  position: relative;
  font-size: 4.5rem;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heading-lv1 {
    font-size: 3.6rem;
  }
}

.heading-lv1::after {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  translate: -50%;
  content: "";
  display: inline-block;
  width: 7.5rem;
  height: 0.4rem;
  background-color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .heading-lv1::after {
    bottom: -2.5rem;
  }
}

.heading-lv2 {
  font-size: 2.5rem;
  color: var(--color-primary);
  line-height: 1.2;
  padding-left: 1rem;
  border-left: 3px solid var(--color-primary);
}

@media screen and (max-width: 767px) {
  .heading-lv2 {
    font-size: 2rem;
  }
}

/* footer */
.footer {
  letter-spacing: 0;
  padding-block: 10rem 5rem;
  background-color: #e1747d;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-block: 2.5rem;
  }
}

.footer a {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .footer a:hover {
    color: var(--color-white);
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
}

@media screen and (max-width: 1020px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	align-items: start;
	gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrap {
	gap: 0.8rem;
  }
}

.footer__first,
.footer__note-list {
  color: var(--color-white);

  a {
    color: var(--color-white);
  }
}

.footer__logo {
  width: 40rem;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 30rem;
  }
}

.footer__logo p {
  font-size: 4rem;
}

.footer__logo p span {
  font-size: 3rem;
}

.footer__info-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: 0.3em;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .footer__info-list {
    margin-top: 4rem;
    gap: 0.5em;
  }
}

.footer__info-list-item--web {
  text-decoration: none;
}

.footer__table-wrap {
  background-color: var(--color-white);
}

@media screen and (max-width: 767px) {
  .footer__table-wrap {
    padding-inline: 0.4rem;
  }
}


.footer__table-wrap table tr:first-of-type {
  color: var(--color-black);
}

.footer .time {
  font-size: 1.4rem
}

.footer .time th {
  padding: 5px;
}

.footer .time td {
  height: 6rem;
}

.footer__note-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: 0.2em;
  margin-top: 1em;
  list-style: none;
}

.footer__copyright {
  color: var(--color-white);
  text-align: center;
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 4rem;
  }
}

/* header */

.header-en .pc_menu{
	align-items: stretch;
}

.header-en .pc_menu_sub {
  top: 100%;
}

.header-en .pc_menu .pc_menu_li {
  flex:1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 2px;
}

.header-en .pc_menu .pc_menu_li h2{
    padding: 0;
	width: auto;
}

.header-en .pc_menu .pc_menu_li:hover {
    background-color: #ffe8ea;
    color: #e2747d;
}

.en-header-related-item{
	width: 49%;
}

.en-header-related-item h2{
	color: var(--color-black)!important;
}

.ap_menu_box:not(.ap_sm_visible.open) .sm_menu_bottom {
  pointer-events: none;
}

.ap_menu_box .sm_menu li{
	padding-right: 24px;
}

/* inner */
.inner {
  width: min(128rem, 100%);
  padding-inline: 4rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .inner {
   padding-inline: 2rem;
  }
}

/* about us */
.about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4rem;
  margin-top: 9.5rem;
}

@media screen and (max-width: 767px) {
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    margin-top: 9rem;
  }
}

.about__img {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .about__img {
    width: 100%;
  }
}

.about__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .about__text {
    font-size: 1.6rem;
  }
}

/* access */
.access {
  padding-top: 9rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .access {
    padding-top: 2.5rem;
  }
}

.access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5rem;
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
	margin-top: 7rem;
  }
}

.access__img {
  width: 43%;
}

@media screen and (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.access__note {
  color: var(--color-primary);
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .access__note {
    margin-top: 0.3em;
  }
}

.access__hawto {
  background-color: var(--color-bg);
  border-radius: 5px;
  padding: 1.5em;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .access__hawto {
    margin-top: 2.5rem;
    padding-block: 1.5em 1.3em;
    padding-inline: 1em;
  }
}

.access__howto-text {
  margin-top: 1em;
}

.access__map {
  height: 35rem;
  margin-top: 10rem;
  margin-inline: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .access__map {
    height: 40rem;
    margin-top: 3rem;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* banner-area */
.banner-area {
  margin-top: 8rem;
}

@media screen and (max-width: 1023px) {
  .banner-area {
  margin-top: 2.5rem;
  }
}

/* faq */
.faq{
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .faq {
    margin-top: 3rem;
  }
}

.faq__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: 5rem;
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .faq__list {
    gap: 2rem;
    margin-top: 5rem;
  }
}

.faq__question {
  position: relative;
  font-size: 3.2rem;
  color: var(--color-primary);
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: break-word;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 2.5rem;
  }
}

.faq__question::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
}

.faq__answer {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .faq__answer {
    margin-top: 1em;
  }
}

.faq__answer a {
  color: var(--color-primary);
  text-decoration: underline;
}

.faq__button {
  margin-top: 7.2rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid var(--color-black);
}

@media screen and (max-width: 767px) {
  .faq__button {
    margin-top: 3rem;
    padding-bottom: 4rem;
  }

  .faq__button.button-wrap{
    padding: 0 0 4rem;
  }

}

/* fv */
.fv__main-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .fv__main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	padding-top: 1em;
  }
}

@media screen and (max-width: 1023px) {
  .fv__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -12%;
  }
}

.fv__right-wrap {
  position: absolute;
  /* fv右側テキストtop：1024pxで20px → 1500pxで90px */
  top: clamp(20px, 20px + 70 * (100vw - 1024px) / 896, 90px);
  /* fv右側テキストright：1024pxで3px → 1919pxで90px */
  right: clamp(3px, calc(3px + (132 - 3) * ((100vw - 1024px) / (1919 - 1024))), 132px);
  width: fit-content;
}

@media screen and (max-width: 1023px) {
  .fv__right-wrap {
    position: static;
    display: contents;
  }
}

 /* 1950px以上では固定 */
@media (min-width: 1950px) {
  .fv__right-wrap {
    left: 54.5%;
	top: 20%;
  }
}

@media screen and (max-width: 1023px) {
  .fv__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    padding-inline: 2rem;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .fv__text {
    padding-inline: 0;
  }
}

.fv__text-main {
  font-size: clamp(2.4rem, 1.04vw + 1.33rem, 3.2rem);
	padding-left: 0.6em;
	line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .fv__text-main {
   font-size: clamp(2.4rem, 1.8rem + 0.9vw, 3.3rem);
   line-height: 1.3;
  }
}

.fv__text-main .black-bold {
  font-size: clamp(3rem, 1.04vw + 1.89rem, 4rem);
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
	.fv__text-main .black-bold {
  font-size: clamp(3rem, 2.25rem + 1.25vw, 4.1rem);
}
}

.fv__text-main .pink-bold {
  font-weight: bold;
  color: var(--color-primary);
}

.fv__text-sub {
  font-size: clamp(1.4rem, 0.52vw + 0.87rem, 1.8rem);
	margin-top: 1.7em;
	padding-left: 3.5em;
	line-height: 2;
}

@media screen and (max-width: 1023px) {
  .fv__text-sub {
    margin-top: 1em;
    font-size: clamp(1.4rem, 1rem + 0.5vw, 2rem);
	padding-left: 1.5em;
	line-height: 1.6;
}
}

.fv__banner {
  width: 37vw;
  max-width: 70.5rem;
  margin-top: 1.8rem;
}

@media screen and (max-width: 1023px) {
  .fv__banner {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -20%;
    width: 95%;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}

/*診療時間*/
.hours {
  padding-block: 8rem 10rem;
}

@media screen and (max-width: 767px) {
  .hours {
    padding-block: 4rem;
  }
}

@media screen and (max-width: 767px) {
.hours__table-wrap {
    margin-top: 6rem;
}
}

.hours .time {
  width: 100%;
  margin-top: 9.4rem;
	
  td {
  height: 9rem;
  }

  th {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .hours .time{
   margin-top: 0;
	  
	  td{
		  height: 4.5rem;
	  }
  }
}

.hours .time:first-child {
  margin-top: 8rem;
}


.hours__note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  row-gap: 1.5rem;
  margin-top: 4rem;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .hours__note-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-top: 1.3rem;
	  row-gap: 1rem;
  }
}

.hours__note-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .hours__note-list-item {
    -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: start;
	gap:0.5rem
  }
}

.hours__note-title {
  color: var(--color-primary);
  line-height: 1;
  padding: 0.8em 0.8em;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .hours__note-title {
    min-width: 31.3rem;
    text-align: center;
  }
}

.hours__note-text a{
	color: var(--color-primary);
	text-decoration: underline;
}

/* infection-control */
.infection-control {
  padding-top: 13rem;
}

@media screen and (max-width: 767px) {
  .infection-control {
    padding-top: 4rem;
  }
}

.infection-control__wrap {
  display: grid;
  grid-template-areas: "text img" "button button";
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3.7rem;
  row-gap: 3rem;
  grid-template-columns: 1fr 40%;
  margin-top: 11rem;
}

@media screen and (max-width: 767px) {
  .infection-control__wrap {
    grid-template-areas: "text" "button" "img";
    grid-template-columns: 1fr;
    margin-top: 7rem;
  }
}

.infection-control__text-wrap {
  grid-area: text;
  letter-spacing: 0.02em;
}

.infection-control__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: 1.4rem;
  margin-top: 3rem;
}

.infection-control__list-item {
  position: relative;
  padding-left: 1.1em;
}

.infection-control__list-item::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1;
  background-image: url("/img/icon_06.webp");
  background-size: contain;
}

.infection-control__img {
  grid-area: img;
}

.infection-control__button {
  grid-area: button;
  margin-inline: auto;
}

/* medical-subject  */
.medical-subject {
  padding-block: 10rem 8rem;
  background-color: var(--color-bg);
}

@media screen and (max-width: 767px) {
  .medical-subject {
    padding-block: 2.5rem 6rem;
  }
}

.medical-subject__wrap {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .medical-subject__wrap {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }
}

.medical-subject__divider {
  background: var(--color-gray);
}

.medical-subject__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: 3rem;
}

.medical-subject__list--left {
  padding-right: 9%;
}

@media screen and (max-width: 767px) {
  .medical-subject__list--left {
    padding-right: 0;
  }
}

.medical-subject__list--right {
  padding-left: 6%;
}

@media screen and (max-width: 767px) {
  .medical-subject__list--right {
    padding-left: 0;
    margin-top: 2rem;
  }
}

.medical-subject__list-item-title {
  overflow-wrap: break-word;
  word-break: break-word;
}

.medical-subject__list-item-text {
	letter-spacing: 0.01em;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .medical-subject__list-item-text {
    margin-top: 1.5em;
  }
}

/* news */
.news {
  margin-top: 8rem;
}

.ap_news_fgn_content_left {
  width: 14%;
}

@media screen and (max-width: 1024px) {
  .ap_news_fgn_content_left {
    width: 19%;
  }
}

@media screen and (max-width: 767px) {
  .ap_news_fgn_content_left {
    width: 100%;
  }
}

.ap_news_fgn_content_left::after {
  display: none;
}

.ap_news_fgn_btn {
     margin-top: 10.7rem;
  }

@media screen and (max-width: 767px) {
  .ap_news_fgn_btn {
    margin-top: 0.5em;
    text-align: center;
  }
}

.ap_news_fgn_btn a {
  font-size: 1.8rem;
  color: var(--color-primary);
  text-decoration: underline;
}

.ap_news_fgn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}

@media screen and (max-width: 1024px) {
  .ap_news_fgn_flex {
    gap: 4%;
  }
}

@media screen and (max-width: 767px) {
  .ap_news_fgn_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .ap_news_fgn_title {
    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;
  }
}

.ap_news_fgn_title_text {
  font-size: 4.5rem;
  font-weight: bold;
  color: var(--color-primary);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .ap_news_fgn_title_text {
    font-size: 4rem;
    text-align: center;
  }
}

.ap_news_fgn_content_right {
  width: 79%;
}

@media screen and (max-width: 767px) {
  .ap_news_fgn_content_right {
	  width: 100%;
    margin-top: 3rem;
  }
}

.ap_news_fgn_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  padding-block: 2rem;
  border-bottom: 1px solid var(--color-gray);
}

@media screen and (max-width: 767px) {
  .ap_news_fgn_article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	  gap: 8px;
	  padding-block: 0px 8px;
  }
}

.ap_news_fgn_date {
  font-size: 1.8rem;
  color: var(--color-gray);
}

.ap_news_fgn_headline {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  flex: 1 1 0;
  min-width: 0;
}

.ap_news_fgn_headline a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (any-hover: hover) {
  .ap_news_fgn_headline:hover {
    color: var(--color-primary);

    a {
      text-decoration: none;
    }
  }
}

@media screen and (max-width: 767px) {
  .ap_news_fgn_headline a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	white-space: normal;
	line-height: 1.7;
  }
}

/* policies */
.policies {
  margin-top: 10.8rem;
}

@media screen and (max-width: 767px) {
  .policies {
    margin-top: 5rem;
  }
}

.policies__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: 4rem;
  margin-top: 10.5rem;
}

@media screen and (max-width: 767px) {
  .policies__list {
    margin-top: 7rem;
  }
}

.policies__list-item-text {
  margin-top: 1.4em;
  letter-spacing: 0.01em;
}

/* related-orgs */
.related-orgs {
  padding-block: 6rem;
}

@media screen and (max-width: 767px) {
  .related-orgs {
    padding-block: 3rem 0;
  }
}

.related-orgs__banners {
  margin-top: 8.5rem;
}

@media screen and (max-width: 767px) {
  .related-orgs__banners {
    margin-block: 5.5rem;
  }
}

/* system */
.system--01 {
  margin-block: 5rem 10rem;
}

@media screen and (max-width: 767px) {
  .system--01 {
    margin-block: 0 4rem;
  }
}

.system--02 {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .system--02 {
    margin-top: 3rem;
  }
}

.system__list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 1023px) {
  .system__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 2rem;
  }
}

.system__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: var(--color-white);
}

@media (any-hover: hover) {
  .system__item a:hover{
    text-decoration: none;
  }
}

.system__item::after {
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  content: "";
  display: inline-block;
  width: 2.5rem;
  aspect-ratio: 1;
  background-image: url("/img/bgp_01.webp");
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  .system__item::after{
    width: 1.6rem;
  }
}

.system__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 2rem;
  border: 2px solid var(--color-primary);
  border-radius: 5px;
  padding-block: 2rem;
  padding-inline: 1.5rem 2.4rem;
}

@media screen and (max-width: 1023px) {
  .system__link {
	  gap: 1.5rem;
  }
}

.system__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
	width: 8.5rem;
}

@media screen and (max-width: 1023px) {
  .system__icon {
    width: 5rem;
  }
}


.system__icon--01 {
  width: 7.6rem;
}

.system__icon--02 {
  width: 6.4rem;
}

@media screen and (max-width: 1023px) {
  .system__icon--02 {
    width: 4.3rem;
  }
}

.system__icon--03{
	width: 8.5rem;
}

@media screen and (max-width: 1023px) {
  .system__icon--01,.system__icon--03 {
    width: 5rem;
  }
}

.system__content{
	letter-spacing: 0;
	line-height: 1.2;
}

.system__title {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--color-primary);
}

.system__text {
  margin-top: 1rem;
}

/* treatment */
.treatment__wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  -webkit-column-gap: 5.7rem;
  -moz-column-gap: 5.7em;
  column-gap: 5.7rem;
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .treatment__wrap {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
.treatment__right{
	margin-top: 3rem;
}
}

.treatment__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.treatment__item:not(:first-child) {
   margin-top: 3rem;
}

.treatment__item-title {
  position: relative;
  font-size: 2.4rem;
  padding-left: 4.5rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-gray);
}

@media screen and (max-width: 767px) {
  .treatment__item-title {
    font-size: 2.2rem;
    line-height: 1.2;
}
}

.treatment__item-title::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 1rem;
  content: "";
  display: inline-block;
  width: 2.4rem;
  aspect-ratio: 1;
  background-image: url("/img/icon_06.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

.treatment__item-text {
  margin-top: 1em;
}

.treatment__detail-list {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .treatment__detail-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.treatment__detail-list-item {
  position: relative;

  a {
    color: var(--color-primary);
    text-decoration: underline;
    padding-left: 0.75em;
  }
}

.treatment__detail-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "·";
  color: var(--color-primary);
  display: inline-block;
}

.treatment__nutrients-button {
  width: 100%;
  color: var(--color-primary);
  text-align: center;
  padding-block: 0.5em;
  margin-top: 2rem;
  border-radius: 5px;
  border: 1px solid var(--color-primary);
}

.treatment__nutrients-button span {
  position: relative;
  padding-left: 2.5em;
}

.treatment__nutrients-button span::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.8em;
  aspect-ratio: 1;
  background-image: url("/img/icon_04.webp");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.treatment__nutrients-button.is-open span::before {
  background-image: url("/img/icon_05.webp");
}

.treatment__hidden-list {
  display: none;
}

.treatment__hidden-list-item {
  position: relative;
  color: var(--color-primary);
  text-decoration: underline;
}

.treatment__hidden-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "·";
  display: inline-block;
}