@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: 94vw;
  margin: 0 auto;
}

.md-inner {
  width: 1050px;
  max-width: 94vw;
  margin: 0 auto;
}

/* Responsive
======================================== */
@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
/* Setting
======================================== */
body {
  font-size: 16px;
  color: #644040;
  background-color: #fffbf5;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 200%;
  letter-spacing: 0.1rem;
  word-break: break-all;
  overflow-x: hidden;
}

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

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a {
  transition: 0.3s all;
}

section.with-bg {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-right: calc(50vw - 50%) !important;
  width: 100vw;
}

section.padding,
footer.padding {
  padding: 60px 0;
  max-width: none;
}
@media (min-width: 1001px) {
  section.padding,
  footer.padding {
    padding: 100px 0;
  }
}

section.mb {
  margin-bottom: 60px;
}
@media (min-width: 1001px) {
  section.mb {
    margin-bottom: 100px;
  }
}

@media (min-width: 1001px) {
  .pc-center {
    text-align: center;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* Parts
======================================== */
.ttl-dotted {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 3px dotted #644040;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0 auto 35px;
  text-align: center;
}
@media (min-width: 1001px) {
  .ttl-dotted {
    margin: 0 auto 45px;
    font-size: 28px;
  }
}
.ttl-dotted.basic {
  border-bottom: none;
  margin: 0 auto 15px;
}
@media (min-width: 1001px) {
  .ttl-dotted.basic {
    margin: 0 auto 35px;
  }
}

.btn-chevron {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 16px;
  width: 250px;
  height: 50px;
  margin: 35px auto 0;
  line-height: 1;
  min-height: 2em;
}
@media (min-width: 1001px) {
  .btn-chevron {
    font-size: 18px;
    width: 325px;
    height: 60px;
    margin: 40px auto 0;
  }
}
.btn-chevron span {
  z-index: 50;
}
.btn-chevron span:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-chevron.png);
  background-size: cover;
  width: 10px;
  height: 18.69px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-chevron:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 1px solid #644040;
  border-radius: 10px;
}
.btn-chevron:after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffe4a7;
  z-index: 0;
  transform: translate(5px, 5px);
  transition: 0.3s all;
  border-radius: 10px;
}
.btn-chevron:hover:after {
  transform: translate(0px, 0px);
}

