@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
}

/* リキッドレイアウト対応 */
.ch--container {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .ch--container {
    padding: 0 20px;
  }
}

.bottom__button {
  width: 100%;
  height: 84px;
  background-color: #ffed87;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .bottom__button.sp {
    display: none;
  }
}
.bottom__button.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bottom__button.is-visible .bottom__button-link {
  opacity: 1;
  visibility: visible;
}
.bottom__button .bottom__button-link {
  width: 100%;
  max-width: 347px;
  padding-block: 16px;
  border: 3px solid #FF801F;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #FF801F;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 800;
}
.bottom__button .bottom__button-link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bottom__button .bottom__button-link .buttom-text {
  width: 201px;
  height: 31px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (hover: hover) {
  .bottom__button .bottom__button-link:hover {
    background-color: #fff;
    color: #FF801F;
  }
  .bottom__button .bottom__button-link:hover svg .circle {
    fill: #FF801F;
  }
  .bottom__button .bottom__button-link:hover svg .arrow {
    fill: #fff;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  /* レスポンシブデザインのためのメディアクエリ */
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  color: #666666;
  border-radius: 3px;
  background: #ffffff;
  font-size: 22px;
}
.pagination .page-numbers.current {
  color: #FF801F;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #666666;
}
.pagination .page-numbers.dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #666666;
}
@media (max-width: 600px) {
  .pagination .page-numbers,
  .pagination .page-numbers.current {
    padding: 5px 10px;
    /* パディングを小さく */
  }
}

.breadcrumb--wrap {
  margin-top: 20px;
}
.breadcrumb--wrap .breadcrumb-001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  font-size: 0.9em;
}
.breadcrumb--wrap .breadcrumb-001 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb--wrap .breadcrumb-001 a {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 12px */
}
.breadcrumb--wrap .breadcrumb-001 span {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 12px */
}

.single-story .breadcrumb--wrap {
  margin-bottom: 0px;
  margin-top: 25px;
}
.sub-fv {
  margin-top: 120px;
  background-size: 15px 15px;
  background-repeat: repeat;
  position: relative;
  background: #ffed87;
}
@media screen and (max-width: 768px) {
  .sub-fv {
    margin-top: 70px;
  }
}
.sub-fv .sub-fv--inner {
  height: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px 30px 40px;
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sub-fv .sub-fv--inner {
    height: auto;
    padding: 45px 20px 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sub-fv .sub-fv--inner h1 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 56px */
}
@media screen and (max-width: 1024px) {
  .sub-fv .sub-fv--inner h1 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 39.2px */
  }
  .sub-fv .sub-fv--inner h1 span {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 768px) {
  .sub-fv .sub-fv--img {
    max-width: 200px !important;
    max-width: 200px !important;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.sub-fv .sub-fv--img img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.story-container {
  padding: 90px 0 100px;
}
@media screen and (max-width: 1024px) {
  .story-container {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .story-container {
    padding: 40px 0 60px;
  }
}

.story-container--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .story-container--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.story-container--inner aside {
  width: 100%;
  max-width: 244px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  background: #ffb666;
  padding: 25px 15px 15px 15px;
  position: sticky;
  top: 150px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .story-container--inner aside {
    display: none;
  }
}
.story-container--inner aside .story-container--inner--aside .story-container--inner--title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 21.6px */
}
.story-container--inner aside .story-container--inner--aside--img {
  position: absolute;
  top: 5px;
  right: 15px;
}
.story-container--inner aside .story-container--inner--aside--img img {
  max-height: 61px;
}
.story-container--inner aside .story-container--inner--list {
  border-radius: 10px;
  background: #fff;
  margin-top: 20px;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  list-style-type: none;
}
.story-container--inner aside .story-container--inner--list li:not(:last-child) {
  border-bottom: #ffb666 1px solid;
}
.story-container--inner aside .story-container--inner--list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
}
@media (hover: hover) {
  .story-container--inner aside .story-container--inner--list li a:hover {
    color: #ffb666;
  }
}
.story-container--inner aside .story-container--inner--list .story-container--inner--list--text--active {
  color: #ffb666;
}

.story-container--inner--content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.story-container--inner--content .story-container--inner--content--article--bnner {
  margin-top: 60px;
  width: 100%;
}
.story-container--inner--content .story-container--inner--content--article--bnner .story-container--inner--content--article--bnner--heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content .story-container--inner--content--article--bnner .story-container--inner--content--article--bnner--heading {
    padding: 0;
    gap: 0px;
  }
  .story-container--inner--content .story-container--inner--content--article--bnner .story-container--inner--content--article--bnner--heading svg,
  .story-container--inner--content .story-container--inner--content--article--bnner .story-container--inner--content--article--bnner--heading path {
    height: 63px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.story-container--inner--content .story-container--inner--content--article--bnner .story-container--inner--content--article--bnner--heading h5 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 35.2px */
  letter-spacing: 1.32px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content .story-container--inner--content--article--bnner .story-container--inner--content--article--bnner--heading h5 {
    font-size: 18px;
  }
}
.story-container--inner--content .story-container--inner--content--article--bnner .common__button {
  margin-inline: auto;
}
.story-container--inner--content .story-container--inner--content--article--bnner .reserve__card {
  max-width: unset;
}

.ch--heading-3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
  /* 50.4px */
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 2px;
  border-left: solid 10px #ffb666;
  position: relative;
  background-image: url("../images/common/heading.webp");
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .ch--heading-3 {
    font-size: 24px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.ch--heading-4 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 39.2px */
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .ch--heading-4 {
    font-size: 22px;
  }
}
.ch--heading-4::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ffb666;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ch--heading-4::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ffb666;
  position: absolute;
  left: 0;
  top: 0;
}

.ch--heading-base-text--wrap p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
}
.ch--heading-base-text--wrap p strong {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .ch--heading-base-text--wrap p {
    font-size: 16px;
  }
}
.ch--heading-base-text--wrap.mt--spease {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .ch--heading-base-text--wrap.mt--spease {
    margin: 25px 0 0 0;
  }
}

