@charset "UTF-8";
/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #464646;
}

body {
  background-color: #fff;
}
body.active {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

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

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

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
}
.inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 85%;
  }
}

/*======================================
    background
======================================*/
.bg {
  background-color: #f5f3f0;
}

.bg-light {
  background-color: #efe4db;
}

/*======================================
    section
======================================*/
.section-ttl {
  font-size: 1.5em;
  letter-spacing: 0.21em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 1.25em;
  }
}
.section-ttl.-accent1 {
  color: #d8a133;
}
.section-ttl.-accent2 {
  color: #d27991;
}

/*======================================
    button
======================================*/
.more {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.67em;
  width: 15.2em;
  font-size: 0.9375em;
  letter-spacing: 0.08em;
  line-height: 1.7333333333;
  font-weight: 700;
  background: url(../img/btn_bg.svg) no-repeat center/cover;
  position: relative;
  transition: opacity 0.3s ease;
}
.more:hover {
  opacity: 0.7;
}
.more:hover::before {
  transform: translate(60%, -50%);
}
.more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 2.33em;
  height: 1.33em;
  background: url(../img/btn_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

/*======================================
    page
======================================*/
.page {
  padding-top: 11.25em;
}
@media screen and (max-width: 1024px) {
  .page {
    padding-top: 8em;
  }
}
@media screen and (max-width: 767px) {
  .page {
    padding-top: 6.5em;
  }
}

/*======================================
    modal
======================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  padding: 2.5em 1.25em;
  opacity: 0;
  visibility: hidden;
  z-index: 600;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1350px;
  background-color: rgba(255, 255, 255, 0.91);
  border-radius: 1.25em;
  width: 100%;
  box-shadow: 0 0 1.25em rgba(0, 0, 0, 0.4);
  padding: 7.5em 0 2.5em;
  overflow: scroll;
}
@media screen and (min-width: 1025px) {
  .modal-body {
    min-height: 1050px;
  }
}
@media screen and (max-width: 767px) {
  .modal-body {
    padding: 2.5em 0 2.5em;
    border-radius: 0.5em;
    color: #666464;
  }
}

.modal-close {
  position: absolute;
  top: 1.875em;
  right: 1.875em;
  cursor: pointer;
  z-index: 2;
  width: 2.5em;
}
@media screen and (max-width: 767px) {
  .modal-close {
    width: 2em;
    top: 0.75em;
    right: 0.75em;
  }
}

.modal-content {
  text-align: left;
}

.modal-open:hover {
  cursor: pointer;
}

.modal-content__inner {
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .modal-content__inner {
    width: 83%;
  }
}

.modal__ttl {
  font-size: 1.1875em;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .modal__ttl {
    font-size: 1.0625em;
    letter-spacing: 0.19em;
  }
}

.modal__head {
  border-bottom: 1px solid #bebebe;
  margin-top: 2em;
  padding-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .modal__head {
    margin-top: 0.8em;
    padding-bottom: 1em;
  }
}

.modal__text {
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .modal__text {
    font-size: 0.75em;
    line-height: 1.75;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 768px) {
  .modal__details .service__detail--dl {
    grid-template-columns: 5em auto;
  }
}
@media screen and (max-width: 767px) {
  .modal__details .service__detail--dl dd {
    width: 100%;
  }
  .modal__details .service__detail--text {
    font-size: 0.75em;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .modal__contact {
    text-align: center;
    margin-top: 2.75em;
  }
}

.modal__contact--ttl {
  font-size: 1.0625em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1176470588;
  font-feature-settings: "palt";
}

.modal__contact--text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .modal__contact--text {
    font-size: 0.75em;
    line-height: 1.8333333333;
  }
}

.modal__imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.875em;
  row-gap: 1.25em;
  margin-top: 1.875em;
}
@media screen and (max-width: 767px) {
  .modal__imgs {
    column-gap: 1.25em;
  }
}

.modal__img {
  width: calc(50% - 0.9375em);
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal__img {
    width: 100%;
    max-width: 280px;
  }
}
.modal__img::before {
  content: "";
  display: block;
  padding-top: 56.4102564103%;
}
.modal__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*======================================
    animation
======================================*/
.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s ease;
}
.js-fadeIn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header {
  display: flex;
  justify-content: space-between;
  column-gap: 1.25em;
  padding: 1.875em 2.25em 1.875em 3.25em;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  transition: visibility 0.5s ease, opacity 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .header {
    background-color: #fff;
    height: 3.9375em;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header.js-mv {
    visibility: hidden;
    opacity: 0;
  }
}
.header.show {
  visibility: visible;
  opacity: 1;
}

.h__logo {
  width: 20.875em;
  padding-top: 0.625em;
}
@media screen and (max-width: 1024px) {
  .h__logo {
    width: 7.375em;
    padding-top: 0;
  }
}
.h__logo a {
  display: block;
}

@media screen and (max-width: 1024px) {
  .h__contents {
    display: none;
  }
}

.nav {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 0.625em;
  column-gap: 6em;
}
@media screen and (max-width: 1440px) {
  .nav {
    column-gap: 3.125em;
  }
}
@media screen and (max-width: 1024px) {
  .nav {
    flex-direction: column;
  }
}

.h__links {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .h__links {
    width: 100%;
    max-width: 18em;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    padding-bottom: 2.25em;
    border-bottom: 1px solid rgba(190, 190, 190, 0.92);
  }
}

.h__link {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .h__link:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(30deg);
    width: 1px;
    height: 1em;
    background-color: #aeaeae;
  }
  .h__link:last-child a {
    padding-right: 0;
  }
}
.h__link a {
  display: block;
  font-size: 0.875em;
  letter-spacing: 0.12em;
  padding: 0 1.3em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .h__link a {
    font-size: 0.75em;
    padding: 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  .h__link a {
    font-size: 1em;
    line-height: 4;
  }
}
.h__link a:hover {
  opacity: 0.7;
}

.h__others {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .h__others {
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    margin-top: 1.25em;
  }
}

.h__other {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .h__other::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: rgba(174, 174, 174, 0.83);
  }
  .h__other:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 1px;
    height: 100%;
    background-color: rgba(174, 174, 174, 0.83);
  }
}

