@import "https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap";
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #333333;
  letter-spacing: 0.064em;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  body {
    min-width: unset;
    font-size: 1.6rem;
  }
}
body.is-hidden {
  overflow-y: hidden;
}

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

.is-pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .is-sp {
    display: block;
  }
}

.l-wrap {
  overflow: hidden;
}

.l-header {
  position: relative;
}
.l-header__mv {
  position: relative;
}
.l-header__copy {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  width: 100%;
  text-align: center;
}
.l-header__title {
  display: inline-block;
  color: #fa991f;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.l-header__ja {
  padding: 10px;
  font-size: 5.6rem;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
@media screen and (max-width: 834px) {
  .l-header__ja {
    padding: 8px;
    font-size: 3.2rem;
  }
}
.l-header__en {
  margin-top: 10px;
  padding: 8px;
  font-size: 2.4rem;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
@media screen and (max-width: 834px) {
  .l-header__en {
    padding: 6px;
    font-size: 1.8rem;
  }
}

.l-bread {
  margin-top: 24px;
}
.l-bread__home {
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-bread__home {
    top: -4px;
    width: 20px;
  }
}
.l-bread__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .l-bread__list {
    gap: 6px;
  }
}
.l-bread__link {
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .l-bread__link {
    font-size: 1.8rem;
  }
}

.l-section {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 834px) {
  .l-section {
    margin-top: 90px;
  }
}

.l-footer__map {
  height: 467px;
  border-bottom: 4px solid #f9a81f;
}
@media screen and (max-width: 834px) {
  .l-footer__map {
    height: 100vw;
    border-bottom: 2px solid #f9a81f;
  }
}
.l-footer__map iframe {
  width: 100%;
  height: 100%;
}
.l-footer__clinic {
  margin: -64px auto 0;
}
@media screen and (max-width: 834px) {
  .l-footer__clinic {
    margin-top: -20px !important;
  }
}
.l-footer__nav {
  position: relative;
  width: 100%;
  margin-top: 32px;
  padding: 22px 62px;
  background-color: #f5f5f5;
  border-radius: 36px;
}
@media screen and (max-width: 834px) {
  .l-footer__nav {
    display: none;
    padding: 8px 32px 32px;
  }
}
.l-footer__nav::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -100px;
  width: 136px;
  height: 161px;
  background-image: url(../../images/footer/bg_circle_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: 22s linear infinite rotate;
          animation: 22s linear infinite rotate;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 834px) {
  .l-footer__nav::before {
    display: none;
  }
}
.l-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 834px) {
  .l-footer__navList {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__navItem {
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
}
@media screen and (max-width: 834px) {
  .l-footer__navItem {
    width: 50%;
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
.l-footer__navItem:hover, .l-footer__navItem.is-current {
  color: #fa991f;
}
.l-footer__navItem::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f9a81f;
}
@media screen and (max-width: 834px) {
  .l-footer__navItem::before {
    width: 10px;
    height: 10px;
  }
}
.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 72px;
}
@media screen and (max-width: 1280px) {
  .l-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin-top: 48px;
  }
}
.l-footer__left {
  width: 500px;
}
@media screen and (max-width: 1390px) {
  .l-footer__left {
    width: 450px;
  }
}
@media screen and (max-width: 1280px) {
  .l-footer__left {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer__sns {
  margin-top: 48px;
  padding: 12px 0;
  border-radius: 40px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .l-footer__sns {
    margin-top: 24px;
  }
}
.l-footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 834px) {
  .l-footer__sns ul {
    gap: 44px;
  }
}
.l-footer__sns li {
  width: 32px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 834px) {
  .l-footer__sns li {
    width: 28px;
  }
}
.l-footer__sns li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.l-footer__sns a {
  display: block;
}
.l-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  width: 590px;
}
@media screen and (max-width: 1390px) {
  .l-footer__right {
    width: 490px;
  }
}
@media screen and (max-width: 1280px) {
  .l-footer__right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__right {
    width: 100%;
  }
}
.l-footer__bottom {
  margin-top: 80px;
}
.l-footer__line {
  height: 50px;
  background-image: url(../../images/footer/bg_line_pc_01.svg);
  background-size: 150% auto;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .l-footer__line {
    height: 32px;
    background-size: 120% auto;
    background-image: url(../../images/footer/bg_ling_sp_01.svg);
  }
}
.l-footer__copy {
  padding: 40px 0;
  color: #fff;
  background-color: #333;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-footer__copy {
    padding: 20px 0 72px;
  }
}
.l-footer__copy small {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .l-footer__copy small {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.l-pageTop {
  position: fixed;
  bottom: 12px;
  right: 54px;
  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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #719f24;
  opacity: 0;
  content-visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
  cursor: pointer;
}
.l-pageTop.is-active {
  opacity: 1;
  content-visibility: visible;
  z-index: unset;
}
@media screen and (max-width: 1690px) {
  .l-pageTop {
    right: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .l-pageTop {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 834px) {
  .l-pageTop {
    bottom: calc(74px + 2vw);
    right: 2vw;
    width: 40px;
    height: 40px;
  }
}
.l-pageTop img {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .l-pageTop img {
    width: 50%;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(0 4px 24px rgba(23, 69, 108, 0.12));
          filter: drop-shadow(0 4px 24px rgba(23, 69, 108, 0.12));
}
@media screen and (max-width: 1280px) {
  .l-nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.64s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.64s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: scroll;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}
.l-nav.is-active {
  display: block;
  opacity: 1;
  z-index: 2;
}
.l-nav.is-active .l-nav__item:hover,
.l-nav.is-active .l-nav__sub {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-nav__content {
    width: 87%;
    margin: 0 auto;
    padding: 12% 0 4%;
  }
}
@media screen and (max-width: 834px) {
  .l-nav__content {
    padding: 16% 0 32%;
  }
}
.l-nav__main {
  width: 1240px;
  padding: 12px 40px 12px 64px;
  background-color: #fff;
  border-bottom-left-radius: 32px;
}
@media screen and (max-width: 1690px) {
  .l-nav__main {
    width: 1050px;
    padding: 12px 32px 12px 40px;
  }
}
@media screen and (max-width: 1390px) {
  .l-nav__main {
    width: 960px;
    padding: 8px 24px;
  }
}
@media screen and (max-width: 1280px) {
  .l-nav__main {
    width: 100%;
    background-color: unset;
  }
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .l-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-nav__item {
  position: relative;
  display: block;
  margin-right: 32px;
  text-align: center;
}
@media screen and (max-width: 1690px) {
  .l-nav__item {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1390px) {
  .l-nav__item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .l-nav__item {
    width: 100%;
    margin-right: 0;
    padding: 12px 0;
    border-bottom: 2px dashed #ccc;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.l-nav__item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f9a016;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 1280px) {
  .l-nav__item::before {
    display: none;
  }
}
.l-nav__item span {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .l-nav__item span {
    display: inline-block;
    vertical-align: baseline;
  }
}
.l-nav__item:hover .l-nav__sub {
  opacity: 1;
  content-visibility: visible;
  z-index: 1;
  height: auto;
  width: 210px;
  padding: 12px 10px 20px;
}
@media screen and (max-width: 1280px) {
  .l-nav__item:hover .l-nav__sub {
    width: 100%;
    padding: 10px 8px 16px;
  }
}
.l-nav__item:hover::before, .l-nav__item.is-current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 1690px) {
  .l-nav__ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1390px) {
  .l-nav__ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .l-nav__ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .l-nav__ja {
    font-size: 1.6rem;
  }
}
.l-nav__en {
  margin-top: 6px;
  color: #f9a81f;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1690px) {
  .l-nav__en {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1280px) {
  .l-nav__en {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .l-nav__en {
    font-size: 1.1rem;
  }
}
.l-nav__sub {
  position: absolute;
  left: 0;
  top: 52px;
  width: 0;
  padding: 0;
  color: #fff;
  background-color: #f9a016;
  border-radius: 12px;
  border-top-left-radius: 0;
  -moz-text-align-last: left;
       text-align-last: left;
  opacity: 0;
  content-visibility: hidden;
  -webkit-transition: all 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1390px) {
  .l-nav__sub {
    width: 180px;
    padding: 10px 8px 16px;
  }
}
@media screen and (max-width: 1280px) {
  .l-nav__sub {
    display: none;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    border-radius: unset;
    opacity: 1;
    content-visibility: visible;
    z-index: unset;
  }
}
.l-nav__subItem {
  text-align: left;
  border-bottom: 2px dashed #fff;
}
.l-nav__subItem a {
  display: block;
  white-space: nowrap;
  padding: 8px 0;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-nav__subItem:hover a {
  text-align: left;
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
}
.l-nav__cross {
  display: none;
}
.l-nav__cross.is-active .first {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .l-nav__cross {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 18px;
    right: 0;
    cursor: pointer;
  }
}
.l-nav__cross span {
  position: absolute;
  display: block;
  background-color: #333;
}
.l-nav__cross .first {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  margin: 0 auto;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-nav__cross .second {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  margin: auto 0;
}
@media screen and (max-width: 1280px) {
  .l-nav__phone {
    width: 84%;
    margin: 24px auto 0;
  }
}
.l-nav__phoneHead {
  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: 4px;
  padding: 6px 20px;
  color: #fff;
  background-color: #fa991f;
  border-radius: 16px;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 1690px) {
  .l-nav__phoneHead {
    padding: 4px 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1280px) {
  .l-nav__phoneHead {
    font-size: 1.3rem;
  }
}
.l-nav__phoneBody {
  margin-top: 4px;
  color: #fa991f;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1690px) {
  .l-nav__phoneBody {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .l-nav__phoneBody {
    font-size: 3rem;
  }
}
.l-nav__sns {
  display: none;
  width: 240px;
  margin-left: auto;
  padding: 10px 0;
  background-color: #fff;
  border-bottom-left-radius: 16px;
}
@media screen and (max-width: 1690px) {
  .l-nav__sns {
    width: 190px;
    padding: 4px 0 8px;
  }
}
@media screen and (max-width: 1280px) {
  .l-nav__sns {
    display: block;
    width: 100%;
    margin: 16px auto 0;
    padding: 2vw 0;
    border-radius: 16px;
    background-color: #f5f5f5;
  }
}
.l-nav__snsList {
  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: 20px;
}
.l-nav__snsItem {
  width: 32px;
}
@media screen and (max-width: 1690px) {
  .l-nav__snsItem {
    width: 24px;
  }
}
@media screen and (max-width: 834px) {
  .l-nav__snsItem {
    width: 7vw;
  }
}
.l-nav__snsItem a {
  display: block;
}

.l-logo {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 420px;
  width: 72vw;
  padding: 26px 0;
  background-color: #fff;
  border-bottom-right-radius: 32px;
  -webkit-box-shadow: 0 4px 24px rgba(23, 69, 108, 0.12);
          box-shadow: 0 4px 24px rgba(23, 69, 108, 0.12);
  z-index: 2;
}
@media screen and (max-width: 1690px) {
  .l-logo {
    max-width: 320px;
  }
}
@media screen and (max-width: 1390px) {
  .l-logo {
    max-width: 280px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 834px) {
  .l-logo {
    padding: 8px 12px;
  }
}
.l-logo__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;
}
@media screen and (max-width: 1690px) {
  .l-logo__inner {
    gap: 16px;
  }
}
.l-logo__img {
  width: 304px;
}
@media screen and (max-width: 1690px) {
  .l-logo__img {
    width: 264px;
  }
}
@media screen and (max-width: 1390px) {
  .l-logo__img {
    width: 204px;
  }
}
.l-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-button {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .l-button {
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fa991f;
    z-index: 2;
  }
}
@media screen and (max-width: 834px) {
  .l-button {
    top: 10px;
    right: 10px;
  }
}
.l-button.is-active .l-button__line--top {
  -webkit-transform: translateY(8px) rotate(-30deg);
          transform: translateY(8px) rotate(-30deg);
}
.l-button.is-active .l-button__line--middle {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.l-button.is-active .l-button__line--bottom {
  -webkit-transform: translateY(-8px) rotate(30deg);
          transform: translateY(-8px) rotate(30deg);
}
.l-button__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;
  width: 100%;
  height: 100%;
}
.l-button__line {
  display: block;
  width: 32px;
  height: 4px;
  margin-top: 4px;
  border-radius: 24px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-button__line:first-of-type {
  margin-top: 0;
}

.l-side {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .l-side {
    top: 120px;
  }
}
@media screen and (max-width: 834px) {
  .l-side {
    top: unset;
    bottom: 0;
    right: 0;
    width: 79%;
  }
}
@media screen and (max-width: 834px) {
  .l-side__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-side__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 6px;
  width: 64px;
  padding: 14px 0;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.l-side__item:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (max-width: 834px) {
  .l-side__item:not(:first-of-type) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1690px) {
  .l-side__item {
    width: 56px;
  }
}
@media screen and (max-width: 834px) {
  .l-side__item {
    max-height: 74px;
  }
}
@media screen and (max-width: 834px) {
  .l-side__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 50%;
    height: 74px;
    padding: unset;
    border-radius: unset;
  }
}
.l-side__item--web {
  color: #fa991f;
  border-color: #fa991f;
}
.l-side__item--web:hover {
  color: #fff;
  background-color: #fa991f;
}
.l-side__item--line {
  color: #06c755;
  border-color: #06c755;
}
.l-side__item--line:hover {
  color: #fff;
  background-color: #06c755;
}
@media screen and (max-width: 834px) {
  .l-side__item--line {
    display: none;
  }
}
.l-side__item--tel {
  display: none;
}
@media screen and (max-width: 834px) {
  .l-side__item--tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #719f24;
    border-color: #719f24;
  }
}
.l-side__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-side__icon {
  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;
  line-height: 1;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 1690px) {
  .l-side__icon {
    width: 28px;
    height: 28px;
  }
}
.l-side__icon--web {
  background-color: #fa991f;
}
.l-side__icon--web img {
  max-width: 12px;
}
@media screen and (max-width: 834px) {
  .l-side__icon--web img {
    max-width: 12px;
  }
}
.l-side__icon--line {
  background-color: #06c755;
}
.l-side__icon--tel {
  background-color: #719f24;
}
.l-side__icon--tel img {
  max-width: 12px;
}
@media screen and (max-width: 834px) {
  .l-side__icon--tel img {
    max-width: 12px;
  }
}
.l-side__text {
  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-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 834px) {
  .l-side__text {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 1.6rem;
  }
}

.l-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .l-service__list {
    gap: 0;
    width: 100%;
  }
}
.l-service__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
}
@media screen and (max-width: 1280px) {
  .l-service__item {
    margin: 0.6em;
  }
}
@media screen and (max-width: 834px) {
  .l-service__item {
    width: 26%;
  }
}
.l-service__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-service__item:hover .l-service__icon {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}
.l-service__icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #719f24;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  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;
  padding: 10px;
}
.l-service__icon img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .l-service__icon {
    width: 80px;
    height: 80px;
    padding: 5px;
  }
}
.l-service__title {
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .l-service__title {
    font-size: 1.2rem;
  }
}

.l-clinic {
  position: relative;
  padding: 130px 0 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .l-clinic {
    padding: 0 0;
  }
}
.l-clinic__main {
  position: relative;
  width: 1070px;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #fff;
  border: 8px solid #f9a81f;
  border-radius: 64px;
}
@media screen and (max-width: 1280px) {
  .l-clinic__main {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  .l-clinic__main {
    width: 100%;
    padding-bottom: 35px;
    border: 4px solid #f9a81f;
    border-radius: 24px;
  }
}
.l-clinic__head {
  width: 240px;
  padding: 4px 0;
  margin: -8px auto 0;
  color: #fff;
  background-color: #f9a81f;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-clinic__head {
    width: 73%;
    margin-top: -4px;
    font-size: 1.8rem;
  }
}
.l-clinic__body {
  width: 66.5%;
  max-width: 700px;
  margin: 64px auto 0;
}
@media screen and (max-width: 834px) {
  .l-clinic__body {
    width: 80%;
    margin: 35px auto 0;
  }
}
.l-clinic__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  padding: 24px 0;
  border-bottom: 2px dashed #333;
}
@media screen and (max-width: 834px) {
  .l-clinic__dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-bottom: unset;
    padding: 0;
    margin-top: 8px;
  }
}
.l-clinic__dl dt {
  min-width: 110px;
  padding: 8px 0;
  line-height: 1;
  border-radius: 24px;
  color: #fff;
  background-color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-clinic__dl dt {
    width: 100%;
    font-size: 1.2rem;
  }
}
.l-clinic__dl dd {
  width: 480px;
}
@media screen and (max-width: 834px) {
  .l-clinic__dl dd {
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .l-clinic__dl dd.center {
    text-align: center;
  }
}
.l-clinic__deco {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f9a81f;
}
@media screen and (max-width: 834px) {
  .l-clinic__deco {
    width: 12px;
    height: 12px;
  }
}
.l-clinic__deco--rightTop {
  right: 40px;
  top: 40px;
}
@media screen and (max-width: 834px) {
  .l-clinic__deco--rightTop {
    right: 20px;
    top: 20px;
  }
}
.l-clinic__deco--rightBottom {
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 834px) {
  .l-clinic__deco--rightBottom {
    right: 20px;
    bottom: 20px;
  }
}
.l-clinic__deco--leftTop {
  left: 40px;
  top: 40px;
}
@media screen and (max-width: 834px) {
  .l-clinic__deco--leftTop {
    left: 20px;
    top: 20px;
  }
}
.l-clinic__deco--leftBottom {
  left: 40px;
  bottom: 40px;
}
@media screen and (max-width: 834px) {
  .l-clinic__deco--leftBottom {
    left: 20px;
    bottom: 20px;
  }
}
.l-clinic__square {
  position: absolute;
  top: 0;
  left: -64px;
  -webkit-animation: 22s linear infinite rotate;
          animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.l-clinic__circle {
  position: absolute;
  bottom: 0;
  right: -48px;
  -webkit-animation: 22s linear infinite rotate;
          animation: 22s linear infinite rotate;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.l-panel {
  padding: 90px 0;
  background-image: url(../../images/common/bg_panel_01.svg);
}
@media screen and (max-width: 834px) {
  .l-panel {
    padding: 48px 0;
  }
}
.l-panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .l-panel__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-panel__item {
  width: 300px;
  min-height: 300px;
  padding: 36px 30px;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 834px) {
  .l-panel__item {
    width: 100%;
    min-height: unset;
    padding: 20px;
  }
}
.l-panel__head {
  color: #fa991f;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-panel__head {
    font-size: 2rem;
  }
}
.l-panel__text {
  margin-top: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .l-panel__text {
    font-size: 1.4rem;
  }
}
.l-panel__text a {
  text-decoration: underline;
}

.l-column {
  width: 1100px;
  margin: 64px auto 0;
}
@media screen and (max-width: 1280px) {
  .l-column {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .l-column {
    width: 100%;
    margin: 56px auto 0;
  }
}
.l-column__main {
  position: relative;
  padding: 40px 120px 40px;
  border: 8px solid #f9a016;
  border-radius: 56px;
}
@media screen and (max-width: 834px) {
  .l-column__main {
    padding: 30px 20px 25px;
    border-radius: 32px;
    border: 4px solid #f9a016;
  }
}
.l-column__main--sub {
  border: 8px solid #8aa81f;
}
@media screen and (max-width: 834px) {
  .l-column__main--sub {
    border: 4px solid #8aa81f;
  }
}
.l-column__main--sub::before {
  display: none;
}
.l-column__main::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44px;
  height: 40px;
  background-image: url(../../images/services/ico_tri_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .l-column__main::before {
    top: -16px;
    width: 32px;
    height: 30px;
  }
}
.l-column__title {
  padding-bottom: 8px;
  border-bottom: 4px dashed #f9a016;
  font-size: 2.4rem;
  text-align: center;
}
.l-column__title--sub {
  border-bottom: 4px dashed #8aa81f;
}
@media screen and (max-width: 834px) {
  .l-column__title {
    font-size: 1.8rem;
  }
}
.l-column__title .mini {
  display: inline-block;
  margin-left: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .l-column__title .mini {
    display: block;
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.l-column__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .l-column__body {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-column__img {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .l-column__img {
    width: 100%;
  }
}
.l-column__text {
  width: 570px;
}
@media screen and (max-width: 1280px) {
  .l-column__text {
    width: 100%;
  }
}

.l-table {
  position: fixed;
  top: 540px;
  padding: 14px 36px;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  -webkit-filter: drop-shadow(0 4px 24px rgba(23, 69, 108, 0.24));
          filter: drop-shadow(0 4px 24px rgba(23, 69, 108, 0.24));
  -webkit-transition: right 0.32s;
  transition: right 0.32s;
  z-index: 100;
}
.l-table.is-active {
  right: 0 !important;
}
@media screen and (max-width: 834px) {
  .l-table.is-active {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 1690px) {
  .l-table {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 1280px) {
  .l-table {
    top: 480px;
  }
}
@media screen and (max-width: 834px) {
  .l-table {
    top: unset;
    bottom: 0px;
    left: 0;
    width: 100vw;
    padding: 0 16px 8px;
    border-radius: unset;
    border-top-right-radius: 24px;
    -webkit-transition: bottom 0.32s;
    transition: bottom 0.32s;
    z-index: 2;
  }
}
.l-table__button {
  position: absolute;
  top: 0;
  left: -56px;
  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;
  width: 56px;
  height: 72%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #fff;
  background-color: #719f24;
  letter-spacing: 0.4em;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .l-table__button {
    top: -74px;
    right: unset;
    left: 0;
    width: 20vw;
    height: auto;
    padding: 10px;
    border-radius: unset;
    border-top-right-radius: 16px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.l-table__arrow {
  position: absolute;
  left: 62%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
@media screen and (max-width: 834px) {
  .l-table__arrow {
    display: none;
  }
}
.l-table__arrow::before {
  content: "<";
}
.l-table__arrow.is-active::before {
  content: ">";
}

.c-table {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .c-table--fixed {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-table--fixed {
    width: 100%;
  }
}
@media screen and (max-width: 1690px) {
  .c-table--fixed td,
  .c-table--fixed th {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1690px) {
  .c-table--fixed th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1690px) {
  .c-table--fixed .c-clinic__time {
    min-width: 130px;
  }
}
@media screen and (max-width: 834px) {
  .c-table table {
    width: 100%;
  }
}
.c-table td,
.c-table th {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 834px) {
  .c-table td,
  .c-table th {
    width: 32px;
    height: 40px;
    line-height: 40px;
  }
}
.c-table th {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .c-table th {
    font-size: 1.4rem;
  }
}
.c-table td {
  position: relative;
  color: #8aa81f;
}
.c-table__tbody {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-table__time {
  min-width: 155px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-table__time {
    min-width: 100px;
  }
}
.c-table__bottom {
  margin-top: 12px;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .c-table__bottom {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.c-table__bottom span {
  color: #8aa81f;
}

.c-link {
  min-width: 580px;
  padding: 20px 20px 25px;
  border-radius: 64px;
}
@media screen and (max-width: 1390px) {
  .c-link {
    min-width: 480px;
  }
}
@media screen and (max-width: 834px) {
  .c-link {
    min-width: unset;
    width: 100%;
    padding: 20px 16px 25px;
    border-radius: 48px;
  }
}
.c-link--phone {
  background-color: #faecd5;
  border: 2px solid #f9a016;
}
.c-link--web {
  background-color: #faf9dc;
  border: 2px solid #8aa81f;
}
@media screen and (max-width: 1280px) {
  .c-link--web {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .c-link--web {
    margin-top: 10px;
  }
}
.c-link__title {
  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: 20px;
}
@media screen and (max-width: 834px) {
  .c-link__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 834px) {
  .c-link__title .icon {
    width: 48px;
  }
}
.c-link__title .text {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .c-link__title .text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.c-link__main--phone {
  margin-top: -10px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-link__main--phone {
    margin-top: 0;
  }
}
.c-link__main--phone a {
  font-size: 5.3rem;
  font-weight: 700;
  letter-spacing: 0.064em;
}
@media screen and (max-width: 834px) {
  .c-link__main--phone a {
    font-size: 3.6rem;
  }
}
.c-link__main--phone .mini {
  margin-top: -10px;
}
@media screen and (max-width: 834px) {
  .c-link__main--phone .mini {
    font-size: 1.3rem;
  }
}
.c-link__main--web {
  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: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 834px) {
  .c-link__main--web {
    display: none;
  }
}
.c-link__main--web p {
  font-size: 1.6rem;
}
.c-link__click {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.c-link__banner {
  display: none;
}
@media screen and (max-width: 834px) {
  .c-link__banner {
    position: relative;
    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: 8px;
    width: 170px;
    margin: 16px auto 0;
    padding: 12px 0;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
  }
}
.c-link__banner--web {
  border-color: #fa991f;
}
.c-link__banner--line {
  border-color: #06c755;
}
.c-link__banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-link__text--web {
  color: #fa991f;
}
.c-link__text--line {
  color: #06c755;
}
.c-link__icon {
  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;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  text-align: center;
  line-height: 32px;
}
.c-link__icon--web {
  background-color: #fa991f;
}

.c-clinic {
  position: relative;
  padding: 30px;
  border-radius: 24px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .c-clinic {
    width: 90%;
    margin: 0 auto;
    padding: 24px;
  }
}
.c-clinic--footer {
  width: 1000px;
  padding-bottom: 80px;
  border: 4px solid #f9a81f;
}
@media screen and (max-width: 1390px) {
  .c-clinic--footer {
    width: 880px;
  }
}
@media screen and (max-width: 1280px) {
  .c-clinic--footer {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .c-clinic--footer {
    width: 97%;
    padding-bottom: 72px;
    border: 2px solid #f9a81f;
  }
}
.c-clinic__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: 48px;
}
@media screen and (max-width: 1690px) {
  .c-clinic__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 834px) {
  .c-clinic__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-clinic__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 423px;
}
@media screen and (max-width: 1690px) {
  .c-clinic__name {
    width: 340px;
  }
}
@media screen and (max-width: 1390px) {
  .c-clinic__name {
    width: 300px;
  }
}
@media screen and (max-width: 834px) {
  .c-clinic__name {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-clinic__footerLogo {
  display: inline-block;
  width: 254px;
  margin-right: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .c-clinic__footerLogo {
    display: block;
    width: 90%;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-clinic__footerName {
  display: inline-block;
  font-size: 3rem;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  .c-clinic__footerName {
    display: block;
    font-size: 1.8rem;
    text-align: center;
  }
}
.c-clinic__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  .c-clinic__sns {
    display: none;
  }
}
.c-clinic__sns li {
  width: 32px;
}
@media screen and (max-width: 1690px) {
  .c-clinic__info {
    font-size: 1.6rem;
  }
}
.c-clinic__tel {
  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;
  margin-top: 8px;
  padding: 4px 0;
  color: #fff;
  background-color: #f9a81f;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 24px;
}
@media screen and (max-width: 1690px) {
  .c-clinic__tel {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .c-clinic__tel {
    margin-top: 16px;
    padding: 8px 0;
    font-size: 3rem;
  }
}
.c-clinic__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  background-color: #f9a81f;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 1690px) {
  .c-clinic__bottom {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .c-clinic__bottom {
    font-size: 3rem;
  }
}

.c-button {
  position: relative;
  width: 300px;
  border-radius: 32px;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .c-button {
    width: 240px;
  }
}
@media screen and (max-width: 834px) {
  .c-button {
    width: 72%;
  }
}
.c-button--main {
  background-color: #fa991f;
  border: 2px solid #fa991f;
}
.c-button--main a::before {
  background-color: #fa991f;
}
.c-button--main:hover {
  color: #fa991f;
}
.c-button--sub {
  background-color: #719f24;
  border: 2px solid #719f24;
}
.c-button--sub a::before {
  background-color: #719f24;
}
.c-button--sub:hover {
  color: #719f24;
}
.c-button--wide {
  width: 360px;
}
@media screen and (max-width: 834px) {
  .c-button--wide {
    width: 100%;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 32px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.64s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-button a {
  position: relative;
  display: block;
  padding: 12px 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-button a {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.c-button a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  border-radius: 50%;
  background-image: url(../../images/common/ico_arrow.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .c-button a::before {
    width: 47px;
  }
}
.c-button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.c-title {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-title {
    margin-bottom: 32px;
  }
}
.c-title__content {
  display: inline-block;
  padding: 8px 72px;
  border: 2px solid #719f24;
  border-radius: 56px;
  -webkit-box-shadow: 10px 10px 0 #719f24;
          box-shadow: 10px 10px 0 #719f24;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-title__content {
    padding: 14px 48px;
    -webkit-box-shadow: 6px 6px 0 #719f24;
            box-shadow: 6px 6px 0 #719f24;
    font-size: 2rem;
  }
}

.c-logoTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 88px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-logoTitle {
    margin-bottom: 48px;
  }
}
.c-logoTitle__logo {
  width: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .c-logoTitle__logo {
    width: 48px;
  }
}
.c-logoTitle__ja {
  margin-top: 24px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-logoTitle__ja {
    font-size: 3.2rem;
  }
}
.c-logoTitle__en {
  margin-top: 8px;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .c-logoTitle__en {
    font-size: 1.4rem;
  }
}
.c-logoTitle__en--main {
  color: #fa991f;
}
.c-logoTitle__en--sub {
  color: #719f24;
}

.m-content, .l-clinic {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1390px) {
  .m-content, .l-clinic {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .m-content, .l-clinic {
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }
}

.m-pageBottom {
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .m-pageBottom {
    margin-bottom: 120px;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .u-sp {
    display: block;
  }
}

.u-splitAnime span {
  position: relative;
  opacity: 0;
  left: -8px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.u-splitAnime span:nth-of-type(1) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.u-splitAnime span:nth-of-type(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.u-splitAnime span:nth-of-type(3) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.u-splitAnime span:nth-of-type(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.u-splitAnime span:nth-of-type(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.u-splitAnime span:nth-of-type(6) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.u-splitAnime span:nth-of-type(7) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.u-splitAnime span:nth-of-type(8) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.u-splitAnime span:nth-of-type(9) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.u-splitAnime span:nth-of-type(10) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.u-splitAnime.is-active span {
  opacity: 1;
  left: 0;
}

/* ---------------------------------------------------------
 *  switch
 *----------------------------------------------------------*/
#switch {
  position: fixed;
  bottom: 10%;
  left: 0;
  z-index: 999;
}
#switch ul li {
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px;
}
#switch a {
  cursor: pointer;
  display: block;
  font-size: 0.8rem;
  color: #333;
}