.story-container--inner--content--article--service--title {
  background: #FFEFDD;
  padding: 35px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--article--service--title {
    gap: 10px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .story-container--inner--content--article--service--title {
    padding: 20px 20px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.story-container--inner--content--article--service--title h2 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--article--service--title h2 {
    font-size: 24px;
  }
}
.story-container--inner--content--article--service--title h2::before {
  content: "";
  display: block;
  width: 10px;
  background: #FFB666;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 90%;
}
.story-container--inner--content--article--service--title img {
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--article--service--title img {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .story-container--inner--content--article--service--title img {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.ch--qa--wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap {
    gap: 20px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ques--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ques--wrap {
    gap: 10px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ques--wrap img {
  max-width: 70px;
}
.ch--qa--wrap .ch--qa--wrap--item--ques--wrap .ch--qa--wrap--item--ques--q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: #FFB666;
  color: #FFF;
  font-family: "TT Commons Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 57.6px */
  letter-spacing: 2.16px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ques--wrap .ch--qa--wrap--item--ques--q {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ques--wrap h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 35.2px */
  letter-spacing: 0.66px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ques--wrap h3 {
    font-size: 18px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap img {
  max-width: 70px;
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap .ch--qa--wrap--item--ques--q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: #FFB666;
  color: #FFF;
  font-family: "TT Commons Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 57.6px */
  letter-spacing: 2.16px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap .ch--qa--wrap--item--ques--q {
    width: 30px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap h4 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 35.2px */
  letter-spacing: 0.66px;
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap > p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap > p {
    font-size: 16px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap > p strong {
  color: #FF801F;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap > p strong {
    font-size: 16px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap .ans-i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap .ans-i {
    width: 30px;
    height: 30px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap--center {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content02 > p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content02 > p {
    font-size: 16px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content02 > p strong {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content02 > p strong {
    font-size: 16px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 40px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ques {
    padding: 15px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item {
  border-radius: 20px;
  border: 3px solid #FFB666;
  background: #FFFADF;
  overflow: hidden;
}
@-webkit-keyframes identifier {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes identifier {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ch--qa--wrap .qa--active .ch--qa--wrap--item--ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.ch--qa--wrap .ch--qa--wrap--item--ans {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 3px solid #FFB666;
  background: #fff;
  padding: 20px 30px 20px 40px;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: identifier 0.5s ease-in-out;
          animation: identifier 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans {
    padding: 15px 20px 20px 70px;
    position: relative;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content {
  margin: 25px 0px 40px;
  padding-top: 25px;
  border-top: #D9D9D9 2px solid;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content {
    margin: 15px 0px 40px;
    padding-top: 15px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content p {
    font-size: 16px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content p strong {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
}
@media screen and (max-width: 1024px) {
  .ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content p strong {
    font-size: 16px;
  }
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content .ch--qa--wrap--item--ans--wrap--content--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content .ch--qa--wrap--item--ans--wrap--content--img {
  margin-top: 30px;
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content .ch--qa--wrap--item--ans--wrap--content--img img {
  max-width: 100%;
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content .ch--qa--wrap--item--ans--wrap--content--text--block--bg {
  border-radius: 10px;
  background: #FFFADF;
  padding: 25px;
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content .ch--qa--wrap--item--ans--wrap--content--text--block--bg p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.32px;
}
.ch--qa--wrap .ch--qa--wrap--item--ans--wrap--content .ch--qa--wrap--item--ans--wrap--content--text--block small {
  text-align: end;
  margin-top: 10px;
  display: block;
}

.story-container--inner--content--wrap04--title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.story-container--inner--content--wrap04--title h3 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap04--title h3 {
    text-align: left;
    font-size: 18px;
  }
}
.story-container--inner--content--wrap04--title h4 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap04--title h4 {
    text-align: left;
    font-size: 18px;
  }
}
.story-container--inner--content--wrap04--title::after {
  content: "";
  display: block;
  background-color: #8DBE70;
  height: 3px;
  width: 100%;
}

.shurou-container-02--point--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
.shurou-container-02--point--btn a {
  color: #FF801F;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 1.08px;
  border-radius: 70.704px;
  border: 2.402px solid #FF801F;
  background: #FFF;
  max-width: 237px;
  width: 100%;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shurou-container-02--point--btn a svg circle {
  fill: #FF801F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shurou-container-02--point--btn a svg path {
  fill: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .shurou-container-02--point--btn a {
    max-width: 100%;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .shurou-container-02--point--btn a:hover {
    background: #FF801F;
    color: white;
  }
  .shurou-container-02--point--btn a:hover svg circle {
    fill: white;
  }
  .shurou-container-02--point--btn a:hover svg path {
    fill: #FF801F;
  }
}
.shurou-container-02--point--btn .shurou-container-02--point--btn--arrow svg {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.shurou-container-02--point--btn .shurou-container-02--point--btn--arrow .shurou-container-02--point--btn--arrow svg {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.shurou-container-02--point--btn .ch--display--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .shurou-container-02--point--btn .ch--display--pc {
    display: none;
  }
}
.shurou-container-02--point--btn .ch--display--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .shurou-container-02--point--btn .ch--display--sp {
    display: block;
  }
}

.ch--display--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .ch--display--pc {
    display: none;
  }
}
.ch--display--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ch--display--sp {
    display: block;
  }
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
  font-size: 23px;
}

.page-404 {
  margin: 390px auto;
  font-size: 20px;
  width: 500px;
  text-align: center;
}
.page-404 a {
  display: inline-block;
  margin-top: 12px;
  color: #FF801F;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-404 {
    margin: 150px auto;
    width: 100%;
    font-size: 16px;
  }
}

.footer {
  background-color: #FFFADF;
  padding-top: 39px;
  padding-bottom: 55px;
  padding-inline: 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-inline: 24px;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.footer .sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .footer .sp {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .footer .pc {
    display: none !important;
  }
}

.footer__container {
  max-width: 1300px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 207px 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__container .footer__left {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .footer__container {
    gap: 40px;
  }
}
.footer__container .tel {
  font-size: 26px;
  margin-bottom: 1.5px;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .footer__container .tel {
    font-size: 39px;
  }
}
.footer__container .tel img {
  width: 14px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__container .tel img {
    width: 21px;
    height: 30px;
  }
}
.footer__container .reserve__date {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .footer__container .reserve__date {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.footer__container .contact__button {
  max-width: 189px;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .footer__container .contact__button {
    max-width: 347px;
    margin-inline: auto;
  }
}

.footer__logo {
  max-width: 165px;
  margin-inline: auto;
  margin-bottom: 26px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    max-width: 120px;
    margin-left: 0;
    margin-right: auto;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}

.footer__right--topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.footer__nav-item {
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__nav-item:hover {
  color: #FF801F;
}
.footer__nav-item:nth-of-type(1) {
  margin-bottom: 4px;
}
.footer__nav-item .nav__head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer__right--bottomArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__right--bottomArea .footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
}
.footer__right--bottomArea .footer__nav-item:nth-of-type(1) {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .footer__right--bottomArea {
    display: none;
  }
}

.footer__nav-item--border {
  border: 1px solid #333333;
}

.footer__navt--bottomArea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: white;
  padding: 8px 20px 11px;
  border-radius: 10px;
}

.icon-business {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .footer .footer__nav-item {
    font-size: 16px;
    border-top: 1px solid #333333;
    padding-right: 8px;
    cursor: pointer;
  }
  .footer .footer__nav-item.is-open .sub__menu {
    max-height: 500px;
    opacity: 1;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    margin-bottom: 20px;
  }
  .footer .footer__nav-item.is-open .nav__icon {
    margin-bottom: 24px;
  }
  .footer .footer__nav-item.is-open .plus__icon::after {
    display: none;
  }
  .footer .footer__nav-item .item-link-text {
    padding-block: 20px;
    display: block;
  }
  .footer .footer__nav-item a {
    display: block;
  }
  .footer .footer__nav-item .sub__menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .footer .footer__nav-item .sub__menu li {
    color: #333333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer .footer__nav-item .sub__menu li:hover {
    color: #FF801F;
  }
  .footer .sub__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    font-weight: normal;
  }
}
.footer .icon-business {
  width: 20px;
  height: 20px;
}

.copyright {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 24px;
}

.nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plus__icon {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}
.plus__icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plus__icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.back {
  width: 77px;
  aspect-ratio: 1/1;
  border: 3px solid #FF801F;
  border-radius: 100%;
  background-color: #fff;
  color: #FF801F;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: absolute;
  right: 22px;
  top: -40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back:hover {
  opacity: 0.7;
}

.header {
  width: 100%;
  position: fixed;
  top: 15px;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .header .sp {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .header .pc {
    display: none !important;
  }
}

.header__inner {
  width: 100%;
  max-width: 1232px;
  background-color: #fff;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    width: 94.8%;
    height: 48px;
    padding-inline: 10px;
    position: relative;
    z-index: 9999;
  }
}

.header__logo {
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 72px;
    position: absolute;
    inset: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header__nav-item {
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.header__nav-item svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .header__nav-item:hover {
    color: #FF801F;
  }
}
@media screen and (hover: hover) and (min-width: 1024px) {
  .header__nav-item:hover svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__nav-item:hover .sub__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: visiblePainted;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
}
.header__nav-item .hover-bridge {
  height: 40px;
}
.header__nav-item .sub__menu {
  opacity: 0;
  pointer-events: none;
  font-size: 11px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 8px;
  padding-top: 18px;
  z-index: 1000;
}
.header__nav-item .sub__menu.is-open {
  pointer-events: visiblePainted;
}
.header__nav-item .sub__menu li:first-child {
  border-radius: 8px 0 0 8px;
}
.header__nav-item .sub__menu li {
  background-color: #fff;
  padding-inline: 13px;
  padding-block: 12px;
}
.header__nav-item .sub__menu li:first-child {
  border-radius: 8px 0 0 8px;
}
.header__nav-item .sub__menu li:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 20px;
}
.header__nav-item .sub__menu li a {
  color: #333333;
  text-decoration: none;
}
.header__nav-item .sub__menu li a:hover {
  color: #FF801F;
}
.header__nav-item:hover .sub-menu {
  opacity: 1;
}

.nav__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  line-height: 1;
}

.hamburger__button {
  display: block;
  width: 28px;
  height: 14px;
  position: relative;
}
.hamburger__button span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FF801F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__button span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.hamburger__button span:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hamburger__button.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__button.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__contact-button {
  display: block;
  width: 97px;
  padding-block: 5px;
  background-color: #FF801F;
  color: #fff;
  border-radius: 43px;
  border: 1px solid #FF801F;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1024px) {
  .header__contact-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__contact-button .header__contact-text {
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}

.header__nav-sp {
  position: fixed;
  top: -15px;
  right: -150%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.header__nav-sp .header__nav-list {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .header__nav-sp .sp-accordion {
    padding-block: 20px;
  }
}
.header__nav-sp .header__nav-item {
  border-top: 1px solid #333333;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .header__nav-sp .header__nav-item a {
    width: 100%;
    display: block;
    padding-block: 15px;
  }
  .header__nav-sp .header__nav-item .sub__menu {
    width: 100%;
  }
}
.header__nav-sp .header__nav-item.is-open {
  display: block;
}
.header__nav-sp .header__nav-item.is-open .sub__menu {
  opacity: 1;
}
.header__nav-sp .nav__icon {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 8px;
}
.header__nav-sp .nav__icon svg {
  width: 15px;
  height: 15px;
}
.header__nav-sp.active {
  width: 100%;
  height: 100vh;
  right: 0;
  background-color: #fff;
  padding-top: 92px;
  padding-inline: 24px;
}
.header__nav-sp .sub__menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
  margin-top: 8px;
  position: static;
}
.header__nav-sp .sub__menu.is-open {
  display: block;
}
.header__nav-sp .sub__menu li {
  padding-inline: unset;
  padding-block: unset;
}
.header__nav-sp .sub__menu li a {
  font-size: 14px;
  width: 100%;
  display: block;
}
.header__nav-sp .accordion__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.header__nav-sp .accordion__toggle .accordion__icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__nav-sp .accordion__toggle.is-open .accordion__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.is-accordion01.is-open .sub__menu {
  display: block;
}

.is-accordion02.is-open .sub__menu {
  display: block;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

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

address,
em {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

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

.about .block {
  display: block;
}
.about .bold {
  font-weight: bold;
}
.about .bottom__button {
  width: 100%;
  height: 84px;
  background-color: #ffed87;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .about .bottom__button.sp {
    display: none;
  }
}
.about .bottom__button.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about .bottom__button.is-visible .bottom__button-link {
  opacity: 1;
  visibility: visible;
}
.about .bottom__button .bottom__button-link {
  width: 100%;
  max-width: 347px;
  padding-block: 16px;
  border: 3px solid #FF801F;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #FF801F;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 800;
}
.about .bottom__button .bottom__button-link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about .bottom__button .bottom__button-link .buttom-text {
  width: 201px;
  height: 31px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (hover: hover) {
  .about .bottom__button .bottom__button-link:hover {
    background-color: #fff;
    color: #FF801F;
  }
  .about .bottom__button .bottom__button-link:hover svg .circle {
    fill: #FF801F;
  }
  .about .bottom__button .bottom__button-link:hover svg .arrow {
    fill: #fff;
  }
}

.about__section {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .about__section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.about__section .common__white-button {
  max-width: 237px;
  font-size: 18px;
  margin-inline: auto;
  padding-block: 19px;
}
@media screen and (max-width: 768px) {
  .about__section .common__white-button {
    max-width: 347px;
    font-size: 20px;
    padding-block: 22px;
  }
}
.about__section .common__white-button .common__white-button-arrow {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .about__section .ch--container {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__section .key__visual {
    padding-inline: 20px;
  }
}
.about__section .key__visual-container {
  background-color: #fffadf;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 0 0;
  background-size: 19px 19px;
  border-radius: 30px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 32px 32px 42px 40px;
}
@media screen and (max-width: 768px) {
  .about__section .key__visual-container {
    padding: 34px 20px 24px 20px;
    background-image: radial-gradient(#fff 20%, transparent 20%);
    background-size: 20px 20px;
  }
}
.about__section .key__visual-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .about__section .key__visual-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }
}
.about__section .key__visual-image .contents {
  display: contents;
}
@media screen and (max-width: 768px) {
  .about__section .key__visual-image .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about__section .key__visual-image .left {
  max-width: 202px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .about__section .key__visual-image .left {
    max-width: 99px;
  }
}
.about__section .key__visual-image .logo {
  max-width: 277px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .about__section .key__visual-image .logo {
    max-width: 169px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
  }
}
.about__section .key__visual-image .right {
  max-width: 202px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .about__section .key__visual-image .right {
    max-width: 99px;
  }
}
.about__section .key__visual-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .about__section .key__visual-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.about__section .key__visual-description {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about__section .key__visual-description {
    font-size: 16px;
  }
}
.about__section .story-container--inner--content--article--bnner {
  margin-top: 80px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .about__section .story-container--inner--content--article--bnner {
    margin-block: 60px;
  }
}
.about__section .about__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 76px;
  background-color: #ffefdd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-left: 75px;
  padding-right: 45px;
  padding-block: 46px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__section .about__title {
    font-size: 24px;
    padding-left: 51px;
    margin-bottom: 24px;
  }
}
.about__section .about__title::before {
  content: "";
  width: 11px;
  height: 90px;
  background-color: #ffb666;
  border-radius: 2px;
  position: absolute;
  left: 44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .about__section .about__title::before {
    left: 20px;
    width: 11px;
    height: 68px;
  }
}
.about__section .about__title .about__title-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about__section .about__title .about__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.about__section .about__title-image {
  max-width: 277px;
}
@media screen and (max-width: 768px) {
  .about__section .about__title-image {
    max-width: 153px;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
.about__section .about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 113px;
}
@media screen and (max-width: 768px) {
  .about__section .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding-inline: 20px;
    margin-bottom: 72px;
  }
}
.about__section .about__item-text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .about__section .about__item-text {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.about__section .about__item-text .underline {
  font-size: 24px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(70%, #ffed87));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffed87 70%);
}
@media screen and (max-width: 768px) {
  .about__section .about__item-text .underline {
    font-size: 16px;
  }
}
.about__section .about__item-image {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__section .about__item-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about__section .about__item-image .left {
  max-width: 171px;
  position: absolute;
  top: -34px;
  left: -15px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about__section .about__item-image .left {
    max-width: 122px;
    top: -22px;
    left: 12px;
  }
}
.about__section .about__item-image .center {
  max-width: 252px;
  position: relative;
  z-index: 10;
}
.about__section .about__item-image .right {
  max-width: 111px;
  position: absolute;
  right: -2px;
  bottom: -25px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about__section .about__item-image .right {
    max-width: 85px;
    right: 20px;
    bottom: -6px;
  }
}
.about__section .about__title02 {
  padding-top: 3px;
  padding-bottom: 8px;
  border-block: 3px solid #ffb666;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__section .about__title02 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.about__section .about__suitable {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .about__section .about__suitable {
    padding-inline: 20px;
    margin-bottom: 60px;
  }
}
.about__section .suitable__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about__section .suitable__items {
    gap: 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
}
.about__section .suitable__item {
  width: 33%;
  max-width: 252px;
  min-height: 248px;
  max-height: 248px;
  border: 3px solid #8dbe70;
  border-radius: 16px;
  color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 13px rgba(0, 0, 0, .12);
          box-shadow: 4px 4px 13px rgba(0, 0, 0, .12);
}
@media screen and (max-width: 768px) {
  .about__section .suitable__item {
    width: 48%;
    min-height: 166px;
    max-height: 166px;
    padding-bottom: 8px;
  }
}
.about__section .suitable__item .suitable__image {
  margin-bottom: 24px;
  margin-inline: auto;
}
.about__section .suitable__item:nth-child(1) .suitable__image {
  max-width: 111px;
}
@media screen and (max-width: 768px) {
  .about__section .suitable__item:nth-child(1) .suitable__image {
    max-width: 62px;
  }
}
.about__section .suitable__item:nth-child(2) .suitable__image {
  max-width: 108px;
}
@media screen and (max-width: 768px) {
  .about__section .suitable__item:nth-child(2) .suitable__image {
    max-width: 61px;
  }
}
.about__section .suitable__item:nth-child(3) .suitable__image {
  max-width: 129px;
}
@media screen and (max-width: 768px) {
  .about__section .suitable__item:nth-child(3) .suitable__image {
    max-width: 67px;
  }
}
.about__section .suitable__item:nth-child(4) .suitable__image {
  max-width: 117px;
}
@media screen and (max-width: 768px) {
  .about__section .suitable__item:nth-child(4) .suitable__image {
    max-width: 64px;
  }
}
.about__section .suitable__item:nth-child(5) .suitable__image {
  max-width: 114px;
}
@media screen and (max-width: 768px) {
  .about__section .suitable__item:nth-child(5) .suitable__image {
    max-width: 66px;
  }
}
.about__section .suitable__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-block: 16px;
  background-color: #8dbe70;
  text-align: center;
  margin-bottom: 13px;
}
.about__section .suitable__title .block.sp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .about__section .suitable__title {
    height: 76px;
    font-size: 14px;
    padding-block: 0;
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__section .suitable__title .block.sp {
    display: block;
  }
}
.about__section .about__feature {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about__section .about__feature {
    margin-bottom: 60px;
  }
}
.about__section .about__feature .about__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__section .about__feature .about__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about__section .about__feature-container {
    padding-inline: 20px;
  }
}
.about__section .feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about__section .feature__items {
    gap: 24px;
  }
}
.about__section .feature__item {
  border: 3px solid #ffb666;
  border-radius: 20px;
  position: relative;
  padding-inline: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 13px rgba(0, 0, 0, .12);
          box-shadow: 4px 4px 13px rgba(0, 0, 0, .12);
}
@media screen and (max-width: 768px) {
  .about__section .feature__item {
    padding-inline: 16px;
    padding-bottom: 24px;
  }
}
.about__section .feature__item-title {
  padding-top: 20px;
  padding-bottom: 15px;
  margin-left: 90px;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
  border-bottom: 3px solid #ffb666;
}
@media screen and (max-width: 768px) {
  .about__section .feature__item-title {
    font-size: 18px;
    margin-left: 74px;
    padding-top: 16px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
.about__section .item__tag {
  background-color: #ffb666;
  border-radius: 0 0 20px 0;
  padding: 11px 31px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .about__section .item__tag {
    padding: 17px 24px;
    gap: 0;
  }
}
.about__section .item__tag img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .about__section .item__tag img {
    width: 30px;
  }
}
.about__section .tag__text {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about__section .tag__text {
    font-size: 10px;
  }
}
.about__section .feature__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .about__section .feature__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.about__section .feature__item-description {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .about__section .feature__item-description {
    font-size: 16px;
  }
}
.about__section .location {
  height: 391px;
  border-radius: 30px;
  background-color: #fffadf;
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .about__section .location {
    height: 387px;
    border-radius: 0;
    margin-bottom: 60px;
  }
}
.about__section .location__image {
  width: 100%;
  max-width: 531px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .about__section .location__image {
    max-width: 272px;
    top: 8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.about__section .location__button-wrapper {
  width: 433px;
  margin-inline: auto;
  position: absolute;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .about__section .location__button-wrapper {
    max-width: 347px;
  }
}
.about__section .location__button {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding-block: 16px;
  padding-right: 30px;
  background-color: #FF801F;
  color: #fff;
  border-radius: 88px;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  border: 3px solid #FF801F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .about__section .location__button {
    font-size: 20px;
    padding-right: 20px;
    gap: 20px;
  }
}
@media (hover: hover) {
  .about__section .location__button:hover {
    background-color: #fff;
    color: #FF801F;
    border-color: #FF801F;
  }
  .about__section .location__button:hover .location__button-arrow {
    background-color: #FF801F;
  }
  .about__section .location__button:hover .location__button-arrow svg path {
    fill: #fff;
  }
}
.about__section .location__button-image {
  width: 148px;
  position: absolute;
  top: -80px;
  right: 46px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .about__section .location__button-image {
    width: 146px;
    top: -80px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about__section .location__button-arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about__section .about__reason {
  margin-bottom: 103px;
}
@media screen and (max-width: 768px) {
  .about__section .about__reason {
    margin-bottom: 60px;
  }
}
.about__section .about__reason .about__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__section .about__reason .about__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about__section .about__reason-container {
    padding-inline: 20px;
  }
}
.about__section .about__reason-image {
  padding-left: 37px;
  padding-right: 29px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .about__section .about__reason-image {
    padding-inline: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about__section .about__reason-container {
    padding-inline: 20px;
  }
}
.about__section .about__reason-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 21px;
  padding: 28px 32px 21px 34px;
  border-radius: 30px;
  background-color: #fffadf;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .about__section .about__reason-items {
    grid-template-columns: 1fr;
    padding: 24px 55px;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.about__section .about__reason-item .item__image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 11px;
}
.about__section .about__reason-text {
  text-align: center;
  font-size: 14px;
}
.about__section .about__reason-description {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  text-align: center;
}
.about__section .about__reason-description .bottom {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .about__section .about__reason-description {
    font-size: 16px;
    margin-bottom: 24px;
    padding: 0 20px;
  }
}
.about__section .e-learning {
  margin-bottom: 110px;
}
.about__section .e-learning .common__white-button {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .about__section .e-learning {
    margin-bottom: 60px;
  }
}
.about__section .about__e-learning-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .about__section .about__e-learning-image {
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}
.about__section .about__e-learning-image .logo {
  max-width: 265px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about__section .about__e-learning-image .left {
  max-width: 248px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about__section .about__e-learning-image .right {
  max-width: 216px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.about__section .about__e-learning-image .contents {
  display: contents;
}
@media screen and (max-width: 768px) {
  .about__section .about__e-learning-image .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about__section .flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .about__section img {
    width: 100%;
    height: auto;
  }
}

.story.column-main .story-container--inner--column {
  max-width: 830px;
  margin: auto;
}
.story.column-main .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .story.column-main .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.story.column-main .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-column .story-container--inner--column {
  max-width: 830px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .single-column .ch--container {
    padding: 0 20px !important;
  }
  .single-column.single-story .article__title {
    font-size: 24px;
  }
}

.article__toc .toc-h3 {
  margin-left: 1em;
  font-weight: normal;
  font-size: 15px;
}

.contact .hidden-area {
  visibility: hidden;
  opacity: 0;
}
.contact .ch--form--select--wrap--none select {
  background: #EDEDED !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.contact .ch--form--select--wrap--none .wpcf7-form-control-wrap::after {
  content: unset !important;
}
.contact .contact-form {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.contact .ch--page-title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .contact .ch--page-title {
    font-size: 24px;
  }
}
.contact .ch--page-title--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.contact .ch--page-title--wrap--thanks {
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .contact .ch--page-title--wrap--thanks {
    max-width: 70px;
  }
}
.contact .contact-form--wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper {
    margin-top: 40px;
  }
}
.contact .contact-form--wrapper .contact-form--inner-wrapper {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .contact-form--inner-wrapper {
    gap: 24px;
  }
}
.contact .contact-form--wrapper .contact-form--item--wrap {
  display: grid;
  grid-template-columns: 180px 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .contact-form--item--wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.contact .contact-form--wrapper .ch--required {
  color: #ff801f;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 2px;
  border: 1px solid #ff801f;
  background: #fff;
  padding: 3px 10px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .ch--required {
    font-size: 12px;
  }
}
.contact .contact-form--wrapper .ch--form--label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .ch--form--label {
    font-size: 14px;
  }
}
.contact .contact-form--wrapper .ch--form--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .ch--form--title {
    gap: 8px;
  }
}
.contact .contact-form--wrapper .ch--form--select--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contact .contact-form--wrapper .flex--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8px;
}
.contact .contact-form--wrapper .flex--start .ch--form--label {
  margin-top: 4px;
}
.contact .contact-form--wrapper .ch--form--input {
  width: 100%;
  height: 2.8em;
  padding: 0.4em 0.8em 0.4em 0.8em;
  border: 1px solid #ededed;
  border-radius: 3px;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}
.contact .contact-form--wrapper .ch--form--input::-webkit-input-placeholder {
  color: #999;
}
.contact .contact-form--wrapper .ch--form--input::-moz-placeholder {
  color: #999;
}
.contact .contact-form--wrapper .ch--form--input::-ms-input-placeholder {
  color: #999;
}
.contact .contact-form--wrapper .ch--form--input::placeholder {
  color: #999;
}
.contact .contact-form--wrapper .ch--form--select--wrap .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contact .contact-form--wrapper .ch--form--select--wrap .wpcf7-form-control-wrap::after {
  position: absolute;
  right: 15px;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #ef8200;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.contact .contact-form--wrapper .ch--form--select--wrap .wpcf7-form-control-wrap .ch--form--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  width: 100%;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #ededed;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .ch--form--select--wrap .wpcf7-form-control-wrap .ch--form--select {
    min-width: auto;
    font-size: 14px;
  }
}
.contact .contact-form--wrapper .ch--form--radio--block .wpcf7-list-item {
  margin: 0;
}
.contact .contact-form--wrapper .ch--form--radio--block .radio-2,
.contact .contact-form--wrapper .ch--form--radio--block .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
}
.contact .contact-form--wrapper .ch--form--radio--block .radio-2 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8em;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .ch--form--radio--block .radio-2 label {
    font-size: 14px;
  }
}
.contact .contact-form--wrapper .ch--form--radio--block .radio-2 label::before,
.contact .contact-form--wrapper .ch--form--radio--block .radio-2 label::after {
  border-radius: 50%;
  content: "";
}
.contact .contact-form--wrapper .ch--form--radio--block .radio-2 label::before {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  border: 2px solid #dee5eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .contact-form--wrapper .ch--form--radio--block .radio-2 label::after {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.contact .contact-form--wrapper .ch--form--radio--block .radio-2 label:has(:checked)::after {
  background-color: #ef8201;
}
.contact .contact-form--wrapper .ch--form--radio--block .radio-2 input {
  display: none;
}
.contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
}
.contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.8em;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 label {
    font-size: 14px;
  }
}
.contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 label::before,
.contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 label::after {
  content: "";
}
.contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 label::before {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  border: 2px solid #dee5eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 label::after {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 label:has(:checked)::after {
  content: "✔︎";
  font-size: 1.2em;
  color: #ef8201;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact .contact-form--wrapper .ch--form--checkbox--block .checkbox-2 input {
  display: none;
}
.contact .contact-form--wrapper .ch--form--textbox--block .ch--form--textbox {
  color: #333;
}
.contact .contact-form--wrapper .ch--form--textbox--block .ch--form--textbox {
  width: 100%;
  height: 236px;
  padding: 8px 10px;
  border: 2px solid #dee5eb;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.5;
}
.contact .contact-form--wrapper .ch--form--textbox--block .ch--form--textbox::-webkit-input-placeholder {
  color: #999;
}
.contact .contact-form--wrapper .ch--form--textbox--block .ch--form--textbox::-moz-placeholder {
  color: #999;
}
.contact .contact-form--wrapper .ch--form--textbox--block .ch--form--textbox::-ms-input-placeholder {
  color: #999;
}
.contact .contact-form--wrapper .ch--form--textbox--block .ch--form--textbox::placeholder {
  color: #999;
}
.contact .contact-form--wrapper .recognize .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact-form--wrapper .recognize .wpcf7-list-item-label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .recognize .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact .contact-form--wrapper .recognize .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.contact .contact-form--wrapper .recognize .wpcf7-list-item label input {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  border: 2px solid #dee5eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  accent-color: #c0741e;
}
.contact .contact-form--wrapper .contact-form--link--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contact .contact-form--wrapper .contact-form--link--wrap .contact-form--link--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.contact .contact-form--wrapper .contact-form--link--wrap .contact-form--link--btn span {
  color: #444;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .contact-form--link--wrap .contact-form--link--btn span {
    font-size: 12px;
  }
}
.contact .contact-form--wrapper .form--send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.contact .contact-form--wrapper .form--send .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #ef8101;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--wrapper .form--send .wpcf7-submit {
    width: 100%;
    font-size: 16px;
  }
}
.contact .contact-form--wrapper .form--send .wpcf7-submit:hover {
  background-color: #df7100;
}
.contact .contact-form--wrapper .wpcf7-response-output {
  max-width: 600px;
  text-align: center;
  margin: auto;
}
.contact .contact-form--wrapper .wpcf7-submit:disabled {
  opacity: 0.5;
}
.contact .contact-form--policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.contact .contact-form--policy p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.contact .contact-form--policy p a {
  color: #FF801F;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact .contact-form--inner {
  max-width: 760px;
  margin: 0 auto;
}
.contact .contact-form--inner .contact-form--inner-top h3 {
  color: #ff801f;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.44px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--inner .contact-form--inner-top h3 {
    font-size: 19px;
    margin-bottom: 24px;
  }
}
.contact .contact-form--inner .contact-form--inner-top-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--inner .contact-form--inner-top-text {
    gap: 20px;
  }
}
.contact .contact-form--inner .contact-form--inner-top-text p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--inner .contact-form--inner-top-text p {
    font-size: 14px;
  }
}
.contact .contact-form--inner .contact-form--inner-top-text h4 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 768px) {
  .contact .contact-form--inner .contact-form--inner-top-text h4 {
    font-size: 16px;
  }
}

.place.data .data-wrapper01 {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper01 {
    margin-top: 40px;
  }
}
.place.data .data-wrapper01--contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  padding: 0 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper01--contents {
    grid-template-columns: 1fr;
    padding: 0 45px;
    gap: 20px;
    margin-top: 15px;
  }
}
.place.data .data-wrapper01--contents02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper01--contents02 {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 20px;
  }
}
.place.data .data-wrapper01--contents02--item {
  border-radius: 20px;
  border: 3px solid #F7B67F;
  background: #FFF;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="13" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.12)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(4px 4px 13px rgba(0, 0, 0, .12));
          filter: drop-shadow(4px 4px 13px rgba(0, 0, 0, .12));
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper01--contents02--item {
    padding: 15px;
  }
}
.place.data .data-wrapper01--contents02--item:last-child div {
  margin-left: -50px;
}
.place.data .data-wrapper01--contents02--item h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 32.2px */
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper01--contents02--item h3 {
    font-size: 20px;
  }
}
.place.data .data-wrapper01--contents02--item p {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  /* 27.9px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper01--contents02--item p {
    font-size: 16px;
  }
}
.place.data .data-wrapper01--contents02--item img {
  max-height: 180px;
}
.place.data .data-wrapper02 {
  margin-top: 60px;
}
.place.data .data-wrapper02--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper02--list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.place.data .data-wrapper02--list img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 80px;
}
.place.data .data-wrapper03 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper03 {
    margin-top: 200px;
    margin-bottom: 0px;
  }
}
.place.data .data-wrapper03 > div {
  border-radius: 27px;
  background-image: radial-gradient(#fff 3px, transparent 3px);
  background-size: 15px 15px;
  background-color: #EDF7E8;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper03 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.place.data .data-wrapper03 img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper03 img {
    max-width: 260px;
    top: -170px;
    right: 0;
    left: 0;
    bottom: unset;
    margin: auto;
  }
}
.place.data .data-wrapper03 p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 35.2px */
  letter-spacing: 1.32px;
  padding: 35px 40px;
}
@media screen and (max-width: 1024px) {
  .place.data .data-wrapper03 p {
    font-size: 18px;
    padding: 90px 20px 20px 20px;
  }
}
.place.data .bottom__button {
  width: 100%;
  height: 84px;
  background-color: #ffed87;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .place.data .bottom__button.sp {
    display: none;
  }
}
.place.data .bottom__button.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.place.data .bottom__button.is-visible .bottom__button-link {
  opacity: 1;
  visibility: visible;
}
.place.data .bottom__button .bottom__button-link {
  width: 100%;
  max-width: 347px;
  padding-block: 16px;
  border: 3px solid #FF801F;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #FF801F;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 800;
}
.place.data .bottom__button .bottom__button-link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.place.data .bottom__button .bottom__button-link .buttom-text {
  width: 201px;
  height: 31px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (hover: hover) {
  .place.data .bottom__button .bottom__button-link:hover {
    background-color: #fff;
    color: #FF801F;
  }
  .place.data .bottom__button .bottom__button-link:hover svg .circle {
    fill: #FF801F;
  }
  .place.data .bottom__button .bottom__button-link:hover svg .arrow {
    fill: #fff;
  }
}

.e-learning-container .fv-wrap {
  margin-bottom: 40px;
}
.e-learning-container .fv-wrap img {
  width: 316px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .fv-wrap img {
    width: 134px;
  }
}
.e-learning-container .fv-wrap .sub-fv--inner h1 {
  white-space: normal;
}
.e-learning-container .e-learning-contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 90px auto;
  max-width: 1125px;
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .e-learning-container .e-learning-contents__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .e-learning-container .e-learning-contents__wrap {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
    margin: 39px auto;
  }
}
.e-learning-container .e-learning-contents {
  max-width: 816px;
}
@media screen and (max-width: 1024px) {
  .e-learning-container .e-learning-contents {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .e-learning-container .e-learning-contents {
    max-width: 100%;
    padding: 0 20px;
  }
}
.e-learning-container .head {
  background-color: #fffadf;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 0 0;
  background-size: 19px 19px;
  border-radius: 40px;
  margin-bottom: 60px;
}
.e-learning-container .head .head-wrap {
  padding: 24px 40px 40px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .head .head-wrap {
    padding: 20px;
  }
}
.e-learning-container .head .head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.e-learning-container .head .title-sp-img {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .e-learning-container .head .title-sp-img {
    display: block;
    margin-bottom: 26px;
  }
}
.e-learning-container .head .title-pc-img {
  display: block;
}
@media screen and (max-width: 768px) {
  .e-learning-container .head .title-pc-img {
    display: none;
  }
}
.e-learning-container .head .head-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .e-learning-container .head .head-text-area {
    display: block;
  }
}
.e-learning-container .head .head-text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .e-learning-container .head .head-text {
    display: block;
    font-size: 16px;
  }
}
.e-learning-container .content-item .item-title {
  padding: 4px 0 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .item-title {
    font-size: 22px;
    padding: 4px 0;
  }
}
.e-learning-container .content-item .borderLine {
  background-color: #FFB666;
  height: 2px;
  display: block;
}
.e-learning-container .content-item .skill-contents-wrap {
  margin-bottom: 80px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents-wrap {
    margin-bottom: 60px;
    padding-left: 0px;
  }
}
.e-learning-container .content-item .skill-contents {
  margin-top: 64px;
  border: 3px solid #FFB666;
  border-radius: 30px;
  position: relative;
}
.e-learning-container .content-item .skill-contents .skill-index-label {
  position: absolute;
  top: -44px;
  left: -28px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-index-label {
    width: 75px;
    height: 75px;
    top: -48px;
    left: -4px;
  }
}
.e-learning-container .content-item .skill-contents .skill-1-illustration {
  position: absolute;
  top: 20px;
  right: 36px;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .e-learning-container .content-item .skill-contents .skill-1-illustration {
    top: 11px;
    right: 10px;
    width: 91px;
  }
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-1-illustration {
    width: 55px;
    top: 16px;
    right: 16px;
  }
}
.e-learning-container .content-item .skill-contents .skill-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding: 22px 64px 20px;
  background-color: #FFFADF;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-title {
    font-size: 18px;
    padding: 30px 30px 25px;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom {
  padding: 0 40px 24px 68px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom {
    padding: 0 20px 20px;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  background-color: #FFB666;
  color: white;
  border-radius: 99px;
  padding: 2px 40px;
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-label {
    font-size: 16px;
    padding: 0 36px;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .text--summary {
  margin-left: -28px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .text--summary {
    margin-left: 0;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-acquire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-acquire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    margin-bottom: 24px;
    margin-top: 10px;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-1-item {
  max-width: 307px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-1-item {
    max-width: 100%;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-ic-arrow {
  max-width: 12px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-ic-arrow {
    max-width: 12px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-1-list {
  max-width: 190px;
  display: block;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-1-list {
    display: none;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-1-list-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-1-list-sp {
    width: 100%;
    display: block;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-2-list {
  max-width: 294px;
  display: block;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-2-list {
    display: none;
  }
}
.e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-3-list {
  max-height: 294px;
  display: block;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .skill-contents .skill-contents__bottom .skill-3-list {
    display: none;
  }
}
.e-learning-container .content-item .features-contents {
  margin: 40px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .features-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 62px 0 78px;
    padding: 0;
  }
}
.e-learning-container .content-item .features-contents .features-contents__image {
  position: relative;
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .features-contents .features-contents__image {
    max-width: 100%;
  }
}
.e-learning-container .content-item .features-contents .features-index-label {
  position: absolute;
  width: 80px;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .features-contents .features-index-label {
    width: 75px;
    top: -38px;
    left: 0px;
  }
}
.e-learning-container .content-item .features-contents .features-item-img {
  width: 100%;
}
.e-learning-container .content-item .features-contents .features-contents__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.e-learning-container .content-item .features-contents .features-title {
  font-size: 22px;
  color: #8DBE70;
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .features-contents .features-title {
    margin: 16px 0;
    font-size: 20px;
  }
}
.e-learning-container .content-item .features-contents .features-dot-img {
  position: absolute;
  bottom: -16px;
  left: 0;
}
.e-learning-container .content-item .features-contents .features-text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .features-contents .features-text {
    font-size: 16px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .features-contents--last {
    margin: 62px 0 24px;
  }
}
.e-learning-container .content-item .ic-arrow-last {
  width: 138px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .ic-arrow-last {
    width: 128px;
  }
}
.e-learning-container .content-item .last {
  margin-top: 45px;
  background-color: #EDF7E8;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 0 0;
  background-size: 19px 19px;
  border-radius: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .last {
    margin-top: 185px;
    margin-bottom: 48px;
  }
}
.e-learning-container .content-item .last .last-wrap {
  padding: 38px 47px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .last .last-wrap {
    padding: 118px 20px 12px;
  }
}
.e-learning-container .content-item .last .last-wrap .last-image {
  width: 281px;
  position: absolute;
  top: -93px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .last .last-wrap .last-image {
    top: -27px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.e-learning-container .content-item .last .last-wrap .last-text {
  max-width: 463px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .e-learning-container .content-item .last .last-wrap .last-text {
    max-width: 365px;
  }
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .last .last-wrap .last-text {
    font-size: 18px;
    max-width: 100%;
  }
}
.e-learning-container .content-item .last .last-wrap .bottom {
  display: block;
}
@media screen and (max-width: 768px) {
  .e-learning-container .content-item .last .last-wrap .bottom {
    display: inline;
  }
}
.e-learning-container .reserve-card-wrap {
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .e-learning-container .reserve-card-wrap {
    margin-bottom: 50px;
  }
}
.e-learning-container .bottom__button {
  width: 100%;
  height: 84px;
  background-color: #ffed87;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .e-learning-container .bottom__button.sp {
    display: none;
  }
}
.e-learning-container .bottom__button.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.e-learning-container .bottom__button.is-visible .bottom__button-link {
  opacity: 1;
  visibility: visible;
}
.e-learning-container .bottom__button .bottom__button-link {
  width: 100%;
  max-width: 347px;
  padding-block: 16px;
  border: 3px solid #FF801F;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #FF801F;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 800;
}
.e-learning-container .bottom__button .bottom__button-link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.e-learning-container .bottom__button .bottom__button-link .buttom-text {
  width: 201px;
  height: 31px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (hover: hover) {
  .e-learning-container .bottom__button .bottom__button-link:hover {
    background-color: #fff;
    color: #FF801F;
  }
  .e-learning-container .bottom__button .bottom__button-link:hover svg .circle {
    fill: #FF801F;
  }
  .e-learning-container .bottom__button .bottom__button-link:hover svg .arrow {
    fill: #fff;
  }
}

.flow {
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-bottom: 80px;
  }
}

.flow__section {
  margin-top: 80px;
}
.flow__section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow__section .block {
  display: block;
}
.flow__section .block.mb {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .flow__section {
    margin-top: 42px;
  }
}
.flow__section .ch--heading-3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .flow__section .ch--heading-3 {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 24px;
    padding-block: 4px;
  }
}
@media screen and (max-width: 768px) {
  .flow__section aside {
    display: none;
  }
}
.flow__section .flow__text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.flow__section .flow__text-01 {
  font-weight: bold;
  margin-bottom: 1em;
}
.flow__section .flow__image {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__image {
    margin-bottom: 40px;
  }
}
.flow__section .bottom__arrow {
  max-width: 94px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow__section .bottom__arrow {
    max-width: 53px;
    margin-bottom: 40px;
  }
}
.flow__section .flow__step-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-block: 5px;
  border-block: 3px solid #ffb666;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__step-title {
    font-size: 22px;
    padding-block: 4px;
    margin-bottom: 24px;
  }
}
.flow__section .flow__step-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__step-items {
    gap: 24px;
  }
}
.flow__section .flow__step-items .bg__dot {
  position: absolute;
  left: 84px;
  top: 0;
  z-index: 10;
  height: 100%;
}
.flow__section .flow__step-items .bg__dot.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__step-items .bg__dot {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .flow__section .flow__step-items .bg__dot.sp {
    display: block;
  }
  .flow__section .flow__step-items .bg__dot.pc {
    display: none;
  }
}
.flow__section .flow__step-item {
  border: 3px solid #ffb666;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 20;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 13px rgba(0, 0, 0, .12);
          box-shadow: 4px 4px 13px rgba(0, 0, 0, .12);
}
.flow__section .flow__step-item .block.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__step-item .block.sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flow__section .flow__step-item.item06 .flow__item-top {
    height: 164px;
  }
}
@media screen and (max-width: 768px) {
  .flow__section .flow__step-item.item06 .flow__item-container {
    padding-top: 24px;
  }
}
.flow__section .flow__step-item:last-child {
  background-color: #fffadf;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffb666;
    padding-left: 17px;
    padding-top: 11px;
    padding-bottom: 8px;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow__section .flow__item-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 36px;
  background-color: #ffb666;
  padding-left: 21px;
  padding-top: 11px;
  padding-bottom: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 100px;
    gap: 8px;
    padding-left: 17px;
    padding-top: 0;
    position: unset;
    background: none;
  }
}
.flow__section .flow__item-title .step {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-title .step {
    font-size: 14px;
  }
}
.flow__section .flow__item-title .step img {
  width: 34px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-title .step img {
    width: 28px;
  }
}
.flow__section .flow__item-title .apply {
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-title .apply {
    font-size: 20px;
  }
}
.flow__section .flow__item-container {
  padding: 72px 24px 32px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-container {
    padding-top: 128px;
    padding-bottom: 24px;
    padding-inline: 18px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.flow__section .flow__item-image-pc,
.flow__section .flow__item-image {
  width: 120px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-image-pc {
    display: none;
  }
}
.flow__section .flow__item-image--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-image--sp {
    display: block;
    width: 80px;
    aspect-ratio: 1/1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 30;
  }
}
.flow__section .flow__item-text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .flow__section .flow__item-text {
    font-size: 16px;
  }
}
.flow__section .story-container--inner--content--article--bnner {
  margin-block: 80px;
}
@media screen and (max-width: 768px) {
  .flow__section .story-container--inner--content--article--bnner {
    margin-block: 40px;
  }
}
.flow__section .need__description {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .flow__section .need__description {
    font-size: 16px;
    text-align: left;
    margin-bottom: 16px;
  }
  .flow__section .need__description .block {
    display: inline;
  }
}
.flow__section .need__description .bold {
  font-weight: bold;
}
.flow__section .need__image {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .flow__section .need__image {
    margin-bottom: 54px;
  }
}
.flow__section .need__title {
  background-color: #8dbe70;
  padding-block: 5px;
  padding-left: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__section .need__title {
    font-size: 18px;
    padding-block: 4px;
    margin-bottom: 24px;
  }
  .flow__section .need__title .pc {
    display: none;
  }
}
.flow__section .need__title-icon {
  width: 72px;
  height: 107px;
  position: absolute;
  top: -65px;
  right: 63px;
}
@media screen and (max-width: 768px) {
  .flow__section .need__title-icon {
    width: 43px;
    height: 64px;
    top: -30px;
    right: 14px;
  }
}
.flow__section .need__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.flow__section .need__item {
  border: 3px solid #8dbe70;
  border-radius: 20px;
  padding: 24px;
  -webkit-box-shadow: 4px 4px 13px rgba(0, 0, 0, .12);
          box-shadow: 4px 4px 13px rgba(0, 0, 0, .12);
}
@media screen and (max-width: 768px) {
  .flow__section .need__item {
    padding-inline: 20px;
  }
}
.flow__section .need__item-title {
  color: #8dbe70;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 15.5px;
  border-bottom: 2px dashed #8dbe70;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .flow__section .need__item-title {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.flow__section .need__item-description {
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .flow__section .need__item-description {
    font-size: 16px;
  }
}

html {
  margin-top: 0 !important;
}

.block {
  display: block;
}

.front-page img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page.main {
  padding-top: 131px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .front-page.main {
    padding-top: 86px;
  }
}
.front-page .bg__circle01 {
  width: 592px;
  position: absolute;
  top: -350px;
  left: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .front-page .bg__circle01 {
    width: 287px;
    top: -130px;
    left: auto;
    right: 12px;
  }
}
.front-page .fv {
  position: relative;
  margin-bottom: 7.5vw;
}
@media screen and (max-width: 768px) {
  .front-page .fv {
    height: auto;
    min-height: 340px;
    margin-bottom: 140px;
  }
}
.front-page .fv .bg__circle02 {
  width: 25vw;
  min-width: 180px;
  max-width: 356px;
  position: absolute;
  top: 0;
  left: -400px;
}
@media screen and (max-width: 768px) {
  .front-page .fv .bg__circle02 {
    width: 40vw;
    min-width: 120px;
    max-width: 280px;
    top: 30vw;
    left: -10vw;
  }
}
.front-page .fv .swiper {
  margin-right: 0;
  width: 100%;
}
.front-page .fv__container {
  max-width: 962px;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 1536px) {
  .front-page .fv__container {
    max-width: 69vw;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .fv__container {
    max-width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .front-page .fv__container {
    max-width: 100vw;
  }
}
.front-page .fv__title-wrapper {
  position: absolute;
  top: 150px;
  left: -180px;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .front-page .fv__title-wrapper {
    top: 20px;
    left: -220px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .fv__title-wrapper {
    position: static;
    max-width: 100%;
    left: 0;
    top: 0;
  }
}
.front-page .fv__title-wrapper .contact__button {
  max-width: 363px;
  min-width: 180px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 82px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .front-page .fv__title-wrapper .contact__button {
    max-width: 347px;
    font-size: 20px;
    margin-inline: auto;
    padding-block: 4vw;
    border-radius: 46px;
  }
}
.front-page .fv__title-wrapper .contact__button-arrow {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .front-page .fv__title-wrapper .contact__button-arrow {
    width: 24px;
    height: 24px;
  }
}
.front-page .fv__title-wrapper .contact__button-arrow svg {
  width: 10px;
  height: 10px;
}
.front-page .fv__title {
  font-size: clamp(24px, 3vw, 40px);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 5vw;
  max-width: 100%;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .front-page .fv__title {
    font-size: 27px;
    line-height: 1.4;
    padding-left: 8vw;
    margin-bottom: 23px;
    position: relative;
    z-index: 50;
  }
  .front-page .fv__title-last {
    display: block;
  }
}
.front-page .fv__title-image-wrapper {
  display: inline-block;
  background-color: #fff;
  width: 349px;
  height: 99px;
  border-radius: 4px;
}
.front-page .fv__title-image {
  width: 100%;
  height: 100%;
  min-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  display: block;
}
.front-page .fv__title-image.is-fadeout {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .front-page .fv__title-image {
    width: 60vw;
    min-width: 120px;
    max-width: 246px;
  }
}
.front-page .fv__slider {
  max-width: 962px;
  aspect-ratio: 962/609;
  overflow: hidden;
  margin-left: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1536px) {
  .front-page .fv__slider {
    max-width: 68vw;
    max-height: calc(100vh - 200px);
  }
}
@media screen and (max-width: 768px) {
  .front-page .fv__slider {
    max-width: 90vw;
    height: 410px;
    margin-bottom: 10px;
    aspect-ratio: 347/410;
  }
}
.front-page .fv__slider-image {
  width: 100%;
  height: 100%;
}
.front-page .fv__slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 60px 0 0 60px;
}
@media screen and (max-width: 768px) {
  .front-page .fv__slider-image img {
    -o-object-position: 68%;
       object-position: 68%;
    border-radius: 60px 0 0 60px;
  }
}
.front-page .about {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .front-page .about {
    padding-bottom: 60px;
    padding-top: 0px;
  }
}
.front-page .about__container {
  max-width: 1130px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .front-page .about__container {
    padding-inline: 20px;
  }
}
.front-page .about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .front-page .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
  }
  .front-page .about__item .block:nth-child(2) {
    display: inline;
  }
  .front-page .about__item-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .front-page .about__item-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .front-page .about__item .common__white-button {
    font-size: 18px;
    padding-block: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .front-page .about__item .common__white-button {
    font-size: 18px;
  }
}
.front-page .about__item:nth-of-type(2) {
  margin-bottom: 156px;
}
@media screen and (max-width: 768px) {
  .front-page .about__item:nth-of-type(2) {
    margin-bottom: 40px;
  }
}
.front-page .about__item-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .front-page .about__item-title {
    font-size: 24px;
  }
}
.front-page .text__orange {
  color: #FF801F;
}
.front-page .text__orange span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.front-page .about__item-description {
  max-width: 503px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .front-page .about__item-description {
    max-width: 100%;
    font-size: 16px;
  }
}
.front-page .about__item-description span {
  font-weight: bold;
}
.front-page .about__item-right {
  position: relative;
}
.front-page .about__item-image {
  max-width: 530px;
  position: relative;
  z-index: 10;
  border-radius: 40px;
  overflow: hidden;
  aspect-ratio: 520/300;
}
@media screen and (max-width: 768px) {
  .front-page .about__item-image {
    border-radius: 26.6px;
    aspect-ratio: 347/200;
  }
}
.front-page .about__item-image.zoom img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.front-page .about__image-bg01 {
  width: 362px;
  position: absolute;
  top: 68px;
  right: -150px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .front-page .about__image-bg01 {
    width: 236px;
    top: -80px;
    right: -56px;
  }
}
.front-page .about__image-bg02 {
  width: 362px;
  position: absolute;
  bottom: -76px;
  right: 44px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .front-page .about__image-bg02 {
    width: 240px;
    top: -74px;
    right: 53px;
  }
}
.front-page .about__image-bg03 {
  width: 333px;
  position: absolute;
  bottom: -80px;
  left: -44px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .front-page .about__image-bg03 {
    width: 213px;
    top: -53px;
    left: auto;
    right: -42px;
  }
}
.front-page .common__button {
  margin-inline: auto;
}
.front-page .location {
  background-color: #FFFADF;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .front-page .location {
    padding-top: 60px;
  }
}
.front-page .section__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .front-page .section__title {
    font-size: 22px;
    gap: 10px;
  }
}
.front-page .section__title::after {
  content: "";
  width: 56px;
  height: 4px;
  background-color: #FF801F;
}
@media screen and (max-width: 768px) {
  .front-page .section__title::after {
    width: 48px;
  }
}
.front-page .location__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .front-page .location__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-page .location__item-left {
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .front-page .location__item-left {
    padding-inline: 20px;
  }
}
.front-page .location__item-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.front-page .location__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
  margin-bottom: 58px;
}
.front-page .location__item-image {
  width: 181px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .front-page .location__item-image {
    width: 158px;
  }
}
.front-page .location__button-wrapper {
  width: 433px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .front-page .location__button-wrapper {
    max-width: 347px;
  }
}
.front-page .location__button {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  padding-block: 16px;
  padding-right: 30px;
  background-color: #FF801F;
  color: #fff;
  border-radius: 88px;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  border: 3px solid #FF801F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .front-page .location__button {
    font-size: 20px;
    padding-right: 20px;
    gap: 20px;
  }
}
@media (hover: hover) {
  .front-page .location__button:hover {
    background-color: #fff;
    color: #FF801F;
    border-color: #FF801F;
  }
  .front-page .location__button:hover .location__button-arrow {
    background-color: #FF801F;
  }
  .front-page .location__button:hover .location__button-arrow svg path {
    fill: #fff;
  }
}
.front-page .location__button-image {
  width: 168px;
  position: absolute;
  top: -97px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .front-page .location__button-image {
    width: 146px;
    top: -86px;
  }
}
.front-page .location__button-arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page .voice {
  padding-top: 123px;
  padding-bottom: 80px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f3f3f3 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f3f3f3 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .front-page .voice {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.front-page .voice .contact__button {
  max-width: 383px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .front-page .voice .contact__button {
    max-width: 347px;
    font-size: 18px;
    padding-block: 16px;
  }
}
.front-page .voice__container {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 20px;
  margin-bottom: 40px;
}
.front-page .voice__container .voice__slider {
  width: calc(100vw - 40px);
}
.front-page .voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .front-page .voice__items.pc {
    display: none;
  }
}
.front-page .voice__items.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .front-page .voice__items.sp {
    display: block;
    position: relative;
  }
  .front-page .voice__items.sp .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .front-page .voice__items.sp .swiper-button-next {
    position: absolute;
    top: 50%;
    right: -12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.front-page .voice__item {
  background-color: #fff;
  border: 4px solid #FF801F;
  border-radius: 40px;
  padding-block: 40px;
  padding-left: 67px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 61px;
}
@media screen and (max-width: 768px) {
  .front-page .voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding-block: 30px;
    padding-inline: 20px;
  }
}
.front-page .voice__item-image {
  width: 100%;
  max-width: 183px;
}
@media screen and (max-width: 768px) {
  .front-page .voice__item-image {
    max-width: 160px;
  }
}
.front-page .voice__item-text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .front-page .voice__item-text {
    font-size: 16px;
  }
}
.front-page .voice__item-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .front-page .voice__item-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.front-page .voice__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .front-page .voice__info {
    gap: 16px;
    margin-bottom: 14px;
  }
}
.front-page .age {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .front-page .age {
    font-size: 16px;
  }
}
.front-page .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.front-page .category li {
  background-color: #FF801F;
  color: #fff;
  border-radius: 30px;
  padding: 4px 10px;
}
@media screen and (max-width: 768px) {
  .front-page .category li {
    font-size: 14px;
  }
}
.front-page .voice__description {
  line-height: 1.6;
  font-weight: 600;
}
.front-page .flow {
  background-color: #E3F3DA;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .front-page .flow {
    padding-block: 60px;
  }
}
.front-page .flow__container {
  max-width: 1120px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .front-page .flow__container {
    gap: 24px;
  }
}
.front-page .flow__container::after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #333333;
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.front-page .flow__item {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-template-columns: 84px 204px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  padding-block: 20px;
  padding-inline: 56px;
  border: 2px solid #333333;
  border-radius: 40px;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .front-page .flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-inline: 20px;
    padding-bottom: 36px;
  }
  .front-page .flow__item .step {
    width: 72px;
  }
}
.front-page .flow__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .front-page .flow__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.front-page .flow__description {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .front-page .flow__description {
    font-size: 16px;
  }
}
.front-page .flow__image {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .front-page .flow__image {
    margin-inline: auto;
  }
}
.front-page .flow__image.flow01 {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .front-page .flow__image.flow01 {
    max-width: 135px;
  }
}
.front-page .flow__image.flow02 {
  max-width: 157px;
}
@media screen and (max-width: 768px) {
  .front-page .flow__image.flow02 {
    max-width: 132px;
  }
}
.front-page .flow__image.flow03 {
  max-width: 202px;
}
@media screen and (max-width: 768px) {
  .front-page .flow__image.flow03 {
    max-width: 188px;
  }
}
.front-page .flow__image.flow04 {
  max-width: 187px;
}
@media screen and (max-width: 768px) {
  .front-page .flow__image.flow04 {
    max-width: 158px;
  }
}
.front-page .flow__image.flow05 {
  max-width: 204px;
}
@media screen and (max-width: 768px) {
  .front-page .flow__image.flow05 {
    max-width: 158px;
  }
}
.front-page .news {
  padding-top: 80px;
  padding-bottom: 98px;
}
.front-page .news .common__white-button {
  max-width: 506px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.front-page .news .common__white-button .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .front-page .news .common__white-button .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .front-page .news {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.front-page .news .contact__button {
  max-width: 506px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.front-page .news .contact__button br {
  display: none;
}
@media screen and (max-width: 768px) {
  .front-page .news .contact__button {
    padding-block: 11px;
    margin-bottom: 40px;
  }
  .front-page .news .contact__button br {
    display: block;
  }
}
.front-page .news__container {
  max-width: 880px;
  margin-inline: auto;
  padding-inline: 20px;
}
.front-page .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  margin-bottom: 40px;
}
.front-page .news__item {
  padding-bottom: 24px;
  border-bottom: 2px solid #f0f0f0;
}
.front-page .news__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .front-page .news__title {
    -webkit-line-clamp: 2;
  }
}
.front-page .news__date {
  font-size: 16px;
}
.front-page .news__button {
  font-size: 14px;
  font-weight: bold;
  color: #FF801F;
  border-radius: 50px;
  max-width: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-block: 10px;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .front-page .news__button {
    font-size: 15px;
    max-width: 156px;
  }
}
@media (hover: hover) {
  .front-page .news__button:hover {
    background-color: #FF801F;
    color: #fff;
  }
  .front-page .news__button:hover svg path {
    fill: #fff;
  }
}

.location-single-container {
  display: grid;
  grid-template-columns: 244px 1fr;
  margin: 172px auto;
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
  max-width: 1200px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .location-single-container {
    grid-template-columns: 1fr;
    padding-top: 98px;
    margin-bottom: 40px;
    margin: 0px auto;
    padding: 0;
  }
}
.location-single-container .parent-term {
  display: none;
}
.location-single-container .location-single-contents {
  max-width: 808px;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents {
    padding: 0 20px;
  }
}
.location-single-container .location-single-contents .location-single-title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  padding: 8px 24px 8px;
  background-color: #FFB666;
  border-radius: 10px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-title {
    font-size: 20px;
    padding: 11px 16px 13px;
  }
}
.location-single-container .location-single-contents .location-single-preparing-open {
  border-radius: 20px;
  border: 2px solid #FF801F;
  background-color: white;
  color: #FF801F;
  display: inline-block;
  padding: 4px 16px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-preparing-open {
    font-size: 10px;
  }
}
.location-single-container .location-single-contents .location-single-carousel {
  max-width: 810px;
  margin: 0 auto;
}
.location-single-container .location-single-contents .location-single-carousel .location-single-carousel__main {
  aspect-ratio: 4/3;
}
.location-single-container .location-single-contents .location-single-carousel .location-single-carousel__main img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 4px;
}
.location-single-container .location-single-contents .location-single-carousel .location-single-carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-carousel .location-single-carousel__nav {
    margin-top: 20px;
  }
}
.location-single-container .location-single-contents .location-single-carousel .carousel__btn {
  width: 28px;
  height: 28px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-carousel .carousel__btn {
    display: none;
  }
}
.location-single-container .location-single-contents .location-single-carousel .carousel__btn--prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-carousel .carousel__btn--prev {
    display: none;
  }
}
.location-single-container .location-single-contents .location-single-carousel .carousel__btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.location-single-container .location-single-contents .location-single-carousel .carousel__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 12px;
  padding: 0;
  list-style: none;
  gap: 8px;
  overflow-x: auto;
  position: relative;
  z-index: 2;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-carousel .carousel__thumbnails {
    gap: 10px;
  }
}
.location-single-container .location-single-contents .location-single-carousel .carousel__thumb {
  width: 109px;
  height: 59px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.location-single-container .location-single-contents .location-single-carousel .carousel__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}
.location-single-container .location-single-contents .location-single-description {
  margin-top: 64px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-description {
    margin-top: 40px;
  }
}
.location-single-container .location-single-contents .location-single-infomation {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-infomation {
    margin-top: 40px;
  }
}
.location-single-container .location-single-contents .location-single-infomation .infomation-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #FFB666;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-infomation .infomation-title {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.location-single-container .location-single-contents .location-single-infomation .infomation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-infomation .infomation-item {
    display: block;
  }
}
.location-single-container .location-single-contents .location-single-infomation .infomation-item:last-child {
  border-bottom: none;
}
.location-single-container .location-single-contents .location-single-infomation .infomation-item__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-infomation .infomation-item__term {
    margin-bottom: 4px;
  }
}
.location-single-container .location-single-contents .location-single-infomation .infomation-item__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
.location-single-container .location-single-contents .location-single-infomation .infomation-item__zipcode {
  margin: 0;
}
.location-single-container .location-single-contents .infomation-map {
  margin-top: 74px;
}
.location-single-container .location-single-contents .infomation-map iframe {
  height: 433px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .infomation-map {
    margin-top: 40px;
  }
  .location-single-container .location-single-contents .infomation-map iframe {
    height: 222px;
  }
}
.location-single-container .location-single-contents .location-single-contact {
  text-align: center;
  margin: 65px 0 48px;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-contact {
    margin: 60px 0 32px;
  }
}
.location-single-container .location-single-contents .location-single-contact .button {
  width: 100%;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  padding: 12px 40px;
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-contact .button {
    font-size: 18px;
    display: block;
    padding: 24px 46px;
    border-radius: 88px;
  }
}
.location-single-container .location-single-contents .location-single-contact .button--outline {
  background: #FFF;
  border: 2px solid #FF801F;
  color: #FF801F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .location-single-container .location-single-contents .location-single-contact .button--outline:hover {
    background: #FF801F;
    border: 2px solid #FF801F;
    color: #FFF;
  }
}
.location-single-container .location-single-contents .location-single-contact .button--fill {
  background: #FF801F;
  border: 2px solid #FF801F;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .location-single-container .location-single-contents .location-single-contact .button--fill:hover {
    background: white;
    border: 2px solid #FF801F;
    color: #FF801F;
  }
}
.location-single-container .location-single-contents .location-single-backBtn {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 240px;
  display: block;
}
.location-single-container .location-single-contents .location-single-backBtn svg {
  margin-right: 8px;
}
.location-single-container .location-single-contents .location-single-backBtn svg .circle,
.location-single-container .location-single-contents .location-single-backBtn svg .path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.location-single-container .location-single-contents .location-single-backBtn svg .circle {
  fill: #FF801F;
}
.location-single-container .location-single-contents .location-single-backBtn svg .path {
  fill: white;
}
@media (hover: hover) {
  .location-single-container .location-single-contents .location-single-backBtn:hover svg .circle {
    fill: white;
  }
  .location-single-container .location-single-contents .location-single-backBtn:hover svg .path {
    fill: #FF801F;
  }
  .location-single-container .location-single-contents .location-single-backBtn:hover svg {
    border: 2px solid #FF801F;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .location-single-container .location-single-contents .location-single-backBtn {
    margin-bottom: 74px;
  }
  .location-single-container .location-single-contents .location-single-backBtn .ic-arrow {
    width: 24px;
  }
}

.location-container {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .location-container {
    margin-bottom: 40px;
  }
}
.location-container .fv-wrap .sub-fv--img {
  max-width: 324px;
}
@media screen and (max-width: 768px) {
  .location-container .fv-wrap .sub-fv--img {
    width: 138px;
  }
}
.location-container .location-contents {
  max-width: 1040px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .location-container .location-contents {
    max-width: 768px;
  }
}
.location-container .location-contents .location-title {
  margin: 80px 0 54px;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-title {
    font-size: 24px;
    margin: 40px 0 24px;
  }
}
.location-container .location-contents .location-map-pc {
  max-width: 1040px;
  margin: auto;
  margin-bottom: 67px;
  background-color: #FFFAF1;
  border-radius: 16px;
  padding: 23px 0 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .location-container .location-contents .location-map-pc {
    display: none;
  }
}
.location-container .location-contents .location-map-pc .map-img-pc {
  max-width: 492px;
  margin: auto;
  display: block;
}
.location-container .location-contents .map-area {
  position: absolute;
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  .location-container .location-contents .map-area {
    position: static;
    max-width: 100%;
  }
}
.location-container .location-contents .map-area .region-section__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.location-container .location-contents .map-area .region-section__divider {
  border: none;
  height: 1px;
  background-color: #FF801F;
  margin: 0px 0 6px;
}
.location-container .location-contents .map-area .region-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.location-container .location-contents .map-area .region-list__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 7px 7px 7px;
  background-color: #F78D1E;
  border: 2px solid #F78D1E;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 999px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .map-area .region-list__link:hover {
    background-color: white;
    color: #F78D1E;
    border: 2px solid #F78D1E;
  }
}
@media screen and (max-width: 1024px) {
  .location-container .location-contents .map-area .region-list__link {
    position: static;
  }
}
.location-container .location-contents .map-area .region-list__link svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .map-area .region-list__link:hover svg path {
    fill: #F78D1E;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.location-container .location-contents .map-area .arrow-pc {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.location-container .location-contents .tohoku-area {
  top: 115px;
  left: 690px;
}
.location-container .location-contents .kanto-area {
  top: 301px;
  left: 660px;
}
.location-container .location-contents .kanto-area .region-list__link {
  background-color: #E5C300;
  border: 2px solid #E5C300;
}
.location-container .location-contents .kanto-area .region-list__link svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .kanto-area .region-list__link:hover {
    border: 2px solid #E5C300;
    background-color: white;
    color: #E5C300;
  }
  .location-container .location-contents .kanto-area .region-list__link:hover svg path {
    fill: #E5C300;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.location-container .location-contents .kanto-area .region-section__divider {
  background-color: #E5C300;
}
.location-container .location-contents .chubu-area {
  top: 420px;
  left: 430px;
}
.location-container .location-contents .chubu-area .region-list__link {
  background-color: #FF5B52;
  border: 2px solid #FF5B52;
}
.location-container .location-contents .chubu-area .region-list__link svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .chubu-area .region-list__link:hover {
    border: 2px solid #FF5B52;
    background-color: white;
    color: #FF5B52;
  }
  .location-container .location-contents .chubu-area .region-list__link:hover svg path {
    fill: #FF5B52;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.location-container .location-contents .chubu-area .region-section__divider {
  background-color: #FF5B52;
}
.location-container .location-contents .kansai-area {
  right: 630px;
  bottom: 325px;
}
.location-container .location-contents .kansai-area .region-list__link {
  background-color: #77B156;
  border: 2px solid #77B156;
}
.location-container .location-contents .kansai-area .region-list__link svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .kansai-area .region-list__link:hover {
    border: 2px solid #77B156;
    background-color: white;
    color: #77B156;
  }
  .location-container .location-contents .kansai-area .region-list__link:hover svg path {
    fill: #77B156;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.location-container .location-contents .kansai-area .region-section__divider {
  background-color: #77B156;
}
.location-container .location-contents .chugoku-shikoku-area {
  bottom: 10px;
  left: 80px;
}
.location-container .location-contents .chugoku-shikoku-area .region-list__link {
  background-color: #5635B5;
  border: 2px solid #5635B5;
}
.location-container .location-contents .chugoku-shikoku-area .region-list__link svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .chugoku-shikoku-area .region-list__link:hover {
    border: 2px solid #5635B5;
    background-color: white;
    color: #5635B5;
  }
  .location-container .location-contents .chugoku-shikoku-area .region-list__link:hover svg path {
    fill: #5635B5;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.location-container .location-contents .chugoku-shikoku-area .region-section__divider {
  background-color: #5635B5;
}
.location-container .location-contents .kyusyu-area {
  bottom: 175px;
  left: 90px;
}
.location-container .location-contents .kyusyu-area .region-list__link {
  background-color: #49C9F0;
  border: 2px solid #49C9F0;
}
.location-container .location-contents .kyusyu-area .region-list__link svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .kyusyu-area .region-list__link:hover {
    border: 2px solid #49C9F0;
    background-color: white;
    color: #49C9F0;
  }
  .location-container .location-contents .kyusyu-area .region-list__link:hover svg path {
    fill: #49C9F0;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.location-container .location-contents .kyusyu-area .region-section__divider {
  background-color: #49C9F0;
}
.location-container .location-contents .location-map-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .location-container .location-contents .location-map-sp {
    display: block;
    padding: 20px;
    background-color: #FFFAF1;
    border-radius: 16px;
    margin-bottom: 60px;
  }
}
.location-container .location-contents .location-map-sp .map-img-pc {
  display: block;
  max-width: 492px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .location-container .location-contents .location-map-sp .map-img-pc {
    display: none;
  }
}
.location-container .location-contents .location-map-sp .map-img-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .location-container .location-contents .location-map-sp .map-img-sp {
    display: block;
    width: 185px;
    margin: auto;
    padding: 4px 0px 24px;
  }
}
.location-container .location-contents .location-map-sp .map-list {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-map-sp .map-list {
    margin-bottom: 24px;
  }
}
.location-container .location-contents .location-map-sp .map-list__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.location-container .location-contents .location-map-sp .map-list__divider {
  border: none;
  height: 2px;
  background-color: #FFB666;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-map-sp .map-list__divider {
    height: 1px;
  }
}
.location-container .location-contents .location-map-sp .map-list__divider--og {
  background-color: #FF801F;
}
.location-container .location-contents .location-map-sp .map-list__divider--yel {
  background-color: #E5C300;
}
.location-container .location-contents .location-map-sp .map-list__divider--rd {
  background-color: #FF5B52;
}
.location-container .location-contents .location-map-sp .map-list__divider--gr {
  background-color: #77B156;
}
.location-container .location-contents .location-map-sp .map-list__divider--bl {
  background-color: #49C9F0;
}
.location-container .location-contents .location-map-sp .map-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  gap: 1rem;
}
.location-container .location-contents .location-map-sp .map-list__button {
  position: relative;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF801F;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  padding: 8px 15px 9px 32px;
  border-radius: 1.5rem;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.location-container .location-contents .location-map-sp .map-list__button--og {
  background-color: #FF801F;
}
.location-container .location-contents .location-map-sp .map-list__button--yel {
  background-color: #E5C300;
}
.location-container .location-contents .location-map-sp .map-list__button--rd {
  background-color: #FF5B52;
}
.location-container .location-contents .location-map-sp .map-list__button--gr {
  background-color: #77B156;
}
.location-container .location-contents .location-map-sp .map-list__button--bl {
  background-color: #49C9F0;
}
.location-container .location-contents .location-map-sp .map-list__button-icon {
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 12px;
  width: 0.75rem;
  /* 12px */
  height: 12px;
  height: 0.75rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(1);
          filter: invert(1);
  /* SVGを白く */
}
.location-container .location-contents .location-map-sp .arrow {
  width: 10px;
  height: 10px;
  margin-left: auto;
}
.location-container .location-contents .location-map-sp .arrow svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.location-container .location-contents .location-wrap {
  /* _location.scss */
}
.location-container .location-contents .location-wrap #tohoku,
.location-container .location-contents .location-wrap #kanto,
.location-container .location-contents .location-wrap #chubu,
.location-container .location-contents .location-wrap #chugoku-shikoku,
.location-container .location-contents .location-wrap #kansai,
.location-container .location-contents .location-wrap #kyusyu {
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap #tohoku,
  .location-container .location-contents .location-wrap #kanto,
  .location-container .location-contents .location-wrap #chubu,
  .location-container .location-contents .location-wrap #chugoku-shikoku,
  .location-container .location-contents .location-wrap #kansai,
  .location-container .location-contents .location-wrap #kyusyu {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list {
    padding-top: 20px;
  }
}
.location-container .location-contents .location-wrap .location-list__title {
  color: #FF801F;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 22px;
  /* border */
}
.location-container .location-contents .location-wrap .location-list__title::after {
  background-color: #FF801F;
  border-radius: 5px;
  content: "";
  display: block;
  height: 2px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list__title::after {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list__title {
    font-size: 22px;
  }
}
.location-container .location-contents .location-wrap .location-list--item {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item {
    margin-bottom: 40px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin: 22px 0 40px;
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__title {
    margin: 22px 0 24px;
    margin-top: -24px;
    padding-top: 24px;
    font-size: 22px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  /* タブレット以上（例: 768px〜）2列 */
  /* デスクトップ以上（例: 1024px〜）3列 */
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap {
    gap: 24px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1024px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card {
    width: calc(33.333% - 40px);
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card {
  width: 320px;
  padding: 24px 20px;
  background: #FFFAF1;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card {
    width: 100%;
    padding: 20px 34px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__title {
    margin-bottom: 8px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel {
  position: relative;
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__next {
  background-image: url("../images/location/ic-next.webp");
  background-size: contain;
  height: 24px;
  width: 24px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__prev {
  background-image: url("../images/location/ic-next.webp");
  height: 24px;
  width: 24px;
  background-size: contain;
  position: absolute;
  left: -12px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel {
    margin-bottom: 8px;
    min-height: 209px;
  }
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__slide {
    position: relative;
    width: 100%;
    height: 209px;
    overflow: hidden;
  }
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel {
    margin-bottom: 8px;
    min-height: 318px;
  }
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__slide {
    position: relative;
    width: 100%;
    height: 318px;
    overflow: hidden;
    border-radius: 8px;
  }
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .preparing-open {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 17px;
    text-align: center;
    pointer-events: none;
    width: 100%;
  }
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__slide img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media (min-width: 820px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel {
    position: relative;
    background: #D3D3D3;
    min-height: 209px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__slide {
    position: relative;
    width: 100%;
    height: 209px;
    overflow: hidden;
  }
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__slide::before {
  content: "オープン準備中";
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 2px 8px;
  color: #FF801F;
  background-color: white;
  border-radius: 20px;
  border: 2px solid #FF801F;
  font-size: 12px;
  pointer-events: none;
  z-index: 1;
  display: none;
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__carousel .carousel__slide.is-preparing::before {
  display: block;
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__info {
    margin: 0 0 16px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 17px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__info .info-item {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__info .info-item .icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__buttons {
    padding: 0 4px;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__buttons .button {
  width: 100%;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  padding: 12px;
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__buttons .button--outline {
  background: #FFF;
  border: 2px solid #FF801F;
  color: #FF801F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__buttons .button--outline:hover {
    background: #FF801F;
    border: 2px solid #FF801F;
    color: #FFF;
  }
}
.location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__buttons .button--fill {
  background: #FF801F;
  border: 2px solid #FF801F;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .location-container .location-contents .location-wrap .location-list--item__wrap .location-list--item-card .location-list--item-card__buttons .button--fill:hover {
    background: white;
    border: 2px solid #FF801F;
    color: #FF801F;
  }
}

.lp-thanks {
  display: block;
  max-width: 960px;
  margin: 320px auto;
}
@media screen and (max-width: 768px) {
  .lp-thanks {
    margin: 180px auto;
  }
}
.lp-thanks h3 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP" !important;
  color: #f08c00;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  .lp-thanks h3 {
    font-size: 6vw;
    margin-bottom: 2.4rem;
  }
}
.lp-thanks .logo-text {
  vertical-align: middle;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .lp-thanks .logo-text {
    max-width: 190px;
  }
}
@media screen and (max-width: 640px) {
  .lp-thanks .logo-text {
    max-width: 124px;
  }
}
.lp-thanks svg {
  position: relative;
  bottom: -0.125em;
  margin-right: 0.35em;
  width: 4.5em;
  height: 1em;
  fill: currentColor;
}
.lp-thanks .text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP" !important;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin: 16px auto 60px;
  text-align: center;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) {
  .lp-thanks .text {
    font-size: 1em;
  }
}

.story.news-main .story-container--inner--news {
  max-width: 830px;
  margin: auto;
}
.story.news-main .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .story.news-main .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.story.news-main .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-news .story-container--inner--news {
  max-width: 630px;
  margin: auto;
}
.single-news .single-news--back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
.single-news .single-news--back a {
  color: #FF801F;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  border-radius: 40px;
  border: 2px solid #FF801F;
  background: #FFF;
  max-width: 260px;
  width: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .single-news .single-news--back a:hover {
    background-color: #FF801F;
    color: white;
  }
}
.single-news .single-news--back svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-news .single-news--back svg path {
  fill: #FF801F;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .single-news .single-news--back:hover svg path {
    fill: white;
  }
}
.single-news .article__content {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .single-news .ch--container {
    padding: 0 20px !important;
  }
  .single-news.single-story .article__title {
    font-size: 24px;
  }
}

.place .ch--text--medium {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .place .ch--text--medium {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .place .sp--mt {
    margin-top: 20px;
  }
}
.place .story-container--inner--content--article {
  margin-top: 60px;
}
.place .story-container--inner--content--article--list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .place .story-container--inner--content--article--list--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.place .story-container--inner--content--article--list--item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .place .story-container--inner--content--article--list--item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.place .story-container--inner--content--article--list--item:nth-child(even) .story-container--inner--content--article--list--item--img {
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  .place .story-container--inner--content--article--list--item:nth-child(even) .story-container--inner--content--article--list--item--img {
    margin-left: 40px;
  }
}
.place .story-container--inner--content--article--list--item .story-container--inner--content--article--list--item--img {
  max-width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-left: 40px;
}
.place .story-container--inner--content--article--list--item .story-container--inner--content--article--list--item--img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 16px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="13" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(4px 4px 13px rgba(0, 0, 0, .1));
          filter: drop-shadow(4px 4px 13px rgba(0, 0, 0, .1));
  position: relative;
  z-index: 0;
}
.place .story-container--inner--content--article--list--item .story-container--inner--content--article--list--item--img--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background: #FFB666;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .place .story-container--inner--content--article--list--item .story-container--inner--content--article--list--item--img--point {
    width: 75px;
    height: 75px;
  }
}
.place .story-container--inner--content--article--list--item .story-container--inner--content--article--list--item--img--point span {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 20.8px */
}
.place .story-container--inner--content--article--list--item .story-container--inner--content--article--list--item--img--point strong {
  color: #FFF;
  font-family: "TT Commons Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 51.2px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1024px) {
  .place .story-container--inner--content--article--list--item .story-container--inner--content--article--list--item--img--point strong {
    font-size: 28px;
  }
}
.place .story-container--inner--content--article--list--item h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 1.08px;
  margin-bottom: 20px;
}
.place .story-container--inner--content--article--list--item p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.96px;
}
.place .story-container--inner--content--article--service {
  margin-top: 80px;
}
.place .story-container--inner--content--article--service .story-container--inner--content--article--list--item {
  border-radius: 20px;
  border: 3px solid #FFB666;
  background: #FFFADF;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, .12);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, .12);
  padding: 30px;
  margin-left: 15px;
}
.place .story-container--inner--content--article--service .story-container--inner--content--article--list--item h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 30.8px */
  letter-spacing: 1.32px;
  border-bottom: #FFB666 3px solid;
  padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .place .story-container--inner--content--article--service .story-container--inner--content--article--list--item h3 {
    font-size: 20px;
  }
}
.place .story-container--inner--content--article--service .story-container--inner--content--article--list--item p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .place .story-container--inner--content--article--service .story-container--inner--content--article--list--item p {
    font-size: 16px;
  }
}
.place .story-container--inner--content--article--service .story-container--inner--content--article--list--item--img {
  margin-left: 0px !important;
}
.place .story-container--inner--content--article--service .story-container--inner--content--article--list--item--img--point {
  top: -70px;
  left: -50px;
}
.place .story-container--inner--content--article--service .story-container--inner--content--article--list--item--img {
  max-width: 300px;
}
.place .story-container--inner--content--article--service--point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: center;
  margin-top: 60px;
}
.place .story-container--inner--content--article--service--point p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
}
.place .story-container--inner--content--article--service--point p strong {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
}
.place .story-container--inner--content--article--service--point small {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.72px;
}
.place .story-container--inner--content--article--service--point small strong {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.72px;
}
.place .story-container--inner--content--article--service--point img {
  max-width: 290px;
}
.place .story-container--inner--content--article--service--point--wrap > img {
  margin-top: 50px;
}
.place .story-container--inner--content--article--list02 .story-container--inner--content--article--list--item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .place .story-container--inner--content--article--list02 .story-container--inner--content--article--list--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 20px 20px;
  }
}
.place .story-container--inner--content--article--list02 .story-container--inner--content--article--list--item .story-container--inner--content--article--list--item--img {
  margin-left: 40px;
}
.place .story-container--inner--content--article--list--item--text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
  margin-top: 25px;
}
.place .sp--mt {
  margin-top: 30px;
}
.place .bottom__button {
  width: 100%;
  height: 84px;
  background-color: #ffed87;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .place .bottom__button.sp {
    display: none;
  }
}
.place .bottom__button.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.place .bottom__button.is-visible .bottom__button-link {
  opacity: 1;
  visibility: visible;
}
.place .bottom__button .bottom__button-link {
  width: 100%;
  max-width: 347px;
  padding-block: 16px;
  border: 3px solid #FF801F;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #FF801F;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 800;
}
.place .bottom__button .bottom__button-link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.place .bottom__button .bottom__button-link .buttom-text {
  width: 201px;
  height: 31px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (hover: hover) {
  .place .bottom__button .bottom__button-link:hover {
    background-color: #fff;
    color: #FF801F;
  }
  .place .bottom__button .bottom__button-link:hover svg .circle {
    fill: #FF801F;
  }
  .place .bottom__button .bottom__button-link:hover svg .arrow {
    fill: #fff;
  }
}

.price {
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .price {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .price aside {
    display: none;
  }
}
.price .block {
  display: block;
}
.price .text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .price .text-flex {
    font-size: 13px;
  }
}
.price .text-flex span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .price .text-flex span {
    font-size: 13px;
  }
}
.price .orange {
  color: #ff801f;
}
.price .bold {
  font-weight: bold;
}
.price img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.price .ch--heading-3 {
  margin-bottom: 32px;
}
.price .price__text01 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .price .price__text01 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.price .price__text02 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .price .price__text02 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.price .price__table {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .price .price__table {
    margin-bottom: 60px;
  }
}
.price .price__table-image {
  margin-bottom: 20px;
}
.price .price__table-description {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.price .price__title02 {
  max-width: 739px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .price .price__title02 {
    margin-bottom: 43px;
  }
}
.price .price__title02-icon {
  width: 16%;
  position: absolute;
  top: -20%;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .price .price__title02-icon {
    width: 19.3%;
    top: -14%;
    right: 6%;
  }
}
.price .price__common-box {
  padding-inline: 68px;
  padding-block: 54px;
  border: 3px solid #8dbe70;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, .12);
          box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, .12);
  position: relative;
  margin-bottom: 62.5px;
}
@media screen and (max-width: 768px) {
  .price .price__common-box {
    padding-inline: 20px;
    padding-top: 42px;
    padding-bottom: 24px;
  }
}
.price .price__common-box.box02 {
  padding-inline: 40px;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .price .price__common-box.box02 {
    padding-inline: 20px;
    padding-top: 42px;
    padding-bottom: 24px;
  }
}
.price .price__common-box-title {
  width: 100%;
  max-width: 506px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-block: 8px;
  background-color: #8dbe70;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .price .price__common-box-title {
    width: 91%;
    font-size: 18px;
    padding-block: 6px;
  }
}
.price .price__common-box-description {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .price .price__common-box-description {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .price .price__common-box-description .block {
    display: inline;
  }
}
.price .price__common-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .price .price__common-box-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 60px;
    gap: 16px;
  }
}
.price .price__common-box-item .price__common-box-image {
  max-width: 190px;
}
.price .price__common-box-item:nth-child(1) .price__common-box-image {
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .price .price__common-box-item:nth-child(1) .price__common-box-image {
    margin-bottom: 16px;
  }
}
.price .price__common-box-item:nth-child(2) .price__common-box-image {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .price .price__common-box-item:nth-child(2) .price__common-box-image {
    margin-bottom: 16px;
  }
}
.price .price__common-box-item:nth-child(3) .price__common-box-image {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .price .price__common-box-item:nth-child(3) .price__common-box-image {
    margin-bottom: 16px;
  }
}
.price .price__common-box-image {
  width: 100%;
  aspect-ratio: 1/1;
  border: 3px solid #8dbe70;
  border-radius: 100%;
  background-color: #eff8e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .price .price__common-box-image {
    width: 62.3%;
    margin-inline: auto;
  }
}
.price .price__common-box-image img {
  width: 48.9%;
}
.price .price__common-box-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price .price__common-box-text {
    font-size: 16px;
  }
}
.price .price__common-box-description01 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .price .price__common-box-description01 {
    font-size: 16px;
  }
}
.price .box02 .orange {
  display: block;
}
.price .box02 .price__common-box-items {
  gap: 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .price .box02 .price__common-box-items {
    padding-inline: 0;
    margin-bottom: 16px;
    gap: 8px;
  }
}
.price .box02 .price__common-box-item {
  width: 100%;
  border: 3px solid #8dbe70;
  border-radius: 10px;
  background-color: #eff8e9;
  padding-block: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .price .box02 .price__common-box-item {
    padding-block: 16px;
  }
}
@media screen and (max-width: 768px) {
  .price .box02 .price__common-box-text .block:nth-of-type(2) {
    display: inline;
  }
  .price .box02 .price__common-box-text .block:nth-of-type(3) {
    display: inline;
  }
}
.price .box02 .box02__dot {
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .price .box02 .box02__dot {
    margin-bottom: 16px;
  }
}
.price .box02 .box02__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .price .box02 .box02__conditions {
    gap: 16px;
  }
}
.price .box02 .box02__condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
@media screen and (max-width: 768px) {
  .price .box02 .box02__condition {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.price .box02 .box02__condition-image {
  width: 46.2%;
}
@media screen and (max-width: 768px) {
  .price .box02 .box02__condition-image {
    width: 100%;
  }
}
.price .box02 .box02__condition-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .price .box02 .box02__condition-text {
    font-size: 18px;
  }
}
.price .box02 .box02__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 28px;
  margin-top: -38px;
}
@media screen and (max-width: 768px) {
  .price .box02 .box02__text-wrapper {
    gap: 8px;
    margin-top: 24px;
  }
  .price .box02 .box02__text-wrapper .block {
    display: inline;
  }
}
.price .box02 .box02__text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.price .box02 .box02_icon {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .price .box02 .box02_icon {
    width: 56px;
    height: 86px;
  }
}
.price .story-container--inner--content--article--bnner {
  margin-block: 80px;
}
@media screen and (max-width: 768px) {
  .price .story-container--inner--content--article--bnner {
    margin-block: 60px;
  }
}
.price .price__example .price__example-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-block: 5px;
  border-block: 2px solid #ffb666;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price .price__example .price__example-title {
    font-size: 22px;
    padding-block: 4px;
    border-block-width: 3px;
    margin-bottom: 24px;
  }
}
.price .price__example .price__example-items {
  width: 100%;
}
.price .price__example .price__example-item {
  margin-bottom: 24px;
}
.price .price__example .item__tag {
  padding-inline: 32px;
  padding-block: 4px;
  background-color: #ffb666;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .price .price__example .item__tag {
    padding-inline: 27px;
    font-size: 18px;
  }
}
.price .price__example .example__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .price .price__example .example__item-top {
    gap: 13.6px;
  }
}
.price .price__example .box02_icon {
  margin-left: 17px;
}
@media screen and (max-width: 768px) {
  .price .price__example .box02_icon {
    margin-left: 0;
    width: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.price .price__example .example__image {
  max-width: 134px;
}
@media screen and (max-width: 768px) {
  .price .price__example .example__image {
    max-width: 60px;
  }
}
.price .price__example .item__text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .price .price__example .item__text {
    font-size: 18px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.price .price__example .example__price-wrapper {
  margin-left: 34px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price .price__example .example__price-wrapper {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
  }
  .price .price__example .example__price-wrapper .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.price .price__example .example__price {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .price .price__example .example__price {
    font-size: 18px;
    line-height: 1;
  }
}
.price .price__example .number {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .price .price__example .number {
    font-size: 36px;
    line-height: 1;
  }
}
.price .price__example .enn {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .price .price__example .enn {
    font-size: 18px;
    line-height: 1;
  }
}
.price .price__example .example__text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .price .price__example .example__text {
    font-size: 16px;
    padding-inline: 0;
  }
}
.price .price__example .example__text:nth-of-type(1) {
  margin-bottom: 55px;
}
.price .price__example .example__text:nth-of-type(2) {
  margin-bottom: 1em;
}

.proposal-company-container .fv-wrap img {
  width: 256px;
}
@media screen and (max-width: 768px) {
  .proposal-company-container .fv-wrap img {
    width: 130px;
  }
}
.proposal-company-container .proposal-company-contents {
  max-width: 840px;
  margin: 137px auto;
}
@media screen and (max-width: 768px) {
  .proposal-company-container .proposal-company-contents {
    padding: 20px 20px;
    margin: auto;
  }
}
.proposal-company-container .proposal-company-contents .contents-text {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .proposal-company-container .proposal-company-contents .contents-text {
    font-size: 16px;
  }
}
.proposal-company-container .proposal-company-contents .contents-text .underline {
  text-decoration: underline;
}
.proposal-company-container .proposal-company-contents .contents-text a:hover {
  color: #FF801F;
}
.proposal-company-container .proposal-company-contents .contents-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .proposal-company-container .proposal-company-contents .contents-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.proposal-company-container .proposal-company-contents .contents-date .date-item {
  border: 3px solid #FFB666;
  border-radius: 20px;
  padding: 25px 24px 48px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .proposal-company-container .proposal-company-contents .contents-date .date-item {
    padding: 24px 20px 36px;
  }
}
.proposal-company-container .proposal-company-contents .contents-date .date-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .proposal-company-container .proposal-company-contents .contents-date .date-item-title {
    line-height: 1.45;
  }
}
.proposal-company-container .proposal-company-contents .contents-date .date-item-text {
  font-size: 25px;
  font-weight: 700;
  color: #FF801F;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .proposal-company-container .proposal-company-contents .contents-date .date-item-text {
    font-size: 21px;
  }
}
.proposal-company-container .proposal-company-contents .contents-date .text-emphasis {
  font-size: 100px;
  font-family: "TT Commons Pro";
}
@media screen and (max-width: 768px) {
  .proposal-company-container .proposal-company-contents .contents-date .text-emphasis {
    font-size: 84px;
  }
}
.proposal-company-container .proposal-company-contents .contents-date .sub-text {
  color: #FF801F;
  font-size: 14px;
  font-weight: 500;
}
.proposal-company-container .proposal-company-contents .reference-contents {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
  margin-bottom: 88px;
}
.proposal-company-container .proposal-company-contents .reference-contents a:hover {
  color: #FF801F;
}
@media screen and (max-width: 768px) {
  .proposal-company-container .proposal-company-contents .reference-contents {
    font-size: 16px;
  }
}
.proposal-company-container .reserve-card-wrap {
  margin-bottom: 96px;
  padding: 0 20px;
}

.proposal-welfare-container .fv-wrap img {
  width: 372px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .fv-wrap img {
    width: 170px;
  }
}
.proposal-welfare-container .proposal-welfare-contents {
  max-width: 840px;
  margin: 96px auto;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .proposal-welfare-contents {
    padding: 0 20px;
    margin: 40px auto;
  }
}
.proposal-welfare-container .proposal-welfare-contents .top-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .proposal-welfare-contents .top-contents {
    display: block;
    margin: auto;
  }
}
.proposal-welfare-container .proposal-welfare-contents .top-contents .top-contents__text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  max-width: 477px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .proposal-welfare-contents .top-contents .top-contents__text {
    font-size: 18px;
  }
}
.proposal-welfare-container .proposal-welfare-contents .top-contents .text-block {
  display: block;
}
.proposal-welfare-container .proposal-welfare-contents .top-contents .text-highlight {
  position: relative;
  display: inline-block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-box-shadow: inset 0 -7px 0 0 #FFED87;
          box-shadow: inset 0 -7px 0 0 #FFED87;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .proposal-welfare-contents .top-contents .text-highlight {
    font-size: 18px;
    display: inline;
  }
}
.proposal-welfare-container .proposal-welfare-contents .top-contents .top-contents__img {
  max-width: 302px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .proposal-welfare-contents .top-contents .top-contents__img {
    margin: 20px auto 47px;
  }
}
.proposal-welfare-container .proposal-welfare-contents .bottom-contents {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .proposal-welfare-contents .bottom-contents {
    font-size: 16px;
    margin-bottom: 81px;
    row-gap: 25px;
  }
}
.proposal-welfare-container .proposal-welfare-contents .bottom-contents .text-emphasize {
  font-weight: 700;
}
.proposal-welfare-container .proposal-welfare-contents .bottom-contents .text-last {
  display: block;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .proposal-welfare-contents .bottom-contents .text-last {
    display: inline;
  }
}
.proposal-welfare-container .nearest {
  background-color: #FFFADF;
  padding: 40px 20px 54px;
  margin-bottom: 133px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest {
    display: none;
  }
}
.proposal-welfare-container .nearest .container {
  max-width: 1200px;
  margin: 0 auto;
}
.proposal-welfare-container .nearest .nearest__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest .nearest__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.proposal-welfare-container .nearest .underline {
  background-color: #F78D1E;
  width: 54px;
  height: 4px;
  margin: auto;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest .underline {
    margin-top: 14px;
  }
}
.proposal-welfare-container .nearest .nearest-content {
  max-width: 858px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  padding: 13px 0 15px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest .nearest-content {
    max-width: 400px;
    margin: auto;
    padding: 0px;
  }
}
.proposal-welfare-container .nearest .content-left {
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest .content-left {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0px;
  }
}
.proposal-welfare-container .nearest .map img {
  width: 100%;
  max-width: 420px;
}
.proposal-welfare-container .nearest .content-right {
  margin-top: 24px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest .content-right {
    width: 100%;
    margin-top: 0px;
  }
}
.proposal-welfare-container .nearest .rightcontent-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest .rightcontent-top {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.proposal-welfare-container .nearest .data-img {
  width: 181px;
}
.proposal-welfare-container .nearest .rightcontent-bottom {
  position: relative;
  text-align: center;
  margin-top: 85px;
}
.proposal-welfare-container .nearest .bottom-img {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 168px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest .bottom-img {
    max-width: 158px;
    top: -115px;
  }
}
.proposal-welfare-container .nearest .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  background-color: #F78D1E;
  border: 2px solid #F78D1E;
  color: #FFF;
  font-size: 24px;
  padding: 18px 30px 18px 65px;
  border-radius: 54px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .nearest .button {
    font-size: 20px;
    padding: 24px 20px 24px 48px;
  }
}
.proposal-welfare-container .nearest .button .button-arrow-right {
  background-image: url("../images/proposal-welfare/ic-arrow.svg");
  margin-left: 26px;
  width: 28px;
  height: 28px;
}
.proposal-welfare-container .nearest .button:hover {
  background-color: white;
  color: #F78D1E;
}
.proposal-welfare-container .nearest .button:hover .button-arrow-right {
  background-image: url("../images/proposal-welfare/ic-arrow-bg-og.svg");
  margin-left: 26px;
  width: 28px;
  height: 28px;
}
.proposal-welfare-container .location-single-backBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .location-single-backBtn {
    padding: 14px 34px 14px 20px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    background: #FFB563;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .proposal-welfare-container .location-single-backBtn {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .proposal-welfare-container .location-single-backBtn .backBtn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .location-single-backBtn .ic-manaby {
    width: 40px;
  }
  .proposal-welfare-container .location-single-backBtn .ic-arrow {
    width: 24px;
  }
}
.proposal-welfare-container .button-arrow {
  width: 28px;
  margin-left: 26px;
}
@media screen and (max-width: 768px) {
  .proposal-welfare-container .button-arrow {
    width: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .proposal-welfare-container .nearest-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.proposal-welfare-container .reserve-card-wrap {
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .proposal-welfare-container .reserve-card-wrap {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.qa-container {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .qa-container {
    margin-bottom: 32px;
  }
}
.qa-container .fv-wrap .sub-fv--img img {
  width: 306px;
}
@media screen and (max-width: 768px) {
  .qa-container .fv-wrap .sub-fv--img img {
    width: 153px;
    height: 105px;
  }
}
.qa-container .accordion {
  padding: 0 20px;
  margin: 65px auto 106px;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .qa-container .accordion {
    margin-top: 26px;
    margin: 50px auto 80px;
  }
}
.qa-container .accordion .accordion-list {
  max-width: 840px;
  border-bottom: 1px solid #EDEDED;
  /* details.accordion-list が open のとき */
  /* 左：電話ボタン */
  /* 右：相談・見学予約ボタン */
}
.qa-container .accordion .accordion-list .summary {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
}
.qa-container .accordion .accordion-list .summary::-webkit-details-marker {
  display: none;
}
.qa-container .accordion .accordion-list .accordion-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 24px 50px 24px 0;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .qa-container .accordion .accordion-list .accordion-label {
    padding: 24px 0px;
    font-size: 16px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.qa-container .accordion .accordion-list .accordion-label-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  padding: 24px 50px 24px 0;
  border-bottom: 1px solid #EDEDED;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .qa-container .accordion .accordion-list .accordion-label-row2 {
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 0px 0px 24px;
    row-gap: 24px;
  }
}
.qa-container .accordion .accordion-list .accordion-label-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .qa-container .accordion .accordion-list .accordion-label-item {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.qa-container .accordion .accordion-list .accordion-label-a {
  padding: 0 24px 24px;
  margin-right: 22px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .qa-container .accordion .accordion-list .accordion-label-a {
    font-size: 14px;
    padding: 0 0 24px;
    margin-right: 0px;
  }
}
.qa-container .accordion .accordion-list .q-icon {
  min-width: 34px;
  min-height: 34px;
  background-color: #FFB666;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TT Commons Pro";
}
.qa-container .accordion .accordion-list .a-icon {
  min-width: 34px;
  min-height: 34px;
  background-color: #fff;
  border-radius: 50%;
  color: #FFB666;
  border: 1px solid #FFB666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TT Commons Pro";
}
.qa-container .accordion .accordion-list .icon {
  position: relative;
  display: inline-block;
  inline-size: 2em;
  aspect-ratio: 1;
  color: #FFB666;
  /* 横線 */
  /* 縦線 */
}
.qa-container .accordion .accordion-list .icon::before, .qa-container .accordion .accordion-list .icon::after {
  position: absolute;
  inset: 0;
  margin: auto;
  inline-size: 26px;
  block-size: 2px;
  content: "";
  background-color: currentcolor;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.qa-container .accordion .accordion-list .icon::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa-container .accordion .accordion-list .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa-container .accordion .accordion-list.accordion-list[open] .icon::after {
  opacity: 0;
}
.qa-container .accordion .accordion-list .container {
  display: grid;
  -webkit-transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s;
  transition: grid-template-rows 0.3s, -ms-grid-rows 0.3s;
}
.qa-container .accordion .accordion-list .inner {
  overflow: hidden;
}
.qa-container .accordion .accordion-list .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-left: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .qa-container .accordion .accordion-list .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.qa-container .accordion .accordion-list .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  width: 205px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .qa-container .accordion .accordion-list .btn {
    font-size: 16px;
  }
}
.qa-container .accordion .accordion-list .btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: currentColor;
}
.qa-container .accordion .accordion-list .btn-call {
  background-color: #8DBE70;
  border: 1px solid #8DBE70;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qa-container .accordion .accordion-list .btn-call svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .qa-container .accordion .accordion-list .btn-call:hover {
    border: 1px solid #8DBE70;
    background-color: white;
    color: #8DBE70;
  }
  .qa-container .accordion .accordion-list .btn-call:hover svg path {
    fill: #8DBE70;
  }
}
.qa-container .accordion .accordion-list .btn-reserve {
  background-color: #FF801F;
  border: 1px solid #FF801F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.qa-container .accordion .accordion-list .btn-reserve svg path {
  fill: white;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .qa-container .accordion .accordion-list .btn-reserve:hover {
    border: 1px solid #FF801F;
    background-color: white;
    color: #FF801F;
  }
  .qa-container .accordion .accordion-list .btn-reserve:hover svg path {
    fill: #FF801F;
  }
}
.qa-container .reserve__card-wrap {
  padding: 0 20px;
}

.shurou .shurou-container-03--wrap .ch--heading-base-text--wrap p {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-03--wrap .ch--heading-base-text--wrap p {
    font-size: 16px;
  }
}
.shurou .shurou-container {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container {
    padding: 40px 0 100px;
  }
}
.shurou .shurou-container-01--image {
  margin-top: 50px;
}
.shurou .shurou-container-01--wrap--inner {
  border-radius: 20px;
  border: 3px dashed #9C9C9C;
  padding: 65px 30px 30px 41px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-01--wrap--inner {
    padding: 50px 15px 20px 15px;
  }
}
.shurou .shurou-container-01--wrap {
  margin-top: 30px;
}
.shurou .shurou-container-01--wrap p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-01--wrap p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.shurou .shurou-container-01--wrap .shurou-container-01--wrap--inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 39px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-01--wrap .shurou-container-01--wrap--inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.shurou .shurou-container-01--wrap .shurou-container-01--wrap--inner .shurou-container-01--wrap--inner--image img {
  border-radius: 10px;
}
.shurou .shurou-container-01--wrap .shurou-container-01--wrap--img {
  max-width: 470px;
  margin-bottom: -40px;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-01--wrap .shurou-container-01--wrap--img {
    max-width: 100%;
    margin-left: 0px;
    padding: 0 10px;
    margin-bottom: -30px;
  }
}
.shurou .shurou-container-02--wrap {
  margin-top: 73px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-02--wrap {
    margin-top: 60px;
  }
}
.shurou .shurou-container-02--wrap .shurou-container-02--point--warp {
  padding: 35px 70px;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-02--wrap .shurou-container-02--point--warp {
    padding: 24px 20px;
  }
}
.shurou .shurou-container-02--wrap .shurou-container-02--point--warp::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 30px;
  border: 3px solid #9C9C9C;
  background: #FFFADF;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-02--wrap .shurou-container-02--point--warp::after {
    height: 100%;
    border: 2px solid #9C9C9C;
  }
}
.shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list--item--title {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
  border-radius: 60px;
  background: #8DBE70;
  padding: 2px 10px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list--item--title {
    color: #8DBE70;
    text-align: center;
    background: none;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: 0.06em;
    padding: 0;
  }
}
.shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 384px) {
  .shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
}
.shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list--item--inner {
  width: 190px;
  height: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list--item--inner img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-02--wrap .shurou-container-02--point--warp--list--item--inner {
    width: 110px;
    height: 110px;
  }
}
.shurou .shurou-container-02--wrap .shurou-container-02--point--text {
  margin-top: 35px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-02--wrap .shurou-container-02--point--text {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
  }
}
.shurou .shurou-container-03--wrap {
  margin-top: 60px;
}
.shurou .shurou-container-03--wrap--contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-03--wrap--contents {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
  }
}
.shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--image--rd {
  border-radius: 16px;
}
.shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--image img {
  aspect-ratio: 1.6597938144;
  -o-object-fit: cover;
     object-fit: cover;
}
.shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--orange {
  border-radius: 20px;
  border: 3px solid #FFB666;
  background: #FFF;
  padding: 30px 35px 30px 35px;
  background-image: radial-gradient(#FFF4E7 2px, transparent 3px);
  background-size: 10px 10px;
  border-radius: 27px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--orange {
    padding: 20px;
  }
}
.shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--orange .shurou-container-03--wrap--contents--item--label {
  border-radius: 60px;
  background: #FFB666;
}
.shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--orange .shurou-container-03--wrap--contents--item--title {
  color: #FFA542;
}
.shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--green {
  border-radius: 20px;
  border: 3px solid #8DBE70;
  background: #FFF;
  padding: 30px 35px 30px 35px;
  background-image: radial-gradient(#EEF9E7 2px, transparent 3px);
  background-size: 10px 10px;
  border-radius: 27px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--green {
    padding: 20px;
  }
}
.shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--green .shurou-container-03--wrap--contents--item--label {
  border-radius: 60px;
  background: #8DBE70;
}
.shurou .shurou-container-03--wrap--contents .shurou-container-03--wrap--contents--item--green .shurou-container-03--wrap--contents--item--title {
  color: #8DBE70;
}
.shurou .shurou-container-03--wrap--contents--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-03--wrap--contents--item {
    gap: 13px;
  }
}
.shurou .shurou-container-03--wrap--contents--item .shurou-container-03--wrap--contents--item--text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-03--wrap--contents--item .shurou-container-03--wrap--contents--item--text {
    font-size: 16px;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.96px;
  }
}
.shurou .shurou-container-03--wrap--contents--item--label {
  color: #FDFDFD;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: 1.44px;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-03--wrap--contents--item--label {
    font-size: 22px;
  }
}
.shurou .shurou-container-03--wrap--contents--item--title {
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  /* 30.8px */
  letter-spacing: 1.32px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-03--wrap--contents--item--title {
    font-size: 20px;
  }
}
.shurou .shurou-container-04--wrap {
  margin-top: 60px;
}
.shurou .shurou-container-04--wrap .mt--spease {
  margin: 35px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-04--wrap .mt--spease {
    margin: 25px 0 0 0;
  }
}
.shurou .shurou-container-04--wrap--contents--item--content {
  border-radius: 20px;
  border: 3px solid #FFB666;
  background: #FFFADF;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, .12);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, .12);
  padding: 55px 15px 15px 15px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-04--wrap--contents--item--content {
    padding: 45px 15px 15px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-04--wrap--contents--item--image img {
    aspect-ratio: 16/9;
    max-height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.shurou .shurou-container-04--wrap--contents--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shurou .shurou-container-04--wrap--contents--item--title {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-04--wrap--contents--item--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shurou .shurou-container-04--wrap--contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-04--wrap--contents {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.shurou .shurou-container-04--wrap--contents--item--point {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #FFB666;
  border-radius: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
.shurou .shurou-container-04--wrap--contents--item--point span {
  color: #FFF;
  font-family: "TT Commons Pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 24px */
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-04--wrap--contents--item--point span {
    font-size: 14px;
  }
}
.shurou .shurou-container-04--wrap--contents--item--point .strong-num,
.shurou .shurou-container-04--wrap--contents--item--point strong {
  color: #FFF;
  font-family: "TT Commons Pro";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 51.2px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-04--wrap--contents--item--point .strong-num,
  .shurou .shurou-container-04--wrap--contents--item--point strong {
    font-size: 28px;
  }
}
.shurou .shurou-container-05--wrap {
  margin-top: 60px;
}
.shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text p {
    font-size: 18px;
  }
}
.shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text strong {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text strong {
    font-size: 16px;
  }
}
.shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text .ch--text--line {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text .ch--text--line {
    font-size: 20px;
  }
}
.shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text .ch--text--line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background-color: #FFED87;
  z-index: -1;
}
.shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text--box {
  border-radius: 10px;
  border: 2px solid #FFB666;
  background: #FFF;
  padding: 15px 27px;
  margin-bottom: 15px;
  margin-top: 42px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text--box {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.shurou .shurou-container-05--wrap .shurou-container-05--wrap--inner--content--text--box p {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.96px;
}
.shurou .shurou-container-05--wrap small {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.84px;
}
.shurou .shurou-container-05--wrap--inner {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-05--wrap--inner {
    margin-top: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.shurou .shurou-container-05--wrap--inner--content {
  grid-column: span 4;
}
.shurou .shurou-container-05--wrap--inner--image {
  grid-column: span 3;
}
.shurou .shurou-container-06--wrap {
  margin-top: 85px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-06--wrap {
    margin-top: 65px;
  }
}
.shurou .shurou-container-06--wrap--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-06--wrap--list {
    gap: 20px;
    margin-top: 20px;
  }
}
.shurou .shurou-container-06--wrap--list--item--title {
  background-color: #8DBE70;
  border-radius: 30px 30px 0 0;
}
.shurou .shurou-container-06--wrap--list--item--title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px;
}
.shurou .shurou-container-06--wrap--list--item--title h3 span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-06--wrap--list--item--title h3 span {
    font-size: 20px;
  }
}
.shurou .shurou-container-06--wrap--list--item--box {
  border: solid 3px #8DBE70;
  border-radius: 0 0 30px 30px;
  padding: 25px 25px 25px 60px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-06--wrap--list--item--box {
    padding: 15px 15px 15px 15px;
  }
  .shurou .shurou-container-06--wrap--list--item--box .shurou-container-02--point--btn a {
    max-width: 200px;
    font-size: 16px;
    line-height: 45px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .shurou .shurou-container-06--wrap--list--item--box .shurou-container-02--point--btn a {
    line-height: 40px;
  }
}
.shurou .shurou-container-06--wrap--list--item--box p {
  color: #333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-06--wrap--list--item--box p {
    font-size: 16px;
  }
}
.shurou .shurou-container-06--wrap--list--item--box .shurou-container-02--point--btn {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .shurou .shurou-container-06--wrap--list--item--box .shurou-container-02--point--btn {
    margin-top: -5px;
  }
}
.shurou .shurou-container-06--wrap--list--item--inner {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .shurou .shurou-container-06--wrap--list--item--inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .shurou .shurou-container-06--wrap--list--item--inner .shurou-container-06--wrap--list--item--inner--image {
    text-align: center;
  }
}
.shurou .shurou-container-04--wrap--contents--item--image img {
  border-radius: 16px;
}

.single-story {
  padding-top: 141px;
}
.single-story ul {
  list-style: disc;
}
.single-story .wp-block-list {
  margin-left: 1em;
}
.single-story * {
  word-wrap: break-word;
  /* 長い単語を折り返す */
  word-wrap: break-word;
  /* 新しい仕様 */
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .single-story {
    padding-top: 98px;
  }
}
.single-story .story-case-names {
  display: none;
}
.single-story .story-container--inner--pt {
  padding-top: 50px;
}
.single-story .ch--container {
  padding-inline: 80px;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .single-story .ch--container {
    padding-inline: 20px;
  }
}
.single-story .article {
  width: 100%;
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .single-story .article {
    margin-bottom: 80px;
  }
}
.single-story .article__container {
  margin-bottom: 120px;
}
.single-story .article__title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .single-story .article__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.single-story .article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.single-story .category {
  font-size: 14px;
  font-weight: bold;
  padding-block: 4px;
  padding-inline: 20px;
  color: #ffb666;
  background-color: #fff;
  border: 1px solid #ffb666;
  border-radius: 32px;
}
.single-story .date {
  color: #ffb666;
  font-weight: bold;
}
.single-story .thumbnail {
  width: 100%;
  overflow: hidden;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .single-story .thumbnail {
    margin-bottom: 40px;
  }
  .single-story .thumbnail img {
    aspect-ratio: 1.743718593;
  }
}
.single-story .thumbnail img {
  aspect-ratio: 1.7473233405;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single-story .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 26px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single-story .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.single-story .profile__image {
  width: 104px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .single-story .profile__image {
    width: 108px;
  }
}
.single-story .profile__name {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-story .profile__name {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.single-story .profile__description {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single-story .profile__description {
    font-size: 16px;
  }
}
.single-story .article__toc {
  padding: 24px;
  border-radius: 20px;
  background-color: #FFFADF;
  margin-bottom: 73px;
  -webkit-box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, .12);
          box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, .12);
}
@media screen and (max-width: 768px) {
  .single-story .article__toc {
    padding: 20px;
    margin-bottom: 60px;
  }
}
.single-story .article__toc--title {
  font-size: 20px;
  color: #ffb666;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .single-story .article__toc--title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.single-story .toc__items {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .single-story .toc__items {
    font-size: 16px;
  }
}
.single-story .article__content h2,
.single-story .article__content h3,
.single-story .article__content h4,
.single-story .article__content h5 {
  font-weight: bold;
  scroll-margin-top: 105px;
}
.single-story .article__content h2 {
  font-size: 24px;
  padding-bottom: 2.5px;
  border-bottom: 3px solid #ffb666;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .single-story .article__content h2 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 28px;
  }
}
.single-story .article__content h3 {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .single-story .article__content h3 {
    font-size: 18px;
    margin-bottom: 16px;
    border-left: #ffb666 5px solid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 15px;
  }
  .single-story .article__content h3::before {
    content: unset !important;
  }
}
.single-story .article__content h3::before {
  content: "";
  width: 5px;
  height: 24px;
  background-color: #ffb666;
}
.single-story .article__content h4 {
  width: 100%;
  font-size: 20px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15.5px;
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .single-story .article__content h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.single-story .article__content h4::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #ffb666;
}
.single-story .article__content h5 {
  font-size: 20px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .single-story .article__content h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.single-story .article__content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-story .article__content p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.single-story .article__content img {
  border-radius: 20px;
}
.single-story .related__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 72px;
}
.single-story .related__articles-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .single-story .related__articles-list {
    gap: 24px;
  }
}
.single-story .related__articles-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .single-story .related__articles-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.single-story .related__image {
  width: 100%;
  max-width: 255px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-story .related__image img {
  height: 100%;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .single-story .related__image {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single-story .related__text .category {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.single-story .related__item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 4px;
  line-height: 1.6;
}
.single-story .related__item-description {
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .single-story .related__item-description {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.single-story .related__item-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #ffb666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .single-story .related__item-link {
    font-size: 16px;
  }
}
.single-story .related__item-link a {
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-story .related__item-link a:hover {
  opacity: 0.7;
}
.single-story .bottom__button {
  width: 100%;
  height: 84px;
  background-color: #ffed87;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .single-story .bottom__button.sp {
    display: none;
  }
}
.single-story .bottom__button.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-story .bottom__button.is-visible .bottom__button-link {
  opacity: 1;
  visibility: visible;
}
.single-story .bottom__button .bottom__button-link {
  width: 100%;
  max-width: 347px;
  padding-block: 16px;
  border: 3px solid #FF801F;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #FF801F;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 800;
}
.single-story .bottom__button .bottom__button-link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-story .bottom__button .bottom__button-link .buttom-text {
  width: 201px;
  height: 31px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (hover: hover) {
  .single-story .bottom__button .bottom__button-link:hover {
    background-color: #fff;
    color: #FF801F;
  }
  .single-story .bottom__button .bottom__button-link:hover svg .circle {
    fill: #FF801F;
  }
  .single-story .bottom__button .bottom__button-link:hover svg .arrow {
    fill: #fff;
  }
}

.story .story-container--inner--content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.story .story-container--inner--content .story-container--inner--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  border-radius: 4px;
  background: #fffaf1;
  padding: 10px 20px;
  width: 100%;
}
.story .story-container--inner--content .story-container--inner--category li a {
  border-radius: 32px;
  border: 1px solid #FF801F;
  background: #fff;
  padding: 5px 15px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .12);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .12);
  min-width: 138px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .story .story-container--inner--content .story-container--inner--category li a {
    font-size: 16px;
    min-width: unset;
  }
}
@media (hover: hover) {
  .story .story-container--inner--content .story-container--inner--category li a:hover {
    background-color: #FF801F;
    color: white;
  }
}
.story .story-container--inner--content .story-container--inner--category li.story-container--inner--category--active a {
  background: #FF801F;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .story .story-container--inner--content .story-container--inner--category li.story-container--inner--category--active a:hover {
    background: white;
    color: #FF801F;
  }
}
.story .story-container--inner--content .story-container--inner--content--article {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--img img:hover {
    opacity: 0.7;
  }
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--title {
    -webkit-line-clamp: 2;
  }
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--text {
    font-size: 16px;
  }
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .read-more-text {
  color: #FFB666;
  /* オレンジ色のリンクに */
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  /* 背景色を設定して文字が重ならないようにする */
  padding-left: 4px;
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--more {
  color: #FF801F;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 1024px) {
  .story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item .story-container--inner--content--article--item--text--more {
    font-size: 16px;
  }
}
.story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item--text--category li {
  border-radius: 32px;
  border: 1px solid #ffb666;
  background: #fff;
  padding: 5px 15px;
  color: #ffb666;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .story .story-container--inner--content .story-container--inner--content--article .story-container--inner--content--article--item--text--category li {
    font-size: 12px;
  }
}
.story .story-container--inner--content .read-more-text {
  display: none;
  color: #FFB666;
  /* オレンジ色に合わせる */
}
.story .story-container--inner--content .text-truncated .read-more-text {
  display: inline;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-left: 20px;
}

.story-container--inner--aside h3 {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .term .sub-fv .sub-fv--img img {
    max-height: 100px;
  }
}
.term .ch--heading-base-text--wrap--text {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .term .ch--heading-base-text--wrap--text {
    font-size: 16px;
  }
}
.term .term-container {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1024px) {
  .term .term-container {
    padding: 35px 0 70px;
  }
}
.term .ch--heading-base-text--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.term .term-container-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-right: 65px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-01 {
    padding-top: 15px;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.term .term-container-01 .term-container-01--img {
  max-width: 97px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-01 .term-container-01--img {
    max-width: 45px;
  }
}
.term .term-container-01 .term-container-01--comment {
  border-radius: 10px;
  border: 2px solid #FFB666;
  background: #FFFADF;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .term .term-container-01 .term-container-01--comment {
    padding: 15px;
  }
}
.term .term-container-01 .term-container-01--comment p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-01 .term-container-01--comment p {
    font-size: 16px;
  }
}
.term .term-container-01 .term-container-01--comment::before, .term .term-container-01 .term-container-01--comment::after {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}
.term .term-container-01 .term-container-01--comment::before {
  right: -11px;
  background-color: #FFFADF;
  z-index: 1;
}
.term .term-container-01 .term-container-01--comment::after {
  background-color: #FFB666;
}
@media screen and (max-width: 1024px) {
  .term .term-container-01 .term-container-01--comment::before, .term .term-container-01 .term-container-01--comment::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 15px;
    height: 15px;
    top: unset;
    bottom: -15px;
    margin: auto;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
  }
  .term .term-container-01 .term-container-01--comment::before {
    right: 0;
    bottom: -11px;
    background-color: #FFFADF;
    z-index: 1;
  }
  .term .term-container-01 .term-container-01--comment::after {
    background-color: #FFB666;
  }
}
.term .term-container-02 {
  margin-top: 40px;
}
.term .term-container-02 .term-container-02--inner {
  margin-top: 40px;
}
.term .term-container-02 .term-container-02--inner--comment small {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-02 .term-container-02--inner--comment small {
    font-size: 10px;
    text-align: left;
  }
}
.term .term-container-02 .term-container-02--inner--comment p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-02 .term-container-02--inner--comment p {
    font-size: 16px;
  }
}
.term .term-container-02 .term-container-02--inner--comment02 {
  margin-top: 20px;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-02 .term-container-02--inner--comment02 {
    padding: 0;
  }
}
.term .term-container-03 {
  margin-top: 40px;
}
.term .term-container-03 .story-container--inner--content--wrap03--inner--wrap {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .story-container--inner--content--wrap03--inner--wrap {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .term .term-container-03 .story-container--inner--content--wrap03--inner--wrap.story-container--inner--content--wrap03--inner--wrap--term {
    margin-top: 0;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .story-container--inner--content--wrap03--inner--wrap img {
    max-width: 250px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .term .term-container-03 .story-container--inner--content--wrap03--inner--wrap img.story-container--inner--content--wrap03--inner--wrap--term--img {
    max-width: 190px;
  }
}
.term .term-container-03 .story-container--inner--content--wrap03--inner--wrap p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .story-container--inner--content--wrap03--inner--wrap p {
    font-size: 16px;
  }
}
.term .term-container-03 .term-container-03--wrap {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .term-container-03--wrap {
    gap: 25px;
  }
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper {
  border-radius: 20px 20px 0px 0px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFADF;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding: 15px;
  }
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--lower {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--lower {
    padding: 20px 17px;
  }
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--lower .term-container-03--wrap--item--lower--image {
  border-bottom: 2px dashed #FFB666;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--image {
  max-width: 110px;
  position: absolute;
  bottom: 0;
  right: 85px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--image {
    max-width: 80px;
    right: 10px;
  }
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  border-radius: 30px;
  background: #FFB666;
  padding: 5px 15px;
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--case span {
  color: #FFF;
  font-family: "TT Commons Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 25.6px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--case span {
    font-size: 14px;
  }
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--case p {
  color: #FFF;
  font-family: "TT Commons Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 38.4px */
  letter-spacing: 1.44px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--case p {
    font-size: 20px;
  }
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--title h5 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item--upper--title h5 {
    font-size: 18px;
  }
}
.term .term-container-03 .term-container-03--wrap .term-container-03--wrap--item {
  border-radius: 20px;
  border: 3px solid #FFB666;
}
.term .term-container-03 .term-container-03--wrap--item--lower--comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.term .term-container-03 .term-container-03--wrap--item--lower--comment p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-03 .term-container-03--wrap--item--lower--comment p {
    font-size: 16px;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: 0.96px;
  }
}
.term .term-container-04 {
  margin-top: 85px;
}
.term .term-container-05 {
  margin-top: 145px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-05 {
    margin-top: 90px;
  }
}
.term .term-container-05 .term-container-05--heading {
  background: #8DBE70;
  padding: 5px 20px;
  position: relative;
}
.term .term-container-05 .term-container-05--heading img {
  max-width: 72px;
  position: absolute;
  bottom: 0;
  right: 65px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-05 .term-container-05--heading img {
    max-width: 45px;
    right: 5px;
  }
}
.term .term-container-05 .term-container-05--heading h2 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 32px */
  letter-spacing: 1.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.term .term-container-05 .term-container-05--heading h2 svg {
  margin-left: 17px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-05 .term-container-05--heading h2 {
    font-size: 18px;
  }
  .term .term-container-05 .term-container-05--heading h2 svg {
    display: none;
  }
}
.term .ch--qa--wrap--item .self-top {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.term .ch--qa--wrap--item .ch--qa--wrap--item--ans--wrap--content02--top {
  margin-top: 15px;
}
.term .term-container-05--wrap {
  margin-top: 50px;
}
.term .term-container-05--wrap .term-container-05--wrap--item {
  display: grid;
  grid-template-columns: 197px 1fr;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-05--wrap .term-container-05--wrap--item {
    grid-template-columns: 74px 1fr;
  }
}
.term .term-container-05--wrap .term-container-05--wrap--item:not(:last-child) {
  border-bottom: dashed 2px #9C9C9C;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.term .term-container-05--wrap .term-container-05--wrap--item .term-container-05--wrap--item--titile {
  border-radius: 10px;
  background: #8DBE70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.term .term-container-05--wrap .term-container-05--wrap--item .term-container-05--wrap--item--titile h4 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 30.4px */
  letter-spacing: 1.14px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-05--wrap .term-container-05--wrap--item .term-container-05--wrap--item--titile h4 {
    font-size: 14px;
  }
}
.term .term-container-05--wrap .term-container-05--wrap--item .term-container-05--wrap--item--content h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-05--wrap .term-container-05--wrap--item .term-container-05--wrap--item--content h3 {
    font-size: 16px;
  }
}
.term .term-container-05--wrap .term-container-05--wrap--item .term-container-05--wrap--item--content p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 1024px) {
  .term .term-container-05--wrap .term-container-05--wrap--item .term-container-05--wrap--item--content p {
    font-size: 16px;
  }
}
.term .term-container-05--wrap .list--p {
  counter-reset: list-counter;
}
.term .term-container-05--wrap .list--p p {
  position: relative;
  padding-left: 1.5em;
}
.term .term-container-05--wrap .list--p p:before {
  position: absolute;
  left: 0;
  counter-increment: list-counter;
  content: counter(list-counter) ".";
}

.who .who-container01 .ch--heading-base-text--wrap p {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .who .who-container01 .ch--heading-base-text--wrap p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.who .story-container--inner--content--wrap01 {
  border-radius: 20px;
  background: #FFFADF;
  padding: 30px 60px 30px 60px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap01 {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.who .story-container--inner--content--wrap01--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap01--inner {
    gap: 40px;
  }
}
.who .story-container--inner--content--wrap01--inner--inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 55px;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap01--inner--inner {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.who .story-container--inner--content--wrap01--inner--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap01--inner--item {
    gap: 10px;
  }
}
.who .story-container--inner--content--wrap01--inner--item h3 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
  border-radius: 60px;
  background: #8DBE70;
  padding: 5px 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap01--inner--item h5 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px 30px;
  }
  .who .story-container--inner--content--wrap01--inner--item img {
    max-width: 125px;
  }
}
.who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner {
  margin-top: 40px;
}
.who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li {
  border-radius: 16px;
  border: 3px solid #8DBE70;
  background: #FFF;
  display: grid;
  grid-template-columns: 195px 1fr;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li {
    grid-template-columns: 1fr;
  }
}
.who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li .story-container--inner--content--wrap02--inner--tiitle {
  background: #8DBE70;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 37px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li .story-container--inner--content--wrap02--inner--tiitle {
    padding: 10px 20px;
  }
}
.who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li h3 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  /* 30.8px */
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li h3 {
    font-size: 20px;
  }
}
.who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li h3 small {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.84px;
  text-align: left;
}
.who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.08px;
  padding: 15px 30px 15px 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap02 .story-container--inner--content--wrap02--inner ul li p {
    font-size: 16px;
    padding: 16px 20px;
    margin: unset;
  }
}
.who .story-container--inner--content--wrap03 {
  margin-top: 60px;
}
.who .story-container--inner--content--wrap03 .story-container--inner--content--wrap03--inner--wrap {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 20px;
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap03 .story-container--inner--content--wrap03--inner--wrap {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 0;
  }
  .who .story-container--inner--content--wrap03 .story-container--inner--content--wrap03--inner--wrap img {
    max-width: 200px;
    margin: auto;
  }
}
.who .story-container--inner--content--wrap03 p {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1024px) {
  .who .story-container--inner--content--wrap03 p {
    font-size: 16px;
  }
}
.who .bottom__button {
  width: 100%;
  height: 84px;
  background-color: #ffed87;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .who .bottom__button.sp {
    display: none;
  }
}
.who .bottom__button.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.who .bottom__button.is-visible .bottom__button-link {
  opacity: 1;
  visibility: visible;
}
.who .bottom__button .bottom__button-link {
  width: 100%;
  max-width: 347px;
  padding-block: 16px;
  border: 3px solid #FF801F;
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #FF801F;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 800;
}
.who .bottom__button .bottom__button-link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.who .bottom__button .bottom__button-link .buttom-text {
  width: 201px;
  height: 31px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (hover: hover) {
  .who .bottom__button .bottom__button-link:hover {
    background-color: #fff;
    color: #FF801F;
  }
  .who .bottom__button .bottom__button-link:hover svg .circle {
    fill: #FF801F;
  }
  .who .bottom__button .bottom__button-link:hover svg .arrow {
    fill: #fff;
  }
}

.story-container--inner--content--wrap03--inner--wrap--list--item--green .story-container--inner--content--wrap03--inner--wrap--list--item--title p {
  background: #8DBE70;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--green .story-container--inner--content--wrap03--inner--wrap--list--item--title p {
    padding: 5px 25px;
  }
}
.story-container--inner--content--wrap03--inner--wrap--list--item--green .story-container--inner--content--wrap03--inner--wrap--list--item--inner {
  border: 2px solid #8DBE70;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--green .story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li h4 {
  background: #8DBE70;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--green .story-container--inner--content--wrap03--inner--wrap--list--item--inner h3 {
  border-bottom: #8DBE70 solid 2px;
}

