@charset "UTF-8";




/*******************************
*　採用情報
********************************/
.pg_recruit{

}
.pg_recruit .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_recruit .section.sec2{
  margin-top: 50px;
}
.pg_recruit .section.sec3{
  background: #192c56;
  padding: 36px 0;
  margin-top: 60px;
}
.pg_recruit .section.sec4{
  padding: 50px 0 80px;
}

.recruit_hdr_wrap .top_chiyo_item{
  margin-top: 30px;
}
.recruit_hdr_wrap .top_chiyo_item:before{
  top: 7%;
}
.recruit_hdr_wrap .top_chiyo_item_text_tt{
  line-height: 1.60em;
}
.recruit_hdr_wrap .top_chiyo_item_text{
  line-height:2.125em;
  margin-top: 18px;
}
.pg_recruit .section.sec3 .recruit_tt,
.pg_recruit .section.sec3 .top_head_tt_en{
  color: #fff;
}


/*業務内容*/
.recruit_job_sub_tt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.60em;
  text-align: center;
  border-bottom: 2px solid #42639c;
  position: relative;
  padding-bottom: 20px;
  margin-top: 36px;
}
.recruit_job_sub_tt:after{
  content: "";
  display: block;
  width: 60px;
  height: 77px;
  background-image: url(https://chiyo-seifuku.jp/system_panel/uploads/images/job_illust.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.content_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  text-align: justify;
  margin-top: 20px;
}
.recruit_job_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.recruit_job_item{

}
.recruit_job_item:nth-child(n+2){
  margin-top: 30px;
}
.recruit_job_item_inner{

}
.recruit_job_item_img img{
  border-radius: 10px;
}
.recruit_job_item_img:before{
  padding-top: 68.57%;
}
.recruit_job_item_txt{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 6px;
}


/*人々*/
.recruit_people_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-top: 36px;
}
.recruit_people_item{

}
.recruit_people_item:nth-child(n+2){
  margin-top: 40px;
}
.recruit_people_item_inner{
  padding-bottom: 35px;
  border-bottom: 2px solid #848ea5;
}
.recruit_people_item:last-child .recruit_people_item_inner{
  border-bottom: none;
}
.recruit_people_item_img img{

}
.recruit_people_item_img:before{
  padding-top: 56.81%;
}
.recruit_people_item_title{
  color: #e01d60;
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.recruit_people_item_title_en{
  font-size: 16px;
  font-weight: 500;
  font-family: "Outfit", serif;
  letter-spacing: 0.075em;
}
.recruit_people_item_title_ja{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-left: 14px;
}
.recruit_people_item_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875em;
  text-align:justify;
  margin-top: 8px;
}


