@charset "UTF-8";
/* ---------------------
  rexponsive
--------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: block;
  }
}

/* ---------------------
  radius
--------------------- */
.radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* ---------------------
  ttl
--------------------- */
h2, h3, h4, h5, h6 {
  font-weight: bold !important;
}

/* ---------------------
  txt
--------------------- */
.f12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 450px) {
  .f12 {
    font-size: 1rem;
  }
}

.f14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .f14 {
    font-size: 1.3rem;
  }
}

.f15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 450px) {
  .f15 {
    font-size: 1.4rem;
  }
}

.f18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .f18 {
    font-size: 1.6rem;
  }
}

.f21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .f21 {
    font-size: 1.9rem;
  }
}

.f22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .f22 {
    font-size: 2rem;
  }
}

.f24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .f24 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .f24 {
    font-size: 1.8rem;
  }
}

.f28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 450px) {
  .f28 {
    font-size: 4vw;
  }
}

.f30 {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .f30 {
    font-size: 4.3vw;
  }
}

.f32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .f32 {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 450px) {
  .f32 {
    font-size: clamp(1.8rem, 4.8vw, 100rem);
  }
}

.f34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 834px) {
  .f34 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .f34 {
    font-size: clamp(1.8rem, 4.8vw, 100rem);
  }
}

.f36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 834px) {
  .f36 {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 450px) {
  .f36 {
    font-size: clamp(1.8rem, 4.9vw, 100rem);
  }
}

.f42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 834px) {
  .f42 {
    font-size: 5.1vw;
  }
}

.f43 {
  font-size: 4.3rem;
}
@media screen and (max-width: 834px) {
  .f43 {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 450px) {
  .f43 {
    font-size: clamp(2rem, 6vw, 100rem);
  }
}

.f48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 834px) {
  .f48 {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 450px) {
  .f48 {
    font-size: clamp(2rem, 7vw, 100rem);
  }
}

.f50 {
  font-size: 5rem;
}
@media screen and (max-width: 834px) {
  .f50 {
    font-size: 5.8vw;
  }
}

.f52 {
  font-size: 5.2rem;
}
@media screen and (max-width: 834px) {
  .f52 {
    font-size: 5.8vw;
  }
}

.f70 {
  font-size: 7rem;
}
@media screen and (max-width: 720px) {
  .f70 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 530px) {
  .f70 {
    font-size: 9vw;
  }
}

.fwn {
  font-weight: 400;
}

.fwm {
  font-weight: 500;
}

.fwl {
  font-weight: 300;
}

.fwsb {
  font-weight: 600;
}

.fwb {
  font-weight: 700;
}

/* ---------------------
  アコーディオンメニュー
--------------------- */
.acc-item {
  padding: 4rem 8rem;
  background-color: #f5f5f5;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .acc-item {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .acc-item {
    padding: 1.5rem 2rem;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
  }
}
.acc-item:not(:first-of-type) {
  margin-top: 5rem;
}
@media screen and (max-width: 1100px) {
  .acc-item:not(:first-of-type) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .acc-item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.acc-item.open .acc-box {
  max-height: fit-content;
  opacity: 1;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dbdbdb;
}
.acc-item.open .acc-btn::before {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.acc-sum {
  position: relative;
  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: 2.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .acc-sum {
    font-size: 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .acc-sum {
    padding-right: 4rem;
    font-size: 1.8rem;
    gap: 1rem;
    line-height: 1.3;
  }
}

.acc-btn {
  position: absolute;
  width: 2rem;
  aspect-ratio: 1/1;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .acc-btn {
    right: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .acc-btn {
    width: 1.6rem;
  }
}
.acc-btn::before, .acc-btn:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  top: 0;
  left: calc(50% - 2px);
  background-color: #ff5885;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .acc-btn::before, .acc-btn:after {
    width: 2px;
    height: 16px;
    left: calc(50% - 1px);
  }
}
.acc-btn::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acc-ttl {
  font-size: 3.2rem;
  color: #ff5885;
  font-family: "Unbounded";
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .acc-ttl {
    font-size: 2.7rem;
  }
}

.acc-box {
  max-height: 0;
  opacity: 0;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.acc-box p:not(.acc-a__txt) {
  margin-left: 4.7rem;
}
@media screen and (max-width: 1100px) {
  .acc-box p:not(.acc-a__txt) {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .acc-box p:not(.acc-a__txt) {
    margin-left: 2.8rem;
  }
}

.acc-a__txt {
  margin-bottom: 2rem;
  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: 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .acc-a__txt {
    margin-bottom: 1rem;
    gap: 2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .acc-a__txt {
    gap: 1rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}