@charset "UTF-8";
#root{
  overflow: hidden;
}
.outfit{
  font-family: "Outfit", system-ui;
}
.read_more a{
  color: #181818;
}
.read_more a:hover{
  filter: brightness(1.05);
}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  position: relative;
}
.pg_header:before{
  content: "";
  display: block;
  background: #ecf4f4;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 40.91%;
  left: 0;
  z-index: -1;
}
.pg_header_tt{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-bottom: 20px;
}
.pg_header_img{

}
.pg_header_img:before{
  padding-top: 140px;
}

/*ボタン*/
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.read_more a{
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  background: #62d8e2;
  color: #181818;
  border-radius: 26px;
  transition: 0.2s all;
  position: relative;
  z-index: 1;
}
.read_more a:hover{
  background: #61bfbf;
}
.read_more.bk a:hover{
  background: #61bfbf;
}

.read_more a:after{
  content: ">";
  color: #181818;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover:after{
  margin-right: -5px;
}
.read_more a.txt_bk{
  color: #181818;
}

/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_header{
    margin-bottom: 60px;
  }
  .pg_header_tt{
    padding-left: 20px;
  }

  .read_more a+a{
    margin-top: 15px;
  }

}
@media (min-width:768px){
  .pg_header{
    padding-left: 2.41%;
    margin-top: 120px;
    margin-bottom: 80px
  }
  .pg_header_tt{
    font-size: 28px;
    padding-bottom: 50px;
  }
  .pg_header_img{

  }
  .pg_header_img:before{
    padding-top: 270px;
  }

  .read_more.left{
    justify-content: flex-start;
  }

  .read_more a{
    width: 300px;
  }
  .read_more a:after{
    right: 55px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-top: 157px;
    padding-left: 2.41%;
    margin-bottom: 150px;
  }
  .pg_header_tt{
    font-size: 34px;
    padding-bottom: 50px;
  }
  .pg_header_img{

  }
  .pg_header_img:before{
    padding-top: 370px;
  }

  .read_more a{
    width: 350px;
  }
  .read_more a:after{
    right: 65px;
  }

}
@media (min-width:1200px){
  .pg_header{
    padding-left: 10.41%;
  }
  .pg_header_img:before{
    padding-top: 400px;
  }
  .pg_header_tt{
    font-size: 34px;
    padding-bottom: 70px;
  }
}
@media (min-width:1500px){
   .pg_header_img:before{
    padding-top: 520px;
  }
}
/*******************************
*　コンセプト
********************************/
.pg_concet{

}
.pg_concet .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_concet .section.sec2{
  padding-top: 70px;
}
.pg_concet .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.pg_hdr_title_md{
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.45em;
}
.pg_hdr_title_md em{
  font-size: 16px;
  font-style: normal;
}

/*繰り替えし*/
.concept_about_tt{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height:1.75em; 
}
.concept_about_items{
  margin-top:80px;
}
.concept_about_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f5f5f5;
  position: relative;
}
.concept_about_item:before{
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #62d8e2;
  top: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}
.concept_about_item:after{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  top: 0;
  position: absolute;
  z-index: -1
}
.concept_about_box1{
  width: 100%;
}
.concept_about_box1_img:before{
  padding-top: 80.89%; 
}
.concept_about_box2{
  width: 100%;
}
.concept_about_box2_ttl{
  font-size: 18px;
  font-weight: 700;
}
.concept_about_box2_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}

/* コピー用 */
@media (max-width:374px){

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

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

  /*繰り返し*/
  .concept_about_item{
    padding-bottom: 32px;
  }
  .concept_about_item:after{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 100%;
  }
  .concept_about_item:before{
    width: 100vw;
    height: 5px;
    left: 0;
    top: auto;
    bottom: 0;
    right: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .concept_about_item:nth-child(n+2){
    margin-top: 70px;
  }
  .concept_about_box1{
    order: 2;
    margin-top: 16px;
  }
  .concept_about_box2{
    order: 1;
    padding: 30px 16px 20px;
  }
  .concept_about_box2_desc{
    margin-top: 12px;
  }
  .concept_about_box2_ttl{
        font-size: 20px;
    text-align: center;
  }
 

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

  }
  .pg_concet .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_concet .section.sec2{
    padding-top: 80px;
  }
  .pg_concet .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_hdr_title_md{
    font-size: 24px;
  }
  .pg_hdr_title_md em{
    font-size: 20px;
  }
  .pg_concet .pg_hdr_title_tt{
    font-size: 46px;
  }

  /*繰り替えし*/
  .concept_about_tt{
    font-size: 20px;
  }
  .concept_about_items{
    margin-top: 100px;
  }
  .concept_about_item{

  }
  .concept_about_item:nth-child(n+2){
    margin-top: 80px;
  }
  .concept_about_item:after{
    margin-left: calc(50% - 50vw);
    right: -1.89%;
  }
  .concept_about_item:before{
    right: -1.89%;
  }
  .concept_about_box1{
    width: 40.09%;
  }
  .concept_about_box1_img:before{

  }
  .concept_about_box1_img{
    top: -50px;
  }
  .concept_about_box2{
    width: 51.35%;
    padding: 23px 15px 55px 0;
  }
  .concept_about_box2_ttl{
    font-size: 20px;
  }
  .concept_about_box2_desc{
    margin-top: 20px;
    padding-left: 5px;
  }
}
@media (min-width:1024px){
  .pg_concet{

  }
  .pg_concet .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_concet .section.sec2{
    padding-top: 100px;
  }
  .pg_concet .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .pg_hdr_title_md{
    font-size: 30px;
  }
  .pg_hdr_title_md em{
    font-size: 24px;
  }
  .pg_concet .pg_hdr_title_tt{
    font-size: 64px;
  }
  .pg_concet .section.sec1 .pg_hdr_desc{
    margin-top: 36px;
  }

  /*繰り替えし*/
  .concept_about_tt{
    font-size: 24px;
  }
  .concept_about_items{
    margin-top: 120px;
  }
  .concept_about_item{

  }
  .concept_about_item:nth-child(n+2){
    margin-top: 130px;
  }
  .concept_about_box1{

  }
  .concept_about_box1_img:before{

  }
  .concept_about_box2{

  }
  .concept_about_box2_ttl{
    font-size: 24px;
  }
  .concept_about_box2_desc{

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


}
/*******************************
*　未病と健康
********************************/
.pg_concept{

}
.pg_concept .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_concept .section.sec2{
  padding-top: 70px;
}
.pg_concept .section.sec3{
  padding-top: 80px;
}

/*見出し*/
.pg_hdr_title,
.pg_hdr_title_tt{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.52em;
  text-align: center;
}
.pg_hdr_title_tt{

}
.pg_hdr_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  text-align: justify;
  margin-top: 20px;
}

/*繰り返し*/
.concept_content_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.concept_content_item{
  width: 100%;
  position: relative;
}
.concept_content_item_imgs{
  display: flex;
  justify-content: flex-end;

}
.concept_content_item_small{
  width: 42%;
  position: absolute;
  bottom: -50px;
  left: -10px;
  z-index: 1;
  /*  border: 10px solid #fff;*/
}
.concept_content_item_small:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.concept_content_item_small_img{
  border: 10px solid #fff;
}
.concept_content_item_small_img:before{
  padding-top: 128.27%;
}
.concept_content_item_img{
  width: 83.33%;
}
.concept_content_item.third .concept_content_item_img:before{
  padding-top:  125.84%;
}
.concept_content_item.third .concept_content_item_img{
  width: auto;
}
.concept_content_item.one .concept_content_item_img:before{
  padding-top: 67.36%;
}
.concept_content_item_title{
  padding-bottom: 16px;
}
.concept_content_item_title:after{
  content: "";
  display: block;
  width: 95px;
  height: 1px;
  background: #181818;
  margin-top: 20px;
}
.concept_content_item_title_txt{
  font-size: 20px;
  font-weight: 700;
}
.concept_content_item_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin-top: 10px;
}

