@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*------------------------------
// ブレークポイント
------------------------------*/
/*------------------------------
// カラー設定
------------------------------*/
/*------------------------------
// 角丸
------------------------------*/
/*------------------------------
// 余白
------------------------------*/
/*------------------------------T
// Typography
------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
@media screen and (max-width:599px) {
  html {
    scroll-padding-top: 72px;
  }
}

body {
  font-family: "Noto Sans JP";
  box-sizing: border-box;
}

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

a {
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-decoration: none !important;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.main {
  margin: 100px 0 0;
}
@media screen and (max-width:599px) {
  .main {
    margin-top: 57px;
  }
}

@media screen and (max-width:599px) {
  .forPC {
    display: none;
  }
}

@media screen and (min-width:600px) {
  .forSP {
    display: none;
  }
}

.is-layout-flow {
  margin: 100px 0 0 !important;
}
@media screen and (max-width:599px) {
  .is-layout-flow {
    margin-top: 57px !important;
  }
}

.l-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width:599px) {
  .l-inner {
    max-width: initial;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.page-body {
  padding: 104px 0 180px;
  margin: 0 auto !important;
}

@media (max-width: 1080px) {
  .page-body {
    padding: 56px 5% 80px;
  }
}
.layout-inner {
  padding: 24px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.btn-primary {
  display: flex;
  min-width: 240px;
  max-width: 335px;
  justify-content: center;
  align-items: center;
  line-height: 130%;
}
.btn-primary--small {
  min-width: 170px;
  width: 170px;
}

.button__more {
  width: fit-content;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #6BB515;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 130%;
  padding-right: 56px;
  text-align: right;
  position: relative;
}
.button__more::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../assets/images/ico_button_primary.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}

.back-button {
  width: fit-content;
  margin: 0 auto;
}
.back-button a {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: block;
  padding-left: 56px;
  position: relative;
}
.back-button a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../assets/images/ico_back_deep.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../assets/images/ico_button_slider.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../assets/images/ico_button_slider.svg) no-repeat center/contain;
  position: absolute;
  right: -16px;
  top: 0;
  transform: scale(-1, 1);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 3px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #6F6F6F !important;
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6BB515 !important;
}

.cta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width:430px) {
  .cta {
    flex-direction: column;
    gap: 8px;
    margin: 48px auto 0;
  }
}
.cta__button {
  width: 264px;
  height: 64px;
  border-radius: 32px;
}
@media screen and (max-width:430px) {
  .cta__button {
    width: 100%;
    max-width: 400px;
    height: 75px;
    border-radius: 40px;
  }
}
.cta__button--tel {
  background-color: #082C0C;
}
.cta__button--web {
  background-color: #00B4AD;
}
.cta__button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 1px 20px;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.cta__button span {
  line-height: 1;
  font-size: 12px;
}
.cta__button p {
  line-height: 1.3;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 500;
}
@media screen and (max-width:599px) {
  .cta__button p {
    font-size: clamp(14px, 4.8vw, 17px);
  }
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cta-fixed.js-cta-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cta-fixed__contact {
  display: flex;
  height: 65px;
}
.cta-fixed__contact-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cta-fixed__contact-item a p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
.cta-fixed__contact-item a p img {
  margin-right: 4px;
}
.cta-fixed__contact-item a small {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
.cta-fixed__contact-item--tel {
  width: 38.6%;
  background-color: #082C0C;
  color: #FFF;
}
.cta-fixed__contact-item--web {
  width: 38.6%;
  background-color: #00B4AD;
  color: #FFF;
}
.cta-fixed__contact-item--ham {
  width: 22.8%;
  background-color: #FFF;
}

.schedule-table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  text-align: center;
  background: #FFF;
}
.schedule-table__heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  background: #F7F5F0;
  text-align: center;
  padding: 16px 8px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}
.schedule-table__heading:last-child {
  border-right: 1px solid #E6E6E6;
}
.schedule-table__time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 16px 8px;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
.schedule-table__cell {
  padding: 16px 8px;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  color: #6BB515;
}
/* 
.schedule-table__cell--partial {
  color: rgba(8, 44, 12, 0.1882352941);
}
*/
.schedule-table__note {
  font-size: 12px;
  line-height: 1.3;
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
}

@media screen and (max-width:599px) {
  .schedule-table__time {
    font-size: 13px;
  }
  .schedule-table__heading {
    font-size: clamp(12px, 3.4vw, 14px);
  }
  .schedule-table__cell {
    font-size: 10px;
  }
}
.tab-item {
  padding: 16px 16px 12px 16px;
  border-radius: 4px 4px 0px 0px;
  background: #E6E6E6;
  color: #6F6F6F;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  position: relative;
}
.tab-item::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 2px solid #6F6F6F;
  border-right: 2px solid #6F6F6F;
  position: absolute;
  bottom: 16px;
  left: 48%;
  transform: translateX(-50%) rotate(135deg);
}
.tab-item.is-active {
  background: #00B4AD;
  color: #FFF;
}
.tab-item.is-active::before {
  content: "";
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.tab-item.is-active::after {
  content: "";
  width: 100vw;
  height: 2px;
  border-bottom: 2px solid #00B4AD;
  position: absolute;
  bottom: 0;
  left: -15%;
  z-index: 1;
}
.tab-item:nth-child(2).is-active {
  background: #6BB515;
}
.tab-item:nth-child(2).is-active::after {
  content: "";
  width: 100vw;
  height: 2px;
  border-bottom: 2px solid #6BB515;
  position: absolute;
  bottom: 0;
  left: unset;
  right: -14%;
  z-index: 1;
}

.tab-panel {
  display: none;
}
.tab-panel.is-active {
  display: block;
}

.heading2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #6BB515;
}
@media screen and (max-width:599px) {
  .heading2 {
    font-size: clamp(20px, 6.4vw, 24px);
    padding-left: 16px;
    padding-bottom: 2px;
  }
}

