@charset "UTF-8";
/*------------------------------
// ブレークポイント
------------------------------*/
/*------------------------------
// カラー設定
------------------------------*/
/*------------------------------
// 角丸
------------------------------*/
/*------------------------------
// 余白
------------------------------*/
/*------------------------------T
// Typography
------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
@media screen and (max-width:599px) {
  html {
    scroll-padding-top: 72px;
  }
}

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

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

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

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

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

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

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

@media (max-width: 1080px) {
  .page-body {
    padding: 56px 5% 80px;
  }
}
:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.main {
  margin: 112px 0 0 !important;
}
@media screen and (max-width:599px) {
  .main {
    margin-top: 69px !important;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header__inner {
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
}
.header__link {
  width: 220px;
  height: 100%;
}
.header__link ul {
  height: 100%;
}
.header__link ul li {
  height: 50%;
}
.header__link ul li:first-of-type {
  background-color: #0B9565;
}
.header__link ul li:last-of-type {
  background-color: #072100;
}
.header__link ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #FFF;
  padding-left: 24px;
  position: relative;
}
.header__link ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url(../../../assets/images/icon_triangle_white.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 100%;
  background-color: #072100;
}
.header__button button {
  height: 48px;
  display: flex;
  align-items: flex-end;
  color: #FFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.2em;
}
.header-ham {
  position: relative;
}
.header-ham span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
.header-ham span:nth-of-type(1) {
  top: 12px;
  left: 0;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.header-ham span:nth-of-type(2) {
  top: 20px;
  left: 0;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}
.header-ham.active span:nth-of-type(1) {
  transform: translateY(0px) rotate(-195deg);
  top: 18px;
  transition: transform 0.3s ease-in-out;
}
.header-ham.active span:nth-of-type(2) {
  transform: translateY(0px) rotate(195deg);
  top: 18px;
}

/* ハンバーガーメニュー */
@media screen and (max-width:599px) {
  .header__inner {
    height: 69px;
    position: relative;
    padding: 12px 0 12px 20px;
  }
  .header__inner > div:not(.header__logo) {
    display: none;
  }
  .header__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    background-color: #FFF;
  }
  .header__button button {
    height: 39px;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #082C0C;
    letter-spacing: 0.23em;
  }
  .header-ham {
    width: 39px;
    height: 39px;
    position: relative;
  }
  .header-ham span {
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    transition: transform 0.3s ease-in-out;
    background-color: #082C0C;
  }
  .header-ham span:nth-of-type(1) {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-ham span:nth-of-type(2) {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-ham.active span:nth-of-type(1) {
    transform: rotate(205deg) translateX(50%);
    top: 24px;
    left: 44%;
    transition: transform 0.3s ease-in-out;
  }
  .header-ham.active span:nth-of-type(2) {
    transform: rotate(-205deg) translateX(50%);
    top: 7px;
    left: 44%;
    transition: transform 0.3s ease-in-out;
  }
}
.panel {
  display: none;
  width: 100%;
  height: calc(100vh - 112px);
  background-color: #072100;
  position: absolute;
  top: 112px;
  left: 0;
}
.panel__inner {
  width: 100%;
}
.panel__flex {
  display: flex;
  justify-content: center;
  gap: 120px;
}
.panel__block--first {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 760px;
  max-width: 760px;
}
.panel__block--second {
  width: 360px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.panel__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.panel__nav li {
  max-width: 360px;
  width: 100%;
}
.panel__nav li a {
  display: inline-block;
  width: 100%;
  height: 55px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.3;
  padding-left: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
}
.panel__nav li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_white.svg) no-repeat center/contain;
  position: absolute;
  top: 2px;
  right: 20px;
}
.panel__others {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.panel__others ul {
  width: 100%;
}
.panel__others ul li {
  text-align: right;
}
.panel__others ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.panel__others ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.3;
}
.panel__others ul li a span {
  margin-left: 12px;
}
.panel__others > p {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  text-align: right;
}

.panel.active {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

@media screen and (max-width:599px) {
  .panel {
    padding: 40px 5%;
    height: calc(100dvh - 65px);
    top: 56px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }
  .panel__inner {
    width: 100%;
  }
  .panel__flex {
    flex-direction: column;
    gap: 48px;
  }
  .panel__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .panel__nav:first-of-type li:first-of-type {
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .panel__nav li {
    width: 100%;
    max-width: 500px;
  }
  .panel__nav li a {
    display: flex;
    align-items: center;
    height: 69px;
    font-size: 16px;
  }
  .panel__nav li a::before {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .panel__block {
    width: 100%;
  }
  .panel__block--first {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .panel__block--second {
    width: 100%;
    max-width: 100%;
  }
  .panel.active {
    align-items: flex-start;
  }
}
@media (min-width: 600px) and (max-width: 1300px) {
  .panel {
    padding: 40px 5% 0 5%;
    overflow-y: scroll;
  }
  .panel__inner {
    height: 100%;
  }
  .panel__flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .panel__block--first {
    width: 100%;
  }
  .panel__block--second {
    width: 100%;
    max-width: 760px;
    align-items: flex-end;
  }
  .panel__wrap-reservation {
    width: 360px;
  }
}
.footer {
  background: url(../../../assets/images/footer_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 116px 0 130px;
  margin-top: 0 !important;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(14, 18, 14, 0.95);
  z-index: 1;
}
.footer__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.footer__wrap-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 136px;
  height: 148px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 80px;
}
.footer__wrap-top a {
  display: inline-block;
  width: 352px;
}
.footer__wrap-top .footer__wrap-cta {
  max-width: 752px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__wrap-top .footer__wrap-cta > div {
  width: 360px;
}
.footer__wrap-bottom {
  display: flex;
  justify-content: space-between;
}
.footer__wrap-bottom--first {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 760px;
}
.footer__wrap-bottom--first .footer__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__wrap-bottom--first .footer__nav li {
  max-width: 360px;
  width: 100%;
}
.footer__wrap-bottom--first .footer__nav li a {
  display: inline-block;
  width: 100%;
  height: 55px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.3;
  padding-left: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
}
.footer__wrap-bottom--first .footer__nav li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_white.svg) no-repeat center/contain;
  position: absolute;
  top: 2px;
  right: 20px;
}
.footer__wrap-bottom--second ul {
  margin-bottom: 230px;
}
.footer__wrap-bottom--second ul li {
  text-align: right;
}
.footer__wrap-bottom--second ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer__wrap-bottom--second ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.3;
}
.footer__wrap-bottom--second ul li a span {
  margin-left: 12px;
}
.footer__wrap-bottom--second > p {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  text-align: right;
}

@media (max-width: 1300px) {
  .footer {
    padding: 116px 6.4% 130px;
  }
  .footer__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer__wrap-top {
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    border-bottom: none;
    margin-bottom: 56px;
  }
  .footer__wrap-top .footer__wrap-cta {
    margin-top: 48px;
  }
  .footer__wrap-bottom {
    display: block;
    max-width: 760px;
    width: 100%;
  }
  .footer__wrap-bottom--first {
    margin-bottom: 72px;
  }
  .footer__wrap-bottom--second {
    max-width: 760px;
  }
  .footer__wrap-bottom--second ul {
    margin-bottom: 72px;
  }
}
@media (max-width: 1024px) {
  .footer__wrap-top .footer__wrap-cta {
    flex-direction: column;
  }
}
@media screen and (max-width:599px) {
  .footer {
    padding: 80px 6.4% 97px;
  }
  .footer__wrap-top a {
    width: 250px;
  }
  .footer__wrap-top .footer__wrap-cta > div {
    width: 100%;
  }
  .footer__wrap-bottom--first {
    display: block;
  }
  .footer__wrap-bottom--first .footer__nav {
    gap: 0;
  }
  .footer__wrap-bottom--first .footer__nav:first-of-type li:first-of-type {
    border-top: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .footer__wrap-bottom--first .footer__nav li {
    width: 100%;
    max-width: 100%;
  }
  .footer__wrap-bottom--first .footer__nav li a {
    display: flex;
    align-items: center;
    height: 69px;
    font-size: 16px;
  }
  .footer__wrap-bottom--first .footer__nav li a::before {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .footer__wrap-bottom--second ul li a {
    font-size: 12px;
  }
}
.cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width:430px) {
  .cta {
    gap: 16px;
  }
}
.cta__button {
  width: 100%;
  height: 68px;
  border-radius: 44px;
  background-color: #FFF;
}
@media screen and (max-width:430px) {
  .cta__button {
    width: 100%;
    max-width: 400px;
    height: 75px;
    border-radius: 40px;
  }
}
.cta__button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align-last: left;
  position: relative;
}
.cta__button a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.cta__button a span {
  width: 100%;
  text-align-last: left;
}
.cta__button a span:first-of-type {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #3B4043;
}
.cta__button a span:last-of-type {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #0B9565;
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cta-fixed.js-cta-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cta-fixed__contact {
  display: flex;
  height: 65px;
}
.cta-fixed__contact-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.cta-fixed__contact-item--01 {
  width: 38.6%;
  color: #FFF;
  background-color: #072100;
}
.cta-fixed__contact-item--02 {
  width: 38.6%;
  color: #FFF;
  background-color: #208F10;
}
.cta-fixed__contact-item--ham {
  width: 22.8%;
}

.pattern__btn > a, .btn__tertiary {
  display: flex;
  align-items: center;
  max-width: 327px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  background-color: #FFF;
  line-height: 1.3;
  border-radius: 48px;
  border: 1px solid #D7D7D7;
  padding-left: 32px;
  padding-right: 68px;
  position: relative;
}
.pattern__btn > a::before, .btn__tertiary::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  right: 32px;
}
.pattern__btn > a--left, .btn__tertiary--left {
  max-width: none;
  width: auto;
  padding-left: 68px;
  padding-right: 32px;
}
.pattern__btn > a--left::before, .btn__tertiary--left::before {
  left: 32px;
  transform: rotate(180deg);
}

@media screen and (max-width:599px) {
  .pattern__btn > a, .btn__tertiary {
    width: auto;
  }
}
.title__sub {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #208F10;
}
.title__sub-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.title__sub-wrap span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #208F10;
}
.title__main {
  font-size: 48px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width:599px) {
  .title__sub {
    font-size: 16px;
  }
  .title__main {
    font-size: 28px;
  }
}
.heading2 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  padding-top: 32px;
  border-top: 2px solid #D7D7D7;
  position: relative;
}
.heading2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 80px;
  background-color: #208F10;
}

@media screen and (max-width:599px) {
  .heading2 {
    font-size: 28px;
    padding-top: 20px;
  }
}
.heading3 {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  padding-left: 20px;
  border-left: 4px solid #208F10;
}
.heading3--l {
  font-size: 32px;
}

@media screen and (max-width:599px) {
  .heading3--l {
    font-size: 24px;
  }
}
.page-head {
  display: flex;
  justify-content: center;
}
.page-head__inner {
  max-width: 1440px;
  width: 100%;
  height: 280px;
  padding: 6px 12px;
  position: relative;
}
.page-head__img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: relative;
}
.page-head__img-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  position: relative;
  z-index: 0;
}
.page-head__title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  max-width: 800px;
  width: 100%;
  height: 130px;
  background-color: #FFF;
  border-radius: 0 16px 0 0;
  padding-left: 205px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-head__title-wrap h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #208F10;
  line-height: 1;
}
.page-head__title-wrap h2 span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #208F10;
}
.page-head__title-wrap h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}

@media screen and (max-width:599px) {
  .page-head__inner {
    height: 147px;
    padding: 0;
  }
  .page-head__img-wrap {
    border-radius: 0;
  }
  .page-head__img-wrap > img {
    border-radius: 0;
  }
  .page-head__title-wrap {
    gap: 12px;
    max-width: 348px;
    width: 100%;
    height: 68px;
    border-radius: 0 16px 0 0;
    padding-left: 24px;
  }
  .page-head__title-wrap h2 {
    font-size: 14px;
  }
  .page-head__title-wrap h1 {
    font-size: 20px;
  }
}
.bnr {
  background-color: #EFF6EF;
  padding: 120px 0;
  margin-top: 0 !important;
}
.bnr__list {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}
.bnr__list-item {
  flex: 1 1 0;
  aspect-ratio: 390/200;
  max-width: calc((100% - 70px) / 3);
}
.bnr__list-item a {
  width: 100%;
  height: 100%;
}
.bnr__list-item a img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:599px) {
  .bnr {
    padding: 80px 0;
  }
  .bnr__list {
    flex-direction: column;
  }
  .bnr__list-item {
    max-width: 100%;
  }
}
.about__links {
  display: flex;
}
.about__links-item {
  display: flex;
  align-items: center;
  aspect-ratio: 480/420;
  position: relative;
}
.about__links-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(13, 28, 26, 0.3);
  z-index: 1;
  pointer-events: none;
}
.about__links-item > img {
  position: absolute;
}
.about__links-item div:first-of-type {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-left: 64px;
}
.about__links-item div:first-of-type .about__text-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
.about__links-item div:first-of-type span {
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #FFF;
  margin: 20px 0 32px;
}
.about__links-item div:first-of-type .about__text-ja {
  font-size: 32px;
  font-weight: 500;
  color: #FFF;
}
.about__links-inner {
  display: flex;
  width: 66.6666666667%;
}
.about__links-inner > a {
  width: 50%;
}
.about__message {
  width: 33.3333333333%;
}

