@charset "UTF-8";
:root {
  --box-sdw:0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);

  --bdr-btm:1px dotted #423c35;
}

/*******************************
*　sdgs
********************************/

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

}
.pg_sdgs .section.sec1{

}
.pg_sdgs .section.sec2{
  padding-top: 50px;
}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_sdgs{

  }
  .pg_sdgs .section.sec1{

  }
  .pg_sdgs .section.sec2{
    padding-top: 100px;
  }

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


}
@media (min-width:1200px){
  /* セクション設定 */
  .pg_sdgs{

  }
  .pg_sdgs .section.sec1{

  }
  .pg_sdgs .section.sec2{
    padding-top: 136px;
  }

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


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


}

/* メイン部分 */

/*sec1*/
.sdgs_hdr_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sdgs_hdr_wrap .box1{
  width: 100%;
}
.sdgs_hdr_wrap .box2{
  width: 100%;
  margin-top: 30px;
}
.content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height:2.25em;
  /*  text-align: justify;*/
  letter-spacing: 0.05em;
}
.sdgs_hdr_wrap .box2 .content_desc{

}
.sdgs_img{
  text-align: center;
  margin-top: 30px;
}
.declaration_box{
  background: #fff;
  padding:40px 16px;
  margin-top: 40px;
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.declaration_tt{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  color: #423c35;
}
.declaration_box .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25em;
  letter-spacing: 0.05em;
  color: #423c35;
  margin-top: 20px;
}
.declaration_sign{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.declaration_sign .txt{
  margin-top: 0;
  margin-left: 30px;
}
.declaration_sign .logo{

}

/*sec2*/
.sdgs_sec2_btns{
  display: flex;
  flex-wrap: wrap;
  gap:10px 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.sdgs_sec2_btns:last-child{
  margin-bottom: 0;
}

.sdgs_sec2_btn{
  text-align: center;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f8921c;
  border-radius: 37.5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  transition: all .2s;
  padding: 10px 20px;
}
.sdgs_sec2_btn:after{
  content: "";
  display: block;
  width: 21px;
  aspect-ratio:1;
  background-image: url(/img/sdgs/arr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: all .2s;
}
.sdgs_sec2_btn.on,
.sdgs_sec2_btn:hover{
  background: #f8921c;
  color: #fff;
  text-decoration: none;
}
.sdgs_sec2_btn:hover:after{
  background-image: url(/img/sdgs/arr_on.png);
}
/*4列*/
.sdgs_sec2_btns.col4 .sdgs_sec2_btn{
  padding: 12px 0;
}

/*5列*/
.sdgs_sec2_btns.col5 .sdgs_sec2_btn{
  padding: 0;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.sdgs_sec2_items{
  margin-top: 50px;
}
.sdgs_sec2_item{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 16px;
}
.sdgs_sec2_item:nth-child(n+2){
  margin-top: 40px;
}
.sdgs_sec2_item .head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sdgs_sec2_item .head .box1{
  width: 100%;
}
.sdgs_sec2_item .head .title{
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}
.sdgs_sec2_item .head .title:before{
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #00a8a8;
  margin-right: 10px;
}
.sdgs_sec2_item .head .desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25em;
  letter-spacing: 0.05em;
  margin-top:20px;
}
.sdgs_sec2_item .head .box2{
  width: 100%;
  margin-top: 20px;
}
.sdgs_sec2_item .head .panels{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  gap:15px;
}
.sdgs_sec2_item .head .panel{
  width: calc(33.33% - 10px);
  text-align: center;
}
.sdgs_sec2_item .head .panel:nth-child(n+4){
  margin-top: 0;
}
.sdgs_sec2_item .main{
  background: #f5fdfc;
  border-radius: 20px;
  padding: 35px 0 28px;
  margin-top: 38px;
}
.main_tt.title,
.sdgs_sec2_item .main .title{
  text-align: center;
}
.main_tt .en,
.sdgs_sec2_item .main .en{
  font-size:14px;
  font-weight: 600;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #47bba7;
}
.main_tt .ja,
.sdgs_sec2_item .main .ja{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sdgs_sec2_item .lists{
  padding: 0 8px;
  margin-top: 37px;
}
.sdgs_sec2_item ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sdgs_sec2_item li{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.25em;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width:767px){
  .content_desc{
    line-height: 1.875;
  }
}
@media (min-width:768px){
  /*sec1*/
  .sdgs_hdr_wrap{

  }
  .sdgs_hdr_wrap .box1{

  }
  .sdgs_hdr_wrap .box2{
    margin-top: 40px;
    ;
  }
  .content_desc{

  }
  .sdgs_hdr_wrap .box2 .content_desc{

  }
  .sdgs_img{
    margin-top: 60px;
  }
  .declaration_box{
    padding: 69px 16px;
    margin-top: 96px;
  }
  .declaration_tt{
    font-size: 30px;
  }
  .declaration_box .txt{
    margin-top: 54px;
  }
  .declaration_sign{

  }
  .declaration_sign .txt{
    margin-top: 0;
  }
  .declaration_sign .logo{

  }

  /*sec2*/
  .sdgs_sec2_btns{
    gap:30px;
    margin-top: 69px;
  }
  .sdgs_sec2_btn{
    width: calc(50% - 20px);
    font-size: 16px;
  }
  .sdgs_sec2_btn:after{

  }

  .sdgs_sec2_items{
    margin-top: 97px;
  }
  .sdgs_sec2_item{
    padding:50px;
  }
  .sdgs_sec2_item:nth-child(n+2){
    margin-top: 100px;
  }
  .sdgs_sec2_item .head{

  }
  .sdgs_sec2_item .head .box1{

  }
  .sdgs_sec2_item .head .title{
    font-size: 30px;
  }
  .sdgs_sec2_item .head .desc{
    margin-top: 37px;
  }
  .sdgs_sec2_item .head .box2{
    margin-top: 60px;
  }
  .sdgs_sec2_item .head .panels{

  }
  .sdgs_sec2_item .head .panel{

  }

  .sdgs_sec2_item .main{

  }
  .sdgs_sec2_item .main .title{

  }
  .main_tt .en,
  .sdgs_sec2_item .main .en{
    font-size: 14px;
  }
  .main_tt .ja,
  .sdgs_sec2_item .main .ja{
    font-size: 24px;
  }
  .sdgs_sec2_item .lists{
    padding: 0 23px 0 29px;
  }
  .sdgs_sec2_item ul{

  }
  .sdgs_sec2_item li{

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


}
@media (min-width:1200px){
  /*sec1*/
  .sdgs_hdr_wrap{

  }
  .sdgs_hdr_wrap .box1{
    width: 21.05%;
  }
  .sdgs_hdr_wrap .box2{
    width: 74.67%;
    padding-left: 10px;
    margin-top: 0;
  }
  .content_desc{

  }
  .sdgs_hdr_wrap .box2 .content_desc{

  }
  .declaration_box{

  }
  .declaration_tt{
    font-size: 40px;
  }
  .declaration_box .txt{
    text-align: center;
  }
  .declaration_sign{

  }
  .declaration_sign .txt{
    text-align: left;
  }
  .declaration_sign .logo{

  }

  /*sec2*/
  /*.sdgs_sec2_btns{
    gap: 0 26px;
  }
  .sdgs_sec2_btn{
     width: calc(25% - 20px);
  }
  .sdgs_sec2_btn:after{
    
  }*/

  .sdgs_sec2_items{

  }
  .sdgs_sec2_item{
    padding: 61px 50px;
  }
  .sdgs_sec2_item .head{

  }
  .sdgs_sec2_item .head .box1{
    width: 50%;
  }
  .sdgs_sec2_item .head .title{
    font-size: 30px;
  }
  .sdgs_sec2_item .head .desc{

  }
  .sdgs_sec2_item .head .box2{
    width: 41.43%;
    padding-top: 20px;
    margin-top: 0;
  }
  .sdgs_sec2_item .head .panels{

  }
  .sdgs_sec2_item .head .panel{

  }

  .sdgs_sec2_item .main{

  }
  .sdgs_sec2_item .main .title{

  }
  .sdgs_sec2_item .main .en{

  }
  .main_tt .ja,
  .sdgs_sec2_item .main .ja{
    font-size: 30px;
  }
  .sdgs_sec2_item .lists{

  }
  .sdgs_sec2_item ul{
    justify-content: space-between;
  }
  .sdgs_sec2_item li{
    width: 50.31%;
  }
  .sdgs_sec2_item li:nth-child(odd){
    width: 49.12%;
  }
}
@media (min-width:1470px){
  /*sec2*/
  .sdgs_sec2_item{
    padding: 61px 100px 80px;
  }
  .sdgs_sec2_item .head .title{
    font-size: 30px;
  }
}
@media (min-width:1720px){
  /*sec2*/
  .sdgs_sec2_btns{
    gap: 15px 26px;

  }
  .sdgs_sec2_btn{
    font-size: 18px;
    width: calc(25% - 20px);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sdgs_sec2_btn:after{

  }
  /*3列*/
  .sdgs_sec2_btns.col3{
    gap:15px 39px;
  }
  .sdgs_sec2_btns.col3 .sdgs_sec2_btn{
    width: calc(33.333% - 26px);
  }

  /*4列*/
  .sdgs_sec2_btns.col4{
    gap:0 28px;
  }
  .sdgs_sec2_btns.col4 .sdgs_sec2_btn{
    width: calc(25% - 21px);
  }

  /*5列*/
  .sdgs_sec2_btns.col5{
    gap:0 23px;
  }
  .sdgs_sec2_btns.col5 .sdgs_sec2_btn{
    width: calc(20% - 18.66px);
  }

  .sdgs_sec2_item .head .title{
    font-size: 40px;
  }

}

/*******************************
*　メッセージ
********************************/

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

}
.pg_message .section.sec1{

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

@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_message{

  }
  .pg_message .section.sec1{

  }
  .pg_message .section.sec2{
    padding-top: 109px;
  }
  .pg_message .section.sec3{
    padding-top: 106px;
  }
  .pg_message .section.sec4{

  }

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


}
@media (min-width:1200px){
  /* セクション設定 */
  .pg_message{

  }
  .pg_message .section.sec1{

  }
  .pg_message .section.sec2{

  }

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


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


}

/* メイン部分 */
/*sec1*/
.recruit_cate_tt{
  text-align: center;
  font-size:19px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.recruit_cate{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
  border-bottom: 1px dotted;
  padding-bottom: 30px;
}
.recruit_cate .item{
  font-size:16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}
.recruit_cate .item{
  position: relative;
}
.recruit_cate .item a{
  transition: all .2s;
}
.recruit_cate .item.on a,
.recruit_cate .item:hover a{
  color: #f8921c;
  text-decoration: none;
}
.recruit_cate .item:before{
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #b1a99a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruit_cate .item:last-child:after{
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: #b1a99a;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*sec2*/
.pg_head{

}
.pg_head .tt2{

}
.sec_tt{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pg_head .content_desc{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.25em;
}
.pg_head .sdgs_sec2_btns{
  margin-top: 40px;
}
.pg_head .sdgs_sec2_btn{
  padding: 12px 0;
}

/*sec3*/
.message_sec2_wrap_outer{

}
.message_sec2_wrap:nth-child(n+2){
  margin-top:50px;
}
.message_sec2_wrap_outer_items{

}
.message_sec2_wrap{

}
.message_sec2_wrap .head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message_sec2_wrap .box1{
  width: 100%;
}
.message_sec2_wrap .img{
  text-align: center;
}
.message_sec2_wrap .box2{
  width: 100%;
  margin-top: 20px;
  ;
}
.message_sec2_wrap .head .title{
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-bottom: 1px dotted #423c35;
  padding-bottom: 10px;
}
.message_sec2_wrap .head .title span{
  font-size: 0.8em;
}
.message_sec2_wrap .head .content_desc{
  line-height: 2.25em;
  margin-top: 20px;
}
.message_sec2_wrap .head .read_more{
  margin-top: 30px;
}
.sdgs_sec2_item.single{
  background: none;
  padding: 0;
  box-shadow: none;
  margin-top: 30px;
}
.sdgs_sec2_item.single .main{
  background: #fafffe;
  margin-top: 0;
}
.sdgs_sec2_item.single .content_desc{
  margin-top: 20px;
}

.message_sec2_box{
  margin-top: 40px;
}
.message_sec2_items{
  display: flex;
  flex-wrap: wrap;
  gap:30px 0;
  margin-top: 30px;
}
.message_sec2_items .item{
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 29px 16px;
}
.message_sec2_items .item .title{
}
.with_en_tt .en,
.message_sec2_items .en{
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #3fb4b4;
}
.with_en_tt .ja,
.message_sec2_items .ja{
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-bottom: 1px dotted  #423c35;
  padding-bottom: 16px;
}
.message_sec2_items .item .content_desc{
  margin-top: 18px;
}

/*理由*/
.lifesupport_sec3_reason{
  margin-top: 50px;
}
.lifesupport_sec3_reason_items{
  margin-top: 40px;
}
.lifesupport_sec3_reason_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lifesupport_sec3_reason_item:nth-child(n+2){
  margin-top: 40px;
}
.lifesupport_sec3_reason_item .left{
  width: 100%;
}
.lifesupport_sec3_reason_item .img{

}
.lifesupport_sec3_reason_item .img img{
  border-radius: 10px;
}
.lifesupport_sec3_reason_item .right{
  width: 100%;
  margin-top: 20px;
}
.lifesupport_sec3_reason_tt{
  border-bottom: 1px dotted #423c35;
  padding-bottom: 10px;
}
.lifesupport_sec3_reason_tt .en{
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background: #e96a6a;
  border-radius: 12px;
  text-align: center;
  width: 126px;
  padding: 2px 0;
}
.lifesupport_sec3_reason_tt .en span{
  font-size: 17px;
}
.lifesupport_sec3_reason_tt .title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 13px;
}
.lifesupport_sec3_reason_item .content_desc{
  margin-top: 18px;
}

/*流れ*/
.lifesupport_sec3_flow{
  margin-top: 50px;
}
.lifesupport_sec3_flow_items{
  margin-top: 37px;
}
.lifesupport_sec3_flow_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fffbfb;
  position: relative;
  padding: 40px 16px;
  ;
  border-radius: 10px;
}
.lifesupport_sec3_flow_item:nth-child(n+2){
  margin-top: 60px;
}
.lifesupport_sec3_flow_item:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 33px solid transparent;
  border-left: 33px solid transparent;
  border-top: 25px solid #e96a6a;
  border-bottom: 0;
  position: absolute;
  bottom: -50px;
  ;
  left: 50%;
  transform:translateX(-50%);
}
.lifesupport_sec3_flow_item:last-child:after{
  display: none;
}
.lifesupport_sec3_flow_item .left{
  width: 100%;
}
.lifesupport_sec3_flow_item .icon{
  text-align: center;
}
.lifesupport_sec3_flow_item .right{
  width: 100%;
  margin-top: 20px;
}
.lifesupport_sec3_flow_item .right .content_desc{
  margin-top: 16px;
}

.contact_items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}
.contact_items .tel{
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-en);
  letter-spacing: 0;
}
.contact_items .tel span{
  font-size: 16px;
  font-weight: 500;
  margin-right: 2px;
}
.contact_items .link_1{
  width: 100%;
  max-width: 285px;
  text-align: center;
  width: 100%;
  background: #e96a6a;
  color: #fff;
  border: 1px solid #e96a6a;
  border-radius: 37.5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  transition: all .2s;
  padding: 8px 0;
}
.link_1:hover{
  background: #fff;
  color: #e96a6a;
  text-decoration: none;
}
.link_1:after{
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 1;
  background-image: url(/img/life-support/arr-red1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: all .2s;
}

/*料金*/
.lifesupport_sec3_price{
  margin-top: 40px;
}
.price_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.price_item{
  width: 100%;
}
.price_item th,
.price_item td{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: 1px solid #cacaca;
}
.price_item th{
  text-align: left;
  background: #e5e5e5;
}
.price_item td{

}
.price_item:nth-child(even) tr:first-child th,
.price_item:nth-child(even) tr:first-child td{
  border-top: none;
}
@media (max-width:767px){
  /*sec1*/
  .recruit_cate .item{
    width: 50%;
  }
  .recruit_cate .item:nth-child(even):after{
    content: "";
    display: block;
    width: 2px;
    height: 18px;
    background: #b1a99a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  /*sec2*/
  .sdgs_sec2_item.single .main{
    padding: 35px 16px;
  }
  .main_tt .en, .sdgs_sec2_item .main .en{
    font-size: 11px;
  }

  .contact_items{
    justify-content: center;
    gap:20px 0;
  }

  .price_item th,
  .price_item td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .price_item tr:last-child td{
    border-bottom: 1px solid #cacaca;
  }
}
@media (min-width:768px){
  /*sec1*/
  .recruit_cate_tt{
    font-size: 20px;
  }
  .recruit_cate{

  }
  .recruit_cate .item{
    font-size:18px;
    position: relative;
    padding: 0 8px;
  }

  /*sec2*/
  .pg_head{

  }
  .pg_head .tt2{

  }
  .sec_tt{
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 36px;
  }
  .pg_head .content_desc{

  }
  .pg_head .sdgs_sec2_btns{
    margin-top: 109px;
  }

  /*sec3*/
  .message_sec2_wrap:nth-child(n+2){
    margin-top: 140px;
  }
  .message_sec2_wrap{

  }
  .message_sec2_wrap .head{

  }
  .message_sec2_wrap .box1{

  }
  .message_sec2_wrap .img{

  }
  .message_sec2_wrap .box2{
    margin-top: 40px;
    ;
  }
  .message_sec2_wrap .head .title{
    font-size: 24px;
  }
  .message_sec2_wrap .head .content_desc{

  }
  .message_sec2_wrap .head .read_more{
    margin-top: 22px;
  }

  .sdgs_sec2_item.single{
    margin-top: 51px;
  }
  .sdgs_sec2_item.single .main{
    padding: 50px 100px;
  }
  .sdgs_sec2_item.single .content_desc{
    margin-top: 30px;
  }

  .message_sec2_box{
    margin-top: 58px;
  }
  .message_sec2_items{
    gap:40px;
    margin-top: 40px;
  }
  .message_sec2_items .item{
    width: calc(50% - 26.666px);
    padding: 29px 27px 22px;
  }
  .message_sec2_items .item .title{

  }
  .message_sec2_items .en{

  }
  .with_en_tt .ja,
  .message_sec2_items .ja{
    font-size: 20px;
  }
  .message_sec2_items .item .content_desc{

  }

  /*理由*/
  .lifesupport_sec3_reason{
    margin-top: 80px;
  }
  .lifesupport_sec3_reason_items{
    margin-top: 50px;
  }
  .lifesupport_sec3_reason_item{

  }
  .lifesupport_sec3_reason_item:nth-child(n+2){
    margin-top: 55px;
  }
  .lifesupport_sec3_reason_item .left{

  }
  .lifesupport_sec3_reason_item .img{

  }
  .lifesupport_sec3_reason_item .img img{

  }
  .lifesupport_sec3_reason_item .right{
    margin-top: 30px;
  }
  .lifesupport_sec3_reason_tt{
    padding-bottom: 21px;
  }
  .lifesupport_sec3_reason_tt .en{

  }
  .lifesupport_sec3_reason_tt .en span{
    font-size: 20px;
  }
  .lifesupport_sec3_reason_tt .title{
    font-size: 22px;
  }
  .lifesupport_sec3_reason_item .content_desc{

  }

  /*流れ*/
  .lifesupport_sec3_flow{
    margin-top: 100px;
  }
  .lifesupport_sec3_flow_items{

  }
  .lifesupport_sec3_flow_item{
    padding: 50px 16px;
    ;
  }
  .lifesupport_sec3_flow_item:after{
    bottom: -44px;
  }
  .lifesupport_sec3_flow_item .left{
    width: 14.28%;
  }
  .lifesupport_sec3_flow_item .icon{

  }
  .lifesupport_sec3_flow_item .right{
    width: 80.35%;
    margin-top: 0;
  }
  .lifesupport_sec3_flow_item .right .content_desc{

  }

  .contact_items{

  }
  .contact_items .tel{
    font-size: 30px;
  }
  .contact_items .tel span{
    font-size: 18px;
  }
  .contact_items .link_1{

  }

  /*料金*/
  .lifesupport_sec3_price{
    margin-top: 70px;
  }
  .price_items{
    margin-top: 50px;
  }
  .price_item{

  }
  .price_item th,
  .price_item td{
    border: none;
    padding-left: 30px;
  }
  .price_item th{
    width: 260px;
  }
  .price_item td{

  }
}
@media (min-width:1024px){
  /*sec1*/
  .recruit_cate .item{
    padding: 0 20px;
  }

  /*sec3*/
  .message_sec2_wrap{

  }
  .message_sec2_wrap .head{

  }
  .message_sec2_wrap .box1{
    width: 18.75%;
  }
  .message_sec2_wrap .img{

  }
  .message_sec2_wrap .box2{
    width: 75.65%;
    margin-top: 0;
  }

  /*理由*/
  .lifesupport_sec3_reason{
    margin-top: 100px;
  }
  .lifesupport_sec3_reason_item{

  }
  .lifesupport_sec3_reason_item .left{
    width: 31.81%;
  }
  .lifesupport_sec3_reason_item .img{

  }
  .lifesupport_sec3_reason_item .img img{

  }
  .lifesupport_sec3_reason_item .right{
    width: 63.63%;
    ;
    margin-top: 0;
  }
  .lifesupport_sec3_reason_tt{

  }
  .lifesupport_sec3_reason_tt .en{

  }
  .lifesupport_sec3_reason_tt .en span{

  }
  .lifesupport_sec3_reason_tt .title{
    font-size: 21px;
  }
  .lifesupport_sec3_reason_item .content_desc{

  }

  /*流れ*/
  .lifesupport_sec3_flow_items{

  }
  .lifesupport_sec3_flow_item{
    padding: 50px;
  }
  .lifesupport_sec3_flow_item .left{

  }
  .lifesupport_sec3_flow_item .icon{

  }
  .lifesupport_sec3_flow_item .right{

  }
  .lifesupport_sec3_flow_item .right .content_desc{

  }

  .contact_items{

  }
  .contact_items .tel{
    font-size: 30px;
  }
  .contact_items .tel span{
    font-size: 18px;
  }
  .contact_items .link_1{
    margin-left: 32px;
  }

  /*料金*/
  .lifesupport_sec3_price{
    margin-top: 96px;
  }

  .price_items{
    border: 1px solid #cacaca;
    border-radius: 10px;
  }
  .price_item{
    width: 50%;
  }
  .price_item:first-child td{
    border-right: none;
  }
  .price_item th,
  .price_item td{

  }
  .price_item th{
    width: 240px;
  }
  .price_item:nth-child(even) tr:first-child th,
  .price_item:nth-child(even) tr:first-child td{
    /*    border-top: 1px solid #cacaca;*/
  }
  .price_item tr:nth-child(n+2){
    border-top: 1px solid #cacaca;
  }
  .price_item:nth-child(odd) tr:first-child th{
    border-radius: 10px 0 0 0;
  }
  .price_item:nth-child(odd) tr:last-child th{
    border-radius: 0 0 0 10px;
  }
  .price_item td{

  }
}
@media (min-width:1200px){
  /*sec1*/
  .recruit_cate_tt{
    font-size: 24px;
  }
  .recruit_cate{

  }
  .recruit_cate .item{
    padding: 0 20px;
  }

  /*sec2*/
  .pg_head{

  }
  .pg_head .tt2{

  }
  .sec_tt{
    font-size: 32px;
  }
  .pg_head .content_desc{

  }
  .pg_head .sdgs_sec2_btns{

  }

  /*sec3*/
  .message_sec2_wrap{

  }
  .message_sec2_wrap .head{

  }
  .message_sec2_wrap .box1{
    padding-top: 10px;
  }
  .message_sec2_wrap .img{

  }
  .message_sec2_wrap .box2{

  }
  .message_sec2_wrap .head .title{
    font-size: 30px;
  }
  .message_sec2_wrap .head .content_desc{

  }
  .message_sec2_wrap .head .read_more{

  }

  .message_sec2_items{
    gap:0 40px;
  }
  .message_sec2_items .item{
    width: calc(33.333% - 26.666px);
  }
  .message_sec2_items .item .title{

  }
  .message_sec2_items .en{

  }
  .with_en_tt .ja,
  .message_sec2_items .ja{
    font-size: 26px;
  }
  .message_sec2_items .item .content_desc{

  }

  /*流れ*/
  .lifesupport_sec3_flow_items{

  }
  .lifesupport_sec3_flow_item{
    padding: 50px 100px;
  }
}
@media (min-width:1470px){
  .sec_tt{
    font-size: 40px;
  }

  .lifesupport_sec3_reason_tt .title{
    font-size: 30px;
  }

  /*流れ*/
  .price_item th{
    width: 285px;
  }
}
@media (min-width:1720px){
  /*sec1*/
  .recruit_cate .item{
    padding: 0 60px;
  }

}

@media (min-width:768px) and (max-width:1023px){
  .price_items{
    border: 1px solid #cacaca;
    border-radius: 10px;
  }
  .price_item tr:nth-child(n+2) th,
  .price_item tr:nth-child(n+2) td{
    border-top: 1px solid #cacaca;
  }
  .price_item:nth-child(n+2){
    border-top: 1px solid #cacaca;
  }
  .price_item:first-child tr:first-child th{
    border-radius: 10px 0 0 0;
  }
  .price_item:last-child tr:last-child th{
    border-radius: 0 0 0 10px;
  }
  .price_item th,
  .price_item td{

  }
}

/*******************************
*　仕事内容
********************************/

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

}
.pg_job .section.sec1{

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


@media (max-width:374px){

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

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

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

  }
  .pg_job .section.sec1{

  }
  .pg_job .section.sec2{
    padding-top: 108px;
  }
  .pg_job .section.sec3{
    padding-top: 100px;
  }

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


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

  }
  .pg_job .section.sec1{

  }
  .pg_job .section.sec2{

  }

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


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


}

/* メイン部分 */
/*sec3*/
.job_sec3_items{

}
.job_sec3_items .item{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 16px;
}
.job_sec3_items .item:nth-child(n+2){
  margin-top: 40px;
}
.job_sec3_tt{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-bottom: 1px dotted #423c35;
  padding-bottom: 5px;
  position: relative;
  padding-left: 22px;
}
.job_sec3_tt:before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #00a8a8;
  margin-right: 10px;
  position: absolute;
  top: 14px;
  left: 0;
}
.job_sec3_items .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  ;
}
.job_sec3_items .box1{
  width: 100%;
  margin-top: 20px;
  order: 2;
}
.job_sec3_items .box1 .content_desc{
  margin-top: 22px;
}
.job_sec3_items .box1 .desc_list{
  margin-top: 20px;
}
.job_sec3_items .box1 .desc_list .list{
  background: #f5fdfc;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 11px 20px;
}
.job_sec3_items .box1 .desc_list .list:nth-child(n+2){
  margin-top: 13px;
}
.job_sec3_items .box2{
  width: 100%;
  order: 1;
}
.job_sec3_items .box2 .img{

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

}
@media (min-width:768px){
  /*sec3*/
  .job_sec3_items{

  }
  .job_sec3_items .item{
    padding: 50px;
  }
  .job_sec3_items .item:nth-child(n+2){
    margin-top: 80px;
  }
  .job_sec3_tt{
    font-size: 28px;
  }
  .job_sec3_tt:before {
    top: 19px;
    left: 0;
  }
  .job_sec3_items .inner{
    margin-top: 30px;
    ;
  }
  .job_sec3_items .box1{
    margin-top: 10px;
    ;
  }
  .job_sec3_items .box1 .content_desc{

  }
  .job_sec3_items .box1 .desc_list{
    margin-top: 29px;
  }
  .job_sec3_items .box1 .desc_list .list{

  }
  .job_sec3_items .box2{

  }
  .job_sec3_items .box2 .img{

  }
}
@media (min-width:1024px){
  /*sec3*/
  .job_sec3_items{

  }
  .job_sec3_items .item{
    padding: 65px 100px 80px;
  }
  .job_sec3_items .item:nth-child(n+2){
    margin-top: 100px;
  }
  .job_sec3_tt{
    font-size: 40px;
  }
  .job_sec3_tt:before {
    top: 27px;
    left: 0;
  }
  .job_sec3_items .inner{
    margin-top: 0;
  }
  .job_sec3_items .box1{
    width: 50%;
    padding-right: 30px;
    order: 1;
    margin-top: 0;
  }
  .job_sec3_items .box1 .content_desc{

  }
  .job_sec3_items .box1 .desc_list{

  }
  .job_sec3_items .box1 .desc_list .list{

  }
  .job_sec3_items .box2{
    width:45.06%;
    padding-top: 35px;
    order: 2;
  }
  .job_sec3_items .box2 .img{

  }

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


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


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


}

/*******************************
*　福利厚生
********************************/

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

}
.pg_welfare .section.sec1{

}
.pg_welfare .section.sec2{
  padding-top: 50px;
}
.pg_welfare .section.sec3{
  padding-top: 50px;
}
.pg_welfare .section.sec4{
  padding-top: 50px;
}
.pg_welfare .section.sec5{
  padding-top: 50px;
}
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_welfare{

  }
  .pg_welfare .section.sec1{

  }
  .pg_welfare .section.sec2{
    padding-top: 105px;
  }
  .pg_welfare .section.sec3{
    padding-top: 100px;
  }
  .pg_welfare .section.sec4{
    padding-top: 120px;
  }
  .pg_welfare .section.sec5{
    padding-top: 35px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  /* セクション設定 */
  .pg_welfare{

  }
  .pg_welfare .section.sec1{

  }
  .pg_welfare .section.sec2{

  }

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


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


}

