@charset "UTF-8";
/* =========================================
   Event Care
   ========================================= */
.event-care {
  color: #3b3b3b;
  padding-top: 94rem;
}
@media screen and (max-width: 768px) {
  .event-care {
    padding-top: 60rem;
  }
}

.event-care-container {
  max-width: 1200rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .event-care-container {
    padding: 0 19rem;
    box-sizing: border-box;
  }
}

.event-care-title {
  font-size: 45rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .event-care-title {
    font-size: 30rem;
    line-height: 1.5;
  }
}
.event-care-title--sm {
  font-size: 33rem;
}
.event-care-title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .event-care-title {
    font-size: 30rem;
  }
  .event-care-title br {
  display: inline-block;
  }
}
.event-care-title--orange {
  color: #f2af40;
}

/* =========================================
   First View
   ========================================= */
.fv {
  position: relative;
  width: 100%;
  height: calc(100vh - 94rem);
  min-height: 600rem;
  max-height: 814rem;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 534rem;
    min-height: 534rem;
  }
}
.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #eee;
}
.fv__bg-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: slideAnime 15s infinite;
}
.fv__bg-item:nth-child(1) {
  animation-delay: 0s;
}
.fv__bg-item:nth-child(2) {
  animation-delay: 5s;
}
.fv__bg-item:nth-child(3) {
  animation-delay: 10s;
}
.fv__bg-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fv__content {
    padding-inline: 20rem;
  }
}
.fv__inner {
  position: relative;
  width: 100%;
  max-width: 1350rem;
  height: 100%;
  margin: 0 auto;
}
.fv__text-area {
  position: absolute;
  bottom: 89rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .fv__text-area {
    bottom: 50rem;
    left: 0;
    width: 100%;
  }
}
.fv__sub-copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 78rem;
  background-color: #fff;
  border-radius: 100vw;
  padding: 10rem 36rem 10rem 31rem;
  font-size: 32rem;
  font-weight: 700;
  letter-spacing: 0;
  box-sizing: border-box;
  box-shadow: 6rem 8rem 0 #f2af40;
}
@media screen and (max-width: 768px) {
  .fv__sub-copy {
    font-size: 16rem;
    height: auto;
    padding: 8rem 20rem;
    box-shadow: 4rem 6rem 0 #f2af40;
  }
}
.fv__sub-copy-icon {
  width: 37rem;
  aspect-ratio: 1;
  margin-right: 13rem;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .fv__sub-copy-icon {
    width: 18rem;
    margin-top: 0;
    margin-right: 0.3em;
  }
}
.fv__text-orange {
  color: #ffbf54;
  margin: 0 2rem;
}
.fv__tag {
  display: inline-block;
  position: absolute;
  top: -24rem;
  left: 8rem;
  background-color: #f2af40;
  color: #fff;
  font-size: 16rem;
  font-weight: 500;
  padding: 4rem 16rem 5rem;
  border-radius: 100vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .fv__tag {
    top: -20rem;
    font-size: 12rem;
    padding: 2rem 8rem;
  }
}
.fv__main-copy {
  margin-top: 27rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
.fv__main-copy {
  margin-top: 15rem;
}
}
.fv__main-copy-line {
  line-height: 1;
  color: #fff;
  font-size: 52rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 8rem 13rem 10rem 7rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .fv__main-copy-line {
    font-size: 27rem;
    padding: 6rem 6rem 8rem;
  }
}
.fv__main-copy-line + .fv__main-copy-line {
  margin-top: 10rem;
}
.fv__description-box {
  margin-top: 21rem;
  color: #fff;
  border-radius: 5px;
  padding: 17rem 22rem 22rem;
  max-width: -moz-max-content;
  max-width: max-content;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .fv__description-box {
    padding: 2rem 0 5rem 10rem;
    margin-top: 11rem;
  }
}
.fv__description-text {
  font-size: 20rem;
  font-weight: 500;
  border-bottom: 2rem dotted #ffbe51;
  display: inline;
}
.fv__description-text br {
  display: none;
}
@media screen and (max-width: 768px) {
 .fv__description-text br {
  display: inline-block;
} 
}
.fv__description-text + .fv__description-text {
  display: block;
  margin-top: 10rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .fv__description-text + .fv__description-text {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .fv__description-text {
    font-size: 16rem;
  }
}
.fv__wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: max(1.012vw, 17rem);
  background: url("../images/page/event-care/fv_wave.svg") center bottom repeat-x;
  border-bottom: 1px solid #fcf6f0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__wave {
    background-size: 700rem;
  }
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* =========================================
   Scenes Section
   ========================================= */