.story {
  margin: 130px 0;
}
.story__title-wrap {
  position: relative;
  margin-bottom: 64px;
  overflow: hidden;
}
.story__title {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 400;
  color: #208F10;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.story__subtitle {
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  font-weight: 300;
  color: #F5F5F5;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}
@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.story__subtitle span {
  animation: scroll-marquee 140s linear infinite;
}
.story__text {
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 2.8;
  text-align: center;
  margin-bottom: 40px;
}
.story__btn-wrap {
  display: flex;
  justify-content: center;
}
.story__slick .slick-track {
  padding: 24px 0;
}
.story__slick .slick-slide {
  margin: 0 12px;
}

@media (max-width: 1240px) {
  .story {
    overflow: hidden;
  }
  .story__list {
    width: 100vw;
    position: relative;
    left: -6.4%;
  }
}
@media screen and (max-width:599px) {
  .story {
    margin: 80px 0;
  }
  .story__title-wrap {
    height: 220px;
    margin-bottom: 0;
  }
  .story__title {
    font-size: 30px;
    line-height: 1.8;
    text-align: left;
  }
  .story__subtitle {
    width: auto;
    font-size: 120px;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
    z-index: -1;
  }
  .story__text {
    text-align: left;
    margin-bottom: 16px;
  }
}
.card-01 {
  flex: 0 0 auto;
  width: 400px;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}
.card-01 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 8px 8px;
}
.card-01 a > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 148px;
  padding: 20px;
}
.card-01__image {
  width: 100%;
  height: 220px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  display: block;
  background: gray;
}
.card-01__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.card-01__name {
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  position: relative;
}
.card-01__name::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../../assets/images/icon_btn_green_right.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
}
.card-01__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
  overflow: hidden;
}
.card-02 article {
  display: flex;
  gap: 32px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 12px;
}
.card-02__block--first {
  width: 490px;
}
.card-02__block--first img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.card-02__block--second {
  flex: 1;
}
.card-02__category {
  gap: 12px;
  margin-bottom: 12px;
}
.card-02__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  margin-bottom: 8px;
}
.card-02__name {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 8px;
  padding-bottom: 20px;
}
.card-02__doctor {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #D7D7D7;
}
.card-02__doctor span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #3B4043;
  line-height: 1.8;
}
.card-02__doctor span:first-of-type {
  width: 80px;
  font-weight: 500;
  margin-right: 4px;
}
.card-02__doctor span:last-of-type {
  font-weight: 400;
}
.card-02__date {
  margin-bottom: 20px;
}
.card-02__date span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #3B4043;
  line-height: 1.8;
}
.card-02__date span:first-of-type {
  width: 80px;
  font-weight: 500;
  margin-right: 4px;
}
.card-02__date span:last-of-type {
  font-weight: 400;
}
.card-02__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.card-03 {
  width: 100%;
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
.card-03:not(:last-of-type) {
  margin-bottom: 56px;
}
.card-03__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #3B4043;
  line-height: 1.3;
  padding-bottom: 24px;
  border-bottom: 1px dotted #D7D7D7;
}
.card-03__block--first {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  margin-top: 28px;
  margin-bottom: 32px;
}
.card-03__block--first > div:first-of-type {
  max-width: 400px;
  width: 100%;
  flex: 1;
}
.card-03__block--first > div:last-of-type {
  padding-top: 12px;
  max-width: 230px;
  width: 100%;
  flex: 1;
}
.card-03__block--first > div:last-of-type iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 230/130;
}
.card-03__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.card-03__table tr th,
.card-03__table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  border-bottom: 1px dotted #D7D7D7;
  padding-bottom: 12px;
}
.card-03__table tr th {
  width: 80px;
  font-weight: 500;
}
.card-03__table tr td {
  font-weight: 400;
}
.card-03__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #208F10;
  line-height: 1.8;
  text-decoration: underline !important;
  margin-top: 8px;
}
.card-03__btn-wrap {
  display: flex;
  gap: 12px;
}
.card-03__btn-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: calc(50% - 6px);
  height: 56px;
  border-radius: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.card-03__btn-wrap a:first-of-type {
  color: #208F10;
  border: 1px solid #208F10;
}
.card-03__btn-wrap a:last-of-type {
  background-color: #208F10;
  color: #FFF;
}
.card-04 {
  flex: 0 0 auto;
  width: 394px;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}
.card-04 a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 26px 20px 70px;
}
.card-04 a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../../assets/images/icon_btn_green_right.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  bottom: 26px;
}
.card-04__image {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 6px;
}
.card-04__box {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 16px;
}
.card-04__date {
  display: inline-block;
  width: 75px;
  font-size: 14px;
  font-weight: 500;
  color: #6F6F6F;
}
.card-04__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #3B4043;
}
.card-04__category-wrap {
  gap: 10px;
  flex: 1;
}
.card-04__btn {
  width: auto;
}
.card-04__btn-wrap {
  display: flex;
  justify-content: center;
}
.card-04__list--01 {
  display: flex;
}
.card-04__list--01-wrap:not(:last-of-type) {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 56px;
  margin-bottom: 56px;
}
.card-04__list--01-wrap > div:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.card-04__list--01-wrap > div:first-of-type h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #208F10;
}
.card-04__list--02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.card-04__list--03 {
  display: flex;
  justify-content: space-between;
  gap: 40px 0;
  overflow: hidden;
}

@media (max-width: 1240px) {
  .card-01__list {
    width: 100vw;
  }
  .card-04__list--02 {
    gap: 40px 30px;
  }
}
@media (max-width: 1000px) {
  .card-02 article {
    flex-direction: column;
    gap: 32px;
    padding: 20px;
  }
  .card-02__block--first {
    width: 100%;
  }
  .card-02__block--second .card-02__btn-wrap {
    display: flex;
    justify-content: center;
  }
  .card-02__block--second .card-02__btn-wrap .card-02__btn {
    width: auto;
  }
  .card-02__title {
    font-size: 20px;
  }
  .card-02__name {
    font-size: 16px;
  }
  .card-02__list {
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
  .card-03__block--first {
    flex-direction: column-reverse;
  }
  .card-03__block--first > div:first-of-type {
    max-width: 100%;
  }
  .card-03__block--first > div:last-of-type {
    padding-top: 0;
    max-width: 100%;
  }
  .card-03__btn-wrap {
    flex-direction: column;
  }
  .card-03__btn-wrap a {
    width: 100%;
  }
}
@media screen and (max-width:599px) {
  .card-01 {
    width: 260px;
  }
  .card-01 a > div {
    height: 177px;
    gap: 25px;
  }
  .card-01__image {
    height: 143px;
  }
  .card-01__text {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
  .card-03 {
    padding: 20px;
  }
  .card-03:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .card-03__title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .card-03__block--first {
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .card-03__btn-wrap a {
    font-size: 16px;
  }
  .card-04 {
    width: 310px;
  }
  .card-04__image {
    height: 157px;
  }
  .card-04__box {
    flex-direction: column-reverse;
    gap: 8px;
    margin: 12px 0 16px;
  }
  .card-04__category-wrap {
    gap: 8px;
  }
  .card-04__btn-wrap {
    margin-top: 62px;
  }
  .card-04__list--01-wrap {
    margin-bottom: 56px;
  }
  .card-04__list--01-wrap > div:first-of-type h4 {
    font-size: 24px;
  }
  .card-04__list--02 {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    gap: 24px;
  }
}
.select {
  border-radius: 8px;
}
.select__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #EFF6EF;
  padding: 20px 32px;
}
.select__item {
  border-radius: 20px;
  background: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid #D7D7D7;
}
.select__item.is-active {
  color: #FFF;
  background-color: #208F10;
  border: 1px solid #208F10;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.pagination ul li span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #208F10;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  border-radius: 36px;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #6F6F6F;
}
.pagination ul li a.prev {
  width: auto;
  height: auto;
  margin-right: 4px;
}
.pagination ul li a.next {
  width: auto;
  height: auto;
  margin-left: 4px;
}

.popular__story h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width:599px) {
  .popular__story h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.c-category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1;
  background-color: #C0D9BC;
  border-radius: 50px;
  padding: 6px 12px;
  display: flex;
  flex-wrap: wrap;
}
.c-category__list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs {
  width: 100%;
  max-width: 1000px;
}
.breadcrumbs__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #F5F5F5;
}
.breadcrumbs .category {
  display: inline;
}
.breadcrumbs span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 1;
  position: relative;
  background: none;
  border: none;
  padding: 0;
}
.breadcrumbs span:not(:last-of-type) {
  margin-right: 28px;
}
.breadcrumbs span:not(:last-of-type)::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../../assets/images/icon_breadcrumbs.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

@media (max-width: 1265px) {
  .breadcrumbs__wrap {
    padding: 2px 6.4%;
    min-height: 44px;
    height: auto;
  }
}
.serch-category {
  width: 100%;
  position: relative;
  margin-top: 72px;
}
.serch-category::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 1000px) / 2);
  height: 100%;
  background-color: #FFF;
  z-index: 0;
  pointer-events: none;
}
.serch-category__inner {
  background-color: #FFF;
  border-radius: 24px 0 0 0;
  padding: 56px 0 64px 64px;
}
.serch-category h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #208F10;
  margin-bottom: 24px;
}
.serch-category ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 16px;
}
.serch-category ul li.is-active a {
  color: #3B4043;
  background-color: #C0D9BC;
  border: none;
}
.serch-category ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #6F6F6F;
  background-color: #FFF;
  padding: 16px 12px;
  text-align: center;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
}