.story-container--inner--content--wrap03--inner--wrap--list--item--orange .story-container--inner--content--wrap03--inner--wrap--list--item--title p {
  background: #FFB666;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--orange .story-container--inner--content--wrap03--inner--wrap--list--item--inner {
  border: 2px solid #FFB666;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--orange .story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li h4 {
  background: #FFB666;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--orange .story-container--inner--content--wrap03--inner--wrap--list--item--inner h3 {
  border-bottom: #FFB666 solid 2px;
}

.story-container--inner--content--wrap03--inner--wrap--list--item--yellow .story-container--inner--content--wrap03--inner--wrap--list--item--title p {
  background: #FFCE3D;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--yellow .story-container--inner--content--wrap03--inner--wrap--list--item--inner {
  border: 2px solid #FFCE3D;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--yellow .story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li h4 {
  background: #FFCE3D;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--yellow .story-container--inner--content--wrap03--inner--wrap--list--item--inner h3 {
  border-bottom: #FFCE3D solid 2px;
}

.story-container--inner--content--wrap03--inner--wrap--list--item--title p {
  border-radius: 20px 20px 0px 0px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 10px 40px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--title p {
    font-size: 16px;
    letter-spacing: 0.96px;
    padding: 5px 25px;
  }
}

.story-container--inner--content--wrap03--inner--wrap--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list {
    gap: 15px;
  }
}

