@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  background: #F9F6F0;
  color: #222222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #3C96C8;
  text-decoration: none;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
a:focus-visible {
  outline: 2px solid rgba(60, 150, 200, 0.35);
  outline-offset: 2px;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 15px;
  font-size: 1.5rem;
}

.smaller {
  font-size: 0.7em;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

hr {
  border: none;
  border-top: 1px solid #222222;
  margin: 0;
  opacity: 0.4;
}

#header {
  position: relative;
  z-index: 100;
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 40px;
}
#header #logo img {
  width: 180px;
}

.head-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

#header_nav ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
#header_nav a {
  display: inline-block;
  padding: 8px 10px;
  color: #725D4C;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s;
}
#header_nav a:hover {
  opacity: 0.85;
}

.sp-btn {
  display: none;
}

#nav-toggle,
#sp-nav {
  display: none;
}

#footer {
  position: relative;
  background: #FEFEFE;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 40px;
}
#footer .inner .footer-left {
  width: 30%;
}
#footer .inner .footer-right {
  width: 30%;
  padding-left: 5vw;
}
#footer .inner .footer-center {
  width: 40%;
}

.flogo {
  margin-bottom: 20px;
  width: 200px;
}

.footer_navi {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.footer_navi ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-inline: auto;
}
.footer_navi ul li {
  width: 100%;
}
.footer_navi ul li a {
  position: relative;
  display: inline-block;
  color: #725D4C;
  font-weight: bold;
  padding: 4px 0;
  font-size: 1.4rem;
}
.footer_navi ul li a::before {
  content: "●";
  color: #3C96C8;
  font-size: 0.8em;
  margin-right: 5px;
}
.footer_navi ul li a:hover {
  opacity: 0.95;
}

#page-title .inner {
  max-width: 80%;
  margin: auto;
  padding: 100px 0;
}
#page-title .inner .title,
#page-title .inner .text {
  width: 50%;
  margin-bottom: 0;
}
#page-title .inner .title span,
#page-title .inner .text span {
  display: block;
}
#page-title .inner .title .ja::before,
#page-title .inner .text .ja::before {
  display: none;
}

.contact_btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact_btn a {
  display: flex;
  justify-content: center;
  gap: 4px;
  background: #3C96C8;
  color: #FEFEFE;
  border-radius: 90px;
  padding: 8px 24px;
  font-weight: 700;
  min-width: 220px;
}
.contact_btn a:hover {
  opacity: 0.6;
}
.contact_btn a.icon_link {
  min-width: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 8px;
}
.contact_btn a.reserve {
  border-radius: 60px;
  aspect-ratio: initial;
  background: #3C96C8;
  padding: 8px 24px;
  font-size: 0.9em;
}
.contact_btn img {
  inline-size: 24px;
  block-size: 24px;
  object-fit: contain;
}
.contact_btn p:nth-child(2) a {
  background: #3C96C8;
}
.contact_btn.column {
  flex-direction: column;
  align-items: flex-start;
}
.contact_btn.big {
  gap: 16px;
}
.contact_btn.big a {
  padding: 32px 24px;
  min-width: 320px;
  font-size: 1.3em;
}
.contact_btn.dark a,
.contact_btn.dark p:nth-child(2) a {
  background: #FEFEFE;
  border: 1px solid #222222;
  color: #222222;
}
.contact_btn.dark a img,
.contact_btn.dark p:nth-child(2) a img {
  filter: invert(1);
}

.contact_icon {
  width: 30px;
}

.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_bnr .item {
  width: 48%;
  min-height: 200px;
}
.contact_bnr .item a {
  display: block;
  height: 100%;
  background: #FEFEFE;
  padding: 40px 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #222222;
}
.contact_bnr .item .num {
  font-size: 48px;
  color: #3C96C8;
  font-weight: bold;
  line-height: 1.2;
}
.contact_bnr .item .num .sub {
  font-size: 24px;
  padding-right: 0.5em;
}
.contact_bnr .item .num .mini {
  display: block;
  font-size: 1.6rem;
  color: #222222;
  text-align: center;
  font-weight: 400;
  padding-top: 3px;
}
.contact_bnr .item .button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FEFEFE;
  border-radius: 60px;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: bold;
}
.contact_bnr .item .button .icon {
  padding-right: 0.5em;
}
.contact_bnr .item.line a {
  background: #4DC763;
  color: #FEFEFE;
}
.contact_bnr .item.line .button {
  color: #4DC763;
}

#form {
  padding: 30px 40px;
  background: #FEFEFE;
  border-radius: 30px;
  margin-bottom: 60px;
}
#form .form-contents {
  padding: 0px !important;
  max-width: 640px;
  margin-inline: auto;
}
#form dl {
  margin-bottom: 0 !important;
}
#form dl dt,
#form dl dd {
  width: 100%;
  padding-left: 0 !important;
}
#form dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}
#form dl dt span {
  position: relative;
}
#form dl dt:not(.pattern-exclusion) span.required::before {
  background: #E15D5D !important;
  right: -4em;
  top: 0.5em !important;
  position: absolute;
  border-radius: 5px;
}
#form dl dd:not(.pattern-exclusion) {
  border-bottom: none !important;
  padding-bottom: 10px !important;
}
#form dl dd:not(.pattern-exclusion) input.textarea {
  height: 45px !important;
  background: #F4F4F5;
  padding: 5px 10px !important;
}
#form dl dd:not(.pattern-exclusion) textarea {
  background: #F4F4F5;
  padding: 15px;
}
#form .submit-btn {
  background: #3C96C8 !important;
  color: #FEFEFE !important;
  border: 1px solid #3C96C8 !important;
  border-radius: 999px !important;
}
#form .submit-btn:hover {
  opacity: 0.8 !important;
}

.container {
  --container-max: 1200px;
  --container-pb: 80px;
  --container-pi: 60px;
  position: relative;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-block: var(--container-pb);
  padding-inline: var(--container-pi);
}
.container--base {
  --container-max: 1200px;
}
.container--wide {
  --container-max: 1500px;
}
.container--full {
  --container-max: 100vw;
}
.container--p-xl {
  --container-pb: 120px;
  --container-pi: 0;
}
.container--p-l {
  --container-pb: 80px;
  --container-pi: 0;
}
.container--p-m {
  --container-pb: 60px;
  --container-pi: 0;
}
.container--p-s {
  --container-pb: 40px;
  --container-pi: 0;
}
.container--full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container--top-only {
  padding-block-end: 0 !important;
}
.container--btm-only {
  padding-block-start: 0 !important;
}

