@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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
body {
  overflow-x: hidden;
}

html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.5208333333vw;
  color: #434343;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
.number {
  font-family: "Inter", serif;
}

.section-title__english, .flow-number {
  font-family: "Lobster", serif;
}

.faq__title {
  font-family: "Lobster", serif;
}

.header__inner {
  max-width: 1560px;
  margin: 0 auto;
}
@media screen and (max-width: 1560px) {
  .header__inner {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0;
    position: relative;
  }
}

.header__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header__upper {
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
  }
}
.header__upper .header__logo {
  width: 31.2rem;
}
@media screen and (max-width: 768px) {
  .header__upper .header__logo {
    width: 20rem;
    margin-right: 2rem;
  }
}
.header__upper .header__contact {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .header__upper .header__contact {
    gap: 0;
  }
}
.header__upper .header__contact .header-contact__phone {
  color: #804F21;
  font-size: clamp(24px, 3.2rem, 32px);
  display: flex;
  align-items: center;
  font-weight: 700;
}
.header__upper .header__contact .header-contact__phone:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header__upper .header__contact .header-contact__phone {
    display: none;
  }
}
.header__upper .header__contact .header-contact__phone .header-contact__small {
  font-size: clamp(18px, 2rem, 20px);
  margin-right: 0.8rem;
}
.header__upper .header__contact .header-contact__phone--sp {
  padding: 1.3rem 0;
  background-color: #DCDBCE;
}
@media screen and (max-width: 768px) {
  .header__upper .header__contact .header-contact__phone--sp {
    width: 5.6rem;
    text-align: center;
  }
}
.header__upper .header__contact .header-contact__phone--sp img {
  width: 1.3rem;
}
.header__upper .header__contact .header-contact__booking {
  background-color: #4BB252;
}
.header__upper .header__contact .header-contact__booking:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .header__upper .header__contact .header-contact__booking {
    width: 5.6rem;
  }
}
.header__upper .header__contact .header-contact__booking .booking__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1.7rem 5.1rem;
}
@media screen and (max-width: 768px) {
  .header__upper .header__contact .header-contact__booking .booking__button {
    padding: 0.67rem 0.5rem;
  }
}
.header__upper .header__contact .header-contact__booking .booking__button p {
  font-size: clamp(12px, 1.4rem, 16px);
  color: #ffffff;
  margin-bottom: 0.8rem;
  line-height: 1rem;
}
@media screen and (max-width: 768px) {
  .header__upper .header__contact .header-contact__booking .booking__button p {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
.header__upper .header__contact .header-contact__booking .booking__button img {
  width: 5.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__upper .header__contact .header-contact__booking .booking__button img {
    width: 2.5rem;
  }
}

.header__upper.active {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F6EBE5;
  width: 100%;
  justify-content: space-between;
  z-index: 100;
}
.header__upper.active .header__logo {
  padding: 2.7rem 2.4rem;
}
.header__upper.active .header__contact {
  display: none;
}
.header__upper.active .hamburger-menu {
  background-color: #F6EBE5;
  margin-right: 2.2rem;
  margin-top: -2rem;
}

@media screen and (max-width: 768px) {
  /* ハンバーガーメニューの基本スタイル */
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 5.6rem;
    height: 5rem;
    cursor: pointer;
    z-index: 300; /* メニューより上に表示 */
    position: relative;
    background-color: #804F21;
  }
  .hamburger-menu__bar--top,
  .hamburger-menu__bar--middle,
  .hamburger-menu__bar--bottom {
    display: block;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    width: 3rem;
    position: absolute;
  }
  .hamburger-menu__bar--top {
    top: 3.6vw;
  }
  .hamburger-menu__bar--middle {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger-menu__bar--bottom {
    bottom: 3.6vw;
  }
  .hamburger-menu__close-text {
    display: none;
    font-size: 14px;
    color: #804F21;
    margin-top: 4.8rem;
    text-align: center;
  }
  /* ハンバーガーメニューのアクティブ時のスタイル */
  .hamburger-menu.active .hamburger-menu__bar--top {
    top: 50%;
    left: 50%;
    width: 3rem;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #804F21;
  }
  .hamburger-menu.active .hamburger-menu__bar--middle {
    opacity: 0; /* 中央バーを非表示 */
  }
  .hamburger-menu.active .hamburger-menu__bar--bottom {
    top: 50%;
    left: 50%;
    width: 3rem;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #804F21;
  }
  /* ナビゲーションメニューのスタイル */
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hamburger-menu.active .hamburger-menu__close-text {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__nav--sp {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    display: none;
  }
  .header__nav--sp.active {
    transform: translateX(0);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 8rem;
    z-index: 300;
    padding-bottom: 10rem;
  }
  .header-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-nav__item {
    margin-top: 2.4rem;
  }
  .header-nav__link {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease-in-out;
  }
  .header-nav__link:hover {
    color: #804F21;
  }
}
@media screen and (max-width: 768px) {
  .header__nav--sp {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .header-nav__sp {
    width: 82vw;
    margin: 0 auto;
    overflow: scroll;
  }
  .header-nav__sp .header-nav__list {
    display: flex;
    flex-direction: column;
    padding-bottom: 6rem;
  }
  .header-nav__sp .header-nav__list .header-nav__item {
    color: #804F21;
    font-size: clamp(14px, 1.6rem, 18px);
    border-bottom: 1px solid #804F21;
    position: relative;
    padding: 0.8rem 0;
    text-align: left;
    padding-left: 4.8rem;
  }
  .header-nav__sp .header-nav__list .header-nav__item .header-nav__link {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    flex-direction: row;
  }
  .header-nav__sp .header-nav__list .header-nav__item .header-nav__link img {
    width: 1.6rem;
  }
  .header-nav__sp .header-nav__list .header-nav__item img {
    width: 1.6rem;
  }
  .header-nav__sp .header-nav__list .header-nav__item::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin: 0 auto;
    background-image: url(../images/icon_arrow_06_sp.webp);
    position: absolute;
    left: 1.2rem;
    top: 30%;
  }
  .header-nav__sp .header-nav__list .header-nav__03 {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    position: relative;
  }
  .header-nav__sp .header-nav__list .header-nav__03::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 1.6rem;
    height: 1rem;
    margin: 0 auto;
    background-image: url(../images/icon_arrow_05_pc.webp);
    position: absolute;
    right: 1.2rem;
    z-index: 10;
  }
  .header-nav__sp .header-nav__list a {
    color: #804F21;
    font-weight: 400;
    display: block;
    padding: 1.2rem 0 1rem 1.5rem;
    margin: -1.2rem -40vw -1rem -1.5rem;
    width: 100%;
  }
  .header-nav__sp .header-nav__list a:hover {
    opacity: 0.7;
  }
}
.header-nav__sp .header-nav__list .header-nav__03.open::after {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.header__mv {
  position: relative;
}
.header__mv .mv-slider__wrapper {
  position: relative;
}
.header__mv .mv-slider__wrapper .mv__slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: clamp(450px, 68.8rem, 700px);
  border-radius: 0.8rem;
  z-index: -10;
  aspect-ratio: 1560/688;
}
@media screen and (max-width: 768px) {
  .header__mv .mv-slider__wrapper .mv__slider {
    height: auto;
    aspect-ratio: 390/490;
  }
}
.header__mv .mv-slider__wrapper .slide-01 {
  background-image: url(../images/mv_01_pc.webp);
}
.header__mv .mv-slider__wrapper .slide-02 {
  background-image: url(../images/mv_02_pc.webp);
}
.header__mv .mv-slider__wrapper .slide-03 {
  background-image: url(../images/mv_03_pc.webp);
}
@media screen and (max-width: 768px) {
  .header__mv .mv-slider__wrapper .slide-01 {
    background-image: url(../images/mv_01_sp.webp);
  }
  .header__mv .mv-slider__wrapper .slide-02 {
    background-image: url(../images/mv_02_sp.webp);
  }
  .header__mv .mv-slider__wrapper .slide-03 {
    background-image: url(../images/mv_03_sp.webp);
  }
}
.header__mv .mv-text__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
}
.header__mv .mv-text__wrapper .mv__title {
  writing-mode: vertical-rl;
  margin-right: 19rem;
  margin-left: auto;
  padding-top: 5.3rem;
  height: clamp(400px, 47rem, 500px);
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}
@media screen and (max-width: 1560px) {
  .header__mv .mv-text__wrapper .mv__title {
    height: clamp(330px, 45rem, 450px);
  }
}
@media screen and (max-width: 1100px) {
  .header__mv .mv-text__wrapper .mv__title {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header__mv .mv-text__wrapper .mv__title {
    margin-right: 3.4rem;
    padding: 0;
    padding-top: 4.8rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.header__mv .mv-text__wrapper .mv__title .mv-title {
  font-size: clamp(32px, 4.8rem, 48px);
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #804F21;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header__mv .mv-text__wrapper .mv__title .mv-title {
    font-size: 3.2rem;
    letter-spacing: 0.3em;
    line-height: 1.3em;
  }
}
.header__mv .mv-text__wrapper .mv__title .mv-sub-title {
  font-size: clamp(18px, 2.4rem, 24px);
  line-height: 1.5em;
  margin-top: 0.4rem;
  margin-right: 1rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .header__mv .mv-text__wrapper .mv__title .mv-sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.5em;
    margin-right: 0.8rem;
  }
}
.header__mv .mv-text__wrapper .mv__title .mv__title--bg {
  position: absolute;
  width: 120%;
  height: clamp(350px, 40vw, 500px);
  background-image: url(../images/bg_mv-title_01_pc.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  top: -10%;
}
@media screen and (max-width: 1560px) {
  .header__mv .mv-text__wrapper .mv__title .mv__title--bg {
    height: clamp(350px, 40vw, 410px);
  }
}
@media screen and (max-width: 1100px) {
  .header__mv .mv-text__wrapper .mv__title .mv__title--bg {
    height: clamp(350px, 42vw, 400px);
    top: -5%;
  }
}
@media screen and (max-width: 768px) {
  .header__mv .mv-text__wrapper .mv__title .mv__title--bg {
    display: none;
  }
}
.header__mv .mv-text__wrapper .mv__points {
  margin-left: 17.3rem;
  margin-right: auto;
  display: flex;
  width: clamp(400px, 54rem, 550px);
  justify-content: space-between;
  position: absolute;
  bottom: clamp(-80px, -9rem, -70px);
}
@media screen and (max-width: 1700px) {
  .header__mv .mv-text__wrapper .mv__points {
    bottom: -20%;
  }
}
@media screen and (max-width: 768px) {
  .header__mv .mv-text__wrapper .mv__points {
    width: 32.4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20%;
  }
}
@media screen and (max-width: 550px) {
  .header__mv .mv-text__wrapper .mv__points {
    margin-top: 3.3rem;
    position: static;
  }
}
.header__mv .mv-text__wrapper .mv__points .mv-point {
  font-size: clamp(16px, 2rem, 20px);
  color: #919191;
  text-align: center;
  line-height: 1.5em;
  position: relative;
  width: clamp(110px, 14rem, 150px);
}
@media screen and (max-width: 768px) {
  .header__mv .mv-text__wrapper .mv__points .mv-point {
    width: 10rem;
    font-size: 1.4rem;
  }
}
.header__mv .mv-text__wrapper .mv__points .mv-point p::before {
  position: absolute;
  background-image: url(../images/bg_mv-points_01_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(110px, 14rem, 150px);
  height: clamp(110px, 14rem, 150px);
  content: "";
  left: -0.1rem;
  right: 0;
  top: -60%;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .header__mv .mv-text__wrapper .mv__points .mv-point p::before {
    width: 10rem;
    height: 10rem;
    top: -70%;
  }
}

.header__pagenation {
  margin: 0 auto;
  margin-top: 3.6rem;
  margin-bottom: 2.4rem;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .header__pagenation {
    margin: 0;
    padding-bottom: 1.2rem;
  }
}
.header__pagenation p {
  font-size: 12px;
  color: #804F21;
}
.header__pagenation p:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1560px) {
  .header__pagenation {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 100%;
  }
}
.header__nav {
  background-color: #EB9693;
  width: 100%;
  position: relative;
}
.header__nav .header-nav {
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 1100px) {
  .header__nav .header-nav {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.header__nav .header-nav .header-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav .header-nav .header-nav__list .header-nav__item .header-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.header__nav .header-nav .header-nav__list .header-nav__item .header-nav__link img {
  width: auto;
  height: 48px;
}
.header__nav .header-nav .header-nav__list .header-nav__item .header-nav__link:hover {
  opacity: 0.7;
}
.header__nav .header-nav .header-nav__list .header-nav__item .header-nav__link .header-nav__text {
  color: #ffffff;
  font-size: clamp(12px, 1.4rem, 16px);
  text-align: center;
  display: block;
  position: relative;
}
.header__nav .header-nav .header-nav__list .header-nav__item .header-nav__link--pc-trigger p {
  position: relative;
  margin-left: -24px;
}
.header__nav .header-nav .header-nav__list .header-nav__item .header-nav__link--pc-trigger p::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1.6rem;
  height: 1rem;
  margin: 0 auto;
  background-image: url(../images/icon_arrow_06_pc.webp);
  position: absolute;
  right: 1.2rem;
  z-index: 10;
  right: -24px;
  bottom: 2px;
}
.header__nav .header-nav .header-nav__list .header-nav__item .header-nav__link--pc-trigger.open p::after {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.accordion-section {
  background-color: #f9f3ef;
}
@media screen and (max-width: 768px) {
  .accordion-section {
    background-color: transparent;
  }
}
.accordion-section .accordion-section__list {
  max-width: 1080px;
  margin: 0 auto;
  padding: 4rem 0;
  color: #804F21;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .accordion-section .accordion-section__list {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .accordion-section .accordion-section__list {
    flex-direction: column;
    padding: 2.4rem;
    gap: 1.2rem;
  }
}
.accordion-section .accordion-section__list .accordion-section__item {
  display: block;
}
.accordion-section .accordion-section__list .accordion-section__item .accordion-section__text {
  font-size: clamp(14px, 1.4rem, 16px);
  padding-bottom: 10px;
  border-bottom: 1px solid #D6CAC5;
  width: clamp(160px, 16rem, 180px);
  display: flex;
  align-items: center;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .accordion-section .accordion-section__list .accordion-section__item .accordion-section__text {
    width: 100%;
  }
}
.accordion-section .accordion-section__list .accordion-section__item .accordion-section__text::before {
  display: block;
  content: "-";
  font-size: 14px;
  color: #804F21;
  padding-right: 8px;
}
.accordion-section .accordion-section__list .accordion-section__item .service-cat__list {
  display: flex;
  flex-direction: column;
}
.accordion-section .accordion-section__list .accordion-section__item .service-cat__list .service-cat__item {
  font-size: clamp(14px, 1.4rem, 16px);
  padding-bottom: 10px;
  padding-top: 12px;
  border-bottom: 1px solid #D6CAC5;
  width: clamp(160px, 16rem, 180px);
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.accordion-section .accordion-section__list .accordion-section__item .service-cat__list .service-cat__item::before {
  display: block;
  content: "-";
  font-size: 14px;
  color: #804F21;
  padding-right: 8px;
}

#accordion {
  display: none;
  transition: 0.5s ease-in;
  overflow: hidden;
  opacity: 0;
}

#accordion.open {
  display: block;
  opacity: 1;
  max-height: 900px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  top: 100%;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  #accordion.open {
    max-height: 100vh;
  }
}

.accordion {
  display: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 78%;
  margin: 0 auto;
  padding: 2.4rem 0 0 0;
}
.accordion .accordion-section__title {
  font-size: clamp(14px, 1.4rem, 16px);
  padding-bottom: 1rem;
  border-bottom: 1px solid #D6CAC5;
  width: clamp(160px, 16rem, 180px);
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.8rem;
  color: #804F21;
  padding-top: 12px;
}
.accordion .accordion-section__title::before {
  display: block;
  content: "-";
  font-size: clamp(14px, 1.4rem, 16px);
  color: #804F21;
}
.accordion .accordion-section__title:not(:first-of-type) {
  margin-top: 1.2rem;
}
.accordion .service-cat__list {
  display: flex;
  flex-direction: column;
}
.accordion .service-cat__list .service-cat__item {
  font-size: clamp(14px, 1.4rem, 16px);
  padding-bottom: 1rem;
  padding-top: 1.2rem;
  border-bottom: 1px solid #D6CAC5;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.accordion .service-cat__list .service-cat__item::before {
  display: block;
  content: "-";
  font-size: 14px;
  color: #804F21;
  padding-right: 8px;
}

.accordion.open {
  display: flex;
}

.header__mv--subpage {
  display: flex;
  gap: 2.4rem;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__mv--subpage {
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.header__mv--subpage .mv-sub__image {
  width: 100%;
}
.header__mv--subpage .mv-sub__title {
  width: 24px;
}
.header__mv--subpage .mv-sub__title .mv-sub-title {
  font-size: clamp(16px, 2rem, 22px);
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
}

.fixed-button {
  position: fixed;
  right: 7%;
  bottom: 10%;
  width: 15.7rem;
  z-index: 100;
  opacity: 0; /* 初期状態は非表示 */
  visibility: hidden; /* 初期状態は見えない */
  transform: translateY(1rem); /* 下方向にずらす */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.fixed-button:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .fixed-button {
    width: 8rem;
  }
}

.fixed-button.visible {
  opacity: 1; /* 表示 */
  visibility: visible; /* 表示 */
  transform: translateY(0); /* 元の位置に戻す */
}

.fixed-button__recruit--pc {
  position: fixed;
  right: 0;
  top: 12rem;
  width: clamp(100px, 10rem, 120px);
  z-index: 20;
}
.fixed-button__recruit--pc:hover {
  filter: brightness(1.15);
}

footer {
  text-align: center;
  background-color: #FBF9F9;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 4rem;
  }
}

.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.footer__upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1100px) {
  .footer__upper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer__upper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.6rem;
  }
}

.footer__logo {
  width: 50.8rem;
}
@media screen and (max-width: 1100px) {
  .footer__logo {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 342px;
    margin-bottom: 3.6rem;
  }
}

.footer__nav {
  width: 53.6rem;
}
@media screen and (max-width: 1100px) {
  .footer__nav {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 91.2vw;
  }
}
.footer__nav .footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer__nav .footer-nav__list {
    gap: 1.2rem;
    flex-direction: column;
  }
}
.footer__nav .footer-nav__list .footer-nav__item {
  font-size: clamp(12px, 1.4rem, 14px);
  color: #804F21;
  line-height: 1.5em;
}
.footer__nav .footer-nav__list .footer-nav__item:hover {
  opacity: 0.7;
}

