@charset "utf-8";

html {
  scroll-behavior: smooth;
}

/* .nav_list li.nav-access a > span::before{
    width: 100%;
} */

@media screen and (max-width: 750px) {
    /* .nav_list li.nav-access a > span::before{
        width: 0;
    }
    .nav_list li.nav-access{
        background: rgba(107, 92, 62, 0.5);
    } */
}


.mt80 {
    margin-top: 80px;
}
.mb60 {
    margin-bottom: 60px;
}
.mt30 {
    margin-top: 30px;
}
.wd650 {
    max-width: 650px;
    margin: 80px auto 0;
    width: 100%;
}

.sec_inner_mb100 {
    margin-bottom: 100px;
}

main{
    font-family: "Zen Kaku Gothic New", sans-serif;
    background: #FDF9F1;
}

.qa_wrap{
    width: 100%;
    overflow: hidden;
}



  .qa_cont{
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 130px;
  }
  .qa_mv {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .qa_h{
    padding: 1.8em 0;
    text-align: center;
    border-top: 5px dotted #85a59d;
    border-bottom: 5px dotted #85a59d;
    font-weight: bold;
  }

  /* セクション・コンテナ */
  .sec_pd120 {
    padding: 120px 0;
    overflow: hidden;
  }

  .faq_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .faq_icon{
    width: 120px;
  }

  .faq_header {
    text-align: center;
    margin-bottom: 80px;
  }

  .faq_icon {
    display: inline-block;
    margin-bottom: 10px;
  }

  .faq_title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0;
  }

  /* リスト全体 */
  .faq_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .faq_item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 240px;
    width: 100%;
  }

  /* Qのコンテナ */
  .faq_q_qrapper {
    position: relative;
    z-index: 10;
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    margin-top: -100px;
  }

  .faq_deco_q_img {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 200px;
    z-index: 1;
  }

  .faq_q_bubble_shape {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .faq_q_text_content {
    position: absolute;
    z-index: 3;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
  }

  .faq_q_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
  }

  .qa_wrap #content_links{
    margin-top: 0;
  }
  
  @media screen and (max-width: 650px) {
  .qa_cont{
    padding-top: 60px;
  }
  
  }

  /* =========================================
     Aの背景帯（テキストとは分離して敷く）
  ========================================= */
  .faq_a_bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 150px;
    background-color: #AEC1B9;
    z-index: 1;
  }

  .faq_item_left .faq_a_bg {
    left: 110px;
    width: 100vw;
    border-radius: 15px 0 0 15px;
  }

  .faq_item_right .faq_a_bg {
    right: 110px;
    width: 100vw;
    border-radius: 0 15px 15px 0;
  }

  /* =========================================
     Aのテキストコンテンツ（1000px枠内で配置）
  ========================================= */
  .faq_a_content {
    position: relative;
    z-index: 5;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }

  .faq_a_text_wrapper {
    position: relative;
    z-index: 2;
  }

  .faq_a_text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
    margin: 0;
  }

  .faq_deco_a_img {
    position: absolute;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq_item_left .faq_a_content {
    padding-left: 50px;
  }
  .faq_item_left .faq_deco_a_img {
    right: 0;
  }

  .faq_item_right .faq_a_content {
    justify-content: flex-start;
    padding-left: 70px;
    padding-right: 50px;
  }
  .faq_item_right .faq_a_text {
    text-align: left;
  }
  .faq_item_right .faq_deco_a_img {
    left: 0;
    z-index: 0;
  }

  .faq_pet_img {
    position: absolute;
    bottom: -30px;
    right: -110px;
    width: 220px;
    z-index: 15;
  }

  .faq_pet_img img {
    display: block;
    width: 100%;
  }

  .faq_img_caption {
    font-size: 10px;
    text-align: right;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
  }

  .qa_mv .faq_img_caption{
    position: absolute;
    top: 44%;
    right: 3%;
  }

  .faq_bg02 .faq_a_bg{
    background: #fad08e;
  }

  .faq_bg03 .faq_a_bg{
    background: #86b4d9;
  }

  .faq_bg04 .faq_a_bg{
    background: #e7cbd7;
  }

  .faq_bg05 .faq_a_bg{
    background: #f6a7a3;
  }

  .qa_bg_big01 .faq_a_bg{
    height: 180px;
  }

  .qa_bg_big02,.qa_bg_big02 .faq_a_bg{
    height: 320px;
  }

  .db850{
    display: none;
  }
  .dn850{
    display: block;
  }

.faq_wid02 .faq_pet_img{
    width: 80px;
    right: 210px;
    bottom: -50px;
}

#qa01,#qa02,#qa03,#qa04,#qa05{
  scroll-margin-top: 310px;
}


@media screen and (max-width: 1200px) {

  .faq_wid01.faq_item_right .faq_a_bg{
    right: 260px;
  }
  .faq_wid01 .faq_q_qrapper{
    margin-right: 120px;
  }
  .faq_wid01 .faq_pet_img{
    right: -120px;
  }

  .faq_wid02 .faq_q_qrapper{
    margin-left: 40px;
  }
  .faq_wid02.faq_item_left .faq_a_bg{
    left: 150px;
  }

}

