@charset "UTF-8";

/*******************************
*　代表挨拶
********************************/

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

}
.pg_greeting .section.sec1{
  position: relative;
}
.pg_greeting .section.sec1:after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 912 / 271;
  background-image: url(/img/greeting/greeting_hdr_illust.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -140px;
  z-index: 2;
}
.pg_greeting .section.sec2{
  padding-top: 120px;
}
.pg_greeting .section.sec3{
  padding-top: 60px;
}
.pg_greeting .section.sec4{
  padding-top: 60px;
}

@media (max-width:374px){

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

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

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

  .pg_greeting{

  }
  .pg_greeting .section.sec1{

  }
  .pg_greeting .section.sec1:after{
    width: 100%;
    right: 0;
    bottom: -250px;
  }
  .pg_greeting .section.sec2{
    padding-top: 175px;
  }
  .pg_greeting .section.sec3{
    padding-top: 80px;
  }
  .pg_greeting .section.sec4{
    padding-top: 80px;
  }
}
@media (min-width:1024px){
  .pg_greeting .section.sec1:after{
    width: 510px;
    right: 0;
    top: -140px;
  }
  .pg_greeting .section.sec2{
    padding-top: 50px;
  }
}
@media (min-width:1200px){
  .pg_greeting .section.sec1:after{
    width: 600px;
    right: 0;
    top: 110px;
  }

}
@media (min-width:1366px){
  .pg_greeting .section.sec1:after{
    width: 670px;
    right: 0;
    top: 250px;
  }

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

  }
  .pg_greeting .section.sec1{

  }
  .pg_greeting .section.sec1:after {
    width: 720px;
    right: 0;
    top: auto;
    bottom: 0px;
  }
  .pg_greeting .section.sec2{
    padding-top: 35px;
  }
  .pg_greeting .section.sec3{
    padding-top: 135px;
  }
  .pg_greeting .section.sec4{
    padding-top: 135px;
  }

}
@media (min-width:1720px){
  .pg_greeting .section.sec1:after{
    width: 912px;
    right: 0;
    top: auto;
    bottom: -90px;
  }

}

/* sec1 */
.greeting_hdr_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.greeting_hdr_wrap .box1{
  width: 100%;
}
.greeting_hdr_wrap .tt2{

}
.greeting_hdr_wrap .tt2_en{

}
.greeting_hdr_wrap .tt2_ja{

}
.tt2_ja:before{
  width: 10px;
}