/* Header
======================================== */
header {
  height: 60px;
  background-color: #fffbf5;
  width: 100%;
}
@media (min-width: 1001px) {
  header {
    height: 130px;
  }
}
header .header-wrap {
  height: 60px;
  position: fixed;
  z-index: 1000;
  background-color: #fffbf5;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1001px) {
  header .header-wrap {
    height: 130px;
  }
}
header .header-wrap .lg-inner {
  height: 60px;
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner {
    height: 130px;
  }
}
@media (max-width: 1000px) {
  header .header-wrap .lg-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .header-wrap .lg-inner .logo {
  overflow: hidden;
  text-indent: 100%;
  width: 200px;
  height: auto;
  aspect-ratio: 180/28.08;
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner .logo {
    width: 300px;
  }
}
header .header-wrap .lg-inner .logo:before {
  content: "";
  display: block;
  background-image: url(../img/header-logo.png);
  background-size: cover;
  width: 100%;
  height: 100%;
}
header .header-wrap .lg-inner .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .header-wrap .lg-inner .heading .cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
header .header-wrap .lg-inner .heading .tel {
  width: auto;
  height: 55px;
}
header .header-wrap .lg-inner .heading .web {
  border-radius: 0 0 20px 20px;
  background-color: #ffe4a7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 1;
  padding: 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  gap: 10px;
}
header .header-wrap .lg-inner .heading .web:hover {
  opacity: 0.6;
}
header .header-wrap nav ul.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
header .header-wrap nav ul.nav li {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
header .header-wrap nav ul.nav li:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffc541;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
}
header .header-wrap nav ul.nav li:hover {
  cursor: pointer;
}
header .header-wrap nav ul.nav li:hover:after {
  width: 100%;
}

/* --- ハンバーガーメニュー --- */
.hamburger {
  display: block;
  margin: 0;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #644040;
}
.hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-container {
  position: fixed;
  transition: 0.2s;
  top: 60px;
  right: -100%;
  background: #fffbf5;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 1000;
  overflow-y: scroll;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1001px) {
  .nav-container {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.nav-container.nav-active {
  right: 0;
}
.nav-container .inner_nav {
  width: 100%;
  max-width: 500px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
}
.nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.nav-container .inner_nav ul li {
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  width: 50%;
}
.nav-container .inner_nav .ttl-dotted {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  margin-top: 10px;
}
.nav-container .inner_nav .btn-chevron {
  margin-top: 10px;
}
.nav-container .inner_nav .btn-chevron + p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

/* Sub Visual
======================================== */
section.subpage-mv {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1000px) {
  section.subpage-mv {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1001px) {
  section.subpage-mv {
    padding-bottom: 40px;
    gap: 50px;
    align-items: end;
  }
}
section.subpage-mv:before {
  content: "";
  display: block;
  background-color: #ffe4a7;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 1001px) {
  section.subpage-mv:before {
    height: 85%;
  }
}
section.subpage-mv img {
  width: 70vw;
  max-width: 400px;
  height: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  border-radius: 25px 0 0 25px;
  position: relative;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 592/340;
}
@media (min-width: 1001px) {
  section.subpage-mv img {
    width: 40vw;
    max-width: none;
  }
}
section.subpage-mv .text {
  font-size: 16px;
  line-height: 170%;
  position: relative;
}
@media (min-width: 1001px) {
  section.subpage-mv .text {
    margin: 0;
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
section.subpage-mv .text .title {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1001px) {
  section.subpage-mv .text .title {
    margin-bottom: 50px;
    font-size: 42px;
  }
}
section.subpage-mv .topics {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fffbf5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 70px;
  margin-top: -50px;
  margin-bottom: 50px;
  z-index: 50;
  position: relative;
}
@media (max-width: 1000px) {
  section.subpage-mv .topics {
    display: none;
  }
}

/* Footer
======================================== */
footer .about,
.access .about {
  text-align: center;
}
footer .about .subtitle,
.access .about .subtitle {
  color: #9bc748;
  margin-bottom: 5px;
}
@media (min-width: 1001px) {
  footer .about .subtitle,
  .access .about .subtitle {
    margin-bottom: 10px;
  }
}
footer .about .title,
.access .about .title {
  font-size: 24px;
  letter-spacing: 0.3em;
  margin-bottom: 25px;
}
@media (min-width: 1001px) {
  footer .about .title,
  .access .about .title {
    font-size: 40px;
    margin-bottom: 45px;
  }
}
@media (max-width: 1000px) {
  footer .about .desc,
  .access .about .desc {
    text-align: left;
  }
}
footer .flex,
.access .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  footer .flex,
  .access .flex {
    margin-top: 60px;
  }
}
footer .flex .text,
.access .flex .text {
  flex: 1;
}
footer .flex .text img,
.access .flex .text img {
  margin-bottom: 30px;
}
footer .flex iframe,
.access .flex iframe {
  display: block;
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 1000px) {
  footer .flex iframe,
  .access .flex iframe {
    margin: 0 calc(50% - 50vw);
  }
}
@media (min-width: 1001px) {
  footer .flex iframe,
  .access .flex iframe {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
footer .cta,
.access .cta {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 40px;
}
@media (min-width: 1001px) {
  footer .cta,
  .access .cta {
    gap: 70px;
    margin-top: 80px;
  }
}
footer .cta li,
.access .cta li {
  flex: 100%;
}
@media (min-width: 1001px) {
  footer .cta li,
  .access .cta li {
    flex: 1;
  }
}
footer .cta li .heading,
.access .cta li .heading {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
footer .cta .btn-chevron,
.access .cta .btn-chevron {
  font-weight: 500;
  width: auto;
  margin: 25px 0 0;
}
footer .cta .btn-chevron span,
.access .cta .btn-chevron span {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
}
footer .cta .btn-chevron.tel,
.access .cta .btn-chevron.tel {
  height: 150px;
}
footer .cta .btn-chevron.tel span:before,
.access .cta .btn-chevron.tel span:before {
  display: none;
}
footer .cta .btn-chevron img,
.access .cta .btn-chevron img {
  width: auto;
  height: 27px;
}
footer .cta .btn-chevron p.tel,
.access .cta .btn-chevron p.tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 24px;
}
footer .cta .btn-chevron p.tel:before,
.access .cta .btn-chevron p.tel:before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel.png);
  background-size: cover;
  width: 27px;
  height: 27px;
}
footer .cta .btn-chevron span.time,
.access .cta .btn-chevron span.time {
  font-size: 16px;
  text-align: center;
  line-height: 150%;
}
footer .nav,
.access .nav {
  background-color: #ffdf9b;
  margin: 100px calc(50% - 50vw) 0;
  padding: 15px calc(50vw - 50%);
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
}
@media (min-width: 1001px) {
  footer .nav,
  .access .nav {
    gap: 30px;
  }
}
footer .access,
.access .access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background-color: #ffeed3;
  margin: 0 calc(50% - 50vw);
  padding: 30px calc(50vw - 50%);
  width: 100vw;
}
@media (max-width: 1000px) {
  footer .access,
  .access .access {
    font-size: 14px;
  }
}
@media (min-width: 1001px) {
  footer .access,
  .access .access {
    gap: 30px;
    padding: 50px calc(50% - 50vw);
  }
}
footer .access .yukuri,
.access .access .yukuri {
  font-size: 22px;
  letter-spacing: 0.3em;
}
@media (min-width: 1001px) {
  footer .access .yukuri,
  .access .access .yukuri {
    font-size: 30px;
  }
}

/* パンくずリスト
======================================== */
.aioseo-breadcrumbs span,
.aioseo-breadcrumbs a {
  display: inline;
}

/* 初めての方へ
======================================== */
.beginners .concept p {
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .beginners .concept p {
    margin-bottom: 50px;
    text-align: center;
  }
}
.beginners .only .images {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (min-width: 1001px) {
  .beginners .only .images {
    gap: 50px;
  }
}
.beginners .only .images img {
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 1001px) {
  .beginners .only .images img {
    width: calc((100% - 50px) / 2);
  }
}
.beginners .yurai {
  background-color: #faf3e8;
}
.beginners .suina {
  background-color: #faf3e8;
  padding: 20px 20px;
  margin: 40px 0 60px;
}
@media (min-width: 1001px) {
  .beginners .suina {
    margin: 60px 0 80px;
    padding: 20px 30px;
  }
}
.beginners .suina .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 1001px) {
  .beginners .suina .title {
    margin-bottom: 20px;
  }
}
.beginners section.img-n-text .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.beginners section.img-n-text .container.reverse {
  flex-direction: row-reverse;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  .beginners section.img-n-text .container.reverse {
    margin-top: 50px;
  }
}
.beginners section.img-n-text .container.reverse .img {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  border-radius: 50px 0 0 50px;
}
.beginners section.img-n-text .container .img {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  border-radius: 0 50px 50px 0;
}
@media (min-width: 1001px) {
  .beginners section.img-n-text .container .img {
    width: 40vw;
  }
}
.beginners section.img-n-text .container .text {
  flex: 1;
}
.beginners section.img-n-text .container .text .name {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  .beginners section.img-n-text .container .text .name {
    margin-bottom: 30px;
  }
}
.beginners section.img-n-text .container .text .name span {
  font-size: 18px;
  margin-top: 5px;
}
.beginners section.img-n-text .container .text .link {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
}
.beginners section.img-n-text .container .text .link .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  font-size: 16px;
  width: 380px;
  height: 70px;
  background-color: #ffe4a7;
}
@media (min-width: 1001px) {
  .beginners section.img-n-text .container .text .link .btn {
    font-size: 18px;
    width: 380px;
    height: 65px;
  }
}
.beginners section.img-n-text .container .text .link .btn:before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-long-arrow.png);
  background-size: cover;
  width: 46.55px;
  height: auto;
  aspect-ratio: 46.5/13.5;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.beginners section.img-n-text .container .text .link .fb {
  background-color: #ffe4a7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
@media (min-width: 1001px) {
  .beginners section.img-n-text .container .text .link .fb {
    margin-left: 50px;
  }
}
.beginners section.img-n-text .container .text .link .fb img {
  width: 20%;
}
.beginners section.img-n-text .container .text .link a {
  display: inline-block;
}
.beginners section.img-n-text .container .text .link a:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-0.1875em);
}
@media (max-width: 1000px) {
  .beginners section.img-n-text .container .text .link div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.beginners section.img-n-text iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 70px auto 0;
  display: block;
}

main.access + footer {
  padding-top: 0 !important;
}
main.access section.info dl {
  border: 1px solid #ffe4a7;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  main.access section.info dl {
    margin-bottom: 40px;
  }
}
main.access section.info dl .row {
  display: flex;
  flex-wrap: wrap;
}
main.access section.info dl .row dt,
main.access section.info dl .row dd {
  padding: 20px 20px;
  width: 100%;
}
main.access section.info dl .row dt.border-none,
main.access section.info dl .row dd.border-none {
  border-bottom: none !important;
}
main.access section.info dl .row dt {
  background-color: #ffe4a7;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1001px) {
  main.access section.info dl .row dt {
    width: 200px;
  }
}
main.access section.info dl .row dd {
  flex: 1;
  border-bottom: 1px solid #ffe4a7;
  background-color: #fff;
}