@media screen and (max-width: 1000px) {
.mt80 {
    margin-top: 60px;
}



}


@media screen and (max-width: 850px) {

.db850{
  display: block;
}
.dn850{
  display: none;
}

.faq_a_content{
    background: #AEC1B9;
}

.faq_bg02 .faq_a_content{
    background: #fad08e;
}

    .faq_bg03 .faq_a_content{
    background: #86b4d9;
}

    .faq_bg04 .faq_a_content{
    background: #e7cbd7;
}

    .faq_bg05 .faq_a_content{
    background: #f6a7a3;
}


 .sec_pd120 {
    padding: 60px 0;
  }

.faq_header{
  margin-bottom: 60px;
}

.faq_icon {
    width: 80px;
}

.faq_title {
    font-size: 20px;
}


.faq_item {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    /* margin-bottom: 40px; */
}

.faq_item_right {
    flex-direction: column; 
}

.faq_q_qrapper {
    margin-bottom: -40px;
    margin-top: initial;
    z-index: 10;
    width: 200px;
    height: 200px;
}

.faq_q_text{
  font-size: 15px;
}

.faq_a_bg {
    display: none !important;
}

.qa_bg_big02{
  height: initial;
}

.faq_a_content {
    width: calc(100% + 40px) !important;
    margin-left: 0px !important;
    padding: 70px 20px 20px !important;
    box-sizing: border-box;
    justify-content: center !important;
    order: 2;
}

.faq_a_text {
    font-size: 15px;
    width: 100%;
    text-align: left !important; 
}

.faq_item_left .faq_deco_a_img,
.faq_item_right .faq_deco_a_img {
    left: auto !important;
    right: 10px !important;
    width: 120px; 
    opacity: 0.2; 
    z-index: 0;
}

.faq_pet_img {
    right: -10px;
    /* bottom: -60px; */
    bottom: -10px;
    width: 160px;
}

.faq_wid02 .faq_pet_img {
    width: 60px;
    bottom: -10px;
}


#qa01,#qa02,#qa03,#qa04,#qa05{
  scroll-margin-top: 280px;
}


}

@media screen and (max-width: 650px) {

.mt80 {
    margin-top: 40px;
}
.mb60 {
    margin-bottom: 40px;
}

.wd650 {
    max-width: 450px;
    margin: 40px auto 0;
}
.sec_inner_mb100 {
    margin-bottom: 50px;
}

.qa_mv .faq_img_caption{
  right: 0%;
}



}

@media screen and (max-width: 500px) {


}

/* 追従ナビ */

.faq_nav_wrapper {
  position: sticky;
  top: 110PX;
  z-index: 100;
  background-color: #FDF9F1;
  padding: 20px;
  /* border-bottom: 1px solid #ddd; */
}

.faq_nav_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.faq_nav_item {
  
}

.faq_nav_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 320px;
  height: 50px;
  background-color: transparent; 
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.faq_nav_icon {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}

.faq_nav_link.is_active {
  background-color: #FFF; 
}

.faq_nav_link.is_active .faq_nav_icon {
  opacity: 1;
  visibility: visible;
}

.faq_content_area {
  /* scroll-margin-top: 100px;  */
  padding: 80px 0;
}

@media screen and (max-width: 850px) {
  .faq_nav_link {
    width: 100%;
    font-size: 12px;
    height: 40px;
  }
  .faq_nav_list {
    /* flex-direction: column; */
      padding: 0 0px;
      gap: 0;
      justify-content: space-between;
  }
  .faq_nav_item {
      width: 49%;
  }
  .faq_nav_item:nth-of-type(n + 3){
      margin-top: 2%;
  }
  .faq_nav_item:last-of-type{
      margin-left: auto;
      margin-right: auto;
  }
  .faq_nav_icon {
      width: 30px;
      top: -15px;
      left: -10px;
  }

  
}

@media screen and (max-width: 750px) {
  .faq_nav_wrapper{
    top: 50px;
    padding: 25px 10px 10px;
    z-index: 99;
  }
}


/* コンタクト、概要 */

.spc_sec_ttl.loc_contact::before,.spc_sec_ttl.loc_contact::after{
    content: none;
}
.spc_sec_ttl {
    width: 100%;
    font-weight: bold;
    color: #85a59d;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.spc_sec_ttl::before {
    content: "";
    width: 100%;
    height: 1px;
    margin-right: 2%;
    background: #6b5c3e;
}
.spc_sec_ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: 2%;
    background: #6b5c3e;
}
.spc_sec_ttl_noline {
    width: 100%;
    font-weight: bold;
    color: #6b5c3e;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.sec_ttl.fw500 {
    font-weight: 600;
}

.loc_btn_entry{
    width: 290px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #85a59d;
    font-weight: 800;
    color: #fff;
    transition-duration: 0.6s;
}
.loc_btn_entry.outline{
    background: #f18482;
}
.loc_btn_entry:hover{
    opacity: 0.6;
}

.plan_link_box a,.bnr_gd{
    transition-duration: 0.6s;
}
.plan_link_box a:hover,.bnr_gd:hover{
    opacity: 0.6;
}