.relief-scenes {
  background-color: #fcf6f0;
  padding-block: 94rem 99rem;
}
@media screen and (max-width: 768px) {
  .relief-scenes {
    padding-block: 80rem;
  }
}
.relief-scenes__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50rem 45rem;
  margin-top: 28rem;
}
@media screen and (max-width: 768px) {
  .relief-scenes__list {
    grid-template-columns: 1fr;
    row-gap: 30rem;
    margin-top: 30rem;
  }
}
.relief-scenes__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.relief-scenes__category {
  color: #f2af40;
  font-size: 28rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .relief-scenes__category {
    font-size: 23rem;
  }
}
.relief-scenes__image-wrapper {
  width: 100%;
  border-radius: 20rem;
  overflow: hidden;
  aspect-ratio: 370/238;
  background: #eee;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .relief-scenes__image-wrapper {
    margin-top: 5rem;
  }
}
.relief-scenes__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.relief-scenes__description {
  font-size: 17rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .relief-scenes__description {
    font-size: 16rem;
    margin-top: 0;
  }
}
.relief-scenes__note {
  margin-top: 50rem;
  text-align: center;
  font-size: 25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.relief-scenes__note br {
  display: none;
}
@media screen and (max-width: 768px) {
  .relief-scenes__note {
    margin-top: 30rem;
    font-size: 18rem;
  }
  .relief-scenes__note br {
  display: inline-block;
}
}

/* =========================================
   Achievements Section
   ========================================= */
.achievements {
  width: 100%;
  padding-block: 98rem 100rem;
}
@media screen and (max-width: 768px) {
  .achievements {
    padding-block: 80rem;
  }
}
.achievements__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60rem;
  margin-top: 30rem;
}
@media (max-width: 1024px) {
  .achievements__list {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .achievements__list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px 5%;
    margin-top: 40rem;
    margin-inline: auto;
  }
}
.achievements__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.achievements__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: #3b3b3b;
  background: #fff;
  border-radius: 15px;
  border: 1px solid hsla(0, 0%, 100%, 0);
  box-shadow: 0px 0px 15px rgba(123, 123, 123, 0.1607843137);
  transition: all 0.2s;
  overflow: hidden;
}
.achievements__link:hover {
  border-color: #f2af40;
}
.achievements__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 298/180;
  overflow: hidden;
  background: #eee;
}
.achievements__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievements__body {
  flex-grow: 1;
  width: 100%;
  padding: 15px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.achievements__tag {
  font-size: max(12rem, 10px);
  padding: 5px;
  color: #f38200;
  border: 1px solid #f38200;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .achievements__tag {
    font-size: 10px;
  }
}
.achievements__card-title {
  font-size: max(22rem, 20px);
  text-align: left;
  color: #3b3b3b;
  font-weight: 700;
  margin-right: auto;
  margin-bottom: 10px;
  padding-block: 5px;
  line-height: 1.4;
}
.achievements__date {
  font-size: max(15rem, 13px);
  padding-left: 30px;
  color: #3b3b3b;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .achievements__date {
    font-size: 13px;
  }
}

/* =========================================
   Merits Section
   ========================================= */