@media (max-width: 1000px) {
  .serch-category::before {
    width: 6.4%;
  }
}
@media screen and (max-width:599px) {
  .serch-category {
    margin-top: 68px;
  }
  .serch-category::before {
    display: none;
  }
  .serch-category__inner {
    border-radius: 8px;
    padding: 24px 20px;
  }
  .serch-category h4 {
    justify-content: center;
  }
  .serch-category ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.recommended-articles h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width:599px) {
  .recommended-articles h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.our-clinic {
  background-color: #EFF6EF;
  padding: 120px 0;
}
.our-clinic__area {
  font-size: 32px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  margin-bottom: 64px;
  text-align: center;
}
.our-clinic__area-wrap {
  margin: 64px 0;
}
.our-clinic__area-wrap > div {
  background-color: #FFF;
  padding: 80px 40px;
}
.our-clinic__area-wrap > div:not(:last-of-type) {
  margin-bottom: 64px;
}
.our-clinic__list {
  display: flex;
  flex-wrap: wrap;
  gap: 96px 80px;
}
.our-clinic__list-item {
  width: calc((100% - 160px) / 3);
  position: relative;
}
.our-clinic__list-item:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 1px;
  height: 100%;
  border-right: 1px dotted rgba(59, 64, 59, 0.5);
}
.our-clinic__list-item::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted rgba(59, 64, 59, 0.5);
}
.our-clinic__list-item > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.our-clinic__list-item img {
  border-radius: 8px;
}
.our-clinic__list-item--name {
  font-size: 18px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin: 20px 0;
}
.our-clinic__list-item--post {
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 8px;
}
.our-clinic__list-item--address {
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.our-clinic__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .our-clinic {
    padding: 80px 0;
  }
  .our-clinic__area {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .our-clinic__area-wrap {
    margin: 32px 0;
  }
  .our-clinic__area-wrap > div {
    padding: 40px 20px;
  }
  .our-clinic__area-wrap > div:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .our-clinic__list {
    gap: 24px 12px;
  }
  .our-clinic__list-item {
    width: calc((100% - 12px) / 2);
  }
  .our-clinic__list-item:not(:nth-child(3n))::after {
    display: none;
  }
  .our-clinic__list-item::before {
    display: none;
  }
  .our-clinic__list-item img {
    border-radius: 4px;
  }
  .our-clinic__list-item--name {
    font-size: 14px;
    line-height: 1.3;
    margin: 12px 0 8px;
  }
  .our-clinic__list-item--post {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .our-clinic__list-item--address {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }
  .our-clinic__btn-wrap {
    display: flex;
    justify-content: center;
  }
}
.reservation {
  background: url(../../../assets/images/page/top/reservation_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 112px;
}
.reservation::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(13, 28, 26, 0.8);
  z-index: 1;
}
.reservation__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.reservation__block--first {
  width: 52.14%;
}
.reservation__block--second {
  width: 41.03%;
  padding-top: 364px;
}
.reservation__block--second .cta__button {
  height: 92px;
}
.reservation__block--second .cta__button a {
  padding-left: 48px;
}
.reservation__block--second .cta__button a::before {
  width: 40px;
  height: 40px;
  right: 24px;
}
.reservation__block--second .cta__button a span:first-of-type {
  font-size: 14px;
}
.reservation__block--second .cta__button a span:last-of-type {
  font-size: 20px;
}
.reservation__title {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.reservation__text {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 64px 0;
}
.reservation__text--contact {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .reservation__inner {
    display: block;
  }
  .reservation__block--first {
    width: 100%;
  }
  .reservation__block--second {
    width: 480px;
    padding-top: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width:599px) {
  .reservation {
    padding: 80px 0 88px;
  }
  .reservation__block--second {
    width: 100%;
    margin-top: 24px;
  }
  .reservation__block--second .cta__button {
    height: 81px;
  }
  .reservation__block--second .cta__button a {
    padding-left: 32px;
  }
  .reservation__block--second .cta__button a::before {
    width: 32px;
    height: 32px;
    right: 16px;
  }
  .reservation__block--second .cta__button a span:first-of-type {
    font-size: 12px;
  }
  .reservation__block--second .cta__button a span:last-of-type {
    font-size: 16px;
  }
  .reservation__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .reservation__text {
    letter-spacing: 0;
    margin: 24px 0 48px;
  }
}
.president {
  margin-bottom: 120px;
}
.president__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.president__staff-image {
  width: 34%;
  max-width: 340px;
  max-height: 510px;
  margin: 0;
  aspect-ratio: 340/510;
  height: 100%;
  border-radius: 8px;
}
.president__description {
  width: 59.6%;
}
.president__description > h3 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
  padding-bottom: 32px;
  border-bottom: 1px solid #208F10;
}
.president__description > h3 span {
  color: #208F10;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.president__desc-text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 180%;
}
.president__sns {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.president__info {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  background: #EFF6EF;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 48px;
}
.president__info-item ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  max-width: 290px;
}
.president__info-item li {
  font-size: 14px;
  line-height: 1.6;
  list-style: disc;
  margin-left: 1.5em;
}
.president__info-item--career ul {
  gap: 12px;
}
.president__info-item--career li {
  list-style: none;
  margin-left: 0;
  line-height: 1.3;
}
.president__info-item--career li .year {
  display: block;
}
.president__heading4 {
  color: #208F10;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.president__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .president__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .president__staff-image {
    width: 85.63%;
    max-width: 100%;
    max-height: initial;
  }
  .president__description {
    width: 100%;
  }
  .president__description > h3 {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .president__description > h3 span {
    font-size: 16px;
  }
  .president__sns {
    margin-top: 24px;
  }
  .president__info {
    flex-direction: column;
    padding: 24px;
    margin-bottom: 24px;
  }
  .president__info-item ul {
    max-width: 100%;
  }
}
.column-latest__swiper, .column-popular__swiper {
  position: relative;
}
.column-latest__swiper .swiper-pagination, .column-popular__swiper .swiper-pagination {
  bottom: -35px;
}
.column-latest__swiper .swiper-pagination .swiper-pagination-bullet, .column-popular__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 3px;
  background-color: #6F6F6F;
  opacity: 1;
}
.column-latest__swiper .swiper-pagination .swiper-pagination-bullet-active, .column-popular__swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #208F10;
}

.column-latest__swiper__nav, .column-popular__swiper__nav {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.column-latest__swiper__nav > div, .column-popular__swiper__nav > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  border-radius: 24px;
  margin: 0;
  position: static;
}
.column-latest__swiper__nav > div::after, .column-popular__swiper__nav > div::after {
  display: none;
}
.column-latest__swiper__nav .swiper-button-prev.swiper-button-disabled, .column-popular__swiper__nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.column-latest__swiper__nav .swiper-button-prev.swiper-button-disabled div:first-of-type, .column-popular__swiper__nav .swiper-button-prev.swiper-button-disabled div:first-of-type {
  display: block;
}
.column-latest__swiper__nav .swiper-button-prev.swiper-button-disabled div:last-of-type, .column-popular__swiper__nav .swiper-button-prev.swiper-button-disabled div:last-of-type {
  display: none;
}
.column-latest__swiper__nav .swiper-button-prev div:first-of-type, .column-popular__swiper__nav .swiper-button-prev div:first-of-type {
  display: none;
}
.column-latest__swiper__nav .swiper-button-prev div:last-of-type img, .column-popular__swiper__nav .swiper-button-prev div:last-of-type img {
  transform: rotate(180deg);
}
.column-latest__swiper__nav .swiper-button-next.swiper-button-disabled, .column-popular__swiper__nav .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.column-latest__swiper__nav .swiper-button-next.swiper-button-disabled div:first-of-type, .column-popular__swiper__nav .swiper-button-next.swiper-button-disabled div:first-of-type {
  display: block;
}
.column-latest__swiper__nav .swiper-button-next.swiper-button-disabled div:last-of-type, .column-popular__swiper__nav .swiper-button-next.swiper-button-disabled div:last-of-type {
  display: none;
}
.column-latest__swiper__nav .swiper-button-next div:first-of-type, .column-popular__swiper__nav .swiper-button-next div:first-of-type {
  display: none;
}
.column-latest__swiper__nav .swiper-button-next div:first-of-type img, .column-popular__swiper__nav .swiper-button-next div:first-of-type img {
  transform: rotate(180deg);
}

.mv {
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
}
.mv__swiper .swiper-wrapper .swiper-slide {
  width: 180px;
  height: 678px;
  background-repeat: no-repeat;
  background-position: 68% top;
  border-radius: 8px;
  position: relative;
  transition: all 1s;
}
.mv__swiper .swiper-wrapper .swiper-slide--01 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/watanabe.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--02 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/takagi.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--03 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/maruo.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--04 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/yorita.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--05 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/ishibashi.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--06 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/hujiwra.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--07 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/ida.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--08 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/nakagawa.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--09 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/usami.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--10 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/itoda.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--11 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/watanabe.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--12 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/mv02.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--13 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/mv02.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide--14 {
  background-image: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%), url(../../../assets/images/page/top/mv02.jpg);
}
.mv__swiper .swiper-wrapper .swiper-slide > p {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.6;
  letter-spacing: 4%;
  opacity: 0;
  position: absolute;
  left: 20px;
  bottom: 69px;
  transition: all 0.3s;
}
.mv__swiper .swiper-wrapper .swiper-slide > div {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.mv__swiper .swiper-wrapper .swiper-slide > div > p {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.8;
}
.mv__swiper .swiper-wrapper .swiper-slide > div > p:first-of-type {
  flex-direction: column;
  align-items: flex-end;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.mv__swiper .swiper-wrapper .swiper-slide > div > p:last-of-type {
  gap: 5px;
  opacity: 0;
}
.mv__swiper .swiper-wrapper .swiper-slide-next {
  width: 600px;
  background-position: center top;
}
.mv__swiper .swiper-wrapper .swiper-slide-next > p {
  transition: all 2s;
  opacity: 1;
}
.mv__swiper .swiper-wrapper .swiper-slide-next > div > p:first-of-type {
  transition: all 0.3s;
  opacity: 0;
}
.mv__swiper .swiper-wrapper .swiper-slide-next > div > p:last-of-type {
  transition: all 2s;
  opacity: 1;
}
.mv .mv__swiper--sp-wrap {
  display: none;
}

@media (max-width: 750px) {
  .mv__swiper {
    display: none;
  }
  .mv .mv__swiper--sp-wrap {
    display: block;
    padding: 0 8px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp {
    margin-top: 8px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp .swiper-slide-thumb-active {
    border-radius: 2px;
    border: 2px solid #0B9565;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp .swiper-slide img {
    border-radius: 2px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp2 .swiper-slide {
    position: relative;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp2 .swiper-slide > img {
    border-radius: 4px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp2 .swiper-slide > .overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(32, 143, 16, 0) 36.65%, rgba(20, 74, 12, 0.7) 93.36%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp2 .swiper-slide > p:first-of-type {
    font-family: "Noto Serif JP", serif;
    font-size: 34px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.3;
    position: absolute;
    left: 20px;
    bottom: 81px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp2 .swiper-slide > p:last-of-type {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.5;
    position: absolute;
    right: 20px;
    bottom: 15.66px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp-others {
    margin-top: 10px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp-others .autoplay-progress {
    width: 100%;
    height: 2px;
    background: #C0D9BC;
    z-index: 10;
    margin-bottom: 6px;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp-others .autoplay-progress .progress-bar {
    height: 100%;
    width: 100%;
    background: #208F10;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.1s linear;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp-others .swiper-pagination {
    position: static;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13.76px;
    font-weight: 400;
    color: #C0D9BC;
    line-height: 1;
  }
  .mv .mv__swiper--sp-wrap .mv__swiper--sp-others .swiper-pagination-current {
    color: #208F10;
  }
}
.column {
  background-color: #EFF6EF;
  background-image: url(../../../assets/images/page/top/column_bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 120px 0 113px;
}
.column__inner {
  overflow: hidden;
}
.column__list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 64px 0;
}
.column__list-item {
  flex: 0 0 auto;
  width: 392px;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}
.column__list-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 26px 20px 70px;
}
.column__list-item a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../../assets/images/icon_btn_green_right.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  bottom: 26px;
}
.column__list-image {
  width: 100%;
  height: 204px;
  object-fit: cover;
  border-radius: 6px;
}
.column__list-box {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 16px;
}
.column__list-date {
  display: inline-block;
  width: 75px;
  font-size: 14px;
  font-weight: 500;
  color: #6F6F6F;
}
.column__list-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #3B4043;
}
.column__category {
  display: flex;
  align-items: center;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #3B4043;
  background-color: #C0D9BC;
  border-radius: 50px;
  padding: 0 12px;
}
.column__category-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 269px;
}
.column__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .column {
    background-image: none;
    padding: 64px 0 80px;
  }
  .column__swiper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 32px;
    margin-bottom: 62px;
  }
  .column__swiper .swiper-slide {
    width: 310px;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  }
  .column__swiper .swiper-slide a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 26px 20px 70px;
  }
  .column__swiper .swiper-slide a::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../../../assets/images/icon_btn_green_right.svg) no-repeat center/contain;
    position: absolute;
    right: 20px;
    bottom: 26px;
  }
  .column__swiper .swiper-pagination {
    bottom: -35px;
  }
  .column__swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    border-radius: 3px;
    background-color: #6F6F6F;
    opacity: 1;
  }
  .column__swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #208F10;
  }
  .column__list-box {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    margin: 12px 0 16px;
  }
  .column__list-image {
    height: 157px;
  }
  .column__category {
    height: 20px;
  }
  .column__category-wrap {
    width: 100%;
    gap: 8px;
  }
}
.about__inner {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.about__title {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 400;
  color: #208F10;
  letter-spacing: 0.05em;
}
.about__box {
  max-width: 560px;
  width: 100%;
}
.about__text-01 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.about__text-02 {
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 2.5;
  margin: 40px 0 64px;
}
.about__subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 144px;
  font-weight: 300;
  color: #F5F5F5;
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: -1;
}