.box {
  position: relative;
  margin-inline: auto;
  z-index: 3;
  padding: clamp(16px, 4vw, 30px);
}
.box--bwidth {
  max-width: 1200px;
  margin-inline: auto;
}
.box--small {
  max-width: 1100px;
  margin-inline: auto;
}
.box--small2 {
  max-width: 1000px;
  margin-inline: auto;
}
.box--small3 {
  max-width: 900px;
  margin-inline: auto;
}
.box--small4 {
  max-width: 800px;
  margin-inline: auto;
}
.box--small5 {
  max-width: 700px;
  margin-inline: auto;
}
.box--content-fit {
  display: grid;
  place-items: center;
}
.box--content-fit > * {
  inline-size: min(100%, var(--inner-max, max-content));
}
.box--content-fit img {
  max-inline-size: 100%;
}
.box--pd60 {
  padding: clamp(30px, 4vw, 60px);
}
.box--pd-30-60 {
  padding: 30px 60px !important;
}
.box--bd {
  border: 1px solid #3C96C8;
}
.box--more {
  --more-closed: 350px;
}
.box--more .more-content {
  max-height: var(--more-closed);
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.box--more.is-open .more-content {
  max-height: 2000px;
}
.box--more .more-btn {
  display: block;
  width: fit-content;
  margin: 16px 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #3C96C8;
  background: rgba(60, 150, 200, 0.06);
  color: #3C96C8;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.box--more .more-btn:hover {
  background: rgba(60, 150, 200, 0.12);
}
.box--more .more-btn:focus-visible {
  outline: 2px solid rgb(139.56, 192.84, 222.44);
  outline-offset: 2px;
}

.l-column {
  --gap: 40px;
  --cols: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  align-items: stretch;
  justify-content: flex-start;
}
.l-column > li,
.l-column .col-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 calc((100% - var(--gap) * (var(--cols) - 1)) / var(--cols));
}
.l-column > li > *:first-child,
.l-column .col-item > *:first-child {
  margin-top: 0;
}
.l-column > li > .card,
.l-column .col-item > .card {
  inline-size: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.l-column.col2 {
  --cols: 2;
}
.l-column.col3 {
  --cols: 3;
}
.l-column.col4 {
  --cols: 4;
}
.l-column.col5 {
  --cols: 5;
}

.hero--marquee {
  -webkit-transform: translateZ(0);
}
.hero--marquee .hero__viewport {
  position: relative;
  overflow: hidden;
  padding-block: 12px;
}
.hero--marquee .hero__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: var(--gap, 22px);
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: hero-marquee var(--duration, 60s) linear infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.hero--marquee .hero__slide {
  flex: 0 0 auto;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  line-height: 0;
  width: clamp(320px, 55vw, 1180px);
}
.hero--marquee .hero__slide img {
  display: block;
  inline-size: 100%;
  block-size: clamp(340px, 56vw, 700px);
  object-fit: cover;
}
.hero--marquee .hero__overlay {
  padding: 40px 40px 20px;
}
.hero--marquee .hero__overlay h1 {
  font-size: 35px;
  font-size: 3.5rem;
  margin: 0 0 8px;
  font-weight: 700;
}
.hero--marquee .hero__overlay p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.8;
}
.hero--marquee {
  /* クローンを1回（=2セット分）にするので距離は -50% でOK */
}
@keyframes hero-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--marquee .hero__track {
    animation: none !important;
    transform: none !important;
  }
}
#mv {
  position: relative;
}
#mv .mv-left {
  position: absolute;
  left: 80px;
  bottom: 20%;
  height: fit-content;
  z-index: 10;
}
#mv .mv-img {
  text-align: right;
  margin-right: 40px;
}
#mv .mv-img img {
  border-radius: 40px;
}

#catch {
  font-weight: bold;
}
#catch h1 {
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #725D4C;
}
#catch h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
#catch p {
  background: #FEFEFE;
  display: inline-block;
  padding: 0 1em;
}

.title {
  margin: 0 auto 40px;
  position: relative;
}
.title .en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  display: block;
  color: #3C96C8;
  font-size: 0.6em;
}
.title .ja {
  color: #725D4C;
}
.title--m0 {
  margin-bottom: 0;
}
.title--slim {
  margin: 0 auto 20px;
}
.title--big {
  margin: 0 auto 60px;
}
.title--left {
  margin-left: 0;
}
.title--slash {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title--slash::before, .title--slash::after {
  width: 2px;
  height: 30px;
  background-color: #3C96C8;
  content: "";
}
.title--slash::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.title--slash::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
.title--bgbar {
  display: flex;
  align-items: center;
  padding: 0.3em 0.7em;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  font-size: 2rem;
}
.title--bgbar::before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: 0.5em;
  background-color: #3C96C8;
  content: "";
}
.title--num {
  position: relative;
  padding-top: 1.5em;
  padding-left: 1em;
}
.title--num::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: #3C96C8;
  font-size: 3em;
  line-height: 1;
  content: attr(data-number);
  pointer-events: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  opacity: 0.5;
}
.title--border {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 10px;
  width: 100%;
}
.title--mini {
  margin-bottom: 0;
  display: block;
  border-left: 2px solid #3C96C8;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  color: #3C96C8;
}

.btn {
  text-align: center;
  margin-top: 40px;
}
.btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #FEFEFE;
  font-weight: bold;
  background: #3C96C8;
  border: 2px solid #3C96C8;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: 600;
  min-width: 240px;
  font-size: 0.9em;
  text-align: center;
  justify-content: center;
  padding-right: 35px;
}
.btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/arrow.png) no-repeat center/contain;
  transition: all 0.2s ease;
}
.btn a:hover {
  background: #FEFEFE;
  color: #3C96C8;
}
.btn a:hover::after {
  transform: translate(5px, -50%);
}
.btn.slim {
  margin-top: 20px;
}
.btn--left {
  text-align: left;
}
.btn--primary a {
  background: #3C96C8;
  color: #FEFEFE;
  border-color: #3C96C8;
}
.btn--outline a {
  background: #FEFEFE;
  color: #3C96C8;
  border-color: #3C96C8;
}
.btn--ghost a {
  background: transparent;
  border-color: transparent;
  color: #3C96C8;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #FEFEFE;
  border-radius: 16px;
  overflow: hidden;
  padding: 48px;
}
.card__img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.card__img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.card__img img,
.card__img picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.card__body {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
}
.card--ratio-4x3 .card__img::before {
  padding-top: 75%;
}
.card--ratio-3x2 .card__img::before {
  padding-top: 66.6667%;
}
.card--ratio-1x1 .card__img::before {
  padding-top: 100%;
}
.card--ratio-21x9 .card__img::before {
  padding-top: 42.8571%;
}

.l-column > li,
.l-column .col-item {
  display: flex;
}
.l-column > li > .card,
.l-column .col-item > .card {
  inline-size: 100%;
}