.tt3_ja{
  font-size: 20px;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.025em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.greeting_hdr_wrap .content_desc{
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.greeting_hdr_wrap .content_desc span{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
}
.greeting_txt{
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.greeting_txt span{
  display: inline;
  font-size: 15px;
}
.greeting_hdr_wrap .box2{
  width: 100%;
  margin-top: 25px;
}
.greeting_hdr_wrap .greeting_hdr_img{
  margin: 0 40px;
}
.greeting_hdr_wrap .greeting_hdr_img img{
  border-radius: 20px;
}
.greeting_hdr_wrap .greeting_hdr_img:before{
  padding-top: 114.5%;
}

/*sec2*/
.greeting_sec2_btns{

}
.greeting_sec2_btn {
  padding: 10px 0;
}
.greeting_philosophy_wrap{

}
.greeting_philosophy_wrap .box1{
  margin-top: 35px;
}
.greeting_philosophy_wrap .tt2{

}
.greeting_philosophy_wrap .tt2_en{

}
.greeting_philosophy_wrap .tt2_ja{

}
.greeting_philosophy_wrap .tt3_ja{

}
.greeting_philosophy_wrap .content_desc{

}
.greeting_philosophy_wrap .box2{
  margin-top: 20px;
}
.greeting_philosophy_wrap .greeting_hdr_img{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0 10px;
}


/*sec3*/
.greeting_management_wrap{

}
.greeting_management_wrap .box1{

}
.greeting_management_wrap .tt2{

}
.greeting_management_wrap .tt2_en{

}
.greeting_management_wrap .tt2_ja{

}
.greeting_management_wrap .content_desc{
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.greeting_management_wrap .box2{
  margin-top: 20px;
}
.cmn_wh_box{
  background: #FFF;
  border-radius: 20px;
  padding: 20px 25px;
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);
}
.cmn_wh_box:nth-child(n+2){
  margin-top: 25px;
}
.cmn_wh_box_en{
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1;
  color: #00a8a8;
  letter-spacing: 0;
}
.cmn_wh_box_en span{
  font-size: 20px;
  font-weight: 500;
}
.cmn_wh_box_ja{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-top: 10px;
}


@media (max-width:767px){
  
  .tt3_ja{
    line-height: 1.875;
  }
  .cmn_wh_box{
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width:768px){
  /* sec1 */
  .tt3_ja{
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .greeting_txt{
    font-size: 18px;
  }
  .greeting_txt span{
    font-size: 16px;
  }
  .greeting_hdr_wrap .greeting_hdr_img {
    border-radius: 20px;
    margin: 0 90px;
  }
  /*sec2*/
  .greeting_philosophy_wrap .box2 {
    margin-top: 50px;
  }
  .greeting_philosophy_wrap .greeting_hdr_img{
    margin-top: 30px;
    padding: 0 140px;
  }

  /*sec3*/
  .cmn_wh_box_ja {
    margin-top: 5px;
  }
}
@media (min-width:1024px){
  /* sec1 */
  .greeting_hdr_wrap .box1 {
    width: 46.18%;
  }
  .greeting_hdr_wrap .box2{
    width: 36.18%;
    margin-top: 0px;
  }
  .greeting_hdr_wrap .content_desc {
    line-height: 2.25;
  }
  .greeting_hdr_wrap .greeting_hdr_img {
    margin: 0;
  }
  /*sec2*/
  .greeting_philosophy_wrap .greeting_hdr_img {
    padding: 0 200px;
  }
  /*sec3*/
  .cmn_wh_box{
    padding: 25px 40px;
  }
  .cmn_wh_box_ja{
    font-size: 20px;
  }
}
@media (min-width:1200px){
  /* sec1 */
  .greeting_hdr_wrap{

  }
  .greeting_hdr_wrap .box1{
    width: 46.18%;
  }
  .greeting_hdr_wrap .tt2{

  }
  .greeting_hdr_wrap .tt2_en{

  }
  .greeting_hdr_wrap .tt2_ja{

  }
  .tt3_ja{
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .greeting_hdr_wrap .content_desc{

  }
  .greeting_hdr_wrap .content_desc span{
    font-size: 18px;
  }
  .greeting_txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 3px;
  }
  .greeting_hdr_wrap .box2{
    width: 36.18%;
    margin-top: 15px;
  }
  .greeting_hdr_wrap .greeting_hdr_img{
    border-radius: 20px;
  }
  .greeting_hdr_wrap .greeting_hdr_img:before{
    padding-top: 114.5%;
  }
  /*sec3*/
  .cmn_wh_box {
    padding: 25px 60px;
  }
}
@media (min-width:1470px){
  /*sec1*/
  .tt3_ja{
    font-size: 40px;
    margin-top: 38px;
    margin-bottom: 40px;
  }
  .greeting_philosophy_wrap .greeting_hdr_img {
    margin-top: 30px;
    padding-left: 100px;
  }

  /*sec3*/
  .greeting_management_wrap{

  }
  .greeting_management_wrap .box1{

  }
  .greeting_management_wrap .tt2{

  }
  .greeting_management_wrap .tt2_en{

  }
  .greeting_management_wrap .tt2_ja{
    margin-bottom: 38px;
  }
  .greeting_management_wrap .content_desc{

  }
  .greeting_management_wrap .box2{
    margin-top: 50px;
  }
  .cmn_wh_box{
    padding: 39px 100px 32px;
  }
  .cmn_wh_box:nth-child(n+2){
    margin-top: 40px;
  }
  .cmn_wh_box_en{
    font-size: 14px;
  }
  .cmn_wh_box_en span{
    font-size: 20px;
  }
  .cmn_wh_box_ja{
    font-size: 26px;
  }
}
@media (min-width:1720px){
  /*sec2*/
  .greeting_sec2_btns{
    gap: 0 30px;
  }
  .greeting_sec2_btn {
    font-size: 18px;
    width: calc(33.333% - 20px);
    padding: 12.5px 0;
  }
  .greeting_philosophy_wrap{

  }
  .greeting_philosophy_wrap .box1{
    margin-top: 84px;
  }
  .greeting_philosophy_wrap .tt2{

  }
  .greeting_philosophy_wrap .tt2_en{

  }
  .greeting_philosophy_wrap .tt2_ja{

  }
  .greeting_philosophy_wrap .tt3_ja{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .greeting_philosophy_wrap .content_desc{

  }
  .greeting_philosophy_wrap .box2{

  }
  .greeting_philosophy_wrap .greeting_hdr_img{
    display: flex;
    justify-content: center;
    margin-top: 57px;
    padding-left: 280px;
  }
  /*sec3*/
  .cmn_wh_box_ja {
    margin-top: 0;
  }
}


/*******************************
*　安全マネジメント
********************************/

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

}
.pg_safetymanagement .section.sec1{

}
.pg_safetymanagement .section.sec2{

}
.pg_safetymanagement .section.sec3{

}
.pg_safetymanagement .section.sec4{

}


@media (max-width:374px){

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

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

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

  .pg_safetymanagement{

  }
  .pg_safetymanagement .section.sec1{

  }
  .pg_safetymanagement .section.sec2{
    padding-top: 50px;
  }
  .pg_safetymanagement .section.sec3{
    padding-top: 50px;
  }
  .pg_safetymanagement .section.sec4{
    padding-top: 50px;
  }

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


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


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


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


}

/* メイン部分 */
/*sec1*/
.safetymanagemen_btns{

}
.safetymanagemen_btn{
  padding: 10px 0;
}
.safetymanagement_hdr_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.safetymanagement_hdr_wrap .box1{
  width: 100%;
}
.safetymanagement_hdr_wrap .tt2{

}
.safetymanagement_hdr_wrap .tt2_en{
  line-height: 0.91;
}
.safetymanagement_hdr_wrap .tt2_ja{
  margin-top: 10px;
  margin-bottom: 10px;
}
.safetymanagement_hdr_wrap .content_desc{

}
.safetymanagement_hdr_wrap .box2{
  width: 100%;
  margin-top: 20px;
}
.safetymanagement_hdr_wrap .safetymanagement_hdr_img{

}
.safetymanagement_hdr_wrap .safetymanagement_hdr_img img{
  border-radius: 20px;
}
.safetymanagement_hdr_wrap .safetymanagement_hdr_img:before{
  padding-top: 70%;
}

.safetymanagemen_head{
  margin-bottom: 12pX;
}
.safetymanagement_head_img{
  margin-top: -4px;
}
.cmn_wh_boxs{
  margin-top: 30px;
}
.safety .cmn_wh_box{

}
.safety .cmn_wh_box:nth-child(n+2){

}
.safetymanagemen_txt{
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
.safetymanagemen_txt span{
  font-weight: 700;
}
.safetymanagemen_list{
  padding-left: 1.1em;
}

/*sec2*/
.cmn_wh_box1{
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);
  margin-top: 35px;
}
.organization.cmn_wh_box1{
  padding: 30px 15px;
}
.safetymanagement_hdr_wrap.organization .box1,
.safetymanagement_hdr_wrap.contact .box1{
  width: 100%;
}

/*sec3*/
.contact.cmn_wh_box1{
  padding: 30px 15px;
}

/*sec4*/
.safty_sec4_wrap{
  margin-top: 30px;
}
.safty_sec4_wrap + .safty_sec4_wrap{
  margin-top: 50px;
}
.safty{

}
.safty .title{
  text-align: center;
}
.safty .title .en{
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #47bba7;
}
.safty .title .ja{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cmn_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  gap: 30px 40px;
}
.safety_item.cmn_wh_box{
  width: 100%;
  padding: 0;
}
.safety_item.cmn_wh_box .inner{
  padding: 15px;
}
.safety_item.cmn_wh_box:nth-child(n+2){
  margin-top: 0;
}
.safety_item .safetymanagemen_head{
  margin-top: 18px;
  margin-bottom: 5pX;
}
.safety_item .safetymanagemen_en{

}
.safety_item .safetymanagemen_ja{
  font-size: 20px;
  margin-top: 5px;
  margin-right: -10px;
}
.safety_item .safetymanagemen_ja span{
  font-size: 18px;
}
.safety_item .safetymanagement_head_img{
  margin-top: -7px;
}
.safety_item_img img{
  border-radius: 10px;
}
.safety_item_img:before{
  padding-top: 66.666%;
}
.safety_item .safetymanagemen_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.05em;
}



@media (max-width:767px){
  /*sec2*/
  .cmn_wh_box1{
    margin-top: 30px;
  }
  .organization.cmn_wh_box1{
    padding: 25px 15px;
  }

  /*sec3*/
  .contact.cmn_wh_box1{
    padding: 25px 15px;
  }
}
@media (min-width:768px){
  /*sec1*/
  .safetymanagement_hdr_wrap .tt2_ja {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .safetymanagement_hdr_wrap .box2 {
    margin-top: 35px;
  }
  .cmn_wh_boxs {
    margin-top: 50px;
  }

  /*sec4*/
  .safty_sec4_wrap{
    margin-top: 50px;
  }
  .safty_sec4_wrap + .safty_sec4_wrap{
    margin-top: 50px;
  }
  .safty{

  }
  .safty .title .en{

  }
  .safty .title .ja{
    font-size: 22px;
  }
  .cmn_items{
    margin-top: 38px;
    gap: 30px 30px;
  }
  .safety_item.cmn_wh_box{
    width: calc(50% - 15px);
    padding: 0;
  }
  .safety_item.cmn_wh_box .inner{

  }
  .safety_item.cmn_wh_box:nth-child(n+2){
    margin-top: 0;
  }
  .safety_item .safetymanagemen_head{
    margin-top: 18px;
    margin-bottom: 12pX;
  }
  .safety_item .safetymanagemen_en{

  }
  .safety_item .safetymanagemen_ja{

  }
  .safety_item .safetymanagemen_ja span{

  }
  .safety_item .safetymanagement_head_img{
    margin-top: -7px;
  }
}
@media (min-width:1024px){
  /*sec1*/
  .safetymanagement_hdr_wrap .tt2_en {
    font-size: 70px;
  }
  .safetymanagement_hdr_wrap .box1{
    width: 55.98%;
  }
  .safetymanagement_hdr_wrap .box2{
    width: 39.47%;
    margin-top: 15px;
  }

  /*sec2*/
  .organization.cmn_wh_box1{
    padding: 40px 20px;
  }

  /*sec3*/
  .contact.cmn_wh_box1{
    padding: 50px 30px 50px;
  }

  /*sec4*/
  .safty_sec4_wrap {
    margin-top: 60px;
  }
  .safety_item .safetymanagemen_ja{
    font-size: 24px;
  }
}
@media (min-width:1200px){
  /*sec4*/
  .safty .title .ja{
    font-size: 30px;
  }

  /*sec4*/
  .safty_sec4_wrap {

  }
  .safty_sec4_wrap + .safty_sec4_wrap{
    margin-top: 80px;
  }
  .safty{

  }
  .safty .title .en{

  }
  .safty .title .ja{
    font-size: 22px;
  }
  .cmn_items{
    margin-top: 38px;
    gap: 41px 39px;
  }
  .safety_item.cmn_wh_box{
    width: calc(33.333% - 26px);
    padding: 0;
  }
  .safety_item.cmn_wh_box .inner{
    padding: 20px;
  }
  .safety_item.cmn_wh_box:nth-child(n+2){
    margin-top: 0;
  }
  .safety_item .safetymanagemen_head{
    margin-top: 18px;
    margin-bottom: 12pX;
  }
  .safety_item .safetymanagemen_en{

  }
  .safety_item .safetymanagemen_ja{
    font-size: 20px;
    margin-right: -30px;
  }
  .safety_item .safetymanagemen_ja span{
    font-size: 18px;
  }
  .safety_item .safetymanagement_head_img{
    margin-top: -7px;
  }
}
@media (min-width:1470px){
  /*sec1*/
  .safetymanagemen_btns{
    margin-top: 148px;
  }
  .safetymanagemen_btn{
    padding: 10px 0;
  }
  .safetymanagement_hdr_wrap{
    margin-top: 90px;
  }
  .safetymanagement_hdr_wrap .box1{
    width: 45.98%;
  }
  .safetymanagement_hdr_wrap .tt2{

  }
  .safetymanagement_hdr_wrap .tt2_en{
    font-size: 100px;
  }
  .safetymanagement_hdr_wrap .tt2_ja{
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .safetymanagement_hdr_wrap .content_desc{

  }
  .safetymanagement_hdr_wrap .box2{
    width: 39.47%;
    margin-top: 15px;
  }
  .safetymanagement_hdr_wrap .safetymanagement_hdr_img{

  }
  .safetymanagement_hdr_wrap .safetymanagement_hdr_img:before{
    padding-top: 85.66%;
  }


  .safetymanagemen_head{
    margin-bottom: 12pX;
  }
  .safetymanagement_head_img{
    margin-top: -4px;
  }
  .cmn_wh_boxs{
    margin-top: 60px;
  }
  .safety .cmn_wh_box{
    padding: 39px 102px 32px;
  }
  .safety .cmn_wh_box:nth-child(n+2){
    margin-top: 30px;
  }
  .safetymanagemen_txt{

  }
  .safetymanagemen_txt span{

  }
  .safetymanagemen_list{
    padding-left: 1.1em;
  }

  /*sec2*/
  .organization.cmn_wh_box1{
    padding: 63px 50px;
    margin-top: 75px;
  }

  /*sec3*/
  .contact.cmn_wh_box1{
    padding: 83px 60px 60px;
    margin-top: 75px;
  }

  /*sec4*/
  .safty .title .ja{
    font-size: 24px;
  }
  .safety_item.cmn_wh_box .inner{
    padding: 30px;
  }
  .safety_item .safetymanagemen_ja{
    font-size: 24px;
  }
  .safety_item .safetymanagemen_ja span {
    font-size: 20px;
  }
}
@media (min-width:1720px){
  /*sec4*/
  .safty .title .ja{
    font-size: 30px;
  }
  .safty_sec4_wrap + .safty_sec4_wrap{
    margin-top: 125px;
  }
  .safety_item .safetymanagemen_ja{
    font-size: 30px;
  }
  .safety_item .safetymanagemen_ja span {
    font-size: 24px;
  }

}

/*******************************
*　Miyama Brand Studio
********************************/

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

}
.pg_miyama_brand_studio .section.sec1{

}
.pg_miyama_brand_studio .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_miyama_brand_studio{

  }
  .pg_miyama_brand_studio .section.sec1{

  }
  .pg_miyama_brand_studio .section.sec2{

  }

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


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


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


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


}

/* メイン部分 */
/*sec1*/
.service_about.miyama_brand_studio_sec1{

}
.miyama_brand_studio_sec1 .service_about_box1{

}
.miyama_brand_studio_sec1 .service_about_box2{

}
.tt2.purple .tt2_en{
  color: #a86fe2;
}
.tt2.purple .tt2_ja:before{
  background: #a86fe2;
}
.service_about.miyama_brand_studio_sec1{

}


@media (max-width:767px){
  .miyama_brand_studio_sec1 .service_about_box1{
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .miyama_brand_studio_sec1 .service_about_box2{
    width: 100%;
    order: 1;
  }
}
@media (min-width:768px){
  /*sec1*/
  .service_about.miyama_brand_studio_sec1 .service_about_box1{
    order: 2;
  }
  .service_about.miyama_brand_studio_sec1 .service_about_box2{
    order: 1;
  }
  .miyama_brand_studio_sec1 .sec_tt {
    margin-right: -25px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  .miyama_brand_studio_sec1 .sec_tt {
    font-size: 30px;
    margin-right: -75px;
  }
}
@media (min-width:1470px){
  .miyama_brand_studio_sec1 .sec_tt {
    font-size: 30px;
    margin-right: -75px;
  }

}
@media (min-width:1720px){
  .miyama_brand_studio_sec1 .sec_tt {
    font-size: 40px;
    margin-right: -75px;
  }

}

/*******************************
*　その他事業
********************************/

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

}
.pg_andmore .section.sec1{

}
.pg_andmore .section.sec2{

}
.pg_andmore .section.sec3{

}


@media (max-width:374px){

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

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

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

  .pg_andmore{

  }
  .pg_andmore .section.sec1{

  }
  .pg_andmore .section.sec2{

  }
  .pg_andmore .section.sec3{

  }

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


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


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


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


}

/* メイン部分 */
/*sec1*/
.tt2.blue .tt2_en{
  color: #6b98d4;
}
.tt2.blue .tt2_ja:before{
  background: #6b98d4;
}

/*sec2*/
.entry_head_btns.studio.andmore .service_tabs_nav_item:hover,
.entry_head_btns.studio.andmore .service_tabs_nav_item.on{
  background: #6b98d4;
}
.entry_head_btns.studio.andmore .service_tabs_nav_item {
  border-color: #6b98d4;
}
.lifesupport_sec3_item_tt.andmore_sec2_item_tt:before,
.service_tt3.bl .service_tt3_ja:before{
  background: #6b98d4;
}

.title.main_tt.bl .en,
.bl .en,
.tt4_en.bl,
.service_tt3.bl .service_tt3_en{
  color: #6b98d4;
}
.lifesupport_sec3_flow_item.andmore .with_en_tt.bl{
  width: 100%;
}


@media (max-width:767px){

}
@media (min-width:768px){
  .pg_andmore .section.sec2 .service_tabs_contents {
    margin-top: 60px;
  }
  .pg_andmore .section.sec2 .item .content_desc {
    font-size: 15px;
    margin-top: 22px;
    line-height: 2.4em;
  }
  .pg_andmore .service_contents1_box4 {
    margin-top: 55px;
  }
  .pg_andmore  .tt4 {
    margin-bottom: 50px;
  }
  .pg_andmore .section.sec2 .lifesupport_sec3_flow_items.andmore .content_desc {
    margin-top: 22px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  .pg_andmore .section.sec2 .dear_sec_items .item .with_en_tt .ja {
    font-size: 22px;
    padding-bottom: 13px;
  }

  .pg_andmore .lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item {
    padding: 40px 29px 30px;
  }
  .pg_andmore .with_en_tt .ja, .message_sec2_items .ja {
    font-size: 26px;
    padding-bottom: 10px;
  }
}
@media (min-width:1470px){
  .pg_andmore .section.sec2 .dear_sec_items .item .with_en_tt .ja {
    font-size: 24px;
  }
  .pg_andmore  * + .service_contents1_box3 {
    margin-top: 65px;
  }
  .pg_andmore .dear_sec_items{
    margin-top: 45px;
  }
}
@media (min-width:1720px){
  .pg_andmore .section.sec2 .dear_sec_items .item .with_en_tt .ja {
    font-size: 26px;
  }

}

/*******************************
*　下層見出しのイラスト
********************************/
.sdgs_sec2_btns.gr{
  margin-bottom: 30px;
}
.sdgs_sec2_btns.gr .sdgs_sec2_btn{
  border: 1px solid #47bba7;
}
.sdgs_sec2_btns.gr .sdgs_sec2_btn:after{
  background-image: url(/img/warehousing/gr_icon.png);
}
.sdgs_sec2_btns.gr .sdgs_sec2_btn:hover{
  background: #47bba7;
}
.pg_warehousing .service_contents1_ttl1:before{
  background:#47bba7;
}


.pg_service.pg_warehousing .section.sec1{

}


.section.sec1{
  position: relative;
}
.section.sec1:after{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

/*物流事業*/
.pg_logistics .section.sec1:after{
  width: 1160px;
  aspect-ratio:1160 / 312;
  background-image: url(/img/logistics/logi2.png);
  left: calc(50% - 209px);
  bottom: 23px;
}

/*倉庫事業*/
.pg_warehousing .section.sec1:after{
  width: 1099px;
  aspect-ratio:1099 / 306;
  background-image: url(/img/logistics/souko.png);
  left: calc(50% - 209px);
  bottom: 23px;
}

/*ライフィサポート*/
.pg_lifesupport .section.sec1:after{
  width: 1099px;
  aspect-ratio:1099 / 324;
  background-image: url(/img/life-support/life_il.png);
  left: calc(50% - 139px);
  bottom: -70px;
}
/*スタジオ*/
.pg_miyama_brand_studio .section.sec1:after{
  width: 1099px;
  aspect-ratio:1099 / 313;
  background-image: url(/img/miyama-brand-studio/studio.png);
  left: calc(50% - 139px);
  bottom: -20px;
}
.pg_miyama_brand_studio .lifesupport_sec3_item_tt:before{
  background: #a86fe2;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  /*物流事業*/
  .pg_logistics .section.sec1:after{
    width: 900px;
    left: -125px;
    bottom: -125px;
  }
  /*ライフィサポート*/
  .pg_lifesupport .section.sec1{
    padding-bottom: 140px;
    
  }
  .pg_lifesupport .section.sec1:after{
    width: 700px;
    left: calc(50% - 236px);
    bottom: -100px;
  }
  /*スタジオ*/
  .pg_miyama_brand_studio .section.sec1{
    padding-bottom: 140px;
  }
  .pg_miyama_brand_studio .section.sec1:after{
    width: 700px;
    bottom: -80px;
    left: calc(50% - 225px);
  }

}
@media (min-width:768px){
  .sdgs_sec2_btns.gr{
    margin-bottom: 92px;
  }


  .pg_service.pg_warehousing .section.sec1{
    padding-bottom: 300px;
  }


  /*物流事業*/
  .pg_logistics .section.sec1:after{
    width: 650px;
    aspect-ratio:1160 / 312;
    left: calc(50% - 209px);
    bottom: 23px;
  }
  /*ライフィサポート*/
  .pg_lifesupport .section.sec1:after{
    width: 1099px;
    left: calc(50% - 139px);
    bottom: -200px;
  }
}
@media (min-width:1024px){
  /*物流事業*/
  .pg_logistics .section.sec1:after{
    width: 1160px;
    aspect-ratio:1160 / 312;
    left: calc(50% - 209px);
    bottom: 23px;
  }
  /*倉庫事業*/
  .pg_warehousing .section.sec1:after{
    width: 1099px;
    aspect-ratio:1099 / 306;
    left: calc(50% - 130px);
    bottom: -58px;
  }
  /*ライフィサポート*/
  .pg_lifesupport .section.sec1:after{
    width: 1099px;
    left: calc(50% - 139px);
    bottom: -200px;
  }
}
@media (min-width:1200px){

  /*ライフィサポート*/
  .pg_lifesupport .section.sec1:after{
    width: 1099px;
    left: calc(50% - 139px);
    bottom: -70px;
  }
}