@media screen and (max-width:599px) {
  .about__inner {
    display: block;
    padding: 64px 0 16px;
  }
  .about__title {
    font-size: 32px;
  }
  .about__text-01 {
    font-size: 24px;
    margin: 24px 0;
  }
  .about__text-02 {
    margin: 0 0 32px;
  }
  .about__links {
    display: block;
    background: linear-gradient(to bottom, rgba(239, 246, 239, 0) 0%, rgb(239, 246, 239) 50%, rgba(239, 246, 239, 0) 100%);
    padding: 64px 6.4% 80px;
  }
  .about__links-item {
    padding-left: 0;
  }
  .about__links-item::before {
    display: none;
  }
  .about__links-item div:last-of-type img {
    border-radius: 8px;
  }
  .about__links-item div:last-of-type p {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }
  .about__links-item div:last-of-type p::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../../../assets/images/icon_btn_green_right.svg) no-repeat center/contain;
    position: absolute;
    right: 0;
  }
  .about__links-item div:last-of-type p span:first-of-type {
    font-size: 16px;
    font-weight: 500;
    color: #3B4043;
  }
  .about__links-item div:last-of-type p span:last-of-type {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    font-weight: 600;
    color: #208F10;
  }
  .about__links-inner {
    width: 100%;
    gap: 16px;
    align-items: flex-start;
  }
  .about__links-inner .about__links-item > div:last-of-type img {
    width: 100%;
    aspect-ratio: 156/145;
    height: auto;
    border-radius: 8px;
    display: block;
  }
  .about__message {
    width: 100%;
    background: none;
  }
  .about__philosophy {
    background: none;
  }
  .about__history {
    background: none;
  }
}
.reason {
  background: radial-gradient(44.69% 41.2% at 87.92% 2.88%, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 100%);
  padding: 127px 0;
  overflow: hidden;
}
.reason__text {
  font-size: 18px;
  font-weight: 500;
  color: #3B4043;
  line-height: 2;
  text-align: center;
  margin: 40px 0 80px;
}
.reason__swiper-wrap {
  display: flex;
  justify-content: center;
}
.reason__swiper__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.reason__swiper__nav > div {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  margin: 0;
}
.reason__swiper__nav > div::after {
  display: none;
}
.reason__swiper__nav > div:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.reason__swiper__nav > div > span {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 600;
  color: #3B4043;
  line-height: 1;
}
.reason__swiper__nav > div.swiper-button-prev > img {
  transform: rotate(180deg);
}
.reason__list-wrap {
  width: 1740px;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  flex-shrink: 0;
}
.reason__list-item {
  width: 540px !important;
  transition: transform 0.3s;
}
.reason__list-item.swiper-slide-active {
  transform: translateY(-80px);
}
.reason__list-item a p {
  margin-top: 32px;
  text-align: center;
}
.reason__list-item--image-wrap img {
  max-width: 540px;
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.reason__list-item--subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
}
.reason__list-item--title {
  font-size: 32px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}
.reason__list-item--text {
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}

@media screen and (max-width:599px) {
  .reason {
    background: radial-gradient(100% 17.77% at 100% 0.36%, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 100%);
    padding: 96px 0 80px;
  }
  .reason .title__sub-wrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
  }
  .reason .title__main {
    text-align: left;
  }
  .reason__text {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin: 24px 0 48px;
  }
  .reason__list {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
  .reason__list-wrap {
    width: 100%;
    padding-top: 0;
  }
  .reason__list-item {
    width: 100% !important;
  }
  .reason__list-item:nth-of-type(2) {
    position: static;
    top: auto;
  }
  .reason__list-item a p {
    margin-top: 12px;
    text-align: left;
  }
  .reason__list-item a p:first-of-type {
    margin-top: 24px;
  }
  .reason__list-item--image-wrap img {
    width: 100%;
    height: auto;
  }
  .reason__list-item--subtitle {
    font-size: 16px;
  }
  .reason__list-item--title {
    font-size: 24px;
  }
}
.seek-treatment {
  padding: 120px 0;
}
.seek-treatment__list {
  display: flex;
  gap: 32px;
  margin-top: 64px;
}
.seek-treatment__list-item {
  width: calc((100% - 64px) / 3);
  height: 383px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.seek-treatment__list-item a {
  display: inline-block;
  height: 100%;
  position: relative;
}
.seek-treatment__list-item a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../../assets/images/icon_btn_green_right.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.seek-treatment__list-item a > div img {
  border-radius: 8px 8px 0 0;
}
.seek-treatment__list-item--title {
  font-size: 18px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  padding: 0 20px;
  margin: 20px 0 10px;
}
.seek-treatment__list-item--text {
  font-size: 12px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
  padding: 0 20px;
}

@media screen and (max-width:599px) {
  .seek-treatment {
    padding: 80px 0 64px;
  }
  .seek-treatment__list {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
  .seek-treatment__list-item {
    width: 100%;
    height: auto;
  }
  .seek-treatment__list-item a {
    padding: 20px 20px 44px 20px;
  }
  .seek-treatment__list-item a::before {
    bottom: 16px;
  }
  .seek-treatment__list-item a > div {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted rgba(59, 64, 59, 0.5);
    padding-bottom: 16px;
  }
  .seek-treatment__list-item a > div img {
    width: 38.36%;
    border-radius: 4px;
  }
  .seek-treatment__list-item--title {
    color: #208F10;
    padding: 0;
    margin: 0;
    margin-left: 16px;
  }
  .seek-treatment__list-item--text {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin-top: 12px;
  }
}
.top .menu__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.top .menu__block {
  width: 50%;
}
.top .menu__block-wrap {
  display: flex;
}
.top .menu__block--insurance {
  background-color: #EFF6EF;
  padding: 80px 40px 80px 100px;
}
.top .menu__block--free {
  background-color: #DFF1ED;
  padding: 80px 100px 80px 40px;
}
.top .menu__block-title {
  font-size: 32px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}
.top .menu__block-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #208F10;
  line-height: 1;
  margin: 20px 0 64px;
}
.top .menu__list-item {
  border-bottom: 1px dotted rgba(59, 64, 59, 0.5);
}
.top .menu__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.top .menu__list-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  padding-right: 56px;
  padding-left: 20px;
  padding-bottom: 16px;
  position: relative;
}
.top .menu__list-item a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
}
.top .menu__list-item--number {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(59, 64, 59, 0.5);
  line-height: 1;
  margin-right: 22px;
}

@media (max-width: 1024px) {
  .top .menu__block {
    width: 100%;
  }
  .top .menu__block-wrap {
    flex-direction: column;
  }
  .top .menu__block--insurance {
    padding: 80px 40px;
  }
  .top .menu__block--free {
    padding: 80px 40px;
  }
}
@media screen and (max-width:599px) {
  .top .menu__tab {
    display: flex;
    gap: 6px;
    width: 100%;
    padding: 0 6.4%;
    border-bottom: 2px solid #208F10;
  }
  .top .menu__tab-item {
    width: calc(100% - 3px);
    height: 70px;
    font-size: 16px;
    font-weight: 700;
    color: #6F6F6F;
    background-color: #F5F5F5;
    line-height: 1.3;
    border-radius: 4px 4px 0 0;
    padding-top: 16.5px;
    text-align: center;
    position: relative;
  }
  .top .menu__tab-item::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../../assets/images/icon_arrow_bottom_gray.svg) no-repeat center/contain;
    position: absolute;
    left: 50%;
    bottom: 12.5px;
    transform: translateX(-50%);
  }
  .top .menu__tab-item.is-active {
    color: #FFF;
    background-color: #208F10;
  }
  .top .menu__tab-item.is-active.menu__tab-item--free {
    background-color: #0B9565;
  }
  .top .menu__tab-item.is-active::before {
    background: url(../../../assets/images/icon_arrow_bottom_white.svg) no-repeat center/contain;
  }
  .top .menu__block {
    display: none;
    width: 100%;
  }
  .top .menu__block.is-active {
    display: block;
  }
  .top .menu__block-wrap {
    display: block;
  }
  .top .menu__block--insurance {
    padding: 40px 6.4% 48px;
  }
  .top .menu__block--free {
    padding: 40px 6.4% 48px;
  }
  .top .menu__block-title {
    font-size: 24px;
  }
  .top .menu__block-subtitle {
    font-size: 16px;
    margin: 12px 0 32px;
  }
  .top .menu__list-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .top .menu__list-item a {
    font-size: 18px;
    padding-right: 36px;
    padding-left: 0;
  }
  .top .menu__list-item a::before {
    right: 0;
  }
}
.concept {
  padding: 120px 0;
  overflow: hidden;
}
.concept__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 100px;
}
.concept__title-wrap {
  position: relative;
  overflow: hidden;
}
.concept__title {
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  font-weight: 400;
  color: #208F10;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.concept__subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 144px;
  font-weight: 300;
  color: #F5F5F5;
  line-height: 1;
}
.concept__swiper {
  overflow: hidden;
  position: relative;
}
.concept__swiper__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding-right: 100px;
  margin-bottom: 40px;
}
.concept__swiper__nav > div {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  margin: 0;
}
.concept__swiper__nav > div::after {
  display: none;
}
.concept__swiper__nav > div:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.concept__swiper__nav > div > span {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 600;
  color: #3B4043;
  line-height: 1;
}
.concept__swiper__nav > div.swiper-button-prev > img {
  transform: rotate(180deg);
}
.concept .swiper-pagination {
  height: fit-content;
}
.concept .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 3px;
  background-color: #6F6F6F;
  opacity: 1;
}
.concept .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #208F10;
}
.concept__block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 620px;
  height: 720px;
  position: relative;
}
.concept__block p:first-of-type {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}
.concept__block p:nth-of-type(2) {
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  background-color: #208F10;
  line-height: 1;
  border-radius: 60px;
  padding: 8px 30px;
  margin: 40px 0 32px;
}
.concept__block p:nth-of-type(3) {
  font-size: 24px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.concept__block p:nth-of-type(4) {
  max-width: 620px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
  margin: 32px 0 64px;
}
.concept__block img:not(.forSP) {
  max-width: none;
  width: 840px;
  height: 720px;
  object-fit: cover;
  position: absolute;
  right: 0;
  z-index: -1;
}

@media (max-width: 1024px) {
  .concept__block {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .concept__block {
    padding: 0 40px;
  }
  .concept__block p:nth-of-type(4) {
    max-width: none;
  }
  .concept__block img:not(.forSP) {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width:599px) {
  .concept {
    padding: 76px 0 80px;
  }
  .concept__inner > img {
    width: 100%;
    height: auto;
  }
  .concept__title-wrap {
    margin-bottom: 12px;
  }
  .concept__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .concept__subtitle {
    font-size: 64px;
  }
  .concept__block {
    height: auto;
    padding: 0;
  }
  .concept__block p:first-of-type {
    font-size: 28px;
    margin-top: 54px;
  }
  .concept__block p:nth-of-type(2) {
    font-size: 14px;
    padding: 4px 16px;
    margin: 20px 0 12px;
  }
  .concept__block p:nth-of-type(3) {
    font-size: 18px;
  }
  .concept__block p:nth-of-type(4) {
    margin: 20px 0 40px;
  }
  .concept__block img:not(.forSP) {
    display: none;
  }
}
.news {
  background: radial-gradient(52.99% 73.65% at 14.06% 12.74%, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 100%);
  padding: 120px 0;
}
.news__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__block--first {
  display: flex;
  gap: 20px;
  width: 500px;
}
.news__block--first img {
  width: 240px;
  height: 380px;
  object-fit: cover;
}
.news__block--first img:last-of-type {
  margin-top: 120px;
}
.news__block--second {
  width: 620px;
}
.news__block--second .title__sub-wrap {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
}
.news__block--second .title__main {
  text-align: left;
}
.news__list {
  margin: 64px 0;
}
.news__list-item {
  padding-bottom: 32px;
  border-bottom: 1px dotted rgba(59, 64, 59, 0.5);
}
.news__list-item p:has(.news__list-item--date) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.news__list-item:not(:last-of-type) {
  margin-bottom: 32px;
}
.news__list-item--category {
  font-size: 12px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1;
  background-color: #C0D9BC;
  border-radius: 50px;
  padding: 6px 12px;
}
.news__list-item--date {
  font-size: 14px;
  font-weight: 500;
  color: rgba(59, 64, 59, 0.5);
  margin-left: 35px;
}
.news__list-item--text {
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-top: 20px;
}
.news__btn-wrap {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1240px) {
  .news__inner {
    justify-content: center;
  }
  .news__block--first {
    display: none;
  }
  .news__block--second {
    max-width: 620px;
    width: 100%;
  }
}
@media screen and (max-width:599px) {
  .news {
    background: radial-gradient(100% 17.77% at 100% 0.36%, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 100%);
    padding: 80px 0;
  }
  .news__list {
    margin: 40px 0 48px;
  }
  .news__list-item--category {
    padding: 4px 12px;
  }
  .news__list-item--text {
    margin-top: 12px;
  }
  .news__list-item--date {
    margin-left: 7px;
  }
  .news__btn-wrap a {
    width: 100%;
  }
}
.page-doctor {
  margin-top: 168px !important;
}
.page-doctor .staff-image {
  width: 34%;
  max-width: 340px;
  max-height: 510px;
  margin: 0;
  aspect-ratio: 340/510;
  height: 100%;
  border-radius: 8px;
}
.page-doctor .description {
  width: 59.6%;
}
.page-doctor .description > h3 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
  padding-bottom: 32px;
  border-bottom: 1px solid #208F10;
}
.page-doctor .description > h3 span {
  color: #208F10;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.page-doctor .president {
  margin-bottom: 120px;
}
.page-doctor .president__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.page-doctor .president__desc-text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 180%;
}
.page-doctor .president__sns {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.page-doctor .president__btn-wrap {
  display: flex;
  justify-content: center;
}
.page-doctor .doctor__heading4 {
  color: #208F10;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.page-doctor .doctor__info {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
}
.page-doctor .doctor__info--president {
  padding: 40px;
  background: #EFF6EF;
  margin-bottom: 48px;
}
.page-doctor .doctor__info-item ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  max-width: 290px;
}
.page-doctor .doctor__info-item li {
  font-size: 14px;
  line-height: 1.6;
  list-style: disc;
  margin-left: 1.5em;
}
.page-doctor .doctor__info-item--career ul {
  gap: 12px;
}
.page-doctor .doctor__info-item--career li {
  list-style: none;
  margin-left: 0;
  line-height: 1.3;
}
.page-doctor .doctor__info-item--career li .year {
  display: block;
}
.page-doctor .select {
  margin-bottom: 64px;
}
.page-doctor .doctors {
  margin-bottom: 120px;
}
.page-doctor .doctors__items {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-top: 40px;
}
.page-doctor .doctors__item {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 64px;
}
.page-doctor .doctors__desc-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 180%;
}
.page-doctor .doctors__info {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.page-doctor .doctors-all {
  margin-bottom: 120px;
}
.page-doctor .doctors-all:last-of-type {
  margin-bottom: 160px;
}
.page-doctor .hygienist__items {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
.page-doctor .hygienist__item {
  display: flex;
  align-items: center;
  gap: 64px;
}

@media screen and (max-width:599px) {
  .page-doctor {
    margin-top: 56px !important;
  }
  .page-doctor .president__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .page-doctor .president__sns {
    margin-top: 24px;
  }
  .page-doctor .president .staff-image {
    width: 85.63%;
    max-width: 100%;
    max-height: initial;
  }
  .page-doctor .doctor__info {
    flex-direction: column;
  }
  .page-doctor .doctor__info--president {
    padding: 24px;
    margin-bottom: 24px;
  }
  .page-doctor .description {
    width: 100%;
  }
  .page-doctor .description > h3 {
    font-size: 32px;
    padding-bottom: 24px;
  }
  .page-doctor .description > h3 span {
    font-size: 16px;
  }
  .page-doctor .doctors {
    background: none;
    padding: 0;
  }
  .page-doctor .doctors .description {
    display: contents;
  }
  .page-doctor .doctors .description > h3 {
    font-size: 20px;
    padding-bottom: 24px;
    margin-left: 16px;
    width: calc(100% - 164px);
    height: fit-content;
  }
  .page-doctor .doctors .description > h3 span {
    font-size: 16px;
  }
  .page-doctor .doctors .staff-image {
    width: 148px;
    height: auto;
    aspect-ratio: 148/222;
  }
  .page-doctor .doctors__item {
    flex-wrap: wrap;
    gap: unset;
    align-items: center;
  }
  .page-doctor .doctors__info {
    width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .page-doctor .doctors-all:last-of-type {
    margin-bottom: 80px;
  }
  .page-doctor .doctors__btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .page-doctor .doctor__info-item ul {
    max-width: 100%;
  }
  .page-doctor .hygienist .description {
    display: contents;
  }
  .page-doctor .hygienist .description > h3 {
    font-size: 20px;
    padding-bottom: 24px;
    margin-left: 16px;
    width: calc(100% - 164px);
    height: fit-content;
  }
  .page-doctor .hygienist .description > h3 span {
    font-size: 16px;
  }
  .page-doctor .hygienist .staff-image {
    width: 148px;
    height: auto;
    aspect-ratio: 148/222;
  }
  .page-doctor .hygienist__items {
    gap: 40px;
  }
  .page-doctor .hygienist__item {
    flex-wrap: wrap;
    gap: unset;
    align-items: center;
  }
  .page-doctor .hygienist__info {
    width: 100%;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.faq {
  background: linear-gradient(to bottom, #FFF 76px, #EFF6EF 76px, #EFF6EF 100%);
  padding-bottom: 104px;
  margin-top: 149px;
}
.faq__inner {
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 40px 56px 64px;
}
.faq__nav {
  display: flex;
  gap: 52px;
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 64px;
}
.faq__nav li {
  text-decoration: underline;
  position: relative;
}
.faq__nav li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #3B4043;
}
.faq__content:not(:last-of-type) {
  margin-bottom: 72px;
}
.faq__content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #3B4043;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #D7D7D7;
}
.faq__item span {
  display: flex;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  flex-shrink: 0;
  padding-left: 11.5px;
}
.faq__item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.faq__item.is-open .faq__answer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.faq__question {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 20px;
  padding-right: 56px;
  padding-bottom: 20px;
  padding-left: 16px;
  border-bottom: 1px solid #D7D7D7;
  position: relative;
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 18px;
  height: 2px;
  background-color: #6F6F6F;
  opacity: 1;
  transition: 0.5s ease;
  transform-origin: center;
}
.faq__question::before {
  transform: translateY(-50%) rotate(0deg);
}
.faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}
.is-open .faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}
.is-open .faq__question::before {
  opacity: 0;
}
.faq__question span {
  background-color: #EFF6EF;
  color: #208F10;
}
.faq__answer {
  background-color: #EFF6EF;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.faq__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 20px 16px;
  position: relative;
}
.faq__answer-inner span {
  background-color: #0B9565;
  color: #FFF;
}

@media screen and (max-width:599px) {
  .faq {
    background: #FFF;
    padding-bottom: 80px;
    margin-top: 56px;
  }
  .faq__inner {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .faq__nav {
    flex-direction: column;
    gap: 32px;
  }
  .faq__question {
    align-items: flex-start;
  }
}
.archive-story__article {
  margin-top: 56px !important;
}
.archive-story__article ul {
  margin-bottom: 56px;
}
.archive-story__select .select__item {
  padding: 0;
}
.archive-story__select .select__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
}
.archive-story .popular__story {
  margin-top: 120px;
  margin-bottom: 160px;
}

@media screen and (max-width:599px) {
  .archive-story__story {
    margin-top: 56px;
  }
  .archive-story .popular__story {
    margin-bottom: 80px;
  }
}
.story-detail__content {
  position: relative;
  background: #EFF6EF;
  padding-top: 80px;
  padding-bottom: 96px;
}
.story-detail__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: #FFF;
  z-index: 0;
  pointer-events: none;
}
.story-detail__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: radial-gradient(circle at right bottom, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 20%);
  z-index: 0;
  pointer-events: none;
}
.story-detail__content__inner {
  position: relative;
  z-index: 1;
}
.story-detail__content__block--first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.story-detail__content__block--second {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.story-detail__content__block--second span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}
.story-detail__content__block--second span:first-of-type {
  font-size: 20px;
}
.story-detail__content__block--second span:last-of-type {
  font-size: 16px;
}
.story-detail__content__block--third {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 76px 56px 80px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.story-detail__content__block--third .heading2 {
  margin-bottom: 32px;
}
.story-detail__content__block--third .heading2:not(:first-of-type) {
  margin-top: 68px;
}
.story-detail__content__block--third > h3 {
  margin-top: 40px;
  margin-bottom: 28px;
}
.story-detail__content__block--third > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 32px;
}
.story-detail__content__block--third > p a {
  color: #208F10;
  text-decoration: underline !important;
}
.story-detail__content__category {
  gap: 10px;
  flex: 1 1 auto;
}
.story-detail__content__date {
  flex-shrink: 0;
  white-space: nowrap;
}
.story-detail__content__date span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6F6F6F;
  line-height: 1.8;
}
.story-detail__content__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 20px;
}
.story-detail__content__thumbnail {
  width: 100%;
  border-radius: 8px;
}
.story-detail__content__btn-wrap {
  display: flex;
  justify-content: center;
}
.story-detail .popular__story {
  background: radial-gradient(circle at left top, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 20%);
  padding-top: 104px;
  margin-bottom: 160px;
}

