@charset "utf-8";

/* CSS Document */
body .footer_bg_top {
   content: " ";
   display: inline-block;
   background: url("../img/home/footer_bg_top.jpg") no-repeat;
   background-size: cover;
   background-position: center top;
   width: 100%;
   height: auto;
   padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
   body .footer_bg_top {
      background: url("../img/home/footer_bg_sp_top@2x.jpg") no-repeat;
      background-size: cover;
      height: auto;
      padding-bottom: 60px
   }
}

@media screen and (max-width: 320px) {
   body .footer_bg_top {
      background: url("../img/home/footer_bg_sp_top@2x.jpg") no-repeat;
      background-size: cover;
      height: auto;
      padding-bottom: 50px
   }
}



footer.site-footer .footer_ending_area {
   width: 100%;
   margin-top: 80px;
}

footer.site-footer .footer_ending_area .footer_ending_inner {
   width: 100%;
   padding: 30px;
   padding-top: 0;
   box-sizing: border-box;
   border: 1px solid #fff;
}

footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item_first {
   padding-top: 30px;

}

footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item_first p.s_title,
footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item_first p.s_text {
   color: #fff;
   font-size: 12px;
   line-height: 1.8;
   letter-spacing: 1.5px;
}

footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item {
   padding-top: 35px;

}

footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item p.s_title,
footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item p.s_text {
   color: #fff;
   font-size: 12px;
   line-height: 1.8;
   letter-spacing: 1.5px;
}

@media screen and (min-width: 769px) {
   .line_link {
      display: none !important;
      opacity: 0 !important;
   }
}



@media screen and (max-width: 768px) {
   footer.site-footer .footer_ending_area {
      margin-top: 40px;
   }

   footer.site-footer .footer_ending_area .footer_ending_inner {
      width: 100%;
      padding: 30px 4%;
      padding-top: 0;
      text-align: left;
   }

   footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item_first {
      padding-top: 30px;

   }

   footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item_first p.s_title {
      display: block;
      font-weight: bold;
   }

   footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item_first p.s_text br {
      display: none;
   }

   footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item {
      padding-top: 20px;

   }

   footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item p.s_title {
      display: block;
      font-weight: bold;
   }

   footer.site-footer .footer_ending_area .footer_ending_inner .footer_ending_item p.s_text br {
      display: none;
   }

   .line_link {
      display: none;
      position: fixed;
      bottom: 12px;
      right: 2%;
      z-index: 2;
   }

   .line_link a {
      width: 55px;
      height: 55px;
   }

   .line_link a img {
      /* width: 100%; */
      display: none;
   }
}

/* ==========================
  フローティングバナー（追従バナー）
========================== */


.bl_floatingBanner {
display:none;
   position: fixed;
   bottom: 55px;
   right: 100px;
   /*  width: 100%;*/
   max-width: 100%;
   z-index: 10;
   opacity: 0.95;
   animation-name: fade;
   animation-duration: 2s;

}

.bl_floatingBanner.js_close {
   /* display: none;*/
   animation-name: fadeout;
   animation-duration: 0.5s;
   animation-fill-mode: both;


}

.bl_floatingBanner_img {
   display: block;
   transition: 0.3s;
}

.bl_floatingBanner_img:hover {
   opacity: 0.9;
}

.bl_floatingBanner_close {
   width: 15px;
   height: 15px;
   position: absolute;
   right: -4px;
   top: 3px;
   cursor: pointer;
   background-color: white;
   border-radius: 10px;
}

.bl_floatingBanner_close span:nth-of-type(1) {
   position: absolute;
   top: 7px;
   right: 0px;
   width: 15px;
   height: 1px;
   background-color: #000;
   transform: rotate(45deg);
}

.bl_floatingBanner_close span:nth-of-type(2) {
   position: absolute;
   top: 0;
   right: 7px;
   width: 1px;
   height: 15px;
   background-color: #000;
   transform: rotate(45deg);
}

@media(min-width:751px) {
   .bl_floatingBanner_close {
      /* display: none; */
   }

}


@media(max-width:751px) {
   .bl_floatingBanner {
   display:none;
      position: fixed;
      bottom: 10px;
      left: 2%;
      width: 96%;
      max-width: 100%;
      z-index: 10;
      opacity: 0.9;
      animation-name: fade;
      animation-duration: 2s;

   }

   .bl_floatingBanner.js_close {
       display: none;
      animation-name: fadeout;
      animation-duration: 0.5s;
      animation-fill-mode: both;

   }

   .bl_floatingBanner_img {
      display: block;
      transition: 0.3s;

   }

   .bl_floatingBanner_img img {
      width: 100%;
   }

   .bl_floatingBanner_img:hover {
      opacity: 0.8;
   }

   .bl_floatingBanner_close {
      width: 15px;
      height: 15px;
      position: absolute;
      right: -4px;
      top: 3px;
      cursor: pointer;
   }

   .bl_floatingBanner_close span:nth-of-type(1) {
      position: absolute;
      top: 7px;
      right: 0;
      width: 15px;
      height: 1px;
      background-color: #000;
      transform: rotate(45deg);
   }

   .bl_floatingBanner_close span:nth-of-type(2) {
      position: absolute;
      top: 0;
      right: 7px;
      width: 1px;
      height: 15px;
      background-color: #000;
      transform: rotate(45deg);
   }

   footer#colophon {
      padding-bottom: 100px !important;

   }


}




@keyframes fade {
   0% {
      opacity: 0;
      transform: translateY(0px);
   }

   100% {
      opacity: 0.9;
      transform: translateY(0);
   }
}


@keyframes fadeout {
   0% {
      opacity: 1;
      transform: translateY(0px);
   }

   100% {
   display:none;
      opacity: 0;
      transform: translateY(0);
   }
}

/*lineアイコン移動*/
.header_line {
   display: block;
   width: 58px;
   height: 58px;
   background: #ffffff;
   position: absolute;
   top: 0;
   right: 0px;
   text-align: center;
   color: #fff;
   position: relative;
}

.header_line a img {
   padding: 10px;
   width: 66%;
}


@media(max-width:751px) {


   .header_line a img {
      padding: 8px;
      width: 100%;
      margin: 0%;
   }

   .header_line {
      display: block;
      width: 50px;
      height: 50px;
      top: 0;
      right: 50px;
   }
}

/*女性相談員ダイレクトコール非表示*/
.section-internal__contact_tel_box_female {
   display: none;
}