.news-list {
  display: grid;
  gap: 10px;
  max-width: 800px;
  margin-inline: auto;
}
.news-list li:first-child {
  border-top: 1px solid #eee;
}
.news-list li {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}
.news-list time {
  color: #666;
  font-size: 1.3rem;
}
.news-list .cat {
  color: #3C96C8;
  font-weight: 700;
  font-size: 1.3rem;
}
.news-list .ttl {
  font-size: 1.5rem;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-list a {
  color: #222222;
}
.blog-list .blog-item {
  width: calc((100% - 30px) / 3);
}
.blog-list .blog-item .blog-img {
  margin-bottom: 20px;
  border: 1px solid #725D4C;
  border-radius: 10px;
}
.blog-list .blog-item .blog-img img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.blog-list .blog-item .blog-ttl {
  margin-bottom: 10px;
}
.blog-list .blog-item .blog-detail {
  cursor: pointer;
}
.blog-list .blog-item .blog-detail img {
  display: none !important;
}
.blog-list .blog-item .blog-detail {
  /* 複数pが入ってくるので、余計な隙間を消す */
}
.blog-list .blog-item .blog-detail p {
  margin: 0;
  display: inline;
}
.blog-list .blog-item .blog-detail {
  /* 2行省略（WebKit系含めほぼ対応） */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
  /* 2行分の高さを担保したい場合（任意） */
  max-height: 3.6em;
}

.blog-list .blog-item .blog-body-source {
  display: none !important;
}

.post-detail .post-title {
  margin-bottom: 40px;
}

.blog-pager {
  text-align: center;
  margin-top: 20px;
}
.blog-pager .prev-page {
  display: inline-block;
  background: #725D4C;
  color: #FEFEFE;
  padding: 4px 24px;
  border-radius: 60px;
  font-weight: 600;
}

.media {
  display: grid;
  grid-template-columns: var(--media-img, 120px) 1fr;
  gap: var(--media-gap, 100px);
}
.media__img {
  inline-size: 100%;
  block-size: 100%;
}
.media__img img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  display: block;
}
.media__body {
  line-height: 1.8;
}
.media--sm {
  --media-img: 80px;
}
.media--md {
  --media-img: 120px;
}
.media--lg {
  --media-img: 180px;
}
.media--xl {
  --media-img: 240px;
}
.media--2xl {
  --media-img: 360px;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #3C96C8;
}
.alert--success {
  background: #f0faf2;
  border-color: #c9e7ce;
  color: #1a7f3a;
}
.alert--warning {
  background: #fff8e6;
  border-color: #ffe1a5;
  color: #8a5b00;
}
.alert--danger {
  background: #fff1f1;
  border-color: #ffc7c7;
  color: #a52b2b;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 700;
}

.badge--accent {
  background: #3C96C8;
  color: #FEFEFE;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: m #3C96C8;
}

.tabs__nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tabs__btn {
  width: 48%;
  padding: 16px 24px;
  border-radius: 8px 8px 0 0;
  background: #3C96C8;
  color: #FEFEFE;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
}
.tabs__btn.is-active {
  background: #FEFEFE;
  color: #3C96C8;
  border: 2px solid #3C96C8;
  border-bottom: none;
}
.tabs__panel {
  display: none;
  background: #FEFEFE;
  border-radius: 8px;
}
.tabs__panel.is-active {
  display: block;
  padding: 40px;
}

.contents-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 120px;
}
.contents-nav > li a {
  background: #3C96C8;
  color: #FEFEFE;
  border-radius: 60px;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 1.2em;
  min-width: 240px;
  display: block;
  text-align: center;
  border: 1px solid #3C96C8;
}
.contents-nav > li a:hover {
  color: #3C96C8;
  background: #FEFEFE;
}
.contents-nav > li:nth-child(2) a {
  background: #3C96C8;
  border: 1px solid #3C96C8;
}
.contents-nav > li:nth-child(2) a:hover {
  color: #3C96C8;
  background: #FEFEFE;
}

.breadcrumb {
  max-width: 90%;
  margin: auto;
  padding: 30px;
  font-size: 12px;
}
.breadcrumb a {
  color: #333333;
  opacity: 0.6;
  text-decoration: underline;
}
.breadcrumb .kigou {
  font-size: 0.6em;
  padding: 0 0.5em;
}

.list--disc li {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.list--disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list--disc li::before {
  content: "●";
  color: #3C96C8;
  font-size: 0.8em;
  margin-right: 5px;
}
.list--disc.sbc li::before {
  color: #3C96C8;
}
.list--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}
.list--inline li {
  background: rgba(114, 93, 76, 0.1);
  width: 250px;
  text-align: center;
  font-weight: bold;
  padding: 0.8em;
}
.list--check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list--check li {
  position: relative;
  padding-left: 26px;
  line-height: 1.8;
}
.list--check li:not(:last-of-type) {
  margin-bottom: 6px;
}
.list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 14px;
  height: 8px;
  border-left: 2px solid #3C96C8;
  border-bottom: 2px solid #3C96C8;
  transform: rotate(-45deg);
}
.list--check.sbc li::before {
  border-color: #3C96C8;
}
.list--num li figure {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.list--num li figure::before {
  content: "";
  position: absolute;
  right: -1em;
  top: -1.5em;
  width: 5em;
  height: 5em;
}
.list--num li:nth-child(1) figure::before {
  background: url(../img/01.png) no-repeat center/contain;
}
.list--num li:nth-child(2) figure::before {
  background: url(../img/02.png) no-repeat center/contain;
}
.list--num li:nth-child(3) figure::before {
  background: url(../img/03.png) no-repeat center/contain;
}
.list li {
  text-indent: -1em;
  padding-left: 1em;
}

.tbl {
  width: 100%;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 4px 2px;
}
.tbl tr th,
.tbl tr td {
  padding: 10px 15px;
}
.tbl tr th {
  font-weight: 600;
  width: 30%;
  text-align: center;
  background: #3C96C8;
  color: #FEFEFE;
}
.tbl tr td {
  background: #FEFEFE;
}
.tbl:not(.tbl--hours) tr > th {
  width: 30%;
}
.tbl--alternating {
  border-collapse: collapse;
}
.tbl--alternating tr {
  background: #3C96C8;
}
.tbl--alternating tr:nth-child(odd) {
  background: #FEFEFE;
}
.tbl--alternating tr th,
.tbl--alternating tr td {
  background: transparent;
  color: #222222;
}
.tbl {
  /* ボーダー */
}
.tbl--border {
  border-collapse: collapse;
}
.tbl--border tr th,
.tbl--border tr td {
  border-bottom: 2px solid #ddd;
  background: transparent;
}
.tbl--border tr th {
  border-bottom: 2px solid #3C96C8;
  color: #222222;
}
.tbl--bubble {
  border-collapse: separate;
  border-spacing: 0 4px;
}
.tbl--bubble tr th,
.tbl--bubble tr td {
  background: #FEFEFE;
  border-radius: 0 8px 8px 0;
}
.tbl--bubble tr td {
  padding-left: 24px;
}
.tbl--bubble tr th {
  background-color: #3C96C8;
  color: #fff;
  border-radius: 8px 0 0 8px;
  position: relative;
  vertical-align: middle;
}
.tbl--bubble tr th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #3C96C8;
  z-index: 2;
}
.tbl--hours {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.tbl--hours col.col-time {
  width: 11.5rem;
}
@media (max-width: 600px) {
  .tbl--hours col.col-time {
    width: 9.5rem;
  }
}
.tbl--hours tr th,
.tbl--hours tr td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.tbl--hours tr th {
  width: auto;
}
.tbl--hours thead th {
  background: #3C96C8;
  font-weight: 700;
  color: #fff;
}
.tbl--hours thead th:first-child {
  text-align: center;
}
.tbl--hours .nowrap {
  white-space: nowrap;
}
.tbl--hours tbody th {
  text-align: center;
  white-space: nowrap;
  background: #fff;
  font-weight: 700;
  color: #222222;
  width: auto;
}
.tbl--hours tbody td {
  position: relative;
}
.tbl--hours tbody td .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tbl--hours tbody td[data-open=true]::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #3C96C8;
}
.tbl--hours tbody td[data-open=false]::before {
  content: "—";
  font-size: 14px;
  line-height: 1;
  opacity: 0.45;
}
.tbl--price tr td {
  border-bottom: 1px solid #ddd;
}
.tbl--price tr th,
.tbl--price tr td {
  vertical-align: middle;
}
.tbl--price tr th {
  width: 40% !important;
}