/* Q and A
======================================== */
main.q-and-a {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 80px 0;
}
@media (min-width: 1001px) {
  main.q-and-a {
    gap: 80px;
    padding: 100px 0;
  }
}

.qa-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1001px) {
  .qa-list {
    gap: 30px;
  }
}
.qa-list .block {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.accordion {
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  position: relative;
  /* --- icon --- */
}
.accordion p {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1001px) {
  .accordion p {
    font-size: 18px;
  }
}
.accordion:before {
  content: "Q.";
  display: block;
  font-size: 40px;
  color: #ffc541;
}
.accordion + .panel {
  padding: 0 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.accordion + .panel:before {
  content: "A.";
  display: block;
  font-size: 40px;
  color: #eb9eb9;
}
.accordion + .panel p {
  flex: 1;
  padding: 20px 0;
}
.accordion:hover {
  background-color: #fff9e7;
}
.accordion span {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  /* 縦の線 */
  /* 横の線 */
}
@media (min-width: 1001px) {
  .accordion span {
    width: 25px;
    height: 25px;
  }
}
.accordion span:before, .accordion span:after {
  display: inline-block;
  position: absolute;
  content: "";
  background-color: #ffc541;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.accordion span:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px; /*線の太さ*/
  height: 100%;
}
.accordion span:after {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px; /*線の太さ*/
}
.accordion.active span:before {
  transform: rotate(90deg);
}
.accordion.active span:after {
  transform: rotate(90deg);
  opacity: 0;
}

/* 当院の特徴
======================================== */
main.concept {
  /* --- 施術事例 --- */
}
main.concept .commitment .text .title {
  font-size: 18px;
  margin: 20px 0 5px;
  font-weight: 500;
}
@media (min-width: 1001px) {
  main.concept .commitment .text .title {
    font-size: 22px;
    margin: 30px 0 5px;
  }
}
main.concept .cases {
  position: relative;
}
@media (min-width: 1001px) {
  main.concept .cases {
    padding-top: 0 !important;
  }
}
main.concept .cases:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #faf3e8;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media (min-width: 1001px) {
  main.concept .cases:after {
    height: 60%;
  }
}
main.concept .cases ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1001px) {
  main.concept .cases ul {
    gap: 30px;
  }
}
main.concept .cases ul li {
  width: 100%;
}
@media (min-width: 1001px) {
  main.concept .cases ul li {
    width: calc((100% - 60px) / 3);
  }
}
main.concept .cases ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.concept .cases ul li a:hover {
  opacity: 0.6;
}
main.concept .cases ul li img {
  border-radius: 20px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main.concept .cases ul li h3 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1001px) {
  main.concept .cases ul li h3 {
    font-size: 24px;
  }
}
main.concept .cases ul li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Menus
======================================== */
main.menus .pc-center {
  margin-bottom: 30px;
}
main.menus .menus-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
main.menus .menus-nav a {
  background-color: #faf3e8;
  border-radius: 15px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 1000px) {
  main.menus .menus-nav a {
    width: 350px;
  }
}
main.menus .menus-nav a:hover {
  opacity: 0.6;
}
main.menus .menus-nav a:before {
  content: "";
  display: block;
  background-size: cover;
  aspect-ratio: 1/1;
  width: auto;
  height: 30px;
  position: relative;
  left: 2%;
}
@media (min-width: 1001px) {
  main.menus .menus-nav a:before {
    height: 40px;
  }
}
main.menus .menus-nav a.chiropractic:before {
  background-image: url(../img/icon-seitai.png);
}
main.menus .menus-nav a.foot:before {
  background-image: url(../img/icon-foot.png);
}
main.menus .menus-nav a.hand:before {
  background-image: url(../img/icon-hand.png);
}
main.menus .menus-nav a:after {
  content: "";
  background-image: url(../img/icon-chevron_down.png);
  display: block;
  background-size: cover;
  aspect-ratio: 23.62/13.5;
  width: 23px;
  height: auto;
  position: relative;
  right: 2%;
}
main.menus .img-n-text {
  scroll-margin-top: 30px;
}
@media (min-width: 1001px) {
  main.menus .img-n-text {
    scroll-margin-top: 70px;
  }
}
main.menus .img-n-text .container {
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  main.menus .img-n-text .container {
    margin-bottom: 40px;
  }
}
main.menus .img-n-text .text .ttl-dotted {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (min-width: 1001px) {
  main.menus .img-n-text .text .ttl-dotted {
    font-size: 24px;
  }
}
main.menus .img-n-text .text .features {
  width: 510px;
  max-width: 100%;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  main.menus .scroll {
    overflow-x: scroll;
  }
  main.menus .scroll:before {
    content: "表は横にスクロールできます　→";
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  main.menus dl.table {
    width: 1300px;
  }
}
main.menus dl.table + p {
  text-align: right;
}
@media (min-width: 1001px) {
  main.menus dl.table {
    margin-top: 50px;
  }
}
main.menus dl.table .row {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff6e8;
}
main.menus dl.table .row:nth-child(even) {
  background-color: #ffecd0;
}
main.menus dl.table .row dt,
main.menus dl.table .row dd {
  padding: 20px 20px;
  flex: 0.5;
  text-align: center;
}
main.menus dl.table .row dt:first-child,
main.menus dl.table .row dd:first-child {
  flex: 1.3;
}
main.menus dl.table .row dt:last-child,
main.menus dl.table .row dd:last-child {
  flex: 4;
}
main.menus dl.table .row dt {
  background-color: #ffe4a7;
}
main.menus dl.table .row dd:last-child {
  flex: 4;
  text-align: left;
}
main.menus .flow {
  background-color: #faf3e8;
}
main.menus .flow .container {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
main.menus .flow .container .item {
  display: flex;
  flex-wrap: wrap;
}
main.menus .flow .container .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 25px 25px;
}
@media (min-width: 1001px) {
  main.menus .flow .container .item img {
    width: 40%;
    border-radius: 0 25px 25px 0;
  }
}
main.menus .flow .container .item .text {
  position: relative;
  padding: 30px;
  padding-top: 0px;
  flex: 1;
  background-color: #fff;
  border-radius: 25px 25px 0 0;
}
@media (min-width: 1001px) {
  main.menus .flow .container .item .text {
    padding: 50px;
    border-radius: 25px 0 0 25px;
  }
}
main.menus .flow .container .item .text .step {
  background-color: #ffe4a7;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1001px) {
  main.menus .flow .container .item .text .step {
    font-size: 26px;
  }
}
main.menus .flow .container .item .text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 1001px) {
  main.menus .flow .container .item .text h3 {
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
main.menus .flow .arrow:after {
  content: "";
  display: block;
  background-image: url(../img/icon-chevron_flow.png);
  background-size: cover;
  aspect-ratio: 82.37/47.1;
  width: 60px;
  height: auto;
  margin: 35px auto 50px;
}

/* MainVisual
======================================== */
section.mv-wrap {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 1001px) {
  section.mv-wrap {
    padding-bottom: 40px;
  }
}
section.mv-wrap:before {
  content: "";
  display: block;
  background-color: #ffe4a7;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 1001px) {
  section.mv-wrap:before {
    height: 85%;
  }
}
section.mv-wrap .mv {
  position: relative;
}
section.mv-wrap .mv .bg {
  border-radius: 50px 0 0 50px;
  width: 80%;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  height: auto;
  aspect-ratio: 1/0.9;
  position: relative;
  overflow: hidden;
}
section.mv-wrap .mv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right 10%;
     object-position: center right 10%;
}
@media (min-width: 1001px) {
  section.mv-wrap .mv .bg img {
    -o-object-position: center right;
       object-position: center right;
  }
}
@media (min-width: 1001px) {
  section.mv-wrap .mv .bg {
    aspect-ratio: 2000/1034;
  }
}
section.mv-wrap .mv .bg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 50%;
  height: 600px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
section.mv-wrap .mv .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  position: relative;
  margin-top: -20px;
}
@media (min-width: 1001px) {
  section.mv-wrap .mv .text {
    margin: 0;
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
section.mv-wrap .mv .text .title {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  section.mv-wrap .mv .text .title {
    margin-bottom: 50px;
    font-size: 42px;
  }
}
section.mv-wrap .topics {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fffbf5;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 70px;
  margin-top: -50px;
  margin-bottom: 50px;
  z-index: 50;
  position: relative;
}
@media (max-width: 1000px) {
  section.mv-wrap .topics {
    display: none;
  }
}

/* Concept
======================================== */
section.concept .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1001px) {
  section.concept .container {
    gap: 50px;
  }
}
section.concept .container img {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  width: 100%;
  border-radius: 0 15px 15px 0;
}
@media (min-width: 1001px) {
  section.concept .container img {
    width: 45vw;
  }
}
section.concept .container .text {
  flex: 1;
  text-align: center;
}
section.concept iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  height: 100%;
  margin: 50px auto;
}
@media (min-width: 1001px) {
  section.concept iframe {
    max-width: 900px;
    margin: 80px auto;
  }
}
section.concept .symptoms .ttl-symptoms {
  width: 720px;
  margin: auto;
}
section.concept .symptoms .icons {
  width: 1000px;
  max-width: 100%;
  margin: 20px auto;
}
@media (min-width: 1001px) {
  section.concept .symptoms .icons {
    margin: 30px auto;
  }
}
section.concept .symptoms .desc {
  text-align: left;
}
@media (min-width: 1001px) {
  section.concept .symptoms .desc {
    text-align: center;
  }
}

/* Menus
======================================== */
section.menus {
  text-align: left;
  background-color: #faf3e8;
}
@media (min-width: 1001px) {
  section.menus {
    text-align: center;
  }
}
section.menus ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  section.menus ul {
    margin-bottom: 40px;
  }
}
section.menus ul li {
  width: 90%;
  max-width: 400px;
}
@media (min-width: 1001px) {
  section.menus ul li {
    width: calc((100% - 60px) / 3);
  }
}
section.menus ul li img {
  border-radius: 20px;
  -o-object-position: cover;
     object-position: cover;
  aspect-ratio: 16/9;
}
section.menus ul li p {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 1001px) {
  section.menus ul li p {
    font-size: 22px;
  }
}