.concept_links_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
}
.concept_links_items:after{
  content: "";
  display: block;
  width: 100vw;
  height: 111.47%;
  background: #f5f5f5;
  position: absolute;
  top: 17.64%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.concept_links_items.nobg:after{
  display: none;
}

.concept_links_item{

}
.concept_links_item_inner{
  display: block;
}
.concept_links_item_inner:hover{
color: #181818;
}
.concept_links_item_img_outer{
  position: relative;
}
.concept_links_item_img{
  overflow: hidden;
}
.concept_links_item_img img{
  transition: all .3s;
}
.concept_links_item_inner:hover img{
  transform: scale(1.1);
}
.concept_links_item_img:before{
  padding-top: 51.42%;
}
.concept_links_item_img_txt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #62d8e2;
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 1;
}
.concept_links_item_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-right: 5px;
}
.concept_links_item_title_txt{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.concept_links_item_title_circle{
  width: 45px;
  height: 45px;
  border: 1px solid #cacaca;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 8px;
  transition: all .3s;
}
.concept_links_item_title_circle:before{
  content: "〉";
  font-size: 16px;
  padding-left: 8px;
  position: relative;
  transition: all .3s;
  right: 0;
}
.concept_links_item_inner:hover .concept_links_item_title_circle:before{
  right: -5px;
}
.concept_links_item_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
  margin-top: 8px;
  padding: 0 5px;
}

/*サポート*/
.concept_support_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept_support_box1{
  width: 100%;
}
.concept_support_box2{
  width: 100%;
}
.concept_support_box2_img.one:before{
  padding-top: 105.26%;
}
.concept_support_box2_img.two:before{
  padding-top: 72.21%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .concept_content_item.two{
    margin-top: 65px;
  }
  .concept_content_item.third{
    margin-top: 20px;
  }
  .concept_content_item.forth{
    margin-top: 32px;
  }

  .concept_links_item:nth-child(n+2){
    margin-top: 50px;
  }
  .concept_links_item_img_txt{
    font-size: 22px;
    bottom: -17px;
  }
  .concept_links_wrap .read_more{
    margin-top: 50px;
  }
  .concept_links_items:after{
    top: 6.64%;
    height: 99.47%;
  }
  .concept_support_box1{
    order: 2; 
    margin-top: 26px;
  }
  .concept_support_box2{
    order: 1;
  }
  .concept_support_box2_img{
    margin-top: 40px;
  }
  .concept_support_items .read_more{
    margin-top: 30px;
  }
  .concept_content_item_title_txt{
    text-align: center;
  }
  .concept_content_item_title:after{
   margin-left: auto;
margin-right: auto;   
  }
}
@media (min-width:768px){
  .pg_concept{

  }
  .pg_concept .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_concept .section.sec2{
    padding-top: 80px;
  }
  .pg_concept .section.sec3{
    padding-top: 100px;
  }

  /*見出し*/
  .pg_hdr_title,
  .pg_hdr_title_tt{
    font-size: 32px;
  }
  .pg_hdr_title_tt{

  }
  .pg_hdr_desc{
    margin-top: 30px;
  }

  /*繰り返し*/
  .concept_content_items{
    margin-top: 90px;
  }
  .concept_links_items:after{
    height: 100.47%;
  }
  .concept_content_item{

  }
  .concept_content_item.one{
    width: 51.35%;
    order: 2;
  }
  .concept_content_item.two{
    width: 42.79%;
    order: 1;
  }
  .concept_content_item.third{
    order: 3;
    padding-right: 26px;
    margin-top: 40px;
  }
  .concept_content_item.forth{
    order:4;
    margin-top: 60px;
  }
  .concept_content_item_imgs{

  }
  .concept_content_item_small{
    bottom: 70px;
  }
  .concept_content_item_small_img{

  }
  .concept_content_item_small_img:before{

  }
  .concept_content_item_img{

  }
  .concept_content_item_img:before{

  }
  .concept_content_item_title{

  }
  .concept_content_item_title:after{
    margin-top: 30px;
  }
  .concept_content_item_title_txt{
    font-size: 24px;
  }
  .concept_content_item_desc{

  }

  .concept_links_items{

  }
  .concept_links_item{

  }
  .concept_links_item_inner{

  }
  .concept_links_item_img_outer{

  }
  .concept_links_item_img{

  }
  .concept_links_item_img:before{

  }
  .concept_links_item_img_txt{
    font-size: 24px;
    bottom: -18px;
  }
  .concept_links_item_title{
    margin-top: 18px;
  }
  .concept_links_item_title_txt{
    font-size: 18px;
  }
  .concept_links_item_desc{

  }
  .read_more{
    margin-top: 50px;
  }

  /*サポート*/
  .concept_support_items{

  }
  .concept_support_box1{
    width: 51.35%;
  }
  .concept_support_box2{
    width: 42.79%;
  }
  .concept_support_box2_img.one:before{

  }
  .concept_support_box2_img.two:before{

  }
  .concept_support_box2_img.two{
    margin-top: 10px;
  }
  .concept_support_items .read_more{
    justify-content: flex-start;
    margin-top: 45px;

  }
  .concept_support_items .read_more a{
    margin-left: 0;
  }
  .ftr_contact_item_phone2{
    padding-left: 0;
  }
}
@media (min-width:1024px){
  .pg_concept{

  }
  .pg_concept .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_concept .section.sec2{
    padding-top: 115px;
  }
  .pg_concept .section.sec3{
    padding-top: 140px;
  }

  /*見出し*/
  .pg_hdr_title,
  .pg_hdr_title_tt{
    font-size: 46px;
  }
  .pg_hdr_title_tt{

  }
  .pg_hdr_desc{
    text-align: center;
  }

  /*繰り返し*/
  .concept_content_items{
    margin-top: 105px;
  }
  .concept_links_items:after{
    height: 111.47%;
  }
  .concept_content_item{

  }
  .concept_content_item.first{
    padding-top: 10px;
  }
  .concept_content_item.third{
    margin-top: 60px;
  }
  .concept_content_item.forth{
    margin-top: 150px;
  }
  .concept_content_item_imgs{

  }
  .concept_content_item_small{
    bottom: -110px;
  }
  .concept_content_item_small_img{

  }
  .concept_content_item_small_img:before{

  }
  .concept_content_item_img{

  }
  .concept_content_item_img:before{

  }
  .concept_content_item_title{

  }
  .concept_content_item_title_txt{
    font-size: 26px;
  }
  .concept_content_item_desc{

  }

  .concept_links_items{

  }
  .concept_links_item{

  }
  .concept_links_item_inner{

  }
  .concept_links_item_img_outer{

  }
  .concept_links_item_img{

  }
  .concept_links_item_img:before{

  }
  .concept_links_item_img_txt{
    font-size: 30px;
    bottom: -25px;
  }
  .concept_links_item_title{

  }
  .concept_links_item_title_txt{

  }
  .concept_links_item_desc{

  }

  .concept_links_wrap .read_more{
    margin-top: 90px;
  }

  /*サポート*/
  .concept_support_items{

  }
  .concept_support_box1{

  }
  .concept_support_box2{
    padding-top: 10px;
  }
  .concept_support_box2_img.one:before{

  }
  .concept_support_box2_img.two:before{

  }
}
@media (min-width:1200px){
  .ftr_contact_item_phone2{
    padding-left: 9px;
  }

}