.story-container--inner--content--wrap03--inner--wrap--list--item {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="13" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.12)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(4px 4px 13px rgba(0, 0, 0, .12));
          filter: drop-shadow(4px 4px 13px rgba(0, 0, 0, .12));
}

.story-container--inner--content--wrap03--inner--wrap--list--item--inner {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 20px 20px 20px;
  background: #FFF;
  padding: 25px 40px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--inner {
    padding: 20px;
  }
  .story-container--inner--content--wrap03--inner--wrap--list--item--inner img {
    max-width: 75px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents {
    gap: 15px;
  }
}
.story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li {
  display: grid;
  grid-template-columns: 117px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li h4 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  border-radius: 30px;
  border: 1px solid #FFF;
  padding: 3px 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li h4 {
    width: 100%;
    max-width: 120px;
  }
}
.story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 32px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--inner .story-container--inner--content--wrap03--inner--wrap--list--item--inner--contents ul li p {
    margin-left: 15px;
  }
}
.story-container--inner--content--wrap03--inner--wrap--list--item--inner h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 1.44px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap03--inner--wrap--list--item--inner h3 {
    font-size: 18px;
    padding-bottom: 0px;
  }
}

.story-container--inner--content--wrap04 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap04 {
    margin-top: 70px;
  }
}
.story-container--inner--content--wrap04 .story-container--inner--content--wrap04--inner--wrap {
  margin-top: 30px;
}
.story-container--inner--content--wrap04 .story-container--inner--content--wrap04--inner--wrap p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 1.2px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .story-container--inner--content--wrap04 .story-container--inner--content--wrap04--inner--wrap p {
    font-size: 16px;
  }
}
.story-container--inner--content--wrap04 .story-container--inner--content--wrap04--inner--image {
  margin-top: 40px;
}

