/* ===== Reset & Base ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3d3d3d;
  background: #fff;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

ul {
  list-style: none;
  padding-left: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*個別css*/
.new_br_pc {
  display: block;
}

.new_br_sp {
  display: none;
}

.w-top_new h2 {
  text-align: center;
}

.w-top_new {
  padding: 0;
  margin: 0;
}

/*FV*/
.fix_btn {
  position: fixed;
  top: 200px;
  right: 0;
  width: 304px;
  z-index: 100;
}

.new_fv_bg {
  background-color: #249A86;
  display: flex;
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.new_fv {
  display: flex;
  max-width: 1200px;
  margin: 80px auto 40px;
  justify-content: center;
  gap: 64px;
}

.new_fv h2 {
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  font-size: 38px;
}

.new_fv h2 span {
  color: #FCE37E;
}

.new_fv p {
  color: #fff;
  line-height: 1.8;
  font-size: 24px;
  letter-spacing: .05em;
}

.new_fv img {
  width: 14%;
  height: auto;
}

.new_fv .new_fv_text_title img {
  width: 148px;
}

.new_fv_text {
  width: 100%;
  max-width: 628px;
}

.new_fv_text_title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}

.fv_underline_yellow {
  border-bottom: 5px solid #FCE37E;
  padding-bottom: 12px;
}

/*コンシェルジュの使い方*/
.concierge_howto {
  background-color: #F5F5F4;
  padding: 104px 0;
}

.concierge_howto_contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.concierge_howto_contents_title {
  margin-bottom: 72px;
}

.concierge_howto_contents_title p {
  font-size: 26px;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 24px;
}

.concierge_howto_contents_title h2 {
  font-size: 34px;
  color: #00826E;
}

.concierge_howto_contents_title h2::before {
  content: "＼";
  font-weight: 400;
  margin-right: 20px;
}

.concierge_howto_contents_title h2::after {
  content: "／";
  font-weight: 400;
  margin-left: 20px;
}

.concierge_howto_steps {
  display: flex;
  position: relative;
  gap: 56px;
  list-style: none;
}

.concierge_howto_steps li {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.concierge_howto_steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../images/howto_arrow.png) no-repeat center/contain;
}

.concierge_howto_steps_no {
  position: absolute;
  width: 72px;
  left: 20px;
  top: -10px;
}

.concierge_howto_steps_inner {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px;
  flex: 1;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.concierge_howto_steps_inner img {
  max-width: 140px;
}

.concierge_howto_steps_inner h3 {
  min-height: 3em;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #00826E;
}

.concierge_howto_steps_inner a {
  margin-top: auto;
}

.concierge_howto_steps_inner a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* 文字を中央 */
  width: 100%; /* 横幅広げる（任意で固定幅もOK） */
  max-width: 320px;
  padding: 16px 24px;
  background: #00826E;
  color: #fff !important;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
}

.concierge_howto_steps_inner a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}

.concierge_howto_steps_inner a::before {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #00826E;
  border-top: 2px solid #00826E;
  z-index: 1;
}

.concierge_step {
  background-color: #FCFBF2;
  padding: 104px 20px;
}

.concierge_step_contents {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.concierge_step_contents li {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.concierge_step_contents_step {
  position: absolute;
  width: 120px;
  left: 80px;
  top: -10px;
}

.concierge_step_contents_inner {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 72px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.concierge_step_contents_inner_support {
  gap: 56px;
}

.concierge_step_contents_inner h3 {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 34px;
  letter-spacing: .05em;
  color: #00826E;
  border-bottom: 5px solid #CEA90D;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.concierge_step_contents_inner p {
  margin-bottom: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.concierge_step_contents_inner .step2_text {
  margin-bottom: 8px;
}

.concierge_step_contents_comment {
  position: absolute;
  width: 157px;
  right: 108px;
  bottom: -32px;
}

.facility_areas_flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 90%;
}

.facility_areas {
  display: flex;
  width: 100%;
}

.facility_areas p {
  color: #00826E;
  line-height: normal;
  margin-bottom: 0;
  border-right: 3px solid #00826E;
  padding-right: 32px;
  margin-right: 32px;
  min-width: 92px;
}

.facility_areas_detail {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
}

.facility_areas_detail li {
  flex: none;
  min-width: 80px;
  border-right: 1px solid #00826E;
  padding-right: 24px;
}

.facility_areas a {
  font-size: 18px;
  color: #00826E !important;
}

/*スライダー*/
.concierge_step_contents_inner .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 48px 32px;
}

.concierge_step_contents_inner .slick-slide {
  margin: 0 24px;
  padding: 0 0 8px;
}

.concierge_step_contents_inner .slick-slide img {
  width: 100%;
  height: auto;
  box-shadow: 3.2px 3.2px 8px rgba(0, 0, 0, 0.2);
}

.concierge_step_contents_inner .slick-prev, .slick-next {
  z-index: 1;
}

.concierge_step_contents_inner .slick-prev {
  left: -35px;
}

.concierge_step_contents_inner .slick-next {
  right: -35px;
}

.concierge_step_contents_inner .slick-prev:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 14px;
  height: 14px;
  border-right: 2px solid #434343;
  border-top: 2px solid #434343;
  z-index: 1;
}

.concierge_step_contents_inner .slick-next:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-right: 2px solid #434343;
  border-top: 2px solid #434343;
  z-index: 1;
}

