@charset "UTF-8";

/*******************************
*　
********************************/
u{
  display: inline-block;
  font-style: normal;
  text-decoration: none;
}
p{
  letter-spacing: inherit;
}
.flicker-heading .sp {
  display: inline-block !important;
  width: .25em;
}
#gt-nvframe{
  display: none;
}

:root{
  --wide-sec-margin: 10px;
}
.section.wide{
  margin-left: 0;
  margin-right: 0;
}

.pg_header{
  margin-left: var(--wide-sec-margin);
  margin-right: var(--wide-sec-margin);
  margin-bottom: 50px;
}
.pg_header_ttl{
  position: absolute;
  z-index: 2;
  top: 52%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  text-align: center;
}
.pg_header_ttl_ja{
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #FFF;
  text-shadow: 2.5px 4.33px 5px rgba(24, 24, 24, 0.99);
}
.pg_header_img{
  
}
.pg_header_img.img_fit:before{
  padding-top: 200px;
}

body:not(.body_home){
  padding-top: 25px;
}

@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (max-width:767px){
  .mv{
    padding-top: 25px;
    margin-top: 0;
  }
}
@media (min-width:768px){
  
  :root{
    --wide-sec-margin: 30px;
  }
  body:not(.body_home){
    padding-top: 40px;
  }
  
  .section.wide{
    margin-left: var(--wide-sec-margin);
    margin-right: var(--wide-sec-margin);
  }
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_ttl{
    top: 50%;
  }
  .pg_header_ttl_ja{
    font-size: 35px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 350px;
  }
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  :root{
    --wide-sec-margin: 40px;
  }
  .pg_header{
    margin-bottom: 120px;
  }
  .pg_header_ttl_ja{
    font-size: 35px;
  }
  .pg_header_img.img_fit:before{
    padding-top: 600px;
  }
  
}
@media (min-width:1470px){
  
  
}


/* グレー背景 */
.section.gray{
  background: #f5f5f5;
  margin-left: var(--wide-sec-margin);
  margin-right: var(--wide-sec-margin);
}

/* 見出し */
.cmn_tt2{
  margin-bottom: 20px;
}
.cmn_tt2_en{
  font-size: 44px;
  font-weight: 300;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
}
.cmn_tt2_ja{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

/* 見出し */
.cmn_tt3{
  margin-bottom: 20px;
  text-align: center;
}
.cmn_tt3_en{
  font-size: 50px;
  font-weight: 300;
  font-family: var(--font-en);
  color: #da9db4;
  letter-spacing: 0;
  line-height: 1;
  /*margin-left: -20px;*/
  /*margin-right: -20px;*/
}
.cmn_tt3_ja{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0;
}

/* 概要 */
.cmn_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_about_box1{
  width: 100%;
  order: 2;
  padding-top: 20px;
}
.cmn_about_box2{
  /*width: 45.49%;*/
  width: 100%;
  padding-top: 0;
  order: 1;
}
.cmn_about_desc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_about_desc_box1{
  width: 100%;
}
.cmn_about_desc_box2{
  width: 100%;
  /*margin-top: -8px;*/
}
.cmn_about_ttl{
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 10px;
  /*margin-left: -8px;*/
  /*writing-mode: vertical-rl;*/
}
.cmn_about_txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}
.cmn_about_img{
  
}
.cmn_about_img.img_fit:before{
  padding-top: 152.593%;
  /*padding-top: 65%;*/
}

/* 強み */
.cmn_strength{
  
}
* + .cmn_strength{
  
}
.cmn_strength_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_strength_row + .cmn_strength_row{
  margin-top: 50px;
}
.cmn_strength_box1{
  width: 100%;
  padding-top: 0;
}
.cmn_strength_box2{
  width: 100%;
  margin-top: 20px;
}
.cmn_strength_head{
  margin-bottom: 10px;
}
.cmn_strength_head_num{
  font-size: 60px;
  font-weight: 300;
  font-family: var(--font-en);
  color: #da9db4;
  letter-spacing: 0;
  line-height: 1;
}
.cmn_strength_head_ttl{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.406;
  letter-spacing: 0.075em;
}
.cmn_strength_txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}
.cmn_strength_img{
  
}
.cmn_strength_img.img_fit:before{
  padding-top: 78.740%;
}

/* ポイント */
.cmn_point{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.cmn_point_item{
  width: 100%;
}
.cmn_point_item_ttl1{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 15px;
}
.cmn_point_item_ttl2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  background: #da9db4;
  color: #FFF;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 10px;
}
.cmn_point_item_txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}
.cmn_point_item_img{
  margin-bottom: 15px;
}
.cmn_point_item_img.img_fit:before{
  padding-top: 83.799%;
}

