/* s-area
======================================= */
.s-area__inner {
  padding-top: 2.5em;
}
@media (max-width: 768px) {
  .s-area__inner {
    padding-bottom: 1.25em;
  }
}
.s-area__container {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 7.5em;
  padding: 2.5em 4.1667%;
}
@media (max-width: 768px) {
  .s-area__container {
    margin-bottom: 4em;
  }
}
.s-area__info-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.25em;
}
.s-area__info-cat {
  color: #007CCF;
  font-weight: 500;
  line-height: 1;
  background-color: #E6F5FF;
  border-radius: 5px;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .s-area__info-cat {
    font-size: 0.875em;
  }
}
.s-area__title {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .s-area__title {
    font-size: 1.5em;
    margin-bottom: 1.5rem;
  }
}
.s-area__thumbnail {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3.175em;
  position: relative;
}
.s-area__thumbnail::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.s-area__thumbnail img, .s-area__thumbnail video, .s-area__thumbnail iframe, .s-area__thumbnail svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-area__title-01 {
  font-size: 1.5em;
  line-height: 1;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .s-area__title-01 {
    font-size: 1.25em;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.s-area__title-02 {
  font-size: 1.5em;
  padding-left: 1.25rem;
  position: relative;
  line-height: 1.333;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .s-area__title-02 {
    font-size: 1.25em;
    margin-bottom: 2rem;
  }
}
.s-area__title-02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #007CCF;
  border-radius: 5px;
}
.s-area__staff {
  margin-bottom: 6.25em;
}
@media (max-width: 768px) {
  .s-area__staff {
    margin-bottom: 4em;
  }
}
.s-area__staff-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.2%;
}
@media (max-width: 768px) {
  .s-area__staff-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-area__staff-image {
  width: 150px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.s-area__staff-image::before {
  content: "";
  display: block;
  padding-top: 75.35333%;
}
.s-area__staff-image img, .s-area__staff-image video, .s-area__staff-image iframe, .s-area__staff-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .s-area__staff-image {
    margin-bottom: 1rem;
  }
}
.s-area__staff-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .s-area__staff-text {
    font-size: 0.875em;
  }
}
.s-area__place {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__place {
    margin-bottom: 4em;
  }
}
.s-area__place-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.333%;
  margin-bottom: 3.175em;
}
@media (max-width: 768px) {
  .s-area__place-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-area__place-image {
  width: 45.45%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.s-area__place-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.s-area__place-image img, .s-area__place-image video, .s-area__place-image iframe, .s-area__place-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .s-area__place-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2em;
  }
}
.s-area__place-contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.s-area__place-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5em;
}
.s-area__place-item-title {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 1.5625rem;
}
.s-area__place-item-title::before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #49A3BA;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .s-area__place-item-text {
    font-size: 0.875em;
  }
}
.s-area__place-lower {
  position: relative;
}
.s-area__place-lower::before {
  content: "";
  display: block;
  padding-top: 40.9%;
}
.s-area__place-lower img, .s-area__place-lower video, .s-area__place-lower iframe, .s-area__place-lower svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-area__gallery {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__gallery {
    margin-bottom: 4em;
  }
}
.s-area__gallery-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.s-area__gallery-item::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.s-area__gallery-item img, .s-area__gallery-item video, .s-area__gallery-item iframe, .s-area__gallery-item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-area__plans {
  margin-bottom: 2.5em;
}
.s-area__plans-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 5em;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .s-area__plans-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
}
.s-area__plans-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.s-area__plans-item-image {
  width: 44.8863%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.s-area__plans-item-image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.s-area__plans-item-image img, .s-area__plans-item-image video, .s-area__plans-item-image iframe, .s-area__plans-item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .s-area__plans-item-image {
    width: 100%;
    margin-bottom: 1em;
  }
}
.s-area__plans-item-contents {
  width: 45.454%;
}
@media (max-width: 768px) {
  .s-area__plans-item-contents {
    width: 100%;
  }
}
.s-area__plans-item-title {
  font-size: 1.5em;
  line-height: 1.125;
  color: #007CCF;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .s-area__plans-item-title {
    font-size: 1.25em;
  }
}
.s-area__plans-item-text {
  font-weight: 500;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .s-area__plans-item-text {
    font-size: 0.875em;
    margin-bottom: 1.5em;
  }
}
.s-area__plans-item-price {
  margin-bottom: 1.875em;
}
@media (max-width: 768px) {
  .s-area__plans-item-price {
    margin-bottom: 1.5em;
  }
}
.s-area__plans-item-price-note {
  font-size: 0.75em;
  color: #AAAAAA;
}
.s-area__plans-item-price-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-area__plans-item-price-item {
  width: 48.75%;
  text-align: center;
}
.s-area__plans-item-price-item-title {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 5px;
  margin-bottom: 5px;
}
.s-area__plans-item-price-item-title.--weekdays {
  background-color: #49A3BA;
}
.s-area__plans-item-price-item-title.--weekends {
  background-color: #F963A1;
}
.s-area__plans-item-price-item-text {
  font-size: 1.25em;
  line-height: 1.35;
  padding: 0.75rem;
  border-radius: 5px;
}
.s-area__plans-item-price-item-text.--weekdays {
  background-color: #E5FAFF;
}
.s-area__plans-item-price-item-text.--weekends {
  background-color: #FFF0F6;
}
@media (max-width: 768px) {
  .s-area__plans-item-price > span {
    font-size: 0.875em;
  }
}
.s-area__plans-item-price > span.yen {
  font-size: 1.5em;
}
.s-area__plans-item-price > span.tax {
  color: #aaa;
}
.s-area__plans-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .s-area__plans-item-list {
    gap: 1em;
    margin-bottom: 2em;
  }
}
.s-area__plans-item-list.--overseas {
  margin-bottom: 0;
}
.s-area__plans-item-item {
  line-height: 1.6875;
  padding-left: 1.125em;
  position: relative;
}
@media (max-width: 768px) {
  .s-area__plans-item-item {
    font-size: 0.875em;
  }
}
.s-area__plans-item-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.84375em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #49A3BA;
}
@media (max-width: 768px) {
  .s-area__plans-item-btn {
    margin: auto;
  }
}
.s-area__plans-item-btn:nth-child(n+2) {
  margin-top: 1.875em;
}
@media (max-width: 768px) {
  .s-area__plans-item-btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.s-area__links {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .s-area__links {
    margin-bottom: 4em;
  }
}
.s-area__links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .s-area__links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25em;
  }
}
.s-area__links-item {
  width: 48%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .s-area__links-item {
    width: 100%;
    max-width: inherit;
  }
}
.s-area__links-item a {
  display: block;
  background-color: #EAEEF2;
  border-radius: 10px;
  padding: 1.875em;
  border: 2px solid transparent;
  height: 100%;
}
.s-area__links-item a:hover {
  background-color: #fff;
  border: 2px solid #007CCF;
}
.s-area__links-item a:hover .s-area__links-item-title-icon {
  background-color: #fff;
}
.s-area__links-item a:hover .s-area__links-item-title-icon .white {
  display: none;
}
.s-area__links-item a:hover .s-area__links-item-title-icon .blue {
  display: block;
}
.s-area__links-item a:hover .s-area__links-item-title-text {
  color: #007CCF;
}
.s-area__links-item-title {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .s-area__links-item-title {
    margin-bottom: 1.5em;
  }
}
.s-area__links-item-title-icon {
  border: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .s-area__links-item-text {
    font-size: 0.875em;
  }
}
.s-area__ending {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__ending {
    margin-bottom: 4em;
  }
}
.s-area__options-lead {
  margin-bottom: 3.125em;
}
.s-area__options-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .s-area__options-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
}
.s-area__options-btn {
  margin: auto;
}
.s-area__tour {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__tour {
    margin-bottom: 4em;
  }
}
.s-area__anchor {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__anchor {
    margin-bottom: 4em;
  }
}
.s-area__anchor-title {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .s-area__anchor-title {
    font-size: 1.125em;
  }
}
.s-area__anchor-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125em 5em;
}
@media (max-width: 1024px) {
  .s-area__anchor-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .s-area__anchor-links {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
}
.s-area__anchor-link a {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .s-area__anchor-link a {
    padding-bottom: 1rem;
  }
}
.s-area__anchor-link-icon {
  border: 1px solid #007CCF;
}
.s-area__anchor-link-text {
  white-space: nowrap;
}
.s-area__places, .s-area__spots {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__places, .s-area__spots {
    margin-bottom: 4em;
  }
}
.s-area__places-item, .s-area__spots-item {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.s-area__places-item-image, .s-area__spots-item-image {
  position: relative;
}
.s-area__places-item-image::before, .s-area__spots-item-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.s-area__places-item-image img, .s-area__places-item-image video, .s-area__places-item-image iframe, .s-area__places-item-image svg, .s-area__spots-item-image img, .s-area__spots-item-image video, .s-area__spots-item-image iframe, .s-area__spots-item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-area__places-item-contents, .s-area__spots-item-contents {
  padding: 1.25em;
}
@media (max-width: 768px) {
  .s-area__places-item-contents, .s-area__spots-item-contents {
    padding: 1em;
  }
}
.s-area__places-item-title, .s-area__spots-item-title {
  font-weight: 600;
  color: #007CCF;
  margin-bottom: 0.5em;
}
.s-area__places-item-text, .s-area__spots-item-text {
  font-weight: 400;
}
@media (max-width: 768px) {
  .s-area__places-item-text, .s-area__spots-item-text {
    font-size: 0.875em;
  }
}
.s-area__schedule {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__schedule {
    margin-bottom: 4em;
  }
}
.s-area__schedule-day {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #007CCF;
  overflow: hidden;
  margin-bottom: 2.5em;
  cursor: pointer;
}
.s-area__schedule-day.is-open .s-area__schedule-day-title {
  background-color: #007CCF;
  color: #fff;
}
.s-area__schedule-day.is-open .s-area__schedule-day-title-btn {
  background-color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-area__schedule-day.is-open .s-area__schedule-day-title-btn::before {
  border-right: 2px solid #007CCF;
  border-bottom: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .s-area__schedule-day.is-open .s-area__schedule-day-title-btn::before {
    -webkit-transform: translate(-1px, -1px) rotate(45deg);
            transform: translate(-1px, -1px) rotate(45deg);
  }
}
.s-area__schedule-day-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #007CCF;
  line-height: 1.125;
  padding: 1.375rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .s-area__schedule-day-title {
    font-size: 1.25em;
    padding: 1.375rem 5%;
  }
}
.s-area__schedule-day-title-btn {
  display: block;
  width: 29.5px;
  height: 29.5px;
  background-color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .s-area__schedule-day-title-btn {
    width: 24px;
    height: 24px;
  }
}
.s-area__schedule-day-title-btn::before {
  position: absolute;
  top: 7px;
  left: 9px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .s-area__schedule-day-title-btn::before {
    top: 6px;
    left: 7.5px;
    width: 8px;
    height: 8px;
  }
}
.s-area__schedule-day-contents {
  display: none;
  padding: 2.5em 1.875em;
}
@media (max-width: 768px) {
  .s-area__schedule-day-contents {
    padding: 1.5em 5%;
  }
}
.s-area__schedule-day-item:nth-child(n+2) {
  margin-top: 3.125em;
}
@media (max-width: 768px) {
  .s-area__schedule-day-item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.s-area__schedule-day-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25em;
}
.s-area__schedule-day-item-time {
  font-weight: 600;
  color: #007CCF;
}
.s-area__schedule-day-item-title {
  font-weight: 600;
}
.s-area__schedule-day-item-image {
  margin-top: 1.5em;
  position: relative;
}
.s-area__schedule-day-item-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.s-area__schedule-day-item-image img, .s-area__schedule-day-item-image video, .s-area__schedule-day-item-image iframe, .s-area__schedule-day-item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .s-area__schedule-day-item-image {
    margin-top: 1em;
  }
}
.s-area__schedule-day-item-text {
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .s-area__schedule-day-item-text {
    font-size: 0.875em;
    margin-top: 1em;
  }
}
.s-area__schedule-day-staff {
  margin-top: 5em;
  background-color: #EAEEF2;
  border-radius: 10px;
  padding: 1.875em 2.5em;
}
@media (max-width: 768px) {
  .s-area__schedule-day-staff {
    margin-top: 2.5em;
    padding: 1.5em 1em;
  }
}
.s-area__schedule-day-staff-title {
  font-weight: 600;
  color: #007CCF;
  margin-bottom: 1.25em;
}
.s-area__schedule-day-staff-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.5%;
}
@media (max-width: 768px) {
  .s-area__schedule-day-staff-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-area__schedule-day-staff-image {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 768px) {
  .s-area__schedule-day-staff-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 1em;
  }
}
.s-area__schedule-day-staff-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .s-area__schedule-day-staff-text {
    font-size: 0.875em;
  }
}
.s-area__prices {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__prices {
    margin-bottom: 4em;
  }
}
.s-area__prices-list {
  margin-bottom: 3.125em;
}
.s-area__prices-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ccc;
}
.s-area__prices-item:nth-child(n+2) {
  margin-top: 1.25em;
}
.s-area__prices-item-text, .s-area__prices-item-price {
  font-weight: 600;
}
.s-area__prices-summery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  line-height: 1;
  margin-bottom: 3.125em;
}
.s-area__prices-summery-title {
  color: #007CCF;
  font-weight: 600;
}
@media (max-width: 768px) {
  .s-area__prices-summery-yen {
    font-size: 0.875em;
  }
}
.s-area__prices-summery-yen .yen {
  font-size: 1.5rem;
}
.s-area__prices-summery-yen .tax {
  color: #aaa;
}
.s-area__prices-textarea {
  font-size: 0.875em;
  line-height: 1.714;
}
@media (max-width: 768px) {
  .s-area__prices-textarea {
    font-size: 0.75em;
  }
}
.s-area__flow {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__flow {
    margin-bottom: 4em;
  }
}
.s-area__flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .s-area__flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.s-area__flow-item:nth-child(n+2) {
  margin-top: 2.8125em;
}
.s-area__flow-item-step {
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #007CCF;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .s-area__flow-item-step {
    font-size: 1.125em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.25em;
  }
}
.s-area__flow-item-contents {
  background-color: #EAEEF2;
  padding: 2.5em 5.6% 2em;
}
@media (max-width: 768px) {
  .s-area__flow-item-contents {
    padding: 1.5em 5%;
  }
}
.s-area__flow-item-title {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
  color: #007CCF;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .s-area__flow-item-title {
    font-size: 1.125em;
  }
}
@media (max-width: 768px) {
  .s-area__flow-item-text {
    font-size: 0.875em;
  }
}
.s-area__faq {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .s-area__faq {
    margin-bottom: 4em;
  }
}
.s-area__faq-item {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #007CCF;
  cursor: pointer;
  overflow: hidden;
}
.s-area__faq-item:nth-child(n+2) {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .s-area__faq-item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.s-area__faq-item.is-open .s-area__faq-item-question {
  background-color: #007CCF;
}
.s-area__faq-item.is-open .s-area__faq-item-question-text {
  color: #fff;
}
.s-area__faq-item.is-open .s-area__faq-item-question-btn {
  background-color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.s-area__faq-item.is-open .s-area__faq-item-question-btn::before {
  border-right: 2px solid #007CCF;
  border-bottom: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .s-area__faq-item.is-open .s-area__faq-item-question-btn::before {
    -webkit-transform: translate(-1px, -1px) rotate(45deg);
            transform: translate(-1px, -1px) rotate(45deg);
  }
}
.s-area__faq-item-question-text {
  font-weight: 600;
  color: #007CCF;
  line-height: 1.6875;
  padding: 1.375rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .s-area__faq-item-question-text {
    font-size: 0.875em;
    padding: 1em;
  }
}
.s-area__faq-item-question-btn {
  display: block;
  width: 29.5px;
  height: 29.5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .s-area__faq-item-question-btn {
    width: 24px;
    height: 24px;
  }
}
.s-area__faq-item-question-btn::before {
  position: absolute;
  top: 7px;
  left: 9px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .s-area__faq-item-question-btn::before {
    top: 6px;
    left: 7.5px;
    width: 8px;
    height: 8px;
  }
}
.s-area__faq-item-answer {
  display: none;
  padding: 2.5em 1.875em;
}
@media (max-width: 768px) {
  .s-area__faq-item-answer {
    font-size: 0.875em;
    padding: 1em;
  }
}
.s-area__report {
  margin-top: 7.5em;
}
@media (max-width: 768px) {
  .s-area__report {
    margin-top: 4em;
  }
}
.s-area__report-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .s-area__report-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
}
.s-area__report-btn {
  margin: auto;
}
.s-area__btn {
  margin: auto;
}