.story-container--inner--content--wrap05 {
  margin-top: 60px;
}
.story-container--inner--content--wrap05 .story-container--inner--content--wrap05--inner--image {
  margin-top: 40px;
}

.story-container--inner--content--wrap06 {
  margin-top: 80px;
}

.about-list-contents {
  width: 244px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 16px 16px;
  background-color: #FFB666;
  border-radius: 16px;
  position: sticky;
  top: 150px;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .about-list-contents {
    display: none;
  }
}
.about-list-contents .about-list-img {
  width: 40px;
  height: 61px;
  position: absolute;
  right: 14px;
  top: 8px;
}
.about-list-contents .about-list-title {
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  font-weight: 700;
  margin-bottom: 12px;
}
.about-list-contents .about-list {
  background-color: #FFF;
  border-radius: 10px;
  padding: 24px 16px;
}
.about-list-contents .about-list .sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-list-contents .about-list .sidebar-list__item {
  border-bottom: 1px solid #F4B95C;
}
.about-list-contents .about-list .sidebar-list__item:last-child {
  border-bottom: none;
}
.about-list-contents .about-list .sidebar-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 16px 0 20px;
  color: #333;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .about-list-contents .about-list .sidebar-list__link:hover .sidebar-list__text {
    color: #F4B95C;
  }
}
.about-list-contents .about-list .sidebar-list__text {
  font-size: 15px;
}
.about-list-contents .about-list .sidebar-list__text--active {
  color: #F4B95C;
}
.about-list-contents .about-list .sidebar-list__icon {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .about-list-contents {
    display: none;
  }
}