/* メイン部分 */
/*sec1*/
.page_flex_hdr{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_flex_hdr .box1{
  width: 100%;
}
.page_flex_hdr .box1 .img{

}
.page_flex_hdr .box1 .img img{
  border-radius: 20px;
}
.page_flex_hdr .box1 .img.top{
  width: 85.1%;
}
.page_flex_hdr .box1 .img.btm{
  width: 59.4%;
  margin-left: auto;
  margin-top: -22.5%;
}
.page_flex_hdr .box2{
  width: 100%;
  margin-top: 20px;
  ;
}

/*sec3*/
.welfare_sec3_items{
  display: flex;
  flex-wrap: wrap;
  gap:40px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.welfare_sec3_items .item{
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--box-sdw);
  background: #fff;
  padding: 26px 16px;
}
.welfare_sec3_items .title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-bottom: var(--bdr-btm);
  padding-bottom: 10px;
}
.welfare_sec3_items .content_desc{
  margin-top: 23px;
}

.welfare_msg{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.welfare_sec3_items.sub{
  margin-bottom: 0;
}
.welfare_sec3_items.sub .item{
  display: flex;
  flex-wrap: wrap;
}
.welfare_sec3_items.sub .left{
  width: 100%;
  text-align: center;
}
.welfare_sec3_items.sub .left .img{

}
.welfare_sec3_items.sub .right{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  ;
}
.welfare_sec3_items.sub .right .title{

}
.welfare_sec3_items.sub .right .content_desc{

}
.welfare_sec3_items.sub .right a{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #9a9a9a;
  margin-top: 20px;
}
.welfare_sec3_items.sub .right a:after{
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 7px;
}
@media (max-width:767px){

}
@media (min-width:768px){
  /*sec1*/
  .page_flex_hdr{

  }
  .page_flex_hdr .box1{

  }
  .page_flex_hdr .box1 .img{

  }
  .page_flex_hdr .box1 .img.top{

  }
  .page_flex_hdr .box1 .img.btm{

  }
  .page_flex_hdr .box2{
    margin-top: 30px;
    ;
  }

  /*sec3*/
  .welfare_sec3_items{
    margin-top: 48px;
    margin-bottom: 83px;
  }
  .welfare_sec3_items .item{
    padding: 30px 28px;
  }
  .welfare_sec3_items .title{
    font-size: 22px;
  }
  .welfare_sec3_items .content_desc{

  }

  .welfare_msg{
    font-size: 22px;
  }
  .welfare_sec3_items.sub{
    margin-bottom: 0;
  }
  .welfare_sec3_items.sub .item{
    padding: 30px 30px 60px;
  }
  .welfare_sec3_items.sub .left{

  }
  .welfare_sec3_items.sub .left .img{

  }
  .welfare_sec3_items.sub .right{
    margin-top: 30px;
    ;
  }
  .welfare_sec3_items.sub .right .title{
    padding-bottom: 19px;
  }
  .welfare_sec3_items.sub .right .content_desc{
    margin-top: 17px;
  }
}
@media (min-width:1024px){
  /*sec1*/
  .page_flex_hdr{

  }
  .page_flex_hdr .box1{

  }
  .page_flex_hdr .box1 .img{

  }
  .page_flex_hdr .box1 .img.top{

  }
  .page_flex_hdr .box1 .img.btm{

  }
  .page_flex_hdr .box2{

  }

  /*sec3*/
  .welfare_sec3_items{
    gap: 34px 28px;
  }
  .welfare_sec3_items .item{
    width: calc(50% - 14px);
  }
  .welfare_sec3_items .title{
    font-size: 24px;
  }
  .welfare_sec3_items .content_desc{

  }

  .welfare_msg{
    font-size: 24px;
  }
  .welfare_sec3_items.sub{
    margin-bottom: 0;
  }
  .welfare_sec3_items.sub .item{

  }
  .welfare_sec3_items.sub .left{

  }
  .welfare_sec3_items.sub .left .img{

  }
  .welfare_sec3_items.sub .right{
    margin-top: 30px;
    ;
  }
  .welfare_sec3_items.sub .right .title{

  }
  .welfare_sec3_items.sub .right .content_desc{

  }
}
@media (min-width:1200px){
  /*sec1*/
  .page_flex_hdr{

  }
  .page_flex_hdr .box1{
    width: 46.38%;
    padding-top: 15px;
  }
  .page_flex_hdr .box1 .img{

  }
  .page_flex_hdr .box1 .img.top{

  }
  .page_flex_hdr .box1 .img.btm{

  }
  .page_flex_hdr .box2{
    width: 46.71%;
    margin-top: 0;
  }
  .page_flex_hdr .box2 .sec_tt{
    margin-top: 57px;
  }
  .page_flex_hdr .box2 .content_desc{
    margin-top: 54px;
  }

  .welfare_msg{
    font-size: 30px;
  }
  .welfare_sec3_items.sub{
    margin-top: 60px;
  }
  .welfare_sec3_items.sub .item{
    justify-content: space-between;
  }
  .welfare_sec3_items.sub .left{
    width: 41.54%;
    padding-top: 11px;
  }
  .welfare_sec3_items.sub .left .img{

  }
  .welfare_sec3_items.sub .right{
    width: 53.64%;
    margin-top: 0;
  }
  .welfare_sec3_items.sub .right .title{

  }
  .welfare_sec3_items.sub .right .content_desc{

  }
}
@media (min-width:1470px){
  .welfare_sec3_items .title{
    font-size: 26px;
  }

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


}

/*******************************
*　ご家族様へ
********************************/

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

}
.pg_dearfamily .section.sec1{

}
.pg_dearfamily .section.sec2{
  padding-top: 50px;
}
.pg_dearfamily .section.sec3{
  padding-top: 50px;
}
.pg_dearfamily .section.sec4{
  padding-top: 50px;
}
.pg_dearfamily .section.sec5{
  padding-top: 50px;
}
.pg_dearfamily .section.sec6{
  padding-top: 50px;
}
@media (max-width:374px){

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

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

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

  }
  .pg_dearfamily .section.sec1{

  }
  .pg_dearfamily .section.sec2{
    padding-top: 85px;
  }
  .pg_dearfamily .section.sec3{
    padding-top: 118px;
  }
  .pg_dearfamily .section.sec4{
    padding-top: 116px;
  }
  .pg_dearfamily .section.sec5{
    padding-top: 122px;
  }
  .pg_dearfamily .section.sec6{
    padding-top: 122px;
  }
}
@media (min-width:1024px){


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

  }
  .pg_dearfamily .section.sec1{

  }
  .pg_dearfamily .section.sec2{

  }

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


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


}