/*******************************
*　美容について
********************************/
.pg_beauty{

}
.pg_beauty .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_beauty .section.sec2{
  padding-top: 70px;
}
.pg_beauty .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/*見出し*/
.pg_hdr_title_ss{
  font-size: 16px;
  font-weight: 700;
}
.pg_hdr_desc_box{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125em;
}
.pg_hdr_desc_box:nth-child(n+2){
  margin-top: 16px;
}

.pg_beauty .section.sec1 .pg_hdr_desc{
  margin-top: 16px;
}

.beauty_hdr_items{
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}
.beauty_hdr_item{

}
.beauty_hdr_item_img:before{
  padding-top: 85.71%;
}

/*魅力*/
.beauty_miryoku_wrap{

}
.section_title{
  text-align: center;
}
.section_title_sub{
  font-size: 18px;
  font-weight: 700;
  color: #62d8e2;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.section_title_tt{
  font-size: 22px;
  font-weight: 900;
}
.beauty_miryoku_wrap .pg_hdr_desc{

}
.beauty_miryoku_items{
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.beauty_miryoku_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f5f5f5;
  position: relative;
}
.beauty_miryoku_item:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  z-index: -3;
}
.beauty_miryoku_box1{
  width: 100%;
}
.beauty_miryoku_box1_img{
  z-index: 3;
}
.beauty_miryoku_box1_img:before{
  padding-top: 56.69%;
  z-index: 1;
}
.beauty_miryoku_box1_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #62d8e2;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.beauty_miryoku_box2{
  width: 100%;
}
.beauty_miryoku_box2_title{
  font-size: 18px;
  font-weight: 700;
}
.beauty_miryoku_box2_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}



/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*スリック*/
  .slick-dots {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: -30px;
  }
  .slick-dots li button {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    font-size: 0;
    box-shadow: none;
    border-radius: 50%;
    background: #DDD;
    border: 0;
    padding: 0;
  }
  .slick-dots li.slick-active button {
    background: #181818;
  }
  .slick-arrow {
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
  }
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }


  .pg_beauty .section.sec1 .read_more{
    margin-top: 70px;
  }

  /*魅力*/
  .beauty_miryoku_box2_title{
    text-align: center;
  }
  .beauty_miryoku_item:before{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .beauty_miryoku_item:nth-child(n+2){
    margin-top: 50px;
  }
  .beauty_miryoku_box2{
    margin-top: 28px;
    padding: 0 16px 20px;
  }
  .beauty_miryoku_box1{
    margin-top: -16px;
  }

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

  }
  .pg_beauty .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_beauty .section.sec2{
    padding-top: 90px;
  }
  .pg_beauty .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*見出し*/
  .pg_hdr_title_ss{
    font-size: 18px;
  }
  .pg_hdr_desc_box:nth-child(n+2){
    margin-top: 34px;
  }
  .beauty_hdr_items{
    margin-top: 60px;
  }
  .beauty_hdr_item{

  }
  .beauty_hdr_item_img:before{

  }
  .pg_beauty .section.sec1 .read_more{
    margin-top: 60px;
  }

  /*魅力*/
  .beauty_miryoku_wrap{

  }
  .section_title{

  }
  .section_title_sub{
    font-size: 20px;
  }
  .section_title_tt{
    font-size: 24px;
  }
  .beauty_miryoku_wrap .pg_hdr_desc{

  }
  .beauty_miryoku_wrap .pg_hdr_desc{

  }
  .beauty_miryoku_items{
    margin-top: 70px;
  }
  .beauty_miryoku_item{

  }
  .beauty_miryoku_item:nth-child(odd):before{
    margin-left: calc(50% - 50vw);
    right: -1.89%;
  }
  .beauty_miryoku_item:nth-child(n+2) {
    margin-top: 75px;
  }
  .beauty_miryoku_item:nth-child(odd) .beauty_miryoku_box1{
    order: 1;
  }
  .beauty_miryoku_item:nth-child(odd) .beauty_miryoku_box2{
    order: 2;
    padding: 21px 12px 56px 34px;
  }
  .beauty_miryoku_item:nth-child(odd) .beauty_miryoku_box2_desc{
    padding-left: 5px;
  }
  .beauty_miryoku_item:nth-child(even) .beauty_miryoku_box1{
    order: 2;
  }
  .beauty_miryoku_item:nth-child(even) .beauty_miryoku_box2{
    order: 1;
    padding: 21px 48px 56px 0px;
  }
  .beauty_miryoku_item:nth-child(even):before{
    margin-right: calc(50% - 50vw);
    left: -1.89%;
  }
  .beauty_miryoku_item:nth-child(even) .beauty_miryoku_box2_desc{
    padding-right: 5px;
  }
  .beauty_miryoku_box1{
    width: 50.2%;
  }
  .beauty_miryoku_box1_img{
    margin-top: -25px;
  }
  .beauty_miryoku_box1_img:before{

  }
  .beauty_miryoku_box2{
    width: 49.09%;
  }
  .beauty_miryoku_box2_title{
    font-size: 20px;
  }
  .beauty_miryoku_box2_desc{

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

  }
  .pg_beauty .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_beauty .section.sec2{
    padding-top: 115px;
  }
  .pg_beauty .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*見出し*/
  .pg_hdr_title_ss{
    font-size: 21px;
  }
  .beauty_hdr_items{
    margin-top: 73px;
  }
  .beauty_hdr_item{

  }
  .beauty_hdr_item_img:before{

  }

  /*魅力*/
  .beauty_miryoku_wrap{

  }
  .section_title{

  }
  .section_title_sub{
    font-size: 24px;
  }
  .section_title_tt{
    font-size: 32px;
  }
  .beauty_miryoku_wrap .pg_hdr_desc{

  }
  .beauty_miryoku_wrap .pg_hdr_desc{

  }
  .beauty_miryoku_items{
    margin-top: 96px;
  }
  .beauty_miryoku_item{
    min-height: 390px;
  }
  .beauty_miryoku_box1{
    width: 57.20%;
  }
  .beauty_miryoku_box1_img:before{

  }
  .beauty_miryoku_box2{
    width: 40.09%;
  }
  .beauty_miryoku_box2_title{
    font-size: 24px;
  }
  .beauty_miryoku_box2_desc{

  }
  .beauty_miryoku_wrap .read_more{
    margin-top: 58px;
  }

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


}
/*******************************
*　未病に向けて
********************************/
.pg_unwell{

}
.pg_unwell .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_unwell .section.sec2{
  padding-top: 60px;
}
.pg_unwell .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/*見出し*/
.unwell_hdr_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.unwell_hdr_box1{
  width: 100%;
}
.unwell_hdr_box1_title{
  font-weight: 900;
  text-align: center;
}
.unwell_hdr_box1_title:after{
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background: #000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.unwell_hdr_box1_title_l{
  font-size: 32px;
  font-weight: 900;
}
.unwell_hdr_box1_title_s{
  font-size: 18px;
}
.unwell_hdr_box1_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
  text-align: justify;
  margin-top: 20px;
}
.unwell_hdr_box2{
  width: 100%;
  position: relative;
  margin-top: 20px;;
}
.unwell_hdr_box2_img_top{
  width: 71.92%;
}
.unwell_hdr_box2_img_top .img_fit:before{
  padding-top: 78.04%;
}
.unwell_hdr_box2_img_bottom{
  position:absolute;
  bottom: -30px;
  right: 0;
  width: 61.24%;
}
/*.unwell_hdr_box2_img_bottom:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}*/