.location-list-contents {
  width: 244px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px 16px 16px;
  background-color: #FFB666;
  border-radius: 16px;
  position: relative;
}
.location-list-contents .location-list-img {
  width: 40px;
  height: 61px;
  position: absolute;
  right: 16px;
  top: 8px;
}
.location-list-contents .location-list-title {
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  font-weight: 700;
  margin-bottom: 12px;
}
.location-list-contents .location-list {
  background-color: #FFF;
  border-radius: 10px;
  padding: 4px 16px;
}
.location-list-contents .location-list .sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.location-list-contents .location-list .sidebar-list__item {
  border-bottom: 1px solid #F4B95C;
}
.location-list-contents .location-list .sidebar-list__item:last-child {
  border-bottom: none;
}
.location-list-contents .location-list .sidebar-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 16px 0 20px;
  color: #333;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
}
@media (hover: hover) {
  .location-list-contents .location-list .sidebar-list__link:hover .sidebar-list__text {
    font-size: 15px;
    color: #F4B95C;
  }
}
.location-list-contents .location-list .sidebar-list__icon {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .location-list-contents {
    display: none;
  }
}

.reserve__card {
  width: 100%;
  max-width: 847px;
  margin-inline: auto;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #FFFADF;
  border: 3px solid #FFB666;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reserve__card {
    padding-top: 38px;
    padding-bottom: 52px;
  }
}
.reserve__card .common__button {
  width: 564px;
  font-size: 30px;
  margin-bottom: 30px;
  padding-block: 31px;
  padding-right: 22px;
  margin-inline: auto;
  gap: 47px;
}
@media screen and (max-width: 768px) {
  .reserve__card .common__button {
    font-size: 16px;
    padding-block: 24px;
    max-width: 302px;
    padding-right: 17px;
    gap: 10px;
  }
}
.reserve__card .common__button .common__button-image {
  width: 117px;
  height: 110px;
  bottom: 13px;
  left: -3px;
}
@media screen and (max-width: 768px) {
  .reserve__card .common__button .common__button-image {
    width: 82px;
    height: 77px;
    bottom: 8px;
  }
}
.reserve__card .common__button .common__button-arrow {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .reserve__card .common__button .common__button-arrow {
    width: 21px;
    height: 21px;
  }
}
.reserve__card .common__button .common__button-arrow svg {
  width: 11px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .reserve__card .common__button .common__button-arrow svg {
    width: 5px;
    height: 8px;
  }
}