/* メイン部分 */
/*sec1*/
.page_flex_hdr.dear{

}
.page_flex_hdr.dear .box1{

}
.page_flex_hdr.dear .box1 .img.top{
  margin-left: auto;
}
.page_flex_hdr.dear .box1 .img.btm{
  margin-left: 0;
}
.page_flex_hdr.dear .box2{

}

/*sec2*/
.dear_sec_items{
  display: flex;
  flex-wrap: wrap;
  gap:30px 0;
  margin-top: 35px;
}
.dear_sec_items .item{
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--box-sdw);
  /*box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);*/

  padding: 30px 16px;
}
.dear_sec_items .item .img{

}
.dear_sec_items .item .img img{
  border-radius: 10px;
}
.dear_sec_items .item .with_en_tt{
  margin-top: 16px;
}
.dear_sec_items .item .with_en_tt .ja{
  letter-spacing: 0.01em;
  padding-bottom: 8px;
}
.dear_sec_items .item .content_desc{
  margin-top: 20px;
}
.dear_sec_items .item .with_en_tt .ja span{
  display: block;
  font-size: 14px;
}

/*sec3*/
.faq_items{
  margin-top: 30px;
}
.faq_items .item{
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--box-sdw);
  padding: 30px 16px;
}
.faq_items .item:nth-child(n+2){
  margin-top: 42px;
}
.faq_items .box{
  display: flex;
}
.faq_items .box.top{
  align-items: center;
  border-bottom: var(--bdr-btm);
  padding-bottom: 10px;
}
.faq_items .box.top .txt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.faq_items .left{
  min-width: 40px;
  aspect-ratio:1;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1;
  border-radius: 50%;
  background: #f8f8f8;
  color: #00a8a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_items .box.top .left{
  background: #00a8a8;
  color: #f8f8f8;
}
.faq_items .left{

}
.faq_items .right{

}
.faq_items .right.txt{
  line-height: 2.25em;
  letter-spacing: 0.05em;
  padding-left: 12px;
}
.faq_items .box.btm{
  align-items: flex-start;
  margin-top: 20px;
}
.faq_items .box.btm .left{
  margin-top: 13px;
}

