@charset "UTF-8";
.bg-pink {
  background: url(../img/bg-ptn01.jpg) repeat;
}

#contents1 .footer-contact-block01__msg {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  #contents1 .footer-contact-block01__msg {
    margin-bottom: 60px;
    text-align: left;
  }
}
#contents1 .footer-contact-block01__msg p {
  margin-bottom: 1.5em;
}

#precautions {
  position: relative;
}
#precautions.section {
  padding-bottom: 135px;
}
@media (max-width: 480px) {
  #precautions.section {
    padding-bottom: 100px;
  }
}
#precautions::before {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-480px);
  content: "";
  width: 130px;
  height: auto;
  aspect-ratio: 13/10;
  background-image: url(../img/precautions_point01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (max-width: 480px) {
  #precautions::before {
    width: 81px;
    transform: translateX(-145px);
    bottom: -12px;
  }
}
#precautions::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(340px);
  content: "";
  width: 146px;
  height: auto;
  aspect-ratio: 146/132;
  background-image: url(../img/precautions_point02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (max-width: 480px) {
  #precautions::after {
    width: 100px;
    transform: translateX(55px);
    bottom: -7px;
  }
}
#precautions .precautions_list {
  width: 923px;
  background-color: #fff;
  border-radius: 36px;
  padding: 50px 45px 60px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #precautions .precautions_list {
    width: 100%;
    border-radius: 18px;
    padding: 5.5%;
  }
}
#precautions .precautions_list ul {
  padding-top: 50px;
}
@media (max-width: 480px) {
  #precautions .precautions_list ul {
    padding-top: 17px;
  }
}
#precautions .precautions_list ul li {
  letter-spacing: 0.05rem;
  text-indent: -15px;
  padding-left: 15px;
}

#fee .table_base {
  padding-top: 50px;
}
@media (max-width: 480px) {
  #fee .table_base {
    padding-top: 25px;
  }
}
#fee .table_base table th,
#fee .table_base table td {
  border: none;
}
#fee .table_base tr {
  border-top: 1px solid #ed828b;
  border-bottom: 1px solid #ed828b;
}
@media (max-width: 480px) {
  #fee .table_base tr {
    border: 0;
    line-height: 1.5;
  }
}
#fee .table_base th {
  font-size: 1.8rem;
  color: #ed828b;
  font-weight: 900;
  background-color: #faf4e3;
}
@media (max-width: 480px) {
  #fee .table_base th {
    font-size: 1.5rem;
    padding: 0.5em 1em;
  }
}

#flow {
  background: linear-gradient(180deg, #fffffe 0%, #fcf8f5 100%);
}
#flow .flow_in {
  padding-top: 50px;
}
@media (max-width: 480px) {
  #flow .flow_in {
    padding-top: 25px;
  }
}
#flow .flow_in ul {
  display: flex;
  justify-content: space-between;
  counter-reset: number;
}
@media (max-width: 480px) {
  #flow .flow_in ul {
    flex-direction: column;
    gap: 40px;
  }
}
#flow .flow_in ul .flow_item {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto 1fr;
  align-items: center;
  justify-items: center;
  width: calc(25% - 28px);
  height: auto;
  border-radius: 31px;
  background-color: #fff;
  border: 1px solid #ed828b;
  padding: 40px 15px 25px;
}
@media (max-width: 480px) {
  #flow .flow_in ul .flow_item {
    justify-items: start;
    width: 100%;
    border-radius: 15px;
    padding: 30px 5.5%;
  }
}
#flow .flow_in ul .flow_item::before {
  content: counter(number, decimal-leading-zero) " ";
  counter-increment: number 1;
  position: absolute;
  top: -31px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
  font-weight: 900;
  color: #fff;
  width: 63px;
  height: 56px;
  border-radius: 50%;
  background-color: #ed828b;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  #flow .flow_in ul .flow_item::before {
    font-size: 3.1rem;
    width: 57px;
    height: 50px;
  }
}
#flow .flow_in ul .flow_item .icon {
  width: 115px;
  height: 100px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #flow .flow_in ul .flow_item .icon {
    display: none;
  }
}
#flow .flow_in ul .flow_item .ttl {
  font-size: 2rem;
  font-weight: 900;
  color: #ed828b;
}
@media (max-width: 480px) {
  #flow .flow_in ul .flow_item .ttl {
    font-size: 1.8rem;
  }
}
#flow .flow_in ul .flow_item .txt {
  line-height: 1.4;
}
#flow .flow_in ul .flow_item:not(:last-child) {
  position: relative;
}
#flow .flow_in ul .flow_item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 16px;
  background-color: #ed828b;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 480px) {
  #flow .flow_in ul .flow_item:not(:last-child)::after {
    width: 15px;
    height: 13px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: auto;
    bottom: -10px;
    right: 50%;
    transform: translate(50%, 100%);
  }
}