@media screen and (max-width:599px) {
  .story-detail__content {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .story-detail__content::before {
    height: 425px;
  }
  .story-detail__content::after {
    height: 425px;
    background: radial-gradient(circle at right bottom, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 30%);
  }
  .story-detail__content__block--first {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 8px;
  }
  .story-detail__content__block--second {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 40px;
  }
  .story-detail__content__block--second span:last-of-type {
    font-size: 14px;
  }
  .story-detail__content__block--third {
    padding: 76px 6.4% 32px;
    margin-top: 24px;
    border-radius: 0;
  }
  .story-detail__content__category {
    width: 100%;
  }
  .story-detail__content__date {
    width: 100%;
  }
  .story-detail__content__title {
    font-size: 20px;
  }
  .story-detail__content__btn-wrap {
    display: flex;
    justify-content: center;
  }
  .story-detail .popular__story {
    background: radial-gradient(circle at left top, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 35%);
    padding-top: 56px;
    margin-bottom: 80px;
  }
}
.news-detail__content {
  background-color: #EFF6EF;
  padding-top: 48px;
  padding-bottom: 96px;
}
.news-detail__content__inner {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 56px 56px 28px;
}
.news-detail__content__inner .news-detail__content__btn-wrap {
  margin-bottom: 48px;
}
.news-detail__content__inner .heading2 {
  margin-bottom: 32px;
}
.news-detail__content__inner .heading2:not(:first-of-type) {
  margin-top: 68px;
}
.news-detail__content__inner > h3 {
  margin-top: 40px;
  margin-bottom: 28px;
}
.news-detail__content__inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 32px;
}
.news-detail__content__inner > p > a {
  color: #208F10;
  text-decoration: underline !important;
}
.news-detail__content__block--first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.news-detail__content__category {
  gap: 10px;
  flex: 1 1 auto;
}
.news-detail__content__date {
  flex-shrink: 0;
  white-space: nowrap;
}
.news-detail__content__date span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6F6F6F;
  line-height: 1.8;
}
.news-detail__content__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 56px;
}
.news-detail__content__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 0;
}

@media screen and (max-width:599px) {
  .news-detail__content {
    padding-top: 32px;
  }
  .news-detail__content__inner {
    border-radius: 0;
    padding-top: 56px;
    padding-bottom: 28px;
  }
  .news-detail__content__block--first {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 8px;
  }
  .news-detail__content__category {
    width: 100%;
  }
  .news-detail__content__date {
    width: 100%;
  }
  .news-detail__content__title {
    font-size: 20px;
  }
}
.column-detail__content {
  position: relative;
  background: #EFF6EF;
  padding-top: 80px;
  padding-bottom: 96px;
}
.column-detail__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 445px;
  background-color: #FFF;
  z-index: 0;
  pointer-events: none;
}
.column-detail__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 445px;
  background: radial-gradient(circle at right bottom, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 20%);
  z-index: 0;
  pointer-events: none;
}
.column-detail__content__inner {
  position: relative;
  z-index: 1;
}
.column-detail__content__block--first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.column-detail__content__block--second {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  padding: 56px 56px 32px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.column-detail__content__block--second .heading2 {
  margin-bottom: 32px;
}
.column-detail__content__block--second .heading2:not(:first-of-type) {
  margin-top: 68px;
}
.column-detail__content__block--second > h3, .column-detail__content__block--second h3.heading3 {
  margin-bottom: 28px;
}
.column-detail__content__block--second > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 32px;
}
.column-detail__content__block--second > p > a {
  color: #208F10;
  text-decoration: underline !important;
}
.column-detail__content__category {
  gap: 10px;
  flex: 1 1 auto;
}
.column-detail__content__date {
  flex-shrink: 0;
  white-space: nowrap;
}
.column-detail__content__date span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6F6F6F;
  line-height: 1.8;
}
.column-detail__content__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 20px;
}
.column-detail__content__thumbnail {
  width: 100%;
  border-radius: 8px;
}
.column-detail__content__btn-wrap {
  display: flex;
  justify-content: center;
}
.column-detail .recommended-articles {
  background: radial-gradient(circle at left top, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 20%);
  padding-top: 104px;
  margin-bottom: 80px;
}