.h__other--link {
  display: grid;
  grid-template-columns: 1.875em auto;
  column-gap: 0.625em;
  padding: 0 0.875em;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .h__other--link {
    padding: 0.8em 0.875em;
  }
}

.h__other--text {
  font-size: 0.6875em;
  letter-spacing: 0.15em;
}
.h__other--text img {
  display: inline-block;
  width: auto;
  height: 1em;
}
@media screen and (max-width: 1024px) {
  .h__other--text {
    font-size: 1em;
  }
}
.h__other--text .lg {
  display: block;
  font-size: 1.27em;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
.h__other--text .sm {
  display: block;
  font-size: 0.64em;
  letter-spacing: normal;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 0.6em;
}

/*======================================
    drawer
======================================*/
.d__icon {
  position: fixed;
  top: 0.75em;
  right: 1.1em;
  z-index: 500;
  transition: top 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .d__icon {
    display: none;
  }
}
.d__icon.active {
  top: 1.25em;
}
.d__icon.active .d__icon--bars .bar.bar1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.d__icon.active .d__icon--bars .bar.bar2 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.d__icon.active .d__icon--bars .bar.bar3 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.d__icon.active .d__icon--text {
  opacity: 0;
  visibility: hidden;
}

.d__icon--bars {
  position: relative;
  width: 2.25em;
  height: 1.25em;
}
.d__icon--bars .bar {
  width: 2.25em;
  height: 2px;
  background-color: #767676;
  position: absolute;
  left: 50%;
  transition: all 0.3s ease;
}
.d__icon--bars .bar.bar1 {
  top: 0;
  transform: translateX(-50%);
}
.d__icon--bars .bar.bar2 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.d__icon--bars .bar.bar3 {
  top: 100%;
  transform: translate(-50%, -100%);
}

.d__icon--text {
  width: 2.25em;
  margin-top: 0.25em;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.d__contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding-top: 6.25em;
  padding-bottom: 2.5em;
  background-color: #fff;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transform: translateX(105%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .d__contents {
    display: none;
  }
}
.d__contents.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.d__copyright {
  text-align: center;
  font-size: 0.6875em;
  letter-spacing: 0.09em;
  font-feature-settings: "palt";
  font-weight: 500;
  margin-top: 4em;
}

.footer {
  padding: 9em 0 4em;
}
@media screen and (max-width: 767px) {
  .footer {
    background-color: #fff;
    padding: 2em 0;
  }
}

.f__inner {
  max-width: 1000px;
}

