@charset "UTF-8";
.header__contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  height: 40px;
  background-color: #f8f7f0;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.header__sp-logo {
  margin: 0 auto;
  max-width: 208px;
  width: 70%;
}

.header__sp-logo img {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  max-height: 77px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.header.with-scroll {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 10px 0 20px 10px;
  max-width: 1324px;
  width: 100%;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-right: auto;
  max-width: 275px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__title {
  width: 19vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__title img {
  width: 100%;
}

.header__title.is-active img {
  opacity: 0.5;
}

.header__title:hover img {
  opacity: 0.8;
}

.header__right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__form-wrap {
  position: relative;
  max-width: 274px;
  width: 20vw;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-weight: 700;
}

.header__form-wrap img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.header__form-wrap img:nth-child(1) {
  opacity: 0;
}

.header__form-wrap img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.header__phone-wrap {
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  max-width: 376px;
  width: 27vw;
  text-align: center;
}

.header__phone-wrap img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.header__phone-wrap img:nth-child(1) {
  opacity: 0;
}

.header__phone-wrap img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.header__nav {
  margin-top: 8px;
  margin-right: 33px;
  max-width: 535px;
  width: 100%;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 38px;
}

.header__nav li {
  text-align: center;
}

.header__nav li a {
  position: relative;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  font-family: "Baskerville", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav li a p {
  font-size: 0.6875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.header__nav li a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-left: 15px;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  gap: 0 10px;
}

.header__phone p {
  padding-top: 7px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "Roboto Flex";
}

.header__phone .num-font {
  margin-top: -6px;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 0.625rem;
}

.header__num {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__num:hover {
  opacity: 0.7;
}

body.is-active {
  overflow: hidden;
  height: 100%;
}

.header__btn-wrapper {
  display: none;
}

.header__btn {
  position: relative;
  z-index: 1001;
  margin-right: 10px;
  width: 36px;
  height: 30px;
  cursor: pointer;
}

.header__btn span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header__btn span:nth-of-type(1) {
  top: 10px;
  left: 4px;
}

.header__btn span:nth-of-type(2) {
  top: 19px;
  left: 4px;
}

.header__btn.is-active span:nth-of-type(1) {
  top: 8px;
  left: 4px;
  background: #54595e;
  -webkit-transform: translateY(6px) rotate(-10deg);
  transform: translateY(6px) rotate(-10deg);
}

.header__btn.is-active span:nth-of-type(2) {
  top: 20px;
  left: 4px;
  background: #54595e;
  -webkit-transform: translateY(-6px) rotate(10deg);
  transform: translateY(-6px) rotate(10deg);
}

.header__sp {
  position: relative;
  display: none;
}

.header__sp-body {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 46px 0;
  height: calc(100% - 70px);
  background: #eaeaea;
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateX(102%);
  transform: translateX(102%);
}

.header__sp-body.is-active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.header__sp-phone-wrap {
  padding: 24px 50px;
  color: #54595e;
  text-align: center;
}

.header__sp-phone-wrap p {
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  line-height: 1.4;
}

.header__sp-phone-wrap img {
  width: 100%;
}

.header__sp-phone-wrap a {
  color: #54595e;
  vertical-align: middle;
  font-size: 2.277rem;
}

.header__sp-nav-list {
  margin: 11px 25px 0 30px;
  border-bottom: 1px solid #c3c3c3;
}

.header__sp-nav-item {
  position: relative;
  margin-left: 11px;
  padding-bottom: 17px;
  width: 90%;
}

.header__sp-nav-item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.header__sp-nav-item .header__sp-phone-img {
  display: block;
  margin: 0 auto;
  width: 33px;
}

.header__sp-nav-item a {
  position: relative;
  display: block;
  color: #54595e;
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.header__sp-policy-wrap {
  margin: 0 auto;
  width: 90%;
}

.header__sp-policy-wrap a {
  display: block;
  margin-bottom: 32px;
  color: white;
  font-size: 16px;
}

.header__sp-policy-wrap a:last-child {
  margin-bottom: 36px;
}

.header__sp-cover {
  position: fixed;
  left: 0;
  z-index: 900;
  width: 80%;
  height: 100vh;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.header__sp-cover.is-active {
  opacity: 0.6;
  pointer-events: auto;
}

.header__sp-counseling-wrap {
  padding: 0 20px;
  text-align: center;
}

footer {
  background: #4a4a4a;
  color: #fff;
}

footer a {
  color: #fff;
}

.top__banner {
  position: fixed;
  top: 173px;
  right: 0;
  z-index: 10000;
  width: 96px;
}

.top__banner li {
  padding: 14px 10px;
  height: 96px;
  border-bottom: 1px solid #d7d7d7;
  background: #2f2f2f;
  text-align: center;
}

.top__banner li img {
  padding-bottom: 5px;
  max-width: 65px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.top__banner li a {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.42;
}

.top__banner li:hover {
  background: #a9a49c;
}

.top__banner li:nth-child(1) {
  padding-top: 13px;
}

.top__banner li:nth-child(2) {
  padding-top: 20px;
  border-bottom: none;
}

.top__banner li:last-child {
  position: relative;
  border-bottom: none;
  background: #4cc764;
}

.top__banner li:last-child img {
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top__banner li:last-child p {
  margin-top: 54px;
}

.top__banner li:last-child:hover {
  background: #fff;
}

.top__banner li:last-child:hover a {
  color: #4cc764;
}

.top__banner li:last-child:hover img:nth-of-type(2) {
  opacity: 0;
}

#page_top {
  position: fixed;
  right: 1.5%;
  bottom: 10%;
  z-index: 100;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#page_top a {
  position: relative;
  display: block;
  width: 100%;
}

#page_top a img {
  width: 100%;
}

.footer__nav {
  margin: 0 auto;
  padding: 56px 155px;
  max-width: 1366px;
}

.footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav-content {
  max-width: 283px;
  width: 33%;
}

.footer__nav-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10%;
  gap: 0 40px;
}

.footer__nav-li li {
  padding-bottom: 16px;
}

.footer__nav-li li a {
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.footer__nav-li .footer-adjust {
  padding-bottom: 16px;
  min-height: 2.2089rem;
}

.footer__logo {
  text-align: center;
}

.footer__logo .footer_img {
  padding-bottom: 22px;
  max-width: 283px;
  width: 100%;
}

.footer__logo .footer_instagram {
  position: relative;
  font-size: 0.75rem;
}

.footer__logo .footer_instagram img {
  position: absolute;
  top: 0;
  padding-left: 5px;
}

.footer__logo p {
  padding-top: 25px;
  letter-spacing: 0.04em;
  font-size: 0.625rem;
}

.footer__bottom-content li {
  position: relative;
  margin-bottom: 16px;
  padding: 8px 12px;
  width: 216px;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__bottom-content li a {
  padding: 8px 12px;
  font-size: 0.75rem;
}

.footer__bottom-content li a:after {
  position: absolute;
  right: 9px;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/arrow-right.svg);
  content: "";
}

.footer__bottom-content li:hover {
  border: 1px solid #a9a49c;
  background: #a9a49c;
}

.footer__copy {
  margin: 0 auto;
  padding-top: 40px;
  max-width: 375px;
  text-align: center;
}

.footer__copy .privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.footer__copy .privacy-policy p {
  width: 50%;
  font-size: 0.75rem;
}

.footer__copy .privacy-policy p:nth-child(1) {
  border-right: 1px solid #fff;
}

.footer__copy p {
  font-size: 0.75rem;
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/* Normalization */
:root {
  overflow: visible;
  margin-top: 0 !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-weight: 400;
  font-size: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main,
summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Universal inheritance */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  line-height: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

/* Opinionated defaults */
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  cursor: default;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #fff;
}

a {
  color: #54595e;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

body {
  color: #54595e;
  font-family: "Baskerville", "Roboto", "ZEN Kaku Gothic New", sans-serif;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

ul {
  list-style-type: none;
}

main {
  position: relative;
  overflow: visible;
  overflow-x: hidden;
  width: 100%;
}

.line-break {
  display: inline-block;
}

.font-color-black {
  color: #54495e;
}

.font-color-berge {
  color: #a9a49c;
}

.text-inline-block {
  display: inline-block;
}

.more-btn {
  display: block;
  margin: 0 auto;
  padding: 16px 0;
  width: 371px;
  height: 55px;
  background: #6b6b6b;
  color: #fff;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more-btn-wrap {
  margin: 0 auto 72px auto;
  text-align: center;
}

.more-btn:hover {
  background: #989898;
}

.view-btn {
  border-bottom: 1px solid #54595e;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.view-btn-wrap {
  margin-top: 74px;
  text-align: center;
}

.view-btn:hover {
  opacity: 0.7;
}

.under-banner {
  padding: 0px 25px 128px 25px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader .loader-img {
  display: none;
  width: 100%;
}

.loader .loader-img img {
  width: 100%;
}

.fadeUp {
  opacity: 0;
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeOutAnime;
  animation-name: fadeOutAnime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.top__title-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.top__title-wrap img {
  width: 100%;
  height: 100vh;
  -o-object-fit: fit;
  object-fit: fit;
}

.top__title-wrap p {
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.top__title-wrap .top__title-fade-in-img.show img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.top__title-wrap .top__title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top__title-wrap .top__title-text img {
  width: 100%;
}

.top__title-wrap .top__title-text .top__title-fade-in-img.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.top__campaign-section,
.top__menu-section,
.top__problem-section,
.top__news-section,
.top__blog-section,
.top__access-section {
  margin: 0 auto;
  padding: 128px 233px;
  max-width: 1366px;
}

.top__news-section .news__contents {
  margin-bottom: 56px;
}

.top__campaign-section-wrap {
  background: #f5f5f5;
}

.top__about-section {
  padding: 128px 0;
}

.top__about-section .view-btn-wrap {
  padding-bottom: 128px;
}

.top__news-section-wrap {
  background: #f3f3f3;
}

.top__blog-section,
.top__access-section {
  padding: 128px 192px;
}

.top__section-title {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
  font-family: "Baskerville", sans-serif;
}

.top__section-kana {
  margin: 0 auto 64px auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__campaign-img {
  max-width: 900px;
  margin: 0 auto;
}

.slick_slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.slick_slider .slick_slider-contents {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  margin: 0 30px 30px 30px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.slick_slider .slick_slider-contents .slick_img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 420px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  margin: 10px auto 0 auto;
}

.slick-dots li {
  overflow: visible;
}

.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #dedcda;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  background: #a9a49c;
}

.swiper-blog {
  position: relative;
  margin: 0 auto;
}

.swiper-blog .blog__item {
  width: 226px !important;
  height: 300px;
}

.swiper-blog img {
  height: 157px;
}

.swiper-blog .swiper-pagination {
  bottom: -30px !important;
}

.swiper-blog .swiper-pagination-bullet-active {
  background: #a9a49c;
}

.top__about-section-wrap {
  position: relative;
  background: url(../../assets/images/top_about-bg.png);
  background-size: 100%;
}

.top__about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 64px auto;
  max-width: 960px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  gap: 0 60px;
}

.top__about-wrap h4 {
  padding: 50px 36px;
  width: 50%;
  letter-spacing: 0.1em;
  font-size: 2.375rem;
  font-family: "Zen Old Mincho", serif;
}

.top__about-wrap p {
  width: 50%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.1875;
}

.top__about-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1366px;
}

.top__about-img li {
  width: 33.3333%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 22.9%;
}

.top__about-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}

.top__menu-list {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 900px;
  width: 100%;
  list-style: none;
}

.top__menu-list li {
  margin: 10px 0;
}

/*アコーディオンタイトル*/
.menu-title {
  position: relative;
  padding: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#e3e1de), color-stop(50%, #f1f1f1), to(#e3e1de));
  background: -webkit-linear-gradient(left, #e3e1de, #f1f1f1 50%, #e3e1de);
  background: linear-gradient(90deg, #e3e1de, #f1f1f1 50%, #e3e1de);
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-title-pc {
  color: #a9a49c;
  font-size: 1.125rem;
}

/*アイコンの＋と×*/
.menu-title::before,
.menu-title::after {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #a9a49c;
  content: "";
}

.menu-title::before {
  top: 48%;
  right: 40px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu-title::after {
  top: 48%;
  right: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-title.close {
  background: -webkit-gradient(linear, left top, right top, from(#ababab), color-stop(50%, #cacaca), to(#a9a8a5));
  background: -webkit-linear-gradient(left, #ababab, #cacaca 50%, #a9a8a5);
  background: linear-gradient(90deg, #ababab, #cacaca 50%, #a9a8a5);
  color: #fff;
}

/*　closeというクラスがついたら形状変化　*/
.menu-title.close::before {
  background-color: #fff;
}

.menu-title.close::after {
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  top: 49%;
}

/*アコーディオンで現れるエリア*/
.menu-contents {
  display: none;
  /*はじめは非表示*/
  margin: 42px 0;
}

.menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-text li {
  padding: 15px 22px;
  background: #eeedeb;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-text li a {
  display: block;
  height: 100%;
  width: 100%;
}

.menu-text li:hover {
  background: #6b6b6b;
}

.menu-text li:hover a {
  color: #fff;
}

.top_about-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 900px;
  background: #2f2f2f;
}

.top_about-banner img {
  max-width: 323px;
}

.top_about-banner-contents {
  margin: 0 auto;
  padding: 32px 0;
  color: #fff;
  text-align: center;
}

.top_about-banner-contents h3 {
  padding-bottom: 12px;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
}

.top_about-banner-contents p {
  padding-bottom: 40px;
  font-size: 0.9375rem;
  font-family: "Roboto", "Zen Kaku Gothic New";
}

.top_about-banner-contents span {
  font-size: 0.8175rem;
}

.top_about-banner-contents img {
  max-width: 371px;
}

.top_about-banner .reservation-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 15px 28px;
  width: 370px;
  background: #a9a49c;
}

.top_about-banner .reservation-btn p {
  padding-bottom: 0;
  padding-left: 10px;
  color: #fff;
  font-size: 1.25rem;
}

.top_about-banner .reservation-btn img {
  width: 23px;
}

.top_about-banner .reservation-btn:hover {
  background: #7c7974;
}

.top__news-list {
  margin: 0 auto 74px auto;
  max-width: 900px;
}

.top__news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 120px 32px 24px;
  border-top: 1px solid #5e5d54;
  gap: 0 70px;
}

.top__news-list-item:last-child {
  border-bottom: 1px solid #5e5d54;
}

.top__news-list-day {
  font-family: "Roboto";
}

.top__news-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__news-section {
  border-bottom: 1px solid #a9a49c;
}

.top__news-section .view-btn-wrap {
  margin-top: 0px;
}

.top__access {
  margin: 0 auto;
  max-width: 420px;
  width: 46%;
}

.top__access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 54px;
}

.top__access-wrap img {
  max-width: 281px;
  width: 100%;
}

.top__access-wrap p {
  padding-bottom: 10px;
  font-size: 0.8125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__access-wrap .access-logo {
  margin-bottom: 45px;
  margin-left: 20px;
  max-width: 354px;
  text-align: center;
}

.top__access-phone p {
  padding-top: 12px;
}

.access_map {
  position: relative;
  z-index: 1000;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: 0.5s;
  transform: 0.5s;
}

.access_map:hover {
  opacity: 0;
  -webkit-animation-name: googleHoverAnime;
  animation-name: googleHoverAnime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes googleHoverAnime {
  0% {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(0.4) grayscale(100%);
    filter: brightness(0.4) grayscale(100%);
  }
}

@keyframes googleHoverAnime {
  0% {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  100% {
    opacity: 1;
    -webkit-filter: brightness(0.4) grayscale(100%);
    filter: brightness(0.4) grayscale(100%);
  }
}

.access_map-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 504px;
  width: 54%;
}

.access_map-wrap::before {
  position: absolute;
  top: 48%;
  left: 40%;
  z-index: 1001;
  width: 100%;
  color: #fff;
  content: "Google Map";
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  opacity: 0;
}

.access_map-wrap:hover:before {
  opacity: 1;
}

.top__footer img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top__problem-section-wrap {
  background-image: url(../../assets/images/problem_BG.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.top__problem-section h3 {
  margin: 0 auto;
  margin-bottom: 70px;
  padding: 5px 10px;
  max-width: 242px;
  border-top: 1px solid #54595e;
  border-bottom: 1px solid #54595e;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__problem-contents {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 900px;
}

.top__problem-inner {
  position: relative;
}

.top__problem-inner img {
  width: 100%;
}

.top__problem-inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-family: "Baskerville", sans-serif;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top__problem-inner span {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__problem-inner.body p {
  color: #fff;
}

.top__problem-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 63px;
  background: rgba(107, 107, 107, 0.8);
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top__problem-menu li {
  max-width: 250px;
  width: 100%;
  border: 1px solid #fff;
  background: #ffffff;
  text-align: center;
  font-size: 0.875rem;
}

.top__problem-menu li a {
  color: #fff;
  display: block;
  padding: 8px 8px;
}

.top__problem-menu li:hover {
  opacity: 0.7;
}

.not-found-wrap {
  background-image: url(../../assets/images/404_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.not-found__section {
  margin: 0 auto;
  padding: 230px 203px 130px 203px;
  max-width: 1366px;
  text-align: center;
}

.not-found__section h2 {
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  font-size: 2.625rem;
  font-family: "Zen Old Mincho", serif;
}

.not-found__section .not-found-text {
  margin-bottom: 80px;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.95;
}

.br-disp {
  display: none;
}

.contact-btn {
  padding: 16px 0;
  color: #54595e;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.contact-btn-wrap {
  margin: 0 auto 72px auto;
  padding: 16px 0;
  max-width: 371px;
  border: 1px solid #54595e;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-btn-wrap:hover {
  opacity: 0.5;
}

.price__title-wrap {
  background-image: url(../../assets/images/price_fv.png);
  background-repeat: no-repeat;
}

.price__title-text {
  margin: 0 auto;
  padding: 146px 453px 80px 453px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.price__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.price__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.price__title-text span {
  font-size: 0.875rem;
}

.price__menu-section {
  margin: 0 auto;
  padding: 45px 234px 120px 234px;
  max-width: 1366px;
}

.price__menu-section p {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 27rem;
  background-color: #eeedeb;
  text-align: center;
}

.price__menu-list {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 900px;
  width: 100%;
  list-style: none;
}

.price__menu-list-item {
  margin: 10px 0;
}

.price__menu-list-item .menu-title {
  position: relative;
  padding: 16px;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.price__menu-list-item .menu-title-pc {
  color: #a9a49c;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
}

.price__menu-list-item .menu-title::before,
.price__menu-list-item .menu-title::after {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #a9a49c;
  content: "";
}

.price__menu-list-item .menu-title::before {
  top: 48%;
  right: 40px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.price__menu-list-item .menu-title::after {
  top: 48%;
  right: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.price__menu-list-item .menu-title.close {
  background: #f3f3f3;
  color: #a9a49c;
}

.price__menu-list-item .menu-title.close::before {
  background-color: #a9a49c;
}

.price__menu-list-item .menu-title.close::after {
  background-color: #a9a49c;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.price__menu-list-item .menu-contents {
  display: block;
  margin: 10px 0;
}

.price__menu-list-item .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price__menu-list-item .menu-text li {
  padding: 12px;
  border: 1px solid #a9a49c;
  background: #fff;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.price__menu-list-item .menu-text img {
  margin-left: 8px;
}

.price__menu-list-item li:hover a {
  color: #54595e;
  opacity: 0.7;
}

.price__list-seciton-wrap {
  background-color: #f3f3f3;
}

.price__list-section {
  margin: 0 auto;
  padding: 80px 233px 128px 233px;
  max-width: 1366px;
}

.price__list {
  padding-bottom: 75px;
  text-align: center;
}

.price__list h3 {
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 2.25;
}

.price__list .menu-title {
  position: relative;
  padding: 12px;
  background: #cfd0d1;
  color: #54595e;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.price__list .menu-title-pc {
  color: #a9a49c;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
}

.price__list .menu-title::before,
.price__list .menu-title::after {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #54595e;
  content: "";
}

.price__list .menu-title::before {
  top: 48%;
  right: 40px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.price__list .menu-title::after {
  top: 48%;
  right: 40px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.price__list .menu-title.close {
  background: #838486;
  color: #fff;
}

.price__list .menu-title.close::before {
  background-color: #fff;
}

.price__list .menu-title.close::after {
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.price__list .menu-contents {
  display: none;
  margin: 10px 0 40px 0;
}

.price__list .menu-contents p {
  padding-bottom: 10px;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.price__list .menu-contents h4 {
  text-align: center;
  font-weight: bold;
}

.price__list .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price__list .menu-text li {
  padding: 12px;
  border: 1px solid #a9a49c;
  background: #fff;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.price__list .menu-text img {
  margin-left: 8px;
}

.price__list .menu {
  margin-bottom: 20px;
}

.price__list .menu h5 {
  padding-bottom: 10px;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.price__list .menu .additional {
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.price__list .menu-price {
  margin-bottom: 10px;
}

.price__list .menu-price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: 1px solid #b5b5b5;
  border-bottom: none;
  background: #f1f0ed;
}

.price__list .menu-price li h6 {
  margin: auto;
  padding: 10px 0;
  width: 35%;
  background: #f1f0ed;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.price__list .menu-price li p {
  padding: 10px 30px 10px 0;
  width: 65%;
  background: #fff;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}

.price__list .menu-price li span {
  color: #bbb;
}

.price__list .menu-price li:last-child {
  border-bottom: 1px solid #b5b5b5;
}

.menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 20px;
}

.contents-btn {
  padding: 10px 0;
  width: 50%;
  background: #bbb;
  color: #fff;
  letter-spacing: 0.1em;
}

.pay-btn {
  padding: 10px 0;
  width: 50%;
  background: #a9a49c;
  color: #fff;
  letter-spacing: 0.1em;
}

.about__title-wrap {
  background-image: url(../../assets/images/about_fv.png);
  background-repeat: no-repeat;
}

.about__title-text {
  margin: 0 auto;
  padding: 146px 453px 80px 453px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.about__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.about__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.about__title-text span {
  font-size: 0.875rem;
}

.about__concept-section {
  margin: 0 auto;
  padding: 113px 0;
  max-width: 1366px;
}

.fade-in {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.about__concept-wrap {
  position: relative;
  height: 1370px;
}

.about__concept-img-01 {
  position: absolute;
  right: 95px;
  max-width: 640px;
  width: 100%;
}

.about__concept-img-02 {
  position: absolute;
  top: 400px;
  right: 0;
  max-width: 375px;
  width: 100%;
}

.about__concept-img-03 {
  position: absolute;
  top: 652px;
  max-width: 892px;
  width: 100%;
}

.about__concept-text {
  position: absolute;
  z-index: 5;
  padding: 97px 0 0 202px;
}

.about__concept-text h3 {
  padding-bottom: 38px;
  letter-spacing: 0.1em;
  font-size: 2.625rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.33;
}

.about__concept-text p {
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.5;
}

.about__concept-text:last-child {
  padding: 985px 202px 0 660px;
}

.swiper-about {
  height: 312px;
}

.swiper-about .swiper-wrapper {
  height: 312px;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-about .swiper-slide img {
  width: 100%;
  height: 312px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__doctor-sectom-wrap {
  background-image: url(../../assets/images/about_doctor-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.about__doctor-section {
  margin: 0 auto;
  padding: 80px 200px;
  max-width: 1366px;
}

.about__title {
  padding-bottom: 100px;
  text-align: center;
}

.about__title h3 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 2.25rem;
}

.about__title p {
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.about__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 64px;
}

.about__doctor img {
  max-width: 375px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.doctor-wrap {
  width: 55%;
}

.doctor-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  gap: 0 20px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.doctor-name h5 {
  font-size: 2.25rem;
}

.doctor-name p:first-child {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.doctor-name p {
  letter-spacing: 0.1em;
}

.doctor-text {
  padding-bottom: 25px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  border-bottom: 1px dashed #000;
}

.doctor-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px 15px 10px;
  border-bottom: 1px dashed #000;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  gap: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.doctor-career h4 {
  width: 17%;
}

.doctor-career-content {
  width: 80%;
}

.doctor-career-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.doctor-career-text span {
  width: 20%;
}

.doctor-career-text p {
  width: 80%;
  text-align: left;
  line-height: 1.57;
}

.doctor-career:nth-child(n + 1) span {
  padding-left: 2px;
  text-align: left;
}

.about__flow-section {
  margin: 0 auto;
  padding: 128px 242px;
  max-width: 1366px;
}

.about__flow-section .about__title {
  padding-bottom: 60px;
}

.about__flow-wrap h4 {
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 5px 0;
  width: 29rem;
  border-top: 1px solid #a9a49c;
  border-bottom: 1px solid #a9a49c;
  color: #a9a49c;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.375rem;
}

.about__flow {
  padding: 0 52px 90px 80px;
}

.about__flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.about__flow-content h5 {
  padding-bottom: 12px;
  color: #a9a49c;
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
}

.about__flow-content p {
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.about__flow span {
  position: relative;
  margin-top: 10px;
  margin-right: 30px;
}

.about__flow span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a9a49c;
  content: "";
}

.about__flow span::after {
  position: absolute;
  top: 27px;
  left: 9px;
  height: 30px;
  height: 87%;
  border-left: 2px dashed #a9a49c;
  content: "";
}

.about__flow-content:last-child span::after {
  display: none;
}

.menu__title-wrap {
  background-image: url(../../assets/images/menu_fv.png);
  background-repeat: no-repeat;
}

.menu__title-text {
  text-align: center;
  padding: 146px 153px 80px 153px;
  color: #fff;
  max-width: 1366px;
  margin: 0 auto;
}

.menu__title-text h2 {
  font-size: 3.125rem;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.menu__title-text p {
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}

.menu__title-text span {
  font-size: 0.875rem;
}

.menu__list-section {
  padding: 112px 50px;
  margin: 0 auto;
  max-width: 1366px;
}

.sp-menu__list {
  margin-bottom: 55px;
}

.sp-menu__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-menu__list li {
  width: 48%;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #a9a49c;
}

.sp-menu__list li a {
  color: #a9a49c;
  font-family: "Zen Old Mincho", serif;
}

.menu__list {
  max-width: 960px;
  margin: 0 auto 70px auto;
}

.menu__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#d6d6d6), color-stop(50%, #f1f1f1), to(#e1e1e1));
  background: -webkit-linear-gradient(left, #d6d6d6, #f1f1f1 50%, #e1e1e1);
  background: linear-gradient(90deg, #d6d6d6, #f1f1f1 50%, #e1e1e1);
  margin-bottom: 47px;
}

.menu__list-title img {
  width: 44%;
}

.menu__list-title h3 {
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  margin: auto;
  font-family: "Zen Old Mincho", serif;
}

.menu__list-title p {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.menu__list-title .menu-list-bl {
  display: block;
  margin: 44px auto;
}

.menu__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.menu__contents li {
  background-color: #eeedeb;
  max-width: 304px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__contents li a {
  display: block;
  height: 100%;
  width: 100%;
}

.menu__contents a {
  padding: 23px 20px;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: keep-all;
}

.menu__contents a svg {
  position: absolute;
  top: 34%;
  right: 15px;
}

.menu__contents li:hover {
  background: #6b6b6b;
}

.menu__contents li:hover a {
  color: #fff;
}

.menu__contents li:hover a svg path {
  stroke: #fff;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 960px;
  margin-top: 40px;
}

.tab li {
  width: 50%;
}

.tab li a {
  display: block;
  margin: 0 2px;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #a9abae;
}

.tab li.active a {
  border-bottom: 4px solid #a9a49c;
  color: #54595e;
}

.area {
  display: none;
  opacity: 0;
}

.area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu__problem-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.menu__problem-list {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.menu__problem-list li {
  margin: 24px 0;
}

.menu__problem-list {
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}

.menu__problem-list .menu-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eeedeb;
  font-family: "Zen Old Mincho", serif;
}

.menu__problem-list .menu-title-pc {
  font-size: 1.125rem;
  color: #a9a49c;
}

.menu__problem-list .menu-title::before,
.menu__problem-list .menu-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #a9a49c;
}

.menu__problem-list .menu-title::before {
  top: 48%;
  right: 27px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu__problem-list .menu-title::after {
  top: 48%;
  right: 27px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu__problem-list .menu-title.close {
  background: #838486;
  color: #fff;
}

.menu__problem-list .menu-title.close::before {
  background-color: #fff;
}

.menu__problem-list .menu-title.close::after {
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.menu__problem-list .menu-contents {
  display: none;
  /*はじめは非表示*/
  margin: 13px 0;
}

.menu__problem-list .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu__problem-list .menu-text li {
  font-size: 0.875rem;
  padding: 8px 14px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 1px solid #a9a49c;
  background: #fff;
  -webkit-transform: 0.3s;
  transform: 0.3s;
  margin-top: 12px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__problem-list .menu-text li:hover {
  background: #6b6b6b;
}

.menu__problem-list .menu-text li:hover a {
  color: #fff;
}

.menu__problem-list .menu-text svg {
  height: 16px;
  margin-top: -2px;
}

.menu__problem-list .menu-text svg path {
  stroke: #a9a49c;
}

.news__title-wrap {
  background-image: url(../../assets/images/news_fv.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.news__title-text {
  margin: 0 auto;
  padding: 146px 153px 80px 153px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.news__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.news__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.news__title-text span {
  font-size: 0.875rem;
}

.news__list-section-wrap {
  display: block;
  background: #f3f3f3;
}

.news__list-section {
  margin: 0 auto;
  padding: 128px 203px;
  max-width: 1366px;
}

.sp-news__list {
  margin-bottom: 55px;
}

.sp-news__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-news__list li {
  padding: 10px 15px;
  width: 48%;
  border: 1px solid #a9a49c;
  text-align: center;
}

.sp-news__list li a {
  color: #a9a49c;
  font-family: "Zen Old Mincho", serif;
}

.news__contents {
  margin: 0 auto;
  max-width: 900px;
}

.news__contents li {
  position: relative;
  padding: 30px 0 25px 0;
  width: 100%;
  border-top: 1px solid #838486;
}

.news__contents li:last-child {
  border-bottom: 1px solid #838486;
}

.news__contents a svg {
  position: absolute;
  top: 41%;
  right: 36px;
}

.news__item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__item-contents time {
  padding-left: 25px;
  width: 24%;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4;
}

.news__item-contents h3 {
  display: -webkit-box;
  overflow: hidden;
  padding-right: 115px;
  width: 76%;
  letter-spacing: 0.04em;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news__pnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 128px 0;
  max-width: 420px;
  width: 50vw;
  text-align: center;
  font-family: "Roboto", sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  color: #54595e;
  font-size: 1.125rem;
  line-height: 40px;
  margin: 0 10px;
}

.page-numbers.prev,
.page-numbers.next {
  font-size: 0;
}

.page-numbers.prev::before {
  display: block;
  margin: 36%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #54595e;
  border-right: 1px solid #54595e;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: "";
}

.page-numbers.next::before {
  display: block;
  margin: 36%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #54595e;
  border-right: 1px solid #54595e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.current {
  background-color: #a9a49c;
  color: white;
}

.single-news__sec {
  margin: 0 auto;
  padding: 128px 203px;
  max-width: 1366px;
}

.single-news__content {
  margin: 0 auto;
  padding: 64px 80px;
  max-width: 960px;
  background: #fff;
}

.single-news__content-title {
  padding-bottom: 40px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
}

.single-news__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.single-news__desc p {
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.single-news__desc figure {
  margin: 0 auto;
  padding: 30px 0 60px 0;
  text-align: center;
}

.single-news__desc figure img {
  max-width: 600px;
  width: 100%;
}

.single-news__date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  gap: 0 35px;
}

.single-news__date-wrapper time {
  color: #a9a49c;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
}

.single-news__link-back {
  padding: 128px 0;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  font-family: "Baskerville", serif;
  text-underline-offset: 2px;
}

.blog__title-wrap {
  background-image: url(../../assets/images/blog_fv.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog__title-text {
  margin: 0 auto;
  padding: 146px 153px 80px 153px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.blog__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.blog__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.blog__title-text span {
  font-size: 0.875rem;
}

.blog__list-section-wrap {
  display: block;
  background: #f3f3f3;
}

.blog__list-section {
  margin: 0 auto;
  padding: 128px 203px;
  max-width: 1366px;
}

.blog__contents {
  margin: 0 auto;
  max-width: 933px;
}

.blog__contents a svg {
  position: absolute;
  top: 41%;
  right: 36px;
}

.blog__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog__item {
  width: 31.4%;
  height: 290px;
  background: #fff;
}

.blog__item-img {
  width: 100%;
  height: 166px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__item-contents {
  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;
}

.blog__item-contents time {
  color: #a9a49c;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  line-height: 2.4;
}

.blog__item-contents .single-blog__category {
  padding: 3px 10px;
}

.blog__item-bottom {
  padding: 10px 14px;
}

.blog__item-bottom h3 {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.current {
  background-color: #a9a49c;
  color: white;
}

.single-blog__category {
  padding: 4px 10px;
  border-radius: 13px;
  background: #eeedeb;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company__title-wrap {
  background-image: url(../../assets/images/company_fv.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.company__title-text {
  margin: 0 auto;
  padding: 146px 453px 50px 453px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.company__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.company__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.company__title-text span {
  font-size: 0.875rem;
}

.company__section-wrap {
  background: #f3f3f3;
}

.company__info-section {
  margin: 0 auto;
  padding: 128px 242px;
  max-width: 1366px;
}

.company__info-section .company__title {
  padding-bottom: 60px;
}

.company__info {
  padding: 0 52px 90px 80px;
}

.company__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.company__info-content h5 {
  padding-bottom: 12px;
  color: #a9a49c;
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
}

.company__info-content p {
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.company__info span {
  position: relative;
  margin-top: 10px;
  margin-right: 30px;
}

.company__info span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a9a49c;
  content: "";
}

.company__info span::after {
  position: absolute;
  top: 27px;
  left: 9px;
  max-height: 130px;
  height: 30px;
  height: 130px;
  border-left: 2px dashed #a9a49c;
  content: "";
}

.company__info-content:last-child span::after {
  display: none;
}

.company__text-list {
  padding: 0 50px;
}

#table01 {
  margin-bottom: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#table01 tr {
  border-top: 1px solid #838486;
  color: #54595e;
  font-weight: 400;
}

#table01 tr:last-child {
  border-bottom: 1px solid #838486;
}

#table01 th,
#table01 td {
  padding: 26px 90px 26px 26px;
  border: none;
}

#table01 th {
  width: 40%;
  text-align: left;
}

.policy__title-wrap {
  background-image: url(../../assets/images/company_fv.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.policy__title-text {
  margin: 0 auto;
  padding: 146px 350px 50px 350px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.policy__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.policy__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.policy__title-text span {
  font-size: 0.875rem;
}

.policy__section-wrap {
  background: #f3f3f3;
}

.policy__info-section {
  margin: 0 auto;
  padding: 128px 242px;
  max-width: 1366px;
}

.policy__info-section .policy__title {
  padding-bottom: 60px;
}

.policy__info {
  padding: 0 52px 90px 80px;
}

.policy__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.policy__info-content h5 {
  padding-bottom: 12px;
  color: #a9a49c;
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
}

.policy__info-content p {
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.policy__info span {
  position: relative;
  margin-top: 10px;
  margin-right: 30px;
}

.policy__info span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a9a49c;
  content: "";
}

.policy__info span::after {
  position: absolute;
  top: 27px;
  left: 9px;
  max-height: 130px;
  height: 30px;
  height: 130px;
  border-left: 2px dashed #a9a49c;
  content: "";
}

.policy__info-content:last-child span::after {
  display: none;
}

.policy__text-list {
  padding: 0 50px;
}

.policy__text-content {
  margin-bottom: 32px;
  padding: 0 50px;
  text-align: center;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.625;
}

.policy__text-fbody {
  margin-bottom: 126px;
  text-align: left;
  font-size: 1rem;
}

.policy__text-lbody {
  margin-top: 40px;
  margin-bottom: 120px;
  color: #54595e;
  text-align: left;
  letter-spacing: 0.7px;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.policy__text-lbody:last-child {
  margin-bottom: 0;
}

.policy__text-head {
  font-size: 1.5rem;
}

.payment__title-wrap {
  background-image: url(../../assets/images/payment_fv.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.payment__title-text {
  margin: 0 auto;
  padding: 146px 350px 50px 350px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.payment__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.payment__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.payment__title-text span {
  font-size: 0.875rem;
}

.payment__section-wrap {
  background: #f3f3f3;
}

.payment__info-section {
  margin: 0 auto;
  padding: 128px 242px;
  max-width: 1366px;
}

.payment__info-section .company__title {
  padding-bottom: 60px;
}

.payment__info {
  padding: 0 52px 90px 80px;
}

.payment__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.payment__info-content h5 {
  padding-bottom: 12px;
  color: #a9a49c;
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
}

.payment__info-content p {
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.payment__info span {
  position: relative;
  margin-top: 10px;
  margin-right: 30px;
}

.payment__info span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a9a49c;
  content: "";
}

.payment__info span::after {
  position: absolute;
  top: 27px;
  left: 9px;
  max-height: 130px;
  height: 30px;
  height: 130px;
  border-left: 2px dashed #a9a49c;
  content: "";
}

.payment__info-content:last-child span::after {
  display: none;
}

.payment__text-list {
  margin-bottom: 102px;
  padding: 0 50px;
}

.payment__text-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #5e5d54;
  color: #54595e;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.563rem;
}

.payment__text-content {
  margin-top: 32px;
  margin-bottom: 104px;
  color: #54595e;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5rem;
}

.payment__card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 41px;
  width: 90%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}

.payment__card img {
  width: 100%;
}

.payment__btn {
  display: block;
  width: 45%;
  background-color: #a9a49c;
  color: #fff;
  letter-spacing: 0.056;
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.payment__btn .more-btn {
  display: block;
  width: 100%;
  background: inherit;
}

.access__title-wrap {
  background-image: url(../../assets/images/access_fv.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.access__title-text {
  margin: 0 auto;
  padding: 146px 350px 80px 350px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.access__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.access__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.access__title-text span {
  font-size: 0.875rem;
}

.access__info-section {
  margin: 0 auto;
  padding-top: 128px;
  padding-bottom: 128px;
  max-width: 1366px;
}

.access__info-section .company__title {
  padding-bottom: 60px;
}

.access__info-section.access01 {
  margin: 0 auto;
  padding-top: 128px;
  padding-bottom: 128px;
  max-width: 1366px;
}

.access__info-section.access01 .company__title {
  padding-bottom: 60px;
}

.access__content {
  margin: 0 auto;
  padding: 0 110px;
}

.access__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
  gap: 0;
}

.access__inner {
  margin-right: 20px;
  max-width: 550px;
  width: 100%;
}

.access__content-wrap .access__logo {
  margin-bottom: 45px;
  margin-left: 20px;
  max-width: 505px;
  text-align: center;
}

.access__content-wrap img {
  max-width: 281px;
  width: 100%;
}

#table02 {
  background-image: -webkit-linear-gradient(left, #a9a49c, #a9a49c 2px, transparent 2px);
  background-image: linear-gradient(to right, #a9a49c, #a9a49c 2px, transparent 2px);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
}

#table02 tr {
  background-image: -webkit-linear-gradient(left, #a9a49c, #a9a49c 2px, transparent 2px);
  background-image: linear-gradient(to right, #a9a49c, #a9a49c 2px, transparent 2px);
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  color: #54595e;
  font-weight: 400;
}

#table02 th,
#table02 td {
  padding: 26px 10px 26px 26px;
  border: none;
}

#table02 td a {
  color: #54595e;
  text-decoration: none;
  pointer-events: none;
}

#table02 th {
  width: 20%;
  vertical-align: middle;
  text-align: center;
}

.access__content .access_map {
  -webkit-filter: inherit;
  filter: inherit;
}

.access__content .access_map-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 504px;
  width: 54%;
}

.access__content .access_map-wrap::before {
  position: absolute;
  top: 21%;
  left: 41%;
  color: #fff;
  content: none;
  font-size: 1.25rem;
}

.access__content .access_map:hover {
  opacity: inherit;
  -webkit-animation-name: inherit;
  animation-name: inherit;
  -webkit-animation-duration: inherit;
  animation-duration: inherit;
  -webkit-animation-fill-mode: inherit;
  animation-fill-mode: inherit;
}

.access__info-section.access02 {
  margin: 0 auto;
  padding-top: 128px;
  padding-bottom: 128px;
  max-width: 1366px;
}

.access__info-section.access02 .company__title {
  padding-bottom: 60px;
}

.access__info {
  padding: 0 52px 90px 80px;
}

.access__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.access__info-content h5 {
  padding-bottom: 12px;
  color: #a9a49c;
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
}

.access__info-content p {
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.access__info span {
  position: relative;
  margin-top: 10px;
  margin-right: 30px;
}

.access__info span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a9a49c;
  content: "";
}

.access__info span::after {
  position: absolute;
  top: 27px;
  left: 9px;
  max-height: 130px;
  height: 30px;
  height: 130px;
  border-left: 2px dashed #a9a49c;
  content: "";
}

.access__info-content:last-child span::after {
  display: none;
}

.access__text-list {
  padding: 0 50px;
}

.access__guide-title {
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid #a9a49c;
  border-bottom: 1px solid #a9a49c;
  color: #a9a49c;
  text-align: center;
  letter-spacing: 0.138rem;
  font-weight: 400;
  font-size: 1.375rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: normal;
}

.access-swiper .swiper-button-next:after {
  display: none;
}

.access-swiper .swiper-button-prev:after {
  display: none;
}

.access-swiper .swiper-button-next {
  top: inherit;
  right: 5%;
  bottom: 24%;
}

.card03 .access-swiper .swiper-box .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px !important;
  left: 0;
  width: auto;
}

.access-swiper .slide-media img {
  position: relative;
}

.access-swiper .swiper-button-prev {
  top: inherit;
  right: 18%;
  bottom: 24%;
  left: inherit;
}

.swiper-controller .swiper-button-prev img {
  width: 3rem;
}

.swiper-controller .swiper-button-next img {
  width: 3rem;
}

.swiper-box {
  position: relative;
  margin-top: 35px;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 478px;
}

[class*="swiper"]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card03 {
  overflow: hidden;
}

.card03 .swiper {
  overflow: visible;
}

.card03 .slide {
  overflow: hidden;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
}

.card03 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.card03 .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding: 0;
}

.card03 .slide-date {
  display: block;
  margin-right: 17px;
  color: #a9a49c;
  letter-spacing: 2.5px;
  font-weight: 300;
  font-size: 3.125rem;
  font-family: "Roboto Flex", sans-serif;
  line-height: 2.25rem;
}

.card03 .slide-title {
  display: -webkit-box;
  overflow: hidden;
  height: 3.2em;
  color: #54595e;
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.25rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card03 .swiper-slide:not(.swiper-slide-visible) .slide {
  opacity: 1;
  pointer-events: none;
}

.card03 .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-top: 3.2rem;
  gap: 1.6rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.card03 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  margin: 0 auto 0 0;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: center;
  justify-content: center;
}

.card03 .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #a9a49c;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.card03 .swiper-pagination-bullet-active {
  width: 1rem;
  background-color: #a9a49c;
}

.faq__title-wrap {
  background-image: url(../../assets/images/company_fv.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.faq__title-text {
  margin: 0 auto;
  padding: 146px 350px 80px 350px;
  max-width: 1366px;
  color: #fff;
  text-align: center;
}

.faq__title-text h2 {
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
}

.faq__title-text p {
  letter-spacing: 0.1em;
  font-size: 1.4375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.faq__title-text span {
  font-size: 0.875rem;
}

.faq__info-section {
  margin: 0 auto;
  padding: 128px 242px;
  max-width: 1366px;
  padding-bottom: 0;
}

.faq__info-section .faq__title {
  padding-bottom: 60px;
}

.faq__info {
  padding: 0 52px 90px 80px;
}

.faq__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.faq__info-content h5 {
  padding-bottom: 12px;
  color: #a9a49c;
  font-size: 1.875rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
}

.faq__info-content p {
  padding-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.faq__info span {
  position: relative;
  margin-top: 10px;
  margin-right: 30px;
}

.faq__info span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a9a49c;
  content: "";
}

.faq__info span::after {
  position: absolute;
  top: 27px;
  left: 9px;
  max-height: 130px;
  height: 30px;
  height: 130px;
  border-left: 2px dashed #a9a49c;
  content: "";
}

.faq__info-content:last-child span::after {
  display: none;
}

.faq__text-list {
  padding: 0 50px;
}

.faq__text-content {
  padding: 0 50px;
  text-align: center;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.625;
}

.faq__text-fbody {
  margin-bottom: 30px;
  text-align: left;
  font-size: 1rem;
}

.faq__text-lbody {
  margin-top: 40px;
  margin-bottom: 120px;
  text-align: left;
  font-size: 1rem;
}

.faq__text-head {
  margin-bottom: 32px;
  font-size: 1.5rem;
}

.faq__list {
  padding-bottom: 72px;
  text-align: center;
}

.faq__contents-list {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 900px;
  width: 100%;
  list-style: none;
}

.faq__contents-list li {
  margin: 10px 0;
}

.faq__list .faq-title {
  position: relative;
  padding: 0;
  padding-left: 0;
  background: #eeedeb;
  color: #54595e;
  text-align: left;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq__list .faq-title th {
  margin-right: 24px;
  padding: 12px;
  background-color: #838486;
  color: #fff;
  vertical-align: middle;
  letter-spacing: -1px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", sans-serif;
}

.faq__list .faq-title td {
  padding: 16px 24px;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.faq-box {
  margin: 8px 0;
}

.faq__list .faq-contents {
  position: relative;
  padding: 0;
  padding-left: 0;
  background: rgba(238, 237, 235, 0.5);
  color: #54595e;
  text-align: left;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  cursor: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq__list .faq-contents th {
  margin-right: 24px;
  padding: 10px;
  background-color: #a9a49c;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 2px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", sans-serif;
}

.faq__list .faq-contents td {
  padding: 16px 24px;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.faq-contents::before {
  display: none;
}

.faq-contents::after {
  display: none;
}

.faq__contents-list .menu-title.close::after {
  top: 50%;
}

.faq__list .faq-title.close {
  background: #838486;
  color: #fff;
}

.faq__list .faq-title.close th {
  background: #5e5d54;
}

.faq__contents-list .menu-title::before {
  right: 15px;
  height: 2px;
}

.faq__contents-list .menu-title::after {
  right: 15px;
  height: 2px;
}

.single-menu__title-wrap {
  position: relative;
}

.single-menu__title-wrap img {
  width: 100%;
}

.single-menu__title-wrap .single-menu__title {
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.single-menu__title-wrap h2 {
  letter-spacing: 0.1em;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
}

.single-menu__content-section {
  margin: 0 auto;
  padding: 100px 203px;
  max-width: 1366px;
}

.single-menu__content-section.about {
  padding-bottom: 40px;
}

.single-menu-content-wrap {
  background: #ededed;
}

.single-menu__overview {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.77;
}

.single-menu-content-title {
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
}

.single-menu-content-title.feature {
  margin-bottom: 71px;
}

.single-menu__about-contents {
  margin-bottom: 71px;
}

.single-menu__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 650px;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}

.single-menu__recommend span {
  display: inline-block;
  margin: 13px 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9a49c;
  content: "";
}

.single-menu__about-title {
  margin: 0 auto;
  padding-bottom: 24px;
  max-width: 800px;
  color: #a9a49c;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.3;
  margin-top: 100px;
}

.single-menu__about-title:first-of-type {
  margin-top: 0;
}

.single-menu__about-text {
  margin: 0 auto;
  padding-bottom: 60px;
  max-width: 800px;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
}

.about-img {
  margin: 0 auto;
  max-width: 600px;
}

.about-img img {
  width: 100%;
}

.single-menu__feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}

.single-menu__feature-list li {
  width: 32%;
  margin: 0 auto;
}

.single-menu__feature-num {
  margin: 0 auto;
  padding: 3px 13px;
  width: 44px;
  height: 44px;
  border: 1px solid #a9a49c;
  color: #a9a49c;
  font-size: 2rem;
  font-family: "Baskerville", serif;
}

.single-menu__feature-title {
  margin: 0 auto;
  padding-top: 27px;
  padding-bottom: 27px;
  max-width: 800px;
  color: #a9a49c;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.3;
}

.single-menu__process-list {
  margin: 0 auto;
  padding-top: 47px;
  max-width: 765px;
}

.single-menu__process-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.single-menu__process-list span {
  position: relative;
  margin-top: 4px;
  margin-right: 30px;
}

.single-menu__process-list span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a9a49c;
  content: "";
}

.single-menu__process-list span::after {
  position: absolute;
  top: 27px;
  left: 9px;
  height: 30px;
  height: 87%;
  border-left: 2px dashed #a9a49c;
  content: "";
}

.single-menu__process-list li:last-child span::after {
  display: none;
}

.single-menu__process-list h4 {
  color: #5e5d54;
  font-weight: 500;
}

.single-menu__process-list .single-menu__about-text {
  padding-bottom: 30px;
}

.single-menu__precautions-list {
  margin: 0 auto;
  padding-top: 47px;
  max-width: 800px;
}

.single-menu__precautions-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a9a49c;
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  padding: 11.5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-menu__precautions-list h4 {
  padding: 15px 46px;
  width: 43%;
  color: #a9a49c;
  line-height: 1.5;
}

.single-menu__precautions-list p {
  width: 57%;
  line-height: 1.5;
  padding: 15px 0px;
}

.single-menu__precautions-list li p br {
  display: block;
  content: "";
  margin: 0px 0;
}

.single-menu__additional-list {
  margin: 0 auto;
  max-width: 800px;
}

.single-menu__additional-list-item {
  margin-bottom: 15px;
}

.single-menu__additional-list .menu-title {
  padding: 15px 40px;
  background: #e3e3e3;
  text-align: left;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.single-menu__additional-list .menu-title.close {
  background: #838486;
}

.single-menu__additional-list .menu-title::before {
  right: 16px;
}

.single-menu__additional-list .menu-title::after {
  right: 16px;
}

.single-menu__additional-list .menu-contents {
  margin: 10px 0;
  padding: 11px 40px;
  background: #efefef;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.single-menu__doctor-wrap {
  margin: 0 auto;
  padding: 30px 47px;
  max-width: 800px;
  border: 1px solid #a9a49c;
}

.single-menu__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 27px;
}

.single-menu__doctor img {
  max-width: 137px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-menu__doctor p {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.85;
}

.single-menu-content-title.price {
  margin-bottom: 4px;
}

.single-menu-content-text {
  margin-bottom: 52px;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.single-menu__menu-title {
  margin-bottom: 8px;
  text-align: left;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.single-menu__content-section .price__list {
  margin: 0 auto;
  max-width: 800px;
}

.single-menu__content-section .menu-price {
  text-align: right;
}

.single-menu__content-section .menu-price h6 {
  text-align: center;
}

.single-menu__content-section .pay-btn {
  display: block;
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .header__contents {
    height: 60px;
  }
  .header__sp-logo {
    display: none;
  }
  .header__pc {
    display: none;
  }
  .header {
    height: 60px;
  }
  .header__wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 15px 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__wrap.is-active {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header__top {
    margin-top: 0;
    max-width: none;
    width: 100%;
  }
  .header__title {
    width: 235px !important;
  }
  .header__nav {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .header__btn-wrapper {
    display: block;
  }
  .header__sp {
    display: block;
  }
  .top__banner {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .top__banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .top__banner li {
    padding: 9px 10px 13px 10px;
    width: 33.33333%;
    height: 70px;
    border-right: 1px solid #d7d7d7;
    border-bottom: none;
  }
  .top__banner li img {
    max-width: 33px;
    width: 100%;
  }
  .top__banner li:nth-child(1) img {
    width: 18px;
    height: 28px;
  }
  .top__banner li:nth-child(2) {
    padding-top: 14px;
    border-right: none;
  }
  .top__banner li:nth-child(2) img {
    width: 33px;
    height: 25px;
  }
  .top__banner li:last-child p {
    margin-top: 31px;
  }
  .top__banner li:last-child {
    border-right: none;
  }
  .top__banner li:last-child img {
    width: 32px;
    height: 30px;
  }
  .footer__nav-li {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1100px) {
  .header__nav {
    margin-right: 10px;
    max-width: auto;
  }
  .header__nav ul {
    gap: 0 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__phone {
    padding-left: 5px;
    gap: 0 3px;
  }
  .footer__nav {
    padding: 56px 55px;
  }
}

@media (max-width: 767px) {
  #page_top {
    right: 2%;
    bottom: 80px;
    width: 30px;
    height: 30px;
  }
  .footer__nav {
    margin-bottom: 45px;
  }
  .footer__nav-wrap {
    display: block;
  }
  .footer__nav-content {
    margin: 0 auto;
    margin-bottom: 48px;
    max-width: 283px;
    width: 100%;
  }
  .footer__nav-li {
    margin-bottom: 40px;
    gap: 0 48px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .footer__bottom-content {
    margin: 0 auto;
    width: 265px;
  }
  .footer__bottom-content li {
    padding: 12px 15px;
    width: 265px;
  }
  .footer__bottom-content li a {
    padding: 12px 15px;
  }
  .pc-only {
    display: none !important;
  }
  .more-btn {
    width: 300px;
    font-size: 0.875rem;
  }
  .more-btn-wrap {
    margin: 0 auto 48px auto;
  }
  .under-banner {
    padding: 0px 16px 72px 16px;
  }
  .fadeUp {
    width: 50%;
  }
  .top__campaign-section,
  .top__menu-section,
  .top__problem-section,
  .top__news-section,
  .top__blog-section,
  .top__access-section {
    padding: 56px 20px;
  }
  .top__menu-section .view-btn-wrap {
    margin-top: 0px;
  }
  .top__about-section {
    padding: 56px 0;
  }
  .top__about-section .view-btn-wrap {
    padding-bottom: 56px;
    margin-top: 0;
  }
  .top__section-title {
    font-size: 1.75rem;
  }
  .top__section-kana {
    margin: 0 auto 30px auto;
    font-size: 0.9375rem;
  }
  .slick_slider {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .slick_slider .slick_slider-contents {
    margin: 0 8px;
    max-width: 326px;
  }
  .slick_slider .slick_slider-contents .slick_img {
    max-width: 326px;
  }
  .slick-dots {
    margin: 30px 39% 0 auto;
  }
  .slick-dots button {
    width: 8px;
    height: 8px;
  }
  .top__about-section-wrap {
    background: url(../../assets/images/sp_top_about-bg.png);
  }
  .top__about-wrap {
    display: block;
    margin: auto;
    padding: 0 20px 56px 20px;
  }
  .top__about-wrap h4 {
    padding: 16px 0;
    width: 100%;
    font-size: 1.625rem;
  }
  .top__about-wrap p {
    width: 100%;
    font-size: 0.875rem;
  }
  .top__about-img li {
    width: 100%;
    position: inherit;
    overflow: inherit;
    height: inherit;
    padding-bottom: inherit;
  }
  .top__about-img img {
    width: inherit;
    height: inherit;
    position: inherit;
  }
  .top__menu-list li {
    margin: 10px;
  }
  .menu-title {
    padding: 20px;
    font-size: 1rem;
  }
  .menu-title::before,
  .menu-title::after {
    height: 1px;
  }
  .menu-title::before {
    right: 18px;
  }
  .menu-title::after {
    right: 18px;
  }
  .menu-contents {
    margin: 16px 0;
  }
  .menu-text {
    gap: 0 0;
  }
  .menu-text li {
    letter-spacing: 0.04em;
    font-size: 0.875rem;
  }
  .top_about-banner {
    display: block;
  }
  .top_about-banner img {
    max-width: none;
    width: 100%;
  }
  .top_about-banner-contents {
    padding: 22px 0;
  }
  .top_about-banner-contents h3 {
    padding-bottom: 10px;
    font-size: 1.375rem;
  }
  .top_about-banner-contents p {
    padding-bottom: 10px;
    font-size: 0.6875rem;
  }
  .top_about-banner-contents span {
    font-size: 0.6875rem;
  }
  .top_about-banner .reservation-btn {
    padding: 12px 16px;
    max-width: 297px;
    width: auto;
  }
  .top_about-banner .reservation-btn p {
    font-size: 1rem;
  }
  .top__news-list {
    margin-bottom: 56px;
  }
  .top__news-list-item {
    display: block;
    padding: 23px 6px;
  }
  .top__access {
    width: 100%;
  }
  .top__access-wrap {
    display: block;
  }
  .top__access-wrap .access-logo {
    margin: 0 0 32px 0;
    max-width: none;
  }
  .top__access-phone {
    text-align: center;
  }
  iframe {
    width: 100%;
  }
  .access_map:hover {
    opacity: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
  }
  .access_map-wrap {
    width: 100%;
  }
  .access_map-wrap:hover:before {
    opacity: 0;
  }
  .top__problem-section-wrap {
    background-image: url(../../assets/images/sp-problem_BG.png);
    background-size: 100%;
  }
  .top__problem-section h3 {
    margin-bottom: 53px;
    font-size: 1rem;
  }
  .top__problem-section .view-btn-wrap {
    margin-top: 0px;
  }
  .top__problem-menu {
    display: block;
    padding: 24px 33px;
  }
  .top__problem-menu li {
    margin: 12px auto;
    max-width: none;
  }
  .not-found__section {
    padding: 110px 16px 60px 16px;
  }
  .not-found__section h2 {
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
  .not-found__section .not-found-text {
    margin: 0 auto 40px auto;
    margin-bottom: 40px;
    max-width: 371px;
    font-size: 1rem;
  }
  .br-disp {
    display: block;
  }
  .contact-btn {
    max-width: 297px;
    width: 100%;
    font-size: 0.875rem;
  }
  .contact-btn-wrap {
    margin: 0 auto 48px auto;
  }
  .price__title-wrap {
    background-image: url(../../assets/images/sp_price_fv.png);
    background-size: 100%;
  }
  .price__title-text {
    padding: 108px 64px 48px 65px;
  }
  .price__title-text h2 {
    font-size: 1.75rem;
  }
  .price__title-text p {
    font-size: 1rem;
  }
  .price__menu-section {
    padding: 10px 16px 0 16px;
  }
  .price__menu-section p {
    margin-bottom: 25px;
    width: 100%;
    font-size: 0.8125rem;
  }
  .price__menu-list-item .menu-title {
    padding: 12px;
    border: 1px solid #a9a49c;
    background: #fff;
    text-align: left;
    font-size: 0.875rem;
  }
  .price__menu-list-item .menu-title::before,
  .price__menu-list-item .menu-title::after {
    height: 1px;
  }
  .price__menu-list-item .menu-title::before {
    right: 18px;
  }
  .price__menu-list-item .menu-title::after {
    right: 18px;
  }
  .price__menu-list-item .menu-contents {
    display: none;
    margin: 16px 0;
  }
  .price__menu-list-item .menu-text li {
    padding: 8px;
  }
  .price__list-section {
    padding: 56px 17px 128px 17px;
  }
  .price__list {
    padding-bottom: 50px;
  }
  .price__list h3 {
    letter-spacing: 0.1em;
    font-size: 1.125rem;
  }
  .price__list .menu-title {
    padding: 4px;
    font-size: 1rem;
  }
  .price__list .menu-title::before,
  .price__list .menu-title::after {
    height: 1px;
  }
  .price__list .menu-title::before {
    right: 18px;
  }
  .price__list .menu-title::after {
    right: 18px;
  }
  .price__list .menu-contents {
    display: none;
    margin: 5px 0 30px 0;
  }
  .price__list .menu-contents p {
    font-size: 0.6875rem;
  }
  .price__list .menu-contents h4 {
    font-size: 0.875rem;
  }
  .price__list .menu h5 {
    font-size: 0.875rem;
  }
  .price__list .menu .additional {
    font-size: 0.6875rem;
  }
  .price__list .menu-price li h6 {
    font-size: 0.875rem;
  }
  .price__list .menu-price li p {
    font-size: 1rem;
  }
  .contents-btn {
    padding: 7px 0;
    font-size: 0.75rem;
  }
  .pay-btn {
    padding: 7px 0;
    font-size: 0.75rem;
  }
  .about__title-wrap {
    background-image: url(../../assets/images/sp_about_fv.png);
    background-size: 100%;
  }
  .about__title-text {
    padding: 108px 64px 48px 65px;
  }
  .about__title-text h2 {
    font-size: 1.75rem;
  }
  .about__title-text p {
    font-size: 1rem;
  }
  .about__concept-section {
    padding: 56px 0;
  }
  .about__concept-wrap {
    height: 1550px;
  }
  .about__concept-img-01 {
    top: 280px;
    right: auto;
    left: 0;
    max-width: 320px;
  }
  .about__concept-img-02 {
    top: 530px;
    max-width: 214px;
  }
  .about__concept-img-03 {
    top: 1052px;
    max-width: 320px;
  }
  .about__concept-text {
    padding: 0 0 0 24px;
  }
  .about__concept-text h3 {
    padding-bottom: 16px;
    font-size: 1.625rem;
    line-height: auto;
  }
  .about__concept-text p {
    font-size: 0.875rem;
    line-height: 2;
  }
  .about__concept-text:last-child {
    padding: 887px 24px;
  }
  .about__concept-text:last-child h3 {
    text-align: right;
  }
  .about__doctor-sectom-wrap {
    background-image: url(../../assets/images/sp_about_doctor-bg.png);
  }
  .about__doctor-section {
    padding: 56px 20px;
  }
  .about__title {
    padding-bottom: 30px;
  }
  .about__doctor {
    gap: 0 23px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__doctor img {
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .doctor-name {
    display: block;
  }
  .doctor-name h5 {
    font-size: 1.75rem;
  }
  .doctor-name p {
    font-size: 0.875rem;
  }
  .doctor-text {
    padding-top: 30px;
    font-size: 0.875rem;
  }
  .doctor-career {
    padding-right: 0;
    font-size: 0.75rem;
  }
  .doctor-career h4 {
    width: 18%;
  }
  .doctor-career:nth-child(3) {
    margin-top: 20px;
    border-top: 1px dashed #000;
  }
  .about__flow-section {
    padding: 56px 25px;
  }
  .about__flow-section .about__title {
    padding-bottom: 30px;
  }
  .about__flow-wrap h4 {
    margin-bottom: 30px;
    width: 90%;
    font-size: 1.125rem;
  }
  .about__flow {
    padding: 0 0 56px 0;
  }
  .about__flow-content h5 {
    font-size: 1.4375rem;
  }
  .about__flow-content p {
    padding-bottom: 15px;
    font-size: 0.875rem;
  }
  .about__flow span {
    margin-top: 5px;
    margin-right: 15px;
  }
  .menu__title-wrap {
    background-image: url(../../assets/images/sp_menu_fv.png);
    background-size: 100%;
  }
  .menu__title-text {
    padding: 108px 16px 48px 16px;
  }
  .menu__title-text h2 {
    font-size: 1.75rem;
  }
  .menu__title-text p {
    font-size: 1rem;
  }
  .menu__list-section {
    padding: 56px 16px 70px 16px;
  }
  .menu__list-title {
    margin-bottom: 18px;
  }
  .menu__list-title img {
    width: 55%;
  }
  .menu__list-title h3 {
    font-size: 1rem;
  }
  .menu__list-title p {
    font-size: 1rem;
  }
  .menu__list-title .menu-list-bl {
    margin: 25px auto;
  }
  .menu__list-title .menu-list-bl p {
    font-size: 0.8125rem;
  }
  .menu__contents {
    display: block;
  }
  .menu__contents li {
    margin-bottom: 16px;
    max-width: none;
  }
  .menu__contents a {
    font-size: 0.9375rem;
  }
  .tab {
    margin: 15px 16px 0 16px;
  }
  .tab li a {
    font-size: 0.875rem;
    padding: 8px 13px;
  }
  .tab li.active a {
    border-bottom: 2px solid #a9a49c;
  }
  .menu__problem-list li {
    margin: 16px 0;
  }
  .menu__problem-list .menu-title {
    font-size: 1rem;
    padding: 8px;
  }
  .menu__problem-list .menu-title::before,
  .menu__problem-list .menu-title::after {
    height: 1px;
  }
  .menu__problem-list .menu-title::before {
    right: 12px;
  }
  .menu__problem-list .menu-title::after {
    right: 12px;
  }
  .menu__problem-list .menu-contents {
    margin: 16px 0;
  }
  .menu__problem-list .menu-text {
    gap: 16px 13px;
  }
  .menu__problem-list .menu-text li {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    padding: 6px 9px;
    margin: 0;
  }
  .news__title-wrap {
    background-image: url(../../assets/images/sp_news_fv.png);
    background-size: 100%;
  }
  .news__title-text {
    padding: 108px 16px 48px 16px;
  }
  .news__title-text h2 {
    font-size: 1.75rem;
  }
  .news__title-text p {
    font-size: 1rem;
  }
  .news__list-section {
    padding: 54px 16px 70px 16px;
  }
  .news__contents li {
    padding: 10px 7px;
    max-width: none;
  }
  .news__contents a svg {
    right: 5px;
  }
  .news__item-contents {
    display: block;
  }
  .news__item-contents time {
    padding-left: 0;
    letter-spacing: 0.04em;
  }
  .news__item-contents h3 {
    padding-right: 0;
    width: 90%;
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
  }
  .news__pnavi {
    padding: 60px 0 120px 0;
  }
  .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
    line-height: 30px;
  }
  .single-news__sec {
    padding: 54px 16px 70px 16px;
  }
  .single-news__content {
    padding: 32px 16px;
  }
  .single-news__content-title {
    font-size: 1.125rem;
  }
  .single-news__desc p {
    padding-bottom: 20px;
    font-size: 0.875rem;
  }
  .single-news__desc figure {
    padding: 20px 0 40px 0;
  }
  .single-news__desc figure img {
    max-width: 300px;
  }
  .single-news__date-wrapper {
    padding-bottom: 16px;
  }
  .single-news__date-wrapper time {
    font-weight: 300;
    font-size: 1rem;
  }
  .single-news__link-back {
    padding: 52px 0 128px 0;
    font-size: 0.875rem;
  }
  .blog__title-wrap {
    background-image: url(../../assets/images/sp_blog_fv.png);
    background-size: 100%;
  }
  .blog__title-text {
    padding: 108px 16px 48px 16px;
  }
  .blog__title-text h2 {
    font-size: 1.75rem;
  }
  .blog__title-text p {
    font-size: 1rem;
  }
  .blog__list-section {
    padding: 56px 16px 70px 16px;
  }
  .blog__item-list {
    gap: 16px 16px;
  }
  .blog__item {
    width: 47%;
    height: auto;
  }
  .blog__item-img {
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .blog__item-contents {
    display: block;
    height: 50px;
  }
  .blog__item-contents {
    display: inline-block;
  }
  .blog__item-contents time {
    font-size: 0.8125rem;
    line-height: normal;
  }
  .blog__item-contents .single-blog__category {
    margin-top: 6px;
    padding: 1px 7px;
    font-size: 0.75rem;
  }
  .blog__item-bottom {
    padding: 3px 10px 10px 10px;
  }
  .blog__item-bottom h3 {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
  }
  .company__title-wrap {
    background-image: url(../../assets/images/sp_company_fv.png);
    background-position-y: 0;
    background-size: 100%;
  }
  .company__title-text {
    padding: 108px 16px 43px 16px;
  }
  .company__title-text h2 {
    font-size: 1.75rem;
  }
  .company__title-text p {
    font-size: 1rem;
  }
  .company__info-section {
    padding: 56px 25px;
  }
  .company__info-section .company__title {
    padding-bottom: 30px;
  }
  .company__info {
    padding: 0 0 56px 0;
  }
  .company__info-content h5 {
    font-size: 1.4375rem;
  }
  .company__info-content p {
    padding-bottom: 15px;
    font-size: 0.875rem;
  }
  .company__info span {
    margin-top: 5px;
    margin-right: 15px;
  }
  .company__info span::after {
    max-height: 120px;
  }
  .company__text-list {
    padding: 0;
  }
  #table01 {
    margin: 0 auto 128px auto;
    font-size: 0.875rem;
  }
  #table01 th,
  #table01 td {
    padding: 26px 0 26px 10px;
  }
  .policy__title-wrap {
    background-image: url(../../assets/images/sp_company_fv.png);
    background-position-y: 0;
    background-size: 100%;
  }
  .policy__title-text {
    padding: 108px 16px 43px 16px;
  }
  .policy__title-text h2 {
    font-size: 1.75rem;
  }
  .policy__title-text p {
    font-size: 1rem;
  }
  .policy__info-section {
    padding: 56px 25px;
  }
  .policy__info-section .policy__title {
    padding-bottom: 30px;
  }
  .policy__info {
    padding: 0 0 56px 0;
  }
  .policy__info-content h5 {
    font-size: 1.4375rem;
  }
  .policy__info-content p {
    padding-bottom: 15px;
    font-size: 0.875rem;
  }
  .policy__info span {
    margin-top: 5px;
    margin-right: 15px;
  }
  .policy__info span::after {
    max-height: 120px;
  }
  .policy__text-list {
    padding: 0;
  }
  .policy__text-content {
    padding: 0;
    margin-bottom: 103px;
  }
  .policy__text-fbody {
    margin-bottom: 72px;
    font-size: 0.875rem;
  }
  .policy__text-lbody {
    margin-top: 32px;
    margin-bottom: 56px;
    font-size: 0.813rem;
  }
  .policy__text-head {
    font-size: 1.25rem;
  }
  .payment__title-wrap {
    background-image: url(../../assets/images/sp_payment_fv.png);
    background-size: 100%;
  }
  .payment__title-text {
    padding: 108px 16px 43px 16px;
  }
  .payment__title-text h2 {
    font-size: 1.75rem;
  }
  .payment__title-text p {
    font-size: 1rem;
  }
  .payment__info-section {
    padding: 56px 25px;
  }
  .payment__info-section .company__title {
    padding-bottom: 30px;
  }
  .payment__info {
    padding: 0 0 56px 0;
  }
  .payment__info-content h5 {
    font-size: 1.4375rem;
  }
  .payment__info-content p {
    padding-bottom: 15px;
    font-size: 0.875rem;
  }
  .payment__info span {
    margin-top: 5px;
    margin-right: 15px;
  }
  .payment__info span::after {
    max-height: 120px;
  }
  .payment__text-list {
    margin-bottom: 128px;
    padding: 0;
  }
  .payment__text-head {
    font-size: 1rem;
  }
  .payment__text-content {
    margin-bottom: 56px;
    font-size: 0.875rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
  .payment__card ul {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .payment__card li {
    width: 20%;
  }
  .payment__btn {
    margin-top: 36px;
    width: 95%;
  }
  .payment-last {
    margin-bottom: 92px;
  }
  .access__title-wrap {
    background-image: url(../../assets/images/sp_access_fv.png);
    background-size: 100%;
  }
  .access__title-text {
    padding: 108px 16px 48px 16px;
  }
  .access__title-text h2 {
    font-size: 1.75rem;
  }
  .access__title-text p {
    font-size: 1rem;
  }
  .access__info-section {
    padding: 56px 25px;
  }
  .access__info-section .company__title {
    padding-bottom: 30px;
  }
  .access__info-section.access01 {
    padding: 56px 0;
    padding-bottom: 72px;
  }
  .access__info-section.access01 .company__title {
    padding-bottom: 30px;
  }
  .access__content {
    padding: 56px 20px;
    padding-top: 0;
  }
  .access__content-wrap {
    display: block;
    margin-bottom: 16px;
  }
  .access__content-wrap .access__logo {
    margin: auto 0;
    margin-bottom: 32px;
  }
  #table02 {
    margin-bottom: 0;
    background-image: none;
    font-size: 0.875rem;
  }
  #table02 tr:last-child {
    background-image: none;
  }
  #table02 th,
  #table02 td {
    padding: 16px 10px 16px 10px;
  }
  .access__content-wrap .access_map-wrap {
    margin-bottom: 16px;
    padding-bottom: 24px;
    width: 100%;
    height: 430px;
    background-image: -webkit-linear-gradient(left, #a9a49c, #a9a49c 2px, transparent 2px);
    background-image: linear-gradient(to right, #a9a49c, #a9a49c 2px, transparent 2px);
    background-position: right 4px bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  }
  .access__info-section.access02 {
    padding: 56px 25px;
  }
  .access__info-section.access02 .company__title {
    padding-bottom: 30px;
  }
  .access__info {
    padding: 0 0 56px 0;
  }
  .access__info-content h5 {
    font-size: 1.4375rem;
  }
  .access__info-content p {
    padding-bottom: 15px;
    font-size: 0.875rem;
  }
  .access__info span {
    margin-top: 5px;
    margin-right: 15px;
  }
  .access__info span::after {
    max-height: 120px;
  }
  .access__text-list {
    padding: 0;
  }
  .access__guide-title {
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .access-swiper .swiper-button-next {
    right: 14%;
    bottom: 25%;
  }
  .access-swiper .swiper-button-prev {
    right: 26%;
    bottom: 25%;
  }
  .swiper-controller .swiper-button-prev img {
    width: 2rem;
  }
  .swiper-controller .swiper-button-next img {
    width: 2rem;
  }
  .swiper-box {
    margin-top: 0;
  }
  .card03 .slide-content {
    margin-top: 10px;
  }
  .card03 .slide-date {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .card03 .slide-title {
    height: 5em;
    font-size: 1rem;
  }
  .card03 .swiper-controller {
    margin-top: 0;
  }
  .card03 .swiper-pagination-bullet {
    width: 0.563rem;
    height: 0.563rem;
  }
  .card03 .swiper-pagination-bullet-active {
    width: 0.563rem;
    height: 0.563rem;
  }
  .l-inner {
    padding: 0;
  }
  .pc {
    display: none !important;
  }
  .card03 .swiper {
    padding: 2.5rem;
  }
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
  .card03 .slide img {
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .faq__title-wrap {
    background-image: url(../../assets/images/sp_company_fv.png);
    background-position-y: 0;
    background-size: 100%;
  }
  .faq__title-text {
    padding: 108px 16px 43px 16px;
  }
  .faq__title-text h2 {
    font-size: 1.75rem;
  }
  .faq__title-text p {
    font-size: 1rem;
  }
  .faq__info-section {
    padding: 56px 25px;
  }
  .faq__info-section .faq__title {
    padding-bottom: 30px;
  }
  .faq__info {
    padding: 0 0 56px 0;
  }
  .faq__info-content h5 {
    font-size: 1.4375rem;
  }
  .faq__info-content p {
    padding-bottom: 15px;
    font-size: 0.875rem;
  }
  .faq__info span {
    margin-top: 5px;
    margin-right: 15px;
  }
  .faq__info span::after {
    max-height: 120px;
  }
  .faq__text-list {
    padding: 0;
  }
  .faq__text-content {
    padding: 0;
  }
  .faq__text-head {
    margin-bottom: 24px;
    font-size: 1.125rem;
  }
  .faq__list {
    padding-bottom: 40px;
  }
  .faq__list .faq-title td {
    padding: 8px 10px;
    max-width: 256px;
    font-size: 0.875rem;
  }
  .faq__list .faq-contents td {
    padding: 8px 10px;
    font-size: 0.813rem;
  }
  .faq__contents-list .menu-title.close::after {
    top: 52%;
  }
  .faq__contents-list .menu-title::before {
    height: 1px;
    top: 50%;
  }
  .faq__contents-list .menu-title::after {
    height: 1px;
    top: 50%;
  }
  .single-menu__title-wrap h2 {
    font-size: 1.25rem;
  }
  .single-menu__content-section {
    padding: 56px 20px 70px 20px;
  }
  .single-menu__overview {
    font-size: 0.875rem;
  }
  .single-menu-content-title {
    margin-bottom: 24px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .single-menu__about-contents {
    margin-bottom: 41px;
  }
  .single-menu__recommend {
    font-size: 0.875rem;
  }
  .single-menu__about-title {
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 2.25;
    margin-top: 50px;
  }
  .single-menu__about-text {
    font-size: 0.875rem;
    line-height: 2;
    padding-bottom: 40px;
  }
  .about-img {
    max-width: 400px;
    padding-bottom: 50px;
  }
  .single-menu__feature-list li {
    margin-bottom: 23px;
    width: 100%;
  }
  .single-menu__feature-list .single-menu__about-text {
    padding: 12px 24px;
    line-height: 1.7;
  }
  .single-menu__feature-list {
    display: block;
  }
  .single-menu__feature-num {
    padding: 2px 10px;
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
  }
  .single-menu__feature-title {
    padding: 12px 24px;
    font-size: 1.125rem;
  }
  .single-menu__process-list {
    padding: 33px 10px 0 10px;
  }
  .single-menu__process-list span {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 2px;
  }
  .single-menu__process-list span::before {
    width: 16px;
    height: 16px;
    margin-left: 2px;
  }
  .single-menu__process-list h4 {
    padding-bottom: 0;
  }
  .single-menu__process-list .single-menu__about-text {
    padding-bottom: 15px;
  }
  .single-menu__precautions-list {
    padding-top: 32px;
  }
  .single-menu__precautions-list li {
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 6.5px 0;
  }
  .single-menu__precautions-list h4 {
    padding: 13px 13px;
  }
  .single-menu__precautions-list p {
    padding: 13px 13px;
    line-height: inherit;
  }
  .single-menu__additional-list .menu-title {
    padding: 8px 39px 8px 11px;
    font-size: 0.875rem;
  }
  .single-menu__additional-list .menu-contents {
    padding: 11px 14px;
    font-size: 0.8125rem;
  }
  .single-menu__doctor-wrap {
    padding: 21px 18px;
  }
  .single-menu__doctor {
    display: block;
    text-align: center;
  }
  .single-menu__doctor img {
    max-width: 102px;
  }
  .single-menu__doctor p {
    font-size: 0.8125rem;
    margin-top: 16px;
  }
  .single-menu-content-text {
    margin-bottom: 43px;
  }
  .single-menu__menu-title {
    padding-bottom: 0 !important;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1270px) {
  .top__campaign-section,
  .top__menu-section,
  .top__problem-section,
  .top__news-section,
  .top__blog-section,
  .top__access-section {
    padding: 128px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1224px) {
  .not-found__section {
    padding: 230px 50px 130px 50px;
  }
  .about__concept-text {
    padding: 97px 0 0 50px;
  }
  .about__concept-text:last-child {
    right: 50px;
    padding: auto;
    padding: 985px 0 0 0;
  }
  .about__doctor-section {
    padding: 60px 50px;
  }
}

@media screen and (min-width: 1181px) and (max-width: 1260px) {
  .price__title-text {
    padding: 116px 20px 80px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .price__title-text {
    padding: 100px 20px 80px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .price__menu-section {
    padding: 45px 100px 120px 100px;
  }
  .price__list-section {
    padding: 116px 20px 80px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .about__title-text {
    padding: 146px 20px 80px 20px;
  }
  .menu__title-text {
    padding: 146px 20px 80px 20px;
  }
  .menu__list-section {
    padding: 112px 50px;
  }
  .news__title-text {
    padding: 146px 20px 80px 20px;
  }
  .news__list-section {
    padding: 128px 50px;
  }
  .single-news__sec {
    padding: 128px 50px;
  }
  .blog__title-text {
    padding: 146px 20px 80px 20px;
  }
  .company__title-text {
    padding: 146px 20px 50px 20px;
  }
  .policy__title-text {
    padding: 126px 20px 30px 20px;
  }
  .payment__title-text {
    padding: 146px 20px 80px 20px;
  }
  .access__title-text {
    padding: 146px 20px 80px 20px;
  }
  .faq__title-text {
    padding: 146px 20px 80px 20px;
  }
  .single-menu__content-section {
    padding: 112px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about__flow-section {
    padding: 128px;
  }
  .company__info-section {
    padding: 128px;
  }
  .policy__info-section {
    padding: 128px;
  }
  .payment__info-section {
    padding: 128px;
  }
  .access__info-section {
    padding: 128px;
  }
  .access__info-section.access01 {
    padding: 0;
    margin-bottom: 128px;
  }
  .access__info-section.access02 {
    padding: 128px;
  }
  .faq__info-section {
    padding: 128px;
  }
}

@media screen and (min-width: 930px) and (max-width: 1240px) {
  .blog__list-section {
    padding: 128px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  .blog__list-section {
    padding: 128px 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 860px) {
  .blog__item-list {
    gap: 16px 16px;
  }
}

@media screen and (min-width: 100px) and (max-width: 450px) {
  .company__info span::after {
    max-height: 130px;
  }
  .policy__info span::after {
    max-height: 130px;
  }
  .payment__info span::after {
    max-height: 130px;
  }
  .access__info span::after {
    max-height: 130px;
  }
  .faq__info span::after {
    max-height: 130px;
  }
}

@media only screen and (max-width: 450px) {
  #table01 th,
  #table01 td {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70%;
  }
  #table01 th {
    width: 30%;
  }
  #table01 td {
    padding-top: 0;
  }
  #table02 th,
  #table02 td {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70%;
  }
  #table02 th {
    width: 30%;
  }
  #table02 td {
    padding-top: 0;
    padding: 16px 0 16px 0;
  }
}

/*下記追加*/
.top__worries-section-wrap {
  background-image: url(https://test.g-kirei.jp/wp-content/themes/kirei/assets/images/top_worries_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.top__worries-section {
  padding: 128px 0;
}

.top__section-title {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
  font-family: "Baskerville", sans-serif;
}
.top__section-kana {
  margin: 0 auto 64px auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__worries-section h4 {
  margin: 0 auto;
  margin-bottom: 70px;
  padding: 5px 10px;
  max-width: 242px;
  border-top: 1px solid #54595e;
  border-bottom: 1px solid #54595e;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.top__worries-contents {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 960px;
  background: #e7d9d7;
  opacity: 0.7;
}
.top__worries-inner {
  position: relative;
  margin-top: 0;
  background: #e7d9d7;
  opacity: 0.7;
  height: 100px;
}
.top__worries-inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-family: "Baskerville", sans-serif;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top__worries-inner span {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* 下記追加 20250219 */
.top__campaign-section-wrap {
  background-image: url(../../assets/images/campaign_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.top__campaign-section {
  padding: 128px 0;
}

.top__campaign-contents {
  width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.top__campaign-item {
  display: block;
  width: 100%;
  transition: opacity 0.4s;
}
.top__campaign-item:hover {
  opacity: 0.7;
}
.top__campaign-item img {
  width: 100%;
}
@media (max-width: 768px) {
  .top__campaign-section {
    padding: 56px 20px;
  }
  .top__campaign-contents {
    width: 100%;
    max-width: 500px;
    padding-inline: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.top__worries-section-wrap {
  background-image: url(../../assets/images/top_worries_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.top__worries-section {
  padding: 128px 0;
}
@media (max-width: 768px) {
  .top__worries-section {
    padding: 56px 20px;
  }
}

.top__section-title {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
  font-family: "Baskerville", sans-serif;
}

.top__section-kana {
  margin: 0 auto 64px auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__worries-section h4 {
  margin: 0 auto;
  margin-bottom: 70px;
  padding: 5px 10px;
  max-width: 242px;
  border-top: 1px solid #54595e;
  border-bottom: 1px solid #54595e;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__worries-contents {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 960px;
  background: #e7d9d7;
  opacity: 0.7;
}

.top__worries-inner {
  position: relative;
  margin-top: 0;
  background: #e7d9d7;
  opacity: 0.7;
  height: 100px;
}

.top__worries-inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-family: "Baskerville", sans-serif;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top__worries-inner span {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media (min-width: 769px) {
  .top__problem-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    padding: 56px 63px;
    margin-top: 0;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
  }

  .top__problem-menuli {
    max-width: 270px;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    background: #ffffff;
    list-style: none;
  }
}

@media (max-width: 768px) {
  .top__problem-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    padding: 26px 33px;
    margin-top: 0;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }

  .top__problem-menu li {
    max-width: 270px;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    background: #ffffff;
    list-style: none;
  }
  .top__problem-menu img {
    padding-top: 20px;
  }

  .top__problem-menu p {
    font-size: 1rem;
    padding: 0;
  }

  .top__problem-menu a {
    text-decoration: none;
    color: #54595e;
    transition-property: opacity;
    transition-duration: 0.5s;
  }
}

.top__problem-menu li img {
  padding-top: 20px;
}

.top__problem-menu li p {
  font-size: 1rem;
  padding: 0;
}

.top__problem-menu li a {
  text-decoration: none;
  color: #54595e;
  transition-property: opacity;
  transition-duration: 0.5s;
}

.top__problem-menu li a:hover {
  opacity: 0.7;
}

/*problem02*/
.top__worries-inner.-problem02 {
  opacity: 1;
  height: 140px;
}
.top__problem02-menu li {
  max-width: 250px;
  width: 100%;
  border: 1px solid #fff;
  background: #ffffff;
  text-align: center;
  font-size: 0.875rem;
}

.top__problem02-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 63px;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .top__problem02-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    padding: 56px 63px;
    padding-top: 0;
    margin-top: 0;
    gap: 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
  }

  .top__problem02-menu li {
    max-width: 270px;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    background: #ffffff;
    list-style: none;
  }
}

@media (max-width: 768px) {
  .top__problem02-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    padding: 0 15px 0;
    margin-top: 0;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }

  .top__problem02-menu li {
    max-width: 270px;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    background: #ffffff;
    list-style: none;
  }
  .top__problem02-menu img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: fit-content;
    height: fit-content;
    padding-top: 20px;
    max-width: 100%;
  }

  .top__problem02-menu p {
    font-size: 1rem;
    padding: 0;
    padding-bottom: 20px;
  }

  .top__problem02-menu a {
    text-decoration: none;
    color: #54595e;
    transition-property: opacity;
    transition-duration: 0.5s;
  }
}

.top__problem02-menu li img {
  padding-top: 20px;
}

.top__problem02-menu li p {
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  padding: 0;
  padding-bottom: 10px;
}

.top__problem02-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  text-decoration: none;
  color: #54595e;
  transition-property: opacity;
  transition-duration: 0.5s;
}

.top__problem02-menu li a:hover {
  opacity: 0.7;
}

/*dcoter*/

.top__Docter-section-wrap {
  background: #f3f3f3;
}

.top__Docter-section {
  padding: 128px 0;
}

.top__Docter-prof span {
  background: #d4a9a0;
  color: #fff;
  padding: 5px 18px;
}

.top__Docter-contents {
  position: relative;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 900px;
  opacity: 0.7;
}

.top__Docter-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  padding: 56px 63px;
  margin-top: 0;
  gap: 70px 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
}

.top__Docter-prof li {
  max-width: 100%;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  list-style: none;
}

.top__Docter-prof li dl {
  margin-top: 10px;
}

.Message {
  position: relative;
  padding: 103px 0 23px;
  font-size: 18px;
}

.Message::before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(-1 * (100vw - 780px) / 2);
  width: calc(100vw - ((100vw - 840px) / 2));
  height: 100%;
  background: #ebe5e5;
  z-index: -1;
}

.Message p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2.1875;
}

p.name {
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  margin: 10px 0;
}

span.eiji {
  font-size: 0.875rem;
  margin-left: 30px;
  background: none;
  color: #727272;
  font-size: 1.25rem;
}

.timeline-item {
  padding-inline: 20px;
  position: relative;
  line-height: 1;
  border-left: 2px dotted #d4a9a0;
  padding-top: 25px;
  margin-left: 30px;
}

.timeline-item p {
  font-size: 0.9em;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.785rem;
}

.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1.9em;
  position: absolute;
  left: -6px;
  border-radius: 10px;
  content: "";
  background: #d4a9a0;
}

.timeline-item:last-child {
  border-image: linear-gradient(to bottom, $border-color 60%, rgba($border-color, 0)) 1100%;
}

dt {
  padding: 5px 0;
}

@media (max-width: 768px) {
  .top__Docter-prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    padding: 0 7px;
    margin-top: 0;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
  }

  .top__Docter-prof li {
    max-width: 100%;
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    list-style: none;
    padding-bottom: 20px;
  }
  .top__Docter-prof li:nth-child(2) {
    grid-column: 1;
    grid-row: 1 / 4;
  }

  .top__Docter-prof p.name span {
    padding: 0;
  }

  .top__Docter-prof li img {
    width: 100%;
  }

  .Message {
    margin-top: 20px;
    padding: 28px 0;
    font-size: 1.25rem;
  }
  .Message::before {
    width: 110vw;
    top: 0;
    left: -10%;
  }
}

/*各お悩みページ*/
.menu__title-wrap {
  background-image: url(../../assets/images/menu_fv.png);
  background-repeat: no-repeat;
}

.menu__title-text {
  text-align: center;
  padding: 146px 153px 80px 153px;
  color: #fff;
  max-width: 1366px;
  margin: 0 auto;
}

.menu__card-bg {
  background-image: url(../../assets/images/bg_page_worries.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.menu__card-section {
  padding: 128px 0;
}

.top__section-title {
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.125rem;
  font-family: "Baskerville", sans-serif;
}

.top__section-kana {
  margin: 0 auto 64px auto;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.top__worries-section h4 {
  margin: 0 auto;
  margin-bottom: 70px;
  padding: 5px 10px;
  max-width: 242px;
  border-top: 1px solid #54595e;
  border-bottom: 1px solid #54595e;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.menu_card-contents {
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 960px;
  background: #e7d9d7;
  opacity: 0.7;
}

@media (min-width: 769px) {
  .menu-card-inner {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0;
    background: #e7d9d7;
    opacity: 1;
    height: 100px;
  }

  .menu-card-inner p {
    padding-left: 63px;
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
  }
  .menu-card-inner span {
    font-size: 0.875rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .menu__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    padding: 10px 63px;
    margin-top: 0;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
  }

  .menu__card-list li {
    max-width: 260px;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    background: #ffffff;
    list-style: none;
    overflow: hidden;
    padding: 5px;
  }

  .menu__card-list li img {
    padding: 0;
  }
  p.menu_ttl {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    margin: 5px 0;
  }
  p.menu_txt {
    text-align: left;
    margin: 5px 0 25px;
  }

  .menu__card-list li a {
    text-decoration: none;
    color: #54595e;
  }
  .menu__card-list li a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {

  .menu__title-wrap.-worries {
    background-size: cover;
  }

  .menu__title-wrap.-worries .menu__title-text {
    padding-inline: 20px;
  }

  .menu__card-section {
    padding: 0;
    padding-bottom: 56px;
  }

  .menu-card-inner {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0;
    background: #e7d9d7;
    opacity: 1;
    height: 100px;
  }

  .menu-card-inner p {
    text-align: left;
    padding-left: 20px;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    font-family: "Zen Old Mincho", serif;
  }
  .menu-card-inner span {
    font-size: 0.875rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .menu__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    padding: 10px 20px;
    margin-top: 0;
    gap: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }

  .menu__card-list li {
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    background: #ffffff;
    list-style: none;
    overflow: hidden;
    padding: 8px;
  }

  .menu__card-list li img {
    padding: 0;
  }
  p.menu_ttl {
    text-align: left;
    font-size: 0.928rem;
    margin: 5px 0;
  }
  p.menu_txt {
    text-align: left;
    margin-top: 5px;
  }

  .menu__card-list li a {
    text-decoration: none;
    color: #54595e;
  }
}
/*# sourceMappingURL=style.css.map */