@media (max-width:767px){
  .faq_items .box.top .txt{
    line-height: 1.6em;
  }
}
@media (min-width:768px){
  /*sec1*/
  .page_flex_hdr.dear{

  }
  .page_flex_hdr.dear .box1{

  }
  .page_flex_hdr.dear .box1 .img.top{

  }
  .page_flex_hdr.dear .box1 .img.btm{

  }
  .page_flex_hdr.dear .box2{

  }

  /*sec2*/
  .dear_sec_items{
    gap:39px;
  }
  .dear_sec_items .item{
    width: calc(50% - 26px);
    padding: 30px;
  }
  .dear_sec_items .item .img{

  }
  .dear_sec_items .item .with_en_tt{
    margin-top: 20px;
  }
  .dear_sec_items .item .content_desc{

  }
  .dear_sec_items .item .with_en_tt .ja span{
    font-size: 16px;
  }

  /*sec3*/
  .faq_items{
    margin-top: 49px;
  }
  .faq_items .item{
    padding: 39px 36px;
  }
  .faq_items .box{

  }
  .faq_items .box.top{
    padding-bottom: 25px;
  }
  .faq_items .box.top .txt{
    font-size: 22px;
  }
  .faq_items .left{
    min-width: 65px;
    font-size: 30px;
  }
  .faq_items .right{

  }
  .faq_items .right.txt{
    padding-left: 36px;
  }
  .faq_items .box.btm{
    margin-top: 10px;
  }
}
@media (min-width:1024px){
  /*sec1*/
  .page_flex_hdr.dear{

  }
  .page_flex_hdr.dear .box1{
    width: 46.05%;
    order: 2;
  }
  .page_flex_hdr.dear .box1 .img.top{

  }
  .page_flex_hdr.dear .box1 .img.btm{

  }
  .page_flex_hdr.dear .box2{
    order: 1;
    width: 52.3%;
  }

  /*sec3*/
  .faq_items{

  }
  .faq_items .item{

  }
  .faq_items .box{

  }
  .faq_items .box.top{

  }
  .faq_items .box.top .txt{
    font-size: 30px;
  }
  .faq_items .left{

  }
  .faq_items .left{

  }
  .faq_items .right{

  }
  .faq_items .right.txt{

  }
}
@media (min-width:1200px){
  /*sec1*/
  .page_flex_hdr.dear .box2 .sec_tt{
    margin-top: 50px;
  }
  .pg_dearfamily .section.sec2 .sdgs_sec2_btns{
    margin-top: 149px;
  }

  /*sec2*/
  .dear_sec_items{
    gap: 41px 39px;
  }
  .dear_sec_items .item{
    width: calc(33.333% - 26px);
  }
  .dear_sec_items .item .img{

  }
  .dear_sec_items .item .with_en_tt{

  }
  .dear_sec_items .item .with_en_tt .ja{
    font-size: 19px;
  }
  .dear_sec_items .item .content_desc{

  }

  .dear_sec_items .item .with_en_tt .ja{
    margin-right: -4px;
  }
  .dear_sec_items .item .with_en_tt .ja span{
    font-size: 24px;
  }
}
@media (min-width:1470px){
  .dear_sec_items .item .with_en_tt .ja{
    font-size: 26px;
  }

}
@media (min-width:1720px){
  .dear_sec_items .item .with_en_tt .ja span{
    display: inline-block;
  }

  .dear_sec_items .item .with_en_tt .ja{
    font-size: 30px;
  }

}