@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  /* 見出し */
  .cmn_tt2{
    margin-bottom: 35px;
  }
  .cmn_tt2_en{
    font-size: 50px;
  }
  .cmn_tt2_ja{
    font-size: 15px;
  }

  /* 見出し */
  .cmn_tt3{
    margin-bottom: 30px;
  }
  .cmn_tt3_en{
    font-size: 70px;
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
  }
  .cmn_tt3_ja{
    font-size: 15px;
    margin-top: -6px;
  }
  
  /* 概要 */
  .cmn_about{
  }
  .cmn_about_box1{
    /*width: 48.64%;*/
    width: 48%;
    order: 1;
    padding-top: 0;
  }
  .cmn_about_box2{
    /*width: 45.49%;*/
    width: 48%;
    padding-top: 30px;
    order: 2;
  }
  .cmn_about_desc{
  }
  .cmn_about_desc_box1{
    width: 50px;
  }
  .cmn_about_desc_box2{
    width: calc(100% - 50px);
    margin-top: -8px;
  }
  .cmn_about_ttl{
    font-size: 30px;
    margin-left: -8px;
    writing-mode: vertical-rl;
  }
  .cmn_about_txt{
    font-size: 16px;
    /*line-height: 2.25;*/
  }
  .cmn_about_img.img_fit:before{
    padding-top: 152.593%;
  }
  
  
  .cmn_about.left{
    
  }
  .cmn_about.right{
    
  }
  .cmn_about.right .cmn_about_box1{
    order: 2;
  }
  .cmn_about.right .cmn_about_box2{
    order: 1;
  }

  
  /* 強み */
  .cmn_strength{

  }
  * + .cmn_strength{

  }
  .cmn_strength_row{
  }
  .cmn_strength_row + .cmn_strength_row{
    margin-top: 75px;
  }
  .cmn_strength_box1{
    /*width: 57.20%;*/
    /*padding-top: 5px;*/
  }
  .cmn_strength_box2{
    /*width: 40.09%;*/
  }
  .cmn_strength_head{
    margin-bottom: 30px;
  }
  .cmn_strength_head_num{
    font-size: 80px;
  }
  .cmn_strength_head_ttl{
    font-size: 28px;
  }
  .cmn_strength_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  /* ポイント */
  .cmn_point{
    gap: 50px 20px;
  }
  .cmn_point_item{
    width: calc((100% - 20px) / 2);
  }
  .cmn_point_item_ttl1{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .cmn_point_item_ttl2{
    font-size: 20px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
  .cmn_point_item_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  .cmn_point_item_img{
    margin-bottom: 28px;
  }

}
@media (min-width:1024px){
  
  
  /* 概要 */
  .cmn_about{
  }
  .cmn_about_box1{
    width: 48.64%;
  }
  .cmn_about_box2{
    width: 44.40%;
  }
  .cmn_about_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  /* 強み */
  .cmn_strength{

  }
  * + .cmn_strength{

  }
  .cmn_strength_row{
  }
  .cmn_strength_row + .cmn_strength_row{
    margin-top: 75px;
  }
  .cmn_strength_box1{
    width: 57.20%;
    padding-top: 5px;
  }
  .cmn_strength_box2{
    width: 40.09%;
    margin-top: 0;
  }
  .cmn_strength_head{
    margin-bottom: 30px;
  }
  .cmn_strength_head_num{
    font-size: 80px;
  }
  .cmn_strength_head_ttl{
    font-size: 26px;
  }
  .cmn_strength_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  .cmn_strength_row:nth-child(odd) .cmn_strength_box1{

  }
  .cmn_strength_row:nth-child(odd) .cmn_strength_box2{

  }
  .cmn_strength_row:nth-child(even) .cmn_strength_box1{
    order: 2;
  }
  .cmn_strength_row:nth-child(even) .cmn_strength_box2{
    order: 1;
  }
  
}
@media (min-width:1200px){
  
  /* 見出し */
  .cmn_tt2{
    margin-bottom: 53px;
  }
  .cmn_tt2_en{
    font-size: 60px;
  }
  .cmn_tt2_ja{
    font-size: 15px;
  }
  
  /* 見出し */
  .cmn_tt3{
    margin-bottom: 60px;
  }
  .cmn_tt3_en{
    font-size: 120px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .cmn_tt3_ja{
    font-size: 15px;
    margin-top: -12px;
  }
  
  /* 概要 */
  .cmn_about{
  }
  .cmn_about_box1{
    width: 48.64%;
  }
  .cmn_about_box2{
    /*width: 45.49%;*/
    width: 44.40%;
    padding-top: 60px;
  }
  .cmn_about_desc_box1{
    width: 95px;
  }
  .cmn_about_desc_box2{
    width: calc(100% - 95px);
  }
  .cmn_about_ttl{
    font-size: 40px;
  }
  
  /* 強み */
  .cmn_strength_head_ttl{
    font-size: 32px;
    margin-right:-16px;
  }
  
  /* ポイント */
  .cmn_point{
    gap: 70px 30px;
  }
  .cmn_point_item{
    width: calc((100% - 30px) / 2);
  }
  .cmn_point_item_ttl1{
    font-size: 32px;
    margin-bottom: 25px;
  }
  .cmn_point_item_ttl2{
    font-size: 20px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
  .cmn_point_item_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  .cmn_point_item_img{
    margin-bottom: 28px;
  }

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


/*******************************
*　2.伊橋ファームについて
********************************/
.pg_about{

}
.pg_about .section.sec1{

}
.pg_about .section.sec2{
  padding-top: 0;
}
.pg_about .section.sec3{
  padding-top: 0;
  /*padding-bottom: 145px;*/
}
.pg_about .section.sec4{
  /*padding-top: 110px;*/
  /*padding-bottom: 95px;*/
  padding-bottom: 50px;
  /*background: #f5f5f5;*/
}
.pg_about .section.sec5{

}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  .pg_about{

  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    padding-top: 70px;
  }
  .pg_about .section.sec3{
    padding-top: 65px;
    padding-bottom: 70px;
  }
  .pg_about .section.sec4{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pg_about .section.sec5{

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

  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    padding-top: 70px;
  }
  .pg_about .section.sec3{
    padding-top: 65px;
    padding-bottom: 145px;
  }
  .pg_about .section.sec4{
    padding-top: 110px;
    padding-bottom: 95px;
  }
  .pg_about .section.sec5{

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

/* PHILOSOPHY */
.about_philo{
  padding-top: 0;
  padding-bottom: 0;
  /*min-height: 610px;*/
  position: relative;
  z-index: 1;
}
.about_philo:after{
  /*content: "";
  background: rgba(255,255,255,0.85);
  position: absolute;
  z-index: 1;
  inset: 0 0 0 0;*/
}
.about_philo_inner{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.about_philo_box1{
  width: 100%;
  /*padding-right: 122px;*/
}
.about_philo_txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  text-align: justify;
}
.about_philo_bg{
  /*position: absolute;*/
  /*z-index: 0;*/
  /*inset: 0;*/
  margin-top: 20px;
}
.about_philo_bg.img_fit:before{
  padding-top: 65%;
}

.about_philo_box1 .cmn_tt2{
  margin-bottom: 25px;
}

@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  /* PHILOSOPHY */
  .about_philo{
    padding-top: 40px;
    padding-bottom: 40px;
    /*min-height: 610px;*/
  }
  .about_philo:after{
    content: "";
    background: rgba(255,255,255,0.85);
    position: absolute;
    z-index: 1;
    inset: 0 45% 0 0;
  }
  .about_philo_inner{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .about_philo_box1{
    width: 50%;
    padding-right: 0;
  }
  .about_philo_txt{
    font-size: 16px;
  }
  .about_philo_bg{
    position: absolute;
    z-index: 0;
    inset: 0;
    margin-top: 0;
  }
  .about_philo_bg.img_fit:before{
    padding-top: 0;
    height: 100%;
  }
  .about_philo_box1 .cmn_tt2{
    margin-bottom: 25px;
  }
  
}
@media (min-width:1024px){
  
  /* PHILOSOPHY */
  .about_philo{
  }
  .about_philo:after{
    inset: 0 45% 0 0;
  }
  .about_philo_inner{
  }
  .about_philo_box1{
    width: 50%;
    padding-right: 30px;
  }
  .about_philo_txt{
    font-size: 16px;
  }
  .about_philo_box1 .cmn_tt2{
    margin-bottom: 25px;
  }
  
}
@media (min-width:1200px){
  
  /* PHILOSOPHY */
  .about_philo{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .about_philo:after{
    inset: 0 45% 0 0;
  }
  .about_philo_inner{
  }
  .about_philo_box1{
  }
  .about_philo_box1 .cmn_tt2{
    margin-bottom: 25px;
  }
  
}
@media (min-width:1470px){
  
  /* PHILOSOPHY */
  .about_philo{
    min-height: 610px;
  }
  .about_philo_box1{
    width: 50%;
    padding-right: 122px;
  }
}


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

}
.pg_recruit .section.sec1{
  
}
.pg_recruit .section.sec2{
  padding-top: 20px;
  padding-bottom: 50px;
}
.pg_recruit .section.sec3{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_recruit .section.sec4{
  padding-top: 50px;
}
.pg_recruit .section.sec5{
  padding-top: 20px;
}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  .pg_recruit{
    
  }
  .pg_recruit .section.sec1{

  }
  .pg_recruit .section.sec2{
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .pg_recruit .section.sec3{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pg_recruit .section.sec4{
    padding-top: 70px;
  }
  .pg_recruit .section.sec5{
    padding-top: 70px;
  }
  

  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_recruit{
    
  }
  .pg_recruit .section.sec1{

  }
  .pg_recruit .section.sec2{
    padding-top: 35px;
    padding-bottom: 115px;
  }
  .pg_recruit .section.sec3{
    padding-top: 105px;
    padding-bottom: 120px;
  }
  .pg_recruit .section.sec4{
    padding-top: 115px;
  }
  .pg_recruit .section.sec5{
    padding-top: 70px;
  }
  
}
@media (min-width:1470px){
  
  
}


/* 求人動画 */
.recruit_movie_wrap{
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
}
.recruit_movie{
  
}
.recruit_movie iframe{
  border: 0;
}

/* 福利厚生 */
.recruit_benefit{
  
}
* + .recruit_benefit{
  margin-top: 70px;
}
.recruit_benefit_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.recruit_benefit_head_box1{
  width: 100%;
  padding-top: 0;
}
.recruit_benefit_head_box2{
  width: 100%;
}
.recruit_benefit_head_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
  text-align: justify;
}

.recruit_benefit_list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.recruit_benefit_list_item{
  width: calc((100% - 10px) / 2);
  aspect-ratio: 206 / 200;
  background: rgba(218, 157, 180, 0.8);
  color: #FFF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.recruit_benefit_list_item_img{
  
}
.recruit_benefit_list_item_img img{
  width: 100%;
}
.recruit_benefit_list_item_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: 0.075em;
  margin-top: 4px;
  padding: 0 5px;
}

/* 募集要項 */
.recruit_tbl{
  
}
.recruit_tbl .table_rows_th,
.recruit_tbl .table_rows_td{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  border-color: #a6a6a6;
  padding: 12px 15px;
}
.recruit_tbl .table_rows_th{
  font-weight: 500;
  background: #f5f5f5;
}
.recruit_tbl .table_rows_td{
  font-weight: 400;
  background: #FFF;
}
.recruit_tbl + .read_more{
  margin-top: 30px;
}

@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  /* 求人動画 */
  .recruit_movie_wrap{
    width: 790px;
  }
  .recruit_movie{

  }
  .recruit_movie_wrap + .read_more{
    margin-top: 75px;
  }
  
  /* 福利厚生 */
  .recruit_benefit{

  }
  * + .recruit_benefit{

  }
  .recruit_benefit_head{
    margin-bottom: 0;
  }
  .recruit_benefit_head_box1{
    width: 270px;
    padding-top: 5px;
  }
  .recruit_benefit_head_box2{
    width: calc(100% - 270px);
  }
  .recruit_benefit_head_txt{
    font-size: 16px;
  }
  
  .recruit_benefit_list{
    gap: 15px 15px;
  }
  .recruit_benefit_list_item{
    width: calc((100% - 30px) / 3);
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .recruit_benefit_list_item_txt{
    font-size: 16px;
    margin-top: 4px;
  }
  
  /* 募集要項 */
  .recruit_tbl{

  }
  .recruit_tbl .table_rows_th,
  .recruit_tbl .table_rows_td{
    font-size: 16px;
    line-height: 2;
    padding: 19px 16px;
  }
  .recruit_tbl .table_rows_th{
    padding-left: 30px;
  }
  .recruit_tbl .table_rows_td{
    padding-left: 30px;
  }
  .recruit_tbl + .read_more{
    margin-top: 55px;
  }
  
}
@media (min-width:1024px){
  
  /* 福利厚生 */
  * + .recruit_benefit{
    margin-top: 135px;
  }
  .recruit_benefit_head_box1{
    width: 320px;
  }
  .recruit_benefit_head_box2{
    width: calc(100% - 320px);
  }
  .recruit_benefit_list{
    gap: 20px 20px;
  }
  .recruit_benefit_list_item{
    width: calc((100% - 80px) / 5);
  }
  
  /* 募集要項 */
  .recruit_tbl{

  }
  .recruit_tbl .table_rows_th,
  .recruit_tbl .table_rows_td{
    font-size: 16px;
    line-height: 2;
    padding: 19px 20px;
  }
  .recruit_tbl .table_rows_th{
    padding-left: 50px;
  }
  .recruit_tbl .table_rows_td{
    padding-left: 65px;
  }
  .recruit_tbl + .read_more{
    margin-top: 55px;
  }
}
@media (min-width:1200px){
  
  /* 福利厚生 */
  .recruit_benefit{

  }
  * + .recruit_benefit{

  }
  .recruit_benefit_head{
    
  }
  .recruit_benefit_head_box1{
    width: 380px;
  }
  .recruit_benefit_head_box2{
    width: calc(100% - 380px);
  }
  .recruit_benefit_head_txt{
    font-size: 16px;
  }
  
  .recruit_benefit_list{
    gap: 20px 20px;
  }
  .recruit_benefit_list_item{
    width: calc((100% - 80px) / 5);
  }
  .recruit_benefit_list_item_txt{
    font-size: 18px;
    margin-top: 4px;
  }
  
}
@media (min-width:1470px){
  
  
}


/*******************************
*　4.1日の流れ
********************************/
.pg_sche{

}
.pg_sche .section.sec1{
  padding-bottom: 50px;
}
.pg_sche .section.sec2{
  padding-top: 0;
}
.pg_sche .section.sec3{

}
.pg_sche .section.sec4{

}
.pg_sche .section.sec5{

}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  .pg_sche{

  }
  .pg_sche .section.sec1{
    padding-bottom: 70px;
  }
  .pg_sche .section.sec2{
  }
  .pg_sche .section.sec3{

  }
  .pg_sche .section.sec4{

  }
  .pg_sche .section.sec5{

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

  }
  .pg_sche .section.sec1{
    padding-bottom: 90px;
  }
  .pg_sche .section.sec2{
  }
  
}
@media (min-width:1470px){
  
  
}


/* 概要 */
.sche_about_msg{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}

/* 流れ */
.sche_flow{
  
}
.sche_flow_row{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.sche_flow_row:after{
  content: "";
  background: #f5f5f5;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(var(--margin-for-device-side) + var(--wide-sec-margin));
  right: calc(var(--margin-for-device-side) + var(--wide-sec-margin));
}
.sche_flow_row + .sche_flow_row{
  margin-top: 60px;
}
.sche_flow_row:before{
  content: "";
  width: 90px;
  aspect-ratio: 142 / 54;
  background: #4e4e4e;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.sche_flow_row:last-child:before{
  display: none;
}

.sche_flow_row .cmn_strength_img.img_fit:before{
  padding-top: 70.866%;
}
.sche_flow_row .cmn_strength_head_ttl{
  letter-spacing: 0.04em;
}
@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (max-width:767px){
  .sche_flow_row .cmn_strength_head{
    margin-bottom: 20px;
  }
}
@media (min-width:768px){
  
  /* 概要 */
  .sche_about_msg{
    font-size: 16px;
    line-height: 2.25;
  }
  
  /* 流れ */
  .sche_flow{

  }
  .sche_flow_row{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sche_flow_row + .sche_flow_row{
    margin-top: 90px;
  }
  .sche_flow_row:before{
    width: 120px;
  }
  .sche_flow_row .cmn_strength_head_ttl{
    letter-spacing: 0.075em;
  }
}
@media (min-width:1024px){
  
  /* 概要 */
  .sche_about_msg{
    text-align: center;
  }
  
  /* 流れ */
  .sche_flow{

  }
  .sche_flow_row{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  .sche_flow_row + .sche_flow_row{
    margin-top: 90px;
  }
  .sche_flow_row:before{
    width: 142px;
  }
  
  .sche_flow_row .cmn_strength_head_ttl{
    margin-right: -5px;
  }
  .sche_flow_row .cmn_strength_txt{
    /*margin-right: -5px;*/
    /*letter-spacing: 0.05em;*/
  }
}
@media (min-width:1200px){
  
  
  
}
@media (min-width:1470px){
  
  
}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

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


/*  */
@media (max-width:374px){
  
}
@media (min-width:414px){
  
  
}
@media (min-width:768px){
  
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  
}
@media (min-width:1470px){
  
  
}