/* Q and A
======================================== */
section.q-and-a {
  background-color: #faf3e8;
}
section.q-and-a .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
@media (min-width: 1001px) {
  section.q-and-a .container {
    gap: 50px;
  }
}
section.q-and-a .container .text {
  flex: 100%;
}
@media (min-width: 1001px) {
  section.q-and-a .container .text {
    flex: 1;
  }
}
@media (min-width: 1001px) {
  section.q-and-a .container .text .btn-chevron {
    margin-left: 0px;
  }
}

/* Voices
======================================== */
section.voices .container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
section.voices .container img {
  border-radius: 0 15px 15px 0;
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}
@media (min-width: 1001px) {
  section.voices .container img {
    width: 40vw;
  }
}
section.voices .container .text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: left;
}
@media (min-width: 1001px) {
  section.voices .container .text {
    text-align: center;
  }
}

/* News
======================================== 
.news-slider {
    overflow: hidden;
    position: relative;

    .slider-wrapper {
        display: flex;
        transition: transform 0.3s ease;
        will-change: transform;
    }

    .slider-item {
        flex: 0 0 calc(33.333% - 30px);
        box-sizing: border-box;
        margin-right: 30px; 

        &:last-child {
            margin-right: 0;
        }

        @media (max-width: 999px) {
            flex: 0 0 100%; 
            margin-right: 0; 
        }

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

        .text {
            background-color: #fff;
            padding: 10px;

            .ttl {
                font-size: 18px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

            .time {
                font-size: 14px;
            }
        }
    }

    .slider-controls {
        display: flex;
        gap: 30px;
        margin-top: 20px;

        button {
            &.slider-prev,
            &.slider-next {
                &:before {
                    content: "";
                    display: block;
                    background-image: url(../img/icon-news-chevron.png);
                    background-size: cover;
                    width: 40px;
                    height: 40px;
                }
            }

            &.slider-next:before {
                transform: scaleX(-1);
            }
        }
    }
}

*/
.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.swiper-container .swiper-slide a {
  width: 100%;
}
.swiper-container .swiper-slide .ttl {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-container .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  justify-content: center;
}
@media (min-width: 1001px) {
  .swiper-container .buttons {
    justify-content: start;
  }
}
.swiper-container .buttons .swiper-button-next,
.swiper-container .buttons .swiper-button-prev {
  position: relative;
  right: auto;
  left: auto;
  width: 40px;
  height: 40px;
  margin: 0;
}
.swiper-container .buttons .swiper-button-next:after,
.swiper-container .buttons .swiper-button-prev:after {
  content: "";
  display: block;
  background-image: url(../img/icon-news-chevron.png);
  background-size: cover;
  width: 40px;
  height: 40px;
}
.swiper-container .buttons .swiper-button-prev:after {
  transform: scaleX(-1);
}