/*インタビュー*/
.recruit_interview_items{
  margin-top: 50px;
  position: relative;
}
.recruit_interview_items:before{
  content: "";
  display: block;
  width: 800px;
  height: 600px;
  /*background-image: url(https://s-9877082.smooooth.jp/system_panel/uploads/images/bg1.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
}

.recruit_interview_item{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.recruit_interview_item:nth-child(n+2){
  margin-top: 50px;
}
.recruit_interview_box1{
  width: 75%;
  margin: 0 auto;
}
.recruit_interview_box1_img{

}
.recruit_interview_box1_img img{
  border-radius: 20px;
}
.recruit_interview_box1_img:before{
  padding-top: 82%;
}
.recruit_interview_box2{
  width: 100%;
  margin-top: -10px;
  position: relative;
  padding: 50px 16px 50px;
}
.recruit_interview_box2:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.recruit_interview_item:nth-child(odd){
  justify-content: flex-end;
}
.recruit_interview_item:nth-child(odd) .recruit_interview_box2{
  background:#e6e9f1;
}
.recruit_interview_item:nth-child(odd) .recruit_interview_box2:before{
  border: 1px solid #192c56;
  top: -13px;
  right: 10px;
}
.recruit_interview_item:nth-child(even){
  justify-content: flex-start;
  ;
}
.recruit_interview_item:nth-child(even) .recruit_interview_box2{
  background: none;
  border: 1px solid #192c56;
}
.recruit_interview_item:nth-child(even) .recruit_interview_box2:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e6e9f1;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.recruit_interview_box2_inner{

}
.recruit_interview_item:nth-child(even) .recruit_interview_box2{
  margin-top: -20px;
}
.recruit_interview_box2_title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #192c56;
  padding-bottom: 10px;
}
.recruit_interview_box2_lists{
  margin-top: 15px;
}
.recruit_interview_box2_list{

}
.recruit_interview_box2_list:nth-child(n+2){
  margin-top: 12px;
}
.recruit_interview_box2_list_tt{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.recruit_interview_box2_list_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875em;
}

/*募集要項*/
.recruit_recrutment_box{
  border: 1px solid #192c56;
  margin-top: 40px;
}
.recruit_recrutment_title{
  text-align: center;
  padding: 14px 0;
  background: linear-gradient(132deg, rgba(214,222,241,1) 0%, rgba(215,222,241,1) 35%, rgba(235,223,235,1) 53%, rgba(245,224,232,1) 57%);
}
.recruit_recrutment_title_txt{
  font-size:18px;
  font-weight: 500;
  letter-spacing: 0.075em;

}
.recruit_recrutment_tbl{
  margin-top: 30px;
  position: relative;
  background: #fff;
  padding-bottom: 30px;
}
.recruit_recrutment_tbl:after{
  content: "";
  display: block;
  width: 529px;
  height: 574px;
  ;
  background-image: url(https://chiyo-seifuku.jp/system_panel/uploads/images/bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  position: absolute;
  left: calc(50% + 94px);
  transform: translateY(-50%) translateX(-50%);
  top: 80%;
}
.recruit_recrutment_tbl .table_rows_th,
.recruit_recrutment_tbl .table_rows_td{
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding: 14px 15px;
}
.recruit_recrutment_tbl .table_rows_tr:last-child .table_rows_th,
.recruit_recrutment_tbl .table_rows_tr:last-child .table_rows_td{
  border-bottom: none;
}
.recruit_recrutment_tbl .table_rows_th{

}
.recruit_recrutment_tbl .table_rows_td{
  padding-top: 0;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .recruit_recrutment_tbl .table_rows_th,
  .recruit_recrutment_tbl .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .recruit_recrutment_tbl .table_rows_th{

  }
  .recruit_recrutment_tbl .table_rows_td{
    border-bottom: 1px solid #e5e5e5;
  }
  .recruit_recrutment_tbl .table_rows_tr:last-child .table_rows_td{

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

  }
  .pg_recruit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    margin-top: 70px;
  }
  .pg_recruit .section.sec3{
    padding: 50px 0;
    margin-top:70px;
  }
  .pg_recruit .section.sec4{
    padding:70px 0;
  }

  .recruit_hdr_wrap .top_chiyo_item_text_tt{
    font-size: 20px;
  }
  .recruit_hdr_wrap .top_chiyo_item_box2{
    width: 48.64%;
  }
  .recruit_hdr_wrap .top_chiyo_item{
    margin-top: 40px;
  }

  /*業務内容*/
  .recruit_job_sub_tt{
    font-size: 22px;
    margin-top: 50px;
    padding-bottom: 33px;
  }
  .recruit_job_sub_tt:after{
    width: 134px;
    ;
    height: 173px;
    right: 0;
  }
  .content_desc{
    text-align: justify;
    margin-top: 30px;
  }
  .recruit_job_items{
    margin-top: 40px;
  }
  .recruit_job_item{

  }
  .recruit_job_item:nth-child(n+2){
    margin-top: 0;
  }
  .recruit_job_item_inner{

  }
  .recruit_job_item_img:before{

  }
  .recruit_job_item_txt{

  }

  /*人々*/
  .recruit_people_items{
    padding: 30px;
    position: relative;
    margin-top: 50px;
  }
  .recruit_people_items:before{
    content: "";
    display: block;
    width: 94.69%;
    height: 2px;
    background: #848ea5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .recruit_people_items:after{
    content: "";
    display: block;
    width: 2px;
    ;
    height: 95.04%;
    background: #848ea5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .recruit_people_item{
    width: 48.57%;
  }
  .recruit_people_item:nth-child(n+2){
    margin-top: 0;
  }
  .recruit_people_item_inner{
    padding: 20px 5px 22px;
    border-bottom: none;
  }
  .recruit_people_item:nth-child(n+3) .recruit_people_item_inner{
    margin-top: 30px;
  }
  .recruit_people_item_img img{

  }
  .recruit_people_item_img:before{

  }
  .recruit_people_item_title{

  }
  .recruit_people_item_title_en{
    font-size: 20px;
  }
  .recruit_people_item_title_ja{
    font-size: 21px;
  }
  .recruit_people_item_desc{

  }

  /*インタビュー*/
  .recruit_interview_items{
    margin-top: 70px;
  }
  .recruit_interview_items:before{
    content: "";
    display: block;
    width: 1500px;
    height: 1168px;
    ;
  }
  .recruit_interview_item{
    position: relative;
  }
  .recruit_interview_item:nth-child(n+2){
    margin-top: 70px;
  }
  .recruit_interview_box1{
    width: 31.53%;
    position: absolute;
    top: -38px;
    margin-left: 0;
    margin-right: 0;
  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_box1{
    left: 0;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_box1{
    right: 0;
  }
  .recruit_interview_box1_img{

  }
  .recruit_interview_box1_img img{

  }
  .recruit_interview_box1_img:before{

  }
  .recruit_interview_box2{
    width: 76.57%;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    padding: 0;

  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_box2{
    padding-left: 11.11%;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_box2{
    padding-right: 11.11%;
  }
  .recruit_interview_box2:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
  }
  .recruit_interview_item:nth-child(odd){
    justify-content: flex-end;
  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_box2{
    background:#e6e9f1;
  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_box2:before{
    border: 1px solid #192c56;
    top: -13px;
    right: 10px;
  }
  .recruit_interview_item:nth-child(even){
    justify-content: flex-start;
    ;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_box2{
    background: none;
    border: 1px solid #192c56;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_box2:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #e6e9f1;
    top: 10px;
    left: 10px;
    z-index: -1
  }
  .recruit_interview_item:nth-child(odd) .recruit_interview_box2_inner{
    padding: 21px 50px 47px 0;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_box2_inner{
    padding: 30px 0 47px 50px;
  }
  .recruit_interview_item:nth-child(even) .recruit_interview_box2{
    margin-top: 0;
  }

  .recruit_interview_box2_title{

  }
  .recruit_interview_box2_lists{

  }
  .recruit_interview_box2_list{

  }
  .recruit_interview_box2_list_tt{

  }
  .recruit_interview_box2_list_desc{

  }

  /*募集要項*/
  .recruit_recrutment_box{

    margin: 50px auto 0;
  }
  .recruit_recrutment_title{

  }
  .recruit_recrutment_title_txt{
    font-size:21px;
  }
  .recruit_recrutment_tbl{
    margin-top: 45px;
    padding: 0 16px 65px;
  }
  .recruit_recrutment_tbl:after{
    left: calc(50% + 300px);
  }
  .recruit_recrutment_tbl .table_rows_th,
  .recruit_recrutment_tbl .table_rows_td{
    padding: 21px 0;
  }
  .recruit_recrutment_tbl .table_rows_tr:first-child .table_rows_th,
  .recruit_recrutment_tbl .table_rows_tr:first-child .table_rows_td{
    padding-top: 0;
  }
  .recruit_recrutment_tbl .table_rows_th{
    width: 125px;
  }
  .recruit_recrutment_tbl .table_rows_td{
    padding-left: 27px;
    padding-top: 21px;
  }

  .recruit_recrutment_wrap .read_more{
    margin-top: 52px;
  }
}
@media (min-width:1024px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_recruit .section.sec2{
    margin-top: 85px;
  }
  .pg_recruit .section.sec3{
    padding: 65px 0 100px;
    margin-top: 96px;
  }
  .pg_recruit .section.sec4{
    padding: 86px 0 96px;
  }


  .recruit_hdr_wrap .top_chiyo_item_text_tt{
    font-size: 28px;
  }

  /*業務内容*/
  .recruit_job_sub_tt{
    font-size: 28px;
    margin-top: 50px;
  }
  .recruit_job_sub_tt:after{
    right: calc(50% - 450px);
  }
  .content_desc{
    text-align: center;
  }
  .recruit_job_items{

  }
  .recruit_job_item{

  }
  .recruit_job_item_inner{

  }
  .recruit_job_item_img:before{

  }
  .recruit_job_item_txt{

  }

  /*人々*/
  .recruit_people_items{
    margin-top: 50px;
  }
  .recruit_people_item{

  }
  .recruit_people_item_inner{
    padding: 20px 35px 11px;
  }
  .recruit_people_item:nth-child(n+3) .recruit_people_item_inner{
    margin-top: 40px;
  }
  .recruit_people_item_img img{

  }
  .recruit_people_item_img:before{

  }
  .recruit_people_item_title{

  }
  .recruit_people_item_title_en{

  }
  .recruit_people_item_title_ja{

  }
  .recruit_people_item_desc{

  }

  /*インタビュー*/
  .recruit_interview_items{
    margin-top: 95px;
  }
  .recruit_interview_items:before{
    content: "";
    display: block;
    width: 1920px;
    height: 1168px;
    ;
  }
  .recruit_interview_item:nth-child(n+2){
    margin-top: 86px;
  }
  .recruit_interview_box1{

  }
  .recruit_interview_box1_img{

  }
  .recruit_interview_box1_img img{

  }
  .recruit_interview_box1_img:before{

  }
  .recruit_interview_box2{

  }
  .recruit_interview_box2_inner{
    padding: 21px 50px 47px 0;
  }
  .recruit_interview_box2_title{

  }
  .recruit_interview_box2_lists{

  }
  .recruit_interview_box2_list{

  }
  .recruit_interview_box2_list_tt{

  }
  .recruit_interview_box2_list_desc{

  }

  /*募集要項*/
  .recruit_recrutment_box{
    width: 88.28%;
    margin-top: 60px;
  }
  .recruit_recrutment_title{

  }
  .recruit_recrutment_title_txt{

  }
  .recruit_recrutment_tbl{
    padding: 0 65px 46px;
  }
  .recruit_recrutment_tbl:after{
    content: "";
    display: block;
    width: 529px;
    height: 574px;
    ;
    left: calc(50% + 480px);
  }
  .recruit_recrutment_tbl .table_rows_th,
  .recruit_recrutment_tbl .table_rows_td{

  }
  .recruit_recrutment_tbl .table_rows_th{

  }
  .recruit_recrutment_tbl .table_rows_td{

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

  .recruit_recrutment_tbl:after{
    content: "";
    display: block;
    width: 529px;
    height: 574px;
    ;
    left: calc(50% + 700px);
  }
}

/*******************************
*　フッター
********************************/

.footer{
  color: #fff;
  background: #192c56;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-top: 0;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}

.ftr_logo{
  display: block;
  width: 55%;
  margin:0 auto;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  background: #fff;
  color: #181818;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  margin-top: 40px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 26%;
  border-right: 1px solid #192c56;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 22%;
  background: #fff;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}


.ftr_contact_wrap{
  background: #e6e9f1;
  padding: 60px 0;
  margin-top: 80px;
}
.body_home .ftr_contact_wrap{
  margin-top: 80px;
}
.ftr_contact_items{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #2b6796;
  border-bottom: 1px solid #2b6796;
  padding: 40px 0 20px;
}
.ftr_contact_box1{
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #2b6796;
}
.ftr_contact_box1_title{
  text-align: center;
}
.ftr_contact_box1_title_en{
  font-size: 28px;
  font-weight: 500;
  font-family: "Oswald", serif;
  letter-spacing: 0.075em;
  line-height: 1;
}
.ftr_contact_box1_title_ja{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.ftr_contact_box1_desc{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2.133em;
  margin-top: 24px;
}
.ftr_contact_box2{
  width: 100%;
  border-bottom: 1px solid #2b6796;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ftr_contact_box2_tt{
  text-align: center;
}
.ftr_contact_box2_tt:before{
  content: "";
  display: block;
  width: 30px;
  height:30px;
  ;
  background-image: url(https://chiyo-seifuku.jp/system_panel/uploads/images/phone_bk.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.ftr_contact_box3 .ftr_contact_box2_tt:before{
  width: 39px;
  height: 30px;
  background-image: url(https://chiyo-seifuku.jp/system_panel/uploads/images/envelope-solid.svg);
}
.ftr_contact_box2_tt:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #2b6796;
  margin: 20px auto 0;
}
.ftr_contact_box2_txt{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.ftr_contact_box2_nums{
  margin-top: 29px;
}
.ftr_contact_box2_num{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.075em;
}
.ftr_contact_box2_num:nth-child(n+2){
  margin-top: 29px;
}
.ftr_contact_box2_num1{
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  width: 72px;
  border-right: 1px solid;
}
.ftr_contact_box2_num2{
  font-size: 26px;
  font-weight: 400;
  font-family: "Oswald", serif;
  line-height: 1;
  padding-left: 9px;
}
.ftr_contact_box2_num3{
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.ftr_contact_box3{
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ftr_contact_box3 .read_more a{
  width: 207px;
  line-height: inherit;
  border-radius: 5px;
  margin: 0;
}

.ftr{
  text-align: center;
}
.ftr_add{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 35px;
}
.ftr_add p:nth-child(n+2){
  margin-top: 15px;
}
.ftr_links{
  display: none;
}

/*サンクス*/
.contact_tt.privacy{
  margin-bottom: 30px;
}

@media (min-width:375px){

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

  body{
    padding-bottom: 57px;
  }

  .footer_fix{
    display: flex;
  }


}
@media (min-width:768px){
  .footer{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .ftr_logo{
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .ftr_contact_wrap{
    padding: 80px 0;
    margin-top: 100px;
  }
  .body_home .ftr_contact_wrap{
    margin-top: 100px;
  }
  .ftr_contact_items{
    padding: 13px 0 60px;
  }
  .ftr_contact_box1{
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .ftr_contact_box1_title{
    text-align: left;
  }
  .ftr_contact_box1_title_en{
    font-size: 30px;
  }
  .ftr_contact_box1_title_ja{

  }
  .ftr_contact_box1_desc{

  }
  .ftr_contact_box2{
    width: 50%;
    position: relative;
    padding-left: 2.7%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .ftr_contact_box2:after{
    content: "";
    display: block;
    width: 1px;
    height: 348px;
    background: #2b6796;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ftr_contact_box2,
  .ftr_contact_box3{
    padding-top: 20px;
    margin-top: 20px;
  }
  .ftr_contact_box2 .ftr_contact_box2_tt{
    padding-right: 5.7%;
  }

  .ftr_contact_box2_tt{

  }
  .ftr_contact_box2_txt{

  }
  .ftr_contact_box2_nums{

  }
  .ftr_contact_box2_num{

  }
  .ftr_contact_box2_num1{

  }
  .ftr_contact_box2_num2{
    font-size: 24px;
  }
  .ftr_contact_box2_num3{

  }
  .ftr_contact_box3{
    width: 50%;
    padding-bottom: 70px;
  }
  .ftr_contact_box3 .read_more{

  }

  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .ftr_link{
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
  }
  .ftr_link:nth-child(n+4){
    margin-top: 16px;
  }
  .ftr_link p{
    letter-spacing: 0.2em;
  }
  .ftr_copy{
    margin-top: 70px;
  }

  /*サンクス*/
  .thanks_text{

  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 34px;
  }

  .ftr_contact_wrap{
    margin-top: 200px;
  }
  .body_home .ftr_contact_wrap{
    margin-top: 115px;
  }

  .ftr_contact_items{
    padding: 13px 0;
  }
  .ftr_contact_box1{
    width: 24.888%;
    padding-right: 1.9%;
    padding-top: 60px;
    padding-bottom: 70px;
    border-bottom: none;
  }
  .ftr_contact_box1_title{

  }
  .ftr_contact_box1_title_en{
    font-size: 38px;
  }
  .ftr_contact_box1_title_ja{

  }
  .ftr_contact_box1_desc{

  }
  .ftr_contact_box2{
    width: 47.79%;
    padding-left: 10px;
  }
  .ftr_contact_box2,
  .ftr_contact_box3{
    padding-top: 60px;
    margin-top: 0;
  }
  .ftr_contact_box1:after,
  .ftr_contact_box2:after{
    content: "";
    display: block;
    width: 1px;
    height: 348px;
    background: #2b6796;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ftr_contact_box2_tt{

  }
  .ftr_contact_box2_txt{

  }
  .ftr_contact_box2_nums{

  }
  .ftr_contact_box2_num{
    justify-content: flex-start;
  }
  .ftr_contact_box2_num1{

  }
  .ftr_contact_box2_num2{

  }
  .ftr_contact_box2_num3{
    margin-top: 0;
  }
  .ftr_contact_box3{
    width: 24%;
    padding-left: 6%;
  }
  .ftr_contact_box3 .read_more{

  }

  .ftr_link{
    padding: 0 8px;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 0;
  }

  /*サンクス*/
  .thanks_text{
    text-align: center;
  }
.ftr_link:nth-child(n+4) {
        margin-top: 0px;
    }
}
@media (min-width:1200px){
  .ftr_contact_box1{
    width: 32.888%;
    padding-right: 4.9%;
  }
  .ftr_contact_box2{
    width: 42.79%;
    padding-left: 2.7%;
  }
  .ftr_contact_box3{
    width: 24%;
  }
  .ftr_link{
    padding: 0 18px;
  }
}
/*******************************
*　ヘッダー
********************************/
.header{
  padding: 10px 16px;
  text-align: center;
}
.hdr_logo img{
  width: 180px;
}

.pg_header{
  position: relative;
  margin-bottom: 70px;
}
/*下層ヘッダー*/
.pg_header_mv_img.img_fit:before{
  padding-top: 180px;
}
.pg_header_title{
  top: 70%;
}

/*モーダル*/
.modaal-noscroll{
  overflow: auto;
}
.web_popup {
  display: none;
}
.side_modal_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  border-radius: 10px;
}
.side_modal_item{
  width: 100%;
}
.side_modal_item:nth-child(n+2){
  margin-top: 16px;
}
.side_modal_item_inner{
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(162deg, rgba(25, 44, 86, 1) 0%, rgba(32, 53, 98, 1) 25%, rgba(62, 92, 148, 1) 64%, rgba(67, 99, 156, 1) 100%);
}
.side_modal_item_txt{
  text-align: center;
  color: #fff;
}
.side_modal_item_btn{
  display: block;
  text-align: center;
  background: #fff;
  color: #181818;
  ;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s;
  width: 100%;
  padding: 7px 0px;
  position: relative;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all .2s;
  margin-top: 20px;
}
.side_modal_item_btn:hover{
  transform: scale(1.05);
  color: #181818;
}
/* コピー用 */
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s;
    padding: 12px 16px 12px 20px;
    text-align: left;
    background: rgba(255,255,255,0.6);
  }
  .header.slim{
    /*background: #fff;*/
    background: rgba(255,255,255,0.8);
  }
  .pg_header_title{
    top: 70%;
  }
  /*下層ヘッダー*/
  .pg_header{
    margin-bottom: 80px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 400px;
  }

  .hdr_outer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .hdr_logo img{
    width: 300px;
  }

  .hdr_contact{
    display: block;
    text-align: center;
    background: linear-gradient(162deg, rgba(25,44,86,1) 0%, rgba(32,53,98,1) 25%, rgba(62,92,148,1) 64%, rgba(67,99,156,1) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: all .2s;
    width: 180px;
    padding: 7px 0px;
    position: relative;
    border-radius: 25px;
    border: 1px solid transparent;
    margin-left: 10px;
    transition: all .2s;
  }
  .hdr_contact:hover{
    color: #192c56;
    background: #fff;
    border: 1px solid #192c56;
  }
  .hdr_contact_en{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.075em;
    font-family: "Outfit", serif;
  }
  .hdr_contact_ja{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.075em;
  }

  .gnav.active .gnav_box2 .hdr_menubtn{
    font-size: 13px;
    margin-left: 0;
  }

  /*サイドバー*/
  .side_btn{
    background: #fff;
    border-radius: 5px 0 0 5px;
    padding: 3px 0 3px 3px;
    position: fixed;
    top: 50%;
    right:0;
    transform: translateY(-50%);
    z-index: 2;
  }
  .side_btn_inner{
    border: 4px solid #e01d60;
    border-radius: 5px 0 0 5px;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px 5px;
  }
  .side_btn_inner:hover{
    background: #e01d60;
    color: #fff;
  }
  .side_btn_img{

  }
  .side_btn_inner p{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.18em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 16px;
    display: flex;
    align-items: center;
  }
  .side_btn_inner p:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(https://chiyo-seifuku.jp/system_panel/uploads/images/right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
  }

  /*モーダル*/
  .web_popup {
    display: none;
  }
  .side_modal_items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .side_modal_item{
    width: 33.33%;
    padding: 0 15px;
  }
  .side_modal_item:nth-child(n+2){
    margin-top: 0;
  }
  .side_modal_item_btn{

  }

  /*オーダーメイド*/
  .ordermade_worries_text_bottom{
    text-align: justify;
  }


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

  }
  .hdr_logo{
    display: block;
    width: 200px;
  }
  .hdr_logo img{
    width: auto;
  }

  /*下層ヘッダー*/
  .pg_header{

  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 500px;
  }

  /*サイドバー*/
  .side_btn_inner{
    padding: 10px;
  }


  /*モーダル*/
  .modaal-container{
    width: 880px;
  }

  /*オーダーメイド*/
  .ordermade_worries_text_bottom{
    text-align: center;
  }

}
@media (min-width:1200px){
  .hdr_logo{
    display: block;
    width: 200px;
    ;
  }

  /*下層ヘッダー*/
  .pg_header_mv_img.img_fit:before{
    padding-top: 700px;
  }

  /*モーダル*/
  .modaal-container{
    width: 100%;
  }

}
@media (min-width:1600px){
  .header{
    padding: 12px 36px 12px 20px;
  }
  .hdr_logo{
    width: auto;
  }


}

/*******************************
*　修正
********************************/
.pg_news .webgene-blog .webgene-item .date{
  letter-spacing: 0.075em;
}
.pg_news .webgene-blog .webgene-item .title{
  letter-spacing: 0.075em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pg_news .webgene-blog .webgene-item a{
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  padding-bottom: 24px;
  border-bottom: 1px solid #a6a6a6;
}
.pg_news .webgene-blog .webgene-item{
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.pg_newsDetail .meta.flex .day{
  letter-spacing: 0.075em;
}

.pg_newsDetail .meta.flex .title{
  border-bottom: 1px solid #192c56;
}

/*共通タイトル*/
.top_head_tt_en,
.top_common_tt_en{
  font-size: 36px;
}
.top_head_tt_jp,
.top_common_tt_jp2{
  font-size: 18px;
}

/*会社概要*/
.company_bar_tt_jp{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.company_bar_inner{
  padding: 2px;
}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  border: 1px solid #cccccc;
}
.company_tbl .table_rows_th{
  border-right: none;
}
.company_tbl .table_rows_td{
  border-left:none;
}

/*お問い合わせ*/
.pg_contact .section.sec2{
  padding: 70px 0 0;
}
.pg_contact .contact_tt{
  font-size: 19px;
}
.privacy_txt.top p{
  letter-spacing: 0.04em;
}
.privacy_item{
  margin-top: 30px;
}
.privacy_ttl{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
label.label.zipcode_i{
  line-height: 1.75em;
}

/*オーダーメイド*/
.pg_ordermade .section.sec3{
  margin-top: 50px;
}
.pg_ordermade .top_feauture_item{
  margin-top: 0;
  padding-top: 0;
}
.top_feauture_item_wrap{
  margin-top: 20px;
}
.ordermade_step_item{
  margin-top: 30px;
}
.ordermade_worries_illust{
  line-height: 2.125em;
}
.ordermade_worries_text_bottom + .ordermade_worries_text_bottom{
  margin-top: 0;
}
.top_feauture_item:after{
  border-top: 1px solid #192c56;
  top: 0;
}
.top_feauture_item_inner{
  /*padding: 40px 16px 30px 16px;*/
}
.ordermade_step_item_box1{
  width: 42%;
  margin-left: auto;
  margin-right: auto;
}
p.ordermade_step_item_tt_eg{
  font-size: 24px;
}
.ordermade_step_item_text_wrap .ordermade_step_item_tt{
  font-size: 20px;
}
.ordermade_step_item_text_bt_wrap{
  margin-top: 30px;
}

/*店舗情報*/
.shop_info_tt{
  font-size: 22px;
}
.shop_info_box_tt{
  font-size: 20px;
}
/*   .shop_info_item_img.img_fit{
    margin-top: 20px;
  }*/

/*会社情報*/
.company_item_wrap:nth-child(n+2){
  margin-top: 50px;
}
.table_rows.company_tbl{
  margin-top: 28px;
}
.company_map {
  margin-top: 40px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_contact .section.sec2 .contact_tt{
    padding-left: 0;
  }
}
@media (min-width:768px){
  .pg_news .webgene-blog .webgene-item a{
    display: flex;
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid #a6a6a6;
  }
  .pg_news .webgene-blog .webgene-item{
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .pg_news .webgene-blog .webgene-item .title{
    width: calc(100% - 120px - 115px);
  }
  .body.body_news.android .pg_header_title{
    top: 70%!important;
    left: 0!important;
  }

  /*共通タイトル*/
  .top_head_tt_en,
  .top_common_tt_en{
    font-size: 42px;
  }
  .top_head_tt_jp,
  .top_common_tt_jp2{
    font-size: 21px;
  }

  /*会社概要*/
  .company_item_wrap:nth-child(n+2){
    margin-top: 80px;
  }
  .company_bar_tt_jp{
    font-size: 18px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 18px 13px 19px;
  }
  .table_rows.company_tbl {
    margin-top: 35px;
  }

  /*お問い合わせ*/
  .pg_contact .section.sec2{
    padding: 141px 0 0;
  }
  .pg_contact .contact_tt{
    font-size: 21px;
  }
  .privacy_ttl{
    font-size: 18px;
  }
  .radioArea .d-inline-block{
    margin-right: 28px;
  }
  label.label.zipcode_i{
    line-height: 1.45em;
  }

  /*オーダーメイド*/
  .pg_ordermade .section.sec3{
    margin-top: 85px;
  }
  .ordermade_worries_text_bottom + .ordermade_worries_text_bottom{
    margin-top: 0;
  }
  .top_feauture_item_wrap{
    margin-top: 50px;
  }
  .ordermade_step_item{
    margin-top: 46px;
  }
  /*.top_feauture_item_inner {
    padding: 40px 38px 36px 38px;
  }*/
  .ordermade_step_item_text_bt_wrap{
    align-items: center;
    margin-top: 0;
  }
  .ordermade_step_item_box1{
    width: 18%;
    margin-left: 0;
    margin-right: 0;
  }
  p.ordermade_step_item_tt_eg{
    font-size: 30px;
  }
  .ordermade_step_item_text_wrap .ordermade_step_item_tt{
    font-size: 25px;
  }


  /*店舗情報*/
  .shop_info_tt{
    font-size: 34px;
  }
  .shop_info_box_tt{
    font-size: 25px;
  }
  .shop_info .company_map iframe{
    height: 250px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }


  /*商品*/
  .gallery_detail .reserve_btn a{
    margin-left: auto;
    margin-right: auto;
  }



}
@media (min-width:1024px){
  /*共通タイトル*/
  .top_head_tt_en,
  .top_common_tt_en{
    font-size: 50px;
  }
  .top_head_tt_jp{
    font-size: 21px;
  }

  .body.body_news.android .pg_header_title{
    top: 70%!important;
    left: 0!important;
  }


  /*会社概要*/
  .company_map {
    margin-top: 60px;
  }
  .table_rows.company_tbl{
    margin-top: 60px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 18px 13px 19px;
  }
  .company_item_wrap{
    margin-top: 0;
  }
  .company_item_wrap:nth-child(n+2){
    margin-top: 115px;
  }

  /*見出しタイトル*/
  .choice_repair_tt{
    font-size: 24px;
  }

  /*オーダーメイド*/
  .triangle{
    margin-left: 75px;
    margin-top: 0;
  }
  .ordermade_step_item_box1{
    min-height: 280px;
  }
  .ordermade_step_item{
    margin-top: 56px;
  }
  .top_feauture_item:after{
    top: 49.5%;
  }

  /*店舗情報*/
  .shop_info .company_map iframe{
    height: 400px;
  }
  .company_tbl .table_rows_th{
    width: 284px;
  }

  /*お問い合わせ*/

  .radioArea .d-inline-block{
    margin-right: 16px;
  }

  /*商品*/
  .gallery_detail .reserve_btn a{
    margin-left: 0;
  }

}
@media (min-width:1200px){
  /*会社概要*/
  .company_map {
    margin-top: 70px;
  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 18px 13px 19px;
  }
  .company_tbl .table_rows_td{
    padding-left: 17px;
  }

  /*見出しタイトル*/
  .choice_repair_tt{
    font-size: 28px;
  }

  /*オーダーメイド*/
  .triangle{
    margin-left: 88px;
    margin-top: 52px;
  }
  .ordermade_step_item_box1{
    min-height: inherit;
  }
  .ordermade_step_item{
    margin-top: 46px;
  }



  /*お問い合わせ*/
  .radioArea .d-inline-block{
    margin-right: 47px;
  }

}