#faq {
  background: #FCF8F5;
  background: linear-gradient(180deg, #fcf8f5 0%, #f5e8de 100%);
}
#faq .unit-ttl01 {
  margin-bottom: 10px;
}
#faq .accordion {
  max-width: 1100px;
  background-color: #fff;
  border-radius: 42.5px;
}
@media (max-width: 480px) {
  #faq .accordion {
    max-width: 100%;
    border-radius: 15px;
  }
}
#faq .accordion:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  #faq .accordion:not(:last-child) {
    margin-bottom: 5vw;
  }
}
#faq .accordion .js-acd-btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 1em 2em;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 480px) {
  #faq .accordion .js-acd-btn {
    font-size: 3.8vw;
    line-height: 1.4;
    padding: 5.5% 12.8vw 5.5% 5.5%;
  }
}
#faq .accordion .js-acd-btn::before, #faq .accordion .js-acd-btn::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  background-color: #ed828b;
  right: 2em;
}
@media (max-width: 480px) {
  #faq .accordion .js-acd-btn::before, #faq .accordion .js-acd-btn::after {
    width: 2px;
  }
}
#faq .accordion .js-acd-btn::before {
  rotate: 90deg;
}
#faq .accordion .js-acd-btn::after {
  transition: rotate 0.3s;
}
#faq .accordion .js-acd-btn.active {
  border-radius: 42.5px 42.5px 0 0;
}
#faq .accordion .js-acd-btn.active::after {
  rotate: 90deg;
}
@media (min-width: 480px) {
  #faq .accordion .js-acd-btn:hover {
    opacity: 0.7;
  }
  #faq .accordion .js-acd-btn:hover.active {
    opacity: 1;
  }
}
@media (min-width: 480px) and (max-width: 480px) {
  #faq .accordion .js-acd-btn:hover {
    opacity: 1;
  }
}
#faq .accordion .js-acd-btn .cl-pnk {
  color: #ed828b;
}
#faq .accordion .txt_area {
  padding: 0 50px 30px;
}
@media (max-width: 480px) {
  #faq .accordion .txt_area {
    padding: 0 3.3vw 4.6vw;
  }
}
@media (max-width: 480px) {
  #faq .accordion .txt_area .txt {
    font-size: 3.8vw;
    line-height: 1.6;
  }
}

#support {
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  #support.section {
    padding-bottom: 120px;
  }
}
#support .txt {
  padding-top: 15px;
}
@media (max-width: 480px) {
  #support .txt {
    padding-top: 10px;
    font-size: 3.7vw;
    text-align: left;
  }
}
#support .txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
#support::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(270px);
  content: "";
  width: 256px;
  height: auto;
  aspect-ratio: 256/193;
  background-image: url(../img/support_point.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  #support::after {
    width: 160px;
    transform: translateX(0);
  }
}

#member {
  background: linear-gradient(180deg, #fff, #f5e8de);
}
#member.section {
  padding: 90px 0 100px;
}
@media (max-width: 480px) {
  #member.section {
    padding: 35px 0 60px;
  }
}
#member .wrap {
  padding-left: 70px;
}
@media (max-width: 480px) {
  #member .wrap {
    padding-left: 4%;
  }
}
#member .flex_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 480px) {
  #member .flex_in {
    flex-direction: column;
    gap: 20px;
  }
}
#member .flex_in .txt ul {
  margin-bottom: 30px;
}
#member .flex_in .txt ul li {
  line-height: 1.8;
}
@media (max-width: 480px) {
  #member .flex_in .txt ul li {
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
#member .flex_in .txt .subttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  #member .flex_in .txt .subttl {
    font-size: 1.5rem;
  }
}
#member .flex_in .txt .indent {
  text-indent: 10px;
}
#member .flex_in .img {
  width: 436px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  #member .flex_in .img {
    width: 84%;
    margin: 0 auto;
  }
}

/*============================
#service
============================*/
#service.sec-service {
  background: url(../img/bg-ptn01.jpg) repeat;
}
#service.sec-service .service__set01 {
  padding: 95px 0 120px;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 480px) {
  #service.sec-service .service__set01 {
    padding: 30px 0 40px;
  }
}
#service.sec-service .service__set01 .service-block01 .unit-ttl01 {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #service.sec-service .service__set01 .service-block01 .unit-ttl01 {
    margin-bottom: 15px;
  }
}
#service.sec-service .service__set01 .service-block01 .service-block01__msg {
  text-align: center;
}
@media (max-width: 480px) {
  #service.sec-service .service__set01 .service-block01 .service-block01__msg {
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}
#service.sec-service .service__set01 .service-img {
  position: absolute;
}
@media (max-width: 480px) {
  #service.sec-service .service__set01 .service-img {
    display: none;
  }
}
#service.sec-service .service__set01 .service-img.img01 {
  top: 0;
  left: calc(50% - 630px);
  width: 300px;
}
#service.sec-service .service__set01 .service-img.img02 {
  bottom: 0;
  right: calc(50% - 630px);
  width: 364px;
}