.reserve__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .reserve__title {
    font-size: 17px;
  }
}
.reserve__title .block {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .reserve__title .block {
    font-size: 14px;
  }
}

.reserve__text {
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .reserve__text {
    font-size: 14px;
  }
}

.tel {
  font-size: 48px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #FF801F;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .tel {
    font-size: 34px;
  }
}
.tel img {
  width: 30px;
  height: 41px;
}
@media screen and (max-width: 768px) {
  .tel img {
    width: 21px;
    height: 29px;
  }
}

.reserve__date {
  font-size: 14px;
  font-weight: 600;
}

.reserve__bg01 {
  width: 210px;
  position: absolute;
  top: -87px;
  left: -14px;
}
@media screen and (max-width: 768px) {
  .reserve__bg01 {
    width: 126px;
    top: -30px;
    left: -46px;
  }
}

.reserve__bg02 {
  width: 475px;
  position: absolute;
  bottom: -95px;
  right: -304px;
}
@media screen and (max-width: 768px) {
  .reserve__bg02 {
    width: 246px;
    bottom: -30px;
    right: -167px;
  }
}

.contact__button {
  display: block;
  width: 100%;
  max-width: 196px;
  text-align: center;
  margin-left: auto;
  padding-block: 10px;
  padding-right: 13px;
  background-color: #FF801F;
  color: #fff;
  border-radius: 26px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #FF801F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__button {
    max-width: 100%;
    padding-block: 25px;
    border-radius: 88px;
    font-size: 20px;
  }
}
.contact__button:hover {
  background-color: #fff;
  color: #FF801F;
  border-color: #FF801F;
}
.contact__button:hover .contact__button-arrow {
  background-color: #FF801F;
}
.contact__button:hover .contact__button-arrow svg path {
  fill: #fff;
}