.f__links {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .f__links {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .f__link {
    position: relative;
  }
  .f__link:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(30deg);
    width: 1px;
    height: 1em;
    background-color: #aeaeae;
  }
  .f__link:last-child a {
    padding-right: 0;
  }
}
.f__link a {
  display: block;
  font-size: 0.9375em;
  letter-spacing: 0.12em;
  padding: 0 1.3em;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .f__link a {
    font-size: 0.75em;
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .f__link a {
    font-size: 1em;
    line-height: 4;
  }
}
.f__link a:hover {
  opacity: 0.7;
}

.f__logo {
  width: 11.25em;
  margin: 5em auto 6em;
}
@media screen and (max-width: 767px) {
  .f__logo {
    display: none;
  }
}

.f__map {
  position: relative;
}
@media screen and (max-width: 767px) {
  .f__map {
    margin-top: 2.75em;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
  }
}
.f__map::before {
  content: "";
  display: block;
  padding-top: 33.5%;
}
@media screen and (max-width: 767px) {
  .f__map::before {
    padding-top: 104.3613707165%;
  }
}
.f__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

.f__address {
  font-size: 0.875em;
  letter-spacing: 0.09em;
  line-height: 1.7142857143;
  text-align: center;
  margin-top: 4em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .f__address {
    font-size: 0.75em;
    margin-top: 1.25em;
    letter-spacing: 0.21em;
  }
}

@media screen and (max-width: 767px) {
  .f__others--wrap {
    display: flex;
    align-items: center;
    margin-top: 3.25em;
    padding-top: 2em;
    border-top: 1px solid #bebebe;
    width: 86.875%;
    margin-left: auto;
    margin-right: auto;
  }
}

.f__others {
  margin-top: 1.5em;
}
@media screen and (min-width: 1025px) {
  .f__others {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .f__others {
    flex-direction: row;
    margin-left: auto;
  }
  .f__others .h__other::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: rgba(174, 174, 174, 0.83);
  }
  .f__others .h__other:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 1px;
    height: 100%;
    background-color: rgba(174, 174, 174, 0.83);
  }
}
@media screen and (max-width: 767px) {
  .f__others {
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    margin-top: 1.25em;
  }
}
@media screen and (min-width: 1025px) {
  .f__others .h__other--link {
    grid-template-columns: 2em auto;
  }
  .f__others .h__other--link .h__other--text {
    font-size: 0.75em;
  }
}

.copyright {
  text-align: center;
  font-size: 0.6875em;
  letter-spacing: 0.09em;
  font-feature-settings: "palt";
  font-weight: 500;
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 4.75em;
  }
}
.copyright small {
  font-size: inherit;
}

/*======================================
    TOP
======================================*/
.mv {
  position: relative;
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mv_cover.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .mv::before {
    background: url(../img/mv_cover.png) no-repeat center bottom/contain;
  }
}

.mv__sp--logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv__sp--logo {
    display: block;
    position: absolute;
    top: 13.25%;
    left: 50%;
    transform: translateX(-50%);
    width: 12.5em;
  }
}

.omoi {
  padding: 0.5em 0 8.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .omoi {
    padding: 2em 0 2.5em;
  }
}

@media screen and (min-width: 768px) {
  .omoi__contents {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .omoi__contents {
    display: flex;
    flex-direction: column;
  }
}

.omoi__img {
  width: 59.26%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .omoi__img {
    margin: 3.5em calc(50% - 13.5em) 2.35em;
    width: 28em;
    order: 2;
  }
}

.omoi__img--deco1 {
  position: absolute;
  top: 60%;
  left: -8%;
  z-index: 2;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .omoi__img--deco1 {
    display: none;
  }
}

.omoi__img--deco2 {
  position: absolute;
  top: 20%;
  right: -1%;
  z-index: 2;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .omoi__img--deco2 {
    display: none;
  }
}

.omoi__text {
  font-size: 0.9375em;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.6;
  margin-top: 3.75em;
}
@media screen and (min-width: 768px) {
  .omoi__text {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .omoi__text {
    font-size: 0.8125em;
    letter-spacing: 0.043em;
    line-height: 2;
    text-align: justify;
    width: 88.125%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    order: 1;
  }
}

.omoi__more {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .omoi__more {
    order: 4;
    margin-top: 2.5em;
  }
}

.omoi__img1--wrap {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-192%);
  width: 22.5em;
}
@media screen and (max-width: 767px) {
  .omoi__img1--wrap {
    display: none;
  }
}

.omoi__img1 {
  position: relative;
}

.omoi__img1--deco1 {
  position: absolute;
  bottom: -15%;
  left: -13%;
  width: 32.78%;
}

.omoi__img1--deco2 {
  position: absolute;
  right: 4%;
  top: 20%;
  width: 10.56%;
}

@media screen and (min-width: 768px) {
  .omoi__img2--wrap {
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translateX(149%);
    width: 30.75em;
  }
}
@media screen and (max-width: 767px) {
  .omoi__img2--wrap {
    width: 90%;
    max-width: 16em;
    margin-left: auto;
    margin-right: auto;
    order: 3;
  }
}

.omoi__img2 {
  position: relative;
}

.omoi__img2--deco1 {
  position: absolute;
  bottom: -10%;
  left: 2%;
  width: 10.57%;
}

.omoi__img2--deco2 {
  position: absolute;
  top: 15%;
  right: 0;
  width: 23.58%;
}

.service {
  padding: 5.2em 0 14em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 4em 0;
  }
}