.concierge_step_contents_inner .slick-dots {
  bottom: -48px;
}

.concierge_step_contents_inner .slick-dots li {
  margin: 0 6px;
  width: 32px;
  height: 32px;
}

.concierge_step_contents_inner .slick-dots li button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #DBDCDC;
  border: none;
  padding: 0;
  font-size: 16px !important;
  font-weight: bold;
  color: #000;
  line-height: 34px;
  text-align: center;
}

.concierge_step_contents_inner .slick-dots li button:before {
  content: none !important;
}

.concierge_step_contents_inner .slick-dots li.slick-active button {
  background: #FCE37E;
  color: #000;
}

.concierge_step_contents_inner_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  padding: 16px 24px;
  background: #00826E;
  color: #fff !important;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
}

.concierge_step_contents_inner_btn::before {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #00826E;
  border-top: 2px solid #00826E;
  z-index: 1;
}

.concierge_step_contents_inner_btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}

.concierge_step_contents_about {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-bottom: 24px;
}

.concierge_step_contents_inner .concierge_step_contents_about_title {
  background-color: #1D967E;
  color: #fff;
  font-size: 24px;
  padding: 12px;
  line-height: normal;
  margin-bottom: 0;
}

.concierge_step_contents_about_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px;
}

.concierge_step_contents_inner .concierge_step_contents_about_text_main {
  font-size: 26px;
  font-weight: bold;
  color: #008080;
  width: fit-content;
  margin-bottom: 40px;
  line-height: 1.8;
}

.concierge_step_contents_inner .concierge_step_contents_about_text_main_y {
  border-bottom: 5px solid #FCE37E;
  padding-bottom: 8px;
}

.concierge_step_contents_support {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 24px;
}

.concierge_step_contents_support li {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: end;
}

.concierge_step_contents_support_title {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}

.concierge_step_contents_support li .concierge_step_contents_support_title img {
  width: 96px;
}

.concierge_step_contents_support li .concierge_step_contents_support_title p {
  font-size: 26px;
  font-weight: bold;
  color: #00826E;
}

.concierge_step_contents_support_title p {
  margin-bottom: 0;
  line-height: normal;
}

.concierge_step_contents_support_text {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.concierge_step_contents_support_text p {
  text-align: left;
  margin-bottom: 0;
}

.concierge_step_contents_support li img {
  width: 256px;
  height: auto;
}

.support3_btn {
  width: 528px;
}

/*グループサービス紹介*/
.group_service {
  padding: 104px 0;
}

.group_service h2 {
  font-size: 34px;
  color: #00826E;
  margin-bottom: 56px;
}

.group_service_list {
  display: flex;
  width: min(1200px,calc(100% - 60px));
  margin: 0 auto;
  gap: 56px;
}

.group_service_list_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: calc(100% / 3);
}

.group_service_logo {
  width: 168px;
}

.group_service_name {
  font-size: 24px;
}
.group_service_txt {
  height: 7.5em;
}

.group_service_list_detail_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  padding: 16px 24px;
  background: #00826E;
  color: #fff !important;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 8px;
}

.group_service_list_detail_btn::before {
  content: "";
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #00826E;
  border-top: 2px solid #00826E;
  z-index: 1;
}

.group_service_list_detail_btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}

/* =====================================================
   タブレット（1024px以下）
===================================================== */