/* 記事 アーカイブ
======================================== */
.articles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media (min-width: 1001px) {
  .articles-list {
    gap: 60px 45px;
  }
}
.articles-list li {
  width: 100%;
}
@media (min-width: 1001px) {
  .articles-list li {
    width: calc((100% - 90px) / 3);
  }
}
.articles-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.articles-list li a:hover {
  opacity: 0.6;
}
.articles-list li img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.articles-list li .title {
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 記事ページ
======================================== */
.single-page {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 1001px) {
  .single-page {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.single-page .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .single-page .title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.single-page figure.ec {
  margin-bottom: 30px;
}
.single-page figure.ec img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  border-radius: 15px;
}
@media (min-width: 1001px) {
  .single-page figure.ec {
    margin-bottom: 50px;
  }
}

/* --- Pagination --- */
.pagination {
  width: 100%;
  margin-top: 60px;
}
.pagination ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1001px) {
  .pagination ul {
    gap: 20px;
  }
}
.pagination ul a,
.pagination ul li {
  width: 35px;
  height: 35px;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 1001px) {
  .pagination ul a,
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
}
.pagination ul li {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #644040;
  background-color: #fff;
  border-radius: 100%;
}
@media (min-width: 1001px) {
  .pagination ul li {
    font-size: 18px;
  }
}
.pagination ul li.active {
  background-color: #ffc541;
  color: #fff;
}
.pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}