.merits {
  width: 100%;
  padding-block: 100rem;
  background-color: #fcf6f0;
}
@media screen and (max-width: 768px) {
  .merits {
    padding-block: 80rem;
  }
}
.merits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 66rem;
  margin-top: 50rem;
}
@media (max-width: 1024px) {
  .merits__list {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .merits__list {
    grid-template-columns: 1fr;
    gap: 50rem;
    margin-top: 40rem;
  }
}
.merits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.merits__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.merits__icon {
  width: auto;
  height: 130rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .merits__icon {
    height: 100rem;
  }
}
.merits__item-title {
  font-size: 28rem;
  font-weight: 500;
  text-align: center;
  margin-top: 38rem;
}
@media screen and (max-width: 768px) {
  .merits__item-title {
    font-size: 28rem;
    margin-top:4rem;
  }
}
.merits__description {
  font-size: 20rem;
  line-height: 1.6;
  margin-top: 24rem;
}
@media screen and (max-width: 768px) {
  .merits__description {
    font-size: 18rem;
    margin-top: 11rem;
    line-height: 1.8;
  }
}
.merits__highlight {
  color: #f2af40;
  font-weight: 500;
}

/* =========================================
   Services Section
   ========================================= */
.services {
  padding-block: 100rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .services {
    padding-block: 80rem;
  }
}
.services__list {
  margin-top: 30rem;
}
.services__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 49rem;
       column-gap: 49rem;
}
@media screen and (max-width: 768px) {
  .services__item {
    flex-direction: column;
  }
}
.services__item + .services__item {
  margin-top: 74rem;
}
@media screen and (max-width: 768px) {
  .services__item + .services__item {
    margin-top: 60rem;
  }
}
.services__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .services__item--reverse {
    flex-direction: column;
  }
}
.services__item--reverse .services__image-wrapper {
  text-align: right;
}
.services__image-wrapper {
  width: 540rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .services__image-wrapper {
    display: block;
    width: 100%;
    max-width: 320rem;
    margin-top: 0;
    margin-inline: auto;
  }
}
.services__image {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .services__image {
    width: 100%;
  }
}
.services__image-deco {
  position: absolute;
  height: auto;
  z-index: -1;
}
.services__item--equipment .services__image-deco {
  top: -51rem;
  left: -25rem;
  width: 52.9%;
}
.services__item--operation .services__image-deco {
  top: -14rem;
  right: -36rem;
  width: 38.51%;
}
.services__item--flexibility .services__image-deco {
  top: 6rem;
  right: -48rem;
  width: 38.51%;
}
.services__item--ability .services__image-deco {
  top: -49rem;
  left: -60rem;
  width: 54.63%;
}
.services__body {
  flex: 1;
  padding-top: 28rem;
}
@media screen and (max-width: 768px) {
  .services__body {
    width: 100%;
    padding-top: 30rem!important;
  }
}
.services__item--ability .services__body {
  padding-top: 0;
}
.services__head {
  display: flex;
  flex-direction: column;
}
.services__head-main {
  font-size: 36rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .services__head-main {
    font-size: 30rem;
  }
}
.services__head-sub {
  font-size: 17rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .services__head-sub {
    font-size: 16rem;
  }
}
.services__desc {
  font-size: 20rem;
  line-height: 1.6;
  margin-top: 36rem;
}
@media screen and (max-width: 768px) {
  .services__desc {
    font-size: 18rem;
    margin-top: 24rem;
    line-height: 1.8;
  }
}
.services__bullet {
  margin-top: 26rem;
  padding-top: 26rem;
  background-image: radial-gradient(circle, #f2af40 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 7px 3px;
}
.services__bullet-item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 17rem;
}
@media screen and (max-width: 768px) {
  .services__bullet-item {
    font-size: 16rem;
  }
}
.services__bullet-item::before {
  content: "・";
}

/* =========================================
   Price Section
   ========================================= */
.price {
  width: 100%;
  max-width: 1000px;
  margin: 98rem auto 0;
}
@media screen and (max-width: 768px) {
  .price {
    margin-top: 60rem;
  }
}
.price__title {
  position: relative;
  font-size: 25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price__title {
    font-size: 24rem;
  }
}
.price__title-bg {
  content: "";
  position: absolute;
  top: -81rem;
  left: -94rem;
  width: 172rem;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .price__title-bg {
    left: -80px;
    top: -70px;
  }
}
.price__table-wrapper {
  margin-top: 30rem;
  overflow-x: auto;
}
.price__table {
  width: 100%;
  min-width: 700rem;
  table-layout: fixed;
  font-size: 17rem;
  border-collapse: collapse;
  border: 1px solid #feda9f;
}
.price__table.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .price__table-wrapper {
    overflow: unset;
  }
  .price__table {
    display: none;
  }
  .price__table.sp {
  display: table;
  width: 100%;
  min-width: unset;
  font-size: 16rem;
  margin-bottom: 3rem;
}
}
.price__table th,
.price__table td {
  text-align: center;
  padding: 11rem 0.5em 12rem;
  background-image: radial-gradient(circle, #eeb960 1.5px, transparent 1.5px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 3px 10px;
}
.price__table th:first-child,
.price__table td:first-child {
  width: 15.8%;
}
@media screen and (max-width: 768px) {
 .price__table th:first-child,
.price__table td:first-child {
  width: 20%;
} 
 }
.price__table th:last-child,
.price__table td:last-child {
  background-image: none;
}
.price__table thead tr {
  background-color: #fcf6f0;
}
.price__table tbody tr:nth-child(even) {
  background-color: #fcf6f0;
}
.price__note-item {
  font-weight: 700;
  margin: 0;
}
.price__note-item + .price__note-item {
  margin-top: 5rem;
}
.price__note-text {
  font-size: 17rem;
  margin-top: 18rem;
}
.price__note-text .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .price__note-text {
    font-size: 16rem;
  }
  .price__note-text .sp {
  display: inline-block;
}
}

/* =========================================
   Flow Section
   ========================================= */