.service__lists {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .service__lists {
    max-width: 35em;
  }
}

.service__list {
  border-radius: 3.125em 3.125em 0 0;
  padding: 0 3.75em 0 3.125em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__list:nth-child(1) {
    margin-top: 5.5em;
  }
  .service__list:nth-child(1) .service__list--contents {
    min-height: 31.25em;
  }
  .service__list:nth-child(1) .service__list--img {
    width: 61.8%;
    transform: translate(-20%, -50%);
  }
  .service__list:nth-child(2) {
    margin-top: 8em;
  }
  .service__list:nth-child(2) .service__list--img {
    width: 60%;
    transform: translate(15%, -53%);
  }
  .service__list:nth-child(3) {
    margin-top: 6.25em;
  }
  .service__list:nth-child(3) .service__list--img {
    width: 61%;
    transform: translate(-18%, -50%);
  }
  .service__list:nth-child(4) {
    margin-top: 6em;
  }
  .service__list:nth-child(4) .service__list--img {
    width: 59.4%;
    transform: translate(15%, -51%);
  }
  .service__list:nth-child(5) {
    margin-top: 7em;
  }
  .service__list:nth-child(5) .service__list--img {
    width: 60.5%;
    transform: translate(-17%, -49%);
  }
  .service__list:nth-child(odd) {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 28.5%, #fff 28.5%, #fff 100%);
  }
  .service__list:nth-child(odd) .service__list--contents {
    margin-left: auto;
  }
  .service__list:nth-child(odd) .service__list--img {
    left: 0;
  }
  .service__list:nth-child(odd) .service__ttl {
    border-radius: 5em 5em 5em 0;
  }
  .service__list:nth-child(even) {
    background-image: linear-gradient(to right, #fff 0%, #fff 71.5%, rgba(255, 255, 255, 0) 71.5%, rgba(255, 255, 255, 0) 100%);
  }
  .service__list:nth-child(even) .service__list--img {
    right: 0;
  }
  .service__list:nth-child(even) .service__ttl {
    border-radius: 5em 5em 0 5em;
  }
}
@media screen and (max-width: 1024px) {
  .service__list {
    padding: 0 2.5em 0 2.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__list:nth-child(odd) .service__list--img {
    transform: translate(-5%, -50%);
  }
  .service__list:nth-child(even) .service__list--img {
    transform: translate(5%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .service__list {
    border-radius: 3.375em;
    background-color: #fff;
    padding: 6.75em 1em 3em;
  }
  .service__list:nth-child(1) {
    margin-top: 9em;
  }
  .service__list:nth-child(1) .service__list--img {
    width: 100%;
    max-width: 18.75em;
    transform: translate(-50%, -51%);
  }
  .service__list:nth-child(2) {
    margin-top: 13em;
  }
  .service__list:nth-child(2) .service__list--img {
    width: 100%;
    max-width: 20.5em;
    transform: translate(-50%, -58%);
  }
  .service__list:nth-child(3) {
    margin-top: 12.25em;
  }
  .service__list:nth-child(3) .service__list--img {
    width: 104%;
    max-width: 22.75em;
    transform: translate(-50%, -54%);
  }
  .service__list:nth-child(4) {
    margin-top: 13.25em;
  }
  .service__list:nth-child(4) .service__list--img {
    width: 104%;
    max-width: 22em;
    transform: translate(-51%, -57%);
  }
  .service__list:nth-child(5) {
    margin-top: 11.5em;
  }
  .service__list:nth-child(5) .service__list--img {
    width: 104%;
    max-width: 21em;
    transform: translate(-51%, -56%);
  }
}

.service__list--contents {
  max-width: 25em;
  padding-bottom: 3.5em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service__list--contents {
    min-height: 28.75em;
  }
}
@media screen and (max-width: 1024px) {
  .service__list--contents {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .service__list--contents {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
}

.service__head {
  position: relative;
  padding-top: 2.75em;
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
}

.service__ttl {
  width: 96%;
  z-index: 2;
  font-size: 1.125em;
  letter-spacing: 0.19em;
  text-align: center;
  font-weight: 700;
  line-height: 1.7777777778;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.78em;
  background-color: #e0e0d7;
  color: #666464;
  border-radius: 5em 5em 5em 0;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .service__ttl {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .service__ttl {
    width: 100%;
    font-size: 0.9375em;
    height: 2.467em;
    margin-bottom: 1.25em;
  }
}
.service__ttl span.sm {
  font-size: 0.78em;
  display: inline-block;
  margin-left: 1em;
  letter-spacing: 0.11em;
}

.service__text {
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 0.875em;
  line-height: 1.6428571429;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 0.75em;
    line-height: 1.75;
    letter-spacing: 0.01em;
    width: 97.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.service__details {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.service__detail:nth-child(n+2) {
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .service__detail:nth-child(n+2) {
    margin-top: 0.75em;
  }
}

@media screen and (min-width: 768px) {
  .service__detail--dl {
    display: grid;
    grid-template-columns: 3.5em auto;
    column-gap: 0.5em;
  }
}
.service__detail--dl dt {
  font-size: 0.8125em;
  font-weight: 500;
  letter-spacing: 0.29em;
  text-align: center;
  background-color: #e0e0d7;
  border-radius: 0.54em;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.69em;
}
@media screen and (max-width: 767px) {
  .service__detail--dl dd {
    margin-top: 0.25em;
    width: 97.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.service__detail--text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .service__detail--text {
    font-size: 0.8125em;
    line-height: 2;
  }
}

.service__price--head {
  font-size: 1.0625em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1176470588;
  padding-left: 0.75em;
  font-feature-settings: "palt";
  margin-bottom: 0.45em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__price--head {
    font-size: 0.875em;
    margin-top: 1em;
  }
}
.service__price--head::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background-color: #464646;
  border-radius: 50%;
}
.service__price--head .underline {
  display: inline-block;
  text-decoration: underline;
}
.service__price--head.mt {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .service__price--head.mt {
    margin-top: 1.5em;
  }
}

.service__price--note {
  padding-left: 1em;
  font-size: 0.8125em;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__price--note {
    font-size: 0.75em;
  }
}
.service__price--note::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}
.service__price--note.-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
}
.service__price--note.-flex span {
  display: block;
}

.service__list--btns {
  margin-top: auto;
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
  row-gap: 0.625em;
}
@media screen and (max-width: 767px) {
  .service__list--btns {
    justify-content: center;
    row-gap: 2em;
    margin-top: 1em;
  }
}

.service__more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../img/service_more.svg) no-repeat center/cover;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 10.71em;
  height: 3.36em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .service__more {
    font-size: 0.8125em;
    width: 13.46em;
    height: 3.38em;
  }
}
.service__more:hover {
  opacity: 0.7;
  cursor: pointer;
}
.service__more:hover::before {
  transform: translate(60%, -50%);
}
.service__more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 2.5em;
  height: 1.43em;
  background: url(../img/btn_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.service__more.-care {
  width: 13.36em;
  background: url(../img/service_more_care.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .service__more.-care {
    width: 13.46em;
  }
}

.service__list--img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .service__list--img {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service__list--img {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .service__list--img {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
  }
}

.instagram {
  padding: 10em 0 7em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .instagram {
    padding: 2.25em 0 3em;
  }
}

.instagram__inner {
  max-width: 1000px;
}

.instagram__ttl {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .instagram__ttl {
    font-size: 0.75em;
    margin-top: 1.5em;
  }
}

.instagram__wrap {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .instagram__wrap {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }
}

#sb_instagram #sbi_images {
  padding: 2em !important;
}
@media screen and (max-width: 1024px) {
  #sb_instagram #sbi_images {
    padding: 0.625em !important;
  }
}
@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images {
    padding: 0.15625em !important;
  }
}

#sb_instagram {
  padding-bottom: 0 !important;
}

.instagram__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3.125em;
  column-gap: 4.375em;
  margin-top: 2.5em;
}
@media screen and (max-width: 1024px) {
  .instagram__lists {
    gap: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .instagram__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375em;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }
}

.instagram__list {
  position: relative;
}
.instagram__list::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: lightgray;
}
@media screen and (max-width: 767px) {
  .instagram__list:nth-child(n+7) {
    display: none;
  }
}

.instagram__btns {
  display: flex;
  justify-content: center;
  column-gap: 3em;
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .instagram__btns {
    flex-direction: column;
    align-items: center;
    row-gap: 2em;
    margin-top: 2.5em;
  }
}

.faq {
  padding: 6.5em 0 1em;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3.25em 0;
  }
}

.faq__lists {
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .faq__lists {
    margin-top: 2em;
  }
}

.faq__list:nth-child(n+2) {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .faq__list:nth-child(n+2) {
    margin-top: 1.25em;
  }
}

.faq__dl {
  border-radius: 0.625em;
  overflow: hidden;
  position: relative;
}
.faq__dl.active dt span::after {
  transform: translateY(-50%) rotate(0);
}
.faq__dl dt, .faq__dl dd {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  font-weight: 500;
  padding: 1.5em 4.6em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__dl dt, .faq__dl dd {
    padding: 1em 4.6em 1em;
    font-size: 0.8125em;
    letter-spacing: 0.05em;
    line-height: 1.6153846154;
  }
}
.faq__dl dt::before, .faq__dl dd::before {
  position: absolute;
  top: 1em;
  left: 1.5em;
  font-size: 1.2em;
}
.faq__dl dt {
  background-color: #fff;
}
.faq__dl dt::before {
  content: "Q";
  color: #d8a133;
}
@media screen and (max-width: 767px) {
  .faq__dl dt::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.faq__dl dt span {
  display: block;
}
.faq__dl dt span::before, .faq__dl dt span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.9375em;
  height: 1px;
  background-color: #8d8d8d;
  z-index: 2;
  transition: transform 0.3s ease;
}
.faq__dl dt span::after {
  transform: translateY(-50%) rotate(90deg);
}
.faq__dl dt span.active::after {
  transform: translateY(-50%) rotate(0);
}
.faq__dl dd {
  background-color: #e3e3e3;
  display: none;
}
.faq__dl dd span.sm {
  display: block;
  font-size: 0.867em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.7692307692;
}
.faq__dl dd::before {
  content: "A";
  color: #d27991;
}

.top__deco1--wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-350%, 120%);
}
@media screen and (min-width: 1440px) {
  .top__deco1--wrap {
    transform: translate(-468%, 120%);
  }
}