/*******************************
*　募集要項
********************************/

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

}
.pg_entry1 .section.sec1{

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

@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_entry1{

  }
  .pg_entry1 .section.sec1{

  }
  .pg_entry1 .section.sec2{
    padding-top: 121px;
  }
  .pg_entry1 .section.sec3{
    padding-top: 88px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  /* セクション設定 */
  .pg_entry1{

  }
  .pg_entry1 .section.sec1{

  }
  .pg_entry1 .section.sec2{

  }

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


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


}

/* メイン部分 */

/*リンクボタン*/
.entry_head_btns{
  display: flex;
  flex-wrap: wrap;
}
.entry_head_btns .item{
  text-align: center;
  width: 100%;

}
.entry_head_btns .item + .item{
  margin-top: 10px;
  ;
}
.entry_head_btns .item a:hover,
.entry_head_btns .item.on a{
  background: #f8921c;
  color: #fff;
  text-decoration: none;
}
.entry_head_btns .item a{
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid #f8921c;
  border-radius: 10px;
  background: #fff;
  padding: 15px 0;
  transition: all .2s;
}


.entry_tt{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 40px;
}

.entry1_sec2_wrap .sdgs_sec2_btns{

}

/*sec3*/
.tbl_items{

}
.tbl_items .item{

}
.tbl_items .item:nth-child(n+2){
  margin-top: 50px;
}
.tbl_items .item .main_tt{
  margin-bottom: 30px;
}
.tbl_items .item th,
.tbl_items .item td{
  font-size: 16px;
  border: 1px solid #888888;
}
.tbl_items .item th{

  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.81em;
  background: #f5fdfc;
  text-align: left;
}
.tbl_items .item td{
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.88em;
  background: #fff;
}
.tbl_items .item .read_more{
  margin-top: 36px;
}
@media (max-width:767px){
  .tbl_items .item th,
  .tbl_items .item td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tbl_items .item th{

  }
  .tbl_items .item tr:last-child td{
    border-bottom: 1px solid #888888;
  }
}
@media (min-width:768px){
  /*リンクボタン*/
  .entry_head_btns{

  }
  .entry_head_btns .item{

  }
  .entry_head_btns .item + .item{
    margin-top: 20px;
    ;
  }
  .entry_head_btns .item a{
    font-size: 20px;
  }

  .entry_tt{
    font-size: 30px;
    margin-top: 50px;
  }

  .entry1_sec2_wrap .sdgs_sec2_btns{

  }

  /*sec3*/
  .tbl_items{

  }
  .tbl_items .item{

  }
  .tbl_items .item:nth-child(n+2){
    margin-top: 88px;
  }
  .tbl_items .item .main_tt{
    margin-bottom: 50px;
  }
  .tbl_items .item .main_tt .ja{
    letter-spacing: 0.01em;
  }
  .tbl_items .item th,
  .tbl_items .item td{
    font-size: 17px;
  }
  .tbl_items .item th{
    width: 200px;
    border-right: none;
    padding: 16px 13px;
    vertical-align: middle;
  }
  .tbl_items .item td{
    border-left: none;
    padding-left: 20px;
  }
  .tbl_items .item .read_more{
    margin-top: 60px;
  }

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

  /*リンクボタン*/
  .entry_head_btns{
    gap:0 30px;
    border-bottom: var(--bdr-btm);
  }
  .entry_head_btns .item{
    width: calc(50% - 15px);

  }
  .entry_head_btns .item + .item{
    margin-top: 0;
  }
  .entry_head_btns .item a{
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }

  .entry_tt{
    font-size: 40px;
    margin-top: 86px;
  }

  .entry1_sec2_wrap .sdgs_sec2_btns{

  }

  /*sec3*/
  .tbl_items{

  }
  .tbl_items .item{

  }
  .tbl_items .item .main_tt{

  }
  .tbl_items .item th,
  .tbl_items .item td{

  }
  .tbl_items .item th{
    width: 284px;
  }
  .tbl_items .item td{

  }
}
@media (min-width:1200px){
  /*リンクボタン*/
  .entry_head_btns{

  }
  .entry_head_btns .item{

  }
  .entry_head_btns .item a{
    font-size: 22px;
  }

  .entry_tt{

  }

  .entry1_sec2_wrap .sdgs_sec2_btns{

  }

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


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


}

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

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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

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


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


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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  background: #ff2700;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #ff2700;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f5fdfc;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
  background: #fff;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 10px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-top: 2px;
}
.contact_form th .require.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.mwform-radio-field.horizontal-item span{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.mwform-checkbox-field input, .mwform-radio-field input{
  margin-right: 4px;
}
.pg_contact .section#sec1 .mw_wp_form .mwform-radio-field.horizontal-item{
  margin-right: 24px;
}
/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.16em;
}
/*.contact_form td input[type="text"]{
  max-width: 460px;
    width: 100%;
}*/
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 600;
  margin-top: 55px;
}
.contact_form_acceptance a{
  color: #3fbbb6;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 53px 0 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #ef962f;
  color: #FFF;
  border: 0;
  padding: 10px 10px;
  width: 285px;
  border-radius: 22.5px;
  margin: 0 10px;
  font-size: 14.6px;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
  border: 1px solid #ef962f;
  transition: all .2s;
}
.contact_form_btns input[type="submit"]:after,
.contact_form_btns input[type="button"]:after,
.contact_form_btns button:after{
  content: "\f061";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  aspect-ratio:1;
  border-radius: 50%;
  background: #ffffff;
  color: #ef962f;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all .2s;
}
.contact_form_btns input[type="submit"]:hover,
.contact_form_btns input[type="button"]:hover,
.contact_form_btns button:hover{
  background: #fff;
  color: #ef962f;
  border: 1px solid #ef962f;
}
.contact_form_btns input[type="submit"]:hover:after,
.contact_form_btns input[type="button"]:hover:after,
.contact_form_btns button:hover:after{
  border: 1px solid #ef962f;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #00a8a8;
  padding-left: 13px;
  margin-bottom: 14px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 2.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 0;
  margin-top: 0;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  list-style: none;
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}

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

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


  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 75px;
  }
}

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






  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }

  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }

  .contact_form dl.date dt.m,
  .contact_form dl.date dt.d{
    width: 90px;
  }
  .contact_form dl.date dt.m select,
  .contact_form dl.date dt.d select{
    width: calc(100% - 2em);
  }
  .contact_form dl.date dt.t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form dl.date dt.t select{
    width: calc(100% - 3.5em);
  }

  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{

  }
  .contact_form_btns button {
    width: 100%;
  }


  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 18px;
  }


  /* クッキー同意 */
  #cookie-notice{
    min-width: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
  }
  #cookie-notice:before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.9);
    z-index: -1;
  }
  #cn-close-notice{
    top: 5px;
    right: 5px;
    margin-top: 0;
  }
  #cn-notice-text{
    text-align: justify;
  }

  .cookie-notice-container{
    padding: 50px 20px 50px;
    background: rgba(50,50,58,1);
  }
  .cn-text-container{
    margin-bottom: 10px;
  }
  .cookie-notice-hidden{
    display: none;
  }
}