.unwell_hdr_box2_img_bottom .img_fit:before{
  padding-top: 69.36%;
}
.unwell_hdr_box2_img_bottom .img_fit{
  border: 10px solid #fff;
}

.unwell_product_intro_box{
  position: relative;
  margin-top: 50px;
}
.unwell_product_intro_box:after{
  content: "";
  display: block;
  width: 138.28%;
  height: 79.3%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}
.unwell_product_intro_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.unwell_product_intro_item:nth-child(n+2){
  border-top: 1px solid #181818;
  margin-top: 40px;
}
.unwell_product_intro_box1{
  width: 100%;
  position: relative;
}
.unwell_product_intro_box1:after{
  content: "";
  display: block;
  background: #181818;
  max-height: 162px;
  height: 100%;
  width: 1px;
  position: absolute;
}
.unwell_product_intro_box1_title{

}

.unwell_product_intro_box1_title_txt1{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.4em;
  line-height: 1;
}
.unwell_product_intro_box1_title_txt2{
  margin-top: 10px;
}
.unwell_product_intro_box1_title_txt2,
.unwell_product_intro_box1_title_txt3{
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.56em;
  line-height: 1.10em;
  text-align: center;
}
.unwell_product_intro_box1_title_txt3{
  letter-spacing: 0;
  margin-top: 16px;
}
.unwell_product_intro_box1_title_txt4{
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.unwell_product_intro_box1_title_txt5{
  font-size: 42px;
  letter-spacing: 0.075em;
}
.unwell_product_intro_box1_title_txt6{
  font-size: 28px;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.unwell_product_intro_box2{
  width: 100%;
}
.unwell_product_intro_box2_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.875em;
  text-align: justify;
}
.unwell_product_intro_box2_desc p{
  letter-spacing: 0.1em;
}
.unwell_product_intro_images{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.unwell_product_intro_image{

}
.unwell_product_intro_image_img:before{
  padding-top: 128.57%;
}
.unwell_product_intro_image_txt{
  margin-top: 10px;
}
.unwell_product_intro_image_txt1{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
}
.unwell_product_intro_image_txt2{
  font-size: 17px; 
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 12px;
}

/*効果と特徴*/
.unwell_effect_cates{
  display: flex;
}
.unwell_effect_cate{
  text-align: center;
  background-image: url(/system_panel/uploads/images/cate.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.unwell_effect_cate.active{
  background-image: url(/system_panel/uploads/images/active_cate.png);
}
.unwell_effect_cate_txt1{
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Outfit", system-ui;
}
.unwell_effect_cate_txt2{
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  padding-bottom: 2px;
}
.unwell_effect_items{

}
.unwell_effect_item{
  display: none;
  border: 5px solid #62d8e2;
  border-top: 6px solid #62d8e2;
  margin-top: -2px;
  background: #edf5f6;
}
.unwell_effect_item.show,
.gjs-dashed .unwell_effect_item {
  display: block;
}
.unwell_effect_item_inner{
  padding: 30px 16px;
}
.unwell_effect_item_desc{
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  text-align: justify;
}
.unwell_effect_item_parent{
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #181818;
}
.unwell_effect_item_parent:nth-child(n+3){
  margin-top: 50px;
}
.unwell_effect_item_parent_title{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}
.unwell_effect_item_parent_title_txt1{
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Outfit", system-ui;
}
.unwell_effect_item_parent_title_txt2{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  padding-left: 13px;
}
.unwell_effect_item_child{

}

.unwell_effect_wrap{
    margin-top:40px;
  }
.unwell_effect_item_parent > .unwell_effect_item_child:nth-child(n+3) {
  border-top: 1px solid #181818;
  padding-top: 30px;
  margin-top: 26px;
}
.unwell_effect_item_child_title{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.unwell_effect_item_child_title1{
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  font-family: "Outfit", system-ui;
}
.unwell_effect_item_child_title2{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
  padding-left: 12px;
}
.unwell_effect_item_child_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  text-align: justify;
  margin-top: 11px;
}
.pg_unwell .section.sec2 .read_more{
  margin-top: 30px;
}

.unwell_effect_title{
  font-weight: 700;
  letter-spacing:0.075em;
  font-size: 20px;
  text-align: center;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .unwell_hdr_box2_img_bottom{
    bottom: -60px;
  }
  .unwell_hdr_wrap .read_more{
    margin-top: 90px;
  }

  .unwell_product_intro_image:nth-child(n+2){
    margin-top: 40px;
  }
  .unwell_product_intro_box1:after{
    width: 100%;
    height: 1px;
  }

  .unwell_product_intro_item:nth-child(n+2){
    padding-top: 60px;
    margin-top: 40px;
  }
  .unwell_product_intro_box1_title{
    padding-bottom: 24px;
  }
  .unwell_product_intro_box1_title_txt1{
    text-align: center;
    font-size: 22px;
  }
  .unwell_product_intro_box1_title_txt3{
    font-size: 28px;
    margin-top:10px;
  }
  .unwell_product_intro_box1_title_txt6{
    font-size: 28px;
  }

  .unwell_product_intro_box2{
    margin-top: 20px;
  }
  .unwell_product_intro_images{
    margin-top: 60px;
  }
  .unwell_product_intro_image:nth-child(n+2){
    margin-top: 30px;
  }
  .unwell_product_intro_image_txt{
    text-align: center;
  }
  .unwell_product_intro_box:after{
    width: 105.28%;
  }
  .unwell_product_intro_box:after{
    height: 91.3%;
  }
  
  .pg_unwell .section.sec2 .posts_category_sp{
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .unwell_effect_wrap{
    margin-top: 0;
  }
  .unwell_effect_cates{
    display: none;
  }
  
   .pg_hdr_title,
  .pg_hdr_title_tt{
    font-size: 26px;
  }
  .concept_about_items{
    margin-top: 46px;
  }

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

  }
  .pg_unwell .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_unwell .section.sec2{
    padding-top:80px;
  }
  .pg_unwell .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*見出し*/
  .unwell_hdr_items{

  }
  .unwell_hdr_box1{

  }
  .unwell_hdr_box1_title{

  }
  .unwell_hdr_box1_title:after{
    margin-top: 40px;
  }
  .unwell_hdr_box1_title_l{
    font-size: 42px;
  }
  .unwell_hdr_box1_title_s{
    font-size: 28px;
  }
  .unwell_hdr_box1_desc{
    margin-top: 28px;
  }
  .unwell_hdr_box2{
    margin-top: 30px;;
  }
  .unwell_hdr_box2_img_top{

  }
  .unwell_hdr_box2_img_top .img_fit:before{

  }
  .unwell_hdr_box2_img_bottom{
    bottom: -30px;
  }
  .unwell_hdr_box2_img_bottom:before{

  }

  .unwell_product_intro_box{
    margin-top: 70px;
  }
  .unwell_product_intro_item{
    padding-top: 80px;
  }
  .unwell_product_intro_item:nth-child(n+2){
    border-top: 1px solid #181818;
    margin-top: 72px;
  }
  .unwell_product_intro_box1{
    width: 25.67%;
  }
  .unwell_product_intro_box1:after{
    top: 0;
    right: -6%;
  }
  .unwell_product_intro_box1_title{

  }
  .unwell_product_intro_box1_title_txt1{
    font-size: 20px;
  }
  .unwell_product_intro_box1_title_txt2{
    font-size: 54px;
    text-align: left;
  }
  .unwell_product_intro_box1_title_txt3{
    text-align: left;
  }

  .unwell_product_intro_box1_title_txt4{
    font-size: 20px;
  }
  .unwell_product_intro_box1_title_txt5{
    font-size: 41px;
  }
  .unwell_product_intro_box1_title_txt6{
    font-size: 32px;
  }
  .unwell_product_intro_box2{
    width: 68.46%;
  }
  .unwell_product_intro_box2_desc{
    margin-top: -7px; 
    padding-left: 0;
  }
  .unwell_product_intro_images{
    padding-top: 53px;
  }
  .unwell_product_intro_image{

  }
  .unwell_product_intro_image_img:before{

  }
  .unwell_product_intro_image_txt{

  }
  .unwell_product_intro_image_txt1{
    font-size: 32px; 
  }
  .unwell_product_intro_image_txt2{
    font-size: 18px; 
  }

  .unwell_effect_wrap{
    margin-top:53px;
  }
  /*効果と特徴*/
  .unwell_effect_cates{

  }
  .unwell_effect_cate{
    width: 33.333%;
    background-size: cover;
    padding: 5px 0 2px;
  }
  .unwell_effect_cate_txt1{
    font-size: 18px;
  }
  .unwell_effect_cate_txt2{
    margin-top: 4px;
  }
  .unwell_effect_items{

  }
  .unwell_effect_item{

  }
  .unwell_effect_item_inner{
    padding: 40px 50px 60px;
  }
  .unwell_effect_item_desc{

  }
  .unwell_effect_item_parent{
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
    z-index: 1;
  }
  .unwell_effect_item_parent:nth-child(n+3){
    margin-top: 75px;
  }
  .unwell_effect_item_parent_title{
    margin-bottom: 28px;
  }
  .unwell_effect_item_parent_title_txt1{
    font-size: 30px;
  }
  .unwell_effect_item_parent_title_txt2{

  }
  .unwell_effect_item_child{

  }
  .unwell_effect_item_child_title{

  }
  .unwell_effect_item_child_title1{
    font-size: 24px;
  }
  .unwell_effect_item_child_title2{
    font-size: 18px;
  }
  .unwell_effect_item_child_desc{

  }
  .pg_unwell .section.sec2 .read_more{
    margin-top: 80px;
  }

  .unwell_effect_title{
    font-size: 22px;
  }
  .unwell_product_intro_box:after{
  width: 105.28%;
}
}
@media (min-width:1024px){
  .pg_unwell{

  }
  .pg_unwell .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_unwell .section.sec2{
    padding-top: 140px;
  }
  .pg_unwell .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*見出し*/
  .unwell_hdr_items{

  }
  .unwell_hdr_box1{
    width: 44.14%;
  }
  .unwell_hdr_box1_title{
    text-align: left;
  }
  .unwell_hdr_box1_title:after{
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
  }
  .unwell_hdr_box1_title_l{
    font-size: 56px;
  }
  .unwell_hdr_box1_title_s{
    font-size: 34px;
  }
  .unwell_hdr_box1_desc{

  }
  .unwell_hdr_box2{
    width: 51.35%;
    margin-top: 0;
  }
  .unwell_hdr_box2_img_top{
    margin-top: 20px;
  }
  .unwell_hdr_box2_img_top .img_fit:before{

  }
  .unwell_hdr_box2_img_bottom{
    bottom: 50px;
  }
  .unwell_hdr_box2_img_bottom:before{

  }


  .unwell_effect_wrap{
    margin-top:53px;
  }
  .unwell_product_intro_box{
    margin-top: 80px;
  }
  .unwell_product_intro_item{

  }
  .unwell_product_intro_box1{

  }
  .unwell_product_intro_box1_title{

  }
  .unwell_product_intro_box1_title_txt1{
    font-size: 28px;
  }
  .unwell_product_intro_box1_title_txt2{
    font-size: 76px;
  }

  .unwell_product_intro_box1_title_txt4{
    font-size: 28px;
  }
  .unwell_product_intro_box1_title_txt5{
    font-size: 53px;
  }
  .unwell_product_intro_box1_title_txt6{
    font-size: 43px;
  }
  .unwell_product_intro_box2{

  }
  .unwell_product_intro_box2_desc{

  }
  .unwell_product_intro_image{

  }
  .unwell_product_intro_image_img:before{

  }
  .unwell_product_intro_image_txt{

  }
  .unwell_product_intro_image_txt1{
    font-size: 46px; 
  }
  .unwell_product_intro_image_txt2{

  }
.unwell_product_intro_box:after{
  width: 105.28%;
}
  /*効果と特徴*/
  .unwell_effect_cates{

  }
  .unwell_effect_cate{
    padding: 18px 0 8px;
    background-size: contain;
  }
  .unwell_effect_cate_txt1{
    font-size: 20px;
  }
  .unwell_effect_cate_txt2{

  }
  .unwell_effect_items{

  }
  .unwell_effect_item{

  }
  .unwell_effect_item_inner{
    padding: 56px 60px 75px;;
  }
  .unwell_effect_item_desc{

  }
  .unwell_effect_item_parent{

  }
  .unwell_effect_item_parent_title{

  }
  .unwell_effect_item_parent_title_txt1{
    font-size: 34px;
  }
  .unwell_effect_item_parent_title_txt2{

  }
  .unwell_effect_item_child{

  }
  .unwell_effect_item_child_title{

  }
  .unwell_effect_item_child_title1{
    font-size: 32px;
  }
  .unwell_effect_item_child_title2{

  }
  .unwell_effect_item_child_desc{

  }
  .pg_unwell .section.sec2 .read_more{
    margin-top: 80px;
  }

  .unwell_effect_title{
    font-size: 24px;
  }
}
@media (min-width:1200px){

  .unwell_product_intro_box1_title_txt2{
    font-size: 88px;
  }
  .unwell_product_intro_box1_title_txt4{
    font-size: 30px;
  }
  .unwell_product_intro_box1_title_txt5{
    font-size: 59px;
  }
  .unwell_product_intro_box1_title_txt6{
    font-size: 48px;
  }


  .unwell_hdr_box2_img_bottom{
    bottom: 0;
  }
  .unwell_effect_cate{
    padding: 18px 0;
  }
  
  .unwell_product_intro_box:after{
  width: 138.28%;
}
}
/*******************************
*　薬に頼らない人生
********************************/
.pg_drug{

}
.pg_drug .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_drug .section.sec2{
  padding-top: 70px;
}
.pg_drug .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/*見出し*/
.drug_hdr_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.drug_hdr_item{
  width: 100%;
}
.drug_hdr_item.one{
  order: 2;
}
.drug_hdr_item.two{
  order: 1;
}
.drug_hdr_item.three{
  order: 3;
}
.drug_hdr_item.for{
  order: 4;
}
.drug_hdr_item.one .drug_hdr_item_img:before{
  padding-top: 130.33%;
}
.drug_hdr_item.for .drug_hdr_item_img:before{
  padding-top: 109.47%;
}
.drug_hdr_item_title{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.drug_hdr_item_title:after{
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background: #181818;
  margin-top: 20px;
}
.drug_hdr_item_title_txt1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.drug_hdr_item_title_txt2{

}
.drug_hdr_item_title p{
  letter-spacing: 0.1em;
}
.drug_hdr_item.three .drug_hdr_item_title_txt1{
  line-height: 1.3em;
}

.drug_hdr_item_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align: justify;
  margin-top: 20px;
}

/*解放*/
.drug_dependence_title{
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
}
.drug_dependence_title:before{
  content:"/";
  display: block;
  transform: rotate(150deg);
  position: absolute;
  left: 12%;
  top: 10px;
}
.drug_dependence_title:after{
  content:"/";
  margin-left: 10px;
}
.drug_dependence_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}
.drug_dependence_desc_block:nth-child(n+2){
  margin-top: 20px;
}
/*サポート*/
.drug_dependence_support_wrap{
  padding-top: 36px;
}
.drug_dependence_support_wrap.other{

  margin-top: 28px;
}
.drug_dependence_support_title_outer{
  text-align: center;
}
.drug_dependence_support_title{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #62d8e2;
  text-align: center;
  display: inline-block;
}
.drug_dependence_support_title:before{
  content: "―";
  color: #62d8e2;
}
.drug_dependence_support_title:after{
  content: "―";
  color: #62d8e2;
  padding-left: 10px;
}
.drug_dependence_support_items{
  display: flex;
  flex-wrap: wrap;
  margin: 18px -15px 0;
}
.drug_dependence_support_item{

}
.drug_dependence_support_item_inner{

  position: relative;

}
.drug_dependence_support_item_inner:after{
  content: "";
  display: block;
  width: 100%;
  height: 81.48%;
  background: #edf5f6;
  box-shadow: 0.5px 0.866px 7.92px 0.08px rgba(24, 24, 24, 0.25);
  position: absolute;
  top: 110px;
  left: 0;
  z-index: -1;
}
.drug_dependence_support_item_img{
  width: 75.92%;
  margin: 0 auto;
}
.drug_dependence_support_item_img:before{
  padding-top: 53.65%;
}
.drug_dependence_support_item_title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 14px;
}
.drug_dependence_support_item_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
  margin-top: 12px;
}

.drug_dependence_support_items.multi .drug_dependence_support_item_img{
  width: 88.57%;
}
.drug_dependence_support_items.multi .drug_dependence_support_item_img:before{
  padding-top: 70.96%;
}


/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*見出し*/
  .drug_hdr_item_title_txt1{
    text-align: center;
  }
  .drug_hdr_item_title:after{
    margin: 20px auto 0;
  }
  .drug_hdr_item{
    margin-top: 20px;
  }
  .drug_hdr_item_title p{
    text-align: center;
  }

  .drug_dependence_support_wrap.other {
    margin-top: 0;
  }
  .drug_dependence_title:before{
    position: absolute;
    top: 63%;
    left:30px;;
    transform: translateY(-50%) rotate(150deg);
  }
  .drug_dependence_title:after{
    position: absolute;
    top: 50%;
    right:30px;;
    transform: translateY(-50%);
  }
  .drug_dependence_support_item_inner {
    padding: 0 16px 36px;
  }
  .drug_dependence_support_item:nth-child(n+2){
    margin-top: 40px;
  }
  .drug_dependence_support_title{
    position: relative;
  }
  .drug_dependence_support_title.sp_br:before{
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
  }
  .drug_dependence_support_title.sp_br:after{
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }

  .pg_drug .section.sec2 .read_more{
    margin-top: 60px;
  }

  .ftr_2{
    display: none;
  }
}
@media (min-width:768px){
  .pg_drug{

  }
  .pg_drug .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_drug .section.sec2{
    padding-top: 100px;
  }
  .pg_drug .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*見出し*/
  .drug_hdr_items{

  }
  .drug_hdr_item{

  }
  .drug_hdr_item.one{
    order: 1;
    width: 40.09%;
  }
  .drug_hdr_item.two{
    order: 2;
    width: 57.20%;
  }
  .drug_hdr_item.three{
    width: 51.35%;
    margin-top: 33px;
  }
  .drug_hdr_item.for{
    width: 42.79%;
    margin-top: 16px;
  }
  .drug_hdr_item.one .drug_hdr_item_img:before{

  }
  .drug_hdr_item.for .drug_hdr_item_img:before{

  }
  .drug_hdr_item_title{
    font-size: 32px;
  }
  .drug_hdr_item_title:after{
    margin-top: 24px;
  }
  .drug_hdr_item_title_txt1{
    font-size: 32px;
  }
  .drug_hdr_item_title_txt2{

  }
  .drug_hdr_item_desc{
    margin-top: 29px;
    padding-left: 3px;
  }

  /*解放*/
  .drug_dependence_title{
    font-size: 30px;
  }
  .drug_dependence_desc{

  }
  .drug_dependence_desc_block:nth-child(n+2){
    margin-top: 30px;
  }
  /*サポート*/
  .drug_dependence_support_wrap{
    padding-top: 20px;
  }
  .drug_dependence_support_wrap:other{
    margin-top: 28px;
  }
  .drug_dependence_support_title{
    font-size: 22px;
  }
  .drug_dependence_support_items{

  }
  .drug_dependence_support_item{

  }
  .drug_dependence_support_item_inner{
    height: 100%;
  }
  .drug_dependence_support_item_inner:after{
    top: 110px;
    left: 0;
    z-index: -1;
  }
  .drug_dependence_support_item_img{
    width: 75.92%;
  }
  .drug_dependence_support_item_img:before{

  }
  .drug_dependence_support_item_title{
    font-size: 21px;
  }
  .drug_dependence_support_item_desc{
    padding: 0 20px 40px;
  }
  .drug_dependence_support_items.multi .drug_dependence_support_item_img{
    width: 88.57%;
  }
  .drug_dependence_support_items.multi{
    justify-content: center;
  }
  .drug_dependence_support_items.multi .drug_dependence_support_item:nth-child(n+3){
    margin-top: 30px;
  }
  .pg_drug .section.sec2 .read_more{
    margin-top: 70px;
  }
  .drug_dependence_title:before{
    left: 0;
  }

  .ftr_2{
    background: #f5f5f5;
    margin-top: 50px;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 0;
  }
  .ftr_links:hover .ftr_link{
    opacity: .6;
  }
  .ftr_links .ftr_link:hover{
    opacity: 1;
    color: #181818;
  }
  .ftr_link{
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    text-align: center;
    width: 20%;
  }
  .ftr_link:nth-child(n+6){
    margin-top: 16px;
  }
}
@media (min-width:1024px){
  .pg_drug{

  }
  .pg_drug .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_drug .section.sec2{
    padding-top: 180px;
  }
  .pg_drug .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  /*見出し*/
  .drug_hdr_items{

  }
  .drug_hdr_item{

  }
  .drug_hdr_item.one{
    width: 40.09%;
  }
  .drug_hdr_item.two{
    width: 57.20%;
  }
  .drug_hdr_item.three{
    width: 51.35%;
  }
  .drug_hdr_item.for{
    width: 42.79%;
    margin-top: -20px;
  }
  .drug_hdr_item.one .drug_hdr_item_img:before{

  }
  .drug_hdr_item.for .drug_hdr_item_img:before{

  }
  .drug_hdr_item_title{
    font-size: 42px;
  }
  .drug_hdr_item.three .drug_hdr_item_title:after{
    margin-top: 29px;
  }
  .drug_hdr_item_title_txt1{
    font-size: 42px;
  }
  .drug_hdr_item_title_txt2{

  }
  .drug_hdr_item_desc{

  }

  /*解放*/
  .drug_dependence_title{
    font-size: 36px;
  }
  .drug_dependence_desc{
    text-align: center;
  }
  .drug_dependence_desc_block:nth-child(n+2){

  }
  /*サポート*/
  .drug_dependence_support_wrap{

  }
  .drug_dependence_support_wrap{
    padding-top: 47px;
  }
  .drug_dependence_support_title{
    font-size: 26px;
  }
  .drug_dependence_support_items{

  }
  .drug_dependence_support_item{

  }
  .drug_dependence_support_item_inner{

  }
  .drug_dependence_support_item_inner:after{
    top: 110px;
    left: 0;
    z-index: -1;
  }
  .drug_dependence_support_item_img{

  }
  .drug_dependence_support_item_img:before{

  }
  .drug_dependence_support_item_title{

  }
  .drug_dependence_support_item_desc{
    padding: 0 20px 20px;
  }

  .drug_dependence_support_items.multi .drug_dependence_support_item_img{
    width: 88.57%;
  }
  .drug_dependence_support_items.multi{
    justify-content: flex-end;
  }
  .drug_dependence_support_items.multi .drug_dependence_support_item:nth-child(n+3){
    margin-top: 0;
  }
  .pg_drug .section.sec2 .read_more{
    margin-top: 88px;
  }
  .drug_dependence_title:before{
    left: 5%;
  }

  .ftr_2{
    margin-top: 75px;
  }
  .ftr_links{
    margin: 0 -20px;
    gap: 5px 10px;
  }
  .ftr_link{
    font-size: 15px;
    text-align: left;
    width: auto;
  }
  .ftr_link:nth-child(n+6){
    margin-top: 0;
  }
}
@media (min-width:1200px){
  .drug_hdr_item.for{
    margin-top: -75px;
  }
  .drug_dependence_title:before{
    left: 12%;
  }

  .ftr_2{
    margin-top: 75px;
  }
  .ftr_links{
    margin: 0 -33px;
    gap: 5px 12px;
  }


}
/*******************************
*　フッター
********************************/
.footer{
  margin-top: 0;
  padding-top: 40px;
}
.ftr_contact_wrap{
  background: #62d8e2;
  padding: 36px 0;
  margin-top: 90px;
}
.ftr_contact_box{

}
.ftr_contact_title{
  text-align: center;
  color: #fff;
}
.ftr_contact_title_en{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.ftr_contact_title_ja{
  font-size: 16px; 
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 9px;
}
.ftr_contact_desc{
  font-size: 15px; 
  font-weight: 500;
  color: #fff;
  text-align: justify;
  margin-top: 30px;
}
.ftr_contact_desc_tt{
  text-align: center;
  font-size: 17px; 
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.ftr_contact_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.ftr_contact_item{

}
.ftr_contact_item_inner{

}
.ftr_contact_item_inner:hover{
  color: #fff; 
}
.ftr_contact_item_phone1{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.ftr_contact_item_phone1 strong{
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.ftr_contact_item_phone2{
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  padding-left: 9px;
}
.ftr_contact_item.contact .ftr_contact_item_inner,
.ftr_contact_item.reserve .ftr_contact_item_inner{
  display: block;
  background: #fff;
  border: 1px solid #c0c0c0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.ftr_contact_item.contact .ftr_contact_item_inner:hover,
.ftr_contact_item.reserve .ftr_contact_item_inner:hover{
  background:  #62d8e2;
  border: 1px solid #fff;
  color: #fff;
}
.ftr_contact_item.contact p,
.ftr_contact_item.reserve p{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr_contact_item.contact p:before,
.ftr_contact_item.reserve p:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
  margin-right: 14px;
}
.ftr_contact_item.contact p:after,
.ftr_contact_item.reserve p:after{
  content: ">";
  color: #181818;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: 61px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.ftr_contact_item.contact p:before{
  background-image: url(/system_panel/uploads/images/envelope-solid.svg);
  width: 14px;
  height: 14px;
}
.ftr_contact_item.contact .ftr_contact_item_inner:hover p:before{
  background-image: url(/system_panel/uploads/images/mail_wh.svg);
}
.ftr_contact_item.reserve p:before{
  background-image: url(/system_panel/uploads/images/calendar-alt-solid.svg);
  width: 12px;
  height: 14px;
}
.ftr_contact_item.reserve .ftr_contact_item_inner:hover p:before{
  background-image: url(/system_panel/uploads/images/chalen_wh.svg);
}
.ftr_contact_item.contact .ftr_contact_item_inner:hover p:after,
.ftr_contact_item.reserve .ftr_contact_item_inner:hover p:after{
  color: #fff;
}
.ftr_contact_item.reserve .ftr_contact_item_inner{

}

.ftr_1{
  text-align: center;
}
.ftr_logo{

}
.ftr_1_desc{
  font-size: 14px;
  font-weight: 400;
  line-height: 2.142em;
  text-align: justify;
  margin-top: 26px;
}
.ftr_1_desc p{
  letter-spacing: 0;
}
.ftr_1_adr{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
  text-align: center;
  margin-top: 20px;
}

.ftr_copy{
  padding: 23px 0 20px;
}
/*ポップアップ*/
.popup_inner {
  width: 500px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  background: #ffffff;
  padding: 45px 35px;
  position: relative;
  cursor: pointer;
  overflow-y: auto;
}
.popup_close {
  width: 22px;
  height: 22px;
  background-image: url(/system_panel/uploads/images/gallery_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
}
.popup_inner .txt {
  width: 100%;
  margin-top: 20px;
}
.popup_inner .box .title {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  border-bottom: 1px solid #313131;
  padding-bottom: 13px;
}
.popup_inner .box .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2em;
  text-align: justify;
  padding: 15px 0;
}
.popup_inner .slides .img_fit:before{
  padding-top:79.18%; 
}
.slick-arrow {
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #181818;
  z-index: 1;
  cursor: pointer;
}
.popup_inner .slides .fa-chevron-circle-left {
  left: 0;
  font-size: 16px;
}
.popup_inner .slides .fa-chevron-circle-right {
  right: 0;
  font-size: 16px;
}
.fa-chevron-circle-left:before{
  content: "\f0a8"
}
.fa-chevron-circle-right:before{
  content: "\f0a9"
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .ftr_contact_item_inner{
    text-align: center;
  }
  .ftr_contact_item_phone1{
    font-size: 28px;
  }
  .ftr_contact_item.contact,
  .ftr_contact_item.reserve{
    margin-top: 20px;
  }

  .footer_fix .footer_fix_item_1{
    background:#f7f7f7;
    border-right: 1px solid #62d8e2;
  }
  .footer_fix .footer_fix_item_2{
    background: #62d8e2;
  }

  .ftr_logo{
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .pagetop a{
    color:#25e7f7;
  }


  .product_list_wrap .webgene-blog{
    margin: 0 -10px;
  }
  .product_list_wrap .webgene-item{
    padding: 0 10px;
  }

  .popup_inner .slides .fa-chevron-circle-left {
    left: -20px;
    font-size: 16px;
  }
  .popup_inner .slides .fa-chevron-circle-right {
    right: -20px;
    font-size: 16px;
  }
  
  .body_home .ftr_contact_wrap{
    margin-top: 140px;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 0;
    padding-top: 80px;
  }

  .ftr_contact_wrap{
    padding: 50px 0;
    margin-top: 140px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_title{

  }
  .ftr_contact_title_en{
    font-size: 36px; 
  }
  .ftr_contact_title_ja{

  }
  .ftr_contact_desc{
    text-align: center;
    margin-top: 42px;
  }
  .ftr_contact_desc_tt{
    font-size: 18px; 
  }
  .ftr_contact_items{
    margin-top: 45px;
  }
  .ftr_contact_item{

  }
  .ftr_contact_item_inner{

  }
  .ftr_contact_item_phone1{
    font-size: 22px;
  }
  .ftr_contact_item_phone1 strong{
    font-size: 20px;
  }
  .ftr_contact_item_phone2{
    font-size: 13px;
    padding-left: 0;
  }
  .ftr_contact_item.contact p:after,
  .ftr_contact_item.reserve p:after{
    right: -10px;
  }
  .ftr_contact_item.contact{

  }
  .ftr_contact_item.reserve{

  }

  .ftr_1{

  }
  .ftr_logo{

  }
  .ftr_1_desc{

  }
  .ftr_1_adr{
    margin-top: 35px;
  }

  .popup_inner {
    width: 540px;
    max-width: 100%;
    padding: 50px 50px 50px;
    /* height: 77.5vh; */
  }
  .popup_close {
    width: 21px;
    height: 21px;
    background-size: 21px;
    top: 15px;
    right: 14px;
  }
  .popup_inner .box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .popup_inner .slides {
    width: 100%;
    min-height: 200px;
  }
  .popup_inner .box .title {
    font-size: 18px;
  }
  .popup_inner .slides .fa-chevron-circle-left {
    left: -32px;
    font-size: 16px;
  }
  .popup_inner .slides .fa-chevron-circle-right {
    right: -32px;
    font-size: 16px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 0;
    padding-top: 100px;
  }
  .ftr_contact_wrap{
    padding: 73px 0;
    margin-top: 200px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_title{

  }
  .ftr_contact_title_en{
    font-size: 46px; 
  }
  .ftr_contact_title_ja{

  }
  .ftr_contact_desc{
    margin-top: 42px;
  }
  .ftr_contact_desc_tt{

  }
  .ftr_contact_items{

  }
  .ftr_contact_item{

  }
  .ftr_contact_item_inner{

  }
  .ftr_contact_item_phone1{
    font-size: 32px;
  }
  .ftr_contact_item_phone2{

  }
  .ftr_contact_item.contact p:after,
  .ftr_contact_item.reserve p:after{
    right: 20px;
  }
  .ftr_contact_item.contact{

  }
  .ftr_contact_item.reserve{

  }

  .ftr_1{

  }
  .ftr_logo{

  }
  .ftr_1_desc{
    text-align: center;
  }
  .ftr_1_adr{

  }

  /*ポップアップ*/
  .popup_inner {
    width: 760px;
    max-width: 100%;
    padding: 100px 65px 90px;
  }
  .popup_inner .slides {
    width: 55.5%;
    min-height: 300px;
    margin-top: 5px;
  }
  .popup_inner .txt {
    width: 43.07%;
    margin-top: -3px;
    padding-left: 64px;
  }
  
 
}
@media (min-width:1200px){
  .ftr_2{
    margin-top: 70px;
  }
  .ftr_contact_item_phone1{
    font-size: 36px;
  }
  .ftr_contact_item_phone2{
    font-size: 14px;
    padding-left: 9px;
  }
.ftr_contact_item.contact p:after,
  .ftr_contact_item.reserve p:after{
    right: 61px;
  }

  .popup_inner {
    width: 920px;
    max-width: 100%;
    padding: 94px 58px 100px 66px;
  }
  
  

}

/*******************************
*　お問い合わせ
********************************/
.hdr_contact a:hover{
  filter: brightness(1.05);
}
.hdr_contact a p:after{
  transition: all .3s;
  position: relative;
  right: 0;
}
.hdr_contact a:hover p:after{
  right: -5px;
}
.hdr_shop a:hover{
  filter: brightness(1.05);
}
.hdr_shop a p:after{
  transition: all .3s;
  position: relative;
  right: 0;
}
.hdr_shop a:hover p:after{
  right: -5px;
}



.pg_contact .section.sec4{
  padding-top:80px;
}


.pg_contact .label a {
  color: #1a3e9b;
}

.pg_contact .text-center{
  margin-top: 36px;
}
.pg_contact .formBtn.formSend{
  display: block;
  width: 100%;
  max-width: 350px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  background: #62d8e2;
  color: #181818;;
  border-radius: 26px;
  transition: 0.2s all;
  position: relative;
  z-index: 1;
  border: none;
  margin: 34px auto 0;
  border: 1px solid transparent;
}
.pg_contact .formBtn.formSend:hover{
  filter: brightness(1.05);
}
.pg_contact .formBtn.formSend:hover:after{
  right: 55px;
}
.pg_contact .formBtn.formSend:after{
  content: ">";
  color: #181818;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

/*店舗情報*/
.contact_company_tbl{
  margin-top: 40px;
}
.contact_company_tbl .table_rows_th,
.contact_company_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border: 1px solid #999999;
  padding: 16px 24px;
}
.contact_company_tbl .table_rows_th{
  background: #f5f5f5;
  border-right: none;
}
.contact_company_tbl .table_rows_td{
  background: #fff;
  border-left: none;
}

/*地図*/
.gmap{
  margin-top: 50px;
}
.access_map iframe{
  width: 100%;
  border: none;
  height: 250px;
}

/*ギャラリー*/
.contact_company_items{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.contact_company_item{

}
.contact_company_item_img{

}
.contact_company_item_img:before{
  padding-top: 71.42%;
}
.product_cate_items .webgene-blog .posts_cat_item a:hover{
  background: #f5f5f5;
  color: #181818;
}
.product_cate_items .webgene-blog .posts_cat_item a.on{
  background: #62d8e2;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .contact_company_tbl .table_rows_th{
    width: 118px;
  }

  .contact_company_items{
    margin: 40px -10px 0;
  }
  .contact_company_item{
    padding: 0 10px;
  }
  .contact_company_item:nth-child(n+3){
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_contact .section.sec4{
    padding-top: 120px;
  }


  /*店舗情報*/
  .contact_company_tbl{
    margin-top: 50px;
  }
  .contact_company_tbl .table_rows_th,
  .contact_company_tbl .table_rows_td{

  }
  .contact_company_tbl .table_rows_th{
    width: 200px;
  }
  .contact_company_tbl .table_rows_td{
    padding-left: 35px;
  }

  /*地図*/
  .gmap{
    margin-top: 60px;

  }
  .access_map iframe{
    height: 350px;
  }

  /*ギャラリー*/
  .contact_company_items{
    margin-top: 60px;
  }
  .contact_company_item{

  }
  .contact_company_item:nth-child(n+4){
    margin-top: 22px;
  }
  .contact_company_item_img{

  }
  .contact_company_item_img:before{

  }
}
@media (min-width:1024px){
  .pg_contact .section.sec4{
    padding-top: 166px;
  }

  /*店舗情報*/
  .contact_company_tbl{
    margin-top: 58px;
  }
  .contact_company_tbl .table_rows_th,
  .contact_company_tbl .table_rows_td{

  }
  .contact_company_tbl .table_rows_th{
    width: 285px;
  }
  .contact_company_tbl .table_rows_td{

  }

  /*地図*/
  .gmap{
    margin-top: 70px;
  }
  .access_map iframe{
    height: 400px;
  }

  /*ギャラリー*/
  .contact_company_items{
    margin-top: 70px;
  }
  .contact_company_item{

  }
  .contact_company_item_img{

  }
  .contact_company_item_img:before{

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


}