@charset "utf-8";

@media screen and (min-width: 768px){
  .pc-none{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .sp-none{
    display: none;
  }
}

.page_top_btn{
  display: none!important;
}

.slider {
  visibility: hidden!important;
}
.slider.slick-initialized {
  visibility: visible!important;
}

.title_en{
  margin-bottom: 1rem;
  font-size: 64px;
  line-height: 1;
  color: #2D6AAE;
  text-align: center;
  font-weight: 100;
  border-bottom: none;
}
.title_ja{
  display: block;
  margin-bottom: 3rem;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .title_en{
    margin-bottom: 0.75rem;
    font-size: 36px;
  }
  .title_ja{
    margin-bottom: 2rem;
    font-size: 16px;
  }
}


.inner{
  width: clamp(720px, 50vw, 960px);
  margin: auto;
}

.main_section_title{
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
  font-size: 24px;
  line-height: 1;
  color: #FFF;
  font-weight: 700;
  background-color: #2D6AAE;
  text-align: center;
  border-radius: 8px;
}

.notfound{
  margin-top: 64px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.notfound_text{
  text-align: center;
}

@media screen and (max-width: 767px){
  .archive_news{
    margin-top: 48px;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.news{
  margin-top: 64px;
  padding: 6rem 0 9rem;
}
.news_title{
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-weight: 700;
}
.news_content h2{
  margin-bottom: 2rem;
  font-size: 20px;
}
.news_content h3{
  margin-bottom: 1rem;
  font-size: 18px;
}
.news_content p{
  margin-bottom: 1rem;
  line-height: 1.6;
}
.news_date{
  margin-bottom: 2rem;
  color: #2D6AAE;
  text-align: right;
}
.news_date span{
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 12px;
  line-height: 15px;
}
.news_date span::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 17px;
  height: 15px;
  background-image: url("../assets/images/soerugarden/calendar.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px){
  .inner, .top_contact_inner, .footer_inner{
    width: calc(100% - 2rem)
  }
  .notfound{
    margin-top: 48px;
    padding: 3rem 0 4.5rem;
  }
  .notfound_title{
    font-size: 20px;
  }
  .notfound_text{
    width: calc(100% - 2rem);
    margin: auto;
    text-align: left;
  }
  .news{
    margin-top: 48px;
    padding: 3rem 0 4.5rem;
  }
  .news_title{
    font-size: 21px;
  }
  .news_date{
    margin-bottom: 1.5rem;
  }
  .news_content h2{
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
  .news_content h3{
    font-size: 16px;
  }
  .news_content p{
    font-size: 14px;
    line-height: 1.6;
  }
}

.top_link, .news_link{
  display: block;
  width: 255px;
  margin: 1.5rem auto 0;
  padding: 1rem 0;
  font-size: 18px;
  line-height: 1;
  color: #2D6AAE;
  background-color: #FFF;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #2D6AAE;
  border-radius: 32px;
  text-decoration: none;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.25));
}
.top_link:hover, .news_link:hover{
  color: #FFF;
  background-color: #2D6AAE;
}

.top_fv{
  margin-top: 84px;
}
.top_fv_slide_wrap{
  overflow: hidden;
}
.top_fv_slide{
  height: 28.125vw;
}
.top_fv_slide_content{
  position: relative;
  width: calc(50vw + 40px);
  height: 100%;
}
.top_fv_slide_content::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1vw;
  height: 100%;
  background-color: #FFF;
}
.top_fv_slide_content::after{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1vw;
  height: 100%;
  background-color: #FFF;
}
.top_fv_slide_content img{
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
}


@media screen and (max-width: 767px){
  .top_fv{
    margin-top: 66px;
    background-size: 150vw auto;
    background-position: bottom center;
  }
  .top_fv_slide{
    height: 50vw;
  }
  .top_fv_slide_content{
    width: 100vw!important;
    height: 50vw;
  }
  .top_fv_slide_content img{
    aspect-ratio: 2;
  }
  .top_fv_slide_content::before, .top_fv_slide_content::after{
    position: relative;
  }
}

.top_fv_news{
  margin-bottom: 2rem;
  padding-top: 6rem;
}
.top_fv_news_detail{
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.top_fv_news_detail_item{
  background-color: #DEEAF6;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.25));
}
.top_fv_news_detail_item:hover{
  opacity: 0.7;
}
.top_fv_news_detail_item_thumbnail{
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
}
.top_fv_news_detail_item_title{
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  height: 48px;
  color: #454545;
}
.top_fv_news_detail_item_date{
  padding: 0 1rem 0.5rem;
  color: #2D6AAE;
  text-align: right;
}
.top_fv_news_detail_item_date span{
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-size: 12px;
  line-height: 15px;
}
.top_fv_news_detail_item_date span::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 17px;
  height: 15px;
  background-image: url("../assets/images/soerugarden/calendar.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px){
  .top_fv_news{
    padding-top: 3rem;
  }
  .top_fv_news_detail{
    grid-template-columns: repeat(1, 1fr);
  }
}

.top_points{
  margin-bottom: 2rem;
  padding-top: 4rem;
}
.top_points_detail{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.top_points_detail_item{
  position: relative;
  height: 157px;
  display: flex;
  align-items: center;
  transition: ease 1s;
  box-sizing: border-box;
  border: 1px solid #2D6AAE;
  border-radius: 8px;
  background-color: #FFF;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.25));
}
.top_points_detail_item:hover{
  cursor: pointer;
  transform: scale(1.05);
}
.top_points_detail_item::before{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: auto 120px;
  background-position: center right 16px;
}
.top_points_detail_item:nth-child(1)::before{
  background-image: url("../assets/images/soerugarden/top_points01.webp");
}
.top_points_detail_item:nth-child(2)::before{
  background-image: url("../assets/images/soerugarden/top_points02.webp");
}
.top_points_detail_item:nth-child(3)::before{
  background-image: url("../assets/images/soerugarden/top_points03.webp");
}
.top_points_detail_item:nth-child(4)::before{
  background-image: url("../assets/images/soerugarden/top_points04.webp");
}
.top_points_detail_item_text{
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #2D6AAE;
}

@media screen and (max-width: 767px){
  .top_points{
    padding-top: 3rem;
  }
  .top_points_detail{
    grid-template-columns: repeat(1, 1fr);
  }
  .top_points_detail_item{
    height: 144px;
  }
  .top_points_detail_item::before{
    height: 108px;
    background-size: auto 108px;
  }
  .top_points_detail_item_text{
    font-size: 20px;
  }
}

.top_fv_modal{
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
}
.top_fv_modal_content{
  position: relative;
  width: 90%;
  max-width: 600px;
  height: 90%;
  max-height: 240px;
  padding: 1.5rem;
  background-color: #FFF;
}
.top_fv_modal_content_close{
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
}
.top_fv_modal_content_close:hover{
  cursor: pointer;
}
.top_fv_modal_content_item{
  display: none;
}
.top_fv_modal_content_item h3{
  width: calc(100% - 60px);
  margin-bottom: 1.25rem;
  font-family: "Noto Sans JP", sans-serif!important;
  font-size: 20px;
  font-weight: 700;
  border-bottom: none;
}
.top_fv_modal_content_item h3::after{
  border-bottom: none;
}
.top_fv_modal_content_item p{
  line-height: 1.6;
}

@media screen and (max-width: 767px){
  .top_fv_modal_content{
    max-height: 300px;
  }	
}


.slick-dots{
  bottom: 30px!important;  
}
.slick-dots li button::before{
  content: "";
  width: 12px!important;
  height: 12px!important;
  color: inherit!important;
  background-color: #FFF;
  opacity: 1!important;
  border-radius: 50%;
}
.slick-dotted.slick-slider{
  margin-bottom: 0!important;
}

@media screen and (max-width: 767px){
  .slick-dots{
    bottom: 16px!important;  
  }
  .slick-dots li button::before{
    width: 8px!important;
    height: 8px!important;
  }
}


.top_concept{
  margin-bottom: 2rem;
  padding-top: 4rem;
}
.top_concept_meaning{
  margin-bottom: 3rem;
}
.top_concept_meaning_logo{
  margin-bottom: 2rem;
  padding: 0 100px;
}
.top_concept_meaning_logo img{
  width: 100%;
  height: auto;
}
.top_concept_meaning_important{
  margin-bottom: 2rem;
  padding: 0 72px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.top_concept_meaning_text{
  font-size: 16px;
  line-height: 27px;
}
.top_concept_slogan{
  position: relative;
  padding: 1.5rem 1rem 1rem;
  background-color: #DEEAF6;
  border-radius: 8px;
}
.top_concept_slogan::before{
  position: absolute;
  content: "";
  right: 12px;
  bottom: 0;
  width: 238px;
  height: 189px;
  background-image: url("../assets/images/soerugarden/top_concept_slogan.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top_concept_slogan_content_important{
  margin-bottom: 1.5rem;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
.top_concept_slogan_content_text{
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 767px){
  .top_concept{
    padding-top: 3rem;
  }
  .top_concept_meaning{
    margin-bottom: 2rem;
  }
  .top_concept_meaning_logo{
    margin-bottom: 2rem;
    padding: 0;
  }
  .top_concept_meaning_logo img{
    width: 100%;
    height: auto;
  }
  .top_concept_meaning_important{
    margin-bottom: 1.5rem;
    padding: 0;
    font-size: 21px;
  }
  .top_concept_meaning_text{
    font-size: 14px;
    line-height: 22px;
  }
  .top_concept_slogan{
    padding: 1rem 0.75rem 0.75rem;
  }
  .top_concept_slogan::before{
    right: 8px;
    width: 143px;
    height: 113px;
  }
  .top_concept_slogan_content_important{
    margin-bottom: 1.5rem;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
  }
  .top_concept_slogan_content_text{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
  }
}

.top_example{
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.top_example_detail{
  padding: 4px;
  background-color: #DEEAF6;
  border-radius: 8px;
}
.top_example_detail_lead{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.top_example_detail_lead span.caption{
  margin-right: 1rem;
  padding: 10px 30px;
  font-size: 20px;
  line-height: 1;
  color: #2D6AAE;
  font-weight: 700;
  background-color: #FFF;
  border-radius: 8px;
}
.top_example_detail_lead span.small{
  padding-bottom: 6px;
  font-size: 16px;
  color: #2D6AAE;
  font-weight: 900;
}
.top_example_detail_lead strong{
  margin-left: 6px;
  margin-right: 4px;
  padding-bottom: 6px;
  font-size: 32px;
  line-height: 1;
  color: #2D6AAE;
  font-weight: 900;
}
.top_example_detail_data{
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
  background-color: #FFF;
}
.top_example_detail_data_item{
  position: relative;
  width: calc(50% - 0.5rem);
  padding-top: 8px;
}
.top_example_detail_data_item_title{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  width: 140px;
  margin: auto;
  padding: 5px 0;
  line-height: 1;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  background-color: #2D6AAE;
  border-radius: 8px;
  text-align: center;
}
.top_example_detail_data_item_title:after{
  border-bottom: none;
}
.top_example_detail_data_item_content{
  position: relative;
  width: 100%;
  padding: 2rem 0 1rem;
  background-color: #DEEAF6;
  border-radius: 8px;
}
.top_example_detail_data_item_content p{
  margin-bottom: 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
}
.top_example_detail_data_item_content p small{
  margin-left: 4px;
  font-size: 18px;
}
.top_example_detail_data_item_content span{
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  height: 10px;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}
.top_example_note{
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 14px;
  list-style: none;
}

@media screen and (max-width: 767px){
  .top_example_detail_lead span.caption{
    padding: 10px 24px;
  }
  .top_example_detail_data_item_content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(54px + 3rem);
    padding: 2.5rem 0 1rem;
    background-color: #DEEAF6;
    border-radius: 8px;
  }
  .top_example_detail_data_item_content span{
    position: relative;
    display: block;
    margin-top: 0.5rem;
    text-align: center;
  }
}

.top_contact{
  position: relative;
  margin: 2rem 0;
  padding: 4rem 0 5.5rem;
  background-color: #DEEAF6;
}
.top_contact_reasons{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 560px;
  margin: 0 auto 1.5rem;
}
.top_contact_reasons_item{
  padding: 0.5rem 0.75rem;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #FFF;
  background-color: #2D6AAE;
  box-sizing: border-box;
  border-radius: 4px;
}
.top_contact_way_message{
  margin-bottom: 1.5rem;
  font-size: 36px;
  font-weight: 700;
  color: #2D6AAE;
  text-align: center;
}
.top_contact_way_detail{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.top_contact_way_detail_web{
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.875;
  background-image: url("https://www.care-partner.com/wp-content/uploads/2025/03/contact_web_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  text-decoration: none;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.25));
}
.top_contact_way_detail_web:hover{
  opacity: 0.7;
}
.top_contact_way_detail_web_text{
  position: relative;
  padding-left: 64px;
}
.top_contact_way_detail_web_text::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  background-image: url("../assets/images/soerugarden/globe.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top_contact_way_detail_web_text span{
  font-size: 24px;
  line-height: 32px;
  color: #2D6AAE;
  font-weight: 700;
}
.top_contact_way_detail_tel{
  display: flex;
  align-items: center;
  aspect-ratio: 1.875;
  background-color: #FFF;
}
.top_contact_way_detail_tel_inner{
  width: 100%;
  padding: 0 2rem;
}
.top_contact_way_detail_tel_dial{
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}
.top_contact_way_detail_tel_dial img{
  width: 100%;
}
.top_contact_way_detail_tel_freedial{
  margin-bottom: 0.75rem;
  font-size: 18px;
  font-weight: 700;
  color: #2D6AAE;
  text-align: center;
}
.top_contact_way_detail_tel_time{
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  color: #2D6AAE;
  text-align: center;
}

.top_contact_cta{
  margin-bottom: 4rem;
}
.top_contact_cta .top_contact_tel{
  border-color: #2370B2;
}
.top_contact_cta .top_contact_tel_message{
  background-color: #2370B2;
}
.top_contact_cta .top_contact_tel_freedial{
  color: #2370B2;
}
.top_contact_cta .top_contact_tel_time{
  color: #2370B2;
}

.top_contact_link{
  display: block;
  width: 240px;
  margin: 1rem auto 0;
  padding: 9px 0;
  font-size: 18px;
  line-height: 1;
  color: #2370B2;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #2370B2;
  border-radius: 32px;
  text-decoration: none;
}
.top_contact_link:hover{
  color: #FFF;
  background-color: #2370B2;
}

@media screen and (max-width: 767px){
  .top_contact{
    padding: 3rem 0;
  }
  .top_contact_reasons{
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
    width: 100%;
  }
  .top_contact_way_message{
    margin-bottom: 1.5rem;
    font-size: 24px;
  }
  .top_contact_way_detail{
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .top_contact_way_detail_web_text{
    padding-left: 48px;
  }
  .top_contact_way_detail_web_text::before{
    width: 32px;
    height: 32px;
  }
  .top_contact_way_detail_web_text span{
    font-size: 18px;
    line-height: 24px;
  }
  .top_contact_way_detail_tel{
    display: flex;
    align-items: center;
    aspect-ratio: 1.875;
    background-color: #FFF;
  }
  .top_contact_way_detail_tel_inner{
    width: 100%;
    padding: 0 2.5rem;
  }
  .top_contact_way_detail_tel_dial img{
    width: 100%;
  }
  .top_contact_way_detail_tel_freedial{
    font-size: 15px;
  }
}

.top_facility{
  margin-bottom: 4rem;
  padding: 4rem 0;
  background-color: #DEEAF6;
}
.top_facility_detail{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.top_facility_detail_item_image{
  width: 100%;
  aspect-ratio: 1.78;
  margin-bottom: 0.5rem;
  object-fit: cover;
  border-radius: 8px;
}
.top_facility_detail_item_title{
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 700;
  border-bottom: none;
}
.top_facility_detail_item_title:after{
  border-bottom: none;
}
.top_facility_detail_item_text{
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5D7177;
}

@media screen and (min-width: 1260px){
  .top_facility_inner{
    width: 100%!important;
  }
  .top_facility_inner .main_section_title{
    width: clamp(720px, 50vw, 960px);
    margin: 0 auto 1.5rem;
  }
  .top_facility_detail{
    width: 1080px;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px){
  .top_facility{
    margin-bottom: 2rem;
  }
  .top_facility_detail{
    grid-template-columns: repeat(1, 1fr);
  }
  .top_facility_detail.sp-small{
    grid-template-columns: repeat(2, 1fr);
  }
  .top_facility_detail_item_title{
    margin-bottom: 0.25rem;
    font-size: 16px;
  }
  .top_facility_detail_item_text{
    font-size: 14px;
  }
}

.top_flow{
  margin-bottom: 2rem;
  padding: 6rem 0;
}
.top_flow_text{
  margin: 3rem 0;
  font-size: 14px;
  line-height: 1.6;
}
.top_flow_detail{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 1rem;
}
.top_flow_detail_item{
  position: relative;
  padding-top: 1rem;
}
.top_flow_detail_item_number{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto;
  color: #2D6AAE;
  font-weight: 900;
  background-color: #EBF6FF;
  box-sizing: border-box;
  border: 2px solid #2D6AAE;
  border-radius: 50%;
}
.top_flow_detail_item_text{
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(72px, 5vw, 96px);
  background-image: url("../assets/images/soerugarden/top_flow_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top_flow_detail_item:first-child .top_flow_detail_item_text{
  background-image: url("../assets/images/soerugarden/top_flow_bg_first.svg");
}
.top_flow_detail_item:last-child .top_flow_detail_item_text{
  background-image: url("../assets/images/soerugarden/top_flow_bg_last.svg");
}
.top_flow_detail_item_text p{
  margin-bottom: 0;
  line-height: 1.4;
  color: #2D6AAE;
  font-weight: 700;
  text-align: center;
}
.top_flow_detail_item_text p{
  color: #2D6AAE;
}
.top_flow_detail_item:first-child .top_flow_detail_item_text p{
  font-size: 14px;
  padding-top: 6px;
}
.top_flow_detail_item:last-child .top_flow_detail_item_text p{
  font-size: 20px;
  color: #FFF;
}

@media screen and (max-width: 767px){
  .top_flow{
    padding: 3rem 0;
  }
  .top_flow_detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_flow_detail_item{
    width: 33.3333%;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
  }
  .top_flow_detail_item_text{
    height: 23.3vw;
  }
}


.top_life{
  margin-bottom: 2rem;
  padding-top: 4rem;
}
.top_life_detail{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: stretch;
  justify-content: center;
}
.top_life_detail_item{
  width: calc(33.3333% - 12px);
  border-radius: 8px;
  background-color: #DEEAF6;
  overflow: hidden;
}
.top_life_detail_item_image{
  position: relative;
  width: 100%;
  height: 132px;
}
.top_life_detail_item_image.coming-soon::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.top_life_detail_item_image.coming-soon .coming-soon_text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D6AAE;
  font-weight: 700;
}
.top_life_detail_item_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_life_detail_item_content{
  position: relative;
  height: calc(100% - 132px);
  padding: 0.75rem 0;
  color: #2D6AAE;
  text-align: center;
}
.top_life_detail_item_title{
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 1;
  border-bottom: none;
}
.top_life_detail_item_title::after{
  border-bottom: none;
}
.top_life_detail_item_text{
  margin-bottom: 0.25rem;
  font-size: 12px;
  line-height: 1.4;
  color: #454545;
}
.top_life_detail_item_link{
  position: absolute;
  left: 1rem;
  bottom: 0.75rem;
  width: calc(100% - 2rem);
  padding: 6px 0;
  font-size: 12px;
  color: #2D6AAE;
  font-weight: 700;
  background-color: #FFF;
  border-radius: 32px;
  text-decoration: none;
}
.top_life_detail_item_link:hover{
  color: #FFF;
  background-color: #2D6AAE;
}

@media screen and (min-width: 1260px){
  .top_life_inner{
    width: 100%!important;
  }
  .top_life_inner .main_section_title{
    width: clamp(720px, 50vw, 960px);
    margin: 0 auto 1.5rem;
  }
  .top_life_detail{
    width: clamp(1212px, calc(83.3333vw + 12px), 1612px);
    margin: auto;
  }
  .top_life_detail_item{
    width: calc(20% - 14.4px);
  }
}

@media screen and (max-width: 767px){
  .top_life{
	padding-top: 4rem;  
  }
  .top_life_detail{
    display: block;
  }
  .top_life_detail_item{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .top_life_detail_item:not(:last-child){
    margin-bottom: 1rem;
  }
  .top_life_detail_item_image{
    width: 50%;
    max-width: 240px;
    object-fit: cover;
  }
  .top_life_detail_item_content{
    width: 50%;
    min-width: calc(100% - 240px);
    padding: 0;
  }
  .top_life_detail_item_text{
    font-size: 11px;
  }
  .top_life_detail_item_link{
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    width: 126px;
    margin: 0.75rem auto 0;
  }
}

.top_advisor{
  margin-bottom: 4rem;
  padding-top: 4rem;
}
.top_advisor_detail{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.top_advisor_detail_content h3{
  margin-bottom: 0.75rem;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: none;
}
.top_advisor_detail_content h3::after{
  border-bottom: none;
}
.top_advisor_detail_content h4{
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.top_advisor_detail_content p{
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px){
  .top_advisor{
	margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .top_advisor_detail{
    grid-template-columns: repeat(1, 1fr);
  }
}


.top_faq{
  position: relative;
  margin-bottom: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.top_faq_detail{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.top_faq_detail_item_question{
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.top_faq_detail_item_question_q{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Roboto", serif;
  font-size: 25px;
  color: #FFF;
  font-weight: 700;
  background-color: #2D6AAE;
  border-radius: 8px;
}
.top_faq_detail_item_question_text{
  width: calc(100% - 50px);
  margin-left: auto;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.top_faq_detail_item_answer{
  line-height: 1.6;
  color: #5D7177;
}

@media screen and (max-width: 767px){
  .top_faq{
	margin-bottom: 0;
  }
  .top_faq_detail_item_question{
    align-items: stretch;
  }
  .top_faq_detail_item_question_q{
    height: auto;
  }
  .top_faq_detail_item_question_text{
    display: flex;
    align-items: center;
    font-size: 18px;
  }
}

.archive_news{
  margin-top: 64px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px){
  .archive_news{
    margin-top: 48px;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.pagination{
  .page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 0.5rem;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
    border: none;
    background-color: #FFF;
    border-radius: 8px;
    text-decoration: none;
    @media (max-width: 991px){
      width: 32px;
      height: 32px;
      font-size: 14px;
    }
  }
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 0.5rem;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #2D6AAE;
  background-color: #FFF;
  border-radius: 8px;
  text-decoration: none;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current{
  color: #FFF;
  background-color: #2D6AAE!important;
}
.pagination .page-numbers.prev{
  position: relative;
}
.pagination .page-numbers.next{
  position: relative;
}

@media screen and (max-width: 767px){
  .pagination .page-numbers{
    width: 32px;
    height: 32px;
    margin: 0.25rem;
    font-size: 14px;
  }
}