.pg_contact .section#sec1 .tt2{
  margin-bottom: 40px;
}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_contact .section#sec1 .tt2{
    margin-bottom: 50px;
  }
}
@media (min-width:1024px){


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


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


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


}

/*******************************
*　会社概要
********************************/
.pg_company{

}
.pg_company .section.sec1{

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

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_company .tt2{
  margin-bottom: 40px;
}
.pg_company .tbl_items .item th{
  vertical-align: top;
}
.pg_company .tbl_items .item td{
  letter-spacing: 0.075em;
}
.pg_company .tbl_items .item td .block:nth-child(n+2){
  margin-top: 30px;
}
.tbl_items .item td .hyou{

}
.tbl_items .item td .hyou .left{

  position: relative;
}
.tbl_items .item td .hyou .right{

}

/*sec2*/
.company_sec2_wrap .sdgs_sec2_btns{
  margin-bottom: 50px;
}
@media (max-width:374px){

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

}
@media (max-width:767px){
  .tbl_items .item td .hyou{
    display: flex;
  }
  .tbl_items .item td .hyou .left{
    min-width: 48px;
  }
  .tbl_items .item td .hyou .left:after{
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #676767;
    position: absolute;
    top: 7px;
    right: 0;
  }
  .tbl_items .item td .hyou .right{
    padding-left: 10px;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{
    padding-top: 78px;
  }
  .pg_company .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


  .pg_company .tt2{
    margin-bottom: 55px;
  }
  .pg_company .tbl_items .item th,
  .pg_company .tbl_items .item td{
    font-size: 18px;
  }
  .pg_company .tbl_items .item th{
    padding: 16px 24px;
  }
  .pg_company .tbl_items .item td{
    padding-left: 25px;
    line-height: 1.66em;
  }
  .tbl_items .item td .hyou{
    display: flex;
  }
  .tbl_items .item td .hyou .left{
    min-width: 48px;
  }
  .tbl_items .item td .hyou .left:after{
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #676767;
    position: absolute;
    top: 7px;
    right: 0;
  }
  .tbl_items .item td .hyou .right{
    padding-left: 10px;
  }

  /*sec2*/
  .company_sec2_wrap .sdgs_sec2_btns{
    margin-bottom: 100px;
  }
}
@media (min-width:1024px){


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


}
/*******************************
*　ライフサポート
********************************/
.pg_lifesupport{

}
.pg_lifesupport .section.sec1{

}
.pg_lifesupport .section.sec2{

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

.tt2.red{

}
.tt2.red .tt2_en{
  color: #e96a6a;
}
.tt2.red .tt2_ja:before{
  background: #e96a6a;
}

/*sec2*/
.sdgs_sec2_btns.col2{

}
.sdgs_sec2_btns.red .sdgs_sec2_btn{
  border: 1px solid #e96a6a;
  padding: 11px 0;
}
.sdgs_sec2_btns.red .sdgs_sec2_btn:after{
  background-image: url(/img/life-support/arr_red.png);
}
.sdgs_sec2_btns.red .sdgs_sec2_btn:hover{
  background: #e96a6a;
}

/*sec3*/
.lifesupport_sec3_items{

}
.lifesupport_sec3_item:nth-child(n+2){
  margin-top: 50px;
}
.lifesupport_sec3_items .item{
  background: #fff;
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 40px 16px;
}
.lifesupport_sec3_items .item .head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lifesupport_sec3_items .item .head .left{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.lifesupport_sec3_item_tt{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}
.lifesupport_sec3_item_tt:before{
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e96a6a;
  margin-right: 10px;
}
.lifesupport_sec3_items .item .head .content_desc{
  margin-top: 20px;
}
.lifesupport_sec3_items .item .head .right{
  width: 100%;
  order: 1;
}
.lifesupport_sec3_items .item .head .right .img{

}
.lifesupport_sec3_items .item .head .right .img img{
  border-radius: 20px;
}

/*service*/
.main_tt.red .en{
  color: #e96a6a;
}
.lifesupport_sec3_service{
  margin-top: 50px;
}
.with_en_tt .en span{
  font-size: 18px;
}
.with_en_tt.red .en{
  color: #e96a6a;
}
.lifesupport_sec3_service .dear_sec_items.col2{

}
.lifesupport_sec3_service .dear_sec_items.col2 .item{

}

/*理由*/
.lifesupport_sec3_reason_item .img{
  text-align: center;
}
@media (max-width:767px){

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

  }
  .pg_lifesupport .section.sec1{
    padding-bottom: 150px;
  }
  .pg_lifesupport .section.sec2{

  }
  .pg_lifesupport .section.sec3{
    padding-top: 100px;
  }
  .pg_lifesupport .section.sec4{
    padding-top: 100px;
  }

  /*sec1*/
  .lifesupport_sec1 .sec_tt{
    margin-top: 57px;
    margin-bottom: 56px;
  }

  /*sec3*/
  .lifesupport_sec3_items{

  }
  .lifesupport_sec3_item:nth-child(n+2){
    margin-top: 100px;
  }
  .lifesupport_sec3_items .item{
    padding: 50px 24px;
  }
  .lifesupport_sec3_items .item .head{

  }
  .lifesupport_sec3_items .item .head .left{
    margin-top: 30px;
  }
  .lifesupport_sec3_item_tt{
    font-size: 30px;
  }
  .lifesupport_sec3_items .item .head .content_desc{
    margin-top: 34px;
  }
  .lifesupport_sec3_items .item .head .right{

  }
  .lifesupport_sec3_items .item .head .right .img{

  }
  .lifesupport_sec3_items .item .head .right .img img{

  }

  /*service*/
  .main_tt.red .en{
    color: #e96a6a;
  }
  .with_en_tt .en span{
    font-size: 20px;
  }
  .lifesupport_sec3_service{
    margin-top: 80px;
  }
  .lifesupport_sec3_service .dear_sec_items.col2{

  }
  .lifesupport_sec3_service .dear_sec_items.col2 .item{
    padding: 30px 16px;
  }

  .pg_warehousing .tt2{
    margin-bottom: 30px;
  }
}
@media (min-width:1024px){
  /*sec3*/
  .lifesupport_sec3_items{

  }
  .lifesupport_sec3_items .item{
    padding: 50px;
  }
  .lifesupport_sec3_items .lifesupport_sec3_item:nth-child(odd) .head .left{
    order: 1;
  }
  .lifesupport_sec3_items .lifesupport_sec3_item:nth-child(odd) .head .right{
    order: 2;
  }
  .lifesupport_sec3_items .lifesupport_sec3_item:nth-child(even) .head .left{
    order: 2;
  }
  .lifesupport_sec3_items .lifesupport_sec3_item:nth-child(even) .head .right{
    order: 1;
  }
  .lifesupport_sec3_items .item .head{

  }
  .lifesupport_sec3_items .item .head .left{
    width: 47.72%;
    order: 1;
    margin-top: 0;
  }
  .lifesupport_sec3_item_tt{
    font-size: 30px;
  }
  .lifesupport_sec3_items .item .head .content_desc{

  }
  .lifesupport_sec3_items .item .head .right{
    width: 45.45%;
    padding-top: 18px;
    order: 2;
  }
  .lifesupport_sec3_items .item .head .right .img{

  }
  .lifesupport_sec3_items .item .head .right .img img{

  }

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

  }
  .pg_lifesupport .section.sec1{
    padding-bottom: 303px;
  }
  .pg_lifesupport .section.sec2{

  }
  .pg_lifesupport .section.sec3{

  }
  .pg_lifesupport .section.sec4{
    padding-top: 167px;
  }

  /*sec2*/
  .sdgs_sec2_btns.col2{
    gap:0 30px;
  }
  .sdgs_sec2_btns.col2 .sdgs_sec2_btn{
    width: calc(50% - 15px);
  }

  /*sec3*/
  .lifesupport_sec3_items{

  }
  .lifesupport_sec3_items .item{
    padding: 63px 100px 80px;
  }
  .lifesupport_sec3_item:nth-child(n+2){
    margin-top: 148px;
  }
  .lifesupport_sec3_items .item .head{

  }
  .lifesupport_sec3_items .item .head .left{

  }
  .lifesupport_sec3_item_tt{
    font-size: 32px;
  }
  .lifesupport_sec3_items .item .head .content_desc{

  }
  .lifesupport_sec3_items .item .head .right{

  }
  .lifesupport_sec3_items .item .head .right .img{

  }
  .lifesupport_sec3_items .item .head .right .img img{

  }

  /*service*/
  .main_tt.red .en{
    color: #e96a6a;
  }
  .with_en_tt .en span{
    font-size: 20px;
  }
  .lifesupport_sec3_service{
    margin-top: 100px;
  }
  .lifesupport_sec3_service .dear_sec_items .item .with_en_tt{
    margin-right: -10px;
  }
  .lifesupport_sec3_service .dear_sec_items.col2{
    gap: 43px 60px;
    margin-top: 50px;
  }
  .lifesupport_sec3_service .dear_sec_items.col2 .item{
    width: calc(50% - 30px);
    padding: 30px;
  }
}
@media (min-width:1470px){
  .lifesupport_sec3_item_tt{
    font-size: 40px;
  }

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


}


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

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

}
.pg_miyama_brand_studio .section.sec1{

}
.pg_miyama_brand_studio .section.sec2{

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

}
.pg_miyama_brand_studio .section.sec5{

}
.pg_miyama_brand_studio .section.sec6{

}


@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{
    padding-bottom: 330px;
  }
  .pg_miyama_brand_studio .section.sec2{

  }
  .pg_miyama_brand_studio .section.sec3{
    padding-top: 100px;
  }
  .pg_miyama_brand_studio .section.sec4{

  }
  .pg_miyama_brand_studio .section.sec5{

  }
  .pg_miyama_brand_studio .section.sec6{

  }

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


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

  }
  .pg_miyama_brand_studio .section.sec1{
    padding-bottom: 330px;
  }
  .pg_miyama_brand_studio .section.sec2{

  }
  .pg_miyama_brand_studio .section.sec3{
    padding-top: 164px;
  }
  .pg_miyama_brand_studio .section.sec4{

  }
  .pg_miyama_brand_studio .section.sec5{

  }
  .pg_miyama_brand_studio .section.sec6{

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


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


}