/*============================
#point
============================*/
#point.sec-point {
  background: url(../img/bg-ptn01.jpg) repeat;
}
#point.sec-point .point__set01 {
  padding-top: 60px;
  background: linear-gradient(180deg, transparent 300px, #fff 300px, #fff 936px, #f9f3ee);
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  #point.sec-point .point__set01 {
    background: linear-gradient(180deg, transparent 100px, #fff 100px, #fff 50%, #f9f3ee);
    padding-top: 65px;
  }
}
#point.sec-point .point__set01::after {
  content: "";
  width: 120%;
  min-width: 2035px;
  clip-path: ellipse(50% 50% at 50% 50%);
  height: 936px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 480px) {
  #point.sec-point .point__set01::after {
    width: 130%;
    min-width: auto;
    height: auto;
    aspect-ratio: 1025/471;
  }
}
#point.sec-point .point__set01 .unit-ttl01 {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  #point.sec-point .point__set01 .unit-ttl01 {
    margin-bottom: 20px;
  }
}
#point.sec-point .point__set01 .point-block01 .point-block01__list {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item {
  display: flex;
  gap: 50px;
  align-items: center;
  line-height: 1.5;
}
@media (max-width: 480px) {
  #point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item {
    flex-direction: column;
    gap: 12px;
  }
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item:not(:last-child) {
  margin-bottom: 50px;
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .img {
  width: 355px;
}
@media (max-width: 480px) {
  #point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .img {
    width: 89%;
    margin: 0 auto;
  }
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .txt {
  flex: 1;
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .txt .ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 22px;
}
@media (max-width: 480px) {
  #point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .txt .ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .txt .msg {
  letter-spacing: 0.02em;
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .txt .msg p:not(:last-child) {
  margin-bottom: 1.5em;
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .txt .msg + .list {
  margin-top: 24px;
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .txt .list li {
  text-indent: -1em;
  padding-left: 1em;
}
#point.sec-point .point__set01 .point-block01 .point-block01__list .point-block01__list--item .txt .list li::before {
  content: "●";
  display: inline;
}

/*============================
#day
============================*/
#day.sec-day .day__set01 {
  padding: 150px 0 300px;
  background: linear-gradient(180deg, #f9f3ee, #f5e8de);
  overflow-x: clip;
}
@media (max-width: 480px) {
  #day.sec-day .day__set01 {
    padding: 75px 0 60px;
  }
}
#day.sec-day .day__set01 .day-block01 {
  display: flex;
  position: relative;
}
@media (max-width: 480px) {
  #day.sec-day .day__set01 .day-block01 {
    flex-direction: column-reverse;
  }
}
#day.sec-day .day__set01 .day-block01 .day-block01__txt {
  width: 50%;
  height: 408px;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  #day.sec-day .day__set01 .day-block01 .day-block01__txt {
    width: 100%;
    height: auto;
    padding: 0 4% 0 0;
    margin-top: -90px;
    aspect-ratio: 720/649;
    height: auto;
  }
}
#day.sec-day .day__set01 .day-block01 .day-block01__txt::before {
  content: "";
  width: 672px;
  height: 100%;
  background: url(../img/day-bg01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 480px) {
  #day.sec-day .day__set01 .day-block01 .day-block01__txt::before {
    width: 100vw;
    background-image: url(../img/day-bg01-sp.png);
  }
}
#day.sec-day .day__set01 .day-block01 .day-block01__txt .ttl {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #day.sec-day .day__set01 .day-block01 .day-block01__txt .ttl {
    margin-bottom: 5px;
    font-size: 5.6vw;
  }
}
#day.sec-day .day__set01 .day-block01 .day-block01__txt .msg {
  margin-bottom: 35px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  #day.sec-day .day__set01 .day-block01 .day-block01__txt .msg {
    margin-bottom: 0;
    font-size: 3.8vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
}
#day.sec-day .day__set01 .day-block01 .day-block01__img {
  flex: 1;
  position: relative;
  margin-top: 70px;
  z-index: 1;
}
@media (max-width: 480px) {
  #day.sec-day .day__set01 .day-block01 .day-block01__img {
    width: 100vw;
    margin-left: 4%;
    margin-top: 0;
  }
}
#day.sec-day .day__set01 .day-block01 .day-block01__img img {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 0;
  width: 831px;
}
@media (max-width: 480px) {
  #day.sec-day .day__set01 .day-block01 .day-block01__img img {
    position: static;
    width: 100%;
    transform: none;
  }
}

.sec-greeting .unit-ttl01 {
  margin-bottom: 25px;
}
.sec-greeting .msg {
  text-align: center;
}
@media (max-width: 480px) {
  .sec-greeting .msg {
    text-align: left;
  }
}

#inquiry .footer-content .footer__in::before, #inquiry .footer-content .footer__in::after {
  content: none;
}/*# sourceMappingURL=contents.css.map */