.footer__lower {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1100px) {
  .footer__lower {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
.footer__lower .footer__payment {
  width: 528px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .footer__lower .footer__payment {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower .footer__payment {
    width: 91.2vw;
    margin-bottom: 3.6rem;
  }
}
.footer__lower .footer__payment .footer-payment__text {
  width: 100%;
  background-color: #919191;
  color: #ffffff;
  font-size: clamp(12px, 1.4rem, 14px);
  padding: 0.2rem 0;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .footer__lower .footer__payment .footer-payment__text {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 1.8rem;
  }
}
.footer__lower .footer__payment img {
  width: 508px;
}
@media screen and (max-width: 1100px) {
  .footer__lower .footer__payment img {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower .footer__payment img {
    width: 91.2vw;
  }
}
.footer__lower .footer__guideline {
  width: 528px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 1100px) {
  .footer__lower .footer__guideline {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower .footer__guideline {
    width: 91.2vw;
    text-align: left;
  }
}
.footer__lower .footer__guideline a {
  text-decoration: underline;
}
.footer__lower .footer__guideline a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer__lower .guideline__title {
    margin: 0 auto;
    display: inline-block;
  }
}

.footer__gallery {
  margin-bottom: 10rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .footer__gallery {
    width: 91.2vw;
    margin: 0 auto;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__gallery {
    margin-bottom: 4rem;
  }
}
.footer__gallery .footer-gallery__list {
  display: flex;
}
.footer__gallery .footer-gallery__list .footer-gallery__item {
  width: 21rem;
  margin-right: 1.2rem;
}

.copyright {
  font-size: 8px;
  background-color: #804F21;
  color: #ffffff;
  padding: 0.7rem 0;
}

.breadcrumb {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.breadcrumb .breadcrumb__nav .breadcrumb-nav__list {
  display: flex;
  gap: 1rem;
}
.breadcrumb .breadcrumb__nav .breadcrumb-nav__list li {
  font-size: clamp(12px, 1.6rem, 18px);
  color: #434343;
}
.breadcrumb .breadcrumb__nav .breadcrumb-nav__list li a {
  font-size: clamp(12px, 1.6rem, 18px);
  color: #804F21;
}
.breadcrumb .breadcrumb__nav .breadcrumb-nav__list li a:hover {
  opacity: 0.7;
}
.breadcrumb .breadcrumb__nav .breadcrumb-nav__list li:not(:last-of-type)::after {
  content: "-";
  margin-left: 1rem;
  color: #804F21;
}

@media screen and (max-width: 1100px) {
  .simple-breadcrumb {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.main__access {
  position: relative;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .main__access {
    margin-bottom: 2.7rem;
  }
}
.main__access::after {
  background-image: url(../images/bg_cream-top_01_pc.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 9rem;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .main__access::after {
    background-image: url(../images/bg_cream-top_01_sp.webp);
    bottom: -3rem;
    background-position: top;
    height: 3rem;
    background-size: cover;
  }
}
.main__access .reception-time {
  padding: 0 0 6rem 0;
  background-color: #FBF9F9;
  margin-top: 0;
}
.main__access .reception-time::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .main__access .reception-time {
    padding-bottom: 4rem;
    padding-top: clamp(50px, 7.6rem, 76px);
  }
}
.main__access .reception-time .reception-time__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 9.6rem 0 6rem 0;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .main__access .reception-time .reception-time__wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__access .reception-time .reception-time__wrapper {
    background-color: transparent;
    padding: 0;
  }
}
.main__access .reception-time .reception-time__wrapper .access__wrapper {
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.main__access .access {
  background-color: #FBF9F9;
  text-align: center;
  padding-top: 5.6rem;
  padding-bottom: 8rem;
  margin-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__access .access {
    margin-bottom: 3rem;
    padding-top: 3rem;
  }
}
.main__access .access::after {
  background-image: url(../images/bg_cream-bottom_01_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 9rem;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .main__access .access::after {
    background-image: url(../images/bg_cream-bottom_02_sp.webp);
    bottom: -2.8rem;
    height: 3rem;
    background-position: bottom;
  }
}
.main__access .access .section-title__english::before {
  background-image: url(../images/icon_map_02_pc.webp);
}
.main__access .sub-access__wrapper {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .main__access .sub-access__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__access .sub-access__wrapper {
    padding: 0;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 3.6rem;
  }
}
.main__access .sub-access__wrapper .access__left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .main__access .sub-access__wrapper .access__left {
    width: 87.6vw;
    margin: 0 auto;
  }
}
.main__access .sub-access__wrapper .access__left .access__logo {
  width: 100%;
}
.main__access .sub-access__wrapper .access__left .opening-hours__footer {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: 2.4rem 0;
}
.main__access .sub-access__wrapper .access__left .opening-hours__footer .opening-hours__address--sp {
  color: #804F21;
  font-size: clamp(14px, 1.4rem, 18px);
}
.main__access .sub-access__wrapper .access__left .opening-hours__footer .opening-hours__department {
  margin: 0 auto;
}
.main__access .sub-access__wrapper .access__left .opening-hours__footer .opening-hours__department .department-list__sp {
  display: flex;
  gap: 12px;
}
.main__access .sub-access__wrapper .access__left .opening-hours__footer .opening-hours__department .department-list__sp .department-item__sp {
  font-size: clamp(14px, 1.4rem, 16px);
  background-color: #D6CAC5;
  color: #ffffff;
  padding: 0 12px;
  border-radius: 20px;
}
.main__access .sub-access__wrapper .access__left .opening-hours__footer .opening-hours__phone {
  color: #4BB252;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
}
.main__access .sub-access__wrapper .access__left .opening-hours__footer .opening-hours__phone span {
  font-size: clamp(18px, 2rem, 20px);
  margin-right: 0.75rem;
}
.main__access .sub-access__wrapper .access__right {
  width: 508px;
  height: 301px;
}
@media screen and (max-width: 1100px) {
  .main__access .sub-access__wrapper .access__right {
    width: 48%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__access .sub-access__wrapper .access__right {
    width: 87.6vw;
    height: 260px;
    margin: 0 auto;
  }
}
.main__access .access__middle {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 6rem;
}
@media screen and (max-width: 1100px) {
  .main__access .access__middle {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__access .access__middle {
    margin-top: 1.2rem;
  }
}
.main__access .access__middle .transport__wrapper {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.4rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .main__access .access__middle .transport__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.main__access .access__middle .transport__wrapper:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__access .access__middle .transport__wrapper:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
}
.main__access .access__middle .transport__wrapper .transport-left .transport-icon {
  width: clamp(72px, 7.2rem, 82px);
  height: clamp(72px, 7.2rem, 82px);
  padding: clamp(16px, 1.8rem, 18px);
  background-color: #FBF9F9;
  border-radius: 50px;
}
.main__access .access__middle .transport__wrapper .transport-left .transport-icon img {
  width: clamp(36px, 3.6rem, 38px);
}
.main__access .access__middle .transport__wrapper .transport-left .transport-left__heading {
  font-size: clamp(18px, 1.8rem, 20px);
  color: #804F21;
}
@media screen and (max-width: 768px) {
  .main__access .access__middle .transport__wrapper .transport-left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
}
.main__access .access__middle .transport__wrapper .transport-right {
  text-align: left;
  color: #804F21;
}
@media screen and (max-width: 1100px) {
  .main__access .access__middle .transport__wrapper .transport-right {
    width: 90%;
  }
}
.main__access .access__middle .transport__wrapper .transport-right .transport-right__heading {
  font-size: clamp(18px, 1.8rem, 20px);
  line-height: 1.4em;
  margin-bottom: 2.4rem;
}
.main__access .access__middle .transport__wrapper .transport-right .transport-list {
  display: flex;
  flex-direction: row;
  gap: clamp(36px, 4rem, 40px);
}
@media screen and (max-width: 1100px) {
  .main__access .access__middle .transport__wrapper .transport-right .transport-list {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__access .access__middle .transport__wrapper .transport-right .transport-list {
    flex-direction: column;
    width: 110%;
    gap: 1.2rem;
  }
}
.main__access .access__middle .transport__wrapper .transport-right .transport-list:not(:first-of-type) {
  margin-top: 2.4rem;
}
.main__access .access__middle .transport__wrapper .transport-right .transport-list .transport-title {
  font-weight: 400;
  font-size: clamp(14px, 1.6rem, 16px);
  line-height: 1.5em;
}
.main__access .access__middle .transport__wrapper .transport-right .transport-list .transport-detail {
  font-size: clamp(14px, 1.6rem, 16px);
  line-height: 1.5em;
}
.main__access .access__middle .transport__wrapper .transport-right .transport-list .transport-detail ul li {
  display: flex;
}
.main__access .access__middle .transport__wrapper .transport-right .transport-list .transport-detail ul li::before {
  content: "・";
  font-size: 1.2em;
  color: #804F21;
  padding-right: 0.5em;
}
@media screen and (max-width: 1100px) {
  .main__access .access__middle .transport__wrapper .transport-right .train-list {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__access .access__middle .transport__wrapper .transport-right .train-list {
    flex-direction: row;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .main__access .access__middle .transport__wrapper .transport-right .train-list .transport-list {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .main__access .access__middle .transport__wrapper .transport-right .train-list .transport-list {
    width: 100%;
  }
}
.main__access .access__middle .transport__wrapper .transport-right .bus-list .transport-title {
  width: clamp(64px, 6.4rem, 70px);
}
@media screen and (max-width: 1100px) {
  .main__access .access__middle .transport__wrapper .transport-right .bus-list .transport-title {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .main__access .access__middle .transport__wrapper .transport-right .bus-list .transport-title {
    width: 100%;
  }
}
.main__access .access__middle .transport__wrapper .transport-right .car-list {
  flex-direction: column;
  gap: 1.2rem;
}
.main__access .route {
  padding: 11.6rem 0 8rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__access .route {
    padding-top: clamp(60px, 9.6rem, 96px);
  }
}
.main__access .route .section-title__english::before {
  background-image: url(../images/icon_foot_01_pc.webp);
}
.main__access .route .route__text {
  font-size: 18px;
  color: #804F21;
  margin-bottom: 2.4rem;
}
.main__access .route .route__wrapper {
  width: 774px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 4.8rem;
  flex-wrap: wrap;
  padding-top: 23px;
}
@media screen and (max-width: 1100px) {
  .main__access .route .route__wrapper {
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
    gap: 10rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .main__access .route .route__wrapper {
    width: 87.6vw;
    padding: 0;
    gap: 4.6rem 1.2rem;
    padding-top: 2.4rem;
  }
}
.main__access .route .route__wrapper .route__inner {
  width: 220px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .main__access .route .route__wrapper .route__inner {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .main__access .route .route__wrapper .route__inner {
    width: 46%;
  }
}
.main__access .route .route__wrapper .route__inner::before {
  content: "";
  width: 36px;
  height: 34px;
  background-image: url(../images/icon_route_01_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -23px;
}
@media screen and (max-width: 768px) {
  .main__access .route .route__wrapper .route__inner::before {
    width: clamp(36px, 3.6rem, 52px);
    height: clamp(34px, 3.4rem, 50px);
  }
}
.main__access .route .route__wrapper .route__inner .route__detail {
  margin-top: 1.2rem;
}
.main__access .route .route__wrapper .route__inner .route__detail .route-detail {
  font-size: clamp(14px, 1.4rem, 18px);
}
.main__access .route .route__wrapper .route-01::before {
  background-image: url(../images/icon_route_01_pc.webp);
}
.main__access .route .route__wrapper .route-02::before {
  background-image: url(../images/icon_route_02_pc.webp);
}
.main__access .route .route__wrapper .route-03::before {
  background-image: url(../images/icon_route_03_pc.webp);
}
.main__access .route .route__wrapper .route-04::before {
  background-image: url(../images/icon_route_04_pc.webp);
}
.main__access .route .route__wrapper .route-05::before {
  background-image: url(../images/icon_route_05_pc.webp);
}
.main__access .route .route__wrapper .route-06::before {
  background-image: url(../images/icon_route_06_pc.webp);
}

.main__column, .main__sub-column {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .main__column, .main__sub-column {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__column, .main__sub-column {
    padding: 0;
    flex-direction: column;
    width: 87.69vw;
  }
}
.main__column .column__left, .main__sub-column .column__left {
  width: 74%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__column .column__left, .main__sub-column .column__left {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.main__column .column__left .doctor-intro, .main__sub-column .column__left .doctor-intro {
  width: 470px;
  margin: 0 auto;
  padding: 3.6rem 1.5rem 3.4rem 1.5rem;
  margin-bottom: 6rem;
  border-radius: 8px;
  border: 1px solid #4BB252;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .doctor-intro, .main__sub-column .column__left .doctor-intro {
    padding: 1.6rem;
    margin-bottom: 4rem;
    width: clamp(342px, 87.69vw, 470px);
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__left .doctor-intro, .main__sub-column .column__left .doctor-intro {
    margin-top: 0;
  }
}
.main__column .column__left .doctor-intro .doctor-intro__text, .main__sub-column .column__left .doctor-intro .doctor-intro__text {
  font-size: 18px;
  color: #804F21;
  display: inline-block;
  border-bottom: 4px solid #F5BE41;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .doctor-intro .doctor-intro__text, .main__sub-column .column__left .doctor-intro .doctor-intro__text {
    line-height: 1.2em;
  }
}
.main__column .column__left .doctor-intro .doctor-intro__wrapper, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.main__column .column__left .doctor-intro .doctor-intro__wrapper .doctor-image, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper .doctor-image {
  width: 120px;
}
.main__column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details {
  width: 252px;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details {
    width: clamp(189px, 18.9rem, 252px);
    margin-left: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details {
    margin-left: 1rem;
  }
}
.main__column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details .doctor-name, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details .doctor-name {
  font-size: 14px;
  text-align: left;
  margin-top: 12px;
  line-height: 2em;
}
.main__column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details .doctor-details__button, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details .doctor-details__button {
  color: #4BB252;
  font-size: 11px;
  border-radius: 30px;
  border: 1px solid #4BB252;
  padding: 14.5px 0;
  line-height: 1em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding-left: 20px;
}
.main__column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details .doctor-details__button::after, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details .doctor-details__button::after {
  background-image: url(../images/icon_arrow_07_pc.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 12px;
  height: 7.9px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details .doctor-details__button, .main__sub-column .column__left .doctor-intro .doctor-intro__wrapper .doctor-details .doctor-details__button {
    padding-left: 11px;
  }
}
.main__column .column__left .column-left__wrapper .column-left__title, .main__sub-column .column__left .column-left__wrapper .column-left__title {
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 34px;
  border-bottom: 1px solid #804F21;
  padding-bottom: 8px;
  color: #804F21;
}
.main__column .column__left .column-left__wrapper .column-left__title::before, .main__sub-column .column__left .column-left__wrapper .column-left__title::before {
  background-image: url(../images/icon_tree_07_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 24px;
  height: 28px;
  display: block;
  margin-left: -34px;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__title, .main__sub-column .column__left .column-left__wrapper .column-left__title {
    width: clamp(342px, 87.69vw, 550px);
    display: inline-block;
    text-align: left;
  }
}
.main__column .column__left .column-left__wrapper .column-left__container, .main__sub-column .column__left .column-left__wrapper .column-left__container {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container:first-of-type, .main__sub-column .column__left .column-left__wrapper .column-left__container:first-of-type {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container:not(:last-of-type)::after, .main__sub-column .column__left .column-left__wrapper .column-left__container:not(:last-of-type)::after {
    content: "";
    background-color: #919191;
    width: clamp(342px, 87.69vw, 550px);
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container:not(:first-of-type), .main__sub-column .column__left .column-left__wrapper .column-left__container:not(:first-of-type) {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container, .main__sub-column .column__left .column-left__wrapper .column-left__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}
.main__column .column__left .column-left__wrapper .column-left__container .column__thumbnail, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__thumbnail {
  width: 252px;
}
@media screen and (max-width: 1100px) {
  .main__column .column__left .column-left__wrapper .column-left__container .column__thumbnail, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__thumbnail {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container .column__thumbnail, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__thumbnail {
    width: clamp(342px, 87.69vw, 550px);
    margin-bottom: 1.2rem;
  }
}
.main__column .column__left .column-left__wrapper .column-left__container .column__thumbnail img, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__thumbnail img {
  height: 100%;
}
.main__column .column__left .column-left__wrapper .column-left__container .column__details, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details {
  width: 536px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .main__column .column__left .column-left__wrapper .column-left__container .column__details, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details {
    width: 67%;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container .column__details, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details {
    width: clamp(342px, 87.69vw, 550px);
  }
}
.main__column .column__left .column-left__wrapper .column-left__container .column__details .column__category, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details .column__category {
  color: #ffffff;
  background-color: #919191;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container .column__details .column__category, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details .column__category {
    margin-left: 2rem;
  }
}
.main__column .column__left .column-left__wrapper .column-left__container .column__details .column__date, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details .column__date {
  color: #919191;
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container .column__details .column__date, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details .column__date {
    font-size: clamp(14px, 1.8rem, 18px);
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container .column__details .column__date.pc-only, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details .column__date.pc-only {
    display: none;
  }
}
.main__column .column__left .column-left__wrapper .column-left__container .column__details .column__title, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details .column__title {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .main__column .column__left .column-left__wrapper .column-left__container .column__details .column__title, .main__sub-column .column__left .column-left__wrapper .column-left__container .column__details .column__title {
    font-size: clamp(14px, 1.8rem, 18px);
  }
}
.main__column .column__right, .main__sub-column .column__right {
  width: 23.5%;
  padding: 8rem 0 6rem 0;
}
@media screen and (max-width: 768px) {
  .main__column .column__right, .main__sub-column .column__right {
    width: clamp(342px, 87.69vw, 550px);
    margin: 0 auto;
    padding: 5.4rem 0 6rem 0;
  }
}
.main__column .column__right .column__search, .main__sub-column .column__right .column__search {
  color: #919191;
  margin-bottom: 4.8rem;
  padding-left: 16px;
}
@media screen and (max-width: 1100px) {
  .main__column .column__right .column__search, .main__sub-column .column__right .column__search {
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__right .column__search, .main__sub-column .column__right .column__search {
    padding: 0;
  }
}
.main__column .column__right .column__search .column-search__text, .main__sub-column .column__right .column__search .column-search__text {
  font-size: 16px;
  margin-bottom: 12px;
}
.main__column .column__right .column__search .search-box, .main__sub-column .column__right .column__search .search-box {
  width: 212px;
  position: relative;
  display: flex;
  border-radius: 30px;
  border: 1px solid #919191;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .main__column .column__right .column__search .search-box, .main__sub-column .column__right .column__search .search-box {
    width: 100%;
  }
}
.main__column .column__right .column__search .search-box .search-box__input, .main__sub-column .column__right .column__search .search-box .search-box__input {
  padding: 10px 0 10px 16px;
  font-size: 16px;
  line-height: 1em;
}
.main__column .column__right .column__search .search-box .search-box__input::-moz-placeholder, .main__sub-column .column__right .column__search .search-box .search-box__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.main__column .column__right .column__search .search-box .search-box__input::placeholder, .main__sub-column .column__right .column__search .search-box .search-box__input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.main__column .column__right .column__search .search-box button, .main__sub-column .column__right .column__search .search-box button {
  cursor: pointer;
  width: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .main__column .column__right .column__search .search-box button, .main__sub-column .column__right .column__search .search-box button {
    padding-bottom: 1%;
  }
}
.main__column .column__right .column-right__category-list, .main__sub-column .column__right .column-right__category-list {
  color: #919191;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 12.8rem;
}
@media screen and (max-width: 1100px) {
  .main__column .column__right .column-right__category-list, .main__sub-column .column__right .column-right__category-list {
    padding-left: 1.6rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__column .column__right .column-right__category-list, .main__sub-column .column__right .column-right__category-list {
    padding: 0;
    margin-bottom: 0;
  }
}
.main__column .column__right .column-right__category-list .category__heading, .main__sub-column .column__right .column-right__category-list .category__heading {
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #919191;
  font-weight: 500;
}
.main__column .column__right .column-right__category-list .category-list .category-item, .main__sub-column .column__right .column-right__category-list .category-list .category-item {
  font-size: 16px;
  padding-bottom: 16px;
  padding-top: 20px;
  border-bottom: 0.5px solid #919191;
}
.main__column .column__right .column-right__container .column-side__title, .main__sub-column .column__right .column-right__container .column-side__title {
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 34px;
  border-bottom: 1px solid #804F21;
  padding-bottom: 8px;
  color: #804F21;
  margin-bottom: 12px;
}
.main__column .column__right .column-right__container .column-side__title::before, .main__sub-column .column__right .column-right__container .column-side__title::before {
  background-image: url(../images/icon_tree_07_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 24px;
  height: 28px;
  display: block;
  margin-left: -34px;
}
.main__column .column__right .column-right__container .column-side__wrapper, .main__sub-column .column__right .column-right__container .column-side__wrapper {
  display: flex;
  flex-direction: column;
}
.main__column .column__right .column-right__container .column-side__wrapper:first-of-type, .main__sub-column .column__right .column-right__container .column-side__wrapper:first-of-type {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .main__column .column__right .column-right__container .column-side__wrapper, .main__sub-column .column__right .column-right__container .column-side__wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 5.4rem;
    gap: 2rem;
  }
}
.main__column .column__right .column-right__container .column-side__wrapper .column__small-container:not(:last-of-type), .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .main__column .column__right .column-right__container .column-side__wrapper .column__small-container, .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container {
    width: clamp(160px, 40vw, 225px);
  }
}
.main__column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__image, .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__image {
  width: 100%;
  margin-bottom: 12px;
}
.main__column .column__right .column-right__container .column-side__wrapper .column__small-container img, .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container img {
  contain: none !important; /* contain: size を無効化 */
  contain-intrinsic-size: auto; /* 必要ならこれも無効化 */
  width: 100%;
  height: 100%;
  aspect-ratio: 504/285;
  max-width: 100%; /* 必要に応じて画像の幅を調整 */
  max-height: 100%; /* 必要に応じて画像の高さを調整 */
  -o-object-fit: cover;
     object-fit: cover; /* アスペクト比を維持しつつコンテンツを埋める */
}
.main__column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__date, .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__date {
  font-size: 14px;
  color: #919191;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .main__column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__date, .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__date {
    margin-right: 60%;
  }
}
.main__column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__category, .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__category {
  font-size: 12px;
  background-color: #919191;
  color: #ffffff;
  line-height: 14px;
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .main__column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__category, .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__category {
    margin-left: 0;
    margin-top: 4px;
  }
}
.main__column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__title, .main__sub-column .column__right .column-right__container .column-side__wrapper .column__small-container .column-small__title {
  font-size: 14px;
  margin-top: 12px;
}

.sub-column-left__wrapper {
  text-align: left;
}
.sub-column-left__wrapper .column__date {
  color: #919191;
  font-size: 14px;
  margin-bottom: 17px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sub-column-left__wrapper .column__date {
    font-size: clamp(14px, 1.8rem, 18px);
  }
}
.sub-column-left__wrapper .column__category {
  color: #ffffff;
  background-color: #919191;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 20px;
  margin-bottom: 17px;
  display: inline-block;
  margin-left: 20px;
}
.sub-column-left__wrapper .column__title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sub-column-left__wrapper .column__title {
    margin-bottom: 2rem;
    font-size: 24px;
  }
}
.sub-column-left__wrapper .column__thumbnail {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sub-column-left__wrapper .column__thumbnail {
    margin-bottom: 2rem;
  }
}
.sub-column-left__wrapper .column__thumbnail img {
  contain: none !important; /* contain: size を無効化 */
  contain-intrinsic-size: auto; /* 必要ならこれも無効化 */
  width: 100%;
  height: 100%;
  aspect-ratio: 504/285;
  max-width: 100%; /* 必要に応じて画像の幅を調整 */
  max-height: 100%; /* 必要に応じて画像の高さを調整 */
  -o-object-fit: cover;
     object-fit: cover; /* アスペクト比を維持しつつコンテンツを埋める */
  border-radius: 12px;
}
.sub-column-left__wrapper .column__lead-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 4rem;
}
.sub-column-left__wrapper .column__index {
  border: 1px solid #F5F5F5;
  padding: 16px;
  margin-bottom: 3.2rem;
}
.sub-column-left__wrapper .column__index .index-title {
  font-size: 14px;
}
.sub-column-left__wrapper .column__index .h2__title {
  font-size: 16px;
  text-indent: 1em;
}
.sub-column-left__wrapper .column__index .h3__title {
  font-size: 16px;
  text-indent: 2em;
}
.sub-column-left__wrapper .main-text h2 {
  font-size: 28px;
  color: #4BB252;
  border-bottom: 3px solid #F5BE41;
  padding: 2rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sub-column-left__wrapper .main-text h2 {
    margin-bottom: 2.2rem;
    font-size: 24px;
    padding: 0 0 0.8rem 0;
    margin-bottom: 2rem;
  }
}
.sub-column-left__wrapper .main-text h3 {
  font-size: 24px;
  margin-bottom: 4rem;
  border-left: 4px #D9D9D9 solid;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .sub-column-left__wrapper .main-text h3 {
    margin-bottom: 2rem;
    font-size: 20px;
    padding-left: 1em;
  }
}
.sub-column-left__wrapper .main-text img {
  contain-intrinsic-size: auto; /* 必要ならこれも無効化 */
  width: 100%;
  height: 100%;
  max-width: 100%; /* 必要に応じて画像の幅を調整 */
  max-height: 100%; /* 必要に応じて画像の高さを調整 */
  -o-object-fit: cover;
     object-fit: cover; /* アスペクト比を維持しつつコンテンツを埋める */
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sub-column-left__wrapper .main-text img {
    margin-bottom: 2rem;
  }
}
.sub-column-left__wrapper .main-text p {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 4rem;
}
.sub-column-left__wrapper .main-text ul {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 4rem;
  list-style-type: disc;
  padding-left: 2em;
}
.sub-column-left__wrapper .main-text .column__booking {
  width: 93.3%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sub-column-left__wrapper .main-text .column__booking {
    width: 100%;
  }
}
.sub-column-left__wrapper .main-text .column__booking img {
  width: 100%;
  aspect-ratio: 712/174;
}
.sub-column-left__wrapper .main-text a {
  text-decoration: underline;
  color: #0033cc;
  font-size: 14px;
  width: 100%;
  word-break: break-all;
}
.sub-column-left__wrapper .main-text .column__reference {
  background-color: rgba(246, 235, 229, 0.6);
  width: 100%;
  padding: 16px;
  margin-bottom: 4rem;
}
.sub-column-left__wrapper .main-text .column__reference h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.5em;
}
.sub-column-left__wrapper .main-text .column__reference p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.5em;
}
.sub-column-left__wrapper .main-text .column__reference p a {
  text-decoration: underline;
  color: #0033cc;
  font-size: 14px;
  width: 100%;
  word-break: break-all;
}
.sub-column-left__wrapper .main-text table {
  margin-bottom: 2rem;
  table-layout: fixed;
}
.sub-column-left__wrapper .main-text table tbody {
  width: 100%;
  border: 2px solid #919191;
}
.sub-column-left__wrapper .main-text table tbody tr {
  font-size: 16px;
  padding: 2rem;
  border: 2px solid #919191;
}
.sub-column-left__wrapper .main-text table tbody tr td {
  width: inherit;
  padding: 2rem;
  line-height: 1.5em;
  border: 2px solid #919191;
}
.sub-column-left__wrapper .main-text .has-fixed-layout tbody {
  width: 100%;
}
.sub-column-left__wrapper .main-text .has-fixed-layout tbody tr td {
  width: 50%;
}
.sub-column-left__wrapper #toc_container {
  background-color: #fff;
  width: 100%;
  border: 1px solid #919191;
  padding: 16px;
  margin-bottom: 3.2rem;
  margin-top: 3.2rem;
}
.sub-column-left__wrapper #toc_container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sub-column-left__wrapper #toc_container .toc_title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2em;
}
.sub-column-left__wrapper #toc_container .toc_list {
  font-size: 16px;
  line-height: 28px;
  text-indent: 1em;
}
.sub-column-left__wrapper #toc_container .toc_list ul {
  text-indent: 2em;
  list-style: none;
}
.sub-column-left__wrapper #toc_container .toc_list ul a {
  color: #434343;
}
.sub-column-left__wrapper #toc_container .toc_list a {
  color: #434343;
}
.sub-column-left__wrapper .button__wrapper {
  text-align: center;
  padding-top: 6rem;
}
.sub-column-left__wrapper .button__wrapper .column__button {
  font-size: clamp(14px, 1.6rem, 16px);
  color: #804F21;
  background-color: #fff;
  border: 1px solid #804F21;
  border-radius: 50px;
  padding: 16px 84px 16px 68px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 4.8rem;
}
.sub-column-left__wrapper .button__wrapper .column__button:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .sub-column-left__wrapper .button__wrapper .column__button {
    margin-top: 0;
    background-color: transparent;
    font-size: 16px;
  }
}
.sub-column-left__wrapper .button__wrapper .column__button::after {
  background-image: url(../images/icon_arrow_02_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 12px;
  height: 7.9px;
  top: 46%;
  right: 52px;
}

a:hover {
  opacity: 0.7;
}

.result__none {
  font-size: clamp(16px, 2rem, 20px);
  text-align: left;
}

.result {
  font-size: clamp(16px, 2rem, 20px);
  text-align: left;
}

.main__feature {
  position: relative;
  margin-bottom: 9rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .main__feature {
    margin-bottom: 3rem;
  }
}
.main__feature::after {
  background-image: url(../images/bg_cream-top_01_pc.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .main__feature::after {
    background-image: url(../images/bg_cream-top_01_sp.webp);
    bottom: -3rem;
    height: 3rem;
  }
}
.main__feature .page-jump {
  background-image: url(../images/bg_features_04_pc.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4rem;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .main__feature .page-jump {
    background-image: none;
    background-color: #FBF9F9;
  }
}
.main__feature .features {
  margin-top: 0;
  padding-bottom: 19rem;
  position: relative;
  background-image: url(../images/bg_features_04_pc.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.main__feature .features::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .main__feature .features {
    background-image: none;
    background-color: #FBF9F9;
    padding-bottom: 8rem;
  }
}

.message {
  text-align: center;
  padding: 13.6rem 0 10rem 0;
  position: relative;
}
.message::before {
  content: "";
  background-image: url(../images/icon_dots_01_pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12rem;
  height: 131.65px;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .message::before {
    top: 38%;
  }
}
@media screen and (max-width: 768px) {
  .message::before {
    display: none;
  }
}
.message::after {
  content: "";
  background-image: url(../images/icon_dots_01_pc.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12rem;
  height: 131.65px;
  position: absolute;
  bottom: 34%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .message::after {
    bottom: 27%;
  }
}
@media screen and (max-width: 768px) {
  .message::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: clamp(70px, 9.6rem, 110px);
    padding-bottom: 6rem;
  }
}
.message .section-title__english::before {
  background-image: url(../images/icon_comment_02_pc.webp);
}
.message .message__wrapper {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1560px) {
  .message .message__wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1250px) {
  .message .message__wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper {
    padding: 0;
    width: 100%;
  }
}
.message .message__wrapper .message__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .message__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.message .message__wrapper .message__inner .message__details {
  width: 508px;
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__details {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .message__inner .message__details {
    width: clamp(358px, 79.48vw, 912px);
    position: relative;
  }
}
.message .message__wrapper .message__inner .message__details .message__heading {
  font-size: 36px;
  position: relative;
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  color: #804F21;
  margin-bottom: 2.5rem;
}
.message .message__wrapper .message__inner .message__details .message__heading::after {
  content: "";
  width: 425px;
  height: 4px;
  background-color: #F5BE41;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__details .message__heading::after {
    width: clamp(330px, 36rem, 360px);
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .message__inner .message__details .message__heading::after {
    right: 0;
    margin: 0 auto;
    width: clamp(242px, 24rem, 320px);
  }
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__details .message__heading {
    font-size: clamp(26px, 3.2rem, 32px);
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .message__inner .message__details .message__heading {
    font-size: clamp(24px, 2.4rem, 32px);
    letter-spacing: 0;
    display: inline-block;
  }
}
.message .message__wrapper .message__inner .message__details .message__bg-wrapper {
  position: relative;
}
.message .message__wrapper .message__inner .message__details .message__bg-wrapper .message__text {
  font-size: 20px;
  line-height: 1.7em;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__details .message__bg-wrapper .message__text {
    font-size: clamp(18px, 2rem, 20px);
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .message__inner .message__details .message__bg-wrapper .message__text {
    padding: 40px 40px;
    line-height: 2em;
    font-size: clamp(16px, 1.6rem, 20px);
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .message__inner .message__details .message__bg-wrapper .message__bg--sp {
    width: clamp(350px, 80vw, 981px);
    height: 100%;
    position: absolute;
    left: -0.5rem;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background-image: url(../images/bg_message_02_sp.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.message .message__wrapper .message__inner .message__image {
  width: 397px;
  aspect-ratio: 397, 373;
  border-radius: 40px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1560px) {
  .message .message__wrapper .message__inner .message__image {
    width: 360px;
  }
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__image {
    width: 60rem;
    margin-left: 12rem;
  }
}
.message .message__wrapper .message__inner .message__image .message__name {
  color: #804F21;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__image .message__name {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-left: 1rem;
  }
}
.message .message__wrapper .message__inner .message__image .message__name .message-clinic {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__image .message__name .message-clinic {
    font-size: 14px;
  }
}
.message .message__wrapper .message__inner .message__image .message__name .message-name {
  font-size: 20px;
  margin-left: 1.2rem;
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__image .message__name .message-name {
    font-size: 16px;
  }
}
.message .message__wrapper .message__inner .message__image .message__bg--pc {
  width: clamp(560px, 98rem, 980px);
  height: 480px;
  position: absolute;
  left: -17rem;
  bottom: -113px;
  background-image: url(../images/bg_message_01_pc.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1560px) {
  .message .message__wrapper .message__inner .message__image .message__bg--pc {
    width: clamp(500px, 80rem, 981px);
  }
}
@media screen and (max-width: 1250px) {
  .message .message__wrapper .message__inner .message__image .message__bg--pc {
    width: clamp(500px, 86rem, 981px);
    height: 400px;
    bottom: -80px;
    left: -14rem;
  }
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .message__inner .message__image .message__bg--pc {
    width: 80rem;
    height: 60rem;
    left: -10rem;
    top: 11vw;
  }
}
.message .message__wrapper .career {
  padding-top: clamp(154px, 15.4rem, 160px);
  color: #804F21;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .message .message__wrapper .career {
    padding-top: clamp(200px, 20rem, 200px);
  }
}
@media screen and (max-width: 1000px) {
  .message .message__wrapper .career {
    padding-top: clamp(100px, 15vw, 250px);
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career {
    padding-top: clamp(90px, 9rem, 120px);
    position: relative;
  }
}
.message .message__wrapper .career .career__title {
  font-size: 20px;
  position: relative;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career .career__title {
    margin-bottom: 2rem;
  }
}
.message .message__wrapper .career .career__title::before {
  width: 32px;
  height: 34px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/icon_tree_08_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career .doctor__image {
    display: flex;
    justify-content: space-between;
    width: 87.69vw;
    margin: 0 auto;
    margin-bottom: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career .doctor__image .doctor-image {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career .doctor__image .doctor-name {
    width: 48%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career .doctor__image .doctor-name .doctor-name__clinic {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 1.7em;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career .doctor__image .doctor-name .doctor-name__name {
    font-size: 18px;
    line-height: 1.7em;
  }
}
.message .message__wrapper .career .career__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  gap: 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career .career__inner {
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 87.69vw;
    margin: 0 auto;
  }
}
.message .message__wrapper .career .career__inner .career__wrapper {
  width: clamp(500px, 51.6rem, 520px);
}
@media screen and (max-width: 1250px) {
  .message .message__wrapper .career .career__inner .career__wrapper {
    width: clamp(380px, 40vw, 480px);
  }
}
@media screen and (max-width: 1100px) {
  .message .message__wrapper .career .career__inner .career__wrapper {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .message .message__wrapper .career .career__inner .career__wrapper {
    width: 100%;
  }
}
.message .message__wrapper .career .career__inner .career__wrapper .career__heading {
  font-size: 16px;
  border-bottom: 1px solid #804F21;
  margin-bottom: 1.2rem;
  line-height: 1.7em;
  padding-bottom: 4px;
}
.message .message__wrapper .career .career__inner .career__wrapper .career__list {
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.7em;
  margin-top: 0.4rem;
}

.doctors {
  margin-top: 15.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .doctors::after {
    content: "";
    background-image: url(../images/icon_dots_03_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 119px;
    height: 114px;
    position: absolute;
    top: -10rem;
    right: 0;
  }
}
.doctors .doctors__wrapper {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 120px;
  max-width: 1080px;
  margin-inline: auto;
  justify-content: center;
  grid-auto-rows: auto;
}
@media screen and (max-width: 1100px) {
  .doctors .doctors__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 120px;
  }
}
@media screen and (max-width: 768px) {
  .doctors .doctors__wrapper {
    grid-template-columns: 1fr;
    width: 87.69vw;
  }
}
.doctors .doctors__wrapper .doctors__inner {
  text-align: left;
}
.doctors .doctors__wrapper .doctors__inner .doctors__profile {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .doctors .doctors__wrapper .doctors__inner .doctors__profile {
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.doctors .doctors__wrapper .doctors__inner .doctors__profile .doctors__image {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .doctors .doctors__wrapper .doctors__inner .doctors__profile .doctors__image {
    width: 48%;
    margin-right: 2rem;
  }
}
.doctors .doctors__wrapper .doctors__inner .doctors__profile .doctors__name {
  font-size: 18px;
  margin: 24px 0;
}
@media screen and (max-width: 1100px) {
  .doctors .doctors__wrapper .doctors__inner .doctors__profile .doctors__name {
    font-size: clamp(16px, 1.8rem, 18px);
  }
}
.doctors .doctors__wrapper .doctors__inner .career__wrapper {
  width: 100%;
}
.doctors .doctors__wrapper .doctors__inner .career__wrapper:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .doctors .doctors__wrapper .doctors__inner .career__wrapper:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.doctors .doctors__wrapper .doctors__inner .career__wrapper .career__heading {
  font-size: 16px;
  border-bottom: 1px solid #804F21;
  margin-bottom: 1.2rem;
  line-height: 1.7em;
}
@media screen and (max-width: 1100px) {
  .doctors .doctors__wrapper .doctors__inner .career__wrapper .career__heading {
    font-size: clamp(14px, 1.6rem, 16px);
  }
}
.doctors .doctors__wrapper .doctors__inner .career__wrapper .career__list {
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.7em;
  margin-top: 0.4rem;
  gap: 8px;
}
@media screen and (max-width: 1100px) {
  .doctors .doctors__wrapper .doctors__inner .career__wrapper .career__list {
    font-size: clamp(12px, 1.4rem, 16px);
  }
}

.main__first {
  position: relative;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .main__first {
    margin-bottom: 3rem;
  }
}
.main__first::after {
  background-image: url(../images/bg_cream-top_01_pc.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .main__first::after {
    background-image: url(../images/bg_cream-top_01_sp.webp);
    bottom: -3rem;
    height: 3rem;
  }
}

.guide {
  text-align: center;
  padding: 8.4rem 0 10rem 0;
  background-color: #FBF9F9;
}
@media screen and (max-width: 768px) {
  .guide {
    padding-bottom: 6rem;
    padding-top: 84px;
  }
}
.guide .section-title__english::before {
  background-image: url(../images/icon_beginner_02_pc.webp);
}
.guide .guide__description {
  font-size: clamp(18px, 2rem, 20px);
  color: #804F21;
  padding-left: 8rem;
  position: relative;
  text-align: left;
  max-width: 1080px;
  margin: 0 auto;
  line-height: 1.5em;
}
@media screen and (max-width: 1100px) {
  .guide .guide__description {
    font-size: clamp(16px, 1.8rem, 18px);
    margin-left: 5%;
    margin-right: 5%;
    padding-left: clamp(70px, 8rem, 80px);
  }
}
@media screen and (max-width: 768px) {
  .guide .guide__description {
    margin-top: 70px;
    padding-left: 0;
    width: 91.2vw;
    font-size: 16px;
  }
}
.guide .guide__description::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 34px;
  background-image: url(../images/icon_tree_08_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0rem;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .guide .guide__description::before {
    right: 0;
    margin: 0 auto;
    top: -44px;
  }
}
.guide .guide__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1100px) {
  .guide .guide__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .guide .guide__wrapper {
    padding: 0;
    width: 91.2vw;
    gap: 2.4rem;
    margin-top: 48px;
  }
}
.guide .guide__wrapper .guide__container {
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.guide .guide__wrapper .guide__container .guide-title__wrapper {
  background-color: #4BB252;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
.guide .guide__wrapper .guide__container .guide-title__wrapper .guide-title {
  color: #ffffff;
  font-size: clamp(20px, 2.4rem, 24px);
  padding: 1.2rem 0;
  line-height: 1.5em;
}
.guide .guide__wrapper .guide__details {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .guide .guide__wrapper .guide__details {
    flex-direction: column;
  }
}
.guide .guide__wrapper .guide__details .guide-details__image {
  width: 49.2%;
}
@media screen and (max-width: 768px) {
  .guide .guide__wrapper .guide__details .guide-details__image {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .guide .guide__wrapper .guide__details .guide-details__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
.guide .guide__wrapper .guide__details .guide-details__text {
  width: 49.2%;
  padding: 4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .guide .guide__wrapper .guide__details .guide-details__text {
    width: 100%;
    padding: 2.4rem;
  }
}
.guide .guide__wrapper .guide__details .guide-details__text .guide-text {
  line-height: 1.7em;
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .guide .guide__wrapper .guide__details .guide-details__text .guide-text {
    font-size: clamp(14px, 1.6rem, 16px);
  }
}
.guide .guide__wrapper .guide__details .guide-details__text .guide-text__small {
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .guide .guide__wrapper .guide__details .guide-details__text .guide-text__small {
    font-size: clamp(12px, 1.4rem, 14px);
  }
}
.guide .guide__wrapper .guide__details .guide-details__text .guide-details__table {
  width: 100%;
  border: 1px solid #F5F5F5;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .guide .guide__wrapper .guide__details .guide-details__text .guide-details__table {
    margin-top: 1.6rem;
  }
}
.guide .guide__wrapper .guide__details .guide-details__text .guide-details__table .details-table__heading {
  background-color: #F5F5F5;
  font-size: 14px;
  padding-left: 2rem;
}
.guide .guide__wrapper .guide__details .guide-details__text .guide-details__table .details-table__list .details-table__item {
  font-size: 14px;
  padding: 0.8rem 2rem;
}

.flow {
  text-align: center;
  padding: 13.6rem 0 10rem 0;
  margin-top: 9rem;
  position: relative;
  background-color: rgba(75, 178, 82, 0.1);
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 7.6rem 0 6rem 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.flow::before {
  background-image: url(../images/bg_green-top_02_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -9rem;
}
@media screen and (max-width: 768px) {
  .flow::before {
    background-image: url(../images/bg_green-top_02_sp.webp);
    top: -3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .flow::after {
    background-image: url(../images/bg_green-bottom_02_sp.webp);
    bottom: -3rem;
    height: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
  }
}
.flow .section-title__english::before {
  background-image: url(../images/icon_medical_01_pc.webp);
}
.flow .flow__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 1100px) {
  .flow .flow__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .flow .flow__wrapper {
    padding: 0;
    width: clamp(342px, 91.2vw, 500px);
    text-align: center;
    gap: 6rem;
  }
}
.flow .flow__wrapper .flow__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow .flow__wrapper .flow__container:first-of-type {
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 768px) {
  .flow .flow__wrapper .flow__container:first-of-type {
    margin-bottom: 0;
  }
}
.flow .flow__wrapper .flow__container .flow__left {
  display: flex;
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .flow .flow__wrapper .flow__container .flow__left {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.flow .flow__wrapper .flow__container .flow__left .flow__number {
  width: 65px;
}
.flow .flow__wrapper .flow__container .flow__left .flow__number .flow-number {
  font-size: 40px;
  color: #4BB252;
}
@media screen and (max-width: 1100px) {
  .flow .flow__wrapper .flow__container .flow__left .flow__number .flow-number {
    font-size: clamp(32px, 4rem, 40px);
  }
}
@media screen and (max-width: 768px) {
  .flow .flow__wrapper .flow__container .flow__left .flow__number .flow-number {
    font-size: clamp(36px, 4rem, 40px);
    line-height: 0.8em;
  }
}
.flow .flow__wrapper .flow__container .flow__left .flow__number .flow-number__arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 150px;
  margin-top: 20px;
  background-color: #4BB252;
}
@media screen and (max-width: 768px) {
  .flow .flow__wrapper .flow__container .flow__left .flow__number .flow-number__arrow {
    height: clamp(100px, 9rem, 150px);
    margin-left: -20%;
    margin-top: 2rem;
  }
}
.flow .flow__wrapper .flow__container .flow__left .flow__number .flow-number__arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 27px;
  height: 2px;
  background-color: #4BB252;
  transform: rotate(-45deg);
  transform-origin: 10% 100%;
}
@media screen and (max-width: 1100px) {
  .flow .flow__wrapper .flow__container .flow__left .flow__number .flow-number__arrow::before {
    width: clamp(24px, 2.7rem, 27px);
    width: clamp(21px, 2.3rem, 23px);
  }
}
.flow .flow__wrapper .flow__container .flow__image {
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .flow .flow__wrapper .flow__container .flow__image {
    width: clamp(265px, 70.6vw, 400px);
  }
}

.flow__details {
  text-align: left;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .flow__details {
    margin: 0 auto;
    margin-top: 1.6rem;
  }
}
.flow__details .flow__heading {
  font-size: 32px;
  color: #4BB252;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .flow__details .flow__heading {
    font-size: clamp(27px, 3.2rem, 32px);
  }
}
@media screen and (max-width: 768px) {
  .flow__details .flow__heading {
    font-size: clamp(22px, 2.4rem, 26px);
    text-align: center;
    margin-bottom: 1.2rem;
  }
}
.flow__details .flow__text {
  font-size: 20px;
  line-height: 1.4em;
}
@media screen and (max-width: 1100px) {
  .flow__details .flow__text {
    font-size: clamp(16px, 2rem, 20px);
  }
}
@media screen and (max-width: 768px) {
  .flow__details .flow__text {
    font-size: clamp(16px, 1.6rem, 18px);
  }
}

.contact__wrapper {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1100px) {
  .contact__wrapper {
    width: 90vw;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact__wrapper {
    width: clamp(342px, 91.2vw, 500px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
.contact__wrapper .contact__booking {
  width: 528px;
  background-color: #4BB252;
  border-radius: 8px;
}
.contact__wrapper .contact__booking:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 1100px) {
  .contact__wrapper .contact__booking {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact__booking {
    width: clamp(342px, 91.2vw, 500px);
    margin-bottom: 2rem;
  }
}
.contact__wrapper .contact__booking .contact-booking__button {
  color: #ffffff;
  font-size: 24px;
  padding: 27.5px 0;
  display: inline-block;
  position: relative;
}
.contact__wrapper .contact__booking .contact-booking__button::before {
  background-image: url(../images/icon_calender_01_pc.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 36px;
  height: 33.9px;
  left: -56px;
}
.contact__wrapper .contact__phone {
  width: 528px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #804F21;
  border-radius: 8px;
}
@media screen and (max-width: 1100px) {
  .contact__wrapper .contact__phone {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact__phone {
    width: clamp(342px, 91.2vw, 500px);
    margin-bottom: 1.2rem;
  }
}
.contact__wrapper .contact__phone .contact-phone__button {
  display: inline-block;
  font-size: 24px;
  color: #804F21;
  padding: 27.5px 0;
  position: relative;
}
.contact__wrapper .contact__phone .contact-phone__button::before {
  background-image: url(../images/icon_phone_01_pc.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 19.2px;
  height: 36px;
  left: -36px;
  top: 30%;
}
.contact__wrapper .contact__phone .contact-phone__button:hover {
  filter: brightness(1.15);
}
.contact__wrapper .contact-phone__number {
  position: absolute;
  font-size: 32px;
  color: #804F21;
  font-weight: 700;
  display: flex;
  align-items: center;
  right: 130px;
  bottom: -50px;
}
@media screen and (max-width: 1100px) {
  .contact__wrapper .contact-phone__number {
    right: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__wrapper .contact-phone__number {
    position: static;
  }
}
.contact__wrapper .contact-phone__number span {
  font-size: 20px;
  margin-right: 8px;
}

.recruit-button__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-button__sp {
    font-size: 18px;
    background-color: #EB9693;
    color: #fff;
    width: 87.69vw;
    margin: 0 auto;
    border-radius: 12px;
    text-align: center;
    padding: 20px 0;
    display: none;
    justify-content: center;
    align-items: center;
  }
  .recruit-button__sp::after {
    display: block;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    background-image: url(../images/icon_recruit_01_pc.webp);
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.news {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  margin-top: 6rem;
  margin-bottom: 6rem;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .news {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .news {
    position: relative;
    max-width: 91.2vw;
    margin: 0 auto;
    margin: 3rem auto 7.7rem auto;
    gap: 2.4rem;
    padding: 0;
  }
}

.news-title__wrapper {
  text-align: center;
}
.news-title__wrapper .news__title {
  font-size: clamp(16px, 2.4rem, 24px);
  color: #4BB252;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .news-title__wrapper .news__title {
    font-size: 14px;
    margin-bottom: 1.2rem;
    width: 5.7rem;
  }
}
.news-title__wrapper .news__title::before {
  content: "";
  display: block;
  background-image: url(../images/icon_antenna_02_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto;
}
.news-title__wrapper .top-news__button {
  font-size: clamp(14px, 1.6rem, 16px);
  display: flex;
  border-bottom: 1px solid #434343;
  align-items: center;
}
.news-title__wrapper .top-news__button::after {
  content: "";
  display: block;
  background-image: url(../images/icon_arrow_01_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1rem;
}
.news-title__wrapper .top-news__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .news-title__wrapper .top-news__button.pc-only {
    display: none;
  }
}

.news__list .news__link {
  display: block;
}
.news__list .news__link:not(:last-of-type) {
  padding-bottom: 1.2rem;
}
.news__list .news__link .news-list {
  font-size: clamp(14px, 1.6rem, 16px);
  width: 917px;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .news__list .news__link .news-list {
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .news__list .news__link .news-list {
    width: 28rem;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 14px;
  }
}
.news__list .news__link .news-list:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
.news__list .news__link .news-list .news-date {
  border-bottom: 1px solid #4BB252;
  font-weight: 400;
  padding: 0.6rem 0;
  width: 9%;
}
@media screen and (max-width: 1100px) {
  .news__list .news__link .news-list .news-date {
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  .news__list .news__link .news-list .news-date {
    border-bottom: none;
    padding: 0;
  }
}
.news__list .news__link .news-list .news-details {
  border-bottom: 1px solid #4BB252;
  padding: 0.6rem 0;
  width: 91%;
}
@media screen and (max-width: 768px) {
  .news__list .news__link .news-list .news-details {
    border-bottom: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .news__list .news__link .news-list.pc-only {
    display: none;
  }
}

.top-news__button.sp-only {
  display: none;
}
.top-news__button.sp-only::after {
  content: "";
  display: block;
  background-image: url(../images/icon_arrow_01_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .top-news__button.sp-only {
    position: absolute;
    right: 0;
    bottom: -2.4rem;
    border-bottom: 1px solid #434343;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}

.reception-time {
  padding-top: 10rem;
  position: relative;
  background-color: #FBF9F9;
  text-align: center;
  margin-top: 15rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .reception-time {
    margin-top: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.reception-time::before {
  background-image: url(../images/bg_cream-top_01_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -9rem;
}
@media screen and (max-width: 768px) {
  .reception-time::before {
    background-image: url(../images/bg_cream-top_01_sp.webp);
    height: 3rem;
    top: -3rem;
  }
}
.reception-time::after {
  background-image: url(../images/icon_dots_02_pc.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 20rem;
  height: 15.8rem;
  left: 0;
  top: -9rem;
}
@media screen and (max-width: 768px) {
  .reception-time::after {
    display: none;
  }
}
.reception-time .section-title .section-title__english::before {
  background-image: url(../images/icon_clock_01_pc.webp);
}

.access__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .access__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .access__wrapper {
    flex-direction: column;
  }
}
.access__wrapper .access__left {
  width: 504px;
}
@media screen and (max-width: 1100px) {
  .access__wrapper .access__left {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .access__wrapper .access__left {
    width: 91.2vw;
  }
}
.access__wrapper .access__left .opening-hours__wrapper {
  width: 100%;
  color: #804F21;
}
.access__wrapper .access__left .opening-hours__wrapper .opening-hours__row {
  border-bottom: 1px solid #804F21;
}
@media screen and (max-width: 1100px) {
  .access__wrapper .access__left .opening-hours__wrapper .opening-hours__row {
    width: 43vw;
  }
}
.access__wrapper .access__left .opening-hours__wrapper .opening-hours__row .opening-hours__heading {
  font-size: clamp(12px, 1.4rem, 14px);
  padding: 12px 0;
  font-weight: 400;
  width: 100px;
}
@media screen and (max-width: 1100px) {
  .access__wrapper .access__left .opening-hours__wrapper .opening-hours__row .opening-hours__heading {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .access__wrapper .access__left .opening-hours__wrapper .opening-hours__row .opening-hours__heading {
    width: 25vw;
  }
}
.access__wrapper .access__left .opening-hours__wrapper .opening-hours__row .opening-hours__detail {
  font-size: clamp(12px, 1.4rem, 14px);
  padding: 12px 0;
  width: 50px;
}
@media screen and (max-width: 1100px) {
  .access__wrapper .access__left .opening-hours__wrapper .opening-hours__row .opening-hours__detail {
    width: 9%;
  }
}
.access__wrapper .access__left .opening-hours__notes {
  margin-top: 2rem;
  list-style: none;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .access__wrapper .access__left .opening-hours__notes {
    margin-top: 20px;
  }
}
.access__wrapper .access__left .opening-hours__notes .opening-hours-notes__item {
  font-size: clamp(12px, 1.4rem, 14px);
  line-height: 1.5em;
  color: #804F21;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access__wrapper .access__left .opening-hours__notes .opening-hours-notes__item {
    font-size: 14px;
  }
  .access__wrapper .access__left .opening-hours__notes .opening-hours-notes__item::before {
    font-size: 0.3em;
  }
}
.access__wrapper .access__left .opening-hours__notes:first-child {
  margin-bottom: 1.5rem;
}
.access__wrapper .access__left .green-text {
  color: #4BB252;
}
.access__wrapper .access__left .brown-text {
  color: #804F21;
}
.access__wrapper .access__right {
  width: 504px;
  height: 301px;
}
@media screen and (max-width: 1100px) {
  .access__wrapper .access__right {
    width: 43vw;
    height: clamp(230px, 30.1rem, 320px);
  }
}
@media screen and (max-width: 768px) {
  .access__wrapper .access__right {
    width: 91.2vw;
  }
}

.opening-hours__middle {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.opening-hours__middle .opening-hours__phone {
  color: #4BB252;
  font-size: 32px;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .opening-hours__middle .opening-hours__phone {
    justify-content: center;
    margin-bottom: 1.2rem;
  }
}
.opening-hours__middle .opening-hours__phone span {
  font-size: clamp(18px, 2rem, 20px);
  margin-right: 0.75rem;
}
.opening-hours__middle .opening-hours__address {
  color: #804F21;
  font-size: clamp(14px, 1.4rem, 16px);
  text-align: left;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .opening-hours__middle .opening-hours__address {
    text-align: center;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .opening-hours__footer {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 2.4rem 0;
  }
  .opening-hours__footer .opening-hours__address--sp {
    color: #804F21;
    font-size: 14px;
  }
  .opening-hours__footer .opening-hours__department {
    margin: 0 auto;
  }
  .opening-hours__footer .opening-hours__department .department-list__sp {
    display: flex;
    gap: 12px;
  }
  .opening-hours__footer .opening-hours__department .department-list__sp .department-item__sp {
    font-size: clamp(14px, 1.4rem, 16px);
    background-color: #D6CAC5;
    color: #ffffff;
    padding: 0 12px;
    border-radius: 20px;
  }
  .opening-hours__footer .opening-hours__phone {
    color: #4BB252;
    font-size: 32px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
  }
  .opening-hours__footer .opening-hours__phone span {
    font-size: clamp(18px, 2rem, 20px);
    margin-right: 0.75rem;
  }
}

.parking {
  margin-top: 8.2rem;
}
@media screen and (max-width: 768px) {
  .parking {
    margin-top: 3.2rem;
  }
}
.parking .parking__title {
  font-size: clamp(16px, 2rem, 20px);
  color: #804F21;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .parking .parking__title {
    margin-bottom: 2.4rem;
  }
}
.parking .parking__title::before {
  background-image: url(../images/icon_parking_01_pc.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: clamp(20px, 3rem, 34px);
  height: clamp(20px, 3rem, 34px);
}
.parking .parking__wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 1080px;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 1100px) {
  .parking .parking__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .parking .parking__wrapper {
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}
.parking .parking__wrapper .parking-image__left {
  width: 529px;
}
@media screen and (max-width: 1100px) {
  .parking .parking__wrapper .parking-image__left {
    width: 46vw;
  }
}
@media screen and (max-width: 768px) {
  .parking .parking__wrapper .parking-image__left {
    width: 91.2vw;
  }
}
.parking .parking__wrapper .parking-image__right {
  width: 459px;
}
@media screen and (max-width: 1100px) {
  .parking .parking__wrapper .parking-image__right {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .parking .parking__wrapper .parking-image__right {
    margin-top: 2.4rem;
    width: 91.2vw;
  }
}
.parking .parking__wrapper .parking-image__right .parking__text {
  font-size: clamp(14px, 1.6rem, 16px);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .parking .parking__wrapper .parking-image__right .parking__text {
    margin-bottom: 0.8rem;
    font-size: clamp(14px, 1.4rem, 18px);
  }
}

.to-patients {
  padding-top: 12rem;
  padding-bottom: 12rem;
  text-align: center;
  background-image: url(../images/bg_to-patients_01_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .to-patients::before {
    background-image: url(../images/bg_green-top_02_sp.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .to-patients::after {
    background-image: url(../images/bg_green-bottom_02_sp.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -3rem;
  }
}
@media screen and (max-width: 1100px) {
  .to-patients {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .to-patients {
    padding: 0;
    padding-top: 4rem;
    margin: 3rem 0;
    background-color: rgba(75, 178, 82, 0.1);
    background-image: none;
    position: relative;
    padding-bottom: 12rem;
  }
}
.to-patients .section-title .section-title__english::before {
  background-image: url(../images/icon_comment_01_pc.webp);
}
.to-patients .to-patients__message--wrapper {
  width: 1012px;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid #4BB252;
  border-radius: 10px;
  text-align: left;
  margin-top: 2.7rem;
  position: relative;
  background-color: #fff;
  transform: translateX(-2%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  .to-patients .to-patients__message--wrapper {
    width: clamp(700px, 108rem, 1080px);
  }
}
@media screen and (max-width: 768px) {
  .to-patients .to-patients__message--wrapper {
    margin-top: 3.2rem;
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 91.2vw;
    transform: translateX(0);
  }
}
.to-patients .to-patients__message--wrapper::after {
  background-image: url(../images/image_owl_01_pc.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 10.5rem;
  height: 10rem;
  bottom: -2.4rem;
  right: -5rem;
}
@media screen and (max-width: 768px) {
  .to-patients .to-patients__message--wrapper::after {
    width: 7.7rem;
    height: 10rem;
    right: 0;
    bottom: -10rem;
  }
}
.to-patients .to-patients__message--wrapper .to-patients__message {
  line-height: 1.6em;
  padding: 4rem;
  font-size: clamp(16px, 2rem, 20px);
}
@media screen and (max-width: 768px) {
  .to-patients .to-patients__message--wrapper .to-patients__message {
    padding: 0;
    font-size: 16px;
  }
}

.guidance {
  padding: 12rem 0 20rem;
  text-align: center;
  position: relative;
}
.guidance::before {
  content: "";
  width: 1164px;
  height: 420px;
  background-image: url(../images/bg_guidance_01_pc.webp);
  right: 0;
  left: 0;
  margin: 0 auto;
  top: clamp(300px, 22vw, 380px);
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateY(-50%);
  z-index: -10;
}
@media screen and (max-width: 1560px) {
  .guidance::before {
    width: 150rem;
    height: 60rem;
    top: clamp(270px, 45rem, 380px);
  }
}
@media screen and (max-width: 1100px) {
  .guidance::before {
    width: 170rem;
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .guidance::before {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .guidance {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .guidance {
    padding: 9.6rem 0 6rem 0;
    background-image: none;
  }
}
.guidance .section-title .section-title__english::before {
  background-image: url(../images/icon_clinic_02_pc.webp);
}
.guidance .department .department__list {
  display: flex;
  max-width: clamp(900px, 70vw, 1100px);
  justify-content: center;
  gap: 2%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1100px) {
  .guidance .department .department__list {
    width: clamp(700px, 80vw, 1000px);
  }
}
@media screen and (max-width: 768px) {
  .guidance .department .department__list {
    width: 91.2vw;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.guidance .department .department__list .department__item {
  width: 170px;
  padding: 17px 0;
  color: #4BB252;
  font-size: clamp(16px, 1.8rem, 18px);
  border: 1px solid #4BB252;
  background-color: #fff;
  cursor: pointer;
}
.guidance .department .department__list .department__item:hover {
  color: #fff;
  background-color: #4BB252;
}
@media screen and (max-width: 1100px) {
  .guidance .department .department__list .department__item {
    width: clamp(130px, 1.7rem, 170px);
  }
}
@media screen and (max-width: 768px) {
  .guidance .department .department__list .department__item {
    width: 42.6vw;
    margin-bottom: 2rem;
  }
}
.guidance .department .department__list .department__item.active {
  color: #ffffff;
  background-color: #4BB252;
}
.guidance .department__details {
  display: none;
}
.guidance .department__details .department-details__list {
  display: flex;
  margin: 0 auto;
  width: 798px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1vw;
}
@media screen and (max-width: 1100px) {
  .guidance .department__details .department-details__list {
    width: clamp(650px, 7.98rem, 798px);
    gap: 0.3vw;
  }
}
@media screen and (max-width: 768px) {
  .guidance .department__details .department-details__list {
    flex-wrap: wrap;
    width: 91.2vw;
    gap: 1.2rem;
  }
}
.guidance .department__details .department-details__list .department-details__item {
  border-radius: 50%;
  width: 113px;
  height: 113px;
  border: 1px solid #4BB252;
  padding: 28px 0;
  background-color: #FBF9F9;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .guidance .department__details .department-details__list .department-details__item {
    width: clamp(105px, 11rem, 113px);
    height: clamp(105px, 11rem, 113px);
  }
}
@media screen and (max-width: 768px) {
  .guidance .department__details .department-details__list .department-details__item {
    width: 28.2vw;
    height: 28.2vw;
  }
}
.guidance .department__details .department-details__list .department-details__item .department-details__link .department__image {
  width: 2.4rem;
  margin: 0 auto;
  margin-bottom: 10px;
}
.guidance .department__details .department-details__list .department-details__item .department-details__link .department__name {
  font-size: clamp(14px, 1.4rem, 16px);
  color: #804F21;
}
@media screen and (max-width: 768px) {
  .guidance .department__details .department-details__list .department-details__item .department-details__link .department__name {
    font-size: 13px;
  }
}

.department__details.active {
  display: block;
}

.features {
  padding-top: 8rem;
  padding-bottom: 12rem;
  text-align: center;
  margin-top: 9rem;
  background-image: url(../images/bg_features_01_pc.webp);
  position: relative;
  background-position: left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .features {
    padding-top: clamp(40px, 7.6rem, 76px);
    padding-bottom: clamp(40px, 8rem, 80px);
    background-image: none;
    background-color: #FBF9F9;
  }
}
.features::before {
  background-image: url(../images/bg_beige-top_01_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -9rem;
}
@media screen and (max-width: 768px) {
  .features::before {
    background-image: url(../images/bg_cream-top_02_sp.webp);
    top: -3rem;
    height: 3rem;
  }
}
.features .section-title .section-title__english::before {
  background-image: url(../images/icon_light_02_pc.webp);
}
.features .features__wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .features .features__wrapper {
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .features .features__wrapper {
    width: 91.2vw;
  }
}
.features .features__wrapper .features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .features .features__wrapper .features__list {
    gap: 4.2rem 1.2rem;
  }
}
.features .features__wrapper .features__list .features__item {
  width: 280px;
  background-image: url(../images/bg_features_02_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 4rem;
  padding: 24px 0;
}
@media screen and (max-width: 1100px) {
  .features .features__wrapper .features__list .features__item {
    width: clamp(230px, 2.8rem, 280px);
  }
}
@media screen and (max-width: 768px) {
  .features .features__wrapper .features__list .features__item {
    background-image: none;
    width: 43vw;
    margin-bottom: 0;
    padding: 0;
  }
}
.features .features__wrapper .features__list .features__item .features__number {
  width: 46px;
}
@media screen and (max-width: 1100px) {
  .features .features__wrapper .features__list .features__item .features__number {
    width: 40px, 4.6rem, 46px;
  }
}
.features .features__wrapper .features__list .features__item .features__image {
  width: 173px;
}
@media screen and (max-width: 1100px) {
  .features .features__wrapper .features__list .features__item .features__image {
    width: clamp(140px, 17.3rem, 173px);
  }
}
@media screen and (max-width: 768px) {
  .features .features__wrapper .features__list .features__item .features__image {
    width: 43vw;
  }
}
.features .features__wrapper .features__list .features__item .features__text {
  font-size: clamp(14px, 1.6rem, 16px);
}
.features .features__button {
  font-size: clamp(14px, 1.6rem, 16px);
  color: #804F21;
  background-color: #fff;
  border: 1px solid #804F21;
  border-radius: 50px;
  padding: 16px 44px 16px 28px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.2em;
}
.features .features__button:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .features .features__button {
    margin-top: 4rem;
    background-color: transparent;
    font-size: 16px;
  }
}
.features .features__button::after {
  background-image: url(../images/icon_arrow_02_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 12px;
  height: 7.9px;
  top: 45%;
  right: 12px;
}

.faq {
  text-align: center;
  padding: 10rem 0;
  background-color: rgba(75, 178, 82, 0.1);
  margin-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .faq {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 9.6rem 0 9.2rem 0;
    margin-top: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq::before {
    background-image: url(../images/bg_green-top_02_sp.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -3rem;
  }
}
.faq::after {
  background-image: url(../images/bg_green-bottom_01_pc.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .faq::after {
    display: none;
  }
}
.faq .section-title .section-title__english::before {
  background-image: url(../images/icon_question_01_pc.webp);
}
.faq .faq-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 8rem 9.2rem;
  width: 1080px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .faq .faq-wrapper {
    width: clamp(720px, 108rem, 1080px);
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-wrapper {
    background-color: transparent;
    width: 91.2vw;
    padding: 0;
  }
}
.faq .faq-wrapper .faq__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.faq .faq-wrapper .faq__wrapper:not(:last-of-type) {
  margin-bottom: 64px;
}
.faq .faq-wrapper .faq__wrapper:not(:last-of-type)::before {
  content: "";
  background-image: url(../images/bg_line_02_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 326px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -32px;
}
.faq .faq-wrapper .faq__wrapper .faq__list {
  display: flex;
}
.faq .faq-wrapper .faq__wrapper .faq__list .faq__title {
  font-size: clamp(20px, 2.4rem, 24px);
  margin-right: 24px;
  width: 2%;
}
.faq .faq-wrapper .faq__wrapper .faq__list .faq__detail {
  width: 98%;
}
.faq .faq-wrapper .faq__wrapper .question {
  color: #4BB252;
  margin-bottom: 12px;
}
.faq .faq-wrapper .faq__wrapper .question .faq__detail {
  font-size: clamp(18px, 2rem, 20px);
  line-height: 1.7em;
}
.faq .faq-wrapper .faq__wrapper .answer {
  color: #804F21;
}
.faq .faq-wrapper .faq__wrapper .answer .faq__detail {
  font-size: clamp(14px, 1.6rem, 16px);
  line-height: 1.7em;
}

.column {
  padding: 12rem 0 10rem 0;
  background-color: #FBF9F9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column {
    padding: 10.4rem 0 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .column .section-title {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.column .section-title .section-title__english::before {
  background-image: url(../images/icon_pen_02_pc.webp);
}
.column .column__wrapper {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .column .column__wrapper {
    width: 90vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .column .column__wrapper {
    width: 91.2vw;
    padding: 0;
  }
}
.column .column__wrapper .column__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .column .column__wrapper .column__list {
    justify-content: center;
    gap: 5%;
    margin: 0 auto;
    max-width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .column .column__wrapper .column__list {
    gap: 2.2rem;
    max-width: 100%;
  }
}
.column .column__wrapper .column__list .column__item {
  width: 252px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .column .column__wrapper .column__list .column__item {
    width: 42vw;
    margin-bottom: 0;
  }
}
.column .column__wrapper .column__list .column__item .column__link {
  display: block;
}
.column .column__wrapper .column__list .column__item .column__link:hover {
  filter: brightness(1.05);
}
.column .column__wrapper .column__list .column__item .column__link .column__image {
  width: 252px;
  height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .column .column__wrapper .column__list .column__item .column__link .column__image {
    width: 44vw;
    height: auto;
    aspect-ratio: 1.7934782609;
  }
}
.column .column__wrapper .column__list .column__item .column__link .column__image img {
  height: 100%;
}
.column .column__wrapper .column__list .column__item .column__link .column__middle-text {
  display: flex;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .column .column__wrapper .column__list .column__item .column__link .column__middle-text {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.column .column__wrapper .column__list .column__item .column__link .column__middle-text .column__date {
  font-size: 14px;
  color: #919191;
}
@media screen and (max-width: 768px) {
  .column .column__wrapper .column__list .column__item .column__link .column__middle-text .column__date {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.column .column__wrapper .column__list .column__item .column__link .column__middle-text .column__category {
  color: #ffffff;
  background-color: #919191;
  border-radius: 30px;
  padding: 2px 10px;
  margin-left: 2rem;
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .column .column__wrapper .column__list .column__item .column__link .column__middle-text .column__category {
    display: inline-block;
    margin-top: 4px;
    margin-left: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.column .column__wrapper .column__list .column__item .column__title {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.5em;
  text-align: left;
}
.column .column__button {
  font-size: clamp(14px, 1.6rem, 16px);
  color: #804F21;
  background-color: #fff;
  border: 1px solid #804F21;
  border-radius: 50px;
  padding: 16px 63px 16px 47px;
  position: relative;
  display: inline-block;
}
.column .column__button:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .column .column__button {
    margin-top: 4rem;
  }
}
.column .column__button::after {
  background-image: url(../images/icon_arrow_02_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 12px;
  height: 7.9px;
  top: 43%;
  right: 20px;
}
.column .healthcare {
  width: 1080px;
  margin: 0 auto;
  margin-top: 12rem;
}
@media screen and (max-width: 1100px) {
  .column .healthcare {
    width: 90vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .column .healthcare {
    width: 91.2vw;
    padding: 0;
    margin-top: clamp(40px, 9rem, 90px);
  }
}
.column .healthcare .healthcare__title {
  color: #ffffff;
  font-size: 28px;
  background-color: #4BB252;
  padding: 8px 0;
  text-align: center;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .column .healthcare .healthcare__title {
    font-size: 20px;
    padding: 0.8rem 1.2rem;
  }
}
.column .healthcare .healthcare__text {
  color: #434343;
  font-size: 20px;
  padding: 4rem;
  text-align: left;
  line-height: 34px;
  border: 1px solid #4BB252;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .column .healthcare .healthcare__text {
    font-size: 16px;
    padding: 2.4rem;
    line-height: 28px;
  }
}

.contact {
  padding: 10rem 0;
  text-align: center;
}
.contact .section-title .section-title__english::before {
  background-image: url(../images/icon_antenna_03_pc.webp);
}
.contact .contact__wrapper {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .contact .contact__wrapper {
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact__wrapper {
    width: 91.2vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.contact .contact__wrapper .contact__booking {
  width: 528px;
  background-color: #4BB252;
  border-radius: 8px;
}
.contact .contact__wrapper .contact__booking:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 1100px) {
  .contact .contact__wrapper .contact__booking {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact__wrapper .contact__booking {
    width: 91.2vw;
    margin-bottom: 2rem;
  }
}
.contact .contact__wrapper .contact__booking .contact-booking__button {
  color: #ffffff;
  font-size: 24px;
  padding: 27.5px 0;
  display: inline-block;
  position: relative;
}
.contact .contact__wrapper .contact__booking .contact-booking__button::before {
  background-image: url(../images/icon_calender_01_pc.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 36px;
  height: 33.9px;
  left: -56px;
}
.contact .contact__wrapper .contact__phone {
  width: 528px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #804F21;
  border-radius: 8px;
}
@media screen and (max-width: 1100px) {
  .contact .contact__wrapper .contact__phone {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact__wrapper .contact__phone {
    width: 91.2vw;
    margin-bottom: 1.2rem;
  }
}
.contact .contact__wrapper .contact__phone .contact-phone__button {
  display: inline-block;
  font-size: 24px;
  color: #804F21;
  padding: 27.5px 0;
  position: relative;
}
.contact .contact__wrapper .contact__phone .contact-phone__button::before {
  background-image: url(../images/icon_phone_01_pc.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 19.2px;
  height: 36px;
  left: -36px;
  top: 30%;
}
.contact .contact__wrapper .contact__phone .contact-phone__button:hover {
  filter: brightness(1.15);
}
.contact .contact__wrapper .contact-phone__number {
  position: absolute;
  font-size: 32px;
  color: #804F21;
  font-weight: 700;
  display: flex;
  align-items: center;
  right: 130px;
  bottom: -50px;
}
@media screen and (max-width: 1100px) {
  .contact .contact__wrapper .contact-phone__number {
    right: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact__wrapper .contact-phone__number {
    position: static;
  }
}
.contact .contact__wrapper .contact-phone__number span {
  font-size: 20px;
  margin-right: 8px;
}
.contact .contact__line {
  font-size: 24px;
  color: #ffffff;
  padding: 27.5px 117px 27.5px 201px;
  background-color: #06C755;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-top: 91px;
}
.contact .contact__line:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .contact .contact__line {
    margin: 0 auto;
    width: 91.2vw;
    margin-top: 4rem;
    padding: 1.3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.contact .contact__line::before {
  background-image: url(../images/icon_line_01_pc.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  left: 117px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .contact .contact__line::before {
    position: static;
    display: block;
    left: 20px;
  }
}
.contact .contact__instagram {
  width: 172px;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
}
.contact .contact__instagram:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .contact .fixed-button__recruit--sp {
    font-size: clamp(18px, 1.8rem, 22px);
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: #EB9693;
    width: 91.2vw;
    padding: 2rem 0;
    justify-content: center;
    margin: 0 auto;
    border-radius: 12px;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .fixed-button__recruit--sp::after {
    content: "";
    background-image: url(../images/icon_recruit_02_pc.webp);
    width: 36px;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.contact .fixed-button__recruit--sp:hover {
  filter: brightness(1.15);
}

.news__header {
  text-align: center;
  padding-top: 9.95rem;
  background-color: #FBF9F9;
  margin-bottom: 9rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__header {
    margin-bottom: 3rem;
    padding-top: clamp(32px, 6rem, 60px);
    padding-bottom: 1rem;
  }
}
.news__header::after {
  background-image: url(../images/bg_news-header_01_pc.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 9rem;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .news__header::after {
    background-image: url(../images/bg_news-header_01_sp.webp);
    bottom: -2.8rem;
    height: 3rem;
    background-position: bottom;
  }
}

.section-title .news__icon {
  width: clamp(36px, 3.6rem, 48px);
}
@media screen and (max-width: 768px) {
  .section-title .news__icon {
    display: none;
  }
}

.main__news {
  text-align: center;
  padding-bottom: 10rem;
  margin-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__news {
    margin-bottom: 3rem;
    padding-bottom: 6rem;
  }
}
.main__news::after {
  background-image: url(../images/bg_cream-top_01_pc.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 9rem;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .main__news::after {
    background-image: url(../images/bg_cream-top_01_sp.webp);
    bottom: -3rem;
    background-position: bottom;
  }
}
.main__news .news__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .main__news .news__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__news .news__wrapper {
    padding: 2rem 0 4rem 0;
  }
}
.main__news .news__wrapper .news__container {
  width: 48%;
  border-bottom: #919191 1px solid;
}
@media screen and (max-width: 1100px) {
  .main__news .news__wrapper .news__container {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .main__news .news__wrapper .news__container {
    width: 87.69vw;
    margin: 0 auto;
  }
}
.main__news .news__wrapper .news__container .news__date {
  font-size: 14px;
  color: #919191;
  margin-bottom: 1.2rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main__news .news__wrapper .news__container .news__date {
    font-size: clamp(14px, 1.4rem, 18px);
  }
}
.main__news .news__wrapper .news__container .news__title {
  font-size: 14px;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .main__news .news__wrapper .news__container .news__title {
    font-size: clamp(14px, 1.4rem, 18px);
  }
}

.news__button {
  font-size: clamp(14px, 1.6rem, 16px);
  color: #804F21;
  background-color: #fff;
  border: 1px solid #804F21;
  border-radius: 50px;
  padding: 16px 84px 16px 68px;
  position: relative;
  display: inline-block;
  margin-bottom: 4.8rem;
}
.news__button:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .news__button {
    margin-top: 0;
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 2.4rem;
  }
}
.news__button::after {
  background-image: url(../images/icon_arrow_02_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 12px;
  height: 7.9px;
  top: 46%;
  right: 52px;
}

.main__news--sub {
  text-align: center;
  padding-bottom: 10rem;
  margin-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main__news--sub {
    margin-bottom: 3rem;
    padding-bottom: 6rem;
  }
}
.main__news--sub::after {
  background-image: url(../images/bg_cream-top_01_pc.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 9rem;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .main__news--sub::after {
    background-image: url(../images/bg_cream-top_01_sp.webp);
    bottom: -3rem;
    background-position: bottom;
  }
}
.main__news--sub .sub-news__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .main__news--sub .sub-news__wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__news--sub .sub-news__wrapper {
    width: 87.69vw;
    padding: 0;
  }
}
.main__news--sub .sub-news__wrapper .news__container {
  padding: 3.6rem 0 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .main__news--sub .sub-news__wrapper .news__container {
    padding-bottom: 4rem;
  }
}
.main__news--sub .sub-news__wrapper .news__container .news__date {
  color: #919191;
  font-size: 14px;
  padding-bottom: 1.2rem;
}
.main__news--sub .sub-news__wrapper .news__container .news__title {
  font-size: 16px;
  border-bottom: 1px solid #434343;
  padding-bottom: 1.6rem;
  margin-bottom: 4rem;
}
.main__news--sub .sub-news__wrapper .news__container .news__text {
  font-size: 16px;
  line-height: 1.7em;
}
.main__news--sub .news__button {
  padding: 16px 58.5px 16px 42.5px;
}
.main__news--sub .news__button::after {
  right: 26.5px;
}

.privacy {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1100px) {
  .privacy {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.privacy .privacy__text {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 2em;
  padding-left: 1em;
}
.privacy .privacy__heading {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 2em;
}
.privacy .privacy__sub-heading {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  text-indent: 1em;
  margin-top: 2rem;
}
.privacy .privacy__h4-heading {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  text-indent: 2em;
  margin-top: 2em;
}
.privacy .privacy__list {
  list-style-type: disc;
  margin-top: 2em;
}
.privacy .privacy__list .privacy__item {
  font-size: 16px;
  line-height: 1.5em;
  margin-left: 2em;
  padding-left: 1em;
}
.privacy .indent2 {
  padding-left: 2em;
}
.privacy .indent3 {
  margin-left: 3em;
}

.main__service .service__outer {
  background-color: #FBF9F9;
  padding: 2rem 0 8rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6rem;
  position: relative;
}
.main__service .service__outer .service__container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-align: left;
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  padding-top: clamp(114px, 11.4rem, 130px);
  padding-bottom: clamp(64px, 6.4rem, 80px);
  width: 1080px;
}
@media screen and (max-width: 1100px) {
  .main__service .service__outer .service__container {
    margin: 0 5%;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.main__service .service__outer .service__container h2 {
  font-size: 36px;
  position: relative;
  margin-bottom: 4rem;
  color: #804F21;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container h2 {
    font-size: 24px;
    margin-bottom: 1.6rem;
  }
}
.main__service .service__outer .service__container h2::before {
  background-image: url(../images/icon_tree_08_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 32px;
  height: 34px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -48px;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container h2 {
    margin-bottom: 0;
    font-size: clamp(20px, 2rem, 24px);
  }
}
.main__service .service__outer .service__container h3 {
  font-size: 28px;
  color: #4BB252;
  background-color: rgba(75, 178, 82, 0.1);
  line-height: 1.5em;
  padding: 12px 0 12px 20px;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container h3 {
    font-size: 22px;
    margin-bottom: 1.6rem;
  }
}
.main__service .service__outer .service__container h4 {
  font-size: 24px;
  margin-top: 2.4rem;
  display: flex;
  align-items: baseline;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container h4 {
    margin-bottom: 1.6rem;
    font-size: 20px;
    line-height: 1.5em;
  }
}
.main__service .service__outer .service__container h4::before {
  background-color: #4BB252;
  width: 4px;
  height: 1em;
  content: "";
  left: 0;
  display: block;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container h4::before {
    margin-right: 16px;
  }
}
.main__service .service__outer .service__container h5 {
  font-size: 20px;
  display: flex;
  margin-bottom: 4rem;
  line-height: 1.5em;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container h5 {
    margin-bottom: 1.6rem;
  }
}
.main__service .service__outer .service__container h5::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background-color: #434343;
  padding-right: 16px;
  margin-top: 7px;
}
.main__service .service__outer .service__container p {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container p {
    margin-bottom: 1.6rem;
  }
}
.main__service .service__outer .service__container .wp-block-list {
  background-color: rgba(246, 235, 229, 0.6);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container .wp-block-list {
    margin-bottom: 1.6rem;
  }
}
.main__service .service__outer .service__container .wp-block-list li {
  font-size: 16px;
  line-height: 1.7em;
  position: relative;
  padding-left: 0.5em;
}
.main__service .service__outer .service__container .wp-block-list li::before {
  content: "・";
  font-size: 1em;
  position: absolute;
  left: -1em;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container .wp-block-list li::before {
    left: -0.5em;
  }
}
.main__service .service__outer .service__container .wp-block-list li strong {
  display: inline-block;
  white-space: normal;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container #table__top-header {
    overflow-x: scroll;
    margin-bottom: 4rem;
  }
  .main__service .service__outer .service__container #table__top-header::-webkit-scrollbar {
    width: 8px;
    background-color: #e9e9e9;
    border-radius: 10px;
  }
  .main__service .service__outer .service__container #table__top-header::-webkit-scrollbar-thumb {
    width: 8px;
    background: #919191;
    border-radius: 10px;
  }
}
.main__service .service__outer .service__container #table__top-header table {
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
  table-layout: fixed;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container #table__top-header table {
    margin-bottom: 1.6rem;
  }
}
.main__service .service__outer .service__container #table__top-header table thead {
  background-color: #F5BE41;
}
.main__service .service__outer .service__container #table__top-header table thead tr th {
  padding: 12px;
  border: 1px solid #D9D9D9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container #table__top-header table thead tr th {
    width: 171px;
  }
}
.main__service .service__outer .service__container #table__top-header table tbody td {
  padding: 12px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container #table__top-header table tbody td {
    width: 171px;
  }
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container #table__side-header {
    overflow-x: scroll;
    scrollbar-color: #919191;
    margin-bottom: 4rem;
  }
  .main__service .service__outer .service__container #table__side-header::-webkit-scrollbar {
    width: 8px;
    background-color: #e9e9e9;
    border-radius: 10px;
  }
  .main__service .service__outer .service__container #table__side-header::-webkit-scrollbar-thumb {
    width: 8px;
    background: #919191;
    border-radius: 10px;
  }
}
.main__service .service__outer .service__container #table__side-header table {
  width: 100%;
  table-layout: fixed;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container #table__side-header table {
    margin-bottom: 1.6rem;
  }
}
.main__service .service__outer .service__container #table__side-header table td {
  padding: 12px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container #table__side-header table td {
    width: 171px;
  }
}
.main__service .service__outer .service__container #table__side-header table td:first-child {
  background-color: #F5BE41;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container #table__side-header table td:first-child {
    width: 171px;
  }
}
.main__service .service__outer .service__container table {
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
  table-layout: fixed;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container table {
    margin-bottom: 1.6rem;
  }
}
.main__service .service__outer .service__container table tbody td {
  padding: 12px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container table tbody td {
    width: 171px;
  }
}
.main__service .service__outer .service__container .wp-block-image {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.main__service .service__outer .service__container .wp-block-image img {
  height: auto;
}
.main__service .service__outer .service__container .wp-block-columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container .wp-block-columns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.main__service .service__outer .service__container .wp-block-columns .wp-block-column {
  width: 48%;
  font-size: 16px;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container .wp-block-columns .wp-block-column {
    width: 100%;
    padding-top: 16px;
  }
}
.main__service .service__outer .service__container .wp-block-columns .wp-block-column:only-child {
  width: 100%;
}
.main__service .service__outer .service__container .wp-block-columns .wp-block-column figure {
  width: 100%;
  height: 0;
  padding-top: 74.1379310345%;
  position: relative;
  overflow: hidden;
}
.main__service .service__outer .service__container .wp-block-columns .wp-block-column figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .main__service .service__outer .service__container .wp-block-columns .wp-block-column figure {
    padding-top: 50.3597122302%;
  }
}
.main__service .faq {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .main__service .faq {
    margin-bottom: 3rem;
    position: relative;
    margin-top: 2.9rem;
  }
}
.main__service .faq::after {
  background-image: url(../images/bg_green-bottom_03_pc.webp);
}
@media screen and (max-width: 768px) {
  .main__service .faq::after {
    background-image: url(../images/bg_green-bottom_03_sp.png);
    position: absolute;
    content: "";
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 3rem;
    bottom: -3rem;
    display: block;
  }
}
.main__service .faq::before {
  background-image: url(../images/bg_green-top_02_pc.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 9rem;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -9rem;
}
@media screen and (max-width: 768px) {
  .main__service .faq::before {
    background-image: url(../images/bg_green-top_02_sp.webp);
    top: -3rem;
    height: 3rem;
    background-position: bottom;
  }
}
@media screen and (max-width: 768px) {
  .main__service .faq .faq-wrapper {
    width: 87.69vw;
  }
}

.main__sitemap {
  max-width: 780px;
  padding: 10rem 0;
  margin: 0 auto;
  font-size: clamp(14px, 1.6rem, 16px);
}
@media screen and (max-width: 1100px) {
  .main__sitemap {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main__sitemap {
    width: -moz-fit-content;
    width: fit-content;
    padding: 4rem 0;
  }
}
.main__sitemap h2 {
  font-size: clamp(28px, 2.8rem, 30px);
  text-align: center;
  font-weight: 700;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .main__sitemap h2 {
    margin-bottom: 2rem;
  }
}
.main__sitemap h4 {
  font-size: clamp(24px, 2.4rem, 28px);
  margin-bottom: 2rem;
}
.main__sitemap ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main__sitemap ul {
    flex-direction: column;
  }
}
.main__sitemap ul li {
  line-height: 1.5em;
  margin-top: 2rem;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .main__sitemap ul li {
    width: 100%;
  }
}

.aioseo-html-page-sitemap h4 {
  display: none;
}

.main__404 {
  padding: 10rem 0;
  text-align: center;
}
.main__404 .title__404 {
  font-size: clamp(24px, 2.8rem, 28px);
  font-weight: 700;
  margin-bottom: 8rem;
}
.main__404 .text__404 {
  font-size: clamp(14px, 1.6rem, 16px);
  line-height: 1.5em;
  margin-bottom: 2rem;
}
.main__404 .button__wrapper {
  margin-top: 4rem;
}
.main__404 .button__wrapper .button__404 {
  font-size: clamp(14px, 1.6rem, 16px);
  color: #804F21;
  background-color: #fff;
  border: 1px solid #804F21;
  border-radius: 50px;
  padding: 16px 84px 16px 68px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 4.8rem;
}
.main__404 .button__wrapper .button__404:hover {
  filter: brightness(1.15);
}
@media screen and (max-width: 768px) {
  .main__404 .button__wrapper .button__404 {
    margin-top: 0;
    background-color: transparent;
    font-size: 16px;
  }
}
.main__404 .button__wrapper .button__404::after {
  background-image: url(../images/icon_arrow_02_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 12px;
  height: 7.9px;
  top: 46%;
  right: 52px;
}

.section-title__english {
  font-size: clamp(16px, 2rem, 20px);
  position: relative;
  color: #804F21;
}
@media screen and (max-width: 768px) {
  .section-title__english {
    font-size: clamp(20px, 2rem, 22px);
  }
}
.section-title__english::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(30px, 3.6rem, 40px);
  height: clamp(30px, 3.6rem, 40px);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: clamp(-30px, -3.6rem, -40px);
}
@media screen and (max-width: 768px) {
  .section-title__english::before {
    width: clamp(36px, 3.6rem, 40px);
    top: clamp(-60px, -3.6rem, -36px);
  }
}

.section-title__main {
  font-size: clamp(28px, 3.2rem, 32px);
  margin-top: 1.6rem;
  position: relative;
  color: #804F21;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .section-title__main {
    font-size: clamp(24px, 2.4rem, 28px);
    margin-bottom: 3.2rem;
  }
}
.section-title__main::before {
  background-image: url(../images/bg_line_01_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6rem;
  height: 0.2rem;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -0.8rem;
}
@media screen and (max-width: 768px) {
  .section-title__main::before {
    background-image: url(../images/bg_line_03_sp.png);
    width: 3rem;
  }
}

.page-jump {
  text-align: center;
  background-color: #FBF9F9;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .page-jump {
    margin-top: 3rem;
    position: relative;
    padding-top: clamp(40px, 4rem, 60px);
    padding-bottom: clamp(40px, 4rem, 60px);
  }
}
@media screen and (max-width: 768px) {
  .page-jump::before {
    background-image: url(../images/bg_cream-top_01_sp.webp);
    top: -3rem;
    height: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
  }
}
.page-jump .page-jump__list {
  display: flex;
  justify-content: space-between;
  gap: 6.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-jump .page-jump__list {
    flex-direction: column;
    width: 91.2vw;
    gap: 2rem;
  }
}
.page-jump .page-jump__list .page-jump__link {
  display: block;
}
.page-jump .page-jump__list .page-jump__link p {
  color: #804F21;
  padding-bottom: 1rem;
  font-size: 14px;
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: #D6CAC5 1px solid;
}
@media screen and (max-width: 768px) {
  .page-jump .page-jump__list .page-jump__link p {
    justify-content: space-between;
    font-size: clamp(14px, 1.4rem, 18px);
  }
}
.page-jump .page-jump__list .page-jump__link p::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1rem;
  background-image: url(../images/icon_arrow_05_pc.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-jump .page-jump__list .page-jump__link p:hover {
  opacity: 0.7;
}

.pagination {
  display: flex;
  margin: 0 auto;
  max-width: 680px;
  position: relative;
  margin-top: 5rem;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .pagination {
    max-width: 87.69vw;
    margin-top: 0;
  }
}
.pagination .page-numbers {
  color: #919191;
  font-size: clamp(16px, 1.6rem, 18px);
  position: relative;
  background-color: #F5F5F5;
  padding: 5px 10px 7px 10px;
  border-radius: 50%;
  line-height: 1em;
  width: 30px;
  height: 30px;
}
.pagination .current {
  color: #ffffff !important;
  background-color: #804F21 !important;
  border-radius: 50%;
  padding: 5px 10px 7px 10px;
  font-size: clamp(16px, 1.6rem, 18px);
}
.pagination .prev {
  margin-right: 20rem;
  color: #804F21;
  font-size: clamp(12px, 1.2rem, 16px);
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .pagination .prev {
    margin-right: 2.3rem;
  }
}
.pagination .prev::before {
  background-image: url(../images/icon_arrow_04_pc.webp);
  width: 36px;
  height: 36px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 16px;
}
.pagination .next {
  margin-left: 20rem;
  color: #804F21;
  font-size: clamp(12px, 1.2rem, 16px);
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .pagination .next {
    margin-left: 2.3rem;
  }
}
.pagination .next::after {
  background-image: url(../images/icon_arrow_03_pc.webp);
  width: 36px;
  height: 36px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 16px;
  display: block;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background-color: transparent;
  margin: 0;
  padding: 5px 0;
}

.sub-pagenation {
  display: flex;
  margin: 0 auto;
  max-width: 680px;
  position: relative;
  margin-top: 5rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .sub-pagenation {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .sub-pagenation {
    max-width: 70vw;
    margin-top: 0;
  }
}
.sub-pagenation .previous {
  color: #804F21;
  font-size: clamp(12px, 1.2rem, 16px);
  position: relative;
  width: 100%;
}
.sub-pagenation .previous::before {
  position: absolute;
  background-image: url(../images/icon_arrow_04_pc.webp);
  width: 36px;
  height: 36px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -70%;
  left: -46px;
}
.sub-pagenation .previous a {
  display: block;
  margin-right: 20rem;
  margin-left: -48px;
  padding-left: 48px;
  margin-top: -10px;
  padding-top: 10px;
  margin-bottom: -10px;
  padding-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sub-pagenation .previous a {
    margin-right: 2.3rem;
  }
}
.sub-pagenation .next {
  color: #804F21;
  font-size: 12px;
  position: relative;
  width: 100%;
}
.sub-pagenation .next::before {
  position: absolute;
  background-image: url(../images/icon_arrow_03_pc.webp);
  width: 36px;
  height: 36px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -70%;
  right: -46px;
}
.sub-pagenation .next a {
  display: block;
  margin-left: 20rem;
  margin-right: -48px;
  padding-right: 48px;
  margin-top: -10px;
  padding-top: 10px;
  margin-bottom: -10px;
  padding-bottom: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sub-pagenation .next a {
    margin-left: 2.3rem;
  }
}/*# sourceMappingURL=style.css.map */