/* メイン部分 */
.entry_head_btns.col3{

}
.entry_head_btns.studio .item{

}
.entry_head_btns.col3 .item{

}
.entry_head_btns.studio .service_tabs_nav_item:hover,
.entry_head_btns.studio .service_tabs_nav_item.on{
  background: #a86fe2;
  color: #fff;
}
.entry_head_btns.studio .service_tabs_nav_item{
  border-color: #a86fe2;
  color: #181818;
}

/*サービス一覧*/
.lifesupport_sec3_flow_items.studio{

}
.lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item{
  background: #fff;
  box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.15);
}
.lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item:after{
  display: none;
}

.pr .en{
  color: #a86fe2;
}
.pg_miyama_brand_studio .section.sec2 .service_tabs_contents{
  margin-top: 20px;
}
.service_contents1_box4{
  margin-top: 50px;
}
.dear_sec_items.studio{

}
.dear_sec_items.studio .item{

}
.pg_miyama_brand_studio .section.sec2 .content_desc{
  margin-top: 20px;
}

.pg_miyama_brand_studio .section.sec2 .service_tabs_contents_row .service_contents1_box3{
  order: 3;
}
.pg_miyama_brand_studio .section.sec2 .service_tabs_contents_row .service_contents1_box4{
  order: 4;
}
.pg_miyama_brand_studio .section.sec2 .service_tabs_contents_row .lifesupport_sec3_price{
  order: 5;
  width: 100%;
}