@media screen and (max-width:599px) {
  .column-detail__content {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .column-detail__content::before {
    height: 350px;
  }
  .column-detail__content::after {
    height: 350px;
    background: radial-gradient(circle at right bottom, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 30%);
  }
  .column-detail__content__block--first {
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 8px;
  }
  .column-detail__content__block--second {
    padding: 32px 6.4%;
    margin-top: 20px;
    border-radius: 0;
  }
  .column-detail__content__category {
    width: 100%;
  }
  .column-detail__content__date {
    width: 100%;
    white-space: normal;
  }
  .column-detail__content__title {
    font-size: 20px;
  }
  .column-detail__content__btn-wrap {
    display: flex;
    justify-content: center;
  }
  .column-detail .recommended-articles {
    padding-top: 56px;
  }
}
.archive-news {
  margin-top: 96px !important;
  margin-bottom: 112px !important;
}
.archive-news h3 {
  margin-bottom: 48px;
}
.archive-news__inner {
  display: flex;
  gap: 64px;
}
.archive-news .archive-side {
  min-width: 188px;
}
.archive-news .archive-side .tab-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.archive-news .archive-side .tab-menu li {
  width: 100%;
  text-align: center;
}
.archive-news .archive-side .tab-menu li:first-child {
  margin-bottom: 20px;
}
.archive-news .archive-side .tab-menu li a {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #6F6F6F;
  display: block;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  background: #FFF;
}
.archive-news .archive-side .tab-menu li a.is-active {
  color: #3B4043;
  background: #C0D9BC;
  border: none;
}
.archive-news__main {
  width: 100%;
}
.archive-news .news__wrap {
  min-width: 48.38%;
}
.archive-news .news__articles {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 48px;
}
.archive-news .news__article a {
  display: block;
  padding-bottom: 32px;
  border-bottom: 1px dotted #D7D7D7;
}
.archive-news .news__article-info {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
}
.archive-news .news__article .date {
  color: rgba(59, 64, 59, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.archive-news .news__article-category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.archive-news .news__article-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #3B4043;
}

@media screen and (max-width:599px) {
  .archive-news {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .archive-news h3 {
    margin-bottom: 28px;
  }
  .archive-news__inner {
    flex-direction: column;
    gap: 40px;
  }
  .archive-news .archive-side {
    width: 100%;
  }
  .archive-news .archive-side .tab-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .archive-news .archive-side .tab-menu li:first-child {
    margin: 0;
  }
  .archive-news .news__wrap {
    min-width: auto;
    width: 100%;
  }
  .archive-news .news__articles {
    margin-bottom: 32px;
  }
  .archive-news .news__article-info {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .archive-news .news__article-text {
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}
.archive-bottom {
  background-color: #EFF6EF;
  background-image: url(../../../assets/images/page/top/column_bg.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 753px auto;
  padding-top: 112px;
  overflow: hidden;
}
.archive-bottom__main h3 {
  margin-bottom: 40px;
}

@media screen and (max-width:599px) {
  .archive-bottom {
    background-image: none;
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .archive-bottom__main h3 {
    margin-bottom: 28px;
  }
}
.archive-all-category {
  margin-top: 80px;
  margin-bottom: 96px;
}
.archive-all-category h3 {
  margin-bottom: 40px;
}
.archive-all-category .pagination {
  margin-top: 40px;
}

@media screen and (max-width:599px) {
  .archive-all-category {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .archive-all-category h3 {
    margin-bottom: 28px;
  }
  .archive-all-category .pagination {
    margin-top: 32px;
  }
}
.archive-our-clinic__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  margin-top: 64px !important;
  margin-bottom: 112px !important;
}
.archive-our-clinic__content__block--first {
  flex: 1;
}
.archive-our-clinic__content__block--second {
  max-width: 210px;
  width: 100%;
}
.archive-our-clinic__content__block--second > p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  margin-bottom: 24px;
}
.archive-our-clinic__content__block--second ul li {
  border-bottom: 1px solid #D7D7D7;
}
.archive-our-clinic__content__block--second ul li:first-of-type {
  border-top: 1px solid #D7D7D7;
}
.archive-our-clinic__content__block--second ul li a {
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  position: relative;
  padding: 20px 0;
}
.archive-our-clinic__content__block--second ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
}
.archive-our-clinic__content__select {
  margin-bottom: 64px;
}
.archive-our-clinic__content__select > ul {
  display: flex;
  gap: 8px;
}
.archive-our-clinic__content__select > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7.5px;
  max-width: 230px;
  width: 100%;
  height: 56px;
  border-radius: 8px 8px 0 0;
  background-color: #F5F5F5;
  cursor: pointer;
}
.archive-our-clinic__content__select > ul li.is-active {
  background-color: #EFF6EF;
  border-top: 3px solid #208F10;
}
.archive-our-clinic__content__select > ul li.is-active img:first-of-type {
  display: inline-block;
}
.archive-our-clinic__content__select > ul li.is-active img:last-of-type {
  display: none;
}
.archive-our-clinic__content__select > ul li.is-active span {
  color: #208F10;
}
.archive-our-clinic__content__select > ul li > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.archive-our-clinic__content__select > ul li > div span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #6F6F6F;
  line-height: 1.3;
}
.archive-our-clinic__content__select > ul li img:first-of-type {
  display: none;
}
.archive-our-clinic__content__select > ul li img:last-of-type {
  display: inline-block;
}
.archive-our-clinic__content__select > div {
  display: none;
}
.archive-our-clinic__content__select > div.is-active {
  display: block;
}
.archive-our-clinic__content__area:not(:last-of-type) {
  margin-bottom: 88px;
}
.archive-our-clinic__content__area h2 {
  margin-bottom: 32px;
}

@media screen and (max-width:599px) {
  .archive-our-clinic__content {
    flex-direction: column;
    gap: 56px;
    margin-top: 56px !important;
    margin-bottom: 80px !important;
  }
  .archive-our-clinic__content__block--second {
    max-width: 100%;
  }
  .archive-our-clinic__content__select > ul li {
    max-width: calc(50% - 4px);
  }
}
.about-us__title-wrap {
  position: relative;
  margin-bottom: 64px;
  overflow: hidden;
}
.about-us__title-wrap > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about-us__title-wrap > p {
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  font-weight: 300;
  color: #F5F5F5;
  line-height: 1;
}
.about-us__message {
  margin-top: 120px;
  margin-bottom: 80px;
}
.about-us__message__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.about-us__message__inner img {
  max-width: 720px;
  width: 100%;
}
.about-us__message__inner > div {
  max-width: 420px;
  width: 100%;
  padding-top: 15.5px;
}
.about-us__message__inner > div > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.8;
  margin-bottom: 40px;
}
.about-us__message__inner > div > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
}
.about-us__area-catch {
  background: url(../../../assets/images/page/about-us/area-catch_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  margin-bottom: 120px;
}
.about-us__area-catch::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #208F10 0%, #0B9565 100%);
  opacity: 0.7;
}
.about-us__area-catch::after {
  content: "";
  background: url(../../../assets/images/page/about-us/logo.svg) no-repeat center center;
  background-size: 100%;
  width: 492px;
  height: 305px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-us__area-catch__inner {
  position: relative;
  z-index: 2;
}
.about-us__area-catch__inner > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  color: #FFF;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
.about-us__company-philosophy__block--first {
  background: radial-gradient(44.69% 41.2% at 87.92% 2.88%, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 100%);
  padding: 80px 0;
}
.about-us__company-philosophy__block--second {
  display: flex;
}
.about-us__company-philosophy__text--main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 32px;
}
.about-us__company-philosophy__text--sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
}
.about-us__history {
  margin: 120px 0;
}
.about-us__history__inner {
  width: 100%;
  max-width: 993px;
  margin: 0 auto;
  padding: 56px 80px 90px;
  background-color: #DFF1ED;
  position: relative;
}
.about-us__history__inner::before {
  content: "";
  width: 492px;
  height: 305px;
  background: url(../../../assets/images/page/about-us/logo.svg) no-repeat bottom left/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-us__history .timeline {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.about-us__history .timeline__items {
  display: flex;
  flex-direction: column;
}
.about-us__history .timeline__item {
  display: flex;
  min-height: 70px;
}
.about-us__history .timeline__item:last-of-type .timeline__year::after {
  content: none;
}
.about-us__history .timeline__year {
  display: block;
  width: 97px;
  padding-top: 2px;
  padding-right: 44px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #208F10;
  position: relative;
  z-index: 1;
}
.about-us__history .timeline__year::before {
  content: "";
  width: 19px;
  height: 19px;
  background: #FFF;
  border: 1px solid #208F10;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 3px;
}
.about-us__history .timeline__year::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #208F10;
  position: absolute;
  right: 21px;
  top: 3px;
  z-index: -1;
}
.about-us__history .timeline__text {
  width: calc(100% - 98px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #3B4043;
}
.about-us__history + section {
  margin-bottom: 160px;
}

@media screen and (max-width:599px) {
  .about-us__title-wrap {
    margin-bottom: 24px;
  }
  .about-us__title-wrap > h2 {
    font-size: 40px;
  }
  .about-us__title-wrap > p {
    font-size: 56px;
  }
  .about-us__message {
    margin-top: 56px;
  }
  .about-us__message__inner {
    flex-direction: column;
    gap: 40px;
  }
  .about-us__message__inner img {
    padding-right: 6.4%;
  }
  .about-us__message__inner > div {
    max-width: none;
    padding-top: 0;
  }
  .about-us__area-catch {
    margin-bottom: 80px;
  }
  .about-us__area-catch::after {
    width: 237px;
    height: 147px;
  }
  .about-us__area-catch__inner > h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .about-us__company-philosophy__block--first {
    background: radial-gradient(44.69% 41.2% at 87.92% 2.88%, rgba(229, 251, 150, 0.8) 0%, rgba(171, 214, 236, 0) 100%);
    padding: 80px 0 48px;
  }
  .about-us__company-philosophy__block--second {
    display: flex;
  }
  .about-us__company-philosophy__block--third > div {
    display: flex;
  }
  .about-us__company-philosophy__text--main {
    font-size: 24px;
  }
  .about-us__history {
    margin: 80px 0;
  }
  .about-us__history__inner {
    padding: 48px 6.4%;
  }
  .about-us__history__inner::before {
    width: 267px;
    height: 165.52px;
  }
  .about-us__history + section {
    margin-bottom: 80px;
  }
}
.page-404 {
  margin: 0 auto;
  padding: 56px 0 88px;
  text-align: center;
}
.page-404__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #3B4043;
  line-height: 1.3;
}
.page-404__code {
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  font-weight: 300;
  color: #3B4043;
  line-height: 1;
}
.page-404__label {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 300;
  color: #3B4043;
  line-height: 1;
}
.page-404__message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 28px;
}
.page-404__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .page-404 {
    padding: 56px 0 80px;
  }
  .page-404__message {
    padding: 0 21.5px;
  }
}
.page-privacy-policy {
  background: linear-gradient(to bottom, #FFF 180px, #EFF6EF 180px, #EFF6EF 100%);
  padding-bottom: 80px;
  margin-top: 80px;
}
.page-privacy-policy__inner {
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 64px 56px 40px;
}
.page-privacy-policy__inner > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
}
.page-privacy-policy__inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3B4043;
}
.page-privacy-policy__inner > p:first-of-type {
  font-size: 16px;
  line-height: 2;
  margin-top: 12px;
  margin-bottom: 48px;
}
.page-privacy-policy__inner > p:last-of-type {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 64px;
  text-align: right;
}
.page-privacy-policy__inner > section > h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #3B4043;
  line-height: 1.3;
  margin-bottom: 16px;
}
.page-privacy-policy__inner > section > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
}
.page-privacy-policy__inner > section > p:not(:last-of-type) {
  margin-bottom: 48px;
}

@media screen and (max-width:599px) {
  .page-privacy-policy {
    background: #FFF;
    margin-top: 56px;
  }
  .page-privacy-policy__inner {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
}
.contact {
  background: linear-gradient(to bottom, #FFF 365px, #F5F5F5 365px, #F5F5F5 100%);
  padding-bottom: 104px;
  margin-top: 88px;
}
.contact > div:first-of-type {
  margin-bottom: 40px;
}
.contact > div:first-of-type > p:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 16px;
}
.contact > div:first-of-type > p:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6F6F6F;
  line-height: 1.8;
}
.contact__form__inner--01 {
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 56px;
}
.contact__form__inner--02 > p {
  text-align: center;
  margin: 40px 0;
}
.contact__form__inner--02 > p a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline !important;
  color: #208F10;
}
.contact__form__inner--02 > p span.wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #3B4043;
}
.contact__form__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.contact__form__item:not(:last-of-type) {
  margin-bottom: 32px;
}
.contact__form__item > p:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 222px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #3B4043;
}
.contact__form__item > p:first-of-type > span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  border-radius: 3px;
  padding: 3px 5px 4px;
}
.contact__form__item > p:first-of-type > span.contact__form__required {
  background-color: #208F10;
}
.contact__form__item > p:first-of-type > span.contact__form__optional {
  background-color: #6F6F6F;
}
.contact__form__item > p:first-of-type br {
  display: none;
}
.contact__form__item > p:last-of-type {
  flex: 1;
}
.contact__form input, .contact__form textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
}
.contact__form input::placeholder, .contact__form textarea::placeholder {
  color: #6F6F6F;
}
.contact__form input[type=text], .contact__form input[type=email] {
  width: 100%;
  height: 46px;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 0 12px;
}
.contact__form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 12px;
}
.contact__form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__form input[type=checkbox] {
  opacity: 0;
}
.contact__form input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.contact__form input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #D7D7D7;
  position: absolute;
  left: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.contact__form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 0;
}
.contact__form input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../../../assets/images/icon_check.svg) no-repeat center/contain;
  position: absolute;
  left: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.contact__form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact__form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__form input[type=radio] {
  opacity: 0;
}
.contact__form input[type=radio] + .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.contact__form input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #FFF;
  border-radius: 9px;
  border: 1px solid #D7D7D7;
  position: absolute;
  left: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.contact__form input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #208F10;
  position: absolute;
  left: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.contact__form input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact__form input.wpcf7-not-valid {
  background-color: #FFF1F1;
  border: 1px solid #FF5252;
}
.contact__form .wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #FF5252;
  margin-top: 8px;
}
.contact__form .wpcf7-spinner {
  display: none;
}
.contact__form .wpcf7-list-item {
  margin: 0;
}
.contact__btn-wrap {
  display: flex;
  justify-content: center;
}
.contact__btn-wrap > p {
  width: auto;
  position: relative;
}
.contact__btn-wrap > p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.contact__btn-wrap > p .contact__btn {
  display: flex;
  align-items: center;
  max-width: 327px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  background-color: #FFF;
  line-height: 1.3;
  border-radius: 48px;
  border: 1px solid #D7D7D7;
  padding-left: 32px;
  padding-right: 68px;
  position: relative;
}

