@charset "UTF-8";



/*******************************
*　共通用
********************************/

.sec_sub_title + .tt2_en{
  margin-top: 5px;
}

.tt2_en.mb25{
  margin-bottom: 15px;
}

@media (min-width:768px){
  
  .page_hdr_wrap.reverse{

  }
  .page_hdr_wrap.reverse .page_hdr_box1{
    order: 2;
  }
  .page_hdr_wrap.reverse .page_hdr_box2{
    order: 1;
  }
  
  .sec_sub_title + .tt2_en{
    margin-top: 20px;
  }
  .tt2_en.mb25{
    margin-bottom: 25px;
  }
}




/*******************************
*　3.訪問看護
********************************/

/* セクション設定 */
.pg_visit1{

}
.pg_visit1 .section{
  position: relative;
  z-index: 1;
}
.pg_visit1 .section.sec1{
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}
.pg_visit1 .section.sec2{

}
.pg_visit1 .section.sec3{
  padding-top: 50px;
}
.pg_visit1 .section.sec4{
  padding-top: 50px;
}
.pg_visit1 .section.sec5{
  padding-top: 50px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_visit1{

  }
  .pg_visit1 .section{
  }
  .pg_visit1 .section.sec1{
    margin-top: 0;
    padding-bottom: 100px;
  }
  .pg_visit1 .section.sec2{

  }
  .pg_visit1 .section.sec3{
    padding-top: 120px;
  }
  .pg_visit1 .section.sec4{
    padding-top: 100px;
  }
  .pg_visit1 .section.sec5{
    padding-top: 100px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){

  .pg_visit1{

  }
  .pg_visit1 .section{
  }
  .pg_visit1 .section.sec1{
    margin-top: -130px;
    padding-bottom: 155px;
  }
  .pg_visit1 .section.sec2{

  }
  .pg_visit1 .section.sec3{
    padding-top: 175px;
  }
  .pg_visit1 .section.sec4{
    padding-top: 125px;
  }
  .pg_visit1 .section.sec5{
    padding-top: 140px;
  }

  

}
@media (min-width:1720px){


}


/* メイン部分 */
:root{
  --bg-illust-size-fix:0.5;
  --visit-service-box-radius: 80px;
  --visit-service-shadow-distance: 60px;
}

.visitingCare_about_logo{
  text-align: center;
  margin-bottom: 50px;
}
.visitingCare_about_logo img{
  width: 150px;
}

.visitingCare_about_illust{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.visitingCare_about_illust.pos1{
  aspect-ratio: 289 / 267;
  background-image: url(/system_panel/uploads/images/visitingCare_illust1.png);
  top: 0;
  left: 0;
}
.visitingCare_about_illust.pos2{
  aspect-ratio: 520 / 423;
  background-image: url(/system_panel/uploads/images/visitingCare_illust2.png);
}

.visitingCare_about_illust.pos1{
  width: calc(289px * var(--bg-illust-size-fix));
  -webkit-transform: translate(-50%, -28%);
  transform: translate(-50%, -28%);
}
.visitingCare_about_illust.pos2{
  width: calc(520px * var(--bg-illust-size-fix));
  -webkit-transform: translate(43%, -33%);
  transform: translate(43%, -33%);
}


/* サービス */
.visitingCare_service_wrap{
  position: relative;
  z-index: 1;
  padding-top: 1px;
  padding-bottom: 30px;
}
.visitingCare_service_wrap:before,
.visitingCare_service_wrap:after{
  content: "";
  position: absolute;
}
.visitingCare_service_wrap:before{
  background: #f6f6f6;
  z-index: 0;
  top: 0;
  bottom: 0;
  
}
.visitingCare_service_wrap:after{
  background: #f7f0dc;
  z-index: -1;
  top: var(--visit-service-shadow-distance);
  bottom: calc(-1 * var(--visit-service-shadow-distance));
}

/* 左寄せ */
.visitingCare_service_wrap.left{
  margin-right: 0;
  padding-right: 30px;
}
.visitingCare_service_wrap.left:before{
  border-radius: 0 var(--visit-service-box-radius) var(--visit-service-box-radius) 0;
  right: 0;
  left: var(--margin-for-device-side);
}
.visitingCare_service_wrap.left:after{
  border-radius: 0 var(--visit-service-box-radius) var(--visit-service-box-radius) 0;
  right: calc(-1 * var(--visit-service-shadow-distance));
  left: var(--margin-for-device-side);
}

/* 右寄せ */
.visitingCare_service_wrap.right{
  margin-left: 0;
  padding-left: 30px;
}
.visitingCare_service_wrap.right:before{
  border-radius: var(--visit-service-box-radius) 0 0 var(--visit-service-box-radius);
  left: 0;
  right: var(--margin-for-device-side);
}
.visitingCare_service_wrap.right:after{
  border-radius: var(--visit-service-box-radius) 0 0 var(--visit-service-box-radius);
  left: calc(-1 * var(--visit-service-shadow-distance));
  right: var(--margin-for-device-side);
}

/* 見出し */
.visitingCare_service_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.visitingCare_service_head{
  
}
.visitingCare_service_head_img{
  
}

/* 一覧 */
.visitingCare_service_list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
}
.visitingCare_service_list_item{
  width: 50%;
  padding: 0 5px;
}
.visitingCare_service_list_item:nth-child(n+3){
  margin-top: 20px;
}
.visitingCare_service_list_item_img{
  border-radius: 20px;
  overflow: hidden;
}
.visitingCare_service_list_item_img.img_fit:before{
  padding-top: 79.320%;
}
.visitingCare_service_list_item_title{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
* + .visitingCare_service_list_item_title{
  margin-top: 10px;
}
.visitingCare_service_list_item_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}
* + .visitingCare_service_list_item_txt{
  margin-top: 5px;
}

/* 料金 */
.service_price_wrap{
  position: relative;
  z-index: 1;
}
* + .service_price_wrap{
  margin-top: 30px;
}
.service_price_illust{
  width: 85px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: 10px;
}

.service_price_tbl{
  
}
.js-scrollable .service_price_tbl{
  min-width: 750px;
}
.service_price_tbl .table_rows_th,
.service_price_tbl .table_rows_td{
  background: #FFF;
  border: 1px solid #282828;
  padding: 20px 10px;
  vertical-align: middle;
}
.service_price_tbl .table_rows_th{
  width: 120px;
  background: #f9f2e0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.service_price_tbl .table_rows_td{
  
}
.service_price_tbl .table_rows_td:last-child{
  width: 150px;
}
.service_price_tbl_list{
  margin-left: 0;
}
.service_price_tbl_list p{
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
.service_price_tbl_list p+p{
  margin-top: 10px;
}
.service_price_tbl_txt{
  font-size: 16px;
  font-weight: 700;
  color: #ca7d93;
  text-align: center;
}

/* 料金補足 */
.visitingCare_price_msg{
  margin-top: 30px;
}
.visitingCare_price_msg .read_more{
  margin-top: 0;
}
.visitingCare_price_msg_txt{
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
  margin-top: 36px;
}

/* スタッフ */
.visitingCare_staff_list{
  margin-left: var(--margin-for-device-side);
  margin-right: var(--margin-for-device-side);
}
* + .visitingCare_staff_list{
  margin-top: 30px;
}
.visitingCare_staff_list .webgene-blog{
}
.visitingCare_staff_list .webgene-item{
  
}
.visitingCare_staff_list .swiper-slide{
  width: 250px;
  padding: 0 15px;
}
.visitingCare_staff_list .webgene-item .img_box{
  position: relative;
  z-index: 1;
}
.visitingCare_staff_list .webgene-item .img_box:before{
  content: "";
  width: 17.42%;
  aspect-ratio:  1 / 1;
  background-image: url(/system_panel/uploads/images/zoom_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 7%;
  cursor: pointer;
}

.visitingCare_staff_list .webgene-item .img.img_fit:before{
  padding-top: 130.556%;
}

.visitingCare_staff_list .webgene-item .img{
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  
  -webkit-mask-image: url(/system_panel/uploads/images/staff_img_frame.png);
  aspect-ratio: 396 / 517;
}
.visitingCare_staff_list .webgene-item .img img{
  transition: 0.2s all;
}
  
.visitingCare_staff_list .webgene-item .img:hover img{
  transform: scale(1.05);
}
.visitingCare_staff_list .webgene-item .staff_name{
  margin-top: 10px;
  text-align: center;
}
.visitingCare_staff_list .webgene-item .staff_name .ja{
  font-size: 20px;
  font-weight: 700;
}
.visitingCare_staff_list .webgene-item .staff_name .en{
  font-size: 16px;
  font-weight: 500;
  color: #e1c064;
}

/* 中央寄せ */
.centerFixed{
  justify-content: center !important;
  transform: translate3d(0px, 0, 0) !important;
}

@media (max-width:1023px){
  
}
@media (max-width:767px){
  .visitingCare_service_list_item_title{
   font-size:15px;
  }
  .visitingCare_service_wrap:after{
    display: none;
  }
  
  /* 見出し */
  .visitingCare_service_head{
    justify-content: center;
  }
  .visitingCare_service_head .tt2{
    order: 2;
    text-align: center;
    margin-top: 20px;
  }
  .visitingCare_service_head_img{
    order: 1;
    width: 70%;
    margin-top: -35px;
  }
  
  .visitingCare_service_list_item_title{
    letter-spacing: 0.02em;
  }
  

}
@media (min-width:768px){

  :root{
    --bg-illust-size-fix:0.7;
    --visit-service-box-radius: 50px;
    --visit-service-shadow-distance: 30px;
  }
  
  .visitingCare_about_logo{
    margin-bottom: 70px;
  }
  .visitingCare_about_logo img{
    width: 250px;
  }
  
  /* サービス */
  .visitingCare_service_wrap{
    padding-bottom: 50px;
  }

  /* 左寄せ */
  .visitingCare_service_wrap.left{
    margin-right: 0;
    padding-right: 30px;
  }
  
  /* 右寄せ */
  .visitingCare_service_wrap.right{
    margin-left: 0;
    padding-left: 30px;
  }
  
  /* 見出し */
  .visitingCare_service_head{
    margin-top: -40px;
    margin-bottom: 50px;
  }
  .visitingCare_service_head .tt2{

  }
  .visitingCare_service_head_img{
 width: 36%;
  }

  /* 一覧 */
  .visitingCare_service_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  .visitingCare_service_list_item{
    width: 50%;
    padding: 0 10px;
  }
  .visitingCare_service_list_item:nth-child(n+3){
    margin-top: 40px;
  }
  .visitingCare_service_list_item_img{
    border-radius: 40px;
  }
  .visitingCare_service_list_item_title{
    font-size: 20px;
  }
  .visitingCare_service_list_item_txt{
    font-size: 16px;
    line-height: 2.125;
  }
  
  /* 料金 */
  .service_price_wrap{
  }
  * + .service_price_wrap{
    margin-top: 40px;
  }
  .service_price_illust{
    width: 130px;
    right: 30px;
  }
  
  .service_price_tbl{

  }
  .js-scrollable .service_price_tbl{
    /*width: 100%;*/
    min-width: 0;
  }
  .service_price_tbl .table_rows_th,
  .service_price_tbl .table_rows_td{
    padding: 20px 10px;
  }
  .service_price_tbl .table_rows_th{
    width: 120px;
    font-size: 18px;
  }
  .service_price_tbl .table_rows_td{

  }
  .service_price_tbl .table_rows_td:last-child{
    /*width: 350px;*/
  }
  .service_price_tbl_list{
    /*margin-left: 60px;*/
  }
  .service_price_tbl_list p{
  }
  .service_price_tbl_list p+p{
    /*margin-top: 10px;*/
  }
  .service_price_tbl_txt{
    /*font-size: 18px;*/
  }
  

  /* スタッフ */
  .visitingCare_staff_list{
  }
  * + .visitingCare_staff_list{
    margin-top: 50px;
  }
  .visitingCare_staff_list .webgene-blog{
  }
  .visitingCare_staff_list .webgene-item{

  }
  .visitingCare_staff_list .swiper-slide{
    width: 250px;
    padding: 0 10px;
  }
  .visitingCare_staff_list .webgene-item .img_box:before{
    width: 17.42%;
    top: 5px;
    right: 7%;
  }
  .visitingCare_staff_list .webgene-item .staff_name{
    margin-top: 10px;
  }
  .visitingCare_staff_list .webgene-item .staff_name .ja{
    font-size: 20px;
  }
  .visitingCare_staff_list .webgene-item .staff_name .en{
    font-size: 18px;
  }

  .visitingCare_about_illust.pos2{
  width: calc(520px * var(--bg-illust-size-fix));
  -webkit-transform: translate(43%, -33%);
  transform: translate(59%, -19%);
}
}
@media (min-width:1024px){

  
  /* 一覧 */
  .visitingCare_service_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  .visitingCare_service_list_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .visitingCare_service_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .visitingCare_service_list_item:nth-child(n+4){
    margin-top: 40px;
  }

  /* 料金 */
  .service_price_wrap{
  }
  * + .service_price_wrap{
    margin-top: 60px;
  }
  .service_price_illust{
    width: auto;
    right: 50px;
  }
  
  .service_price_tbl{

  }
  .service_price_tbl .table_rows_th,
  .service_price_tbl .table_rows_td{
  }
  .service_price_tbl .table_rows_th{
    width: 150px;
    font-size: 18px;
  }
  .service_price_tbl .table_rows_td{

  }
  .service_price_tbl .table_rows_td:last-child{
    width: 160px;
  }
  .service_price_tbl_list{
    margin-left: 60px;
  }
  .service_price_tbl_txt{
    font-size: 18px;
  }
  
  .visitingCare_about_illust.pos2{
  width: calc(520px * var(--bg-illust-size-fix));
  -webkit-transform: translate(43%, -33%);
  transform: translate(43%, -33%);
}
  

  /* 料金補足 */
  .visitingCare_price_msg{
    margin-top: 45px;
  }
  .visitingCare_price_msg_txt{
    line-height: 2.125;
    text-align: center;
    margin-top: 35px;
  }
  .visitingCare_price_msg .read_more a{
    max-width: 300px;
  }
}
@media (min-width:1200px){

  
  :root{
    --bg-illust-size-fix:1.0;
    --visit-service-box-radius: 80px;
    --visit-service-shadow-distance: 60px;
  }
  
  /* 左寄せ */
  .visitingCare_service_wrap.left{
    margin-right: 100px;
    padding-right: 90px;
  }
  
  /* 右寄せ */
  .visitingCare_service_wrap.right{
    margin-left: 100px;
    padding-left: 90px;
  }
  
  .visitingCare_service_head_img{
    width: 40%;
  }
  
  /* 料金 */
  .service_price_tbl{

  }
  .service_price_tbl .table_rows_th,
  .service_price_tbl .table_rows_td{
  }
  .service_price_tbl .table_rows_th{
    width: 258px;
    /*font-size: 18px;*/
  }
  .service_price_tbl .table_rows_td{

  }
  .service_price_tbl .table_rows_td:last-child{
    width: 350px;
  }
  .service_price_tbl_list{
    margin-left: 60px;
  }
  .service_price_tbl_txt{
    /*font-size: 18px;*/
  }
  
  

}
@media (min-width:1470px){


  :root{
    --bg-illust-size-fix:1.0;
    --visit-service-box-radius: 80px;
    --visit-service-shadow-distance: 60px;
  }
  
  .visitingCare_about_logo{
    margin-bottom: 100px;
  }
  .visitingCare_about_logo img{
    width: auto;
  }
  
  /* サービス */
  .visitingCare_service_wrap{
    padding-bottom: 50px;
  }

  /* 左寄せ */
  .visitingCare_service_wrap.left{
    margin-right: 205px;
    padding-right: 190px;
  }
  
  /* 右寄せ */
  .visitingCare_service_wrap.right{
    margin-left: 205px;
    padding-left: 190px;
  }
  
  /* 見出し */
  .visitingCare_service_head{
    margin-bottom: 50px;
  }
  .visitingCare_service_head .tt2{

  }
  .visitingCare_service_head_img{
    width: auto;
    margin-top: -15px;
    margin-right: 50px;
  }

  /* 一覧 */
  .visitingCare_service_list{
    margin-left: -16px;
    margin-right: -16px;
  }
  .visitingCare_service_list_item{
    width: 33.333%;
    padding: 0 16px;
  }
  .visitingCare_service_list_item:nth-child(n+4){
    margin-top: 40px;
  }
  .visitingCare_service_list_item_img{
    border-radius: 40px;
  }
  .visitingCare_service_list_item_title{
    font-size: 25px;
  }
  
  /* スタッフ */
  .visitingCare_staff_list{
  }
  * + .visitingCare_staff_list{
    margin-top: 70px;
  }
  .visitingCare_staff_list .webgene-blog{
  }
  .visitingCare_staff_list .webgene-item{

  }
  .visitingCare_staff_list .swiper-slide{
    /*width: 396px;*/
    width: 456px;
    padding: 0 30px;
  }
  .visitingCare_staff_list .webgene-item .img_box:before{
    width: 17.42%;
    top: 5px;
    right: 7%;
  }
  .visitingCare_staff_list .webgene-item .staff_name{
    margin-top: 10px;
  }
  .visitingCare_staff_list .webgene-item .staff_name .ja{
    font-size: 25px;
  }
  .visitingCare_staff_list .webgene-item .staff_name .en{
    font-size: 20px;
  }
  
 

  
}
@media (min-width:1720px){


}

/*******************************
*　
********************************/

/* ポップアップ */
.style_popup{
  width: 95vw;
  max-height: 90vh;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  color: #282828;
  padding: 30px 30px;
}
.style_popup_box1{
  width: 100%;
}
.style_popup_box2{
  width: 100%;
  margin-top: 20px;
  
}
.style_popup_imgs{
  
}
.style_popup_imgs .img{
  border-radius: 30px;
}
.style_popup_imgs .img.img_fit:before{
  padding-top: 79.18%;
  padding-top: 127.58%;
}
.style_popup_title{
  line-height: 1.5;
  margin-bottom: 15px;
}
.style_popup_title .ja{
  font-size: 20px;
  font-weight: 700;
}
.style_popup_title .en{
  font-size: 16px;
  font-weight: 500;
  color: #e1c064;
}
.style_popup_prof{
  
}
.style_popup_prof dl{
  display: flex;
  font-size: 15px;
  font-weight: 500;
}
.style_popup_prof dl+dl{
  margin-top: 5px;
}
.style_popup_prof dl dt{
  min-width: 85px;
  padding-right: -1.5em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.style_popup_prof dl dt:after{
  content: "：";
  position: absolute;
  z-index: 1;
  right: 0;
}
.style_popup_prof dl dd{
  margin-bottom: 0;
}
.style_popup_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}


.style_popup_imgs_wrap{
  position: relative;
  z-index: 1;
}
.popup_slider_btn_prev,
.popup_slider_btn_next{
  font-size: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.popup_slider_btn_prev{
  left: -1.2em;
}
.popup_slider_btn_next{
  right: -1.2em;
}


@media (min-width:768px){
  
  /* ポップアップ */
  .style_popup{
    width: 700px;
    padding: 100px 50px;
  }
  .style_popup_box1{
    width: 55.69%;
    width: 43.93%;
  }
  .style_popup_box2{
    width: 36.07%;
    width: 48.10%;
    margin-top: 0;
  }
  .style_popup_imgs{

  }
  .style_popup_title{
    margin-bottom: 50px;
  }
  .style_popup_prof{

  }
  .style_popup_prof dl{
    font-size: 16px;
  }
  .style_popup_prof dl+dl{
    margin-top: 15px;
  }
  .style_popup_prof dl dt{
    min-width: 85px;
  }
  .style_popup_prof dl dt:after{
    right: 0;
  }
  .style_popup_prof dl dd{

  }
  .style_popup_txt{
    font-size: 16px;
    line-height: 2.125;
  }
  .popup_slider_btn_prev{
    left: -2em;
  }
  .popup_slider_btn_next{
    right: -2em;
  }

}
@media (min-width:1024px){

  /* 一覧 */
  
  
  /* ポップアップ */
  .style_popup{
    width: 920px;
  }

}
@media (min-width:1200px){

  
  /* ポップアップ */
  .style_popup{
    padding: 100px 65px;
    width: 920px;
  }
  
}
@media (min-width:1470px){

  /* ポップアップ */
  .style_popup{
    padding: 100px 65px;
    width: 1300px;
  }
  
}
@media (min-width:1536px){

  /* ポップアップ */
  .style_popup{
    padding: 100px 100px;
    width: 1520px;
  }
  
}



/*******************************
*　4.訪問介護
********************************/

/* セクション設定 */
.pg_visit2{

}
.pg_visit2 .section{
  position: relative;
  z-index: 1;
}
.pg_visit2 .section.sec1{
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}
.pg_visit2 .section.sec2{

}
.pg_visit2 .section.sec3{
  padding-top: 50px;
}
.pg_visit2 .section.sec4{
  padding-top: 50px;
}
.pg_visit2 .section.sec5{
  padding-top: 50px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .style_popup{
    padding: 60px 30px;
  }
}
@media (min-width:768px){

  .pg_visit2{

  }
  .pg_visit2 .section{
  }
  .pg_visit2 .section.sec1{
    margin-top: 0;
    padding-bottom: 100px;
  }
  .pg_visit2 .section.sec2{

  }
  .pg_visit2 .section.sec3{
    padding-top: 120px;
  }
  .pg_visit2 .section.sec4{
    padding-top: 100px;
  }
  .pg_visit2 .section.sec5{
    padding-top: 100px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){

  .pg_visit2{

  }
  .pg_visit2 .section{
  }
  .pg_visit2 .section.sec1{
    margin-top: -130px;
    padding-bottom: 225px;
  }
  .pg_visit2 .section.sec2{

  }
  .pg_visit2 .section.sec3{
    padding-top: 175px;
  }
  .pg_visit2 .section.sec4{
    padding-top: 125px;
  }
  .pg_visit2 .section.sec5{
    padding-top: 140px;
  }

  
  .pg_visit2 .visitingCare_service_head_img{
    margin-top: -60px;
    margin-right: 20px;
  }

}
@media (min-width:1720px){


}


/* メイン部分 */

.homeCare_about_illust{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.homeCare_about_illust.pos1{
  aspect-ratio: 289 / 267;
  background-image: url(/system_panel/uploads/images/visitingCare_illust1.png);
  top: 0;
  left: 0;
}
.homeCare_about_illust.pos2{
  aspect-ratio: 668 / 687;
  background-image: url(/system_panel/uploads/images/homeCare_illust2.png);
}

.homeCare_about_illust.pos1{
  width: calc(289px * var(--bg-illust-size-fix));
  -webkit-transform: translate(-22%, -19%);
  transform: translate(-22%, -19%);
}
.homeCare_about_illust.pos2{
  width: calc(668px * var(--bg-illust-size-fix));
  -webkit-transform: translate(-61%, -15%);
  transform: translate(-61%, -15%);
}

@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}
