@charset "UTF-8";



/* ====================================
  plan
==================================== */
.plan {
  padding-top: 2rem;
}

.plan_main-ttl {
  color: #F37792;
  text-align: center;
  text-shadow: 0 0 1rem #FFF, 0 0 1rem #FFF;
  font-family: "Zen Old Mincho";
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
  padding-bottom: 3.5rem;
}

.plan_main-ttl_sub {
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 3rem;
  line-height: 4rem;
  background: linear-gradient(180deg, transparent 2%, #F37792 2%, #F37792 93%, transparent 90%);
  padding: 1rem 3rem;
  display: inline-block;
  margin-bottom: 2rem;
  text-shadow: none;
}

.plan_ttl_parts_01,
.plan_ttl_parts_02 {
  position: absolute;
}

.plan_ttl_parts_01 {
  top: 4rem;
  left: 3rem;
  width: 10rem;
  height: 5.9rem;
}

.plan_ttl_parts_02 {
  top: 0rem;
  right: 2rem;
  width: 11.2rem;
  height: 12.6rem;
}


/* コンテンツ共通設定*/
.plan_container {
  background-color: #DCF9FB;
    padding: 5rem 3.4rem;
}


/* コンテンツ中身 */
.plan_list_item {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-bottom: 3rem;
}

.plan_list_img_wrap {
  position: relative;
}

.plan_img_badge {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Zen Kaku Gothic Antique", f;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.8rem 1.5rem;
  color: #000;
}

.slide_plan_img {
  width: 100%;
}

.plan_list_img_parts {
  position: absolute;
  width: 13.5rem;
  height: 13.5rem;
  bottom: -1rem;
  left: -1rem;
  z-index: 10;
}

/* スライダー */
.plan_swiper-wrapper {
  padding-bottom: 5rem;
  height: 36rem;
}

.plan_list_pagination {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.slide_plan .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.slide_plan .swiper-pagination-bullet {
  background-color: #ABABAB;
  width: .7rem;
  height: .7rem;
}

.slide_plan .swiper-pagination-bullet-active {
  background-image: url(../img/slide_report_heart.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.6rem;
  height: 1.3rem;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
}

/* テキスト部分 */
.plan_list_txt_wrap {
  text-align: center;
  padding-top: 2rem;
}

.plan_list_txt_sub {
  color: #2B9AA2;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.plan_list_place {
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  display: inline;
  padding: 0.3rem 1rem;
  letter-spacing: -.3rem;
}

.plan_list_place_blue {
  background: linear-gradient(180deg, transparent 15%, #DCF9FB 15%, #DCF9FB 90%, transparent 90%);
}

.plan_list_period {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.plan_list_period_txt {
  color: #848484;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1;
}

.plan_list_period_month {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1;
}

.plan_list_price {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0 0 1.5rem;
  font-family: "Zen Old Mincho";
}

.plan_list_price_accent {
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.5rem;
  padding-top: 1rem;
}

.plan_list_price_num {
  color: #F37792;
  font-size: 8rem;
  font-weight: 500;
}

.plan_list_price_unit {
  color: #F37792;
  font-size: 3.5rem;
  font-weight: 500;
  padding-top: 4rem;
}

.plan_btn {
  width: 57rem;
  display: block;
  margin: 0 auto;
}

/* ====================================
  hawaii
==================================== */
.hawaii {
  background-color: #DCF9FB;
  padding: 4rem 0 9rem;
}

.hawaii_sub_ttl {
  color: #2B9AA2;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2.7rem;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: #2B9AA2;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 1rem;
}

.hawaii_main_ttl {
  color: #2B9AA2;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 6rem;
  font-weight: 700;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hawaii_main_ttl_item {
  background-color: #fff;
  padding: 0 0.8rem;
}

.hawaii_text_block {
  text-align: center;
  margin: 3rem 0 2rem 6.6rem;
}

.hawaii_text_block--right {
  margin: 3rem 0 1rem 16rem;
}

.hawaii_text_block--03 {
  margin: 3rem 0 2rem 5rem;
}

.hawaii_ttl_wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}

.hawaii_number {
  flex-shrink: 0;
}

.hawaii_number--01 {
  width: 6rem;
}

.hawaii_number--02 {
  width: 9.2rem;
}

.hawaii_number--03 {
  width: 8.7rem;
}

.hawaii_item_ttl {
  color: #2B9AA2;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 3.3rem;
  font-weight: 700;
}

.hawaii_item_ttl--01 {
  margin-top: 2rem;
}

.hawaii_item_ttl--02 {
  margin-top: 3.5rem;
}

.hawaii_item_ttl--03 {
  margin-top: 3.5rem;
}

.hawaii_item_txt {
  color: #525252;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2.5rem;
  font-weight: 500;
}

.hawaii_item_txt--02 {
  padding-left: 1rem;
}

.hawaii_item_txt--03 {
  padding-left: 1rem;
}

.hawaii_img_wrap {
  margin-right: 4rem;
}

.hawaii_img_wrap--02 {
  margin-right: 0;
  margin-left: 3.5rem;
}

.hawaii_footer_txt {
  color: #525252;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 4rem;
  font-weight: 500;
  margin-top: 5rem;
}