.links {
  margin: 0 !important;
  background-color: #FCF9F2;
}
.links__inner {
  padding: 48px 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.links__items {
  display: flex;
  gap: 24px;
}
.links__item {
  width: calc(50% - 12px);
  height: 230px;
}
.links__item--tour {
  background: url(../../../assets/images/page/bg_link-tour_pc.png) no-repeat center/cover;
}
.links__item--about {
  background: url(../../../assets/images/page/bg_link-about_pc.png) no-repeat center/cover;
}
.links__item--doctor {
  background: url(../../../assets/images/page/bg_link-doctor_pc.png) no-repeat center center;
  background-size: contain;
  height: 230px; 
}
.links__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.links__item-text {
  color: #FFF;
  font-size: clamp(14px, 1.38vw, 20px);
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  left: 24px;
  bottom: 16px;
}
.links__item-button {
  width: fit-content;
  height: 64px;
  padding: 24px 56px 8px 20px;
  background-color: #FCF9F2;
  border-radius: 12px 0px 0px 0px;
  color: #6BB515;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.links__item-button::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../assets/images/ico_button_primary.svg) no-repeat center/contain;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  .links__inner {
    padding: 5%;
  }
  .links__items {
    flex-direction: column;
    align-items: center;
  }
  .links__item {
    width: 100%;
    max-width: 550px;
    height: 240px;
  }
  .links__item--tour {
    background: url(../../../assets/images/page/bg_link-tour_sp.png) no-repeat center/cover;
  }
  .links__item--about {
    background: url(../../../assets/images/page/bg_link-about_sp.png) no-repeat center/cover;
  }
  .links__item--doctor {
    background: url(../../../assets/images/page/bg_link-doctor_sp.png) no-repeat center/cover;
  }
  .links__item-text {
    width: 100%;
    padding-right: 12px;
    text-align: right;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }
  .links-button {
    width: fit-content;
    height: 56px;
  }
}
.reservation {
  margin-top: 0 !important;
  padding: 120px 0;
  background: url(../../../assets/images/top/bg_reservation_pc.jpg) no-repeat center/cover;
}
.reservation__wrap {
  display: flex;
  justify-content: space-between;
}
.reservation__disc {
  width: 49%;
  max-width: 600px;
}
.reservation__heading2 {
  font-size: clamp(24px, 2.7vw, 40px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 40px;
}
.reservation__heading2 .en {
  display: block;
  color: #6BB515;
  font-size: clamp(48px, 5vw, 72px);
  font-family: "Lato";
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.reservation__text {
  font-size: 14px;
  line-height: 180%;
}
.reservation__cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 39%;
  max-width: 480px;
}
.reservation__cta-item {
  width: 100%;
  min-height: 145px;
}
.reservation__cta-item--tel {
  background-color: #082C0C;
}
.reservation__cta-item--web {
  background-color: #00B4AD;
}
.reservation__cta-item a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.reservation__cta-item .note {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.reservation__cta-item .tel-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.28px;
  margin-bottom: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.reservation__cta-item .web-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.reservation__cta-item .info {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

@media (max-width: 900px) {
  .reservation {
    margin-top: 0;
    padding: 72px 0 56px;
    background: url(../../../assets/images/top/bg_reservation_sp.jpg) no-repeat center/cover;
  }
  .reservation__wrap {
    flex-direction: column;
    max-width: 550px;
    margin: 0 auto;
  }
  .reservation__disc {
    width: 100%;
  }
  .reservation__cta {
    width: 100%;
    gap: 16px;
    margin: 0 auto;
  }
  .reservation__cta-item {
    min-height: initial;
  }
  .reservation__cta-item a {
    padding: 5.8%;
    min-height: 125px;
  }
  .reservation__cta-item .info {
    font-size: 12px;
  }
  .reservation__cta-item .web-text {
    margin-bottom: 0;
  }
  .reservation__heading2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.6;
  }
  .reservation__heading2 .en {
    margin-bottom: 24px;
  }
  .reservation__text {
    font-weight: 500;
    line-height: 250%;
    margin-bottom: 28px;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 40px;
  background-color: #FFF;
}
.header__logo a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__logo img {
  width: 247.5px;
  height: 47.5px;
}
@media screen and (max-width:430px) {
  .header__logo {
    width: auto;
    height: 33px;
  }
  .header__logo a {
    gap: 12px;
  }
  .header__logo img {
    width: 170px;
    height: 33px;
  }
}
.header__clinicName {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.9px;
}
@media screen and (max-width:430px) {
  .header__clinicName {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.header__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__menu-item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.header__menu {
  display: flex;
  gap: 32px;
}
.header__info {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__info-item {
  padding-left: 28px;
  border-left: 1px solid #E6E6E6;
}
.header__info-item:last-child {
  padding-right: 28px;
  border-right: 1px solid #E6E6E6;
}
.header__info-item a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.header__button button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: flex-end;
  color: #082C0C;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.4px;
}
.header-ham {
  position: relative;
}
.header-ham span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #C7C7C7;
}
.header-ham span:nth-of-type(1) {
  top: 12px;
  left: 0;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.header-ham span:nth-of-type(2) {
  top: 20px;
  left: 0;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.header-ham.active span:nth-of-type(1) {
  transform: translateY(0px) rotate(-195deg);
  top: 18px;
  transition: transform 0.3s ease-in-out;
}
.header-ham.active span:nth-of-type(2) {
  transform: translateY(0px) rotate(195deg);
  top: 18px;
}

/* ハンバーガーメニュー */
@media screen and (max-width:599px) {
  .header__inner {
    position: relative;
    padding: 12px 20px;
  }
  .header__item {
    display: none;
    padding: 20px 24px 32px;
  }
  .header__item.active {
    display: block;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: fit-content;
    background: #FFF;
    z-index: 1000;
  }
  .header__menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }
  .header__text {
    padding-bottom: 20px;
  }
  .header__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header__button button {
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.53px;
  }
  .header-ham {
    width: 32px;
    height: 32px;
    padding: 0 2px;
    position: relative;
  }
  .header-ham span {
    width: 90%;
    height: 2px;
    display: block;
    position: absolute;
    transition: transform 0.3s ease-in-out;
    background-color: #082C0C;
  }
  .header-ham span:nth-of-type(1) {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-ham span:nth-of-type(2) {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-ham.active {
    width: 44px;
    height: 44px;
    padding: 0 2px;
    position: relative;
  }
  .header-ham.active span:nth-of-type(1) {
    transform: rotate(205deg) translateX(50%);
    top: 24px;
    left: 44%;
    transition: transform 0.3s ease-in-out;
  }
  .header-ham.active span:nth-of-type(2) {
    transform: rotate(-205deg) translateX(50%);
    top: 7px;
    left: 44%;
    transition: transform 0.3s ease-in-out;
  }
}
.panel {
  display: none;
  width: 100%;
  padding: 80px 100px 220px;
  background-color: #F8FBEE;
  position: absolute;
  top: 100px;
  left: 0;
}
.panel__flex {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.panel__block--first {
  width: 50%;
  max-width: 620px;
}
.panel__block--second {
  width: 44%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.panel__block-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 8px;
}
.panel__block-text {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 30px;
}
.panel__block-text a {
  text-decoration: underline !important;
}
.panel__menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 40px;
}
.panel__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.panel__nav li {
  max-width: 300px;
  width: 100%;
}
.panel__nav li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 20px 23px;
  border-bottom: 1px solid rgba(8, 44, 12, 0.062745098);
  display: block;
  position: relative;
}
.panel__nav li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../assets/images/arrow_rigth_deepprimary.svg) no-repeat center/contain;
  position: absolute;
  top: 10px;
  right: 20px;
}
.panel__sns-items {
  display: flex;
  gap: 20px;
}
.panel__sns-items a {
  width: 24px;
  height: 24px;
  display: block;
}

.panel.active {
  display: block;
  z-index: 10;
}

@media screen and (max-width:599px) {
  .panel {
    padding: 40px 5.33%;
    height: 93dvh;
    top: 56px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }
  .panel__flex {
    flex-direction: column;
    gap: 48px;
  }
  .panel__menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
  .panel__nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .panel__nav li {
    width: 100%;
    max-width: 500px;
  }
  .panel__nav li a {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 20px;
  }
  .panel__nav li a::before {
    right: 0;
  }
  .panel__block {
    width: 100%;
  }
  .panel__block--first {
    width: 100%;
  }
  .panel__block--second {
    width: 100%;
  }
  .panel .cta {
    margin: 0 auto;
  }
  .panel__sns-items {
    justify-content: center;
  }
  .panel__sns-item {
    margin-top: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1300px) {
  .header__nav-main,
  .header__nav-utility {
    display: none;
  }
  .panel__flex {
    flex-direction: column;
  }
  .panel__block--first {
    width: 100%;
  }
  .panel__block--second {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .panel {
    padding: 40px 5.33%;
    height: 94dvh;
    position: fixed;
    top: 98px;
    left: 0;
    overflow-y: scroll;
  }
}
.footer {
  background-color: #FCF9F2;
  margin-top: 0 !important;
}
@media screen and (max-width:599px) {
  .footer {
    padding-bottom: 68px;
  }
}
.footer__inner {
  padding: 120px 6.9%;
}
@media screen and (max-width:599px) {
  .footer__inner {
    padding: 80px 24px 32px;
  }
}
.footer__wrap-top {
  display: flex;
  gap: 88px;
}
@media screen and (max-width:599px) {
  .footer__wrap-top {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__info {
  width: 33.3%;
  max-width: 414px;
}
@media screen and (max-width:599px) {
  .footer__info {
    width: 100%;
    max-width: auto;
  }
}
.footer__logo {
  margin-bottom: 40px;
}
@media screen and (max-width:430px) {
  .footer__logo {
    max-width: 260px;
    margin-bottom: 28px;
  }
}
.footer__clinic-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 20px;
}
@media screen and (max-width:430px) {
  .footer__clinic-name {
    margin-bottom: 12px;
  }
}
.footer__address {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 20px;
}
@media screen and (max-width:430px) {
  .footer__address {
    margin-bottom: 8px;
  }
}
.footer__tel {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 40px;
}
@media screen and (max-width:430px) {
  .footer__tel {
    margin-bottom: 0;
  }
}
.footer__menu {
  width: 50%;
}
@media screen and (max-width:430px) {
  .footer__menu {
    width: 100%;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width:430px) {
  .footer__nav {
    column-gap: 20px;
    row-gap: 0;
  }
}
.footer__nav li {
  min-width: 4em;
  font-weight: 700;
}
@media screen and (max-width:430px) {
  .footer__nav li {
    width: calc(50% - 10px);
  }
}
.footer__nav li a {
  display: block;
}
@media screen and (max-width:430px) {
  .footer__nav li a {
    padding: 20px 8px;
    border-top: 1px solid rgba(8, 44, 12, 0.062745098);
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width:430px) {
  .footer__links {
    margin-left: 0;
  }
}
.footer__links li {
  font-size: 14px;
  line-height: 100%;
}
.footer__links li span {
  margin-left: 8px;
}
.footer__wrap-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:430px) {
  .footer__wrap-bottom {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
}
.footer__copy {
  font-size: 12px;
  line-height: 1;
}
.footer__sns {
  display: flex;
  gap: 20px;
}
.footer__sns a {
  width: 24px;
  height: 24px;
  display: block;
}

.breadcrumbs {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 0 12px 24px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:600px) {
  .breadcrumbs {
    padding: 12px 0;
  }
}
.breadcrumbs span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #3B4043;
  min-width: fit-content;
}
.breadcrumbs__icon {
  display: inline-block;
  margin: 0 8px;
  padding: 0 6px;
  width: 12px;
  height: 12px;
  background-image: url(../../../assets/images/ico_bread_arror.svg);
}

@media (max-width: 1265px) {
  .breadcrumbs {
    padding-left: 24px;
    box-sizing: border-box;
  }
}
.page-head {
  width: 100%;
  height: 467px;
  background: linear-gradient(90deg, #6BB515 0%, #F8FBEE 74.03%), #FFF;
  margin-bottom: 64px !important;
}
.page-head__inner {
  max-width: 1308px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
}
.page-head__inner::before {
  content: "";
  width: 33%;
  height: 100%;
  max-width: 426px;
  max-height: 265px;
  background: url(../../../assets/images/page/bg_page_head_pc.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:599px) {
  .page-head__inner {
    padding: 0 24px;
    box-sizing: border-box;
  }
}
.page-head__image {
  display: block;
  width: 61%;
  max-width: 880px;
  position: absolute;
  right: 0;
  bottom: -64px;
}
.page-head__heading1 {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-weight: 700;
  line-height: 130%;
  font-size: 20px;
}
.page-head__heading1-en {
  font-size: clamp(40px, 5vw, 72px);
  font-family: "Lato";
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width:599px) {
  .page-head {
    background: linear-gradient(247deg, #F8FBEE 14.71%, #6BB515 55.37%), #FFF;
    margin-bottom: 0 !important;
    height: 90vw;
  }
  .page-head__inner::before {
    background: url(../../../assets/images/page/bg_page_head_sp.png) no-repeat center/contain;
    position: absolute;
    left: 24px;
    top: unset;
    bottom: 20px;
    transform: unset;
    width: 167px;
    height: 104px;
  }
  .page-head__heading1 {
    font-size: 16px;
    top: unset;
    bottom: -8px;
  }
  .page-head__heading1-en {
    margin-bottom: 16px;
    font-size: clamp(32px, 12.8vw, 48px);
  }
  .page-head__image {
    width: 100%;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
  }
}
.page-404 {
  margin: 150px auto 88px !important;
}
.page-404__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.page-404__code {
  color: #6BB515;
  font-family: "Lato";
  font-weight: 400;
  font-size: 120px;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width:599px) {
  .page-404__code {
    font-size: 64px;
  }
}
.page-404__label {
  font-family: "Lato";
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width:599px) {
  .page-404__label {
    font-size: 40px;
  }
}
.page-404__message {
  text-align: center;
  font-size: 14px;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 40px;
}

.article {
  background-color: #F8FBEE;
  padding: 64px 0 120px !important;
}
@media screen and (max-width:599px) {
  .article {
    padding: 32px 0 80px !important;
  }
}
.article__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 56px 3.8vw 20px;
  background: #FFF;
}
@media screen and (max-width:599px) {
  .article__inner {
    padding: 56px 5% 20px;
  }
}
.article .back-button {
  padding-top: 64px;
}
@media screen and (max-width:599px) {
  .article .back-button {
    padding-top: 40px;
  }
}
.article__contents {
  width: 100%;
}
.article__contents .wp-block-image {
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.article__contents p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
}
.article__contents p a {
  color: #6BB515;
  text-decoration-line: underline !important;
}
.article__contents p a.article__contents-button {
  text-decoration-line: none !important;
  margin: 0 auto 48px;
  display: flex;
  justify-content: center;
  padding-right: 56px;
  width: fit-content;
  position: relative;
}
.article__contents p a.article__contents-button::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../assets/images/ico_button_primary.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article__contents h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 40px;
}
.article__contents h2.wp-block-heading {
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}
.article__contents h3.wp-block-heading {
  margin-top: 8px;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  padding-left: 20px;
  border-left: 4px solid #6BB515;
}
@media screen and (max-width:599px) {
  .article .news__article-info--single {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 20px;
  }
  .article .news__article-info--single .news__article-category {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .article__contents h1 {
    font-size: 20px;
  }
}

.achive-news {
  margin-top: 168px !important;
  margin-bottom: 104px;
}
.achive-news__inner {
  display: flex;
  gap: 64px;
}
.achive-news__main {
  width: 100%;
}
.achive-news .news__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: relative;
}
.achive-news .news__pagination .page-numbers {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #6F6F6F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 11px;
  width: 56px;
  height: 56px;
}
.achive-news .news__pagination .page-numbers.current {
  color: #FFF;
  border-radius: 36px;
  background: #6BB515;
}
.achive-news .news__pagination .page-numbers.next {
  position: absolute;
  right: 0;
}
.achive-news .news__pagination .page-numbers.next::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/top/ico_arrow_news.svg) no-repeat center/contain;
  position: absolute;
  transform: translate(-50%, -50%) rotate(90deg);
  top: 50%;
  left: 50%;
  filter: invert(0.5);
}

.news {
  margin-bottom: 48px;
}

.achive-side {
  min-width: 188px;
}
.achive-side .tab-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.achive-side .tab-menu li {
  width: 100%;
  text-align: center;
}
.achive-side .tab-menu li:first-child {
  margin-bottom: 20px;
}
.achive-side .tab-menu li.is-active::before {
  content: none;
}
.achive-side .tab-menu li.is-active::after {
  content: none;
}
.achive-side .tab-menu li button {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: block;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  transition: 0.3s;
}
.achive-side .tab-menu li button:hover {
  opacity: 0.8;
}
.achive-side .tab-menu li button.is-active {
  color: #FFF;
  background: #6BB515;
  border: 1px solid #6BB515;
}
.achive-side .tab-item.is-active::after,
.achive-side .tab-item::before {
  content: none;
}

@media screen and (max-width:599px) {
  .achive-news {
    margin-top: 56px !important;
    margin-bottom: 80px;
  }
  .achive-news__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .news__article-text {
    height: fit-content;
  }
  .achive-side {
    width: 100%;
  }
  .achive-side .tab-menu {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 8px;
  }
  .achive-side .tab-menu li:first-child {
    margin: 0;
  }
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  border: 5px solid #F8FBEE;
  border-top-color: #6BB515;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.page-flow__desc {
  margin-bottom: 80px;
  padding: 40px;
  border: 1px solid #E6E6E6;
}
.page-flow__text {
  font-size: 14px;
  line-height: 180%;
}
.page-flow__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-flow__item {
  padding: 40px;
  background: #FCF9F2;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.page-flow__item-text {
  width: 56%;
  max-width: 500px;
}
.page-flow__item-text span {
  color: #B9DB52;
  font-family: "Lato";
  font-size: 48px;
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  display: block;
  margin-bottom: 8px;
  line-height: 100%;
  text-transform: uppercase;
}
.page-flow__item-title {
  font-size: clamp(20px, 1.66vw, 24px);
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 12px;
}
.page-flow__item-desc {
  font-size: 14px;
  line-height: 1.8;
}
.page-flow__item-image {
  width: 42%;
  max-width: 380px;
  height: fit-content;
}

@media screen and (max-width:599px) {
  .page-flow__desc {
    padding: 24px;
  }
  .page-flow__inner {
    padding: 0 !important;
  }
  .page-flow__item {
    flex-direction: column;
    padding: 16px 24px 24px;
    gap: unset;
  }
  .page-flow__item-text {
    display: contents;
  }
  .page-flow__item span {
    font-size: 40px;
  }
  .page-flow__item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .page-flow__item-desc {
    order: 4;
  }
  .page-flow__item-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.page-access {
  margin-top: 168px !important;
}
@media screen and (max-width:599px) {
  .page-access {
    margin-top: 0 !important;
  }
}
.page-access .information {
  margin-bottom: 80px;
}
@media screen and (max-width:599px) {
  .page-access .information {
    padding-top: 56px;
    margin-bottom: 24px;
  }
}
.page-access .information__inner {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  flex-wrap: wrap;
}
@media screen and (max-width:599px) {
  .page-access .information__inner {
    gap: 0;
  }
}
.page-access .information__detail {
  width: 100%;
  max-width: 472px;
}
.page-access .information__block {
  width: 100%;
  max-width: 472px;
}
@media screen and (max-width:599px) {
  .page-access .information__text {
    margin-bottom: 24px;
  }
  .page-access .information__block-text {
    margin-bottom: 24px;
  }
  .page-access .information__wrap-cta {
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  .page-access .information__detail {
    min-width: unset;
    display: contents;
  }
  .page-access .information__block {
    width: 100%;
    min-width: unset;
  }
  .page-access .information__wrap-schedule {
    margin-bottom: 24px;
  }
}

@media (min-width: 599px) and (max-width: 1080px) {
  .page-access .information__detail {
    max-width: 100%;
    min-width: 472px;
  }
  .page-access .information__block {
    max-width: 100%;
    min-width: 472px;
  }
}
.gallery {
  margin-bottom: 80px;
  padding-top: 40px;
  background-color: #FBFBFB;
}
.gallery__heading2 {
  color: #6BB515;
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  font-family: "Lato";
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.gallery-swiper {
  width: 100%;
  overflow: hidden;
}
.gallery__lists {
  display: flex;
  padding-bottom: 100px;
}
.gallery__item {
  width: 100%;
  height: auto;
}
@media screen and (min-width:600px) {
  .gallery__item {
    width: 680px !important;
    box-sizing: border-box;
    height: 510px;
  }
  .gallery__item-butons {
    position: relative;
    width: 740px;
    margin: 0 auto;
    top: -300px;
  }
}
.gallery .swiper-pagination {
  top: unset;
  bottom: 64px;
}
.gallery .swiper-button-prev:after {
  left: 0;
  top: -40px;
}
.gallery .swiper-button-next:after {
  right: 0;
  top: -40px;
}
@media screen and (max-width:599px) {
  .gallery {
    padding-top: 32px;
  }
  .gallery__heading2 {
    margin-bottom: 24px;
  }
  .gallery__lists {
    padding-bottom: 70px;
  }
  .gallery .swiper-pagination {
    bottom: 44px;
  }
  .gallery .swiper-button-prev:after {
    left: 0px;
    top: -28px;
  }
  .gallery .swiper-button-next:after {
    right: 0px;
    top: -28px;
  }
}
.gallery .swiper-slide {
  flex-shrink: 0;
  width: 66.6666666667%;
}
.gallery .swiper-slide img {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 600px) and (max-width: 767px) {
  .gallery__item {
    width: 500px !important;
    height: auto;
  }
  .gallery__item-butons {
    width: 550px;
    margin: 0 auto;
    top: -250px;
  }
}
.map {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 160px;
}
.map iframe {
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width:599px) {
  .map {
    margin-bottom: 80px;
  }
  .map iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.display-contents-pc {
  display: contents;
}
@media screen and (max-width:599px) {
  .display-contents-pc {
    display: flex;
    flex-direction: column-reverse;
  }
}

.page-menu .top {
  margin-top: 168px !important;
  margin-bottom: 104px;
  background: url(../../../assets/images/page/menu/bg_menu_top_pc.png) no-repeat top left/cover;
  padding: 80px 0;
}
.page-menu .top__wrap {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}
.page-menu .top__heading2 {
  width: 460px;
  color: #6BB515;
  font-size: 40px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 32px;
  margin-left: auto;
}
.page-menu .top__text {
  width: 460px;
  font-size: 14px;
  line-height: 180%;
  margin-left: auto;
}
.page-menu .operation {
  margin-bottom: 160px;
}
@media screen and (max-width:599px) {
  .page-menu .operation {
    margin-bottom: 80px;
  }
}
.page-menu .menu__block--others {
  background: #F8FBEE;
}
@media screen and (max-width:599px) {
  .page-menu .menu__block--others {
    margin-top: 24px;
  }
}
@media screen and (min-width:600px) {
  .page-menu .menu__block {
    width: 100%;
    display: flex !important;
    flex-direction: row-reverse;
    gap: 40px;
    justify-content: space-between;
  }
  .page-menu .menu__block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.page-menu .menu__block-content {
  display: flex;
  flex-direction: column;
  width: 420px;
}
.page-menu .menu__block img {
  max-width: 460px;
  width: 46%;
  height: 100%;
}
@media screen and (max-width:599px) {
  .page-menu .top {
    margin-top: 56px !important;
    margin-bottom: 64px;
    background: url(../../../assets/images/page/menu/bg_menu_top_sp.png) no-repeat top left/cover;
    padding: 120px 0 0;
  }
  .page-menu .top__wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
  .page-menu .top__heading2 {
    width: 100%;
    font-size: clamp(20px, 6.4vw, 24px);
    margin-bottom: 20px;
  }
  .page-menu .top__text {
    width: 100%;
    font-size: 14px;
  }
  .page-menu .menu__block-content {
    width: 100%;
  }
  .page-menu .menu__block img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 1080px) {
  .page-menu .menu__block img {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 820px) {
  .page-menu .top {
    padding: 48px 0;
  }
  .page-menu .top__heading2 {
    margin: 0 auto 24px;
  }
  .page-menu .top__text {
    margin: 0 auto;
  }
}
.page-price {
  margin-top: 168px !important;
}
@media screen and (max-width:599px) {
  .page-price {
    margin-top: 56px !important;
  }
}
.page-price .index {
  margin-bottom: 56px;
}
.page-price .index__inner {
  border: 1px solid #E6E6E6;
  padding: 40px;
}
.page-price .index__items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.page-price .index__item a {
  display: block;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  position: relative;
}
.page-price .index__item a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6BB515;
  border-right: 2px solid #6BB515;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-60%) rotate(135deg);
}
@media screen and (max-width:599px) {
  .page-price .index__items {
    flex-wrap: wrap;
  }
}
.page-price .operations {
  margin-bottom: 160px;
}
.page-price .operations__items {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.page-price .operations__item {
  background: #F0F7F4;
  padding: 56px 80px;
}
.page-price .operations__item-inner {
  background-color: #FFF;
  padding: 40px;
}
.page-price .operations__item-heading2 {
  margin-bottom: 32px;
}
.page-price .operations__item-images {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 2fr);
  margin-bottom: 40px;
}
.page-price .operations__item-image a {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-price .operations__item-image img {
  width: 100%;
}
.page-price .operations__item-name {
  font-size: 12px;
  line-height: 130%;
}
.page-price .operations__item-table {
  border: 1px solid #E6E6E6;
  width: 100%;
}
.page-price .operations__item-table tr:not(:last-of-type) {
  border-bottom: 1px solid #E6E6E6;
}
.page-price .operations__item-table td {
  vertical-align: inherit;
}
.page-price .operations__item-table .menu {
  padding: 24px;
  border-right: 1px solid #E6E6E6;
  width: 65.7%;
}
.page-price .operations__item-table .menu strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.page-price .operations__item-table .menu__desc {
  font-size: 14px;
  line-height: 1.8;
}
.page-price .operations__item-table .price {
  padding: 24px;
  background: #FBFBFB;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.page-price .operations__item-table .price small {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-top: 4px;
}
.page-price .operations__item-note {
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}
.page-price .operations__item-note:first-of-type {
  margin-top: 16px;
}
.page-price .operations__item-texts {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  margin-top: -8px;
  padding-left: 1.5em;
}
.page-price .operations__item-text {
  font-size: 14px;
  line-height: 180%;
  list-style: disc;
}
.page-price .operations__item-flex {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
.page-price .operations__item-flex img {
  min-width: 277px;
  width: 100%;
  height: auto;
}
.page-price .operations__item-desc {
  font-size: 14px;
  line-height: 180%;
}
.page-price .operations__item-desc strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 8px;
  display: block;
}
.page-price .operations__item-option {
  font-size: 14px;
  line-height: 180%;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width:599px) {
  .page-price .operations {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 80px;
  }
  .page-price .operations__item {
    padding: 40px 5%;
  }
  .page-price .operations__item-inner {
    padding: 16px 16px 24px;
  }
  .page-price .operations__item-heading2 {
    padding-left: 16px;
  }
  .page-price .operations__item-images {
    gap: 8px;
    grid-template-columns: repeat(2, 3fr);
    margin-bottom: 24px;
  }
  .page-price .operations__item-table .menu {
    padding: 12px;
    width: 56%;
  }
  .page-price .operations__item-table .menu strong {
    font-size: 14px;
  }
  .page-price .operations__item-table .menu__desc {
    font-size: 12px;
  }
  .page-price .operations__item-table .price {
    padding: 12px;
    font-size: 12px;
  }
  .page-price .operations__item-table .price small {
    font-size: 12px;
  }
  .page-price .operations__item-note {
    text-align: start;
  }
  .page-price .operations__item-texts {
    margin-top: -16px;
  }
  .page-price .operations__item-flex {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .page-price .operations__item-flex img {
    width: 100%;
    min-width: 100%;
  }
}

.page-doctor {
  margin-top: 168px !important;
}
.page-doctor .staff-image {
  width: 34%;
  max-width: 340px;
  max-height: 510px;
  margin: 0;
  aspect-ratio: 340/510;
  height: 100%;
}
.page-doctor .description {
  width: 59.6%;
}
.page-doctor .description .heading3 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
  padding-bottom: 32px;
  border-bottom: 1px solid #6BB515;
}
.page-doctor .description .heading3 span {
  color: #6BB515;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.page-doctor .president {
  margin-bottom: 120px;
}
.page-doctor .president__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.page-doctor .president__desc-text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 180%;
}
.page-doctor .president__sns {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.page-doctor .president .doctor__more {
  margin: 0 auto;
}
.page-doctor .doctor__heading4 {
  color: #6BB515;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.page-doctor .doctor__info {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
}
.page-doctor .doctor__info--president {
  padding: 40px;
  background: #F8FBEE;
  margin-bottom: 48px;
  flex-wrap: wrap; /* 子要素が1つでも幅に収まらなければ折り返す */
}
.page-doctor .doctor__info-item ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  max-width: 290px;
}
.page-doctor .doctor__info-item li {
  font-size: 14px;
  line-height: 1.6;
  list-style: disc;
  margin-left: 1.5em;
}
.page-doctor .doctor__info-item--career ul {
  gap: 12px;
}
.page-doctor .doctor__info-item--career li {
  list-style: none;
  margin-left: 0;
  line-height: 1.3;
}
.page-doctor .doctor__info-item--career li .year {
  display: block;
}
.page-doctor .doctor__info--president .doctor__info-item {
  flex: 1 1 0;
  max-width: 100%;
}
.page-doctor .select {
  margin-bottom: 64px;
  padding: 20px 32px;
  background: #F0F7F4;
  border-radius: 8px;
}
.page-doctor .select__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-doctor .select__item {
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 6px 16px 9px;
  cursor: pointer;
}
.page-doctor .select__item.is-active {
  color: #FFF;
  background-color: #6BB515;
  border: 1px solid #6BB515;
}
.page-doctor .doctors {
  margin-bottom: 120px;
}
.page-doctor .doctors__items {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.page-doctor .doctors__item {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 64px;
}
.page-doctor .doctors__desc-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 180%;
}
.page-doctor .doctors__info {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.page-doctor .hygienist {
  margin-bottom: 120px;
}
.page-doctor .hygienist__items {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.page-doctor .hygienist__item {
  display: flex;
  align-items: center;
  gap: 64px;
}
.page-doctor .hygienist .doctor__more {
  margin-top: 40px;
}
.page-doctor .receptionist {
  margin-bottom: 160px;
}
.page-doctor .receptionist__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-doctor .receptionist__item {
  width: calc(33.3% - 20px);
}
.page-doctor .receptionist .staff-image {
  width: 100%;
  max-width: 304px;
  max-height: 458px;
  margin-bottom: 40px;
  aspect-ratio: 305/458;
  height: auto;
}
.page-doctor .receptionist .description {
  width: 100%;
}

@media screen and (max-width:599px) {
  .page-doctor {
    margin-top: 56px !important;
  }
  .page-doctor .president__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .page-doctor .president__sns {
    margin-top: 24px;
  }
  .page-doctor .president .staff-image {
    width: 100%;
    max-width: 100%;
    max-height: initial;
  }
  .page-doctor .doctor__info {
    flex-direction: column;
  }
  .page-doctor .doctor__info--president {
    padding: 24px;
    margin-bottom: 24px;
  }
  .page-doctor .description {
    width: 100%;
  }
  .page-doctor .description .heading3 {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .page-doctor .description .heading3 span {
    font-size: 16px;
  }
  .page-doctor .doctors {
    background: none;
    padding: 0;
  }
  .page-doctor .doctors .description {
    display: contents;
  }
  .page-doctor .doctors .description .heading3 {
    font-size: 20px;
    padding-bottom: 24px;
    margin-left: 16px;
    width: calc(100% - 164px);
    height: fit-content;
  }
  .page-doctor .doctors .description .heading3 span {
    font-size: 16px;
  }
  .page-doctor .doctors .staff-image {
    width: 148px;
    height: auto;
    aspect-ratio: 148/222;
  }
  .page-doctor .doctors__item {
    flex-wrap: wrap;
    gap: unset;
    align-items: center;
  }
  .page-doctor .doctors__info {
    width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .page-doctor .doctor__info-item ul {
    max-width: 100%;
  }
  .page-doctor .hygienist {
    margin-bottom: 80px;
  }
  .page-doctor .hygienist .description {
    display: contents;
  }
  .page-doctor .hygienist .description .heading3 {
    font-size: 20px;
    padding-bottom: 24px;
    margin-left: 16px;
    width: calc(100% - 164px);
    height: fit-content;
  }
  .page-doctor .hygienist .description .heading3 span {
    font-size: 16px;
  }
  .page-doctor .hygienist .staff-image {
    width: 148px;
    height: auto;
    aspect-ratio: 148/222;
  }
  .page-doctor .hygienist__items {
    gap: 40px;
  }
  .page-doctor .hygienist__item {
    flex-wrap: wrap;
    gap: unset;
    align-items: center;
  }
  .page-doctor .hygienist__info {
    width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .page-doctor .hygienist .doctor__more {
    margin-top: 24px;
  }
  .page-doctor .receptionist {
    margin-bottom: 80px;
  }
  .page-doctor .receptionist__item {
    width: 100%;
  }
  .page-doctor .receptionist .description {
    display: contents;
  }
  .page-doctor .receptionist .description .heading3 {
    font-size: 20px;
    padding-bottom: 24px;
    margin-left: 16px;
    width: calc(100% - 164px);
    height: fit-content;
  }
  .page-doctor .receptionist .description .heading3 span {
    font-size: 16px;
  }
  .page-doctor .receptionist .staff-image {
    width: 148px;
    height: auto;
    aspect-ratio: 148/222;
    margin-bottom: 0;
  }
  .page-doctor .receptionist__items {
    gap: 40px;
  }
  .page-doctor .receptionist__item {
    display: flex;
    flex-wrap: wrap;
    gap: unset;
    align-items: center;
  }
}
.page-tour {
  margin-top: 168px !important;
}
@media screen and (max-width:599px) {
  .page-tour {
    margin-top: 56px !important;
  }
}
.page-tour .movie {
  margin-bottom: 80px;
}
.page-tour .movie__inner {
  background: #F0F7F4;
  padding: 40px 0;
}
.page-tour .movie__inner iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
  padding: 0 25px;
  height: 100%;
  aspect-ratio: 690/390;
}
@media screen and (max-width:599px) {
  .page-tour {
    margin-top: 56px !important;
  }
  .page-tour .movie__inner {
    width: 100%;
    padding: 16px;
  }
  .page-tour .movie__inner iframe {
    padding: 0;
  }
}
.page-tour .clinic {
  margin-bottom: 160px;
}
@media screen and (max-width:599px) {
  .page-tour .clinic {
    margin-bottom: 80px;
  }
}
.page-tour .clinic__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.page-tour .clinic__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page-tour .clinic__image-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.page-tour .clinic__image-wrap:hover {
  opacity: 0.7;
}
.page-tour .clinic__image-wrap::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../assets/images/page/tour/ico_zoom.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  right: 8px;
  top: 192px;
}
.page-tour .clinic__image-text {
  font-size: 14px;
  line-height: 180%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:599px) {
  .page-tour .clinic .l-inner {
    display: contents;
  }
  .page-tour .clinic__items {
    padding-left: 5%;
  }
  .page-tour .clinic__image {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    gap: 20px;
    padding-right: 24px;
  }
  .page-tour .clinic__image-wrap {
    min-width: 320px;
    max-width: 320px;
  }
  .page-tour .clinic__image-wrap::before {
    content: none;
  }
  .page-tour .clinic__image-text {
    overflow: unset;
    display: unset;
    text-overflow: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
}

@media screen and (min-width:600px) {
  .clinic-modal {
    margin-top: 0;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  .clinic-modal h3 {
    display: none;
  }
  .clinic-modal__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .clinic-modal__content {
    width: 51vw;
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    padding: 24px 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .clinic-modal__title {
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    margin-bottom: 16px;
  }
  .clinic-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
    color: #FFF;
    font-size: 32px;
  }
  .clinic-modal__slider {
    width: 100%;
    max-width: 540px;
    position: unset;
  }
  .clinic-modal__slider p {
    font-size: 14px;
    line-height: 180%;
    margin-top: 16px;
  }
  .clinic-modal .swiper-button-prev:after {
    left: 100%;
  }
  .clinic-modal .swiper-button-next:after {
    right: 100%;
  }
  .clinic-modal__pagination {
    text-align: center;
    margin-top: 16px;
  }
  .clinic-modal .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 601px) and (max-width: 1080px) {
  .page-tour .clinic__image-wrap::before {
    content: "";
    width: 3.125vw;
    height: 3.125vw;
    background: url(../../../assets/images/page/tour/ico_zoom.svg) no-repeat center/contain;
    display: block;
    position: absolute;
    right: 8px;
    top: 18vw;
  }
  .clinic-modal .swiper-button-next:after {
    right: -8px;
  }
  .clinic-modal .swiper-button-prev:after {
    left: -8px;
  }
}
.page-about {
  margin-top: 168px !important;
}
.page-about__heading2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 64px;
}
.page-about__heading2 .en {
  color: #6BB515;
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  font-family: "Lato";
  font-size: clamp(48px, 5vw, 72px);
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}
.page-about .philosophy {
  margin-bottom: 120px;
}
.page-about .philosophy__inner {
  max-width: 672px;
  width: 100%;
  margin: 0 auto;
}
.page-about .philosophy__text {
  text-align: center;
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 64px;
}
.page-about .philosophy__text strong {
  display: block;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}
.page-about .philosophy__image {
  max-width: 1440px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.page-about .history {
  margin-bottom: 136px;
}
.page-about .history__inner {
  width: 100%;
  max-width: 993px;
  margin: 0 auto;
  padding: 56px 80px;
  background-color: #F8FBEE;
  position: relative;
}
.page-about .history__inner::before {
  content: "";
  width: 492px;
  height: 305px;
  background: url(../../../assets/images/page/about/img_about_history_logo.png) no-repeat bottom left/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-about .history .timeline {
  margin-top: -24px;
}
.page-about .history .timeline__items {
  display: flex;
  flex-direction: column;
}
.page-about .history .timeline__item {
  display: flex;
  min-height: 70px;
}
.page-about .history .timeline__year {
  display: block;
  width: 97px;
  padding-top: 5px;
  padding-right: 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: #6BB515;
  position: relative;
  z-index: 1;
}
.page-about .history .timeline__year::before {
  content: "";
  width: 19px;
  height: 19px;
  background: #FFF;
  border: 1px solid #6BB515;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 5px;
}
.page-about .history .timeline__year::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #6BB515;
  position: absolute;
  right: 21px;
  top: 5px;
  z-index: -1;
}
.page-about .history .timeline__text {
  width: calc(100% - 98px);
  font-size: 14px;
  line-height: 180%;
}
.page-about .history .timeline__item:last-child .timeline__year::after {
  content: none;
}
.page-about .commit {
  margin-bottom: 120px;
}
.page-about .commit__items {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.page-about .commit__item {
  display: flex;
  justify-content: space-between;
  gap: 8%;
  align-items: center;
}
.page-about .commit__item-desc {
  width: 50%;
  max-width: 374px;
}
.page-about .commit__item-heading3 {
  font-size: clamp(18px, 1.66vw, 24px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 30px;
}
.page-about .commit__item-head {
  color: #6BB515;
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
  display: block;
}
.page-about .commit__item-text {
  font-size: 14px;
  line-height: 180%;
}
.page-about .precision {
  padding: 104px 0;
  background-color: #FBFBFB;
  margin-bottom: 120px;
}
.page-about .precision__items {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.page-about .precision__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 8%;
  align-items: center;
}
.page-about .precision__item-desc {
  width: 50%;
  max-width: 374px;
}
.page-about .precision__item-heading3 {
  font-size: clamp(18px, 1.66vw, 24px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 30px;
}
.page-about .precision__item-head {
  color: #6BB515;
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
  display: block;
}
.page-about .precision__item-text {
  font-size: 14px;
  line-height: 180%;
}
.page-about .conservative {
  margin-bottom: 120px;
}
.page-about .conservative__items {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.page-about .conservative__item {
  display: flex;
  justify-content: space-between;
  gap: 8%;
  align-items: center;
}
.page-about .conservative__item-desc {
  width: 50%;
  max-width: 374px;
}
.page-about .conservative__item-heading3 {
  font-size: clamp(18px, 1.66vw, 24px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 30px;
}
.page-about .conservative__item-head {
  color: #6BB515;
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 10px;
  display: block;
}
.page-about .conservative__item-text {
  font-size: 14px;
  line-height: 180%;
}
.page-about .voice {
  padding: 104px 0;
  background: #F8FBEE;
  margin-bottom: 160px;
}

@media (max-width: 768px) {
  .page-about .commit__item,
  .page-about .precision__item,
  .page-about .conservative__item {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .page-about .commit__item-desc,
  .page-about .precision__item-desc,
  .page-about .conservative__item-desc {
    width: 100%;
    max-width: 100%;
  }
  .page-about .commit__item img,
  .page-about .precision__item img,
  .page-about .conservative__item img {
    width: 100%;
  }
}
@media screen and (max-width:599px) {
  .page-about {
    margin-top: 56px !important;
  }
  .page-about__heading2 {
    margin-bottom: 40px;
  }
  .page-about__heading2 .en {
    font-size: clamp(32px, 10.6vw, 40px);
  }
  .page-about .philosophy {
    margin-bottom: 80px;
  }
  .page-about .philosophy__inner {
    width: 89%;
  }
  .page-about .philosophy__text {
    margin-bottom: 40px;
  }
  .page-about .philosophy__text strong {
    font-size: clamp(18px, 6.4vw, 24px);
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .page-about .history {
    margin-bottom: 80px;
  }
  .page-about .history__inner {
    padding: 48px 3.2%;
  }
  .page-about .history__inner::before {
    width: 267px;
    height: 165.518px;
  }
  .page-about .history .timeline {
    margin-top: 0;
  }
  .page-about .commit {
    margin-bottom: 80px;
  }
  .page-about .precision {
    padding: 56px 0;
  }
  .page-about .conservative {
    margin-bottom: 80px;
  }
  .page-about .commit__item,
  .page-about .precision__item,
  .page-about .conservative__item {
    flex-direction: column;
    gap: 24px;
  }
  .page-about .commit__item-desc,
  .page-about .precision__item-desc,
  .page-about .conservative__item-desc {
    display: contents;
  }
  .page-about .commit__item-text,
  .page-about .precision__item-text,
  .page-about .conservative__item-text {
    order: 1;
  }
  .page-about .commit__item-heading3,
  .page-about .precision__item-heading3,
  .page-about .conservative__item-heading3 {
    width: 100%;
    margin-bottom: 0;
    font-size: clamp(18px, 5.33vw, 20px);
    line-height: 1.3;
  }
  .page-about .commit__item-head,
  .page-about .precision__item-head,
  .page-about .conservative__item-head {
    font-size: clamp(14px, 4.26vw, 16px);
    margin-bottom: 8px;
  }
  .page-about .voice {
    padding: 48px 0;
    margin-bottom: 80px;
  }
}
.mv {
  width: 100%;
  height: 622px;
  background: url(../../../assets/images/top/bg_mv_pc.jpg) no-repeat center/cover;
}
.mv__inner {
  width: 100%;
  max-width: 1250px;
  padding: 0 25px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.mv__textarea {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: absolute;
  bottom: 62px;
}
.mv__heading {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 64px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 6.4px;
}
.mv__text {
  color: #FFF;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
}

@media screen and (max-width:599px) {
  .mv {
    background: url(../../../assets/images/top/bg_mv_sp.jpg) no-repeat center/cover;
    min-height: 549px;
    padding-top: 58px;
  }
  .mv__heading {
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 3.5px;
  }
  .mv__textarea {
    gap: 12px;
    bottom: 32px;
  }
}
.mv-bottom__inner {
  display: flex;
  align-items: center;
}
.mv-bottom__contact {
  min-width: 680px;
  width: 48%;
  display: flex;
  align-items: center;
}
.mv-bottom__contact-item {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #FFF;
}
.mv-bottom__contact-item--tel {
  background-color: #082C0C;
}
.mv-bottom__contact-item--web {
  background-color: #00B4AD;
}
.mv-bottom__contact-item img {
  height: 1lh;
  margin-right: 8px;
}
.mv-bottom__contact-item a {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.mv-bottom__contact-item a span {
  font-size: 13px;
}
.mv-bottom__news {
  width: calc(100% - 250px);
  position: relative;
}
.mv-bottom__news::before {
  content: "";
  width: 100%;
  height: 24px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-bottom__swiper {
  overflow: hidden;
  height: 95px;
  padding: 24px 28px 0px 0;
}
.mv-bottom__swiper .swiper__buttons {
  position: absolute;
  width: 60px;
  height: 95px;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width:599px) {
  .mv-bottom__swiper .swiper__buttons {
    width: 28px;
  }
}
.mv-bottom__swiper .swiper__buttons::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #C7C7C7;
  position: absolute;
  top: 50%;
  left: 16px;
}
.mv-bottom__swiper .swiper-button-next {
  height: 24px;
  width: 24px;
  top: 80px;
  left: 10px;
}
.mv-bottom__swiper .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../../assets/images/top/ico_arrow_news.svg) no-repeat center/contain;
  transform: scale(1, -1) translate(-50%, -50%);
}
.mv-bottom__swiper .swiper-button-prev {
  height: 24px;
  width: 24px;
  top: 32px;
}
.mv-bottom__swiper .swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../../assets/images/top/ico_arrow_news.svg) no-repeat center/contain;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.mv-bottom__article-list {
  padding-left: 48px;
  padding-right: 60px;
  background-color: #FFF;
}
.mv-bottom__article a {
  display: flex;
  align-items: center;
  gap: 40px;
}
.mv-bottom__article-info {
  width: 73px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mv-bottom__article-text {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mv-bottom__tag {
  color: #B9DB52;
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  font-family: "Lato";
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.mv-bottom__date {
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 600px) and (max-width: 1300px) {
  .mv-bottom__contact {
    min-width: 480px;
  }
  .mv-bottom__contact-item a {
    font-size: clamp(14px, 1.3vw, 17px);
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .mv-bottom__inner {
    flex-wrap: wrap;
  }
  .mv-bottom__contact {
    width: 100%;
  }
  .mv-bottom__news {
    width: 100%;
    padding-top: 24px;
  }
  .mv-bottom__contact-item a {
    font-size: 20px;
  }
}
@media screen and (max-width:599px) {
  .mv-bottom {
    padding: 20px 5.3% 0;
  }
  .mv-bottom__contact {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    min-width: 100%;
  }
  .mv-bottom__contact-item {
    width: 100%;
  }
  .mv-bottom__news {
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .mv-bottom__article {
    padding-right: 15px;
  }
  .mv-bottom__article a {
    gap: 16px;
  }
  .mv-bottom__article-list {
    padding: 0;
  }
  .mv-bottom__article-info {
    width: fit-content;
    min-width: 73px;
  }
  .mv-bottom__article-text {
    width: fit-content;
    white-space: pre-wrap;
    -webkit-line-clamp: 2;
    height: 2.5em;
  }
  .mv-bottom__contact-item a {
    padding: 16px 20px;
  }
  .mv-bottom__contact-item a span {
    margin-bottom: 8px;
    display: block;
  }
}
@media screen and (min-width:600px) {
  .top section {
    padding-top: 120px;
  }
  .top-inner {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 25px;
  }
}
@media screen and (max-width:599px) {
  .top-inner {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 5.3%;
  }
}
.top-heading2 {
  display: flex;
  align-items: baseline;
  gap: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(8, 44, 12, 0.1882352941);
  margin-bottom: 64px;
  color: #082C0C;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.4px;
}
.top-heading2 .en {
  color: #6BB515;
  text-shadow: 0px 0px 1.5px rgba(15, 36, 12, 0.16);
  font-family: "Lato";
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

@media screen and (max-width:599px) {
  .top-heading2 {
    font-size: 16px;
    letter-spacing: 1.6px;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
  }
  .top-heading2 .en {
    font-size: 48px;
  }
}
.information__wrap {
  display: flex;
  gap: 60px;
}
.information__detail {
  width: 540px;
}
.information__heading3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
.information__text {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.information__text-link {
  display: block;
}
.information__block-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 8px;
}
.information__block-text {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 30px;
}
.information__block-text a {
  text-decoration: underline !important;
}
.information__wrap-schedule {
  margin-bottom: 30px;
}
.information__facade {
  width: 53.33%;
  max-width: 640px;
}
.information__images {
  display: flex;
  gap: 10px;
  margin-bottom: 11px;
}
.information iframe {
  max-width: 640px;
  width: 100% !important;
}

@media screen and (max-width:599px) {
  .information {
    padding-top: 64px;
  }
  .information__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .information__detail {
    width: 100%;
  }
  .information__facade {
    width: 100%;
  }
  .information__heading3 {
    margin-bottom: 12px;
  }
}
.top-heading3 {
  font-size: clamp(32px, 2.7vw, 40px);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 64px;
}
@media screen and (max-width:599px) {
  .top-heading3 {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

.menu__items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 28px;
  margin-bottom: 72px;
}
.menu__item {
  width: calc(33.33% - 14px);
  max-width: 395px;
}
.menu__item img {
  margin-bottom: 20px;
}
.menu__item-heading {
  font-size: clamp(18px, 1.66vw, 24px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 20px;
}
.menu__item-disc {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 30px;
}
.menu__item-more {
  margin-left: auto;
}
.menu__operations {
  display: flex;
}
.menu__block {
  width: 50%;
  padding: 64px 40px;
}
.menu__block--insurance {
  background-color: #F0F7F4;
}
.menu__block--private {
  background-color: #FCF9F2;
}
@media screen and (min-width:600px) {
  .menu__block.tab-panel {
    display: block;
  }
}
.menu__block-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 20px;
  text-align: center;
}
.menu__block-items {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 20px;
}
.menu__block-items li {
  background: #FFF;
}
.menu__block-items li a {
  display: block;
  width: 100%;
  padding: 12px 44px 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  position: relative;
}
.menu__block-items li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../assets/images/arrow_rigth_deepprimary.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@media screen and (max-width:599px) {
  .menu {
    padding-top: 72px;
  }
  .menu__items {
    flex-direction: column;
  }
  .menu__item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 28px;
    border-top: 1px dashed rgba(8, 44, 12, 0.062745098);
  }
  .menu__item:last-child {
    padding-bottom: 28px;
    border-bottom: 1px dashed rgba(8, 44, 12, 0.062745098);
  }
  .menu__item img {
    width: 120px;
    height: 66.835px;
    aspect-ratio: 120/66.84;
    margin: 0 16px 20px 0;
  }
  .menu__item-heading {
    font-size: 18px;
    line-height: 1.3;
    width: calc(100% - 136px);
  }
  .menu__item-disc {
    width: 100%;
    margin-bottom: 8px;
  }
  .menu__item-more {
    margin-left: auto;
  }
  .menu__block {
    padding: 40px 24px 56px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .menu__block-heading {
    text-align: left;
  }
  .menu__block-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .menu__operations {
    display: contents;
  }
  .menu__tab {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .menu__tab-item {
    width: 42.9%;
    height: 70px;
  }
}
.feature__wrap {
  display: flex;
  gap: 80px;
  align-items: center;
  width: 100%;
}
.feature__wrap img {
  width: 45%;
  max-width: 564px;
}
.feature .top-heading3 {
  line-height: 1.8;
  margin-bottom: 40px;
}
.feature__block {
  width: 48%;
  max-width: 596px;
}
.feature__block-disc {
  font-size: 14px;
  font-weight: 500;
  line-height: 300%;
  margin-bottom: 64px;
}
.feature__item-more {
  justify-content: flex-start;
}

@media screen and (max-width:599px) {
  .feature {
    padding-top: 80px;
  }
  .feature__wrap {
    flex-direction: column;
    gap: 32px;
  }
  .feature__wrap img {
    width: 100%;
  }
  .feature__block {
    width: 100%;
  }
  .feature__block-disc {
    line-height: 2.5;
    margin-bottom: 24px;
  }
  .feature__item-more {
    margin-left: auto;
  }
  .feature .top-heading3 {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
@media screen and (min-width:600px) {
  .top section.message {
    padding-top: 100px;
    margin-top: 120px;
  }
}
.message {
  padding: 104px 0;
  background: url(../../../assets/images/top/img_message_pc.jpg) no-repeat center right/cover;
}
.message__wrap {
  width: 58%;
  max-width: 688px;
}
.message__heading {
  color: #6BB515;
  font-size: clamp(32px, 3.8vw, 56px);
  line-height: 160%;
  margin-bottom: 40px;
}
.message__block-disc {
  font-size: 16px;
  font-weight: 700;
  line-height: 300%;
  margin-bottom: 64px;
}
.message__item-more {
  justify-content: left;
}

@media screen and (max-width:599px) {
  .message {
    margin-top: 56px;
    padding-top: 64px;
    padding-bottom: 256px;
    background: url(../../../assets/images/top/img_message_sp.jpg) no-repeat bottom/cover;
  }
  .message__wrap {
    width: 100%;
  }
  .message__heading {
    margin-bottom: 24px;
  }
  .message__block-disc {
    line-height: 2.5;
    margin-bottom: 32px;
  }
}
.doctors__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doctors__lists {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin: 0 auto 80px;
}
.doctors__item {
  width: calc(33.33% - 14px);
  max-width: 394px;
}
.doctors__item img {
  display: block;
  margin-bottom: 20px;
}
.doctors__name {
  font-size: 20px;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 20px;
}
.doctors__comment {
  font-size: 14px;
  line-height: 180%;
}

@media screen and (min-width:600px) {
  .doctors__wrap.forSP {
    display: none;
  }
}
@media screen and (max-width:599px) {
  .doctors {
    background: #FBFBFB;
    padding-top: 80px;
    padding-bottom: 48px;
  }
  .doctors__wrap {
    display: contents;
  }
  .doctors__lists {
    gap: 0;
    margin: unset;
  }
  .doctors__name {
    font-family: 18px;
    margin-bottom: 0;
  }
  .doctors__item img {
    margin-bottom: 12px;
    aspect-ratio: 280/188.38;
  }
  .doctors__item-more {
    margin: 40px auto 0;
  }
  .doctors .swiper-pagination-bullets {
    top: unset;
    bottom: 0;
  }
  .doctors .wrap-swiper {
    padding: 0 20px 38px;
  }
  .doctors .swiper-slide {
    width: auto;
    box-sizing: border-box;
  }
  .doctors .swiper-button-next:after,
  .doctors .swiper-rtl .swiper-button-prev:after {
    top: -20vw;
    right: 50%;
  }
  .doctors .swiper-button-prev:after,
  .doctors .swiper-rtl .swiper-button-next:after {
    top: -20vw;
    left: 50%;
  }
  .doctors__wrap.forPC {
    display: none;
  }
}
.policy__lists {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 120px;
}
.policy__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policy__item-wrap {
  width: 43%;
  max-width: 544px;
}
.policy__item-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 30px;
}
.policy__item-heading span {
  display: block;
  font-size: 20px;
  color: #6BB515;
  margin-bottom: 8px;
}
.policy__item-disc {
  font-size: 14px;
  line-height: 1.8;
}
.policy__item img {
  width: 48.38%;
  max-width: 600px;
}
.policy__item-more {
  margin: 0 auto;
}

@media screen and (max-width:599px) {
  .policy {
    margin-top: 72px;
  }
  .policy__lists {
    margin-bottom: 40px;
  }
  .policy__item {
    flex-direction: column;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(8, 44, 12, 0.062745098);
  }
  .policy__item-wrap {
    display: contents;
  }
  .policy__item img {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .policy__item-heading {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 24px;
    width: 100%;
    order: 1;
  }
  .policy__item-heading span {
    font-size: 16px;
    line-height: 1.8;
  }
  .policy__item-disc {
    order: 3;
    margin-top: 24px;
  }
}
.top section.voice {
  margin-top: 120px;
  padding: 104px 0;
  background: #F8FBEE;
}

.voice__heading {
  color: #6BB515;
  font-size: 40px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 64px;
  text-align: center;
}
.voice__lists {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 64px;
}
.voice__item {
  padding: 30px 20px;
  background: #FFF;
  width: calc(33.3% - 14px);
}
.voice__item-heading {
  font-size: 20px;
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 20px;
}
.voice__item-heading span {
  margin-right: 8px;
}
.voice__item-comment {
  font-size: 14px;
  line-height: 1.8;
}
.voice__item-more {
  margin: 0 auto;
}

@media screen and (min-width:600px) {
  .voice__lists.forSP {
    display: none;
  }
}
@media screen and (max-width:599px) {
  .top section.voice {
    margin-top: 56px;
    padding: 48px 0;
  }
  .voice__heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .voice__lists {
    margin-bottom: 32px;
    gap: 0;
  }
  .voice__item {
    width: 274px;
    padding: 28px;
  }
  .voice__item-heading {
    font-size: 18px;
  }
  .voice__item-heading span {
    display: block;
    font-size: 14px;
    line-height: 130%;
  }
  .voice__item-more {
    margin-top: 40px;
  }
  .voice .swiper-pagination-bullets {
    top: unset;
    bottom: 0;
  }
  .voice__lists.forPC {
    display: none;
  }
}
.private {
  margin-bottom: 120px;
}
.private__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.private__disc {
  width: 43.5%;
  max-width: 540px;
}
.private__disc-heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 32px;
}
.private__disc-text {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 56px;
}

@media screen and (max-width:599px) {
  .private {
    padding: 80px 0 0;
    margin-bottom: 72px;
  }
  .private__contents {
    flex-direction: column;
    align-items: flex-start;
  }
  .private__disc {
    display: contents;
  }
  .private__disc-heading {
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .private__disc-text {
    margin-bottom: 32px;
    line-height: 2.5;
  }
  .private__menu {
    width: 100%;
    margin: 0 auto 32px;
  }
  .private__item-more {
    margin: 0 auto;
    order: 4;
  }
}
.reservation {
  margin-top: 0;
  padding: 120px 0;
  background: url(../../../assets/images/top/bg_reservation_pc.jpg) no-repeat center/cover;
}

@media screen and (max-width:599px) {
  .reservation {
    margin-top: 0;
    padding: 72px 0 56px;
    background: url(../../../assets/images/top/bg_reservation_sp.jpg) no-repeat center/cover;
  }
}
.news__contents {
  /* display: flex; */
  justify-content: space-between;
  gap: 64px;
}
.news__dedicated {
  min-width: 43.5%;
  max-width: 540px;
  padding: 56px 64px;
  background: #FCF9F2;
}
.news__dedicated-heading {
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 180%;
  font-weight: 500;
}
.news__dedicated-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news__wrap {
  min-width: 48.38%;
}
.news__articles {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.news__article a {
  display: block;
  padding: 0 52px 32px 20px;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
.news__article a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../assets/images/arrow_rigth_deepprimary.svg) no-repeat center/contain;
  position: absolute;
  top: 55%;
  right: 36px;
  transform: translateY(-50%);
}
.news__article-info {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 20px;
}
.news__article .date {
  color: #6BB515;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.news__article-category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.news__article-category .cat {
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #FCF9F2;
  font-size: 12px;
  line-height: 180%;
  min-width: 100px;
  height: 24px;
}
.news__article-text {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1em;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1;
}
.news__item-more {
  margin-left: auto;
}

@media screen and (max-width:599px) {
  .news {
    padding-top: 80px;
  }
  .news__contents {
    flex-direction: column-reverse;
    gap: 48px;
    margin-top: 48px;
  }
  .news__wrap {
    min-width: auto;
    width: 100%;
  }
  .news__article-info {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .news__article-text {
    height: fit-content;
    white-space: pre-wrap;
    font-weight: 500;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .news__article a {
    padding: 0 28px 32px 0;
  }
  .news__article a::before {
    top: 64%;
    right: 0;
    transform: translateY(-50%);
  }
  .news__dedicated {
    width: 100vw;
    margin: calc(50% - 50vw);
    padding: 48px 24px 64px;
    min-width: 100%;
  }
}
.page-top__bottom {
  width: 100%;
  height: 380px;
  background: url(../../../assets/images/top/img_page-top_bottom_pc.jpg) no-repeat center/cover;
  margin-top: 120px;
}

@media screen and (max-width:599px) {
  .page-top__bottom {
    height: 64vw;
    margin-top: 0;
    background: url(../../../assets/images/top/img_page-top_bottom_sp.jpg) no-repeat center/cover;
  }
}

/* 日・祝の列のヘッダー */
.schedule-table__row th:nth-child(8),
.schedule-table__row th:nth-child(9) {
  color: red;
}

@media (min-width: 601px) and (max-width: 820px) {
  .menu__block {
    padding: 32px 24px;
  }
  .news__contents {
    gap: 16px;
  }
  .news__dedicated {
    padding: 40px 24px;
  }
}/*# sourceMappingURL=style.css.map */