.top__deco1 {
  width: 11.25em;
  height: 24.5em;
  position: relative;
}

.top__deco1-1 {
  width: 11.25em;
  position: absolute;
  top: 0;
}

.top__deco1-2 {
  width: 8.25em;
  position: absolute;
  bottom: 0;
  left: 1.75em;
}

.top__deco2--wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(130%, 150%);
}
@media screen and (min-width: 1440px) {
  .top__deco2--wrap {
    transform: translate(186%, 150%);
  }
}

.top__deco2 {
  position: relative;
  width: 18.125em;
  height: 16.625em;
}

.top__deco2-1 {
  width: 15em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.top__deco2-2 {
  width: 16em;
  position: absolute;
  left: 0;
  top: 0;
}

.modal__note {
  padding: 1.25em 1.5em;
  border: 1px solid #bebebe;
}
@media screen and (max-width: 767px) {
  .modal__note {
    padding: 1.25em 0.625em;
  }
}

.flow__ttl {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4375;
  font-feature-settings: "palt";
  margin-bottom: 0.625em;
}

.flow__list {
  padding: 1em 0;
}
.flow__list:not(:last-child) {
  border-bottom: 1px solid #bebebe;
}

.flow__list--dl dt, .flow__list--dl dd {
  font-feature-settings: "palt";
  text-align: justify;
}
.flow__list--dl dt {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4375;
}
.flow__list--dl dd {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .flow__list--dl dd {
    font-size: 0.75em;
  }
}

.modal__note--text {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6428571429;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .modal__note--text {
    font-size: 0.75em;
  }
}

.modal__line {
  margin: 1.25em 0;
}

.modal__line--link {
  display: inline-block;
  padding-right: 3.125em;
  padding-left: 1.875em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal__line--link {
    font-size: 0.875em;
  }
}
.modal__line--link:hover {
  opacity: 0.7;
}
.modal__line--link:hover::before {
  transform: translate(10%, -50%);
}
.modal__line--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.1875em;
  height: 1.25em;
  background: url(../img/btn_arrow.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
.modal__line--link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.375em;
  height: 1.375em;
  background: url(../img/icon_line.svg) no-repeat center/contain;
}

/*======================================
    about
======================================*/
.about__mv {
  position: relative;
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5em;
  transform: translateX(2%);
}
@media screen and (max-width: 767px) {
  .about__mv {
    transform: translate(0);
    margin: 1.5em calc(50% - 50vw) 3em;
  }
  .about__mv img {
    display: block;
    width: 93%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__mv--deco1 {
  position: absolute;
  width: 14.4%;
  top: -6.5%;
  left: 7.5%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about__mv--deco1 {
    width: 20.28%;
  }
}

.about__mv--deco2 {
  position: absolute;
  width: 11%;
  right: -1%;
  bottom: -6%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about__mv--deco2 {
    width: 17.5%;
    right: 7%;
    bottom: 0%;
    transform: rotate(18deg);
  }
}

.about__text {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 2.4285714286;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 0.8125em;
    line-height: 2.02;
    letter-spacing: 0.043em;
  }
}

.staff {
  padding-top: 3em;
  padding-bottom: 8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff {
    padding-top: 3.25em;
  }
}
.staff::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12.75em;
  height: 27.5em;
  background: url(../img/about_page_deco1.svg) no-repeat center/contain;
  transform: translate(-387%, 46%);
}
.staff::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20.375em;
  height: 21em;
  background: url(../img/about_page_deco2.svg) no-repeat center/contain;
  transform: translate(162%, 29%);
}