@media screen and (max-width:599px) {
  .contact {
    background: none;
    padding-bottom: 0;
    margin-top: 56px;
  }
  .contact > div:first-of-type > p:first-of-type {
    font-size: 14px;
  }
  .contact__form {
    background-color: #F5F5F5;
    padding: 24px 6.4% 80px;
  }
  .contact__form__inner--01 {
    padding: 20px;
  }
  .contact__form__inner--02 > p {
    margin: 40px 0 24px;
  }
  .contact__form__item {
    flex-direction: column;
    gap: 16px;
  }
  .contact__form__item > p:first-of-type {
    gap: 8px;
    justify-content: flex-start;
    max-width: none;
    font-size: 20px;
  }
}
.contact-thanks {
  background: linear-gradient(to bottom, #FFF 106px, #F5F5F5 106px, #F5F5F5 100%);
  padding-bottom: 104px;
  margin-top: 88px;
}
.contact-thanks__inner {
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  background-color: #FFF;
  padding: 56px 48px;
  text-align: center;
}
.contact-thanks__inner > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
}
.contact-thanks__inner > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  margin-top: 16px;
  margin-bottom: 24px;
}
.contact-thanks__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:599px) {
  .contact-thanks {
    background: #F5F5F5;
    padding: 24px 24px 80px;
    margin-top: 56px;
  }
  .contact-thanks__inner {
    padding: 56px;
  }
}
.archive-menu__message {
  padding: 80px 0;
  margin-top: 104px !important;
  position: relative;
}
.archive-menu__message::before {
  content: "";
  background: url(../../../assets/images/page/menu/menu_bg.jpg) no-repeat left center;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.3;
}
.archive-menu__message > div {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.archive-menu__message > div > div {
  max-width: 485px;
  width: 100%;
}
.archive-menu__message > div > div > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.8;
  margin-bottom: 32px;
}
.archive-menu__message > div > div > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
}
.archive-menu__menu {
  margin-top: 104px !important;
  margin-bottom: 160px !important;
}
.archive-menu__menu > div {
  margin-bottom: 32px;
}
.archive-menu__menu .menu__block {
  width: 100%;
  padding: 80px 104px;
}
.archive-menu__menu .menu__block > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
.archive-menu__menu .menu__block > div img {
  max-width: 460px;
  width: 100%;
}
.archive-menu__menu .menu__block-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.archive-menu__menu .menu__block--insurance {
  background-color: #EFF6EF;
}
.archive-menu__menu .menu__block--free {
  background-color: #DFF1ED;
}
.archive-menu__menu .menu__block--etc {
  background-color: #F5F5F5;
}
.archive-menu__menu .menu__block-title {
  font-size: 32px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}
.archive-menu__menu .menu__block-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: #208F10;
  line-height: 1;
  margin-top: 20px;
}
.archive-menu__menu .menu__list-item {
  border-bottom: 1px dotted rgba(59, 64, 59, 0.5);
}
.archive-menu__menu .menu__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.archive-menu__menu .menu__list-item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  padding-right: 56px;
  padding-left: 20px;
  padding-bottom: 16px;
  position: relative;
}
.archive-menu__menu .menu__list-item a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../assets/images/icon_link_black.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
}
.archive-menu__menu .menu__list-item--number {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  color: rgba(59, 64, 59, 0.5);
  line-height: 1;
  margin-right: 22px;
}