@media (max-width: 1024px) {
  .pad_none {
    display: none;
  }

  .pad_show {
    display: block;
  }

  .fix_btn {
    top: auto;
    bottom: 30px;
  }

  .concierge_navi_area_menu li a {
    line-height: 1.4;
  }

  .new_fv {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 40px auto 40px;
  }

  .new_fv .new_fv_text_title img {
    width: 180px;
  }

  .new_fv_text {
    width: 100%;
  }

  .fv_underline_yellow {
    padding-bottom: 4px;
  }

  .new_fv_text_detail {
    display: flex;
    justify-content: center;
    margin-bottom: -184px;
  }

  .new_fv p {
    margin-bottom: 40px;
  }

  .new_fv img {
    width: 38%;
    max-width: 100%;
    height: auto;
  }

  .new_fv_bg {
    padding-top: 0;
  }

  .facility_areas_flex {
    width: 100%;
  }

  .concierge_step_contents_step {
    width: 90px;
    left: 2%;
    top: -10px;
  }

  .concierge_howto_contents_title p {
    margin-bottom: 12px;
  }

  .concierge_howto_contents_title {
    margin-bottom: 56px;
  }

  .concierge_howto_steps {
    flex-direction: column;
  }

  .concierge_howto_steps li:not(:last-child)::after {
    right: 0;
    left: 0;
    margin: auto;
    top: 102%;
    transform: rotate(90deg);
  }

  .concierge_howto_steps_inner {
    gap: 20px;
    padding: 30px;
  }

  .concierge_howto_steps_inner h3 {
    min-height: 1em;
  }

  .concierge_step_contents_comment {
    right: 8%;
  }

  .concierge_howto_steps_no {
    width: 80px;
  }

  .concierge_step_contents_inner .concierge_step_contents_about_title {
    text-align: center;
  }

  .concierge_step_contents_inner .concierge_step_contents_about_text_main {
    text-align: center;
  }

  .concierge_step_contents_inner p {
    text-align: left;
  }

  .concierge_step_contents_inner {
    padding: 72px 40px;
  }

  .concierge_step_contents_inner .slick-slide {
    margin: 0 12px;
  }

  .concierge_step_contents_inner .concierge_step_contents_about_text_main_y {
    padding-bottom: 2px;
  }

  .concierge_step_contents_about_text {
    padding: 32px 40px 40px;
  }

  .concierge_step_contents_inner .concierge_step_contents_about_text_main {
    line-height: 2.2;
  }

  .group_service_list {
    flex-direction: column;
    gap: 70px;
    width: 90%;
  }
  .group_service_list_detail {
    width: 100%;
  }
  .group_service_txt {
    height: auto;
    margin-bottom: 8px;
  }
}

/* =====================================================
   （700px以下）
===================================================== */

@media (max-width: 700px) {
  .concierge_step_contents_support li {
    gap: 24px;
  }
}

/* =====================================================
   （682px以下）
===================================================== */