.staff__lists {
  display: flex;
  column-gap: 1.875em;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
}
@media screen and (max-width: 1024px) {
  .staff__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .staff__lists {
    grid-template-columns: repeat(auto-fit, minmax(15.625em, 1fr));
    row-gap: 2.75em;
    margin-top: 1.25em;
  }
}

@media screen and (min-width: 1025px) {
  .staff__list:nth-child(1) .staff__img {
    margin-left: 0.75em;
  }
  .staff__list:nth-child(2) .staff__body {
    padding-left: 3.75em;
  }
}

.staff__img {
  max-width: 19.75em;
}
@media screen and (max-width: 767px) {
  .staff__img {
    width: 100%;
    max-width: 18.75em;
    margin-left: auto;
    margin-right: auto;
  }
}

.staff__name {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7777777778;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .staff__name {
    text-align: center;
    margin-top: 0.75em;
  }
}

.staff__kana {
  font-size: 0.8125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  margin-top: 0.25em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .staff__kana {
    text-align: center;
    margin-top: 0;
  }
}

.staff__texts {
  margin-top: 1.1em;
}
@media screen and (max-width: 767px) {
  .staff__texts {
    max-width: 94%;
    margin-left: auto;
    margin-top: 1.2em;
  }
}

.staff__text {
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-feature-settings: "palt";
}
.staff__text.-history {
  display: grid;
  grid-template-columns: 4.5em auto;
}
.staff__text.-history span {
  display: block;
}