/*sec3*/
.service_tt3.pr .service_tt3_en{
  color: #a86fe2;
}
.service_tt3.pr .service_tt3_ja:before{
  background: #a86fe2;
}
@media (max-width:767px){

}
@media (min-width:768px){
  
  .pg_miyama_brand_studio .section.sec2 .service_tabs_contents{
    margin-top: 50px;
  }
  .pg_miyama_brand_studio .section.sec3 .service_tt3{
    margin-bottom: 80px;
  }
  
  /*サービス一覧*/
  .lifesupport_sec3_flow_items.studio{

  }
  .lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item{

  }
  .lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item .left{
    width: 23.52%;
  }
  .lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item .right{
    width: 71.42%;
    padding-top: 7px;
  }
  .lifesupport_sec3_flow_items.studio .lifesupport_sec3_reason_tt{
    padding-bottom: 15px;
  }
  .lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item .right .content_desc{
    margin-top: 20px;
  }

  .pg_miyama_brand_studio .section.sec2 .service_tabs_contents{
    margin-top: 50px;
  }
  .service_contents1_box4{
    margin-top: 100px;
  }
  .dear_sec_items.studio{

  }
  .dear_sec_items.studio .item{

  }
  .pg_miyama_brand_studio .section.sec2 .service_tabs_contents{
    margin-top: 100px;
  }
  .pg_miyama_brand_studio .section.sec2 .content_desc{
    margin-top: 34px;
  }

  .pg_miyama_brand_studio .section.sec2 .service_contents1{
    padding: 61px 16px;
  }

  .pg_miyama_brand_studio .section.sec2 .dear_sec_items .item .with_en_tt .ja{
    font-size: 21px;
  }
}
@media (min-width:1024px){
  .pg_warehousing .service_about_box1{
    order: 2;
  }
  .pg_warehousing .service_about_box2{
    order: 1;
  }

}
@media (min-width:1200px){
  /* メイン部分 */
  .entry_head_btns.col3{

  }
  .entry_head_btns.studio .item{

  }
  .entry_head_btns.col3 .item{

  }

  /*サービス一覧*/
  .tt4_en.pr{
    color: #ae7be4;
  }
  .lifesupport_sec3_flow_items.studio{
    display: flex;
    flex-wrap: wrap;
    gap:30px;
  }
  .lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item{
    width: calc(50% - 15px);
    padding: 27px 25px;
  }
  .lifesupport_sec3_flow_items.studio .lifesupport_sec3_flow_item:nth-child(n+2){
    margin-top: 0;
  }

  .dear_sec_items.studio{

  }
  .dear_sec_items.studio .item{

  }

  .pg_miyama_brand_studio .section.sec2 .service_contents1{
    padding: 61px 20px;
  }
  .pg_miyama_brand_studio .section.sec2 .service_contents1_box2{
    padding-top: 17px;
  }


  .pg_miyama_brand_studio .section.sec2 .lifesupport_sec3_item_tt{
    font-size: 32px;
    margin-right: -16px;
  }
}
@media (min-width:1470px){
  /* メイン部分 */
  .entry_head_btns.col3{

  }
  .entry_head_btns.studio .item{

  }
  .entry_head_btns.studio .service_tabs_nav_item{
    width:calc(33.333% - 20px);
  }

  .pg_miyama_brand_studio .section.sec2 .service_contents1{
    padding: 61px 100px;
  }

  .pg_miyama_brand_studio .section.sec2 .lifesupport_sec3_reason_tt .title{
    font-size: 22px;
  }


}
@media (min-width:1720px){
  .pg_miyama_brand_studio .section.sec2 .lifesupport_sec3_item_tt{
    font-size: 40px;
  }

}