@media (max-width: 682px) {
  .concierge_step_contents_support li {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .concierge_step_contents_support_title {
    margin-bottom: 20px;
  }

  .concierge_step_contents_support li:nth-child(2) {
    flex-direction: column-reverse;
  }
  .support3_btn {
    width: 100%;
  }
}

/* =====================================================
   SP（480px以下）
===================================================== */

@media (max-width: 480px) {
  .new_br_pc {
    display: none;
  }

  .new_br_sp {
    display: block;
  }

  /*FV*/
  .fix_btn {
    top: auto;
    bottom: 24px;
    width: 64%;
  }

  .new_fv {
    margin: 56px 24px 0;
    padding: 0;
  }

  .new_fv h2 {
    font-size: 32px;
  }

  .new_fv_text_title {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .new_fv .new_fv_text_title img {
    width: 40%;
    position: relative;
    right: -62%;
    margin-top: -44%;
  }

  .new_fv p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 2;
  }

  .new_fv img {
    width: 42%;
    max-width: 100%;
    height: auto;
  }

  .fv_underline_yellow {
    border-bottom: 3px solid #FCE37E;
    padding-bottom: 0.2rem;
  }

  .new_fv_text_detail {
    display: flex;
    justify-content: center;
    margin-bottom: -64px;
  }

  /*コンシェルジュの使い方*/
  .concierge_howto {
    padding: 72px 16px;
  }

  .concierge_howto_contents {
    padding: 0;
  }

  .concierge_howto_contents_title p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .concierge_howto_contents_title h2 {
    position: relative;
    font-size: 24px;
    color: #00826E;
    display: inline-block;
    padding: 0 40px;
  }
  
  /* 左の＼ */
  .concierge_howto_contents_title h2::before {
    content: "＼";
    position: absolute;
    left: 16px;
    bottom: 0;
    font-weight: 400;
  }
  
  /* 右の／ */
  .concierge_howto_contents_title h2::after {
    content: "／";
    position: absolute;
    right: 16px;
    bottom: 0;
    font-weight: 400;
  }

  .concierge_howto_contents_title {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .concierge_howto_steps {
    flex-direction: column;
  }

  .concierge_howto_steps li:not(:last-child)::after {
    right: 0;
    left: 0;
    margin: auto;
    top: 102%;
    transform: rotate(90deg);
  }

  .concierge_howto_steps_inner {
    gap: 12px;
    padding: 32px;
  }

  .concierge_howto_steps_inner h3 {
    min-height: auto;
  }

  .concierge_step {
    padding: 80px 16px;
  }

  .concierge_step_contents_step {
    width: 72px;
    left: 20px;
  }

  .concierge_step_contents_inner {
    padding: 88px 24px;
  }

  .concierge_step_contents_inner h3 {
    font-size: 22px;
    border-bottom: 3px solid #CEA90D;
    padding-bottom: 2px;
    margin-bottom: 0;
  }

  .concierge_step_contents_inner p {
    text-align: left;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
  }

  .concierge_step_contents_inner .step2_text {
    margin-bottom: 0;
  }

  .facility_areas {
    display: unset;
  }

  .facility_areas p {
    padding-right: 12px;
    margin-right: 12px;
    min-width: 68px;
    border-right: none;
    border-bottom: 3px solid #00826E;
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-size: 4.6vw;
  }

  .facility_areas_detail {
    gap: 12px;
  }

  .facility_areas_detail li {
    padding-right: 10px;
    min-width: auto;
  }

  .facility_areas a {
    font-size: 16px;
    color: #00826E !important;
  }

  .concierge_step_contents_comment {
    width: 144px;
    right: 16px;
  }

  .concierge_step_contents {
    gap: 40px;
  }

  .concierge_step_contents_inner_step2 {
    padding: 88px 32px 40px;
  }

  .concierge_step_contents_inner .sliderArea {
    padding: 0 0 10px;
  }

  .concierge_step_contents_inner .slick-slide {
    margin: 0 8px;
  }

  .concierge_step_contents_inner .slick-prev {
    left: -9%;
  }

  .concierge_step_contents_inner .slick-next {
    right: -9%;
  }

  .concierge_step_contents_inner .slick-dots {
    bottom: -32px;
  }

  .concierge_step_contents_inner .slick-dots li {
    margin: 0 4px;
    width: 24px;
    height: 24px;
  }

  .concierge_step_contents_inner .slick-dots li button {
    width: 24px;
    height: 24px;
    font-size: 14px !important;
    line-height: 24px;
  }

  .concierge_step_contents_inner_support {
    gap: 36px;
    padding: 88px 24px 40px;
  }

  .concierge_step_contents_support li {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .concierge_step_contents_inner .concierge_step_contents_about_title {
    font-size: 18px;
    text-align: center;
    padding: 8px;
  }

  .concierge_step_contents_about_text {
    padding: 16px 20px;
  }

  .concierge_step_contents_inner .concierge_step_contents_about_text_main {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .concierge_step_contents_inner .concierge_step_contents_about_text_main_y {
    border-bottom: 3px solid #FCE37E;
    padding-bottom: 4px;
  }

  .support3_btn.new_br_sp {
    width: 100%;
  }

  .concierge_step_contents_support_title {
    gap: 24px;
    margin-bottom: 16px;
    justify-content: center;
  }

  .concierge_step_contents_about {
    margin-bottom: 0px;
  }

  .concierge_step_contents_support_text {
    align-items: center;
  }

  .concierge_step_contents_support {
    gap: 44px;
  }
  
  .concierge_step_contents_support {
    margin-bottom: 0;
  }

  .concierge_step_contents_support li .concierge_step_contents_support_title p {
    font-size: 24px;
  }

  .concierge_step_contents_support li .concierge_step_contents_support_title img {
    width: 88px;
    height: auto;
  }

  .facility_areas_flex {
    width: 100%;
  }

  .group_service {
    padding: 80px 16px;
  }

  .group_service h2 {
    font-size: 24px;
    margin-bottom: 44px;
  }

  .group_service_name {
    font-size: 20px;
  }

  .group_service_list_detail_btn {
    margin-top: 0;
  }

  .group_service_list_detail {
    gap: 12px;
  }

  .new_fv_bg {
    padding-top: 126px;
  }
  .group_service_list {
        width: 100%;
  }
}