.contact__button-arrow {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contact__button-arrow {
    width: 24px;
    height: 24px;
  }
}

.common__white-button {
  width: 100%;
  max-width: 346px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  padding-block: 24px;
  padding-right: 22px;
  background-color: #fff;
  color: #FF801F;
  letter-spacing: 0.06em;
  line-height: 1;
  border-radius: 88px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  border: 3px solid #FF801F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common__white-button {
    font-size: 18px;
    padding-block: 20px;
    margin-inline: auto;
  }
}
@media (hover: hover) {
  .common__white-button:hover {
    background-color: #FF801F;
    color: #fff;
    border-color: #FF801F;
  }
  .common__white-button:hover .common__white-button-arrow {
    background-color: #fff;
  }
  .common__white-button:hover .common__white-button-arrow svg path {
    fill: #FF801F;
  }
}

.common__white-button-arrow {
  width: 32px;
  height: 32px;
  background-color: #FF801F;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 22px;
}
@media screen and (max-width: 768px) {
  .common__white-button-arrow {
    width: 24px;
    height: 24px;
    right: 23px;
  }
  .common__white-button-arrow svg {
    width: 6px;
    height: 9px;
  }
}

.common__button {
  position: relative;
  width: 433px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 17px;
  padding-block: 24px;
  padding-right: 22px;
  background-color: #FF801F;
  color: #fff;
  border-radius: 88px;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  border: 3px solid #FF801F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .common__button {
    max-width: 347px;
    font-size: 19px;
    padding-right: 20px;
  }
}
.common__button:hover {
  background-color: #fff;
  color: #FF801F;
  border-color: #FF801F;
}
.common__button:hover .common__button-arrow {
  background-color: #FF801F;
}
.common__button:hover .common__button-arrow svg path {
  fill: #fff;
}

.common__button-image {
  width: 110px;
  position: absolute;
  bottom: 5px;
  left: -7px;
}
@media screen and (max-width: 768px) {
  .common__button-image {
    width: 92px;
    bottom: 8px;
  }
}

.common__button-arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .common__button-arrow {
    width: 24px;
    height: 24px;
  }
}
/*# sourceMappingURL=styles.css.map */