.flow {
  width: 100%;
  padding-block: 117rem 130rem;
  background-color: #fcf6f0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-block: 80rem;
  }
}
.flow__list {
  margin-top: 30rem;
  padding: 0;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__list {
    margin-top: 40rem;
  }
}
.flow__list::before {
  content: "";
  position: absolute;
  top: 20rem;
  bottom: 100rem;
  left: 83rem;
  width: 5rem;
  background-image: radial-gradient(circle, #736357 2.5px, transparent 2.5px);
  background-position: left top 5px;
  background-repeat: repeat-y;
  background-size: 5px 12px;
}
@media screen and (max-width: 768px) {
  .flow__list::before {
    bottom: 0;
    left: 22rem;
    width: 3rem;
    background-image: radial-gradient(circle, #736357 1.5px, transparent 1.5px);
    background-size: 4px 10px;
    transform: translateX(-50%);
  }
}
.flow__item {
  display: flex;
  position: relative;
  z-index: 1;
}
.flow__item + .flow__item {
  margin-top: 40rem;
}
@media screen and (max-width: 768px) {
  .flow__item + .flow__item {
    margin-top: 25rem;
  }
}

.flow__icon-area {
  width: 166rem;
  flex-shrink: 0;
  margin-right: 40rem;
}
@media screen and (max-width: 768px) {
  .flow__icon-area {
    width: 44rem;
    margin-right: 10rem;
  }
}
.flow__icon-circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .flow__icon-circle {
    display: grid;
    place-content: center;
  }
}
.flow__step-label {
  position: absolute;
  top: 16rem;
  left: 50%;
  font-size: 14rem;
  font-weight: 700;
  color: #f2af40;
  z-index: 1;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow__step-label {
    font-size: 12rem;
    white-space: nowrap;
    top: 0;
    transform: none;
    left: auto;
    right: -57rem;
  }
}
.flow__icon {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .flow__icon {
    width: 100%;
    transform: translateY(-1rem);
  }
}
.flow__content {
  flex: 1;  
}
@media screen and (max-width: 768px) {
.flow__content {
  padding-top: 15rem; 
}  
}
.flow__head {
  font-size: 22rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .flow__head {
    font-size: 18rem;
  }
}
.flow__desc {
  font-size: 17rem;
  line-height: 1.529;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .flow__desc {
    font-size: 16rem;
  }
}
.flow__desc:last-child {
  margin-bottom: 0;
}
.flow__check-list {
  margin-top: 7rem;
  font-size: 17rem;
}
@media screen and (max-width: 768px) {
  .flow__check-list {
    font-size: 14rem;
  }
}
.flow__check-title {
  font-size: 17rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .flow__check-title {
    font-size: 16rem;
    font-weight: bold;
  }
}
.flow__check-detail {
  display: block;
}
.flow__detail-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  font-size: 17rem;
  gap: 7rem 22rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .flow__detail-list {
    font-size: 16rem;
    gap: 2rem 22rem;
  }
}
.flow__detail-list:last-child {
  margin-bottom: 0;
}
.flow__detail-item {
  display: flex;
  align-items: first baseline;
  line-height: 1.529;
}
.flow__detail-item::before {
  flex-shrink: 0;
  content: "●";
}

/* =========================================
   top_link-list
   ========================================= */
.top_link-list {
  margin-top: 0;
}

.top_link-list .box h2 {
  font-weight: 700;
  line-height: 1.36;
  padding-bottom: 37rem;
  display: block;
  font-size: 50rem
}
.top_link-list .box h2 span {
  font-size: 50rem;;
}
.top_link-list .box h2 .sp {
  display: none;
}
.top_link-list .box .item_row .item_tel::after {
  content: "専門スタッフが対応いたします";
}
@media screen and (max-width: 768px) {
  .top_link-list .box h2 {
    font-size: 28rem;
  }
  .top_link-list .box h2 .sp {
  display: inline-block;
  }
  .top_link-list .box h2 span {
    font-size: 18rem;
    white-space: nowrap;    
  }
  .top_link-list .box {
    padding: 30rem 15rem;
  }
}
.top_link-list .box .item_row .item_tel p.item_tel-comment {
  position: relative;
}
p.item_tel-comment::before {
  position: absolute;
  content: "24時間相談可能";
  font-size: 17rem;
  left: 100rem;
  bottom: -30rem;
  color: #3B3B3B;
  font-weight: 400;
}
  @media screen and (max-width:768px) {
    p.item_tel-comment::before {
      font-size: 16rem;
      left: 48rem;
      bottom: -24rem;
    }
  }
/*# sourceMappingURL=style.css.map */