@media (max-width: 1024px) {
  .archive-menu__menu .menu__block--insurance {
    padding: 80px 40px;
  }
  .archive-menu__menu .menu__block--free {
    padding: 80px 40px;
  }
}
@media screen and (max-width:599px) {
  .archive-menu__message {
    padding: 120px 0 0;
    margin-top: 56px !important;
  }
  .archive-menu__message::before {
    background: url(../../../assets/images/page/menu/menu_bg.jpg) no-repeat center top;
    background-size: 100%;
  }
  .archive-menu__message::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 1;
  }
  .archive-menu__message > div > div {
    max-width: none;
  }
  .archive-menu__message > div > div > h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .archive-menu__menu {
    margin-top: 64px !important;
    margin-bottom: 80px !important;
  }
  .archive-menu__menu > div {
    margin-bottom: 40px;
  }
  .archive-menu__menu .menu__tab {
    display: flex;
    gap: 6px;
    width: 100%;
    padding: 0 6.4%;
    border-bottom: 2px solid #208F10;
  }
  .archive-menu__menu .menu__tab-item {
    width: calc(100% - 3px);
    height: 70px;
    font-size: 16px;
    font-weight: 700;
    color: #6F6F6F;
    background-color: #F5F5F5;
    line-height: 1.3;
    border-radius: 4px 4px 0 0;
    padding-top: 16.5px;
    text-align: center;
    position: relative;
  }
  .archive-menu__menu .menu__tab-item::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../../../assets/images/icon_arrow_bottom_gray.svg) no-repeat center/contain;
    position: absolute;
    left: 50%;
    bottom: 12.5px;
    transform: translateX(-50%);
  }
  .archive-menu__menu .menu__tab-item.is-active {
    color: #FFF;
    background-color: #208F10;
  }
  .archive-menu__menu .menu__tab-item.is-active.menu__tab-item--free {
    background-color: #0B9565;
  }
  .archive-menu__menu .menu__tab-item.is-active::before {
    background: url(../../../assets/images/icon_arrow_bottom_white.svg) no-repeat center/contain;
  }
  .archive-menu__menu .menu__block {
    display: none;
  }
  .archive-menu__menu .menu__block > div {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 32px;
  }
  .archive-menu__menu .menu__block.is-active {
    display: block;
  }
  .archive-menu__menu .menu__block-wrap {
    gap: 24px;
  }
  .archive-menu__menu .menu__block--insurance {
    padding: 40px 6.4% 48px;
  }
  .archive-menu__menu .menu__block--free {
    padding: 40px 6.4% 48px;
  }
  .archive-menu__menu .menu__block--etc {
    display: block;
    padding: 40px 6.4% 48px;
  }
  .archive-menu__menu .menu__block-title {
    font-size: 24px;
  }
  .archive-menu__menu .menu__block-subtitle {
    font-size: 16px;
    margin-top: 12px;
  }
  .archive-menu__menu .menu__list-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .archive-menu__menu .menu__list-item a {
    font-size: 18px;
    padding-right: 36px;
    padding-left: 0;
  }
  .archive-menu__menu .menu__list-item a::before {
    right: 0;
  }
}
.menu-detail__toc {
  margin-top: 120px;
  margin-bottom: 56px;
}
.menu-detail__toc__inner {
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  padding: 40px;
}
.menu-detail__toc__inner > h2 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  margin-bottom: 20px;
}
.menu-detail__toc__inner > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.menu-detail__toc__inner > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 12px;
  position: relative;
}
.menu-detail__toc__inner > ul > li > a::before {
  content: "";
  width: 10px;
  height: 8px;
  background: url(../../../assets/images/icon_arrow_bottom_green2.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
}
.menu-detail__content {
  background-color: #EFF6EF;
  padding-top: 56px;
  padding-bottom: 160px;
}
.menu-detail__content__inner {
  background-color: #FFF;
  padding: 56px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.menu-detail__content__inner .heading2 {
  margin-bottom: 32px;
}
.menu-detail__content__inner .heading2:not(:first-of-type) {
  margin-top: 68px;
}
.menu-detail__content__inner .heading3 {
  margin-top: 48px;
  margin-bottom: 32px;
}
.menu-detail__content__inner p {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.menu-detail__content__inner p a {
  color: #208F10;
  text-decoration: underline !important;
}
.menu-detail__content__inner > p {
  margin-bottom: 48px;
}

@media (max-width: 1000px) {
  .menu-detail__content {
    overflow: scroll;
  }
}
@media screen and (max-width:599px) {
  .menu-detail__toc {
    margin-top: 56px;
    margin-bottom: 76px;
  }
  .menu-detail__toc__inner {
    padding: 20px;
  }
  .menu-detail__toc__inner > ul {
    grid-template-columns: 1fr;
  }
  .menu-detail__toc__inner > ul > li {
    max-width: 210px;
    width: 100%;
  }
  .menu-detail__content {
    background-color: #FFF;
    padding: 0;
    padding-bottom: 80px;
  }
  .menu-detail__content__inner {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.pattern__img-full {
  width: 100%;
  margin-bottom: 48px;
}
.pattern__img-full > img {
  width: 100%;
}
.pattern__img-500 {
  text-align: center;
  margin-bottom: 48px;
}
.pattern__img-500 > img {
  max-width: 500px !important;
  width: 100%;
}
.pattern__btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.pattern__btn-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.pattern__btn-grid > div {
  width: 100%;
  height: fit-content;
  margin: 0;
}
.pattern__btn-grid > div > div {
  width: 100%;
}
.pattern__btn-grid > div > div > a {
  max-width: none;
}
.pattern__before-after {
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 40px;
}
.pattern__before-after > div {
  max-width: 640px;
  width: 100%;
  align-items: flex-start;
  gap: 49px;
}
.pattern__before-after > div figure {
  flex: 1 1 0;
  position: relative;
  padding-top: 29px;
}
.pattern__before-after > div figure:first-of-type::before {
  content: "Before";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #208F10;
  background-color: #C0D9BC;
  position: absolute;
  top: 0;
}
.pattern__before-after > div figure:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -33.5px;
  transform: translateY(-50%);
  width: 18px;
  height: 28px;
  background: url(../../../assets/images/icon_arrow_right_gray.svg) no-repeat center/contain;
  pointer-events: none;
}
.pattern__before-after > div figure:last-of-type::before {
  content: "After";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFF;
  background-color: #208F10;
  position: absolute;
  top: 0;
}
.pattern__before-after > p {
  max-width: 640px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.3;
  text-align: right;
}
.pattern__before-after + p {
  text-align: center;
}
.pattern__3features--01 {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 32px;
}
.pattern__3features--01 > p {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  background-color: #DFF1ED;
}
.pattern__3features--02 {
  display: flex;
  align-items: flex-start !important;
  gap: 16px !important;
  margin-top: 32px;
}
.pattern__3features--02 > div {
  flex: 1 1 0;
  gap: 16px;
}
.pattern__3features--02 > div > p:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
}
.pattern__3features--02 > div > p:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.pattern__faq.faq__item {
  gap: 0;
}
.pattern__faq.faq__item p {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  position: relative;
  padding-left: 62px;
}
.pattern__faq.faq__item p::before {
  content: "";
  display: flex;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  padding-left: 11.5px;
  position: absolute;
  left: 0;
}
.pattern__faq.faq__item.is-open .faq__answer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.pattern__faq.faq__item.is-open .faq__question::after {
  transform: translateY(-50%) rotate(180deg);
}
.pattern__faq.faq__item.is-open .faq__question::before {
  opacity: 0;
}
.pattern__faq .faq__question {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 20px;
  padding-right: 56px;
  padding-bottom: 20px;
  padding-left: 16px;
  border-bottom: 1px solid #D7D7D7;
  position: relative;
  cursor: pointer;
}
.pattern__faq .faq__question::before, .pattern__faq .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 18px;
  height: 2px;
  background-color: #6F6F6F;
  opacity: 1;
  transition: 0.5s ease;
  transform-origin: center;
}
.pattern__faq .faq__question::before {
  transform: translateY(-50%) rotate(0deg);
}
.pattern__faq .faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}
.pattern__faq .faq__question p::before {
  content: "Q.";
  background-color: #EFF6EF;
  color: #208F10;
}
.pattern__faq .faq__answer {
  background-color: #EFF6EF;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.pattern__faq .faq__answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 20px 16px;
  position: relative;
}
.pattern__faq .faq__answer-inner p::before {
  content: "A.";
  background-color: #0B9565;
  color: #FFF;
}
.pattern__box--01 {
  gap: 0 !important;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  padding: 40px;
  margin-top: 32px;
}
.pattern__box--01 > h3.heading3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.pattern__box--01 > figure {
  width: 100%;
}
.pattern__box--01 > figure:first-of-type {
  margin-bottom: 48px;
  text-align: center;
}
.pattern__box--01 > figure:first-of-type > img {
  max-width: 500px;
  width: 100%;
}
.pattern__box--01 > figure:last-of-type {
  margin-top: 32px;
}
.pattern__box--01 > figure:last-of-type > img {
  width: 100%;
}
.pattern__box--01 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.pattern__box--02 {
  gap: 0 !important;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  padding: 40px;
  margin-top: 48px;
}
.pattern__box--02 > h3.heading3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.pattern__box--02 > div {
  align-items: flex-start;
  gap: 16px;
}
.pattern__box--02 > div > figure {
  max-width: 396px;
  width: 100%;
}
.pattern__box--02 > div > p {
  flex: 1;
}
.pattern__box--03 {
  gap: 0 !important;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  padding: 40px;
  margin-top: 48px;
}
.pattern__box--03 > h3.heading3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.pattern__box--03 > figure {
  width: 100%;
  margin-top: 32px !important;
  margin-bottom: 48px !important;
}
.pattern__box--03 > figure > img {
  width: 100%;
}
.pattern__box--03 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.pattern__box--04 > div:first-of-type {
  display: flex;
  align-items: flex-start !important;
  gap: 40px !important;
  max-width: 640px;
}
.pattern__box--04 > div:first-of-type > figure {
  width: 157px;
}
.pattern__box--04 > div:first-of-type > figure > img {
  border-radius: 8px;
}
.pattern__box--04 > div:first-of-type > div {
  gap: 0;
  flex: 1;
}
.pattern__box--04 > div:first-of-type > div > p:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  margin-bottom: 8px;
}
.pattern__box--04 > div:first-of-type > div > p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  border-bottom: 1px solid #208F10;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.pattern__box--04 > div:first-of-type > div > p:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.8;
  margin-bottom: 24px;
}
.pattern__box--04 > div:first-of-type > div > div {
  max-width: 180px;
  width: 100%;
}
.pattern__box--05 {
  width: 100%;
  gap: 0 !important;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  padding: 20px 24px 24px;
  margin-top: 48px;
}
.pattern__box--05 > h3.heading3 {
  margin-top: 0;
  margin-bottom: 28px;
}
.pattern__box--05 > div:not(:last-of-type) {
  margin-bottom: 40px;
}
.pattern__box--06 {
  width: 100%;
  background-color: #EFF6EF;
  border-top: 2px solid #208F10;
  border-bottom: 2px solid #208F10;
  padding: 32px 48px;
  margin-top: 64px;
  margin-bottom: 48px;
  gap: 16px !important;
}
.pattern__box--06 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
}
.pattern__box--06 > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
}
.pattern__box--06 > div > p {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  padding-left: 28px;
  margin: 0;
  position: relative;
}
.pattern__box--06 > div > p::before {
  content: "";
  width: 16.3px;
  height: 12.03px;
  background: url(../../../assets/images/icon_check_green.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
}
.pattern__box--07 {
  width: 100%;
  gap: 16px !important;
  margin-bottom: 48px;
}
.pattern__box--07 > figure {
  width: calc(50% - 8px);
}
.pattern__box--07 > figure img {
  width: 100%;
}
.pattern__box--08, .pattern__box--09 {
  width: 100%;
  align-items: flex-start !important;
  gap: 16px !important;
  margin-bottom: 48px;
}
.pattern__box--08 > figure, .pattern__box--09 > figure {
  width: calc(50% - 8px);
}
.pattern__box--08 > figure img, .pattern__box--09 > figure img {
  width: 100%;
}
.pattern__box--08 > p, .pattern__box--09 > p {
  width: calc(50% - 8px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
}
.pattern__box--10 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #D7D7D7;
  padding: 48px;
  margin-bottom: 48px;
}
.pattern__box--10 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.8;
  padding-left: 28px;
  margin: 0;
  position: relative;
}
.pattern__box--10 > p::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #208F10;
  position: absolute;
  top: 12px;
  left: 7px;
}
.pattern__table--01 {
  gap: 0 !important;
  margin-bottom: 64px;
}
.pattern__table--01 > h3.heading3 {
  margin-top: 0;
}
.pattern__table--01 > table {
  width: 100%;
}
.pattern__table--01 > table tr {
  border: 1px solid #D7D7D7;
}
.pattern__table--01 > table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  padding: 24px;
  vertical-align: middle;
}
.pattern__table--01 > table tr td:first-of-type {
  width: calc(100% - 260px);
  border-right: 1px solid #D7D7D7;
  text-align: left;
}
.pattern__table--01 > table tr td:last-of-type {
  width: 260px;
  background-color: #F5F5F5;
  text-align: right;
}
.pattern__table--01 > table tr td:has(strong) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  border-top: none;
}
.pattern__table--01 > table tr td strong {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  background-color: #208F10;
  line-height: 1.3;
  padding: 2px 8px;
  margin-bottom: 4px;
}
.pattern__table--02 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--02 > table {
  width: 100%;
}
.pattern__table--02 > table > tbody tr:last-of-type td {
  border-bottom: 1px solid #D7D7D7;
}
.pattern__table--02 > table tr.row-1 th {
  border-top: 1px solid #D7D7D7;
}
.pattern__table--02 > table tr.row-2 td {
  border-top: none;
}
.pattern__table--02 > table tr:nth-of-type(2) {
  border-top: none;
}
.pattern__table--02 > table tr th, .pattern__table--02 > table tr td {
  border-left: 1px solid #D7D7D7;
}
.pattern__table--02 > table tr th:last-of-type, .pattern__table--02 > table tr td:last-of-type {
  border-right: 1px solid #D7D7D7;
}
.pattern__table--02 > table tr th {
  width: 50%;
  height: 69px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
  background-color: #EFF6EF;
  text-align: center;
}
.pattern__table--02 > table tr td {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
}
.pattern__table--03 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--03 > table {
  width: 100%;
}
.pattern__table--03 > table > tbody tr:last-of-type td {
  border-bottom: 1px solid #D7D7D7;
}
.pattern__table--03 > table tr.row-1 th {
  border-top: 1px solid #D7D7D7;
}
.pattern__table--03 > table tr.row-2 td {
  border-top: none;
}
.pattern__table--03 > table tr:nth-of-type(2) {
  border-top: none;
}
.pattern__table--03 > table tr th, .pattern__table--03 > table tr td {
  border-left: 1px solid #D7D7D7;
}
.pattern__table--03 > table tr th:last-of-type, .pattern__table--03 > table tr td:last-of-type {
  border-right: 1px solid #D7D7D7;
}
.pattern__table--03 > table tr th {
  width: 33.3333333333%;
  height: 69px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
  background-color: #EFF6EF;
  text-align: center;
}
.pattern__table--03 > table tr td {
  width: 33.3333333333%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
}
.pattern__table--04 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--04 > table {
  width: 100%;
}
.pattern__table--04 > table > tbody tr:last-of-type td {
  border-bottom: 1px solid #D7D7D7;
}
.pattern__table--04 > table tr.row-1 th {
  border-top: 1px solid #D7D7D7;
}
.pattern__table--04 > table tr.row-2 td {
  border-top: none;
}
.pattern__table--04 > table tr:nth-of-type(2) {
  border-top: none;
}
.pattern__table--04 > table tr th, .pattern__table--04 > table tr td {
  border-left: 1px solid #D7D7D7;
}
.pattern__table--04 > table tr th:last-of-type, .pattern__table--04 > table tr td:last-of-type {
  border-right: 1px solid #D7D7D7;
}
.pattern__table--04 > table tr th {
  width: 25%;
  height: 69px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
  background-color: #EFF6EF;
  text-align: center;
}
.pattern__table--04 > table tr td {
  width: 25%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
}
.pattern__table--05 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--05 > table {
  width: 100%;
}
.pattern__table--05 > table tr td {
  width: 20%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
  border: 1px solid #D7D7D7;
}
.pattern__table--05 > table tr td:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
  background-color: #EFF6EF;
  text-align: center;
}
.pattern__table--06 {
  width: 888px;
  margin-bottom: 48px;
}
.pattern__table--06 > table {
  width: 100%;
}
.pattern__table--06 > table tr.row-1 td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
  background-color: #EFF6EF;
  text-align: center;
}
.pattern__table--06 > table tr td {
  width: 20%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3B4043;
  line-height: 1.3;
  background-color: #FFF;
  padding: 24px;
  vertical-align: middle;
  border: 1px solid #D7D7D7;
}
.pattern__table--06 > table tr td:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #208F10;
  line-height: 1.3;
  background-color: #EFF6EF;
  text-align: center;
}
.pattern__toc--01 {
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  padding: 32px 40px 20px;
  margin-bottom: 108px;
}
.pattern__toc--01 > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #208F10;
  line-height: 1.3;
  margin-bottom: 20px;
}
.pattern__toc--01 > div:not(:last-of-type) {
  margin-bottom: 32px;
}
.pattern__toc--01 > div > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3B4043;
  line-height: 1.3;
  margin-bottom: 16px;
}
.pattern__toc--01 > div > ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  line-height: 1.6;
  padding-left: 8px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #D7D7D7;
}
.pattern__toc--01 > div > ul li:not(:last-of-type) {
  margin-bottom: 16px;
}

@media screen and (max-width:599px) {
  .pattern__img-500 > img {
    max-width: none;
  }
  .pattern__btn-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .pattern__before-after > div {
    gap: 0;
  }
  .pattern__before-after > div figure:first-of-type::after {
    display: none;
  }
  .pattern__3features--01 {
    flex-direction: column;
  }
  .pattern__3features--01 > p {
    flex: none;
    height: 58px;
  }
  .pattern__3features--02 {
    flex-direction: column;
    gap: 40px !important;
  }
  .pattern__faq.faq__item p {
    align-items: flex-start;
  }
  .pattern__box--01 {
    padding: 20px;
  }
  .pattern__box--02 > div {
    flex-direction: column;
  }
  .pattern__box--02 > div > figure {
    max-width: none;
  }
  .pattern__box--04 {
    gap: 0 !important;
  }
  .pattern__box--04 > div:first-of-type {
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 16px;
  }
  .pattern__box--04 > div:first-of-type > figure {
    width: 97px;
  }
  .pattern__box--04 > div:first-of-type > div > p:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 0;
  }
  .pattern__box--04 > div:nth-of-type(2) {
    gap: 0;
    align-items: center;
  }
  .pattern__box--04 > div:nth-of-type(2) > p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3B4043;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .pattern__box--04 > div:nth-of-type(2) > div {
    display: flex;
    justify-content: center;
  }
  .pattern__box--04 > div:nth-of-type(2) > div a {
    max-width: 180px;
  }
  .pattern__box--06 {
    padding: 32px 16px;
    gap: 20px !important;
  }
  .pattern__box--06 > p {
    text-align: center;
  }
  .pattern__box--06 > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .pattern__box--06 > div > p {
    font-size: 14px;
  }
  .pattern__box--07 {
    flex-direction: column;
  }
  .pattern__box--07 > figure {
    width: 100%;
  }
  .pattern__box--08, .pattern__box--09 {
    flex-direction: column;
  }
  .pattern__box--08 > figure, .pattern__box--09 > figure {
    width: 100%;
  }
  .pattern__box--08 > p, .pattern__box--09 > p {
    width: 100%;
  }
  .pattern__box--10 {
    padding: 32px 12px;
    margin-bottom: 32px;
  }
  .pattern__table--01 {
    gap: 0 !important;
  }
  .pattern__table--01 > table {
    width: 100%;
  }
  .pattern__table--01 > table tr td {
    padding: 12px;
  }
  .pattern__table--01 > table tr td:first-of-type {
    width: calc(100% - 160px);
    font-size: 14px;
  }
  .pattern__table--01 > table tr td:last-of-type {
    width: 160px;
    font-size: 12px;
  }
  .pattern__table--01 > table tr td strong {
    font-size: 12px;
  }
  .pattern__toc--01 {
    padding: 20px;
    margin-bottom: 60px;
  }
}
.layouts-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.layouts-inner02 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.layouts-inner03 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.layouts-inner04 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .layouts-inner-sp {
    padding: 0 6.4%;
  }
}
@media (max-width: 1000px) {
  .layouts-inner03-sp {
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
}
@media screen and (max-width:599px) {
  .layouts-inner-sp02 {
    padding: 0 6.4%;
  }
}

/*# sourceMappingURL=style.css.map */
