@charset "UTF-8";
.noto-m {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-b {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-r {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.new-m {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.heisei-w7 {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.new-sb {
  font-family: "new-order", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
/**
 * 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 {
  font-size: 14px;
}
@media screen and (min-width: 481px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1536px) {
  html {
    font-size: 19px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  color: #3d3d3d;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

dt {
  font-weight: unset;
}

.c-symbol {
  display: none;
}

.c-disp--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-disp--pc {
    display: block;
  }
}

.c-disp--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-disp--sp {
    display: none;
  }
}

.c-br--xs {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-br--xs {
    display: none;
  }
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br--pc {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .c-brspace--pc::before {
    content: "\a　";
    white-space: pre;
  }
}

.c-kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .c-kerning--pc {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.c-kerning--sp {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .c-kerning--sp {
    -webkit-font-feature-settings: unset;
            font-feature-settings: unset;
  }
}

.c-anchor--nomal {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (min-width: 481px) {
  .c-anchor--nomal {
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor--nomal {
    margin-top: -105px;
    padding-top: 105px;
  }
}
@media screen and (min-width: 1024px) {
  .c-anchor--nomal {
    margin-top: -7rem;
    padding-top: 7rem;
  }
}

.c-anchor--high {
  margin-top: -130px;
  padding-top: 130px;
}
@media screen and (min-width: 481px) {
  .c-anchor--high {
    margin-top: -170px;
    padding-top: 170px;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor--high {
    margin-top: -210px;
    padding-top: 210px;
  }
}
@media screen and (min-width: 1024px) {
  .c-anchor--high {
    margin-top: -13rem;
    padding-top: 13rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-anchor--patient {
    display: block;
    margin-top: -13rem;
    padding-top: 13rem;
  }
}

.c-tmp-hidden {
  display: none;
}

@-webkit-keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
.l-header {
  position: relative;
}

/*   header sp
--------------------------------------- */
.l-header-sp {
  height: 65px;
  width: 100%;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 481px) {
  .l-header-sp {
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sp {
    height: 105px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-sp {
    display: none;
  }
}
.l-header-sp__home {
  background-color: #ffffff;
  width: calc(100% - 130px);
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
@media screen and (min-width: 481px) {
  .l-header-sp__home {
    width: calc(100% - 170px);
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sp__home {
    width: calc(100% - 210px);
    height: 105px;
  }
}
.l-header-sp__home__logo {
  display: block;
  width: auto;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 1rem;
}
.l-header-sp__insta {
  background-color: #5b4a3f;
  display: block;
  width: 65px;
  height: 65px;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 481px) {
  .l-header-sp__insta {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sp__insta {
    width: 105px;
    height: 105px;
  }
}
.l-header-sp__insta__icon {
  display: block;
  padding: 1.1rem;
}
.l-header-sp__insta:hover, .l-header-sp__insta:active {
  opacity: 0.5;
}
.l-header-sp__menu {
  background-color: #6aa574;
  display: block;
  width: 65px;
  height: 65px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 99;
}
@media screen and (min-width: 481px) {
  .l-header-sp__menu {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .l-header-sp__menu {
    width: 105px;
    height: 105px;
  }
}
.l-header-sp__contact {
  background-color: #f7f3f0;
  width: 100%;
  padding: 1rem 0;
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2%;
  height: 6.1rem;
}
.l-header-sp__reserve {
  position: relative;
  width: 46%;
  background-color: #6aa574;
  border-radius: 0.285rem;
  padding: 0.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-sp__reserve__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-sp__reserve:hover, .l-header-sp__reserve:active {
  background-color: #79ae82;
}
.l-header-sp__reserve:hover .l-header-sp__reserve__title, .l-header-sp__reserve:active .l-header-sp__reserve__title {
  color: #e0dca0;
}
.l-header-sp__reserve:hover .c-button01__arrow, .l-header-sp__reserve:active .c-button01__arrow {
  background-color: #e0dca0;
}
.l-header-sp__tel {
  position: relative;
  width: 46%;
  background-color: #6aa574;
  border-radius: 0.285rem;
  padding: 0.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header-sp__tel__title {
  display: block;
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 0.25em;
}
.l-header-sp__tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
}
.l-header-sp__tel__icon {
  display: block;
  width: 0.85rem;
  padding-bottom: 0.2rem;
  fill: #ffffff;
}
.l-header-sp__tel__number {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  font-size: 1.4rem;
}
.l-header-sp__tel:hover, .l-header-sp__tel:active {
  background-color: #79ae82;
}
.l-header-sp__tel:hover .l-header-sp__tel__title,
.l-header-sp__tel:hover .l-header-sp__tel__number, .l-header-sp__tel:active .l-header-sp__tel__title,
.l-header-sp__tel:active .l-header-sp__tel__number {
  color: #e0dca0;
}
.l-header-sp__tel:hover .l-header-sp__tel__icon, .l-header-sp__tel:active .l-header-sp__tel__icon {
  fill: #e0dca0;
}

/*   drawer
--------------------------------------- */
.drawer-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.drawer-navbar .drawer-nav {
  width: 100vw;
  margin-top: 65px;
  padding: 0;
  right: -100vw;
  background-color: #6aa574;
}
@media screen and (min-width: 481px) {
  .drawer-navbar .drawer-nav {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-nav {
    margin-top: 105px;
  }
}
.drawer-navbar .drawer-menu {
  padding-bottom: 0;
}

.drawer-hamburger {
  width: 65px;
  height: 65px;
  padding: 0 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 481px) {
  .drawer-hamburger {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-hamburger {
    width: 105px;
    height: 105px;
  }
}
.drawer-hamburger-icon {
  background-color: #ffffff;
  height: 2.4285px;
  margin: 0;
}
.drawer-hamburger-icon::before {
  background-color: #ffffff;
  height: 2.4285px;
  top: -10px;
}
@media screen and (min-width: 481px) {
  .drawer-hamburger-icon::before {
    top: -12px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-hamburger-icon::before {
    top: -17px;
  }
}
.drawer-hamburger-icon::after {
  background-color: #ffffff;
  height: 2.4285px;
  top: 10px;
}
@media screen and (min-width: 481px) {
  .drawer-hamburger-icon::after {
    top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-hamburger-icon::after {
    top: 17px;
  }
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-overlay {
  background-color: unset;
}

.drawer-menu {
  background-color: #6aa574;
}
.drawer-menu .drawer-menu-item {
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #ffffff;
}
.drawer-menu .drawer-menu-item:hover, .drawer-menu .drawer-menu-item:visited {
  text-decoration: none;
  color: #ffffff;
}
.drawer-menu .drawer-dropdown-menu {
  background-color: #88b790;
}
.drawer-menu .drawer-dropdown-menu .drawer-menu-item {
  padding: 1.75rem 2rem 1.5rem 4rem;
}

.drawer__toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1em;
}
.drawer__toggle::before, .drawer__toggle::after {
  display: block;
  content: "";
  position: absolute;
  right: 1.25em;
  top: 2rem;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer__toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.open .c-toggle__header::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*   header pc
--------------------------------------- */
.l-header-pc {
  display: none;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-header-pc {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header-pc__logo {
  display: block;
  width: 15%;
  margin-left: 2%;
}
@media screen and (min-width: 1920px) {
  .l-header-pc__logo {
    margin-left: 3.75%;
  }
}
.l-header-pc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
@media screen and (min-width: 1280px) {
  .l-header-pc__nav {
    width: 79%;
  }
}
@media screen and (min-width: 1920px) {
  .l-header-pc__nav {
    width: 72%;
  }
}
.l-header-pc__menu {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-header-pc__menu {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-pc__menu {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .l-header-pc__menu {
    gap: 1.75rem;
  }
}
.l-header-pc__menu__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1;
  font-size: 0.8rem;
  display: block;
  position: relative;
}
.l-header-pc__menu__text:visited {
  color: #5b4a3f;
}
.l-header-pc__menu__text:hover {
  color: #6aa574;
}
.l-header-pc__menu__text::before {
  content: "";
  background-color: #6aa574;
  width: 1px;
  height: 1.6rem;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header-pc__menu__text::after {
  content: "●";
  font-size: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding-right: 0.2em;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header-pc__menu__inner {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12rem;
  padding: 0;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  padding-top: 1.8rem;
}
.l-header-pc__menu__inner__text {
  background-color: #6aa574;
  color: #ffffff;
  text-align: center;
  padding: 1em 0;
  position: relative;
  display: block;
  /* 平成角ゴシック Std W5 */
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
}
.l-header-pc__menu__inner__text:visited {
  color: #ffffff;
}
.l-header-pc__menu__inner__text:hover {
  background-color: #b4d2b9;
  color: #ffffff;
}
.l-header-pc__menu--inpage {
  position: relative;
}
.l-header-pc__menu--inpage .l-header-pc__menu__text {
  color: #f7f3f0;
}
.l-header-pc__menu--inpage .l-header-pc__menu__text::after {
  opacity: 1;
  top: -2em;
}
.l-header-pc__menu--hover {
  position: relative;
}
.l-header-pc__menu--hover:hover .l-header-pc__menu__text {
  color: #6aa574;
}
.l-header-pc__menu--hover:hover .l-header-pc__menu__text::after {
  opacity: 1;
  top: -2em;
}
.l-header-pc__menu--dropdown {
  position: relative;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__inner {
  visibility: visible;
  opacity: 1;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__text {
  color: #6aa574;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__text::before {
  opacity: 1;
}
.l-header-pc__menu--dropdown:hover .l-header-pc__menu__text::after {
  opacity: 1;
  top: -2em;
}
.l-header-pc__tel__title {
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  font-size: 0.65rem;
  padding: 0.3em 1.25em;
  border: 1px solid #6aa574;
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .l-header-pc__tel__title {
    font-size: 0.8rem;
  }
}
.l-header-pc__tel__icon {
  display: block;
  width: 1rem;
  padding-bottom: 0.2rem;
  fill: #6aa574;
}
.l-header-pc__tel__number {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 1.4rem;
}
@media screen and (min-width: 1280px) {
  .l-header-pc__tel__number {
    font-size: 1.6rem;
  }
}
.l-header-pc__tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
  padding-top: 0.25rem;
}
.l-header-pc__tel__inner:hover .l-header-pc__tel__number, .l-header-pc__tel__inner:active .l-header-pc__tel__number {
  color: #e0dca0;
}
.l-header-pc__tel__inner:hover .l-header-pc__tel__icon, .l-header-pc__tel__inner:active .l-header-pc__tel__icon {
  fill: #e0dca0;
}
.l-header-pc__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-header-pc__insta {
  background-color: #5b4a3f;
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-pc__insta__icon {
  display: block;
  padding: 1.4rem;
}
.l-header-pc__insta:hover, .l-header-pc__insta:active {
  opacity: 0.5;
}
.l-header-pc__reserve {
  position: relative;
  background-color: #6aa574;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-pc__reserve__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  padding: 0 1.25em;
}
@media screen and (min-width: 1920px) {
  .l-header-pc__reserve__title {
    padding: 0 1.5em;
  }
}
.l-header-pc__reserve:hover, .l-header-pc__reserve:active {
  background-color: #79ae82;
}
.l-header-pc__reserve:hover .l-header-pc__reserve__title, .l-header-pc__reserve:active .l-header-pc__reserve__title {
  color: #e0dca0;
}
.l-header-pc__reserve:hover .c-button__arrow, .l-header-pc__reserve:active .c-button__arrow {
  background-color: #e0dca0;
}

.l-footer-bg {
  position: relative;
}
.l-footer-bg__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer-bg__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3d3d3d;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
  text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 20px, #ffffff -1px -1px 10px, #ffffff 0 0 10px;
}
@media screen and (min-width: 1024px) {
  .l-footer-bg__text {
    font-size: 1rem;
  }
}

.l-footer {
  position: relative;
  background-color: #ffffff;
  width: 100%;
}
.l-footer__wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__wrapper {
    width: 77.5%;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__wrapper {
    width: 75%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer__wrapper {
    width: 62.5%;
  }
}
.l-footer__inner {
  padding-top: 2.9rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__logo {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 76%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__logo {
    width: 74%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__logo {
    width: 73%;
  }
}
.l-footer__left {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__left {
    width: 48%;
    padding-bottom: 6.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__right {
    width: 50%;
    padding-right: 5%;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__list {
    padding-top: 1.9rem;
  }
}
.l-footer__list__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 1rem;
  width: 5.5em;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__list__title {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
.l-footer__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  font-size: 1rem;
  width: calc(100% - 5rem);
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__list__text {
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
.l-footer__list__text li {
  text-indent: -1em;
  padding-left: 1em;
}
.l-footer__contact {
  padding-bottom: 1.7rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
  }
}
.l-footer__reserve {
  position: relative;
  background-color: #6aa574;
  border-radius: 0.285rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__reserve {
    width: 47.5%;
    padding: 0.7rem 0;
    height: auto;
  }
}
.l-footer__reserve__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__reserve__title {
    font-size: 1.2rem;
  }
}
.l-footer__reserve:hover, .l-footer__reserve:active {
  background-color: #79ae82;
}
.l-footer__reserve:hover .l-header-sp__reserve__title, .l-footer__reserve:active .l-header-sp__reserve__title {
  color: #e0dca0;
}
.l-footer__reserve:hover .c-button01__arrow, .l-footer__reserve:active .c-button01__arrow {
  background-color: #e0dca0;
}
.l-footer__tel {
  position: relative;
  background-color: #6aa574;
  border-radius: 0.285rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel {
    width: 47.5%;
    padding: 0.7rem 0;
    height: auto;
  }
}
.l-footer__tel__title {
  display: block;
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel__title {
    font-size: 0.8rem;
  }
}
.l-footer__tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
}
.l-footer__tel__icon {
  display: block;
  width: 0.85rem;
  padding-bottom: 0.2rem;
  fill: #ffffff;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel__icon {
    width: 1rem;
    padding-bottom: 0;
  }
}
.l-footer__tel__number {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__tel__number {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.44rem;
  }
}
.l-footer__tel:hover, .l-footer__tel:active {
  background-color: #79ae82;
}
.l-footer__tel:hover .l-header-sp__tel__title,
.l-footer__tel:hover .l-header-sp__tel__number, .l-footer__tel:active .l-header-sp__tel__title,
.l-footer__tel:active .l-header-sp__tel__number {
  color: #e0dca0;
}
.l-footer__tel:hover .l-header-sp__tel__icon, .l-footer__tel:active .l-header-sp__tel__icon {
  fill: #e0dca0;
}
.l-footer__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__title {
    font-size: 0.9rem;
    padding-bottom: 2em;
  }
}
.l-footer__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-footer__map {
    padding-top: 40%;
  }
}
.l-footer__map iframe,
.l-footer__map object,
.l-footer__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__bottom {
  background-color: #efe8df;
  padding: 4.14rem 0 2rem 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom {
    padding: 4.6rem 0 4.4rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__bottom__left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom__left {
    width: 50%;
  }
}
.l-footer__bottom__right {
  padding: 2rem 0 6.5rem 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom__right {
    width: 40%;
    padding: 0;
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__menu__left {
  width: 45%;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__left {
    width: 50%;
  }
}
.l-footer__menu__right {
  width: 55%;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__right {
    width: 50%;
  }
}
.l-footer__menu__list {
  width: 100%;
}
.l-footer__menu__list__item {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 2;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__list__item {
    line-height: 2.5;
    font-size: 0.8rem;
  }
}
.l-footer__menu__list__item:visited {
  color: #3d3d3d;
}
.l-footer__menu__list__item:hover {
  color: #3d3d3d;
  opacity: 0.5;
}
.l-footer__menu__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__menu__list__text {
    font-size: 0.8rem;
  }
}
.l-footer__menu__inner {
  width: 50%;
}
.l-footer__insta {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.l-footer__insta:hover {
  opacity: 0.5;
}
.l-footer__copyright {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #3d3d3d;
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright {
    text-align: right;
    font-size: 0.7rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.l-main {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
}
.l-main__pos {
  position: relative;
}
.l-main__wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper {
    width: 77.5%;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper {
    width: 75%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .l-main__wrapper {
    width: 62.5%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper--pc {
    position: relative;
    width: 77.5%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper--pc {
    width: 75%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .l-main__wrapper--pc {
    width: 62.5%;
  }
}
.l-main__tree__righttop {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .l-main__tree__righttop {
    width: 40%;
  }
}
.l-main__tree__leftbottom {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .l-main__tree__leftbottom {
    width: 40%;
  }
}
.l-main__tree__rightbottom {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .l-main__tree__rightbottom {
    width: 40%;
  }
}
.l-main__brown--left {
  background-color: #f7f3f0;
  width: 24%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.l-main__brown--right {
  background-color: #f7f3f0;
  width: 24%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.l-main__brown--header {
  background-color: #f7f3f0;
  width: 24%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-main__green {
  position: relative;
  background-color: #def3e5;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .l-main__green {
    background-color: transparent;
  }
}
.l-main__green--left {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-main__green--left {
    display: block;
    background-color: #def3e5;
    height: 100%;
    width: 1024px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__green--left {
    width: 1280px;
  }
}
@media screen and (min-width: 1536px) {
  .l-main__green--left {
    width: 1536px;
  }
}
@media screen and (min-width: 1920px) {
  .l-main__green--left {
    width: 1920px;
  }
}
.l-main__green--right {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-main__green--right {
    display: block;
    background-color: #def3e5;
    height: 100%;
    width: 1024px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__green--right {
    width: 1280px;
  }
}
@media screen and (min-width: 1536px) {
  .l-main__green--right {
    width: 1536px;
  }
}
@media screen and (min-width: 1920px) {
  .l-main__green--right {
    width: 1920px;
  }
}

.l-main-header {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: 0 0 0 auto;
  border-radius: 1.6664rem 0 0 1.6664rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-main-header {
    width: 90%;
    border-radius: 6rem 0 0 6rem;
    margin-top: 5.5rem;
  }
}
.l-main-header__title {
  position: absolute;
  top: 0;
  left: 5%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title {
    left: 7%;
  }
}
.l-main-header__title__en {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1;
  font-size: 2.285rem;
  -webkit-filter: drop-shadow(0 0 5px rgb(0, 0, 0));
          filter: drop-shadow(0 0 5px rgb(0, 0, 0));
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__en {
    font-size: 3.2rem;
  }
}
.l-main-header__title__ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.14em;
  font-size: 1.07rem;
  -webkit-filter: drop-shadow(0 0 5px rgb(0, 0, 0));
          filter: drop-shadow(0 0 5px rgb(0, 0, 0));
  padding-top: 0.25em;
}
@media screen and (min-width: 1024px) {
  .l-main-header__title__ja {
    font-size: 1.2rem;
  }
}

.l-main-medicalpage {
  position: relative;
  padding-top: 4.9rem;
}
@media screen and (min-width: 1024px) {
  .l-main-medicalpage {
    padding-top: 6rem;
  }
}
.l-main-medicalpage__img {
  width: 85%;
  margin: 0 auto;
  border-radius: 0.7rem;
}
@media screen and (min-width: 1024px) {
  .l-main-medicalpage__img {
    border-radius: 0.75rem 0 0 0.75rem;
    position: absolute;
    top: 6rem;
    right: 0;
    width: 32%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-main-medicalpage__inner {
    width: 68%;
  }
}
@media screen and (min-width: 1920px) {
  .l-main-medicalpage__inner {
    width: 68.5%;
  }
}

.c-section__title__en {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.285rem;
}
@media screen and (min-width: 1024px) {
  .c-section__title__en {
    font-size: 3.2rem;
  }
}
.c-section__title__ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1;
  text-align: center;
  padding-top: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-section__title__ja {
    font-size: 1rem;
  }
}
.c-section__title--left {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .c-section__title--left--pc {
    text-align: left;
  }
}
.c-section__stretch__title {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 0 0;
}
@media screen and (min-width: 1024px) {
  .c-section__stretch__title {
    padding: 7.7rem 0 0 0;
  }
}
.c-section__stretch__title__en {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #def3e5;
  line-height: 1;
  font-size: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .c-section__stretch__title__en {
    bottom: -0.05em;
    font-size: 8.4335rem;
  }
}
.c-section__stretch__title__ja {
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  padding-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .c-section__stretch__title__ja {
    line-height: 1;
    font-size: 1.4rem;
    padding-bottom: 0.75em;
  }
}
.c-section__stretch__title__line {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #6aa574;
  height: 2px;
  width: 375px;
}
@media screen and (min-width: 481px) {
  .c-section__stretch__title__line {
    width: 481px;
  }
}
@media screen and (min-width: 768px) {
  .c-section__stretch__title__line {
    width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .c-section__stretch__title__line {
    width: 1024px;
  }
}
@media screen and (min-width: 1280px) {
  .c-section__stretch__title__line {
    width: 1280px;
  }
}
@media screen and (min-width: 1536px) {
  .c-section__stretch__title__line {
    width: 1536px;
  }
}
@media screen and (min-width: 1920px) {
  .c-section__stretch__title__line {
    width: 1920px;
  }
}

@media screen and (min-width: 1024px) {
  _::-webkit-full-page-media,
  _:future,
  :root .c-section__stretch__title__en {
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .mac .c-section__stretch__title__en {
    bottom: 0;
  }
}

.c-button01__arrow {
  display: block;
  background-color: #ffffff;
  width: 0.55rem;
  height: 1.1rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0.25rem;
  bottom: 0;
}

.c-button02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #6aa574;
  border: 1px solid #6aa574;
  height: 3em;
  border-radius: 2em;
  padding: 0 0.75rem;
  overflow: hidden;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-button02 {
    height: 3.5em;
    font-size: 0.8rem;
  }
}
.c-button02__space {
  display: block;
  width: 1em;
  position: relative;
}
.c-button02__arrow {
  display: block;
  width: 1.2rem;
}
.c-button02__inner {
  display: block;
  padding-left: 1em;
}
.c-button02 .st0 {
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.4348;
  stroke-miterlimit: 10;
}
.c-button02:visited {
  color: #ffffff;
}
.c-button02:hover, .c-button02:active, .c-button02:focus {
  color: #6aa574;
  background: #ffffff;
}
.c-button02:hover .st0, .c-button02:active .st0, .c-button02:focus .st0 {
  stroke: #6aa574;
}
.c-button02--primary {
  width: 15rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button02--primary {
    width: 11.5rem;
    margin: 0;
  }
}
.c-button02--index {
  width: 80%;
  margin: 0 auto;
}
.c-button02--tooth {
  width: 16rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button02--tooth {
    width: 14rem;
    margin: 0;
  }
}
.c-button02--toothloss {
  width: 16rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button02--toothloss {
    width: 14rem;
  }
}
.c-button02--pdf {
  width: 17em;
  margin: 2em auto;
}
@media screen and (min-width: 1024px) {
  .c-button02--pdf {
    margin: 0 0 0 4em;
  }
}

.c-button02.hvr-sweep-to-right:before {
  background: #ffffff;
}

.c-button03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #6aa574;
  border: 1px solid #6aa574;
  height: 3em;
  border-radius: 2em;
  padding: 0 0.75rem;
  overflow: hidden;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .c-button03 {
    height: 3.5em;
    font-size: 0.8rem;
  }
}
.c-button03__space {
  display: block;
  width: 1em;
  position: relative;
}
.c-button03__arrow {
  display: block;
  width: 1.2rem;
}
.c-button03__inner {
  display: block;
  padding-left: 1em;
}
.c-button03 .st0 {
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.4348;
  stroke-miterlimit: 10;
}
.c-button03:visited {
  color: #ffffff;
}
.c-button03:hover {
  color: #ffffff;
  opacity: 0.5;
}
.c-button03--covid {
  width: 25em;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button03--covid {
    width: 20rem;
    margin: 0;
  }
}
.c-button03--covid__icon {
  pointer-events: none;
  width: 3.5em;
  position: absolute;
  top: -0.25rem;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .c-button03--covid__icon {
    width: 4.25em;
    top: -0.5rem;
    left: 0.25em;
  }
}

.c-button04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #6aa574;
  border: 1px solid #6aa574;
  height: 3em;
  border-radius: 2em;
  padding: 0 0.75rem;
  overflow: hidden;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-button04 {
    height: 3.5em;
    font-size: 0.8rem;
  }
}
.c-button04__arrow {
  background-color: #ffffff;
  border-radius: 50%;
  width: 1.7rem;
  height: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-button04__arrow__inner {
  display: block;
  background-color: #6aa574;
  width: 0.75rem;
  height: 1rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  bottom: -0.05rem;
}
@media screen and (min-width: 1024px) {
  .c-button04__arrow__inner {
    bottom: -0.05rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-button04__arrow__inner {
    bottom: -0.05rem;
  }
}
.c-button04__inner {
  display: block;
  padding-left: 1em;
}
.c-button04:visited {
  color: #ffffff;
}
.c-button04:hover, .c-button04:active, .c-button04:focus {
  color: #e0dca0;
  background: #79ae82;
}
.c-button04:hover .c-button04__arrow, .c-button04:active .c-button04__arrow, .c-button04:focus .c-button04__arrow {
  background-color: #e0dca0;
}
.c-button04:hover .c-button04__arrow__inner, .c-button04:active .c-button04__arrow__inner, .c-button04:focus .c-button04__arrow__inner {
  background-color: #79ae82;
}
.c-button04--aboutus {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-button04--aboutus {
    width: 100%;
    margin: 0;
  }
}

.c-button05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  font-size: 1rem;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .c-button05 {
    font-size: 0.8rem;
  }
}
.c-button05__arrow {
  display: block;
  width: 1rem;
}
.c-button05__inner {
  display: inline-block;
  text-decoration: underline;
}
.c-button05__inner--palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-button05 .st0 {
  stroke: #6aa574;
  fill: none;
  stroke-width: 1.4348;
  stroke-miterlimit: 10;
}
.c-button05:hover, .c-button05:visited {
  color: #6aa574;
}

.c-breadcrumb {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3d3d3d;
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    padding-top: 2em;
  }
  .c-breadcrumb__parent::after {
    content: ">";
    padding: 0 0.5em;
    color: #3d3d3d;
  }
  .c-breadcrumb a:hover,
  .c-breadcrumb a:visited {
    color: #3d3d3d;
  }
}

.l-main-breadcrumb {
  position: relative;
  z-index: 2;
}

.c-fade-up {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.c-fade-visible {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.c-fade--delay01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1024px) {
  .c-fade--delay01--pc {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.c-fade--delay02 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.c-stretch {
  opacity: 0;
}

.c-appear {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}

.is-faded {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.is-stretched {
  -webkit-animation-name: stretchFadeUp;
          animation-name: stretchFadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes stretchFadeUp {
  0% {
    -webkit-transform: translate(0px, 150%) scale(1, 2);
            transform: translate(0px, 150%) scale(1, 2);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
    opacity: 1;
  }
}

@keyframes stretchFadeUp {
  0% {
    -webkit-transform: translate(0px, 150%) scale(1, 2);
            transform: translate(0px, 150%) scale(1, 2);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%);
    opacity: 1;
  }
}
.is-appeared {
  opacity: 1;
}

/*iOS Safari対応*/
.p-index__brown--left {
  background-color: #f7f3f0;
  width: 24%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-index__brown--right {
  background-color: #f7f3f0;
  width: 24%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-index__brown--space {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-index__brown--space {
    padding-top: 0.25rem;
  }
}

.p-index-mv {
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-mv {
    margin-top: 5.5rem;
  }
}
.p-index-mv__swiper {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__swiper {
    width: 90%;
    display: block;
    margin: 0 0 0 auto;
    border-radius: 6rem 0 0 6rem;
    height: auto;
  }
}
.p-index-mv__message {
  position: absolute;
  top: 8rem;
  left: 5%;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message {
    top: 37%;
    left: 4%;
  }
}
.p-index-mv__en {
  overflow: hidden;
  display: inline-block;
  opacity: 0;
}
.p-index-mv__en--slide {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.p-index-mv__en__title {
  display: inline-block;
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.5;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.25rem;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__en__title {
    font-size: 3.2rem;
  }
}
.p-index-mv__en__title--slide {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.p-index-mv__ja {
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  padding-top: 0.15rem;
}
.p-index-mv__ja--up {
  -webkit-animation-name: slideTextY100;
          animation-name: slideTextY100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}
@-webkit-keyframes slideTextY100 {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideTextY100 {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.p-index-mv__ja__title {
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.14em;
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__ja__title {
    font-size: 1.6rem;
  }
}
.p-index-mv__ja__title--up {
  -webkit-animation-name: slideTextY-100;
          animation-name: slideTextY-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}
@-webkit-keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.p-index-mv__banner {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1rem 2rem;
  z-index: 9;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__banner {
    padding: 1rem;
    width: 54rem;
    bottom: 1.5rem;
    right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__banner__treatmenttime {
    width: 52.5%;
  }
}
.p-index-mv__banner__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5%;
  padding: 1rem 1rem 0 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__banner__feature {
    padding: 0 0 0 0.5rem;
    width: 47.5%;
  }
}
.p-index-mv__banner__img {
  width: 31%;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__banner__img {
    width: 31%;
  }
}
.p-index-mv__banner__link {
  display: block;
  width: 31%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__banner__link {
    width: 31%;
  }
}
.p-index-mv__banner__link:hover {
  opacity: 0.5;
}
.p-index-mv__banner__link img {
  width: 100%;
}
.p-index-mv__slider {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 5;
  width: 85%;
  margin: 0 0 0 auto;
  border-radius: 1.6664rem 0 0 1.6664rem;
  height: calc(100vh - 6.1rem - 65px);
}
@media screen and (min-width: 481px) {
  .p-index-mv__slider {
    height: calc(100vh - 6.1rem - 85px);
  }
}
@media screen and (min-width: 481px) {
  .p-index-mv__slider {
    height: calc(100vh - 6.1rem - 105px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__slider {
    display: none;
  }
}
.p-index-mv__slider__img {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.p-index-mv__slider__img:nth-of-type(1) {
  background-image: url("../img/index-header-treatment-sp.png");
  background-size: cover;
}
.p-index-mv__slider__img:nth-of-type(2) {
  background-image: url("../img/index-header-exterior-sp.png");
  background-size: cover;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.p-index-mv__slider__img:nth-of-type(3) {
  background-image: url("../img/index-header-kid-sp.png");
  background-size: cover;
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.p-index-mv__slider__img:nth-of-type(4) {
  background-image: url("../img/index-header-examiningroom-sp.png");
  background-size: cover;
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.p-index-mv__slider .is-slided {
  -webkit-animation: slideMv 40s 0s infinite;
          animation: slideMv 40s 0s infinite;
}
.p-index-mv__slider .is-slided:nth-of-type(2) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.p-index-mv__slider .is-slided:nth-of-type(3) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.p-index-mv__slider .is-slided:nth-of-type(4) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
@-webkit-keyframes slideMv {
  0% {
    opacity: 0;
    background-position: left center;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    background-position: right center;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideMv {
  0% {
    opacity: 0;
    background-position: left center;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    background-position: right center;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.p-index-introduction {
  padding: 3.57rem 0 4.7rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction {
    padding: 7.2rem 0 6.4rem 0;
  }
}
.p-index-introduction__h1 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 1.428rem;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__h1 {
    font-size: 1.4rem;
  }
}
.p-index-introduction__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding: 2rem 0 3.57rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__text {
    line-height: 2;
    font-size: 0.8rem;
    padding: 2.5rem 0 1.5rem 0;
  }
}

.p-index-first {
  background-color: #ffffff;
  border: 1px solid #6aa574;
  border-radius: 7px;
  position: relative;
  padding: 2rem 1.8rem;
  z-index: 2;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-index-first {
    border: 2px solid #6aa574;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.2rem 3.2rem;
    margin-bottom: 4.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-first__right {
    width: 73%;
  }
}
.p-index-first__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-first__title {
    font-size: 1.4rem;
    padding-left: 1em;
  }
}
.p-index-first__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-first__text {
    font-size: 0.8rem;
  }
}
.p-index-first__list {
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-first__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1.5rem;
  }
}
.p-index-first__list__item {
  padding: 0 10% 1rem 12%;
}
@media screen and (min-width: 1024px) {
  .p-index-first__list__item {
    width: 30%;
    padding: 0;
  }
}

.p-index-news {
  background-color: #ffffff;
  border: 1px solid #6aa574;
  border-radius: 7px;
  position: relative;
  padding: 2rem 1.8rem;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-news {
    border: 2px solid #6aa574;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.2rem 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__left {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__right {
    width: 73%;
  }
}
.p-index-news__title {
  padding-bottom: 2rem;
}
.p-index-news__title__en {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.285rem;
}
@media screen and (min-width: 1024px) {
  .p-index-news__title__en {
    text-align: left;
    font-size: 3.2rem;
  }
}
.p-index-news__title__ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1;
  text-align: center;
  padding-top: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-news__title__ja {
    text-align: left;
    font-size: 1rem;
  }
}
.p-index-news__button--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-news__button--pc {
    display: block;
  }
}
.p-index-news__button--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-index-news__button--sp {
    display: none;
  }
}
.p-index-news__list article {
  width: 100%;
  padding-bottom: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .p-index-news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-index-news__img {
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .p-index-news__img {
    width: 38%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-news__inner {
    width: 58%;
  }
}
.p-index-news__inner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-news__inner__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-index-news__inner__date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.77;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-news__inner__date {
    font-size: 0.9rem;
  }
}
.p-index-news__inner__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.p-index-news__inner__category__text {
  background-color: #6aa574;
  border-radius: 1rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.25em 1.2em;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-index-news__inner__category__text {
    font-size: 0.8rem;
    padding: 0.5em 1em;
    min-width: 6.5em;
  }
}
.p-index-news__inner__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.4625;
  text-align: justify;
  font-size: 1.14rem;
}
@media screen and (min-width: 1024px) {
  .p-index-news__inner__title {
    line-height: 1.3;
    font-size: 0.9rem;
  }
}
.p-index-news--pdf {
  padding-bottom: 3rem;
  margin: 3rem auto 0 auto;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-index-news--pdf {
    padding-bottom: 8.85rem;
    margin: 4.4rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-index-news--space {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-index-news--space {
    padding-top: 8rem;
  }
}

.p-index-trouble__list {
  padding-top: 1.785rem;
}
@media screen and (min-width: 1024px) {
  .p-index-trouble__list {
    padding-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-index-trouble__list__item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-index-trouble__list__item {
    width: 47%;
    margin-bottom: 4.1rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-trouble__list__item {
    width: 45%;
  }
}
.p-index-trouble__list__img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.p-index-trouble__list__img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-index-trouble__list__button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8.5rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-index-trouble__list__button {
    width: 7rem;
  }
}
.p-index-trouble__list__button__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-index-trouble__list__button__title {
    font-size: 0.8rem;
  }
}
.p-index-trouble__list__link {
  display: block;
}
.p-index-trouble__list__link:hover .p-index-trouble__list__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-index-trouble__list__link:hover .p-index-trouble__list__button__title {
  color: #e0dca0;
}
.p-index-trouble__list__link:hover .c-button01__arrow {
  background-color: #e0dca0;
}
.p-index-trouble__list__title {
  background-color: #ffffff;
  border: 1px solid #6aa574;
  border-radius: 7px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  font-size: 1.285rem;
  padding: 0.75em;
  width: 80%;
  position: absolute;
  top: -1.25em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-trouble__list__title {
    border-radius: 8px;
    font-size: 1.2rem;
    width: 60%;
  }
}
.p-index-trouble__list__inner {
  position: relative;
  background-color: #6aa574;
  border-radius: 0 0 8px 8px;
  padding: 3.2rem 1.8rem;
}
@media screen and (min-width: 1024px) {
  .p-index-trouble__list__inner {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-trouble__list__inner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-index-trouble__list__inner__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-index-trouble__list__inner__list__item {
    width: 50%;
    line-height: 2.25;
    font-size: 0.8rem;
  }
}
.p-index-trouble__list__inner__list__item img {
  width: 1.2em;
}

.p-index-medicalcontents {
  padding: 3.85rem 0 3.57rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents {
    padding: 4.7rem 0 7.15rem 0;
  }
}
.p-index-medicalcontents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2.285rem;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__list {
    padding-top: 3rem;
  }
}
.p-index-medicalcontents__list__item {
  width: 45%;
  margin-bottom: 2.285rem;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__list__item {
    width: 15%;
    margin-bottom: 0.9rem;
  }
}
.p-index-medicalcontents__link {
  display: block;
  position: relative;
  background-color: #def3e5;
  border-radius: 5.3521px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__link {
    border-radius: 8px;
  }
}
.p-index-medicalcontents__link::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p-index-medicalcontents__link__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-index-medicalcontents__link__icon {
  width: 6rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__link__icon {
    width: 5rem;
  }
}
.p-index-medicalcontents__link__title {
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6aa574;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-index-medicalcontents__link__title {
    font-size: 0.9rem;
    padding-top: 0.5em;
  }
}
.p-index-medicalcontents__link__arrow {
  display: block;
  background-color: #6aa574;
  width: 0.55rem;
  height: 1.1rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0.25rem;
  bottom: 0;
}
.p-index-medicalcontents__link:hover {
  background-color: #79ae82;
}
.p-index-medicalcontents__link:hover .p-index-medicalcontents__link__title {
  color: #e0dca0;
}
.p-index-medicalcontents__link:hover .p-index-medicalcontents__link__arrow {
  background-color: #e0dca0;
}

.p-index-greeting__inner {
  position: relative;
  padding: 1rem 0 4rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__inner {
    width: 75%;
    padding: 2rem 0 8rem 0;
    z-index: 3;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-greeting__inner {
    padding: 2rem 0 14rem 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-greeting__inner {
    width: 80%;
    padding: 2rem 0 14rem 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-greeting__inner {
    width: 85%;
    padding: 2rem 0 17rem 0;
  }
}
.p-index-greeting__title {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__title {
    padding-top: 8rem;
    padding-bottom: 0.5rem;
    width: 95%;
  }
}
.p-index-greeting__title__en {
  position: absolute;
  right: 0;
  bottom: 0.25em;
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #cbecd6;
  line-height: 1;
  font-size: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__title__en {
    font-size: 8.4335rem;
    bottom: 0.25em;
  }
}
.p-index-greeting__title__ja {
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  padding-bottom: 1.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__title__ja {
    line-height: 1;
    font-size: 1.4rem;
    bottom: 0.25em;
  }
}
.p-index-greeting__subtitle {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  font-size: 1.285rem;
  padding: 1rem 0 1.64rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__subtitle {
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    padding: 3rem 0 1.9rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-greeting__subtitle {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-greeting__subtitle {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-greeting__subtitle {
    padding-top: 5.5rem;
  }
}
.p-index-greeting__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__text {
    line-height: 2;
    font-size: 0.8rem;
    width: 85%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-greeting__text {
    width: 78%;
  }
}
.p-index-greeting__doctor {
  position: relative;
  padding: 2.142rem 0 8rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor {
    padding: 0;
    position: absolute;
    bottom: 6rem;
    right: 0;
    width: 26%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-greeting__doctor {
    width: 28%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor--sp {
    display: none;
  }
}
.p-index-greeting__doctor--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor--pc {
    display: block;
  }
}
.p-index-greeting__doctor__img {
  width: 80%;
  margin: 0 0 0 auto;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor__img {
    width: 100%;
    border-radius: 8px;
  }
}
.p-index-greeting__doctor__circle {
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 13.5rem;
  height: 13.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor__circle {
    width: 13rem;
    height: 13rem;
    left: -8rem;
    bottom: -3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-greeting__doctor__circle {
    left: -11rem;
    bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-index-greeting__doctor__circle {
    width: 14rem;
    height: 14rem;
    left: -12rem;
    bottom: 1rem;
  }
}
.p-index-greeting__doctor__name__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1;
  font-size: 1.285rem;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor__name__ja {
    font-size: 1.2rem;
  }
}
.p-index-greeting__doctor__name__director {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor__name__director {
    font-size: 0.9rem;
  }
}
.p-index-greeting__doctor__name__en {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #6aa574;
  line-height: 1;
  text-align: center;
  font-size: 0.857rem;
  padding: 1em 0 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-greeting__doctor__name__en {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 1024px) {
  _::-webkit-full-page-media,
  _:future,
  :root .p-index-greeting__title__en {
    bottom: 0.25em;
  }
}

@media screen and (min-width: 1024px) {
  .mac .p-index-greeting__title__en {
    bottom: 0.25em;
  }
}

.p-index-career {
  padding: 5.14rem 0 3.285rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-career {
    padding: 8.2rem 0 5.9rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__title {
    width: 35%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__title h2 {
    text-align: left;
  }
}
.p-index-career__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 1.785rem;
}
@media screen and (min-width: 1024px) {
  .p-index-career__text {
    line-height: 2;
    font-size: 0.8rem;
    padding-top: 1.6rem;
  }
}
.p-index-career__inner {
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-index-career__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 55%;
    padding-top: 0;
  }
}
.p-index-career__link {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-index-career__link {
    width: 47%;
    margin-bottom: 2.35rem;
  }
}
.p-index-career__link:hover {
  opacity: 0.5;
}

.p-index-introduction02 {
  position: relative;
  z-index: 2;
  padding: 3.57rem 0 4.7rem 0;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction02 {
    padding: 32rem 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction02--scroll {
    position: absolute;
    top: 3rem;
    left: 0;
    will-change: transform;
    -webkit-transition-duration: 0.75s;
            transition-duration: 0.75s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    margin-top: 7rem;
  }
}

.p-aboutus-appointment {
  padding: 3.142rem 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment {
    padding: 7.2rem 0 0 0;
  }
}
.p-aboutus-appointment__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__title {
    line-height: 2;
    font-size: 1.4rem;
  }
}
.p-aboutus-appointment__title--accent {
  color: #ed6000;
}
.p-aboutus-appointment__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__text {
    line-height: 2;
    font-size: 0.8rem;
  }
}
.p-aboutus-appointment__text__note {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.p-aboutus-appointment__link {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.6;
  font-size: 1.142rem;
  display: inline-block;
  text-decoration: underline;
  padding-top: 0.75em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__link {
    font-size: 1rem;
  }
}
.p-aboutus-appointment__link:visited {
  color: #6aa574;
}
.p-aboutus-appointment__link:hover {
  color: #6aa574;
  opacity: 0.5;
}
.p-aboutus-appointment__inner {
  padding: 2rem 0 3rem 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.3rem 0 5.3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__left {
    width: 50%;
  }
}
.p-aboutus-appointment__right {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__right {
    width: 40%;
  }
}
.p-aboutus-appointment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__list {
    padding-top: 1.6rem;
  }
}
.p-aboutus-appointment__list__title {
  background-color: #6aa574;
  border-radius: 1.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1rem;
  padding: 0.25em 0;
  width: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__list__title {
    font-size: 0.8rem;
  }
}
.p-aboutus-appointment__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
  width: calc(100% - 5rem);
  padding-left: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__list__text {
    font-size: 0.9rem;
  }
}
.p-aboutus-appointment__contact {
  padding-top: 2.3rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-aboutus-appointment__reserve {
  position: relative;
  background-color: #6aa574;
  border-radius: 0.285rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__reserve {
    width: 47.5%;
    padding: 0.7rem 0;
    height: auto;
  }
}
.p-aboutus-appointment__reserve__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__reserve__title {
    font-size: 1.2rem;
  }
}
.p-aboutus-appointment__reserve:hover, .p-aboutus-appointment__reserve:active {
  background-color: #79ae82;
}
.p-aboutus-appointment__reserve:hover .p-aboutus-appointment__reserve__title, .p-aboutus-appointment__reserve:active .p-aboutus-appointment__reserve__title {
  color: #e0dca0;
}
.p-aboutus-appointment__reserve:hover .c-button01__arrow, .p-aboutus-appointment__reserve:active .c-button01__arrow {
  background-color: #e0dca0;
}
.p-aboutus-appointment__tel {
  position: relative;
  background-color: #6aa574;
  border-radius: 0.285rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__tel {
    width: 47.5%;
    padding: 0.7rem 0;
    height: auto;
  }
}
.p-aboutus-appointment__tel__title {
  display: block;
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__tel__title {
    font-size: 0.8rem;
  }
}
.p-aboutus-appointment__tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
}
.p-aboutus-appointment__tel__icon {
  display: block;
  width: 0.85rem;
  padding-bottom: 0.2rem;
  fill: #ffffff;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__tel__icon {
    width: 1rem;
    padding-bottom: 0;
  }
}
.p-aboutus-appointment__tel__number {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__tel__number {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.44rem;
  }
}
.p-aboutus-appointment__tel:hover, .p-aboutus-appointment__tel:active {
  background-color: #79ae82;
}
.p-aboutus-appointment__tel:hover .p-aboutus-appointment__tel__title,
.p-aboutus-appointment__tel:hover .p-aboutus-appointment__tel__number, .p-aboutus-appointment__tel:active .p-aboutus-appointment__tel__title,
.p-aboutus-appointment__tel:active .p-aboutus-appointment__tel__number {
  color: #e0dca0;
}
.p-aboutus-appointment__tel:hover .p-aboutus-appointment__tel__icon, .p-aboutus-appointment__tel:active .p-aboutus-appointment__tel__icon {
  fill: #e0dca0;
}
.p-aboutus-appointment__bring {
  background-color: #ffffff;
  border: 1px solid #6aa574;
  border-radius: 7px;
  padding: 2rem 1.8rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring {
    border: 2px solid #6aa574;
    border-radius: 8px;
    padding: 3.2rem 3.2rem;
  }
}
.p-aboutus-appointment__bring__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  font-size: clamp(17px, 4.53vw, 25.5px);
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__title {
    letter-spacing: 0.08em;
    font-size: clamp(19.2px, 1.6vw, 24px);
  }
}
.p-aboutus-appointment__bring__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(28px, 7.46vw, 42px);
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__list {
    margin-top: clamp(40px, 3.33vw, 50px);
  }
}
.p-aboutus-appointment__bring__list__item {
  background-color: #f7f3f0;
  width: 47%;
  padding: clamp(16px, 4.26vw, 24px) 0 clamp(12px, 3.2vw, 18px) 0;
  margin-bottom: clamp(14px, 3.73vw, 21px);
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__list__item {
    width: 18.5%;
    padding: clamp(19.2px, 1.6vw, 24px) 0 clamp(12.8px, 1.06vw, 16px) 0;
    margin-bottom: 0;
  }
}
.p-aboutus-appointment__bring__list__img {
  width: clamp(75px, 20vw, 160px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__list__img {
    width: clamp(85px, 7vw, 125px);
  }
}
.p-aboutus-appointment__bring__list__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3d3d3d;
  text-align: center;
  line-height: 1.3;
  font-size: clamp(14px, 3.73vw, 21px);
  display: block;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__list__title {
    font-size: clamp(16px, 1.33vw, 20px);
  }
}
.p-aboutus-appointment__bring__list__title--sm {
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 18px);
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__list__title--sm {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-aboutus-appointment__bring__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  text-align: left;
  line-height: 1.7;
  font-size: clamp(16px, 4.26vw, 24px);
  padding: 1.25em 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__subtitle {
    text-align: center;
    font-size: clamp(17.6px, 1.46vw, 22px);
    padding: 1.5em 0;
  }
}
.p-aboutus-appointment__bring__note {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  text-align: left;
  list-style: none;
}
.p-aboutus-appointment__bring__note__item {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
  font-size: clamp(14px, 3.73vw, 21px);
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__note__item {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-aboutus-appointment__bring__note__item__link {
  color: #6aa574;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: underline !important;
  line-height: 1.8;
  font-size: clamp(14px, 3.73vw, 21px);
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__note__item__link {
    font-size: clamp(12.8px, 1.06vw, 16px);
  }
}
.p-aboutus-appointment__bring__note__item__link:hover, .p-aboutus-appointment__bring__note__item__link:active, .p-aboutus-appointment__bring__note__item__link:focus, .p-aboutus-appointment__bring__note__item__link:visited {
  color: #6aa574;
}
.p-aboutus-appointment__bring__note__item--space {
  padding: 0 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__note__item--space {
    padding: 0 0 1.5em 0;
  }
}
.p-aboutus-appointment__bring__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring__text {
    font-size: 0.8rem;
    padding-top: 0;
  }
}
.p-aboutus-appointment__bring02 {
  background-color: #ffffff;
  border: 1px solid #6aa574;
  border-radius: 7px;
  padding: 2rem 1.8rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring02 {
    border: 2px solid #6aa574;
    border-radius: 8px;
    padding: 3.2rem 3.2rem;
  }
}
.p-aboutus-appointment__bring02__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  font-size: clamp(17px, 4.53vw, 25.5px);
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring02__title {
    letter-spacing: 0.08em;
    font-size: clamp(19.2px, 1.6vw, 24px);
  }
}
.p-aboutus-appointment__bring02__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: clamp(28px, 7.46vw, 42px);
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring02__text {
    font-size: 0.8rem;
    padding-top: clamp(40px, 3.33vw, 50px);
  }
}
.p-aboutus-appointment__bring02__list {
  padding-top: 2em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-aboutus-appointment__bring02__list__item {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__bring02__list__item {
    width: 30%;
  }
}
.p-aboutus-appointment__space {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__space {
    padding-top: 7.2rem;
  }
}
.p-aboutus-appointment__emergency {
  background-color: #ffffff;
  border: 1px solid #6aa574;
  border-radius: 7px;
  padding: 2rem 1.8rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency {
    border: 2px solid #6aa574;
    border-radius: 8px;
    padding: 3.2rem 3.2rem;
  }
}
.p-aboutus-appointment__emergency__title {
  background-color: #6aa574;
  border-radius: 3rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency__title {
    display: inline-block;
    line-height: 2;
    font-size: 1.2rem;
    padding: 0.25em 1.5em;
  }
}
.p-aboutus-appointment__emergency__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 2.25em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency__subtitle {
    line-height: 1.6;
    font-size: 1rem;
  }
}
.p-aboutus-appointment__emergency__subtitle--accent {
  color: #ed6000;
}
.p-aboutus-appointment__emergency__inner {
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-aboutus-appointment__emergency__inner__right {
  width: 85%;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency__inner__right {
    width: 26%;
    margin: 0;
  }
}
.p-aboutus-appointment__emergency__inner__left {
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency__inner__left {
    width: 69%;
    padding-top: 0;
  }
}
.p-aboutus-appointment__emergency__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency__text {
    font-size: 0.8rem;
  }
}
.p-aboutus-appointment__emergency__list {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1rem;
  padding: 0.5em 0 2em 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency__list {
    font-size: 0.8rem;
  }
}
.p-aboutus-appointment__emergency__list__item {
  text-indent: -1em;
  margin-left: 1em;
}
.p-aboutus-appointment__emergency__list__item--dot {
  color: #6aa574;
  font-size: 0.857rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-appointment__emergency__list__item--dot {
    font-size: 0.7rem;
  }
}
.p-aboutus-appointment__emergency__list__item--accent {
  color: #ed6000;
}

.p-aboutus-cancel {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-cancel {
    padding: 6.8rem 0 8rem 0;
  }
}
.p-aboutus-cancel__list {
  padding-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-cancel__list {
    padding-top: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-aboutus-cancel__list__item {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-cancel__list__item {
    width: 45%;
    padding-bottom: 3.5rem;
  }
}
.p-aboutus-cancel__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6aa574;
}
.p-aboutus-cancel__list__title__num {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-cancel__list__title__num {
    font-size: 3.6rem;
  }
}
.p-aboutus-cancel__list__title__inner {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.3;
  font-size: 1.285rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-cancel__list__title__inner {
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
}
.p-aboutus-cancel__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-cancel__list__text {
    font-size: 0.8rem;
  }
}
.p-aboutus-cancel__note {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-cancel__note {
    font-size: 0.8rem;
  }
}

.p-aboutus-facility__inner {
  position: relative;
  padding: 4.28rem 0 5rem 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__inner {
    padding: 3.5rem 0 12.7rem 5%;
  }
}
.p-aboutus-facility__swiper01 {
  position: relative;
  width: 100%;
  padding-top: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper01 {
    padding-top: 3.4rem;
  }
}
.p-aboutus-facility__swiper01 .swiper-button-prev,
.p-aboutus-facility__swiper01 .swiper-button-next {
  display: none;
}
.p-aboutus-facility__swiper01__inner {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper01__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.9rem 0;
  }
}
.p-aboutus-facility__swiper01__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper01__title {
    line-height: 1.4;
    font-size: 1.2rem;
    width: 30%;
    padding-left: 1em;
  }
}
.p-aboutus-facility__swiper01__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.5;
  font-size: 1rem;
  padding-top: 0.5em;
  min-height: 9em;
}
@media screen and (min-width: 768px) {
  .p-aboutus-facility__swiper01__text {
    min-height: 6em;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper01__text {
    line-height: 1.8;
    font-size: 0.8rem;
    width: 70%;
    padding: 0 2em 0 0;
    min-height: 4em;
  }
}
.p-aboutus-facility__swiper01__thumb {
  width: 100%;
  margin-top: 1rem;
}
.p-aboutus-facility__swiper01__thumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5%;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper01__thumb__inner {
    gap: 1.4%;
  }
}
.p-aboutus-facility__swiper01__thumb__slide {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-bottom: 0.5rem;
  width: 31.5% !important;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper01__thumb__slide {
    margin-bottom: 1rem;
    width: 15.5% !important;
  }
}
.p-aboutus-facility__swiper01__thumb .swiper-slide-thumb-active {
  border: 2px solid #def3e5;
}
.p-aboutus-facility__title {
  background-color: #ffffff;
  border-radius: 8px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  margin-top: 4rem;
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__title {
    font-size: 1.4rem;
    width: 10em;
    margin: 4.7rem auto 0 auto;
    padding: 0.75em 0;
  }
}
.p-aboutus-facility__swiper02 {
  position: relative;
  width: 100%;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper02 {
    padding-top: 1.7rem;
  }
}
.p-aboutus-facility__swiper02 .swiper-button-prev,
.p-aboutus-facility__swiper02 .swiper-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper02__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper02__img {
    width: 52%;
  }
}
.p-aboutus-facility__swiper02__inner {
  background-color: #ffffff;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper02__inner {
    padding: 1.9rem 1.5rem;
    width: 48%;
  }
}
.p-aboutus-facility__swiper02__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper02__title {
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
.p-aboutus-facility__swiper02__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.5;
  font-size: 1rem;
  padding-top: 0.5em;
  min-height: 11em;
}
@media screen and (min-width: 768px) {
  .p-aboutus-facility__swiper02__text {
    min-height: 8em;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper02__text {
    line-height: 1.8;
    font-size: 0.8rem;
    min-height: auto;
  }
}
.p-aboutus-facility__swiper02__thumb {
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 3rem;
}
.p-aboutus-facility__swiper02__thumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5%;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper02__thumb__inner {
    gap: 1.4%;
  }
}
.p-aboutus-facility__swiper02__thumb__slide {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-bottom: 0.5rem;
  width: 31.5% !important;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-facility__swiper02__thumb__slide {
    margin-bottom: 1rem;
    width: 15.5% !important;
  }
}
.p-aboutus-facility__swiper02__thumb .swiper-slide-thumb-active {
  border: 2px solid #def3e5;
}

.p-aboutus-feature {
  padding: 1.857rem 0 4.857rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature {
    padding: 0.7rem 0 4.4rem 0;
  }
}
.p-aboutus-feature__list {
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list {
    padding-top: 5.5rem;
  }
}
.p-aboutus-feature__list__item {
  position: relative;
  width: 100%;
  margin-bottom: 4.857rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-aboutus-feature__list__img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__img {
    width: 47%;
  }
}
.p-aboutus-feature__list__img img {
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__inner {
    width: 50%;
  }
}
.p-aboutus-feature__list__num {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  font-size: 4.428rem;
  position: absolute;
  top: -0.35em;
  left: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__num {
    font-size: 5.3465rem;
  }
}
.p-aboutus-feature__list__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.03em;
  font-size: 1.25rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__title {
    letter-spacing: 0.08em;
    font-size: 1.2rem;
    padding-top: 0;
  }
}
.p-aboutus-feature__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-feature__list__text {
    font-size: 0.8rem;
  }
}
.p-aboutus-feature__list__button {
  padding-top: 1rem;
}

.p-aboutus-payment {
  padding-bottom: 4.9rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-payment {
    padding-bottom: 8rem;
  }
}
.p-aboutus-payment__inner {
  position: relative;
  padding: 4.57rem 0 4rem 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-payment__inner {
    padding: 3.7rem 0 3.2rem 0;
  }
}
.p-aboutus-payment__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 2.4rem 0 1rem 0;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-payment__text {
    font-size: 1.4rem;
    padding: 3rem 0 2.3rem 0;
  }
}
.p-aboutus-payment__text--accent {
  color: #ed6000;
}
.p-aboutus-payment__card {
  background-color: #ffffff;
  border: 2px solid #6aa574;
  border-radius: 8px;
  padding: 1.1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-payment__card {
    padding: 2.8rem 3.5rem;
    width: 65%;
  }
}
.p-aboutus-payment__card__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-payment__card__title {
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
.p-aboutus-payment__card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
}
.p-aboutus-payment__card__list__item {
  width: 40%;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-payment__card__list__item {
    width: 22%;
  }
}
.p-aboutus-payment__card__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-aboutus-payment__card__text {
    line-height: 2;
    font-size: 0.8rem;
  }
}

.p-doctor-doctor {
  padding: 3.142rem 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor {
    padding: 7.2rem 0 0 0;
  }
}
.p-doctor-doctor__inner {
  position: relative;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-doctor-doctor__img {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__img {
    width: 33%;
    margin: 0;
  }
}
.p-doctor-doctor__circle {
  padding-top: 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__circle {
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 11rem;
    height: 11rem;
    left: -4rem;
    bottom: -5rem;
    padding-top: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-doctor-doctor__circle {
    left: -9rem;
    bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-doctor-doctor__circle {
    width: 11rem;
    height: 11rem;
    left: -9rem;
    bottom: 1.5rem;
  }
}
.p-doctor-doctor__name__ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1;
  text-align: center;
  font-size: 1.428rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__name__ja {
    font-size: 1.4rem;
  }
}
.p-doctor-doctor__name__director {
  display: block;
  font-size: 1.142rem;
  padding-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__name__director {
    font-size: 1rem;
  }
}
.p-doctor-doctor__name__en {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #6aa574;
  line-height: 1;
  text-align: center;
  font-size: 1.142rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__name__en {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__left {
    width: 64%;
  }
}
@media screen and (min-width: 1280px) {
  .p-doctor-doctor__left {
    width: 62%;
  }
}
.p-doctor-doctor__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: left;
  font-size: 1.285rem;
  padding: 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__title {
    letter-spacing: 0.08em;
    line-height: 2;
    font-size: 1.4rem;
    padding: 0 0 1.5em 0;
  }
}
.p-doctor-doctor__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__text {
    line-height: 2;
    font-size: 0.8rem;
    padding-bottom: 2em;
    padding-right: 1em;
  }
}
.p-doctor-doctor__career {
  padding-bottom: 2.28rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__career {
    padding-bottom: 2rem;
  }
}
.p-doctor-doctor__career__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 0.928rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__career__title {
    font-size: 0.8rem;
  }
}
.p-doctor-doctor__career__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 0.928rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__career__text {
    font-size: 0.8rem;
  }
}
.p-doctor-doctor__career__text__left {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__career__text__left {
    display: inline-block;
    width: 12em;
  }
}
.p-doctor-doctor__career__text__right {
  display: inline-block;
  padding-left: 2em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__career__text__right {
    padding-left: 0;
  }
}
.p-doctor-doctor__gallery {
  position: relative;
  z-index: 3;
}
.p-doctor-doctor__gallery--01 {
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__gallery--01 {
    width: 60%;
    padding-bottom: 7.2rem;
  }
}
.p-doctor-doctor__gallery--02 {
  width: 90%;
  margin: 0.5rem 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__gallery--02 {
    width: 40%;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-doctor-doctor__gallery__space {
  padding-top: 5.14rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-doctor__gallery__space {
    padding-top: 7.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-doctor-staff {
    padding-bottom: 8rem;
  }
}
.p-doctor-staff__inner {
  position: relative;
  padding: 4.57rem 0 4rem 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__inner {
    padding: 4.5rem 0 4.5rem 0;
  }
}
.p-doctor-staff__img {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__img {
    width: 85%;
  }
}
.p-doctor-staff__list {
  padding-top: 2.1rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__list {
    padding-top: 3rem;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-doctor-staff__list__item {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2.7rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__list__item {
    width: 30%;
    margin: 0;
  }
}
.p-doctor-staff__name {
  padding-top: 1rem;
}
.p-doctor-staff__name__ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1;
  text-align: center;
  font-size: 1.428rem;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__name__ja {
    font-size: 1.4rem;
  }
}
.p-doctor-staff__name__director {
  display: block;
  font-size: 1.142rem;
  padding-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__name__director {
    font-size: 1rem;
  }
}
.p-doctor-staff__name__en {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #6aa574;
  line-height: 1;
  text-align: center;
  font-size: 1.142rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-doctor-staff__name__en {
    font-size: 0.8rem;
  }
}

.p-toothache-about {
  padding: 3.35rem 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about {
    padding: 7.3rem 0 0 0;
  }
}
.p-toothache-about__trouble {
  background-color: #6aa574;
  border-radius: 16px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble {
    padding: 1.8rem;
    width: 70%;
  }
}
.p-toothache-about__trouble::before {
  content: "";
  display: block;
  background-color: #6aa574;
  width: 3rem;
  height: 4rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-toothache-about__trouble__title {
  position: relative;
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 0 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble__title {
    font-size: 1.4rem;
  }
}
.p-toothache-about__trouble__title::before {
  content: "";
  background-color: #ffffff;
  height: 3.3rem;
  width: 3px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble__title::before {
    height: 1.75rem;
  }
}
.p-toothache-about__trouble__title::after {
  content: "";
  background-color: #ffffff;
  height: 3.3rem;
  width: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble__title::after {
    height: 1.75rem;
  }
}
.p-toothache-about__trouble__list {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-toothache-about__trouble__list__item {
  width: 100%;
  border-bottom: 2px dotted #6aa574;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble__list__item {
    width: 49.9%;
  }
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble__list__item:nth-child(5) {
    border-bottom: none;
  }
}
.p-toothache-about__trouble__list__item:nth-child(6) {
  border-bottom: none;
}
.p-toothache-about__trouble__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6aa574;
  line-height: 2.25;
  text-align: left;
  font-size: 1.142rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble__subtitle {
    font-size: 1.2rem;
  }
}
.p-toothache-about__trouble__check {
  width: 1.2em;
}
.p-toothache-about__trouble__check .st0 {
  fill: none;
  stroke: #6aa574;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__trouble__check .st0 {
    stroke: #dea75a;
  }
}
.p-toothache-about__reason {
  background-color: #ffffff;
  border: 2px solid #6aa574;
  border-radius: 8px;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason {
    padding: 3rem 3rem 2rem 3rem;
  }
}
.p-toothache-about__reason__title {
  background-color: #6aa574;
  border-radius: 3rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__title {
    display: inline-block;
    line-height: 2;
    font-size: 1.4rem;
    padding: 0.5em 1.5em;
  }
}
.p-toothache-about__reason__list {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2.5rem;
  }
}
.p-toothache-about__reason__list__item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #6aa574;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__item {
    width: 50%;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__item:nth-child(1) {
    padding: 0 2rem 1.5rem 0;
    border-right: 1px solid #6aa574;
  }
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__item:nth-child(2) {
    padding: 0 0 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__item:nth-child(3) {
    padding: 1.5rem 2rem 0 0;
    border-right: 1px solid #6aa574;
    border-bottom: none;
  }
}
.p-toothache-about__reason__list__item:nth-child(4) {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__item:nth-child(4) {
    padding: 1.5rem 0 0 2rem;
  }
}
.p-toothache-about__reason__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
}
.p-toothache-about__reason__list__title img {
  width: 6.5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__title img {
    width: 7.5rem;
  }
}
.p-toothache-about__reason__list__title__inner {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__title__inner {
    font-size: 1.2rem;
  }
}
.p-toothache-about__reason__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-toothache-about__reason__list__text {
    font-size: 0.8rem;
  }
}

.p-toothache-treatment {
  padding: 5rem 0 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment {
    padding: 8.8rem 0 0 0;
  }
}
.p-toothache-treatment__list {
  padding: 4rem 0 6rem 0;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list {
    padding: 5.5rem 0 8rem 0;
  }
}
.p-toothache-treatment__list__item {
  position: relative;
  width: 100%;
  margin-bottom: 4.857rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.p-toothache-treatment__list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-toothache-treatment__list__img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__img {
    width: 45%;
  }
}
.p-toothache-treatment__list__img img {
  border-radius: 8px;
}
.p-toothache-treatment__list__inner {
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__inner {
    width: 50%;
  }
}
.p-toothache-treatment__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
}
.p-toothache-treatment__list__title img {
  width: 6.5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__title img {
    width: 7rem;
  }
}
.p-toothache-treatment__list__title__inner {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__title__inner {
    font-size: 1.2rem;
  }
}
.p-toothache-treatment__list__title__own {
  background-color: #b68230;
  padding: 0.25em 1em;
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__title__own {
    font-size: 0.8rem;
  }
}
.p-toothache-treatment__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-toothache-treatment__list__text {
    font-size: 0.8rem;
  }
}
.p-toothache-treatment__list__button {
  padding-top: 1rem;
}

.p-stain-about {
  padding: 3.35rem 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-stain-about {
    padding: 7.3rem 0 0 0;
  }
}
.p-stain-about__trouble {
  background-color: #6aa574;
  border-radius: 16px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble {
    padding: 1.8rem;
    width: 70%;
  }
}
.p-stain-about__trouble::before {
  content: "";
  display: block;
  background-color: #6aa574;
  width: 3rem;
  height: 4rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-stain-about__trouble__title {
  position: relative;
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 0 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble__title {
    font-size: 1.4rem;
  }
}
.p-stain-about__trouble__title::before {
  content: "";
  background-color: #ffffff;
  height: 3.3rem;
  width: 3px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble__title::before {
    height: 1.75rem;
  }
}
.p-stain-about__trouble__title::after {
  content: "";
  background-color: #ffffff;
  height: 3.3rem;
  width: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble__title::after {
    height: 1.75rem;
  }
}
.p-stain-about__trouble__list {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-stain-about__trouble__list__item {
  width: 100%;
  border-bottom: 2px dotted #6aa574;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble__list__item {
    width: 49.9%;
  }
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble__list__item:nth-child(5) {
    border-bottom: none;
  }
}
.p-stain-about__trouble__list__item:nth-child(6) {
  border-bottom: none;
}
.p-stain-about__trouble__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6aa574;
  line-height: 2.25;
  text-align: left;
  font-size: 1.142rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble__subtitle {
    font-size: 1.2rem;
  }
}
.p-stain-about__trouble__check {
  width: 1.2em;
}
.p-stain-about__trouble__check .st0 {
  fill: none;
  stroke: #6aa574;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__trouble__check .st0 {
    stroke: #dea75a;
  }
}
.p-stain-about__reason {
  background-color: #ffffff;
  border: 2px solid #6aa574;
  border-radius: 8px;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason {
    padding: 3rem 3rem 2rem 3rem;
  }
}
.p-stain-about__reason__title {
  background-color: #6aa574;
  border-radius: 3rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__title {
    display: inline-block;
    line-height: 2;
    font-size: 1.4rem;
    padding: 0.5em 1.5em;
  }
}
.p-stain-about__reason__list {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2.5rem;
  }
}
.p-stain-about__reason__list__item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #6aa574;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__item {
    width: 50%;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__item:nth-child(1) {
    padding: 0 2rem 1.5rem 0;
    border-right: 1px solid #6aa574;
  }
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__item:nth-child(2) {
    padding: 0 0 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__item:nth-child(3) {
    padding: 1.5rem 2rem 1.5rem 0;
    border-right: 1px solid #6aa574;
  }
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__item:nth-child(4) {
    padding: 1.5rem 0 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__item:nth-child(5) {
    padding: 1.5rem 2rem 0 0;
    border-right: 1px solid #6aa574;
    border-bottom: none;
  }
}
.p-stain-about__reason__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
}
.p-stain-about__reason__list__title img {
  width: 6.5rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__title img {
    width: 7.5rem;
  }
}
.p-stain-about__reason__list__title__inner {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__title__inner {
    font-size: 1.2rem;
  }
}
.p-stain-about__reason__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-stain-about__reason__list__text {
    font-size: 0.8rem;
  }
}

.p-stain-treatment {
  padding: 5rem 0 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment {
    padding: 8.8rem 0 0 0;
  }
}
.p-stain-treatment__list {
  padding: 4rem 0 6rem 0;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list {
    padding: 5.5rem 0 8rem 0;
  }
}
.p-stain-treatment__list__item {
  position: relative;
  width: 100%;
  margin-bottom: 4.857rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
}
.p-stain-treatment__list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-stain-treatment__list__img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__img {
    width: 45%;
  }
}
.p-stain-treatment__list__img img {
  border-radius: 8px;
}
.p-stain-treatment__list__inner {
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__inner {
    width: 50%;
  }
}
.p-stain-treatment__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.p-stain-treatment__list__title img {
  width: 6.5rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__title img {
    width: 7rem;
  }
}
.p-stain-treatment__list__title__inner {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__title__inner {
    font-size: 1.2rem;
  }
}
.p-stain-treatment__list__title__own {
  background-color: #b68230;
  padding: 0.25em 1em;
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__title__own {
    font-size: 0.8rem;
  }
}
.p-stain-treatment__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-stain-treatment__list__text {
    font-size: 0.8rem;
  }
}
.p-stain-treatment__list__button {
  padding-top: 1rem;
}

.p-pediatricdentistry-about {
  padding: 3.35rem 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about {
    padding: 7.3rem 0 0 0;
  }
}
.p-pediatricdentistry-about__trouble {
  background-color: #6aa574;
  border-radius: 16px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble {
    padding: 1.8rem;
    width: 70%;
  }
}
.p-pediatricdentistry-about__trouble::before {
  content: "";
  display: block;
  background-color: #6aa574;
  width: 3rem;
  height: 4rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-pediatricdentistry-about__trouble__title {
  position: relative;
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 0 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble__title {
    font-size: 1.4rem;
  }
}
.p-pediatricdentistry-about__trouble__title::before {
  content: "";
  background-color: #ffffff;
  height: 6.5rem;
  width: 3px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble__title::before {
    height: 3.5rem;
  }
}
.p-pediatricdentistry-about__trouble__title::after {
  content: "";
  background-color: #ffffff;
  height: 6.5rem;
  width: 3px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble__title::after {
    height: 3.5rem;
  }
}
.p-pediatricdentistry-about__trouble__list {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-pediatricdentistry-about__trouble__list__item {
  width: 100%;
  border-bottom: 2px dotted #6aa574;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble__list__item {
    width: 49.9%;
  }
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble__list__item:nth-child(5) {
    border-bottom: none;
  }
}
.p-pediatricdentistry-about__trouble__list__item:nth-child(6) {
  border-bottom: none;
}
.p-pediatricdentistry-about__trouble__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6aa574;
  line-height: 2.25;
  text-align: left;
  font-size: 1.142rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble__subtitle {
    font-size: 1.2rem;
  }
}
.p-pediatricdentistry-about__trouble__check {
  width: 1.2em;
}
.p-pediatricdentistry-about__trouble__check .st0 {
  fill: none;
  stroke: #6aa574;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-about__trouble__check .st0 {
    stroke: #dea75a;
  }
}

.p-pediatricdentistry-kids {
  position: relative;
  z-index: 3;
}
.p-pediatricdentistry-kids__inner {
  position: relative;
  padding: 2rem 0 0 0;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__inner {
    padding: 2.5rem 0 0 0;
    width: 70%;
  }
}
.p-pediatricdentistry-kids__title {
  position: relative;
}
.p-pediatricdentistry-kids__title__ja {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.36;
  font-size: 1.285rem;
  padding-bottom: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__title__ja {
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    padding-bottom: 0.75em;
  }
}
.p-pediatricdentistry-kids__title__line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #6aa574;
  height: 2px;
  width: 375px;
}
@media screen and (min-width: 481px) {
  .p-pediatricdentistry-kids__title__line {
    width: 481px;
  }
}
@media screen and (min-width: 768px) {
  .p-pediatricdentistry-kids__title__line {
    width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__title__line {
    width: 1024px;
  }
}
@media screen and (min-width: 1280px) {
  .p-pediatricdentistry-kids__title__line {
    width: 1280px;
  }
}
@media screen and (min-width: 1536px) {
  .p-pediatricdentistry-kids__title__line {
    width: 1536px;
  }
}
@media screen and (min-width: 1920px) {
  .p-pediatricdentistry-kids__title__line {
    width: 1920px;
  }
}
.p-pediatricdentistry-kids__left {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__left {
    padding-top: 3.5rem;
  }
}
.p-pediatricdentistry-kids__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__subtitle {
    font-size: 1.2rem;
  }
}
.p-pediatricdentistry-kids__subtitle span {
  display: inline-block;
  border-bottom: 2px solid #d9a25a;
  padding-bottom: 0.1em;
  margin-bottom: 0.75em;
}
.p-pediatricdentistry-kids__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding: 1em 0 2em 0;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__text {
    line-height: 2;
    font-size: 0.8rem;
    padding: 1em 0 4em 0;
    width: 85%;
  }
}
@media screen and (min-width: 1280px) {
  .p-pediatricdentistry-kids__text {
    width: 95%;
  }
}
.p-pediatricdentistry-kids__img {
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__img {
    width: 80%;
  }
}
.p-pediatricdentistry-kids__img--sp {
  border-radius: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__img--sp {
    display: none;
  }
}
.p-pediatricdentistry-kids__img--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__img--pc {
    display: block;
    border-radius: 8px;
    width: 38%;
    position: absolute;
    top: 8rem;
    right: 0;
    z-index: 3;
  }
}
.p-pediatricdentistry-kids__list {
  padding-top: 4.57rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list {
    padding-top: 7.2rem;
  }
}
.p-pediatricdentistry-kids__list__box {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-pediatricdentistry-kids__list__img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__img {
    width: 45%;
  }
}
.p-pediatricdentistry-kids__list__inner {
  padding: 1rem 0 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__inner {
    padding: 0 0 0 4.8rem 0;
    width: 55%;
  }
}
.p-pediatricdentistry-kids__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #6aa574;
}
.p-pediatricdentistry-kids__list__title__num {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  font-size: 4.428rem;
  position: relative;
  bottom: -0.25em;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__title__num {
    font-size: 5.346rem;
  }
}
.p-pediatricdentistry-kids__list__title__inner {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__title__inner {
    font-size: 1.4rem;
  }
}
.p-pediatricdentistry-kids__list__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 1em 0 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__subtitle {
    font-size: 1.2rem;
  }
}
.p-pediatricdentistry-kids__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__text {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__space01 {
    padding-right: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__space02 {
    padding-left: 10%;
  }
}
.p-pediatricdentistry-kids__list__button {
  padding-top: 1rem;
}
.p-pediatricdentistry-kids__list__note {
  background-color: #ffffff;
  border: 2px solid #6aa574;
  border-radius: 8px;
  position: relative;
  padding: 1.1rem 1.2rem;
  margin-top: 1rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note {
    padding: 1.6rem 2.2rem;
  }
}
.p-pediatricdentistry-kids__list__note__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__title {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-pediatricdentistry-kids__list__note__01 {
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 75%;
  }
}
.p-pediatricdentistry-kids__list__note__01__item {
  width: 100%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__01__item {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__01__item:nth-child(odd) {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__01__item:nth-child(even) {
    width: 55%;
  }
}
.p-pediatricdentistry-kids__list__note__02 {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__02 {
    width: 75%;
    padding: 1.25rem 0;
  }
}
.p-pediatricdentistry-kids__list__note__02__item {
  width: 100%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__02__item {
    font-size: 0.8rem;
    width: 33.33%;
  }
}
.p-pediatricdentistry-kids__list__note__02--space {
  padding-top: 4rem;
}
.p-pediatricdentistry-kids__list__note--accent {
  color: #dea75a;
}
.p-pediatricdentistry-kids__list__note__img {
  width: 18rem;
  height: 18rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__img {
    width: 13rem;
    height: 13rem;
    position: absolute;
    top: -6rem;
    right: 2rem;
  }
}
.p-pediatricdentistry-kids__list__note__img img {
  width: calc(18rem - 10px);
  height: calc(18rem - 10px);
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-kids__list__note__img img {
    width: calc(13rem - 10px);
    height: calc(13rem - 10px);
  }
}

.p-pediatricdentistry-caries__inner {
  position: relative;
  padding: 4.57rem 0 2rem 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-caries__inner {
    padding: 3.7rem 0 1.5rem 0;
  }
}
.p-pediatricdentistry-caries__list {
  width: 100%;
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-caries__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.2rem;
    width: 90%;
  }
}
.p-pediatricdentistry-caries__list__item {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-caries__list__item {
    width: 32%;
    margin-bottom: 2.5rem;
  }
}
.p-pediatricdentistry-caries__list__num {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  font-size: 3.214rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-caries__list__num {
    font-size: 3rem;
  }
}
.p-pediatricdentistry-caries__list__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-caries__list__title {
    font-size: 1.2rem;
  }
}
.p-pediatricdentistry-caries__list__img {
  width: 70%;
  margin: 0 auto;
}
.p-pediatricdentistry-caries__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.045em;
  font-size: 1rem;
  padding-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-caries__list__text {
    letter-spacing: 0.02em;
    font-size: 0.8rem;
  }
}
.p-pediatricdentistry-caries__space {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-caries__space {
    padding-top: 8.8rem;
  }
}

.p-pediatricdentistry-pregnant__inner {
  position: relative;
  padding: 4.28rem 0 5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-pregnant__inner {
    padding: 3.5rem 0 4.5rem 5%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-pregnant__left {
    width: 60%;
  }
}
.p-pediatricdentistry-pregnant__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 2em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-pregnant__title {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-pediatricdentistry-pregnant__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.045em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-pregnant__text {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
  }
}
.p-pediatricdentistry-pregnant__button {
  padding-top: 2rem;
}
.p-pediatricdentistry-pregnant__img {
  width: 18rem;
  height: 18rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-pregnant__img {
    margin: 0;
  }
}
.p-pediatricdentistry-pregnant__img img {
  width: calc(18rem - 10px);
  height: calc(18rem - 10px);
}
.p-pediatricdentistry-pregnant__space {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-pediatricdentistry-pregnant__space {
    padding-top: 8.8rem;
  }
}

.p-toothloss-about {
  padding: 3.35rem 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about {
    padding: 7.3rem 0 0 0;
  }
}
.p-toothloss-about__trouble {
  background-color: #6aa574;
  border-radius: 16px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble {
    padding: 1.8rem;
    width: 70%;
  }
}
.p-toothloss-about__trouble::before {
  content: "";
  display: block;
  background-color: #6aa574;
  width: 3rem;
  height: 4rem;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-toothloss-about__trouble__title {
  position: relative;
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 0 0.75em;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble__title {
    font-size: 1.4rem;
  }
}
.p-toothloss-about__trouble__title::before {
  content: "";
  background-color: #ffffff;
  height: 3.3rem;
  width: 3px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble__title::before {
    height: 1.75rem;
  }
}
.p-toothloss-about__trouble__title::after {
  content: "";
  background-color: #ffffff;
  height: 3.3rem;
  width: 3px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble__title::after {
    height: 1.75rem;
  }
}
.p-toothloss-about__trouble__list {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-toothloss-about__trouble__list__item {
  width: 100%;
  border-bottom: 2px dotted #6aa574;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble__list__item {
    width: 49.9%;
  }
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble__list__item:nth-child(5) {
    border-bottom: none;
  }
}
.p-toothloss-about__trouble__list__item:nth-child(6) {
  border-bottom: none;
}
.p-toothloss-about__trouble__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6aa574;
  line-height: 2.25;
  text-align: left;
  font-size: 1.142rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble__subtitle {
    font-size: 1.2rem;
  }
}
.p-toothloss-about__trouble__check {
  width: 1.2em;
}
.p-toothloss-about__trouble__check .st0 {
  fill: none;
  stroke: #6aa574;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__trouble__check .st0 {
    stroke: #dea75a;
  }
}
.p-toothloss-about__toothloss {
  background-color: #ffffff;
  border: 2px solid #6aa574;
  border-radius: 8px;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__toothloss {
    padding: 3rem 3rem 2rem 3rem;
  }
}
.p-toothloss-about__toothloss__title {
  background-color: #6aa574;
  border-radius: 3rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.36;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__toothloss__title {
    display: inline-block;
    line-height: 2;
    font-size: 1.4rem;
    padding: 0.5em 1.5em;
  }
}
.p-toothloss-about__toothloss__inner {
  padding-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__toothloss__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__toothloss__left {
    width: 60%;
  }
}
.p-toothloss-about__toothloss__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__toothloss__subtitle {
    font-size: 1.2rem;
  }
}
.p-toothloss-about__toothloss__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding: 1em 0 0 0;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__toothloss__text {
    font-size: 0.8rem;
    padding: 1em 0 5em 0;
  }
}
.p-toothloss-about__toothloss__img {
  width: 18rem;
  height: 18rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-about__toothloss__img {
    margin: 0;
  }
}
.p-toothloss-about__toothloss__img img {
  width: calc(18rem - 10px);
  height: calc(18rem - 10px);
}

.p-toothloss-treatment {
  padding: 5rem 0 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment {
    padding: 8.8rem 0 0 0;
  }
}
.p-toothloss-treatment__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding-top: 2em;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment__title {
    font-size: 1.2rem;
  }
}
.p-toothloss-treatment__list {
  width: 100%;
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.2rem;
  }
}
.p-toothloss-treatment__list__item {
  background-color: #ffffff;
  border: 2px solid #6aa574;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment__list__item {
    width: 32%;
    margin-bottom: 2.5rem;
  }
}
.p-toothloss-treatment__list__num {
  font-family: "new-order", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  font-size: 3.214rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment__list__num {
    font-size: 3rem;
  }
}
.p-toothloss-treatment__list__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment__list__title {
    font-size: 1.2rem;
  }
}
.p-toothloss-treatment__list__img {
  width: 70%;
  margin: 0 auto;
}
.p-toothloss-treatment__list__subtitle {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment__list__subtitle {
    font-size: 0.9rem;
  }
}
.p-toothloss-treatment__list__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.045em;
  font-size: 1rem;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment__list__text {
    letter-spacing: 0.02em;
    font-size: 0.8rem;
  }
}
.p-toothloss-treatment__list__button {
  line-height: 1.8;
}
.p-toothloss-treatment__list__own {
  background-color: #b68230;
  padding: 0.25em 1em;
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  font-size: 1rem;
  margin-left: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-treatment__list__own {
    font-size: 0.8rem;
  }
}
.p-toothloss-treatment__button {
  padding: 2rem 0;
}

.p-toothloss-difference__inner {
  position: relative;
  padding: 4.57rem 0 2rem 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-difference__inner {
    padding: 3.7rem 5% 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-toothloss-difference__left {
    width: 60%;
  }
}
.p-toothloss-difference__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 2em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-difference__title {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-toothloss-difference__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.045em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-difference__text {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
  }
}
.p-toothloss-difference__button {
  padding-top: 2rem;
}
.p-toothloss-difference__img {
  width: 18rem;
  height: 18rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-difference__img {
    margin: 0;
  }
}
.p-toothloss-difference__img img {
  width: calc(18rem - 10px);
  height: calc(18rem - 10px);
}
.p-toothloss-difference__space {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-difference__space {
    padding-top: 8.8rem;
  }
}

.p-toothloss-visiting__inner {
  position: relative;
  padding: 4.28rem 0 5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-visiting__inner {
    padding: 3.5rem 0 4.5rem 5%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-toothloss-visiting__left {
    width: 60%;
  }
}
.p-toothloss-visiting__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
  padding: 2em 0 1em 0;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-visiting__title {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-toothloss-visiting__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.045em;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-visiting__text {
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
  }
}
.p-toothloss-visiting__button {
  padding-top: 2rem;
}
.p-toothloss-visiting__img {
  width: 18rem;
  height: 18rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2rem auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-visiting__img {
    margin: 0;
  }
}
.p-toothloss-visiting__img img {
  width: calc(18rem - 10px);
  height: calc(18rem - 10px);
}
.p-toothloss-visiting__space {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-toothloss-visiting__space {
    padding-top: 8.8rem;
  }
}

.p-privacypolicy-privacypolicy {
  padding: 3.142rem 0 5rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy {
    padding: 7.2rem 0 8rem 0;
  }
}
.p-privacypolicy-privacypolicy__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1.285rem;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__title {
    line-height: 2;
    font-size: 1.4rem;
  }
}
.p-privacypolicy-privacypolicy__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__text {
    line-height: 2;
    font-size: 0.8rem;
    width: 62%;
  }
}
.p-privacypolicy-privacypolicy__list {
  padding-top: 2.5rem;
}
.p-privacypolicy-privacypolicy__list__item {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6aa574;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 1rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-privacypolicy-privacypolicy__list__item {
    font-size: 0.8rem;
  }
}
.p-privacypolicy-privacypolicy__list__link {
  color: #3d3d3d;
  text-decoration: underline;
  margin-left: 0.5em;
}
.p-privacypolicy-privacypolicy__list__link:hover, .p-privacypolicy-privacypolicy__list__link:visited {
  color: #3d3d3d;
}

.p-wp-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 3.5rem 0 3.5rem 0;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog {
    padding: 3.5rem 0 20rem 0;
  }
}
.p-wp-blog__main {
  width: 100%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__main {
    width: 65%;
    padding-bottom: 0;
  }
}
.p-wp-blog__side {
  width: 100%;
  padding-top: 4rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side {
    width: 30%;
    padding-left: 9%;
    padding-top: 0;
  }
}
.p-wp-blog__post {
  border-bottom: 1px solid #cecece;
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post {
    padding: 0 0 2rem 0;
  }
}
.p-wp-blog__post__link {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
}
.p-wp-blog__post__img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__img {
    width: 20%;
  }
}
.p-wp-blog__post__inner {
  padding-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__inner {
    width: 75%;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.p-wp-blog__post__date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__date {
    font-size: 0.8rem;
  }
}
.p-wp-blog__post__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.25rem;
}
.p-wp-blog__post__category__list__item {
  background-color: #6aa574;
  border-radius: 1rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5em 1em;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__category__list__item {
    font-size: 0.7rem;
  }
}
.p-wp-blog__post__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
  padding: 0.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__post__title {
    font-size: 1.2rem;
  }
}
.p-wp-blog__side {
  background-color: #ffffff;
  border: 2px solid #6aa574;
  border-radius: 8px;
  padding: 1.2rem;
}
.p-wp-blog__side__list {
  position: relative;
}
.p-wp-blog__side__list h2 {
  position: relative;
  border-bottom: 1px solid #6aa574;
  padding-bottom: 0.5em;
  margin-bottom: 1.5px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list h2 {
    font-size: 0.9rem;
  }
}
.p-wp-blog__side__list h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  width: 5em;
  height: inherit;
}
.p-wp-blog__side__list ul {
  padding: 0.5rem 0 3rem 0;
  position: relative;
}
.p-wp-blog__side__list ul.children {
  padding-bottom: 0;
}
.p-wp-blog__side__list ul.children a {
  padding-left: 1em;
}
.p-wp-blog__side__list li {
  position: relative;
}
.p-wp-blog__side__list a {
  display: block;
  padding: 1.5em 0;
  line-height: 1.6;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  font-size: 1rem;
  border-bottom: 1px solid #cecece;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list a {
    font-size: 0.8rem;
  }
}
.p-wp-blog__side__list a:visited, .p-wp-blog__side__list a:hover {
  color: #5b4a3f;
}
.p-wp-blog__side__list .widget_recent_entries a {
  padding: 2.75em 0 1.5em 0;
}
.p-wp-blog__side__list .widget_recent_entries .post-date {
  position: absolute;
  top: 1.25rem;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1;
  font-size: 0.9rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__side__list .widget_recent_entries .post-date {
    font-size: 0.7rem;
  }
}
.p-wp-blog .pagination {
  margin: 2rem 0 0;
}
.p-wp-blog .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-wp-blog .pagination .page-numbers {
  display: inline-block;
  margin-right: 1rem;
  padding: 1rem 1.25rem;
  color: #3d3d3d;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #cecece;
          box-shadow: 0 3px 3px #cecece;
  background: #ffffff;
}
.p-wp-blog .pagination .current {
  padding: 1rem 1.25rem;
  background: #6aa574;
  color: #ffffff;
}
.p-wp-blog .pagination .prev,
.p-wp-blog .pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3d3d3d;
}
.p-wp-blog .pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-wp-blog__single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.p-wp-blog__single__date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1.6;
  font-size: 1rem;
  padding-top: 0.075rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__date {
    line-height: 1.8;
    font-size: 0.8rem;
  }
}
.p-wp-blog__single__category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.p-wp-blog__single__category__item {
  background-color: #6aa574;
  border-radius: 1rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5em 1em;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__category__item {
    font-size: 0.7rem;
  }
}
.p-wp-blog__single__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  text-align: left;
  line-height: 1.4;
  font-size: 1.142rem;
  border-bottom: 1px solid #6aa574;
  padding: 0.5em 0 1.5rem 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__title {
    font-size: 1.2rem;
  }
}
.p-wp-blog__single__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  text-align: justify;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-blog__single__text {
    font-size: 0.8rem;
  }
}
.p-wp-blog__single__text p {
  line-height: 1.8;
}
.p-wp-blog__single__text img {
  max-width: 91%;
  margin: 0 auto;
  max-height: 427px;
  margin-bottom: 1rem;
  display: inline-block;
  width: auto;
}

.p-wp-column .p-wp-blog__single__text h2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-column .p-wp-blog__single__text h2 {
    font-size: 1.2rem;
  }
}
.p-wp-column .p-wp-blog__single__text h3 {
  background-color: #6aa574;
  padding: 1em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-column .p-wp-blog__single__text h3 {
    font-size: 1rem;
  }
}
.p-wp-column .p-wp-blog__single__text h4 {
  background-color: #def3e5;
  padding: 0.5em 2em;
  display: inline-block;
  border-radius: 1rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b4a3f;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-column .p-wp-blog__single__text h4 {
    font-size: 0.9rem;
  }
}
.p-wp-column .p-wp-blog__single__text h5 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6aa574;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 1.142rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-column .p-wp-blog__single__text h5 {
    font-size: 0.9rem;
  }
}
.p-wp-column .p-wp-blog__single__text img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.p-wp-column .p-wp-blog__single__text p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 1rem;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-wp-column .p-wp-blog__single__text p {
    font-size: 0.8rem;
  }
}
.p-wp-column .p-wp-blog__single__text ul {
  padding: 0.5rem 0 2rem 0;
}
.p-wp-column .p-wp-blog__single__text ul li {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-wp-column .p-wp-blog__single__text ul li {
    font-size: 0.7rem;
  }
}
.p-wp-column .p-wp-blog__single__text ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6aa574;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .p-wp-column .p-wp-blog__single__text ul li::before {
    font-size: 0.7rem;
  }
}
.p-wp-column .p-wp-blog__single__text table {
  background-color: #ffffff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3d3d3d;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 1rem;
  margin-bottom: 2rem;
  border-top: 1px solid #cecece;
}
@media screen and (min-width: 1024px) {
  .p-wp-column .p-wp-blog__single__text table {
    font-size: 0.8rem;
  }
}
.p-wp-column .p-wp-blog__single__text table td {
  border-bottom: 1px solid #cecece;
  padding: 1em;
}/*# sourceMappingURL=style.css.map */