/*======================================
    care
======================================*/
.care {
  padding-bottom: 11em;
  position: relative;
}
.care::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 13.625em;
  height: 16.375em;
  background: url(../img/care_page_deco2.svg) no-repeat center/contain;
  transform: translate(-380%, 26%);
}
.care::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 17.25em;
  height: 26.125em;
  background: url(../img/care_page_deco1.svg) no-repeat center/contain;
  transform: translate(283%, 17%);
}
@media screen and (max-width: 767px) {
  .care {
    padding-bottom: 4em;
  }
  .care .inner {
    width: 90%;
  }
}

.care__mv {
  position: relative;
  max-width: 73.75em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  transform: translateX(2%);
}
@media screen and (max-width: 767px) {
  .care__mv {
    transform: translate(0);
    margin: 1.5em calc(50% - 50vw) 2.5em;
  }
  .care__mv img {
    display: block;
    width: 93%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.care__mv--deco1 {
  position: absolute;
  width: 8.5%;
  bottom: 11%;
  left: -12%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .care__mv--deco1 {
    width: 14%;
    left: 10%;
    transform: rotate(-60deg);
    bottom: unset;
    top: -10%;
  }
}

.care__mv--deco2 {
  position: absolute;
  width: 7.8%;
  right: -1%;
  top: -3%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .care__mv--deco2 {
    width: 14.5%;
    right: 7%;
    bottom: -17%;
    transform: rotate(-8deg);
    top: unset;
  }
}

.care__text {
  text-align: center;
  font-size: 0.875em;
  line-height: 2.0714285714;
  letter-spacing: 0.09em;
  font-weight: 500;
  font-feature-settings: "palt";
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .care__text {
    font-size: 0.8125em;
    line-height: 2.3076923077;
    letter-spacing: 0.043em;
  }
}

.schedules {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4.375em;
  margin-top: 7em;
}
@media screen and (max-width: 1024px) {
  .schedules {
    column-gap: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  .schedules {
    margin-top: 2em;
    grid-template-columns: 1fr;
    row-gap: 3.75em;
    max-width: 35em;
  }
}

.schedule__ttl {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.75;
  text-align: center;
  font-feature-settings: "palt";
  color: #d8a133;
}
@media screen and (max-width: 1024px) {
  .schedule__ttl {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .schedule__ttl {
    font-size: 1.0625em;
  }
}

.schedule__lists {
  margin-top: 2.25em;
}
@media screen and (max-width: 1024px) {
  .schedule__lists {
    margin-top: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .schedule__lists {
    margin-top: 1.75em;
    padding-left: 0.25em;
  }
}

.schedule__list {
  position: relative;
}
.schedule__list:nth-child(n+2) {
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .schedule__list:nth-child(n+2) {
    margin-top: 2.3em;
  }
}
.schedule__list:nth-child(n+2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  height: 1.9em;
  width: 6px;
  background-image: radial-gradient(#cdb9ae 40%, rgba(255, 255, 255, 0) 40%);
  background-size: 6px 6px;
}
@media screen and (max-width: 767px) {
  .schedule__list:nth-child(n+2)::after {
    height: 1.5em;
    width: 5px;
    background-size: 5px 5px;
  }
}
.schedule__list:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 1.625em;
  height: 1em;
  background-color: #d27991;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .schedule__list:not(:last-child)::before {
    width: 1.25em;
    height: 0.75em;
  }
}

.schedule__list--head {
  padding: 0.3125em 0.625em;
  background-color: #d3b891;
  position: relative;
  border-radius: 0.4375em;
}
@media screen and (max-width: 767px) {
  .schedule__list--head {
    border-radius: 0.3125em;
    padding: 0.25em 0.625em;
  }
}
.schedule__list--head.-contents {
  border-radius: 0.75em 0.75em 0 0;
}
@media screen and (max-width: 767px) {
  .schedule__list--head.-contents {
    border-radius: 0.5625em 0.5625em 0 0;
  }
}

.schedule__list--time {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 5em;
  height: 4.43em;
  padding-right: 0.7em;
  background: url(../img/schedule_time.svg) no-repeat center/contain;
  color: #fff;
  transform: translate(-25%, -60%);
}
@media screen and (max-width: 1024px) {
  .schedule__list--time {
    transform: translate(-50%, -75%);
  }
}
@media screen and (max-width: 767px) {
  .schedule__list--time {
    font-size: 0.75em;
    width: 4.5em;
    height: 3.8em;
    padding-right: 0.5em;
    transform: translate(-15%, -56%);
  }
}

.schedule__list--ttl {
  font-size: 1.0625em;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.11em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .schedule__list--ttl {
    font-size: 0.8125em;
  }
}

.schedule__list--body {
  background-color: #fff;
  padding: 1.5em 2em 1.25em;
  border-radius: 0 0 0.75em 0.75em;
}
@media screen and (max-width: 767px) {
  .schedule__list--body {
    padding: 0.9em 1.1em;
    border-radius: 0 0 0.5625em 0.5625em;
  }
}

.schedule__list--text {
  font-size: 0.9375em;
  letter-spacing: 0.03em;
  line-height: 1.7333333333;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .schedule__list--text {
    font-size: 0.75em;
    line-height: 1.6666666667;
  }
}

/*# sourceMappingURL=style.css.map */