/* モバイルで詰まりそうなら */
@media (max-width: 480px) {
  .hours__row {
    grid-template-columns: 6em 1fr;
    gap: 8px;
  }
  .tbl--hours th,
  .tbl--hours td {
    padding: 12px 8px;
  }
}
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.accordion {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.accordion > .ttl {
  position: relative;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  background: #FEFEFE;
}
.accordion > .ttl::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  inline-size: 10px;
  block-size: 10px;
  border-right: 2px solid #3C96C8;
  border-bottom: 2px solid #3C96C8;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}
.accordion > .inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.accordion.is-open > .inner {
  max-height: 2000px;
  opacity: 1;
  padding: 12px 16px;
}
.accordion.faq > .ttl {
  padding: 16px;
  padding-left: 4em;
  background: #FEFEFE;
  border-radius: 8px;
  border: 1px solid #efefef;
}
.accordion.faq > .ttl::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  inline-size: 36px;
  block-size: 36px;
  border-radius: 50%;
  background: #3C96C8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.accordion.faq > .ttl::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  inline-size: 10px;
  block-size: 10px;
  border-right: 2px solid #3C96C8;
  border-bottom: 2px solid #3C96C8;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}
.accordion.faq > .ttl:hover {
  background: rgb(227.076, 239.964, 247.124);
}
.accordion.faq > .inner {
  position: relative;
  margin-top: 4px;
}
.accordion.faq > .inner > div {
  padding-left: 3em;
}
.accordion.faq > .inner::before {
  content: "A";
  position: absolute;
  left: 16px;
  top: 1em;
  inline-size: 32px;
  block-size: 32px;
  border-radius: 50%;
  background: #3C96C8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.accordion.faq > .inner p {
  margin: 0;
  padding-left: 3em;
  padding-right: 2em;
  line-height: 1.8;
}
.accordion.faq.is-open > .ttl::after {
  transform: translateY(-50%) rotate(-135deg);
}
.accordion.faq.is-open > .inner {
  padding: 16px;
}
.accordion.faq.is-open > .inner::before {
  opacity: 1;
  background: #E15D5D;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gallery img {
  display: inline-block;
  width: calc((100% - 30px) / 3);
  border-radius: 8px;
  object-fit: cover;
  height: 350px;
}

.pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333333;
  font-weight: 700;
}
.pagination .is-current {
  background: #3C96C8;
  color: #FEFEFE;
  border-color: #3C96C8;
}

/* Swiper base fix */
.js-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.js-marquee .swiper-wrapper {
  display: flex;
}
.js-marquee .swiper-slide {
  display: flex;
  align-items: center;
}
.js-marquee .swiper-slide img {
  width: 450px;
  height: 300px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3/1;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.js-marquee {
  /* =============================
     arrows
  ============================== */
}
.js-marquee .swiper-button-prev,
.js-marquee .swiper-button-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
}
.js-marquee .swiper-button-prev:hover,
.js-marquee .swiper-button-next:hover {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.js-marquee .swiper-button-prev,
.js-marquee .swiper-button-next {
  color: #3C96C8;
}
.js-marquee .swiper-button-prev svg,
.js-marquee .swiper-button-next svg {
  display: none;
}
.js-marquee .swiper-button-prev::after,
.js-marquee .swiper-button-next::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 3px solid #3C96C8;
  border-bottom: 3px solid #3C96C8;
  display: block;
}
.js-marquee .swiper-button-prev::after {
  transform: rotate(135deg);
}
.js-marquee .swiper-button-next::after {
  transform: rotate(-45deg);
}
.js-marquee .swiper-button-prev {
  left: 18px;
  padding: 15px;
}
.js-marquee .swiper-button-prev::after {
  transform: rotate(135deg);
}
.js-marquee .swiper-button-next {
  right: 18px;
  padding: 15px;
}
.js-marquee .swiper-button-next::after {
  transform: rotate(-45deg);
}
.js-marquee {
  /* =============================
     pagination (dots)
  ============================== */
}
.js-marquee__pagination {
  position: static;
  margin-top: 16px;
  text-align: center;
}
.js-marquee .swiper-pagination-bullets {
  position: initial !important;
}
.js-marquee .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(60, 150, 200, 0.25);
  margin: 0 6px !important;
  transition: 0.3s ease;
}
.js-marquee .swiper-pagination-bullet-active {
  background: #3C96C8;
  transform: scale(1.2);
}

.ggmap iframe {
  height: 350px;
  width: 100%;
}

/* ==============================
  Voice（お客様の声）
============================== */
.voice {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd;
}
.voice:hover {
  transform: translateY(-3px);
}
.voice__img {
  width: 300px;
  text-align: center;
}
.voice__img img {
  margin: auto;
  width: 80%;
  height: auto;
  object-fit: cover;
}
.voice__body {
  width: calc(100% - 340px);
  padding: 20px;
  line-height: 1.8;
}
.voice__name {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: clamp(15px, 1.8vw, 17px);
  color: #3C96C8;
}
.voice__comment {
  font-size: clamp(14px, 1.6vw, 16px);
}

.bg-wave {
  width: 100%;
}
.bg-wave img {
  width: 100%;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-grid {
  display: grid;
}

.d-none {
  display: none !important;
}

.flex {
  display: flex;
}
.flex.fd-row {
  flex-direction: row;
}
.flex.fd-col {
  flex-direction: column;
}

.ai-start {
  align-items: flex-start;
}

.ai-center {
  align-items: center;
}

.ai-end {
  align-items: flex-end;
}

.ai-stretch {
  align-items: stretch;
}

.jc-start {
  justify-content: flex-start;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-between {
  justify-content: space-between;
}

.fw-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
  gap: 16px;
}

.grid--cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid--cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

.gap-80 {
  gap: 80px;
}

/* margin */
.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

/* padding */
.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

/* margin */
.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

/* padding */
.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

/* margin */
.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

/* padding */
.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pr-8 {
  padding-right: 8px;
}

/* margin */
.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

/* padding */
.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

/* margin */
.m-12 {
  margin: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

/* padding */
.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

/* margin */
.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

/* padding */
.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pr-16 {
  padding-right: 16px;
}

/* margin */
.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

/* padding */
.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

/* margin */
.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

/* padding */
.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

/* margin */
.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

/* padding */
.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-32 {
  padding-right: 32px;
}

/* margin */
.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

/* padding */
.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

/* margin */
.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

/* padding */
.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

/* margin */
.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

/* padding */
.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.b-m5 {
  margin-bottom: 5px;
}

.b-m10 {
  margin-bottom: 10px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m30 {
  margin-bottom: 30px;
}

.b-m40 {
  margin-bottom: 40px;
}

.b-m60 {
  margin-bottom: 60px;
}

.b-m80 {
  margin-bottom: 80px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m40 {
  margin-top: 40px;
}

.w-100pe {
  width: 100%;
}

.h-100pe {
  height: 100%;
}

.asp-1-1 {
  aspect-ratio: 1/1;
}

.img-cover {
  object-fit: cover;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-32 {
  border-radius: 32px;
}

.rounded-40 {
  border-radius: 40px;
}

.b-r8 {
  border-radius: 8px;
}

.b-r16 {
  border-radius: 16px;
}

.b-r24 {
  border-radius: 24px;
}

.b-r40 {
  border-radius: 40px;
}

.b-r-40-left {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.b-r-40-right {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.b-r-40-left {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.b-r50pe {
  border-radius: 50%;
}

.line-h200 {
  line-height: 2;
}

.text-center,
.tcenter,
.tcenter_pc {
  text-align: center;
}

.text-right,
.tright {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.bold2 {
  font-weight: 900;
}

.bigger {
  font-size: 1.2em;
  line-height: 2;
}

.bigger2 {
  font-size: 1.4em;
}

.smaller {
  font-size: 0.65em;
  letter-spacing: 0;
}

.en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.color01 {
  color: #3C96C8;
}

.color02 {
  color: #725D4C;
}

.color-w {
  color: #FEFEFE !important;
}

.bg_line {
  background: #4DC763 !important;
}

.bg_instagram {
  background: #e4405f !important;
}

.bg_line {
  background: #4DC763 !important;
}

.bg_youtube {
  background: #ff0000 !important;
}

.para-gap p + p {
  margin-top: 20px;
}
.para-gap--large p + p {
  margin-top: 30px;
}
.para-gap--mini p + p {
  margin-top: 12px;
}

.bg {
  position: relative;
}
.bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg--white {
  background: #FEFEFE;
}
.bg--round {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  overflow: hidden;
}
.bg--lightblue::after {
  background: rgba(60, 150, 200, 0.1);
}

.bg--w {
  background: #fff;
}

.bg--w2 {
  background: rgba(255, 255, 255, 0.5);
}

.bg--cream {
  background: #c9b6ab;
}

.bg--main {
  background: #3C96C8;
}

.bg--sub {
  background: #3C96C8;
}

.bg--sub2 {
  background: #3C96C8;
}

.bg--gray {
  background: #f5f5f5;
}

.u-decor {
  position: absolute;
  bottom: 10%;
  inline-size: min(28vw, 320px);
  opacity: 0.9;
  pointer-events: none;
  width: fit-content;
}
.u-decor img {
  display: block;
  inline-size: 100%;
  height: auto;
}
.u-decor--left {
  left: clamp(8px, 4vw, 40px);
  top: 20%;
}
.u-decor--right {
  right: clamp(8px, 4vw, 40px);
  bottom: 20%;
}
.u-decor.w150 img {
  width: 150px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z--1 {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.spbr {
  display: none;
}

.hidden {
  overflow: hidden;
}

.marker {
  background: linear-gradient(transparent 70%, rgba(255, 147, 109, 0.3) 0%);
  display: inline;
  border-radius: 2px;
  padding: 0 0.1em;
}

.text-link a {
  color: #222222;
  text-decoration: underline;
}
.text-link.white a {
  color: #FEFEFE;
}

.shadow {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.shadow-lg {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.tcenter_sp {
  text-align: center;
}

[data-ani] {
  --a-duration: 3.8s;
  --a-delay: 0s;
  --a-distance: 24px;
  --a-ease: cubic-bezier(.2, .7, .2, 1);
  --a-blur: 0px;
  opacity: 1;
  transform: none;
  filter: none;
  transition: opacity var(--a-duration) var(--a-ease) var(--a-delay), transform var(--a-duration) var(--a-ease) var(--a-delay), filter var(--a-duration) var(--a-ease) var(--a-delay);
  will-change: opacity, transform, filter;
}
[data-ani].is-visible {
  opacity: 1;
  transform: none;
  filter: none;
}

/* フェード（指定がある時だけ透明スタート） */
[data-ani*=fade]:not(.is-visible) {
  opacity: 0;
}

[data-ani*=up]:not(.is-visible) {
  transform: translate3d(0, var(--a-distance), 0);
}

[data-ani*=down]:not(.is-visible) {
  transform: translate3d(0, calc(var(--a-distance) * -1), 0);
}

[data-ani*=left]:not(.is-visible) {
  transform: translate3d(var(--a-distance), 0, 0);
}

[data-ani*=right]:not(.is-visible) {
  transform: translate3d(calc(var(--a-distance) * -1), 0, 0);
}

[data-ani*=zoom-in]:not(.is-visible) {
  transform: scale(0.94);
}

[data-ani*=zoom-out]:not(.is-visible) {
  transform: scale(1.06);
}

[data-ani*=blur]:not(.is-visible) {
  filter: blur(var(--a-blur, 8px));
}

[data-ani*=rotate]:not(.is-visible) {
  transform: rotate(2.5deg);
}

.ani-stagger.is-visible > * {
  opacity: 1;
  transform: none;
}
.ani-stagger > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--a-ease) var(--a-delay), transform 0.6s var(--a-ease) var(--a-delay);
}

.ani-stagger.is-visible > *:nth-child(1) {
  transition-delay: calc(var(--a-delay, 0s) + 0s);
}

.ani-stagger.is-visible > *:nth-child(2) {
  transition-delay: calc(var(--a-delay, 0s) + 0.06s);
}

.ani-stagger.is-visible > *:nth-child(3) {
  transition-delay: calc(var(--a-delay, 0s) + 0.12s);
}

.ani-stagger.is-visible > *:nth-child(4) {
  transition-delay: calc(var(--a-delay, 0s) + 0.18s);
}

.ani-stagger.is-visible > *:nth-child(5) {
  transition-delay: calc(var(--a-delay, 0s) + 0.24s);
}

.ani-stagger.is-visible > *:nth-child(6) {
  transition-delay: calc(var(--a-delay, 0s) + 0.3s);
}

.ani-stagger.is-visible > *:nth-child(7) {
  transition-delay: calc(var(--a-delay, 0s) + 0.36s);
}

.ani-stagger.is-visible > *:nth-child(8) {
  transition-delay: calc(var(--a-delay, 0s) + 0.42s);
}

.ani-stagger.is-visible > *:nth-child(9) {
  transition-delay: calc(var(--a-delay, 0s) + 0.48s);
}

.ani-stagger.is-visible > *:nth-child(10) {
  transition-delay: calc(var(--a-delay, 0s) + 0.54s);
}

@media (prefers-reduced-motion: reduce) {
  [data-ani],
  .ani-stagger > * {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
[data-fx] {
  --fx-duration: 6s;
  --fx-delay: 0s;
  --fx-amp: 8px;
  /* 振幅(px) */
  --fx-rot: 3deg;
  /* 回転幅 */
  --fx-ease: ease-in-out;
  --fx-iter: infinite;
  --fx-dir: normal;
  --fx-fill: both;
  display: inline-block;
  will-change: transform, filter;
  animation-delay: var(--fx-delay);
  animation-iteration-count: var(--fx-iter);
  animation-direction: var(--fx-dir);
  animation-fill-mode: var(--fx-fill);
  animation-timing-function: var(--fx-ease);
}

/* ふわふわ(上下) */
[data-fx*=float] {
  animation-name: fx-float-y;
  animation-duration: var(--fx-duration);
}

@keyframes fx-float-y {
  0% {
    transform: translateY(calc(var(--fx-amp) * -1));
  }
  100% {
    transform: translateY(var(--fx-amp));
  }
}
/* 横ゆらゆら */
[data-fx*=float][data-fx*=x],
[data-fx*=sway][data-fx*=x] {
  animation-name: fx-float-x;
}

@keyframes fx-float-x {
  0% {
    transform: translateX(calc(var(--fx-amp) * -1));
  }
  100% {
    transform: translateX(var(--fx-amp));
  }
}
/* なめらかスウェイ（回転＋上下少し） */
[data-fx*=sway] {
  animation-name: fx-sway;
  transform-origin: center;
  animation-duration: var(--fx-duration);
}

@keyframes fx-sway {
  0% {
    transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
  }
  50% {
    transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(var(--fx-rot));
  }
  100% {
    transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(calc(var(--fx-rot) * -1));
  }
}
/* なめらかスウェイ反転（回転＋上下少し） */
[data-fx*=sway-rev] {
  animation-name: fx-sway-rev;
}

@keyframes fx-sway-rev {
  0% {
    transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
  }
  50% {
    transform: translateY(calc(var(--fx-amp) * 0.35)) rotate(calc(var(--fx-rot) * -1));
  }
  100% {
    transform: translateY(calc(var(--fx-amp) * -0.35)) rotate(var(--fx-rot));
  }
}
/* 振り子（支点を上に） */
[data-fx*=pendulum] {
  transform-origin: top center;
  animation-name: fx-pendulum;
}

@keyframes fx-pendulum {
  0% {
    transform: rotate(calc(var(--fx-rot) * -1));
  }
  50% {
    transform: rotate(var(--fx-rot));
  }
  100% {
    transform: rotate(calc(var(--fx-rot) * -1));
  }
}
/* くるくる（連続回転） */
[data-fx*=spin] {
  animation-name: fx-spin;
  animation-duration: calc(var(--fx-duration) * 1.2);
  animation-timing-function: linear;
}

@keyframes fx-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ぷかぷか + ちょい拡縮 */
[data-fx*=float][data-fx*=soft],
[data-fx*=float][data-fx*=gentle] {
  animation-name: fx-float-soft;
}

@keyframes fx-float-soft {
  0% {
    transform: translateY(calc(var(--fx-amp) * -1)) scale(0.995);
  }
  100% {
    transform: translateY(var(--fx-amp)) scale(1.005);
  }
}
/* 小刻みゆれ（やわらか） */
[data-fx*=wiggle] {
  animation-name: fx-wiggle;
  animation-duration: calc(var(--fx-duration) * 0.6);
}

@keyframes fx-wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(calc(var(--fx-rot) * 0.6));
  }
  50% {
    transform: rotate(calc(var(--fx-rot) * -0.6));
  }
  75% {
    transform: rotate(calc(var(--fx-rot) * 0.4));
  }
  100% {
    transform: rotate(0deg);
  }
}
/* 速さ */
[data-fx*=fast] {
  animation-duration: calc(var(--fx-duration) * 0.3);
}

[data-fx*=slow] {
  animation-duration: calc(var(--fx-duration) * 1.6);
}

[data-fx*=slower] {
  animation-duration: calc(var(--fx-duration) * 2.2);
}

/* 振幅 */
[data-fx*=sm] {
  --fx-amp: 6px;
  --fx-rot: 2deg;
}

[data-fx*=md] {
  --fx-amp: 10px;
  --fx-rot: 3deg;
}

[data-fx*=lg] {
  --fx-amp: 16px;
  --fx-rot: 5deg;
}

/* 方向／挙動 */
[data-fx*=alternate] {
  animation-direction: alternate;
}

/* デフォの往復を明示したい時 */
[data-fx*=reverse] {
  --fx-dir: reverse;
}

/* 回転の反転などに */
[data-fx*=pause-hover]:hover {
  animation-play-state: paused;
}

/* 親が見えたら動かす（入場後に発動させたい場合） */
.is-visible [data-fx-start=visible] {
  animation-play-state: running;
}

[data-fx-start=visible] {
  animation-play-state: paused;
}

/* アクセシビリティ：動きを抑制 */
@media (prefers-reduced-motion: reduce) {
  [data-fx] {
    animation: none !important;
    transform: none !important;
  }
}
body {
  position: relative;
}
body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mv-back.png) no-repeat left top;
  z-index: -1;
}

.onayami {
  row-gap: 120px;
  justify-content: center !important;
  margin-bottom: 120px;
}
.onayami li {
  background: #FEFEFE;
  text-align: center;
  border-radius: 30px;
  padding: 15px;
  font-weight: 600;
  height: 120px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  position: relative;
}
.onayami li::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 15px;
  width: 45px;
  height: 30px;
  background: url(../img/fukidashi.png) no-repeat center/contain;
}
.onayami li:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(../img/nayami01.png) no-repeat center/contain;
  z-index: 10;
}
.onayami li:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(../img/nayami02.png) no-repeat center/contain;
  z-index: 10;
}
.onayami li:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(../img/nayami03.png) no-repeat center/contain;
  z-index: 10;
}
.onayami li:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(../img/nayami04.png) no-repeat center/contain;
  z-index: 10;
}
.onayami li:nth-child(5)::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(../img/nayami05.png) no-repeat center/contain;
  z-index: 10;
}

.flex01 {
  display: flex;
  justify-content: space-between;
}
.flex01 .item-img {
  width: 34%;
}
.flex01 .item-text {
  width: 62%;
}

.flex02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex02 .item-img {
  width: 50%;
}
.flex02 .item-text {
  width: 42%;
  padding-left: 8vw;
}
.flex02.type2 .item-text {
  padding-right: 8vw;
  padding-left: 0;
}

.flex03 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.flex03 .item-text {
  width: 50%;
}
.flex03 .item-img {
  width: 42%;
}

.flex04 {
  display: flex;
  justify-content: space-between;
}
.flex04 .item-text {
  width: 67%;
}
.flex04 .item-img {
  width: 27%;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.feature-list .col-item {
  width: 320px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FEFEFE;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-b-r40 img {
  border-radius: 40px;
  width: 100%;
  object-fit: cover;
}

.img-b-r10 img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.img-b-r-40-left img {
  border-radius: 40px 0 0 40px;
  object-fit: cover;
  width: 100%;
}

.img-b-r-40-right img {
  border-radius: 0 40px 40px 0;
  object-fit: cover;
  width: 100%;
}

.cms-tel-source {
  display: none !important;
}

.cms-line-source {
  display: none !important;
}

.cms-privacy-source {
  display: none !important;
}

.cms-instagram-source {
  display: none !important;
}

.copyright div,
.copyright p {
  display: inline;
}

@media (max-width: 920px) {
  #header .contact_btn {
    display: none;
  }
}
@media (max-width: 720px) {
  .contact_bnr .item {
    min-height: 100px;
  }
  .contact_bnr .item a {
    padding: 20px;
  }
  .contact_bnr .item .num {
    font-size: 30px;
  }
  .contact_bnr .item .num .sub {
    font-size: 19px;
  }
  .contact_bnr .item .button {
    font-size: 18px;
  }
  .contact_bnr .item .button .icon {
    width: 35px;
  }
  .onayami {
    row-gap: 40px !important;
  }
  .list--disc li {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h5 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #mv .mv-img {
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
  }
  #mv .mv-left {
    left: 40px;
    bottom: 10%;
  }
  #catch h1 {
    font-size: 40px;
  }
  #catch h2 {
    font-size: 18px;
  }
  #catch p {
    font-size: 13px;
  }
  #footer {
    padding-bottom: 40px;
  }
  #footer .inner {
    padding: 0;
    margin-bottom: 30px;
  }
  .flogo {
    width: 140px;
  }
  .tbl--hours tr th,
  .tbl--hours tr td {
    padding: 7px 5px;
    font-size: 12px;
  }
  .contact_btn {
    justify-content: center;
  }
  .bg--img02 {
    margin-top: 50px;
  }
  #header {
    padding-top: 0;
  }
  #header .inner {
    max-width: 100%;
    justify-content: space-between;
  }
  .head-right {
    justify-content: flex-end;
    padding-right: 60px;
  }
  #header_nav {
    display: none;
  }
  .sp-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    width: 100%;
  }
  .sp-btn p {
    width: 25%;
  }
  .sp-btn p:nth-child(1) {
    background: #e4405f;
  }
  .sp-btn p:nth-child(2) {
    background: #3C96C8;
  }
  .sp-btn p:nth-child(3) {
    background: #725D4C;
  }
  .sp-btn p:nth-child(4) {
    background: #4DC763;
  }
  .sp-btn p a {
    color: #FEFEFE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    font-weight: 600;
    font-size: 1rem;
  }
  .sp-btn p a img {
    max-width: 15px;
  }
  .sp-btn p a span {
    display: block;
    text-align: center;
  }
  #sp-logo {
    width: 160px;
  }
  #nav-toggle {
    position: fixed;
    right: 16px;
    top: 10px;
    inline-size: 44px;
    block-size: 44px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 120;
  }
  #nav-toggle .bars {
    position: relative;
    inline-size: 26px;
    block-size: 18px;
    display: grid;
    align-content: space-between;
  }
  #nav-toggle .bars i {
    display: block;
    inline-size: 100%;
    block-size: 3px;
    border-radius: 2px;
    background: #333;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }
  #nav-toggle.is-active .bars i:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }
  #nav-toggle.is-active .bars i:nth-child(2) {
    opacity: 0;
  }
  #nav-toggle.is-active .bars i:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }
  #sp-nav {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: opacity 0.25s ease;
    z-index: -10;
  }
  #sp-nav.open {
    opacity: 1;
    pointer-events: auto;
    z-index: 110;
  }
  #sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 260px;
  }
  #sp-nav li:not(:first-child) {
    margin-top: 1em;
  }
  #sp-nav li a {
    font-size: 18px;
    color: #222222;
    text-decoration: none;
    border-bottom: 1px solid #725D4C;
    display: block;
    padding-bottom: 1em;
  }
  #sp-nav .contact_btn {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  #sp-nav .contact_btn p:last-child {
    width: 100%;
  }
  #sp-nav .contact_btn p:last-child a {
    color: #FEFEFE;
    max-width: 260px;
    margin-inline: auto;
  }
  .copyright {
    padding-bottom: 40px;
  }
  .media {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--media-gap, 20px);
  }
  .box {
    padding: 5px;
  }
  .box--pd60 {
    padding: 30px;
  }
  body.fixed {
    overflow: hidden;
  }
  .u-decor-spflex {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .u-decor {
    position: initial;
  }
  .u-decor.w150 img {
    width: 100px;
  }
  .hero--single .hero__content {
    inset: auto 0 8% 0;
  }
  .hero--slider .hero__overlay {
    padding: 14px;
  }
  .hero--slider .hero__overlay h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .hero--slider .hero-prev,
  .hero--slider .hero-next {
    inline-size: 40px;
    block-size: 40px;
  }
  #page-title .inner {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
  }
  #page-title .inner .title,
  #page-title .inner .text {
    width: 100%;
  }
  .container--p-xl {
    padding: 60px 15px;
  }
  .container--p-l {
    padding: 40px 15px;
  }
  .container--p-m {
    padding: 30px 15px;
  }
  .container--p-s {
    padding: 20px 15px;
  }
  .l-column {
    row-gap: 20px;
  }
  .l-column.reverse {
    flex-direction: column-reverse;
  }
  .l-column.col2 {
    --cols: 1;
  }
  .l-column.col3 {
    --cols: 1;
  }
  .l-column.col4 {
    --cols: 2;
  }
  .l-column.col5 {
    --cols: 3;
  }
  .sp-contents {
    display: block !important;
  }
  .pc-contents {
    display: none !important;
  }
  .spbr {
    display: block;
  }
  .pcbr {
    display: none;
  }
  #footer .inner .footer-left {
    padding-right: 0;
  }
  .grid {
    gap: 12px;
  }
}
@media (max-width: 440px) {
  .onayami li {
    height: auto;
    border-radius: 15px;
  }
  .onayami li::before {
    width: 100px !important;
    height: 100px !important;
    bottom: -30px !important;
  }
  .btn {
    margin-top: 20px;
    width: 100%;
  }
  .btn a {
    width: 100%;
    justify-content: center;
  }
  .btn--left {
    text-align: center;
  }
  .btn--left a {
    margin-left: auto;
  }
  #header .contact_btn {
    display: none;
  }
  #header .inner {
    padding: 16px;
  }
  #header .inner #logo img {
    width: 140px;
  }
  .copyright {
    padding-bottom: 20px;
  }
  .sp-btn p a {
    font-weight: 600;
    padding: 7px;
  }
  .sp-btn p a img {
    max-width: 20px;
  }
  .sp-btn p a span {
    font-size: 12px;
  }
  #mv {
    display: flex;
    flex-direction: column-reverse;
  }
  #mv .mv-left {
    position: initial;
    margin-top: -75px;
  }
  #mv .mv-left .btn {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  #mv .mv-img {
    aspect-ratio: 1/1;
  }
  #mv .mv-img img {
    height: 100%;
    object-fit: cover;
  }
  #catch {
    text-align: center;
  }
  #catch h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  #catch h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #catch p {
    font-size: 12px;
  }
  body#top::after {
    width: 24rem;
    height: 7rem;
  }
  .hero::after {
    width: 250px;
    height: 140px;
    bottom: -50px;
  }
  .hero--marquee .hero__overlay h1 {
    font-size: 2.5rem;
  }
  .hero--marquee .hero__overlay {
    padding: 20px 15px;
  }
  h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h5 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tcenter_pc {
    text-align: left;
  }
  .card {
    padding: 24px;
  }
  .title {
    margin-bottom: 30px;
  }
  .contact_btn.big {
    flex-direction: column;
  }
  .contact_btn.big a {
    padding: 16px 24px;
  }
  .bg--img02::after {
    top: -39px;
    height: 40px;
  }
  .bg--img03::after {
    top: -39px;
    height: 40px;
  }
  .bg-chosei {
    padding-bottom: 50px;
  }
  #page-title .inner {
    max-width: 90%;
    gap: 20px;
  }
  .gallery img {
    width: 100%;
  }
  .tabs__panel.is-active {
    padding: 20px 10px;
  }
  .accordion.faq > .ttl {
    padding-left: 3em;
    padding-right: 2.5em;
  }
  .accordion.faq > .ttl::before {
    left: 8px;
    inline-size: 32px;
    block-size: 32px;
  }
  .accordion.faq > .ttl::after {
    right: 10px;
    inline-size: 7px;
    block-size: 7px;
  }
  .accordion.faq > .inner::before {
    left: 8px;
  }
  .accordion.faq > .inner p {
    padding-right: 0;
    padding-left: 2em;
  }
  .contents-nav {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .voice {
    flex-direction: column !important;
    padding: 20px;
  }
  .voice__img {
    width: 100%;
  }
  .voice__img img {
    max-width: 120px;
  }
  .voice__body {
    width: 100%;
    padding: 0;
  }
  .flex01,
  .flex02,
  .flex03,
  .flex04 {
    flex-direction: column;
    gap: 20px;
  }
  .flex01 .item-img,
  .flex01 .item-text,
  .flex02 .item-img,
  .flex02 .item-text,
  .flex03 .item-img,
  .flex03 .item-text,
  .flex04 .item-img,
  .flex04 .item-text {
    width: 100%;
  }
  .flex02 .item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex02 .item-img {
    width: 95%;
    margin-left: auto;
  }
  .flex02.type2 .item-img {
    width: 95%;
    margin-left: 0;
    margin-right: auto;
  }
  .flex02.type2 .item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex03 {
    margin-bottom: 40px;
  }
  .flex04 {
    flex-direction: column-reverse;
  }
  .flex04 .item-img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-list .col-item {
    width: 100%;
    max-width: 280px;
  }
  .feature-list img {
    max-width: 120px;
  }
  .list--inline {
    gap: 10px;
  }
  .list--inline li {
    width: 47%;
    padding: 5px;
    font-size: 1.3rem;
    text-align: center;
    text-indent: 0;
  }
  .blog-list .blog-item {
    width: 100%;
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-areas: "img text" "img detail";
    column-gap: 15px;
    row-gap: 8px;
    align-items: start;
  }
  .blog-list .blog-item .blog-ttl {
    font-size: 16px;
    margin-bottom: 0;
  }
  .blog-list .blog-item .blog-detail {
    grid-area: detail;
    font-size: 14px;
    line-height: 1.8;
    min-width: 0;
  }
  .blog-list .blog-item .blog-img {
    height: 120px;
    margin-bottom: 0;
  }
  .blog-list .blog-item .blog-img img {
    height: 100%;
  }
  .blog-list .blog-item a {
    display: contents;
  }
  .blog-list .blog-item .img {
    grid-area: img;
    width: 120px;
  }
  .blog-list .blog-item .text {
    grid-area: text;
    flex: 1;
    min-width: 0;
  }
  .contact_bnr {
    gap: 20px;
  }
  .contact_bnr .item {
    width: 100%;
  }
  .contact_bnr .item a {
    border-radius: 20px;
  }
  #footer .inner {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
  #footer .inner .footer-left,
  #footer .inner .footer-center,
  #footer .inner .footer-right {
    width: 100%;
    text-align: center;
  }
  .flogo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer_navi {
    display: none;
  }
  .box--pd-30-60 {
    padding: 15px 30px !important;
  }
  .bg--round {
    border-radius: 20px;
  }
  .js-marquee .swiper-button-prev,
  .js-marquee .swiper-button-next {
    transform: scale(0.6) translateY(-50%) !important;
  }
}
@media print {
  a {
    text-decoration: underline;
  }
  .btn,
  .chip,
  .badge,
  .alert {
    box-shadow: none;
    background: transparent;
  }
}